:root {
    --heading-font: "Righteous";
    --body-font: "Open Sans";
    --other-font: "Butterpop";
    --other2-font: "Fredoka";
    --primary-color: #2787C1;
    --secondary-color: #FFCB08;
    --secondary2-color: #12B24C;
}
body {
  margin: 0;
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


/* ============================ */
a{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}
li{
    padding: 0;
    margin: 0;
}
/* =========================== */




header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.pt-120{
    padding-top: 120px;
} 
.pb-120{
    padding-bottom: 120px;
}

.btn-6{
    transition: 0.3s;
}
.btn-6:hover{
    background-color: #0d6efd;
    color: #fff;
}







.innersec.contact .contact-opt .icon-wrap{
    flex: 0 0 80px;
}
.innerpage_banner{
    padding-top: 70px;
} 
.innersec.contact form{
    padding: 36px 68px 42px 68px;
}
.innersec.contact .form-fild{
    margin-bottom: 20px;
}


/* .innersec.party .party-card.other{
    position: relative;
} */
.innersec.party .party-card.other .background-color-text{
    position: absolute;
    top: -23px;
    right: 26px;
    padding: 17.5px 44px;
    border-radius: 222px;
    background-color: #CEEEFE;
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 600;
    color: #2787C1;
    letter-spacing: 6%;
}
.innersec.party .party-card.other .background-color-text-1{
    position: absolute;
    border-radius: 222px;
    font-size: 16px;
    padding: 20.5px 28px;
    background-color: #CEEEFE;
    font-family: var(--body-font);
    color: #2787C1;
    letter-spacing: 6%;
    font-weight: 600;
    text-transform: capitalize;
    bottom: -32px;
    left: 32px;

}






/* ==================time-dates================== */
.time-dates{
    padding: 130px 0 0 0;
}
.time-dates .heading-wrapper h2{
    font-size: 32px;
    font-family: var(--heading-font);
    color: #191919;
}
.time-dates .heading-wrapper p{
    font-size: 16px;
    font-family: var(--body-font);
    color: #658491;
    max-width: 442px;
    width: 100%;
}
.time-dates .wrapper{
    background-color: var(--secondary2-color);
    padding: 42px 158px 21px 56px;
    position: relative;
    border-radius: 12px 12px 0px 12px;
}
.time-dates .wrapper ul li h6{
    color: #fff;
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 500;
}
.time-dates .wrapper ul li h6 span{
    font-size: 16px;
    font-weight: 400;
}
.time-dates .wrapper ul li p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.time-dates .wrapper ul li p strong{
    font-size: 18px;
    font-weight: 500;
}
.time-dates .wrapper ul li{
    padding: 28px 0;
    border-bottom: 1px solid #fff;
}
.time-dates .wrapper ul li:nth-child(3){
        border-bottom: 1px solid #ffffff00;
}
.time-dates .wrapper::after{
    position: absolute;
    bottom: -98px;
    right: 0;
    content: "";
    background-image: url(../images/box-buttom-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    max-width: 771px;
    height: 106px;
}
.time-dates .wrapper .position-image{
    position: absolute;
    top: -160px;
    left: 35.2%;
    z-index: 2;
}
.time-dates .wrapper .position-image img{
    height: 655px;
    object-fit: cover;
}
.time-dates .heading-wrapper{
    padding-bottom: 33px;
}
.time-dates .box-wrapper{
    padding: 41px 0 159px 0;
    position: relative;
}
.time-dates .box-wrapper .left-wrapper{
    max-width: 565px;
    background-color: var(--primary-color);
    border-radius: 12px;
    width: 100%;
    top: 20px;
     padding: 31px 37px 57px 37px;
     position: relative;
     z-index: 3;
}

.time-dates .box-wrapper .left-wrapper h5{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: var(--heading-font);
   
}
.time-dates .box-wrapper .left-wrapper h5 span{
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
}
.time-dates .box-wrapper .left-wrapper ul{
    gap: 30px;
}
.time-dates .box-wrapper .left-wrapper ul li{
    background-color: #5DA5D1;
    padding: 9px 34px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
}
.time-dates .box-wrapper .left-wrapper ul li h6{
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px;
    letter-spacing: 3%;
}
.time-dates .box-wrapper .left-wrapper ul li p{
    font-size: 15px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
        letter-spacing: 3%;
}
.time-dates .box-wrapper .left-wrapper .content-wrap h5{
    margin-bottom: 14px;
}
.time-dates .box-wrapper .left-wrapper .content-wrap:nth-child(1){
    margin-bottom: 20px;
}
.time-dates .box-wrapper .right-content{
    border: 1px solid #2787C1;
    border-radius: 12px;
        max-width: 771px;
    width: 100%;
    height: auto;
    padding: 24px 29px 33px 54px;
    position: absolute;
    top: 139px;
    right: 0;
}
.time-dates .box-wrapper .right-content .heading h5{
    font-size: 20px;
    color: #191919;
    font-family: var(--heading-font);
    font-weight: 400;
}
.time-dates .box-wrapper .right-content .heading{
    margin-bottom: 29px;
}
.time-dates .box-wrapper .right-content .heading p{
    font-size: 16px;
    color: #658491;
    font-weight: 500;
    font-family: var(--body-font);

}
.time-dates .box-wrapper .right-content .box{
    background-color: #CEEEFE;
    padding: 15px 37px;
    border-radius: 14px;
    margin-bottom: 14px;
}
.time-dates .box-wrapper .right-content .box h6{
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    font-family: var(--body-font);
    padding-bottom: 7px;
}
.time-dates .box-wrapper .right-content .box p{
    color: #658491;
    font-weight: 14px;
    font-family: var(--body-font);
    font-weight: 400;
}
.time-dates .box-wrapper .right-content p{
    font-size: 16px;
    color: #658491;
    text-align: left;
    font-family: var(--body-font);
            /* line-height: 20px; */
}
.offer .offer_box.aos-init .offer_deal p{
    padding-bottom: 23px;
}



/* ====================================.kids=========================== */

.kids{
    padding-bottom: 30px;
}
.kids .heading-wrapper h2{
    font-size: 56px;
    font-family: var(--heading-font);
    color: #191919;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
}
.kids .heading-wrapper{
    margin-bottom: 34px;
}
.kids .heading-wrapper p{
    max-width: 1012px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    color: #658491;
    font-weight: 500;
    text-align: center;
    letter-spacing: 6%;
}
.kids .box-wrapper{
    text-align: center;
    position: relative;
}
.kids .box-wrapper::after{
    position: absolute;
    background-color: #12B24C;
    height: 197px;
    width: 100%;
    content: "";
    bottom: -43px;
    left: 0;
    z-index: -1;
}
.kids .col-lg-4:nth-child(3) .box-wrapper::after{
       /* position: absolute;
    background-color: #12B24C;
    height: 197px;
    width:100%;
    content: "";
    bottom: -43px;
    right: 0;
    z-index: -1; */
    border-radius: 0px 8px 8px 0;
}
.kids .col-lg-4:nth-child(1) .box-wrapper::after{
    border-radius: 8px 0px 0px 8px;
}
.kids .col-lg-4:nth-child(4) .box-wrapper::after{
    border-radius: 8px 0px 0px 8px;
}
.kids .col-lg-4:nth-child(6) .box-wrapper::after{
    border-radius: 0px 8px 8px 0;
}
.kids .col-lg-4:nth-child(7) .box-wrapper::after{
      border-radius: 8px 0px 0px 8px;
}
.kids .col-lg-4:nth-child(9) .box-wrapper::after{
     border-radius: 0px 8px 8px 0;
}
.kids .box-wrapper img{
    width: 340px;
    height: 386px;
    object-fit: cover;
    border-radius: 8px;
}
.kids .box-wrapper{
    margin-bottom: 95px;
}
.kids .box-wrapper h6{
    font-size: 20px;
    font-family: var(--heading-font);
    color: #fff;
    text-transform: capitalize;
    margin-top: 16px;
}
.kids .view-more-image{
    text-align: center;

}
.kids .col-lg-12.col-md-12:nth-child(5) .col-lg-4 .box-wrapper{
    margin-bottom: 0px !important;
}
.innerpage_banner::after {
        height: 126px;
        background-size: cover;
}
.kids .col-lg-4:nth-child(9) .box-wrapper{
    margin-bottom: 0 !important;
}
.kids .col-lg-4:nth-child(8) .box-wrapper{
    margin-bottom: 0 !important;
}
.kids .col-lg-4:nth-child(7) .box-wrapper{
    margin-bottom: 0 !important;
}
.kids .view-more-image{
    padding-top: 60px;
}
.kids .g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.kids .g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.kids .row>* {
    padding-right: 0px;
    padding-left: 0px;
}


@media (max-width: 1530px){
.time-dates .wrapper .position-image {
    top: -153px;
}
}
@media (max-width: 1440px){
.time-dates .wrapper .position-image {
    top: -157px;
}
}
@media (max-width: 1366px){
.time-dates .wrapper .position-image {
    top: 0;
}
.time-dates .wrapper .position-image {
    left: 39%;
}
.time-dates .wrapper .position-image img {
    height: 412px;
}
.time-dates .box-wrapper .right-content {
    max-width: 576px;
}
.kids .box-wrapper img {
    width: 310px;
    height: 345px;
}
.time-dates .wrapper {
    background-color: var(--secondary2-color);
    padding: 42px 56px 21px 56px;
    position: relative;
    border-radius: 12px 12px 0px 12px;
}
.time-dates .wrapper::after {
    bottom: -82px;
    width: 54%;
    height: 88px;
}
}
@media (max-width: 1024px){

.innersec.contact .contact-opt a{
    font-size: 16px;
}
icon-wrap .icon-wrap {
    flex: 0 0 60px;
}
.innersec.contact .contact-opt .icon-wrap img{
    width: 30px;
}
.innersec.contact .contact-opt .icon-wrap {
    height: 60px;
}












/* contact */
.time-dates .wrapper .position-image{
    display: none;
}
.time-dates .wrapper {
    padding: 42px 56px 21px 56px;
}
.time-dates .box-wrapper{
    display: flex;
    gap: 30px;
}
.time-dates .box-wrapper .left-wrapper{
    top: 0;
}
.time-dates .box-wrapper .right-content{
    position: relative;
    top: 0;
}
.time-dates .box-wrapper .right-content {
    padding: 24px 29px 33px 29px;
}
.time-dates .box-wrapper .right-content .heading{
    flex-direction: column;
}

.time-dates .box-wrapper .left-wrapper ul{
    flex-direction: column;
}
.time-dates .box-wrapper .left-wrapper ul li{
    width: 100%;
}
.time-dates .box-wrapper {
    padding: 90px 0 90px 0;
}
}
@media (max-width: 991px){
    .time-dates .heading-wrapper h2{
        font-size: 28px;
    }
    .kids .heading-wrapper h2{
        font-size: 28px;
    }

.innersec.contact .contact-opt a{
    font-size: 14px;
}
.innersec.contact .contact-opt .icon-wrap {
    flex: 0 0 50px;
}
.innersec.contact .contact-opt .icon-wrap img{
    width: 25px;
}
.innersec.contact .contact-opt .icon-wrap {
    height: 50px;
}
.innersec.contact form {
    padding: 36px 40px 42px 40px;
    background-position: bottom !important;
    background-position-x: 31px !important;
}
.innersec.contact ul{
    margin-bottom: 30px;
}














    /* contact */
.time-dates {
    padding: 90px 0 0 0;
}
.kids .col-lg-4:nth-child(2) .box-wrapper::after{
    border-radius: 0px 8px 8px 0px;
}
.kids .col-lg-4:nth-child(3) .box-wrapper::after{
    border-radius: 8px 0px 0px 8px;
}
.kids .col-lg-4:nth-child(4) .box-wrapper::after{
    border-radius: 0px 8px 8px 0;
}
.kids .col-lg-4:nth-child(5) .box-wrapper::after{
      border-radius: 8px 0px 0px 8px;
}
.kids .col-lg-4:nth-child(6) .box-wrapper::after{
     border-radius: 0px 8px 8px 0;
}
.kids .col-lg-4:nth-child(7) .box-wrapper::after{
        border-radius: 8px 0px 0px 8px;
}
.kids .col-lg-4:nth-child(8) .box-wrapper::after{
     border-radius: 0px 8px 8px 0px;
}
.kids .col-lg-4:nth-child(9) .box-wrapper::after{
     border-radius: 8px 8px 8px 8px;
}




    .kids .col-lg-4:nth-child(8) .box-wrapper{
    margin-bottom:  95px!important;
}
.kids .col-lg-4:nth-child(7) .box-wrapper{
    margin-bottom: 95px !important;
}
.time-dates .box-wrapper .left-wrapper {
    padding: 31px 29px 57px 29px;
}
.time-dates .wrapper {
    gap: 30px;
}
.time-dates .heading-wrapper{
    flex-direction: column;
}
.time-dates .heading-wrapper p {
    max-width: 100%;
}
}
@media (max-width: 575px){

    .innersec.contact form {
        padding: 36px 30px 42px 30px;
        border-radius: 20px;
    }
    .innersec.contact p{
        width: 100%;
        /* margin-bottom: 30px; */
    }
    .innersec.contact h3{
        font-size: 22px;
    }
    .innersec.contact.pb-120 {
        padding-bottom: 60px;
    }
     .innersec.contact.pt-120 {
        padding-top: 80px;
    }
    .contact form label {
        font-size: 16px;
    }








    /* contact */
        .kids .col-lg-4:nth-child(1) .box-wrapper::after{
    border-radius: 8px 8px 8px 8px;
}
    .kids .col-lg-4:nth-child(2) .box-wrapper::after{
    border-radius: 8px 8px 8px 8px;
}
.kids .col-lg-4:nth-child(3) .box-wrapper::after{
    border-radius: 8px 8px 8px 8px;
}
.kids .col-lg-4:nth-child(4) .box-wrapper::after{
    border-radius: 8px 8px 8px 8px;
}
.kids .col-lg-4:nth-child(5) .box-wrapper::after{
      border-radius: 8px 8px 8px 8px;
}
.kids .col-lg-4:nth-child(6) .box-wrapper::after{
     border-radius: 8px 8px 8px 8px;
}
.kids .col-lg-4:nth-child(7) .box-wrapper::after{
        border-radius: 8px 8px 8px 8px;
}
.kids .col-lg-4:nth-child(8) .box-wrapper::after{
     border-radius: 8px 8px 8px 8px;
}
.kids .col-lg-4:nth-child(9) .box-wrapper::after{
     border-radius: 8px 8px 8px 8px;
}
    .kids .row>* {
    padding-right: 20px;
    padding-left: 20px;
}
    
    .time-dates .wrapper {
        padding: 30px 30px 30px 30px;
    }
.time-dates {
    padding: 100px 0 0 0;
}
.time-dates .wrapper{
    flex-direction: column;
    gap: 0;
}
.time-dates .wrapper ul:nth-child(1) li:nth-child(3){
    border-bottom: 1px solid #fff;
}
.time-dates .box-wrapper {
    flex-direction: column;
}
/* .time-dates .box-wrapper .left-wrapper .content-wrap h5 {
    text-align: center;
} */
.time-dates .box-wrapper .right-content .heading{
    text-align: center;
    align-items: center;
}
 .time-dates .box-wrapper .right-content p{
    text-align: center;
 }     
 .time-dates .box-wrapper .left-wrapper .content-wrap h5 {
    text-align: center;
}  
.time-dates .box-wrapper .right-content .box {
    text-align: center;
}
    .time-dates .box-wrapper {
        padding: 70px 0 60px 0;
    }
    .kids .box-wrapper::after {
   border-radius: 8px;
}
.kids .box-wrapper img {
    width: auto;
}
.kids .box-wrapper img {
        /* width: 310px; */
        height: 285px;
}
}

@media (max-width: 480px){
.time-dates {
    padding: 70px 0 0 0;
}
p{
    font-size: 14px;
}
}
@media (max-width: 480px){
.kids .box-wrapper img {
    height: 233px;
}
}
    












