@font-face {
  font-family: 'Oswald';
  src: url('../Font/Oswald/Oswald-Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'Teko';
  src: url('../Font/Teko/Teko-Regular.ttf') format('truetype');
  font-weight: normal;
}

/* Poppins  */
@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Font/poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Font/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Font/poppins/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* Oswald */
@font-face {
  font-family: 'Oswald';
  src: url('../Font/Oswald/Oswald-Bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Oswald';
  src: url('../Font/Oswald/Oswald-ExtraLight.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: 'Oswald';
  src: url('../Font/Oswald/Oswald-Light.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Oswald';
  src: url('../Font/Oswald/Oswald-Medium.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'Oswald';
  src: url('../Font/Oswald/Oswald-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Oswald';
  src: url('../Font/Oswald/Oswald-SemiBold.otf') format('opentype');
  font-weight: 600;
}

/* Teko */
@font-face {
  font-family: 'Teko';
  src: url('../Font/Teko/Teko-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Teko';
  src: url('../Font/Teko/Teko-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Teko';
  src: url('../Font/Teko/Teko-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Teko';
  src: url('../Font/Teko/Teko-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Teko';
  src: url('../Font/Teko/Teko-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

/* Unbounded */
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../Font/Unbounded/Unbounded-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
}

* {
  box-sizing: border-box;
  touch-action: pan-x pan-y;
}
.bodyscrollbar::-webkit-scrollbar-track
{
    background-color: #272052;
}

.bodyscrollbar::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.bodyscrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: white;
}

html{
  background: #01102f;
}
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #01102f !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* background: #021231 !important; */
  user-select: none;
  /* Standard */
  -webkit-user-select: none;
  /* Chrome, Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  -webkit-touch-callout: none;
  /* meciya */

  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

img.fixedbACKground {
  position: fixed;
  width: 100%;
  padding: 0;
  bottom: 0;
}


.framer-body-augiA20Il-framer-bAIrd {
  overflow-x: hidden !important;
}

img.backgroundbg {
  position: fixed;
  z-index: -1;
}

.home {
  overflow: hidden !important;
  position: relative;

}

.sp_weblogo {
  width: 140px;
  padding: 0px;
  margin: 26px 50px;
}

.sp_parent-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sp_circle-wrapper {
  position: relative;
  width: 680px;
  height: 680px;
}

.sp_circleimg {
  animation: circleimg 35s linear infinite;
  position: relative;
  top: 50%;
  left: 50%;
  height: 100% !important;

  transform-origin: center;
}

.homesection_row {
  transition: ease 0.5s;
}

.homesection_row.active {
  opacity: 0;
}

.sp_circleinside_aviator {
  position: absolute;
  top: 9%;
  width: 100%;
  left: -8%;
}

.sp_circleinside_cricketx {
  position: absolute;
  top: 18%;
  width: 54%;
  left: 128px;
  right: 0;
}

.sp_circleinside_roulette {
  position: absolute;
  top: 9%;
  width: 76%;
  left: 11%;
}

.sp_circleinside_mines {
  position: absolute;
  top: 14%;
  width: 68%;
  left: 88px;

}

/*search---vs*/
.pr_our_games .search-container {
  display: flex;
  align-items: center;
  background-color: #0E2A3D;
  border-radius: 50px;
  border: 2px solid #00BFFF;
  width: 256px;
}

.pr_our_games .search-input {
  flex: 1;
  border: none;
  outline: none;
  background-color: transparent;
  color: #B3B3B3;
  /* Light grey placeholder color */
  font-size: 16px;
  padding: 5px 10px;
}

.pr_our_games .search-input::placeholder {
  color: #B3B3B3;
  /* Placeholder color */
}

.pr_our_games .search-btn {
  background-color: #00BFFF;
  border: none;
  color: white;
  padding: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -1px;
}

.pr_our_games .search-btn i {
  font-size: 18px;
}
button.search-btn {
  cursor: context-menu !important;
}



@keyframes circleimg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.sp_gamediv {
  color: white;
  margin-top: 63px;
}


.highlightName {
  color: #139fff;
}

.NaMe {
  font-size: 58px;
  font-weight: 600;
  font-family: "Poppins", "Poppins Placeholder", sans-serif;
  font-optical-sizing: auto;
  line-height: 73.6px;
}

p.game_content {
  color: white;
  font-size: 14px;
  width: 448px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  margin-top: -10px;
  opacity: 0.7;
  font-weight: 300;
  height: 80px;
}

.sp_circleinside_aviator {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.sp_circleinside_cricketx {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.sp_circleinside_roulette {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.sp_circleinside_mines {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* @keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 25px);
  }

  100% {
    transform: translate(0, -0px);
  }
} */



img.shinebox {
  /* background: #0d215d; */
  padding: 5px;
  /* margin: 5px; */
  width: 100px;
  /* border: 1px solid #203a89; */
  cursor: pointer;
}

.sp_shine {
  width: 1000px;
  height: 40px;
  margin-left: -100px;
  transform: rotate(30deg);
  background: -webkit-linear-gradient(top,
      transparent,
      rgba(182, 177, 177, 0.759),
      transparent);
  position: absolute;
  -webkit-animation: sp_shine 3s ease-in-out;
}

.mission {
  width: 68px;

}

.mission-title {
  color: white;
  font-size: 17px;
  margin: 14px 0px;
}

.aboutusImg {
 width: 75%;
 margin-top: 20%;
}

.left-alignment {
  margin-left: 25px;
}

.testimonial {
  color: #fff;
  opacity: 0.6;
  font-size: 17px;
}

@-webkit-keyframes sp_shine {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 800px;
  }
}

a.playgamehome_button {
  margin: 27px 0px;
}



.circlemenu {
  position: fixed;
  top: 40%;
  cursor: pointer;
  left: -30px;
}



img.customerav {
  width: 50px;
}



.sp_star_ICON {
  text-align: center;
}

.star-icon {
  color: gold;
  font-size: 22px;
}

.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 3s ease-out forwards;
  user-select: none;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .customer_wrapper--vertical {
    flex-direction: column;
    height: auto;
  }

  .sp_customer_box {
    flex-direction: column;
  }
}

@media (max-width: 576px) {


  .sp_disc {
    font-size: 0.9rem;
  }

  .star-icon {
    font-size: 1.2rem;
  }
}




.footer_sectionsub {
  color: white;
  padding: 0px 160px;
}

.footercon {
  font-size: 27px;
  color: white;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}

.footercontent_sub {
  color: #687089;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 500;
  position: relative;
}

.footericon_box {
  margin-top: -29px;
  padding: 0px 0px;
  position: relative;
}

.margin_icon {
  margin: 30px 0px;
}

span.sp_footer_gamecon {
  color: #707276;
  font-weight: 500;
  font-size: 14px;
}

.form-control {
  background: #1d2941;
  opacity: 0.7;
  border: none;
  height: 40px;
  color: white;
}

.textarea {
  height: 133px;
}

.searchgames::placeholder {
  color: #6b7589 !important;
}

input::-webkit-input-placeholder {
  color: #535b6a !important;
}

input:-moz-placeholder {
  color: #535b6a !important;
}

textarea::-webkit-input-placeholder {
  color: #535b6a !important;
}

textarea:-moz-placeholder {
  color: #535b6a !important;
}

.form-control:focus {
  color: white;
  background: #1d2941;
  border-color: #3da1fb;
  outline: 0;
  box-shadow: 0 0 0 1px #3da1fb;
}

.sp_form {
  width: 420px;
}

.sp_forM_lable {
  padding: 8px 14px;
  color: #707276;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.Play_gameform {
  position: relative;
  width: 150px;
  margin: 35px 0px;
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  height: 40px;
  background: linear-gradient(135deg, #154896, #4bb8f9, #1866db);
  background-size: 178% auto;
  transition: 0.2s;
  border-radius: 10px;
  box-shadow: inset 2px 2px 2px 0px rgb(128 128 128 / 50%),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.Play_gameform:hover {
  background-position: 100% 0;
  box-shadow: #4ab6f9 -3px 0px 11px 0px;
}

.footerlogo {
  /* background: #000; */
  margin-top: 90px;
  position: relative;
  /* z-index: -1; */
}

.contact .form-control {
  background: #181818 !important;
  color: #f3eaea !important;
}

.contact .form-control::placeholder {
  color: #999 !important;
}

.margin-left-align {
  margin-left: 11px;
  padding-top: 10px;
}

.name-title {
  color: #fff;
}

.name-title-message {
  height: 100px !important;
}

.pr_our_games .search-filters {
  color: white !important;
  font-size: 26px;
  font-weight: 700;

}

.contact-section-padding {
  margin: 0px 100px 0px 100px;
}

.framer-body-UpV7SPnnA-framer-BRsmw {
  background: none !important
}

.framer-BRsmw.framer-7jnk9p {
  background: none !important
}

img.footerlogo {
  margin: 30px 0px;
}

.sp_hr {
  color: #9797a7;
  width: 100%;
}

.copyrights {
  color: white;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  text-align: center;
}

span.Lootrixspan {
  color: #139fff;
}

.policy {
  color: #82838b;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  padding: 0 40px;
}

.Terms {
  color: #82838b;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
}

.sp_paddingclass {
  margin-bottom: 40px;
}

/* Our games  */

:root {
  --color-blue: #139fff;
}

.pr_color-blue {
  color: var(--color-blue);
}


.pr_filter-btn.active img:nth-child(2) {
  display: flex;
  margin: 0 auto;
}

.pr_our_games h2 {
  font-size: 32px;
}

.pr_game_section {
  overflow-x: hidden;
  background-color: #dddddd1a;
}

.pr_filter-btn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.pr_filter-btn.active {
  background: #ccc;
}

.pr_search_div .down-arrow svg {
  position: static;
  margin-top: auto;
}

.pr_games {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.pr_game {
  display: none;
  padding: 2px;
  margin-top: 10px;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 11px;
}

.neonlightbg:first-child::before,
.neonlightbg:first-child::after,
.first_animation_card :first-child::before,
.first_animation_card :first-child::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: conic-gradient(transparent, transparent, transparent, transparent, #7F50D8, rgb(19, 159, 255));
  animation: neon_rotate 4s linear infinite;
  z-index: 1;
  filter: blur(5px);
}

.pr_games:hover .pr_game:first-child::before,
.pr_games:hover .pr_game:first-child::after {
  display: none;
}

.pr_game:first-child:hover:before,
.pr_game:first-child:hover::after {
  display: block !important;
}

.pr_game:hover::before,
.pr_game:hover::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: conic-gradient(transparent, transparent, transparent, transparent, #7F50D8, rgb(19, 159, 255));
  animation: neon_rotate 4s linear infinite;
  z-index: 1;
  filter: blur(5px);
}

.pr_game:first-child::after,
.pr_game:hover::after {
  animation-delay: -2s;
}

.pr_game img {
  position: relative;
  z-index: 2;
}

@keyframes neon_rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .pr_game:hover::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    z-index: 2;
  } */

.pr_game img {
  position: relative;
  z-index: 3;
}

@keyframes neon_rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pr_game a,
.pr_game img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}

.pr_game.active {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2px;
  border-radius: 10px;
}

/* .pr_game a:hover {
    transform: scale(0.9);
  } */
.pr_game a {
  transition: ease 0.5s;
}

.Our_missiontext {
  font-size: 12px;
}

.game_title {
  color: white;
  font-size: 35px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 15px;
}

.topnav {
  overflow: hidden;
  backdrop-filter: blur(10px) !important;
  opacity: 1;
  width: 1300px;
  -webkit-backdrop-filter: blur(10px);
}

.remove_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 0px;
  text-decoration: none;
  font-size: 17px;
  min-width: 184px;
  opacity: 0.5;
  border-radius: 10px !important;
}

.topnav a.active {
  background-color: rgb(19, 159, 255);
  opacity: 1;
  color: white;
  border-radius: 10px !important;
}

.topnav a.active span.hilighttext {
  color: white !important;
}

.clikSpassovActive span.hilighttext {
  color: white !important;
}

.topnav .icon {
  display: none;
}

.footericon_box.mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .pr_filters.desktop {
    display: none;
  }

  .topnav a:not(:first-child) {
    /* display: none; */
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

a span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  text-decoration: underline;
  color: #1297f2;
}

.pr_filter-btn.active .nav_link {
  opacity: 1;
}

.pr_filter-btn.clikSpassovActive .nav_link {
  opacity: 1;
}

.game_search_btn {
  width: 100%;
  height: 100%;
  background-color: #12a0ff4d;
  border: none;
}

.pr_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  height: 100%;
}

.pr_overlay_search {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.pr_overlay_search.active {
  opacity: 1;
  visibility: visible;
}

.pr_search_input_container {
  width: 100%;
  /* margin-top: 150px; */
  max-width: 450px;
  position: absolute;
  left: 45%;
  top: 150px;
  transform: translate(-30%, 10px);
}

.pr_search_input input:focus-visible {
  border: none;
  outline: none;
}

.pr_search_input {
  width: 100%;
  border-radius: 15px;
  display: flex;
  background: white;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  transform: scale(0.8);
  position: relative;
  z-index: 10;
  transition: ease 0.1s;
}

.pr_icon {
  padding: 5px;
}

.pr_search_input input {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  background-color: transparent;
  padding: 15px 10px;
  border: none;
}

.pr_overlay_search.active .pr_search_input {
  transform: scale(1);
}

.pr_pos-relative {
  width: 100%;
  height: 100%;
}

.pr_results {
  list-style-type: none;
  color: black;
  padding: 0;
  position: relative;
  z-index: 9;
  top: -17px;
  visibility: hidden;
  padding-top: 20px;
  border-radius: 10px;
}

.pr_results.active {
  visibility: visible;
}

.pr_results a {
  color: black;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 15px 20px;
  display: block;
}

.pr_results a:hover {
  background-color: #dedede6b;
}

.pr_clear_icon {
  position: absolute;
  right: 13px;
  cursor: pointer;
}





section.pr_our_games {
  margin-top: 20px;
}

img.unselectSP_home {
  width: 30px;
  position: relative;
  left: 20px;
}

/* menucircle */

.menuul {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  z-index: 20;
}

.menuul.menuul li {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  overflow: hidden;
  display: none;
}

.menuul li a {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  background: #042b61;
  font-size: 25px;
}

.menuul li:nth-child(1) {
  display: block;
  -webkit-transform: rotate(60deg) skew(30deg);
  -ms-transform: rotate(60deg) skew(30deg);
  transform: rotate(76deg) skew(30deg);
}

.menuul li:nth-child(1) a {
  line-height: 50px;
  -webkit-transform: skew(-30deg) rotate(-60deg);
  -ms-transform: skew(-30deg) rotate(-60deg);
  transform: skew(-30deg) rotate(-60deg);
}

.menuul li:nth-child(1) a:hover {
  background: linear-gradient(to top,
      rgba(0, 21, 48, 1) 0%,
      rgba(0, 21, 48, 1) 65%,
      rgba(9, 122, 255, 1) 100%);
}

.menuul li:nth-child(2) {
  display: block;
  -webkit-transform: rotate(120deg) skew(30deg);
  -ms-transform: rotate(120deg) skew(30deg);
  transform: rotate(136deg) skew(30deg);
}

.menuul li:nth-child(2) a {
  line-height: 50px;
  -webkit-transform: skew(-30deg) rotate(-120deg);
  -ms-transform: skew(-30deg) rotate(-120deg);
  transform: skew(-30deg) rotate(-120deg);
}

.menuul li:nth-child(2) a:hover {
  background: linear-gradient(74deg,
      rgba(245, 245, 250, 1) 0%,
      rgb(0 0 0) 47%,
      rgb(4 69 145) 75%,
      rgba(9, 122, 255, 1) 100%);
}

.menuul li:nth-child(3) {
  display: block;
  -webkit-transform: rotate(180deg) skew(30deg);
  -ms-transform: rotate(180deg) skew(30deg);
  transform: rotate(179deg) skew(30deg);
}

.menuul li:nth-child(3) a {
  line-height: 50px;
  -webkit-transform: skew(-30deg) rotate(-180deg);
  -ms-transform: skew(-30deg) rotate(-180deg);
  transform: skew(-30deg) rotate(-180deg);
}

.menuul li:nth-child(3) a:hover {
  background: linear-gradient(98deg,
      rgba(245, 245, 250, 1) 7%,
      rgba(0, 21, 48, 1) 60%,
      rgb(13 16 19) 41%,
      rgba(9, 122, 255, 1)) 81%;
}

.menuul li:nth-child(4) {
  display: block;
  -webkit-transform: rotate(240deg) skew(30deg);
  -ms-transform: rotate(240deg) skew(30deg);
  transform: rotate(220deg) skew(30deg);
  z-index: 2px !important;
}

.menuul li:nth-child(4) a {
  line-height: 50px;
  -webkit-transform: skew(-30deg) rotate(-240deg);
  -ms-transform: skew(-30deg) rotate(-240deg);
  transform: skew(-30deg) rotate(-240deg);
}

.menuul li:nth-child(4) a:hover {
  background: linear-gradient(to top,
      rgb(43 131 245) 0%,
      rgba(0, 21, 48, 1) 33%,
      rgba(9, 122, 255, 1) 100%);
}

.menuul li:nth-child(1) .spassovactive {
  background: linear-gradient(to top,
      rgba(0, 21, 48, 1) 0%,
      rgba(0, 21, 48, 1) 65%,
      rgba(9, 122, 255, 1) 100%);
}

.menuul li:nth-child(2) .spassovactive {
  background: linear-gradient(74deg,
      rgba(245, 245, 250, 1) 0%,
      rgb(0 0 0) 47%,
      rgb(4 69 145) 75%,
      rgba(9, 122, 255, 1) 100%);
}

.menuul li:nth-child(3) .spassovactive {
  background: linear-gradient(98deg,
      rgba(245, 245, 250, 1) 7%,
      rgba(0, 21, 48, 1) 60%,
      rgb(13 16 19) 41%,
      rgba(9, 122, 255, 1)) 81%;
}

.menuul li:nth-child(4) .spassovactive {
  background: linear-gradient(to top,
      rgb(43 131 245) 0%,
      rgba(0, 21, 48, 1) 33%,
      rgba(9, 122, 255, 1) 100%);
}

.menuul li.close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 11px);
  top: calc(50% - 26px);
  display: block;
  -webkit-transform: scale(3.8) rotate(45deg);
  -ms-transform: scale(3.8) rotate(45deg);
  transform: scale(3.8) rotate(45deg);
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.menuul li.close a {
  background: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ccc;
}

.menuul.circleactiveclass {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1.4);
}

.menuul.circleactiveclass li.close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menuul.circleactiveclass {
  position: fixed;
  left: -120px;
  top: 40%;
}

.indidemenu_img {
  width: 96%;
}

img.unselectSP_home {
  width: 30px;
  position: relative;
  left: 14px;
  top: -1px;
  transform: rotate(-17deg);
}

.homeline {
  position: absolute;
  z-index: 10;
  left: 99px;
  transform: rotate(-112deg);
  top: 16px;
}

img.unselectSP_game {
  position: absolute;
  width: 30px;
  right: 30px;
  top: 40px;
  transform: rotate(-17deg);
}

img.gmaeline {
  position: absolute;
  transform: rotate(111deg);
  top: 47px;
  right: 16px;
}

img.unselectSP_about {
  width: 30px;
  left: 150px;
  position: absolute;
  top: 108px;
}

img.aboutline {
  position: absolute;
  left: 114px;
  top: 101px;
  transform: rotate(-11deg);

}

img.unselectSP_contact {
  width: 30px;
  position: absolute;
  left: 98px;
  top: 151px;
  transform: rotate(11deg);
}

img.homecurve {
  position: absolute;
  top: -16px;
  transform: rotate(-21deg);
}

img.gamecurve.curve {
  position: absolute;
  right: 14px;
  transform: rotate(-20deg);
  width: 30px;
  top: 2px;
}

img.aboutcurve.curve {
  position: absolute;
  right: -1px;
  width: 28px;
  top: 93px;
  transform: rotate(0deg);
}

img.contactuscurve.curve {
  top: 163px;
  position: absolute;
  transform: rotate(24deg);
  left: 78px;
}

img.selecthomecurve1 {
  position: absolute;
  left: 65px;
  transform: rotate(-54deg);
  top: 2px;
}

img.selecthomecurve2 {
  position: absolute;
  top: 14px;
  transform: rotate(-8deg);
  left: 87px;
}

.selectgamecurve {
  position: absolute;
  top: 11px;
  transform: rotate(-7deg);
  left: 87px;
}

.selectgamecurve2 {
  position: absolute;
  top: 40px;
  transform: rotate(35deg);
  left: 109px;
}

.selectgamecurve1 {
  position: absolute;
  top: 0px;
  transform: rotate(-8deg);
  left: 96px;
}

img.aboutgamecurve1 {
  position: absolute;
  top: 55px;
  left: 128px;
  transform: rotate(53deg);
}

img.aboutgamecurve2 {
  position: absolute;
  top: 83px;
  left: 98px;
  transform: rotate(92deg);
}

img.contactgamecurve1 {
  position: absolute;
  top: 101px;
  left: 90px;
  transform: rotate(-69deg);
}

img.contactgamecurve2 {
  position: absolute;
  left: 61px;
  top: 108px;
  transform: rotate(-19deg);
}

/* 
section.home {
    background: red;
    height: 100vh;
}
section.about {
    background: rgb(18, 8, 156);
    height: 100vh;
}
section.games {
    background: rgb(18, 8, 156);
    height: 100vh;
}
section.contact {
    background: rgb(18, 8, 156);
    height: 100vh;
} */

img.selecthomE {
  position: absolute;
  width: 30px;
  top: 12px;
  left: 99px;
  transform: rotate(-17deg);
}

img.selectgameS {
  width: 30px;
  left: 140px;
  position: absolute;
  top: 40px;
  transform: rotate(-17deg);
}

img.selectabouT {
  width: 30px;
  position: absolute;
  left: 150px;
  top: 108px;
}

img.selectcontacT {
  width: 30px;
  left: 98px;
  position: absolute;
  top: 150px;
  transform: rotate(11deg);
}

/* menucircle */

/* iframe section start */

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  text-align: center;
  white-space: nowrap;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.overlay.shown {
  display: block;
}

.overlay.shown .popup {
  margin-top: 0;
}

.overlay--bg-black {
  background: rgb(21 18 18 / 61%);
}

.overflow {
  overflow: hidden;
}

img.closebtN {
  z-index: 10px !important;
  position: absolute;
  right: -31px;
  top: 0;
  width: 140px;
  cursor: pointer;
}

img.closebtN {
  z-index: 10px !important;
  position: absolute;
  right: -36px;
  top: -24px;
  width: 30px;
  cursor: pointer;
}

img.popIMG {
  width: 320px;
}

:root {
  /* --smartphone-width: 350px !important; */
  --smartphone-width: 25vw;
  --smartphone-height: 96vh;
  /* Adjusted to be responsive */
}

:root {
  --smartphonerummy-width: 90vw;
  /* Adjusted to be responsive */
  --smartphonerummy-height: 80vh;
  /* Adjusted to be responsive */
}

.mySmartphone.rummy {
  position: relative;
  width: var(--smartphonerummy-width);
  height: var(--smartphonerummy-height);
  margin: auto;
  border: 10px #000000 solid;
  border-radius: 30px;
  background-color: black;
  box-shadow: 0 5px 70px 0 hsla(0, 0%, 100%, 0.1);
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  top: 12%;
}

/* Lautsprecher */
.mySmartphone.rummy::before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 12px;
  left: -42px;
  transform: rotate(90deg);
}

.responsive-iframe.rummy {
  top: 7px;
  width: 97% !important;
}

img.closebtN.rummy {
  z-index: 10px !important;
  position: absolute;
  /* right: 0; */
  top: -42px;
  width: 30px;
  cursor: pointer;
  left: 2px;
}

.mySmartphone .myPower.rummy {
  background: #333;
  height: 10%;
  position: absolute;
  /* right: -9px; */
  top: -41px;
  width: 4px;
  border-radius: 15%;
  left: 300px;
  transform: rotate(-90deg);
}

.mySmartphone {
  aspect-ratio: 9 / 18;
  position: relative;
  width: auto;
  height: 100%;
  margin: auto;
  border: 5px #000000 solid;
  border-top-width: 30px;
  --border-top-width: 30px;
  border-radius: 30px;
  background-color: black;
  box-shadow: 0 5px 70px 0 hsla(0, 0%, 100%, 0.1);
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  margin-top: 1%;
}


/* Lautsprecher */
.mySmartphone::before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  top: calc((var(--border-top-width) / 2) * -1);
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 12px;
}

/* Zurück */
.mySmartphone .arrow-left {
  width: 0;
  height: 0;
  position: absolute;
  left: 15%;
  bottom: calc((var(--smartphone-height) - var(--smartphone-height) * 1.07));
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid rgb(88, 88, 88);
  border-radius: 5px 5px 5px 5px;
}

/* Bildschirm */
.mySmartphone .content {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
  -webkit-border-radius: 14px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

/* An/Aus Knopf */
.mySmartphone .myPower {
  background: #333;
  height: 10%;
  position: absolute;
  right: -9px;
  top: calc(var(--smartphone-height) / 15);
  width: 4px;
  border-radius: 15%;
}

/* Lauter */
.mySmartphone .myPower::before {
  content: "";
  display: block;
  background: #333;
  height: 50px;
  position: absolute;
  top: 130px;
  width: 4px;
  border-radius: 25%;
  right: 1px;
}

/* Leiser */
.mySmartphone .myPower::after {
  content: "";
  display: block;
  background: #333;
  height: 49px;
  position: absolute;
  top: 190px;
  width: 4px;
  border-radius: 25%;
  right: 1px;
}

@media screen and (min-width: 0px) and (max-width: 499px) {
  :root {
    --smartphone-width: 92vw !important;
    --smartphone-height: 92vh !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1400px) {
  :root {
    --smartphone-width: 390px;
    --smartphone-height: 96vh;
  }

  .mySmartphone {
    margin-top: 1%;
  }
}

/* iframe section end */

.spassov_overflow {
  overflow: hidden;
}

.zindex_sp {
  position: relative;
  z-index: -1;
}

#no-data {
  color: white;
  text-align: center;
  height: 40vh;
  font-size: 20px;
  padding: 38px 0px;
}

.pr_game:hover {
  /* transform: scale(0.99); 
  transition: 0.2s;
  padding: 1.5px;*/

}

.spassov_marquee {
  --spassov_marquee--repeat-count: 6;
  --spassov_marquee--base-duration: 2s;
  --spassov_marquee--repeat-size: calc(100% / var(--spassov_marquee--repeat-count));
  --spassov_marquee--double-size: calc(var(--spassov_marquee--repeat-size) * 2);
  --spassov_marquee--duration: calc(var(--spassov_marquee--base-duration) * var(--char-count, 20));
  overflow: hidden;
  width: 110%;
  margin-left: -5%;
  mix-blend-mode: screen;
  background: var(--spassov_marquee--colour);
  color: #000;
}

.spassov_marquee {
  --spassov_marquee--direction: -1;
  color: var(--spassov_marquee--colour);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.spassov_marquee p {
  margin: 0;
  display: flex;
  gap: 0.5em;
  line-height: 1.1;
  font-size: 80px;
  padding: 0px 25px;
  color: white;
  opacity: 0.1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}

.spassov_marquee--inner {
  width: max-content;
  display: flex;
}

@media (prefers-reduced-motion: no-preference) {
  .spassov_marquee--inner {
    animation: spassov_marquee var(--spassov_marquee--duration) infinite linear,
      reduce-spassov_marquee var(--spassov_marquee--duration) infinite linear paused;
    animation-composition: add;
  }

  .spassov_marquee--inner:hover {
    animation-play-state: running;
  }
}

@keyframes spassov_marquee {
  from {
    transform: translateX(calc((-1 * var(--spassov_marquee--double-size)) - (var(--spassov_marquee--double-size) * var(--spassov_marquee--direction, 1))));
  }

  to {
    transform: translateX(calc(var(--spassov_marquee--double-size) * -1));
  }
}

@keyframes reduce-spassov_marquee {
  from {
    transform: translateX(calc(var(--spassov_marquee--repeat-size) * var(--spassov_marquee--direction, 1)));
  }

  to {
    transfrom: translateX(calc(var(--spassov_marquee--double-size) * -1));
  }
}

.spassov_marquees {
  align-content: center;
  height: 100%;
  display: grid;
  gap: 5vw;
  overflow: hidden;
}

.aboutus_spassov_marquee {
  --aboutus_spassov_marquee--repeat-count: 6;
  --aboutus_spassov_marquee--base-duration: 1s;
  --aboutus_spassov_marquee--repeat-size: calc(100% / var(--aboutus_spassov_marquee--repeat-count));
  --aboutus_spassov_marquee--double-size: calc(var(--aboutus_spassov_marquee--repeat-size) * 2);
  --aboutus_spassov_marquee--duration: calc(var(--aboutus_spassov_marquee--base-duration) * var(--char-count, 30));
  overflow: hidden;
  width: 100%;
  mix-blend-mode: screen;
  background: var(--aboutus_spassov_marquee--colour);
  color: #000;
}

.aboutus_spassov_marquee {
  --aboutus_spassov_marquee--direction: 1;
  color: var(--aboutus_spassov_marquee--colour);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
  transform: rotate(-90deg);
}

.aboutus_spassov_marquee--inner {
  width: max-content;
  display: flex;
}

@media (prefers-reduced-motion: no-preference) {
  .aboutus_spassov_marquee--inner {
    animation: aboutus_spassov_marquee var(--aboutus_spassov_marquee--duration) infinite linear,
      reduce-aboutus_spassov_marquee var(--aboutus_spassov_marquee--duration) infinite linear paused;
    animation-composition: add;
  }

  .aboutus_spassov_marquee--inner:hover {
    animation-play-state: running;
  }
}

@keyframes aboutus_spassov_marquee {
  from {
    transform: translateX(calc((-1 * var(--aboutus_spassov_marquee--double-size)) - (var(--aboutus_spassov_marquee--double-size) * var(--aboutus_spassov_marquee--direction, 1))));
  }

  to {
    transform: translateX(calc(var(--aboutus_spassov_marquee--double-size) * -1));
  }
}

@keyframes reduce-aboutus_spassov_marquee {
  from {
    transform: translateX(calc(var(--aboutus_spassov_marquee--repeat-size) * var(--aboutus_spassov_marquee--direction, 1)));
  }

  to {
    transfrom: translateX(calc(var(--aboutus_spassov_marquee--double-size) * -1));
  }
}

.aboutus_spassov_marquees {
  align-content: center;
  height: 100%;
  display: grid;
  gap: 5vw;
  /* overflow: hidden; */
  position: relative;
}

.aboutus2_spassov_marquee {
  --aboutus2_spassov_marquee--repeat-count: 6;
  --aboutus2_spassov_marquee--base-duration: 1s;
  --aboutus2_spassov_marquee--repeat-size: calc(100% / var(--aboutus2_spassov_marquee--repeat-count));
  --aboutus2_spassov_marquee--double-size: calc(var(--aboutus2_spassov_marquee--repeat-size) * 2);
  --aboutus2_spassov_marquee--duration: calc(var(--aboutus2_spassov_marquee--base-duration) * var(--char-count, 20));
  overflow: hidden;
  width: 100%;
  margin-left: -5%;
  mix-blend-mode: screen;
  background: var(--aboutus2_spassov_marquee--colour);
  color: #000;
}

.aboutus2_spassov_marquee {
  --aboutus2_spassov_marquee--direction: -1;
  color: var(--aboutus2_spassov_marquee--colour);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.aboutus2_spassov_marquee--inner {
  width: max-content;
  display: flex;
}

@media (prefers-reduced-motion: no-preference) {
  .aboutus2_spassov_marquee--inner {
    animation: aboutus2_spassov_marquee var(--aboutus2_spassov_marquee--duration) infinite linear,
      reduce-aboutus2_spassov_marquee var(--aboutus2_spassov_marquee--duration) infinite linear paused;
    animation-composition: add;
  }

  .aboutus2_spassov_marquee--inner:hover {
    animation-play-state: running;
  }
}

@keyframes aboutus2_spassov_marquee {
  from {
    transform: translateX(calc((-1 * var(--aboutus2_spassov_marquee--double-size)) - (var(--aboutus2_spassov_marquee--double-size) * var(--aboutus2_spassov_marquee--direction, 1))));
  }

  to {
    transform: translateX(calc(var(--aboutus2_spassov_marquee--double-size) * -1));
  }
}

@keyframes reduce-aboutus2_spassov_marquee {
  from {
    transform: translateX(calc(var(--aboutus2_spassov_marquee--repeat-size) * var(--aboutus2_spassov_marquee--direction, 1)));
  }

  to {
    transfrom: translateX(calc(var(--aboutus2_spassov_marquee--double-size) * -1));
  }
}

.aboutus2_spassov_marquees {
  align-content: center;
  height: 100%;
  display: grid;
  gap: 5vw;
  overflow: hidden;
  transform: rotate(-90deg);
  position: relative;
  left: -60px;
}


/* search  start*/

.expendsearch {
  position: absolute;
  /* top: 0; */
  right: 0;
  margin: 0;
  width: 0;
  min-width: 100px;
  height: 100%;
  /* padding-top: 6px; */
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: width 0.5s cubic-bezier(0.9, 0.1, 0.1, 0.95);
  -moz-transition: width 0.5s cubic-bezier(0.9, 0.1, 0.1, 0.95);
  transition: width 0.5s cubic-bezier(0.9, 0.1, 0.1, 0.95);
  -webkit-backface-visibility: hidden;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}





.searchgames {
  position: absolute;
  /* top: 0; */
  right: 0;
  border: none;
  outline: none;
  background: rgb(4, 24, 79);
  height: 88px;
  margin: 0;
  z-index: 10;
  padding: 6px 5% 0;
  font-size: 18px;
  color: #fff;
}

i.fa.fa-search {
  color: #12a0ff;
}

.expendsearchicon {
  width: 100px;
  height: 88px;
  display: block;
  position: absolute;
  right: 0;
  /* top: 0; */
  line-height: 45px;
  cursor: pointer;
  background: #0f426d;
  z-index: 999;
  speak: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expendsearchicon:hover {
  background: #0b3354;
}

.expendsearchopen {
  position: absolute;
  /* top: 0; */
  right: 0;
  margin: 0;
  width: 300px;
  min-width: 100px;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: width 0.5s cubic-bezier(0.9, 0.1, 0.1, 0.95);
  -moz-transition: width 0.5s cubic-bezier(0.9, 0.1, 0.1, 0.95);
  transition: width 0.5s cubic-bezier(0.9, 0.1, 0.1, 0.95);
  -webkit-backface-visibility: hidden;
  cursor: pointer to auto
}

/* search  end*/

/* home animation line start*/

.pr_animated-landing {
  position: relative;
  overflow: hidden;
  position: absolute;
  overflow: hidden;
  height: 100vh;
}

.pr_animated-landing-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: space-between;
}

.pr_line {

  /* background: linear-gradient(to bottom, #031748, rgba(51, 51, 51, 0)); */
  background-image: linear-gradient(to bottom, rgb(45 129 255 / 10%), rgb(0 32 255 / 10%), rgb(0 38 255 / 10%), rgb(33 0 238 / 10%), rgb(0 16 222 / 10%), rgb(4 10 232 / 10%));
  position: relative;
  position: relative;
  width: 1px;
}

/* Ball with tail */
.ball {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0.5px;
  height: 12px;
  background-color: #1377ca;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: moveBall 4s linear infinite;
  top: 43%;
}

.pr_line:nth-child(2) .ball,
.pr_line:nth-child(3) .ball,
.pr_line:nth-child(5) .ball,
.pr_line:nth-child(6) .ball,
.pr_line:nth-child(8) .ball,
.pr_line:nth-child(9) .ball,
.pr_line:nth-child(11) .ball,
.pr_line:nth-child(12) .ball {
  animation: moveBall 4.3s linear infinite;
}

.ball2 {
  animation: moveBall 3s linear infinite;
  display: none;
}

/* Tail effect */
.ball::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: radial-gradient(circle, #1377ca, transparent);
  top: 50%;
  left: 50%;
  transform: translate(-24%, -70%);
  border-radius: 50% 50% 0 0
    /* Round the bottom corners */
  ;
}

/* Keyframes for ball movement */
@keyframes moveBall {
  0% {
    top: 0;
  }

  100% {
    top: 100%;
  }
}

.pr_crossline {
  height: 100%;
  background: radial-gradient(circle, #003d7033, transparent);
  width: 1px;
  margin: 0 48px;
}

.pr_crossline-bg {
  width: 100%;
  position: absolute;
  height: 104vw;
  display: flex;
  /* justify-content: normal; */
  transform: rotate(90deg);
  top: -186px;
  left: 0;
}

/* home animation line end*/

input#exampleInputEmail1,
input#exampleInputPassword1,
textarea#w3review {
  color: white;
}

.mobile-filter {
  display: none;
}


.spassov_marquees {
  display: block;
}

a:hover {
  text-decoration: none !important;
}

.pr_filters.desktop .pr_filter-btn .nav_link {
  margin-top: 8px;
  border-radius: 10px !important;
  color: #acacac;
  text-decoration: none;
}

.play-everywhere-card {
  border: 2px solid lightgray;
  border-radius: 8px;
  padding: 10px;
}

.play-lap {
  height: 250px;
  width: 250px;
}

.about-thumb {
  height: 200px;
  width: 300px;
  margin-top: -120px;
  margin-bottom: -10px;
  margin-right: -10px;
}

.play-img {
  height: 200px;
  width: 250px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pr_games {
    grid-template-columns: repeat(4, 1fr) !important;

  }

  .mobile-nav-container ul {
    display: flex;
  }

  .mobile-nav-container ul li img {
    height: 45px;
  }

  .loot-logo {

    display: flex;
    justify-content: center;
  }

  .footer_sectionsub {
    opacity: 1;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 65%;
  }

}

.third-header {
  display: block;
}

p.search-filters.text {
  display: block;
}

img.Aboutsmall_icon {
  width: 44px;
  height: 44px;
}

.mobile_headermain {
  display: none;
}

@media screen and (max-width: 900px) {
  .bottomflash {
    bottom: 0px !important;
}
  span.span_filter {
    position: relative;
    z-index: -1;
}
  .newPlay_game.mobile {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(44, 128, 255) 0%, rgb(44, 128, 255) 100%) !important;
    box-shadow: rgb(93, 165, 254) 3.66667px 3.66667px 3.66667px 0px inset, rgb(68, 142, 255) -1.83333px -1.83333px 3.66667px 0px inset;
    color: white !important;
}
.newPlay_game.mobile:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(44, 128, 255) 0%, rgb(44, 128, 255) 100%);
  box-shadow: rgb(93, 165, 254) 3.66667px 3.66667px 3.66667px 0px inset, rgb(68, 142, 255) -1.83333px -1.83333px 3.66667px 0px inset;
  color: white !important;
}
  .container.homeoverdiv {
    margin-top: 30px;
}
  .pr_our_games .search-container {
    width: 95%;

  }
  h4.text-justify.game_title.head-title {
    text-align: center !important;
}
  .testimonial {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    margin-bottom: 44px;
}

  .mobile_headermain {
    display: block;
  }

  img.Aboutsmall_icon {
    width: 44px;
    height: 44px;
    margin: 18px;
}

  p.search-filters.text {
    display: none;
  }

  .third-header {
    display: none;
  }



  .Desk-mobile-align {
    display: none;
  }

  .contact-section-padding {
    margin: 0px 10px 0px 10px;
  }

  div.topnav {
    width: 100%;
    backdrop-filter: blur(10px) !important;

  }

  .message_center {
    position: relative;
  }

  .circle1,
  .circle2 {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }

  .gif-section {
    padding: 1px 0px !important;

  }

  .contact-success-section.active {
    padding: 45px 0px !important;
  }

  section#aboutsection {
    margin-top: 110px;
    z-index: 1 !important;
    position: relative;
  }

  .sp_gamediv {
    padding: 0px 70px;
  }

  section.pr_our_games {
    margin-top: 0px;
  }

  .spassov_marquee {
    padding: 0px;
    display: none;
  }

  .pr_tab_section {
    position: relative;
    z-index: 10;
  }

  img.shinebox {
    padding: 10px;
    width: 64px;
  }


  .NaMe {
    font-size: 37px;
    margin-top: -124px;
}

  p.game_content {
    font-size: 9px;
    text-align: center;
  }

  .homesection_row .sp_gamediv {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
  }

  .homesection_row .sp_parent-container {
    order: 1;
    padding: 0;
    margin-top: 0px;
  }

  .sp_weblogo {
    margin: 0 auto;
  }

  .sp_circle-wrapper {

    height: 400px !important;
    width: 327px;
  }

  .circleactiveclass {
    display: none;
  }

  .sp_weblogo-col {
    text-align: center;
    margin: 40px 0;
  }

  .footer_sectionsub {
    padding: 0 10px;
  }

  .p.game_content,
  .footercontent_sub,
  .footercon {
    text-align: center;
  }

  .pr_games {
    grid-template-columns: repeat(2, 1fr);
  }

  section.pr_our_games {
    padding: 0 10px;
  }

  .framer-199ims1 {
    order: 2;
  }

  .framer-221zoa {
    order: 1;
  }

  p.CUSTOMER_SAYS,
  p.CUSTOMER_SAYS_child {
    text-align: center;
    top: auto;
    left: auto;
  }

  .aboutus2_spassov_marquees {
    display: none;
  }

  .customer-says-marque {
    margin-top: 90px;
  }

  .sp_form {
    margin: 0 auto;
  }

  div.footericon_box.mobile>div {
    max-width: 350px;
    display: block;
    margin: 0 auto;

  }

  .footericon_box_div {
    padding: 10px 0;
  }

  div.footericon_box.mobile {
    display: flex;
    justify-content: center;
  }

  .footericon_box {
    display: none;
  }

  .copyrights {
    text-align: center;
  }

  .policy_div {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
  }

  .pr_search_div {
    background-color: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 10px;
    position: relative;
  }

  .pr_search_div .pr_filter-btn {
    display: flex;
    /* background: red; */
    align-items: center;
  }

  .pr_search_div span {
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    align-items: center;
    display: flex;
  }

  .pr_filters.mobile {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    padding: 0 30px;
    background: black;
    margin-top: 15px;
  }

  .pr_filter-btn.active img:nth-child(2) {
    margin: 0 !important;
  }

  .pr_filters.mobile .pr_filter-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 0;
    width: 100%;
  }

  .pr_filter-btn.active {
    background-color: transparent !important;
    color: #f2f2f2 !important;
  }

  .topnav {
    background-color: transparent !important;
  }

  .span_filter {
    position: relative;
    transition: ease 0.5s;
  }

  .pr_search_div .span_filter.active {
    transition: ease 0.5s;
    left: 10px;
  }

  .down-arrow {
    position: absolute;
    right: 13px;
    color: white;
    transition: ease 0.1s;
    
  }

  .span_filter img:nth-child(2) {
    display: none;
  }

  .down-arrow.active {
    transform: rotate(180deg);

  }

  .pr_filters.mobile {
    display: none;
  }

  .pr_filters.mobile.active {
    display: flex;
  }

  .mobile-filter {
    display: block;
  }
}


.SHOW_More_Main {
  display: block;
}

.extra_vertical_mobile {
  display: block;
}


.helpdeskemail a {
  color: white;
  cursor: pointer;
}

@media only screen and (min-width: 901px) and (max-width: 992px) {
  .sp_gamediv {
    padding: 90px 70px;
  }

  .sp_circle-wrapper {
    height: 434px;
  }

  .NaMe {
    font-size: 44px;
  }

  img.shinebox {
    width: 45px;
  }

  p.game_content {
    font-size: 10px;
    width: 252px;
  }

  .sp_circleinside_cricketx {
    left: 85px;
  }

  .sp_circleinside_aviator {
    position: absolute;
    top: 19%;
    width: 80%;
    left: 5%;
  }

  .sp_circleinside_roulette {
    position: absolute;
    top: 25%;
    width: 48%;
    left: 26%;
  }

  .sp_circleinside_mines {
    position: absolute;
    top: 24%;
    width: 60%;
    left: 87px;
  }
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .rotate.vertical {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 100px 0px;
  }

  .sp_circleinside_aviator {
    position: absolute;
    top: 27%;
    width: 80%;
    left: 7%;
  }

  .sp_circleinside_cricketx {
    position: absolute;
    top: 27%;
    width: 54%;
    left: 128px;
    right: 0;
  }

  .sp_circleinside_roulette {
    position: absolute;
    top: 20%;
    width: 73%;
    left: 13%;
  }

  .sp_circleinside_mines {
    position: absolute;
    top: 24%;
    width: 65%;
    left: 104px;
  }

  .sp_gamediv {
    padding: 0;
    padding-left: 100px;
  }

  .sp_circle-wrapper {
    position: relative;
    width: 680px;
    height: 590px;
  }
}

.mr-container {
  display: block;
  margin-top: 60px;
}

img.headerLogo {
  display: none;
}

@media only screen and (min-width:768px) and (max-width: 899px) {
  .rotate.vertical {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0px 0px !important;
    padding: 100px;
  }
}

.sp_weblogo {
  display: block;
}
span.PlayEverY_wheretext {
  display: block;
}
.Contactusicon_mobile{
  display: none;
}
.Contactusicon_desktop{
  display: block;
}
.chnagefiltertextmobile{
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
  .SearchDIV{
    display: flex;
    justify-content: center !important;
  }
  .backtotop_Btn:active {
    background-color: #139fff !important;
}
.backtotop_Btn:hover {
    cursor: pointer;
    background-color: #139fff !important;
}
  .slidermission_text {
    margin-bottom: 25px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .chnagefiltertextmobile{
    display: block;
    color: white !important;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .dflex {
      display: flex;
      margin-left: 0px !important;
      margin-top: 44px;
      justify-content: center;
  
  }
  .lapTopIcontext {
    margin: 0px;
  }
  .Contactusicon_desktop{
    display: none;
  }
  .Contactusicon_mobile {
    display: block;
    display: flex;
    justify-content: center;
}
  section.section-center.contact {
    margin-top: 60px;
}
  span.PlayEverY_wheretext {
    display: none;
}
  .about-card-slider {
    /* background-color: #000 !important; */
    display: flex;
    justify-content: center;
    background-color: #ededed2b !important;
    align-items: center !important;
    height: 250px;
}
.mission {
  width: 68px;
  margin-top: 15px;
}

  .pr_game_section {
    overflow-x: hidden;
    background:none !important;
  }
  .topnav {
    padding: 0px !important;
  }

  .Desk-mobile-align {
    display: none;
  }

  .sp_weblogo {
    display: none;
  }

  .spassov_aboutUS {
    --spassov_aboutUS--repeat-count: 3 !important;
    --spassov_aboutUS--base-duration: 0.6s;
    --spassov_aboutUS--repeat-size: calc(100% / var(--spassov_aboutUS--repeat-count));
  }

  .rotate.vertical {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0px 0px !important;
  }



  .game_title {
    margin-top: 20px;
    text-align: center !important;
}


  .mobile_headermain {
    background: #041436;
    padding: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: fixed;
    width: 100%;
    z-index: 101;
  }

  img.headerLogo {
    position: relative;
    left: 22px;
    display: block;
    width: 115px;
  }

  .mr-container {
    display: none;
    margin-top: 0px;
  }

  .contactcard_main {
    border-radius: 10px;
    margin: auto;
    text-align: center;
    z-index: 2;
    position: relative !important;
    left: 0% !important;
    top: 33%;
    width: 94% !important;
    transform: none !important;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    background-size: cover !important;
    padding-top: 19px !important;

  }

  .contact .button-mail {
    margin-left: 15px !important;
    margin-right: 15px !important;

  }

  .contact .title3 {
    margin-top: 0px;
    font-size: 13px;
    line-height: 2.6em !important;
    font-weight: 300;
  }

  .helpdeskemail {
    text-align: center;
  }

  .footericon_box {
    margin-top: 32px;
  }

  .expendsearch {
    /* top: 0; */
    right: 6% !important;
  }



  .loaderLogo {
    width: 200px !important;
    padding: 25px;
  }



  .aboutus_spassov_marquees {
    overflow: hidden;
  }

  .pr_filters.desktop {
    display: none;
  }

  .pr_search_div:active {
    background: #5bb5ff87
  }

  .pr_game_section {
    overflow: inherit !important;
    display: flex;
    justify-content: center;
    margin: 0 13px;
    z-index: 100;
    position: relative;
  }

  .mobile-filter {
    position: relative;

  }

  .mobile-filter .pr_search_div {
    height: 45px;
  }

  .pr_filters.mobile {
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 11;
  }


  .searchgames {
    height: 45px;
    padding: 0 20px;
  }

  .span_filter img {
    height: 30px;
  }

  .topnav {
    overflow: inherit !important;
  }

  .pr_games {
    z-index: -1;
    position: relative;
  }




  .searchgames {
    width: 100% !important;
  }


  .pr_crossline {
    height: 100%;
    width: 1px;
    margin: 0 48px;
    border: 0.1px solid;
    border-image: linear-gradient(to bottom, rgb(0 0 209 / 20%), rgb(1 0 26 / 10%), rgb(0 14 112 / 50%), rgb(59 14 219 / 0%), rgb(0 42 255 / 10%)) 1;
  }

  img.shinebox {
    padding: 5px;
    width: 60px;
    cursor: pointer;
  }

  .sp_circleinside_cricketx {
    position: absolute;
    top: 18%;
    width: 58%;
    left: 69px;
    right: 2px;
}

.sp_circleinside_roulette {
  position: absolute;
  top: 14%;
  width: 70%;
  height: 57%;
  left: 14%;
}

.sp_circleinside_mines {
  position: absolute;
  top: 18%;
  width: 72%;
  height: 51%;
  left: 49px;
}


  p.game_content {
    height: 64px;
    font-optical-sizing: auto;
    line-height: 17px;
    margin-top: -15px;
    padding: 0px 55px;
    font-size: 12px;
  }

  .sp_form {
    width: 100%;
  }

  .SHOW_More_Main {
    display: none;
  }
  .more_games{
    display: none !important;
  }
  .extra_vertical_mobile {
    display: none;
  }

}

/*******************  mobile nav ****************** */

.mobile-nav-container {
  display: none;
}


@media screen and (max-width: 900px) {
  p.text-color.boXinside {
    width: 100% !important;
  }

  .image-slider-container img {
    width: 100% !important;
    height: 100% !important;
  }

  .play-img {
    width: 100% !important;
    height: 100% !important;
  }

  .Desk-mobile-align {
    display: none;
  }

  .sp_weblogo {
    width: 85px;
    padding: 0px;

  }

  .mobile-nav-container {
    padding-top: 12px;
    /* Initial state - hidden */
    background: linear-gradient(rgb(31, 27, 27) 0%,
        rgb(21, 20, 20) 100%);
    background-size: cover;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translatex(-100%);
    /* Moves the element above the view */
    display: block;
    z-index: 100;
  }

  .mobile-nav-container.active {
    opacity: 1;
    background: linear-gradient(rgb(0 0 0) 0%, rgb(10 18 28) 100%);
    transform: translateY(0);
    z-index: 1000;

  }

  .mobile-nav-container ul li {
    text-align: center;
    display: flex;
    justify-content: start;
    opacity: 0;
    transition: ease 0.5s;
  }

  .mobile-nav-container.active ul li {
    opacity: 1;
  }




  .mobile-nav {
    opacity: 0;
    transition: ease 1s;
  }

  .mobile-nav.active {
    opacity: 1;
    transition: ease 1s;
  }

  .mobile-nav-container img {
    height: 60px;

  }


  .loot-logo {
    margin: 0 auto;
    text-align: left;
  }

  img.closemobnav {
    width: 40px !important;
    margin-left: 20px;
  }

  .loot-logo img {
    width: 115px;
    margin-left: 16px;
  }
}

/*******************  mobile nav ****************** */



.clikSpassovActive {
  background-color: rgb(19, 159, 255);
  opacity: 1;
  color: white;
}









.show-more {
  position: relative;
  top: -90px;
  font-size: 15px;
}

.show-more.active {
  opacity: 0;
}

.show-more.active .inner {
  top: -100px;
}





.show-more-btn span a {
  text-decoration: none;
  color: #0073d1;
  font-size: 15px;
  font-weight: 500;
}

.show-more-btn span {
  color: #0073d1;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}


/* back to top start  */

.backtotop_Btn {
  display: inline-block;
  background-color: #139fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 114px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}


.backtotop_Btn:hover {
  cursor: pointer;
  background-color: #1a547a;
}

.backtotop_Btn:active {
  background-color: #1a547a;
}

.backtotop_Btn.show {
  opacity: 1;
  visibility: visible;
}

a#backtotop_Btn {
  text-decoration: none;
}

/* back to top end  */


.sp_weblogo-col {
  padding: 0px 20px;
}



.searchgames {
  width: 230px;
  font-size: 12px;
  padding-left: 10px;
}






.gameloader {
  color: white;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 35%;
  z-index: 10;
}

.loaderLogo {
  width: 22%;
  padding: 25px;
}

/* Loader Styles */
.pageLoader {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #010f2f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageLoader .spinner {
  border: 12px solid #f3f3f3;
  border-top: 12px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Content Styles */
.overallcontent {
  display: none;
  /* Hidden initially */

}


.dash {
  margin: 7px 15px;
  width: 35px;
  height: 9px;
  border-radius: 8px;
  background: rgb(82, 159, 246);
  box-shadow: rgb(82, 159, 246) 0 0 15px 0;
}

.first {
  margin-right: -18px;
  transform-origin: center left;
  animation: spin 3s linear infinite;
}

.seconde {
  transform-origin: center right;
  animation: spin2 3s linear infinite;
  animation-delay: .2s;
}

.third {
  transform-origin: center right;
  animation: spin3 3s linear infinite;
  animation-delay: .3s;
}

.fourth {
  transform-origin: center right;
  animation: spin4 3s linear infinite;
  animation-delay: .4s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(360deg);
  }

  30% {
    transform: rotate(370deg);
  }

  35% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(0deg);
  }

  30% {
    transform: rotate(-180deg);
  }

  35% {
    transform: rotate(-190deg);
  }

  40% {
    transform: rotate(-180deg);
  }

  78% {
    transform: rotate(-180deg);
  }

  95% {
    transform: rotate(-360deg);
  }

  98% {
    transform: rotate(-370deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }

  27% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(180deg);
  }

  45% {
    transform: rotate(190deg);
  }

  50% {
    transform: rotate(180deg);
  }

  62% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  80% {
    transform: rotate(370deg);
  }

  85% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }

  38% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(-360deg);
  }

  65% {
    transform: rotate(-370deg);
  }

  75% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}


.animate-left {
  z-index: 2;
}

section.footer_section {
  position: relative;
}


.formerror {
  color: red;
  font-size: 14px;
  position: relative;
}


.footer_sectionsub {
  overflow: hidden;
}

.footer_sectionsub.inactive .animate-left {
  position: relative;
  left: -100%;
  transition: ease 1s;
}

.footer_sectionsub.inactive .animate-right {

  position: relative;
  right: -100%;
  transition: ease 1s;

}

.footer_sectionsub.back_active .animate-left {
  position: relative;
  left: 0%;
  transition: ease 1s;

}

.footer_sectionsub.back_active .animate-right {
  position: relative;
  right: 0;
  transition: ease 1s;

}

section#contactsection {
  height: 100px;
}


img.lefthand {
  width: 260px;
}

img.righthand {
  width: 260px;
}

.iconfooter {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footericon_box_div {
  padding: 20px;
  text-align: left;
}

.dot {
  position: fixed;
  background-color: #ffffff;
  height: 1.5px;
  width: 1.5px;
  border-radius: 50%;
}

@media screen and (min-width: 900px) and (max-width: 1150px) {
  
.backtotop_Btn:hover {
  cursor: pointer;
  background-color: #139fff;
}

.backtotop_Btn:active {
  background-color: #139fff;
}
  .carousel {
    display: none !important;
  }

  .pr_filters.desktop {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .expendsearch {
    top: 0;
  }

  .pr_game_section.header {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width:1151px) {
  .pr_filters.desktop {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }


}

.framer-yAwla .framer-96frlx {

  padding: 0 !important;
}

.clikSpassovActive {
  opacity: 1 !important;
}










.contactcard_main {
  margin: auto;
  max-width: 362px;
  max-height: 250px;
  text-align: center;
  padding: 20px 0px 20px 0px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 33%;
  width: 100%;
  transform: translate(-45%, -50%);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.contact a {
  text-decoration: none;
  font-size: 10px;
  color: #119AF5 !important;
  font-family: "Unbounded", "Unbounded Placeholder", sans-serif;
}

.button-mail a:hover {
  opacity: 0.7;
}

.contact .title {
  color: #139fff !important;
  text-transform: capitalize;
  font-size: 32px;
  font-family: "Teko", "Teko Placeholder", sans-serif !important;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 40px;
  font-weight: 500;

}

.contact .title1 {
  text-transform: capitalize;
  color: #fff !important;
  font-size: 32px;
  font-family: "Teko";
  line-height: 40px;
  font-weight: 500;
}

.contact .title3 {
  color: rgba(255, 255, 255, 0.552) !important;
  font-family: "Unbounded", "Unbounded Placeholder", sans-serif;
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;

}

.contact .mail-image {
  height: 55px;
  width: 80px;
}

.contact .button-mail {
  margin-left: 49px;
  margin-right: 49px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  background: #022d60;
  border-radius: 38px;
  padding: 7px 0px;
}

.contact .mail {
  font-size: 14px;
  font-family: "Unbounded", "Unbounded Placeholder", sans-serif;
  text-decoration: underline;
  color: rgb(0 255 255);
  font-weight: 400;
}


.contactus-grid-13 {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 10px;
}

.contactus-child {
  width: 110px;
  height: 110px;

}

.contactus-child.hidden {
  visibility: hidden;
}

.bouncing {
  animation: bounce 5s infinite;
}

.contactus-child img {
  display: block;
  width: 100%;
  height: 100%;

}

.mr-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.contactus-child {
  flex: 0 0 auto;
}

.marquee-content {
  white-space: nowrap;
  display: flex;
  animation: marquee 20s linear infinite;
}

.right-box {
  height: auto;
  width: 20px;
  background-color: #000;
  /* opacity: .9; */
  z-index: 1;
}

.left-box {
  height: auto;
  width: 20px;
  background-color: #000;
  /* opacity: .9; */
  z-index: 1;
}



@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}




input,
textarea,
select {
  -webkit-text-size-adjust: 100% !important;
  /* Prevents automatic text resizing in iOS */
  text-size-adjust: 100% !important;
  font-size: 14px !important;
  /* Optional: Use JavaScript to prevent zooming on input focus */
}


.sp_circle-wrapper::before {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  height: 95%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: circleimg 35s linear infinite;

  /* Ensure the background image is behind the content */
}



:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --star_scroll-start: 0;
  --star_scroll-end: calc(-100% - var(--gap));
}



.sp_customer_box {
  border: 1px solid #0073d1;
  border-radius: 30px;
  background-color: rgb(31 66 120 / 28%);
}


.Sp_firstcont {
  color: white;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  /* opacity: .6; */
  top: 8px;
  margin-left: 15px !important;
  font-family: "Poppins", sans-serif;
}

.Sp_secontcont {
  color: #fff;
  font-size: 15px;
  /* font-weight: 500; */
  opacity: .6;
  margin-left: 15px !important;
  font-family: "Poppins", sans-serif;
}

.sp_disc {
  font-size: 15px;
  color: #ABABAB;
  padding: 0px 24px;
  width: 290px;
}

.sp_star_ICON {
  display: flex;
  justify-content: center;
}

.star-icon {
  font-size: 2em;
  position: relative;
}

span.star-icon.full {
  padding: 0px 6px;
  padding-bottom: 20px;
}

.star-icon.full:before {
  color: #ffc008;
  content: '\2605';
  position: absolute;
  left: 6px;
}

.star-icon.half:before {
  color: #ffc008;
  content: '\2605';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.lowlevel {
  color: #4e6b97 !important;

}

:root {
  --duration: 25s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}


.customer_marquee {
  animation: marqueeScroll var(--duration) linear infinite;
  animation-play-state: running;
  transition: animation-play-state 0.3s ease;
}

.customer_marquee.customer_marquee--vertical:hover {
  animation-play-state: paused;
}




.customer_wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.customer_wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

.customer_marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
  margin-left: 30px;
}

.customer_marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .customer_marquee__group {
    animation-play-state: paused;
  }
}

.customer_marquee--vertical {
  --mask-direction: to bottom;
}

.customer_marquee--vertical,
.customer_marquee--vertical .customer_marquee__group {
  flex-direction: column;
}

.customer_marquee--vertical .customer_marquee__group {
  animation-name: scroll-y;
}

.customer_marquee--reverse .customer_marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

img.customerav {
  width: 50px;
}

.sp_customer_box {
  border-radius: 25px;
}


.sp_star_ICON {
  text-align: center;
}

.star-icon {
  color: gold;
  font-size: 1.5rem;
}

.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 3s ease-out forwards;
  user-select: none;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}



section#aboutsection {
  margin: 100px 0px 50px 0px;
}

.sp_CUSTOMER_SAYSbox {
  color: white;
  align-items: center;
  display: flex;
  justify-content: end;
  z-index: 10;
}

.CUSTOMER_whatour {
  font-family: "Poppins", "Poppins Placeholder", sans-serif;
  color: white;
  font-size: 32px;
  font-weight: 700;
}

p.CUSTOMER_SAYS {
  font-family: "Teko", sans-serif;
  color: white;
  font-size: 32px;
  font-weight: 500;
}

p.CUSTOMER_SAYS_child {
  color: #697894;
  font-size: 17px;

  font-weight: 600;
}

.fa-search:before {
  content: "\f002";
  /* left: -4px; */
  position: relative;
  font-size: 17px;
  color: white;
}

.contact-us-content {
  color: #fff;
  opacity: .6;
}

@media only screen and (min-width: 0px) and (max-width: 1135px) {
  .customer_wrapper--vertical {
    justify-content: center;

  }

  .sp_CUSTOMER_SAYSbox {
    width: 100% !important;
    justify-content: center;
  }

  .marquee8 {
    width: 100% !important;
  }

  .FIRSTMAR {
    display: none;
  }

  .CUSTOMER_whatour {
    text-align: center;
  }

  .customer_marquee {
    margin-left: 0px;
  }
}


/* start sivasakthi  */

.pr_aboutUs p {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  text-align: left;
  font-family: "Poppins", sans-serif;
  max-width: 801px;
  margin: 0 auto;
  font-size: 15px !important;
}

.about-class-para {
  font-size: 14px !important;
  color: #ededed !important;
  font-weight: 300;
  text-align: center;
  font-family: "Poppins", sans-serif;
  max-width: 800px;
  margin: 0 auto;
}

.about-card {
  padding: 40px 20px;
  background: rgb(18 160 255 / 20%);
  border-top-right-radius: 150px;
  height: 100%;
}

.about-card h2 {
  color: white;
  font-size: 24px;
  font-family: "Teko", sans-serif;
  position: relative;
  z-index: 2;
  font-weight: bold !important;


}

.about-card p {
  position: relative;
  z-index: 2;
  text-align: left;
}

.about-card .img-section {
  position: relative;
  min-height: 150px;
}

.about-card .img-section img {
  position: absolute;
}

.about-card .img-section img:nth-child(2) {
  left: 24px;
  top: 23px;
}

.about-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 400ms;
  border-top-left-radius: 20px;
}

