@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: #171642;
    color: #fff;
  }
.container{
    max-width:1920px;
}.banner{
    position: relative;
}
.banner{
    background: url(images/Casino_bg.jpg) no-repeat top right;
    /* background-size: 90%; */
   background-size: cover;
    font-family: BebasKai;
    padding-bottom: 100px;
    box-shadow: 0px 6px 15px 0px #0000007a;
}
.logo img{
    margin: 82px 0 82px 0;
    width: 20%;
}
.banner h1{
    font-size: 85px;
    line-height: 60px;
    margin-bottom: 40px;
}
.banner h3{
    font-size: 70px;
    color: #ffb800;
}
.banner h3 span, .bonus{
    font-size: 36px;
    color: #fff;
}
.banner .claim-btn{
    text-decoration: none;
    font-size: 55px;
    color: #fff;
    padding: 0px 20px;
    border-radius: 50px;
    background: linear-gradient(#ffd906, #c86a03);
    display: inline-block;
    box-shadow: 0px 2px 10px 0px #0000007a;
    margin-top: 20px;
}
.banner ul{
    margin: 60px 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: #ffb800;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 5px;
}
.payment a img{
    /* margin: 0 10px; */
    width: 75%;
}
.row-para .para{
    margin: 40px 30px;
    font-family: DINPro;
    font-size: 16px;
}
.para a{
    color: #fff;
}
/* -------------------------responsive------------------------------- */
@media screen and (min-width: 1919.98px) and (max-width: 1920.02px) {
    .logo img{
        width: 30%;
    }
}
@media screen and (max-width:768px){
    .banner{
        background: url(images/Casino_mobile_bg.jpg) no-repeat top right;
        background-size: cover;
    }
    .banner h1, .banner h3 {
        /* text-shadow: 0px 0px 10px #000; */
    }
    .banner h1 {
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 0px;
      }
}
@media screen and (max-width:575px){
    .banner{
        padding-bottom: 30px;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .banner-content{
        position: relative;
        z-index: 2;
    }
    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.2;
        z-index: 1;
     }
    .banner h1 {
        font-size: 40px;
    /* text-shadow: 0px 0px 10px #000; */
    line-height: 40px;
    margin-bottom: 0;
    }
    .banner h3 {
        font-size: 30px;
        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: 22px;
    }
    .banner ul {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        margin: 15px 0;
    }
    .banner ul li{
        display: block;
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .banner ul li span{
        text-align: center;
        width: 14px;
  height: 14px;
  line-height: 14px;
    }
    .payment{
        margin: 0 30px;
    }
    .payment a img {
        width: 70%;
    }
    .row-para .para {
        margin: 30px 20px;
    }
    .logo img {
        /* margin: 35px 0 35px 0; */
        margin: 0px 0 80px 0;
        width: 50%;
      }
}