@font-face {
  font-family: RobotoBold;
  src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: RobotoRegular;
  src: url(../fonts/Roboto-Regular.ttf);
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  font-family: "RobotoRegular";
  position: relative;
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

hr {
  background-color: #dbdbdb;
  margin: 10px auto;
  margin-left: 20px;
  margin-right: 20px;
}
main {
  margin-top: -3.5rem;
  overflow: hidden;
}

.wrapper {
  color: #545454;
}

.banner {
  position: relative;
  overflow: hidden;
  /* border-bottom-left-radius: 50% 5%;
  border-bottom-right-radius: 50% 5%; */
}

.video-relative {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 50% 5%;
  border-bottom-right-radius: 50% 5%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.flag {
  border-radius: 50%;
  box-shadow: 0px 1px 2px rgb(0 0 0/40%);
  width: 70px;
  height: auto;
}

.btn {
  background-color: #fff;
  font-size: 14px;
  width: 120px;
  height: 40px;
}

.col-region {
  width: 200px;
  text-align: center;
  margin: auto;
}

.country-name {
  font-weight: bold;
  font-family: "RobotoBold";
  color: #fff;
  font-size: 12px;
}

.columns-width {
  width: 500px;
  margin: 0 auto;
}

.modal-background {
  background: rgba(0, 0, 0, 0.4);
}

.modal-card {
  width: 320px;
}

.modal-card-body {
  border-radius: 10px;
}

.btn-modal {
  text-transform: uppercase;
  background-color: #181c64;
  background-image: linear-gradient(#2b318b, #181c64);
  color: white;
  font-size: 14px;
  font-weight: 700;
  font-family: RobotoBold;
  border-radius: 5px;
  width: 100px;
}

.btn-modal:hover {
  color: white;
}

.btn-modal:focus {
  color: white;
}

.text-content {
  color: #545454;
  margin-left: 30px;
  margin-right: 30px;
}

.modal-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "RobotoBold";
  text-transform: uppercase;
}

.modal-close-icon {
  font-size: 30px;
}

.modal-close-icon:hover {
  cursor: pointer;
}

.mb-logo {
  width: 350px;
  height: 71px;
}

/* new styling */
.flag-box {
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.flag-box a {
  color: #fff;
}
.flag-box .languages a:hover {
  color: #f48120;
}
.flag-box:hover {
  border-color: #dbdbdb;
}
.country-name.languages {
  display: none;
  color: #fff;
}
.flag-box:hover .country-name {
  display: none;
}
.flag-box:hover .country-name.languages {
  display: block;
}
.image-divider {
  width: 100%;
  height: 20px;
}
.bg {
  /* background-image: url(../images/bg.jpg); */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  padding-bottom: 10rem;
}
.img-group {
  /* height: 600px; */
  display: inline-block;
}
.img-group .pc {
  /* position: absolute; */
}
.img-group .vip-screen {
  top: 0;
  left: 0;
  position: absolute;
}
.img-group .games-symbol {
  bottom: 0;
  left: 0;
  width: 35%;
  position: absolute;
}
.img-group .phone {
  position: absolute;
  width: 35%;
  right: 10%;
  bottom: 45px;
}
.mybet-programs {
  display: inline-block;
  /* padding-top: 6rem; */
}
.mybet-programs img {
  cursor: pointer;
  display: block;
  /* margin-bottom: 0.8rem; */
  margin-left: auto;
  width: 90%;
  transition: all 0.2s;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
.mybet-programs img.selected {
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* swiper program styles */
.swiper-slot {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.swiper-promotions .swiper-slide {
  width: 150px;
}
.swiper-promotions .swiper-slide img {
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.swiper-promotions .swiper-slide .program-title {
  font-weight: bold;
  font-size: 15px;
  font-family: "RobotoBold";
  margin-left: 0.5rem;
}
.swiper-promotions .swiper-slide .program-content p {
  transition: all 0.3;
}
.swiper-promotions .swiper-slide .program-content.selected p {
  color: #2b318b;
}

/* swiper promotion  */
.swiper-promo-section-wrapper {
  height: 25rem;
  overflow: hidden;
  padding-top: 6rem;
  margin-top: 3rem;
}

.swiper.swiper-promo-section {
  overflow: unset;
}
.swiper-promo-section .swiper-slide {
  width: 800px;
}
.swiper-promo-section .swiper-slide.swiper-slide-active {
  transform: scale(1.5, 1.5);
  z-index: 999;
}

.swiper-promo-section .bg-dark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-promo-section .swiper-slide.swiper-slide-active .bg-dark {
  background-color: transparent;
}
.swiper-promo-section .swiper-slide.swiper-slide-active img {
  box-shadow: 0 0 5px 5px rgba(202, 219, 228, 0.5);
}

.container-overflow {
  overflow: hidden;
}
.winners-section {
  background-image: url(../images/new/up/bg-winner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  /* padding-top: 5rem; */
  /* padding-bottom: 5rem; */
}
.winners-section .winner-section-left-images {
  position: relative;
  height: 1100px;
}
.winners-section .winner-section-left-images .winner-box {
  position: absolute;
  right: -10rem;
}
.winners-section .winner-section-left-images .table-box {
  width: 400px;
  border: 2px solid #bb9743;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.winners-section .winner-section-left-images .table-winners {
  width: 100%;
}
.winners-section .winner-section-left-images .table-winners td {
  padding: 5px;
  text-align: left;
}
.winners-section .winner-section-left-images .table-winners td:nth-child(1) {
  color: #fff;
}
.winners-section .winner-section-left-images .table-winners td:nth-child(2) {
  color: #f48120;
  text-align: right;
  font-weight: bold;
  font-family: "RobotoBold";
}
.winners-section .winner-section-left-images .jackpot-amount {
  text-align: center;
  position: relative;
}
.winners-section .winner-section-left-images .jackpot-amount h1 {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  font-family: "RobotoBold";
  transform: translate(0, -50%);
}
.winners-section .winner-title-img {
  /* position: absolute;
  right: -5rem; */
}
.section-partners {
  background-image: url(../images/new/up/bg-vendor.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 3rem;
}
.section-partners .container::before {
  content: url(../images/new/up/vendor-divider.png);
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-partners .partners-tabs {
  width: 70%;
  margin: 0 auto;
}
.section-partners .partners-tabs .column {
  text-align: center;
}
.section-partners .partners-tabs a {
  text-transform: uppercase;
  color: #fff;
}
.section-partners .partners-tabs .column.is-active a {
  font-size: 20px;
  margin-bottom: -3px;
  font-weight: bold;
  font-family: "RobotoBold";
}
.section-partners .partners-tabs .column label {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  transition: border 0.5s;
}
.section-partners .partners-tabs .column.is-active label {
  border-color: #f48120;
}
.h-100 {
  height: 100%;
}
.h-fit {
  height: fit-content;
}
.section-partners .vendors {
  display: none;
  opacity: 0;
  transition: all 0.5s;
  min-height: 300px;
}
.section-partners .vendors.is-active {
  display: block;
  opacity: 1;
}
.program-section {
  background-image: url(../images/new/up/bg-why-mb88.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 5rem;
  padding-top: 2rem;
}
.promotion-section {
  background-image: url(../images/new/up/bg-promo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 6rem;
  /* padding-bottom: 6rem; */
  margin-top: -1.5rem;
}
.country-section {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.span-primary {
  color: #2b318b;
  font-weight: bold !important;
}
.span-secondary {
  color: #f48120;
  font-weight: bold !important;
}
.span-white {
  color: #fff;
}
.promotion-title {
  position: relative;
}
.promotion-title::before {
  content: url(../images/up-assets/p-chip-2.png);
  position: absolute;
  top: -7rem;
  left: -34rem;
}
.promotion-title::after {
  content: url(../images//up-assets//p-chip-1.png);
  position: absolute;
  top: -10rem;
  right: -35rem;
}
.promotion-title-2 {
    position: relative;
}

    .promotion-title-2::before {
        content: url(../images/up-assets/p-chip-2-mb.png);
        position: absolute;
        top: -7rem;
        left: -34rem;
    }

    .promotion-title-2::after {
        content: url(../images//up-assets//p-chip-1-mb.png);
        position: absolute;
        top: -10rem;
        right: -35rem;
    }

.section-mybet-play {
  /* padding: 0 7rem; */
  background-image: url(../images/new/up/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.section-mybet-play .playnow-box {
  width: 70%;
  margin: 0 auto;
}

.footer-follow-us {
  margin-left: 3rem;
}
.footer-follow-us img {
  width: 35px;
  height: 35px;
}

.sexy-girl {
  position: absolute;
  top: 8rem;
}

.footer-left {
  width: 50%;
}
.footer-right {
  width: 50%;
  text-align: right;
}
.btn-language {
  width: 130px;
}

.mb-partners-responsive {
  margin-bottom: 2rem !important;
}

.footer-label {
  font-size: 14px !important;
}

.footer-certifications img {
  width: 90px;
  height: 40px;
}

#announcementModal .modal-card {
  width: 400px;
}

#announcementModal .do-link {
  margin: 0;
  cursor: pointer;
  color: #2b318b;
  text-decoration: underline;
}

.banner-video {
  width: 100%;
  object-fit: fill;
  display: block;
  /* height: 700px; */
}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.mybet-logo {
  width: 70%;
}

.play-now-label {
  color: #fff;
}

@media screen and (min-width: 769px) {
    #mobileLabelDisplay {
        display: none;
    }
}

@media only screen and (max-width: 1407px) {
    .swiper-promo-section-wrapper {
        padding-top: 4rem;
        height: 20rem;
    }
    .section-partners .partners-tabs {
        width: 90%;
    }
    .footer-left {
        width: 100%;
    }
    .footer-left > .is-flex {
        justify-content: space-around;
    }
    .footer-right {
        width: 100%;
        text-align: center;
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 900px) {
    .banner img {
        height: auto;
    }
    .mb-logo {
        width: 223px !important;
        height: 45px !important;
    }
}
@media only screen and (max-width: 782px) {
    .bg {
        /* background-image: url(../images/mup-assets/bg.jpg); */
        background-size: 100% 100%;
        background-position: unset;
    }
    .winners-section .container > .columns .column:nth-child(2) {
        display: none;
    }
    .winners-section .winner-section-left-images {
        height: auto;
    }
    .winners-section .winner-section-left-images .winner-box {
        position: static;
        width: 100%;
        text-align: center;
    }
    .section-partners .partners-tabs {
        width: 100%;
    }
    .winners-section .winner-section-left-images .jackpot-amount h1 {
        font-size: 32px;
    }
    .subtitle {
        font-size: 1.5rem;
    }
    .swiper-promo-section-wrapper {
        height: 15rem;
    }
}

@media screen and (max-width: 768px) {
    #desktopLabelDisplay {
        display: none;
    }
}

@media only screen and (max-width: 768px) {       
    .columns-width {
        width: 100%;
    }
    .section-mybet-play {
        background-image: url(../images/new/mup/bg-footer.jpg);
        background-size: 100% 100%;
    }
    .program-section {
        background-image: url(../images/new/mup/bg-why-mb88.jpg);
    }
    .promotion-section {
        background-image: url(../images/new/mup/bg-promo.png);
    }
    .winners-section {
        background-image: url(../images/new/mup/bg-winner.png);
    }
    .section-partners {
        background-image: url(../images/new/mup/bg-vendor.png);
    }
    .flag-box {
        cursor: default;
    }
    .flag-box:hover {
        border-color: transparent;
    }
    .flag-box:hover .country-name {
        display: block;
    }
    .flag-box:hover .country-name.languages {
        display: none;
    }
    .flag-box a:active {
        outline: none;
        box-shadow: none;
    }

    .country-section {
        width: 100%;
        position: initial;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .country-name {
        color: #545454;
    }

    .play-now-label {
        color: #545454;
    }

    .container-box {
        margin-bottom: 0 !important;
    }

    .video-cover {
        display: none !important;
    }

    /* .country-name {
        font-size: 10px;
        margin: 0 !important;
    }
    .flag {
      width: 25%;
    }
    .country-box {
      padding: 0 !important;
    }
    .column-box {
      padding: 0 !important;
    }
    .select-your-country {
      font-size: 10px;
    }
    .mybet-logo {
      width: 40%;
      margin-bottom: -5px !important;
    }
    .play-now-label {
      font-size: 20px !important;
    }
    .container-box {
      margin: 0 !important;
    } */
}
@media only screen and (max-width: 650px) {
    .winners-section .winner-section-left-images .table-box {
        width: 100%;
    }
}
@media only screen and (max-width: 644px) {
    .footer-follow-us {
        margin-left: 0;
    }
    .footer-follow-us img {
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 529px) {
    .title-responsive {
        font-size: 2rem !important;
    }
}
@media only screen and (max-width: 454px) {
    .columns-width {
        width: 100%;
    }
    /* .banner-video {
        height: 500px;
    } */
    .promotion-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .swiper-promo-section-wrapper {
        height: 15rem;
        padding-top: 5rem;
    }
    .swiper-promo-section .swiper-slide.swiper-slide-active {
        transform: scale(2.5, 2.5);
    }
    .program-section {
        padding-bottom: 2rem;
    }
    .section-partners .partners-tabs a {
        font-size: 12px;
    }
    .section-partners .partners-tabs .column.is-active a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 448px) {
    .footer-left img {
        width: 50px;
        height: 20px;
    }
    .footer-follow-us img {
        width: 25px;
        height: 25px;
    }
}
@media only screen and (max-width: 445px) {
    .winners-section .winner-section-left-images .table-box {
        width: 100%;
    }
    #announcementModal .modal-card {
        width: 350px;
    }
    #announcementModal .modal-card .text-content {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 430px) {
    .title-responsive {
        font-size: 1.8rem !important;
    }
}
@media only screen and (max-width: 391px) {
    .title-responsive {
        font-size: 1.5rem !important;
    }

    #announcementModal .modal-card {
        width: 310px;
    }
    #announcementModal .modal-card .text-content {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 360px) {
    #announcementModal .modal-card {
        width: 300px;
    }
}

.jackpot-amount-p {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    font-family: "RobotoBold";
    transform: translate(0, -50%);
}
