/***********************************************************
|* Author: Naaba Technologies LLC. Columbus Ohio USA
|* Author Website: https://naabatechs.com/
|* Credits: Niel(ADA) Technologies Inc.
|* Repos: https://github.com/naabatechs/
|*********************| Version: v1.6.24 |*******************
|* Licensed Under MIT
|* This project is provided as is with no copyright infringement
|* of any kind. Deal with it however you want.
|* We do apologize for but do not take responsibility for the
|* damages caused thereafter using this artwork.
|* License: https://naabatechs.com/license/freelicence
************************************************************/

body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: 300 !important;
}

/* .section__trans {
    transition: opacity 0.3s ease, transform 0.3s ease;
} */

[data-sticky-sections] {
    position: relative;
}

[data-sticky-sections] section {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

[data-sticky-sections] section.active {
    opacity: 1;
    transform: scale(1);
}

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.navbar, .buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.menu-btn{
    background: none;
    display: inline-block;
}

.menu-btn span{
    font-size: 2.3em;
}

.dropdown > div > span, .dropdown > div > a{
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease;
}

.dropdown > div, .sub-dropdown > div {
    cursor: pointer;
}

.dropdown .menu a:hover{
    color: #9b9b9b;
}

@media screen and (min-width: 1000px) {
    .navbar{
        padding: 0 1.5em;
    }
    .dropdown > div{
        padding: 1.5em 1em;
    }
    .mega-menu{
        display: flex;
        justify-content: center;
    }
    ul.mega-menu > li > div > span{
        position: relative;
        display: inline-block;
    }
    ul.mega-menu > li > div > span::before, ul.mega-menu > li > div > span::after{
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 1px;
        border-radius: 1px;
        top: 50%;
        right: -15px;
        background: #2f2f2f;
        transition: all 0.3s ease;
        z-index: 10;
    }
    ul.mega-menu > li > div > span::before{
        right: -11px;
        transform: scale(0.96, 0.8) rotate(50deg);
    }
    ul.mega-menu > li > div > span::after{
        transform: scale(0.96, 0.8) rotate(-50deg);
    }
    ul.mega-menu:hover > li > div > a, ul.mega-menu:hover > li > div > span{
        color: #00380364 !important;
        font-weight: 600;

    }
    ul.mega-menu > li > div:hover > a, ul.mega-menu > li > div > a, ul.mega-menu > li > div:hover > span, ul.mega-menu > li > div > span, ul.mega-menu > li > div:hover > span::after, ul.mega-menu > li > div:hover > span::before{
        color: #003803 !important;
        font-weight: 600;

    }
    ul.mega-menu > li > div:hover > span::before, .dropdown:hover > div > span::before{
        transform: scale(0.96, 0.8) rotate(-50deg);

    }
    ul.mega-menu > li > div:hover > span::after, .dropdown:hover > div > span::after{
        transform: scale(0.96, 0.8) rotate(50deg);

    }
    .menu-btn{
        display: none;
    }
    .menu{
        background: #fff;
        box-shadow: 0px 3px 5px #bab9b92e;
        position: absolute;
        top: 4.65em;
        left: 0;
        width: 100%;
        padding: 0 2em;
        overflow-y: scroll;
        transition: 0.4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 2em;
    }

    .menu > li:first-child{
        font-size: 1.1em;
        font-weight: bold;
        margin: 0;
    }

    .sub-dropdown > div span:first-child{
        font-weight: bold;
    }

    .dropdown > div::after{
        content: "";
        display: block;
        width: 100%;
        transform: translateY(3px);
        border-top: 1px solid transparent;
        transition: all 0.2s ease-in-out;
    }

    .dropdown:hover > div::after{
        border-top: 1px solid #037c09;
        transform: translateY(0px);
    }

    .dropdown li{
        margin-bottom: 1em;
    }

    .dropdown > div span:last-child,
    .sub-dropdown > div{
        display: none;
    }

    /* Width */
    .menu::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .menu::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .menu::-webkit-scrollbar-thumb{
        background: #888;
    }

    /* Handle on hover */
    .menu::-webkit-scrollbar-thumb:hover{
        background: #555;
    }

    /* Hide menu */
    .menu{
        height: 0;
    }
    .dropdown:hover .menu{
        height: 50vh;
        padding: 2em;
    }
    .sub-menu li {
        padding-left: 5px;
        border-left: 1px solid #eee;
        transition: all .3s ease;
    }
    .sub-menu li:hover {
        border-left: 3px solid #037c09;
    }

    .sub-menu li:hover a {
        text-decoration: underline;
    }

}

/* Responsive Design */
@media screen and (max-width: 1000px) {
    .navbar{
        padding: 1em 1.5em;
    }
    .menu-container{
        background: #fff;
        position: absolute;
        top: 7em;
        left: 0;
        width: 100%;
        overflow-y: hidden;
        transition: 0.3s ease-in-out;
    }

    ul.mega-menu > li > div > span{
        position: relative;
        display: inline-block;
    }
    ul.mega-menu > li > div > span::before, ul.mega-menu > li > div > span::after{
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 1px;
        border-radius: 1px;
        top: 50%;
        right: -15px;
        background: #2f2f2f;
        transition: all 0.3s ease;
        z-index: 10;
    }
    ul.mega-menu > li > div > span::before{
        right: -11px;
        transform: scale(0.96, 0.8) rotate(50deg);
    }
    ul.mega-menu > li > div > span::after{
        transform: scale(0.96, 0.8) rotate(-50deg);
    }

    ul.mega-menu:hover > li > div > a, ul.mega-menu:hover > li > div > span{
        color: #00380364 !important;
        font-weight: 600;
    }

    ul.mega-menu > li > div:hover > a, ul.mega-menu > li > div > a, ul.mega-menu > li > div:hover > span, ul.mega-menu > li > div > span, ul.mega-menu > li > div:hover > span::after, ul.mega-menu > li > div:hover > span::before{
        color: #003803 !important;
        font-weight: 600;

    }
    ul.mega-menu > li > div:hover > span::before, .dropdown:hover > div > span::before{
        transform: scale(0.96, 0.8) rotate(-50deg);

    }
    ul.mega-menu > li > div:hover > span::after, .dropdown:hover > div > span::after{
        transform: scale(0.96, 0.8) rotate(50deg);

    }

    /* Width */
    .mega-menu::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .mega-menu::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .mega-menu::-webkit-scrollbar-thumb{
        background: #888;
    }
    /* Handle on hover */
    .mega-menu::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
    .mega-menu{
        padding: 0 1em 1em 1em;
        height: 100%;
        overflow-y: scroll;
    }
    .mega-menu li{
        font-weight: bold;
        font-size: 1.1em;
    }
    .mega-menu li > div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5em;
    }
    .menu li{
        padding: 0 1em;
        font-size: 1em;
        font-weight: 400;
    }
    .menu a{
        display: block;
        margin: 0.8em 0;
    }
    .menu{
        display: none;
    }
    /* Toggle class for Javascript */
    .menu-show{
        display: block;
    }
    .material-symbols-outlined{
        transition: 0.3s;
    }
    /* Toggle class for javascript */
    .icon-rotated{
        transform: rotate(90deg);
    }
    .dropdown>div, .sub-dropdown > div{
        cursor: pointer;
        padding: 0.5em;
        transition: all .3s ease;
        border-radius: 6px;
    }
    .sub-menu{
        font-size: 0.9em;
        display: none;
    }
    /* Toggle class for Javascript */
    .sub-menu-show{
        display: block;
    }
    .dropdown:hover>div, .sub-dropdown:hover>div{
        background: #008512;
        border-radius: 12px;
    }
    /* Hide menu */
    .menu-container{
        height: 0;
    }
    /* Toggle class for javascript */
    .mega-menu-show{
        height: 60vh;
    }
}

