:root {
  --background: #2b2c41;
  --border: 1px solid rgba(255, 255, 255, 0.5);
  --boxShadow: 0px 0px 25.4px 0px #ff9d009e;
  --color: #ff9d00;
  --btn-background: linear-gradient(270deg, #ffae00 0%, #ff8800 100%);
  --black: #07081d;
}
/* @font-face {
  font-family: ClashGrotesk;
  src: url("/static/new/assets/fonts/ClashGrotesk-Variable.ttf")
    format("truetype");
  font-display: swap;
} */
body {
  font-family: ClashGrotesk, sans-serif;
  background: #0d0e26;
  color: #fff;
}
a {
  color: var(--color);
  text-decoration: none;
}
a:hover {
  color: var(--color);
  text-decoration: none;
}
.fo-title {
  font-size: 26px;
  font-weight: 600;
  color: gray;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid var(--color);
}
.sitecurency .mcucybox {
  display: block !important;
  visibility: visible !important;
  top: 31px !important;
  left: -11px !important;
  height: auto !important;
  width: auto !important;
}
.back-to-top i {
  font-size: 28px;
  color: var(--color);
  line-height: 0;
}
.back-to-top:hover {
  background: var(--color);
  color: #1a1814;
}
.back-to-top:hover i {
  color: #444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#topbar .btn {
  padding: 3px 15px !important;
}
#navbar1 {
  min-height: 41px;
}
#navbar1 .ddrd i {
  color: #000 !important;
  font-weight: 600 !important;
}
#navbar1 .ddrd2::after {
  display: none;
}
#navbar1 .ddrd1 {
  color: var(--color);
  font-weight: 500;
  margin-left: 8px;
  border: 1px solid var(--color);
  border-radius: 5px;
  font-size: 14px;
  padding-right: 17px;
  padding-left: 15px;
  height: 25px;
}
.gradient-border {
  position: relative;
  border-radius: 5px;
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
}
.gradient-border .content {
  background: var(--black);
  border-radius: 4px;
  margin: 1px 1px;
  padding: 1px 12px;
}
#navbar1 .ddrd2 {
  color: var(--color);
  font-weight: 500;
  margin-left: 20px;
  border: 1px solid var(--color);
  border-radius: 5px;
  font-size: 14px;
  padding-right: 14px;
  padding-left: 8px;
  height: 25px;
}
.wh-title {
  color: var(--color);
  font-weight: 500;
  font-size: 22px;
}
.suptitle {
  font-size: 24px;
  font-weight: 600;
}
#navbar1 .ddrd .adown {
  margin-left: 10px;
}
#navbar1 .ddrd {
  background: var(--btn-background);
  padding: 2px 11px;
  border-radius: 5px;
  color: var(--black);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
#navbar1 .dropdown ul {
  left: 0;
}
.btn-outline-warning {
  border-color: var(--color);
}
.btn-outline-warning:active {
  background-color: var(--color) !important;
  border: none;
}
.btn-outline-warning:hover {
  background-color: var(--color);
  border: none;
}
.addtocartbtn1 input {
  background: unset;
  outline: 0;
  border: none;
  width: 100%;
  font-size: inherit;
  font-weight: 500;
}
.addtocartbtn {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-warning {
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
  border-color: var(--color);
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.btn-warning:active {
  background: linear-gradient(270deg, #ffae00 0, #f80 100%) !important;
  border-color: var(--color);
}
.btn-warning:hover {
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
  border-color: var(--color);
}
.search-input input:focus {
  background-color: transparent;
  border: 1px solid var(--color);
  box-shadow: none;
  color: #fff;
}
.search-input input::placeholder {
  color: #ffffff80;
}
.search-input input {
  border: 1px solid var(--color);
  background-color: transparent;
  color: #fff;
  width: 290px;
}
.search-input .form-control {
  padding-left: 1.8rem !important;
  border-radius: 5px;
  height: 25px;
  width: 264px;
  font-size: 14px;
}
.search-input {
  position: relative;
}
.search-input i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  color: var(--color);
}
.search-acc-input input:focus {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff;
}
.search-acc-input input::placeholder {
  color: silver;
}
.search-acc-input input {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 290px;
}
.search-acc-input .form-control {
  padding: 6px 0;
  padding-left: 1.8rem !important;
  border-radius: 10px;
}
.search-acc-input {
  position: relative;
}
.search-acc-input i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  color: #fff;
}
.search-acc-input i.xsmark {
  right: 0;
  cursor: pointer;
}
#topbar .container {
  padding-left: 0 !important;
  min-height: 41px;
}
.topcontent {
  min-height: 268px;
}
.topcontent h1 {
  font-size: 64px;
}
#main {
  margin-top: 0 !important;
}
.topflash {
  font-size: 1.2em;
  font-weight: 500;
  animation: flash 2s infinite;
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
#topbar .toboxx {
  max-width: 1291px;
}
#topbar {
  position: sticky;
  height: 45px;
  font-size: 14px;
  transition: all 0.5s;
  background: #0d0e26;
  padding-top: 11px;
  padding-bottom: 8px;
  /* max-width: 1291px;
  margin-left: auto;
  margin-right: auto; */
}
#topbar .contact-info i::before {
  font-weight: bolder !important;
}
#topbar .contact-info i {
  font-style: normal;
  color: var(--color);
  font-size: 16px !important;
}
.bbtnpa:hover {
  color: white;
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  border: unset !important;
}
.fombox .itbtnb:hover {
  color: white;
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  border: unset;
}
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--color);
}
#topbar .languages ul a {
  color: #fff;
}
#topbar .languages ul li + li {
  padding-left: 10px;
}
#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}
#header .heboxd {
  max-width: 1291px;
}
#header {
  position: sticky;
  background: #0d0e26;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 40px;
  justify-content: center;
}
#header .header-container {
  border-radius: 5px;
  background: var(--color);
  /* background: #ffffff1a; */
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .logo img {
  max-height: 40px;
}
#header .navbar a {
  color: black;
  /* color: #ffffffbf; */
  font-weight: 500;
  font-size: 16px;
  padding: 8px 30px;
}
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid var(--color);
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.book-a-table-btn:hover {
  background: var(--color);
  color: #fff;
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active,
.navbar a:hover,
.navbar li:hover > a {
  color: var(--color);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--color);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
  color: var(--color);
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: var(--color);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(261px, 1fr));
  gap: 15px;
}
.item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px 17px;
}
.game-container .game-text div {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  font-size: x-large;
  font-weight: 700;
  padding: 10px 20px;
}
.game-container .game-text {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 14, 38, 0) 0, #0d0e26 93%);
}
.game-container:hover {
  border: none;
  cursor: pointer;
  outline: 2px solid hsla(222deg 7% 30% / 1);
  outline-offset: 0.125rem;
  z-index: 1;
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.03)
    scaleY(1.03);
}
.game-container img {
  width: 100%;
}
.game-container {
  height: 246px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  justify-content: center;
  background: linear-gradient(0deg, rgba(13, 14, 38, 0) 0, #0d0e26 93%);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  border: var(--border);
}
#sr-div {
  width: 100%;
  position: relative;
  padding: 0;
}
.feedback-div {
  height: 24px;
}
.feedback-div .trustpilot-widget {
  margin-left: -23px;
}
.feedback-div i {
  color: var(--color);
  margin-top: 3px;
}
#main_container {
  position: relative;
}
#main_container #main_box_img {
  min-height: 450px;
}
.sr-herader-img {
  width: 100%;
  opacity: 60%;
  height: 777px;
}
.sr-herader-img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.sr-herader-img:before {
  background: linear-gradient(180deg, rgba(13, 14, 38, 0) 0, #0d0e26 93%);
  background-size: cover;
  background-position: center;
  content: "";
  height: 777px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#sr-div .srsou {
  padding-top: 70px;
}
@media (max-width: 992px) {
  #sr-div .srsou {
    padding-top: 98px;
  }
}
#sr-div h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 600;
  color: #fff;
}
#sr-div h1 span {
  color: var(--color);
}
#sr-div h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}
#sr-div .btns {
  margin-top: 30px;
}
#sr-div .mainh1 {
  font-size: 45px;
}
#sr-div .btn-book,
#sr-div .btn-menu {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  border: 2px solid var(--color);
}
#sr-div .btn-book:hover,
#sr-div .btn-menu:hover {
  background: var(--color);
  color: #fff;
}
#sr-div .btn-book {
  margin-left: 15px;
}
#sr-div .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color) 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#sr-div .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#sr-div .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#sr-div .play-btn:hover::after {
  border-left: 15px solid var(--color);
  transform: scale(20);
}
#sr-div .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 992px) {
  #sr-div .play-btn {
    margin-top: 30px;
  }
}
@media (max-height: 500px) {
  #sr-div {
    height: auto;
  }
  #sr-div .srsou {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #sr-div h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #1a1814;
}
.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  color: #aaa;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  color: var(--color);
}
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.about {
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.about:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.about .about-img {
  position: relative;
  transition: 0.5s;
}
.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid var(--color);
  border-top: 5px solid var(--color);
  transition: 0.5s;
}
.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid var(--color);
  border-bottom: 5px solid var(--color);
  transition: 0.5s;
}
.about .about-img:hover {
  transform: scale(1.03);
}
.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}
.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color);
}
.about .content p:last-child {
  margin-bottom: 0;
}
.our-blog .box .blog-date {
  background: #ffffff40;
  display: flex;
  width: fit-content;
  border-radius: 30px;
}
.our-blog .box .blog-title {
  font-weight: 600;
  color: var(--color);
  font-size: 20px;
}
.our-blog .box:hover {
  transform: scale(1.03);
}
.our-blog .box .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-blog .box {
  background: #d9d9d926;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.boosting-roll .box {
  background: #d9d9d926;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.boosting-roll .box .content {
  font-size: small;
}
.boosting-roll .box .title {
  font-weight: 800;
  color: var(--color);
  font-size: 30px;
}
.boosting-roll .h2 {
  font-size: 36px;
  font-weight: 700;
}
.why-work .box {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.why-work .box .content {
  font-size: small;
}
.why-work .box .title {
  font-weight: 800;
  font-size: 30px;
}
.why-work .h2 {
  font-size: 36px;
  font-weight: 700;
}
.join-team .box {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.join-team .box2 {
  background: #d9d9d926;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.join-team .box .content {
  font-size: small;
}
.join-team .box .title {
  font-weight: 800;
  font-size: 30px;
}
.join-team .box2 .content {
  font-size: small;
}
.join-team .box2 .title {
  font-weight: 800;
  color: var(--color);
  font-size: 30px;
}
.join-team .h2 {
  font-size: 36px;
  font-weight: 700;
}
.join-team .borderb {
  border-bottom: 1px dotted #fff;
}
.roll-list .box {
  background: #d9d9d90d;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.roll-list .box .content {
  font-size: small;
}
.roll-list .box .title {
  font-weight: 800;
  color: var(--color);
  font-size: 30px;
}
.roll-list .h2 {
  font-size: 36px;
  font-weight: 700;
}
.why-us .container {
  z-index: 1;
  position: relative;
}
.why-us {
  background-size: cover;
  position: relative;
  padding: 60px 0;
}
.why-us:before {
  content: "";
  background: #0a172de3;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.why-us .box {
  border-radius: 10px;
  padding: 10px 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #d9d9d926;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--color);
}
.why-us .box h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  color: var(--color);
}
.why-us .box p {
  color: #aaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box img {
  height: 26px;
}
.why-us .box:hover h4,
.why-us .box:hover p,
.why-us .box:hover span {
  color: #fff;
}
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.menu #menu-flters li.filter-active,
.menu #menu-flters li:hover {
  color: var(--color);
}
.menu #menu-flters li:last-child {
  margin-right: 0;
}
.menu .menu-item {
  margin-top: 50px;
}
.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu .menu-content::after {
  content: "......................................................................"
    "...................................................................."
    "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
}
.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}
.menu .menu-content a:hover {
  color: var(--color);
}
.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: var(--color);
}
.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.specials {
  overflow: hidden;
}
.specials .nav-tabs {
  border: 0;
}
.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid var(--color);
  font-weight: 600;
  font-size: 15px;
}
.specials .nav-link:hover {
  color: var(--color);
}
.specials .nav-link.active {
  color: #1a1814;
  background: var(--color);
  border-color: var(--color);
}
.specials .nav-link:hover {
  border-color: var(--color);
}
.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.specials .details p {
  color: #aaa;
}
.specials .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}
.events {
  position: relative;
}
.events::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.events .section-title h2 {
  color: #fff;
}
.events .container {
  position: relative;
}
.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}
.events .event-item {
  color: #fff;
}
.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: var(--color);
}
.events .event-item .price {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.events .event-item .price span {
  border-bottom: 2px solid var(--color);
}
.events .event-item ul {
  list-style: none;
  padding: 0;
}
.events .event-item ul li {
  padding-bottom: 10px;
}
.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color);
}
.events .event-item p:last-child {
  margin-bottom: 0;
}
.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.book-a-table .php-email-form {
  width: 100%;
}
.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}
.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}
.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color);
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: #fff;
}
.book-a-table .php-email-form input::-webkit-input-placeholder,
.book-a-table .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}
.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}
.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}
.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color);
}
.book-a-table .php-email-form input {
  height: 44px;
}
.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}
.book-a-table .php-email-form button[type="submit"] {
  background: var(--color);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.book-a-table .php-email-form button[type="submit"]:hover {
  background: var(--color);
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 45px;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--color);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.blogsslider .blogss-item {
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
}
.blogsslider .swiper-button-next {
  top: 45%;
  color: var(--color);
}
.blogsslider .swiper-button-prev {
  top: 45%;
  color: var(--color);
}
.blogsslider .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.blogsslider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.blogsslider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}
.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}
.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}
.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}
.chefs .member .social a:hover {
  color: var(--color);
}
.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.chefs .member:hover .member-info {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0.8) 20%,
    rgba(0, 212, 255, 0) 100%
  );
  opacity: 1;
  transition: 0.4s;
}
.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}
.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}
.contact .info .email,
.contact .info .open-hours,
.contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color);
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: #fff;
}
.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}
.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}
.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color);
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: var(--color);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: var(--color);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.musicn {
  height: 17px;
}
.musicn2 {
  height: 21px;
  margin-top: -2px;
}
.fborders div {
  border-left: 1px solid #ffffffa4;
  border-right: 1px solid #ffffffa4;
  width: 100%;
  height: 100%;
}
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  position: sticky;
}
#footer .footer-top .container {
  border-bottom: 1px solid #ffffffa4;
}
#footer .footer-top {
  background: #000;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info img {
  height: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: var(--color);
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links h3 {
  color: gray;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--color);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}
