.colorBand {
  height: 4px;
  background-color: var(--blue-brand);
  content-visibility: auto;
  contain-intrinsic-size: 1px 4px;
}

#gameCta {
  width: 100%;
  height: 125px;
  background-repeat: repeat-x;
  background-position: top;
  padding: 35px 0
}

#gameCta strong {
  display: block;
  font-size: 28px;
  color: #fff;
  color: var(--white)
}

#gameCta span,
#gameCta strong {
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 var(--black)
}

#gameCta span {
  text-transform: uppercase;
  color: #dfdfde;
  color: var(--gray-light1);
  font-size: 15px
}

#gameCtaup {
  width: 100%;
  height: 200px;
  background-repeat: repeat-x;
  background-position: top;
  padding: 35px 0
}

#gameCtaup strong {
  display: block;
  font-size: 28px;
  color: #fff;
  color: var(--white)
}

#gameCtaup span,
#gameCtaup strong {
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 var(--black)
}

#gameCtaup span {
  text-transform: uppercase;
  color: #dfdfde;
  color: var(--gray-light1);
  font-size: 15px
}

.sn-badge {
  margin-bottom: -10px;
}

.sn-border-none {
  border: none;
}

.sn-bg-none {
  background: none;
}

.pullRight {
  float: right;
}

.sn-card {
  width: 30%;
  float: left;
  margin: 10px;
  background-color: #0C1115;
  color: white;
}

.sn-card-body {
  width: 100%;
  height: 100%;
  color: white;
  z-index: 2;
}

.sn-card-inner {
  width: 100%;
  height: 75px;
  display: flow-root;
  align-items: center;
  transform-style: preserve-3d;
}

.sn-card-img {
  width: 20%;
  float: left;
  align-items: center;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.sn-card-img img {
  width: 100%;
}

.sn-card-text-area {
  width: 60%;
  margin-left: 10%;
  float: left;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.sn-card-text-area h6 {
  color: gray !important;
  font-weight: 400 !important;
  text-transform: unset !important;
}

.sn-card-desc {
  font-size: 10pt
}

.sn-card-sub-area {
  width: 100%;
  display: flow-root;
  align-items: center;
}

.sn-card-icon-area {
  color: red;
  font-size: 2em;
  float: right;
}

.sn-card-icon-area i {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.sn-card-code-area {
  width: 50%;
  float: left;
  height: 50px;
}

.sn-card-code-area .mini-text {
  width: 100%;
  font-size: 8pt;
  text-align: center;
}

.sn-card-code-area .code {
  width: 100%;
  border-radius: 3px;
  background-color: #05080b;
  border: 0;
}

.sn-card-code-area .code span {
  font-family: 'Courier Prime', monospace;
  letter-spacing: 4px;
}

.banner-ads {
  width: 100%;
  height: 60px;
  background-color: #18bfe9;
}

.banner-ads p {
  font-family: 'Poppins', sans-serif;
  float: left;
  width: 60%;
  font-size: 14pt;
  color: white;
  padding-left: 10px;
  font-weight: normal;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.banner-ads span {
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Poppins', sans-serif;
  float: right;
  margin-right: 20px;
  color: white;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .sn-card {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .sn-card {
    width: 90%;
  }
}

.bannerads {
  background-color: #0A0E11;
  height: 100px;
}

@media only screen and (max-width: 768px) {
  .bannerads {
    background-color: #0A0E11;
    height: 300px;
  }
}

.sn-h-50 {
  height: 50px;
}

@media screen and (max-width: 890px) {
  #gameCtaup span {
    font-size: 10px;
  }

  #gameCtaup img {
    height: 75px;
  }
}

@media screen and (max-width: 768px) {
  #gameCtaup {
    height: 250px;
  }
}

@media screen and (max-width: 425px) {
  #gameCtaup {
    height: 300px;
  }
}

@media screen and (max-width: 320px) {
  #gameCtaup span {
    font-size: 10px;
  }

  #gameCtaup img {
    height: 50px;
  }
}

.sn-game-card {
  width: 13%;
  height: 235px;
}

.sn-card-span {
  height: 35px;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  background-color: #0c1115;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sn-game-card-img {
  object-fit: cover;
}