.naab-link{
    color: #000;
    text-decoration: none;
}
.naab-link:hover{
    color: #037c09 !important;

}
.bg-purble-100 {
    background-color: #fbe7ff;
}
.bg-orange-100 {
    background-color: #f9efe9;
}
.bg-teal-100 {
    background-color: #e5fef2;
}

.home-news-important {
    background-image: linear-gradient(45deg, #d7f163, #b863f1 22%, #3498ea 40%, #40dfa3 67%, rgba(64, 223, 163, 0));
    background-size: 150% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: intro-gradient 1.2s cubic-bezier(0.85, 0.26, 0.89, 0.93);
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 0.4s;
}

.naaba-banner {
    position: relative;
    background: rgb(93, 244, 166);
    background: linear-gradient(270deg, rgb(61, 155, 252) 0%, rgb(123, 64, 228) 25.15923566878981%, rgb(245, 58, 139) 50%, rgb(238, 112, 74) 74.8407643312102%, #ddd24c 100%);
    /* background: linear-gradient(90deg, rgb(72, 188, 255) 49%, rgb(93, 244, 166) 100%); */
    /* background: linear-gradient(90deg, rgb(0, 36, 57) 19%, rgb(37, 125, 176) 49%, rgb(0, 36, 57) 89%); */
    color: #fff;
    overflow: hidden;
}

.naaba-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../naabatechs/img/circuit.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
    filter: invert(100%) brightness(100%) contrast(100%);
}
.naaba-banner__inner {
    position: relative;
    font-family: Courier, 'Roboto Mono',monospace;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 2;
}

.naaba-banner__inner a {
    transition: font-weight .4s ease-in-out;
    text-transform: uppercase;
    color: inherit;
    margin-left: 15px;
    text-decoration: underline;
}

.naaba-banner__link {
    min-width: 150px;
}
.naaba-banner__link a:hover {
    font-weight: 800;
    transition: font-weight .4s ease-in-out;
}

.naaba-banner__inner strong {
    font-size: 24px;
}

.naaba-banner__inner p {
    font-size: 16px;
    margin-bottom: 0;
}

.naaba-banner__inner svg {
    display: inline-block;
    width: 20px;
}

@media (max-width: 600px) {
    .naaba-banner__inner p,
    .naaba-banner__inner a {
        font-size: 12px;
    }

    .naaba-banner__inner {
        flex-direction: column;
    }

    .naaba-banner__inner a {
        /* display: block; */
        margin-left: auto;
    }

    .naaba-banner__inner svg {
        /* display: none; */
        width: 15px;
    }

    .naaba-banner__link {
        text-align: center;
    }
}
.ctas__all {
    display: none;
}
@media screen and (max-width: 1095px) {
    .ctas__all {
        display: flex;
    }
}

.ctn__newsletter {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background: transparent;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    border: none;
}

.ctn__newsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: conic-gradient(
        from 0deg,
        #ffe923,
        #f8ab5e,
        #f2372d,
        #5800aa,
        #2863e2,
        #008172,
        #24ff70,
        #ffe923
    );
    border-radius: 30px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

@media screen and (max-width: 1095px) {
    .ctn__newsletter {
        display: none;
    }
}


.ctn__quote {
    font-family: Courier, "Roboto Mono", monospace;
    font-size: 20px;
    font-weight: 200;
    padding: 8px 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    outline: 0;
    border: 1px solid transparent;
    z-index: 1;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    background: #037c09;
    outline: none !important;
    transition: color 0.3s ease;
    overflow: hidden;
}

.ctn__quote svg {
    opacity: 0;
    font-size: 13px;
    transition: 0.3s ease;
    position: absolute;
    right: 10px;
    color: #fff;
    transform: translateX(0);
}

.ctn__quote div {
    transition: transform 0.5s ease;
}

.ctn__quote:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    border-radius: 30px;
    transition: width 0.4s ease, left 0.4s ease;
}

