@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Montserrat", sans-serif;
}

figure,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

:root {
    --yellow: #f7b42e;
    --bulgarian-Rose: #490802;
}

.bold,
h2 span {
    font-weight: bold;
}

h2 {
    font-size: 50px;
    color: var(--bulgarian-Rose);
    text-align: center;
}

section {
    padding: 80px 0;
}


/* header css start */
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1733px;
}

header {
    padding: 25px 0;
}

/* header css end */

/* banner section css start */
.banner {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 133px);
    color: #fff;
    padding: 0;
}

header .container .topLink a,
header .container .topLink span {
    color: var(--bulgarian-Rose);
    font-size: 18px;
    font-weight: 500;
}




.banner figure {
    position: relative;
}

.banner figure img:last-child {
    position: absolute;
    bottom: 0;
    right: -90px;
}

.banner .container {
    height: 100%;
    display: flex;
    align-items: end;
}

.banner .container .row {
    width: 100%;
}

.banner .container .row .col-lg-9 {
    width: 82%;
}

.bannerCon h1 {
    font-size: 45px;
    color: var(--yellow);
}

.bannerCon h1 span {
    color: #fff;
    font-weight: bold;
}

.banner .row .col-lg-9 .row {
    align-items: center;
}

.bannerCon h6 {
    font-size: 27px;
    padding: 30px 0 5px;
}

.bannerCon h3 {
    font-size: 50px;
    color: var(--yellow);
    font-weight: bold;
    padding-bottom: 40px;
}

.bannerCon h6 span {
    font-weight: bold;
}

.bannerCon a {
    display: block;
    background: var(--yellow);
    color: var(--bulgarian-Rose);
    font-weight: bold;
    font-size: 30px;
    padding: 5px 30px;
    width: fit-content;
    border-radius: 40px;
    text-transform: uppercase;
}



.nmatBox h3 {
    font-size: 68px;
    font-weight: bold;
}


/* banner section css end */

/* nmat section start */
.nmatBox {
    border-radius: 10px;
    border: 2px solid var(--bulgarian-Rose);
    padding: 50px;
    color: var(--bulgarian-Rose);
    min-height: 400px;
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 31px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 6px 31px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 6px 31px 0px rgba(0, 0, 0, 0.24);
}

.nmatStu .row {
    --bs-gutter-x: 60px;
}

.nmatStu {
    position: relative;
}

.nmatBox h3 {
    font-size: 68px;
    font-weight: bold;
    padding-bottom: 10px;
}

.nmatBox figure img {
    width: 130px;
    object-fit: contain;
    aspect-ratio: 2 / 1;
}

.nmatBox figure {
    width: 150px;
    height: 150px;
    background-color: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -75px;
    transform: translate(-50%, 0%);
    left: 50%;
    padding: 0px;
}

.nmatBox p {
    font-size: 27px;
    line-height: 1.2;
}

.nmatBox p span {
    font-weight: bold;
}

.nmatStu .heading {
    padding-bottom: 80px;
}

.nmatStu>figure {
    position: absolute;
    bottom: -210px;
    left: 0;
    z-index: 1;
}

.nmatStu .col-lg-12 {
    padding-top: 150px;
    text-align: end;
}

.nmatStu .col-lg-12 h6 {
    color: var(--bulgarian-Rose);
    font-size: 18px;
    font-weight: bold;
}

.nmatStu .container {
    position: relative;
}

.nmatStu .container>figure {
    position: absolute;
    right: 60px;
    top: 75px;
}

/* nmat section end */

/* spend section css start */
.spend {
    background-color: #f1eceb;
    position: relative;
}


.spBox {
    border: 2px solid var(--bulgarian-Rose);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spend .row {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px;
}

.spBox a {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--bulgarian-Rose);
}

.spend .heading {
    padding-bottom: 70px;
}

.spBox::after {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--yellow);
    content: "";
    border-radius: 19px;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}

.spBox:hover::after {
    width: 100%;
}

.spend>figure {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.spend>figure img {
    width: 100px;
}

/* spend section css end */


/* top ranked section css start */
.tsArrows .slick-arrow {
    border: 2px solid #221f1f;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.tsArrows .slick-arrow::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #221f1f;
    width: 100%;
    height: 0px;
    border-radius: 0%;
    z-index: -1;
    transition: all 0.5s;
}

.tsArrows .slick-arrow svg {
    width: 35px;
}

.tsArrows .slick-arrow:hover::after {
    height: 100%;
}

.tsArrows .slick-arrow:hover svg {
    fill: white;
}

.tsArrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
}


.topSlider .item figure img {
    margin: auto;
    aspect-ratio: 2/1;
    width: 300px;
    object-fit: scale-down;
}

.topSlider .item figure:first-child {
    min-height: 150px;
}