#footer .footer-top .footer-links ul a:hover {
  color: var(--color);
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: #fff;
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: 0 0;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: var(--color);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: var(--color);
}
#footer .copyright {
  text-align: center;
  padding-top: 0;
}
#footer .credits span {
  color: var(--color);
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.faq-2 .faq-container {
  margin-top: 15px;
}
.faq-2 .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 10px 20px;
  margin-bottom: 6px;
  overflow: hidden;
}
.faq-2 .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.faq-2 .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  background: #6b6b6b26;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  padding: 16px 15px;
  margin: 0;
}
.faq-2 .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}
.faq-2 .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}
.faq-2 .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.faq-2 .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  color: #ffffff80;
}
.faq-2 .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 20px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}
.faq-2 .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}
.faq-2 .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}
.faq-2 .faq-container .faq-active h3 {
  color: var(--accent-color);
}
.faq-2 .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding: 25px 15px;
  background: rgba(217, 217, 217, 0.15);
  border-radius: 0 0 10px 10px;
  padding-bottom: 40px;
}
.faq-2 .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
.yumlike .title {
  font-size: 24px;
  font-weight: 500;
}
.item-container .item-title {
  color: var(--color);
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0;
}
.item-container .img-box img {
  height: 100%;
  width: 100%;
}
.viewm-btn:hover {
  color: #000;
}
.item-container .img-box {
  border-radius: 5px;
  overflow: hidden;
  height: 250px;
  width: 100%;
}
.item-container .item-short-desc {
  font-size: 13px;
}
.item-container .item-tags .tags {
  background-color: #ffffff40;
  text-align: center;
  border-radius: 39px;
  margin: 5px 8px 3px 0;
  font-size: 9px;
  width: fit-content;
  padding: 2px 10px;
}
.item-container .item-tags {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.item-container {
  height: 100%;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border: var(--border);
  background: var(--background);
}
.item-grid .item-box:hover {
  transform: scale(1.03);
}
.item-grid .item-box .oldpr {
  text-decoration-line: line-through;
  color: gray;
  /* margin-left: 10px; */
}
.bottom-games {
  z-index: 1;
  position: sticky;
  background: #0d0e26;
}
.item-grid .item-box .tag.limited {
  color: white;
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  box-shadow: 0px 0px 6.9px 0px #a61af7;
}
.item-grid .item-box .tag.new {
  background: #23c2d4;
  box-shadow: 0px 0px 6.9px 0px #1abcf7;
}
.item-grid .item-box .tag.popular {
  background: #ff00dd;
  box-shadow: 0px 0px 6.9px 0px #ff00dd;
}
.item-grid .item-box .tag.outofstock {
  background: #d42334;
  box-shadow: 0px 0px 6.9px 0px #f71a1a;
}
.item-grid .item-box .tag.onsale {
  background: #66d83d;
  box-shadow: 0px 0px 6.9px 0px #66d83d;
}
.item-grid .item-box .tag.discount {
  background: #ff983d;
  box-shadow: 0px 0px 6.9px 0px #f7931a;
}
.item-grid .item-box .tag img {
  margin-top: -2px;
  margin-right: 3px;
}
.item-grid .item-box .tag {
  position: absolute;
  padding: 1px 8px;
  border-radius: 5px;
  color: black;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.cpinputcart {
  width: 95px !important;
  margin-top: 0px !important;
}
.item-grid .item-box {
  transition: ease-in-out;
  transition-duration: 0.3s;
  position: relative;
}
.boostingbox .item-box {
  transition: ease-in-out;
  transition-duration: 0.3s;
  height: 390px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
  box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
input:-webkit-autofill {
  background-color: #000 !important;
  color: #fff !important;
}
.search-tags .tags {
  background-color: #ffffff40;
  text-align: center;
  border-radius: 39px;
  margin: 0 8px 0 0;
  font-size: 14px;
  width: fit-content;
  padding: 2px 10px;
  cursor: pointer;
}
.search-tags {
  display: flex;
  flex-wrap: wrap;
}
.custom-select1 {
  position: relative;
  display: inline-block;
}
.custom-select1 select {
  display: none;
}
#clearbtn {
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}
.fddown .fdd-btn::after {
  content: none;
}
.fddown .fdd-btn i {
  padding-left: 8px;
}
.fddown .fdd-btn {
  border: 1px solid #ffffffc2;
  padding: 6px 12px;
  border-radius: 5px;
}
.fddown .fdd-menu {
  background: #0c0d26;
  color: #fff;
  border: 1px solid #ffffff8c;
  padding: 0 0;
}
.fdd-menu .dropdown-item.active {
  background: gray;
}
.fdd-menu .dropdown-item:active {
  background: gray;
}
.fdd-menu .dropdown-item.active i {
  color: var(--color);
}
.fdd-menu .dropdown-item i {
  color: #a8a8a8;
  margin-left: auto;
}
.fdd-menu .dropdown-item:hover {
  background: gray;
  cursor: pointer;
}
.fddown .fdd-btn img {
  margin-top: -2px;
  margin-right: 3px;
}
.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-arrows {
  -moz-appearance: textfield;
}
.pricfilt .nfinput {
  position: relative;
}
.pricfilt .nfinput .nnsign {
  position: absolute;
  top: 1px;
  left: 4px;
  font-size: 20px;
  font-weight: 500;
}
.pricfilt .nfinput input {
  background: 0 0;
  border: 1px solid gray;
  width: 110px;
  padding: 0 20px;
  color: #fff;
  height: 32px;
  font-size: 21px;
  text-align: center;
  border-radius: 5px;
}
.search-tags .tags.active {
  background: var(--color);
}
.pricfilt .serbtn {
  padding: 0 10px;
  cursor: pointer;
  background: var(--color);
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricfilt .serbtn i {
  font-size: 18px;
}
.fdd-menu .dropdown-item {
  color: #fff;
  min-width: 182px;
  display: flex;
  align-items: center;
}
.fdd-menu .title {
  display: flex;
  justify-content: center;
  background: #2a2a2a;
  padding: 2px 0;
}
.select-selected {
  background-color: transparent;
  border-radius: 5px;
  padding: 7px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.select-items span {
  white-space: nowrap;
}
.select-items {
  display: none;
  position: absolute;
  background-color: #232323;
  border: 1px solid #ccc;
  z-index: 99;
  border-radius: 10px;
}
.select-items div {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.select-items div:hover {
  background-color: #dddddd38;
}
.select-items img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.select-items.show {
  display: block;
}
.blog-pagination {
  padding-top: 0;
}
.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.blog-pagination li {
  margin: 0 5px;
}
.blog-pagination li a {
  padding: 3px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
}
.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--color);
}
.item-bottom .soldp {
  color: #34a853;
}
.item-bottom {
  font-size: 12px;
  color: #ffffff80;
}
.item-bottom .seler-img {
  display: flex;
  height: 25px;
  width: 23px;
  overflow: hidden;
  border-radius: 50%;
}
.cu-left .cu-box,
.cu-right .cu-box {
  background: #0a172d;
  border-radius: 0 0 10px 10px;
}
.cu-left .taxbtn {
  height: 28px;
  width: 130px;
  font-size: 14px;
  font-weight: 400;
  padding: 3px;
}
.cu-left {
  margin: 5px;
  border: 0.5px solid var(--color);
  /* border: 0.5px solid var(--Primary-orange, #FF9D00) */
  border: 0.5px solid var(--color, #ff9d00);
  border-radius: 10px;
}
.cu-right {
  margin: 5px;
  border: 0.5px solid var(--color);
  border-radius: 10px;
}
.cu-top {
  display: flex;
  background: #ffc60040;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 20px;
}
.cu-top-center {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 5px 10px;
}
.cu-box .inputf {
  width: 100%;
}
.cu-box select option {
  background-color: #050b16;
}
.cu-box select {
  border: 1px solid #ffffff7a;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
}
.cu-box .inputf input {
  width: 100%;
  border: 0.5px solid #ffffff7a;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  padding: 7px 11px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.btn-qty .ml-4:hover {
  color: var(--color);
}
.btn-qty .ml-4 {
  color: var(--color);
}
.btn-qty {
  border: 0.5px solid var(--color);
  color: #fff;
  background-color: #ff9d0040;
  border-radius: 5px;
  height: 28px;
  font-size: 14px;
  width: 290px;
  display: flex;
  justify-content: center;
}
.cu-box .note {
  color: gray;
  /* opacity: 0.5; */
  font-size: 14px;
}
.cu-box .needh {
  text-align: center;
  font-weight: 700;
  color: var(--color);
  cursor: pointer;
}
.cu-box .cu-code {
  font-size: 60px;
  font-weight: 800;
  color: var(--color);
}
.cu-box .cunam {
  opacity: 0.5;
}
.cu-box .cugld {
  color: var(--color);
  font-weight: 700;
}
.trustpp {
  border: 1px solid #34a853;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 10px;
  margin-top: 30px;
}
.sileft .text {
  z-index: 1;
}
.sileft {
  height: 100%;
  min-height: 510px;
  border-radius: 10px;
  overflow: hidden;
}
.sileftimg {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  z-index: 0;
  height: 100%;
}
.newaa {
  opacity: 0.7;
  font-size: 14px;
}
.term-left {
  background-color: #050b16;
  height: 100vh;
  padding-top: 60px;
}
.term-right .pcontent {
  overflow-y: auto;
  height: 100%;
  padding: 70px 120px !important;
  position: absolute;
  z-index: 111;
}
.term-right {
  background-color: #0a172d;
  height: 100vh;
  overflow: hidden;
}
.tlogo {
  margin-left: -20px;
}
.bgimgt {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.desc-content {
  width: 80%;
  margin-top: 15px;
}
.tlinks a {
  color: #fff;
}
.tlinks a:hover {
  color: var(--color);
}
.retail-top .box {
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  height: 100%;
  display: flex;
  flex-direction: row;
  border: var(--border);
  height: 145px;
}
.retail-top .box .content {
  font-size: small;
}
.retail-top .box .title {
  font-weight: 600;
  color: var(--color);
  font-size: 20px;
  height: 59px;
  overflow: hidden;
}
.retail-container .retail-title {
  color: var(--color);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0;
}
.retail-container .img-box img {
  height: 100%;
  width: 100%;
}
.retail-container .img-box {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.retail-container .retail-short-desc {
  font-size: 14px;
}
.retail-container .retail-tags .tags {
  background-color: #ffffff40;
  text-align: center;
  border-radius: 39px;
  margin: 15px 8px 0 0;
  font-size: 12px;
  width: fit-content;
  padding: 2px 10px;
}
.retail-container .retail-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.retail-container.hotOffer {
  box-shadow: var(--boxShadow);
}
.retail-container {
  background: #0a172d;
  height: 100%;
  border-radius: 10px;
  border: var(--border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rqcusor .rtext {
  max-width: 350px;
}
.rqcusor {
  background: #050b16;
  width: 100%;
  padding: 30px;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
}
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  height: calc(-80px + 100vh);
  overflow-y: auto;
}
.sidebar.open .mobile-cat-toggle {
  right: 5px;
}
.sidebar {
  padding-top: 5px;
}
.sidebar.open {
  padding: 15px 25px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh !important;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: -1px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.3;
  padding: 10px 15px !important;
  border-radius: 5px;
}
.sidebar-nav .nav-link i {
  font-size: 16px;
  color: #d3d3d3;
}
.sidebar-nav .nav-link.collapsed {
  color: #fff;
}
.sidebar-nav .nav-link.collapsed i {
  color: #d3d3d3;
}
.sidebar-nav .navitm {
  border-bottom: 1px solid rgba(128, 128, 128, 0.781);
  border-top: 1px solid rgba(128, 128, 128, 0.781);
}
.sidebar-nav .navitm:hover {
  background: #454545c4;
  border-radius: 5px;
}
.sidebar-nav .nav-link:hover {
  color: #fff;
}
.sidebar-nav .nav-link:hover i {
  color: #fff;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffffa8;
  padding: 10px 15px;
  transition: 0.3s;
  border-radius: 5px;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a.active,
.sidebar-nav .nav-content a:hover {
  background-color: #454545c4;
}
.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}
.sidebar .title {
  color: gray;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 18px;
}
.sidebar {
  transition: all 0.3s;
  background: #0d0e26;
  position: fixed;
  width: 250px;
}
.leftret .tobar {
  height: 10px;
  border-radius: 9px 9px 0 0;
  background: var(--color);
}
.leftret .img-check .form-check.mright {
  padding: 5px 10px;
  border: 1px solid;
}
.leftret .img-check input {
  display: none;
}
.leftret .img-check {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.leftret .imgbox img {
  width: 100%;
  height: 100%;
}
.leftret .form-check-input:checked {
  background-color: var(--color) !important;
  border-color: var(--color) !important;
}
.leftret .form-check input,
label {
  cursor: pointer;
}
.leftret .form-check {
  padding-bottom: 8px !important;
}
.leftret .imgbox {
  opacity: 0.5;
  z-index: -1;
  top: 0;
  width: 100%;
}
.leftret .content {
  z-index: 2;
}
.leftret .formbox label.seleted {
  color: #fff !important;
}
.leftret .formbox label {
  color: gray;
}
.leftret .formbox .fbtn .form-check-label {
  color: #fff;
  padding: 5px 12px;
}
.leftret .formbox .fbtn {
  background: #ffffff1a;
  color: #fff;
  padding: 0 !important;
  border-radius: 10px;
  margin-left: 5px;
  border: 1px solid transparent !important;
}
.leftret .formbox input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #716f6fab;
  cursor: pointer;
  height: 6px;
  border: none !important;
  padding-left: 0 !important;
}
.leftret .formbox input[type="range"]:focus {
  outline: 0;
}
.leftret .formbox input[type="range"]::-webkit-slider-runnable-track {
  background: rgba(114, 114, 114, 0);
}
.leftret .formbox input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ff9d00;
}
.leftret .formbox input[type="range"]:focus:-webkit-slider-thumb {
  border: 1px solid #ff9d00;
  outline: 3px solid #ff9d00;
  outline-offset: 0.125rem;
}
.leftret .formbox input[type="range"]:active:-webkit-slider-thumb {
  border: 1px solid #ff9d00;
  outline: 3px solid #ff9d00;
  outline-offset: 0.125rem;
}
.leftret .formbox input[type="range"]::selection:-webkit-slider-thumb {
  border: 1px solid #ff9d00;
  outline: 3px solid #ff9d00;
  outline-offset: 0.125rem;
}
.leftret .formbox input[type="range"]::-webkit-slider-thumb:active {
  background-color: #ff9d00;
}
.leftret .formbox input[type="range"]::-moz-range-thumb:active {
  background-color: #ff9d00;
}
.leftret .formbox .fbtn.seleted {
  background: #ff9d0033;
  border: 0.5px solid var(--color) !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
.leftret .formbox .b-range {
  background-color: #72727299;
}
.leftret .formbox input {
  border: 0.5px solid #ffffffc7;
  border-radius: 3px;
  background: #00000054;
  color: #fff;
  padding-left: 10px;
}
.leftret .formbox select option {
  background-color: #2d2c2c;
}
.leftret .formbox select {
  border: var(--border);
  border-radius: 5px;
  height: 38px;
  background: #00000054;
  color: #fff;
  padding-left: 8px;
}
.leftret .formbox .btnbox .chbox {
  padding: 5px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(230, 133, 49, 0) 0, #f7931a 100%);
  font-weight: 400;
  font-size: 13px;
}
.leftret .formbox .btnbox .ccur {
  font-size: 24px;
  font-weight: 600;
}
.leftret .formbox .btnbox {
  border-top: 0.5px solid #fff;
}
.leftret .formbox {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #0a172d 50.01%);
  border-radius: 0 0 9px 9px;
}
.leftret {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #0a172d 50.01%);
  border: var(--border);
  border-radius: 10px;
}
.hotag img {
  height: 20px;
}
.hotag span {
  font-weight: 700;
  margin-left: 5px;
}
.pageal {
  cursor: pointer;
}
.hotag {
  background: #e58531;
  width: fit-content;
  padding: 5px 15px;
  color: #000;
  display: flex;
  font-weight: 600;
  align-items: center;
  border-radius: 5px;
  margin-top: 13px;
  margin-left: 12px;
  box-shadow: 0 0 6.9px 0 #f7931a;
}
.fixtopm {
  margin-top: 280px;
}
.pyfd div .selected {
  color: var(--color);
  border-bottom: 3px solid var(--color);
}
.pyfd div div {
  padding-bottom: 3px;
  border-bottom: 3px solid #fff;
}
.pyfd div {
  font-size: 18px;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 5px;
}
.pmdiv .reviewo {
  background: #d9d9d90d;
  border-radius: 5px;
}
.app-btn {
  background-color: #505050;
  height: 31px;
}
.pmdiv .title {
  font-size: 24px;
  font-weight: 700;
}
.pmdiv .no2 {
  border: 1px solid var(--color);
  padding: 3px 12px;
  border-radius: 10px;
}
.pmdiv .no2.selected {
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
  padding: 3px 12px;
  border-radius: 10px;
}
.mlist .seleted {
  border: 1px solid var(--color) !important;
}
.mlist .m-container:hover {
  background: #d9d9d938;
}
.mlist .m-container .sub-title {
  font-size: 14px;
}
.mlist .m-container .title {
  font-size: 16px;
  color: var(--color);
}
.mlist .m-container .mtpic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mlist .m-container {
  border-radius: 5px;
  cursor: pointer;
  background: #d9d9d90d;
  border: 1px solid transparent;
}
.msummary .price {
  font-weight: 700;
  font-size: 18px;
}
.msummary .offp {
  padding: 3px 6px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(230, 133, 49, 0) 0, #f7931a 100%);
}
.crptoimg img {
  height: 90px;
  position: absolute;
  top: -12px;
  left: -17px;
}
.crptoimg {
  position: relative;
  height: 65px;
  width: 79px;
}
.mbborder {
  display: flex;
  border-bottom: var(--border);
  margin-top: 40px;
  margin-bottom: 20px;
}
.prinput input {
  background-color: #00000054;
  border: var(--border);
  border-radius: 5px;
  padding: 3px 6px;
  width: 260px;
  color: #fff;
}
.reviewo .imgb {
  height: 100px;
  width: 120px;
  border-radius: 5px;
  overflow: hidden;
}
.himg-opacity {
  opacity: 15%;
}
.instaxScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #000;
}
.oblog-box .imbox img {
  width: 100%;
  height: 100%;
}
.oblog-box .imbox {
  height: 216px;
  width: 100%;
}
.tag-post {
  background: #ffffff40;
  display: flex;
  color: #fff;
  width: fit-content;
  justify-content: center;
  border-radius: 30px;
  align-items: center;
}
.main-top {
  margin-top: 6rem !important;
}
.gservices .title {
  font-size: 30px;
  font-weight: 700;
}
.gservices .subtitle {
  color: gray;
}
.gamebuy .offer .startat .price {
  font-size: larger;
  font-weight: 700;
}
.gamebuy .offer .startat .atst {
  color: gray;
}
.gamebuy .offer {
  display: flex;
  align-items: center;
}
.gamebuy .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.gamebuy .gctype {
  color: var(--color);
  margin-bottom: 15px;
}
.gamebuy .box {
  background: #0c0d26;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 10px;
}
.showp-allbtn img {
  margin-left: 5px;
}
.showp-allbtn:hover {
  color: #fff;
}
.showp-allbtn {
  border: 1px solid var(--color);
  color: #fff;
  padding: 6px 31px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopping-cart svg {
  color: var(--color);
  height: 25px;
}
.modal-content {
  background: #0c0d26 !important;
}
.logind h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.logind h1 span {
  color: var(--color);
}
.virtcolor {
  color: var(--color);
}
.cursor-pointer {
  cursor: pointer;
}
.ddrd.dropdown-toggle::after {
  content: unset;
}
.game-search-container {
  margin: auto;
  color: #fff;
}
.game-search-container .search-bar {
  background-color: #ffffff1a;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.game-search-container .search-bar input:focus {
  border: none;
  outline: 0;
}
.game-search-container .search-bar input {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  height: 24px;
}
.game-search-container .game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 9px 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 23px;
}
.game-search-container .game {
  padding: 5px 6px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  justify-content: start;
  text-wrap: auto;
  text-wrap-mode: auto;
  text-wrap-style: auto;
  font-weight: 500;
}
.game-search-container .game:hover {
  display: flex;
  background: #ffffff40;
}
.game-search-container .icon img {
  height: inherit;
  width: inherit;
}
.game-search-container .icon {
  width: 20px;
  height: 20px;
  background-color: #444;
  border-radius: 5px;
  flex-shrink: 0;
  display: flex;
}
.gsboxc {
  width: 1000px;
  background: #0c0d26;
  top: 30px;
  padding: 0;
  border-radius: 5px;
  border: 0.5px solid #fff;
  overflow-y: auto;
  max-height: 323px;
}
.gsboxc2 .game-search-container .game-grid {
  padding-top: 10px;
}
.gsboxc2 {
  background: #0c0d26;
  top: 30px;
  padding: 0;
  border-radius: 5px;
  border: 0.5px solid #fff;
  overflow-y: auto;
  max-height: 323px;
}
.addtocartbtn input {
  background: 0 0;
  border: none;
  color: #fff;
}
.lginbtn {
  border: none;
  background: 0 0;
  height: 25px;
  /* width: 66px; */
  font-weight: 500;
  margin-left: 8px;
  font-size: 14px;
  padding: 0 8px;
}
.cldrop {
  cursor: pointer;
}
.search-cart .btn-outline {
  color: var(--color);
}
.btn-outline {
  color: white;
  border: 1px solid var(--color);
  box-shadow: none;
  margin: 0;
  padding: 1px 10px;
  font-weight: 500;
}

.btn-outline:hover {
  color: white;
}

#coupon-code-model .modal-footer {
  border-top: none;
}
#currenc-language-model .modal-footer {
  border-top: none;
}
#coupon-code-model .modal-clg i {
  font-size: 20px;
  margin-top: 8px;
  cursor: pointer;
}
#coupon-code-model .modal-clg {
  border-bottom: unset;
  justify-content: flex-start;
  align-items: center;
  background: #202137;
  padding: 5px 12px;
}
#currenc-language-model .modal-clg i {
  font-size: 20px;
  margin-top: 8px;
  cursor: pointer;
}
#currenc-language-model .modal-clg {
  border-bottom: unset;
  justify-content: flex-start;
  align-items: center;
  background: #202137;
  padding: 5px 12px;
}
.topclang .form-select option {
  background-color: #000000e6;
  color: white;
}
.topclang .form-select:focus {
  box-shadow: none;
}
.topcoupon input {
  border: 1px solid #ffffff78;
  background: transparent;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  color: white;
}
.topclang .form-select {
  background-color: #00000054;
  border: 1px solid #ffffffa3;

  outline: none;
  height: 25px;
  font-size: 14px;
  padding: 0 8px;
  color: #ffffff80;
}
#sitelandc {
  border: 1px solid #ffffff40;
  background: #0b0c25 !important;
}

