.container-fluid {
    background-color: #232635;
}

.left-arrow-img {
    width: 36px;
    height: 36px;
}

.about-page-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.page-title-box {
    display: flex;
    align-items: center;
    gap: 22px;
}

.page-title-wrapper {
    padding: 16px 0;
    background-color: #1E1E1E;
}



/* Sutdy title */

.study-section {
    background-color: #232635;
}

.study-title-box {
    padding: 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.title-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #FFFFFF;
    flex: none;
}

.title-img img {
    object-fit: cover;
}

.study-title {
    font-size: 60px;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
    color: #00FFE3;
}

.study-banner-desc {
    font-size: 18px;
}

.study-banner-box {
    width: 100%;
    max-width: 450px;
}

.study-banner-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 60px 0;
}

.study-banner-img {
    max-width: 350px;
    width: 100%;
    height: 240px;
    overflow: hidden;
    flex: none;
}

.study-banner-img img {
    object-fit: cover;
}

.study-about {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.study-about-img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.study-about-img img {
    object-fit: cover;
}

.about-cotent {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    max-width: 420px;
    width: 100%;
    margin: 30px;
    margin-left: auto;
    color: #000000;
    font-size: 18px;
    line-height: 1.3em;
}

.about-cotent :is(h2, h3, h4, h5, h6) {
    font-size: 40px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.global-section {
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.global-title {
    font-size: 40px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.global-section-title {
    max-width: 330px;
    width: 100%;
    flex: none;
}

.global-desc {
    font-size: 18px;
    line-height: 1.3em;
}

.course-section {
    padding: 60px 0 0;
}

.course-box {
    background-color: #00FFE3;
    border-radius: 70px;
    padding: 70px;
    margin-right: 84px;
    color: #000000;
    font-size: 20px;
    line-height: 1.3em;
}

.course-box :is(h2, h3, h4, h5, h6) {
    font-size: 40px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.course-cta {
    border: 8px solid #00FFE3;
    background-color: #232635;
    border-radius: 70px;
    padding: 40px 60px 30px;
    text-align: center;
    z-index: 1;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.251);
}

.course-cta-title {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.course-cta-desc {
    font-size: 25px;
    line-height: 1.3em;
}

.course-cta-btn {
    background-color: #000000;
    color: #00FFE3;
    border: none;
}

.course-cta-btn:hover {
    color: #000000;
}

.course-cta-btn::after {
    background-color: #00FFE3;
}

.cta-before-img {
    max-width: 180px;
    height: 180px;
    position: absolute;
    top: -20%;
    left: -18%;
}

.course-list-tiem {
    background-color: white;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.3em;
    font-family: SFProDisplaybold;
    padding: 10px 26px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 10px;
    box-shadow: -10px 20px 50px 0px rgba(0, 0, 0, 0.6);
}

.course-list {
    row-gap: 62px;
    margin-inline: -16px;
    padding: 70px 0 100px;
}

.university-section {
    background-color: white;
    padding: 40px 0;
    color: #000000;
}

.uni-title-content {
    max-width: 1030px;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    font-size: 18px;
}

.uni-title-content :is(h2, h3, h4, h5, h6) {
    font-size: 40px;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.uni-slider-box {
    background-color: #2C2F42;
    padding: 26px 50px 46px;
    color: white;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* box-shadow: -20px 20px 40px 0 rgba(0, 0, 0, 0.5); */
}

.uni-content {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
} 

.uni-logo {
    max-width: 95px;
    height: 95px;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    background-color: #FFFFFF;
}

.uni-logo img {
    object-fit: contain !important;
}

#universitySlider hr {
    background-color: white;
    height: 1px;
    opacity: 1;
    margin: 15px 0 11px;
}

#universitySlider .owl-stage {
    display: flex;
}

#universitySlider .owl-stage .item {
    display: flex;
    height: 100%;
}

.uni-name {
    font-size: 18px;
    line-height: 1.3em;
    font-family: SFProDisplay;
    text-transform: uppercase;
}

.uni-location {
    font-size: 18px;
    line-height: 1.3em;
    text-transform: capitalize;
    /* margin-block: 38px 46px; */
    margin-bottom: 0;
}

.uni-btn {
    border-radius: 0;
    background-color: #232635;
    border: 1px solid white;
    padding: 12px 32px;
    color: white;
    text-transform: capitalize;
    margin-top: auto;
}

.uni-btn:hover {
    color: #232635;
    border-color: #00FFE3;
}

.uni-btn::after {
    background-color: #00FFE3;
}

#universitySlider {
    padding: 42px 0;
}

.uni-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    left: -50px;
    cursor: pointer;
}

#uni-arrow-right.uni-arrow {
    right: -50px;
    left: auto;
}

#uni-arrow-right.uni-arrow img {
    transform: rotate(180deg);
}

/* .owl-carousel .owl-stage-outer {
    overflow: visible;
} */

/* #universitySlider {
    overflow: hidden;
    max-width: 1456px;
    margin: 0 auto;
    padding: 0 70px;
} */

