/*
Theme Name: Xports 
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Xports - Gaming and eSports Theme HTML Template
Service Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/*
--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About 
05. Animation 
06. Brand 
07. Contact
08. Cta
09. Faq
10. Feature
11. Footer
12. Game
13. Header
14. Helping
15. Hero
16. Marquee
17. Match
18. Meanmenu
19. News
20. Preloader
21. Pricing
22. Section
23. Service
24. Shop
25. Team
26. Testimonial
--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #FF0808;
  --gt-header: #FFF;
  --gt-text: #ABABAB;
  --gt-border: #ffffff33C;
  --gt-bg: #0B0E13;
  --gt-bg-2: #1C1D20;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.gt-theme-btn {
  font-size: 17px;
  font-weight: 700;
  font-family: "Chakra Petch";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--gt-white);
  display: inline-block;
  text-align: center;
  min-width: 200px;
  overflow: hidden;
  border-radius: 0;
  padding: 18px 30px;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #FF0808 0%, #7A0202 50%, #FF0808 100%);
  transition: 0.5s;
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 7% 0) !important;
}
.gt-theme-btn.gt-style-border {
  border: 1px solid rgb(255, 255, 255);
  background-image: none;
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 23%, 8% 0) !important;
  position: relative;
  transition: 0.5s;
}
.gt-theme-btn.gt-style-border::before {
  position: absolute;
  top: -26px;
  left: -18px;
  right: 0;
  bottom: 0;
  content: "";
  transform: rotate(45deg);
  height: 115px;
  width: 1.5px;
  background-color: var(--gt-white);
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 62%, 100% 100%, 0 100%, 0 80%, 0 30%, 23% 0) !important;
  transition: 0.5s;
}
.gt-theme-btn:hover {
  background-position: right center;
}
.gt-theme-btn:hover.gt-style-border {
  background-image: linear-gradient(to right, #FF0808 0%, #7A0202 50%, #FF0808 100%);
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 10% 0) !important;
  border: 1px solid transparent;
}
.gt-theme-btn:hover.gt-style-border::before {
  background-color: transparent;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  background-color: var(--gt-bg);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  text-transform: capitalize;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--gt-white);
  outline: none;
}

input {
  color: var(--gt-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  margin: 0px;
  padding: 0;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 112%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 112%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 112%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.gt-about-wrapper .gt-about-content .gt-about-text {
  margin-top: 20px;
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, #FF0808 30%, rgba(11, 14, 19, 0) 100%);
  animation: slideBorder 3s linear infinite alternate;
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper::after {
  position: absolute;
  bottom: 49.5%;
  right: 0;
  left: 0;
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, #FF0808 30%, rgba(11, 14, 19, 0) 100%);
  animation: slideBorders 3s linear infinite alternate;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content .gt-about-box-wrapper::after {
    display: none;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 470px) {
  .gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item {
    flex-wrap: wrap;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box {
  display: flex;
  gap: 10px;
  padding: 22px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 470px) {
  .gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box {
    padding: 22px 25px;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box .icon img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box.bg-color {
  background-color: rgb(0, 0, 0);
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box.border-none {
  border-right: none;
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box .content h5 {
  color: var(--gt-white);
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box .content h5 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box .content h5 {
    font-size: 14px;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box .content p {
  font-weight: 500;
}
.gt-about-wrapper .gt-about-image {
  height: 556px;
  max-width: 471px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-image {
    max-width: initial;
    height: 340px;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper .gt-about-image {
    max-width: initial;
  }
}
.gt-about-wrapper .gt-about-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper .gt-about-image.gt-about-image-2 {
  position: relative;
  max-width: 296px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-image.gt-about-image-2 {
    max-width: initial;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper .gt-about-image.gt-about-image-2 {
    max-width: initial;
  }
}
.gt-about-wrapper .gt-about-image.gt-about-image-2 img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper .gt-about-image.gt-about-image-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--gt-theme);
  width: 87%;
  top: -12px;
  left: -11px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-image.gt-about-image-2::before {
    display: none;
  }
}
.gt-about-wrapper.style-2 .gt-about-image-2 {
  position: relative;
}
.gt-about-wrapper.style-2 .gt-about-image-2 img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper.style-2 .gt-about-image-2 .gt-bg-shape {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: -1;
  width: 556px;
  height: 688px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper.style-2 .gt-about-image-2 .gt-bg-shape {
    display: none;
  }
}
.gt-about-wrapper.style-2 .gt-about-image-2 .gt-ellipse-shape {
  position: absolute;
  top: -30%;
  left: -50%;
  z-index: -2;
}
@media (max-width: 1199px) {
  .gt-about-wrapper.style-2 .gt-about-image-2 .gt-ellipse-shape {
    display: none;
  }
}
.gt-about-wrapper.style-2 .gt-about-image-2 .gt-ellipse-shape img {
  width: initial;
  height: initial;
}
.gt-about-wrapper.style-2 .gt-about-image-2 .gt-ellipse-shape-2 {
  position: absolute;
  top: -11%;
  left: -50%;
  z-index: -2;
}
@media (max-width: 1199px) {
  .gt-about-wrapper.style-2 .gt-about-image-2 .gt-ellipse-shape-2 {
    display: none;
  }
}
.gt-about-wrapper.style-2 .gt-about-image-2 .gt-ellipse-shape-2 img {
  width: initial;
  height: initial;
}
.gt-about-wrapper.style-2 .gt-about-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper.style-2 .gt-about-content {
    margin-left: 0;
  }
}
.gt-about-wrapper.style-2 .gt-about-content .gt-about-text {
  max-width: 560px;
}
.gt-about-wrapper.style-2 .gt-about-content .gt-about-box-wrapper {
  max-width: 600px;
}

.gt-about-section {
  position: relative;
}
.gt-about-section .text {
  position: absolute;
  top: 245px;
  right: -130px;
  opacity: 0.3;
  transform: rotate(-90deg);
  font-size: 128px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  background: transparent;
  animation: strokeColorChange 4s linear infinite;
}
@media (max-width: 1600px) {
  .gt-about-section .text {
    display: none;
  }
}
.gt-about-section .left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .gt-about-section .left-shape {
    display: none;
  }
}

.gt-about-wrapper-4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.gt-about-wrapper-4 .gt-about-image {
  max-width: 660px;
  position: relative;
}
@media (max-width: 767px) {
  .gt-about-wrapper-4 .gt-about-image {
    max-width: initial;
  }
}
.gt-about-wrapper-4 .gt-about-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper-4 .gt-about-image .gt-about-image-2 {
  position: absolute;
  max-width: 252px;
  top: 100px;
  left: 0;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-4 .gt-about-image .gt-about-image-2 {
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper-4 .gt-about-image .gt-about-image-2 {
    top: 100px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .gt-about-wrapper-4 .gt-about-image .gt-about-image-2 {
    display: none;
  }
}
.gt-about-wrapper-4 .gt-about-image .gt-radius-image {
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media (max-width: 767px) {
  .gt-about-wrapper-4 .gt-about-image .gt-radius-image {
    left: 0;
    top: 0;
    right: initial;
    bottom: initial;
  }
}
.gt-about-wrapper-4 .gt-about-image .gt-radius-image .video-btn {
  background-color: transparent;
  color: var(--gt-white);
  display: inline-block;
  font-size: 24px;
  height: 88px;
  width: 88px;
  line-height: 88px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .gt-about-wrapper-4 .gt-about-image .gt-radius-image .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
  font-size: 58px;
}
@media (max-width: 1399px) {
  .gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
    font-size: 25px;
  }
}
.gt-about-wrapper-4 .gt-about-content .gt-about-text {
  margin-top: 20px;
}
.gt-about-wrapper-4 .gt-about-content .gt-about-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-4 .gt-about-content .gt-about-count {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-about-wrapper-4 .gt-about-content .gt-about-count .gt-count-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-4 .gt-about-content .gt-about-count .gt-count-item {
    border-right: none;
    padding-right: 0;
  }
}
.gt-about-wrapper-4 .gt-about-content .gt-about-count .gt-count-item.gt-style-2 {
  border-right: none;
  padding-right: 0;
}
.gt-about-wrapper-4 .gt-about-content .gt-about-count .gt-count-item h3 {
  font-size: 36px;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-4 .gt-about-content .gt-about-count .gt-count-item h3 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .gt-about-section-4 {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .gt-about-section-4 {
    margin-top: -80px;
  }
}

.item-hover {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.item-hover:is(.in-view) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
@keyframes strokeColorChange {
  0% {
    -webkit-text-stroke-color: white;
  }
  25% {
    -webkit-text-stroke-color: #00ffff;
  }
  50% {
    -webkit-text-stroke-color: #ff00ff;
  }
  75% {
    -webkit-text-stroke-color: #ffff00;
  }
  100% {
    -webkit-text-stroke-color: white;
  }
}
@keyframes strokeColorChange1 {
  0% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
  25% {
    -webkit-text-stroke-color: rgba(0, 255, 255, 0.3);
  }
  50% {
    -webkit-text-stroke-color: rgba(255, 0, 255, 0.3);
  }
  75% {
    -webkit-text-stroke-color: rgba(255, 255, 0, 0.3);
  }
  100% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
}
@keyframes strokeColorChange2 {
  100% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
  75% {
    -webkit-text-stroke-color: rgba(0, 255, 255, 0.3);
  }
  50% {
    -webkit-text-stroke-color: rgba(255, 0, 255, 0.3);
  }
  25% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
  0% {
    -webkit-text-stroke-color: rgba(255, 255, 0, 0.3);
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 17ch;
  } /* Number of characters */
}
@keyframes blink {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: red;
  }
}
.gt-brand-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--gt-bg);
  padding: 25px 60px;
}
@media (max-width: 1199px) {
  .gt-brand-box {
    padding: 25px 30px;
  }
}
.gt-brand-box .gt-brand-image img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 470px) {
  .gt-brand-box .gt-brand-image img {
    width: 70px;
    height: 70px;
  }
}
.gt-brand-box:hover .gt-brand-image img {
  transform: scale(1.2);
}

