:root {
  --gz-orange-color: #ff8000;
  --gz-yellow-color: #ffab18;
  --gz-white-color: #ffffff;
  --gz-black-color: #1d1f1f;
  --gz-text-color: #cdcdcd;
  --gz-black-color1: #191a1a;
}
body {
  font-family: "Bebas Neue", cursive;
  /* font-family: 'Mukta', sans-serif; */
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  color: var(--gz-black-color);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.container {
  max-width: 1170px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", cursive;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  word-break: break-word;
}
img {
  max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  font-family: "Mukta", sans-serif;
  margin: 0px;
  padding: 0;
  word-break: break-word;
}
/* width */

::-webkit-scrollbar {
  width: 4px;
}
/* Track */

::-webkit-scrollbar-track {
  background: var(--blue-color);
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--gz-orange-color);
  width: 4px;
}
/*font size*/

.f-18 {
  font-size: 18px;
}
.yellow-color {
  fill: var(--gz-yellow-color);
}
/*preloader css start*/

.gz-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.gz-loader img {
  width: 80px;
}
/*preloader css end*/

/*goto top css start*/

.gz_top_icon a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--gz-orange-color);
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: fixed;
  bottom: 200px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  animation: 3s installation infinite alternate;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz_top_icon a i {
  color: #ffffff;
}
@keyframes installation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.gz_top_icon a svg {
  fill: #ffffff;
  transform: rotate(270deg);
}
.gz_top_icon a:active {
  background-color: #555;
}
.gz_top_icon a.show {
  opacity: 1;
  visibility: visible;
}
/* all button css start */

.gz-header-btn {
  width: 180px;
}
/* new-button */

