@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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;
}

a {
    color: #000;
}

section {
    padding: 60px 0;
}

p,
li {
    font-size: 20px;
    line-height: 1.3;
}

:root {
    --purple: #9c92d0;
    --yellow: #e1e47f;
    --black: #000000;
}

h2 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'EIL Serif';
    line-height: 1.1;
    padding-bottom: 30px;
}

h1 {
    font-size: 70px;
    font-family: 'EIL Serif';
    padding-bottom: 80px;
    line-height: 1;
}

.container {
    max-width: 100%;
    padding: 0 250px;
}

html,
body {
    font-family: 'EIL Sans';
}


/* banner section css start */

.banner {
    height: 100vh;
    padding: 0;
    position: relative;
    display: flex;
    align-items: end;
}

/*.banCon {*/
/*    padding-bottom: 100px;*/
/*}*/


.banner {
    height: 100vh;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.banner figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}


.banner picture,
.banner img {
    width: 100%;
    height: 100%;
}

.banner img {
    object-fit: cover;
}

.banner .container {
    position: relative;
    z-index: 2;
}


/*.banner figure {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 54%;*/
/*    transform: translate(-50%, 0);*/

/*    width: 70%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: end;*/
/*    justify-content: center;*/
/*}*/


.banner .col-lg-7,
.banner .col-lg-5 {
    display: flex;
    align-items: end;
}

.logo p {
    padding-bottom: 40px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 70px;
    align-items: center;
}

.banCon h1 span {
    color: var(--yellow);
}

.banCon h4 {
    font-size: 28px;
    background: var(--yellow);
    font-weight: 600;
    padding: 10px 20px;
    border-bottom: 5px solid var(--black);
    width: fit-content;
    margin-bottom: 5px;
}

.banCon h5 {
    font-size: 36px;
    color: #fff;
}

.banner .container {
    padding: 0px 230px;
    position: relative;
}

body {
    overflow-x: hidden;
}

.banCon h1 span:last-child {
    border-top: 2px solid white;
    display: block;
    width: fit-content;
    padding-top: 20px;
    margin-top: 20px;
}

.formSec .row .col-lg-2 {
    position: absolute;
    right: 0;
    top: 245px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0;
}


.banCon {
    padding-top: 90px;
}

.banCon a {
    position: relative;
    font-size: 34px;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
    border: 2px solid var(--green);
    display: none;
}

.banCon a:hover::after {
    width: 0;
}

.banCon a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--green);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
}


/* banner section css end */


/* careers section start */

.careers {
    background-color: var(--purple);
    color: #fff;
    position: relative;
}

.car {
    display: flex;
}

.car .item h3 {
    font-size: 50px;
    border-bottom: 2px solid #7c76b7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: var(--yellow);
    font-weight: 700;
}

.car .item h3 span {
    font-size: 30px;
}

.car .item h3 sub {
    top: -13px;
    font-size: 30px;
    left: -3px;
}

.car .item {
    width: 20%;
}

.car .item p {
    font-weight: 600;
}

.careers .heading {
    text-align: center;
    padding-bottom: 25px;
}

.ap {
    position: absolute;
    right: 9vw;
    top: 50%;
    writing-mode: vertical-rl;
    /* vertical text */
    transform: translateY(0%) rotate(180deg);
}

.ap a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}


/* careers section end */


/* hired section start */
.hired {
    padding: 0;
}
.hired h2 {
    text-align: center;
}

.hired .mySwiper figure img {
    width: 200px;
    aspect-ratio: 2/2;
    object-fit: contain;
    text-align: center;
    transition: all 0.5s;
}

.hired .mySwiper figure:hover img {
    scale: 1.1;
}

.hired .mySwiper figure {
    text-align: center;
    border: 2px solid #d9d9d9;
    border-style: dashed;
    border-top: 0;
}

.hired .mySwiper .swiper-slide figure:nth-child(2) {
    border-bottom: 0;
}

.mySwiper,
.acaSwiper {
    padding-bottom: 60px;
}

