@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    overflow-x: hidden;
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
    width: 100%;
    /* background-color:#eaf0f6; */
}
.bbv {
    padding: 15px 45px;
    background-color: #123156;
    color: #fff;
    text-decoration: none;
}
.top- {
    background-color: #123156;
    color: #eee;
    /* height: 30px; */
    padding: 0 6%;
    text-align: center;
}

.header {
    background-color: #123156;
    text-decoration: none;
    color: #f2f2f2;
    padding: 0 6%;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header a {
    text-decoration: none;
    color: #fff;
}

.header a:hover {
    color: #e4e2c6;
}

.top-:hover {
    font-size: 900;
}

.icon {
    text-align: center;
    width: 100%;
}

.top .phone {
    width: 100%;
}

.top- a {
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #fff;
    /* background-color: red; */
    text-align: left;
}

.flex-- {
    display: flex;
    justify-content: space-between;
}

.navbar {
    padding: 0 5%;
    padding-block: 25px;
    width: 100%;
    /* border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px; */
    /* margin: 0 5%; */
    /* background-color: #fff; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.sticky-top {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #fff;
}

.navbar img {
    width: 300px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-word {
    width: 100%;
    padding: 0 10%;
    text-align: left;
}

.hero-word h1 {
    font-size: 55px;
    font-weight: 700;
}

.curriculum {
    padding: 0 5%;
    margin-block: 100px;
    align-items: center;
    text-align: center;
}

.box-1 {
    background-color: #123156;
    padding-block: 100px;
    border-radius: 50px;
}

.box-2 {
    background-color: #eee;
    padding-block: 100px;
    border-radius: 50px;
}

.box-3 {
    background-color: #e5eb10;
    padding-block: 100px;
    border-radius: 50px;
}

.about-home {
    padding: 0 5%;
    margin-block: 100px;
}

.about-home p {
    padding-right: 10%;
}

.about-home h5 {
    color: #123156;
    text-transform: uppercase;
}

.btn-1 {
    padding: 15px 55px;
    border: none;
    border-radius: 10px;
    background-color: #123156;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.btn-1 a {
    text-decoration: none;
    color: #fff;
}

.middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.bu {
    margin-bottom: 100px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.bu img {
    width: 100%;
}

.banner {
    padding: 0 5%;
    margin-block: 100px;
    text-align: center;
}

.banner h1 {
    text-align: center;
    text-transform: uppercase;
}

.btn-2 {
    padding: 20px 55px;
    border: 3px solid #123156;
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

.btn-2 a {
    text-decoration: none;
    color: #123156;
}

.box-- {
    width: 33.33%;
    background-color: #123156;
}

.container- {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008cba;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.container-:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.footer {
    padding: 0 5%;
    width: 100%;
    background-color: #123156;
    padding-top: 50px;
}

footer li {
    list-style-type: none;
}

footer li a {
    text-decoration: none;
    color: #eee;
    line-height: 40px;
}

footer li a:hover {
    color: #e4e2c6;
}

footer h2 {
    color: #e4e2c6;
}

.hero-text {
    position: absolute;
    width: 50%;
    left: 0;
    text-align: left;
    padding-left: 5%;
}

.fixed-top {
    background-color: #fff;
}

.mySwiper {
    margin-top: 0;
}

.bboxx {
    background-color: #123156;
    color: #000;
    border: 2px solid #fff;
    height: 125px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
}

.ghdias {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bjad {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ghdias a {
    color: #fff;
    background-color: #e6bf3e;
    padding: 15px 35px;
    text-decoration: none;
    color: #123156;
}

/* CSS */
.button-89 {
    --b: 3px;
    /* border thickness */
    --s: 0.45em;
    /* size of the corner */
    --color: #373b44;

    padding: calc(0.5em + var(--s)) calc(0.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background: conic-gradient(
            from 90deg at var(--b) var(--b),
            #0000 90deg,
            var(--color) 0
        )
        var(--_p) var(--_p) / calc(100% - var(--b) - 2 * var(--_p))
        calc(100% - var(--b) - 2 * var(--_p));
    transition: 0.3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: 0.6em;
    font-size: 16px;

    border: 0;
    padding: 0 60px;
    padding-block: 20px;

    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-block: 20px;
}

.button-89:hover,
.button-89:focus-visible {
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: 0.05em;
}

.button-89:active {
    background: var(--color);
    color: #fff;
}

.touch-point {
    padding: 0 5%;
    background-color: #f2f2f2;
    /* background-color: #fff; */
    padding-block: 100px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.touch-point h1 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 52px;
    color: #123156;
}

.edu {
    text-align: center;
}

.edu h3 {
    padding-top: 30px;
    color: #cc3366;
}

.edu h3:hover {
    color: #123156;
}

.touch-point p {
    font-weight: 500;
    padding: 0 5%;
    padding-top: 50px;
    font-size: 20px;
    text-align: center;
}

.admission-home {
    padding: 0 5%;
    padding-block: 60px;
    /* background-color: #e5eb10; */
    background-color: #e5b93b;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    /* margin-bottom: -70px; */
}

.admission-home h1 {
    font-size: 72px;
    color: #123156;
}

.admission-home h5 {
    color: #123156;
}

.admission-top {
    margin-top: -170px;
}

.button-55 {
    align-self: center;
    background-color: #fff;
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat no-repeat;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid #123156;
    border-width: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
    box-sizing: border-box;
    color: #41403e;
    cursor: pointer;
    display: inline-block;
    font-family: Neucha, sans-serif;
    font-size: 1rem;
    line-height: 23px;
    outline: none;
    padding: 0.75rem;
    text-decoration: none;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding: 10px 56px;
    border-radius: 25px;
    margin-bottom: 30px;
    border: none;
    padding: 15px 50px;
}

.button-55:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}

.button-55:focus {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

.button-55 a {
    color: #fff;
    font-family: Rubik;
}

.touch-point p {
    font-weight: 500;
    padding: 0 5%;
    padding-top: 50px;
    font-size: 20px;
    text-align: center;
}

.circle_box {
    position: relative;
}

.circle {
    position: absolute;
    border-radius: 50%;
    width: 120px;
    z-index: 1;
    height: 120px;
}

.circle {
    transition: 0.3s ease;
}

.c_one {
    left: 0;
    top: 0;
}

.c_two {
    bottom: 0;
    right: 0;
}

.circle_con {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 30vh;
}

.circle_con:hover .circle {
    transition: 0.3s ease;
    transform: scale(1.5);
    border-radius: 0;
}

.circle_con:hover .c_one {
    top: 23% !important;
    left: 28% !important;
}

.circle_con:hover .c_two {
    bottom: 10% !important;
    right: 10% !important;
}

.circle_con:hover .one {
    top: 25%;
    left: 35%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
}

.circle_con:hover .two {
    top: 15%;
    left: 25%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
}

.one,
.two {
    transition: 0.4s ease;
    position: absolute;
    top: 17%;
    left: 30%;
    z-index: 100;
}

.dropdown-item:hover {
    background-color: transparent;
    height: 100%;
    font-weight: 600;
}

.six-section {
    padding: 0 5%;
}

.six-section h1 {
    font-size: 52px;
}

.card {
    text-align: left;
    height: 100%;
}

.six-slide {
    padding: 0 5%;
}

.curriculum- {
    margin-top: 50px;
    padding: 0 5%;
}

.curriculum- h1 {
    color: #123156;
}

.division {
    padding: 0 5%;
    margin-top: 50px;
}

.division h1 {
    color: #123156;
}

.division h1:hover {
    color: #cc3366;
}

.campuses {
    padding: 0 5%;
    padding-bottom: 50px;
    color: #fff;
}

.first {
    background-color: #fff;
    color: #123156;
}

.campuses {
    position: relative;
}

.swiper6 {
    position: relative;
}

.swiper6_nav {
    top: 35px;
    position: absolute;
    right: 180px;
    z-index: 100;
}

.prev,
.next {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.prev {
    rotate: 180deg;
}

.time-table {
    padding: 0 5%;
    margin-bottom: 50px;
}

.bx {
    color: #fff;
}

.bx a {
    font-family: "Rubik";
}

.bxs-location-plus i {
    font-family: "Rubik";
}

.slide-text {
    position: absolute;
    left: 0;
    text-align: left;
    padding: 0 5%;
    width: 50%;
}

.slide-text h1 {
    font-size: 55px;
    font-weight: 700;
}
/* mf */

@media only screen and (max-width: 900px) {
    body {
        overflow-x: hidden;
        width: 100%;
    }

    .touch-point {
        overflow-x: hidden;
    }

    .header {
        display: none;
    }

    .slide-text {
        font-size: small;
    }

    .slide-text h1 {
        font-size: medium;
    }

    .slide-text p {
        font-size: smaller;
    }

    .hidee {
        display: none;
    }

    .touch-point {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .circle_box {
        position: relative;
        width: 100%;
    }

    .edu {
        display: block;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        align-self: center;
    }

    .circle_con {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .one {
        display: block;
    }

    .admission-home {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .admission-top {
        margin-top: 50px;
        display: none;
    }

    .navbar-brand img {
        width: 240px;
    }

    .hero-text h1 {
        font-size: 10px !important;
    }

    .hero-text p {
        font-size: 10px !important;
    }

    .bboxx {
        display: block;
        padding-block: 50px;
        background-color: #123156;
        height: 100%;
    }

    .admission- {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .slide-text h1 {
        font-size: 10px;
    }
}
