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

    background: #000000;
    font-family: GtFont !important;
}

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

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




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

    margin: 0;
    font-family: GtFont !important;
    /* border: 2px solid red; */

}

.input-form-style {
    background-color: #000000 !important;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 16px;
    width: 100%;
    color: white;
    padding: 0 15px;
}

.input-form-style::placeholder {
    color: rgba(153, 153, 153, 1);

}

/* 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 */

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

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

}

/* 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 */
}



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



@media (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
        font-weight: 600;
        color: white;
    }
    
    p {
        font-size: 16px;
        color: white;
    }
}


@media (max-width: 768px) {

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