@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;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    font-family: GtFont !important;
}

h1 {
    font-size: 3em;
    margin-bottom: 10px;
    color: white;
    font-family: GtFont !important;
    font-weight: 700;
}

p {
    font-size: 1.4rem;
    margin-bottom: 40px;
    font-family: GtFont !important;
    color: white;
    font-family: GtFont !important;
}

.transiontime {
    transition: 1s ease;
}


.first_section_background {
    background: url(/Images/firstSection1.png) center center;
    background-size: cover;
    background-position: center;
}

/* section first css */
.first_section {

    .first_section_heading {
        font-family: GtFontBold !important;

    }

    .first_section_para {
        font-weight: 500;
    }

    .hero-section {
        text-align: center;
        padding: 50px 20px;
        position: relative;
    }

    .text-transition {
        margin-bottom: -300px;
        opacity: 0.8;
        transition: 0.4s ease;
    }



    .ai-image {
        width: 800px;
        height: auto;
    }

    .text-gardient {
        background: #D946EF;
        background: linear-gradient(to right, #D946EF 14%, #FFFFFF 87%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    .features {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .feature-box1 {
        background: linear-gradient(0deg, #131016, #131016),
            radial-gradient(63.39% 162.68% at 50% 100%, rgba(217, 70, 239, 0.2) 0%, rgba(217, 70, 239, 0) 100%);
        text-align: center;
        border-radius: 10px;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.2);
        /* transition: transform 0.3s ease-in-out; */
        position: absolute;
        top: 35vh;
        left: 0;
        font-size: 18px;
    }

    .card-transition1 {
        position: absolute !important;
        top: 35vh !important;
        left: 0 !important;
        opacity: 0 !important;
    }

    .feature-box2 {
        background: linear-gradient(0deg, #131016, #131016),
            radial-gradient(63.39% 162.68% at 50% 100%, rgba(217, 70, 239, 0.2) 0%, rgba(217, 70, 239, 0) 100%);
        width: 280px;
        text-align: center;
        border-radius: 10px;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.2);
        /* transition: transform 0.3s ease-in-out; */
        position: absolute;
        top: 35vh;
        right: 0;
        font-size: 18px;
    }

    .card-transition2 {
        position: absolute !important;
        top: 43vh !important;
        right: 0 !important;
        opacity: 0 !important;
    }

    .feature-box3 {
        background: linear-gradient(0deg, #131016, #131016),
            radial-gradient(63.39% 162.68% at 50% 100%, rgba(217, 70, 239, 0.2) 0%, rgba(217, 70, 239, 0) 100%);
        width: 280px;
        text-align: center;
        border-radius: 10px;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 55vh;
        left: 10vw;
        font-size: 18px;
    }

    .card-transition3 {
        position: absolute !important;
        top: 55vh !important;
        left: 0 !important;
        opacity: 0 !important;
    }

    .feature-box4 {
        background: linear-gradient(0deg, #131016, #131016),
            radial-gradient(63.39% 162.68% at 50% 100%, rgba(217, 70, 239, 0.2) 0%, rgba(217, 70, 239, 0) 100%);
        width: 320px;
        text-align: center;
        border-radius: 10px;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 55vh;
        right: 5vw;
    }

    .card-transition4 {
        position: absolute !important;
        top: 65vh !important;
        right: 0 !important;
        opacity: 0 !important;
        font-size: 18px;
    }

    .feature-box:hover {
        transform: scale(1.05);
        border-color: rgba(255, 255, 255, 0.5);
    }

    .cta-button {
        margin-top: 50px;
    }

    .btn-primary {
        background-color: white;
        color: black;
        padding: 10px 30px;
        border-radius: 50px;
        border: none;
        font-size: 1.2em;
        transition: background-color 0.3s ease-in-out;
    }

    .btn-primary:hover {
        background-color: #f1f1f1;
    }


}




/* section first css */

/* why choose style */

.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;

}

/* Hide scrollbar for Chrome, Safari and Opera */
.sub_container_choose::-webkit-scrollbar {
    display: none;
}

/* For Firefox */
.sub_container_choose {
    scrollbar-width: none;
    /* hide scrollbar in Firefox */
}

/* For Internet Explorer, Edge */
.sub_container_choose {
    -ms-overflow-style: none;
    /* hide scrollbar in IE and Edge */
}



/* why choose style */

/* Our Services */


.subtitle {
    font-size: 1.5em;
    color: #bbb;
    margin-bottom: 50px;
}

.service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/Images/imagebg1.png) center center;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    border: 1px solid #5284E1;
    border-radius: 8px;
    padding: 45px;
    margin-left: 10%;
}

.reverse {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/Images/overbgimg2.png) center center;
    background-size: cover;
    background-position: center;
    border: 1px solid #FA4CCE;
    border-radius: 8px;
    padding: 45px;
    margin-right: 10%;
}

.service-content {
    display: grid;
    align-items: center;
    grid-template-columns: 40% 60%;
    margin-left: 20%;
}

.service-content2 {
    display: grid;
    align-items: center;
    grid-template-columns: 60% 40%;
    margin-right: 20%;
}

.third-card-heading {
    font-size: 40px;
    font-weight: 500;
}

.third-card-text {
    font-size: 18px;
}

.third-card-heading2 {
    font-size: 40px;
    font-weight: 500;
}

.third-card-text2 {
    font-size: 18px;
}

.images_style {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 200px;
}

.images_style_2 {
    position: absolute;
    bottom: 2%;
    right: 0;
    width: 200px;
}

.text {
    max-width: 500px;
    text-align: left;
    margin: 0 20px;
}



/* Our Services */

/* Ai Era */