.mySwiper .swiper-pagination-bullet-active,
.acaSwiper .swiper-pagination-bullet-active {
    background: var(--purple);
    width: 100px;
}

.swiper-pagination-bullet {
    width: 35px;
    border-radius: 10px;
    cursor: pointer;
    background: var(--yellow);
    opacity: 1;
}

.mySwiper .swiper-pagination {
    z-index: 99;
}



/* hired section end */


/* future section css start */

.future .heading {
    text-align: center;
}

.future .heading h3 {
    font-family: 'EIL Serif';
    font-size: 10vw;
    line-height: 1;
    margin-top: -30px;
}

.future .heading h3 span {
    color: var(--yellow);
}




.schSwiper .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 115px;
}


/* future section css end */


/* schoolarship sectoin css start */

.scholar .heading {
    background: var(--yellow);
    padding: 60px 60px 280px;
    text-align: center;
}

.scholar .heading h4 {
    font-size: 27px;
}

.scholar .heading h4 span {
    font-weight: 700;
}

.scholar .heading h5 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px;
}

.scholar .heading h2 {
    padding-bottom: 10px;
}

.scsl {
    /* background: var(--black); */
    padding: 30px 0 30px 30px;
    position: relative;
    transition: all 0.5s;
}

.scsl:hover {
    scale: 1.1;
}

.scsl h6 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
}

.scsl figure {
    position: relative;
}

.scsl figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--purple);
    transition: all 0.5s;
}

.scsl:hover figure::after {
    width: 0;
}

.schCon {
    margin-top: -227px;
    padding: 0 50px;
}

.scsl::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 90%;
    background: var(--black);
    z-index: -1;
}


/* schoolarship sectoin css end */


/* excellence section css start */

.excellence .heading {
    text-align: center;
    padding-bottom: 20px;
}

.excellence ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 45px 0;
}

.excellence ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 45px;
}

.excellence ul li figure {
    width: 20%;
    text-align: center;
    transition: all 0.5s;
}

.excellence ul li h4 {
    font-size: 35px;
}

.excellence ul li h4 span {
    font-weight: 600;
}

.excellence small {
    text-align: end;
    display: block;
    margin-top: 30px;
}

.excellence ul li:nth-child(5),
.excellence ul li:nth-child(6) {
    border: none;
    padding: 0;
}

.excellence ul li:hover figure {
    scale: 1.1;
}


/* excellence section css end */


/* real journey section css start */

.real {
    background: #f4f3ff;
    text-align: center;
    position: relative;
    place-content: center;
}

.real .marq {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    height: 100%;
    width: 100%;
}

.real figcaption {
    font-size: 30px;
    margin: 20px auto 0;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.realSwiper1 figure img {
    width: 100%;
}

.rla>div {
    background: var(--black);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

.rla .swiper-button-next:after,
.rla .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}

.realSwiper1 .swiper-button-prev {
    left: 10px;
}

.realSwiper1 {
    padding: 0px;
}

.realSwiper1 .swiper-button-next {
    right: 10px;
}


/* marquee css start */

.a-section-marquee-box {
    background: var(--yellow);
    rotate: 4.5deg;
    position: absolute;
    top: 0;
    right: 0;
}

.a-section,
.b-section {
    position: relative;
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.b-section-marquee-box {
    background: var(--purple);
    rotate: -4.5deg;
    position: absolute;
    bottom: 0;
    right: 0;
    direction: rtl;
}

.a-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 12s linear infinite;
}

@keyframes a-text-scroll {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: translate3d(200%, 0, 0);
    }
}

.b-section-marquee-box,
.a-section-marquee-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px;
}

.b-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 100s linear infinite;
}

@keyframes b-text-scroll {
    0% {
        transform: translate3d(300%, 0, 0);
    }

    100% {
        transform: translate3d(-400%, 0, 0);
    }
}


/* marquee css end */


/* real journey section css end */