.about-card::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0%;
  transition: 400ms;
  border-top-left-radius: 20px;

  p {
    color: white;
  }
}

.about-card::before {

  background: linear-gradient(#081245, #5557DC, #00000029);
}

.about-card.vission::before {

  background: linear-gradient(#4B2874, #B155D4, #00000029);
}

.about-card.goal::before {

  background: linear-gradient(#062A06, #027F1C, #00000029);
}

.about-card::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: 500ms;
  color: white !important;
  border-top-left-radius: 20px;
}

.about-card:hover::before {
  width: 100%;
}

.about-card:hover::after {
  background: none;
  color: white !important;
}

.about-card:hover .img-section img:nth-child(1) {
  animation: rotation 10s linear infinite;

}

.about-card.mission {
  right: -108%;
  visibility: hidden;
  border-top-left-radius: 20px;
  transition: ease 400;
}

.about-card.goal {
  left: -100%;
  visibility: hidden;
  border-top-left-radius: 20px;
}

.pr_aboutUs.active .about-card.mission {
  right: 0;
  visibility: visible;
  border-top-left-radius: 20px;

}

.pr_aboutUs.active .about-card.goal {
  left: 0;
  visibility: visible;
  border-top-left-radius: 20px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);

  }

  100% {
    transform: rotate(360deg);
  }
}

