* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

@font-face {
    font-family: Futura-Md-BT;
    src: url(../font/Futura-Md-BT-Medium.ttf);
}



:root {
    --primary-color: #262626;
    --nav-link-color: #262626;
    --contact-btn: #262626;
    --Medium: 'Raleway-Medium';
    --Regular: 'Raleway-Regular';
    --Thin: 'Raleway-Thin';
    --ExtraLight: 'Raleway-ExtraLight';
    --ExtraBold: 'Raleway-ExtraBold';
    --Bold: 'Raleway-Bold';
    --SemiBold: 'Raleway-SemiBold';
}

.main-container {
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
    height: auto;
    /* overflow: hidden; */
}


.container-box {
    width: 90%;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
}

header {
    width: 100%;
    height: 90px;
    display: flex;
    padding: 30px 0px;
    transition: 350ms linear;
}

.heder_sticky {
    position: fixed !important;
    top: 0;
    background: #262626;
    z-index: 11;
}

header .logo {
    cursor: pointer;
}

.isActiveLink {
    color: #4f71e7 !important;
    /* font-family: 'Futura-Md-BT';*/
    font-weight: 600;
}

.heder_sticky li a {
    color: #fff !important;
}

header:hover #contact-btn a {
    color: #ffff !important;
    border: 1px solid #ffff;
}

.heder_sticky #contact-btn a {
    color: #ffff !important;
    border: 1px solid #ffff;
}

.slideUp {
    height: 100vh !important;
    position: fixed;
    background-color: #262626;
}

.stikey {
    position: fixed !important;
    top: 0;
    background-color: #1D1F20;
    z-index: 99;
}

header nav .nav-list {
    list-style: none;
    padding: 0;
}

    header nav .nav-list li a {
        color: var(--nav-link-color);
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        padding-bottom: 10px;
        text-transform: capitalize;
    }


    header nav .nav-list li .innerList a:hover {
        color: #d2d2d2 !important;
    }

#contact-btn a {
    text-decoration: none;
    border: 1px solid var(--contact-btn);
    color: var(--contact-btn);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    font-family: var(--Medium)
}

    #contact-btn a i {
        font-size: 13px;
    }

header:hover .nav-list li a {
    color: #ffff !important;
    position: relative;
}

    header:hover .nav-list li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background: #fff;
        transition: 300ms linear;
    }

    header:hover .nav-list li a:hover::before {
        width: 100%;
        left: 0;
    }

header: hover #contact-btn a {
    color: #ffff !important;
    border: 1px solid #ffff;
}

.innerList {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: hsl(0, 0%, 15%);
    height: 0px;
    width: 100%;
    z-index: 11;
    overflow: hidden;
    transition: 150ms linear !important;
    padding: 0px 60px;
}

    .innerList div {
        padding: 20px 0px 40px;
    }

.innerListTitle {
    color: #ffff !important;
    position: relative;
    margin-top: 26px;
    font-size: 24px;
    font-weight: 500;
}





.innerList ul {
    list-style: none;
    gap: 20px;
    border-right: 1px solid #403e3e;
    padding-right: 60px;
}

footer {
    background-color: #1D1F20;
    width: 100%;
    min-height: 200px;
    padding: 157px 0px;
}

    footer h2 {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #ffffff;
    }

        footer h2 i {
            font-size: 15px;
        }

