.section-hero-home {
    padding: 60px 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}

@media (max-width: 800px) {
    .section-hero-home {
        padding: 56px 0;
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.btn-close-modal-video {
   padding: 10px 20px;
   background: #2198BE;
   color: #fff;
   border: none;
   outline: none;
   cursor: pointer;
   border-radius: 600px;
   font-size: 16px;
   font-weight: 500;
   font-family: 'Poppins', sans-serif;
}

.modal-video-container {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 562px;
    position: relative;
}

.modal-video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 600px) {

    .modal-video-iframe {
        max-height: 250px;
        height: 250px;
    }
}


.hero-home-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1330px;
    width: 100%;
}

@media (max-width: 1340px) {
    .hero-home-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

.hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1040px) {
    .hero-text-container {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

.hero-text-title {
    font-size: 81px;
    font-weight: 800;
    line-height: 97px;
    color: #0A152A;
    text-align: left;
    max-width: 639px;
}

.hero-text-title-mobile {
    display: none;
}

@media (max-width: 600px) {
    .hero-text-title-mobile {
        display: block;
    }

    .hero-text-title-desktop {
        display: none;
    }
}


@media (max-width: 1040px) {
    .hero-text-title {
        font-size: 40px;
        max-width: 400px;
        text-align: center;
        line-height: 48px;
    }
}

@media (max-width: 800px) {
    .hero-text-title {
        font-size: 36px;
        max-width: 500px;
        width: 100%;
        text-align: center;
        line-height: 40px;
    }
}

.hero-text {
    font-size: 20px;
    max-width: 203px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #0A152A;
    margin-top: 16px;
}

@media (max-width: 1040px) {
    .hero-text {
        font-size: 16px;
        max-width: 300px;
        text-align: center;
        line-height: 28px;
    }
}

@media (max-width: 800px) {
    .hero-text {
        font-size: 18px;
        max-width: 300px;
        text-align: center;
        line-height: 28px;
        margin-top: 29px;
    }
}


.images-with-info-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.first-image-hero {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1040px) {
    .first-image-hero {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.first-image-hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    width: 100%;
    margin-top: -40px;
}

.image-group .selo-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1040px) {

    .image-group {
        margin-top: 0;
    }

    .image-group .selo-image {
        bottom: 100px;
    }
}

@media (max-width: 800px) {

    .image-group .selo-image {
        width: 120px;
        height: 120px;
    }
}

.image-group .alumn-image {
  
}

@media (max-width: 800px) {
    .image-group .alumn-image {
        width: 100%;
        height: auto;
    }

    
}

@media (max-width: 600px) {
    .image-group .selo-image {
        width: 150px;
        height: 150px;
        bottom: 50px;
    }
}


.first-image-hero-text {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #0A152A;
    max-width: 290px;
    line-height: 39px;
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 600px) {
    .first-image-hero-text {
        max-width: 269px;
    }
}

.biligual-program-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 600px) {
    @media (max-width: 600px) {
    .biligual-program-buttons-container {
        flex-direction: column;
        gap: 0;
        max-width:100%;
        width:100%;
    }

    .btn-know-more, .btn-download-program {
        width:100%;
        max-width:100%;
        text-align:center;
    }
}
}

.first-image-hero .btn-know-more, .btn-download-program, .tag-text {
    padding: 16px 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    background: none;
    outline: none;
    border-radius: 600px;
    margin-top: 31px;
    background: #2198BE;
    color: #fff;
    border: none;
}

.btn-download-program {
    border: 1px solid #2198BE;
    background: #fff;
    color: #2198BE;
    transition: all 0.3s ease;
}

.first-image-hero .btn-know-more:hover {
    background: #2143BE;
    color: #fff;
}

.btn-download-program:hover {
    background: #2198BE;
    color: #fff;
}

.second-image-hero {
        margin-top: -262px;
        margin-left: -115px;

}

@media (max-width: 1050px) {
    .second-image-hero {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    .second-image-hero {
        margin-top: 71px;
    }
}



.second-image-hero img {
    max-width: 100%;
}



.second-image-hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.second-image-hero-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #0A152A;
    max-width: 580px;
    line-height: 32px;
    text-align: center;
}

@media (max-width: 800px) {
    .second-image-hero-text {
       width: 100%;
       font-size: 16px;
       line-height: 25px;
       max-width: 320px;
       width: 100%;
    }
}


.section-why-study-here {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-study-here-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1192px;
}

@media (max-width: 1200px) {
    .why-study-here-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

.why-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-study-here-title {
    font-size: 56px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #0A152A;
    line-height: 67px;
}

@media (max-width: 850px) {
    .why-study-here-title {
        font-size: 28px;
        line-height: 36px;
        max-width: 264px;
        text-align: center;
        margin-top: 50px;
    }
}

.why-study-here-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #6c737f;
    max-width: 885px;
    margin-top: 24px;
    line-height: 32px;
    text-align: center;
}

@media (max-width: 850px) {
    .why-study-here-text {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        max-width: 320px;
        width: 100%;
    }
}

.points-why-study-here-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-top: 59px;

    @media (max-width: 850px) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }

    .point-why-study-here {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border: 1px solid #0A152A;
        border-radius: 32px;
        padding: 48px;
        height: 360px;
    }

    @media (max-width: 1200px) {
        .point-why-study-here {
            min-height: 350px;
            height: auto;
        }
    }

    @media (max-width: 850px) {
        .point-why-study-here {
            width: 100%;
            max-width:100%;
            min-height: auto;
        }
    }

    .point-why-study-here .point-why-study-here-title {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        color: #0A152A;
        line-height: 39px;
        max-width: 200px;
    }


   @media (max-width: 600px) {
        .point-why-study-here .point-why-study-here-title {
            max-width: 160px;
            font-size: 20px;
            line-height: 28px;
        }
    }
    .point-why-study-here .point-why-study-here-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #0A152A;
        line-height: 28px;
        max-width: 290px;
        margin-top: 16px;
    }

    @media (max-width: 850px) {
        .point-why-study-here .point-why-study-here-text {
            max-width: 100%;
            width: 100%;
            font-size: 16px;
            line-height: 25px;
        }
    }

    .point-why-study-here:nth-child(1) {
        border-color: #78BE21;
    }

    .point-why-study-here:nth-child(2) {
        border-color: #2198BE;
    }

    .point-why-study-here:nth-child(3) {
        border-color: #2143BE;
    }
}

