@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;
}

p,
li {
    font-size: 25px;
    line-height: 1.5;
}

html,
body {
    font-family: 'Gotham';
}

.container {
    max-width: 100%;
    padding: 0 300px;
}

:root {
    --red: #e31937;
}


/* banner section css start */

.banner {
    background-image: url(../img/banback.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100vh;
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
}

.logo img {
    width: 550px;
}

.logo {
    position: absolute;
    top: 30px;
    left: 40px;
}

.banner .banCon {
    position: relative;
    display: flex;
    align-items: center;
}

.banner .banCon h6 {
    font-size: 30px;
    font-weight: 400;
}

.banner .banCon h5 {
    font-size: 40px;
    font-weight: 400;
    padding: 20px 0 0px;
}

.banner .banCon h1 {
    font-size: 87px;
    color: var(--red);
    font-weight: bold;
    line-height: 1;
}

.banner .banCon a {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 30px;
    color: var(--red);
    font-weight: 600;
    margin-top: 60px;
}

.banCon .banal {
    position: absolute;
    left: 0;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: end;
}

.banCon .banal figure img {
    max-width: 88%;
}

.banCon .banal .bnright {
    width: 50%;
    margin-left: auto;
}

.banCon .banal .bnleft {
    width: 50%;
    padding: 50px 110px 63px;
}

.banCon .banal figure {
    top: -9px;
    position: relative;
}

.power {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 70px;
    padding: 0 90px;
}

.power::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 100%;
    background: var(--red);
}

.power h3 {
    width: 50%;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

.banCon>figure img {
    mix-blend-mode: screen;
}

.power h3:last-child {
    left: 80px;
    display: grid;
    place-content: end;
}

.power h3 span {
    font-weight: bold;
    display: contents;
}

.banner .banCon::after {
    position: absolute;
    left: 50%;
    bottom: 4px;
    content: "";
    background: var(--red);
    width: 88%;
    height: 4px;
    transform: translate(-50%, 0);
}

.banner::after {
    content: "";
    position: absolute;
    left: 35%;
    bottom: -280px;
    background: #3b175859;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    transform: translate(-50%, 0);
    filter: blur(20px);
}


/* banner section css end */


/* about section css start */

.about .heading {
    padding-bottom: 40px;
}

.about .row {
    align-items: center;
}

.about p span {
    font-weight: bold;
}


/* about section css end */


/* go pro section start */

.pro>figure {
    height: 100vh;
}

.pro {
    position: relative;
    padding-bottom: 0;
}

.pro .proAll {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 300px);
    left: 300px;
}

.pro .proAll .proCon {
    display: flex;
    align-items: center;
}

.pro .proAll .proCon .prolft {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    /* padding-bottom: 130px; */
}

.pro .proAll .proCon .prolft p::before,
.prcn .progC::before {
    top: -10px;
    left: -10px;
    border-top: 2px solid var(--red);
    border-left: 2px solid var(--red);
    position: absolute;
    content: "";
    z-index: 1;
    width: 25px;
    height: 25px;
    transition: all 0.5s;
    z-index: -1;
}

.pro .proAll .proCon .prolft p::after,
.prcn .progC::after {
    bottom: -10px;
    right: -10px;
    border-bottom: 2px solid var(--red);
    border-right: 2px solid var(--red);
    position: absolute;
    content: "";
    z-index: 1;
    width: 25px;
    height: 25px;
    transition: all 0.5s;
    z-index: -1;
}

.pro .proAll .proCon .prolft p:hover::before,
.prcn .progC:hover::before {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--red);
}

.pro .proAll .proCon .prolft p:hover::after,
.prcn .progC:hover::after {
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: var(--red);
}

.pro .proAll .proCon .prorght {
    width: 40%;
}

.pro .proAll .proCon .prolft p {
    padding: 30px;
    border: 2px solid var(--red);
    font-size: 22px;
    width: 31%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-weight: 500;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.pro .proAll .proCon .prolft p:hover,
.prcn .progC:hover p,
.prcn .progC:hover span {
    color: #fff;
}

.prcn .progC p,
.prcn .progC p span,
.prcn .progC figure img {
    transition: all 0.5s;
}

.prcn .progC:hover figure img {
    filter: invert(100%);
}

.pro .proAll .proCon .prorght figure img {
    mix-blend-mode: multiply;
}

.pro .proAll .heading {
    position: relative;
    top: 130px;
}

.pro>figure img {
    height: 100%;
    width: 100%;
}


/* go pro section end */


/* programme section start */

.prcn .progC {
    border: 2px solid var(--red);
    padding: 90px 30px 30px;
    position: relative;
}

.prcn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prcn .progC figure {
    position: absolute;
    right: 20px;
    top: 20px;
}

.prcn .progC p {
    font-size: 22px;
    font-weight: 400;
    max-width: 70%;
}

.prcn .progC p span {
    font-weight: bold;
    color: var(--red);
}

.programme .heading {
    padding-bottom: 50px;
    text-align: center;
}

.programme {
    padding-bottom: 0;
}


/* programme section end */


/* placement section css start */

.placement {
    background-image: url(../img/pl.webp);
    color: #fff;
    padding-bottom: 0;
    margin-top: -2px;
}

.placeCon {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.plcecn {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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 .padl {
    padding-left: 50px;
}

.placement .heading h2 span {
    color: var(--red);
}

.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 {
    display: flex;
    flex-direction: column;
}

.plslc figure {
    border-bottom: 2px solid #cbcbcb;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom-style: dashed;
}

.plslc figure:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.plSlider {
    padding-bottom: 50px;
}

.indArrow {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: relative;
}

.indArrow svg:hover {
    background: red;
    fill: #fff;
}

.indArrow svg {
    width: 50px;
    border: 2px solid var(--red);
    transition: all 0.4s;
}

.indArrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #cecece;
    width: calc(49% - 50px);
    height: 2px;
}

.indArrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #cecece;
    width: calc(49% - 50px);
    height: 2px;
}

.plslc figure img {
    width: 200px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
}

.plslc figure {
    text-align: center;
}


/* placement section css end */


/* edge section css start */

.muSlider .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-top: 80px;
}

