@font-face {
    font-family: sukhumvitM;
    src: url(../fonts/Sukhumvit/SukhumvitSet-Medium.ttf);
}

@font-face {
    font-family: sukhumvitB;
    src: url(../fonts/Sukhumvit/SukhumvitSet-Bold.ttf);
}

h1{
    margin-bottom: 0 !important;
}

p{
    margin-bottom: 0 !important;
}

.bg-color {
    position: relative;
    background-image: url(../images/bg3.webp);
    background-size: cover;
}

.mobile-index {
    display: none;
}

.sdline{
    display:none;
}

.text-menu{
    font-size: 1.1rem;
}

@media only screen and (max-width: 600px) {
    .sdline{
        display:inline;
    }
    .text-menu{
        font-size: 0.8rem !important;
    }

}

.line-h-15{
    line-height: 2;
}

.boxblack{
    width: 100%;
}

.boxblack{
    font-weight: 200;
    border-radius: 2px;
    width: fit-content;
    padding-top: 3%;
    padding-bottom: 1%;
    padding-left: 4%;
    padding-right: 4%;
    background-color: #000000;
    border: 0.2px solid #00ffaf;
}

.golden-line{
    height: 3px;
    width: 100%;
    background: linear-gradient( 90deg,#DD9F00,#E3CD00);
}

.magin0{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.w-100{
    width: 100%;
    margin: auto;
}

.w-95{
    width: 95%;
    margin: auto;
}

.w-90{
    width: 90%;
    margin: auto;
}

.w-85{
    width: 85%;
    margin: auto;
}

.w-80{
    width: 80%;
    margin: auto;
}

.w-75{
    width: 75%;
    margin: auto;
}

.w-70{
    width: 70%;
    margin: auto;
}

.w-60{
    width: 60%;
    margin: auto;
}

.w-50{
    width: 50%;
    margin: auto;
}

.w-40{
    width: 40%;
    margin: auto;
}

.center{
    text-align: center;
    align-items: center;
    justify-items: center;
    margin: auto;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.text-gold{
   background: -webkit-linear-gradient(#DD9F00, #FFF8B5,#DD9F00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.center{
    margin: auto;
}

.menuF{
    font-weight: 200;
    border-radius: 15px;
    width: 97%;
    height: 100px;
    padding-top: 5%;
    padding-bottom: 2%;
    color: white;
    background: linear-gradient(#2F2F2F,#000000);
    box-shadow: rgba(255, 255, 255, 0.661) 0 2px 0 inset, #000000 0 0px 4px;
}

.menu{
    font-weight: 200;
    border-radius: 15px;
    width: 97%;
    height: 100px;
    padding-top: 5%;
    padding-bottom: 2%;
    background: linear-gradient(#DD9F00,#FFF8B5,#DD9F00);
    box-shadow: rgba(255, 255, 255, 0.661) 0 2px 0 inset, #DD9F00 0 0px 4px;
}

.menuF-moblie{
    font-weight: 200;
    border-radius: 5px;
    width: 97%;
    height: fit-content;
    padding-top: 5%;
    padding-bottom: 2%;
    color: white;
    background: linear-gradient(#2F2F2F,#000000);
    box-shadow: rgba(255, 255, 255, 0.661) 0 2px 0 inset, #000000 0 0px 4px;
}

.menu-moblie{
    font-weight: 200;
    border-radius: 5px;
    width: 97%;
    height: fit-content;
    padding-top: 5%;
    padding-bottom: 2%;
    background: linear-gradient(#f7dc1b,#f7dc1b);
    box-shadow: rgba(255, 255, 255, 0.661) 0 2px 0 inset, #DD9F00 0 0px 4px;
}

.boxgold{
    font-weight: 200;
    border-radius: 2px;
    width: fit-content;
    padding-top: 3%;
    padding-bottom: 1%;
    padding-left: 4%;
    padding-right: 4%;
    background: linear-gradient(#f7dc1b,#f7dc1b);
}

.boxgold2{
    font-weight: 200;
    border-radius: 2px;
    width: fit-content;
    padding-top: 3%;
    padding-bottom: 1%;
    padding-left: 7%;
    padding-right: 7%;
    background: linear-gradient(#f7dc1b,#f7dc1b);
}



.curser{
    cursor: pointer;
}

.font-suk-M{
    font-family: sukhumvitM;
}

.font-suk-B{
    font-family: sukhumvitB;
}

.font-menu{
    font-size: 2rem !important;

}

.xxxl{
    font-size: 7rem !important;
}

.xxl{
    font-size: 3.5rem !important;
}

.xl{
    font-size: 2.4rem !important;
}

.l{
    font-size: 1.5rem !important;
}

.regular{
    font-size: 1.1rem !important;
}

.numbercircle{
    aspect-ratio: 1/1;
    border-radius: 500px;
    width: 30px;
    height: 30px;
    padding: 8px;
    background: #00ffaf;
    text-align: center;
}

.numbercircle-s{
    aspect-ratio: 1/1;
    border-radius: 500px;
    width: 20px;
    height: 20px;
    padding: 5px;
    background: #00ffaf;
    text-align: center;
}

.mr-header{
    margin-left: 1.5rem;
}

@media only screen and (max-width: 1300px) {
    .numbercircle{
        width: 22px;
        height: 22px;
    }
    .numbercircle-s{
        width: 15px;
        height: 15px;
    }
    .mr-header{
        margin-left: 1rem;
    }
    .font-menu{
        font-size: 1.4rem !important;

    }

    .xxxl{
        font-size: 6rem !important;
    }

    .xxl{
        font-size: 2rem !important;
    }

    .xl{
        font-size: 1.4rem !important;
    }

    .l{
        font-size: 1rem !important;
    }

    .regular{
        font-size: 1rem !important;
    }

    .menuF{
        height: 70px;
    }
    .menu{
        height: 70px;
    }
}

@media only screen and (max-width: 800px) {
    .numbercircle{
        width: 15px;
        height: 15px;
    }
    .numbercircle-s{
        width: 2px;
        height: 2px;
    }
    .font-menu{
        font-size: 0.8rem !important;

    }

    .xxxl{
        font-size: 4rem !important;
    }

    .xxl{
        font-size: 1.5rem !important;
    }

    .xl{
        font-size: 1.1rem !important;
    }

    .l{
        font-size: 0.7rem !important;
    }

    .regular{
        font-size: 0.6rem !important;
    }
    .menuF{
        height: 40px;
        border-radius: 5px;
    }
    .menu{
        height: 40px;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .numbercircle{
        width: 10px;
        height: 10px;
    }
    .font-menu{
        font-size: 1rem !important;

    }

    .boxgold{
        padding-top: 4%;

    }

    .boxgold2{
        padding-top: 4%;

    }

    .xxxl{
        font-size: 3rem !important;
    }

    .xxl{
        font-size: 1rem !important;
    }

    .xl{
        font-size: 0.8rem !important;
    }

    .l{
        font-size: 0.6rem !important;
    }

    .regular{
        font-size: 0.5rem !important;
    }

    .menuF{
        height: 70px;
    }
    .menu{
        height: 70px;
    }
}

.color-menu{
    color: #ffffff;
}

.color-menu:hover{
    color: #00ffaf;
}

.color0{
    color: #ffffff;
}

.color1{
    color: #00ffaf;
}

.color2{
    color: #f7dc1b;
}

.color3{
    color: #126e51;
}

.color4{
    color: #101010;
}

.color5{
    color: #000000;
}

.boxgray{
    background-color: #101010;
}

.myimg{
    cursor: pointer;
}
.myimg:hover{
    opacity:0.7;
}

.myimg2{
    transform: scale(1);
}
.myimg2:hover{
    transform: scale(1.1);
}

.sidebar-menu-modal {
    width: 100%;
    /* background-color: #000000; */
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: 0.3s;
}

.sidebar-menu-bg{
    width: 100%;
    height: 100%;
    transition: 0s;
}

.sidebar-menu-modal.active {
    transform: translateX(0);
}

.sidebar-menu-container{
  width: 100%;
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 250px;
  background: #101010;
  z-index: 50;
  overflow-y: auto;
}

.b-xxxl{
    font-size: 5.5rem !important;
}

.b-xl{
    font-size: 1.5rem !important;
}

@media only screen and (max-width: 1300px) {
    .b-xxxl{
        font-size: 4rem !important;
    }
    .b-xl{
        font-size: 1.4rem !important;
    }
}

@media only screen and (max-width: 800px) {
    .b-xxxl{
        font-size: 3rem !important;
    }
    .b-xl{
        font-size: 1.1rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .xxxl{
        font-size: 2rem !important;
    }
    .b-xl{
        font-size: 0.6rem !important;
    }
}

.b2-xxxl{
    font-size: 5.5rem !important;
}

@media only screen and (max-width: 1300px) {
    .b2-xxxl{
        font-size: 4rem !important;
    }
}

@media only screen and (max-width: 800px) {
    .b2-xxxl{
        font-size: 3rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .b2-xxxl{
        font-size: 2rem !important;
    }
}

.qr-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  padding: 2rem 1rem 0;
}
.qr-container .logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 6;
}
.qr-payment-container {
  background: #0f3e68;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
.qr-container img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.qr-countdown-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 8 4 0;
}

.feature-color {
    width: fit-content;
    background: linear-gradient(90deg,#00ffaf, #fcfcfc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.info-box{
    /* width: 95%;
    height: fit-content;
    margin: auto; */

    border-radius: 5px;
    background-color: #323737;
}

.info-box2{
    width: 95%;
    height: auto;
    border-radius: 5px;
    margin: 0;
    background-color: #001610;
}

.divind{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.who-win-box{
    width: 100%;
    height: fit-content;
    background-image: linear-gradient(90deg,#003c2d,#00000000);
}
.who-win-box2{
    width: 50%;
    padding-left: 2%;
    border-radius: 5px;
    height: fit-content;
    background-image: linear-gradient(90deg,#00ffaf,#00000000);
}

.who-win-box3{
    width: 95%;
    margin: auto;
    height: fit-content;
    background-image: linear-gradient(90deg,#003c2d,#00000000);
}

.league-box {
  width: 95%;
  margin: auto;
  height: fit-content;
  background-image: linear-gradient(90deg,#036047,#012d22, #021811, #010605);
  border-radius: 3px;
}

.p0-5{
    padding: 5px 0px !important;
}

.green-today{
    width: 100%;
    padding: 5px 0px;
    border-radius: 3px;
    background-image: linear-gradient(90deg,#00ffaf,#00ffaf);
    color: #101010;
}

.schedule-date-box {
  width: 100%;
  padding: 5px 0px;
  border-radius: 3px;
  color: #fff;
  animation: all 0.5 ease;
  cursor: pointer;
}
.schedule-date-box.active {
  background-image: linear-gradient(90deg,#00ffaf,#00ffaf);
  color: #101010;
}


.white-box{
    width: fit-content;
    height: fit-content;
    padding: 2px 12px;
    border-radius: 5px;
    color: #000000;
    background-color: white;
}

.size-md{
    font-size: min(3vw,12px);
}

.size-l{
    font-size: min(3.5vw,16px);
}

.box-cal{
    width: fit-content;
    height: fit-content;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 20rem;
    background-color: rgb(0, 0, 0);
}

.livescore-league-container {
  width: 100%;
  height: min(40svw, 200px);
}

.fc-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.soccer-player-img {
  width: 35%;
  right: -5%;
}
.default-logo {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 500px;
  background: #aaaaaa40;
}
@media only screen and (max-width: 600px) {
  .soccer-player-img {
    width: 55%;
    margin-left: 58%;
  }
}
