@import url(https://fonts.googleapis.com/css?family=Prompt&display=swap);
body{
  font-family: "Prompt", sans-serif;
}

html {
  font-size: 15px;
}

.circle{
  cursor: pointer;
} 

.navbar-brand {
  background: linear-gradient(
    to bottom,
    #cfc09f 22%,
    #634f2c 24%,
    #cfc09f 26%,
    #cfc09f 27%,
    #ffecb3 40%,
    #3a2c0f 78%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-family: "Playfair Display", serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 1000;
}

.search-bar{
    position:fixed;
    left:0;
    right:0;
    z-index:2;
}

.show-modal{
    position:fixed;
    margin-top:107px;
    top:0;
    left:0;
    right:0;
    z-index:1;
}

.modall{
    border:3px solid #ff4444;
}

.bg, .bannerImage{
    height:250px;
}

.card {
  border: 5px solid rgba(22, 22, 22, 0.295);
  box-shadow: 0px 0px 15px #ffffff;
}

.rotate {
  transform: rotate(-20deg);
}

.border-radius-1 {
  border-radius: 1px;
}

@keyframes swing {
  0%,
  100% {
    transform: rotate(-1.5deg);
  }
  30% {
    transform: scale(0.9);
  }
  50% {
    transform: rotate(1.5deg);
  }
  80% {
    transform: scale(0.9);
  }
}

.sweetlandia {
  animation: swing 1.5s infinite ease-in-out;
}

.filter {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bland {
  position: absolute;
  z-index: 999;
  display: none;
  position: fixed;
  right: 0;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(7px + 15 * ((100vw - 320px) / 680));
  }
  .kiss,
  .joker,
  .sagame,
  .slotxo,
  .pgslot,
  .live22,
  .playstar,
  .spade-gaming,
  .dragon,
  .ufaslot {
    height: calc(90px + 15 * ((100vw - 320px) / 680));
    border-radius: calc(13px + 15 * ((100vw - 320px) / 680));
    border: 1px solid #f9a825;
    box-shadow: 0px 0px 15px #ffea00;
  }
  .img-kiss,
  .img-joker,
  .img-sagame,
  .img-slotxo,
  .img-pgslot,
  .img-live22,
  .img-playstar,
  .img-spade-gaming,
  .img-dragon,
  .img-ufaslot {
    height: calc(90px + 15 * ((100vw - 320px) / 680));
    border-radius: calc(15px + 15 * ((100vw - 320px) / 680));
  }
  .image {
    height: calc(70px + 15 * ((100vw - 320px) / 680));
  }
  .img-banner {
    height: calc(50vh + 15 * ((100vw - 320px) / 680));
  }
  .bland{
    margin-top: calc(10px + 15 * ((100vw - 320px) / 680));
  }
  .banner-backend {
    height: 20vh;
  }
  .btn-hide {
    position: absolute;
    z-index: 9999;
    right: 0;
    font-size: 20px;
    margin: 13px 20px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 13px;
  }

  .img-banner {
    height: 80vh;
  }
  .banner-backend {
    height: 300px;
  }
  .bland{
    margin-top: 20px;
  }
  .btn-hide {
    position: absolute;
    z-index: 9999;
    right: 0;
    font-size: 30px;
    margin: 15px 25px;
    cursor: pointer;
  }
  .kiss,
  .joker,
  .sagame,
  .slotxo,
  .pgslot,
  .live22,
  .playstar,
  .spade-gaming,
  .dragon,
  .ufaslot {
    height: 150px;
    border-radius: 13px;
    border: 1px solid #f9a825;
    box-shadow: 0px 0px 15px #ffea00;
  }
  .img-kiss,
  .img-joker,
  .img-sagame,
  .img-slotxo,
  .img-pgslot,
  .img-live22,
  .img-playstar,
  .img-spade-gaming,
  .img-dragon,
  .img-ufaslot {
    height: 150px;
    border-radius: 13px;
    cursor: pointer;
  }
  .image {
    height: 200px;
  }
}
