.page-template-content-page-birthday-party-landing .section-banner:before, .page-template-content-page-party-theme .section-banner:before, .page-template-content-page-party-rundown-upgrade-options .section-banner:before{
    display: none;
}

.section-banner.landing .absolute-content h1{
    text-align: center;
    padding: 0 15px;
}

.redirect-to-sub-pages{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.redirect-to-sub-pages .item{
    width: calc((100% - 20px * 2 ) / 3) ;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.redirect-to-sub-pages .item .image{
    width: 100%;
    display: block;
    position: relative;
    object-fit: cover;
}

/* .redirect-to-sub-pages .item .image::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #FAC508;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .9;
} */

.redirect-to-sub-pages .item .image span{
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.05em;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px;
    padding-bottom: 0;
}


.redirect-to-sub-pages .item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.redirect-to-sub-pages .item .button{
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 16px;
}

.party-theme-section .items{
    display: flex;
    gap: 50px;
    justify-content: center;
}

.party-theme-section .items .item{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.party-theme-section .items .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party-theme-section .items .item .image{
    display: block;
}

.party-theme-section .items .item .button{
    text-decoration-line: underline;
    text-underline-offset: 4px;
    margin-top: 18px;
    font-size: 16px;
}


.testimonials_section .swiper-slide{
    height: 545px;
}

.testimonials_section .swiper-slide .image{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials_section .swiper-slide .image::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #F6BE44;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .5;
}

.testimonials_section .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials_section .slide-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center ;
}

.testimonials_section .content{
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    max-width: 562px;
    z-index: 1;
    position: relative;
    z-index: 2;
}


.testimonials_section .swiper-slide .image.mobile{
    display: none;
}

.testimonials_section{
    margin-top: 100px;
}

.testimonials_section .swiper-container-horizontal>.swiper-pagination-bullets{
    display: flex;
    justify-content: flex-start;
    gap: 27px;
    margin-left: 57px;
    bottom: 51px;
}

.testimonials_section .swiper-pagination-bullet{
    background: #BEB5B5;
    opacity: 1;
    width: 14px;
    height: 14px;
}

.testimonials_section .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #7A7676;
}

.party-tab{
    margin-top: 120px;
}

.party-tab .tab-title{
    background-color: #EFEFEF;
    width: 100%;
    text-align: center;
    color: #000000;
    display: block;
    padding: 11px 0;
    cursor: pointer;
    font-size: 19px;
}

.party-tab .tab-content{
    padding: 30px;
    display: none;
}

.party-tab .link_btn{
    margin-top: 82px;
}


.link_btn.book-now {
    margin-top: 80px;
}

.party-theme-section .gallery-mobile{
    display: none;
}

.how-to-book .slides{
    display: flex;
    gap: 30px;
    position: relative;
    justify-content: flex-end;
    margin-top: 64px;
} 

.how-to-book .cards-effect{
    height: 100%;
    width: 360px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 999;
}

.how-to-book > .title{
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin-bottom: 29px;
}

.how-to-book > .description{
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}

.how-to-book .cards-effect .card{
    width: 30%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 47px;
}

.how-to-book .cards-effect .card img{
    width: 100%;
    height: auto;
    max-height: 100%;
}

.how-to-book .cards-effect .card .title{
    text-align: center;
}

.how-to-book .cards-effect .card .image_description{
    font-size: 20px;
    text-align: center;
}

.how-to-book .cards-effect .card.active{
    filter: drop-shadow(0px 0px 10px #F6BE44);
}

.how-to-book .swiper-container{
    width: 100%;
    min-height: 455px;
    margin: 0;
    display: flex;
    align-items: center;
}

.how-to-book .swiper-container .slide-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.how-to-book .swiper-container .content{
    width: calc(100% - 360px)
}

.how-to-book .swiper-container .content .title{
    font-size: 24px;
    color: #000000;
    margin-bottom: 35px;
}


.how-to-book .swiper-container .content .title br{
    display: none;
}

.how-to-book .swiper-container .content .description{
    text-align: center;
    text-align: left;
    font-size: 20px;
}

.how-to-book .swiper-container .content .title, .how-to-book .swiper-container .content .description{
    padding-left: 48px;
}

.how-to-book .cards-effect .card .title, .how-to-book .cards-effect .card img, .how-to-book .cards-effect .card .image_description{
    opacity: 0;
    transition: 1s all;
}

.how-to-book .cards-effect .card.active .title, .how-to-book .cards-effect .card.active img, .how-to-book .cards-effect .card.active .image_description{
    opacity: 1;
}

.how-to-book .pagination-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 41px 0;
}

.how-to-book .pagination-wrapper .swiper-pagination{
    position: relative;
    display: flex;
    margin: 0 40px;
    gap: 27px;
    flex-wrap: wrap;
    justify-content: center;
}

.how-to-book .swiper-button-next, .how-to-book .swiper-button-prev{
    position: relative;
    width: 43px;
    height: 43px;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
}

.how-to-book .swiper-button-next:after, .how-to-book .swiper-button-prev:after{
    content: "";
    background-image: url(../.././images/Arrow.png);
    width: 43px;
    height: 43px;
    background-size: contain;
}

.how-to-book .swiper-button-prev:after{
    transform: rotate(180deg);
}

.how-to-book .swiper-button-prev.swiper-button-disabled:after{
    background-image: url(../.././images/Arrow-disable.png);
    transform: rotate(0);
}

.how-to-book .swiper-button-next.swiper-button-disabled:after{
    background-image: url(../.././images/Arrow-disable.png);
    transform: rotate(180deg);
}

.how-to-book .swiper-button-prev.swiper-button-disabled, .party-gallery .gallery-mobile .swiper-button-next.swiper-button-disabled{
    opacity: 1;
}

.how-to-book .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
    background: #D8D8D8;
    opacity: 1;
}

