@media (max-width: 767px) {

header {
    padding: 5px 0px;
}

.mobile .logo img {
    width: 50%;
}

.main-banner .banner-buttons {
    position: absolute;
    margin-top: -50% !important;
    margin-left: 0%;
}

/* Mobile Menu */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 18%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }


.mobile-menu {
    padding-top: 10px;
}

#banner .first-banner img {
    width: 100%;
}

#carouselExampleIndicators {
    padding: 20px 0px;
}

.ticker {
    padding: 0px 0px;
}

.sport {
    padding: 0px 0px;
}

.sport-banner {
    padding: 10px 0px;
}

.game-option {
    padding: 10px 0px;
}

.game-type {
    padding: 10px 5px;
}  

.game-type p {
    color: white;
    padding: 5px;
    font-size: 10px;
    font-weight: 200;
}

.about-us h3 {
    color: white;
    font-size: 20px;
    margin-top: 15px;
    margin-left: -35px;
    padding: 10px;
}

.about-us .des p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 10px;
}

.why-choose p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 10px;
}

.why-choose li {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: white;
    padding: 0px 10px;
}

.download img {
    width: 100%;
}

.download-button .red button {
    background-color: #b20000;
    border-color: #b20000;
    width: 100%;
}

.download-button .white button {
    background-color: #fff;
    border-color: #fff;
    color: #666;
    width: 100%;
}

.download-app h3 {
    color: white;
    font-size: 20px;
    margin-top: 15px;
    margin-left: 0px;
    padding: 10px;
}

.download-app p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding-top: inherit;
    padding: 10px;
}

.how-profit p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 0px 10px;
}

.shareholder-profit li {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: white;
    /* padding-top: 20px; */
    padding: 0px 10px;
}

.entertainment p {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: white;
    padding: 0px 10px;
}

.vui123 h3 {
    color: white;
    font-size: 20px;
    margin-top: 15px;
    margin-left: 0px;
    padding: 10px;
}

.vui123 p {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: white;
    margin-left: 0px;
    padding: 0px 10px;
}

.about-us img {
    width: 95%;
    padding-top: 20px;
}

.vui123 h4 {
    font-size: 25px;
    line-height: 35px;
    text-align: justify;
    color: white;
    margin-left: 0px;
    padding: 0px 10px;
}

#brand .title.menu p {
    font-size: 12px;
    line-height: 35px;
    text-align: justify;
    color: white;
    margin-left: 0px;
}

footer {
    background-color: black;
    padding: 10px 10px;
}

footer p {
    background-color: black;
    margin-top: 10px;
}


}