/** new wave effect*/


.everywhere-contatiner {
  padding: 0 175px 0px 175px;
  overflow-x: hidden;
  margin-top: 50px !important;
  margin-bottom: 110px;
}

.everywhere-padding {
  padding: 0px 20px 0px 90px;
  font-family: "Unbounded", sans-serif;
  font-weight: normal;
  font-size: 12.5px;
  text-align: left !important;
  text-align: justify;
}

.play-everywhere {
  padding: 0px 110px 0px 40px;
  text-align: left;
  margin-top: 108px !important;

}

.icon-img {
  z-index: 2;

}

.top-align {
  margin-top: 20px !important;
}


/* Initially hide the elements */
.left-section,
.right-section {
  visibility: hidden;
  /* Start hidden */
  opacity: 0;
  /* Fully transparent */
  display: block;
  /* Ensure block layout */
}


.left-section {
  position: relative;
  left: -100%;
  transition: ease 1s;
}

.right-section {
  position: relative;
  right: -100%;
  transition: ease 1s;
}


/* Show and animate elements when they are visible */
.left-section.animate-left {
  visibility: visible;
  opacity: 1;
  animation: slideInLeft 1s ease-out forwards;
  left: 0%;

}

.right-section.animate-right {
  visibility: visible;
  opacity: 1;
  animation: slideInRight 1s ease-out forwards;
  animation-delay: 0.5s;
  /* Optional: delay for the right section */
  right: 0%;
}

