:root {
    --background-color-light: #f8f9fa;
    --background-color-dark: #eb1551;
    --juju-orange: #ffad1d;
    --svg-light: #b5b5b5;
    --secondary-color: #096275;
}

.bg-red {
    background-color: var(--background-color-dark);
}

body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
}

h4 {
    font-family: "Bubblegum Sans", sans-serif;
    font-size: 1.25rem;
    color: var(--background-color-dark);
    position: relative;
}
.h4-bf {
    position: relative;
}
.h4-bf::before {
    content: "";
    background-image: url(../image/svg/eud.svg);
    position: absolute;
    width: 48px;
    height: 48px;
    top: 30px;
    left: -25px;
}

h1,
h2,
h3,
h5 {
    font-weight: 700;
}
section h2 {
    margin-top: 0.5rem;
    padding: 0px 0px 18px 0px;
    font-size: 30px;
}
a {
    transition: all 0.3s linear 0s;
    text-decoration: none;
}

a:hover,
span.sub-nav-item a:hover {
    color: var(--juju-orange);
}

p {
    line-height: 1.6em;
    color: #6b6b84;
    font-size: 16px;
}

section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.line-divider::before {
    content: "";
    background-image: url(../image/line-div.png);
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: inherit;
    transform: rotate(180deg);
}

/* nav bar */

a.nav-link {
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.64em;
    padding: 0 24px !important;
    position: relative;
    transition: all 0.3s linear 0s;
}

/* .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0 !important;
  } */

a.nav-link:hover {
    color: var(--juju-orange) !important;
}

a.nav-link::before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../image/link-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s linear 0s;
}

a.nav-link:hover::before {
    opacity: 1;
    transform: translateY(0);
}

li.nav-item {
    transition: all 0.3s linear 0s;
}

a.nav-link.active {
    color: #ffad1d !important;
    font-weight: 700;
}
a.nav-link.active::before {
    opacity: 1;
    transform: translateY(0);
}

/*sub nav*/
span.sub-nav-item a {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
    text-align: center;
}

.sub-navbar {
    padding: 10px 0px;
}

a.social-icon {
    background: #f8f9fa;
    color: var(--background-color-dark);
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    padding: 0;
}

a.social-icon:hover {
    background-color: var(--juju-orange);
    color: #fff;
}

span.sub-nav-item {
    display: flex;
    gap: 5px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

a.social-icon.login.ms-3 {
    width: 100%;
    padding: 10px;
    border-radius: 2rem;
}

@media screen and (max-width: 768px) {
    div#contact-details {
        font-size: 12px;
        margin-bottom: 10px;
    }

    div#social-media {
        display: none;
    }
}

/* slider */

