.bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#fp-nav ul li a span {
    background-color: transparent;
}

.section {
    background-image: url('../img/Desktop/we88id.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.logo {
    background-image: url('../img/Desktop/logo.png');
    width: 595px;
    height: 133px;
    margin-right: auto;
    margin-top: 0px;
    margin-left: auto;
    background-position-x: 90px;
}

.intro-text {
    color: white;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 50px;
}

.intro-text strong {
    color: #ffffff;
    font-size: 50px;
}

.how-to {
    height: 95px;
    width: 650px;
    margin: 35px auto;
    cursor: pointer;
}

.how-to.register {
    background-image: url('../img/Desktop/register.png');
    width: auto;
    height: 90px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.how-to.deposit {
    background-image: url('../img/Desktop/deposit.png');
    width: auto;
    height: 90px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.how-to.withdraw {
    background-image: url('../img/Desktop/withdrawal.png');
    width: auto;
    height: 90px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.start-winning-now {
    background-image: url('../img/Desktop/start-winning-now-btn.png');
    width: auto;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}







.modal-content {
    background-color: transparent;
    border: 0;
}

.modal-content .swiper-container {
    width: 100%;
}

.swiper-slide img {
    margin: 0 auto;
    max-height: 650px;
    display: block;
}

.fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after {
    background-image: url('../img/Mobile/right-arrow.png');
    width: 27px;
    height: 62px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.swiper-button-prev:after {
    background-image: url('../img/Mobile/left-arrow.png');
    width: 27px;
    height: 62px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

button.close {
    opacity: 1;
    width: 80px;
    margin-left: auto;
    margin-bottom: -30px;
    z-index: 11;
}

.close span {
    color: white;
    font-size: 80px;
}

/* Left bottom notification popup */
.notification-popup {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999999999999;
    display: none;
}

.notification-popup-content {
    width: 95%;
    border: 0;
    text-align: left;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    line-height: 18px;
    position: relative;
    overflow: hidden;
}

.notification-popup-content .d-flex {
    padding: 10px;
    padding-right: 18px;
}

.notification-popup .logo {
    width: 170px;
    height: 60px;
    background-size: 150%;
    background-position-x: 1px;
}

.notification-text-1 {
    font-weight: bold;
}

.notification-text-2 {
    font-weight: bold;
    color: red;
    text-align: center;
    margin: 5px;
}

.notification-text-3 {
    text-align: right;
    font-size: 13px;
}

.notification-close-btn {
    position: absolute;
    top: 8px;
    right: 26px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
}

.notification-close-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.notification-close-btn::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.notification-progress {
    width: 100%;
}

#notification-progress-bar {
    width: 100%;
    height: 5px;
    background-color: rgb(255, 87, 145);
}

@media only screen and (max-width: 767px) {
    .section {
        background-image: url('../img/Mobile/we88idm.jpg');
    }

    .logo {
        width: 86vw;
        height: 19vw;
        background-position-x: 20vw;
    }

    .intro-text {
        font-size: 4vw;
        line-height: 6vw;
    }

    .intro-text strong {
        font-size: 5vw;
    }

    .how-to {
        height: 20vw;
        width: 76vw;
        margin: 5vw auto;
    }

    .how-to.register {
        background-image: url('../img/Mobile/register.png');
    }

    .how-to.deposit {
        background-image: url('../img/Mobile/deposit.png');
    }

    .how-to.withdraw {
        background-image: url('../img/Mobile/withdraw.png');
    }

    .start-winning-now {
        background-image: url('../img/Mobile/start-winning-now-btn.png');
        width: 61vw;
        height: 11vw;
        margin-top: 6vw;
    }


    












@media screen and (max-width: 414px) and (min-width: 320px) {
  .more-info-btn {
    margin-left: 10px;
}
}
