@import url('../fonts/stylesheet.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

section {
    padding: 60px 0;
}

h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 400;
}

h2 span {
    color: var(--red);
    font-weight: bold;
}

.expo .row {
    gap: 30px 0;
}

p,
li {
    font-size: 22px;
    line-height: 1.5;
}

html,
body {
    font-family: 'Gotham';
}

.container {
    max-width: 100%;
    padding: 0 300px;
}

:root {
    --red: #e31937;
}


/* banner section css start */

.banner {
    padding: 0;
    position: relative;
}

.banner .ap {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .ap a {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: url(../img/apply.webp);
    padding: 40px 50px 50px;
    background-repeat: no-repeat;
    background-size: contain;
}


/* banner section css end */


/* strong section css start */

.strong {
    position: relative;
    color: #fff;
    padding-top: 0;
    margin-top: -230px;
}

.strong>figure {
    position: absolute;
    right: 0;
    top: -200px;
}

.strCon {
    display: flex;
}

.strCon .stc {
    width: 33.33%;
    position: relative;
}

.strCon .stc h5 {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}

.strCon .stc h5 span {
    font-weight: 600;
}

.strCon .stc:nth-child(2)::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 2px;
}

.strCon .stc:nth-child(2)::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 2px;
}

.strong>figure img {
    width: 450px;
}


/* strong section css end */


/* about section start */

.about>figure {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about {
    position: relative;
    padding: 160px 0 100px;
}

.about>figure img {
    max-width: 70%;
}

.about>figure {
    text-align: end;
}

.about h2 {
    padding-bottom: 60px;
}


/* about section end */


/* specializations section css start */

.match .heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.match .mtCon {
    padding: 20px 15px;
    /* background-image: url(../img/spetrans.webp); */
    background-repeat: no-repeat;
    transition: all 0.5s;
    width: auto;
    place-content: center;
    display: flex;
    height: 100%;
    /* border-right: 2px solid var(--red); */
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: start;
    align-items: center;
    background: #ffefef;
    border-radius: 50px 0 50px 0;
}

.match .mtCon:hover {
    border-radius: 0;
}

.match .mtCon figure {
    width: 45px;
}

.match .heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.match .mtCon h4 br {
    display: none;
}

.match .row .col-lg-3:nth-child(4) .mtCon,
.match .row .col-lg-3:nth-child(8) .mtCon,
.match .row .col-lg-3:nth-child(12) .mtCon,
.match .row .col-lg-3:nth-child(16) .mtCon {
    border: none;
}

.match .row {
    gap: 20px 0;
}

.match .mtCon h4 {
    font-size: 20px;
    width: 100%;
    padding: 0 12px;
    /* color: var(--red); */
}

.shw a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: url(../img/apply.webp);
    padding: 29px 50px 50px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.shw {
    width: fit-content;
    margin: 30px auto 0;
}

.match {
    position: relative;
}

.match>figure {
    position: absolute;
    bottom: 25px;
}


/* specializations section css end */

.muSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock {
    display: none;
}


/* placement section start */

.placement {
    background-image: url('../img/place.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-bottom: 0;
}

.placeCon {
    background: var(--red);
    padding: 100px;
    display: flex;
    flex-wrap: wrap;
    /* gap: 80px 0; */
}

.placeCon .lpa {
    width: 50%;
    display: flex;
    gap: 35px;
    align-items: end;
    border-bottom: 2px solid #a30f28;
    padding-bottom: 60px;
    margin-bottom: 60px;
    justify-content: center;
}

.placement .heading {
    padding-bottom: 50px;
    text-align: center;
}

.placement .heading h2 span {
    color: #fff;
}

.placeCon .lpa h3 {
    font-size: 150px;
    font-weight: 700;
    /* width: 50%; */
    line-height: 0.8;
}

.placeCon .lpa h3 span {
    font-size: 40px;
    font-weight: 400;
}

.placeCon .lpa p {
    line-height: 1.2;
    font-weight: 600;
}

.placeCon .lpa:nth-child(3),
.placeCon .lpa:nth-child(4) {
    padding: 0;
    margin: 0;
    border: 0;
}

.plslc figure img {
    width: 200px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.plslc {
    display: flex;
    flex-direction: column;
}

.plslc figure {
    border-bottom: 2px solid var(--red);
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.plslc figure:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.plSlider {
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--red);
}


/* placement section end */


/* explore section css start */

.explore {
    padding-bottom: 0;
}

.shdSli {
    padding-bottom: 60px;
}

.expoCon {
    /* background-image: url(../img/exp.webp); */
    background-repeat: no-repeat;
    display: flex;
    height: 100%;
    padding: 0 50px 55px;
    background-size: contain;
    border: 2px solid var(--red);
}

.expoCon p span {
    font-weight: 600;
    color: var(--red);
}

.expoCon p {
    line-height: 1.3;
    width: 85%;
    padding-right: 20px;
    padding-top: 120px;
}

.expoCon figure {
    width: 15%;
    padding-top: 20px;
}

.explore .container>.row {
    position: relative;
    padding-bottom: 130px;
}

.explore figure.exfig {
    position: absolute;
    bottom: 0;
    left: 0;
    width: fit-content;
}

.explore figure.exfig img {
    max-width: 85%;
}


/* explore section css end */


/* big section start */

.big {
    /* background: var(--red); */
    color: #fff;
    position: relative;
}

.big .heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
    text-align: center;
}

.big .heading h2 span {
    color: #fff;
}

.muCn p {
    color: #000;
    padding-top: 20px;
    line-height: 1.3;
}

.muCn p span {
    font-weight: 600;
}

.muSlider .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-top: 80px;
}

.big::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: var(--red);
    z-index: -1;
}