.banner {
    background-image: url(../image/Slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cloud-bg {
    background-color: white;
    mask-image: url(../image/slider-cloud-bg.png);
    mask-repeat: repeat-x;
    mask-position: bottom center;
    mask-size: contain;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.cloud-bg2 {
    background-color: white;
    mask-image: url(../image/slider-cloud-bg.png);
    mask-repeat: repeat-x;
    mask-size: auto;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.banner h1 {
    margin: 0;
    padding: 0;
    font-size: 70px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-center.heading-style {
    width: 50%;
}

.hero p {
    font-size: 1.25rem;
}

.about-us {
    padding: 60px 0;
}

.services {
    padding: 60px 0;
}

.cart-service {
    padding: 40px;
    border-radius: 20px;
}

.btn-slider {
    padding: 0.9em 2em;
    background: var(--background-color-dark);
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    border-radius: 2.5rem;
    font-weight: 400;
    margin: 20px 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-slider:hover {
    background: var(--background-color-dark);
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.btn-slider:active {
    transform: scale(0.98);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-buttons {
    padding: 0.75em 1.87em;
    background: var(--background-color-dark);
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    border-radius: 2.5rem;
    font-weight: 400;
    margin: 20px 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-buttons::before {
    content: "";
    position: absolute;
    background: #1cbbb4;
    top: -2%;
    left: -10%;
    width: 0;
    height: 102%;
    transform: skew(30deg);
    z-index: 0;
    transition: width 0.5s ease-in-out;
}

.btn-buttons span {
    z-index: 1;
    position: relative;
}

.btn-buttons:hover::before {
    width: 120%;
}

.btn-buttons:hover {
    color: #fff;
}

.bg-shape {
    position: absolute;
    width: 100%;
    top: -55px;
    z-index: -1;
    left: 0;
    right: 0;
    animation: moveTopBottoms 5s ease-in-out infinite;
}

@keyframes moveTopBottoms {
    0% {
        top: -55px;
    }
    50% {
        top: 0;
    }
    100% {
        top: -55px;
    }
}

.services h2,
.contact-form h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.services .card {
    transition: transform 0.2s;
}

.services .card:hover {
    transform: scale(1.05);
}

.login-info {
    padding: 20px;
    text-align: left;
}

.login-info h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.login-info p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.card-login {
    background: #ffefe4;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.card-login input {
    border-color: #ffefe4;
}

.bg-rocket {
    width: 80px;
    height: auto;
    position: absolute;
    top: -25px;
    left: -25px;
    transform: rotate(5deg);
}

.logo-juju {
    width: 90px;
    height: auto;
}

/* About Us Section */

.about-us .about-image {
    display: block;
    width: 630px;
    height: 350px;
    -webkit-mask-image: url(../image/image_mask.png);
    mask-image: url(../image/image_mask.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    object-fit: cover;
    border-radius: 0.5rem;
    object-fit: cover;
}

.bg-shape {
    position: absolute;
    width: 100%;
    top: -55px;
    left: 0;
    right: 0;
}

.bg-shape svg {
    color: #ffad1d;
}

.about-us {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 10%, #ffefe4 100%);
}

.sub-head-before {
    fill: #b5b5b5;
    width: 48px;
    height: 48px;
}

div#about-img {
    /* height: 500px; */
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .about-us {
        flex-direction: column;
        text-align: center;
    }

    .about-us p {
        font-size: 0.875rem;
    }

    img.icon.sub-head-before {
        margin: 0 auto;
    }
    .abt-content.ps-2.ms-4 {
        margin: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        padding: 50px 0;
        min-height: 300px;
    }

    .banner h1 {
        font-size: 30px;
        line-height: 1.2em;
    }

    .banner p {
        font-size: 16px;
    }

    .btn-slider {
        padding: 0.7em 1.5em;
        font-size: 0.9em;
    }

    .cloud-bg2 {
        bottom: 4%;
        height: 50px;
        mask-size: contain;
        mask-position: bottom;
    }
    .cloud-bg {
        height: 50px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cloud-bg2 {
        bottom: 4%;
        height: 50px;
        mask-size: contain;
        mask-position: bottom;
    }
}

.img-about-ab {
    position: absolute;
    bottom: 0;
    width: 340px;
    height: auto;
}

/* programs */
div#program-title {
    padding: 50px 0;
}
section#programs,
.bg-fill {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff0e5 0%, #fff0e5 40%);
}

.programs-card {
    border-radius: 50px;
    transition: 0.5s all ease-in-out;
}

.programs-card:hover {
    background: var(--background-color-dark);
}

.programs-card:hover p,
.programs-card:hover h5,
.programs-card:hover a {
    color: #fff;
}

.programs-card .card-body {
    padding: 50px 35px;
}

.card-content h5 {
    font-size: 24px;
    color: #1cbbb4;
}

.pro-con {
    gap: 20px;
    display: flex;
    align-items: center;
}

.card-img {
    position: relative;
    width: 150px;
    height: 120px;
    overflow: hidden;
}
.card-content {
    flex: 1 1 0%;
}
.program-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    mask-image: url(../image/svg/shape-img-bg.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
}

.view-more {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.view-more::after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--juju-orange);
    transition: left 0.3s ease;
}

.view-more:hover::after {
    left: 0;
}

img.icon-world {
    width: 200px;
    transform: rotateZ(330deg);
}

.acb-pencil-icon {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

img.icon-abc {
    transform: rotate(-25deg);
    width: 170px;
    position: relative;
    display: block;
}

img.icon-pencil {
    width: 150px;
    position: absolute;
    right: 25px;
    top: -25px;
}
img.icon-pager {
    width: 72px;
    height: 72px;
    margin: 10px auto;
}

.arrow-bg {
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    left: -100px;
}

.arrow-bg-right {
    transform: scaleX(-1);
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
}

img.icon-arrow-right {
    transform: scaleX(-1);
}

.design-icons {
    position: absolute;
    bottom: 0;
    width: 200px;
    left: 0;
}

img.icon-rocket-2 {
    transform: rotate(42deg);
}

img.icon-star {
    position: absolute;
    width: 200px;
    height: auto;
    top: -100px;
    left: -20px;
    z-index: 1;
}

img.icon-rocket {
    width: 200px;
    transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
    .img-about-ab,
    img.icon-world,
    .acb-pencil-icon,
    .arrow-bg,
    .arrow-bg-right,
    img.icon-star,
    img.icon-rocket,
    .design-icons {
        display: none;
    }
    div#program-title {
        padding: initial;
    }
}

/* section: Harmonious */

img.heading-giraffe, img.heading-fly {
    width: 100px;
    height: 100px;
}

.h4-giraffe, .h4-fly {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 5px;
}

img.fly-boy {
    width: 360px;
    max-width: 340px;
}
img.icon-loop {
    width: 170px;
    transform: rotate(14deg);
    position: relative;
    float: right;
    left: 70px;
}

img.rainbow-bg {
    width: 200px;
    max-width: 200px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -12px;
    z-index: -1;
}
.imgs-two {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-start;
    margin-top: 40px;
    overflow: hidden;
}

.img1, .img2 {
    flex: 0 50%;
}

img.img-child-1 {
    width: 100%;
    max-width: 100%;
    border-radius: 0px 0px 500px 0px;
}

img.img-child-2 {
    width: 100%;
    max-width: 100%;
    border-radius: 500px 0px 0px 0px;
}

section#harmonious {
    background-image: url(../image/hands.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: inherit;
}

@media screen and (max-width: 768px) {
    .fly-boy {
        display: none;
    }
    section#harmonious {
        background: none;
    }
}

/* section: School Facilities */

img.icon-star-facility {
    width: 190px;
}

img.icon-satan {
    width: 200px;
}

.post-card {
    text-align: center;
    justify-content: center;
    justify-items: center;
    padding: 30px 30px 30px 30px;
    display: grid;
    gap: 10px;
    color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    position: relative;
    z-index: 0;
    transition: all 0.35s ease-in-out 0s;
}

.post-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    -webkit-mask-image: url("../image/custom-shape-bg-layer.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    transition: all 0.35s ease-in-out 0s;
    mask-image: url("../image/custom-shape-bg-layer.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    z-index: -1;
}

.post-card:hover::before {
    background-color: var(--background-color-dark);
}

img.post-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    mask-image: url(../image/post-mask.png);
    mask-size: cover;
    mask-repeat: no-repeat;
}

.post-card h5,
.post-card p {
    color: #fff;
}

h5.post-title {
    font-size: 24px;
    margin: 5px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
}

h5.post-title::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background-image: url(../image/svg/line-snack.svg);
    background-repeat: repeat-x;
    background-size: 20px 100%;
    background-position: 0 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
}

h5.post-title:hover::before {
    animation: moveBackground 2s linear infinite;
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}

h5.post-title a:hover {
    color: #fff;
}

.post-card a.btn-buttons {
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: -20px;
}

.post-card .btn-buttons:hover {
    color: var(--background-color-dark);
}

.post-card .btn-buttons::before {
    background: #fff;
}

.extra-padding {
    padding-bottom: 130px;
}

@media screen and (max-width: 1024px) {
    .post-card {
        background-color: var(--secondary-color);
        margin-bottom: 20px;
    }
    .post-card:hover {
        background-color: var(--background-color-dark);
    }
}

@media screen and (max-width: 768px) {
    .satan-icon,
    img.icon-star-facility {
        display: none;
    }
    .extra-padding {
        padding-bottom: 60px;
    }
}


/* section : Futures */

section#futures {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff0e5 0%, #ffffff 40%);
}

.bg-image-orage {
    z-index: 1;
}
.bg-image-orage::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url(../image/counter_bg_img.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    background: #f7941e;
    z-index: -1;
}

.bg-image-orage::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url(../image/alpha-overlay-image.png);
    z-index: -1;
    top: 4px;
    left: 0;
    right: 0;
}

img.study-girl {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.future-card {
    text-align: center;
    padding: 10px;
}

img.future-imgs {
    padding: 25px 10px 10px 10px;
    font-size: 84px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.future-card-img {
    padding-bottom: 20px;
    position: relative;
    transition: 2s infinite ease-in-out;
}

.future-card-img::before {
    content: "";
    position: absolute;
    background-image: url(../image/svg/bg-before-style.svg);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 1;
}

.future-card-img::after {
    content: "";
    position: absolute;
    background-image: url(../image/svg/bg-after-style.svg);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 0;
    transition: left .5s ease-in-out;
}

.future-card-img:hover::after {
    left: 10px;
}

.count-numbers {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

h5.future-heading {
    font-family: "Bubblegum Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
}

.future-card-img:hover .future-imgs {
    animation: moveUpDown 2s infinite ease-in-out;
}

@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Adjust this value for desired movement */
    }
}


@media screen and (max-width: 768px) {
    img.study-girl {
        display: none;
    }

    .bg-image-orage.position-relative {
        background: #f7941e;
    }
}

/* Galley */
img.icon-rockets-gallry {
    width: 200px;
    height: auto;
}

.rockets-icon {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

img.icon-ford-gallery {
    transform: rotate(-20deg);
    width: 100px;
    height: auto;
    position: relative;
}

.circle-icon {
    width: 200px;
    height: 200px;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/svg/round.svg);
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: rotation 14s linear infinite forwards;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.galaries .row {
    padding-bottom: 20px;
}

img.gal-img {
    border-radius: 2rem;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.gal-img-1 {
    height: 520px;
}

.gal-img-2, .gal-img-3 {
    height: 240px;
}

.gal-img-4 {
    height: 250px;
}

.gal-img-6 {
    height: 220px;
}

img.pencil-girl {
    width: 120px;
    position: absolute;
    top: -7pc;
    left: 10pc;
}

img.pencil-boy {
    width: 136px;
    float: inline-end;
}
.row.pos-abs-kids {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.grass-kid-play{
    padding-top: 120px;
}
@media screen and (max-width: 768px) {
    img.gal-img {
        height: 200px;
        padding: 10px;
    }

    .galaries .row {
        padding-bottom: 0px;
    }
    .circle-icon, .rockets-icon {
        display: none;
    }
}

img.img-full-bg-grass {
    width: 100%;
    height: auto;
}

/* section Activity */

.slick-prev:before, .slick-next:before {
    content: "" !important;
}

.slick-prev {
    background-image: url(../image/svg/prev.svg) !important;
    position: absolute !important;
    left: -10pc !important;
    width: 160px !important;
    height: 80px !important;
    background-repeat: no-repeat !important;
    animation: Shake 3s infinite; 
}
.slick-next {
    background-image: url(../image/svg/next.svg) !important;
    position: absolute !important;
    right: -10pc !important;
    width: 160px !important;
    height: 80px !important;
    background-repeat: no-repeat !important;
    animation: Shake 3s infinite !important; 
}

.slick-prev:hover, 
.slick-next:hover {
    animation-play-state: paused !important;
}

@keyframes Shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

img.rainbow-sun {
    width: 180px;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.activity-card {
    padding: 30px;
    text-align: center;
}

.activity-post-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    background: transparent;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
}

.activity-post-img.act-shape-1 {
    mask-image: url(../image/hex.png);
}

.activity-post-img.act-shape-2 {
    mask-image: url(../image/rec-mask.png);
}

.img-squ {
    border: 12px solid !important;
    border-color: transparent !important;
    background: #71d1cc;
    border-radius: 10px;
}

.img-circ  {
    background: #fccb13;
    border-radius: 50%;
    border: 10px solid !important;
    border-color: transparent !important;
    overflow: hidden;
    object-fit: cover;
}

img.act-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-position: center;
}

.act-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    right: 0;
    object-fit: contain;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
}


.actbf-shp-1 {
    background: #ad5ff3;
    mask-image: url(../image/hex.png);
}


.actbf-shp-2 {
    background: #f7941e;
    mask-image: url(../image/rec-mask.png);
    height: 98%;
}

.img-shape-box {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding: 10px;
}

.activity-content {
    padding: 0 10px;
}

h5.activity-tittle {
    margin-bottom: 10px;
    font-size: 23px;
}
.activity-card-body {
    overflow: hidden;
}


/* section : Blogs */
section#blogs {
    color: #fff;
}

img.space-shp {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.img-space-ship {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cont-hight {
    height: 95vh;
}

.bg-wave-dark::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    mask-image: url(../image/wavebg-dark.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: var(--secondary-color);
}

.bg-wave-dark::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
    mask-image: url(../image/wavebg-dark.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: var(--secondary-color);
    transform: rotate(180deg);
    z-index: -1;
}

.bg-wave-light::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    mask-image: url(../image/wavebg.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: var(--secondary-color);
    opacity: .1;
}

.bg-wave-light::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
    mask-image: url(../image/wavebg.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: var(--secondary-color);
    transform: rotate(180deg);
    z-index: -1;
    opacity: .1;
}

img.paingirl {
    width: 300px;
    height: 300px;
    object-fit: contain;
    transform: translate(-80%, 16%) scaleX(-1);
}

.make-sapce-div {
    width: 100%;
    height: 180px;
}

/* img.blog-img-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url(../image/svg/blog-shape.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
} */
/* .blog-img-top {
    width: 560px;
    height: auto;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
} */

/* .blog-img-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    mask-image: url(../image/svg/blog-shape.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: var(--juju-orange);
} */

.blog-img-top {
    width: 560px;
    height: auto;
    border-radius: 190px 0px 200px 0px;
    background: #ffad1d;
    overflow: hidden;
    padding: 10px;
}
img.blog-img-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 190px 0px 200px 0px;
}
img.blog-img-2 {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}

.blog-img-bottom {
    position: absolute;
    right: 0;
    transform: translate(10px, -30%);
}

.blog-img-bottom::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}

h4.sub-blog-head {
    font-family: "Bubblegum Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
}

h2.main-blog-head {
    margin-top: 10px;
}

.blog-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.blog-date {
    display: grid;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.blog-date i {
    color: var(--juju-orange);
}

.blog-list {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-desc-title h5 {
    margin-bottom: 5px;
}

.blog-list::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background-image: url(../image/svg/line-snack.svg);
    background-repeat: repeat-x;
    background-size: 20px 100%;
    background-position: 0 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
}

.container-fluid.bg-green::before {
    content: "";
    position: absolute;
    background: var(--secondary-color);
    bottom: 100%;
    display: grid;
    align-content: space-evenly;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 25%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1;
}

.blogs-sec-content {
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    .container-fluid.bg-green {
        background-color: var(--secondary-color);
    }

    .blogs-sec-content {
        padding-right: 0px;
    }

    img.paingirl, img.space-shp, .blog-sec-imges, img.rainbow-sun {
        display: none;
    }

    .make-sapce-div {
        height: 50px;
    }
    .cont-hight {
        height: auto;
    }

    .slick-prev {
        left: 20% !important;
        width: 100px !important;
        height: 30px !important;
        top: -10px !important;
        right: 0px !important;
    }
    button.slick-next.slick-arrow {
        right: 15% !important;
        width: 100px !important;
        height: 30px !important;
        top: -10px !important;
    }
    .col-6.img-kids {
        display: none;
    }
}

/* section: Active */

section#active {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fffcfa 10%, #fff9f4 100%);
}

.active-img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: var(--juju-orange);
    border-radius: 150px 0px 200px 0px;
    overflow: hidden;
}

.active-image {
    position: relative;
    display: inline-block;
}

.active-img img.active-image-1 {
    object-fit: cover;
}

.active-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    color: white;
}

.active-video-icon .bi-play-circle {
    z-index: 2;
}

.active-video-icon .wave-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgb(255 254 254 / 35%);
    border-radius: 50%;
    z-index: 1;
    animation: wave 1.5s infinite;
}

/* Wave animation */
@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}


.circ-content {
    height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
    vertical-align: middle;
}

.circ-age {
    display: grid;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-family: "Bubblegum Sans", Sans-serif;
    font-size: 65px;
    text-transform: capitalize;
    padding: 40px;
    object-fit: contain;
    -webkit-mask-image: url(../image/svg/circle-active.svg);
    mask-image: url(../image/svg/circle-active.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #eb1551;
    text-align: center;
    align-items: center;
    justify-items: center;
    align-content: space-evenly;
}

span.age-year {
    font-size: 32px;
}

.cir-head {
    font-family: "Bubblegum Sans", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: var(--background-color-dark);
    transition: .7s all;
}

.circ-content:hover .cir-head{
    color: var(--secondary-color);
}

.play-group-cir{
    background: #4d4eff;
}
.lkg-cir{
    background: #ff994e;
}
.ukg-cir{
    background: #73be48;
}
.seniour-kg-cir{
    background: #1cbbb4;
}

@media screen and (max-width: 768px) {
    .circ-age {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .circ-content {
        margin-bottom: 30px;
    }
    .active-img {
        border-radius: 20px;
        margin-top: 20px;
    }
    
}

/* section : Testimonial */

section#testimonials {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 10%, #fffcfa 100%);

}


.testimonials h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}

img.strawberry-icon {
    width: 40px;
}

.head-teasti {
    display: flex;
    align-items: end;
    justify-content: center;
}

img.arrow-3 {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
}

div#activity-title {
    padding-bottom: 30px;
}