.ctn__quote:hover {
    color: #000;
    border: 1px solid rgb(0, 0, 0);
}

.ctn__quote:hover:after {
    width: 100%;
    left: 0;
}

.ctn__quote:hover div {
    transform: translateX(-7px);
}

.ctn__quote:hover svg {
    opacity: 1;
    color: #000;
    transform: translateX(-5px);
}

.ctn__quote:not(:hover):after {
    width: 0;
    left: auto;
    right: 0;
}

.cta__quote_sm {
    display: none !important;
}
@media screen and (max-width: 560px) {
    .ctn__quote {
        display: none;
    }
    .cta__quote_sm {
        display: flex !important;
    }
}

.right__arrow {
    width: 25px;
    margin-left: 2px;
    transform: translateY(1px) scale(0, 1);
    transition: transform 150ms ease-in-out;
    color: #ffffff;
}
.arrow__anim_parent:hover .right__arrow {
    transform: translateY(1.75px) scale(1);
}

.animate-top {
    animation: top 80s linear 0s infinite;
}

@keyframes top {
    0% {
        opacity: 1;
        transform: translate3d(0, -90%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate-Bottom {
    animation: bottom 80s linear 0s infinite;
}

@keyframes bottom {
    0% {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, -90%, 0);
    }
}

.dsl-container {
    display: inline-block;
}
.dsl-btn {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #62707d;
    background-color: #ffffff;
    box-shadow: inset -1px 1px 3px rgb(207, 207, 207);
    border-radius: 100px;
    border: 0;
    width: 4rem;
    height: 2.2rem;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.dsl-btn:active {
    transform: scale(1.2);
}
.icon-container {
    display: contents;
    position: relative;
    width: 24px;
    height: 100%;
}
.icon-container .dsl-icons {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: scale(.5);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.icon-container .dsl-icons.active {
    opacity: 1;
}
body.light-mode {
    background-color: #ffffff;
    color: #000;
}
body.dark-mode {
    background-color: #333333;
    color: #ffffff;
}
body.dark-mode .dsl-btn{
    color: #d0deec;
    background-color: #172123;
    box-shadow: inset -1px 1px 3px #000;
    transition: background-color 0.6s ease-in-out, all 0.2s ease-in-out;
}
