@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;
}

h2 span {
    color: var(--red);
    font-weight: bold;
}

p,
li {
    font-size: 25px;
    line-height: 1.5;
}

html,
body {
    font-family: 'Gotham';
}

body {
    background-color: #efefef;
}

.container {
    max-width: 100%;
    padding: 0 100px;
}

:root {
    --red: #e31937;
}


/* banner section css start */

.banner {
    padding: 0;
}

.banner .logo {
    padding: 30px 50px 50px;
}

.banCon figure {
    position: relative;
    height: 830px;
    overflow: hidden;
    border-radius: 40px;
}

.banCon figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banCon figure figcaption {
    position: absolute;
    top: 120px;
    color: #fff;
    left: 120px;
}


/* banner section css end */


/* apply section start */

.banCon figure figcaption h1 {
    font-size: 25px;
}

.banCon figure figcaption h3 {
    font-size: 35px;
    padding: 10px 0 20px;
}

.banCon figure figcaption h4 {
    color: var(--red);
    font-size: 230px;
    font-weight: bold;
    line-height: 0.9;
    position: relative;
    left: -15px;
}

.banCon figure figcaption h5 {
    font-size: 40px;
    padding-top: 10px;
}

.apply {
    padding: 0;
    margin-top: -230px;
    position: relative;
}

.apply .ap {
    background: var(--red);
    color: #fff;
    padding: 100px;
    border-radius: 40px;
    display: flex;
}

.apply .ap .apl {
    width: 25%;
}

.apply .ap .apr {
    width: 75%;
    /* display: flex; */
}

.apply .ap .apr .apll {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.apply .ap .apr .apll h4::after {
    position: absolute;
    left: -3.4vw;
    top: 0;
    height: 100%;
    width: 1px;
    background: #b1152e;
    content: "";
}

.apply .ap .apr .apll h4 span {
    font-weight: bold;
}

.apply .ap .apr .apll h4 {
    border-bottom: 1px solid #b1152e;
    padding-bottom: 25px;
    /* margin-bottom: 40px; */
    position: relative;
    width: 50%;
    font-size: 25px;
    font-weight: 400;
}

.apply .ap .apr .apll h4:nth-child(3),
.apply .ap .apr .apll h4:nth-child(4) {
    border: none;
    padding-top: 25px;
    margin: 0;
    padding-bottom: 0;
}

.apply .ap .apr .apll h4:nth-child(1)::after,
.apply .ap .apr .apll h4:nth-child(3)::after {
    display: none;
}

.apply .ap .apl h2 {
    border-top: 2px solid #a5142d;
    width: fit-content;
    border-bottom: 2px solid #a5142d;
    padding: 10px 0;
}


/* apply section end */


/* about section start */

.about .heading {
    padding-left: 60px;
}

.about .heading h2 {
    padding-bottom: 30px;
}

.about .row {
    align-items: center;
}

.about .heading p {
    text-align: justify;
}


/* about section end */


/* choose section start */

.chAll {
    border-radius: 40px;
    background: #fff;
    padding: 100px 150px;
}

.chAll .heading {
    text-align: center;
    padding-bottom: 50px;
}

.chAll .heading h2 {
    padding-bottom: 20px;
}

.chAll .chTab {
    display: flex;
}

.chAll .chTab nav {
    flex-direction: column;
    display: flex;
    width: 30%;
    background: #efefef;
    padding: 50px 50px 50px 0;
    border-radius: 30px;
}

.chAll .chTab nav .nav-item {
    width: 100%;
}

.chAll .chTab nav .nav-item button {
    text-align: left;
    border: none;
    padding: 0;
    background: transparent;
    position: relative;
    padding-left: 50px;
    color: #000;
    font-weight: 500;
    transition: all 0.5s;
}

.chAll .chTab nav .nav-item button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--red);
    width: 0;
    height: 13px;
    border-radius: 0px 20px 20px 0px;
    transform: translate(-0, -50%);
    transition: all 0.5s;
}

.chAll .chTab nav ul {
    gap: 20px;
    border: none;
}

.chAll .chTab nav .nav-item button.active {
    color: var(--red);
}

.chAll .chTab nav .nav-item button.active::after {
    width: 30px;
}

.chCon h3 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 25px;
    color: var(--red);
}

.chCon {
    padding-left: 50px;
}

.chCon .eduCn ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 4px;
}

.chTab .tab-content {
    width: 75%;
}

.chCon .eduCn ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    display: block;
    font-weight: 600;
}

.chCon .eduCn ul li {
    border-radius: 5px;
    border: 2px solid var(--red);
    width: 33%;
    text-align: center;
    padding: 10px 20px;
    place-content: center;
}


/* choose section end */


/* why phd section css start */

.whyCon {
    border-radius: 40px;
    padding: 100px 150px;
    color: #fff;
    position: relative;
}

.whyCon figure.ph {
    position: absolute;
    bottom: 210px;
    width: auto;
}