.footer-link-box::before {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(50deg, #FFC269, #8DD4FF, #B5B4FF, #8DD4FF);
    position: absolute;
    top: -30px;
}

.footer-link-item h3 {
    color: #ffffff66;
    font-size: 18px;
    padding-bottom: 25px !important;
}

.footer-link-item p {
    color: #ffffff66;
    font-size: 15px !important;
    font-family: var(--Medium)
}

.footer-link-item ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .footer-link-item ul li a {
        color: #ffffff66;
        font-size: 15px;
        text-decoration: none;
        font-family: var(--Regular);
        transition: 100ms linear;
    }

.footer-link-item a:hover {
    color: #ffff;
}

.footer-name h4 {
    font-family: var(--Medium);
    font-size: 140px;
    color: transparent;
    background: linear-gradient(2deg, #FFC269, #8DD4FF, #B5B4FF, #8DD4FF);
    background-clip: text;
    animation: transfrom 2s linear infinite;
}

@keyframes transfrom {
    0% {
        background: linear-gradient(2deg, #FFC269, #8DD4FF, #B5B4FF, #8DD4FF);
        background-clip: text;
    }

    33% {
        /* background: linear-gradient(2deg, #8DD4FF, #FFC269, #8DD4FF, #8DD4FF); */
        background: linear-gradient(45deg, #FFC269, #8DD4FF, #B5B4FF, #8DD4FF);
        background-clip: text;
    }

    66% {
        /* background: linear-gradient(2deg, #B5B4FF, #8DD4FF, #B5B4FF, #8DD4FF); */
        background: linear-gradient(90deg, #FFC269, #8DD4FF, #B5B4FF, #8DD4FF);
        background-clip: text;
    }

    100% {
        /* background: linear-gradient(2deg, #8DD4FF, #8DD4FF, #FFC269, #8DD4FF); */
        background: linear-gradient(180deg, #FFC269, #8DD4FF, #B5B4FF, #8DD4FF);
        background-clip: text;
    }
}

.footer-name ul {
    list-style: none;
    gap: 10px;
}

    .footer-name ul a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffff;
        color: #1D1F20;
        text-decoration: none;
        border-radius: 5px;
        transition: 100ms linear;
    }

        .footer-name ul a:hover {
            background-color: #919191;
        }

.copyRight-link > p, .copyRight-link col span {
    color: #ffffff66;
    font-family: var(--Medium);
    font-size: 15px;
}

.copyRight-link a {
    color: #ffffff66;
    text-decoration: none;
    font-size: 15px;
    font-family: var(--Medium);
    transition: 100ms linear;
}

    .copyRight-link a:hover {
        color: #ffff;
    }

header:hover {
    background-color: #262626;
    position: sticky;
    top: 0;
    z-index: 200;
}


#People-asked {
    background-color: #262626;
}


    #People-asked .accordion-item {
        background-color: transparent !important;
        border: none !important;
    }


    #People-asked .accordion-button {
        background-color: transparent !important;
        font-family: var(--Medium);
        color: #EDF1F4 !important;
        border-bottom: 1px solid #EDF1F4;
        padding: 30px 0px !important;
    }


        #People-asked .accordion-button:not(.collapsed) {
            box-shadow: none !important;
        }


        #People-asked .accordion-button:focus {
            box-shadow: none !important;
        }


    #People-asked .accordion-body {
        font-family: var(--Medium);
        color: #EDF1F4 !important;
    }

#accordionExample .accordion-button::after {
    content: '+';
    font-size: 30px;
    font-weight: 400;
    background-image: none;
}

#accordionExample .accordion-button:not(.collapsed)::after {
    content: '-';
    font-size: 30px;
    font-weight: 400;
    background-image: none;
}

.accordion-button::after {
    content: '+';
    font-size: 30px;
    font-weight: 400;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    font-size: 30px;
    font-weight: 400;
    background-image: none;
}

.swiper-button-prev::after {
    content: '←';
    /* Replace with any text or icon */
    font-size: 18px;
    font-weight: bolder;
}

.swiper-button-next::after {
    content: '→';
    /* Replace with any text or icon */
    font-size: 18px;
    font-weight: bolder;
}


