@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/centurygothic.ttf") format("truetype");
}

body {
    font-family: "Century Gothic", sans-serif !important;
}


.text-sm {
    font-size: 14px !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-black {
    color: black !important;
}

.text-light-green {
    color: #85C34C !important;
}

.text-primary {
    color: #2C5A35 !important;
}

.text-secondary {
    color: #005D9C !important;
}

.text-light-blue {
    color: #00A8DD !important;
}

.hero-section {
    position: relative;
    background: url('../media/home-bg.png') no-repeat center center/cover;
    height: 100vh;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

/* Background Video */
.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: whtie;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    width: 80%;
    gap: 10px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 20px !important;
    text-align: start;
}

.countdown-container {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    box-shadow: 0px -4px 10px rgba(33, 136, 56, 0.5);

}

.btn-register {
    background: linear-gradient(90deg, #7CA706, #5B810D) !important;
    border: none;
    width: max-content;
    height: max-content;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px !important;
    /* border: 2px solid white; */
    text-decoration: none;
}

.btn-register:hover {
    background: #218838;
    color: white;
}

.btn-login {
    background: linear-gradient(90deg, #013E65, #0D6FAB) !important;
    border: none;
    width: max-content;
    height: max-content;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px !important;
    border: 2px solid white;
    text-decoration: none;

}

.login-arrow {
    height: 18px;
}

.btn-login:hover {
    background: #0D6499;
    color: white !important;
}

.logo {
    width: 8rem;
    height: 8rem;
}
.footer-logo{
    width: 4rem;
    height: 4rem;
}
.why-cea-img {
    height: 70px !important;
    width: 70px !important;
}

.kpi-section {
    position: relative;
    width: 100%;
    height: max-content;
    /* background: url('../media/about-world.png') no-repeat center center/cover; */
}

.ceo-profile-section {
    position: relative;
    width: 100%;
    height: max-content;
    background: url('../media/ceo-profile-bg.png') no-repeat center center/cover;

}

.what-is-it-for-section {
    position: relative;
    width: 100%;
    height: max-content;
    background: url('../media/what-is-it-for-section.png') no-repeat center center/cover;

}


.course-structure-section {
    position: relative;
    width: 100%;
    height: max-content;
    background: url('../media/couse-bg.png') no-repeat center center/cover;

}
.kpi-img{
    width: 80px;
    height: 80px;
}
.countdown-container .text-4xl{
    font-size: 32px !important;
}

.program-section {
    position: relative;
    width: 100%;
    height: max-content;
    background: url('../media/program-runway-bg.png') no-repeat center center/cover;
}
.about-and-kpi-section{
    position: relative;
    width: 100%;
    height: max-content;
    background: url('../media/about-kpi-bg.png') no-repeat center center/cover;

}
.team-group-section{
    position: relative;
    width: 100%;
    height: max-content;
    background: url('../media/team-bg.png') no-repeat center center/cover;

}
.enroll-now-section {
    position: relative;

    width: 100%;
    min-height: 600px;
    background: url('../media/enroll-bg.png') no-repeat center center/cover;

}

.leaf-img {
    width: 18px !important;
}

.course-structrue-container {
    position: absolute;
    top: -170px !important;
    opacity: 1 !important;
    width: 50% !important;
    max-width: 800px;
    /* Optional: Set a max width */
    z-index: 100;
    left: 50%;
    /* Move to center */
    transform: translateX(-50%);
    /* Adjust for centering */
}

.bottom-right-logo {
    position: absolute;
    bottom: -10px;
    /* Adjust as needed */
    right: -50px;
    /* Adjust as needed */
    width: 50px;
    /* Set the desired width */
    height: 50px;
}

.program-card-container {
    /* Hide scrollbar */
    scroll-behavior: smooth;
    /* Smooth scrolling effect */


    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.scroll-left,
.scroll-right {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.scroll-left:hover,
.scroll-right:hover {
    background: rgba(255, 255, 255, 1);
}

.program-card-container::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.program-card {
    min-width: 350px !important;
    border: 4px solid white;
    background-color: #F9F9F9;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.program-card-img {
    width: 50px !important;
    height: 50px !important;
}

.outline-number {
    font-size: 40px;
    /* Adjust as needed */
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: -18px;
    color: transparent;
    -webkit-text-stroke: 2px #98C379;
    /* Outline color */
}

.team-member-container {
    width: 150px;
    border-radius: 10px;
}

.team-member-img {
    width: 150px;
    border: 4px solid white;
    border-radius: 10px;
    height: 170px;

}

.bg-gray-50 {
    background-color: #EEEEEE !important;
}

.ask-img {
    height: 120px;
    width: 120px;
    top: -20px;
    position: relative;
}

.wh1-img {
    width: 50px;
    height: 50px;
}

.wh-img {
    width: 30px;
    height: 30px;
}

.w-max {
    width: max-content !important;
}

.program-details-container {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-top: 4px solid #00A8DD;
   
    width: 100%;
    height: max-content;
    background: url('../media/program-bg.png') no-repeat center center/cover !important;

}
.program-and-footer-container{
    margin-top: -130px;
    position: relative;
}
.border-light-blue {
    border-color: #00A8DD !important;
}
.social-logo{
    width: 25px;
}

.contact-img{
    width: 20px;
    height: 20px;
}
@media (max-width: 380px) {

    .hero-section {
        height: 900px !important;
    }
    

.course-structrue-container {
    top: -240px !important;
}
}
@media (min-width: 576px) {
    .countdown-container .text-4xl{
        font-size: 48px !important;
    }
    .kpi-section {
        top: -50px !important;
    }

    .course-structrue-container {
        top: -140px !important;
    }

    .team-member-container {
        width: 160px;
        border-radius: 10px;
    }
    
    .team-member-img {
        width: 160px;
        border: 4px solid white;
        border-radius: 10px;
        height: 170px;
    
    }
    .program-and-footer-container{
        margin-top: -230px;
        position: relative;
    }
    .bottom-right-logo {
        width: 70px;
        /* Set the desired width */
        height: 70px;
    }
    .footer-logo{
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width: 1199px) {


    .course-structrue-container {
        width: 80% !important;
    }

    .bottom-right-logo {
        right: -10px !important;
    }
}

@media (min-width: 1199px) {


    .border-right {
        border-right: 1px solid rgb(202, 202, 202);
    }
}