
/* Desktop */
.hero-section-2,
.hero-2,
.hero-bg,
.banner-active,
.banner-active .swiper-slide{
    height: 700px;
    min-height: 700px;
}

/* Background image */
.hero-bg{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Content center */
.hero-content{
    height: 700px;
    display: flex;
    align-items: center;
}

/* Large Desktop */
@media (min-width:1600px){
    .hero-section-2,
    .hero-2,
    .hero-bg,
    .banner-active .swiper-slide,
    .hero-content{
        height: 800px;
        min-height: 800px;
    }
}

/* Tablet */
@media (max-width:991px){
    .hero-section-2,
    .hero-2,
    .hero-bg,
    .banner-active .swiper-slide,
    .hero-content{
        height: 650px;
        min-height: 650px;
    }

    .hero-content h1{
        font-size: 30px;
        line-height: 1.2;
    }
}
@media (max-width: 575px) {
    .about-wrapper-4 .about-image {
        height: 370px;
    }
}
/* Mobile */
@media (max-width:767px){
    .hero-section-2,
    .hero-2,
    .hero-bg,
    .banner-active .swiper-slide,
    .hero-content{
        height: 420px;
        min-height: 420px;
    }

    .feature-wrapper .feature-image .feature-bg img {
        height: 79%!important;
        border-radius: 20px;
    }
.feature-wrapper .feature-content .feature-list {
    margin-top: 9px!important;
    gap: 15px!important;
    padding: 11px 20px!important;
    
}
    .hero-content{
        text-align:center;
        padding:0 15px;
    }

    .hero-content h1{
        font-size:28px;
        line-height:1.3;
        margin-bottom:0;
    }

    /* Decorative shapes hide */
    .vec-1,
    .vec-2,
    .vec-3,
    .shape-1,
    .shape-2,
    .shape-3{
        display:none;
    }

    .hero-array-button{
        display:none;
    }
}
.kids-card{
    position:relative;
    margin-top:0;
    padding:30px 23px 22px;
    min-height:380px;
    overflow:hidden;

   

    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:all .5s ease;
}

.kids-card:hover{
    transform:translateY(-12px) rotate(-2deg);
    border-radius:40% 60% 45% 55% / 55% 45% 60% 40%;
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}

.kids-card::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.18);
    border-radius:50%;
    top:-60px;
    right:-60px;
}

.kids-card::after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(255,255,255,.12);
    border-radius:50%;
    bottom:-40px;
    left:-40px;
}

/* IMAGE */

.kids-image{
    position:relative;
    width:220px;
    height:220px;
    margin:0 auto 20px;
}

.kids-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    display:block;
}

/* ROTATING DASHED BORDER */

.kids-image::before{
    content:'';
    position:absolute;
    inset:-10px;

    border:3px dashed rgba(255,255,255,.95);
    border-radius:50%;

    animation:spinBorder 10s linear infinite;

    pointer-events:none;
}

/* CONTENT */

.kids-content{
    text-align:center;
}

.kids-content h3{
    font-size:26px;
    font-weight:700;
    color:#333;
    margin-bottom:0px;
}

.kids-content p{
    font-size:15px;
    color:#555;
    line-height:1.8;
    min-height:80px;
}

.kids-btn{
    display:inline-block;
    padding:12px 28px;
    background:#fff;
    color:#333;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.kids-btn:hover{
    transform:scale(1.08);
}

/* STICKERS */

.sticker{
    position:absolute;
    font-size:24px;
    z-index:5;
}

.star{
    top:18px;
    right:18px;
    animation:floatStar 3s infinite;
}

.heart{
    top:18px;
    left:18px;
    animation:floatStar 2.5s infinite;
}

.rocket{
    bottom:18px;
    right:18px;
    animation:rocketFly 4s infinite;
}

/* ANIMATIONS */

@keyframes spinBorder{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

@keyframes floatStar{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@keyframes rocketFly{
    0%,100%{
        transform:translateY(0) rotate(-15deg);
    }
    50%{
        transform:translateY(-15px) rotate(10deg);
    }
}.fun-btn {
    display: inline-block;
    position: relative;
    padding: 14px 35px;
    margin-top: 15px;
    background: linear-gradient(90deg, #2d7752, #000000, #2d7752);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(255, 105, 180, .35);
    transition: .4s ease;
    overflow: hidden;
}

.fun-btn:hover{
    transform:translateY(-5px) scale(1.08);
    color:#fff;
}

.fun-btn::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.6),
        transparent
    );

    animation:shine 3s infinite;
}