.about-card:hover p {
  opacity: 100;
}

.carousel {
  display: none !important;
}

.about-desktop {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.play-img-back {
  position: absolute;
}


@media screen and (min-width:0px) and (max-width:900px) {

  .about-desktop {
    display: flex;
    flex-wrap: wrap !important;
  }

  .carousel {
    display: block !important;
  }

  .Desk-mobile-align {
    display: none !important;
  }

  section.pr_our_games {
    position: relative;
    z-index: 2;

  }

  .top-align {
    margin-top: 0px !important;
  }

  /**sfdghjkl;jhgfdsdghjkl;k */

  .pr_aboutUs p {
    font-size: 10px !important;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: "Poppins", sans-serif;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.7;

  }

  .pr_aboutUs p :hover {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif;
    max-width: 800px;
    opacity: 100;
    margin: 0 auto;


  }

  .about-card.pr_aboutUs p :hover {
    opacity: 100;
  }

  .about-card {
    padding: 40px 20px;
    background: rgb(18 160 255 / 20%);
    border-top-right-radius: 150px;
    height: 100%;
  }

  .about-card h2 {
    color: white;
    font-size: 24px;
    font-family: "Teko", sans-serif;
    position: relative;
    z-index: 2;
    font-weight: bold !important;

  }

  .about-card p {
    position: relative;
    z-index: 2;
    text-align: left;
    color: white;
  }

  .about-card p:hover {
    position: relative;
    z-index: 2;
    text-align: left;
    color: white;
    font-weight: 400;
    opacity: 100;

  }


  .about-card .img-section {
    position: relative;
    min-height: 150px;
  }

  .about-card .img-section img {
    position: absolute;
  }

  .about-card.vission::before {

    background: linear-gradient(#4B2874, #B155D4, #00000029);
  }

  .about-card.goal::before {

    background: linear-gradient(#062A06, #027F1C, #00000029);
  }

  .about-card::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: none;
    z-index: 0;
    transition: none;
    color: white !important;
  }

  .everywhere-contatiner {
    padding: 0 5px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
  }

  .everywhere-padding {
    padding: 0px 10px 0px 10px;
    font-family: "Unbounded", sans-serif;
    font-weight: normal;
    font-size: 12.5px;
    text-align: center !important;
    text-align: justify;
  }

  .play-everywhere {
    padding: 0px;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
  }

  .about-card {
    padding: 40px 20px;
    background: transparent !important;
    border-top-right-radius: 150px;
    height: 100%;
  }

  .about-card p {
    /* position: relative; */
    z-index: 2;
    text-align: center !important;
  }

  .about-card h2 {
    color: white;
    font-size: 24px;
    font-family: "Teko", sans-serif;
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: bold !important;

  }

  .about-card .img-section img:nth-child(2) {
    position: absolute;
    left: auto;
    top: auto;
  }

  .about-card .img-section {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .device-mockup {
    width: 50% !important;
  }

  .device-mockupmain {
    display: flex;
    justify-content: center;
    
  }

  .about-card.mission {
    right: -108%;
    visibility: hidden;
    border-top-left-radius: 20px;
    transition: none !important;
  }

  .about-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: none !important;
    border-top-left-radius: 20px;
  }

  .about-card.mission {
    right: -108%;
    visibility: hidden;
    border-top-left-radius: 20px;
    transition: none !important;
  }

  .about-card.goal {
    left: -100%;
    visibility: visible !important;
    border-top-left-radius: 20px;
  }

  .pr_aboutUs.active .about-card.mission {
    right: 0;
    visibility: visible !important;
    border-top-left-radius: 20px;

  }

  .pr_aboutUs.active .about-card.goal {
    left: 0;
    visibility: visible !important;
    border-top-left-radius: 20px;
  }

}

.spassov_aboutUS.two {
  display: block;
}


@media screen and (min-width:768px) and (max-width:1024px) {
  section.pr_our_games {
    position: relative;
    z-index: 2;

  }

  .about-card.mission {
    right: auto !important;
    visibility: hidden;
    border-top-left-radius: 20px;
    transition: ease 400;
  }

  .Desk-mobile-align {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    display: none;
  }

  .about-card::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: none;
    z-index: 0;
    transition: none !important;
    color: white !important;
  }

  .about-card.mission {

    visibility: visible !important;
    border-top-left-radius: 20px;
    transition: none !important;
  }

  .about-card.goal {
    display: block;
    transition: none !important;
    left: auto !important;
    visibility: visible !important;
    border-top-left-radius: 20px;
  }

  .pr_aboutUs.active .about-card.mission {

    visibility: visible !important;
    border-top-left-radius: 20px;

  }

  .pr_aboutUs {
    position:
      relative;
    z-index: 1;
  }
}

@media screen and (min-width:900px) and (max-width:1200px) {

  .spassov_aboutUS.two {
    display: none;
  }

  .rotate.vertical {
    justify-content: center;
    display: flex;
    width: 100%;
  }

  .pr_aboutUs p {
    font-size: 12px;
    font-weight: 300;
    text-align: left !important;
    font-family: "Poppins", sans-serif;
    max-width: 800px;
    margin: 0 auto;

  }

  .play-everywhere {
    /* padding: 0px 110px 0px 90px; */
    text-align: center;
    margin-top: 20px !important;
  }

  .about-card {
    padding: 40px 20px;
    background: rgb(18 160 255 / 20%);
    border-top-right-radius: 150px;
    height: 100%;
    transition: none !important;
  }

  .about-card h2 {
    color: white;
    font-size: 24px;
    font-family: "Teko", sans-serif;
    position: relative;
    z-index: 2;
    font-weight: bold !important;


  }

  .about-card p {
    position: relative;
    z-index: 2;
    text-align: left;
    color: white;
  }

  .about-card .img-section {
    position: relative;
    min-height: 150px;
  }

  .about-card .img-section img {
    position: absolute;
  }

  .about-card.vission {

    background: linear-gradient(#4B2874, #B155D4, #00000029);
  }

  .about-card.goal {

    background: linear-gradient(#062A06, #027F1C, #00000029);
  }

  .about-card::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: none;
    z-index: 0;
    transition: none !important;
    color: white !important;
  }

  .Desk-mobile-align {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;

  }

  .everywhere-contatiner {
    padding: 0 5px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 75%;
  }

  .about-card {
    padding: 40px 20px;
    background: transparent !important;
    border-top-right-radius: 150px;
    height: 100%;
    transition: none !important;
  }

  .about-card p {
    /* position: relative; */
    z-index: 2;
    text-align: center !important;
  }

  .about-card h2 {
    color: white;
    font-size: 24px;
    font-family: "Teko", sans-serif;
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: bold !important;

  }

  .about-card .img-section img:nth-child(2) {
    position: absolute;
    left: auto;
    top: auto;
  }

  .about-card .img-section {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .device-mockup {
    width: 300px !important;
  }

  .about-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: none !important;
    border-top-left-radius: 20px;
  }

  .about-card.mission {

    visibility: visible !important;
    border-top-left-radius: 20px;
    transition: none !important;
  }

  .about-card.goal {
    display: block;
    visibility: visible !important;
    border-top-left-radius: 20px;
    transition: none !important;
  }

  .pr_aboutUs.active .about-card.mission {

    visibility: visible !important;
    border-top-left-radius: 20px;

  }

  .pr_aboutUs.active .about-card.goal {

    visibility: visible !important;
    border-top-left-radius: 20px;
  }

}

@media screen and (min-width:1025px) and (max-width:1194px) {
  .spassov_marquee {
    display: none !important;
  }

  section.pr_our_games {
    position: relative;
    z-index: 2;

  }

  .pr_aboutUs p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    font-family: "Poppins", sans-serif;
    max-width: 800px;
    margin: 0 auto;


  }

  .about-card {
    padding: 40px 20px;
    background: rgb(18 160 255 / 20%);
    border-top-right-radius: 150px;
    height: 100%;
  }

  .about-card h2 {
    color: white;
    font-size: 24px;
    font-family: "Teko", sans-serif;
    position: relative;
    z-index: 2;
    font-weight: bold !important;

  }

  .about-card p {
    position: relative;
    z-index: 2;
    text-align: left;
    color: white;
  }

  .about-card .img-section {
    position: relative;
    min-height: 150px;
  }

  .about-card .img-section img {
    position: absolute;
  }

  .about-card.vission::before {

    background: linear-gradient(#4B2874, #B155D4, #00000029);
  }

  .about-card.goal::before {

    background: linear-gradient(#062A06, #027F1C, #00000029);
  }

  .about-card::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: none;
    z-index: 0;
    transition: none;
    color: white !important;
  }

  .play-everywhere {
    /* padding: 0px 110px 0px 90px; */
    text-align: center;
    margin-top: 20px !important;
  }

  .Desk-mobile-align {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .everywhere-contatiner {
    padding: 0 5px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 75%;
  }

  .topnav {
    overflow: hidden;
    overflow-y: unset;
    backdrop-filter: blur(10px) !important;
    background-color: rgb(3 25 63 / 50%) !important;
    opacity: 1;
    width: auto !important;
    padding-left: 130px !important;
    -webkit-backdrop-filter: blur(10px);
  }

  .about-card {
    padding: 40px 20px;
    background: transparent !important;
    border-top-right-radius: 150px;
    height: 100%;
  }

  .about-card p {
    /* position: relative; */
    z-index: 2;
    text-align: center !important;
  }

  .about-card h2 {
    color: white;
    font-size: 24px;
    font-family: "Teko", sans-serif;
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: bold !important;

  }

  .about-card .img-section img:nth-child(2) {
    position: absolute;
    left: auto;
    top: auto;
  }

  .about-card .img-section {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  /* .device-mockup{
  width: 300px !important;
  } */
  .about-card.mission {
    right: 0 !important;
    visibility: hidden;
    border-top-left-radius: 20px;
    transition: none !important;
  }

  .about-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: none !important;
    border-top-left-radius: 20px;
  }

  .about-card.mission {
    right: 0 !important;
    visibility: hidden;
    border-top-left-radius: 20px;
    transition: none !important;
  }

  .about-card.goal {
    left: 0 !important;
    visibility: visible !important;
    border-top-left-radius: 20px;
  }

  .pr_aboutUs.active .about-card.mission {
    right: 0;
    visibility: visible !important;
    border-top-left-radius: 20px;

  }

  .pr_aboutUs.active .about-card.goal {
    left: 0;
    visibility: visible !important;
    border-top-left-radius: 20px;
  }

}

/* end sivasakthi */





.row.CARDSECTIOn {
  width: 100%;
  margin: 0px -27px;
  border: 1px solid #0E0E0E;
  border-radius: 16px;
  padding: 4px 27px;
  border: 2px solid #353535;
}

p.StarContent {
  width: 200px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  color: #d8d2d2;
  font-size: 11px;
  font-weight: 300;
}

.rotate.vertical {
  transform: rotate(90deg);
}


.row.CARDSECTIOn {
  background-color: #1886e629;
  transform: rotate(-90deg);
  border: 1px solid #52b0ff;
}

.spassov_aboutUS {
  --spassov_aboutUS--repeat-count: 6;
  --spassov_aboutUS--base-duration: 0.6s;
  --spassov_aboutUS--repeat-size: calc(100% / var(--spassov_aboutUS--repeat-count));
  --spassov_aboutUS--double-size: calc(var(--spassov_aboutUS--repeat-size) * 2);
  --spassov_aboutUS--duration: calc(var(--spassov_aboutUS--base-duration) * var(--char-count, 20));
  overflow: hidden;
  mix-blend-mode: screen;
  background: var(--spassov_aboutUS--colour);
  color: #000;
}

.spassov_aboutUS {
  --spassov_aboutUS--direction: -1;
  color: var(--spassov_aboutUS--colour);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
  padding: 60px 0px;
}

.spassov_aboutUS.two {
  --spassov_aboutUS--direction: 1 !important;
}


.spassov_aboutUS--inner {
  /* width: max-content; */
  display: flex;
}

.col-6.rotate.vertical {
  transform: rotate(90deg);
}


@media (prefers-reduced-motion: no-preference) {
  .spassov_aboutUS--inner {
    animation: spassov_aboutUS var(--spassov_aboutUS--duration) infinite linear,
      reduce-spassov_aboutUS var(--spassov_aboutUS--duration) infinite linear paused;
    animation-composition: add;
  }

  .spassov_aboutUS--inner:hover {
    animation-play-state: running;
  }
}

@keyframes spassov_aboutUS {
  from {
    transform: translateX(calc((-1 * var(--spassov_aboutUS--double-size)) - (var(--spassov_aboutUS--double-size) * var(--spassov_aboutUS--direction, 1))));
  }

  to {
    transform: translateX(calc(var(--spassov_aboutUS--double-size) * -1));
  }
}

@keyframes reduce-spassov_aboutUS {
  from {
    transform: translateX(calc(var(--spassov_aboutUS--repeat-size) * var(--spassov_aboutUS--direction, 1)));
  }

  to {
    transfrom: translateX(calc(var(--spassov_aboutUS--double-size) * -1));
  }
}

img.customer_avathor {
  position: relative;
  top: 11px;
}

@media screen and (min-width:0px) and (max-width:1200px) {

  .spassov_aboutUS.two {
    display: none;
  }

  .rotate.vertical {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 130px 0px;
  }

  .borderdiv {
    margin-bottom: 100px;
  }

}

/***vishal bro***/
.client-logsin {
  background-color: black;
  border: 1px solid #4199FF;
  color: #4199FF;
  border-radius: 10px;
}

.client-logsin:hover {
  background-color: #4199FF !important;
  color: #fff !important;
}

.custom-navbar {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  /* Adjust padding as needed */
}

.custom-navbar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-navbar ul li {
  position: relative;
  padding: 0 12px;
}

.custom-navbar ul li.active {
  border-bottom: 2px solid #4199FF;
  color: #4199FF;
  font-weight: bold;
}

.custom-navbar ul li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #4199FF;
}

.menu-items {
  padding: 0 12px;
}

.menu-items:hover {
  border-bottom: 2px solid #4199FF;
  color: #4199FF;
  cursor: pointer;
}

.topnav {
  overflow: hidden;
  overflow-y: unset;
  backdrop-filter: blur(10px) !important;
  opacity: 1;
  width: -webkit-fill-available !important;
  padding: 10px 0px 10px 0px;
  /* padding-left: 130px !important; */
  -webkit-backdrop-filter: blur(10px);
}

.send_msg {
  color: #4199FF;
  border: 2px solid #139FFF;
  padding: 6px 20px;
  margin-top: 10px;
}

.send_msg:hover {
  color: #fff;
  border: 1px solid #139FFF;
  background-color: #139FFF;
  font-weight: bold;

}

/* header menu */
.client-logsin {
  background-color: black;
  border: 1px solid #4199ff;
  color: #4199ff;
  border-radius: 10px;
  padding: 5px 15px;
  /* Adjust padding as needed */
  cursor: pointer;
  display: inline;
}

.client-logsin:hover {
  background-color: #4199ff !important;
  color: #fff !important;
}

.custom-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.custom-navbar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.custom-navbar ul li {
  position: relative;
  padding: 0 12px;
}

.custom-navbar ul li.active {
  border-bottom: 2px solid #4199ff;
  font-weight: bold;
}

.custom-navbar ul li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #4199ff;
}

.menu-items {
  padding: 0 12px;
}

.menu-items:hover {
  border-bottom: 2px solid #4199ff;
  color: #4199ff;
  cursor: pointer;
}

.logo-img-div {
  display: none;
}

/* Responsive hamburger menu */
@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    /* Hide navigation links on small screens */
  }



  /* .nav-links {
    display: none !important;
  } */
  .nav-links .mobile-nav {
    display: flex;
  }

  .nav-links .client-login {
    display: block;
  }

  .nav-links .menu-items {
    display: none;
  }

  .mobile-nav {
    display: flex;
    justify-content: space-between;
  }

  .custom-navbar {
    padding: 10px 0;
  }

  .logo-img-mobile {
    width: 80px;
    margin: 10px 0 0 7px;
  }

  .mobile-menu {
    display: flex;
  }

  .custom-navbar .logo-img {
    display: none;
  }

  .client-logsin {
    background-color: black;
    border: 1px solid #4199ff;
    color: #4199ff;
    border-radius: 10px;
    padding: 6px 15px;
    cursor: pointer;
    display: inline;
    font-size: 11px;
    margin-top: 4px;
    text-decoration: none;
  }

  .logo-img-div {
    display: block;
    margin: 9px 0 0 15px;
  }
}