.whyCon .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.whyCon .cards .card {
    width: 32%;
    background: #000;
    padding: 30px;
    border-radius: 25px;
}

.whyCon .cards .card:nth-child(2),
.whyCon .cards .card:nth-child(4) {
    background: #fff;
    color: #000;
}

.whyCon .cards .card:nth-child(3),
.whyCon .cards .card:nth-child(5) {
    background: #4c4c4c;
}

.whyCon .cards .card:nth-child(5) {}

.whyCon .cards .card figure img {
    width: 140px;
    aspect-ratio: 2/1;
    object-fit: contain;
    object-position: left;
}

.whyCon .cards .card p {
    /* font-size: 25px; */
    padding-top: 20px;
}

.whyCon .cards .card p span {
    font-weight: 600;
}

.whyCon::after {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    width: 100%;
    height: calc(100% - 210px);
    content: "";
    border-radius: 40px;
    z-index: -1;
}

.why .heading h3 {
    font-size: 35px;
    padding-top: 10px;
}


/* why phd section css end */


/* testament section css start */

.testament .heading {
    display: flex;
    padding-bottom: 80px;
}

.testament .heading h2 {
    width: 33%;
}

.testament .heading p {
    width: 67%;
}

.testCon {
    display: flex;
    background: #000;
    border-radius: 40px;
    padding: 50px 150px 0;
    color: #fff;
    align-items: center;
    gap: 100px;
    overflow: hidden;
}

.testCon .tsl h3 {
    font-size: 50px;
    color: var(--red);
    font-weight: bold;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 2px solid #898a8a;
    margin-bottom: 20px;
}

.shadow {
    box-shadow: none !important;
    mix-blend-mode: darken;
    margin-top: 20px;
}

.shadow img {
    width: 100%;
}

.testament {
    position: relative;
}

.testament>figure {
    position: absolute;
    z-index: -1;
    top: 260px;
}

.testCon figure img {
    filter: drop-shadow(0px 0px 100px #5c6778);
}


/* testament section css end */


/* group section css start */

.group .heading {
    display: flex;
    gap: 110px;
    padding: 150px 0 60px;
}

.interSlider figure img {
    width: 230px;
    aspect-ratio: 2/2;
    object-fit: contain;
}

.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;
}

.mntSli {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.indArrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #cecece;
    width: calc(49% - 50px);
    height: 2px;
}


/* group section css end */


/* mentored section css start */

.mentored .heading {
    padding-bottom: 60px;
    text-align: center;
}

.mntrf {
    padding-top: 20px;
}

.mnCard::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--red);
    border-radius: 20px;
    z-index: -1;
    transition: all 0.5s;
}

.mnCard:hover::after {
    width: 100%;
}

.mnCard:hover,
.mnCard:hover h3 {
    color: #fff;
}

.mentored .heading h2 {
    padding-bottom: 20px;
}

.mnCard {
    position: relative;
    display: flex;
    padding: 0 0 0 50px;
    background: #fff;
    align-items: center;
    border-radius: 20px;
    justify-content: space-between;
    z-index: 1;
}

.mntrf .row {
    gap: 25px 0;
}

.mnCard h3 {
    font-size: 40px;
    color: var(--red);
    padding-bottom: 20px;
    font-weight: 600;
    transition: all 0.3s;
}

.mnCard figure {
    margin-top: -15px;
}

.mnCard p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    transition: all 0.3s;
}

.mentored .indArrow {
    margin-top: 50px;
}

.mentored .indArrow::after,
.mentored .indArrow::before {
    display: none;
}


/* mentored section css end */


/* next section css start */

.nxCon {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 70px;
    border-radius: 40px;
    position: relative;
}

.nxCon h3 {
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    padding: 30px 0 60px;
}

.nxCon h2 {
    font-weight: 400;
}

.nxCon a {
    display: inline-block;
    background: var(--red);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    font-weight: 600;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.nxCon figure.nx1 {
    position: absolute;
    left: -13px;
    bottom: -7px;
}

.nxCon figure.nx2 {
    position: absolute;
    right: 40px;
    bottom: -20px;
}

footer {
    text-align: center;
    padding-bottom: 60px;
}


/* next section css end */


/* mobile accordion css start */

.accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 !important;
}

.accordion-button {
    background: #f8f9fa;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 18px;
    box-shadow: none !important;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-button.collapsed {
    background: #fff;
}

.accordion {
    width: 100%;
}

.accordion-button:hover {
    background: #f1f1f1;
}

.accordion-button::after {
    display: none;
}

.accordion-button .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.accordion-button .icon::before {
    content: "+";
    font-size: 22px;
    line-height: 1;
    color: #000000;
    transition: transform 0.3s;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-button.active .icon::before,
.accordion-button:not(.collapsed) .icon::before {
    content: "–";
    transform: rotate(180deg);
}


/* Accordion body */

.accordion-body {
    background: #fff;
    padding: 15px 20px;
    color: #555;
    border-top: 1px solid #eee;
}


/* mobile accordion 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: "";
    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: #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;
    }
}