@font-face {
    font-family: BebasKai;
    src: url(../fonts/BebasKai.woff) format('woff'),
        url(../fonts/BebasKai.woff2) format('woff2');
}

@font-face {
    font-family: DINPro;
    src: url(../fonts/DINPro.woff) format('woff'),
        url(../fonts/DINPro.woff2) format('woff2');
}

body {
    background-color: #450012;
    color: #fff;
}

.container {
    max-width: 1920px;
    justify-content: center;
}

.banner {
    background: url(images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
    font-family: BebasKai;
    padding-bottom: 100px;
    box-shadow: 0px 6px 15px 0px #0000007a;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* black overlay 50% opacity */
    z-index: 1;
}

.row {
    position: relative;
    z-index: 2;
}

.logo-mob {
    display: none;
}

.logo img {
    width: 22%;
}

.banner .row {
    justify-content: center;
}

.banner h1 {
    font-size: 90px;
    line-height: 60px;
    margin-bottom: 18px;
}

.banner h3 {
    font-size: 50px;
    color: #dd1b4c;
}

.banner h3 span,
.bonus {
    font-size: 30px;
    color: #fff;
}

.banner .claim-btn {
    text-decoration: none;
    font-size: 55px;
    color: #fff;
    padding: 0px 20px;
    border-radius: 30px;
    background: linear-gradient(#ab1138, #df1b4d);
    display: inline-block;
    box-shadow: 0px 2px 10px 0px #0000007a;
    margin-top: 20px;
}

.banner ul {
    margin: 35px 0;
}

.banner ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 22px;
}

.banner ul li span {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #db1a4b;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 5px;
}

.payment a img {
    width: 75%;
}

.row-para .para {
    margin: 40px 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.para a {
    color: #fff;
}

.dice {
    display: flex;
    position: absolute;
    bottom: 16px;
    justify-content: space-between;
    left: 0;
    z-index: 5;
    width: 100%;
}

.dice img {
    width: 25%;
    height: fit-content;
}

.fullpage-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    background: transparent;
}

/* -------------------------responsive------------------------------- */
@media screen and (min-width: 1919.98px) and (max-width: 1920.02px) {
    .logo img {
        width: 30%;
    }
}

@media screen and (width:2560px),(width: 1366px),(width:1440px),
(width: 1368px),(width:1280px) {
    .logo img {
        width: 40%;
    }

    .banner h1 {
        font-size: 100px;
        line-height: 80px;
        margin-bottom: 22px;
    }

    .banner h3 {
        font-size: 64px;
    }

    .banner h3 span {
        font-size: 36px;
    }

    .banner .claim-btn {
        font-size: 70px;
    }

    .banner ul li {
        font-size: 28px;
    }

    .banner ul li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .payment a img {
        width: 100%;
    }

    .payment {
        gap: 20px;
    }
}

@media (width:1180px) {
    .logo img {
        width: 36%;
    }
}


@media (max-width:1024px) and (orientation: landscape) {
    .banner {
        background-size: cover;
        height: 100vh;
    }

    .logo img {
        width: 30%;
    }
}
@media (width:1024px) and (orientation: portrait) {
    .banner {
        background: url(images/banner-mobile.jpg) no-repeat top right 55%;
        background-size: cover;
        height: 100vh;
    }

    .logo img {
        width: 70%;
    }

    .banner h1 {
        font-size: 100px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .banner h3 {
        font-size: 80px;
    }

    .banner h3 span,
    .bonus {
        font-size: 44px;
    }

    .banner .claim-btn {
        font-size: 88px;
    }

    .banner ul {
        margin: 50px 0;
    }

    .banner ul li {
        font-size: 30px;
    }

    .banner ul li span {
        width: 32px;
        height: 32px;
        display: inline-block;
        background: #db1a4b;
        line-height: 32px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .payment {
        gap: 20px;
    }

    .payment a img {
        width: 100%;
    }
}


@media (width:912px),
(width:820px) {
    .banner {
        background: url(images/banner-mobile.jpg) no-repeat top right 55%;
        background-size: cover;
        height: 100vh;
    }

    .logo img {
        width: 70%;
    }

    .banner h1 {
        font-size: 100px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .banner h3 {
        font-size: 70px;
    }

    .banner .claim-btn {
        font-size: 70px;
    }

    .banner ul li span {
        width: 28px;
        height: 28px;
        display: inline-block;
        background: #db1a4b;
        line-height: 28px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .payment {
        gap: 20px;
    }

    .payment a img {
        width: 95%;
    }
}

@media screen and (max-width:768px) {
    .banner {

        /*background-position:top right;*/
        background-size: cover;
        display: flex;
        align-items: center;
        height: auto;
    }

    .banner h1 {
        font-size: 70px;
        line-height: 60px;
        /* margin-bottom: 0px; */
    }

    .logo img {
        width: 35%;
    }
}

@media screen and (width:768px) {
    .banner {
        background: url(images/banner-mobile.jpg) no-repeat top right 55%;
        background-size: cover;
        height: 100vh;
    }

    .logo img {
        width: 70%;
    }

    .banner h1 {
        font-size: 100px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .banner h3 {
        font-size: 70px;
    }

    .banner .claim-btn {
        font-size: 70px;
    }

    .banner ul li span {
        width: 28px;
        height: 28px;
        display: inline-block;
        background: #db1a4b;
        line-height: 28px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .payment {
        gap: 20px;
    }

    .payment a img {
        width: 95%;
    }
}

@media (min-width: 576px) and (max-width: 932px) and (orientation: landscape) {
    .banner {
        height: auto;
        background-size: cover;
    }

    .logo img {
        width: 30%;
    }
}

@media screen and (max-width:575px) {
    .banner::before {
        width: 0%;
        height: 0%;
    }

    .banner {
        background: url(images/banner-mobile.jpg) no-repeat top right 55%;
        background-size: cover;
        padding-bottom: 30px;
        height: 90vh;
    }

    .banner .row {
        justify-content: flex-start;
    }

    .banner h1 {
        font-size: 65px;
        /* text-shadow: 0px 0px 10px #000; */
        line-height: 60px;
        margin-bottom: 3vh;
    }

    .banner h3 {
        font-size: 40px;
        margin-bottom: 0;
        /* text-shadow: 0px 0px 10px #000; */
    }

    .banner h3 span,
    .bonus {
        font-size: 15px;
        color: #fff;
    }

    .bonus {
        margin-left: 5px !important;
    }

    .banner .claim-btn {
        font-size: 40px;
        border-radius: 15px;
        margin-top: 3vh;
    }

    .banner ul {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        margin: 3vh 0;
    }

    .banner ul li {
        display: block;
        margin: 0;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .banner ul li span {
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .payment {
        margin: 0 30px;
    }

    .payment a img {
        width: 85%;
    }

    .row-para .para {
        margin: 30px 20px;
    }

    .logo {
        display: none;
    }

    .logo-mob {
        display: block;
    }

    .logo-mob img {
        margin: 20px 0px 20px 0;
        width: 100%;
        /*float: left;*/
    }

    .dice {
        display: flex;
        position: absolute;
        bottom: -28px;
        justify-content: space-between;
        left: 0;
    }

    .dice img {
        width: 25%;
        height: fit-content;
    }
}

@media screen and (width:540px) {
    .logo-mob img {
        margin: 10px 0px 10px 0;
        width: 75%;
    }

    .banner h1 {
        margin-bottom: 1vh;
    }

    .banner .claim-btn {
        margin-top: 1vh;
    }

    .banner ul {
        margin: 2vh 0;
    }

}

@media (width: 414px) and (orientation: landscape) {
    h1 {
        font-size: 400px;
    }
}

@media screen and (width:344px) {
    .banner h1 {
        font-size: 58px;
    }

    .banner h3 {
        font-size: 38px;
    }

    .banner .claim-btn {
        font-size: 35px;
    }
}
@media (width: 1280px) {

}