.partners-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 96px;
    width: 100%;
}

@media (max-width: 600px) {
    .partners-container {
        max-width: 100%;
        width: 100%;
    }
}

.partners-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 59px;
    max-width: 1250px;
}

@media (max-width: 600px) {
    .partners-list {
         max-width: 100%;
        width:100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    /* hide the scrollbar */
    .partners-list::-webkit-scrollbar {
        display: none;
    }
    

    
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 200px;

    @media (max-width: 600px) {
          min-height: 100px;
        flex-shrink: 0;
    }

    .partner-image {
        max-width: 275px;
        max-height: 90px;
        object-fit: scale-down;
    }

    .btn-know-more-partner {
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: relative;


        & img, .partner-icon {
            height: 42px;
            width: 42px;
        }
    }

   

    .btn-know-more-partner .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding:10px;
        border-radius: 6px;
        transition: all 0.3s ease;
        z-index: 1;
        position: absolute;
        bottom: 0;
    }
    
    .btn-know-more-partner:hover .tooltiptext {
        visibility: visible;
    }
}

@media (max-width: 600px) {
.partner-item:first-child{
    
        min-height: 100px;
        flex-shrink: 0;
    margin-left:800px;

}
}


.section-ciclos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 93px;
}

.ciclos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1192px;
    width: 100%;
}

@media (max-width: 1200px) {
    .ciclos-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

.ciclos-header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ciclos-header-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 600px) {
    .ciclos-header-text-container {
        align-items: center;
        justify-content: center;
    }
}

.ciclos-header-title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #0A152A;
    line-height: 50px;
}


@media (max-width: 600px) {
    .ciclos-header-title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }
}

.ciclos-header-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #6c737f;
    max-width: 699px;
    margin-top: 16px;
    line-height: 32px;
    text-align: left;
}