.muSlider .swiper-pagination-lock {
    display: none;
}

.muCn p {
    color: #000;
    padding-top: 20px;
    line-height: 1.3;
}

.muCn p span {
    font-weight: 600;
}

.edge .heading {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* edge section css end */


/* global section css start */

.global {
    padding-bottom: 0;
}

.global .heading {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.global {
    background: #ffebee;
}

.global .gloCon {
    position: absolute;
    top: 50%;
    max-width: 43%;
    background-repeat: no-repeat;
    padding: 25px 30px 50px 40px;
    color: #fff;
    left: 10%;
    transform: translate(0%, -50%);
    border: 2px solid #fff;
}

.ldnc p {
    font-size: 22px;
}

.gloAll {
    position: relative;
}

.global .ldnc .glohead {
    padding-top: 15px;
    position: relative;
    margin-top: 40px;
}

.global .ldnc .glohead::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: white;
    width: 4vw;
    height: 4px;
}

.global .ldnc .glohead h6 {
    font-size: 22px;
    padding-top: 15px;
}

.global .ldnc .glohead h3 {
    font-size: 35px;
    font-weight: 600;
}


/* global section css end */


/* group section start */

.group .heading {
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.group {
    position: relative;
    padding-bottom: 0;
}

.grAll {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.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 */


/* mind section css start */

.minds .heading {
    padding-bottom: 60px;
    text-align: center;
}

.swiper-pagination-lock {
    display: block;
}

.minds h4 {
    color: var(--red);
    font-size: 35px;
    font-weight: 600;
    padding: 30px 0 20px;
}

.shdSli {
    padding-bottom: 60px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--red);
}

.minds p {
    line-height: 1.2;
}

.minds {
    background: #ffebee;
}


/* mind 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;
}

.lifSli {
    padding-bottom: 60px;
}


/* life section end */


/* mastery section css start */

.mstcn a {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 30px;
    color: var(--red);
    font-weight: bolder;
    margin-top: 40px;
    text-transform: uppercase;
}

.mastCon .mstcn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.mastCon {
    position: relative;
}

.mastCon .mstcn h2 {
    font-weight: bold;
    color: #fff;
}

.mastImg figure {
    position: absolute;
}

.mastImg figure:first-child {
    left: -70px;
    top: -70px;
}

.mastImg figure:nth-child(2) {
    bottom: 0;
    right: -13vw;
}

.mastImg figure:last-child {
    bottom: -190px;
    left: -110px;
}

.mastery {
    padding-bottom: 0;
}

footer {
    text-align: center;
    padding-top: 40px;
}


/* mastery section css end */


/* programme section css start */

.progTab {
    display: flex;
}

.progTab .progNav {
    width: 30%;
    background: var(--red);
    padding: 50px 0;
    border-radius: 20px;
}

.progTab .progNav .nav {
    flex-direction: column;
    gap: 20px;
}

.progTab .progNav .nav button {
    background: transparent;
    color: #fff;
    font-size: 25px;
    text-align: left;
    width: 94%;
    position: relative;
    height: 100%;
    padding: 10px 30px;
    z-index: 1;
}


/* width */

.allUl::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.allUl::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.allUl::-webkit-scrollbar-thumb {
    background: var(--red);
}


/* Handle on hover */

.allUl::-webkit-scrollbar-thumb:hover {
    background: #ff5353;
}

.progTab .progNav .nav button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 0;
    height: 100%;
    transition: all 0.5s;
    border-radius: 0 90px 90px 0;
}

.progTab .progNav .nav button.active::after {
    width: 100%;
}

.prCon {
    padding-left: 50px;
}

.progCon figure {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}

.progCon {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.progCon figure img {
    width: 100%;
    height: 100%;
}

.prCon ul {
    display: flex;
    gap: 13px;
    padding-top: 13px;
    padding-left: 21px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prCon h3 {
    padding-top: 25px;
    font-size: 30px;
    position: sticky;
    top: 0;
    background: #fff;
}

.allUl.diff ul li {
    font-size: 30px;
    font-weight: 500;
}

.ulDif {
    flex-direction: column !important;
}

.ulDif li {
    width: 100% !important;
}

.allUl {
    padding-left: 9px;
    /* height: 260px; */
    overflow: auto;
    margin-bottom: 40px;
}

.prCon ul li {
    width: 47%;
}

.pro .heading {
    padding-bottom: 15px;
}


/* programme section css 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;
    }
}