@font-face {
    font-family: 'Comic Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/comic.woff2) format('woff2');
}

@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');


section {
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

* {
    font-family: 'Comic Neue', 'Comic Sans MS', cursive;
}

p {
    font-family: 'Comic Neue', 'Comic Sans MS';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #2B2B2B;
}

.navbar-nav .dropdown-menu,
.dropdown-submenu>.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    margin-top: 0;
    border: none;
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    transform: translateX(10px);
}

.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}


.dropdown-menu {
    margin-top: 0;
}

.newsletterbutton {
    min-width: 150px;
    background: #00406F;
    color: white;
}

.newsletterbutton {
    position: relative;
    overflow: visible;
    padding: 12px 32px;
    border: 1px solid #00406F;
    background-color: #00406F;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    letter-spacing: 1px;
    z-index: 2;
}

.newsletterbutton:hover {
    background-color: #00406F;
    color: #FFD000;
}

.newsletterbutton img {

    transition: transform 0.5s ease;
    pointer-events: none;
}

.btn-footer1 {
    position: absolute;
    height: 24px;
    top: 0px;
    left: 0px;
    transform: translate(0, 0);
    z-index: 1;
    opacity: 0;
}

.newsletterbutton:hover .btn-footer1 {
    transform: translate(-20px, -20px) rotate(-30deg) scale(1.2);
    opacity: 1;
}

.btn-footer2 {
    position: absolute;
    height: 24px;
    bottom: 0px;
    right: 0px;
    transform: translate(0, 0);
    z-index: 1;
    opacity: 0;
}

.newsletterbutton:hover .btn-footer2 {
    transform: translate(20px, 20px) rotate(30deg) scale(1.2);
    opacity: 1;
}

