@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    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;
}

.nav-tabs {
    border: none;
}

h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 400;
    color: var(--meteorite);
}

h2 span {
    font-weight: bold;
}

.banCon {
    font-family: "Montserrat", sans-serif;
}

p,
li {
    font-size: 25px;
    line-height: 1.5;
    font-family: 'Flama';
}

html,
body {
    font-family: 'Flama';
}

.container {
    max-width: 100%;
    padding: 0 300px;
}

:root {
    --orange: #f04e23;
    --meteorite: #351c6b;
}


/* banner section css start */

.logo figure:first-child {
    width: 160px;
}

.banner {
    background-image: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.banner .banCon h1 {
    font-size: 120px;
    font-family: "Anton", sans-serif;
    line-height: 1;
    color: var(--meteorite);
}

.logo {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    padding: 30px 70px;
    flex-direction: row-reverse;
}

.logo img {
    width: 260px;
}

.bnleft h2 {
    font-size: 75px;
}

.bnleft {
    text-transform: uppercase;
}

.bnleft p {
    margin-top: 15PX;
    line-height: normal;
    font-size: 30px;
    padding: 7px 0 15px;
}

.bnleft h3 {
    text-align: center;
    color: white;
    background-color: #351c6b;
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0 15px;
    margin-top: 85px;
    max-width: 359px;
}

.banner .banCon a {
    display: inline-block;
    position: relative;
    background: var(--orange);
    padding: 10px 30px;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    /* margin-top: 60px; */
}

.banner .container {
    padding: 0 190px;
}


/* banner section css end */


/* complete section css start */

.complete {
    background: var(--meteorite);
    color: #fff;
}

.complete .heading h2 {
    color: #fff;
}

.complete .heading {
    text-align: center;
    padding-bottom: 50px;
}

.complete .heading h3 {
    font-size: 250px;
    line-height: 1;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 0 30px 30px;
}

.complete .nav .nav-link {
    text-align: left;
    border: none;
    font-size: 30px;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid var(--orange);
    border-radius: 0;
    padding: 0 0 15px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.tabUnder h3 {
    text-align: left;
    font-size: 30px;
    color: #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 0 0 23px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.complete .nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
}

.complete .nav .nav-link.active::after {
    width: 100%;
}

.complete .nav .nav-link svg {
    width: 30px;
    fill: #fff;
    padding-top: 8px;
}

.complete .nav {
    flex-direction: column;
    gap: 0;
}

.tabUnder ul li {
    font-size: 20px;
}

.tabUnder ul {
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tabUnder .tab-pane .chCon:nth-child(2) h3 {
    margin-top: 25px;
}

.tabUnder .tab-pane .chCon:nth-child(3) h3 {
    margin-top: 25px;
}

.complete .row {
    --bs-gutter-x: 60px;
}


/* complete section css end */


/* university section css start */

.university .heading {
    text-align: center;
    padding-bottom: 50px;
}

.ideas .heading {
    padding-bottom: 30px;
}

.university .uniCon {
    border-bottom: 2px solid #372a6b;
    height: 100%;
}

.university .row .col-lg-6:first-child .uniCon h2,
.university .row .col-lg-6:nth-child(5) .uniCon h2 {
    color: #9b2460;
}

.uniCon h2 {
    font-weight: 700;
    padding-bottom: 20px;
}

.university .row .col-lg-6:first-child .uniCon {
    border-color: #9b2460;
}

.university .row {
    gap: 50px 0;
    --bs-gutter-x: 60px;
}

.university figure img {
    width: 100%;
}

.uniCon h5 {
    font-size: 30px;
}

.university .heading p {
    padding: 20px 0 50px;
}

.university .heading h3 {
    border: 3px solid #e06185;
    width: fit-content;
    margin: auto;
    padding: 15px 0;
    border-left: 0;
    border-right: 0;
    font-size: 32px;
}


/* university section css end */


/* awards section css start */

.awLogos {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.awLogos figure {
    width: 16%;
    text-align: center;
    border-left: 2px solid #e5e5e5;
}

.award .heading {
    text-align: center;
    padding-bottom: 50px;
}

.awCon h3 {
    font-size: 50px;
    color: #9b2460;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

.awCon h3 sup {
    top: -14px;
    font-size: 35px;
}

.awCon {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.awCon p {
    color: var(--meteorite);
    font-weight: 900;
    line-height: 1.2;
}

.awLogos figure:first-child {
    border: none;
}


/* awards section css end */


/* approved section css start */

.appAll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 0;
}

.appAll figure {
    width: 16%;
    text-align: center;
    border-left: 2px solid #e5e5e5;
}

.approved .heading {
    text-align: center;
    padding-bottom: 50px;
}

.appAll figure:first-child,
.appAll figure:nth-child(7) {
    border: none;
}

.appAll figure img {
    width: 160px;
    aspect-ratio: 2/1;
    object-fit: contain;
}


/* approved section css end */


/* becouse section css start */

.because .heading {
    align-items: end;
    padding-bottom: 50px;
    display: flex;
    gap: 10px;
}

.beAll {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.becon {
    width: 48%;
    border: 2px solid var(--meteorite);
    padding: 25px;
    min-height: 154px;
    transition: all 0.5s;
}

.becon p {
    font-size: 20px;
}

.because .heading .line {
    width: 50%;
    height: 5px;
    background: var(--meteorite);
    margin-bottom: 11px;
}

.becon:hover {
    background: var(--meteorite);
    color: #fff;
}


/* becouse section css end */


/* career section css start */

.career .heading {
    display: flex;
}

.career .heading .package {
    display: flex;
    width: 60%;
}

.career .heading .package .pacCon h3 {
    font-size: 120px;
    color: #9b2460;
    line-height: 1;
    font-weight: bold;
}

.career .heading .package .pacCon h3 span {
    font-size: 55px;
}

.career .heading .package .pacCon h4 {
    font-size: 35px;
    padding-top: 10px;
    color: var(--meteorite);
}

.career .heading h2 {
    width: 40%;
}

.career .heading .package .pacCon {
    width: 50%;
    text-align: -webkit-center;
    text-align: center;
}

.career .heading .package .pacCon:first-child {
    border-right: 2px solid #e5e5e5;
}

.career p {
    border-top: 2px solid #e5e5e5;
    text-align: center;
    padding-top: 30px;
    margin-top: 50px;
    padding-bottom: 70px;
}

.acrCon figure {
    padding: 20px;
    text-align: center;
    position: relative;
}

.acrCon figure::before {
    content: "";
    position: absolute;
    left: 114%;
    top: 50%;
    border-left: 3px dashed #e5e5e5;
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%);
}

.acrCon {
    position: relative;
}

.acrCon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    width: 100%;
    /* border length */
    border-top: 3px dashed #e5e5e5;
}

.acrCon figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 180px;
}

.acrCon figure:last-child {
    border-bottom: 0;
}

.career {
    position: relative;
}

.caArrow {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 60px;
    gap: 30px;
}

.caArrow .swiper-button-next,
.caArrow .swiper-button-prev {
    position: unset;
    width: auto;
    display: block;
    color: var(--meteorite);
    padding-top: 21px;
    font-weight: bold;
}

.caArrow .swiper-button-next:after,
.caArrow .swiper-button-prev:after {
    font-size: 25px !important;
}

.caArrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--meteorite);
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%);
}