/* legacy section css start */
.legCon {
    /* background: var(--purple); */
    padding: 50px;
    margin-top: -171px;
}

.legCon p span {
    font-weight: 600;
}

.legCon p {
    padding-bottom: 20px;
    text-align: center;
    color: #000000;
}

.legCon p:last-child {
    padding: 0;
}


/* legacy section css end */


/* academic section css start */

.academic .heading {
    text-align: center;
    padding-bottom: 40px;
}

.academic .heading h2 {
    padding-bottom: 10px;
}

.academic figure {
    background: var(--yellow);
    padding-top: 15px;
    overflow: hidden;
}

.academic figure img {
    transition: all 0.5s;
    filter: grayscale(1);
}

.academic figure:hover img {
    scale: 1.1;
}

.academic figcaption h4 {
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 5px;
    color: var(--purple);
}

.academic figcaption p {
    max-width: 100%;
    font-weight: 600;
}

.academic figcaption {
    padding: 15px 20px 0;
}

.acaSwiper .swiper-slide {
    border-bottom: 3px solid var(--purple);
    height: auto;
    padding-bottom: 30px;
}

.moving .heading {
    display: flex;
    background: #ededa9;
}

.moving .heading h2 {
    background: var(--yellow);
    display: flex;
    align-items: center;
    width: 65%;
    padding: 75px 50px;
}

.moving .heading figure {
    position: relative;
    width: 35%;
}

.moving .heading figure img {
    position: absolute;
    top: -20vw;
    right: 0;
    max-width: 420px;
}

.moving {
    padding-top: 360px;
}

.mvCon {
    background: var(--purple);
    /* padding: 60px; */
    color: #fff;
    display: flex;
}

.mvCon p {
    width: 70%;
    padding: 60px;
    place-content: center;
}

.mvCon figure {
    width: 30%;
    background: #aca6dd;
    padding: 50px;
    text-align: center;
}

.mvCon figure figcaption {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 600;
}

footer p {
    font-weight: 700;
    padding-bottom: 50px;
    text-transform: uppercase;
}


/* academic section css end */


/* form css */


/* form css */

.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: var(--yellow);
    padding: 30px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    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: #000000;
}

.adm-txt h4 {
    font-size: 23px;
    color: #000000;
}

.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 #000000;
    /* 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 #000000;
    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: #000000;
    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: #000000;
    border: none;
    background: var(--yellow);
}

.topenq .btn:first-child:active {
    background: var(--yellow);
    color: #000;
}

.topenq a {
    border: none;
    color: #000000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background: var(--yellow);
    text-decoration: none;
}

.error {
    color: #ff0000;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
    font-family: 'Gothamlight';
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
    }

    .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;
    }

}

.images {
    position: relative;
    justify-content: center;
    align-items: center;
}

.images h3 {
    position: relative;
    padding: 20px;
    font-size: 30px;
    font-weight: 600;
    bottom: -12px;
    text-transform: uppercase;
}

.images::after {
    content: "";
    position: absolute;
    bottom: 193px;
    left: -47px;
    width: 1183px;
    height: 3px;
    background: #e1e47f;
    z-index: -1;
}

.box1,
.box2,
.box3 {
    position: relative;
}

.box1::before,
.box3::before {
    content: "";
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    height: 50%;
    background: #e1e47f;
    z-index: -1;
}

.box2::before {
    content: "";
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    height: 50%;
    background: #9c92d0;
    z-index: -1;
}

.box2 h3 {
    color: #9c92d0;
}

.images .row>* {
    padding-right: 0;
    padding-left: 0;
}

.images .col-md-4 {
    text-align: center;
}

.images .img-fluid {
    max-width: 80%;
}

.images .hand {
    max-width: 208px;
    position: relative;
    bottom: 196px;
    right: 89px;
}




/* Tabs */
.fuTab .nav-tabs {
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 40px;
    padding-left: 0;
}

.fuTab .nav-tabs .nav-item {
    list-style: none;
}

.future .container {
    padding-right: 0;
}