.sn-game-card-area {
  height: 255px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.sn-game-card-area::-webkit-scrollbar {
  height: 8px;
}

@media screen and (max-width:1200px) {
  .sn-game-card {
    width: 20%;
  }
}

@media screen and (max-width:991px) {
  .sn-game-card {
    width: 25%;
  }
}

@media screen and (max-width:768px) {
  .sn-game-card {
    width: 33%;
  }
}

@media screen and (max-width:485px) {
  .sn-game-card {
    width: 55%;
  }
}

@media screen and (max-width:320px) {
  .sn-game-card {
    width: 65%;
  }
}

:root {
  --selection_state: #2e3338;
  --file_manager-teal: #303b40;
  --file_manager-slate: #262f33;
  --blue-textbox: #0d242e;
  --blue-desaturated: #0d242e;
  --blue-selection: #303b40;
  --blue-button: #044d6d;
  --blue-dark: #044d6d;
  --blue-brand: #0ea7e7;
  --blue-brand-shadow: #0c8ec5;
  --red-desaturated: #3f2d2d;
  --red-dark: #a01d21;
  --red-midtone: #b52225;
  --red-brand: #e22828;
  --red-brand-shadow: #c42424;
  --green-desaturated: #353a35;
  --green-darker: #1f7f3a;
  --green-dark: #279f48;
  --green-midtone: #39b54a;
  --green-brand: #35d020;
  --green-brand-shadow: #2db11b;
  --yellow-desaturated: #39392d;
  --yellow-dark: #838032;
  --yellow-midtone: #c8bb2e;
  --yellow-brand: #ded718;
  --yellow-brand-shadow: #c7c117;
  --gray-dark4: #131313;
  --gray-dark3: #1b1c1c;
  --gray-dark2: #212221;
  --gray-dark1: #252525;
  --gray-brand: #313131;
  --gray-midtone3: #434343;
  --gray-midtone2: #4d4c4d;
  --gray-midtone1: #6d6d6d;
  --gray-light4: #888;
  --gray-light3: #a9a8a8;
  --gray-light2: #cdcccc;
  --gray-light1: #dfdfde;
  --white: #fff;
  --black: #000;
}

section.pricing {
  border-radius: 10px;
  margin-bottom: 2rem;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  /* box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); */
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem !important;
  opacity: 0.8;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    /* margin-top: -.25rem; */
    /* margin-bottom: .25rem; */
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.pricing-table-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.scroller {
  --scrollbar-color-thumb: #0a0e11;
  --scrollbar-color-track: #0061f2;
  --scrollbar-width: thin;
  --scrollbar-width-legacy: 10px;
}

/* Modern browsers with `scrollbar-*` support */
@supports (scrollbar-width: auto) {
  .scroller {
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
    scrollbar-width: var(--scrollbar-width);
  }
}

/* Legacy browsers with `::-webkit-scrollbar-*` support */
@supports selector(::-webkit-scrollbar) {
  .scroller::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color-thumb);
  }

  .scroller::-webkit-scrollbar-track {
    background: var(--scrollbar-color-track);
  }

  .scroller::-webkit-scrollbar {
    max-width: var(--scrollbar-width-legacy);
    max-height: var(--scrollbar-width-legacy);
  }
}

.pricing-list {
  display: flex;
  gap: 10px;
}

.toggle-pricing {
  position: relative;
  overflow: hidden;
}

.toggle-pricing::after {
  border-radius: 99px;
  position: absolute;
  content: "";
  left: 0.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 11.4rem;
  z-index: 10;
  background: #0099ff;
  transition: all 0.3s ease-in-out;
}

.toggle-pricing>span {
  z-index: 11;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .toggle-pricing {
    width: 18rem !important;
  }

  .toggle-pricing::after {
    width: 8rem;
  }

  .toggle-pricing.active::after {
    left: 9.5rem !important;
  }
}


.toggle-pricing.active::after {
  left: 12rem;
}

.pricing-content-box:hover>svg {
  animation: 700ms ease-in-out 0s infinite normal none running arrow-animation;
}

@keyframes arrow-animation {

  0%,
  100% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(5px, 0px);
  }
}

@keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@media only screen and (min-width: 1500px) {
  .pricing-content-box {
    width: 250px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .pricing-content-box {
    width: 170px !important;
  }
}

.pricing-content-box {
  transition: transform 0.5s ease;
}

.pricing-content-box:hover {
  transform: scale(1.05);
}

.scale-hover {
  transition: transform 0.5s ease;
}

.scale-hover:hover {
  transform: scale(1.05);
}

.custom-font {
  font-family: 'Inter', sans-serif;
}

.custom-heading {
  font-size: 5rem;
}

@media (max-width: 1200px) {
  .custom-heading {
    font-size: 4rem;
  }
}

.highlighted-text {
  position: relative;
  display: inline-block;
}

.highlighted-text::before {
  content: "";
  position: absolute;
  inset: -0.15rem;
  transform: skewY(-3deg);
  background-color: var(--bs-primary);
  z-index: -1;
}