@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
  font-family:  "Onest", serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--main);
}

::-webkit-scrollbar-thumb {
  background-color: #9f90ec;
  border-radius: 5px;
}

/* common */
:root {
  --main: #5536EF;
  --over-main: #5536EF;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all ease-in 0.2s;
}

.border-custom {
  border: 2px solid #202020;
}

.main {
  color: var(--main);
}

.banner-height {
  max-height: 100vh !important;
}

.custom-width {
  max-width: 576px;
  background-color: #fff;
}

.bg-play {
  padding: 8px 16px;
  font-size: 22px;
  text-transform: capitalize;
}

.white-imp {
  color: #fff;
}

/* Navbar */
.top-link {
  color: var(--main);
}

.nav-bg-color {
  /* background-color: rgba(0, 0, 0, 0.767); */
  background-color: #fff;
  height: 50px;
}

.nav-btn {
  z-index: 99;
  transition: all 0.3s ease;
  position: absolute;
  left: 15px;
}

.nav-relative {
  position: relative !important;
}

.navopen {
  /* position: fixed; */
  position: absolute;
  background-color: rgba(255, 255, 255, 0.867);
  height: 100vh;
  top: 0;
  left: -200px;
  /* left: 570px; */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s ease;
  backdrop-filter: blur(10px);
}

.logo-height {
  width: 150px;
}

.text-black-color {
  color: #000;
}

.navopen.show {
  left: 0px;
  /* left: 775px; */
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* */
.games-bg-size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  height: 280px;
}
.footer-social-color {
  color: #032931;
}

.game-hover:hover {
  color: #fff;
}

.hero-game-btn {
  color: #c800ff;
}

.display-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.main-btn,
.main-more-btn {
  background-color: #c800ff;
  color: #fff;
  border-radius: 20px;
  border: none;
  padding: 5px;
  font-size: 14px;
  margin: auto;
  display: block;
  width: 50%;
  font-weight: bold;
}
.main-more-btn {
  width: 30%;
  text-align: center;
}

.main-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.text-header {
  color: #061242;
  margin-bottom: 20px; 
  margin-top: -16px; 
  font-size: 20px;
  font-weight: bold;
}

.image-wrapper {
  padding-top: 20px;
 
}

.image {
  background-color: #F1EEFF;
  height: 200px;
  border-radius: 10px;
  box-shadow: inset 0px 4px 20px 0px rgba(85,54,239,0.10);
}

.image1 {
  background-color: #F1EEFF;
  height: 170px;
  border-radius: 10px;
  box-shadow: inset 0px 4px 20px 0px rgba(85,54,239,0.10);
}

.main-content {
  width: 100%;
}

.main-content .o {
  z-index: 999 !important;
}

.text {
  font-size: 16px;
  color: #061242;
  font-weight:600;
  padding: 24px;

} 

.form-control {
    border-color: #5536EF;
    border-radius: 20px;
}

.main-btn,
.main-more-btn {
  background-color: #5536EF;
  color: #fff;
  border-radius: 20px;
  border: none;
  padding: 8px;
  font-size: 16px;
  margin: auto;
  display: block;
  width: 60%;
}
.main-more-btn {
  width: 90%;
  text-align: center;
}

.hero-title-btn {
  background-color: #c800ff;
  font-weight: bold;
}

.hero-title-head {
  border: 2px solid #202020;
  border-radius: 15px;
  /* box-shadow: 0px 0px 5px 2px rgba(237, 170, 255, 0.849); */
}

.AreaBox {
  border-radius: 10px;
  border: 2px dashed #202020;
}

.AreaBox {
  overflow: hidden;
  background-color: none;
  /* box-shadow: 1px 1px 2px transparent, 0 0 5px #fdc8ff, 0 0 15px #ee50f13a; */
}

.cusBadge {
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid #a0cced;
  color: #a0cced;
  font-weight: 400;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px #fdc8ff, 0 0 0.1em #66a3ff, 0 0 0.2em #a0cced;
}

.cusBadge:hover {
  border: 1px solid #fff;
  color: #fff;
}

.cusH {
  text-transform: capitalize;
  margin: inherit !important;
}

.cusShadownone{
   box-shadow: 0px 0px 20px 2px #e1e0f0 !important;
}

@media only screen and (min-width: 576px) {
  .cusShadownone{
    box-shadow: 0px 0px 20px 2px #e1e0f0 !important;
  }
  .custom-width {
    width: 360px;
  }
    .banner-height {
    max-height: 100vh;
  }
}

@media only screen and (max-width: 576px) {
  .banner-height {
    max-height: 100vh;
  }
}

@media only screen and (max-width: 426px) {
  .banner-height {
    max-height: 100vh;
  }
}