#newsletter {
    position: relative;
    min-height: 254px;
    top: 55px;
}

    #newsletter .row {
        position: absolute;
        height: 100%;
        top: 42px;
        background: linear-gradient(127deg, #fff1dc 14%, #ecf8ff, #eaeaff);
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        #newsletter .row h2 {
            font-family: 'Futura-Md-BT', sans-serif;
            font-size: 46px;
            font-weight: 600;
        }

        #newsletter .row p {
            font-family: var(--Medium);
            color: #4b4b4b;
            font-weight: 500;
        }

        #newsletter .row input {
            font-size: 14px;
            font-family: var(--Medium);
            padding: 9px 10px;
            /* border: 1px solid #d5d5d5;*/
            background: transparent;
            border: none !important;
            transition: 0.2s linear;
        }

            /* #newsletter .row input:hover {
                border: 1px solid #464646 !important;
                border-right: none !important;
            }*/

            #newsletter .row input:focus {
                outline: none;
                border-radius: 0 /*;
                border: 1px solid #00b0ed !important;
                border-right: none !important;*/
            }

        #newsletter .row i {
            color: #5b5959 !important;
        }


        #newsletter .row button {
            font-size: 16px;
            font-family: var(--Medium);
            color: #ffffff;
            padding: 8.5px 15px;
            border: none;
            background: #00b0ed;
            transition: 0.3s linear;
        }

            #newsletter .row button:hover {
                background: #212121
            }

.contact_us_btn {
    text-decoration: none;
    border: 1px solid #fff;
    color: #f9f1f1;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    font-family: var(--Bold) !important;
    position: relative;
    z-index: 1;
}

.contact_us_btn_dark {
    border: 1px solid #000;
    color: #000;
}

.contact_us_btn::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: 200ms linear;
}

.contact_us_btn_dark::before {
    background: #000;
}

.contact_us_btn_dark:hover {
    color: #ffff !important
}

.contact_us_btn:hover {
    color: #000 !important
}

    .contact_us_btn:hover::before {
        width: 100%;
    }

/* ----------- Text Slide Section  -------------*/

.tages-section {
    position: relative;
    top: 35px;
}

.tag-list {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 1rem 0;
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
}

.loop-slider .inner {
    display: flex;
    width: fit-content;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
}


.tag {
    display: flex;
    align-items: center;
    gap: 0 0.2rem;
    color: #bcc0c4;
    font-weight: 700;
    font-size: 3.9rem;
    border-radius: 0.4rem;
    padding: 0px 1rem;
    margin-right: 1rem;
    line-height: 1.1;
}

.fade {
    pointer-events: none;
    background: linear-gradient(90deg, #1e293b, transparent 30%, transparent 70%, #1e293b);
    position: absolute;
    inset: 0;
}

@keyframes loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.border_bottm_btn a {
    padding-bottom: 7px;
    text-decoration: none;
    border-bottom: 1px solid #60676f;
    display: block;
    width: fit-content;
    padding-right: 20px;
    letter-spacing: 1px;
    margin: 25px auto 0px;
}

    .border_bottm_btn a span {
        color: #414548;
        position: relative;
        transition: 200ms linear;
    }

    .border_bottm_btn a:hover span {
        padding-left: 10px;
        color: #16181a;
    }

@media screen and (max-width : 1440px) {
    .Software-img img {
        width: 100px !important;
    }
}

@media screen and (min-width : 1190px) {


    header {
        background-color: transparent;
    }

        header nav .nav-list-item img {
            display: none;
        }

    .contact-btn {
        display: none;
    }


    header nav .nav-list li a {
        color: var(--nav-link-color);
    }

    #menuBtn {
        display: none;
    }



    header {
        position: relative !important;
        height: 90px !important;
        background-color: transparent;
    }
}

@media screen and (min-width : 1200px) {
    .d3_box {
        width: 80px;
        padding: 0px 0px !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffc269;
        transform: perspective(300px) rotatey(329deg);
    }

        .d3_box img {
            width: 24px;
            display: block !important;
        }
}

