* {
    padding: 0;
    margin: 0;
}

@keyframes myAnim {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
.swiper-button-next, .swiper-button-prev {
    color: #F9C44E !important
}

.swiper {
    height: 792px;
    position: relative;
}

.slider-light img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

.slider-grass img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 436px;
    z-index: 20;
    background-position: center center;
    background-repeat: repeat-x;
}

.slider-back-grass img {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 619px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.slider-tree img {
    height: 322px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 10;
}

.slider1-left {
    height: auto;
    width: 390px;
    position: absolute;
    left: 0;
    top: 180px;
    z-index: 8;
    animation: myAnim 2s ease 0s 1 normal forwards;
    animation-iteration-count: infinite;
}

.slider1-right {
    height: auto;
    width: 390px;
    position: absolute;
    right: 0;
    top: 180px;
    z-index: 8;
    animation: slider1-right 8s infinite;
}

.slider-middle {
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    animation: slider-middle 10s ease 0s 1 normal forwards;
    animation-iteration-count: infinite;
}
.slider-middle2 {
    height: 90%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    animation: slider-middle2 10s ease 0s 1 normal forwards;
    animation-iteration-count: infinite;
}

.slider-middle10 {
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    animation: slider-middle10 10s ease 0s 1 normal forwards;
    animation-iteration-count: infinite;
}
.slider-middle11 {
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    animation: slider-middle11 10s ease 0s 1 normal forwards;
    animation-iteration-count: infinite;
}


.slider-bg {
    display: block;
    position: absolute;
    z-index: 1;
    height: 90% !important;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background-position: 0px 0px;
}

.slider-content {
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
    z-index: 25;
    width: 100%;
}

    .slider-content img {
        position: absolute;
        display: block;
        bottom: -25px;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 25;
        height: 531px;
        width: 888px;
    }

.content-text {
    height: 385px;
    width: 385px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 24;
    bottom: 155px;
    left: 50%;
    background-image: url(../images/slider_textbg_blue.png);
}

    .content-text aside {
        margin-left: 78px;
        margin-top: 90px;
        margin-right: 34px;
    }

        .content-text aside h1 {
            font-size: 31px;
            color: #fff;
            margin-bottom: 10px;
        }

        .content-text aside h2 {
            font-size: 19px;
            color: #fff;
            line-height: 1.2em;
        }

.mobile-1 {
    display: none;
}

@keyframes slider1-left {
    50% {
        left: -20px;
        transform: scale(1) translate3d(0, -1em, 0);
    }
}


@keyframes slider1-right {
    50% {
        right: -20px;
        transform: scale(1) translateX(100, 100, 100);
    }
}


@media screen and (max-width: 768px) {
    .swiper {
        width: auto;
        position: relative;
        height: 300px;
    }

    .desktop {
        display: none;
    }

    .mobile img {
        float: none;
        list-style: none;
        position: absolute;
        width: 100%;
        z-index: 50;
        display: block;
        object-fit: contain;
    }
}

@keyframes slider-middle10 {
    0%, 100% {
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}

@keyframes slider-middle11 {
    0%, 100% {
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}
@keyframes slider-middle {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        transform: translateX(10px);
    }

    80% {
        transform: translateX(8px);
    }

    90% {
        transform: translateX(-8px);
    }
}

@keyframes slider-middle2 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}


.swiper-backface-hidden .swiper-slide {
    overflow: hidden !important
}