.testimonias-card {
    position: relative;
    /* margin-top: 30px; */
    padding: 10px 0px 30px 20px;
    color: #FFF;
}

.testimonias-card::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ed145b;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(../image/svg/tesimonial-mask-bg.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


.testimonials-body {
    display: flex;
    align-items: flex-start;
    text-align: start;
    justify-content: start;
    justify-items: start;
    margin: 0px 0px 0px 0px;
    padding: 30px 80px 54px 80px;
    border-style: solid;
    position: relative;
    flex-direction: row-reverse;
}

.testimonial-content {
    width: 100%;
    flex: 1 1 0%;
}

.testimonal-text {
    padding: 20px 15px 20px 0px;
    color: #fff;
}

.testimonial-starts {
    display: inline-block;
    color: #F7941E;
}

.testimonial-image {
    padding: 5px;
    width: 173px;
    height: 173px;
}

img.testimonial-user-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #f7941e;
    transform: translate(0px, -25%);
    object-fit: cover;
}

.testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.testimonial-user-name {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

.destimonial-user-possition {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 400;
}

img.testimonial-flower-bg {
    position: absolute;
    right: 20%;
    top: 0px;
}

.flower-bg::before {
    content: "";
    position: absolute;
    background-image: url(../image/test-flower-bg.png);
    width: 400px;
    height: 100px;
    top: 0;
    right: 25%;
    left: 45%;
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}

.grass-bg-flr {
    position: absolute;
    width: 130px;
    height: 130px;
    bottom: -12%;
    right: 10%;
    background-image: url(../image/svg/flower-mini.svg);
    background-position: bottom;
    background-size: cover;
}

.testi-3line {
    position: absolute;
    background-image: url(../image/svg/line3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    bottom: 10%;
    right: 0;
    z-index: 1;
}

section#testimonials .slick-prev {
    left: -4pc !important;
}
section#testimonials .slick-next {
    right: -4pc !important;
}

