@import url("https://fonts.googleapis.com/css2?family=Kanit&display=swap");
@font-face {
  font-family: "Kanit", sans-serif;
  src: url(../font/Kanit-Regular.ttf);
}

body {
  font-family: "Kanit", sans-serif;
  background-color: #000000;
  background-image: url(assets/image/bg-index.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.headerLogo {
  padding-top: 20px;
}
.loginButton {
  background-color: #e91919;
  border-color: #fd1b1b;
  width: 100%;
}
.loginButton2 {
  background-color: #008316;
  border-color: #1bfd35;
  width: 100%;
}
.regisButton {
  background-color: #000;
  border-color: #fd1b1b;
  width: 100%;
}
.slide {
  text-align: center;
}
.slideShow {
  background-image: url(/assets/image/bgslide.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}
.imageSlide {
  background-color: #00000020;
  position: relative;
}
.mySlides {
  display: none;
}
.textMarquee {
  margin-top: 20px;
}
.navbarMarquee {
  background: -webkit-linear-gradient(left, #8f6b29, #fde08d, #df9f28);
  background: linear-gradient(left, #8f6b29, #fde08d, #df9f28);
  height: 30px;
}
.navbar {
  background: -webkit-linear-gradient(left, #8f6b29, #fde08d, #df9f28);
  background: linear-gradient(left, #8f6b29, #fde08d, #df9f28);
}

.contact img:hover {
  justify-content: center;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
}
.contact img {
  -webkit-filter: none;
  filter: none;
  padding-bottom: 15px;
}
.loginCard {
  border-radius: 10px;
  background: -webkit-linear-gradient(left, #8f6b29, #fde08d, #df9f28);
  background: linear-gradient(left, #8f6b29, #fde08d, #df9f28);
}
input[type="text"] {
  background-color: #ffff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.padding {
  padding-top: 30px;
}

.banner img:hover {
  justify-content: center;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
}
.banner img {
  -webkit-filter: none;
  filter: none;
}

#sport img:hover,
#casino img:hover,
#game img:hover {
  justify-content: center;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}
#sport img,
#casino img,
#game img {
  -webkit-filter: none;
  filter: none;
}

h1 {
  color: #ffff;
  font-size: 18px;
  text-align: center;
}
#footer img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

/* iphone x */
@media screen and (max-width: 575px) {
  .desktop {
    display: none;
  }
  .logoImage {
    width: 200px;
  }
  .logo {
    text-align: center;
  }
  .mySlides {
    width: 100%;
  }
  .contactImg {
    width: 100%;
  }
  .titlePromotion {
    background: -webkit-linear-gradient(left, #8f6b29, #fde08d, #df9f28);
    background: linear-gradient(left, #8f6b29, #fde08d, #df9f28);
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
  }
  .navbar-text {
    font-size: 16px;
    color: #000000 !important;
    margin-bottom: 12px;
  }
  .partner img {
    width: 70%;
  }
  #footer img {
    width: 40px;
    justify-content: center;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
  }
  p {
    font-size: 12px;
  }
}

/* desktop */
@media screen and (min-width: 576px) {
  .mobile {
    display: none;
  }
  .logoImage {
    width: 230px;
  }
  .contactImg {
    width: 80%;
  }
  .titlePromotion {
    background: -webkit-linear-gradient(left, #8f6b29, #fde08d, #df9f28);
    background: linear-gradient(left, #8f6b29, #fde08d, #df9f28);
    border-radius: 20px;
    text-align: center;
    font-size: 22px;
  }
  .partner img {
    width: 80%;
  }
  .mySlides {
    width: 100%;
  }
  #footer img {
    width: 80px;
    justify-content: center;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
  }
  p {
    font-size: 16px;
  }
}

/* button blink */
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
