html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.main {
    background: url("../images/bg_pc.png") no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .section {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.main .section .title {
    width: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub_title {
    width: 12rem;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .section img {
    width: 100%;
    height: auto;
}

.section .countdownHolder {
    height: 10rem;
}

.section .is-countdown {
    border: none;
    background-color: unset !important;
}

.section .countdown-section {
    background-color: #e5c187;
    margin: 0.4rem;
    width: 8rem;
    height: 8rem;
    border-radius: 0.5rem;
}

.section .countdown-section {
    background-color: #e5c187;
    margin: 0.4rem;
    width: 8rem;
    height: 8rem;
    border-radius: 0.5rem;
}

.section .countdown-row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section span.countdown-amount {
    color: white;
    font-size: 5rem;
    font-family: 'Montserrat-Light';
}

.countdown-period {
    color: white;
    font-size: 1rem;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
}

.footer {
    height: 6rem;
    text-align: center;
    position: fixed;
    bottom: 3rem;
    width: 6rem;
    display: block;
    z-index: 100;
    display: flex; justify-content: center; align-items: center;
}

.footer img {
    width: 8rem;
    height: auto;
}


@media screen and (max-width: 500px) {
    .main {
        background: url("../images/bg_mob.png") no-repeat;
        background-size: 100% 100%;
    }

    .main .section img {
        width: 80%;
        height: auto;
    }

    .main .section .title {
        width: 20rem;
    }

    .sub_title {
        width: 10rem;
    }

    .section .countdown-section {
        width: 5rem;
        height: 5rem;
    }

    .section span.countdown-amount {
        font-size: 3rem;
    }

    .section span.countdown-period {
        font-size: 0.8rem;
    }
    .footer {
        bottom: 2rem;
    }
    .footer img {
        width: 4rem;
    }
}

@media screen and (max-width: 360px) {
    .main {
        background: url("../images/bg_mob.png") no-repeat;
        background-size: 100% 100%;
    }

    .main .section .title {
        width: 18rem;
    }

    .sub_title {
        width: 9rem;
    }

    .section .countdown-section {
        width: 4rem;
        height: 4rem;
    }

    .section span.countdown-amount {
        font-size: 2.5rem;
    }

    .section span.countdown-period {
        font-size: 0.6rem;
    }
}


.swiper-container {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.swiper-slide {
    background-position: center;
    background-size: contain;
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.swiper-slide1 {
    background-image: url(../images/slides/w1.png);
}

.swiper-slide2 {
    background-image: url(../images/slides/w2.png);
}

.swiper-slide3 {
    background-image: url(../images/slides/w3.png);
}

.swiper-slide4 {
    background-image: url(../images/slides/w4.png);
}

.swiper-slide5 {
    background-image: url(../images/slides/w5.png);
}

.swiper-slide6 {
    background-image: url(../images/slides/w6.png);
}

.swiper-slide7 {
    background-image: url(../images/slides/w7.png);
}

@media screen and (max-width: 500px) {
    .swiper-slide1 {
        background-image: url(../images/slides/m1.png);
    }

    .swiper-slide2 {
        background-image: url(../images/slides/m2.png);
    }

    .swiper-slide3 {
        background-image: url(../images/slides/m3.png);
    }

    .swiper-slide4 {
        background-image: url(../images/slides/m4.png);
    }

    .swiper-slide5 {
        background-image: url(../images/slides/m5.png);
    }

    .swiper-slide6 {
        background-image: url(../images/slides/m6.png);
    }

    .swiper-slide7 {
        background-image: url(../images/slides/m7.png);
    }
}

:root {
    --swiper-theme-color: #e5c087;
}

.swiper-pagination-bullet-active {
    background: #e5c087;
}

@media screen and (max-width: 1024px) and (min-width: 501px) {

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 30px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 150px;
    }
}