section#testimonials .slick-list.draggable {
    z-index: 1;
}

img.rocket-3 {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-60%, 10px);
}

/*Section: News Letter */

section#news-letter {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff9f4 10%, #fff0e5 100%);
}

img.space-craft {
    transform: rotate(22deg);
    width: 200px;
    float: right;
}

input.news-letter {
    width: 100%;
    border: none;
}

.form-news-inputs {
    display: flex;
    gap: 20px;
    align-items: center;
}

.news-letter-form {
    background: #FFF;
    padding: 20px 30px;
    border-radius: 5rem;
    width: 80%;
    margin: 0 auto;
}

section#news-letter button.btn-slider {
    margin: 0;
}


/* footer */

footer.footer {
    background-color: var(--secondary-color);
    color: #fff;
    padding-top: 60px;
}

.about-footer {
    padding: 10px 100px 10px 10px;
}

img.footer-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

p.footer-para {
    color: #fff;
    font-family: "Nunito", Sans-serif;
    font-weight: 400;
    line-height: 1.64em;
}

div#footer-social-media a.social-icon {
    color: var(--secondary-color);
}

div#footer-social-media a.social-icon:hover {
    background-color: var(--background-color-dark);
    color: #fff;
}
div#footer-social-media {
    margin-top: 30px;
}