/* career section css end */


/* academic section css start */

.acadCon figure img {
    width: 200px;
    aspect-ratio: 2 / 1;
    text-align: center;
    object-fit: contain;
}

.acadCon figure:first-child {
    padding-bottom: 10px;
}

.academic {
    background-image: url(../img/acad.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    padding-bottom: 0;
}

.academic .heading h2,
.academic .heading p {
    color: #fff;
}

.academic .heading p {
    padding: 15px 0 40px;
}

.academic .acad {
    padding: 50px;
    background: #ffffff;
}

.indArrow {
    display: flex;
    justify-content: end;
    position: relative;
    margin-top: 30px;
    gap: 20px;
    width: fit-content;
    margin-left: auto;
}

.indArrow svg {
    width: 30px;
    fill: var(--meteorite);
}

.indArrow::after {
    content: "";
    position: absolute;
    left: 50%;
    background: var(--meteorite);
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* academic section css end */


/* innovation section css start */

.innovation .heading {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wrCon h3 {
    font-size: 110px;
    font-weight: bold;
    color: #9b2460;
}

.wrCon {
    text-align: center;
}

.innovation .row .col-lg-4:nth-child(2) .wrCon {
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.innovation .row {
    gap: 50px 0;
}

.innovation .row .col-lg-6:nth-child(5) .wrCon {
    border-left: 2px solid #e5e5e5;
}

.video iframe {
    width: 100%;
    height: 560px;
    margin-top: 90px;
}


/* innovation section css end */


/* inspires section css start */

.insSlider {
    display: flex;
}


/* 
.insSlider .mySwiper2 {
    width: 42%;
    z-index: 99;
}

.insSlider .mySwiper {
    width: 60%;
    margin-left: -2%;
}

.insSlider .mySwiper .thumbCon {
    border: 2px solid var(--meteorite);
    padding: 50px 100px 50px;
    height: 93%;
    margin: 20px 0;
    place-content: center;
}

.insSlider .mySwiper .thumbCon p {
    font-size: 35px;
    line-height: 1.2;
}

.ideas .heading {
    text-align: center;
    padding-bottom: 50px;
}

.insSlider .mySwiper .thumbCon h2 {
    padding-bottom: 15px;
}

.insSlider .mySwiper .thumbCon h2 {
    font-weight: bold;
    color: #000;
}

.inspires .heading {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
 */


/* inspires section css end */


/* admission section css start */

.admission .heading {
    background: #eeebff;
    padding: 50px;
    text-align: center;
    color: var(--meteorite);
}

.admission .heading p {
    position: relative;
    padding: 30px 0;
    width: fit-content;
    margin: 30px auto;
}

.admission .heading p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--meteorite);
    display: flex;
    align-items: center;
    justify-content: center;
}

.admission .heading p span {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 80px;
    font-weight: bold;
    color: #9b2460;
}

.admission .heading p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--meteorite);
    display: flex;
    align-items: center;
    justify-content: center;
}

.admission .heading small {
    font-size: 20px;
}

.admission {
    padding-bottom: 0;
}


/* admission section css end */


/* form css */

.form-sec {
    position: fixed;
    top: 10%;
    right: 0px;
    width: 410px;
    background: var(--orange);
    padding: 10px 0 0;
    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(--orange);
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--orange);
    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 2px 0;
        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(--orange);
        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;
    }
}


/* carswiper css start  */

.carSwiper .swiper-wrapper {
    align-items: stretch;
}

.carSwiper .swiper-slide {
    height: auto;
}

.acrCon {
    height: 100%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 35px 20px;
}

.acrCon figure {
    margin: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acrCon figure img {
    max-width: 170px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}