.topclang label {
  color: #ffffff80;
  font-size: 12px;
  font-weight: 400;
}

.modal-clg h1 {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.cldrop img {
  margin-top: -2px;
}
.ggmbody h1,
.ggmbody h2,
.ggmbody h3,
.ggmbody p {
  text-align: right;
}
.mloader {
  height: 112px;
}
.cart-sgd .sgd-box {
  background: #ffffff1a;
  padding: 10px 6px;
  border-radius: 7px;
  flex: 1;
}

.cart-sgd .sgd-box .title {
  font-size: 18px;
  font-weight: 500;
}

.cart-sgd .sgd-box .sub-title {
  color: gray;
  font-size: 14px;
  font-weight: 400;
}
.mloader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 16%;
  left: 43%;
  width: 40px;
  height: 40px;
  border: 4px solid var(--color);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn-signup {
  font-size: 14px;
  border: none;
  background: var(--btn-background);
  height: 25px;
  /* width: 78px; */
  font-weight: 500;
  margin-left: 9px;
  border-radius: 5px;
  color: #000;
  text-align: center;
  padding: 0 8px;
}
.sidebar-nav .nav-item i {
  color: #ffffff80;
}
.brwbtn {
  background: var(--btn-background);
  padding: 2px 11px;
  border-radius: 5px;
  color: var(--black);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 36px;
  width: fit-content;
}
.gv-brancam {
  font-size: 18px;
  font-weight: 500;
}
.viewm-btn {
  background: var(--btn-background);
  padding: 2px 11px;
  border-radius: 5px;
  color: var(--black);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 28px;
  /* width: 170px; */
}
img#prev.bbleft {
  position: absolute;
  bottom: 45%;
  z-index: 9;
  cursor: pointer;
}