.newPlay_game {

  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #118bde;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #118bde;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  padding: 9px 32px;
  font-size: 14px;
  /* background: black; */
  font-weight: 500;
  background-color: transparent;
}


.newPlay_game:before {
  transition: 0.2s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  /* background-color: black; */
  z-index: -1;
}

.newPlay_game:hover,
.newPlay_game:focus {
  color: white;
  text-decoration: none;
}

.newPlay_game:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(44, 128, 255) 0%, rgb(44, 128, 255) 100%);
  box-shadow: rgb(93, 165, 254) 3.66667px 3.66667px 3.66667px 0px inset, rgb(68, 142, 255) -1.83333px -1.83333px 3.66667px 0px inset;
}

.hoverfocus:focus {
  border: 1px solid;
}

.newPlay_game:active {
  transform: scale(0.9);
}


.third-header nav ul li a:hover {
  color: #e5830b;

}


.third-header nav ul li a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
}


.hover_UP {
  display: inline-block;
  color: white;
  transition: 0.5s;
  position: relative;
  margin-left: -3px;
}



/* BUTTON UP */
.label-up {
  display: block;
  margin: 0px 20px;
  position: relative;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.hover_UP:hover .label-up {
  color: rgb(19, 159, 255);
  transform: translatey(-4px);
}

.hover_UP:hover::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 53px;
  background-color: rgb(19, 159, 255);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: rotate(270deg);
  right: 51%;
}