.wewillbewaiting {
    width: 103px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    font-size: 10px;
    color: #00406F;
    font-weight: 600;
    display: block;
    align-items: center;
    gap: 6px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wewillbewaiting img {
    height: 25px;
    object-fit: cover;
}

.btn-footer3 {
    height: 16px;
}

.newsletterbutton:hover .wewillbewaiting {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.newsletterbutton:hover {
    border: 1px solid #000;
    background: #000;
}

.footercontent h6 {
    color: #008FCB;
    margin-bottom: 25px;
}

.footercontent li a {
    color: #606060;
}

.footercontent p {
    color: #424242;
}

.footercontent li {
    margin-bottom: 17px;
}

.newsletter {
    border-radius: 8px;
    border: 0.5px solid #BEBEBE;
    background: #F7F7F7 !important;
}

.newsletter input {
    border: none;
    background: transparent;
}

.zuperkidsheader .nav-link {
    padding: 10px 15px !important;

}

.btn-contact {
    position: relative;
    border-radius: 13px !important;
    border: 0.661px solid #00406F;
    color: #00406F;
    background: #FFF;
    letter-spacing: 3.03px;
    font-size: 14px;
    padding: 11px 20px;
    overflow: visible;
    transition: background 0.3s, color 0.3s;
}

.btn-contact:hover {
    background: #00406F;
    color: #ffd000;
}

.btn-contact img {
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    height: 24px;
    pointer-events: none;
}

.btn-contact1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.btn-contact2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.btn-contact:hover .btn-contact1 {
    opacity: 1;
    transform: translate(-321%, -160%);
}

.btn-contact:hover .btn-contact2 {
    opacity: 1;
    transform: translate(263%, 51%);
}


.menubg1 {
    border-radius: 0px 0px 0px 25px;
    background: #A9E6FF;
    box-shadow: 4px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border: none;
}

.menubg2 {
    border-radius: 0px 0px 25px 0px;
    background: #C6EEFF;
    border: none;
    position: absolute;
}

.menubg1 {
    min-height: 200px;
    position: relative;
}

.menubg2 {
    min-height: 200px;
}

.zuperkidsheader .nav-link:hover {
    color: #008FCB;
}


.dropdown-submenu .dropdown-toggle::after {
    rotate: 267deg !important;
}

.zuperkidsheader .dropdown-toggle::after {
    margin-bottom: -2px;
}

.zuperheroes-hover-effect:hover .textyello {
    color: #ffd100 !important;
    transition: transform 0.6s ease, color 0.3s ease;
    transform: rotate(360deg) scale(1.8);
}

.zuperheroes-hover-effect .tyt {
    display: inline-block;
    transition: transform 0.6s ease, color 0.3s ease;
}

.zuperheroes-hover-effect:hover {
    color: #008FCB;
}

.zuperheroes-hover-effect:hover .nav-link {
    color: #008FCB;
}

.zuperheroes-hover-effect:hover .tyt {
    transform: rotate(360deg) scale(1.3);
    color: #ffd100;
}

.dropd1 {
    position: absolute;
    bottom: 0;
    left: 0;

    border-radius: 0px 0px 0px 25px;
}

.dropd2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dropd3 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 25px 0px;

}

.footercontent li:hover a {
    color: #008FCB;
}

.zuperkidsheader .dropdown-item:hover {
    background: transparent !important;
}

.zuperkidsheader .nav-link {
    line-height: 70px;
}

.footercontent {
    position: relative;
}

.footerbootomimg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.newsletter .form-control::placeholder {
    color: #ababab;
}

.tittle {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    color: #0065AB;

}

.tittle .tyt {
    color: #F6C700;
}

.subtittle {
    font-size: 37.813px;
    font-weight: 400;
    line-height: 37.813px;

}

.arrowtitle {
    position: absolute;
}

.whatkidzcard {
    text-align: center;
    border-radius: 16.289px;
    box-shadow: 1.629px 3.258px 12.217px 0px rgba(0, 0, 0, 0.25);
    max-width: 239.834px;
    padding: 30px 20px;
    overflow: hidden;
    position: relative;
    justify-self: anchor-center;
}

.whatkidzcard.crd1 {
    background: #ffe8e7;
}

.whatkidzcard.crd2 {
    background: #f0fffe;
}

.whatkidzcard.crd3 {
    background: #fff8e9;
}

.whatkidzcard p {
    font-size: 15px;
}

.whatkidzcard.crd1 .heartcard1 {
    right: -25px;
    top: -25px;
}

.whatkidzcard.crd1 .heartcard2 {
    left: -10px;
    bottom: -20px;

}

.whatkidzcard.crd2 .heartcard1 {
    right: -11px;
    top: -23px;
}

.whatkidzcard.crd2 .heartcard2 {
    left: -10px;
    bottom: -21px;
}

.whatkidzcard.crd3 .heartcard1 {
    right: -12px;
    top: -1px;
}

.whatkidzcard.crd3 .heartcard2 {
    left: -5px;
    bottom: -6px;
}

.heartcard1 {
    position: absolute;
    transition: 0.3s;

}

.heartcard2 {
    position: absolute;
    transition: 0.3s;

}

.whatkidzcard h3 {
    font-size: 32px;
    font-weight: 700;
}

.whatkidzcard.crd1 h3 {
    color: #FF7166;
}

.whatkidzcard.crd2 h3 {
    color: #11A7A2;
}

.whatkidzcard.crd3 h3 {
    color: #ECC140;
}

.whatkidzsection {
    position: relative;
}

.starssection1 {
    position: absolute;
    top: 0;
    left: 0;
}

.starssection2 {
    position: absolute;
    top: 20%;
    right: 0;
}

.whatkidzcard.crd1:hover .heartcard2 {
    left: 0px;
    bottom: 0px;
}

.whatkidzcard.crd1:hover .heartcard1 {
    right: 0px;
    top: 0px;
}

.whatkidzcard.crd1:hover .whatimg {
    rotate: 12deg;
    transform: scale(1.1);
}


.whatkidzcard.crd2:hover .heartcard2 {
    left: 0px;
    bottom: 0px;
}

.whatkidzcard.crd2:hover .heartcard1 {
    right: 0px;
    top: 0px;
}

.whatkidzcard.crd2:hover .whatimg {
    rotate: 350deg;
    transform: scale(1.1);
}

.whatkidzcard.crd3:hover .heartcard2 {
    left: 0px;
    bottom: 0px;
}

.whatkidzcard.crd3:hover .heartcard1 {
    right: 0px;
    top: 0px;
}

.whatkidzcard.crd3:hover .whatimg {

    transform: scale(1.1);
}

.highlight {
    left: -20px;
    top: -18px;
    position: absolute;
}

.whysection {
    position: relative;
}

.imgwhy {
    width: 100%;
    object-fit: cover;
    min-height: 280px;
    border-radius: 20px;

}

.whyseccard {
    position: relative;
}

.whyseccardinner {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nowhysection {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    display: flex;
    justify-content: center;
}

.whyseccardinner h3 {
    color: #353535;
    font-size: 24px;
    font-weight: 700;
}

.whyseccardinner p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4E4E4E;
    font-size: 18px;
}

.bgline {
    position: absolute;
    top: 50%;
    width: 100%;
}

.whysection .starssection1 {
    left: 4%;
    top: 4%;
}

.button2 {
    position: relative;
    border-radius: 13.457px;
    font-size: 16px;
    padding: 20px 20px;
    font-weight: 500;
    color: #FFF;
    border: 0.673px solid #000000;
    transition: background 0.5s, color 0.5s;
    background: #000000;
}

.button1 {
    position: relative;
    border-radius: 13.457px;
    border: 0.673px solid #00406F;
    background: #ffffff00;
    color: #00406F;
    font-size: 16px;

    padding: 20px 20px;
    font-weight: 500;
    transition: background 0.5s, color 0.5s;
}

.button1:hover {
    background: #00406F;
    color: #ffd000;
}

.button1:hover svg {
    color: #ffd000;
}

.button1 img {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: transform 1s ease, opacity 0.5s ease;
    pointer-events: none;
}

.button1leftstar {
    top: -5px;
    left: -5px;
    transform: translateY(-50%) translateX(0);
}

.button2leftstar {
    bottom: -13px;
    right: -5px;
    transform: translateY(-50%) translateX(0);
}

.button1:hover .button1leftstar {
    opacity: 1;
    transform: translateY(-50%) translateX(-10px) rotate(15deg);
}

.button1:hover .button2leftstar {
    opacity: 1;
    transform: translateY(-50%) translateX(10px) rotate(-15deg);
}





.button2:hover {
    background: #ffd000;
    border: 1px solid #ffd000;
    color: #00406F;
}

.button2 img {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: transform 1s ease, opacity 0.5s ease;
    pointer-events: none;
}

.button2:hover .button1leftstar {
    opacity: 1;
    transform: translateY(-50%) translateX(-10px) rotate(15deg);
}

.button2:hover .button2leftstar {
    opacity: 1;
    transform: translateY(-50%) translateX(10px) rotate(-15deg);
}

.text-theme {
    color: #0065AB;
}

.text-theme1 {
    color: #F6C700;
}

.contacttitle {
    color: #0065ab;
    font-size: 120px;
    font-weight: 400;
}

.contactform label {
    color: #0065AB;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 7px;
}

.contactform span {
    color: rgba(39, 34, 31, 0.60);
    font-size: 14px;

}

.locationection {
    border-radius: 16px;
    background: #FFEC98;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 32px 48px;

}

.contact-con {
    width: auto;
    height: fit-content;
    object-fit: cover;
    margin-right: 15px;
}

.locationection h4 {
    color: #2E455D;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
}

.locationection p {
    color: #2E455D;
    font-size: 15px;
    line-height: 30px;
}

.locationection h5 {
    color: #05F;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;

}

.contadtghhg {
    width: auto;
    height: fit-content;
    object-fit: cover;
    margin-bottom: -24px;
    position: relative;
}

.butterfluimg {
    width: auto;
    height: fit-content;
    object-fit: cover;
    animation: flyButterfly 5s infinite linear;

}

@keyframes flyButterfly {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(20px, -10px) rotate(5deg);
    }

    50% {
        transform: translate(50px, 0px) rotate(0deg);
    }

    75% {
        transform: translate(30px, 10px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.imgcontactbg {
    width: 100%;
    object-fit: cover;
    min-height: 400px !important;
}

.button2 {
    padding: 10px;
}

.contactinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contactform .form-control {
    border: 0.5px solid #1871ae !important;

    border-radius: 8px !important;

}

.imgledtbhjghj {
    width: 100%;
    object-fit: cover;
}

.contactchip {
    border-radius: 349px;
    border: 1px solid #FFD000;
    width: max-content;
    color: #2E455D;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 3px 16px;
}

@media (max-width:500px) {
    .imgwhy {
    min-height: 220px !important;
}
    .contact-con {
        max-width: 30px !important;
    }

    .parantclublibiner h4 {
        font-size: 16px;
    }

    .parantclublibiner p {
        font-size: 12px !important;
    }
}

@media (max-width:1200px) {
    .ctaexperiance{
       padding-bottom: 80px !important;
    }
    .homecloud1{
   display: none !important;
    }
         .homecloud4{
   display: none !important;
    }
       .homecloud5{
   display: none !important;
    }
       .homecloud6{
   display: none !important;
    }
  .homecloud6{
    display: none !important;
  }
  .cloudarrow2{
     max-width: 200px;
  }
  .homecloud2img{
    max-width: 200px;
  }
.ctaexperianceleftimg{
    max-width: 150px;
}
    .whyseccardinner h3{
        font-size: 20px !important;
    }
    .experirnce1bg{
            padding: 15px !important;
    }
        .experirnce2bg{
            padding: 15px !important;
    }
        .experirnce3bg{
            padding: 15px !important;
    }
    .homebannerele1 {
    left: auto !important;
    right: 10px !important;
    top: 0px !important;
    max-width: 70px !important;
}
    li{
        font-size: 13px !important;
    }
    .wellvij{
        font-size: 32px !important;
    }
    .bannerindex .fs-5 {
    font-size: 13px !important;
    line-height: 27px;
}
    .bannerindex h1 {
    font-size: 53px !important;
    line-height: 60px !important;
}
    .zuperfaq .accordecount {
        width: 30px !important;
        height: 30px !important;
    }

    .accordion-button h5 {
        font-size: 15px !important;
    }

    .zupercreatercrdinner h5 {
        font-size: 14px;
    }

    .testimonialicon1 {
        max-width: 20px;
    }

    .testimonialicon2 {
        max-width: 20px;
    }

    .zupercreatercrdinner {
        padding: 15px 8px 15px 25px !important;
    }

    .zupermoneycard {
        padding: 20px 10px !important;
    }

    .zuperkidstartkit h5 {
        font-size: 19px !important;
    }

    .zuperkidstartkit {
        height: 290px !important;
        padding: 20px !important;
    }

    .cardimg {
        height: 180px !important;
    }

    .newsletter input {
        font-size: 10px !important;
    }

    .newsletterbutton {
        font-size: 10px !important;
        min-width: 100px !important;
        padding: 12px 12px !important;
    }

    .zuperhero ul li {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .zuperherocard3 {
        margin-right: 54px !important;
        margin-left: 22px !important;
        padding: 55px 52px 54px 30px !important;
    }

    .zuperherocard1 {
        margin-left: 54px !important;
        margin-right: 22px !important;
        padding: 10px 20px 63px 50px !important;
    }

    .zuperherocard2 {
        margin-left: 54px !important;
        margin-right: 22px !important;
        padding: 10px 20px 63px 50px !important;
    }

    .zuperherocard1img {
        max-width: 100px !important;
        left: -48px !important;
        bottom: -23px !important;
    }

    .zuperherocard2img {
        max-width: 100px !important;
        left: -48px !important;
        bottom: -23px !important;
    }

    .zuperherocard3img {
        max-width: 100px !important;
        right: -47px !important;
        bottom: -18px !important;
    }

    .weaim li {
        font-size: 14px !important;
    }

    .subtittle {
        font-size: 25px;
    }

    .title2 {
        display: none !important;
    }

    .title1 {
        max-width: 57px !important;
    }

    .contact-con {
        max-width: 50px;
    }

    .contactform label {
        font-size: 17px !important;
    }

    .contactform span {
        font-size: 10px !important;
    }

    .butterfluimg {
        max-width: 70px;
    }

    .contadtghhg {
        margin-bottom: -13px !important;
        max-width: 168px !important;
    }

    .locationection {
        padding: 15px;
    }

    p {
        font-size: 13px !important;
    }

    .contacttitle {
        font-size: 56px !important;
    }

    .tittle {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .button1 {
        font-size: 12px !important;
    }

    .button2 {
        font-size: 12px !important;
    }

    .button1 svg {
        width: 5px;
    }

    .button2 svg {
        width: 5px;
    }
}

.contenrreg {
    margin-top: -50px;
    width: 100%;
}

.innertestcard {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imgtexmonial {
    width: 100%;
}

.ctactiontestimonial {
    background: #A3FFFD;
}

.cathjbgcu {
    height: 100%;
    border-radius: 35px 0px 0px 35px;
    background: #0065AB;
}

.zuperkidstartkit {
    margin: 15px;
    height: 352px;
    border-radius: 0px 46.992px;
    position: relative;
    padding: 40px;
    background-repeat: no-repeat;
    /* width: 100%; */
    background-size: cover;
    background-position: top;
}

.cardimg {
    height: 250px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.zuperkidstartkit h5 {
    color: #1F1F1F;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
}

.slick-slide:first-child .zuperkidstartkit {
    background-image: url(../img/card11.webp);
}

.slick-slide:nth-child(2) .zuperkidstartkit {
    background-image: url(../img/card12.webp);
}

.slick-slide:nth-child(3) .zuperkidstartkit {
    background-image: url(../img/card13.webp);
}

.slick-slide:nth-child(4) .zuperkidstartkit {
    background-image: url(../img/card4.webp);
}

.slick-slide:nth-child(5) .zuperkidstartkit {
    background-image: url(../img/card5.webp);
}

.slick-slide:nth-child(6) .zuperkidstartkit {
    background-image: url(../img/card6.webp);
}

.ctactiontbih {
    width: 100%;
}

.zupercreaterjurgysectioncard p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zupercreaterhyudgu {
    width: 200px;
    height: 200px;
}

@media (min-width:1400px) {
    .aboutmaintitle {
        font-size: 60px;
    }

    .cardimg {
        height: 320px;
    }

    .ctactiontbih {
        width: 120%;
    }
}

.aboutmaintitle {
    color: #00416F;
}

.aboutmaintitle .tyt {
    color: #ffd100;
}

.abouttitle {
    border-radius: 40px;
    border: 1px solid #00416F;
    color: #FED200;
    padding: 5px 24px;
}

.imgaboutposiyion {
    position: absolute;
    top: -147px;
    left: 34px;
    width: 160px;
}

.problemsolvesection p {
    font-size: 16px;
}

.philos {
    max-width: 200px;
}

.philosaa {
    max-width: 25px;
}

.philosophycard {
    border-radius: 45px;
}

.philosophycard1 {
    background: #FFEFB8;
}

.philosophycard2 {
    background: #CDE6F3;

}

.philosophycard3 {
    background: #E0DCF0;
}

.philosophyimg {
    width: 100%;
    margin-left: -30px;
    margin-bottom: -30px;
    max-height: 300px;
    object-fit: contain;
}

.philosophybg {
    background-image: url(../img/about/philobg.png);
}

.text-yellow {
    color: #EFD55A;
}

.whoweserve {
    border-radius: 200px 22px 22px 22px;
    background: #FFF4C1;
}

.whoweele {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 200px;
}

.aboutconrdg {
    background-color: #2E455D;
    padding: 30px 30px 100px 20%;
    border-radius: 50px;
    position: relative;
}

.abotbtm {
    border-radius: 26px;
    background: #008FCA;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    padding: 40px 20px;
    height: 100%;
}

.abotbtm p {
    color: white;
    font-weight: 400;
}

.marcvggu {
    margin-top: -75px;
    margin-right: 35px;
    position: relative;
}

.aboubenny {
    max-width: 140px;
    margin-left: -70px;
    margin-bottom: -8px;
    filter: drop-shadow(6px 27px 20px #22222263);
    animation: floatBuzz 3s ease-in-out infinite;

}

@keyframes floatBuzz {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(2px, -5px) rotate(2deg);
    }

    50% {
        transform: translate(0, -3px) rotate(0deg);
    }

    75% {
        transform: translate(-2px, -5px) rotate(-2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.abouabtsection {
    position: relative;
}

.abtyellow {
    position: absolute;
    max-width: 334px;
    left: 0px;
    padding: 70px 30px;
    background: #FED200;
    border-radius: 50px;
    bottom: -120px;
}

.lineabt {
    width: 166px;
    position: absolute;
    background-color: white;
    height: 2px;
    position: absolute;
    left: 34px;
    top: 55px;
    border-radius: 2px;
}

.problemsolvesection {
    overflow: visible !important;
}

.positionstuh {
    position: sticky;
    top: 25px;
}

.probnvgyuygugyu img {
    width: 100%;
}

.imfbhgyu {
    position: absolute;
    left: -22px;
    top: -12px;
    max-width: 30px;
}

.whoweservefv {
    width: 100%;
    object-fit: cover;
}
@media (max-width:991.5px) {
    .starssection2{
       max-width: 50px;
           top: 26%;
    }
    .starssection1 {
    max-width: 50px;
    }
    .whatkidzcard{
        padding: 10px 12px !important;
    }
    .whatkidzcard h3 {
    font-size: 18px !important;
    line-height: 17px !important;
    margin-bottom: 5px !important;
   }
    .whatimg{
        width: 50px;
    }
    .homectabgimg {
       min-height: 320px !important;
   }
    .homectabginner{
        background: #b0e9f6 !important;
    }
    .dropdown-item{
        font-size: 13px !important;
    }
    .menubg2{
        min-height: auto !important;
    }
    .dropd3{
        display: none !important;
    }
     .menubg2{
        background: transparent !important;
        box-shadow: none !important;
    }
    .menubg1{
        background: transparent !important;
        box-shadow: none !important;
    }
    .dropdown-submenu>.dropdown-menu{
        margin-top: 10px !important;
    }
    .zuperkidsheader .navbar-nav .dropdown-menu{
        opacity: 1 !important;
    visibility: visible !important;
    }
    .zuperkidsheader .dropdown-toggle::after{
        display: none !important;
    }
    .zuperkidsheader .nav-link{
        line-height: 20px;
    }
.zuperkidsheader .navbar-collapse{
position: absolute;
    background: white;
    width: 100%;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
}
@media (max-width:1199.5px) {
    .texthgghcgh img {
        max-width: 59px;
    }

    .whoweserve {
        border-radius: 100px 22px 22px 22px;
    }

    .whoweele {
        max-height: 59px;
    }

    .abtyellow {
        max-width: 250px !important;
        padding: 20px 10px !important;
        border-radius: 25px !important;
        bottom: 88px;
    }

    .lineabt {
        width: 84px;
    }

    .aboutconrdg {
        margin-bottom: 150px;
    }

    .zuperkidsheader .nav-link {
        font-size: 13px;
        color: #000;
    }

    .imgaboutposiyion {
        top: -92px;
        max-width: 100px;
    }

    .aboutconrdg {
        padding: 15px 10px 91px 10px !important;
        border-radius: 10px !important;
    }
}

@media (max-width:599.5px) {
    .philosaa {
        max-width: 5px;
        margin: 0px 6px !important;

    }

    .philos {
        max-width: 93px !important;
    }

    .lineabt {
        display: none !important;
    }

    .aboutconrdg {
        margin-bottom: 90px !important;
    }

    .abtyellow {
        bottom: 45px !important;
    }

    .abotbtm p {
        font-size: 12px !important;
        margin-bottom: 0px;
    }

    .marcvggu .col-4 {
        padding: 0px;
    }

    .abotbtm {
        border-radius: 10px !important;
        padding: 10px !important;
    }

    .imgaboutposiyion {
        top: -55px;
        max-width: 60px;
        left: 4px;
    }

    .marcvggu {
        margin: 0px;
    }
}

.zuperminicard {
    max-width: 270px;
    text-align: center;
}

.zuperminicard1 {
    transform: rotate(6.95deg);
}

.zuperminicard3 {
    transform: rotate(-6.95deg);
}

.zuperminicardcol {
    justify-items: center;
    position: relative;
}

.imgzuperminj {
    position: absolute;
    top: 20%;
    display: flex;
    justify-content: center;
}

.imgzuperminj img {
    width: auto;
}

.zuperminichanlengelemyt {
    position: absolute;
}

.zuperminichanlengelemyt2 {
    position: absolute;
}

.zuperminichanlengelemyt3 {
    position: absolute;
    max-width: 81px !important;
    right: 0px;
    bottom: 180px;
    z-index: 2 !important;
}

.ngyytgyugyuguyguy {
    background-color: #00406F;
}

.righttakeway p {
    font-size: 16px;
    margin-bottom: 0px;
}

.topclode {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.zupermoney {
    background: var(--banner, linear-gradient(272deg, #00406F -4.9%, #0065AB 100%));
}

.zupermoneycard {
    text-align: center;
    border-radius: 20px;
    background: #0160A5;
    padding: 47px 36px 30px 36px;
    height: 100%;
}

.zupermoneycard h4 {
    font-size: 18px;
}

.zupermoney p {
    font-size: 17px;
}

.whyparant {
    background-image: url(../img/zuperdesiner/bgwhyparan.webp);
    background-size: cover;
    border-radius: 50px;
}

.zupercreatercrd {
    position: relative;
}

.zupercreatercrdimg {
    width: 100%;
    min-height: 210px;
}

.zupercreatercrdinner {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding: 39px 0px 26px 65px;
    display: flex;
}

.testimonialicon1 {
    width: auto;
    object-fit: cover;
}

.testimonialicon1 {
    width: auto;
    object-fit: cover;
    rotate: 180deg;
}

.zuperfaq .accordion-item {
    border-radius: 20px !important;
    border: 0.5px solid rgba(18, 18, 18, 0.40) !important;
    background: white;

}

.zuperfaq .accordion-button {
    background: transparent !important;
}

.zuperfaq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border: none;
}

.zuperfaq .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.zuperfaq .accordion-body {
    padding-top: 0px !important;
}

.zuperfaq .accordion-button::after {
    display: none;
}

.zuperfaq .accordion-button {
    justify-content: space-between;
}

.zuperfaq .accordecount p {
    margin-bottom: 0px;
}

.zuperfaq .accordecount {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zuperfaq .accordion-button:not(.collapsed) {
    background-color: #BCF7FF !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.zuperfaq .accordion-button:not(.collapsed) .accordecount {
    background-color: #FFD000 !important;

}

.zuperfaq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.zuperfaq .accordion-collapse {
    background-color: #BCF7FF !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.zuperschoolfaq {}

.accordecountchamp {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: rgba(255, 252, 76, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.champborder p {
    margin-bottom: 0px;
}

.champborder {
    border-radius: 77.724px;
    border: 0.972px solid rgba(18, 18, 18, 0.24);
    justify-content: space-between;
    padding: 20px 23px 20px 30px;
    display: flex;
    align-items: center;
}

.zuperchamp {
    background-image: url(../img/zuperkidzshcool/champ.png);
    background-size: cover;
}

.zuperkidzedition {
    background-image: url(../img/zuperkidzshcool/editionimg.png);
    background-size: cover;
}

.zuperscholl1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.zuperscholl2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.title1 {
    position: absolute;
    left: -30px;
    top: -8px;
    z-index: -1;
}

.zuperkidzedition h3 {
    z-index: 1;
    position: relative;

}

.zuperkidzedition h3 span {
    position: relative;
}

.tittle span {
    z-index: 1;
}

.title2 {
    position: absolute;
    left: -30px;
    top: 0px;
    z-index: -1;
}

.title3 {
    position: absolute;
    right: -50px;
    top: 28px;
    z-index: -1;
}

.titleedition {
    position: absolute;
    right: -30px;
    top: 7px;
    z-index: -1;
}

.zuperherocard1 {
    position: relative;
    border-radius: 20px;
    background: #6FA8FF;
    margin-left: 70px;
    margin-right: 50px;
    padding: 30px 20px 92px 30%;

}

.zuperherocard1img {
    position: absolute;
    left: -80px;
    bottom: -65px;
    max-width: 200px;
}

.zuperhero ul li {
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
}

.zuperherocard2 {
    position: relative;
    border-radius: 20px;
    background: #E85E5C;
    margin-left: 70px;
    margin-right: 50px;
    padding: 30px 20px 92px 70px;
}

.zuperherocard3 p {
    color: white;
}

.zuperherocard3 {
    position: relative;
    border-radius: 20px;
    background: #E85E5C;
    margin-left: 70px;
    margin-right: 50px;
    border-radius: 20px;
    background: #94CF63;
    padding: 55px 75px 101px 25px;
}

.zuperherocard3img {
    position: absolute;
    right: -80px;
    bottom: -65px;
    max-width: 200px;
}

.preschoolsection {
    background: #F7FCFF;
}

.zuperkidweekinner {
    text-align: center;
    padding: 20px;
}

.zuperkidweek .col-md-4 {
    padding: 0px;
}

.zuperkidweek .col-md-4 img {
    width: 100%;
    object-fit: cover;
}

.superpowe {
    background-image: url(../img/zuperhero/superpowe.png);
    background-repeat: no-repeat;
}

.superpowe li {
    margin-bottom: 9px;
}

.howitwork {
    background: #9AF6A5;
    position: relative;
}

.howitworkcrd {
    border-radius: 19px;
    border: 4px solid #FFF;
    background: #FFE782;
    padding: 20px;

}

.howitworkcrd p {
    color: #00406F;
    margin-bottom: 0px;
}

.howitwrokimg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.zuperherotesgu {
    background: #F0F0F0;
}

.weaim li {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0065AB;
    font-weight: 300 !important;
    list-style: auto;
}

.borderweaim {
    background: linear-gradient(188deg, #002B4A 0%, #2D66B5 37.02%, #FAD01C 62.02%, #FFD000 100%);
    width: 4px;
    border-radius: 10px;
}

.weaimimag {
    width: 100%;
    object-fit: cover;
}

.innertestcard .button2 {
    background-color: #00406F;
    color: white !important;
}

.imgsuperpowe {
    width: 100%;
    object-fit: cover;
}

.syagvdg .imgtexmonial {
    min-height: 301px !important;
}

.bannerinnersigner {
    position: absolute;
}

.bannerzuperdesignerimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 230px;
}

.bannerinnersigner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.zuperminichanlengcard {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.imgbannerdesigner {
    width: 100%;
    object-fit: cover;
}

.imagepin {
    position: absolute;
    left: -7px;
    top: -26px;
}

.zuperdesinerbannerimgdg {
    width: 100%;
    object-fit: cover;
}

.zuperminicard img {
    width: 100%;
}

.zuperkidsclubcrd {
    border: 0.5px solid rgba(62, 62, 62, 0.25);
    border-radius: 15px;
    margin: 0px 10px;
}

ol,
ul {
    padding-left: 22px;
}

.zuperkidsclubcrd img {
    width: 100%;
    object-fit: cover;
}

.zupervisualistsh1 {
    font-size: 150px;
    font-weight: 700;
    line-height: 117px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important;

}

.zupervisualistsh1 span {
    color: #FFE9A1;
    font-size: 150px;
    font-weight: 700;
    line-height: 117px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important;
}

.willlearn {
    background: rgba(252, 255, 235, 0.49);
}

.kidlearn {
    background: #EAF6FF;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.kidlearn img {
    object-fit: cover;
}

.kidlearn1 {
    background: #EAF6FF;
}

.kidlearn2 {
    background: #FEF2F4;
}

.kidlearn3 {
    background: #EEFBF5;
}

.kidlearn4 {
    background: #FFFAEF;
}

.kidlearn5 {
    background: #F7F3FF;
}

.visualistcategory {
    border-radius: 5px;
    color: #094A6F;
    background: #E6F6FF;
    padding: 5px 20px 5px 20px;
    font-size: 13px;
}

.bottomclode {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 100%;
}

.monthlychalend .zuperkidstartkit {
    padding-bottom: 0px !important;
    padding: 25px;
}

.monthlychalend .zuperkidstartkit img {
    max-height: 191px;
}

.softwarecol img {
    margin-right: 10px;
    height: 45px;
    aspect-ratio: 1 / 1;
    width: 45px;
    object-fit: cover;
}

.softwarecol {
    display: flex;
    text-align: center;
    padding: 10px 20px;
    width: 350px;
    border-radius: 8px;

}

.softwarecol p {
    margin-bottom: 0px;
    font-size: 16px;
}

.softwarecol p span {
    font-size: 13px;
}

.softwarerow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.softwarecol:first-child {
    background: #CCF;
}

.softwarecol:nth-child(2) {
    background: #CCFFD5;
}

.softwarecol:nth-child(3) {
    background: #CCFFF5;
}

.softwarecol:nth-child(4) {
    background: #ECCCFF;
}

.softwarecol:nth-child(5) {
    background: #F0FFCC;
}

.softwarecol:nth-child(6) {
    background: #FFE7CC;
}

.softwarecol:nth-child(7) {
    background: #A5FFD9;
}

.softwarecol:nth-child(8) {
    background: #A6D7FF;

}

.softwarecol:nth-child(9) {
    background: #FFF6C7;

}

.softwarecol:nth-child(10) {
    background: #9FFAFF;
}

.softwarecol:nth-child(11) {
    background: #FFCCF6;
}

.bannerindex {}

.wellvij {
    color: #FFF;
    text-shadow: 0.573px 1.146px 5.728px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 1.15px;
    -webkit-text-stroke-color: #00406F;
    font-family: "Comic Sans MS";
    font-size: 41.693px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.153px;
}

.bannerindex h1 span {
    -webkit-text-stroke-width: 1.11px;
    -webkit-text-stroke-color: #00406F;
}

.bannerindex h1 {
    color: #00406F;
    font-size: 80px;
    line-height: 80px;
}

.experirnce1 {
    padding: 23px 23px 23px 23px;
    text-align: center;
    border-radius: 20px;
    background: #9747FF;
}

.experirnce1bg {
    background-image: url(../img/experiancebg1.webp);
    padding: 37px 33px 40px 25px;
    background-size: cover;
    border-radius: 20px;
    background-position: bottom;
}

.experirnce2 {
    padding: 23px 23px 23px 23px;
    text-align: center;
    border-radius: 20px;
    background: #FFD447;
}

.experirnce2bg {
    background-image: url(../img/experiancebg3.webp);
    padding: 37px 33px 40px 25px;
    background-size: cover;
    border-radius: 20px;
    background-position: bottom;
}

.experirnce3 {
    padding: 23px 23px 23px 23px;
    text-align: center;
    border-radius: 20px;
    background: #FFB8AE;
}

.experirnce3bg {
    background-image: url(../img/experiancebg2.webp);
    padding: 37px 33px 40px 25px;
    background-size: cover;
    border-radius: 20px;
    background-position: bottom;
}

.clubbg1 {
    background-image: url(../img/clubbg1.webp);
    background-position: right;
}

.clubbg1 h5 {
    color: #00BFB9;
}

.clubbg h5 {
    font-weight: bolder;
}

.clubbg {
    padding: 20px 20px 20px 20px;
    background-size: cover;
    border-radius: 20px;
}

.clubbg p {
    font-size: 15px;
}

.clubbg h6 {
    font-size: 15px;
    color: #7D7D7D;
}

.clubbg2 {
    background-image: url(../img/clubbg2.webp);
    background-position: left;
}

.clubbg2 h5 {
    color: #00BFB9;
}

.clubbg3 {
    background-image: url(../img/clubbg3.webp);
    background-position: right;
}

.clubbg3 h5 {
    color: #00BFB9;
}

.clubbg4 {
    background-image: url(../img/clubbg4.webp);
    background-position: left;
}

.clubbg4 h5 {
    color: #00BFB9;
}

.homectabgimg {
     width: 100%;
    min-height: 467px;
    object-fit: cover;
}

.homectabg {
    position: relative;
}

.homectabginner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.parantprogram {
    position: absolute;
    left: 0;
    bottom: 0;
}

.button3 {
    position: relative;
    overflow: hidden;
    border: 1px solid #0065AB;
    border-radius: 30px;
    background: transparent;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    color: #0065AB;
    cursor: pointer;
    transition: color 0.4s ease;
    padding-left: 25px;
}

.button-text {
    position: relative;
    z-index: 2;
    transition: opacity 0.4s ease, color 0.4s ease;
}

.buttoninner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    background-color: #0065AB;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.4s ease;

    z-index: -1;
    padding: 0px 15px;
}

.arrow-icon {
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}

.arrow-icon path {
    transition: fill 0.5s ease;
}

.button3:hover {
    fill: #F6C700 !important;
    color: #F6C700;
}

.button3:hover .buttoninner {
    width: 100%;
    background-color: #004d88;
    justify-content: end;
}


.button3:hover svg path {
    fill: #F6C700 !important;
}

.button3:hover svg {
    animation: rotateSpin 1s ease forwards;
}

@keyframes rotateSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(223deg);
    }
}

.button3 svg {
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* smoother ease in/out */
    transform-origin: center;
}

.button3:hover svg path {
    fill: #F6C700 !important;
}


.ctaexperiance {
    background-color: #B6FFFB;
}

.ctaexperiance .zuperheroes-hover-effect:hover {
    color: #000;
}

.ctaexperiance {
    position: relative;
}

.ctaexperianceleftimg {
    position: absolute;
    left: 0;
    bottom: 0;
}

.homecloud1 {
    position: absolute;
    top: -18px;
    left: -20px;
}

.homecloud2 {
    position: relative;
}

.homecloudinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homecloud4 {
    position: absolute;
    left: -25px;
    top: -50px;
    z-index: 0;
}

.homecloud5 {
    position: absolute;
    right: -50px;
    top: 38px;
}

.homecloud6 {
    position: absolute;
    right: 50px;
    bottom: -65px;
}

.cloudarrow2 {
    position: absolute;
    left: -8px;
    bottom: 20px;
}

.cloudarrow1 {
    position: absolute;
    right: 0;
    top: 30px;
}

@media (min-width: 1400px) {
    .homecloud2.me-xl-5 {
        margin-right: 5rem !important;
    }
}

.ctaexperiance img[class^="homecloud"],
.ctaexperiance .homecloud2,
.ctaexperiance .homecloud3,
.ctaexperiance .homecloud4 {
    transition: transform 0.7s ease;
}

.ctaexperiance:hover .tyt {
    transform: rotate(360deg) scale(1.3);
    color: #ffd100;
}

.ctaexperiance:hover .homecloud1 {
    transform: translateX(40%);
}

/* .ctaexperiance:hover .homecloud2  {
    filter: drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.25));
}
.ctaexperiance:hover .homecloud3 {
        filter: drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.25));
} */
.ctaexperiance:hover .homecloud2 {
    transform: translateY(41px) translateX(-44px);
}

.ctaexperiance:hover .homecloud3 {
    transform: translateX(30px);
}

.ctaexperiance:hover .homecloud4 {
    transform: translateX(-62px);
}

.ctaexperiance:hover .homecloud5 {
    transform: translateX(-100px);
}

.ctaexperiance:hover .homecloud6 {
    transform: translateX(50%);
}

@keyframes rotateCloudArrow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ctaexperiance:hover .cloudarrow1,
.ctaexperiance:hover .cloudarrow2 {
    animation: rotateCloudArrow 0.7s linear;
    transform-origin: center center;
}


.paranthubresorce {
    background-image: url(../img/paranthub/bgresource.png);
    background-size: cover;
}

.paranthubresorcecard {
    border-radius: 20px;
    border: 1px solid #DBDBDB;


}

.paranthubresorcecard img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 20px 20px;
}

.parantclublibiner p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.parantclublibiner h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.parantclublibiner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.parantimgghvg {
    width: 100%;
    object-fit: cover;
}

.parantctext1 {
    color: #008397;
}

.parantctext2 {
    color: #CCA635;
}

.parantctext3 {
    color: #A62FAC;
}

.parantctext4 {
    color: #DA4047;
}

.champborder:hover {
    background-color: white;
}

.sketchersleft {
    position: absolute;
    left: 50px;
    max-width: 300px;
    border-radius: 6px 500px 298px 298px;
    /* background-color: #F6C700; */
    width: 100%;
    padding-top: 30px;
        bottom: 0px;
}

.sketchersleft img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 150px; */
}

.sketchersright {
        padding-top: 30px;
    position: absolute;
    right: 50px;
    bottom: 0px;
    max-width: 300px;
    border-radius: 500px 6px 298px 298px;
    /* background-color: #0065AB; */
}

.sketchersright img {
    width: 100%;
    object-fit: cover;
    /* border-radius: 150px; */
height: 480px;
    width: 100%;
}
.zupersketchersbanner {
       background-image: linear-gradient(181deg, #ffe9a10a, #0065ab0a);
}
.zupersketchersbanner .zupervisualistsh1 {
    font-size: 120px;
    line-height: 100px;
}

.zupersketchersbanner .zupervisualistsh1 span {
font-size: 125px;
    line-height: 100px;
}
.homebannerele1{ 
  position: absolute; 
  left: 10px; 
  top: 10px; 
  max-width: 80px;
  animation: float1 15s infinite ease-in-out;
}

.homebannerele2{ 
  position: absolute; 
  right: 10px; 
  bottom: 10px; 
  max-width: 120px;
  animation: float2 18s infinite ease-in-out;
}

@keyframes float1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(15px, 15px) rotate(2deg);
  }
  50% {
    transform: translate(0, 30px) rotate(0deg);
  }
  75% {
    transform: translate(-15px, 15px) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-20px, -15px) rotate(-3deg);
  }
  50% {
    transform: translate(0, -30px) rotate(0deg);
  }
  75% {
    transform: translate(20px, -15px) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.comingsoon{
    max-width: 550px;
    width: 100%;
    object-fit: cover;
}