.how-to-book .slides-wrapper .swiper-pagination-bullet-active{
    background: #969696;
}

.how-to-book{
    margin-top: 100px;
    margin-bottom: 100px;
}

.how-to-book .mobile-card{
    display: none;
}

@media(max-width: 1024.98px){
    .page-template-content-page-birthday-party-landing .party-sub-page .title-and-description{
        gap: 50px;
    }
    .redirect-to-sub-pages .item .image span{
        font-size: 28px;
    }
  
    .redirect-to-sub-pages .item img{
        height: 212px;
    }

    .redirect-to-sub-pages .item .button{
        padding: 15px 0;
    }
}


@media(max-width: 991.98px){

    .how-to-book .swiper-container .content .title, .how-to-book .swiper-container .content .description{
        padding: 0 41px;
    }

    .how-to-book .swiper-container .content .title br{
        display: block;
    }
    .how-to-book .mobile-card{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        max-width: 296px;
        filter: drop-shadow(0px 0px 10px #F6BE44);
        padding: 45.5px;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 70px;
    }
    .how-to-book .cards-effect{
        display: none;
    }

    .how-to-book .swiper-container .content{
        width: 100%;
    }

    .how-to-book .swiper-container{
        min-height: unset;
    }

    .how-to-book .mobile-card .title{
        font-style: normal;
    }

    .how-to-book .mobile-card .image_description{
        font-weight: 510;
        font-size: 17px;
        line-height: 150%;
        color: #000000;
        max-width: 115px;
        text-align: center;
    }

    .how-to-book .mobile-card img{
        margin: 30px 0;
        width: 100%;
        height: auto;
        object-fit: contain;
		display: block;
    }

    .how-to-book .swiper-container .content .title{
        text-align: center;
        margin-bottom: 28px;
    }

    .how-to-book > .title{
        margin-bottom: 37px;
        text-align: left;
    }

    .how-to-book > .description{
        text-align: left;
    }

    .how-to-book .slides-wrapper{
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        background: #fff;
        padding-bottom: 4px
    }

    .how-to-book .slides{
        margin-top: 76px;
    }

    .how-to-book .swiper-container .slide-container{
        justify-content: flex-start;
        margin-top: 68px;
    }

    .how-to-book{
        margin-bottom: 141px;
        margin-top: 110px;
    }
}

@media(max-width: 799px){
    .section-banner.landing{
        margin: 0 -30px;
    }

   
}

@media(max-width: 767.98px){
    .party-theme-section .items{
        display: none;
    }
    .party-theme-section .gallery-mobile{
        display: block;
        margin: 0 -5px;
    }

    .redirect-to-sub-pages .item{
        width: calc((100% - 20px) / 2);
    }

    .page-template-content-page-birthday-party-landing .party-sub-page .title-and-description{
        gap: 46px;
        margin-bottom: 117px;
    }

    .redirect-to-sub-pages .item .image span{
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.05em;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

    .redirect-to-sub-pages .item .button{
        padding: 10px 10px;
    }

    .party-theme-section .gallery-mobile .button{
        text-align: center;
        display: block;
        padding-top: 38px;
        padding-bottom: 58px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        margin: 0 5px;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .party-theme-section .gallery-mobile .pagination-wrapper{
        margin-top: 79px;
        margin-bottom: 0;
    }

    .party-theme-section .gallery-mobile .image{
        margin: 0 5px;
        display: block;
    }

    .party-sub-page .party-theme-section .gallery-mobile img{
        height: 676px;
    }
    .page-template-content-page-birthday-party-landing .party-sub-page .party-theme-section .title-and-description{
        margin-bottom: 91px;
    }

    .party-theme-section .link_btn{
        margin-top: 57px;
    }

    .testimonials_section{
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 127px;
    }

    .testimonials_section .content{
        font-weight: 400;
        max-width: 330px;
        width: 100%;    
    }

    .testimonials_section .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 18.6px;
        height: 18.6px;
    }

    .testimonials_section .swiper-container-horizontal>.swiper-pagination-bullets{
        justify-content: center;
        margin: 0;
        bottom: 0;
        position: relative;
        margin-top: 33px;
        gap: 7px;
    }

    .testimonials_section .swiper-slide{
        height: 559px;
        position: relative;
    }

    .testimonials_section .swiper-slide .image{
        display: none;
    }

    .testimonials_section .swiper-slide .image.mobile{
        display: block;
    }

    .testimonials_section .content{
        margin-top: 107px;
    }

    .party-tab{
        margin: 0 -30px;
        margin-top: 34px;
    }

    .party-tab .tab-title{
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #000000;
        padding-left: 15px;
        padding-right: 15px;
    }

.party-tab .tab:last-child .tab-title{
        border: none;
    }

    .link_btn.book-now{
        margin-top: 59px;
    }

    .link_btn.book-now .link{
        min-width: 420px;
    }
}

 @media(max-width: 575.98px){

    .redirect-to-sub-pages .item img{
        height: 150px;
    }
    .section-banner.landing{
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-template-content-page-birthday-party-landing .party-sub-page .title-and-description{
        margin-bottom: 50px;
    }
    .party-theme-section .gallery-mobile .pagination-wrapper{
        margin-top: 50px;
    }
    .party-sub-page .party-theme-section .gallery-mobile img{
        height: 500px;
    }
   
    .how-to-book{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .redirect-to-sub-pages .item .image span{
      
        font-size: 22px;
    }

    .how-to-book .pagination-wrapper .swiper-pagination{
        margin: 0 20px;
        gap: 10px;
    }

    .testimonials_section{
        margin-left: -15px;
        margin-right: -15px;
    }

    .testimonials_section .content{
        width: 100%;
        padding: 0 15px;
        max-width: unset;
    }

    .link_btn.book-now .link{
        min-width: unset;
    }

    .party-tab{
        margin-left: -15px;
        margin-right: -15px;
    }

 }