.fuTab .nav-tabs .nav-link {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 0 38px;
    position: relative;
    text-transform: uppercase;
}

/* Circle */
.fuTab .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 18px;
    height: 18px;
    border: 2px solid #d7d85f;
    border-radius: 50%;
}

/* Active */
.fuTab .nav-tabs .nav-link.active {
    background: transparent;
    color: #000;
}

.fuTab .nav-tabs .nav-link.active::before {
    border: 4px solid #d7d85f;
    background: #ffffff;
}

/* Remove bootstrap focus */
.fuTab .nav-tabs .nav-link:focus {
    box-shadow: none;

}



/* Swiper */
.future .swiper {
    width: 100%;
    overflow: hidden;
}

.future .swiper-wrapper {
    align-items: flex-start;
}

.future .swiper-slide {
    display: block;
    height: auto;
}

/* image */
.future .swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* figure */
.future .swiper-slide figure {
    margin: 0;
}

/* smooth transition */
.future .swiper-slide figure img {
    transition: 0.4s ease;
}

.future .swiper-slide figcaption {
    transition: 0.4s ease;
}

/* hover only when slide/card hover */
.future .swiper-slide:hover figure img {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* text hover together */
.future .swiper-slide:hover figcaption {
    font-weight: 600;
}


.future .swiper-slide a:hover {
    color: #000;
}

.future .swiper-slide figure img:hover {
    transform: translateY(-3px);
}


.future .swiper-slide a:hover {
    font-weight: 600;
    color: #fe0000;
}

/* text */
.future .swiper-slide figcaption {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    color: #000;
}

.future .swiper-slide a {
    text-decoration: none;
    color: #000;
    display: block;
}

.future .swiper-slide a:hover {
    color: #000;
}

/* bold text */
.future .swiper-slide strong {
    font-weight: 700;
}

.future h2 {
    line-height: 2.1;
    padding-bottom: 11px;
}

.future {
    position: relative;
    display: none;
}

.future::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67%;
    background: #f0eeff;
    z-index: -1;
}
.future .swiper-button-next1,
.future .swiper-button-prev1 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    top: 85%;
}



/* Arrow icon size */
.future .swiper-button-next1:after,
.future .swiper-button-prev1:after {
    font-size: 14px;
    font-weight: 700;
}

.parent {
    margin-top: 88px;
    display: flex;
    gap: 7px;
}

.future .swiper-button-next1.swiper-button-disabled {
    background: #9c92d0;
}

.future .swiper-button-prev1.swiper-button-disabled {
    background: #9c92d0;
    color: #fff;
}

.future .swiper-button-next1:focus,
.future .swiper-button-prev1:focus {
    background: #9c92d0;
}

.future .swiper-button-next1:hover,
.future .swiper-button-prev1:hover {
    background: #9c92d0;
    color: #fff;
}

/* Previous button white */
.future .swiper-button-prev1 {
    background: #fff;
    color: #000;
}

.future .swiper-button-next1,
.future .swiper-button-prev1 {
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.realswap {
    display: flex;
}
.real .realSwiper1{
    padding-bottom: 60px;
}

.real .swiper {
    width: 100%;
    /* padding-bottom: 60px; */
}

.real .swiper-slide {
    display: flex;
    align-items: center;
}



.real .swiper-slide figure img {
    width: 100%;
    display: block;
}

/* Content */
.real .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #222;
    margin: 0;
}



.real .swiper-pagination-bullet {
    width: 35px;
    height: 10px;
    border-radius: 30px;
    background: #b4a6ea;
    opacity: 1;
}

.real .swiper-pagination-bullet-active {
    background: #d8d44d;
    width: 100px;
}

.real {
    background: #efedf8;
    padding: 40px 0 30px;
}

.real .container {
    max-width: 100%;
    padding: 0 180px;
}

/* heading */
.real .heading {
    margin-bottom: 0px;
}

.real .heading h2 {
    font-size: 55px;
    font-family: serif;
    font-weight: 500;
}