@media (max-width: 600px) {
    .ciclos-header-text {
        max-width: 320px;
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }
}

.ciclos-header-slider-control-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 58px;
}

@media (max-width: 600px) {
    .ciclos-header-slider-control-container {
        display: none;
    }
}

.btn-slider-control {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.slider-control-icon {
    width: 35px;
}

@media (max-width: 600px) {
   .btn-slider-control .slider-control-icon {
        height: 20px;
    }
}



.ciclos-slider-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top:75px;
    gap: 20px;
}

@media (max-width: 600px) {
    .ciclos-slider-container {
        margin-top: 45px;
    }
}

.ciclos-slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #0A152A;
    border-radius: 32px;
    padding: 48px;
    max-width: 380px;
    /* min-height: 651px; */
    border: 1px solid #CED0D480;
    padding-top: 18px;

    @media (max-width: 600px) {
        max-width: 100%;
        width: 100%;
    }

    .ciclos-slider-item-title {
        font-size: 22px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #000;
        line-height: 30px;
        max-width: 100%;
        text-align: center;
        margin-top: 16px;
    }

    .cicli-year {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 28px;
        max-width: 290px;
        margin-top: 16px;
        text-align: center;
        color: #2198BE;

    }

    .ciclos-slider-item-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #0A152A;
        line-height: 28px;
        max-width: 100%;
        text-align: center;
        margin-top: 8px;
        color: #535353;
    }

    @media (max-width: 600px) {
        .ciclos-slider-item-text {
            max-width: 300px;
            width: 100%;
        }
    }

    .btn-know-more {
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 16px 30px;
        transition: all 0.3s ease;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #2198BE;
        border-radius: 600px;
        margin-top: 32px;
    }

    .ciclos-slider-item-image {
        max-width: 321px;
        max-height: 321px;
        object-fit: scale-down;
    }
}

.ciclos-controller-mobile {
    display: none;
}

@media (max-width: 600px) {
    .ciclos-controller-mobile {
        display: flex;
        margin-top: 35px;
        gap: 10px;
    }


    .cycles-pagination-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 16px;

        .pagination-item, .owl-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: 1px solid #CDCDCD
        }

        .pagination-item.active, .owl-dot.active {
            background: #2198BE;
        }
    }
}


.biligual-program-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 76px;
}

@media (max-width: 1450px) {
    .biligual-program-section {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bilingual-program-section-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1445px;
    border-radius:56px;  
    padding-top:92px;
    background: #e4f2d352; 
    position: relative;
}

@media (max-width: 1450px) {
    .bilingual-program-section-container {
        padding: 80px;
        padding-bottom: 0;
        max-width: 100%;
    }
}

@media (max-width: 1075px) {
    .bilingual-program-section-container {
        padding: 66px 35px;
        padding-bottom: 0;
    }
}

.biligual-program-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1192px;
    gap: 20px;
}

@media (max-width: 1075px) {
.biligual-program-container {
        max-width: 100%;
        flex-direction: column;
    }
}

.biligual-program-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 1450px) {
    .biligual-program-text-container {
        padding-bottom: 80px;
    }
}

@media (max-width: 1075px) {
    .biligual-program-text-container {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .biligual-program-text-container {
        padding-bottom: 43px;
    }
}


.biligual-program-title {
    font-size:20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #0A152A;
    line-height: 28px;
    color: #2143BE;
}

@media (max-width: 600px) {
    .biligual-program-title {
        font-size: 14px;
        line-height: 22px;
    }
}

.biligual-program-subtitle {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #0A152A;
    line-height: 50px;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 1075px) {
    .biligual-program-subtitle {
        text-align: center;
       
    }
}

@media (max-width: 600px) {
    .biligual-program-subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}

.biligual-program-text {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #6c6c6c;
    line-height: 32px;
}

@media (max-width: 1075px) {
    .biligual-program-text {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .biligual-program-text {
        font-size: 16px;
        line-height: 25px;
    }
}

.btn-know-more {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #2198BE;
    border-radius: 600px;
    margin-top: 36px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;

    &:hover {
        background: #2143BE;
        color: #fff;
    }

    .partner-icon {
        width: 42px;
        height: 42px;
    }

    & img {
        width: 42px;
        height: 42px;
    }
}


.biligual-program-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;

    & img {
        width: 650px;
        height: 435px;
        object-fit: scale-down;
    }
}

@media (max-width: 1175px) {
    .biligual-program-image-container {

        height: 100%;
          align-self: flex-end;
            justify-self: flex-end;

        & img {
            width: 550px;
            height: 365px;
          
            
        }
    }
}

@media (max-width: 600px) {
    .biligual-program-image-container {
        & img {
            width: 100%;
            height: 100%;
        }
    }
}




.section-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 76px;
}