.topRank .heading {
    padding-bottom: 80px;
}

.topRank .container {
    position: relative;
}

.topRank .container>figure {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.topRank .container {
    height: 100%;
    padding-bottom: 80px;
}

section.topRank {
    padding-bottom: 0;
}

/* top ranked section css end */

/* journey section css start */
.journey {
    background-color: #f1eceb;
    position: relative;
}

.journey>figure {
    position: absolute;
    bottom: -141px;
    z-index: 2;
}

.journey .heading {
    padding-bottom: 100px;
}

.jrBoxes {
    display: flex;
    justify-content: space-between;
}

.jrBoxes .jrItem {
    border-radius: 50px;
    border: 2px solid var(--bulgarian-Rose);
    width: 19%;
    text-align: center;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 16px;
    position: relative;
}

.jrBoxes .jrItem h4 {
    font-size: 55px;
    font-weight: bold;
    color: var(--bulgarian-Rose);
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%);
    background: #f1eceb;
    padding: 0 10px;
    z-index: 1;
}

.jrBoxes .jrItem p {
    font-size: 22px;
    font-weight: bold;
    color: var(--bulgarian-Rose);
    line-height: 1.2;
}

/* journey section css end */

/* success section css start */

.success {
    position: relative;
}

.success>figure {
    position: absolute;
    right: 0;
    bottom: -210px;
}

.testiCon {
    border: 2px solid var(--bulgarian-Rose);
    border-radius: 30px;
    display: flex;
    min-height: 235px;
    position: relative;
    margin-left: 70px;
    display: flex;
    align-items: center;
    /* gap: 24px; */
}

.testiCon figure {
    width: 20%;
    position: absolute;
    top: 44%;
    transform: translate(0%, -50%);
    left: -60px;
}

.testiCon .tesText {
    width: 80%;
    margin-left: auto;
    padding-right: 100px;
}

.testiCon .tesText h3 {
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--bulgarian-Rose);
}

.testiCon .tesText p {
    text-align: justify;
    font-size: 22px;
    font-weight: 500;
    color: var(--bulgarian-Rose);
}

.success .heading {
    padding-bottom: 80px;
}

.isbrGroup .heading {
    padding-bottom: 80px;
}

.isbrGroup figure {
    text-align: center;
}

.isbrGroup .container {
    position: relative;
}

.isbrGroup .container>figure {
    position: absolute;
    left: 25%;
    transform: translate(-50%, -75%);
}

/* success section css end */



/* footer section start */
footer {
    padding-bottom: 50px;
}

footer p {
    font-size: 22px;
    text-transform: uppercase;
}

footer p span {
    font-weight: bold;
}

.testimonial .slick-list {
    padding: 70px 0;
}

/* footer section end */


/* form css */
.form-sec {
    position: fixed;
    top: 15%;
    right: 0px;
    width: 360px;
    background: #fff;
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slide-righta.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.hides.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.adm-txt h3 {
    font-size: 27px;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 27px;
    color: #f8e91e;
}

.adm-txt {

    color: #000;
    text-align: center;
    margin-bottom: 0px;
    line-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.form-sec .form-group {
    position: relative;
    padding-left: 20px;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 21px;
}

.form-sec .form-group::before {
    position: absolute;
    content: "";
    background-image: url(form-icon.png);
    width: 30px;
    height: 40px;
    background-position: -3px -11px;
    top: 7px;
    left: 4px;
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}

/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #fff;
    background: black;
    background-color: black;
    border-radius: 0;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: -1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #ffffff;
    line-height: 19px;
}

.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #af0e31;
}

.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
    background: rgb(255 255 255);
    outline: 0;
    font-weight: 600;
}

::placeholder {
    color: #000000;
}

.form-sec.show.slide {
    right: 40px;
}

.form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
}

.topenq1.mobile {
    display: none;
}

.topenq {
    right: 0px;
    transform: rotate(90deg) translatey(-39px);
}

.topenq {
    position: fixed;
    top: 40%;
    right: -55px;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    background-color: var(--enquiry-button-background-color);
    color: #fff;
    outline: none;
    z-index: 999;
}

.topenq a:hover {
    outline: none;
    color: #f8e91e;
    border: none;
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--bulgarian-Rose);
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
    font-family: 'Gothamlight';
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .form-sec .close {
        display: none;
    }

    .slide-righta .form-sec {
        right: 0;
        display: none;
    }

    .topenq {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
    }

    .topenq1.mobile {
        display: block;
    }

    .topenq.desktop {
        display: none;
    }

    .topenq1 {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
        z-index: 9999;
        background: #00ada7;
    }

    .special_item:focus-visible {
        outline: none;
    }

    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: var(--red);
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}

.hjghj {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.hjghj a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7rem;
}

/* form css end */