/* swiper */
.real .swiper {
    width: 100%;
}

/* layout */
.realFlex {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* image */
.realImg {
    position: relative;
}



.realImg figure {
    position: relative;
    z-index: 2;
    margin: 0;
}

.realImg figure img {
    width: 100%;
    max-width: 350px;
    display: block;
}

/* content */
.realCon {
    text-align: justify;
    width: 50%;
}

.realCon p {
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    color: #2f2e33;
    font-size: 35px;
}
.ftr-sec {
    background: url(../img/ftr-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.ftr-sec .heading.text-center {
    padding-top: 40px;
}



.fut-design {
    background: #f0eeff;
}
.fut-box {
    margin-bottom: 60px;
}
.fut-box img{
    position: relative;
}
.fut-box img:hover{
   box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.fut-box p {
    font-size: 26px;
    line-height: 1;
    color: #000000;
    font-weight: bold;
}
/* .fut-design .row>div:nth-child(1){
    place-content: center;
} */
.fut-box{
    transition: all .4s ease;
}

.fut-box:hover{
    transform: translateY(-14px);
}

.fut-design .img-wrap{
    position: relative;
}

.fut-design .img-wrap img{
    width: 100%;
    display: block;
    transition: .4s;
    position: relative;
}
.fut-design .img-wrap{
    position: relative;
}
.fut-design .img-wrap:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: #9c92d0;
    transition: all 0.5s;
    z-index: 9;
}
.fut-box:hover .img-wrap:before {
    width: 100%;
}

.fut-design .img-wrap span{
    position: absolute;
    left:0px;
    bottom:0px;
    background: #e1e47f;
    padding: 7px 16px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.fut-box p{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    margin-top: 16px;
    margin-bottom: 0;
}
.sla-pen figure {
    width: 350px;
}

.sla-pen {
    position: relative;
    bottom: 60px;
    right: 0px;
    text-align: end;
    display: flex;
    justify-content: end;
}
.academic {
    padding-bottom: 0;
}





.fut-design .swiper-slide figcaption {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    color: #000;
}

.fut-design .swiper-slide a {
    text-decoration: none;
    color: #000;
    display: block;
}

.fut-design .swiper-slide a:hover {
    color: #000;
}

/* bold text */
.fut-design .swiper-slide strong {
    font-weight: 700;
}

.future h2 {
    line-height: 2.1;
    padding-bottom: 11px;
}

.fut-design {
    position: relative;
}

.fut-design::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67%;
    background: #f0eeff;
    z-index: -1;
}
.fut-design .swiper-button-next1,
.fut-design .swiper-button-prev1 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    top: 85%;
}



/* Arrow icon size */
.fut-design .swiper-button-next1:after,
.fut-design .swiper-button-prev1:after {
    font-size: 14px;
    font-weight: 700;
}

.parent {
    margin-top: 10px;
    display: flex;
    gap: 16px;
}

.fut-design .swiper-button-next1.swiper-button-disabled {
    background: #9c92d0;
}

.fut-design .swiper-button-prev1.swiper-button-disabled {
    background: #9c92d0;
    color: #fff;
}

.fut-design .swiper-button-next1:focus,
.fut-design .swiper-button-prev1:focus {
    background: #9c92d0;
}

.fut-design .swiper-button-next1:hover,
.fut-design .swiper-button-prev1:hover {
    background: #9c92d0;
    color: #fff;
}


.bnr-btm {
    padding: 0;
    border-bottom: 2px solid #000;
}
.bnr-btm .col-lg-2 {
    width: 20%;
    padding: 0;
}
.bnr-btm .row{
    text-align: center;
}
.lite-yel{
    background-color: #e1e47f;
}
.lite-pur{
    background-color:#9c92d0 ;
}
.btn-box {
    padding:32px 26px;
}
.btn-box{
    font-weight: 700;
    color: #000;
    height: 100%;
}
.legacy{
    padding: 60px 0 20px;
}
/* .real .swiper-slide figure img{
    width: 500px;
} */