.contentnaV {
  display: flex;
  justify-content: end;
}

.contentnaV {
  margin-top: 20px;
  padding-right: 5% ;
}

.third-header {
  position: sticky;
  top: 0px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background: #04173e;
}

.sp_weblogo {
  width: 102px;
  padding: 1px 0px 0px 5px;
}

@media (min-width: 1200px) {

}

img.filtericonIMage {
  width: 50px;
}

.searchFull_section {
  margin-top: 40px;
}

.about-desktop {
  margin-top: 40px;
}

.play-everywhere-card {
  border: 1px solid #424242 !important;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  margin-top: 100px;
  background-color: #ededed2b !important;
}

.play-img-back {
  position: absolute;
  width: 27%;
  right: 9px;
  bottom: 0px;
}

p.text-color.boXinside {
  color: #fff;
  font-weight: 300;
  text-align: left;
  font-family: "Poppins", sans-serif;
  max-width: 801px;
  opacity: 0.7;
  margin: 0 auto;
  font-size: 15px !important;
  width: 546px;
}

.lapTopIcon {
  margin: 31px 74px;
}


.platform-name {
z-index: 10 !important;
}
.row.d-flex.lapTopIcon {
  margin: 50px 5px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.9rem .75rem !important;
  background: #181818;
}

textarea.form-control {
  min-height: calc(10.5em + .75rem + calc(var(--bs-border-width)* 2)) !important;
  height: 140px !important;
}