.footer-link-heading {
    color: #fff;
}

.footer-link-heading h4 {
    color: #fff;
    padding: 30px 0;
}

ui.footer-ul {
    list-style: none;
}

ui.footer-ul li.footer-list-item {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
}

ui.footer-ul li.footer-list-item:hover {
    padding-left: 20px;
    color: var(--juju-orange);
    font-weight: bold;
}

li.footer-list-item::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    background: var(--background-color-dark);
    left: 0;
    opacity: 0;
    transition: .5s ease-in-out;
    mask-position: center;
    mask-image: url(../image/svg/list-heart.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

ui.footer-ul li.footer-list-item:hover::before{
    opacity: 1;
}

.location-card {
    border: 3px solid #fff;
    border-radius: 1rem;
    overflow: hidden;
}

.footer-bg {
    mask-size: cover;
    mask-repeat: no-repeat;
    height: 280px;
    width: 100%;
    background-image: url(../image/footer-bg.png);
    background-size: cover;
    background-position: top;
    background-color: #fff0e6;
    position: relative;
    overflow: hidden;
}

.footer-bg.bg-color {
    background-color: #fff0e6;
}

.footer-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/footer-bg.png);
    top: -25px;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.1;
    transform: scale(1.3);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-cld {
    display: flex;
    position: absolute;
}