@keyframes shine{
    100%{
        left:120%;
    }
}
.program-section{
    margin-top:-20px;
    position:relative;
    z-index:5;
}
.hero-wave{
    height:100px;
    overflow:hidden;
}
.learning-section-four {
    position: relative;
    background: url(assets/img/categorybg.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 120px 0 !important;
}
.program-section{
    position:relative;
    padding-bottom:40px; /* image ki height ke hisab se */
}
.program-section {
    position: relative;
    overflow: hidden;
    background: #0b1020; /* dark space type bg */
}

/* stars layer */
.program-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    
    background-image: radial-gradient(2px 2px at 20px 30px, #fff, transparent),
                      radial-gradient(1.5px 1.5px at 80px 120px, #fff, transparent),
                      radial-gradient(2px 2px at 160px 60px, #fff, transparent),
                      radial-gradient(1px 1px at 200px 200px, #fff, transparent);

    background-repeat: repeat;
    background-size: 250px 250px;

    animation: starMove 20s linear infinite;
    opacity: 0.8;
}

/* animation */
@keyframes starMove {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}
.footer-bg-shape{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    line-height:0;
}

.footer-bg-shape img{
    width:100%;
    display:block;
}
.learning-section-four{
    padding:60px 0 0;
}
.learning-cards {
    position: relative;
    background: none !important;
    min-height: 420px;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 60px 80px;
    text-align:center!important;
}

.learn-content {
    width: 100%;
    position: relative;
    z-index: 2;
    place-items: center;
}
.learn-img{
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    width:42%;

    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
}

.learn-img img{
    height:100%;
    width:auto;
    max-width:none;
    object-fit:contain;
    display:block;
}

/* Responsive */

@media(max-width:991px){

    .learning-cards{
        padding:50px 30px;
      
        text-align:center;
    }

    .learn-content{
        width:100%;
    }

    .learn-img{
        position:relative;
        width:100%;
        height:auto;
        margin-top:30px;
        justify-content:center;
    }

    .learn-img img{
        height:300px;
        width:auto;
    }
}
.program-section{
    position:relative;
    overflow:hidden;
    background:#fffdf5;
}

.star{
    position:absolute;
    display:block;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:.8;
    pointer-events:none;
}

/* STAR 1 */
.s1{
    width:120px;
    height:120px;
    top:2%;
    left:17%;
    background-image:url('assets/img/footer/star1.gif');
    animation:float1 12s ease-in-out infinite;
}

/* STAR 2 */
.s2{
     width: 104px;
    height: 109px;
       top: 54%;
    left: 30%;
    background-image: url(assets/img/footer/star11.gif);
    animation: float2 12s ease-in-out infinite;
}

/* STAR 3 */
.s3 {
     width: 104px;
    height: 109px;
       top: 52%;
    left: 55%;
    background-image: url(assets/img/footer/star11.gif);
    animation: float3 18s ease-in-out infinite;
}

/* STAR 4 */
.s4{
    width:100px;
    height:100px;
    top:60%;
    right:5%;
    background-image:url('assets/img/footer/star4.gif');
    animation:float4 13s linear infinite;
}

.s5 {
    width: 177px;
    height: 148px;
    top: 86%;
    left: 0%;
    background-image: url(assets/img/footer/star5.gif);
    animation: float5 20s ease-in-out infinite;
}
.s6 {
     width: 104px;
    height: 109px;
       top: 54%;
    left: 85%;
    background-image: url(assets/img/footer/star11.gif);
    animation: float6 11s linear infinite;
}

.s7 {
    width: 161px;
    height: 154px;
    top: 1%;
    left: 66%;
    background-image: url(assets/img/footer/star7.gif);
    animation: float7 17s ease-in-out infinite;
}
/* STAR 8 */
.s8 {
    width: 110px;
    height: 110px;
    top: 38%;
    right: 91%;
    background-image: url(assets/img/footer/star8.gif);
    animation: float8 14s linear infinite;
}
/* STAR 9 */
.s9 {
    width: 123px;
    height: 120px;
    top: 86%;
    left: 31%;
    background-image: url(assets/img/footer/star9.gif);
    animation: float9 16s ease-in-out infinite;
}

/* STAR 10 */
.s10{
    width:160px;
    height:160px;
    top:30%;
    right:30%;
    background-image:url('assets/img/footer/star10.gif');
    animation:float10 22s linear infinite;
}

/* STAR 11 */
.s11 {
    width: 104px;
    height: 109px;
    top: 14%;
    left: 30%;
    background-image: url(assets/img/footer/star11.gif);
    animation: float11 10s ease-in-out infinite;
}

/* STAR 12 */
.s12 {
    width: 140px;
    height: 140px;
    top: 84%;
    right: 30%;
    background-image: url(assets/img/footer/star12.gif);
    animation: float12 19s linear infinite;
}

.s13 {
    width: 104px;
    height: 109px;
    top: 14%;
    left: 57%;
    background-image: url(assets/img/footer/star11.gif);
    animation: float11 10s ease-in-out infinite;
}

.s14 {
    width: 104px;
    height: 109px;
    top: 14%;
    left: 85%;
    background-image: url(assets/img/footer/star11.gif);
    animation: float11 10s ease-in-out infinite;
}

/* =========================
   RESPONSIVE FIX
========================= */

img{
    max-width:100%;
    height:auto;
}

/* HERO SECTION */

@media (max-width:991px){

    .hero-2{
        min-height:550px;
    }

    .hero-content{
        text-align:center;
        padding:0 15px;
    }

    .hero-content h1{
        font-size:42px !important;
        line-height:1.2;
    }

    .hero-array-button{
        display:none;
    }

    .vec-1,
    .vec-2,
    .vec-3,
    .shape-1,
    .shape-2,
    .shape-3{
        display:none;
    }
}

@media (max-width:767px){

    .hero-2{
        min-height:450px;
    }

    .hero-content h1{
        font-size:30px !important;
        line-height:1.3;
    }
}

/* =========================
   CATEGORY CARDS
========================= */

@media (max-width:991px){

    .kids-card{
        min-height:auto;
        padding:25px 20px;
    }

    .kids-image{
        width:180px;
        height:180px;
    }

    .kids-content h3{
        font-size:22px;
    }
}

@media (max-width:767px){

    .kids-card{
        border-radius:30px;
        text-align:center;
    }

    .kids-card:hover{
        transform:translateY(-5px);
    }

    .kids-image{
        width:150px;
        height:150px;
    }

    .kids-content h3{
        font-size:20px;
    }

    .fun-btn{
        padding:12px 24px;
        font-size:15px;
    }

    .sticker{
        font-size:18px;
    }
}

/* =========================
   LEARNING SECTION
========================= */

@media (max-width:991px){

    .learning-cards{
        min-height:auto;
        padding:60px 25px;
    }

    .learning-cards h2{
        font-size:45px !important;
        line-height:1.2;
    }
}

@media (max-width:767px){

    .learning-cards{
        padding:50px 15px;
    }

    .learning-cards h2{
        font-size:30px !important;
        line-height:1.3;
    }

    .learning-button{
        text-align:center;
    }
}

/* =========================
   SECTION TITLE
========================= */

@media (max-width:767px){

    .section-title h2{
        font-size:30px !important;
        line-height:1.3;
    }

    .sub-title{
        font-size:14px;
    }
}

/* =========================
   STAR GIFS
========================= */

@media (max-width:991px){

    .s1,.s2,.s3,.s4,.s5,
    .s6,.s7,.s8,.s9,.s10,
    .s11,.s12,.s13,.s14,.s15{
        transform:scale(.6);
        opacity:.5;
    }
}

@media (max-width:767px){

    .s4,.s5,.s6,.s7,.s8,
    .s9,.s10,.s11,.s12,
    .s13,.s14,.s15{
        display:none;
    }

    .learning-section-four {
    position: relative;
    background: url(assets/img/categorybg.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 0px 0 !important;
}
}

/* =========================
   FLOATING SHAPES
========================= */

@media (max-width:767px){

    .perasute-shape,
    .star-shape,
    .emoji-shape,
    .cloud1,
    .cloud2{
        display:none;
    }
}

/* =========================
   FOOTER BG
========================= */

.footer-bg-shape img{
    width:100%;
    height:auto;
    display:block;
}

/* =========================
   EXTRA SMALL DEVICES
========================= */
@media (max-width: 767px) {
    .hero-2 .hero-content {
        padding: 25px 30px 1px 27px!important;
    }
}
@media (max-width:480px){

    .hero-content h1{
        font-size:48px !important;
    }

    .section-title h2{
        font-size:26px !important;
    }

    .learning-cards h2{
        font-size:24px !important;
    }

    .kids-image{
        width:130px;
        height:130px;
    }

    .fun-btn{
        font-size:14px;
        padding:10px 20px;
    }
}
.about-image>img{

    height: 360px!important;
}

.kids-card{
    position: relative;
    overflow: hidden;
}

/* Top Right Star */
.card-star{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 70px;
    height: 70px;
    background: url('assets/img/footer/star11.gif') no-repeat center center;
    background-size: contain;
    z-index: 5;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 991px){
    .card-star{
        width: 55px;
        height: 55px;
        top: 6px;
        right: 6px;
    }
}

/* Mobile */
@media (max-width: 576px){
    .card-star{
        width: 40px;
        height: 40px;
        top: 5px;
        right: 5px;
    }
}


    .gallery-image-3 img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
    transition:0.4s;
}

.gallery-image-3:hover img{
    transform:scale(1.08);
}

@media(max-width:991px){
    .gallery-image-3 img{
        height:220px;
    }
}

@media(max-width:576px){
    .gallery-image-3 img{
        height:180px;
    }
}

