@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: 300;
}

h2 span {
    font-weight: 900;
}

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-color: #f2e5e7;
    /* height: 100vh; */
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.banCon {
    padding-top: 100px;
}

.logo img {
    width: 400px;
}

.logo {
    position: absolute;
    top: 30px;
    left: 40px;
}

.banner .banCon h6 {
    font-size: 30px;
    font-weight: 500;
    /* text-transform: uppercase; */
}

.banal {
    display: flex;
    align-items: center;
}

.banner .banCon h5 {
    font-size: 46px;
    font-weight: 600;
}

.banner .banCon h4 {
    font-size: 170px;
    font-weight: 900;
    line-height: 0.8;
    margin-top: 30px;
}

.banal .bnleft {
    width: 55%;
}

.banal figure {
    width: 45%;
    text-align: end;
    margin-right: 100px;
}

.banner .banCon h1 span img {
    position: absolute;
    top: 12px;
    left: 0;
    background: #f2e5e7;
}

.banner .banCon h1 {
    font-size: 110px;
    font-weight: 900;
    line-height: 0.9;
    padding-top: 20px;
}

.banner .banCon h1 span {
    color: var(--red);
    position: relative;
}

.banner .banCon a {
    display: inline-block;
    position: relative;
    background: var(--red);
    padding: 5px 63px;
    text-decoration: none;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.admi {
    display: flex;
    background: #000;
    padding: 20px 50px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.admi p {
    font-size: 40px;
}

figure.ai {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

figure.cur {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}


/* banner section css end */


/* infos section css start */

.infor {
    padding: 0;
}

.infor .infAll .item p {
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
}

.infor .infAll {
    display: flex;
    background: #fff0f3;
    padding: 50px;
}

.infor .infAll .item {
    width: 30%;
    padding: 0 40px;
    text-align: center;
}

.infor .infAll .item:nth-child(2) {
    width: 40%;
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
}


/* infos section css end */


/* programmes section css start */

.programmes .heading h2 {
    padding-bottom: 50px;
}

.programmes .row {
    --bs-gutter-x: 0;
}

.programmes .row .col-lg-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.programmes {
    padding-bottom: 0;
}

.programmes figure img {
    width: 100%;
}

.programmes p {
    padding-left: 20px;
    text-align: justify;
}


/* programmes section css end */


/* future section css start */

.future {
    background: #f3f3f3;
    padding-bottom: 0;
    position: relative;
}

.future figure {
    position: absolute;
    bottom: 0;
    left: -160px;
    width: 30vw;
}

.future .fuAll {
    display: flex;
    flex-wrap: wrap;
}

.future .fuAll .item {
    width: 50%;
    border-bottom: 2px solid var(--red);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.future .fuAll .item h5 {
    color: var(--red);
    font-size: 30px;
}

.future .fuAll .item h6 {
    font-size: 22px;
    padding-top: 10px;
    padding-right: 30px;
    color: #606060;
}

.future .row {
    position: relative;
    padding-bottom: 220px;
}

.future .fuAll .item:nth-child(5),
.future .fuAll .item:nth-child(6) {
    border: none;
    padding: 0;
    margin: 0;
}


/* future section css end */


/* chakku section start */

.chakku {
    background: #fff0f3;
}

.chakku .heading {
    text-align: center;
}

.chakku .heading p {
    padding: 20px 0 50px;
    line-height: 1.3;
}

.chakku h6 {
    font-size: 23px;
    color: #606060;
    padding: 10px 15px;
}

.chakku h6 span {
    color: var(--red);
}

.chakku .col-lg-12 p {
    text-align: center;
    padding-top: 50px;
    color: #606060;
    font-size: 23px;
}

.chakku figure {
    padding-bottom: 50px;
}


/* chakku section end */


/* edge section css start */

.edge .heading {
    text-align: center;
    padding-bottom: 50px;
}

.edge .heading h2 {
    padding-bottom: 10px;
}

.ed {
    background: #000;
    color: #fff;
    padding: 30px;
}

.edge h4 {
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 900;
}

.edge h6 {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

.edAl {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
}

.edAl .item {
    background: #fff0f3;
    padding: 50px 30px;
}

.edAl .item:last-child {
    background: #e5e5e5;
    padding-top: 250px;
}

.els {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.els .item {
    background: var(--red);
    padding: 50px;
    color: #fff;
    height: 50%;
}

.edge .row {
    justify-content: center;
    --bs-gutter-x: 10px;
}

.els .item:last-child {
    background: #000;
}

.edge figure {
    position: absolute;
    left: 0;
    bottom: 0;
}

.edge .col-lg-12 figure:last-child {
    bottom: -60px;
    left: 350px;
}

.edge {
    position: relative;
}

.edge .col-lg-12 figure:first-child img {
    width: 68%;
}


/* edge section css end */


/* education section css start */

.education {
    background-image: url(../img/global.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 230px;
    text-align: center;
    padding-bottom: 0;
}

.educ {
    display: flex;
    background: var(--red);
    padding: 50px;
    justify-content: center;
    position: relative;
}

.education .container {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.educ figure:last-child {
    border-left: 2px solid #fff;
}

.educ figure {
    padding: 0 60px;
}


/* education section css end */


/* timeless section css start */

.timeless p {
    padding: 20px 130px 60px 0;
}

.timeless h3 {
    font-size: 50px;
    font-weight: 900;
    padding: 20px 0 10px;
    position: relative;
}

.timeless h3::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 163px;
    height: 5px;
    background: var(--red);
}

.timeless {
    padding-bottom: 0;
}

.timeless h6 {
    font-size: 25px;
}

.timeless .row .col-lg-6:last-child {
    margin-left: -12%;
}

.timeless .row .col-lg-6:first-child {
    width: 62%;
}


/* timeless section css end */


/* group section css start */

.group {
    background-image: url(../img/legacy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 0;
}

.group .heading {
    text-align: center;
    padding-bottom: 100px;
}

.group .heading h2 {
    padding-bottom: 15px;
}

.group .mdLogo {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #00000045;
    padding: 30px;
}

.group .mdLogo figure {
    width: 25%;
    text-align: center;
    place-content: center;
    border-right: 2px solid #d7d7d7;
}

.group .mdLogo figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 200px;
}

.group .mdLogo figure:last-child {
    border: none;
}

.mdLogo:hover figure {
    animation: ani501 1.2s ease-in-out infinite;
}

.mdLogo figure {
    transition: all 0.5s;
    transform: scale(1);
}

@keyframes ani501 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* group section css end */


/* study section css start */

.study {
    text-align: center;
}

.study .fac figure {
    background: var(--red);
    border-radius: 50%;
    overflow: hidden;
    width: 15vw;
    height: 15vw;
    display: flex;
    padding: 20px 0 0;
    margin: auto;
    justify-content: center;
}

.study .fac .fcCon h4 {
    font-weight: 900;
    padding: 20px 0 5px;
}

.study .row .col-lg-3 .fac:last-child {
    margin-top: 40px;
}

.study .tabBtn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto 20px;
    gap: 20px;
}

.study .tabBtn button {
    text-align: left;
    background: transparent;
    border: none;
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.study .tabBtn button:first-child {
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 25px;
}

.study .heading p {
    padding: 60px;
}

.study .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faculty-group {
    display: none;
}

.faculty-group.active {
    display: block;
}

.fac {
    opacity: 0;
    scale: 0;
    transition: 0.4s;
}

.study .tabBtn button input {
    accent-color: var(--red);
}

.fac.show {
    opacity: 1;
    scale: 1;
}


/* study section css end */


/* campus section css start */

.together .heading h2 {
    text-align: center;
    padding-bottom: 50px;
}


/* campus section css end */


/* design section css start */

.design .heading {
    background: var(--red);
    text-align: center;
    padding: 100px;
    color: #fff;
}

.design .heading h2 {
    line-height: 1.3;
    font-size: 80px;
}

.design a {
    background: #000;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 50px;
}

.design {
    text-align: center;
    position: relative;
    margin-top: 100px;
}

.fig figure {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fig figure:nth-child(2) {
    top: -60px;
    right: 480px;
}

.fig figure:nth-child(3) {
    right: unset;
    top: 0;
    transform: translate(-50%, 0);
    bottom: unset;
    left: 50%;
}

.fig figure:nth-child(4) {
    left: 70px;
    right: unset;
    bottom: 0;
}

.fig figure:nth-child(5) {
    right: unset;
    bottom: unset;
    top: -10px;
    left: 130px;
}


/* design 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;
    }
}