.uni-view-btn {
    padding: 16px 67px;
    border-radius: 10px;
    background-color: transparent;
    font-family: SFProDisplaybold;
    font-size: 30px;
    color: #232635;
    border: 4px solid #232635;
}

/* video and photo section */

.video-section {
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px 0 50px;
}

.video-not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    min-height: 265px;
    font-size: 36px;
    font-family: SFProDisplaybold;
}

.video-no-img {
    width: 100px;
    height: 100px;
    margin-left: -10px;
}

.video-no-img img {
    width: 100%;
    height: 100%;
}

.video-tab-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 26px 0 36px;
}

.video-tab,
.image-tab {
    padding: 12px 40px;
    border-radius: 10px;
    background-color: #232635;
    color: white;
    border: 1px solid #232635;
    font-family: SFProDisplaybold;
    font-size: 20px;
}

.vi-tab-active {
    color: #00FFE3;
}

.video-slider-box {
    height: 265px;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
}

.video-slider-box img {
    width: 100%;
    height: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-next {
    left: auto;
    right: -70px;
}

.owl-prev span,
.owl-next span {
    font-size: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.3;
}

.video-iframe {
    height: 400px !important;
    border-radius: 10px;
}

.owl-dots {
    display: none;
}

.visa-section {
    background-color: white;
    color: black;
    padding: 50px 0 0;
}

.visa-section-desc {
    font-size: 18px;
    line-height: 1.3em;
    margin: 55px 0 32px;
}

.visa-page-link {
    font-size: 18px;
    line-height: 1.3em;
    position: relative;
    z-index: 9;
}

.visa-page-link a {
    color: #3D8AE5;
    font-style: italic;
    font-family: SFProDisplaymedium;
}

.visa-bg-img {
    margin-top: 0;
}

.modalImg {
    border-radius: 10px;
    overflow: hidden;
}

.visa-process-box h2,
.visa-process-box h3,
.visa-process-box h4,
.visa-process-box h5,
.visa-process-box h6 {
    font-size: 40px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.visa-process-box p {
    font-size: 18px;
    line-height: 1.3em;
    margin: 40px 0;
}

.visa-process-box a {
    color: #3D8AE5;
    font-style: italic;
    font-family: SFProDisplaymedium;
}

@media screen and (max-width: 1399px) {
    .video-slider-box {
        height: 225px;
    }
}

@media screen and (max-width: 1199px) {
    .video-slider-box {
        height: 200px;
    }

    .course-box {
        margin-right: 60px;
    }

    .course-cta {
        padding-inline: 40px;
    }

    #universitySlider {
        padding: 40px;
    }

    .uni-arrow {
        left: -10px;
        z-index: 99;
    }

    #uni-arrow-right.uni-arrow {
        right: -10px;
        z-index: 99;
    }
}


@media screen and (max-width: 991px) {
    .study-banner-wrapper {
        padding-block: 40px;
        flex-direction: column;
    }

    .study-title-box {
        padding-block: 30px;
    }

    .study-title {
        font-size: 50px;
    }

    .study-banner-box {
        max-width: 100%;
        order: 2;
    }

    .study-banner-img {
        margin-inline: auto;
        order: 1;
    }

    .about-cotent {
        max-width: 300px;
    }

    .global-section {
        flex-direction: column;
        text-align: center;
    }

    .global-section-title {
        max-width: 100%;
    }

    .course-box {
        margin-right: 0;
        padding: 50px;
    }

    .cta-before-img {
        top: -25%;
        left: -10%;
    }

    .course-cta {
        margin-top: 100px;
    }

    .course-section {
        padding: 40px 0;
    }

    .course-list {
        padding-bottom: 0;
    }

    .uni-slider-box {
        padding-inline: 30px;
    }

    .uni-arrow {
        left: -30px;
    }

    #uni-arrow-right.uni-arrow {
        right: -30px;
    }

    #universitySlider {
        padding: 20px;
    }

    .uni-view-btn {
        padding-inline: 40px;
        font-size: 24px;
    }

    .owl-prev {
        left: -40px;
    }

    .owl-next {
        right: -40px;
    }

    .video-slider-box {
        height: 225px;
    }

    .video-not-found {
        min-height: 225px;
        font-size: 36px;
    }
    
    .video-no-img {
        width: 90px;
        height: 90px;
        margin-left: -10px;
    }
}