a.gz-all-btn.gz-top-btn {
  letter-spacing: 0px;
  border: 1px solid var(--gz-white-color);
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
a.gz-all-btn.gz-top-btn:hover {
  background-color: var(--gz-white-color);
  color: var(--gz-orange-color) !important;
}
.gz-all-btn {
  width: 100%;
  max-width: 172px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-family: "Mukta", sans-serif;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--gz-orange-color);
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  border-radius: 0px;
  position: relative;
  overflow: hidden !important;
  border: 1px solid var(--gz-white-color);
  background-color: var(--gz-orange-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-all-btn:hover {
  border: 1px solid transparent;
  color: var(--gz-orange-color) !important;
  background-color: var(--gz-white-color);
}
/* banner slider btn */

a.gz-all-btn.gz-btn-color.gz-banner-btn {
  max-width: 140px;
  height: 48px;
  font-size: 16px;
}
/*css start*/

/*========================= Banner start ===================*/
.gz-shop-page {
  padding: 80px 0px;
  background: #191a1a;
}
.gz-banner-wrapper {
  background-image: url(../images/banner1.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 10px 0px 20px 0px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.banner-img {
  background-color: #000;
}
.dis_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.breadcrumb li {
  color: #fff;
  z-index: 9;
  color: #fff;
}
ul.breadcrumb li a {
  color: #fff;
}
.gz-page-title-bg {
  background-image: url(../images/banner1.png);
  background-repeat: no-repeat;
  padding: 80px 0px;
  position: relative;
}
.gz-_title {
  z-index: 9;
  color: #fff;
  position: relative;
  font-size: 42px;
}
.overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000cc;
  z-index: 0;
}
.gz-header-main {
  padding: 10px 70px 0;
}

.gz-header-main.gz-header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--gz-black-color);
  box-shadow: 1.5px 3.99px 27px 0px rgb(255 255 255 / 10%);
  max-width: 100%;
  z-index: 99998;
  transition: all 0.7s ease-in-out;
  -webkit-animation: slideInDown 0.7s;
  -moz-animation: slideInDown 0.7s;
  -ms-animation: slideInDown 0.7s;
  -o-animation: slideInDown 0.7s;
  animation: slideInDown 0.7s;
  backface-visibility: hidden;
  padding: 10px 70px 10px;
}
.gz-header-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
ul.gz-menu {
  margin-right: 10px;
}
ul.gz-menu li {
  display: inline-flex;
  margin: 0px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gz-menu li:hover a {
  color: var(--gz-orange-color);
}
ul.gz-menu li:hover a svg {
  fill: var(--gz-orange-color);
}
ul.gz-menu li a {
  color: var(--gz-white-color);
  font-family: "Mukta", sans-serif;
  font-size: 17px;
}
ul.gz-menu li a svg {
  fill: var(--gz-white-color);
}
ul.gz-menu li a span {
  padding-right: 10px;
}
/* banner text */

.gz-banner-text {
  width: 100%;
  max-width: 800px;
  margin: 185px auto 0;
}
.gz-banner-text h4 {
  position: relative;
  color: var(--gz-white-color);
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "Mukta", sans-serif;
  text-align: center;
  font-size: 25px;
}
.gz-banner-text h3 {
  font-size: 56px;
  color: var(--gz-white-color);
  font-family: "Bebas Neue", cursive;
  padding-top: 12px;
  line-height: 1.3;
  text-align: center;
}
.gz-banner-text h3 span {
  background-color: var(--gz-orange-color);
  color: var(--gz-black-color);
  width: 100%;
  max-width: 330px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0px;
  padding: 37px 0px 32px;
}
.gz-banner-text p {
  color: var(--gz-text-color);
  font-size: 20px;
  text-align: center;
}
/* banner slider css */

.gz-banner-main {
  background-color: var(--background-black1);
  position: relative;
  bottom: -185px;
  z-index: 3;
}
.gz-banner-slider-wrapper .swiper {
  padding: 100px 0px;
  position: relative;
  top: -260px;
}
.gz-banner-slider-inner {
  position: relative;
  height: 330px;
  background-color: #44464670;
  border-radius: 10px;
  margin-top: 40px;
  opacity: 0.5;
}
.swiper-slide.swiper-slide-active .gz-banner-slider-inner {
  opacity: 1;
}
.gz-banner-slide-img {
  position: absolute;
  top: -25px;
  left: 25px;
  bottom: 500px;
}
.gz-banner-slide-img img {
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
  width: 220px;
}
.gz-banner-slide-content {
  padding: 30px 20px 30px 300px;
}
.gz-banner-slide-content h3 {
  font-size: 26px;
  color: var(--gz-white-color);
  padding-bottom: 7px;
}
.gz-banner-slide-content span svg:nth-child(1) {
  fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(2) {
  fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(3) {
  fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(4) {
  fill: var(--gz-yellow-color);
  /* fill: #64686b; */
}
.gz-banner-slide-content span svg:nth-child(5) {
  /* fill: #64686b; */
  fill: var(--gz-yellow-color);
}
.gz-banner-slide-content p {
  font-size: 14px;
  color: var(--gz-text-color);
  padding-top: 7px;
}
/* banner arrow */

.gz-about-arrow.gz-banner-arrow .swiper-button-prev {
  width: 82px;
  height: 52px;
  background-color: var(--gz-orange-color);
  left: auto;
  right: 240px;
  border: 1px solid var(--gz-orange-color);
  position: absolute;
  top: -60px;
}
.gz-about-arrow.gz-banner-arrow .swiper-button-next {
  top: -60px;
  right: 140px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line:before {
  width: 340px;
  left: -405px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line:after {
  left: -410px;
}
/* about css start */

.gz-about-wrapper {
  background-image: url(../images/banner2.png);
  padding: 245px 0 100px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.gz-about-wrapper * {
  z-index: 3;
}
.gz-about-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000b0;
  z-index: 1;
}

.gz-about-left {
  position: relative;
  z-index: 1;
}
.gz-about-left:before {
  content: "";
  position: absolute;
  background-image: url(../images/about-after.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  right: 70px;
  left: auto;
  background-position: top right;
}
.gz-about-box {
  background-color: var(--gz-orange-color);
  width: 100%;
  max-width: 270px;
  height: 140px;
  padding: 40px 25px 40px 25px;
  position: absolute;
  right: -45px;
  bottom: 100px;
  text-align: center;
  justify-content: center;
}
.gz-about-box h3 {
  font-size: 28px;
  color: var(--gz-white-color);
  font-family: "Bebas Neue", cursive;
}
.gz-about-box span svg:nth-child(1) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(2) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(3) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(4) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(5) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(6) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(7) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(8) {
  fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(9) {
  fill: #ffa64d;
}
.gz-about-box span svg:nth-child(10) {
  fill: #ffa64d;
}
.gz-banner-slide-content p {
  font-size: 14px;
  color: var(--gz-text-color);
  padding-top: 7px;
}
.gz-about-right {
  padding: 140px 0px 0px 40px;
}
.gz-about-right h3 {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  color: var(--gz-orange-color);
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-weight: 500;
}
.gz-about-right.gz-about-top-space h5 {
  font-size: 42px;
  color: var(--gz-white-color);
  text-transform: capitalize;
}
.gz-about-right p {
  font-size: 14px;
  color: var(--gz-text-color);
  width: 100%;
  max-width: 445px;
}
.gz-about-right p.gz-about-para-space {
  padding: 20px 0px 27px;
}
.gz-about-wrapper.pd-top {
  padding-top: 120px;
  padding-bottom: 50px;
}
.gz-trailer-wrapper.pd-bottom {
  padding-bottom: 170px;
}
/* slider arrow */

.gz-about-arrow .swiper-button-next {
  width: 82px;
  height: 52px;
  background-color: var(--gz-orange-color);
  border: 1px solid var(--gz-orange-color);
  position: absolute;
  top: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-about-arrow .swiper-button-next:hover {
  border: 1px solid var(--gz-orange-color);
  background-color: transparent;
}
.gz-about-arrow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "none";
  background-image: url(../images/left-arrow.svg);
  width: 23px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gz-about-arrow .swiper-button-prev {
  width: 82px;
  height: 52px;
  background-color: var(--gz-orange-color);
  left: auto;
  right: 100px;
  border: 1px solid var(--gz-orange-color);
  position: absolute;
  top: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-about-arrow .swiper-button-prev:hover {
  background-color: transparent;
  border: 1px solid var(--gz-orange-color);
}
.gz-about-arrow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "none";
  background-image: url(../images/right-arrow.svg);
  width: 23px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.gz-swiper-line {
  position: relative;
}
.gz-swiper-line:before {
  content: "";
  position: absolute;
  width: 255px;
  height: 1px;
  background-color: var(--gz-orange-color);
  left: -309px;
}
.gz-swiper-line:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--gz-orange-color);
  left: -315px;
  z-index: 9;
  border-radius: 20px;
  top: -3px;
}
a.gz-all-btn.gz-btn-color.gz-about-top {
  margin-top: 20px;
  color: #fff;
}
.gz-matches-wrapper.bg-color {
  background: #191a1a;
}
.gz-blog-wrapper.bg-color {
  background: #191a1a;
  padding: 100px 0px;
}
/* top games css start */

.gz-top-game-wrapper {
  background-color: var(--gz-black-color1);
  padding: 71px 0px 72px;
  position: relative;
}
.gz-all-heading {
  text-align: center;
  padding-bottom: 39px;
}

.gz-all-heading h4 {
  color: #fff;
  font-weight: inherit;
  margin-top: 10px;
}
.gz-game-image {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-game-image img {
  width: 100%;
}
.gz-game-slider-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-image: -moz-linear-gradient(
    -90deg,
    rgba(255, 128, 0, 0) 0%,
    rgba(255, 128, 0, 0.90196) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgba(255, 128, 0, 0) 0%,
    rgba(255, 128, 0, 0.90196) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgba(255, 128, 0, 0) 0%,
    rgba(255, 128, 0, 0.90196) 100%
  );
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.gz-all-btn.gz-game-slider-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  max-width: 148px;
  height: 48px;
  border: 1px solid var(--gz-white-color);
  background-color: transparent;
  color: var(--gz-white-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-game-image:hover .gz-game-slider-overlay {
  opacity: 1;
  visibility: visible;
}
.gz-game-image:hover a.gz-all-btn.gz-game-slider-btn {
  opacity: 1;
  visibility: visible;
  color: var(--gz-white-color) !important;
}
.gz-all-heading h5 {
  color: var(--gz-orange-color);
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "Mukta", sans-serif;
  padding: 0 0px 6px;
  font-weight: 400;
}
.gz-trailer-wrapper h5 {
  font-size: 22px !important;
}
.gz-all-heading h3 {
  font-size: 32px;
  color: var(--gz-white-color);
}
.gz-game-content h4 {
  font-size: 26px;
  color: var(--gz-white-color);
  padding: 23px 0px 6px;
}
.gz-game-content span svg:nth-child(1) {
  fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(2) {
  fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(3) {
  fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(4) {
  fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(5) {
  fill: #64686b;
}
/* slider arrow */

.gz-about-arrow.gz-game-slider-arrow .swiper-button-next {
  top: 126px;
  right: 95px;
}
.gz-about-arrow.gz-banner-arrow
  .gz-swiper-line
  .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: auto;
  pointer-events: none;
}
.gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
  top: 127px;
  right: 185px;
}
.gz-game-slider-arrow .gz-swiper-line:before {
  width: 465px;
  left: -517px;
}
.gz-game-slider-arrow .gz-swiper-line:after {
  left: -519px;
  top: -3px;
}
/* matches css start */

.gz-matches-wrapper {
  background-color: var(--gz-black-color);
  padding: 71px 0px 57px;
}
.gz-matches-table ul li {
  margin-right: 65px;
}
.gz-matches-table ul.nav-tabs {
  background-color: #121313;
  height: 60px;
  border-bottom: transparent;
  padding: 0px 35px;
}
.gz-matches-table .nav-link.active {
  color: var(--gz-orange-color);
  background-color: transparent;
  border-color: transparent;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 15px 18px;
  background-image: url(../images/heading-border.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.gz-matches-table .nav-link {
  color: var(--gz-white-color);
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 15px 17px;
}
.gz-matches-table .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}
.gz-matches-box table tr td:nth-child(1) {
  width: 400px;
}
.gz-matches-box table tr td:nth-child(2) {
  width: 355px;
}
.gz-matches-box table tr td:nth-child(3) {
  width: 455px;
}
.gz-matches-box {
  position: relative;
  background-color: #212323;
  padding: 25px;
}
.gz-matches-box .gz-matches-img {
  position: absolute;
  width: 113px;
  height: 90px;
  background: #272b2b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gz-matches-content {
  padding: 17px 0px 17px 130px;
}
.gz-matches-content h4 {
  font-size: 32px;
  color: var(--gz-white-color);
}
.gz-matches-content h5 {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  text-transform: capitalize;
  color: var(--gz-orange-color);
  letter-spacing: 2px;
  padding-bottom: 8px;
}
.gz-matches-center-box {
  text-align: center;
}
.gz-matches-center-box h5 {
  background-color: #3a3f3f;
  width: 32px;
  height: 32px;
  margin: 0 auto 7px;
  font-size: 12px;
  border-radius: 50px;
  font-family: "Mukta", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gz-white-color);
}
.gz-matches-center-box h4 {
  color: var(--gz-white-color);
  font-size: 32px;
}
.gz-matches-center-box p {
  font-size: 16px;
  color: var(--gz-white-color);
}
.gz-advertisement-img {
  padding: 80px 0px 0px;
}
/* trailer css start */

.gz-trailer-wrapper {
  background-color: var(--gz-black-color);
  padding: 80px 0px 130px;
}
/* slider css start */

div.gz-trailor-section {
  position: relative;
}
.gz-trailor-section div {
  margin: 0 auto;
}
div.gz-trailor-section ul.carousel {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 580px;
  height: 310px;
}
.gz-trailor-section ul li {
  width: 100%;
  max-width: 580px;
  clip-path: polygon(0 0, 116% 21%, 100% 81%, 0% 100%);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gz-trailor-section ul li.main-pos {
  clip-path: none;
}
.gz-trailor-section ul li.items {
  position: absolute;
}
.main-pos {
  margin-left: 2em !important;
  z-index: 3000;
}
.left-pos {
  margin-left: -17em !important;
  z-index: 1000;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}
.back-pos {
  margin-left: 2em !important;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
.right-pos {
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 83%) !important;
  margin-left: 21em !important;
  z-index: 1000;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}
/* arrow */

.gz-trailor-prev {
  width: 82px;
  height: 52px;
  background: var(--gz-orange-color);
  position: absolute;
  top: calc(50% - 15px);
  left: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--gz-orange-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-trailor-prev:hover {
  border: 1px solid var(--gz-orange-color);
  background-color: transparent;
}
.gz-trailor-next {
  width: 82px;
  height: 52px;
  background: var(--gz-orange-color);
  position: absolute;
  top: calc(50% - 15px);
  right: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--gz-orange-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-trailor-next:hover {
  border: 1px solid var(--gz-orange-color);
  background-color: transparent;
}
/* gameing product css start */

.gz-gameing-product-wrapper {
  background-color: var(--gz-black-color1);
  padding: 71px 0px 70px;
}
.gz-game-product-inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-game-product-inner img {
  width: 100%;
}
ul.gz-game-product-social {
  position: absolute;
  top: 10px;
  width: 40px;
  right: -40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.gz-game-product-inner:hover ul.gz-game-product-social {
  right: 13px;
  opacity: 1;
  visibility: visible;
}
ul.gz-game-product-social li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b2d2d;
  margin: 0px 0px 15px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gz-game-product-social li:hover {
  background-color: var(--gz-orange-color);
}
ul.gz-game-product-social li a svg {
  fill: var(--gz-white-color);
}
.gz-game-product-inner:hover ul.gz-game-product-social li {
  right: 20px;
}
a.gz-all-btn.gz-btn-color.gz-product-btn {
  text-transform: none !important;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  background-color: var(--gz-orange-color) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
a.gz-product-btn {
  width: 100%;
  max-width: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-family: "Mukta", sans-serif;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  border-radius: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  overflow: hidden !important;
  border: 1px solid var(--gz-orange-color);
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  background: var(--gz-orange-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.gz-product-btn:hover {
  background-color: var(--gz-white-color);
  color: var(--gz-orange-color);
  border: transparent;
}
.gz-product-btn:hover svg {
  fill: var(--gz-orange-color);
}
.gz-product-btn svg {
  fill: var(--gz-white-color);
  margin-right: 10px;
}
.gz-game-product-inner:hover a.gz-product-btn {
  bottom: 125px;
  opacity: 1;
  visibility: visible;
}
.gz-game-product-info {
  padding-top: 20px;
}
span.gz-star svg {
  margin-right: 1px;
}
span.gz-star svg:nth-child(1) {
  fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(2) {
  fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(3) {
  fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(4) {
  fill: #64686b;
}
span.gz-star svg:nth-child(5) {
  fill: #64686b;
}
.gz-game-product-info h5 {
  color: var(--gz-white-color);
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  padding: 2px 0px 1px;
}
.gz-game-product-info p {
  color: var(--gz-orange-color);
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 800;
}
/* slider arrow css */

.gz-product-arrow {
  position: relative;
}
.gz-product-arrow .swiper-button-prev {
  position: absolute;
  left: -131px;
  top: calc(50% - 270px);
  width: 82px;
  height: 52px;
  background-color: var(--gz-orange-color);
  border: 1px solid var(--gz-orange-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-product-arrow .swiper-button-prev:hover {
  background-color: transparent;
  border: 1px solid var(--gz-orange-color);
}
.gz-product-arrow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "none";
  background-image: url(../images/left-arrow.svg);
  width: 23px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gz-product-arrow .swiper-button-next {
  position: absolute;
  right: -131px;
  top: calc(50% - 270px);
  width: 82px;
  height: 52px;
  background-color: var(--gz-orange-color);
  border: 1px solid var(--gz-orange-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-product-arrow .swiper-button-next:hover {
  background-color: transparent;
  border: 1px solid var(--gz-orange-color);
}
.gz-product-arrow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "none";
  background-image: url(../images/right-arrow.svg);
  width: 23px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* Blog css start */

.gz-blog-wrapper {
  background-color: #262828;
  padding: 71px 0px 75px;
}
.gz-blog-img {
  overflow: hidden;
}
.gz-blog-img img {
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gz-blog-img img:hover {
  transform: scale(1.3);
}
ul.gz-blog-date {
  padding: 24px 0px 7px;
}
ul.gz-blog-date li {
  display: inline-flex;
  margin: 0px 14px 0 0;
}
ul.gz-blog-date li a {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  color: var(--gz-text-color);
}
ul.gz-blog-date li a span {
  fill: var(--gz-orange-color);
}
ul.gz-blog-date li a span svg {
  margin-right: 5px;
}
a.gz-blog-title {
  font-family: "Mukta", sans-serif;
  font-size: 22px;
  color: var(--gz-white-color);
}
a.gz-blog-title:hover {
  color: var(--gz-orange-color);
}
.gz-blog-box p {
  font-size: 14px;
  color: var(--gz-text-color);
}
/* newsletter css start */

.gz-newsletter-wrapper {
  background-color: var(--gz-black-color);
  padding: 73px 0px 75px;
}
/* left side */

.gz-newsletter-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gz-newsletter-left p {
  color: var(--gz-orange-color);
  font-size: 18px;
  letter-spacing: 2px;
}
.gz-newsletter-left h3 {
  font-size: 32px;
  color: var(--gz-white-color);
}
.gz-newsletter-left .gz-head {
  font-size: 16px;
  color: var(--gz-text-color);
  letter-spacing: 0px;
  padding: 13px 0px 9px;
}
ul.gz-available li {
  display: inline-flex;
  margin-right: 7px;
  background-color: #2b2d2d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gz-available li:nth-child(2) {
  margin-right: 8px;
}
ul.gz-available li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  gap: 10px;
  color: #fff;
  background: #7289da;
  font-size: 20px;
}
ul.gz-available li a svg {
  fill: var(--gz-white-color);
  width: 20px;
  height: 20px;
}
ul.gz-available li:hover {
  background-color: var(--gz-orange-color);
  transform: translateY(-5px);
}
/* center */

.gz-newsletter-border {
  text-align: center;
}
/* right side */

.gz-newsletter-right p {
  font-size: 18px;
  color: var(--gz-orange-color);
  font-size: 18px;
  letter-spacing: 2px;
}
.gz-newsletter-right h4 {
  font-size: 32px;
  color: var(--gz-white-color);
  padding: 2px 0 0;
}
/* input css */

.gz-newsletter-right {
  padding-left: 90px;
}
.gz-newsletter-input {
  padding: 40px 0px 0px;
  position: relative;
}
.gz-newsletter-input input {
  width: 100%;
  max-width: 570px;
  height: 70px;
  padding: 0px 190px 0px 70px;
  position: relative;
  background-color: #212323;
  color: var(--gz-white-color);
  border: none;
  font-family: "Mukta";
}
.gz-newsletter-input input::placeholder {
  color: var(--gz-text-color);
  font-family: "Mukta", sans-serif;
}
span.gz-newsletter-input-icon {
  position: absolute;
  fill: var(--gz-text-color);
  left: 0;
  top: 60px;
  left: 30px;
}
a.gz-newsletter-btn {
  width: 100%;
  max-width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gz-white-color);
  font-family: "Mukta";
  background-color: var(--gz-orange-color);
  position: absolute;
  right: 10px;
  top: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.gz-newsletter-btn:hover {
  background-color: var(--gz-black-color1);
}
/* footer css start */

.gz-footer-wrapper {
  background-color: var(--gz-black-color1);
  padding: 71px 0px 59px;
}
.gz-footer-section1 p {
  font-size: 14px;
  color: var(--gz-text-color);
  padding: 21px 0px 20px;
}
.gz-footer-mobile-app {
  background-color: #272a2a;
  position: relative;
  width: 100%;
  max-width: 244px;
  height: 80px;
  padding: 20px;
}
.gz-mobile-text {
  position: absolute;
  top: 27px;
  left: 85px;
}
.gz-mobile-text h4 {
  font-size: 14px;
  font-family: "Mukta";
  color: var(--gz-white-color);
  padding-bottom: 3px;
}
.gz-mobile-text h5 {
  color: var(--gz-orange-color);
  font-size: 14px;
  font-family: "Mukta";
  font-weight: 700;
}
/* section2 */

.gz-footer-section2 h4 {
  font-size: 22px;
  color: var(--gz-white-color);
  padding: 25px 0px 17px;
}
ul.gz-footer-section-menu li {
  padding-bottom: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gz-footer-section-menu li:hover {
  transform: translateX(5px);
  color: var(--gz-orange-color);
}
ul.gz-footer-section-menu li:hover a {
  color: var(--gz-orange-color);
}
ul.gz-footer-section-menu li:hover a span {
  fill: var(--gz-orange-color);
}
ul.gz-footer-section-menu li a {
  color: var(--gz-text-color);
  font-size: 16px;
  font-family: "Mukta";
}
ul.gz-footer-section-menu li a span {
  fill: var(--gz-text-color);
  padding-right: 10px;
}
/* instagram */

.gz-footer-section3 h4 {
  color: var(--gz-white-color);
  font-size: 22px;
  padding: 25px 0px 17px;
}
ul.gz-insta li {
  display: inline-flex;
  padding-right: 5px;
  padding-bottom: 8px;
  overflow: hidden;
}

ul.gz-insta li:nth-child(6) {
  padding-right: 0px;
}
ul.gz-insta li a {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
ul.gz-insta li a img {
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gz-insta li a img:hover {
  transform: scale(1.3);
}
/* copywrite css start */

.gz-copywrite-wrapper {
  background-color: var(--gz-black-color1);
  height: 50px;
  line-height: 50px;
}
.gz-copywrite-wrapper p {
  color: var(--gz-text-color);
  font-size: 15px;
  text-align: center;
}
.gz-copywrite-wrapper p span {
  color: var(--gz-orange-color);
}
.gz-matches-box .table {
  min-width: 1080px;
}
/* table scroll css */

.table-responsive::-webkit-scrollbar:vertical {
  width: 12px;
}
.table-responsive::-webkit-scrollbar:horizontal {
  height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--gz-orange-color);
  border: 2px solid #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #ffffff;
}
/*table scroll css end  */

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: transparent !important;
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.gz-matches-box.table::-webkit-scrollbar {
  width: 5px;
  box-shadow: none;
}
.gz-matches-box.table::-webkit-scrollbar-track {
  background-color: red !important;
  box-shadow: none;
}
.gz-matches-box .table::-webkit-scrollbar-thumb {
  background-color: #000;
}
/* MEDIA CSS START */

@media (max-width: 1700px) {
  .gz-swiper-line {
    position: relative;
    display: none;
  }
  .gz-banner-slider-inner {
    height: auto;
  }
  .gz-banner-wrapper {
    background-size: cover;
  }
  .gz-banner-wrapper {
    padding: 0;
  }
  .gz-banner-slide-img {
    top: 30px;
  }
  .gz-banner-slide-img img {
    width: 200px;
  }
  .gz-banner-slide-content {
    padding: 30px 20px 30px 245px;
  }
}
@media (max-width: 1500px) {
  .gz-product-arrow .swiper-button-next {
    right: 5px;
    top: calc(50% - 515px);
  }
  .gz-product-arrow {
    display: none;
  }
  .gz-banner-slide-img {
    top: 42px;
  }
  .gz-banner-slide-content h3 {
    font-size: 20px;
  }
  .gz-trailor-slider-inner {
    width: 100%;
    overflow: hidden;
    height: 400px;
  }
  .main-pos {
    margin-left: 0px !important;
    z-index: 3000;
  }
  .left-pos {
    margin-left: -300px !important;
  }
  section.gz-trailor-section ul.carousel {
    max-width: 1100px;
  }
  .gz-trailor-section ul li {
    display: block;
  }
  .gz-trailor-section ul li {
    max-width: 100%;
  }
  .gz-trailor-arrow {
    display: none;
  }
}
@media (max-width: 1404px) {
  ul.gz-menu li {
    margin: 0px 8px;
  }
}
@media (max-width: 1370px) {
  ul.gz-menu li {
    margin: 0px 5px;
  }
}
@media (max-width: 1200px) {
  .gz-trailer-wrapper {
    padding: 0px 0px 80px;
  }
  .gz-banner-slide-img img {
    width: 100%;
    opacity: 0.2;
  }
  .gz-banner-slide-img {
    top: 0;
    width: 100%;
  }
  .gz-banner-slide-content {
    padding: 30px 20px 30px 25px;
  }
  ul.gz-menu li a {
    font-size: 16px;
  }
  ul.gz-menu li:hover a {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .gz-about-arrow.gz-game-slider-arrow .swiper-button-next {
    right: 15px;
  }
  .gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
    right: 110px;
  }
  .gz-about-box {
    right: 0;
  }
  .gz-about-left {
    left: 0;
    right: 0;
    text-align: center;
  }
  .gz-about-right {
    text-align: center;
    padding: 55px 0px 0px 40px;
  }
  .gz-about-right p {
    max-width: 100%;
  }
  .gz-about-arrow.gz-about-arrow-res {
    display: none;
  }
  .gz-matches-table ul li {
    margin-right: 15px;
  }
  .gz-matches-table ul.nav-tabs {
    height: auto;
  }
  .gz-newsletter-right {
    padding: 0 0 0 90px;
  }
  .col-lg-1.col-md-4.res-border-none {
    display: none;
  }
  .gz-blog-box {
    padding-bottom: 30px;
  }
  .gz-blog-wrapper {
    padding: 71px 0px 60px;
  }
  /* toggle css start */

  ul.gz-menu {
    position: fixed;
    left: -300px;
    background-color: var(--gz-orange-color);
    top: 0;
    height: 100vh;
    width: 300px;
    z-index: 111;
    transition: all 0.5s;
    overflow: scroll;
  }
  body.menu-open ul.gz-menu {
    left: 0;
  }
  ul.gz-menu li {
    display: block;
    padding: 20px 0px;
  }
  .gz-menu-btn {
    margin-left: 20px;
    display: block;
  }
  .gz-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-color: var(--gz-orange-color);
  }
  .gz-menu-btn span:nth-child(2) {
    width: 17px;
  }
  .menu-btn:hover span:nth-child(2) {
    width: 18px;
  }
  .menu-open .gz-menu-btn span:nth-child(1) {
    transform: translate(1px, 6px) rotate(-48deg);
  }
  .menu-open .gz-menu-btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .menu-open .gz-menu-btn span:nth-child(3) {
    transform: translate(1px, -6px) rotate(48deg);
  }
  .gz-header-btn {
    width: 180px;
    position: absolute;
    top: 40px;
    right: 150px;
  }
  .gz-bhh-toggle {
    position: absolute;
    top: 59px;
  }
  .gz-back-overlay {
    position: fixed;
    background: rgb(0 0 0 / 21%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    cursor: zoom-in;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .menu-open .gz-sidebar-overlay {
    opacity: 1;
    visibility: visible;
  }
  h4.gz-top {
    padding-top: 55px;
  }
}
@media (max-width: 775px) {
  .gz-about-arrow .swiper-button-next {
    width: 60px;
    height: 40px;
  }
  .gz-newsletter-right {
    padding: 30px 0 0 0px;
  }
  .gz-about-arrow .swiper-button-next:after {
    top: 14px;
  }
  .gz-about-arrow .swiper-button-prev {
    width: 60px;
    height: 40px;
  }
  .gz-about-arrow .swiper-button-prev:after {
    top: 14px;
  }
  .gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
    right: 88px;
  }
  .gz-product-arrow .swiper-button-next {
    width: 60px;
    height: 40px;
  }
  .gz-about-arrow.gz-banner-arrow .swiper-button-prev {
    width: 60px;
    height: 40px;
    right: 85px;
  }
  .gz-about-arrow.gz-banner-arrow .swiper-button-next {
    right: 15px;
  }
  .gz-product-arrow .swiper-button-prev {
    width: 60px;
    height: 40px;
    right: 75px;
  }
  .gz-product-arrow .swiper-button-next:after {
    top: 14px;
  }
  .gz-product-arrow .swiper-button-prev:after {
    top: 14px;
  }
  .gz-blog-box {
    text-align: center;
  }
  .gz-game-product-info {
    text-align: center;
  }
  .gz-newsletter-input {
    padding: 20px 0px 0px;
  }
  .gz-newsletter-input input {
    max-width: 100%;
  }
  a.gz-newsletter-btn {
    top: 30px;
  }
  span.gz-newsletter-input-icon {
    top: 45px;
  }
  .gz-trailor-slider-inner {
    height: 348px;
  }
  .gz-about-right {
    padding: 55px 0px 0px 0;
  }
}
@media (max-width: 575px) {
  .gz-about-arrow.gz-banner-arrow .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .gz-about-arrow.gz-game-slider-arrow {
    display: none;
  }
  .gz-game-product-inner img {
    width: 100%;
  }
  .gz-banner-main {
    bottom: -50px;
  }
  .gz-about-wrapper {
    padding: 170px 0 100px;
  }
  .gz-header-btn {
    display: none;
  }
}
@media (max-width: 475px) {
  .gz-trailor-slider-inner {
    height: 285px;
  }
  .gz-matches-table .nav-link {
    width: 100%;
  }
  .gz-matches-table ul li {
    margin-right: 0;
    width: 100%;
  }
  a.gz-newsletter-btn {
    max-width: 110px;
  }
  .gz-newsletter-input input {
    padding: 0px 124px 0px 70px;
  }
  .gz-trailor-slider-inner {
    height: 225px;
  }
  .gz-matches-content h4 {
    font-size: 22px;
  }
  .gz-matches-center-box h4 {
    font-size: 25px;
  }
  .gz-about-box {
    display: none;
  }
}
@media (max-width: 375px) {
  .sc-diswrap span {
    font-size: 9px;
  }

  .gz-trailor-slider-inner {
    height: 185px;
  }
  .gz-newsletter-left h3 {
    font-size: 25px;
  }
  .gz-newsletter-right h4 {
    font-size: 25px;
  }
  span.gz-newsletter-input-icon {
    display: none;
  }
  .gz-newsletter-input input {
    padding: 0px 12px 0px 12px;
  }
  a.gz-newsletter-btn {
    top: 30px;
  }
  .gz-about-right.gz-about-top-space h5 {
    font-size: 30px;
  }
  .gz-about-wrapper {
    padding: 100px 0 45px;
  }
  .gz-top-game-wrapper {
    padding: 45px 0px 45px;
  }
  .gz-advertisement-img {
    padding: 45px 0px 0px;
  }
  .gz-matches-wrapper {
    padding: 45px 0px 35px;
  }
  .gz-trailer-wrapper {
    padding: 0px 0px 50px;
  }
  .gz-gameing-product-wrapper {
    padding: 45px 0px 45px;
  }
  .gz-blog-wrapper {
    padding: 45px 0px 20px;
  }
  .gz-newsletter-wrapper {
    padding: 45px 0px 45px;
  }
  .gz-footer-wrapper {
    padding: 45px 0px 35px;
  }
  a.gz-blog-title {
    font-size: 18px;
  }
}
/* blog-css */
.gz-blog-box {
  margin-top: 50;
  margin-top: 30px;
}
section.gz-shopcart-wrap {
  padding: 80px 0px;
  background: "";
  background: #191a1a;
}
.color-bg {
  background: #191a1a;
}
.single_form {
  padding: 0px 0px 80px;
  background: #191a1a;
}
.blog-box p {
  color: #fff;
}
/* blog-single-css */
.blog-single-start {
  padding: 80px 0px 0px;
  background: #191a1a;
}
.gz-_page_title_bg {
  background-color: #757575;
  padding: 150px 0px 80px 0px;
  background-image: url(../images/single-bg.jpg);
}
.breadcrumb li {
  color: #fff;
  margin: 3px;
}
.breadcrumb li a {
  color: #fff;
}
.dis_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gz-_title {
  color: #fff;
  font-size: 32px;
  text-transform: capitalize;
}
.lms_entry_meta span a {
  color: #b0afaf;
  text-decoration: none;
  padding-top: 10px;
  padding: 5px;
}
.lms_entry_meta span a i {
  color: #b6b6b6;
}
.blog-box h3 {
  color: #fff;
  margin-top: 30px;
}
.gz-blog_comment_wrapper {
  padding-bottom: 20px;
}
.gz-blog_comment_wrapper h4 {
  font-size: 26px;
  font-weight: 500;
  position: relative;
  margin: 30px 0px 20px 0px;
  border-bottom: 2px solid #b6b6b6;
  max-width: 166px;
  color: #fff;
  /* padding-top: 3px; */
}
.gz-blog_comment {
  display: inline-flex;
  margin-bottom: 50px;
  margin-top: 50px;
}
.gz-comment_image {
  float: left;
  padding-right: 10px;
}
.gz-comment_image img {
  width: 70px;
  height: 70px;
  border-radius: 3px;
}
.gz-comment_text {
  float: right;
  width: 92%;
  padding: 0px 20px;
}
.gz-comment_text h5 {
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.gz-comment_text p {
  margin: 15px 0px 0px 0px;
  color: #c1c1c1;
  font-size: 15px;
  font-weight: 400;
}
.gz-comment_text h5 span {
  float: right;
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
}
.gz-comment_text h5 span a {
  text-decoration: none;
  color: #272727;
  padding-left: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single_form {
  padding: 0px 0px 80px;
}
a.gz-btn.button.padding {
  margin: 0;
}
.lms_entry_meta {
  margin: 5px 0px;
}
textarea.loc_form_field {
  height: 150px;
  resize: none;
  padding: 12px 20px;
}
.loc_section_heading {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 35px;
  font-weight: 700;
}
.loc_form_field {
  width: 100%;
  border: 1px solid #ececec;
  padding: 0 20px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  margin-bottom: 25px;
}
.gz-blog_sub_comment.gz-toppadder30 {
  margin-left: 60px;
}

/* contact-form */
/* contact form */
/* form */
.gz-contact_wrapper {
  padding: 0px 0px 80px;
  background: #faf5ff;
}
#real_map {
  width: 100%;
  height: 630px;
}
.gz-info_wrapper {
  width: 100%;

  margin-top: 70px;
}

.gz-info_box {
  width: 100%;
  background-color: #edba78;
  /* background-color: #f13535; */
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.gz-con_box {
  width: 100%;

  text-align: center;
  padding: 25px 10px;
}
.gz-con_box.gz-con_box2 {
  padding: 0px 0;
}
/* .gz-con_box.gz-con_box3 {
    padding: 0px 0 25px;
} */
.gz-con_box i {
  color: #ffffff;
  font-size: 35px;
}

.gz-con_box h3 {
  color: #ffffff;
  text-transform: capitalize;
  margin: 10px 0px;
}

.gz-con_box p {
  color: #ffffff;
  font-size: 15px;
  margin: 0px;
}

.hc_map_wrapper {
  width: 100%;
  margin-top: 70px;
}
/* .gz-contact_wrapper {
    width: 100%;
   
    padding: 70px 0px;
} */
.gz-contact_form {
  width: 100%;

  text-align: center;
}
.gz-contact_form .btn.disabled,
.gz-contact_form .btn[disabled],
.gz-contact_form fieldset[disabled] .btn {
  opacity: 1 !important;
}
.gz-contact_form .form-group {
  margin-bottom: 30px;
}
.gz-contact_form .gz-main_heading {
  margin-bottom: 20px;
}
.gz-button {
  /* background-color: #f13535; */
  background-color: #edba78;
  padding: 13px 30px;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  text-shadow: none;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.gz-button:hover {
  text-decoration: none;
  /* background-color:transparent !important;
	border-color:#f13535 !important;
	color:#f13535 !important; */
  background-color: transparent !important;
  border-color: #edba78 !important;
  color: #edba78 !important;
}
.gz-contact_bg .btn-success:focus {
  background-color: #f13535;
  border-color: #f13535;
  /* color:#ffffff !important; */
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #f13535 !important;
  border-color: #f13535 !important;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: none !important;
}
.gz-contact_bg .gz-button.btn-success:hover {
  /* color:#f13535 !important; */
  color: #edba78;
}
.gz-button:focus {
  outline: none;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f13435 !important;
  text-align: left;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.has-error .form-control {
  border-color: #f13435 !important;
}
.text-danger {
  color: #f13435 !important;
  font-size: 18px !important;
  display: inline-block !important;
}
.text-success {
  color: #3c763d;
  font-size: 18px !important;
  display: inline-block !important;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #edba78;
  border-color: #edba78;
  color: #fff;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}
.gz-contact_bg .form-group {
  margin-bottom: 20px;
  font-size: 14px;
  /* border: 1px solid #efefef; */
}
a.gz-btn.button.padding- {
  margin-left: 0;
}
.gz-contact_bg .form-group input {
  padding: 13px;
  border: 1px solid #3e3e3e;
  width: 100%;
  color: #fff !important;
  background: #191a1a;
}
.gz-contact_bg .form-group textarea {
  padding: 13px;
  border: 1px solid #282828;
  width: 100%;
  color: #fff !important;
  background: #191a1a;
  height: 175px;
}
.form-control:focus {
  border-color: #f46e79;
}
#contactForm .gz-btn {
  margin-top: 20px;
}
.contact-form-section h3 {
  color: #fff;
  margin: 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #f46e79;
  border-color: #f46e79;
  color: #fff;
  width: 120px;
  height: 43px;
  border-radius: 21px;
}
.form-section #contactForm .form-control {
  margin-top: 20px !important;
}
form#contactForm {
  max-width: 900px;
  margin: auto;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f46e79;
  outline: 0;
  box-shadow: none !important;
}
.contact-section {
  padding: 80px 0px;
  background: #191a1a;
}
.contact-form-wrapper.clv-section {
  padding: 30px 0px 80px 0px;
  background: #191a1a;
}
.form-control {
  color: #212529 !important;
  background-color: #191a1a !important;
}
.has-error .form-control {
  border-color: #b5b5b533 !important;
}
.gz-foot-form.gz-width {
  width: 33%;
}
.gz-foot-form.gz-width form input {
  width: 100%;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
  opacity: 1;
}
.btn-success.disabled,
.btn-success:disabled {
  border-radius: 0px;
}
.contact-form-wrapper.clv-section.bg-color-contact {
  background: #1d1f1f;
}
/* map */
.responsive-map {
  overflow: hidden;
  padding-bottom: 38.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.gz-game-product-box {
  margin-top: 20;
  margin-top: 20px;
}
/* *, ::after, ::before {
    box-sizing:unset !important;
} */
/* end */

/* cart-css */
/********************************************************
    19. Shopping Cart CSS Start
********************************************************/
.sc-dcinput {
  display: flex;
  align-items: center;
  margin: 20px 0px;
  justify-content: space-evenly;
}
.sectiongz-shopcart-wrap {
  background: #191a1a;
  padding: 80px 0px;
}
.pd-gallery-wrap {
  display: flex;
  align-items: center;
}
.agz-btn {
  background: #1d1f1f;
  width: 223px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #ffffff1a;
}
.pd-img-wrap {
  background: #f2f3f5;
  width: 100%;
}
.pd-thumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pd-thumb-list::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.pd-thumb-list > li {
  background: #f2f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(96 186 190 / 0%);
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pd-thumb-list > li:hover,
.pd-thumb-list > li.active {
  border-color: rgb(96 186 190);
}
.pd-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--sub-txt-color);
}
.pd-special-price {
  display: flex;
  align-items: center;
  margin: 7px 0 10px;
}
.pd-price-end {
  font-size: 14px;
  color: #47ba58;
  margin-right: 3px;
}
.pd-counter-list {
  display: inline-flex;
  font-size: 14px;
  color: #47ba58;
}
.pd-rating-wrap,
.pd-price-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.pd-price-wrap {
  border-top: 1px solid #ebeeee;
  padding-top: 12px;
  margin: 15px 0 16px;
}
.pd-rating-wrap > li > a {
  color: var(--txt-color);
  font-size: 14px;
  display: inline-block;
}
.pd-rating-wrap > li {
  padding: 0 5px;
  position: relative;
  padding: 0 12px;
}
.pd-price-wrap > li {
  margin-right: 12px;
}
.pd-rating-wrap > li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background: rgb(235, 238, 238);
}
.pd-rating-text {
  margin-left: 6px;
}
.pd-price-ttile {
  font-size: 22px;
  color: var(--primary-color);
  font-family: "Bebas Neue", cursive;
}
.pd-price-ttile span {
  font-size: 20px;
  color: #d0d0d0;
  margin-left: 5px;
}
.pd-price-off,
.pd-price-off:hover {
  font-size: 14px;
  color: rgb(245 0 86);
  font-weight: 500;
}
.pd-price-availb,
.pd-price-availb:hover {
  font-size: 14px;
  color: #47ba58;
  font-weight: 500;
}
.info-bottom-list > li {
  margin-bottom: 30px;
}
.info-bottom-list > li:last-child {
  margin-bottom: 0;
}
.ib-list-left span {
  font-size: 14px;
  color: var(--sub-txt-color);
  font-weight: 500;
}
.pd-info-bottom {
  background: #fbfbfb;
  padding: 30px;
}
.pd-info-size > li {
  width: 30px;
  height: 30px;
  border: 1px solid #e0e4ed;
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pd-info-size > li:last-child {
  margin-right: 0;
}
.pd-info-size > li:hover,
.pd-info-size > li:focus,
.pd-info-size > li:active {
  background: var(--primary-color);
  color: var(--white-color);
  background-color: var(--primary-color);
}
.pd-qua-wrap {
  display: flex;
  margin: -5px -10px;
  flex-wrap: wrap;
}
.quantity-box {
  max-width: 90px;
  border: 1px solid #e0e4ed;
  background-color: var(--white-color);
  display: flex;
}
input.quantity {
  border: 0;
  width: 100%;
  text-align: center;
  background: #191a1a;
  color: #fff;
}
.quantity-box {
  max-width: 85px;
  border: 1px solid #e0e4ed;
  background-color: var(--white-color);
  display: flex;
  position: relative;
  padding-right: 30px;
  height: 40px;
  align-items: center;
}
.quantity-box span {
  width: 30px;
  height: 20px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  border-top: 0;
  right: 0;
  border-right: 0;
}
.quantity-box span.quantity-plus {
  bottom: 0;
  top: auto;
  border-bottom: 0;
}
.gz-btn.pd-addcart {
  min-width: 120px;
  height: 40px;
  line-height: 40px;
}
.pd-qua-wrap > li {
  margin: 5px 10px;
}
.gz-btn.pd-heart {
  min-width: 40px;
  height: 40px;
}
.gz-btn.pd-heart:hover svg path {
  fill: var(--white-color);
}
.pd-info-pinbox .newsletter-btn {
  height: 40px;
  min-width: 107px;
}
.pd-info-pinbox input {
  height: 40px;
  font-size: 14px;
}
/* common letterbox */
.c-letter-box {
  position: relative;
  display: flex;
}
.c-letter-box > input {
  background: rgb(255 255 255 / 0%);
  border: 1px solid #e0e4ed;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  color: var(--txt-color);
  font-size: 14px;
  background-color: var(--white-color);
}
.c-letter-box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--txt-color);
  opacity: 0.4;
}

.c-letter-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--txt-color);
  opacity: 0.4;
}

.c-letter-box input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--txt-color);
  opacity: 0.4;
}
/* start rating start */
.gz-star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 24px;
  justify-content: flex-end;
}

.gz-star-rating input {
  display: none;
}

.gz-star-rating label {
  color: #ccc;
  cursor: pointer;
  margin: 0;
}
.gz-star-rating :checked ~ label,
.gz-star-rating label:hover,
.gz-star-rating label:hover ~ label {
  color: rgb(254 192 7);
}
/* start rating End */
.gz-shopcart-sec {
  margin-bottom: 80px;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.shopcart-table {
  width: 100%;
}
.shopcart-table > thead {
  background: var(--gray-color);
  border: 1px solid #e0e4ed;
}
.shopcart-table-wrap {
  border: 1px solid #e0e4ed;
}
.shopcart-table > tbody > tr {
  border-bottom: 1px solid #e0e4ed;
}
.shopcart-table > tbody > tr > td {
  padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
  min-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
  border-bottom: none;
}
.shopcart-table > thead > tr > th {
  font-weight: 500;
  color: #fff;
  padding: 16px 27px;
}
.sc-productwrap {
  display: flex;
  align-items: center;
}
.sc-product-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.sc-product-ttl:hover {
  color: #fff;
}
.sc-product-sz {
  font-size: 14px;
}
.sc-product-thumb {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  flex: none;
}
.sc-quantity {
  flex: none;
  margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
  flex: none;
}
.sc-product-prc {
  color: #fff;
  font-size: 22px;
  font-family: "Bebas Neue", cursive;
}
.sc-produc-remove {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
  margin-bottom: 80px;
}
.gz-totalsumry {
  background: #f8f8f8;
  padding: 35px 15px 27px;
  position: relative;
}
.gz-totalsumry-ttl {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.gz-list-head {
  color: var(--sub-txt-color);
  font-weight: 500;
}
.gz-list-shead {
  font-size: 18px;
  color: var(--primary-color);
  font-family: "Bebas Neue", cursive;
}
.gz-totalsumry-body {
  border: 1px dashed #e9e9e9;
  border-left: 0;
  border-right: 0;
  padding: 26px 15px 24px;
}
.gz-totalsumry-header {
  padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
  padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.gz-totalsumry-list.total > li {
  margin-bottom: 0;
}
.gz-chngadd,
.gz-chngadd:hover {
  color: var(--primary-color);
  font-weight: 500;
}
.gz-chngadd > img {
  padding-left: 4px;
}
.gz-totalsumry:after,
.gz-totalsumry:before {
  position: absolute;
  content: "";
  background: url(../images/index1/ts_shap.png) no-repeat center;
  left: 0;
  z-index: 1;
  height: 8px;
  width: 100%;
}
.gz-totalsumry:after {
  top: 0;
}
.gz-totalsumry:before {
  bottom: 0;
  transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head {
  font-weight: 700;
}
.shopcart-dis-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sc-diswrap {
  margin-right: 30px;
}
.sc-diswrap span {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box input {
  height: 50px;
  max-width: 230px;
  background: #191a1a;
  border: 1px solid #fff3;
  color: #fff;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
  height: 50px;
  line-height: 50px;
  max-width: 150px;
}
/* .shopcart-dis-list .update-cart {
    min-width: 150px;
} */
/* wishlist start */
.sc-wishlist-status {
  color: rgb(0 128 0);
  text-transform: uppercase;
  font-weight: 400;
}
.gz-btn.wishlist-ac {
  max-width: 120px;
}
.stock-out {
  color: rgb(255 0 0);
}
.gz-shopcart-sec {
  margin-bottom: 80px;
  background: #1d1f1f;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
  background: #fff;
}

.shopcart-table {
  width: 100%;
}
.shopcart-table > thead {
  background: var(--gray-color);
  border: 1px solid #e0e4ed1c;
}
.shopcart-table-wrap {
  border: 1px solid #e0e4ed21;
}
.shopcart-table > tbody > tr {
  border-bottom: 1px solid #e0e4ed2b;
}
.shopcart-table > tbody > tr > td {
  padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
  max-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
  border-bottom: none;
}
.shopcart-table > thead > tr > th {
  font-weight: 500;
  color: #fff;
  padding: 16px 27px;
}
.sc-productwrap {
  display: flex;
  align-items: center;
}
.sc-product-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.sc-product-ttl:hover {
  color: #fff;
}
.sc-product-sz {
  font-size: 14px;
  color: #fff;
}
.sc-product-thumb {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  flex: none;
}
.sc-quantity {
  flex: none;
  margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
  flex: none;
}
.sc-product-prc {
  color: #fff;
  font-size: 22px;
  font-family: "Bebas Neue", cursive;
}
.sc-produc-remove {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
  margin-bottom: 80px;
}
.gz-totalsumry {
  background: #1d1f1f;
  padding: 35px 15px 27px;
  position: relative;
}
.gz-totalsumry-ttl {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.gz-list-head {
  color: #fff;
  font-weight: 500;
}
.gz-list-shead {
  font-size: 18px;
  color: #fff;
  font-family: "Bebas Neue", cursive;
}
.gz-totalsumry-body {
  border: 1px dashed #e9e9e9;
  border-left: 0;
  border-right: 0;
  padding: 26px 15px 24px;
}
.gz-totalsumry-header {
  padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
  padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.gz-totalsumry-list.total > li {
  margin-bottom: 0;
}
.gz-chngadd,
.gz-chngadd:hover {
  color: #fff;
  font-weight: 500;
}
.gz-chngadd > img {
  padding-left: 4px;
}
.gz-totalsumry:after,
.gz-totalsumry:before {
  position: absolute;
  content: "";
  background: url(../images/index1/ts_shap.png) no-repeat center;
  left: 0;
  z-index: 1;
  height: 8px;
  width: 100%;
}
.gz-totalsumry:after {
  top: 0;
}
.gz-totalsumry:before {
  bottom: 0;
  transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head {
  font-weight: 700;
}
.shopcart-dis-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.gz-nl-box.boreder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sc-diswrap {
  margin-right: 30px;
}
.sc-diswrap span {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
  height: 47px;
  line-height: 50px;
  max-width: 142px;
  background: #ff8000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.shopcart-dis-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1f1f;
  color: #fff;
  height: 50px;
  min-width: 120px;
  border: 1px solid #fff3;
}
.shopcart-dis-list .update-cart {
  min-width: 150px;
  margin-right: 17px;
}
section.gz-checkout-wrap {
  padding: 80px 0px;
  background: #191a1a;
}
a.gz-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 47px;
  border: 1px solid #ffffff3b;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
  height: 50px;
  line-height: 50px;
  max-width: 150px;
}
/* .shopcart-dis-list .update-cart {
    min-width: 150px;
} */
.quantity-box {
  max-width: 85px;
  border: 1px solid #e0e4ed38;
  background-color: #191a1a;
  display: flex;
  position: relative;
  padding-right: 30px;
  height: 40px;
  align-items: center;
}
.quantity-box span {
  width: 30px;
  height: 20px;
  border: 1px solid #dddddd42;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  border-top: 0;
  right: 0;
  border-right: 0;
  color: #fff;
}
.gz-ck-header {
  background: #222222;
  padding: 10px 10px;
  border: 1px solid #222222;
}
.gz-ck-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.gz-ck-body {
  border: 1px solid #e0e4ed;
  padding: 20px 20px 20px 20px;
}
.gz-brdr-ttle {
  font-size: 22px;
  color: var(--heading-color);
  position: relative;
  padding-left: 13px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.5px;
}
.gz-brdr-ttle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background-color: rgb(96, 186, 190);
  height: 88%;
}
.gz-brdr-ttle.big-ttl {
  font-size: 32px;
}
.gz-field-innergz-field-select:after {
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #566686;
  border-right: 1px solid #566686;
  right: 20px;
}
.gz-field-inner {
  border: 1px solid #e9e9e91a;
  background-color: #1d1f1f;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #fff;
}
.mb-30 {
  margin-bottom: 30px;
}
.gz-field-innergz-field-select {
  line-height: 55px;
  border-radius: 0;
}
.pay-circle {
  width: 20px;
  height: 20px;
  border-style: solid;
  border: 2px solid #d8dce7;
  border-radius: 50%;
  background: #d8dce7;
  box-shadow: inset 0px 0px 0px 5px #fff;
}
.pay-checkbox {
  display: flex;
  border: 1px solid rgb(224, 228, 237);
  background-color: #fcfcfd;
  padding: 33px 0 33px 30px;
  align-items: center;
  font-size: 15px;
  color: var(--sub-txt-color);
  font-weight: 500;
  min-height: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pay-checkbox > img {
  padding: 0 8px 0 14px;
}
.cstm-fileinput {
  position: absolute;
  left: -9999999px;
  opacity: 0;
}
.cstm-fileinput:checked + label {
  border-color: rgb(107, 224, 75);
  background-color: rgb(247, 255, 245);
}
.cstm-fileinput:checked + label .pay-circle {
  border-color: rgb(107, 224, 75);
  background: rgb(107, 224, 75);
}
.ccv-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.gz-form-fieldicon .gz-field-inner {
  padding-right: 40px;
}
select {
  cursor: pointer;
}
/********************************************************
    19. Shopping Cart CSS Start
********************************************************/
.gz-shopcart-sec {
  margin-bottom: 80px;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
  background: #fff;
}

.shopcart-table {
  width: 100%;
}
.shopcart-table > thead {
  background: #222222;
  border: 1px solid #222222;
}
.shopcart-table-wrap {
  border: 1px solid #222222;
}
.shopcart-table > tbody > tr {
  border-bottom: 1px solid #222222;
}
.shopcart-table > tbody > tr > td {
  padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
  min-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
  border-bottom: none;
}
.shopcart-table > thead > tr > th {
  font-weight: 500;
  color: #fff;
  padding: 16px 27px;
}
.sc-productwrap {
  display: flex;
  align-items: center;
}
.sc-product-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.sc-product-ttl:hover {
  color: #ffff;
}
.sc-product-sz {
  font-size: 14px;
}
.sc-product-thumb {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  flex: none;
}
.sc-quantity {
  flex: none;
  margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
  flex: none;
}
.sc-product-prc {
  color: #fff;
  font-size: 22px;
  font-family: "Bebas Neue", cursive;
}
.sc-produc-remove {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
  margin-bottom: 80px;
}
.gz-totalsumry {
  background: #1d1f1f;
  padding: 35px 15px 27px;
  position: relative;
}
.gz-totalsumry-ttl {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.gz-list-head {
  color: #fff;
  font-weight: 500;
}
.gz-list-shead {
  font-size: 18px;
  color: #fff;
  font-family: "Bebas Neue", cursive;
}
.gz-totalsumry-body {
  border: 1px dashed #e9e9e9;
  border-left: 0;
  border-right: 0;
  padding: 26px 15px 24px;
}
.gz-totalsumry-header {
  padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
  padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.gz-totalsumry-list.total > li {
  margin-bottom: 0;
}
.gz-chngadd,
.gz-chngadd:hover {
  color: #fff;
  font-weight: 500;
}
.gz-chngadd > img {
  padding-left: 4px;
}
.gz-totalsumry:after,
.gz-totalsumry:before {
  position: absolute;
  content: "";
  background: url(../images/index1/ts_shap.png) no-repeat center;
  left: 0;
  z-index: 1;
  height: 8px;
  width: 100%;
}
g.z-totalsumry:after {
  top: 0;
}
.gz-totalsumry:before {
  bottom: 0;
  transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head {
  font-weight: 700;
}
.shopcart-dis-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sc-diswrap {
  margin-right: 30px;
}
.sc-diswrap span {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box input {
  height: 50px;
  min-width: 230px;
  padding-left: 10px;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
  height: 50px;
  line-height: 50px;
  min-width: 150px;
}
.shopcart-dis-list .update-cart {
  min-width: 150px;
}
/* wishlist start */
.sc-wishlist-status {
  color: rgb(0 128 0);
  text-transform: uppercase;
  font-weight: 400;
}
.gz-btn.wishlist-ac {
  min-width: 120px;
}
.stock-out {
  color: rgb(255 0 0);
}
/* checkout */
.gz-ck-header {
  background: #1d1f1f;
  padding: 10px 10px;
  border: 1px solid #222222;
}
.gz-ck-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.gz-ck-body {
  border: 1px solid #222222;
  padding: 20px 20px 20px 20px;
}
.gz-brdr-ttle {
  font-size: 22px;
  color: #ffffff;
  position: relative;
  padding-left: 13px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.5px;
}
.gz-brdr-ttle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background-color: rgb(255 128 0);
  height: 88%;
}
.gz-brdr-ttle.big-ttl {
  font-size: 32px;
}
.gz-field-innergz-field-select:after {
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  right: 20px;
}
.gz-field-innergz-field-select {
  line-height: 55px;
  border-radius: 0;
}
.pay-circle {
  width: 20px;
  height: 20px;
  border-style: solid;
  border: 2px solid #d8dce7;
  border-radius: 50%;
  background: #d8dce7;
  box-shadow: inset 0px 0px 0px 5px #fff;
}
.pay-checkbox {
  display: flex;
  border: 1px solid rgb(224 228 237 / 22%);
  background-color: #1d1f1f;
  padding: 33px 0 33px 30px;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  min-height: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pay-checkbox > img {
  padding: 0 8px 0 14px;
}
.cstm-fileinput {
  position: absolute;
  left: -9999999px;
  opacity: 0;
}
.cstm-fileinput:checked + label {
  border-color: rgb(255 128 0);
  background-color: rgb(14 12 12);
}
.cstm-fileinput:checked + label .pay-circle {
  border-color: rgb(107, 224, 75);
  background: rgb(107, 224, 75);
}
.ccv-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.gz-form-fieldicon .gz-field-inner {
  padding-right: 40px;
}
.section .gz-checkout-wrap {
  background: #191a1a;
  padding: 80px 0px;
}
.response {
  color: red;
}
/* banner-css-start */

/* end */

/* Ana Bölüm */
.gz-item-chart-section {
  padding: 260px 0 60px 0;
  background-color: var(--gz-black-color1);
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.gz-all-heading {
  text-align: center;
  margin-bottom: 40px;
}
.gz-all-heading h5 {
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ff8000;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 8px;
}
.gz-all-heading h3 {
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 0 20px rgba(78, 205, 196, 0.15);
}

.item-chart-wrapper {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #2a3040;
  min-height: 420px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(78, 205, 196, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.item-chart-sidebar {
  width: 200px;
  min-width: 200px;
  background: #1e2433;
  border-right: 1px solid #353e52;
}
.item-sidebar-header {
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #8892a5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 20px;
  border-bottom: 1px solid #353e52;
  background: #1a1f2e;
}
.item-search {
  width: 100%;
  padding: 10px 14px;
  border: none;
  background: #151a26;
  color: #d0d6e2;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #353e52;
  outline: none;
  transition: all 0.2s;
}
.item-search::placeholder {
  color: #5c6578;
}
.item-search:focus {
  background: #1a2030;
  box-shadow: inset 0 -2px 0 #4ecdc4;
}

.item-list {
  list-style: none;
  overflow-y: auto;
  max-height: 500px;
  -webkit-overflow-scrolling: touch;
}
.item-list::-webkit-scrollbar {
  width: 4px;
}
.item-list::-webkit-scrollbar-track {
  background: #1a1f2e;
}
.item-list::-webkit-scrollbar-thumb {
  background: #353e52;
  border-radius: 4px;
}
.item-tab {
  font-family: "Mukta", sans-serif;
  font-size: 15px;
  color: #b0b8c8;
  padding: 14px 20px;
  cursor: pointer;
  border-bottom: 1px solid #2a3244;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-tab:hover {
  background: linear-gradient(90deg, #252d3d, #2a3244);
  color: #fff;
}
.item-tab.active {
  background: linear-gradient(90deg, #2d5f8a, #253f5e);
  color: #fff;
  border-left: 3px solid #4ecdc4;
  padding-left: 17px;
  box-shadow: inset 4px 0 12px rgba(78, 205, 196, 0.08);
}
.item-tab-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 3px rgba(78, 205, 196, 0.2));
  transition: filter 0.3s;
}
.item-tab:hover .item-tab-icon,
.item-tab.active .item-tab-icon {
  filter: drop-shadow(0 0 6px rgba(78, 205, 196, 0.5));
}

.item-chart-area {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
.chart-grid-lines {
  position: absolute;
  top: 70px;
  left: 24px;
  right: 24px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  z-index: 0;
}
.grid-line {
  height: 1px;
  background: rgba(136, 146, 165, 0.08);
  width: 100%;
}
.chart-title-text {
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chart-title-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  image-rendering: pixelated;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(78, 205, 196, 0.3));
}

.chart-info-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  background: rgba(30, 36, 51, 0.8);
  border: 1px solid #3a4560;
  border-left: 4px solid #4ecdc4;
  border-radius: 8px;
  padding: 18px 22px;
  position: relative;
  z-index: 1;
}
.info-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #4ecdc4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1f2e;
  margin-top: 1px;
  box-shadow: 0 0 10px rgba(78, 205, 196, 0.3);
}
.info-text {
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #a0a8b8;
}

.bar-chart-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.bars-area {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 0 4px;
  height: 300px;
}

.bar-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  cursor: pointer;
  gap: 8px;
}

.bar-fill {
  width: 100%;
  max-width: 60px;
  border-radius: 4px 4px 0 0;
  min-height: 8px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: linear-gradient(
    180deg,
    #5ef5eb 0%,
    #4ecdc4 20%,
    #2ca8a0 60%,
    #1e8a83 100%
  );
  box-shadow: 0 -2px 12px rgba(78, 205, 196, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: barGrow 0.6s ease-out backwards;
}
.bar-fill::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5ef5eb;
  box-shadow: 0 0 8px #4ecdc4, 0 0 16px rgba(78, 205, 196, 0.3);
  opacity: 0.7;
  transition: all 0.3s;
}
.bar-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent);
  border-radius: 4px 4px 0 0;
  pointer-events: none;
}

.bar-column:hover .bar-fill {
  background: linear-gradient(
    180deg,
    #ffb347 0%,
    #ff9a2e 20%,
    #ff8000 60%,
    #d96e00 100%
  );
  box-shadow: 0 -4px 24px rgba(255, 128, 0, 0.4),
    0 0 40px rgba(255, 128, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: scaleY(1.04);
  transform-origin: bottom;
}
.bar-column:hover .bar-fill::before {
  background: #ffb347;
  box-shadow: 0 0 10px #ff8000, 0 0 20px rgba(255, 128, 0, 0.4);
  opacity: 1;
}

.bar-reflection {
  width: 100%;
  max-width: 60px;
  height: 12px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, rgba(78, 205, 196, 0.12), transparent);
  filter: blur(2px);
  opacity: 0.5;
  margin-top: 1px;
  transition: all 0.3s;
}
.bar-column:hover .bar-reflection {
  background: linear-gradient(180deg, rgba(255, 128, 0, 0.15), transparent);
  opacity: 0.8;
}

.bar-label {
  font-family: "Mukta", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #8892a5;
  transition: color 0.3s;
  white-space: nowrap;
}
.bar-column:hover .bar-label {
  color: #ff8000;
}

.bar-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(22, 27, 40, 0.97);
  border: 1px solid rgba(78, 205, 196, 0.4);
  border-radius: 8px;
  padding: 10px 16px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  pointer-events: none;
  z-index: 10;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(78, 205, 196, 0.08);
}
.bar-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #4ecdc4;
}
.bar-column:hover .bar-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  border-color: #ff8000;
}
.bar-column:hover .bar-tooltip::after {
  border-top-color: #ff8000;
}
.tt-level {
  font-family: "Bebas Neue", cursive;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.tt-price {
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #4ecdc4;
}
.bar-column:hover .tt-price {
  color: #ff8000;
}

.chart-bottom-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(78, 205, 196, 0.15) 20%,
    #353e52 50%,
    rgba(78, 205, 196, 0.15) 80%,
    transparent
  );
  margin-top: 4px;
  border-radius: 1px;
}
.chart-footnote {
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  color: #5c6578;
  text-align: center;
  margin-top: 14px;
  letter-spacing: 0.5px;
}

@keyframes barGrow {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .item-chart-wrapper {
    flex-direction: column;
  }
  .item-chart-sidebar {
    width: 100%;
    min-width: unset;
    border-right: none;
    border-bottom: 1px solid #353e52;
  }

  .item-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: unset;
  }

  .item-tab {
    flex: 0 0 auto;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #2a3244;
    padding: 12px 20px;
    white-space: nowrap;
    gap: 6px;
  }
  .item-tab.active {
    border-left: none;
    padding-left: 20px;
    border-bottom: 3px solid #4ecdc4;
  }
  .item-tab-icon {
    width: 26px;
    height: 26px;
  }
  .chart-title-icon {
    width: 30px;
    height: 30px;
  }
  .bars-area {
    height: 220px;
    gap: 4px;
  }
  .bar-fill {
    max-width: 40px;
  }
  .bar-label {
    font-size: 11px;
  }
  .bar-tooltip {
    padding: 6px 10px;
  }
  .gz-all-heading h3 {
    font-size: 28px;
  }
  .item-chart-area {
    padding: 16px 12px;
  }
  .chart-title-text {
    font-size: 18px;
  }
  .chart-grid-lines {
    top: 55px;
    left: 12px;
    right: 12px;
    bottom: 40px;
  }
  .chart-info-box {
    padding: 14px 16px;
    margin-bottom: 16px;
  }
  .info-text {
    font-size: 13px;
  }
}

/* Mobil */
@media (max-width: 480px) {
  .bars-area {
    height: 160px;
    gap: 3px;
  }
  .bar-label {
    font-size: 10px;
  }
  .bar-tooltip {
    font-size: 11px;
    padding: 5px 8px;
  }
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000089;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success {
  background-color: rgba(20, 179, 20, 0.5);
  color: #fff;
  padding: 0.9rem;
  border-radius: 10px;
}

.h3-title {
  color: #fff !important;
}

.tanitim-btn {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.tanitim-btn a {
  color: #fff;
  border: 2px solid var(--gz-orange-color);
  border-radius: 30px;
  background-color: transparent;
  padding: 10px 15px;
  margin: auto !important;
}

.tanitim-btn a:hover {
  border: 2px solid transparent;
  color: var(--gz-orange-color) !important;
  background-color: var(--gz-white-color);
}

.discord-widget {
	z-index: 99999;
  position: fixed;
  left: 30px;
  bottom: 90px;
}

.discord-widget:hover img{
  border: 2px solid var(--gz-orange-color);
	opacity: 0.5;
  transition: all 0.3s;
  border-radius: 5px;
}

.discord-widget img{
  border: 2px solid var(--gz-white-color);
	opacity: 1;
  border-radius: 5px;
  transition: all 0.3s;
}

/* FAQ Özel Stilleri */
.gz-faq-wrapper {
    background-color: var(--gz-black-color1);
    padding: 80px 0;
}

.faq-item {
    background: #252626;
    border: 1px solid #333;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: transparent;
    border: none;
    color: var(--gz-white-color);
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.faq-question:hover, .faq-question:not(.collapsed) {
    color: var(--gz-orange-color);
}

.faq-question i {
    font-size: 14px;
    transition: 0.3s;
}

.faq-question:not(.collapsed) i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 25px 20px;
    color: var(--gz-text-color);
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.gz-faq-title h3 {
    color: var(--gz-white-color);
    font-size: 40px;
    margin-top: 10px;
}

.gz-faq-title h4 {
    color: var(--gz-orange-color);
}