img.threeline {
  width: 31px;
  position: relative;
  left: 10px;
  margin: 0px 13px;
}

.Navclinetbtn {
  position: relative;
  right: 30px;
}

.Navclinetbtn .newPlay_game {
  padding: 10px 14px;
}

a span.nav_link {
  text-decoration: none;
  color: white;
}

.contact-form .form-control {
  background-color: #ffffff1f !important;
  backdrop-filter: blur(10px) !important;
   
  -webkit-backdrop-filter: blur(10px);
  border-radius: 5px;
}
.underlinenone:hover::before {
  background:none !important;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #fff !important;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1350px;
  }
}


@media only screen and (min-width: 2500px) and (max-width: 2800px) {
  p.text-color.boXinside {
    width: 100%;
}
  .play-everywhere {
    padding: 0px 90px 0px 70px;
    text-align: left;
    margin-top: 108px !important;
}
  .container {
    max-width: 1678px !important;
}

.contentnaV{
  padding-left: 4% !important;
}
.home {
  margin-top: 60px;
}
.NaMe {
  font-size: 82px;
  font-weight: 700;
  font-family: "Poppins", "Poppins Placeholder", sans-serif;
  font-optical-sizing: auto;
  line-height: 73.6px;
}
.sp_gamediv {
  margin-top: 103px;
}

section#aboutsection {
  margin: 100px 0px 240px 0px;
}
section#contactsection {
  height: 100px;
  margin-top: 240px;
}
.sp_circleinside_aviator {
  position: absolute;
  top: 4%;
  width: 100%;
  left: -5%;
}
.sp_circleinside_cricketx {
  position: absolute;
  top: 16%;
  width: 63%;
  left: 131px;
  right: 0;
}
.sp_circleinside_mines {
  position: absolute;
  top: 14%;
  width: 68%;
  left: 108px;
}
.about-class-para{
  max-width: 100% !important;
}
.aboutusImg {
  width: 100%;
  margin-top: -100px;
 }
 p.game_content {
  color: white;
  font-size: 15px;
  width: 605px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  margin-top: 6px;
  opacity: 0.7;
  font-weight: 400;
  height: 80px;
}
.sp_circle-wrapper::before {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  height: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: circleimg 35s linear infinite;
}
.sp_circle-wrapper {
  position: relative;
  width: 800px;
  height: 929px;
  margin-top: -70px;
}
.sp_circleinside_aviator {
  position: absolute;
  top: 2%;
  width: 100%;
  left: -6%;

}
.sp_circleinside_cricketx {
  position: absolute;
  top: 16%;
  width: 59%;
  left: 167px;
  right: 0;
}
.font-white.game-functions.d-flex {
  padding: 0px 0px 14px 8px;
}
}