img.cloud_1 {
    width: 120px;
    object-fit: contain;
    transform: translate(-60%, -80%);
}

img.cloud_2 {
    width: 180px;
    object-fit: contain;
    transform: translate(30%, -50%);
}

img.sun-footer-img {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-100%);
}

img.pencil_boy-footer {
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(80%, -50%);
}

.row.footer-row-3 {
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
}

img.cloud_3 {
    transform: translate(80%, 0%);
    float: inline-end;
    width: 160px;
}
img.pencil_girl-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    transform: translate(15pc, -4pc);
}

.divider-footer {
    display: block;
    width: 100%;
    height: 5px;
    background-image: url(../image/svg/line-snack.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
}

img.hands-footer {
    width: 100px;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10pc;
    height: 280px;
    object-fit: contain;
    margin: 0 auto;
    background: #096275;
}

.footer-logos-list.d-flex {
    gap: 10px;
}

.foot-logo {
    border-radius: 3px;
    overflow: hidden;
}

.footer-pp-link {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.pp-links.last-bar-pp {
    padding-right: 10px;
    border-right: 2px solid #fff;
}


/* pop up form */

.modal-content.pop-up-admission-home {
    background: #f7941e;
    border-radius: 50px;
    color: #fff;
    padding: 40px;
}

.close-section {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--background-color-dark);
    border-radius: 50%;
}

.admission-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 50px;
    height: 50px;
}