@media (max-width: 1450px) {
    .section-details {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.section-details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin:0 auto;
    margin-top: 76px;
    background: #e4f2d352;
    border-radius: 56px;
    padding: 130px 132px;
}

@media (max-width: 1450px) {
    .section-details-container {
        padding: 80px;
    }
}   

@media (max-width: 1075px) {
    .section-details-container {
        padding: 66px 35px;
    }
}

@media (max-width: 600px) {
    .section-details-container {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
}

.details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.curriculum-mobile-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 24px;
}

.curriculum-mobile-image {
}

@media (max-width: 1200px) {
    .curriculum-mobile-image {
        width: 400px;
        height: 400px;
        object-fit: scale-down;
    }
}

@media (max-width: 950px) {
    .curriculum-mobile-image {
        display: none;
    }
}

.curriculum-mobile-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;

    .curriculum-mobile-title {
        font-size: 20px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #2143BE;
        line-height: 28px;
    }

    .curriculum-mobile-subtitle {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        color: #0A152A;
        line-height: 50px;
    }

    .curriculum-mobile-text {
        font-size: 18px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #6c6c6c;
        line-height: 28px;
    }

}

@media (max-width: 600px) {
    .curriculum-mobile-text {
        max-width: 300px;
    }
}


@media (max-width: 950px) {
    .curriculum-mobile-text-container {
        align-items: center;
        justify-content: center;
   

    .curriculum-mobile-title {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .curriculum-mobile-subtitle {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        max-width: 250px;
    }

    .curriculum-mobile-text {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

}
}



.times-table-main-container {
    margin-top: 101px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
    border-radius: 32px;
    padding:63px;
    gap: 24px;

    .btn-know-more {

    }


    .mobile-btn-know-more {
        display: none;
    }

    @media (max-width: 1020px) {
        .mobile-btn-know-more {
            display: block;
        }

        .desktop-btn-know-more {
            display: none;
        }
    }

    @media (max-width: 600px) {



        .btn-know-more {
            width: 90%;
            align-self: center;
            text-align: center;
        }
    }
}

@media (max-width: 1225px) {
    .times-table-main-container {
        padding: 30px;
    }
}

@media (max-width: 600px) {
    .times-table-main-container {
        padding: 30px 12px;
        padding-bottom: 47px;
    }
}


.times-table-details-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}


@media (max-width: 1020px) {
    .times-table-details-container {
       flex-direction: column;
       align-items: flex-start;
       justify-content: flex-start;
    }
}


@media (max-width: 600px) {
    .times-table-details-container {
        justify-content: center;
        align-items: center;
        padding: 30px 12px;
    }
}


.left-side-times-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 492px;
    

    @media (max-width: 1020px) {
        max-width: 100%;
    }

    @media (max-width: 600px) {
        align-items: center;
        justify-content: center;
    }

    .left-side-times-title {
        font-size: 22px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #0A152A;
        line-height: 30px;
    }

    .left-side-times-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #6c6c6c;
        line-height: 22px;
        margin-top: 8px;
    }

    @media (max-width: 600px) {
        .left-side-times-title {
            text-align: center;
        }

        .left-side-times-text {
            text-align: center;
        }
    }

    .left-side-times-image {
        object-fit: scale-down;
        margin-top: 24px;
        width: 492px;
        height: 295px;
        border-radius: 16px;
    }

    .left-side-times-image-container {
        position: relative;
        max-width: auto;
        max-height: auto;
    }

   
    

    @media (max-width: 1020px) {
        .left-side-times-image {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.right-side-times-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 452px;
}

@media (max-width: 1020px) {
    .right-side-times-content {
        max-width: 100%;
        width: 100%;
    }
}

.list-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 16px;
}