.mainSection {
    background-image: url('/Images/avatar.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 25px 0; */
}

.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%;
    height: auto;
    border-radius: 20px;
}

/* Ai Era */

/* About us */
.section_fifth_container {
    background: url(/Images/section_five.png) center center;
    background-size: cover;
    background-position: center;

}

.about-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 20px;

}

.content {
    flex: 1;
    padding-right: 20px;
}


.robot-image img {
    width: 300px;
    /* Adjust size as needed */
    border-radius: 10px;
}

/* About us */


/* Our testimonials */







.testimonials-section {
    background: url(/Images/section_six.png) center center;
    background-size: cover;
    background-position: center;
}

.testimonial-list {
    margin: 0 auto;
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Ensure sliders are stacked vertically */
    gap: 40px;
    /* Adds vertical space between the two sliders */
}

.loop-slider {
    position: relative;
    width: 100%;
    /* Ensure sliders take up full width */
    overflow: hidden;
    /* Prevents content from overflowing */
}

.loop-slider .inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
}

.testimonial-card {
    background: #000000;
    color: white;
    padding: 20px;
    max-width: 400px;
    min-width: 300px;
    height: 280px !important;
    min-height: 200px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Adds horizontal space between cards */
}

.f-14{
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}


.textHeading{
    font-size: 20px !important;
    color: rgba(153, 153, 153, 1);
}

@keyframes loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}





/* Our testimonials */


/* partner section */


.partners-section {
    margin: 100px 0 100px 0;
    text-align: center;
    padding: 20px;
}

.partners-section h2 {
    font-size: 4rem;
    margin-bottom: 30px;
    font-weight: 900;
}







/* partner section */

/* insight section  */



.blog-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.blog-card {
    background-color: #181818;
    width: 600px;
    height: 600px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-image {
    width: 100%;
    border-radius: 15px;
    margin-top: 10px;
}




.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #00d4ff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.read-more:hover {
    color: #ff4081;
}

.read-more span {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s;
}

.read-more:hover span {
    transform: translateX(5px);
}

/* insight section */

.floating {
    animation: float 5s ease-in-out infinite;
}

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

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}




@media (max-width: 1199px) {
    .ai-image {
        width: 550px !important;
    }

    .feature-box1 {
        font-family: 14px !important;
        transform: scale(0.7);
    }

    .feature-box2 {
        font-family: 14px !important;
        transform: scale(0.7);
    }

    .feature-box3 {
        font-family: 14px !important;
        transform: scale(0.7);
    }

    .feature-box4 {
        font-family: 14px !important;
        transform: scale(0.7);
    }

    .third-card-heading {
        font-size: 30px;
    }

    .third-card-text {
        font-size: 16px !important;
    }

    .third-card-heading2 {
        font-size: 30px;
    }

    .third-card-text2 {
        font-size: 16px !important;
    }

    .images_style {
        position: absolute;
        bottom: 2%;
        left: 0;
        width: 140px;
    }

    .images_style_2 {
        position: absolute;
        bottom: 2%;
        right: 0;
        width: 140px;
    }

    .service-box {
        padding: 15px;
    }

    .reverse {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .ai-image {
        width: 450px !important;
    }

    .feature-box1 {
        transform: scale(0.6);
        left: -12% !important;
    }

    .feature-box2 {
        transform: scale(0.6);
        right: -10% !important;
    }

    .feature-box3 {
        transform: scale(0.6);
        left: -5% !important;
    }

    .feature-box4 {
        transform: scale(0.6);
        right: -5% !important;
    }

    .service-content {
        grid-template-columns: 1fr;
        margin-left: 30%;
    }

    .service-content2 {
        grid-template-columns: 1fr;
        margin-right: 30%;
    }

    .third-card-heading {
        font-size: 24px;
    }

    .third-card-text {
        font-size: 14px !important;
    }

    .third-card-heading2 {
        font-size: 24px;
    }

    .third-card-text2 {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .blog-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-box1 {
        transform: scale(0.5);
        left: -15% !important;
        top: 40vh !important;
    }

    .feature-box2 {
        transform: scale(0.5);
        right: -10% !important;
        top: 40vh !important;
    }

    .feature-box3 {
        transform: scale(0.5);
        left: -5% !important;
        top: 50vh !important;
    }

    .feature-box4 {
        transform: scale(0.5);
        right: -5% !important;
        top: 50vh !important;
    }



    h1 {
        font-size: 2em;
        margin-bottom: 10px;
    }

    p {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .chooseCard {
        border-radius: 15px;
        min-width: 300px;
        width: 300px !important;
        padding: 20px;
    }

    .chooseCard1 {
        border-radius: 15px;
        width: 300px;
        min-width: 300px;
        padding: 20px;
    }

    .chooseHeading {
        font-size: 22px;
        line-height: 24px;
    }

    .chooseSubHeading {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .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;
    }
}

@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: 500px) {
    .feature-box1 {
        transform: scale(0.4);
        left: -25% !important;
        top: 35vh !important;
    }

    .feature-box2 {
        transform: scale(0.4);
        right: -15% !important;
        top: 36vh !important;
    }

    .feature-box3 {
        transform: scale(0.4);
        left: -10% !important;
        top: 45vh !important;
    }

    .feature-box4 {
        transform: scale(0.4);
        right: -15% !important;
        top: 45vh !important;
    }

    .ai-image {
        width: 100% !important;
    }

    .service-content {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .service-content2 {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .third-card-heading {
        font-size: 24px;
    }

    .third-card-text {
        font-size: 14px !important;
        margin-left: 35%;
    }

    .third-card-heading2 {
        font-size: 24px;
    }

    .third-card-text2 {
        font-size: 14px !important;
        margin-right: 35%;
    }

   
}