@font-face {
    font-family: 'GtFontBold';
    src:
        url('/gt-walsheim-pro/GTWalsheimPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GtFont';
    src:

        url('/gt-walsheim-pro/GTWalsheimPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
    background: #000000;
    font-family: GtFont !important;
    overflow-x: hidden;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    color: white;
}

p {
    font-size: 18px;
    color: white;
}

.main_container_makingAi {
    position: relative;
    overflow: hidden;
    background-image: url(/Images/Rectangle\ 9605.gif);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180%;
}

.main_container_makingAi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Adjust the alpha value to control opacity */
    z-index: 1;
}

.first-section-background {
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* Ensures this content is above the overlay */
}

.top-heading {
    font-size: 95px;
    font-weight: 700;
    color: white;
    z-index: 2;
}


.gradient-text {
    background: linear-gradient(to right, #b05582fc, #da6363);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ai Era */

.mainSection {
    background-image: url('/Images/avatar.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.tab-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 20px;
}

.tab {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s ease;
}


.tabs .tab.active .underlineDiv {
    width: 100% !important;
    height: 2px !important;
    border-radius: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, #8B5CF6 129.61%) !important;
}

.subHeading {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.video-container {
    position: relative;
    width: 100%;
    text-align: center;
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Ai Era */


.btn-gradient {
    background: linear-gradient(90deg, #4D30F9 0%, #FA4CCE 50%, #FC8965 100%);
    border: none;
    color: white;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #4D30F9 0%, #FA4CCE 50%, #FC8965 100%);
    opacity: 0.9;
}

.section_second_container {
    background: url(/Images/section2.png) center center;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
}


.chooseHeading {
    font-size: 24px;
    font-weight: 400;
    line-height: 27.48px;
}

.chooseSubHeading {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.chooseCard {
    border: 1px solid rgba(217, 70, 239, 1);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    width: 400px;
    min-width: 400px;
    padding: 30px;
}

.chooseCard:hover {
    box-shadow: 0 0 6px 2px rgba(217, 70, 239, 1) !important;

    background: #000000;
}

.chooseCard1 {
    border: 1px solid #8B5CF6;
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    width: 400px;
    min-width: 400px;
    padding: 30px;
}

.chooseCard1:hover {
    box-shadow: 0 0 6px 2px #8B5CF6 !important;

    background: #000000;
}

.sub_container_choose {
    display: flex;
    width: 100%;
    overflow: auto;
    gap: 20px;

}

.sub_container_choose::-webkit-scrollbar {
    display: none;
}

.sub_container_choose {
    scrollbar-width: none;
}

.sub_container_choose {
    -ms-overflow-style: none;
}



.section_third_why_choose {
    background-image: url('/Images/basedAi2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}













.mainHeading {
    font-weight: 700;
    font-size: 56px;
}

.mainHeadingPara {
    font-size: 24px;
}

.pricingBox {
    border: 1.32px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
}

.patternBg {
    position: relative;
    padding: 30px 20px;
}

.patternBg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/pattern.png) no-repeat bottom;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
}


.box2Shadow {
    box-shadow: 0px 13.16px 97.36px 13.16px rgba(78, 0, 191, 0.41);
    background: linear-gradient(180deg, #000000 29%, rgba(140, 69, 255, 0.6) 100%) !important;
}

.boxHeading {
    font-size: 32px;
}

.priceText {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}


.pricingPointStyle {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricingPointStyle li {
    position: relative;
    padding-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.pricingPointStyle li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.joinBtn {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    border: 1.32px solid rgba(255, 255, 255, 0.15);
    margin-top: auto;
    padding: 12px 0;
    font-size: 18px;
    border-radius: 13px;
    box-shadow: 0px 0px 7.89px 3.95px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(18.418704986572266px)
}

.btn-bg1 {
    background: rgba(61, 61, 61, 0.4) !important;
}

.btn-bg2 {
    background: rgba(140, 69, 255, 0.4) !important;
}

.joinBtn:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.bottomSpacing {
    margin-bottom: 200px;
}

.topBgImage {
    width: 100%;
    background: url(../Images/SUPPORT.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    min-height: 250px;
}




.slide-tr {
    -webkit-animation: slide-tr 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-tr 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    width: 350px;
    margin: 0 auto;
}

.slide-right {
    -webkit-animation: slide-right 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    width: 100%;
}

.slide-left {
    -webkit-animation: slide-left 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    width: 100%;
}

.text-fade {
    -webkit-animation: text-fade 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: text-fade 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.text-show {
    -webkit-animation: text-show 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: text-show 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.contact-container {
    margin-top: 800px;
}


.form-inputs {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    background-color: transparent !important;
    height: 65px;
    padding: 12px 14px;
    color: white;
}


.form-textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 12px 14px;
    color: white;
}

.submitBtn {
    width: 100%;
    height: 59px;
    padding: 12px 10px;
    background: linear-gradient(90deg, #4D30F9 0%, #FA4CCE 50%, #FC8965 100%);
    border: none;
    border-radius: 5px;
    color: white;
}

.contact-inner {
    background: url(../Images/roundShadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    border-radius: 0 0 80px 80px;
    overflow: hidden;
}

.contact-inner2 {
    background: url(../Images/bottomShadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.side_bg {
    background: url(../Images/Light.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.firstBoxBg {
    background: transparent;
}

.patternBg2 {
    background: url(../Images/pattern2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.patternBg3 {
    background: url(../Images/pattern2.png);
    background-position: start;
    background-size: cover;
    background-repeat: no-repeat;
}


@-webkit-keyframes slide-tr {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    100% {
        -webkit-transform: translateY(-270px) translateX(120%);
        transform: translateY(-270px) translateX(120%);
    }
}

@keyframes slide-tr {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    100% {
        -webkit-transform: translateY(-270px) translateX(120%);
        transform: translateY(-270px) translateX(120%);
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes text-fade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes text-fade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes text-show {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.3;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes text-show {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.3;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@media (max-width:1399px) {

    .top-heading {
        font-size: 85px;
        font-weight: 700;
    }
    @-webkit-keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-270px) translateX(110%);
            transform: translateY(-270px) translateX(110%);
        }
    }

    @keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-270px) translateX(110%);
            transform: translateY(-270px) translateX(110%);
        }
    }
}

@media (max-width:1199px) {
    .top-heading {
        font-size: 75px;
        font-weight: 700;
    }

    .slide-tr {
        width: 300px;
    }

    .mainHeading {
        font-weight: 700;
        font-size: 45px;
    }

    .mainHeadingPara {
        font-size: 20px;
    }

    .boxHeading {
        font-size: 28px;
    }

    .priceText {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.7);
    }

    .topBgImage {
        background-size: 75%;
        min-height: 200px;
    }

    @-webkit-keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-230px) translateX(100%);
            transform: translateY(-230px) translateX(100%);
        }
    }

    @keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-230px) translateX(100%);
            transform: translateY(-230px) translateX(100%);
        }
    }
}

@media (max-width:991px) {

    .top-heading {
        font-size: 65px;
        font-weight: 700;
    }


    .topBgImage {
        background-size: 75%;
        min-height: 200px;
    }

    .slide-left {
        width: 50%;
    }

    .contact-container {
        margin-top: 1500px;
    }

    .contact-inner {
        border-radius: 0 0 80px 0;

    }

    h1 {
        font-size: 2.5rem;
        font-weight: 600;
        color: white;
    }

    p {
        font-size: 16px;
        color: white;
    }

    @-webkit-keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-210px) translateX(65%);
            transform: translateY(-210px) translateX(65%);
        }
    }

    @keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-210px) translateX(65%);
            transform: translateY(-210px) translateX(65%);
        }
    }
}


@media (max-width:767px) {

    .top-heading {
        font-size: 50px;
        font-weight: 700;
    }
    .slide-left {
        width: 100%;
    }

    .slide-tr {
        width: 350px;
    }

    .contact-inner {
        border-radius: 0 0 40px 40px;

    }

    .topBgImage {
        background-size: 100%;
        min-height: 400px;
    }

    .contact-container {
        margin-top: 2100px;
    }

    .firstBoxBg {
        background: black;
    }

    @-webkit-keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-250px) translateX(0);
            transform: translateY(-250px) translateX(0);
        }
    }

    @keyframes slide-tr {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(-250px) translateX(0);
            transform: translateY(-250px) translateX(0);
        }
    }


    .tabs {
        display: flex;
        justify-content: center;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 40px;
        padding: 5px;
        margin-bottom: 20px;
    }

    .tab {
        background: none;
        border: none;
        color: rgba(255, 255, 255, 1);
        font-size: 14px;
        padding: 10px 20px;
        cursor: pointer;
        text-decoration: none;
        margin: 0;
        transition: color 0.3s ease;
    }

    h1 {
        font-size: 2rem;
        font-weight: 600;
    }

    p {
        font-size: 16px;
        padding: 0 10px;
    }
}





@media (max-width: 600px) {


    .ai-image {
        width: 350px !important;
    }


    .hero-section {
        text-align: center;
        padding: 0 10px;
    }

    .tabs {
        transform: scale(0.8);
    }
}


@media (max-width:576px) {

    .first-section-background {
        height: 60vh;
    }


    .slide-tr {
        width: 300px;
    }

    .contact-container {
        margin-top: 2050px;
    }

    .mainHeading {
        font-weight: 600;
        font-size: 35px;
    }

    .mainHeadingPara {
        font-size: 18px;
    }

    .boxHeading {
        font-size: 24px;
    }

    .priceText {
        font-size: 16px;
    }

    .pricingPointStyle li {
        font-size: 16px;
    }
}