@media (max-width: 600px) {
    .list-container {
        flex-direction: column;
    }
}


.right-side-times-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
    column-gap: 16px;

    @media (max-width: 600px) {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin-bottom: 56px;
    }

    .right-side-times-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 16px;
        min-height: 66px;
        text-align: center;
        background: #D3EAF2;
        min-width: 76px;
    }

    @media (max-width: 600px) {
        .right-side-times-item {
            min-width: 100%;
            width: 100%;
        }
    }

    .right-side-times-item-title {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #6c6c6c;
        line-height: 25px;
        text-align: center;
        width: 100%;
        max-width: 151px;
    } 
    
    .item-integral-title {
        background: #5188B1;
        min-height: 66px;

        .right-side-times-item-title {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            line-height: 26px;
        }
    }

}

.disclaimer-times-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
    padding-left: 19px;
    list-style: circle;
}



.disclaimer-times-title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;

    img {
        width: 24px;
        height: 24px;
    }
}

.details-container .disclaimer-times-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 24px;
    margin-top: 16px;
    gap: 8px;
    list-style: disc;

    .disclaimer-times-item {
        font-size: 15px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #6c737f;
        line-height: 27px;
    }
}

@media (max-width: 600px) {
    .disclaimer-times-container {
        gap: 20px;
    }
}





.extras-cousers-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 76px;
    background: #fff;
    border-radius: 32px;
    padding: 63px;

    .btn-know-more {
        align-self: flex-end;
    }

    @media (max-width: 650px) {
        padding: 30px 12px;
        padding-bottom: 47px;

        .btn-know-more {
            align-self: center;
            width: 100%;
            text-align: center;
        }
    }
}

.extras-courses-container {
   display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

@media (max-width: 1110px) {
    .extras-courses-container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}

.left-side-extras-courses-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 492px;

    @media (max-width: 1110px) {
        max-width: 100%;
        width: 100%;
    }
}

.extras-courses-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    gap: 16px;

    .extras-courses-item {
        background: #D3EAF2;
        width: 216px;
        height: 180px;
        border-radius: 16px;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 16px;
        }
    }

}

@media (max-width: 1110px) {
    .extras-courses-gallery {
        margin-top: 34px;
    }

    .extras-courses-gallery .extras-courses-item {
        width: 100%;
        height: 100%;
    }
}

.extras-courses-gallery-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 59px;
    width: 100%;
    max-width: 492px;

    .extras-courses-gallery-footer-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #6c6c6c;
        line-height: 25px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;

        img {
            width: 24px;
            height: 24px;
        }
    }

    .extra-courses-gallery-footer-text-bold {
        font-weight: 500;
        color: #000;
    }

    .extra-courses-gallery-footer-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        color: #000;
        line-height: 25px;
    }
}

@media (max-width: 650px) {
    .extras-courses-gallery-footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
}


.right-side-extras-courses-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 492px;

    
}

@media (max-width: 1110px) {
    .right-side-extras-courses-container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 650px) {
    .right-side-extras-courses-container {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

.right-side-extras-courses-title {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #0A152A;
    line-height: 30px;
}

@media (max-width: 650px) {
    .right-side-extras-courses-title {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
    }
}

.right-side-extras-courses-text {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #6c737f;
    line-height: 22px;
    margin-top: 8px;
}

.right-side-extras-courses-image-container {
    position: relative;
    width: 100%;
    height: 295px;
    overflow: hidden;
    border-radius: 16px;
}

.tag-text {
    position: absolute;
    top: 0;
    left: 10px;
    background: #ff3131;
    color: #fff;
    padding: 8px 16px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
}

.right-side-extras-courses-image {
    width: 100%;
    height: 295px;
    object-fit: cover;
    border-radius: 16px;
    margin-top: 24px;
}

@media (max-width: 650px) {
    /* .right-side-extras-courses-image-container {
        display: none;
    }

    .right-side-extras-courses-image {
       display: none;
    } */
}