.muCn figure img {
    width: 100%;
}


/* big section end */


/* leader section start */

.leader {
    position: relative;
}

.leader>figure {
    position: absolute;
    right: 0;
}

.leader .heading {
    text-align: center;
    padding-bottom: 50px;
}

.leader .ldnc {
    position: absolute;
    top: 50%;
    max-width: 50%;
    background-image: url(../img/lead.webp);
    background-repeat: no-repeat;
    padding: 45px 100px 160px 40px;
    color: #fff;
    left: 4%;
    transform: translate(0%, -50%);
}

.leadCon {
    position: relative;
}

.leader .ldnc .glohead {
    padding-top: 15px;
    position: relative;
    margin-top: 40px;
}

.leader .ldnc .glohead::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: white;
    width: 4vw;
    height: 4px;
}

.leader .ldnc .glohead h6 {
    font-size: 25px;
    padding-top: 15px;
}

.leader .ldnc .glohead h3 {
    font-size: 40px;
    font-weight: 600;
}


/* leader section end */


/* group section start */

.group .heading {
    padding-bottom: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.group {
    position: relative;
}

.group>figure {
    position: absolute;
}

.grAll {
    display: flex;
    justify-content: center;
}

.grAll .gr {
    width: 33%;
}

.grAll .gr figure:first-child {
    border-bottom: 2px solid var(--red);
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom-style: dashed;
}

.grAll .gr figure img {
    width: 250px;
    aspect-ratio: 3/1;
    object-fit: contain;
}

.grAll .gr figure {
    text-align: center;
    position: relative;
}

.grAll .gr:nth-child(2) figure:last-child {
    border-right-style: dashed;
    border-left-style: dashed;
    border-color: var(--red);
}

.grAll .gr:nth-child(2) figure:first-child::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 60%;
    border-right-style: dashed;
    border-color: var(--red);
    content: "";
}

.grAll .gr:nth-child(2) figure:first-child::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 60%;
    border-right-style: dashed;
    border-color: var(--red);
    content: "";
}


/* group section end */


/* shaped section css start */

.shaped {
    background-image: url('../img/sh.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.shaped .heading {
    padding-bottom: 60px;
}

.swiper-pagination-lock {
    display: block;
}

.shaped h4 {
    color: var(--red);
    font-size: 35px;
    font-weight: 600;
    padding: 30px 0 20px;
}

.shaped p {
    line-height: 1.2;
}


/* shaped section css end */


/* life section start */

.life {
    position: relative;
}

.life>figure {
    position: absolute;
    bottom: -70px;
}

.life .heading h2 {
    color: var(--red);
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}

footer {
    text-align: center;
    padding-bottom: 50px;
}

.lifSli {
    padding-bottom: 60px;
}

.lifSli img {
    width: 100%;
}


/* life section end */


/* form css */

.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: var(--red);
    padding: 30px;
    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: 23px;
    color: #fff;
}

.adm-txt {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    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: "";
    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: #000;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #fff;
}

.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: 49%;
    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: #fff;
    border: none;
    background: var(--red);
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--red);
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
}

@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: #e31937;
    }

    .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;
    }
}



/* specialisation css strt here */

/* specialisation section start */
.specialisation {
    background: #e31937;
    color: #fff;
}

.specialisation-sec p {
    margin-bottom: 20px;
}

.specialisation-txt {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.specialisation-sec .heading h2 span {
    color: #fff;
}

/* specialisation section end */
.spec-txt li {
    margin-bottom: 5px;
}

.spec-txt sup {
    font-size: 14px;
}

.specialisation .note {
    padding-top: 30px;
    padding-left: 30px;

}

.specialisation .note p {
    font-size: 16px;
}