@media screen and (max-width : 1200px) {

    .banner-bg {
        min-height: 100%;
    }

    .logo {
        width: 100%;
    }

    header {
        overflow: hidden;
        z-index: 111;
    }

        header nav .nav-list-item {
            width: 100%;
            position: fixed;
            top: 0px;
            left: 0;
            background: #262626;
            height: 0px;
            z-index: 9;
            overflow: auto;
            transition: 300ms linear;
        }

    .innerList .innerListTitle {
        color: #fff !important;
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    header nav .nav-list-item .nav-list {
        flex-direction: column;
        padding: 0px 30px;
        gap: 0px !important;
        margin-top: 20px;
    }

        header nav .nav-list-item .nav-list li {
            width: 100%;
            transition: 200ms linear;
        }

    header nav .nav-list-item .innerList {
        position: fixed !important;
        left: 0;
        top: 0;
        height: 100vh !important;
        background: #262626;
    }

    .innerListTitle {
        display: block;
        color: #ffff;
        padding: 0px 1px;
        padding-bottom: 20px;
    }

    .innerList .d3_box {
        display: none !important;
    }

    .innerList div {
        padding: 2px 0px 11px;
    }



        .innerList div:nth-child(2) {
            display: grid !important;
            grid-template-columns: 25% 25% 25%;
            column-gap: 13px !important;
        }

        .innerList div ul {
            padding-right: 40px;
        }

    .innerList li a {
        padding: 6px 18px !important;
        font-size: 16px !important;
    }

    header nav .nav-list-item .nav-list a {
        padding: 15px 23px;
        color: #ffff !important;
        font-size: 24px;
    }

    .innerList ul li a {
        padding: 6px 18px !important;
        font-size: 16px !important;
    }

    .innerList ul {
        gap: 0px !important;
    }


    #contact-btn {
        display: none;
    }

    .contact-btn {
        display: block !important;
        width: fit-content !important;
        margin: 0px 50px;
        justify-content: center !important;
        border: 1px solid #ffffff6e;
        margin-top: 47px !important;
    }

        .contact-btn a {
            color: #ffff !important;
        }
}

@media screen and (max-width : 992px) {
    .footer-name h4 {
        font-family: var(--Regular);
        font-size: 94px;
    }

    .Software-img img {
        width: 80px !important;
    }
}

@media screen and (max-width : 768px) {

    header {
        height: 64px;
        padding: 17px 0px;
    }



    .innerListTitle,
    .innerListTitle i {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .innerList ul:nth-of-type(even) {
        border: none !important;
    }

    .innerList {
        padding: 3px 7px;
    }


    .footer-link-item h3 {
        font-size: 16px;
    }

    .becoming-part {
        width: auto !important;
        height: auto !important;
        background-image: none;
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%);
    }

    .footer-link-item ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width : 576px) {

    header nav .nav-list-item .nav-list {
        padding: 0px 30px;
        margin-top: 13px;
        height: calc(100vh - 264px);
        overflow-y: scroll;
    }

    .innerList div:nth-child(2) {
        grid-template-columns: 50% 50%;
        row-gap: 14px !important;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 80px);
    }

    header nav .nav-list-item .nav-list a {
        padding: 8px 23px;
        font-size: 20px;
    }

    #newsletter .row h2 {
        font-size: 32px;
    }
    /*  footer {
                    padding: 50px 0px;
                }*/

    .banner-box .box-panel {
        width: 123px;
    }

    .banner-box h1 {
        font-size: 34px;
        margin-top: 8px;
    }

    .banner-box h2 {
        font-size: 18px;
    }

    .banner-box p {
        font-size: 16px;
    }

    .Software-img img {
        width: 60px !important;
    }

    .tag {
        font-size: 1.9rem;
    }

    .footer-link-item h3 {
        font-family: var(--SemiBold);
        font-size: 18px;
        padding-bottom: 2px !important;
        margin-top: 10px;
    }

    .footer-name h4 {
        font-size: 67px;
    }

    #newsletter .row button {
        font-size: 14px;
        padding: 7.5px 10px;
    }
}

@media screen and (max-width : 410px) {
    .footer-name h4 {
        font-size: 45px;
    }

    #newsletter {
        min-height: 252px;
    }

    .Software-img img {
        width: 50px !important;
    }
}