@media screen and (max-width: 767px) {
    .about-cotent {
        margin: 20px;
        margin-left: auto;
        max-width: 250px;
    }

    .about-cotent :is(h2, h3, h4, h5, h6) {
        font-size: 26px;
    }

    .global-title {
        font-size: 26px;
    }

    .course-box :is(h2, h3, h4, h5, h6) {
        font-size: 26px;
    }

    .uni-title-content :is(h2, h3, h4, h5, h6) {
        font-size: 26px;
    }

    .visa-process-box h2,
    .visa-process-box h3,
    .visa-process-box h4,
    .visa-process-box h5,
    .visa-process-box h6 {
        font-size: 26px;
    }

    .course-box {
        padding: 40px;
        border-radius: 50px;
    }

    .course-list-tiem {
        font-size: 20px;
    }

    .course-list {
        row-gap: 40px;
    }

    .course-cta-title {
        font-size: 26px;
    }

    .uni-view-btn {
        padding-inline: 30px;
        font-size: 16px;
    }

    .video-slider-box {
        height: 165px;
    }

    .visa-section-desc {
        margin: 20px 0;
    }

    .visa-process-box p {
        margin: 20px 0;
    }

    .video-tab,
    .image-tab {
        padding: 10px 30px;
        font-size: 16px;
    }

    .video-tab-wrapper {
        gap: 24px;
    }

    .video-not-found {
        min-height: 165px;
        font-size: 30px;
    }

    .study-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .title-img {
        width: 30px;
        height: 30px;
        border: 1px solid white;
    }

    .study-title {
        font-size: 20px;
    }

    .study-title-box {
        padding: 20px 0;
    }

    .study-banner-wrapper {
        padding-top: 10px;
        padding-bottom: 24px;
        gap: 20px;
    }

    .study-banner-img {
        height: auto;
    }

    .study-banner-desc {
        font-size: 12px;
    }

    .about-cotent :is(h2, h3, h4, h5, h6) {
        font-size: 16px;
    }

    .about-cotent {
        font-size: 12px;
        max-width: 200px;
        padding: 14px;
    }

    .global-title {
        font-size: 20px;
    }

    .uni-title-content :is(h2, h3, h4, h5, h6) {
        font-size: 20px;
    }

    .course-box :is(h2, h3, h4, h5, h6) {
        font-size: 20px;
    }

    .visa-process-box h2,
    .visa-process-box h3,
    .visa-process-box h4,
    .visa-process-box h5,
    .visa-process-box h6 {
        font-size: 20px;
    }

    .global-desc {
        font-size: 12px;
    }

    .global-section {
        gap: 16px;
    }

    .course-section {
        padding-top: 0;
    }

    .course-list {
        padding: 26px 0;
    }

    .course-cta {
        margin-top: 70px;
        width: 70%;
        margin-inline: auto;
        border: 4px solid #00FFE3;
    }

    .cta-before-img {
        left: 0;
        top: -22%;
    }

    .course-list-tiem {
        font-size: 12px;
        min-height: 56px;
    }

    .course-list {
        row-gap: 20px;
    }

    .course-cta-title {
        font-size: 18px;
    }

    .course-cta-desc {
        font-size: 16px;
    }

    .course-cta-btn {
        font-size: 16px;
    }

    .uni-title-content {
        font-size: 12px;
    }

    .uni-arrow {
        position: static;
        width: 20px;
        transform: translateY(0);
    }

    .uni-arrow-box {
        /* margin-top: 20px; */
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: center;
    }

    .uni-view-btn {
        margin-top: 20px;
        padding: 10px 28px;
        font-size: 20px;
    }

    .uni-logo {
        width: 90px;
        height: 90px;
    }

    .video-not-found {
        font-size: 26px;
    }
    
    .video-no-img {
        width: 90px;
        height: 90px;
        margin-left: -10px;
    }

    .video-tab-wrapper {
        margin: 10px 0 30px;
        gap: 10px;
    }

    .video-tab,
    .image-tab {
        padding-inline: 20px;
    }

    #image-slider,
    #video-slider {
        padding: 0 30px;
    }


    .owl-prev {
        left: -10px;
    }

    .owl-next {
        right: -10px;
    }

    .video-slider-box {
        height: auto;
    }

    .video-iframe {
        height: 250px !important;
    }

    .owl-prev span,
    .owl-next span {
        font-size: 60px;
    }

    .university-section {
        padding-bottom: 15px;
    }

    .video-section {
        padding: 45px 0 20px;
    }

    .visa-section {
        padding-top: 20px;
    }

    .visa-section-desc {
        font-size: 12px;
        margin: 12px 0;
    }

    .visa-process-box p {
        font-size: 12px;
        margin: 12px 0;
    }

    .visa-page-link {
        font-size: 12px;
    }

    .visa-bg-img {
        margin-top: 0;
    }

    .course-box {
        font-size: 12px;
        padding: 30px;
        border-radius: 40px;
    }

    .cta-before-img {
        height: 140px;
        max-width: 140px;
    }

    .uni-content {
        gap: 24px;
    }
}

@media screen and (max-width: 479px) {
    .about-cotent {
        max-width: 140px;
    }
}

.uni-tooltip,
.add-tooltip {
    position: relative;
}

.uni-tooltip .tooltiptext,
.add-tooltip .tooltiptext {
    visibility: hidden;
    display: none;
    width: fit-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 35%;
    margin-left: -60px;
}

.uni-tooltip:hover .tooltiptext,
.add-tooltip:hover .tooltiptext {
    visibility: visible;
    display: block;
}

#photoModal .video-slider-box {
    height: auto !important;
}

#photoModal .owl-container {
    padding-inline: 23px;
}

#photoModal .owl-container .owl-prev, #photoModal .owl-container .owl-next {
    left: -40px !important;
    color: #fff !important;
}

#photoModal .owl-container .owl-next {
    left: auto !important;
    right: -38px !important;
}