.gt-brand-wrapper-4 {
  margin-left: -100px;
  margin-right: -100px;
}
.gt-brand-wrapper-4 .gt-brand-image img {
  border-radius: 20px;
}

.gt-brand-section-4 {
  position: relative;
}
.gt-brand-section-4 .gt-blur-shape {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .gt-brand-section-4 .gt-blur-shape {
    display: none;
  }
}

.gt-newsletter-wrapper {
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.gt-newsletter-wrapper .shape {
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1199px) {
  .gt-newsletter-wrapper .shape {
    display: none;
  }
}
@media (max-width: 1199px) {
  .gt-newsletter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .gt-newsletter-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .gt-newsletter-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .gt-newsletter-wrapper {
    padding: 30px;
  }
}
.gt-newsletter-wrapper h4 {
  color: var(--gt-white);
}
.gt-newsletter-wrapper form {
  max-width: 515px;
  width: 100%;
}
.gt-newsletter-wrapper .form-clt {
  position: relative;
}
.gt-newsletter-wrapper .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  line-height: 1;
  padding: 20px;
  max-width: 515px;
}
.gt-newsletter-wrapper .form-clt .gt-theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 12px 30px;
}
@media (max-width: 470px) {
  .gt-newsletter-wrapper .form-clt .gt-theme-btn {
    position: static;
    margin-top: 20px;
  }
}

.gt-contact-wrapper-4 .gt-contact-image {
  margin-left: -206px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .gt-contact-wrapper-4 .gt-contact-image {
    margin-left: 0;
    max-width: initial;
  }
}
.gt-contact-wrapper-4 .gt-contact-image img {
  width: 100%;
  height: 100%;
}
.gt-contact-wrapper-4 .gt-contact-image .blur-shape {
  position: absolute;
  left: -4%;
  top: 6%;
  z-index: -1;
}
.gt-contact-wrapper-4 .gt-contact-image .blur-shape img {
  width: initial;
  height: initial;
}
@media (max-width: 1600px) {
  .gt-contact-wrapper-4 .gt-contact-image .blur-shape {
    display: none;
  }
}
.gt-contact-wrapper-4 .gt-contact-content {
  padding: 0px 0px 120px;
}
@media (max-width: 991px) {
  .gt-contact-wrapper-4 .gt-contact-content {
    padding: 0px 0px 0;
  }
}
.gt-contact-wrapper-4 .gt-contact-content .gt-comment-form-wrap {
  background-color: var(--gt-bg-2);
  padding: 30px;
  position: relative;
  border: 1px solid rgba(255, 8, 8, 0.2);
  margin-top: 30px;
}
.gt-contact-wrapper-4 .gt-contact-content .form-clt span {
  color: var(--gt-white);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.gt-contact-wrapper-4 .gt-contact-content .form-clt input, .gt-contact-wrapper-4 .gt-contact-content .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 20px;
  font-weight: 400;
  color: var(--gt-text);
}
.gt-contact-wrapper-4 .gt-contact-content .form-clt input::placeholder, .gt-contact-wrapper-4 .gt-contact-content .form-clt textarea::placeholder {
  color: var(--gt-text);
}
.gt-contact-wrapper-4 .gt-contact-content .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}