img#next.bbright {
  position: absolute;
  bottom: 45%;
  right: -6px;
  z-index: 9;
  cursor: pointer;
}
.item-gameh .igameh .img-b {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.item-gameh .tag-box {
  margin-top: 10px;
}
.virt-slider-wrapper .nav-btn.bright-btn.itebr {
  position: absolute;
  right: -11px;
}

.virt-slider-wrapper .nav-btn.bleft-btn.itebl {
  position: absolute;
  left: -9px;
  z-index: 9;
}
.item-gameh .igameh .title {
  font-size: 48px;
  font-weight: 500;
  margin-left: 20px;
}

.item-gameh .tag-box .tag {
  padding: 5px 10px;
  background: #ffffff40;
  border-radius: 39px;
  font-size: 10px;
  gap: 10px;
}
.container {
  max-width: 1146px;
}
.our-blog .box .blog-content {
  font-size: 14px;
  font-weight: 400;
}
#footer .support {
  font-size: 20px;
  font-weight: 600;
}
.boostingbox .item-box ul {
  margin-left: -14px;
  font-size: 14px;
  font-weight: 400;
}
.boostingbox .expbtn {
  background: var(--btn-background);
  padding: 2px 11px;
  border-radius: 5px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 36px;
  width: 133.14px;
}
.retail-top .d-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
}
.boostingbox .item-box .item-content {
  z-index: 5;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.boostingbox .item-box .retail-container:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #0a172d 81.5%);
}
.boostingbox .item-box .price {
  font-size: 14px;
  font-weight: 600;
}
.retail-top .box:before {
  content: "";
  background: linear-gradient(180deg, rgba(9, 21, 43, 0) 0, #09152b 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.retail-top .box .box-content {
  z-index: 2;
}
.retail-top .box .img-box {
  height: 100%;
  opacity: 51%;
  width: 100%;
}
.retail-top .box .img-box img {
  height: 100%;
  width: 100%;
}
.rqcusor .box {
  z-index: 1;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 400;
}
.rqcusor .boximg img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.rqcusor .boximg {
  height: 100%;
  width: 100%;
  opacity: 10%;
}
.pageal.picon {
  border: unset !important;
}
.leftret .formbox .chatbtn {
  text-align: center;
  font-weight: 500;
  border: 1px solid #ff9d00;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.boosting-desc {
  overflow: hidden;
}
.sileftimg img {
  object-fit: cover;
}
.mbicon img {
  cursor: pointer;
}
.mddrobox {
  color: #ff9d00;
  font-weight: 500;
  width: 285px;
  margin-left: -207px;
  background: #1b1200;
  padding: 15px 16px;
}
.search-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-cart input {
  width: 200px !important;
  height: 32px !important;
  border-radius: 3px !important;
}
.mb-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.search-cart .ddrd2 {
  margin-right: 0 !important;
}
.mb-btns .ddrd2 {
  padding: 0 5px !important;
  margin-left: 0 !important;
}
.mb-btns .ddrd1 {
  padding: 0 7px !important;
  margin-left: 0 !important;
}
.mb-btns .ddrd {
  padding: 2px 8px !important;
}
.checkout-btn img {
  height: 23px;
  margin-right: 5px;
}
.mb-btns .gsboxc {
  top: 24px;
  margin-left: -150px;
  width: unset;
  max-height: 72vh;
  overflow: scroll;
}
.singbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
.singbtn button {
  width: 100%;
  margin: 0;
}
.helink {
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  margin-top: 10px;
}
.helink a {
  justify-content: unset;
  color: var(--color);
  padding: 6px 0;
}
.search-cart a {
  padding: 0 0 !important;
}
.brwbtn:hover {
  color: #000;
}
.cusreq-model {
  background: #404040 !important;
}
.item-grid .item-box:hover .retail-container:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #0a172d 81.5%);
}
.checkout-btn {
  width: 100%;
  height: 50px;
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
  color: #fff;
  border: none;
  outline: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.aiadtc-btn img {
  margin-right: 5px;
}
.aiadtc-btn {
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
  outline: 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.aiadtc-btn.disabled {
  background: linear-gradient(270deg, #654d18 0, #53381a 100%);
  cursor: not-allowed;
}
.addtocartbtn .disabled {
  background: linear-gradient(270deg, #654d1800 0, #53381aa1 100%);
  cursor: not-allowed;
  height: 100%;
  color: gray;
}
.addtocartbtn1 .disabled {
  background: linear-gradient(270deg, #654d18 0, #53381a 100%);
  cursor: not-allowed;
  height: 100%;
  color: gray;
}
.uprfoil .inputf input {
  width: 100%;
  border: 0.5px solid #ffffff7a;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  padding: 7px 11px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.uprfoil .card {
  background: 0 0;
}
.uprfoil .card table th,
td {
  color: #fff;
}
.item-container .item-bottom .price {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.item-container .item-bottom {
  padding-top: 5px;
}
.item-container .img-box.imglike {
  height: 119px;
  width: auto;
}
.item-container .img-box.imglike {
  height: 119px;
  width: 139px;
}
.item-container .sndiv {
  flex: 1;
}
.aiadtc-btn.umlikebtn {
  height: 25px;
  width: unset;
  padding: 0 10px;
  margin-left: auto;
}
.logind .btnclose {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11;
}
.logind .btnclose i {
  color: #fff;
  font-size: 21px;
}
.boosting-container {
  width: 100%;
}
.btn-warning:focus {
  box-shadow: unset;
  outline: 0;
  border: none;
}
.btn-warning {
  box-shadow: unset !important;
  outline: 0 !important;
  border: none !important;
  background-color: linear-gradient(270deg, #ffae00 0%, #f80 100%) !important;
}
.rqcusor .box .ttile {
  font-size: 18px;
  font-weight: 600;
}
.rqcusor .fftime i {
  margin-right: 10px;
  color: var(--color);
}
.custom-vh {
  height: 60vh;
}
input.clear-cart-btn {
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  outline: 0;
  border: none;
  padding: 2px 10px;
}
.itemdelc {
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.getquotebtn {
  cursor: pointer;
}
a.ddrd3:hover {
  color: #000 !important;
}
a.ddrd3 {
  background: linear-gradient(270deg, #ffae00 0, #f80 100%);
  height: 25px;
  border-radius: 5px;
  font-weight: 500;
  padding: 0 10px;
  margin-left: 5px;
  color: #000;
}
.activea a::after {
  content: "";
  background: white;
  /* background: var(--color); */
  width: 85%;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 60px 60px 0 0;
  box-shadow: -1px -3px 20px 5px #ffffffa6;
  -webkit-box-shadow: -1px -3px 20px 5px #ffffff9d;
  -moz-box-shadow: -1px -3px 20px 5px #ffffffa9;
  /* box-shadow: -1px -3px 20px 5px #ff9d008c;
  -webkit-box-shadow: -1px -3px 20px 5px #ff9d008c;
  -moz-box-shadow: -1px -3px 20px 5px #ff9d008c; */
}
.catcounter {
  bottom: 5px;
  right: 5px;
  background: var(--btn-background);
  border-radius: 10px;
  z-index: 11111;
  padding: 0 5px;
  color: #000;
}
.blogsslider .blogss-item img {
  width: 100%;
}
.cu-box .gtype1 {
  font-size: 25px;
  color: gray;
}
.cu-box .gtype {
  color: gray;
  font-size: 32px;
  font-weight: 600;
}
.stock_div {
  display: flex;
  justify-content: space-between;
  background: #6e6e6e73;
  padding: 5px 8px;
  border-radius: 5px;
  color: var(--color);
}
.mobile-cat-toggle {
  color: var(--color);
  position: absolute;
  right: -22px;
  top: 6px;
  font-size: 25px;
  display: none;
}
.rangeinput {
  width: 100%;
  text-align: left;
  height: 30px;
}
.rangeType2 .input-group {
  margin-bottom: 20px;
  width: 100%;
}
.rangeType2 .input-group input {
  padding: 8px;
  background: #2c2c2c;
  border: 1px solid #444;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  width: -webkit-fill-available;
}
.rangeType2 .slider-track {
  position: relative;
  height: 6px;
  background: #444;
  border-radius: 3px;
}
.rangeType2 input[type="range"] {
  position: absolute;
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  background: 0 0;
  pointer-events: none;
  cursor: pointer;
}
.rangeType2 input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  margin-top: -15px;
  margin-left: -2px;
  border-radius: 50%;
  background: #2196f3;
  border: none;
  -webkit-appearance: none;
}
.rangeType2 .range-wrapper {
  position: relative;
  height: 30px;
}
.rangeType2 .range-fill {
  position: absolute;
  height: 6px;
  background: #2196f3;
  top: 0;
  border-radius: 3px;
}
.rangeType2 .pshow {
  display: flex;
  justify-content: space-between;
}
.rangeType2 .ffil {
  margin-top: 10px;
  padding: 0 10px;
}
.rangeType2 .inputr {
  display: flex;
}
.rangeType2 .centers {
  font-size: large;
  padding: 0 10px;
}
.modal-dialog-end {
  display: flex;
  align-items: end;
  min-height: calc(100% - 1rem);
}
.mserchb {
  border: 1px solid #ffffffa8;
  border-radius: 5px;
  height: 32px;
  display: flex;
  align-items: center;
}
.mserchb span {
  margin-left: 30px;
}
.modeltop .closebtn i {
  font-size: 22px;
}
.modeltop .closebtn {
  position: absolute;
  right: 0;
  top: 0;
}
.modeltop .title {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}
.why-us .bgimg {
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.why-us .bgimg img {
  object-fit: cover;
  object-position: center;
  opacity: 10%;
  width: 100%;
}
.why-container .firstb .title {
  font-size: 48px;
  font-weight: 600;
}
.game-search-container .search-bar img {
  height: 20px;
  margin-top: 4px;
}
.btnclose .btn-close {
  background: unset !important;
  color: white;
  font-size: 24px;
  opacity: 0.8;
}
.why-container .firstb .subtext img {
  height: 20px;
  width: 20px;
  margin-top: -4px;
}
#navbar1 .ddrd2 img {
  height: 14px;
  margin-right: 4px;
}
.search-input .sicons {
  top: 4px !important;
}
.search-input .sicon {
  position: absolute;
  height: 18px;
  top: 6px;
  left: 7px;
  width: 17px;
}
.why-container .firstb .subtext {
  font-weight: 600;
  font-size: 16px;
  margin-top: -10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.why-container .firstb .row {
  gap: 20px;
}
.why-container .secondb .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}
.why-container .secondb .subcontainer {
  margin: 10px 0;
  padding: 0;
}
.why-container .secondb .subtbox {
  background: #d9d9d926;
  padding: 8px 10px;
  margin: 0 10px;
  height: 100%;
  border-radius: 5px;
}
.why-container .secondb .subtbox .subbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
.why-container .secondb .subtbox .subbox .subtext {
  font-size: 15px;
  font-weight: 400;
}
.why-container .firstb .subtext i {
  color: #00b67a;
  margin-right: 6px;
}
.virt-slider-wrapper .nav-btn.bright-btn {
  margin-left: 5px;
}
.virt-slider-wrapper .nav-btn.bleft-btn {
  margin-right: 5px;
}
.virt-slider-wrapper .nav-btn {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.virt-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.virt-slider-wrapper .vslider-container {
  width: 100%;
  overflow: hidden;
}
.virt-slider-wrapper .vslider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.blog-box {
  flex: 0 0 calc(100% / 3);
  padding: 5px;
  font-size: 24px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.reviw-box {
  flex: 0 0 calc(100% / 3);
  padding: 5px;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}
.blog-box .boxcon {
  border: 1px solid var(--color);
  border-radius: 10px;
  overflow: hidden;
}
.blog-box .boxcon::before {
  content: "";
  background: linear-gradient(180deg, rgba(12, 13, 38, 0) 0, #0c0d26 67.31%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.blog-box .boxcon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.blog-box .bimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.blog-box .bimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-box:hover .bimg img {
  transform: scale(1.1);
}
.blog-box .bcontent {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
}
.blog-box .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}
.blog-box .subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  color: var(--color);
}
.blog-box .time-tags {
  display: flex;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
}
.blog-box .tags {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 39px;
}
.blog-box .desc {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.reviw-container {
  background-color: #2b2c41;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 13px;
  max-width: 500px;
  height: 100%;
}
.reviw-container .rwherder {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.reviw-container .rwimg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}
.reviw-container .rwimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviw-container .rwh-content .title {
  font-size: 16px;
  font-weight: 700;
}
.reviw-container .rwh-content .subtitle {
  font-size: 13px;
  margin-top: 2px;
}
.reviw-container .rwstar {
  color: #00b67a;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  gap: 4px;
}
.reviw-container .rwdesc {
  font-size: 14px;
  line-height: 1.6;
}
.btomdesc {
  color: gray;
}
.bgatitle {
  font-weight: 600;
}
.bottom-games .bgatitle img {
  border-radius: 2px;
}
.blogpageview .post-mimg {
  height: 480px;
  width: 820px;
}
.blogpageview .blogpdesc {
  overflow: hidden;
}
.post-body img {
  max-width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}
.post-body table {
  width: 100%;
}
.blogpageview {
  min-height: 600px;
}
.topcart,
.topcart a {
  width: 57px;
  height: 41px;
}
.cchang-icon i {
  height: 16px;
  width: 16px;
}
.cart-model .btn-close {
  background: unset;
  color: white;
  font-size: 26px;
  cursor: pointer;
  right: 25px;
  opacity: 0.8;
  padding: 4px;
  top: 12;
}

.cart-model {
  background-color: #202137;
  width: 450px;
  padding: 0;
  margin: 0;
  right: 0;
  height: 100vh;
  position: absolute;
}
.dsbtnn:hover {
  color: white !important;
}
.dsbtnn {
  background: #5865f2;
  border-radius: 5px;
  padding: 2px 19px;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.modal-content.cart-box {
  background: #0c0d26 !important;
  padding: 8px 8px;
}
.cart-model .cart-content {
  overflow-y: auto;
  display: flex;
  gap: 10px;
  width: 100%;
  flex-direction: column;
  height: calc(100% - 274px);
}

.cart-model .title {
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.cart-model .cart-content .item-box {
  background: #ffffff0d;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 6px 6px;
  border-radius: 5px;
}
.cart-model .cart-content .item-box:hover {
  background: #ffffff47;
}
.cart-model .emptyshownow {
  margin-top: 50%;
}

.cart-model .emptyshownow .gotoshop {
  display: flex;
  width: 100%;
  justify-content: center;
}

.cart-model .emptyshownow .gotoshop a {
  background: linear-gradient(270deg, #ffae00 0%, #ff8800 100%);
  color: black;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  padding: 4px 50px;
}
.cart-model .item-price {
  white-space: nowrap;
}
.cart-model .cart-content .item-box .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 10px;
}
.cart-model .item-content .title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.cartqtyinput input {
  background: transparent;
  border: 1px solid #ffffff75;
  outline: none;
  color: white;
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
  border-radius: 5px;
}
.cart-model hr {
  margin: 10px 0px;
}
.cart-model .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-model .item-bottom input {
  color: white;
  background: transparent;
  outline: none;
  border: 1px solid #ffffff87;
  text-align: center;
  width: 80px;
  border-radius: 5px;
  font-size: 16px;
}
.cart-model .item-bottom .del-icon {
  cursor: pointer;
}
.cart-model .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-model .cart-total .total {
  font-size: 26px;
  font-weight: 500;
}
.trustfstars {
  height: 15px;
  width: 98px;
}
.trustfstars img {
  height: 15px;
  margin-top: -3px;
}
.cart-model .checkout a {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(270deg, #ffae00 0%, #ff8800 100%);

  color: black;
  padding: 5px 0;
}

.cart-model .checkout {
  display: flex;
}
div#cartShopDiv {
  height: calc(100vh - 285px);
}
.ft-body {
  font-size: 16px;
  margin-top: 28px;
}

.ftlogo .footer-info {
  display: flex;
  height: 30px;
}
.payment-page .p-container .top .check {
  width: 100%;
  max-width: 89px;
  height: auto;
  margin-top: 90px;
}
.payment-page .p-container .top .logo {
  width: 100%;
  max-width: 223.68px;
  height: auto;
  margin-top: 20px;
}
.payment-page .p-container .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: top;
  background-repeat: no-repeat;
  margin: 90px 0;
}

.payment-page .p-container .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.payment-page .p-container {
  width: 100%;
  max-width: 630px;
}
.payment-page {
  display: flex;
  justify-content: center;
}
.payment-page .contentt .title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.payment-page .contentt .des {
  margin: 20px 0px;
  color: #ffffffcc;
}

.payment-page .contentt {
  padding: 0 10px;
}

.payment-page .tablee {
  display: flex;
  flex-direction: column;
  margin: 40px 0px;
}

.payment-page .tablee .topp {
  border-top: 1px solid #ff9d00;
  border-bottom: 1px solid #ff9d00;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0;
}

.payment-page .ffoter {
  height: 10px;
  background-color: #ff9d00;
  margin-top: 30px;
}
.payment-page .tablee .items {
  display: flex;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 400;
  color: #ffffffd4;
  gap: 60px;
}
.payment-page .bottom .contentt .title {
  margin: 0;
  font-size: 24px;
}

.payment-page .bottom .contentt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-page .bottom .contentt a {
  color: white;
  background: linear-gradient(270deg, #ffae00 0%, #ff8800 100%);
  padding: 5px 40px;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0px;
  margin-top: 26px;
  border-radius: 5px;
}
.payment-page .bottom .bcont {
  padding: 25px 0;
  background: #050b16d9;
}
.payment-page .final .topp2 {
  display: flex;
  justify-content: end;
  gap: 20px;
  color: #ffffffd6;
}
.payment-page .final .topp2 div {
  width: 15%;
  text-align: end;
  white-space: nowrap;
}
.qtybtn-item button {
  border: 1px solid #ffffff80;
  background: transparent;
  color: white;
  font-size: 19px;
  padding: 0 10px;
  margin: 0 0;
  border-radius: 5px;
  font-weight: 500;
}
.cu-left .cu-top {
  height: 52px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid var(--color);
}
.cu-right .cu-top {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid var(--color);
}
.checkout-btn:hover {
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  color: white !important;
}
.cart-model .checkout a:hover {
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  color: white !important;
}
.qtybtn-item button:hover {
  /* background: var(--color); */
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  border: 1px solid gray !important;
}

.qtybtn-item input {
  background: transparent;
  border: 1px solid #ffffff80;
  color: white;
  outline: none;
  border-radius: 5px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  width: 100%;
}

.qtybtn-item input:focus-visible {
  border: 1px solid #ffffff8f;
}

.qtybtn-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qtybtn-item input:focus {
  border: 1px solid #ffffff8f !important;
}
.mbicon .shopping-cart {
  padding: 0;
  margin-right: 6px;
}
.sellerpercen img {
  margin-top: -2px;
}
.sellerpercen {
  color: #34a853;
  font-size: 14px;
}
.seller-box {
  align-items: center;
}
.seller-box .seller-img {
  height: 42px;
  width: 42px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}

.cu-top .subtitle {
  font-size: 14px;
}
.cu-top .title {
  font-size: 16px;
  line-height: 1;
}
.cu-top {
  align-items: center;
}
.cu-box .avdelib {
  padding-left: 5%;
  border-left: 1px solid gray;
}
.pysecs .title {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.cuserp .title {
  margin: 0;
  padding: 0;
}
apple-pay-button {
  --apple-pay-button-width: 300px;
  --apple-pay-button-height: 47px;
  --apple-pay-button-border-radius: 3px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-box-sizing: border-box;
}
/* div#google-pay-button {
  height: 50px;
  width: 350px;
} */
/* div#apple-pay-button button {
  border-radius: 5px !important;
}
div#apple-pay-button {
  height: 50px;
  width: 350px;
  background: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
} */
.cart-disb {
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  border-radius: 5px;
  padding: 10px 12px;
  cursor: pointer;
}

.c-tag {
  background: #ffffff80;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.cu-box .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}
.qtybtn-item input {
  height: 36px;
}
.qtybtn-item button {
  font-size: 23px;
}
.cu-right .game-discount .ggprice {
  color: var(--color);
  margin-left: auto;
}
.cu-right .game-discount {
  margin-top: 40px;
}
.cu-right .taxbtn {
  width: 100%;
}
.cu-right .bbleft {
  border-left: 1px solid black;
}
.cu-right .addtocartbtn {
  height: 42px;
  font-size: 19px;
  font-weight: 500;
}
.aiadtc-btn:hover {
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
}
.cu-right .addtocartbtn1:hover {
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  color: white;
}
.cu-right .addtocartbtn:hover {
  background: linear-gradient(90deg, #8238e9 0%, #ff005e 100%);
  color: white;
}
.cu-right .addtocartbtn1 {
  height: 42px;
  font-size: 19px;
  font-weight: 500;
  padding: 0;
}
.btn-danger {
  background-color: #ab090c;
  border-color: #ab090c;
}
.btn-success {
  background-color: #34a853;
  border-color: #34a853;
}
.taggold {
  position: relative;
}

.taggold .ggtaget {
  position: absolute;
  right: 50px;
  font-weight: 600;
  color: gray;
  font-size: 20px;
}
.text-gray {
  color: gray;
}
.boosting-wrapper .needh {
  text-align: center;
  font-weight: 700;
  color: var(--color);
  cursor: pointer;
}
.sitecurency {
  cursor: pointer;
}

.curency-box {
  margin-top: 3px !important;
  left: 18px !important;
  padding: 2px 12px !important;
  background: #0c0d26 !important;
  color: white !important;
  border-radius: 5px !important;
  max-height: 245px;
  overflow-y: auto;
  overflow-x: unset;
}
.custap-model {
  background: #292929 !important;
  min-width: 600px;
  min-height: 300px;
}
.curency-box li {
  min-width: 120px !important;
  display: flex;
  gap: 5px;
  width: 100%;
  flex-direction: column;
  border-radius: 5px;
}

.curency-box li:hover {
  background: #808080b5;
}

.curency-box li a {
  padding: 5px 10px !important;
  color: white !important;
}
.sellbbtn {
  padding: 0 24px;
}
.iteopt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 4px;
}

.iteopt .optitem {
  width: calc(50% - 2px) !important;
}

.iteopt .optitem label {
  background: #ffffff40;
  width: 100%;
  justify-content: center;
  display: flex;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 0;
}
.iteopt .optitem label.active {
  background: var(--btn-background);
  color: white;
}
.iteopt .optitem label.disabled {
  background: #3e3e3e;
}
.usersubpt {
  margin-top: 30px !important;
}

/* HTML: <div class="loader"></div> */
.loaderp {
  width: 60px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
  }
  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
  }
  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
  }
}

.usersubpt input {
  height: 20px;
  width: 20px;
  border: 1px solid #ff9d00;
}
.usersubpt input[type="checkbox"]:checked {
  accent-color: #ff9d00 !important;
}
.cart-model .cart-total .total .oldprcart {
  margin-right: 15px;
  font-size: 16px;
  color: gray;
  text-decoration: line-through;
}
@media only screen and (max-width: 1580px) {
  .boosting-container {
    width: 1020.56px;
  }
}
@media only screen and (max-width: 1450px) {
  .boosting-container {
    width: 945.56px;
  }
}
@media only screen and (max-width: 1300px) {
  .boosting-container {
    width: 824.56px;
  }
  .item-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1090px) {
  .boosting-container {
    width: 705.56px;
    padding-right: 10px;
  }
  #sr-div h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 960px) {
  .boosting-container {
    width: 573.56px;
  }
  .item-grid {
    grid-template-columns: 1fr 1fr;
  }
  .boostingbox .item-box {
    height: 375px;
  }
  .our-blog .box .blog-title {
    font-size: 22px;
    font-weight: 600;
  }
  .item-container .img-box {
    height: 315px;
  }
}
@media only screen and (max-width: 840px) {
  .mobile-cat-toggle {
    display: block;
  }
  .sidebar {
    left: -251px;
    z-index: 999;
  }
  .boosting-container {
    width: 100%;
    padding: 0 10%;
  }
  .boostingbox .item-box {
    height: 320px;
  }
  .retail-container .retail-title {
    font-size: 19px;
    font-weight: 500;
  }
  .boostingbox .item-box ul {
    font-size: 12px;
  }
  .retail-top .box .title {
    font-size: 16px;
    height: 43px;
  }
  .boostingbox .expbtn {
    font-size: 14px;
    height: 28px;
    width: 100.14px;
  }
  .srsou .topcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .why-us .box h4 {
    font-size: 22px;
  }
  .why-us .box img {
    height: 26px;
  }
  .why-us .box p {
    font-size: 15px;
  }
  .item-container .img-box {
    height: 290px;
  }
  .pyfd div {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  .gservices .title {
    font-size: 26px;
  }
  .gservices .subtitle {
    font-size: 15px;
  }
  .gamebuy .box {
    padding: 20px 20px;
  }
  .gamebuy .title {
    font-size: 22px;
    width: 90%;
    margin-bottom: 16px;
  }
  .gamebuy .offer .startat .atst {
    font-size: 12px;
  }
  .gamebuy .offer .startat .price {
    font-size: 18px;
  }
  .navbar ul {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  #header {
    display: none !important;
  }
  .mbicon {
    display: flex !important;
  }
  .faq-2 .faq-container .faq-item {
    padding: 11px 0;
  }
  .game-container {
    height: 245px;
  }
  .item-container .img-box {
    height: 260px;
  }
  .main-top {
    margin-top: 2.8rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .blog-box {
    flex: 0 0 100% !important;
  }
  .reviw-box {
    flex: 0 0 100% !important;
  }
}
@media only screen and (max-width: 700px) {
  #sr-div h1 {
    font-size: 32px;
  }
  .our-blog .box .blog-title {
    font-size: 20px;
    font-weight: 600;
  }
  .item-container .img-box {
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .btx-btn {
    flex-direction: column;
  }
  .btx-btn .taxbtn {
    width: 100%;
  }
  .btx-btn .btn-qty {
    width: 100%;
  }
  .textsm-center {
    text-align: center;
  }
  .game-grid {
    grid-template-columns: 1fr 1fr;
  }
  .boosting-container {
    width: 100%;
    padding: 0 5%;
  }
  .boostingbox .item-box {
    height: 300px;
  }
  .supprt {
    display: flex;
    padding: 10px 0;
    justify-content: center;
  }
  .supprt div {
    padding: 0 !important;
    text-align: center;
  }
  .topsearch {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .item-gameh .igameh {
    justify-content: center;
  }
  .item-gameh .tag-box {
    justify-content: center;
    flex-wrap: wrap;
  }
  .feedback-div .fa-star {
    font-size: 10px;
    margin-top: 7px;
  }
  .fombox .title {
    font-size: 22px !important;
  }
  .faq-2 .faq-container .faq-item .faq-content p {
    font-size: 14px;
  }
  .faq-2 .faq-container .faq-item h3 {
    font-size: 16px;
  }
  .section-title p {
    font-size: 22px;
  }
  .yumlike .item-grid {
    grid-template-columns: 1fr !important;
  }
  .fombox .qtybtn {
    width: 100% !important;
  }
  .trustfstars img {
    height: 11px;
  }
  .item-gameh .tag-box .tag {
    padding: 4px 8px;
    font-size: 10px;
    gap: 6px;
  }
  .item-gameh .igameh .title {
    font-size: 32px;
    text-align: center;
  }
  .gv-brancam {
    font-size: 11px;
  }
  #coupon-code-model .modal-clg .modal-title {
    font-size: 17px !important;
    font-weight: 500;
  }
  #currenc-language-model .modal-clg .modal-title {
    font-size: 17px !important;
    font-weight: 500;
  }
  .mddrobox {
    width: 340px;
    margin-left: -275px;
  }
  .custap-model {
    min-width: 100%;
  }
  .cart-bottom {
    position: fixed;
    width: 100%;
    background: #0c0d26;
    left: 0;
    bottom: 16px;
    padding: 0 12px;
  }
  .cu-box img {
    height: 30px;
  }
  .cu-box .title {
    font-size: 12px;
  }
  .cu-box .subtitle {
    font-size: 13px;
  }
  .vmapcard {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 38%;
    flex-wrap: wrap;
  }
  .mastertaza {
    height: 31px !important;
  }
  .tazaimgpy img {
    height: 31px !important;
  }
  .padoimg img {
    height: 31px !important;
  }
  div#cartShopDiv {
    height: calc(100vh - 100px);
    position: relative;
  }
  .cart-model .item-content .title {
    font-size: 14px;
  }
  .cart-model .item-content .subtitle {
    font-size: 14px;
  }
  .cart-model {
    width: 100% !important;
  }
  .supprt .btn-warning {
    width: 300px !important;
  }
  .blogpageview .post-mimg {
    height: auto;
    width: 100%;
    min-height: 210px;
  }
  .blogpageview .blogpdesc img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    object-position: center center;
  }
  .blogpageview .blogpdesc table {
    width: 100% !important;
  }
  .item-container .item-title {
    font-size: 14px;
  }
  .item-container .item-short-desc {
    font-size: 10px;
  }
  .item-container .item-tags .tags {
    margin: 3px 8px 3px 0;
    font-size: 7px;
  }
  .item-container .item-tags {
    margin-bottom: 5px;
  }
  .gservices .title {
    font-size: 24px;
  }
  .gservices .subtitle {
    font-size: 13px;
  }
  .gamebuy .box {
    padding: 20px 20px;
  }
  .gamebuy .title {
    font-size: 18px;
    width: 90%;
    margin-bottom: 16px;
  }
  .gamebuy .offer .startat .atst {
    font-size: 12px;
  }
  .gamebuy .offer .startat .price {
    font-size: 18px;
  }
  .our-blog .box .blog-title {
    font-size: 18px;
    font-weight: 600;
  }
  .our-blog .box .blog-content p {
    font-size: 12px;
  }
  .our-blog .box .blog-date {
    font-size: 10px;
  }
  .oblog-box .imbox {
    height: 189px;
  }
  .why-us .box h4 {
    font-size: 18px;
  }
  .why-us .box img {
    height: 22px;
  }
  .why-us .box p {
    font-size: 14px;
  }
  .item-container .img-box {
    height: 210px;
  }
  .pyfd div {
    font-size: 11px;
    padding-right: 4px;
    padding-left: 0;
  }
  .pyfd div div {
    display: flex;
    justify-content: center;
  }
  .pmdiv .no2 {
    font-size: 10px;
  }
  .pmdiv .title {
    font-size: 16px;
  }
  .mlist .m-container .title {
    font-size: 12px;
  }
  .mlist img {
    height: 45px;
  }
  .crptoimg {
    height: 23px;
  }
  .btrimg img {
    height: 63px;
    margin-right: -11px;
  }
  .mlist .crptoimg img {
    height: 65px;
    top: -17px;
    left: 11px;
  }
  .imgb img {
    height: 85px;
  }
  .checkout-btn {
    height: 45px;
  }
  .prinput input {
    width: 100%;
  }
  .app-btn {
    width: 92px;
    padding: 2px !important;
    margin-left: 12px !important;
  }
  .reviewo .pro-name {
    font-size: 12px;
  }
  .reviewo .pro-qty {
    font-size: 12px;
  }
  .reviewo .pro-soldb {
    font-size: 12px;
  }
  .reviewo .pro-price {
    font-size: 13px;
  }
  .acc-filter .accwidth {
    width: 100%;
  }
  .acc-filter {
    flex-direction: column;
  }
  .acc-filter .search-acc-input input {
    width: 100%;
  }
  .acc-filter .search-acc-input {
    display: flex;
    width: 100%;
  }
  .acc-filter #seitform {
    display: flex;
    width: 100%;
  }
  .acc-filter .sndfdiv {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
  }
  .acc-filter .sndfdiv .fddown {
    margin-left: 0 !important;
  }
  .search-tags .tags {
    margin-bottom: 10px;
  }
  #sr-div .srsou {
    padding-top: 35px;
  }
  #sr-div .btns {
    margin-top: 4px;
  }
  #main_container #main_box_img {
    margin-top: 25px !important;
  }
  .popular-search {
    display: none !important;
  }
  .why-us .section-title p {
    font-size: 26px;
  }
  .why-container .firstb .title {
    font-size: 22px;
  }
  .why-container .firstb .subtext {
    font-size: 12px;
  }
  .why-container .firstb .row {
    gap: 0;
  }
  .why-container .firstb {
    margin-bottom: 14px;
  }
  .why-container .secondb .title {
    font-size: 18px;
  }
  .why-container .secondb .subtbox .subbox .subtext {
    font-size: 13px;
  }
  .why-container .secondb .subtbox .subbox img {
    height: 34px;
    width: 34px;
  }
  #sr-div .mainh1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .game-container .game-text div {
    font-size: 15px;
    font-weight: 600;
  }
  .game-container {
    height: 159px;
  }
  .boostingbox .item-box {
    height: 201px;
  }
  .retail-container .retail-title {
    font-size: 16px;
    font-weight: 500;
  }
  .boostingbox .item-box ul {
    font-size: 10px;
  }
  .boostingbox .item-box .bicon {
    height: 22px;
  }
  .boostingbox .item-box .price {
    font-size: 8px;
  }
  .boostingbox .item-box .item-content {
    padding: 6px;
  }
  .retail-top .box {
    height: 105px;
  }
  .retail-top .box .box-content {
    padding: 10px 7px !important;
  }
  .retail-top .box .title {
    font-size: 13px;
    height: 43px;
  }
  .boostingbox .expbtn {
    font-size: 12px;
    height: 25px;
    width: 71.14px;
  }
  .rqcusor .box {
    flex-direction: column;
    text-align: center;
  }
  .ftlogo img {
    margin-left: -17px;
  }
  .ftlogo .ft-body {
    text-align: center;
  }
  .ftlogo {
    margin-bottom: 60px;
  }
  .footer-top .container * {
    font-size: 15px;
  }
  .footer-top .container * a {
    font-size: 13px !important;
  }
  .main-top {
    margin-top: 2.8rem !important;
  }
  .item-container .img-box {
    height: 180px;
  }
  .item-container .item-bottom .price {
    font-size: 11px;
  }
  .aiadtc-btn img {
    height: 10px;
  }
  .aiadtc-btn {
    height: 24px;
    /* width: 58px; */
    font-size: 14px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 460px) {
  .item-btns .ml-auto.d-flex {
    margin-left: 0 !important;
    width: 100%;
  }
  .item-btns {
    flex-direction: column;
    justify-content: start;
    align-items: start !important;
  }
  .aiadtc-btn {
    width: 100%;
  }
  .payment-page .final .topp2 div {
    width: 35%;
  }
}
@media only screen and (max-width: 400px) {
  .item-container .img-box {
    height: 160px;
  }
}
@media only screen and (min-width: 600px) {
  .topsearch {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .topsearch {
    display: block;
  }
}
.contrr-select select {
  color: #fff;
  background: 0 0;
}
.contrr-select select option {
  background: #000;
}
