/* HERO */
.heroContainer {
    background-color: #49454f;
    width: 100%;
    height: 796px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.heroRight,
.heroLeft {
    width: 50%;
    height: 100%;
}
.heroRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heroLeft {
    background-image: url("/website/assets/images/heroLeft.webp");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem;
}
.herounderline {
    width: 170px;
    margin: 1.5rem 0;
}

/* COUNTS */
.countBg {
    width: 100%;
}
.counterContainer {
    position: absolute;
}
.info-card {
    text-align: left;
    height: 100%;
    width: 100%;
}
.counImg {
    height: 60px;
}
/* Admissins */
.customSection.admissionSection {
    align-items: flex-start;
    margin-top: -2rem;
}
.image-placeholder {
    width: 100%;
}
.adminImg {
    width: 100%;
}
.capIcon {
    height: 60px;
}
.adminLeftBox {
    margin-left: 4rem;
}
/* Destination */
.destinationContainer {
    margin: 6rem 0;
}
.lineRed {
    width: 200px !important;
}
.custom-slide {
    position: relative;
    overflow: hidden;
}
.custom-slide img {
    width: 100%;
    height: auto;
}
.pinIcon {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 40px !important;
}
.slide-caption {
    position: absolute;
    bottom: 3.3rem;
    left: 2.3rem;
    transform: rotate(355deg);
    background: #fff;
    padding: 1rem;
    max-width: 500px;
}

/* application */
.applicationBG {
    width: 100%;
}
.applicationContainer {
    position: absolute;
}
.appliCard {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* compare */
.compare-section {
    background: linear-gradient(to right, #f4ece7 50%, #ff9800 50%);
    padding-top: 10rem;
    padding-bottom: 6rem;
    margin-top: -4rem;
}
.animationContainer {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2rem;
}
.animationContainer img {
    width: 35%;
}
.leftaniCardImg {
    margin-right: 7%;
}
.inst-content {
    padding: 15px;
}
/* Testimponial */
.testiTop {
    margin-top: 6rem;
}
.testiBtmSec {
    background-image: url("../images/reviewBg.webp");
    background-repeat: no-repeat;
    background-size: 100%;
}
.testiBtm {
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.testimonialBox {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-card {
    background: #fff5ed;
    padding: 3rem 2rem;
    max-width: 800px;
    border-radius: 30px 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.testimonial-text {
    max-width: 85%;
}
.quote-icon img {
    width: 90px !important;
}
.testimonial-image {
    margin-left: -100px;
    z-index: 10;
}
.testimonial-image img {
    width: 350px !important;
    height: 350px !important;
    border-radius: 1rem;
    object-fit: cover;
}
.testiBtmSec .owl-theme .owl-dots {
    display: block !important;
    text-align: right;
    max-width: 800px;
    margin: auto;
    margin-top: -3rem;
    position: relative;
}
.testiBtmSec .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.testiBtmSec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}
.testiBtmSec .owl-theme .owl-dots .owl-dot.active span {
    background: #054816;
}
.mobStudent {
    display: none !important;
}
/* start */
.customSection.startSection {
    justify-content: end;
    margin-top: -3rem;
}
.startBG {
    width: 100%;
}
.startBGMob {
    display: none;
}
.startContainer {
    margin: 6rem 0;
    position: absolute;
}
/* Partner */
.partnerContainer {
    margin-top: 6rem;
    margin-bottom: 10rem;
}
.imageGrid {
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageGrid img {
    width: 66%;
}

/* --------------------------------------- */
@media screen and (max-width: 1660px) {
    .heroContainer {
        height: 600px;
    }
    .applicationBG {
        height: 800px;
        object-fit: cover;
    }
    .testiBtmSec .owl-theme .owl-dots {
        margin-top: -2.5rem;
    }
    .startBG {
        height: 850px;
        object-fit: cover;
    }
    .customSection.startSection {
        margin-top: -10rem;
    }
    .quote-icon img {
        width: 75px !important;
    }
    .testimonial-image img {
        width: 280px !important;
        height: 280px !important;
    }
}
@media screen and (max-width: 1440px) {
    .counImg {
        height: 50px;
    }
    .capIcon {
        height: 50px;
    }
    .slide-caption {
        bottom: 2.5rem;
        left: 2rem;
        max-width: 400px;
    }
    .slide-caption h6,
    .slide-caption .btnCustom {
        margin-top: 0.7rem !important;
    }
    .slide-caption .btnCustom {
        height: 45px;
    }
    .pinIcon {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 35px !important;
    }
    .applicationBG {
        height: 750px;
    }
    .testimonial-text {
        max-width: 88%;
    }
    .quote-icon img {
        width: 60px !important;
    }
    .testimonial-image img {
        width: 240px !important;
        height: 240px !important;
    }
    .testiBtmSec .owl-theme .owl-dots {
        margin-top: -3rem;
    }
    .imageGrid img {
        width: 87%;
    }
    .appliCard p,
    .appliCard h5 {
        margin-top: 0.7rem !important;
    }
    .applicationContainer .mt-5 {
        margin-top: 1.5rem !important;
    }
}
@media screen and (max-width: 1280px) {
    .herounderline {
        width: 130px;
        margin: 1rem 0;
    }
    .appIcon {
        height: 50px;
    }
    .counImg {
        height: 40px;
    }
    .customSection.admissionSection {
        margin-top: -1rem;
    }
    .lineRed {
        width: 150px !important;
    }
    .slide-caption .btnCustom {
        height: 40px;
    }
    .btnCustom img {
        width: 1rem !important;
    }
    .appliCard {
        padding: 0rem;
    }
    .quote-icon img {
        width: 50px !important;
    }
    .testimonial-image img {
        width: 210px !important;
        height: 210px !important;
    }
    .startContainer .btnCustom {
        margin-top: 1rem !important;
    }
    .startBG {
        height: 700px;
    }
    .imageGrid img {
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .capIcon {
        height: 35px;
    }
    .applicationBG {
        height: 670px;
    }
    .animationContainer img {
        width: 40%;
    }
    .leftaniCardImg {
        margin-right: 1%;
    }
    .compare-section {
        padding-top: 6rem;
        padding-bottom: 4rem;
        margin-top: -3rem;
    }
    .startBG {
        height: 650px;
    }
    .customSection.startSection {
        margin-top: -8rem;
    }
}

@media screen and (max-width: 991px) {
    .heroContainer {
        height: auto;
        flex-direction: column-reverse;
    }
    .heroRight {
        width: 100%;
        height: 500px;
    }
    .heroLeft {
        width: 100%;
        padding: 3rem;
        background-size: 100% 100%;
        background-color: #227a3a;
    }
    .counBG {
        height: 500px;
    }
    .customSection.countSection {
        justify-content: flex-start;
    }
    .counterContainer {
        margin: 3rem 0;
    }
    .customSection.admissionSection {
        align-items: center;
    }
    .customContainer.admissionContainer {
        width: 100%;
    }
    .customContainer.admissionContainer .col-lg-6 {
        padding: 0 !important;
    }
    .adminLeftBox {
        margin-left: 0;
        margin: 0 3%;
        margin-top: 3rem;
    }
    .destinationContainer {
        margin: 4rem 0;
    }
    .applicationBG {
        height: 770px;
    }
    .compare-section {
        margin-top: -4rem;
        background: none;
        background-color: #f4ece7;
    }
    .animationContainer {
        margin-top: 2rem !important;
        justify-content: center;
    }
    .leftaniCardImg {
        margin-right: 0;
    }
    .testiTop {
        margin-top: 3rem;
    }
    .testiTop {
        margin-top: 3rem;
    }
    .testiBtmSec .owl-theme .owl-dots {
        max-width: 768px;
        margin-top: -3rem;
    }
    .testimonial-image img {
        width: 190px !important;
        height: 190px !important;
    }
    .testimonial-card {
        padding: 2rem;
        max-width: 768px;
    }
    .customSection.startSection {
        margin-top: 0rem;
    }
    .startBG {
        display: none;
    }
    .startBGMob {
        display: block;
        width: 100%;
    }
    .startContainer {
        margin: 2rem;
        padding: 4rem 1rem;
        background-color: #000000b6;
    }
    .partnerContainer {
        margin-top: 3rem;
        margin-bottom: 8rem;
    }
    .imageGrid {
        margin-top: 2rem !important;
    }
}

@media screen and (max-width: 768px) {
    .heroContainer .navBtnReg {
        display: flex;
    }
    .testimonial-image {
        display: none;
    }
    .testiBtmSec .owl-theme .owl-dots {
        max-width: 100%;
        margin-top: 1rem;
        text-align: center;
    }
    .testiUserBox {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-top: 1.4rem;
    }
    .mobStudent {
        display: block !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 6px;
    }
    .testiUserBox .titel32.mt-4 {
        margin-top: 0 !important;
    }
    .testimonial-text {
        max-width: 100%;
    }

    @media screen and (max-width: 1080px) {
        .customContainer {
            width: 95%;
        }
    }
    .customContainer {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .testiBtm {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 600px) {
    .heroLeft {
        padding: 2rem 1rem;
    }
    .btnBox {
        gap: 0.5rem;
    }
    .heroContainer .btnBox {
        flex-wrap: wrap;
    }
    .navBtnReg {
        width: 130px !important;
    }
    .testimonial-card {
        padding: 1rem;
    }
}
@media screen and (max-width: 575px) {
    .counBG {
        height: 900px;
    }
    .applicationBG {
        height: 1100px;
    }
    .info-card {
        text-align: center;
        margin-bottom: 1rem;
        align-items: center;
        justify-content: center;
    }
    .compare-section {
        margin-top: -5rem;
    }
    .slide-caption .titel30 {
        font-size: 16px;
    }
    .slide-caption .titel20 {
        font-size: 14px;
    }
    .startBGMob {
        height: 700px;
        object-fit: cover;
    }
    .animationContainer{
        gap: 0;
        justify-content: space-between;
    }
    .animationContainer img {
        width: 47%;
    }
    .slideImgItem{
        height: 500px !important;
    }
    .slide-caption {
        bottom: 2rem;
        left: 1.5rem;
        max-width: 270px;
    }
}