.gt-contact-us-wrapper .gt-comment-form-wrap {
  padding: 23px;
  background-color: var(--gt-bg-2);
}
.gt-contact-us-wrapper .gt-comment-form-wrap h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.gt-contact-us-wrapper .gt-comment-form-wrap p {
  margin-bottom: 20px;
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt span {
  color: var(--gt-white);
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt input, .gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 20px;
  font-weight: 400;
  color: var(--gt-text);
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt input::placeholder, .gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea::placeholder {
  color: var(--gt-text);
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 70px;
  resize: none;
}
.gt-contact-us-wrapper .gt-contact-bg {
  position: relative;
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content {
  padding: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-bg .gt-contact-content {
    padding: 30px;
  }
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-bg .gt-contact-content h3 {
    font-size: 30px;
  }
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content p {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: var(--gt-border);
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1.2px solid rgba(191, 191, 191, 0.24);
  color: var(--gt-theme);
  font-size: 24px;
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
    font-size: 14px;
  }
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li span {
  color: var(--gt-white);
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li a {
  color: var(--gt-white);
}
.gt-contact-us-wrapper .gt-bg-image img {
  width: 100%;
  height: 100%;
}

.gt-map-items .googpemap iframe {
  width: 100%;
  height: 478px;
}
@media (max-width: 575px) {
  .gt-map-items .googpemap iframe {
    height: 300px;
  }
}

.gt-contacts-wrapper {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-contacts-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-contacts-wrapper .gt-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gt-contacts-wrapper .gt-contact-item .gt-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1.2px solid rgba(191, 191, 191, 0.24);
  color: var(--gt-theme);
  font-size: 24px;
}
.gt-contacts-wrapper .gt-contact-item .gt-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-contacts-wrapper .gt-contact-item .gt-list li {
    font-size: 14px;
  }
}
.gt-contacts-wrapper .gt-contact-item .gt-list li span {
  color: var(--gt-white);
}
.gt-contacts-wrapper .gt-contact-item .gt-list li a {
  color: var(--gt-white);
}

.modal-common-wrap {
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  max-height: 100vh;
}
.modal-common-wrap .modal-content {
  background: #282828;
  padding: 50px;
  border: unset;
}
@media (max-width: 575px) {
  .modal-common-wrap .modal-content {
    padding: 25px;
  }
}
.modal-common-wrap .modal-header {
  border-radius: 0;
  padding: 0 0;
  margin-left: auto;
  border: unset;
  background: var(--gt-white) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.modal-common-wrap .modal-header .btn-close {
  margin: 0 0;
  padding: 0 0;
  outline: none;
  width: 40px;
  height: 40px;
}
.modal-common-wrap .modal-body {
  padding: 0 0;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-image img {
  width: 100%;
  height: 100%;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content {
  padding: 50px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .gt-join-content {
  max-width: 570px;
  text-align: center;
  margin: 0 auto 0;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content h3 {
  margin-bottom: 10px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt span {
  font-size: 18px;
  font-weight: 600;
  color: "Chakra Petch", sans-serif;
  color: var(--gt-header);
  padding-bottom: 12px;
  display: inline-block;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt input, .modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt textarea {
  width: 100%;
  border: none;
  line-height: 1;
  padding: 18px 24px;
  line-height: 1;
  background-color: #F2F2F2;
  color: var(--gt-text);
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt textarea {
  padding-bottom: 120px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select {
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  line-height: 1;
  padding: 18px 24px;
  line-height: 1;
  background-color: #F2F2F2;
  border-radius: 0;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select::after {
  right: 20px;
  border-bottom: 2px solid var(--gt-header);
  border-right: 2px solid var(--gt-header);
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select span {
  margin-bottom: 0;
  color: var(--gt-text);
  padding-bottom: 0;
  font-weight: 400;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select .option {
  color: var(--gt-text);
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .list {
  width: 100%;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .gt-button .gt-icon-btn {
  background-color: var(--gt-header);
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .gt-button .gt-icon-btn::after {
  background-color: var(--gt-theme);
}
.modal-common-wrap .modal-dialog {
  max-width: 850px;
}
.modal-common-wrap .modal-dialog.style-shop-details {
  max-width: 1480px;
}
.modal-common-wrap .modal-dialog.style-shop-details .modal-header {
  background-color: var(--gt-bg);
}
.modal-common-wrap .modal-dialog.style-shop-details .shop-details-wrapper {
  padding: 30px;
}

.gt-cta-bg-wrapper {
  padding: 80px 0 0px 440px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-cta-bg-wrapper {
    padding: 80px 0 0px 0;
  }
}
.gt-cta-bg-wrapper .shape {
  position: absolute;
  left: 49%;
  top: 43%;
}
@media (max-width: 1600px) {
  .gt-cta-bg-wrapper .shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .gt-cta-bg-wrapper .gt-cta-content {
    text-align: center;
  }
}
.gt-cta-bg-wrapper .gt-cta-content h2 {
  font-size: 40px;
  color: var(--gt-white);
}
@media (max-width: 991px) {
  .gt-cta-bg-wrapper .gt-cta-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .gt-cta-bg-wrapper .gt-cta-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-cta-bg-wrapper .gt-cta-content h2 {
    font-size: 25px;
  }
}
.gt-cta-bg-wrapper .gt-right-image .gt-theme-btn {
  margin-top: 40px;
  display: inline-block;
  color: var(--gt-theme);
  position: absolute;
  bottom: 80px;
  right: 23%;
  background-color: var(--gt-white);
  background-image: none;
}
@media (max-width: 991px) {
  .gt-cta-bg-wrapper .gt-right-image .gt-theme-btn {
    display: none;
  }
}
.gt-cta-bg-wrapper .gt-right-image .gt-theme-btn:hover {
  background-image: linear-gradient(to right, #FF0808 0%, #7A0202 50%, #FF0808 100%);
  color: var(--gt-white);
}
.gt-cta-bg-wrapper .gt-right-image .gt-cta-image {
  margin-right: -200px;
  transform: translateX(100%);
  animation: slideInRight 1.5s ease-out forwards;
}
@media (max-width: 1600px) {
  .gt-cta-bg-wrapper .gt-right-image .gt-cta-image {
    margin-right: 0;
  }
}
.gt-cta-bg-wrapper .gt-right-image .gt-cta-image img {
  width: 100%;
  height: 100%;
}

.gt-cta-download-app-section {
  position: relative;
  z-index: 9;
}
.gt-cta-download-app-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #FF0808 10%, rgba(255, 8, 8, 0) 100%);
  z-index: -1;
}
.gt-cta-download-app-section .gt-x-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-cta-download-app-section .gt-x-shape {
    display: none;
  }
}
.gt-cta-download-app-section .gt-x-shape img {
  height: 100%;
}

@media (max-width: 1399px) {
  .gt-cta-download-app-wrapper {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .gt-cta-download-app-wrapper {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .gt-cta-download-app-wrapper .gt-cta-image {
    text-align: center;
  }
}
.gt-cta-download-app-wrapper .gt-cta-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .gt-cta-download-app-wrapper .gt-cta-content {
    text-align: center;
  }
}
.gt-cta-download-app-wrapper .gt-cta-content .gt-section-title-2 h6 {
  padding: 0;
}
.gt-cta-download-app-wrapper .gt-cta-content .gt-section-title-2 h6::before, .gt-cta-download-app-wrapper .gt-cta-content .gt-section-title-2 h6::after {
  display: none;
}
.gt-cta-download-app-wrapper .gt-cta-content .gt-cta-text {
  font-size: 18px;
  color: var(--gt-white);
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-cta-download-app-wrapper .gt-cta-content .gt-cta-text {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .gt-cta-download-app-wrapper .gt-cta-content .gt-cta-text {
    font-size: 14px;
  }
}
.gt-cta-download-app-wrapper .gt-cta-content .gt-app-button {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .gt-cta-download-app-wrapper .gt-cta-content .gt-app-button {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
  }
}

.gt-instagram-section-3 .gt-instagram-slider {
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 1199px) {
  .gt-instagram-section-3 .gt-instagram-slider {
    margin: 0;
  }
}

.gt-instagram-image {
  position: relative;
  overflow: hidden;
}
.gt-instagram-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0px;
  right: 0;
  background: rgba(28, 29, 32, 0.8);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: 9;
}
.gt-instagram-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-instagram-image .gt-icon {
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background-color: #0B0E13;
}
.gt-instagram-image .gt-icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-instagram-image:hover .gt-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.gt-instagram-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-instagram-image:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.gt-faq-wrapper .gt-faq-item .gt-faq-content h4 {
  margin-bottom: 10px;
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content p {
  margin-bottom: 20px;
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item {
  border: 0;
  background-color: var(--gt-bg-2);
  box-shadow: var(--gt-box-shadow);
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--gt-theme);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--gt-bg-2);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
  padding: 20px 20px 0;
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--gt-header);
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  color: var(--gt-theme);
  transform: rotate(0);
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--gt-bg-2);
  padding: 25px 20px;
  color: var(--gt-header);
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 30px;
  padding-left: 50px;
  padding-top: 15px;
  color: var(--gt-text);
  background-color: var(--gt-bg-2);
  font-weight: 500;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 23px;
  }
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .thumb {
  margin-top: 30px;
}
.gt-faq-wrapper .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .thumb img {
  width: 100%;
  height: 100%;
}
.gt-faq-wrapper .gt-contact-bg {
  position: relative;
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content {
  padding: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-contact-bg .gt-contact-content {
    padding: 30px;
  }
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-contact-bg .gt-contact-content h3 {
    font-size: 30px;
  }
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content p {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: var(--gt-border);
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1.2px solid rgba(191, 191, 191, 0.24);
  color: var(--gt-theme);
  font-size: 24px;
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
    font-size: 14px;
  }
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li span {
  color: var(--gt-white);
}
.gt-faq-wrapper .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li a {
  color: var(--gt-white);
}
.gt-faq-wrapper.gt-bg-wrapper {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper.gt-bg-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .gt-faq-wrapper.gt-bg-wrapper {
    padding: 80px 0;
  }
}
.gt-faq-wrapper.gt-bg-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(28, 29, 32, 0.85);
}
.gt-faq-wrapper.gt-bg-wrapper .gt-faq-item {
  position: relative;
  text-align: center;
}
@media (max-width: 575px) {
  .gt-faq-wrapper.gt-bg-wrapper .gt-faq-item {
    margin-top: 30px;
  }
}

.gt-video-wrapper {
  position: relative;
  padding: 130px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  clip-path: polygon(9% 0%, 100% 0%, 100% 81%, 92% 100%, 0% 100%, 0% 18%);
}
@media (max-width: 1199px) {
  .gt-video-wrapper {
    padding: 60px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .gt-video-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .gt-video-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .gt-video-wrapper {
    padding: 30px;
  }
}
.gt-video-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 14, 19, 0) 0%, rgba(11, 14, 19, 0.9) 100%);
  z-index: -1;
}
.gt-video-wrapper .gt-video-content h6 {
  color: var(--gt-white);
  background-color: var(--gt-theme);
  padding: 5px;
  border: 1px solid var(--gt-white);
  margin-bottom: 20px;
  display: inline-block;
}
.gt-video-wrapper .gt-video-content h2 {
  color: var(--gt-white);
}
.gt-video-wrapper .gt-video-content .gt-theme-btn {
  margin-top: 40px;
  display: inline-block;
  color: var(--gt-theme);
  background-color: var(--gt-white);
  background-image: none;
}
.gt-video-wrapper .gt-video-content .gt-theme-btn:hover {
  background-image: linear-gradient(to right, #FF0808 0%, #7A0202 50%, #FF0808 100%);
  color: var(--gt-white);
}
.gt-video-wrapper .video-btn {
  background-color: var(--gt-white);
  color: var(--gt-theme);
  display: inline-block;
  font-size: 16px;
  height: 84px;
  width: 84px;
  line-height: 84px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .gt-video-wrapper .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.gt-video-wrapper .video-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .gt-video-wrapper .video-btn::before {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
.gt-video-wrapper .video-btn.gt-style-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gt-video-wrapper.gt-style-3 {
  padding: 250px 0;
}

.webkit-text-item {
  text-align: center;
  position: relative;
  margin-bottom: -20px;
}
@media (max-width: 1199px) {
  .webkit-text-item {
    margin-bottom: 0;
  }
}
.webkit-text-item h2 {
  line-height: 150%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  background: transparent;
  animation: strokeColorChange 4s linear infinite;
}
.webkit-text-item h2 span {
  margin-right: 150px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .webkit-text-item h2 span {
    margin-right: 0;
  }
}
.webkit-text-item .post-box {
  position: absolute;
  left: 20%;
  top: 16px;
  background-color: var(--gt-white);
  transform: rotate(-15deg);
  border-radius: 100px;
  padding: 10px 20px;
  color: var(--gt-bg-2);
  line-height: 1;
}
@media (max-width: 1199px) {
  .webkit-text-item .post-box {
    display: none;
  }
}
.webkit-text-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .webkit-text-item::before {
    display: none;
  }
}

.gt-webkit-text-section {
  position: relative;
}
.gt-webkit-text-section .gt-blur-shape {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 140%;
}
@media (max-width: 1199px) {
  .gt-webkit-text-section .gt-blur-shape {
    display: none;
  }
}

.gt-gaming-feature-wrapper .gt-gaming-left-item {
  position: relative;
}
.gt-gaming-feature-wrapper .gt-gaming-left-item .gt-gaming-feature-image {
  max-width: 600px;
}
@media (max-width: 1199px) {
  .gt-gaming-feature-wrapper .gt-gaming-left-item .gt-gaming-feature-image {
    max-width: initial;
  }
}
.gt-gaming-feature-wrapper .gt-gaming-left-item .gt-gaming-feature-image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 17%);
}
.gt-gaming-feature-wrapper .gt-gaming-left-item .gt-red-shape {
  margin-top: 50px;
  max-width: 450px;
  margin-left: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 76%, 90% 100%, 0 100%, 0% 50%);
}
@media (max-width: 1199px) {
  .gt-gaming-feature-wrapper .gt-gaming-left-item .gt-red-shape {
    max-width: initial;
  }
}
.gt-gaming-feature-wrapper .gt-gaming-left-item .gt-red-shape img {
  width: 100%;
  height: 100%;
}
.gt-gaming-feature-wrapper .gt-gaming-left-item .gt-bike-image {
  max-width: 516px;
  position: absolute;
  right: 50px;
  bottom: 0;
  transform: translateX(-100%);
  animation: slideInLeft 1.5s ease-out forwards;
}
.gt-gaming-feature-wrapper .gt-gaming-left-item .gt-bike-image img {
  width: 100%;
  height: 100%;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content {
  overflow: hidden;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-gaming-text {
  margin-top: 30px;
}
@keyframes slideBorder {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideBorders {
  0% {
    right: -90px;
    left: auto;
  }
  100% {
    right: 100%;
    left: auto;
  }
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  margin-top: 35px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, #FF0808 30%, rgba(11, 14, 19, 0) 100%);
  animation: slideBorder 3s linear infinite alternate;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list::after {
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, #FF0808 30%, rgba(11, 14, 19, 0) 100%);
  animation: slideBorders 3s linear infinite alternate;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list li {
  display: flex;
  gap: 10px;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list li .gt-content {
  max-width: 270px;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list li .gt-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list li .gt-content span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list li .gt-content span {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list li .gt-content span {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-icon-list li .gt-content span {
    font-size: 14px;
  }
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-theme-btn {
  color: var(--gt-white);
  z-index: 999;
  display: inline-block;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-theme-btn.gt-style-border:hover .gt-text-btn {
  border: 1px solid rgba(189, 5, 5, 0.8);
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-theme-btn.gt-style-border:hover .gt-text-btn::before {
  background-color: var(--gt-theme);
}

.gt-top-feature-wrapper .gt-top-feature-image {
  position: relative;
  z-index: 9;
}
.gt-top-feature-wrapper .gt-top-feature-image .gt-bg-shape {
  position: absolute;
  left: -51%;
  top: -49%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-top-feature-wrapper .gt-top-feature-image .gt-bg-shape {
    display: none;
  }
}
@media (max-width: 1399px) {
  .gt-top-feature-wrapper .gt-top-feature-image img {
    width: 100%;
    height: 100%;
  }
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-text {
  max-width: 560px;
  margin-top: 30px;
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon {
  margin-top: 35px;
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 25px;
  line-height: 1.8;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 470px) {
  .gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li .gt-icon {
  border-radius: 6px;
  background: #1C1D20;
  width: 77px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li .gt-content {
  flex-basis: 80%;
}
@media (max-width: 470px) {
  .gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li .gt-content {
    flex-basis: 100%;
  }
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li .gt-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 470px) {
  .gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li .gt-content h3 {
    font-size: 20px;
  }
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li .gt-content p {
  font-size: 15px;
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li:hover {
  background: #1C1D20;
}
.gt-top-feature-wrapper .gt-top-feature-content .gt-feature-icon li:hover .gt-icon {
  background-color: var(--gt-white);
}

.gt-counter-section-3 {
  margin: 0 60px;
  padding: 60px 0;
}
@media (max-width: 1600px) {
  .gt-counter-section-3 {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .gt-counter-section-3 {
    margin: 0;
  }
}

.gt-counter-box-3 {
  height: 328.5px;
  width: 100%;
  border-radius: 330px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .gt-counter-box-3 {
    border-radius: 50%;
    margin: 0 auto;
    height: 280px;
    width: 280px;
  }
}
@media (max-width: 991px) {
  .gt-counter-box-3 {
    height: 328.5px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gt-counter-box-3 {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 470px) {
  .gt-counter-box-3 {
    width: 210px;
    height: 210px;
  }
}
.gt-counter-box-3 .gt-content {
  text-align: center;
  padding-top: 130px;
}
@media (max-width: 1399px) {
  .gt-counter-box-3 .gt-content {
    padding: 8px;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .gt-counter-box-3 .gt-content {
    padding-top: 130px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .gt-counter-box-3 .gt-content {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .gt-counter-box-3 .gt-content {
    padding-top: 80px;
  }
}
@media (max-width: 470px) {
  .gt-counter-box-3 .gt-content {
    padding-top: 60px;
  }
}
.gt-counter-box-3 .gt-content h2 {
  font-size: 35px;
  font-weight: 400;
  display: inline-flex;
  gap: 5px;
}
@media (max-width: 470px) {
  .gt-counter-box-3 .gt-content h2 {
    font-size: 28px;
  }
}
.gt-counter-box-3 .gt-content h2 span {
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .gt-counter-box-3 .gt-content h2 span {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .gt-counter-box-3 .gt-content h2 span {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  .gt-counter-box-3 .gt-content h2 span {
    font-size: 40px;
  }
}
.gt-counter-box-3 .gt-content p {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .gt-counter-box-3 .gt-content p {
    font-size: 14px;
  }
}
.gt-counter-box-3:hover {
  background-color: var(--gt-white);
}
.gt-counter-box-3:hover h2 {
  color: var(--gt-theme);
}
.gt-counter-box-3:hover p {
  color: var(--gt-header);
}

.gt-bg-image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(9% 0%, 100% 0%, 100% 81%, 92% 100%, 0% 100%, 0% 18%);
}

.gt-cooming-soon-section {
  position: relative;
}
.gt-cooming-soon-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(1, 1, 1, 0.6);
}

.gt-coming-soon-items {
  position: relative;
  text-align: center;
}
.gt-coming-soon-items .gt-footer-logo {
  margin-bottom: 50px;
  display: inline-block;
}
.gt-coming-soon-items .text {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-coming-soon-items .text {
    letter-spacing: 10px;
  }
}
@media (max-width: 575px) {
  .gt-coming-soon-items .text {
    font-size: 28px;
  }
}
.gt-coming-soon-items p {
  max-width: 744px;
  margin: 0 auto;
  text-align: center;
  color: var(--gt-white);
}
.gt-coming-soon-items .gt-coming-soon-time {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .gt-coming-soon-items .gt-coming-soon-time {
    flex-wrap: wrap;
  }
}
.gt-coming-soon-items .gt-coming-soon-time .gt-timer-content {
  text-align: center;
}
.gt-coming-soon-items .gt-coming-soon-time .gt-timer-content:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
}
.gt-coming-soon-items .gt-coming-soon-time .gt-timer-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--gt-white);
}
@media (max-width: 575px) {
  .gt-coming-soon-items .gt-coming-soon-time .gt-timer-content h2 {
    font-size: 30px;
  }
}
.gt-coming-soon-items .gt-coming-soon-time .gt-timer-content p {
  font-weight: 700;
  color: var(--gt-text);
  text-transform: uppercase;
}
.gt-coming-soon-items form {
  max-width: 664px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .gt-coming-soon-items form {
    text-align: left;
  }
}
.gt-coming-soon-items .form-clt {
  position: relative;
  margin-top: 40px;
}
.gt-coming-soon-items .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  line-height: 1;
  padding: 20px;
  max-width: 664px;
  color: var(--gt-bg-2);
}
@media (max-width: 470px) {
  .gt-coming-soon-items .form-clt input {
    font-size: 14px;
  }
}
.gt-coming-soon-items .form-clt .gt-theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  text-align: center;
}
.gt-coming-soon-items .form-clt .gt-theme-btn .gt-text-btn {
  padding: 18px 30px;
}
@media (max-width: 575px) {
  .gt-coming-soon-items .form-clt .gt-theme-btn .gt-text-btn {
    padding: 18px 13px;
    min-width: initial;
    font-size: 14px;
  }
}
.gt-coming-soon-items .gt-social-icon {
  gap: 15px;
  margin-top: 40px;
  justify-content: center;
}
.gt-coming-soon-items .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-white);
  color: rgb(28, 29, 32);
}
.gt-coming-soon-items .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-footer-widget-wrapper {
  padding: 90px 0 70px;
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.gt-footer-widget-wrapper .gt-footer-widget-items {
  margin-top: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head {
  margin-bottom: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head h3 {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content p {
  max-width: 450px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon {
  gap: 15px;
  margin-top: 40px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--gt-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--gt-bg-2);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover {
  border: 1px solid var(--gt-theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li a {
  color: var(--gt-text);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover a {
  color: var(--gt-theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
    flex-wrap: wrap;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-wrapper .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom .footer-wrapper .gt-footer-list li a:hover {
  color: var(--gt-theme);
}

.gt-footer-section {
  position: relative;
}
@media (max-width: 1600px) {
  .gt-footer-section {
    overflow: hidden;
  }
}

@media (max-width: 1600px) {
  .gt-footer-section::before {
    display: none;
  }
}

@media (max-width: 1600px) {
  .gt-footer-section::after {
    display: none;
  }
}

.gt-footer-widget-wrapper-4 {
  text-align: center;
  padding: 180px 0 0;
}
.gt-footer-widget-wrapper-4 .gt-footer-content {
  margin-top: 50px;
  margin-bottom: 40px;
}
.gt-footer-widget-wrapper-4 .gt-footer-content .gt-footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}
.gt-footer-widget-wrapper-4 .gt-footer-content p {
  max-width: 611px;
  margin: 0 auto;
}

.gt-footer-bottom-4 .gt-footer-wrapper-4 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .gt-footer-bottom-4 .gt-footer-wrapper-4 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.gt-footer-bottom-4 .gt-footer-wrapper-4 .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .gt-footer-bottom-4 .gt-footer-wrapper-4 .gt-footer-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-footer-bottom-4 .gt-footer-wrapper-4 .gt-footer-list li a:hover {
  color: var(--gt-theme);
}
.gt-footer-bottom-4 .gt-footer-wrapper-4 .gt-social-icon {
  gap: 15px;
}
.gt-footer-bottom-4 .gt-footer-wrapper-4 .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--gt-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--gt-bg-2);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-footer-bottom-4 .gt-footer-wrapper-4 .gt-social-icon a:hover {
  border: 1px solid var(--gt-theme);
}
.gt-footer-bottom-4 .gt-footer-text {
  padding: 15px 0;
  text-align: center;
}

.gt-footer-section-4 {
  margin-top: -70px;
}
@media (max-width: 1600px) {
  .gt-footer-section-4 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: -45px;
  }
}
@media (max-width: 1399px) {
  .gt-footer-section-4 {
    margin-top: -70px;
  }
}
@media (max-width: 575px) {
  .gt-footer-section-4 {
    margin-top: -115px;
  }
}

.gt-gaming-card-item {
  margin-top: 30px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 18%);
}
.gt-gaming-card-item .gt-gaming-image {
  position: relative;
  overflow: hidden;
}
.gt-gaming-card-item .gt-gaming-image img {
  width: 100%;
  height: 100%;
}
.gt-gaming-card-item .gt-gaming-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 14, 19, 0) 0%, #FF0808 100%);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 18%);
}
.gt-gaming-card-item .gt-gaming-image .icon {
  width: 51px;
  height: 46px;
  border: 1px solid var(--gt-white);
  position: absolute;
  top: 30px;
  right: -30px;
  text-align: center;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 100%, 0% 20%);
}
.gt-gaming-card-item .gt-gaming-image .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  border: 1px solid white;
  clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 20%);
  width: 1px;
  height: 14px;
  top: -3px;
  left: 3px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.gt-gaming-card-item .gt-gaming-image .icon i {
  color: var(--gt-white);
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.gt-gaming-card-item .gt-gaming-image .icon:hover {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
}
.gt-gaming-card-item .gt-gaming-image .icon:hover i {
  transform: rotate(0);
}
.gt-gaming-card-item .gt-gaming-image .icon:hover::before {
  border: 1px solid var(--gt-theme);
}
.gt-gaming-card-item .gt-gaming-image .gt-gaming-content {
  position: absolute;
  left: 30px;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.gt-gaming-card-item .gt-gaming-image .gt-gaming-content h6 {
  color: var(--gt-white);
  background-color: var(--gt-theme);
  padding: 5px;
  border: 1px solid var(--gt-white);
  margin-bottom: 20px;
  display: inline-block;
}
.gt-gaming-card-item .gt-gaming-image .gt-gaming-content h3 {
  font-size: 26px;
}
@media (max-width: 1199px) {
  .gt-gaming-card-item .gt-gaming-image .gt-gaming-content h3 {
    font-size: 20px;
  }
}
.gt-gaming-card-item .gt-gaming-image .gt-gaming-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-gaming-card-item .gt-gaming-image .gt-gaming-content h3 a:hover {
  color: var(--gt-white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-white) 0%, var(--gt-white) 100%);
}
.gt-gaming-card-item:hover .gt-gaming-image::before {
  transform: scale(1, 1);
  transform-origin: bottom center;
  z-index: 1;
}
.gt-gaming-card-item:hover .gt-gaming-image .icon {
  opacity: 1;
  visibility: visible;
  right: 30px;
}
.gt-gaming-card-item:hover .gt-gaming-image .gt-gaming-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.gt-game-section .container-fluid {
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .gt-game-section .container-fluid {
    margin: 0 0;
  }
}

.gt-gaming-bg-wrapper {
  padding: 230px 0 220px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-gaming-bg-wrapper {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .gt-gaming-bg-wrapper {
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .gt-gaming-bg-wrapper {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .gt-gaming-bg-wrapper .gt-games-content {
    text-align: center;
  }
}
.gt-gaming-bg-wrapper .gt-games-content h6 {
  margin-bottom: 5px;
}
.gt-gaming-bg-wrapper .gt-games-content h2 {
  font-size: 50px;
}
@media (max-width: 1399px) {
  .gt-gaming-bg-wrapper .gt-games-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .gt-gaming-bg-wrapper .gt-games-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .gt-gaming-bg-wrapper .gt-games-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .gt-gaming-bg-wrapper .gt-games-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .gt-gaming-bg-wrapper .gt-games-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .gt-gaming-bg-wrapper .gt-games-content h2 {
    font-size: 25px;
  }
}
.gt-gaming-bg-wrapper .gt-games-content.style-2 {
  margin-left: 120px;
}
@media (max-width: 1600px) {
  .gt-gaming-bg-wrapper .gt-games-content.style-2 {
    margin-left: 0;
  }
}
.gt-gaming-bg-wrapper .gt-games-content .gt-button {
  margin-top: 40px;
}
.gt-gaming-bg-wrapper .gt-games-content .gt-button.gt-style-2 {
  transform: translateX(100%);
}

.gt-game-bg-section {
  position: relative;
}
.gt-game-bg-section .text-shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  top: 0;
}
.gt-game-bg-section .text-shape img {
  height: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .gt-game-bg-section .text-shape {
    display: none;
  }
}
.gt-game-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 14, 19, 0) 0%, #FE0808 100%);
  clip-path: polygon(68% 0, 100% 0, 100% 100%, 32% 100%);
}
@media (max-width: 1600px) {
  .gt-game-bg-section::before {
    clip-path: none;
  }
}

.gt-popular-game-items {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  position: relative;
}
.gt-popular-game-items::before {
  position: absolute;
  top: -14px;
  left: 30px;
  content: "";
  width: 1px;
  clip-path: polygon(10% 0, 100% 0, 100% 43%, 100% 82%, 100% 100%, 0 100%, 0 81%, 0 16%, 14% 0);
  height: 90px;
  background: var(--gt-theme);
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.gt-popular-game-items::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--gt-theme);
  clip-path: polygon(10% 0, 100% 0, 100% 43%, 100% 82%, 100% 100%, 0 100%, 0 81%, 0 13%, 14% 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.gt-popular-game-items .gt-thumb {
  position: relative;
  overflow: hidden;
}
.gt-popular-game-items .gt-thumb img {
  width: 100%;
  height: 100%;
  clip-path: polygon(10% 0, 100% 0, 100% 43%, 100% 82%, 100% 100%, 0 100%, 0 81%, 0 16%, 14% 0);
}
.gt-popular-game-items .gt-thumb .gt-content {
  position: absolute;
  bottom: -130px;
  left: 30px;
  right: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.gt-popular-game-items .gt-thumb .gt-content .post-cat {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  border: 1px solid var(--gt-white);
  padding: 10px;
  line-height: 1;
  margin-bottom: 15px;
}
.gt-popular-game-items .gt-thumb .gt-content .post-cat:hover {
  background-color: var(--gt-white);
  color: var(--gt-header);
}
.gt-popular-game-items .gt-thumb .gt-content h3 {
  font-size: 26px;
}
.gt-popular-game-items .gt-thumb .gt-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-popular-game-items .gt-thumb .gt-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-popular-game-items .app-store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9;
  position: relative;
}
.gt-popular-game-items .app-store .app {
  border-radius: 4px;
  overflow: hidden;
}
.gt-popular-game-items:hover::before, .gt-popular-game-items:hover::after {
  opacity: 1;
  visibility: visible;
}
.gt-popular-game-items:hover .gt-thumb .gt-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.gt-popular-game-items:hover .app-store {
  opacity: 1;
  visibility: visible;
}

.gt-popular-game-section .swiper-slide.swiper-slide-active .gt-popular-game-items::before, .gt-popular-game-section .swiper-slide.swiper-slide-active .gt-popular-game-items::after {
  opacity: 1;
  visibility: visible;
}
.gt-popular-game-section .swiper-slide.swiper-slide-active .gt-popular-game-items .gt-thumb .gt-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.gt-popular-game-section .swiper-slide.swiper-slide-active .gt-popular-game-items .app-store {
  opacity: 1;
  visibility: visible;
}

.gt-popular-game-section {
  position: relative;
  z-index: 9;
}
.gt-popular-game-section .bg-shape {
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.gt-popular-game-section .bg-shape img {
  width: 100%;
  height: 100%;
}

.gt-game-feature-thumb {
  position: relative;
}
@media (max-width: 991px) {
  .gt-game-feature-thumb {
    height: 400px;
  }
  .gt-game-feature-thumb img {
    object-fit: cover;
  }
}
.gt-game-feature-thumb img {
  width: 100%;
  height: 100%;
}
.gt-game-feature-thumb .gt-game-fuature-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.gt-game-feature-thumb .gt-game-fuature-content .post-discount {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  padding: 7px 9px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 470px) {
  .gt-game-feature-thumb .gt-game-fuature-content .post-discount {
    font-size: 14px;
  }
}
.gt-game-feature-thumb .gt-game-fuature-content h3 {
  font-size: 30px;
}
@media (max-width: 470px) {
  .gt-game-feature-thumb .gt-game-fuature-content h3 {
    font-size: 20px;
  }
}
.gt-game-feature-thumb .gt-game-fuature-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-game-feature-thumb .gt-game-fuature-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-game-feature-thumb .video-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--gt-theme);
  background-color: var(--gt-white);
}
.gt-game-feature-thumb .video-btn.ripple::before, .gt-game-feature-thumb .video-btn.ripple::after {
  width: 60px;
  height: 60px;
}

.gt-game-case-study-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .gt-game-case-study-wrapper {
    margin-top: 30px;
  }
}
.gt-game-case-study-wrapper .gt-game-case-slider {
  height: 675px;
}
@media (max-width: 1399px) {
  .gt-game-case-study-wrapper .gt-game-case-slider {
    height: 582px;
  }
}
.gt-game-case-study-wrapper .gt-game-case-image {
  margin-top: 50px;
  position: relative;
}
.gt-game-case-study-wrapper .gt-game-case-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(11, 14, 19, 0.8) 0%, rgba(11, 14, 19, 0) 60%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .gt-game-case-study-wrapper .gt-game-case-image {
    height: 550px;
  }
  .gt-game-case-study-wrapper .gt-game-case-image img {
    object-fit: cover;
    clip-path: polygon(92% 0, 100% 9%, 100% 43%, 100% 100%, 68% 100%, 7% 100%, 0 92%, 0% 45%, 0 0) !important;
  }
}
@media (max-width: 1199px) {
  .gt-game-case-study-wrapper .gt-game-case-image {
    margin-top: 30px;
  }
}
.gt-game-case-study-wrapper .gt-game-case-image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(92% 0, 100% 20%, 100% 43%, 100% 100%, 68% 100%, 7% 100%, 0 82%, 0% 45%, 0 0);
}
.gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content {
  position: absolute;
  bottom: 60px;
  left: 80px;
  z-index: 9;
}
@media (max-width: 767px) {
  .gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content .gt-box {
  font-size: 16px;
  font-weight: bold;
  color: var(--gt-white);
  line-height: 1;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
}
.gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content h3 {
  font-size: 40px;
}
@media (max-width: 470px) {
  .gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content h3 {
    font-size: 28px;
  }
}
.gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-game-case-study-wrapper .gt-game-case-image .gt-game-case-content p {
  color: var(--gt-white);
  font-weight: 600;
  font-size: 16px;
  max-width: 560px;
  margin-top: 15px;
}
.gt-game-case-study-wrapper .gt-game-case-image .gt-number {
  font-weight: bold;
  font-size: 60px;
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--gt-white);
  position: absolute;
  bottom: 100px;
  right: 60px;
  z-index: 9;
}
@media (max-width: 767px) {
  .gt-game-case-study-wrapper .gt-game-case-image .gt-number {
    bottom: 160px;
    right: 30px;
  }
}
@media (max-width: 470px) {
  .gt-game-case-study-wrapper .gt-game-case-image .gt-number {
    bottom: 190px;
  }
}

.gt-game-case-study-section {
  position: relative;
  /* Progress Bar Styles */
  /* Dot Styles */
}
.gt-game-case-study-section .progress-bar-wrapper {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 60px;
}
.gt-game-case-study-section .progress-line {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #FF0808 0%, rgba(153, 5, 5, 0) 100%);
  transition: width 1.3s linear;
}
.gt-game-case-study-section .dots-container {
  display: flex;
  width: 100%;
  z-index: 999;
  justify-content: space-between;
}
.gt-game-case-study-section .dot {
  width: 10px;
  height: 10px;
  background-color: #3C3E42;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
  margin-top: -5px;
  z-index: 999;
  position: relative;
}
.gt-game-case-study-section .dot.active {
  background-color: var(--gt-theme); /* Active dot color */
  transform: scale(1.2); /* Make active dot a little larger */
}

.gt-progress-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 60px;
  margin-top: 60px;
}
.gt-progress-wrapper .gt-progress-wrap .pro-items {
  width: 100%;
}
.gt-progress-wrapper .gt-progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 25px;
}
.gt-progress-wrapper .gt-progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.gt-progress-wrapper .gt-progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  font-weight: 700;
  color: var(--gt-white);
}
.gt-progress-wrapper .gt-progress-wrap .pro-items .progress {
  background: var(--gt-white);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 5px;
  width: 100%;
}
.gt-progress-wrapper .gt-progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: rgb(255, 8, 8);
  height: 5px;
  width: 0;
}
.gt-progress-wrapper .gt-progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.gt-progress-wrapper .gt-progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

.gt-gaming-expertise-section {
  position: relative;
}
.gt-gaming-expertise-section .gt-section-title-area .drive-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .gt-gaming-expertise-section .gt-section-title-area .drive-shape {
    display: none;
  }
}
.gt-gaming-expertise-section .right-shape {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 1199px) {
  .gt-gaming-expertise-section .right-shape {
    display: none;
  }
}
.gt-gaming-expertise-section .bottom-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -52%;
}

.gt-gaming-streaming-section .container-fluid {
  margin: 0 10px;
}
@media (max-width: 1600px) {
  .gt-gaming-streaming-section .container-fluid {
    margin: 0 0;
  }
}

.gt-gaming-card-item-4 {
  margin-top: 30px;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 15%);
}
.gt-gaming-card-item-4 .gt-gaming-image {
  position: relative;
  overflow: hidden;
}
.gt-gaming-card-item-4 .gt-gaming-image img {
  width: 100%;
  height: 100%;
}
.gt-gaming-card-item-4 .gt-gaming-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 14, 19, 0) 0%, #FF0808 100%);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 15%);
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content {
  position: absolute;
  left: 30px;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content h6 {
  color: var(--gt-white);
  margin-bottom: 15px;
  display: inline-block;
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content .gt-social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content .gt-social-item {
    flex-wrap: wrap;
  }
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content .gt-social-item li {
  padding: 10px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 700;
  color: var(--gt-white);
  background-color: rgb(28, 29, 32);
  transition: all 0.4s ease-in-out;
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content .gt-social-item li:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, #FF0808 0%, #1C1D20 100%);
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content .gt-social-item li i {
  margin-right: 10px;
  color: var(--gt-white);
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content h3 {
  font-size: 26px;
}
@media (max-width: 1199px) {
  .gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content h3 {
    font-size: 20px;
  }
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-gaming-card-item-4 .gt-gaming-image .gt-gaming-content h3 a:hover {
  color: var(--gt-white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-white) 0%, var(--gt-white) 100%);
}
.gt-gaming-card-item-4:hover .gt-gaming-image::before {
  transform: scale(1, 1);
  transform-origin: bottom center;
  z-index: 1;
}
.gt-gaming-card-item-4:hover .gt-gaming-image .gt-gaming-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.gt-upcoming-main-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 60px;
}
@media (max-width: 1600px) {
  .gt-upcoming-main-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .gt-upcoming-main-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper {
  background-color: var(--gt-bg-2);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid var(--gt-bg-2);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 470px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper {
    padding: 25px;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-image {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-image {
    border-right: none;
    padding-right: 0;
    flex-basis: 100%;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 535px;
}
@media (max-width: 1199px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content {
    border-right: none;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content .gt-post {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content .gt-post {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content .gt-post li i {
  margin-right: 8px;
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content h3 {
    font-size: 20px;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content h3 a:hover {
  color: var(--gt-white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-white) 0%, var(--gt-white) 100%);
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-streaming-content p {
    font-size: 16px;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-social-item h6 {
  margin-bottom: 20px;
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-social-item .gt-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-social-item .gt-social:not(:last-child) {
  margin-bottom: 20px;
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-social-item .gt-social li {
  padding: 8px 18px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 700;
  color: var(--gt-white);
  background-color: rgb(28, 29, 32);
  transition: all 0.4s ease-in-out;
  width: 137px;
}
@media (max-width: 470px) {
  .gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-social-item .gt-social li {
    width: 117px;
    padding: 8px;
  }
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-social-item .gt-social li:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, #FF0808 0%, #1C1D20 100%);
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper .gt-social-item .gt-social li i {
  margin-right: 10px;
  color: var(--gt-white);
}
.gt-upcoming-main-wrapper .gt-upcoming-streaming-wrapper:hover {
  border: 1px solid var(--gt-theme);
}

.gt-upcoming-streaming-section {
  position: relative;
}
.gt-upcoming-streaming-section .top-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -37%;
}
@media (max-width: 1199px) {
  .gt-upcoming-streaming-section .top-shape {
    top: -20%;
  }
}

.gt-gaming-expertise-wrapper-5 {
  position: relative;
  z-index: 2;
}
.gt-gaming-expertise-wrapper-5 .slider-box {
  height: 970px;
  position: relative;
  padding: 60px 0;
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper {
  height: 100%;
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide .gt-tag-post {
  color: #666;
  margin-bottom: 30px;
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide h3 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 20px;
  }
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide p {
  color: #666;
  max-width: 550px;
  margin-bottom: 15px;
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide .gt-social {
  color: #666;
  transition: color 0.3s ease;
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .gt-tag-post {
  color: var(--gt-white);
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active h3 {
  color: var(--gt-white);
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: var(--gt-white);
}
.gt-gaming-expertise-wrapper-5 .slider-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .gt-social {
  color: #ffffff;
}
.gt-gaming-expertise-wrapper-5 .slider-box .gt-tag-post {
  background-color: #e50914;
  font-size: 12px;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.gt-gaming-expertise-wrapper-5 .slider-box h3 {
  font-size: 26px;
  margin-bottom: 8px;
  letter-spacing: -0.6px;
  font-weight: 700;
}
.gt-gaming-expertise-wrapper-5 .slider-box p {
  font-size: 13px;
  margin-bottom: 15px;
}
.gt-gaming-expertise-wrapper-5 .slider-box .gt-social {
  font-size: 12px;
  display: flex;
  gap: 30px;
}

.gt-gaming-expertise-section-5 {
  position: relative;
}
.gt-gaming-expertise-section-5 .gt-image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .gt-gaming-expertise-section-5 .gt-image-slider {
    width: 100%;
    position: static;
  }
}
.gt-gaming-expertise-section-5 .gt-image-slider .swiper-wrapper {
  height: 100%;
}
.gt-gaming-expertise-section-5 .gt-image-slider .swiper-slide {
  width: 100% !important;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.gt-gaming-expertise-section-5 .gt-image-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gt-gaming-expertise-section-5 .gt-image-slider .swiper-slide .gt-gaming-image {
  width: 100%;
  height: 100%;
}
.gt-gaming-expertise-section-5 .gt-image-slider .swiper-slide .gt-gaming-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-gaming-expertise-section-5 .swiper-dot-2 {
  position: absolute;
  top: 50%;
  right: 50px;
}
@media (max-width: 1199px) {
  .gt-gaming-expertise-section-5 .swiper-dot-2 {
    display: none;
  }
}

.gt-gaming-exciting-card-item {
  margin-top: 30px;
  background-color: var(--gt-bg-2);
}
.gt-gaming-exciting-card-item .gt-gaming-image {
  overflow: hidden;
  height: 326px;
}
.gt-gaming-exciting-card-item .gt-gaming-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-gaming-exciting-card-item .gt-gaming-content {
  padding: 24px 45px;
}
@media (max-width: 767px) {
  .gt-gaming-exciting-card-item .gt-gaming-content {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-gaming-exciting-card-item .gt-gaming-content {
    padding: 24px;
  }
}
.gt-gaming-exciting-card-item .gt-gaming-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-gaming-exciting-card-item .gt-gaming-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-gaming-exciting-card-item .gt-gaming-content .gt-date-list li i {
  margin-right: 10px;
  color: var(--gt-white);
}
.gt-gaming-exciting-card-item .gt-gaming-content h4 {
  margin-bottom: 30px;
}
@media (max-width: 470px) {
  .gt-gaming-exciting-card-item .gt-gaming-content h4 {
    font-size: 19px;
    line-height: 140%;
  }
}
.gt-gaming-exciting-card-item .gt-gaming-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-gaming-exciting-card-item .gt-gaming-content h4 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-gaming-exciting-card-item .gt-gaming-content .gt-theme-btn .gt-text-btn {
  padding: 18px 30px;
  border: 1px solid var(--gt-theme);
}
.gt-gaming-exciting-card-item .gt-gaming-content .gt-theme-btn .gt-text-btn::before {
  background-color: var(--gt-theme);
}
.gt-gaming-exciting-card-item .gt-gaming-content .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-gaming-exciting-card-item .gt-gaming-content .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}

.gt-exiting-bg-image {
  position: relative;
  padding: 40px 30px;
  margin-top: 30px;
}
@media (max-width: 470px) {
  .gt-exiting-bg-image {
    padding: 40px 25px;
  }
}
.gt-exiting-bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(28, 29, 32, 0.8);
}
.gt-exiting-bg-image .gt-exiting-content {
  position: relative;
}
.gt-exiting-bg-image .gt-exiting-content .icon {
  margin-bottom: 28px;
}
.gt-exiting-bg-image .gt-exiting-content p {
  font-size: 30px;
  font-style: italic;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 70px;
  margin-bottom: 70px;
  line-height: 150%;
  color: var(--gt-white);
  letter-spacing: -0.6px;
}
@media (max-width: 1199px) {
  .gt-exiting-bg-image .gt-exiting-content p {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.gt-exiting-bg-image .gt-exiting-content .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gt-exiting-bg-image .gt-exiting-content .info-item .content h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .gt-exiting-bg-image .gt-exiting-content .info-item .content h3 {
    font-size: 20px;
  }
}
.gt-exiting-bg-image .gt-exiting-content .info-item .content span {
  font-weight: 500;
}

.gt-epic-gallery-item {
  margin-bottom: 30px;
}
.gt-epic-gallery-item.gt-style-2 {
  margin-top: 30px;
}
.gt-epic-gallery-item .gt-gallery-iamge {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.gt-epic-gallery-item .gt-gallery-iamge img {
  width: 100%;
  height: 100%;
}
.gt-epic-gallery-item .gt-gallery-iamge .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: var(--gt-white);
  z-index: 999;
  font-size: 40px;
}
.gt-epic-gallery-item .gt-gallery-iamge:before, .gt-epic-gallery-item .gt-gallery-iamge:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: rgba(255, 8, 8, 0.5);
  transform: translateX(-100%) rotate(15deg);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.gt-epic-gallery-item .gt-gallery-iamge:after {
  left: auto;
  right: 0;
  transform: translateX(100%) rotate(-15deg);
}
.gt-epic-gallery-item:hover .gt-gallery-iamge .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.gt-epic-gallery-item:hover .gt-gallery-iamge:before, .gt-epic-gallery-item:hover .gt-gallery-iamge:after {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.gt-gallery-slider {
  margin-left: -12%;
  margin-right: -12%;
}
@media (max-width: 1199px) {
  .gt-gallery-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.gt-game-detaills-wrapper .gt-details-post-item .gt-game-details-item .gt-details-image img {
  width: 100%;
  height: 100%;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-game-details-item .gt-details-content {
  margin-top: 20px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-game-details-item .gt-details-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-details-item .gt-details-content h3 {
    font-size: 30;
  }
}
@media (max-width: 575px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-details-item .gt-details-content h3 {
    font-size: 25px;
  }
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper .gt-list-item h4 {
  margin-bottom: 15px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper .gt-list-item .gt-list {
  margin-top: 20px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper .gt-list-item .gt-list li {
  font-size: 16px;
}
@media (max-width: 575px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper .gt-list-item .gt-list li {
    font-size: 14px;
  }
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper .gt-list-item .gt-list li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper .gt-list-item .gt-list li i {
  color: var(--gt-theme);
  margin-right: 5px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-list-wrapper .gt-thumb img {
  width: 100%;
  height: 100%;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber {
  background-color: var(--gt-bg-2);
  padding: 50px 110px;
  position: relative;
  z-index: 9;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber {
    padding: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber {
    padding: 30px;
  }
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber .icon {
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 991px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber .icon {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 575px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber .icon {
    display: none;
  }
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber .gt-x-shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber .gt-x-shape img {
  width: 100%;
  height: 100%;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber p {
  font-size: 18px;
  font-style: italic;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-game-sideber p {
    font-size: 16px;
  }
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content h4 {
  margin-bottom: 10px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content p {
  margin-bottom: 20px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item {
  border: 0;
  background-color: var(--gt-bg-2);
  box-shadow: var(--gt-box-shadow);
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--gt-theme);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--gt-bg-2);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
  padding: 20px 20px 0;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--gt-header);
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  color: var(--gt-theme);
  transform: rotate(0);
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--gt-bg-2);
  padding: 25px 20px;
  color: var(--gt-header);
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 30px;
  padding-left: 50px;
  padding-top: 15px;
  color: var(--gt-text);
  background-color: var(--gt-bg-2);
  font-weight: 500;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 23px;
  }
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .thumb {
  margin-top: 30px;
}
.gt-game-detaills-wrapper .gt-details-post-item .gt-faq-item .gt-faq-content .accordion-item .accordion-collapse .thumb img {
  width: 100%;
  height: 100%;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget {
  padding: 30px;
  background-color: var(--gt-bg-2);
  margin-bottom: 30px;
}
@media (max-width: 470px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget {
    padding: 25px;
  }
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget h4 {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box {
  position: relative;
  transition: all 0.4s ease-in-out;
  border-left: 3px solid var(--gt-theme);
  margin-bottom: 20px;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 8, 8, 0.5) 0%, rgba(11, 14, 19, 0.5) 80%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item {
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item {
    flex-wrap: wrap;
    padding: 18px 10px;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item {
    padding: 18px 30px;
  }
}
@media (max-width: 470px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item {
    padding: 18px 10px;
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item h6 {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item h6 {
    font-size: 14px;
  }
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box .gt-box-item .icon {
  color: var(--gt-white);
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box:hover .gt-box-item h6 {
  color: var(--gt-white);
  position: relative;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-sideber-box:hover .gt-box-item .icon {
  color: var(--gt-white);
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg {
  position: relative;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content {
  padding: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content {
    padding: 30px;
  }
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content h3 {
    font-size: 30px;
  }
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content p {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: var(--gt-border);
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1.2px solid rgba(191, 191, 191, 0.24);
  color: var(--gt-theme);
  font-size: 24px;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
    font-size: 14px;
  }
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li span {
  color: var(--gt-white);
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li a {
  color: var(--gt-white);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 50px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  color: var(--gt-white);
  font-family: "Chakra Petch", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 260px;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--gt-header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--gt-theme);
  background-color: #0B0E13;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 8px 24px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  color: var(--gt-header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--gt-theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--gt-theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--gt-theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--gt-theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--gt-theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1300px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 1000px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
  padding: 18px 30px;
  justify-content: center;
  line-height: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn:hover {
  color: var(--gt-white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Chakra Petch", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--gt-theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--gt-theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.header-1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 991px) {
  .header-1 .header-left .logo .header-logo img {
    width: 100px;
  }
}
.header-1 .header-right {
  gap: 140px;
  padding-bottom: 15px;
}
@media (max-width: 1600px) {
  .header-1 .header-right {
    gap: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 25px;
    margin-top: -15px;
  }
}
.header-1 .header-right .header-right-icon {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-right-icon {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .header-right .header-right-icon {
    gap: 15px;
  }
}
.header-1 .header-right .header-right-icon .search-toggler {
  font-size: 20px;
  color: var(--gt-white);
}
@media (max-width: 575px) {
  .header-1 .header-right .header-right-icon .search-toggler {
    display: none;
  }
}
.header-1 .header-right .header-right-icon .game-icon {
  font-size: 18px;
  font-weight: 700;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-right-icon .game-icon {
    display: none;
  }
}
.header-1 .header-right .header-right-icon .game-icon i {
  margin-right: 7px;
}
.header-1 .header-right .header-right-icon .game-icon:hover {
  color: var(--gt-theme);
}
.header-1 .header-right .sidebar__toggle {
  color: var(--gt-white);
}
.header-1.header-2 .header-right {
  gap: 50px;
}
@media (max-width: 575px) {
  .header-1.header-2 .header-right {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-2 .header-button {
    display: none;
  }
}
.header-1.header-3 {
  position: relative;
}
.header-1.header-4 .gt-social-icon {
  gap: 15px;
}
.header-1.header-4 .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1C1D20;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--gt-bg-2);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.header-1.header-4 .gt-social-icon a:hover {
  border: 1px solid var(--gt-theme);
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.header-section-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-section-5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .header-section-5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-section-5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-section-5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-section-5 .container-fluid {
    padding: 0 15px;
  }
}
.header-section-5 .header-5 {
  position: static;
}
@media (max-width: 1199px) {
  .header-section-5 .header-top-section {
    display: none;
  }
}
.header-section-5 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.header-section-5 .header-top-wrapper .top-left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-section-5 .header-top-wrapper .top-left p {
  color: var(--gt-white);
}
.header-section-5 .header-top-wrapper .gt-social-icon {
  gap: 15px;
}
.header-section-5 .header-top-wrapper .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1C1D20;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--gt-bg-2);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.header-section-5 .header-top-wrapper .gt-social-icon a:hover {
  border: 1px solid var(--gt-theme);
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: #0B0E13;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 8px 24px;
}
.sticky.header-1 .header-right {
  padding-bottom: 0;
  margin-top: 0;
}

.style-offcanvas-2 .offcanvas__wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.style-offcanvas-2 .offcanvas__wrapper .offcanvas__close {
  border-radius: 0 !important;
  width: 92px !important;
  height: 92px !important;
  line-height: 92px !important;
  transition: all 0.4s ease-in-out;
}
.style-offcanvas-2 .offcanvas__wrapper .offcanvas__close button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gt-white);
}
.style-offcanvas-2 .offcanvas__wrapper .offcanvas__close:hover {
  background-color: var(--gt-black);
}
.style-offcanvas-2 .offcanvas__wrapper .offcanvas__top {
  border-bottom: 1.9px solid var(--gt-theme);
}
.style-offcanvas-2 .offcanvas__wrapper .offcanvas__contact, .style-offcanvas-2 .offcanvas__wrapper .mobile-menus {
  padding: 0 30px !important;
}
.style-offcanvas-2 .offcanvas__wrapper .gt-marquee-offcanvas {
  width: 100%;
  overflow: hidden;
  background: transparent;
  color: #63605E;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.style-offcanvas-2 .offcanvas__wrapper .gt-marquee-content-offcanvas {
  display: inline-block;
  animation: scrollLeft 200s linear infinite;
}
@keyframes scrollLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