.btn-close:focus {
    box-shadow: none;
}

img.cycle-boy-pop-up {
    position: absolute;
    width: 450px;
    top: 0;
    bottom: 0;
    right: -10pc;
    margin: auto;
}

.modal-content.pop-up-admission-home input.form-input {
    padding: 10px 15px;
    margin-bottom: 0;
    color: #000;
}

p.pop-up-form-para {
    color: #fff;
    margin: 15px 0;
}

.pop-up-admission-home button.btn-buttons {
    margin: 5px 0;
}


/* Custom styles for dropdown */
.custom-dropdown .dropdown-menu {
    display: none; 
    width: 600px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-dropdown .dropdown-menu.mini-drop-down {
    width: 300px;
}

/* Show the dropdown on hover */
.custom-dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

/* Ensure dropdown is positioned correctly */
.wide-dropdown {
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #fff;
    border: none;
    border-radius: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}

/* Style for program links */
.submenu-list {
    list-style-type: none;
    padding-left: 0;
}

.submenu-list li a, .submenu-list li a.active {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

/* Style for right side content */
.program-content {
    padding: 10px;
}

.submenu-list li a::before {
    content: "";
    position: absolute;
    background: #000;
    width: 8px;
    height: 2px;
    top: 50%;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
}

.submenu-list li a:hover::before, .submenu-list li a.active::before {
    transform: translateX(-10px);
    opacity: 0;
}

.submenu-list li a::after, .submenu-list li a.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 20px;
    background-image: url(../image/sub-menu-hover-icon.png);
    margin: auto;
    background-position: left;
    object-fit: cover;
    background-size: cover;
    transition: .5s ease-in-out;
    transform: translateX(-5px);
    opacity: 0;
}

.submenu-list li a:hover::after, .submenu-list li a.active::after {
    opacity: 1;
    
}

.submenu-list li a:hover, .submenu-list li a.active {
    padding-left: 35px;
    color: var(--juju-orange);
}

.sub-menu-heading h5 {
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.sub-menu-heading h5::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    mask-image: url(../image/svg/line-snack.svg);
    mask-repeat: repeat-x;
    mask-position: bottom center;
    mask-size: contain;
    background-size: 20px 100%;
    background-position: 0 0;
    background-color: var(--juju-orange);
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
}

img.sub-menu-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 2rem;
}

img.sub-menu-img.with-mini {
    width: 200px;
    height: 100px;
}
img.sub-menu-img.with-large {
    width: 300px;
    height: 300px;
}

button.btn-button {
    padding: 5px 10px;
    background: var(--background-color-dark);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2.5rem;
    font-weight: 400;
    margin: 3px 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
}