@media only screen and (min-width: 2501px) and (max-width:3200px) {
  p.text-color.boXinside {
    width: 100%;
}
  .play-everywhere {
    padding: 0px 90px 0px 70px;
    text-align: left;
    margin-top: 108px !important;
}
  .container {
    max-width: 1678px !important;
}

.contentnaV{
  padding-left: 4% !important;
}
.home {
  margin-top: 60px;
}
.NaMe {
  font-size: 82px;
  font-weight: 700;
  font-family: "Poppins", "Poppins Placeholder", sans-serif;
  font-optical-sizing: auto;
  line-height: 73.6px;
}
.sp_gamediv {
  margin-top: 103px;
}

section#aboutsection {
  margin: 100px 0px 240px 0px;
}
section#contactsection {
  height: 100px;
  margin-top: 240px;
}
.sp_circleinside_aviator {
  position: absolute;
  top: 4%;
  width: 100%;
  left: -5%;
}
.sp_circleinside_cricketx {
  position: absolute;
  top: 16%;
  width: 63%;
  left: 131px;
  right: 0;
}
.sp_circleinside_mines {
  position: absolute;
  top: 14%;
  width: 68%;
  left: 108px;
}
.about-class-para{
  max-width: 100% !important;
}
.aboutusImg {
  width: 100%;
  margin-top: -100px;
 }
 p.game_content {
  color: white;
  font-size: 15px;
  width: 605px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  margin-top: 6px;
  opacity: 0.7;
  font-weight: 400;
  height: 80px;
}
.sp_circle-wrapper::before {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  height: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: circleimg 35s linear infinite;
}
.sp_circle-wrapper {
  position: relative;
  width: 800px;
  height: 929px;
  margin-top: -70px;
}
.sp_circleinside_aviator {
  position: absolute;
  top: 2%;
  width: 100%;
  left: -6%;

}
.sp_circleinside_cricketx {
  position: absolute;
  top: 16%;
  width: 59%;
  left: 167px;
  right: 0;
}
.font-white.game-functions.d-flex {
  padding: 0px 0px 14px 8px;
}
}


@media only screen and (min-width: 3201px) and (max-width:5200px) {
  p.text-color.boXinside {
    width: 100%;
}
  .play-everywhere {
    padding: 0px 90px 0px 70px;
    text-align: left;
    margin-top: 108px !important;
}
  .container {
    max-width: 1678px !important;
}

.contentnaV{
  padding-left: 4% !important;
}
.home {
  margin-top: 60px;
}
.NaMe {
  font-size: 82px;
  font-weight: 700;
  font-family: "Poppins", "Poppins Placeholder", sans-serif;
  font-optical-sizing: auto;
  line-height: 73.6px;
}
.sp_gamediv {
  margin-top: 103px;
}

section#aboutsection {
  margin: 100px 0px 240px 0px;
}
section#contactsection {
  height: 100px;
  margin-top: 240px;
}
.sp_circleinside_aviator {
  position: absolute;
  top: 4%;
  width: 100%;
  left: -5%;
}
.sp_circleinside_cricketx {
  position: absolute;
  top: 16%;
  width: 63%;
  left: 131px;
  right: 0;
}
.sp_circleinside_mines {
  position: absolute;
  top: 14%;
  width: 68%;
  left: 108px;
}
.about-class-para{
  max-width: 100% !important;
}
.aboutusImg {
  width: 100%;
  margin-top: -100px;
 }
 p.game_content {
  color: white;
  font-size: 15px;
  width: 605px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  margin-top: 6px;
  opacity: 0.7;
  font-weight: 400;
  height: 80px;
}
.sp_circle-wrapper::before {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  height: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: circleimg 35s linear infinite;
}
.sp_circle-wrapper {
  position: relative;
  width: 800px;
  height: 929px;
  margin-top: -70px;
}
.sp_circleinside_aviator {
  position: absolute;
  top: 2%;
  width: 100%;
  left: -6%;

}
.sp_circleinside_cricketx {
  position: absolute;
  top: 16%;
  width: 59%;
  left: 167px;
  right: 0;
}
.font-white.game-functions.d-flex {
  padding: 0px 0px 14px 8px;
}
}








.container.changewidth {
  max-width: 100%;
  padding: 0px;
  overflow: hidden;
}
.platform-name.selected .icon-container {
    position: relative; 
    display: inline-block;
    padding: 10px;
    background-image: linear-gradient(rgb(0 99 130), rgb(55 8 90));
    border-radius: 5px;
  
}

.platform-name.selected .icon-container::before {
  content: '';
  position: absolute;
  top: -0.9px;
  left: -1px;
  background-image: linear-gradient(rgb(71 211 255), rgb(151 12 255));
  z-index: -1;
  border-radius: 6px;
  width: 104%;
  height: 105%;

}

.changewidth {
  position: sticky;
  top: 0;
  z-index: 1001;
  overflow: hidden;
}
.contentnaV {
  margin-top: 20px;
  padding-right: 5% !important;
}

.removeborder:hover::before {
  background-color: #01102f;
}
section#homesection {
  /* margin-top: 80px; */
  height: 40px;
}

form input.error,
form textarea.error {
    border-color: #ff0000;
    /* Red border for invalid fields */
}

.error-icon {
    color: #ff0000;
    display: none;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.mb-3 {
    position: relative;
    margin-bottom: 20px;
}

.mb-3 input,
.mb-3 textarea {
    padding-right: 30px;
    /* Space for icon */
}

i.error-icon.fas.fa-exclamation-circle {
  position: absolute;
  right: 26px;
  color: red;
  bottom: top;
  top: 55px;
  font-size: 15px;
  transform: rotate(-12deg);
}

.icon-container {
  background-color: #717180;
  border-radius: 7px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}

.play-left-align {
  text-align: justify;
}


.image-slider-container img {
  display: none;
  width: 400px;
  height: 440px;
  margin-top: -25px;
}

.image-slider-container img.active {
  display: block;
}

.highlight {
  color: #fff;
  opacity: 1;
}

.platform-name {
  color: #fff !important;
  opacity: .6;
  display: flex;
  justify-content: center;
}

.platform-name.selected {
  opacity: 1;
  font-weight: bold;
}

/* Adding the underline effect to the h4 text when selected */
.platform-name.selected h6 {
  color: #fff;

}
.overflow{
  overflow: hidden;
}
button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
#toast-container>.toast-success{
  margin-top: 70px !important;
}
.dflex {
  display: flex;
  margin-left: 10px;
  margin-top: 44px;
}
.lapTopIcontext {
  margin: 10px;
}
.Our_missiontext.des{
  font-size: 13px !important;
}
span.more_games.text-nowrap {
  color: white;
  text-decoration: none;
  display: flex;
  font-size: 20px;
}
a.SHOW_More_Main.removehash {
  margin-left: 10px;
  margin-top: -4px;
}


    
    .arrowSpassov_ani {
    background-image: linear-gradient(#021c7b, #031b5b);
    width: 38px;
    text-align: center;
    padding: 7px 10px 4px 10px;
    border-radius: 50%;
    height: 38px;
    border: 1px solid #1785d2;
}
.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 8px;
  height: 8px;
}



.spassov1, .spassov2, .spassov3
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.spassov1
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.spassov2
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.spassov3
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}



@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


img.top_arroW {
  width: 35px;
  transform: rotate(90deg);
  margin-top: 6px;
  margin-left: 2px;
}
.fa-circle-exclamation:before, .fa-exclamation-circle:before {
  content: "!";
  background: #b60404;
  padding: 3px 11px 3px 10px;
  color: white;
  border-radius: 120%;
  text-align: center;
  font-size: 15px;
}
.image-slider-container .lap {
  position: relative;
  top: -11%;
}
.SearchDIV{
  display: flex;
  justify-content: end;
}




.image-slider-container {
  margin-bottom: 5% !important;
  margin-top: -2% !important;
}

 

.parsley-errors-list {
  color: red
}

.input-container {
  position: relative;
  margin-bottom: 20px;
}

input {
  width: 100%;
  padding: 10px 40px;
  /* Add padding for the icon */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  /* Ensure padding is included in total width */
}

.input-icon {
  position: absolute;
  left: 10px;
  /* Adjust according to your padding */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent interaction with the icon */
  color: #999;
  /* Icon color */
}

.error-icon {
  color: red;
  position: absolute;
  right: 10px;
  /* Adjust according to your padding */
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 10;
  /* Initially hidden */
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}


.BOXdot {
  width: 2px; /* Size of each dot */
  height: 2px;
  background-color: #ffffff; /* Dot color */
  border-radius: 50%; /* Make it circular */
  position: fixed; /* Positioning */
}
.bottomflash{
  position: fixed;
  bottom: -30px;
  width: 100%;
}
.homeoverdiv {
  z-index: 2;
  position: relative;
}
.play-everywhere-card {
  z-index: 2;
}

@media screen and (max-width:1900px) {
.BOXdot {
  width: 1px; /* Size of each dot */
  height: 1px;
  background-color: #ffffff; /* Dot color */
  border-radius: 50%; /* Make it circular */
  position: fixed; /* Positioning */
}
}
/* spassov end */

@media screen and (min-width:0px) and (max-width: 991px) {

 .device-mockupmain {
    display: flex ;
    justify-content: center;
    margin:30px 0px 20px 0px;
  }
  .device-mockup {
    width: 50% !important;
}
.aboutusImg {
  margin-top: 0%;
}
}




 @media screen and (min-width:901px) and (max-width: 1000px) {
.left-section.animate-left {
    max-width: 60% !important;
}
.device-mockupmain{
  max-width: 40% !important;
}
.Desk-mobile-align{
  flex-direction: row !important;
}

.device-mockup {
  width: 300px !important;
  height: 300px !important;
}
 } 

 .device-mockupmain {
  display: flex;
  justify-content: center;
  align-items: center;
}

body .freeze {
  overflow: hidden !important;
  -webkit-overflow-scrolling: none !important;
  display: none;
}

.freeze {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  touch-action: none !important;
  -webkit-overflow-scrolling: none !important;

}
