/*=======================================
banner
============================================*/
.kidsjoy_style-banner .swiper-slide {
    position: relative;
    height: calc(100vh - 8.0625em);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
}

.kidsjoy_style-banner .kidsjoy_style-banner-wrapper {
    height: 100%;
    padding: 3.125em 6.25em;
}

.kidsjoy_style-banner .kidsjoy_style-banner-wrapper .row {
    height: 100%;
    align-items: center;
}

.kidsjoy_style-banner .kidsjoy_style-banner-title {
    overflow: hidden;
}

.kidsjoy_style-banner .swiper-slide-active .kidsjoy_style-banner-title .sub-title {
    -webkit-animation: slide-left 0.8s ease-in-out both;
    animation: slide-left 0.8s ease-in-out both;
    animation-delay: 300ms;
}

.kidsjoy_style-banner .swiper-slide-active .kidsjoy_style-banner-title .title {
    -webkit-animation: slide-left 0.8s ease-in-out both;
    animation: slide-left 0.8s ease-in-out both;
    animation-delay: 500ms;
}

.kidsjoy_style-banner .swiper-slide-active .kidsjoy_style-banner-desc {
    -webkit-animation: fade-in 0.8s ease-in-out both;
    animation: fade-in 0.8s ease-in-out both;
    animation-delay: 1000ms;
}

.kidsjoy_style-banner .swiper-slide-active .kidsjoy_style-button-container{
    -webkit-animation: fade-in 0.8s ease-in-out both;
    animation: fade-in 0.8s ease-in-out both;
    animation-delay: 1200ms;
}

.kidsjoy_style-banner .kidsjoy_style-banner-avaliable{
    margin-top: 2.1875em;
}

.kidsjoy_style-banner .swiper-slide-active .kidsjoy_style-banner-avaliable{
    -webkit-animation: fade-in 0.8s ease-in-out both;
    animation: fade-in 0.8s ease-in-out both;
    animation-delay: 1100ms;
}

/*===========================
Banner-style-1
=================================*/
.kidsjoy_style-banner .kidsjoy_style-banner-title .sub-title {
    display: inline-block;
    font-family: var(--subtitle-font-family);
    font-weight: var(--font-weight-regular);
    letter-spacing: var(--letter-spacing-three);
    text-transform: uppercase;
    color: var(--color-theme-primary);
    margin-bottom: 0.625em;
}

.kidsjoy_style-banner .kidsjoy_style-banner-title .title {
    font-size: 4.375em;
    line-height: 1.3;
}

.kidsjoy_style-banner .kidsjoy_style-button-container {
    margin-top: 5em;
}

.kidsjoy_style-banner .kidsjoy_style-banner-desc p {
    margin: 2em 0 0;
}

.kidsjoy_style-banner-style-1 .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-theme-tertiary);
    background: -moz-linear-gradient(90deg, var(--color-theme-tertiary) 40%, rgba(255, 251, 244, 0) 50%);
    background: -webkit-linear-gradient(90deg, var(--color-theme-tertiary) 40%, rgba(255, 251, 244, 0) 50%);
    background: linear-gradient(90deg, var(--color-theme-tertiary) 40%, rgba(255, 251, 244, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-theme-tertiary)", endColorstr="#fffbf4", GradientType=1);
    z-index: -1;
}

.kidsjoy_style-banner-style-1 .kidsjoy_style-banner-desc {
    padding-right: 10em;
}

/*======================
navigation
===========================*/

/*==========
bullets
==============*/
.kidsjoy_style-banner-style-1 .swiper-horizontal>.swiper-pagination, 
.kidsjoy_style-banner-style-1 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.kidsjoy_style-banner-style-1 .swiper-pagination{
    position: absolute;
    top: auto;
    bottom: 1em;
    margin-top: 0;
}

/*===============
navigation-icons
===================*/
.kidsjoy_style-banner-style-1 .kidsjoy_style-navigation{
    margin-top: 0;
    text-align: inherit;
}
.kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-next, 
.kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-prev{
    position: absolute;
}

.kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-next, 
.kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-prev{
    top: auto;
    bottom: 5em;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-prev{
    left: 6.25em;
}

.kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-next{
    right: auto;
    left: 11em;
}

/*===========================
Banner-style-2
=================================*/
.kidsjoy_style-banner-style-2 .kidsjoy_style-available-list{
    list-style: none;
    padding-left: 0;
}

.kidsjoy_style-banner-style-2 .list-title{
    margin-bottom: 0.4em;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-available-list li{
    display: inline-block;
    margin-right: 1.875em;
    margin-bottom: 0.5em;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-available-list li .content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-available-list li i,
.kidsjoy_style-banner-style-2 .kidsjoy_style-available-list li svg{
    margin-right: 1em;
    min-width: 0.875em;
    height: 1em;

}

.kidsjoy_style-banner-style-2 .kidsjoy_style-available-list li:last-child{
    margin-right: 0;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation{
    position: absolute;
    top: 50%;
    right: 6.25em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 1;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev{
    margin-bottom: 3.5em;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-next, 
.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev{
    color: var(--color-theme-white);
    position: static;
    display: block;
    margin-right: 0;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-next .icon, 
.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev .icon{
    display: inline-block;
    height: 2.8125em;
    width: 2.8125em;
    line-height: 2.8125em;
    text-align: center;
    background: var(--color-theme-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-next .icon svg,
.kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev .icon svg{
    width: 1.1875em;
    height: 1em;
}

/*=================
responsive
==========================*/
@media (max-width: 1600px){
    .kidsjoy_style-banner .kidsjoy_style-banner-title .title{
        font-size: 3em;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-next, .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-prev{
        bottom: 3.5em;
    }

}

@media (max-width: 1549px){
    .kidsjoy_style-banner .kidsjoy_style-button-container{
        margin-top: 3.125em;
    }

    .kidsjoy_style-banner .kidsjoy_style-banner-desc p{
        margin: 1.5em 0 0;
    }
}

@media (max-width: 1366px){
    .kidsjoy_style-banner .kidsjoy_style-banner-wrapper{
        padding: 3em 2em;
    }

    .kidsjoy_style-banner .kidsjoy_style-banner-title .title{
        font-size: var(--font-size-h3);
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-banner-desc{
        padding-right: 6em;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-prev{
        left: 2em;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-next{
        left: 7em;
    }

    .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation{
        right: 2em;
    }
}

@media (max-width: 1199px){
    .kidsjoy_style-banner .swiper-slide{
        height: auto;
    }

    .kidsjoy_style-banner .kidsjoy_style-banner-wrapper{
        padding: 7em 2em;
    }

    .kidsjoy_style-banner-style-1 .swiper-slide::before{
        background: -moz-linear-gradient(90deg, var(--color-theme-tertiary) 47%, rgba(255, 251, 244, 0) 55%);
        background: -webkit-linear-gradient(90deg, var(--color-theme-tertiary) 47%, rgba(255, 251, 244, 0) 55%);
        background: linear-gradient(90deg, var(--color-theme-tertiary) 47%, rgba(255, 251, 244, 0) 55%);
    }

    .kidsjoy_style-banner .kidsjoy_style-button-container{
        margin-top: 3.125em;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation{
        margin-top: 0;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-next, 
    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-prev{
        position: absolute;
        bottom: 3em;
    }

    .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev{
        margin-right: 0;
    }
}

@media (max-width: 767px){
    .kidsjoy_style-banner .kidsjoy_style-button-container{
        margin-top: 2.5em;
    }
    .kidsjoy_style-banner .kidsjoy_style-banner-wrapper{
        padding: 5em 2em;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-banner-desc{
        padding-right: 0;
    }

    .kidsjoy_style-banner-style-1 .swiper-slide::before{
        background: -moz-linear-gradient(90deg, var(--color-theme-tertiary) 47%, rgba(255, 251, 244, 0) 100%);
        background: -webkit-linear-gradient(90deg, var(--color-theme-tertiary) 47%, rgba(255, 251, 244, 0) 100%);
        background: linear-gradient(90deg, var(--color-theme-tertiary) 47%, rgba(255, 251, 244, 0) 100%);
    }

    .kidsjoy_style-banner .kidsjoy_style-banner-desc p{
        margin: 1em 0 0;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation{
        display: block;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4em;
        z-index: 2;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-prev,
    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation .swiper-button-next{
        position: static;
    }

    .kidsjoy_style-banner-style-2 .swiper-slide::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--color-theme-tertiary);
        opacity: 0.5;
        z-index: -1;
    }

    .kidsjoy_style-banner-style-2 .kidsjoy_style-available-list{
        margin: 1em 0 0;
    }

    .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation{
        top: auto;
        right: 0;
        left: 0;
        bottom: 1em;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-next, .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev{
        display: inline-block;
    }

    .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev{
        margin-bottom: 0;
        margin-right: 1em;
    }

    .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-next .icon, 
    .kidsjoy_style-banner-style-2 .kidsjoy_style-navigation .swiper-button-prev .icon{
        height: 2em;
        width: 2em;
        line-height: 2em;
    }
}

@media (max-width: 500px){
    .kidsjoy_style-banner .kidsjoy_style-banner-wrapper{
        padding: 4.375em 2em 5em 2em;
    }

    .kidsjoy_style-banner-style-1 .kidsjoy_style-navigation{
        bottom: 1.5em;
    }

    .kidsjoy_style-banner-style-1 .swiper-horizontal>.swiper-pagination, .kidsjoy_style-banner-style-1 .swiper-pagination-bullets.swiper-pagination-horizontal, .kidsjoy_style-banner-style-1 .swiper-pagination{
        bottom: 0.5em;
    }
    .kidsjoy_style-banner .kidsjoy_style-banner-avaliable{
        margin-top: 1em;
    }
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}