@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: #fb4334;
  --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, .header-main .main-menu ul li a.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, #fb4334 0%, #f39543 50%, #f79a82 100%);
  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, #fb4334 0%, #f39543 50%, #f79a82 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: 400;
  line-height: 28px;
  color: var(--gt-text);
  background-color: #fb4334;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  text-transform: none;
}

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 {
  font-family: "Chakra Petch", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 112%;
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 112%;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 112%;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

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.style-2 .gt-about-content {
  margin-left: 50px;
}



.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;
}

.gt-about-section .left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}



.gt-about-wrapper-4 .gt-about-content .gt-section-title h2 {
  font-size: 58px;
}




@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-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 .gt-brand-image img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 445px;
  object-fit: cover;
}

.gt-brand-box:hover .gt-brand-image img {
  transform: scale(1.2);
}




.gt-contact-us-wrapper .gt-comment-form-wrap {
  padding: 25px;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 40%);
}
.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;
	color: #fff
}
.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: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    font-weight: 400;
    color: #fff;
}
.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: #fff;
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 70px;
  resize: none;
}

.gt-contact-us-wrapper .gt-comment-form-wrap .gt-theme-btn{
	color: var(--gt-theme);
    background-color: var(--gt-white);
    background-image: none;
	transition: all .5s ease
}
.gt-contact-us-wrapper .gt-comment-form-wrap .gt-theme-btn:hover {
    background-image: linear-gradient(to left, #f98374 0%, #fb4334 35%, #f79a82 80%);
    color: var(--gt-white);
}
.gt-contact-us-wrapper .gt-contact-bg {
  position: relative;
	background-image: linear-gradient(to bottom, #f5978a 0%, #fc6d59 60%, #e37867 80%)
}
.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content {
  padding: 40px;
  position: relative;
}

.gt-contact-us-wrapper .gt-contact-bg .gt-contact-content h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}

.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-white);
}
.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);
}

.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-map-items .googpemap iframe {
  width: 100%;
  height: 478px;
}




.gt-cta-bg-wrapper {
  padding: 30px 0 30px 0px;
    position: relative;
}

.gt-cta-bg-wrapper .shape {
  position: absolute;
  left: 49%;
  top: 43%;
}

.gt-cta-bg-wrapper .gt-cta-content h2 {
    font-size: 40px;
    line-height: 1.4;
}

.gt-cta-bg-wrapper .gt-right-image .gt-theme-btn {
  margin-top: 35px;
  display: inline-block;
  color: var(--gt-theme);
  position: relative;
  bottom: 10px;
  left: initial;
  background-color: var(--gt-white);
  background-image: none;
}

.gt-cta-bg-wrapper .gt-right-image .gt-theme-btn:hover {
  background-image: linear-gradient(to left, #f98374 0%, #fb4334 35%, #f79a82 80%);
  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;
}

.gt-cta-bg-wrapper .gt-right-image .gt-cta-image img {
  width: 100%;
  height: 100%;
}




.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: #1c1d20;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
  padding: 20px 20px 20px;
}


sup {
  text-transform: none;
}

.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: #1c1d20;
}
.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: #1c1d20;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.gt-faq-wrapper
  .gt-faq-item
  .gt-faq-content
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding-top: 25px;
 color: #1c1d20;
  background-color: #fff;
  font-weight: 500;
}
.accordion-body h5 {
  margin-bottom: 10px;
  color: #1c1d20;
}
.accordion-body h6{
  color: #1c1d20;
  padding: 5px 0;
}
.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;
}

.gt-faq-wrapper .gt-contact-bg .gt-contact-content h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}

.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);
}

.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;
}

.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;
}

.gt-video-wrapper {
  position: relative;
  padding: 100px 90px;
  z-index: 9;
  clip-path: polygon(9% 0%, 100% 0%, 100% 81%, 92% 100%, 0% 100%, 0% 18%);
}
.f-right {
  float: right;
}

.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.4) 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, #fb4334 0%, #f39543 50%, #f79a82 100%);
  color: var(--gt-white);
}




.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;
}

.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-feature-content {
  overflow: hidden;
}
.gt-gaming-feature-wrapper .gt-gaming-feature-content .gt-gaming-text {
  margin-top: 30px;
  color: rgb(255 255 255 / 80%);
}
@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-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-footer-widget-wrapper {
  padding: 90px 0 70px;
}

.gt-footer-widget-wrapper .gt-footer-widget-items {
  margin-top: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head {
  margin-bottom: 20px;
}
.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;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    color: #3e0413;
    transition: all 0.4s ease-in-out;
}
.gt-footer-widget-wrapper
  .gt-footer-widget-items
  .gt-footer-content
  .gt-social-icon
  a:hover {
  background-color: transparent;
  color: #fff;
  
}
.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: 10px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.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: #fff;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wrapper p {
  color: rgba(255, 255, 255, 0.7);
}

.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;
  background-color: #3e0413;
}

.gt-footer-section::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 207px;
  top: -206px;
  left: 0;
  clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
  background: rgb(62 4 19);
}

.gt-footer-section::after {
  position: absolute;
  content: "";
  width: 270px;
  height: 207px;
  top: -206px;
  right: 0;
  clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 99%);
  background: rgb(62 4 19);
}



.gt-gaming-card-item {
  margin-top: 0px;
  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%, #ed6034 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;
}

.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;
}




.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget {
  padding: 30px;
  background-color: transparent;
  margin-bottom: 0px;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-single-sideber-widget.border-top-30{
  border-top: 30px solid #fb4334;
}
aside.gt-main-sideber {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgb(255 255 255 / 20%);
    justify-content: space-between;
}
.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-box-item {
  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-box-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #F44336 0%, rgb(240 160 140) 80%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-box-item {
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.gt-game-detaills-wrapper .gt-main-sideber .gt-box-item .icon {
  color: var(--gt-white);
}
.gt-game-detaills-wrapper .gt-main-sideber .gt-box-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.gt-game-detaills-wrapper
  .gt-main-sideber
  .gt-sideber-box:hover
  .gt-box-item
  h6 {
  color: var(--gt-white);
  position: relative;
}
.gt-game-detaills-wrapper
  .gt-main-sideber
  .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;
}

.gt-game-detaills-wrapper
  .gt-main-sideber
  .gt-contact-bg
  .gt-contact-content
  h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}

.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);
}

.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);
}

.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: 30px;
}
.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: #1c1d20;
  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;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.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;
}

.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;
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: relative;
	 background-color: #fceddf;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header-1 .container-fluid {
  padding: 0 60px;
}

.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 120px;
	width: 100%;
    justify-content: space-between;
}

.header-1 .header-right {
  gap: 140px;
  padding-bottom: 15px;
}

.header-1 .header-right .header-right-icon {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-1 .header-right .header-right-icon .search-toggler {
  font-size: 20px;
  color: var(--gt-white);
}
 .header-1.sticky .header-right .header-right-icon .search-toggler{
  color: #1c1d20;
}
.gu_stickylogo{
  display: none;
}
.header-1.sticky .gu_stickylogo{
  display: inline-flex;
}
.header-1.sticky .gu_logo{
  display: none;
}

.header-1 .header-right .header-right-icon .game-icon {
  font-size: 18px;
  font-weight: 700;
  color: var(--gt-white);
}

.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: #1c1d20;
  display: none;
}
.header-1.header-2 .header-right {
  gap: 50px;
}




 .sticky {
  position: fixed;
   width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: #fceddf;
  -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: rgb(252 237 223 / 30%) 0px 8px 24px;
}
.sticky .header-main .main-menu ul li a {
    color: #1c1d20;
}
.sticky.header-1 .header-right {
  padding-bottom: 0;
  margin-top: 0;
}







.gt-breadcrumb-wrapper {
  position: relative;
  margin-top: 0px;
}
.gt-breadcrumb-wrapper.bg-cover {
  background-size: initial;
	background-color: rgb(0 0 0 / 20%);
    background-blend-mode: overlay;
}
.gt-breadcrumb-wrapper .gt-left-shape {
  position: absolute;
  bottom: 0;
  left: 0px;
}

.gt-breadcrumb-wrapper .gt-left-shape img {
  height: 100%;
}
.gt-breadcrumb-wrapper .gt-right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.gt-breadcrumb-wrapper .gt-right-shape img {
  height: 100%;
}
.gt-breadcrumb-wrapper .gt-blur-shape {
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.gt-breadcrumb-wrapper .gt-page-heading {
  position: relative;
  padding: 150px 0 150px;
  z-index: 9;
  text-align: center;
}

.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--gt-white);
  font-size: 72px;
  position: relative;
  z-index: 9;
  font-weight: 800;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--gt-white);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li.color {
  color: var(--gt-theme);
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a:hover {
  color: var(--gt-theme);
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a i {
  color: var(--gt-theme);
  margin-right: 5px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
  color: var(--gt-white);
}



::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
 background: var(--gt-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gt-theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}





.swiper-dot {
  text-align: center;
}
.swiper-dot .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: var(--gt-white);
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
  transition: 0.6s;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 0;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--gt-theme);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.footer-bg {
  background-color: var(--gt-header);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.hero-1 {
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1000px;
  overflow: hidden;
}






.marquee-text-slider-3 {
  background-color: var(--gt-bg);
  padding: 20px 0;
}
.marquee-text-slider-3.style-11 {
  background-color: transparent;
  padding: 0;
  margin-top: -6px;
  position: relative;
}
.marquee-text-slider-3.style-11 .marquee-text-3 .text-marquee {
  font-size: 80px;
  font-weight: 700;
  color: var(--gt-white);
  line-height: 1;
}

.marquee-text-slider-3.style-12 {
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-top: 0;
}

.marquee-text-slider-3.style-12 .marquee-text-3 .text-marquee {
  font-size: 80px;
  font-weight: 700;
  color: var(--gt-white);
  line-height: 1;
  z-index: 9;
}

.marquee-text-slider-3 .marquee-text-3 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.marquee-text-slider-3 .marquee-text-3 .text-marquee {
  font-size: 80px;
  font-weight: 700;
  color: var(--gt-white);
}

.gt-marque-section {
  position: relative;
}
.gt-marque-section .overlay-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.gt-marque-section .overlay-shape img {
  width: 100%;
  height: 100%;
}





.gt-news-box-items-2 {
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.gt-news-box-items-2 .gt-thumb {
  overflow: hidden;
}
.gt-news-box-items-2 .gt-thumb img {
  width: 100%;
  height: 100%;
}
.gt-news-box-items-2 .gt-content {
  padding: 30px;
}

.gt-news-box-items-2 .gt-content h3 {
  font-size: 24px;
  line-height: 125%;
}

.gt-news-box-items-2 .gt-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-box-items-2 .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-news-box-items-2 .gt-content span {
  color: #aaa;
  display: inline-block;
  margin-top: 15px;
}
.gt-news-box-items-2 .gt-content span i {
  color: var(--gt-theme);
  margin-right: 5px;
}

.gt-news-left-items {
  margin-top: 30px;
  background-color: #1c1d20;
}
.gt-news-left-items .gt-news-image {
  overflow: hidden;
  height: 326px;
}
.gt-news-left-items .gt-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-news-left-items .gt-news-content {
  padding: 24px;
}
.gt-news-left-items .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.gt-news-left-items .gt-news-content .gt-date-list li i {
  margin-right: 10px;
  color: var(--gt-theme);
}
.gt-news-left-items .gt-news-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.gt-news-left-items .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-news-left-items .gt-news-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-news-left-items .gt-news-content .gt-theme-btn .gt-text-btn {
  padding: 18px 30px;
  border: 1px solid var(--gt-theme);
}
.gt-news-left-items .gt-news-content .gt-theme-btn .gt-text-btn::before {
  background-color: var(--gt-theme);
}
.gt-news-left-items .gt-news-content .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-news-left-items .gt-news-content .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}

.gt-news-right-items .gt-news-box-items {
  margin-top: 30px;
  background-color: #1c1d20;
  display: flex;
  align-items: center;
}

.gt-news-right-items .gt-news-box-items .gt-news-image {
  overflow: hidden;
}

.gt-news-right-items .gt-news-box-items .gt-news-image img {
  width: 100%;
  height: 100%;
}
.gt-news-right-items .gt-news-box-items .gt-news-content {
  padding: 0 30px;
  max-width: 430px;
}

.gt-news-right-items .gt-news-box-items .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

.gt-news-right-items .gt-news-box-items .gt-news-content .gt-date-list li i {
  margin-right: 10px;
  color: var(--gt-theme);
}
.gt-news-right-items .gt-news-box-items .gt-news-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.gt-news-right-items .gt-news-box-items .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-news-right-items .gt-news-box-items .gt-news-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-news-right-items
  .gt-news-box-items
  .gt-news-content
  .gt-theme-btn
  .gt-text-btn {
  padding: 18px 30px;
  border: 1px solid var(--gt-theme);
}
.gt-news-right-items
  .gt-news-box-items
  .gt-news-content
  .gt-theme-btn
  .gt-text-btn::before {
  background-color: var(--gt-theme);
}
.gt-news-right-items
  .gt-news-box-items
  .gt-news-content
  .gt-theme-btn
  .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-news-right-items
  .gt-news-box-items
  .gt-news-content
  .gt-theme-btn:hover
  .gt-text-btn {
  color: var(--gt-white);
}




.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-5 {
  margin-bottom: 48px;
}
.gt-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-image {
  overflow: hidden;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 15%);
}
.gt-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-image
  img {
  width: 100%;
  height: 100%;
}
.gt-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-content
  .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}

.gt-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-content
  .gt-date-list
  li
  i {
  margin-right: 10px;
}
.gt-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-content
  h3 {
  margin-bottom: 10px;
  font-size: 36px;
}

.gt-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-content
  h3
  a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-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-news-standard-wrapper
  .gt-news-standard-items
  .gt-news-card-items-5
  .gt-news-content
  .gt-theme-btn {
  margin-top: 50px;
  display: inline-block;
}

.gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 40px;
  background-color: var(--gt-bg-2);
  padding: 30px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form {
  width: 100%;
  position: relative;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form input {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--gt-text);
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  border-radius: 8px;
  font-size: 18px;
  height: 100%;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button:hover {
  background-color: var(--gt-header);
  color: var(--gt-bg-2);
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  border-bottom: 1.5px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-size: 32px;
}

.gt-main-sideber .gt-single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
.gt-main-sideber .gt-single-sideber-widget ul li a {
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget ul li:hover a {
  color: var(--gt-theme);
}
.gt-main-sideber .gt-single-sideber-widget ul li:hover span {
  color: var(--gt-theme);
}
.gt-main-sideber
  .gt-single-sideber-widget
  .gt-recent-post-area
  .gt-recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gt-main-sideber
  .gt-single-sideber-widget
  .gt-recent-post-area
  .gt-recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber
  .gt-single-sideber-widget
  .gt-recent-post-area
  .gt-recent-items
  .gt-recent-content
  h6 {
  margin-bottom: 5px;
}
.gt-main-sideber
  .gt-single-sideber-widget
  .gt-recent-post-area
  .gt-recent-items
  .gt-recent-content
  h6
  a:hover {
  color: var(--gt-theme);
}
.gt-main-sideber
  .gt-single-sideber-widget
  .gt-recent-post-area
  .gt-recent-items
  .gt-recent-content
  ul
  li {
  color: var(--gt-text);
}
.gt-main-sideber .gt-contact-bg {
  position: relative;
}
.gt-main-sideber .gt-contact-bg .gt-contact-content {
  padding: 40px;
  position: relative;
}

.gt-main-sideber .gt-contact-bg .gt-contact-content h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}

.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-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.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-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);
}

.gt-main-sideber
  .gt-contact-bg
  .gt-contact-content
  .gt-contact-item
  .gt-list
  li
  span {
  color: var(--gt-white);
}
.gt-main-sideber
  .gt-contact-bg
  .gt-contact-content
  .gt-contact-item
  .gt-list
  li
  a {
  color: var(--gt-white);
}

.gt-news-details-wrapper .gt-details-image img {
  width: 100%;
  height: 100%;
}
.gt-news-details-wrapper .gt-news-details-content {
  margin-top: 24px;
}
.gt-news-details-wrapper .gt-news-details-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

.gt-news-details-wrapper .gt-news-details-content .gt-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list li {
  font-size: 16px;
  font-weight: 600;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list li:not(:last-child) {
  margin-bottom: 12px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list li i {
  margin-right: 10px;
  color: var(--gt-theme);
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber {
  padding: 30px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--gt-bg-2);
  margin-bottom: 40px;
  margin-top: 40px;
}

.gt-news-details-wrapper .gt-news-details-content .gt-sideber h6 {
  margin-bottom: 15px;
  line-height: 150%;
  letter-spacing: 0.5px;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-sideber
  .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gt-news-details-wrapper
  .gt-news-details-content
  .gt-sideber
  .client-info-item
  .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-sideber
  .client-info-item
  .client-info
  .image {
  border-radius: 100%;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-sideber
  .client-info-item
  .client-info
  h4 {
  font-size: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .text {
  font-size: 24px;
  margin-top: 30px;
}

.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-tag-share-wrap
  .tagcloud
  span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  color: var(--gt-header);
  font-family: "Chakra Petch", sans-serif;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-tag-share-wrap
  .tagcloud
  a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--gt-bg-2);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
}

.gt-news-details-wrapper
  .gt-news-details-content
  .gt-tag-share-wrap
  .tagcloud
  a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-tag-share-wrap
  .social-share
  a {
  font-size: 16px;
  color: var(--gt-header);
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: var(--gt-bg-2);
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-tag-share-wrap
  .social-share
  a:not(:last-child) {
  margin-right: 10px;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-tag-share-wrap
  .social-share
  a:hover {
  color: var(--gt-white);
  background-color: var(--gt-theme);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area {
  margin-top: 40px;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comments-area
  .gt-blog-single-comment {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
}

.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comments-area
  .gt-blog-single-comment
  .gt-content
  .head
  .con
  h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comments-area
  .gt-blog-single-comment
  .gt-content
  .reply {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 18px;
  font-weight: 400;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comments-area
  .gt-blog-single-comment
  .gt-content
  .reply:hover {
  background-color: var(--gt-theme);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap {
  padding: 30px;
  background-color: var(--gt-bg-2);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap p {
  margin-bottom: 20px;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comment-form-wrap
  .form-clt
  span {
  color: var(--gt-white);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comment-form-wrap
  .form-clt
  input,
.gt-news-details-wrapper
  .gt-news-details-content
  .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-news-details-wrapper
  .gt-news-details-content
  .gt-comment-form-wrap
  .form-clt
  input::placeholder,
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comment-form-wrap
  .form-clt
  textarea::placeholder {
  color: var(--gt-text);
}
.gt-news-details-wrapper
  .gt-news-details-content
  .gt-comment-form-wrap
  .form-clt
  textarea {
  padding-bottom: 70px;
  resize: none;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--gt-theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader .animation-preloader .txt-loading {
  font-size: 55px;
    text-align: center;
    user-select: none;
    font-weight: 600;
    margin-bottom: 20px;
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--gt-theme);
  position: relative;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--gt-header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 18px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--gt-theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--gt-bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.gt-back-to-top {
  background-color: var(--gt-theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--gt-white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.gt-back-to-top:hover {
  background-color: var(--gt-header);
  color: var(--gt-bg);
}
.gt-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--gt-theme);
  background-color: var(--gt-theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--gt-theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--gt-text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--gt-theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.webp), auto;
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    opacity 0.5s 0s,
    width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01),
    transform 0.2s 0s;
  -khtml-transition:
    opacity 0.5s 0s,
    width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01),
    transform 0.2s 0s;
  -moz-transition:
    opacity 0.5s 0s,
    width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01),
    transform 0.2s 0s;
  -ms-transition:
    opacity 0.5s 0s,
    width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01),
    transform 0.2s 0s;
  -o-transition:
    opacity 0.5s 0s,
    width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01),
    transform 0.2s 0s;
  transition:
    opacity 0.5s 0s,
    width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01),
    transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type="search"],
.search-popup__form input[type="text"] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--gt-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-text);
  transition: all 500ms ease;
}

.search-popup__form input[type="search"]:focus,
.search-popup__form input[type="text"]:focus {
  color: var(--gt-header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--gt-white);
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--gt-black);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.gt-page-nav-wrap ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.gt-page-nav-wrap ul li {
  display: inline-block;
}
.gt-page-nav-wrap ul li:first-child a {
  color: var(--gt-white);
  background-color: transparent;
  border: 1px none;
}
.gt-page-nav-wrap ul li:last-child a {
  color: var(--gt-white);
  background-color: transparent;
  border: 1px none;
}
.gt-page-nav-wrap ul li .gt-page-numbers {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--gt-text);
  text-align: center;
  background-color: transparent;
}
.gt-page-nav-wrap ul li .gt-page-numbers.current {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-page-nav-wrap ul li .gt-page-numbers.active {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-page-nav-wrap ul li .gt-page-numbers i {
  margin-top: 2px;
}
.gt-page-nav-wrap ul li .gt-page-numbers:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-pricing-box-items-2 {
  padding: 40px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gt-pricing-box-items-2 .gt-pricing-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 28px;
}
.gt-pricing-box-items-2 .gt-pricing-header .gt-icon {
  margin-bottom: 15px;
}
.gt-pricing-box-items-2 .gt-pricing-header h2 {
  margin-bottom: 15px;
}

.gt-pricing-box-items-2 .gt-pricing-list {
  margin-top: 30px;
}
.gt-pricing-box-items-2 .gt-pricing-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--gt-white);
  display: flex;
  align-items: center;
  gap: 15px;
}
.gt-pricing-box-items-2 .gt-pricing-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-pricing-box-items-2 .gt-pricing-btn {
  text-align: center;
  margin-top: 70px;
  z-index: 9;
  position: relative;
}
.gt-pricing-box-items-2 .gt-pricing-btn .gt-bg-shape {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.gt-pricing-box-items-2 .gt-pricing-btn .gt-pricing-text {
  font-size: 20px;
  font-weight: bold;
  color: var(--gt-white);
}
.gt-pricing-box-items-2 .gt-pricing-btn .gt-pricing-text i {
  transform: rotate(-45deg);
}
.gt-pricing-box-items-2 .gt-price-tag {
  padding: 2px 4px;
  display: inline-block;
  background-color: var(--gt-theme);
  font-size: 13px;
  text-align: center;
  color: var(--gt-white);
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Chakra Petch", sans-serif;
  top: 24px;
  right: -40px;
  transform: rotate(40.012deg);
  width: 172px;
}

.gt-pricing-box-items-2 .gt-price-tag.gt-bg-white {
  background-color: var(--gt-white);
  color: var(--gt-theme);
}
.gt-pricing-box-items-2 .gt-pricing-text.color-2 {
  color: var(--gt-theme);
}
.gt-pricing-box-items-2.gt-style-new {
  margin-top: 60px;
}

.gt-pricing-box-items-2.gt-style-new .gt-price-tag.gt-bg-black {
  background-color: #0b0e13;
}

.gt-pricing-wrapper .gt-pricing-content .gt-pricing-text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
}

.gt-pricing-wrapper .gt-pricing-content .nav {
  border: none;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: #ababab;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: var(--gt-theme);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--gt-theme);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gt-white);
  z-index: 1;
  transition: right 0.3s ease;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link:first-child {
  padding-left: 0;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link:last-child {
  padding-right: 0;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link:last-child::after {
  display: none;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link:last-child::before {
  display: none;
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link.active {
  color: var(--gt-theme);
}
.gt-pricing-wrapper .gt-pricing-content .nav .nav-link.active::after {
  right: 8px;
}

.gt-section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -6px;
}

.gt-section-title h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1;
  color: var(--gt-white);
  font-family: "Chakra Petch", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}
.gt-section-title h6::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #e041a1 0%, #00130b 100%);
  width: 116px;
  height: 1px;
  left: 0;
  bottom: -8px;
}
.gt-section-title h2 {
  color: var(--gt-white);
}
.gt-section-title h2 span {
  font-size: 60px;
  font-weight: 700;
  line-height: 112%;
  color: var(--gt-theme);
}

.gt-section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -6px;
}

.gt-section-title-2 h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1;
  color: var(--gt-white);
  font-family: "Chakra Petch", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.gt-section-title-2 h6::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: borderAnim 2s infinite alternate ease-in-out;
}

.gt-section-title-2 h6::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: borderAnim 2s infinite alternate ease-in-out;
}

.gt-section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.gt-section-title-area .gt-section-title-2 {
  margin-bottom: 0;
}
.gt-section-title-area .gt-section-title {
  margin-bottom: 0;
}

.gt-section-title-area .rating span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(136, 136, 136);
}
.gt-section-title-area .rating .star {
  margin-top: 5px;
  color: rgb(255, 8, 8);
}
.gt-section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.gt-section-title-area .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #ababab;
  padding: 0;
}
.gt-section-title-area .nav .nav-item .nav-link.active {
  color: var(--gt-theme);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--gt-bg-2);
}

.section-bg-1 {
  background-color: var(--gt-bg);
}

.section-padding {
  padding: 120px 0;
}

.gt-service-section {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.gt-service-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.gt-service-wrapper {
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.gt-service-wrapper .gt-service-box {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 120px 120px;
  padding-right: 100px;
  margin-top: -18px;
  position: relative;
  z-index: 9;
}

.gt-service-wrapper .gt-service-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(255, 8, 8, 0.5) 0%,
      rgba(11, 14, 19, 0.5) 100%
    ),
    url(../../assets/img/home-3/service/shape.png);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.gt-service-wrapper .gt-service-box:first-child {
  padding-right: 60px;
}
.gt-service-wrapper .gt-service-box:last-child {
  border-left: none;
}
.gt-service-wrapper .gt-service-box span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--gt-white);
}
.gt-service-wrapper .gt-service-box .gt-title {
  font-size: 60px;
  font-weight: 700;
  display: block;
  max-height: 450px;
  text-align: left;
}

.gt-service-wrapper .gt-service-box .gt-title a {
  color: #5b5b5b;
}

.gt-service-wrapper .gt-service-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.gt-service-wrapper .gt-service-box:hover .gt-title a {
  color: var(--gt-white);
}

.gt-service-details-wrapper .gt-nav-items {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.gt-service-details-wrapper .gt-nav-items::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, #ff0808 30%, rgba(11, 14, 19, 0) 100%);
  animation: slideBorder 6s linear infinite alternate;
}
.gt-service-details-wrapper .gt-nav-items::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, #ff0808 30%, rgba(11, 14, 19, 0) 100%);
  animation: slideBorders 6s linear infinite alternate;
}

.gt-service-details-wrapper .gt-nav-items .nav {
  display: flex;
  justify-content: space-between;
}

.gt-service-details-wrapper .gt-nav-items .nav li {
  font-size: 18px;
  font-weight: 600;
}

.gt-service-details-wrapper .gt-nav-items .nav li .nav-link {
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  padding: 30px 25px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.gt-service-details-wrapper .gt-nav-items .nav li .nav-link.active {
  position: relative;
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-service-details-wrapper .gt-nav-items .nav li .nav-link.active::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 15px;
  background-color: var(--gt-theme);
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  clip-path: polygon(16% 0, 49% 100%, 85% 0);
  transition: all 0.4s ease-in-out;
}
.gt-service-details-wrapper .tab-content .gt-details-post-item {
  margin-top: 60px;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-image {
  margin-bottom: 20px;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-image
  img {
  width: 100%;
  height: 100%;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  h3 {
  font-size: 36px;
  margin-bottom: 15px;
}

.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  p {
  margin-bottom: 15px;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .text {
  margin-top: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-feature-wrapper
  .gt-feature-item
  .number {
  font-size: 18px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--gt-bg-2);
  border-radius: 100%;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-feature-wrapper
  .gt-feature-item
  .number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  background: var(--gt-theme);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-feature-wrapper
  .gt-feature-item
  .gt-content
  h5 {
  font-size: 18px;
}

.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-feature-wrapper
  .gt-feature-item:hover
  .number:before {
  transform: scale(1);
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .thumb {
  position: relative;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .thumb
  img {
  width: 100%;
  height: 100%;
}



.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-text-2 {
  font-size: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 40px;
}

.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
}

.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-icon-wrapper
  .gt-icon-item {
  text-align: center;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-icon-wrapper
  .gt-icon-item
  .icon {
  margin-bottom: 15px;
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-icon-wrapper
  .gt-icon-item
  .icon
  img {
  transition: all 0.4s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transform-origin: center center;
}

.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-icon-wrapper
  .gt-icon-item
  h5 {
  color: var(--gt-text);
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-icon-wrapper
  .gt-icon-item:hover
  .icon
  img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}
.gt-service-details-wrapper
  .tab-content
  .gt-details-post-item
  .gt-details-content
  .gt-service-icon-wrapper
  .gt-icon-item:hover
  h5 {
  color: var(--gt-theme);
}

.gt-shop-card-item {
  margin-top: 30px;
  padding: 50px 30px;
  background-color: rgb(11, 14, 19);
  position: relative;
}
.gt-shop-card-item.gt-style-2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.gt-shop-card-item span {
  font-weight: 700;
  padding: 4px;
  background-color: var(--gt-theme);
  letter-spacing: -0.28px;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 25px;
  color: var(--gt-white);
  z-index: 1;
}
.gt-shop-card-item .gt-shop-image {
  position: relative;
}
.gt-shop-card-item .gt-shop-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-shop-card-item .gt-shop-image .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
.gt-shop-card-item .gt-shop-image .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-card-item .gt-shop-image .gt-shop-icon li a,
.gt-shop-card-item .gt-shop-image .gt-shop-icon li button {
  background-color: var(--gt-theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--gt-white);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.gt-shop-card-item .gt-shop-image .gt-shop-icon li a:hover,
.gt-shop-card-item .gt-shop-image .gt-shop-icon li button:hover {
  background-color: var(--gt-header);
  color: var(--gt-bg);
}
.gt-shop-card-item .gt-shop-content {
  margin-top: 30px;
  text-align: center;
}
.gt-shop-card-item .gt-shop-content h5 {
  margin-bottom: 20px;
}
.gt-shop-card-item .gt-shop-content h5 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-card-item .gt-shop-content h5 a:hover {
  color: var(--gt-white);
  background-size: 100% 2px;
  background-image: linear-gradient(
    180deg,
    var(--gt-white) 0%,
    var(--gt-white) 100%
  );
}
.gt-shop-card-item:hover .gt-shop-image .gt-shop-icon li {
  transform: scaleX(1);
}
.gt-shop-card-item:hover .gt-shop-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.shop-bg-image {
  padding: 70px 90px 70px;
  position: relative;
}

.shop-bg-image .ride-man {
  position: absolute;
  right: 0;
  bottom: 0;
}

.shop-bg-image .ride-man img {
  width: 100%;
  height: 100%;
}
.shop-bg-image .shop-bg-content h2 {
  font-size: 70px;
}



.gt-shop-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.gt-shop-notices-wrapper .gt-shop-showing p {
  color: var(--gt-white);
}
.gt-shop-notices-wrapper .form .single-select {
  padding: 16px 20px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  line-height: 1;
  height: initial;
  border: 1px solid rgb(255, 8, 8);
  background: var(--gt-bg-2);
  color: var(--gt-header);
  border-radius: 0;
}
.gt-shop-notices-wrapper .form .single-select::after {
  right: 20px;
  border-bottom: 2px solid var(--gt-text);
  border-right: 2px solid var(--gt-text);
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.gt-shop-notices-wrapper .form .single-select .option {
  color: var(--gt-text);
}
.gt-shop-notices-wrapper .form .list {
  width: 100%;
}
.gt-shop-notices-wrapper .form-clt {
  max-width: 300px;
  width: 100%;
}

.shop-details-wrapper .gt-shop-tab-area {
  margin-top: 60px;
}
.shop-details-wrapper .gt-shop-tab-area .nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}

.shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link {
  font-size: 20px;
  color: var(--gt-text);
  font-weight: 700;
  position: relative;
  padding: 0;
}
.shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active {
  color: var(--gt-theme);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .nav
  .nav-item
  .nav-link.active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: var(--gt-theme);
  transition: 0.3s;
}

.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-description-content
  h5 {
  margin-bottom: 20px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-description-content
  .gt-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-description-content
  .gt-list
  li {
  font-size: 16px;
  font-weight: 600;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-description-content
  .gt-list
  li:not(:last-child) {
  margin-bottom: 12px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-description-content
  .gt-list
  li
  i {
  margin-right: 10px;
  color: var(--gt-theme);
}
.shop-details-wrapper .gt-shop-tab-area .tab-content .gt-thumb img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-information-list-item
  h5 {
  margin-bottom: 20px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-information-list-item
  .gt-inform-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-information-list-item
  .gt-inform-item
  .gt-inform-text {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-information-list-item
  .gt-inform-item
  .gt-inform-text
  h6 {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 16px;
  font-weight: 700;
}

.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .gt-information-list-item
  .gt-inform-item
  .gt-inform-text
  span {
  display: inline-block;
  margin-left: 350px;
  font-weight: 500;
}

.shop-details-wrapper .gt-shop-tab-area .tab-content .th-coustumer-riview h5 {
  margin-bottom: 5px;
}
.shop-details-wrapper .gt-shop-tab-area .tab-content .th-coustumer-riview p {
  margin-bottom: 15px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .th-review-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .th-review-item.gt-style-2 {
  border-top: 1px none;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .th-review-item
  .star {
  color: var(--gt-theme);
  font-size: 12px;
  margin-bottom: 20px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .th-review-item
  .th-client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .th-review-item
  .th-client-info
  .th-client-image
  img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .th-review-item
  .th-client-info
  .th-info-text
  h6 {
  color: var(--gt-text);
  margin-bottom: 10px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .th-review-item
  .th-client-info
  .th-info-text
  h6
  span {
  color: var(--gt-white);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap {
  padding: 30px;
  background-color: var(--gt-bg-2);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  p {
  margin-bottom: 20px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-clt
  span {
  color: var(--gt-white);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-clt
  input,
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .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);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-clt
  input::placeholder,
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-clt
  textarea::placeholder {
  color: var(--gt-text);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-clt
  textarea {
  padding-bottom: 70px;
  resize: none;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-check {
  margin-bottom: 20px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-check
  .form-check-input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-check
  .form-check-input:checked {
  background-color: var(--gt-theme);
  border-color: var(--gt-theme);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-check
  .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .form-check
  .form-check-label {
  font-weight: 500;
  font-size: 15px;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .gt-theme-btn {
  color: var(--gt-white);
  z-index: 999;
  display: inline-block;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .gt-theme-btn
  .gt-text-btn {
  color: var(--gt-white);
  border: 1px none;
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .gt-theme-btn:hover {
  color: var(--gt-theme);
}
.shop-details-wrapper
  .gt-shop-tab-area
  .tab-content
  .th-coustumer-riview
  .gt-comment-form-wrap
  .gt-theme-btn:hover
  .gt-text-btn {
  color: var(--gt-theme);
}

.gt-shop-details-left-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.gt-shop-details-left-item .nav {
  display: grid;
  gap: 25px;
}

.gt-shop-details-left-item .nav img {
  width: 100%;
  height: 100%;
}
.gt-shop-details-left-item .nav .nav-link {
  padding: 0;
}
.gt-shop-details-left-item .nav .nav-link.active {
  border: 1px solid var(--gt-theme);
}
.gt-shop-details-left-item .tab-content .shop-thumb img {
  width: 100%;
  height: 100%;
}

.gt-shop-details-content .gt-tag-list {
  margin-bottom: 5px;
}
.gt-shop-details-content .gt-tag-list li {
  color: var(--gt-white);
  font-size: 14px;
}
.gt-shop-details-content .gt-tag-list li i {
  margin-right: 8px;
  color: var(--gt-theme);
  transform: rotate(90deg);
}
.gt-shop-details-content h4 {
  margin-bottom: 5px;
}
.gt-shop-details-content .star {
  color: var(--gt-theme);
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.gt-shop-details-content .star i.gt-color {
  color: var(--gt-text);
}
.gt-shop-details-content .star span {
  margin-left: 20px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: var(--gt-text);
}
.gt-shop-details-content .gt-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.gt-shop-details-content .gt-list-item h6 {
  margin-bottom: 10px;
}
.gt-shop-details-content .gt-list-item .gt-list li {
  color: var(--gt-text);
  position: relative;
  padding-left: 30px;
}

.gt-shop-details-content .gt-list-item .gt-list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 30px;
  background-color: var(--gt-text);
  transition: all 0.4s ease-in-out;
}

.gt-shop-details-content .gt-list-item .gt-list li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-shop-details-content .gt-price-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.gt-shop-details-content .gt-price-item h6 {
  padding: 8px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--gt-text);
}
.gt-shop-details-content .gt-price-item h6.gt-bg {
  background-color: var(--gt-bg-2);
  border: 1px none;
}
.gt-shop-details-content .gt-price-item h6 span {
  color: var(--gt-white);
}
.gt-shop-details-content .gt-price-item h6 span.gt-color {
  color: var(--gt-theme);
}
.gt-shop-details-content .gt-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--gt-text);
}
.gt-shop-details-content .gt-text span {
  color: var(--gt-white);
}
.gt-shop-details-content .gt-color-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.gt-shop-details-content .gt-color-list .gt-list-color-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  border-radius: 0%;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item
  .swatch-value {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item
  .swatch-value.gt-bg-color {
  background-color: rgb(255, 74, 86);
}
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item
  .swatch-value.gt-bg-color-2 {
  background-color: #5b5cfe;
}
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item
  .swatch-value.gt-bg-color-3 {
  background-color: #919191;
}
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item.active,
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item:hover {
  border: 1px solid rgb(255, 74, 86);
}
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item.active
  .swatch-value,
.gt-shop-details-content
  .gt-color-list
  .gt-list-color-product
  .list-color-item:hover
  .swatch-value {
  border-color: 1px solid var(--gt-theme);
}
.gt-shop-details-content .gt-button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gt-shop-details-content .gt-button-wrapper .cart-quantity .qty {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  line-height: 1;
  justify-content: space-between;
  margin-top: 0;
  position: relative;
  clip-path: polygon(
    24% 0,
    88% 0,
    100% 0,
    100% 77%,
    100% 100%,
    0 100%,
    0 80%,
    0 30%,
    13% 0
  );
}
.gt-shop-details-content .gt-button-wrapper .cart-quantity .qty::before {
  position: absolute;
  top: -17px;
  left: -19px;
  right: 0;
  bottom: 0;
  content: "";
  transform: rotate(52deg);
  height: 85px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  clip-path: polygon(
    24% 0,
    88% 0,
    100% 0,
    100% 77%,
    100% 100%,
    0 100%,
    0 80%,
    0 25%,
    30% 0
  ) !important;
}
.gt-shop-details-content .gt-button-wrapper .cart-quantity .qty button,
.gt-shop-details-content .gt-button-wrapper .cart-quantity .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gt-header);
  font-weight: 400;
  font-size: 24px;
}
.gt-shop-details-content .gt-button-wrapper .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.gt-shop-details-content .gt-button-wrapper .gt-theme-btn {
  padding: 10px 30px;
}
.gt-shop-details-content .gt-button-wrapper .gt-theme-btn.gt-style-border {
  clip-path: polygon(
    24% 0,
    88% 0,
    100% 0,
    100% 77%,
    100% 100%,
    0 100%,
    0 80%,
    0 33%,
    5% 0
  ) !important;
  width: 100%;
}
.gt-shop-details-content .gt-button-wrapper .gt-theme-btn.style-2 {
  padding: 8px 30px;
}

.gt-shop-accesories-section {
  position: relative;
}



.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
}

.common-table .cart-item-thumb .head {
  color: var(--gt-header);
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
}
.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: var(--gt-text);
}
.common-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: var(--gt-header);
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.quantity button i {
  font-size: 16px;
  color: var(--gt-text);
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: var(--gt-text);
  border: unset;
  background-color: var(--gt-bg);
}

.cart-list-area .coupon-items input {
  background: var(--gt-bg-2);
  border: none;
  padding: 19px 30px;
  color: var(--gt-text);
  line-height: 1;
}

.cart-total-area h3 {
  font-size: 48px;
  margin-bottom: 5px;
  font-weight: 700;
}

.cart-total-area ul {
  margin-bottom: 50px;
}
.cart-total-area ul li {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-header);
  display: flex;
  align-items: center;
  gap: 220px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
  padding-top: 25px;
}
.cart-total-area ul li .subtotal {
  color: var(--gt-text);
  font-weight: 400;
  margin-left: -30px;
}

.cart-total-area ul li .price {
  font-weight: 700;
  font-size: 22px;
  flex-basis: 30%;
}

.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--gt-header);
  text-transform: capitalize;
}
.checkout-radio h4 {
  color: var(--gt-header);
  margin-bottom: 16px;
  font-weight: 600;
}
.checkout-radio
  .checkout-radio-wrapper
  .checkout-radio-single
  .form-check-input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}
.checkout-radio
  .checkout-radio-wrapper
  .checkout-radio-single
  .form-check-input:checked {
  background-color: var(--gt-theme);
  border-color: var(--gt-theme);
}
.checkout-radio
  .checkout-radio-wrapper
  .checkout-radio-single
  .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--gt-text);
  text-transform: capitalize;
}
.checkout-radio
  .checkout-radio-wrapper
  .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}

.checkout-single-wrapper .checkout-single h4 {
  color: var(--gt-header);
  margin-bottom: 2rem;
  font-weight: 600;
}
.checkout-single-wrapper
  .checkout-single
  .checkout-single-form
  .input-single
  textarea,
.checkout-single-wrapper
  .checkout-single
  .checkout-single-form
  .input-single
  .country-select,
.checkout-single-wrapper
  .checkout-single
  .checkout-single-form
  .input-single
  input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  color: var(--gt-header);
  text-transform: capitalize;
  font-weight: 500;
  background-color: transparent;
}
.checkout-single-wrapper
  .checkout-single
  .checkout-single-form
  .input-single
  label {
  color: var(--gt-text);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout-single-wrapper
  .checkout-single
  .checkout-single-form
  .input-single
  ::placeholder {
  color: var(--gt-text);
}
.checkout-single-wrapper
  .checkout-single
  .checkout-single-form
  .input-single
  .single-select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: var(--gt-text);
  background-color: transparent;
}
.checkout-single-wrapper
  .checkout-single
  .checkout-single-form
  .input-single
  .single-select
  .list {
  width: 100%;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--gt-header);
  margin-bottom: 12px;
  text-transform: capitalize;
}
.checkout-single-wrapper .boxshado-single {
  margin-bottom: 24px;
}
.checkout-single-wrapper .checkout-single-bg .theme-btn {
  border-radius: 0;
}
.checkout-single-wrapper
  .checkout-single-bg
  .checkout-single-form
  .input-single
  textarea,
.checkout-single-wrapper
  .checkout-single-bg
  .checkout-single-form
  .input-single
  .country-select,
.checkout-single-wrapper
  .checkout-single-bg
  .checkout-single-form
  .input-single
  input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  text-transform: capitalize;
}
.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border: 1px solid #e4e4e5;
  background-color: var(--gt-theme);
  outline: none;
  color: var(--gt-header);
}
.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.gt-team-wrapper {
  margin-left: -32%;
}

.gt-team-wrapper.gt-style-2 {
  margin-left: 0;
}
.gt-team-wrapper .gt-team-card-item {
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 15%);
	display: flex;
	height: 100%;
}
.gt-team-wrapper .gt-team-card-item .gt-team-content {
  position: relative;
  overflow: hidden;
	padding: 50px 15px;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
}
.gt-team-wrapper .gt-team-card-item .gt-team-content h3{
	color: #fb4334;
	margin-bottom: 15px;
	font-size: 22px;
}
.gt-team-wrapper .gt-team-card-item .gt-team-content::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) 20.5%, #ff0808 100%);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gt-team-wrapper
  .gt-team-card-item
  .gt-team-image
  .gt-team-content
  .gt-social-icon {
  gap: 35px;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  padding: 8px;
}
.gt-team-wrapper
  .gt-team-card-item
  .gt-team-image
  .gt-team-content
  .gt-social-icon::before {
  position: absolute;
  content: "";
  width: 370px;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: -72%;
  top: 0;
}
.gt-team-wrapper
  .gt-team-card-item
  .gt-team-image
  .gt-team-content
  .gt-social-icon::after {
  position: absolute;
  content: "";
  width: 370px;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  right: -72%;
  bottom: 0;
}
.gt-team-wrapper
  .gt-team-card-item
  .gt-team-image
  .gt-team-content
  .gt-social-icon
  a {
  display: inline-block;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-team-wrapper
  .gt-team-card-item
  .gt-team-image
  .gt-team-content
  .gt-social-icon
  a:hover {
  color: var(--gt-theme);
}
.gt-team-wrapper .gt-team-card-item .gt-team-image .gt-team-content h3 {
  font-size: 30px;
}

.gt-team-wrapper .gt-team-card-item .gt-team-image .gt-team-content h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-team-wrapper .gt-team-card-item .gt-team-image .gt-team-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-team-wrapper .gt-team-card-item .gt-team-image .gt-team-content p {
  color: var(--gt-white);
}
.gt-team-wrapper .gt-team-card-item:hover .gt-team-content::before {
  transform: scale(1, 1);
  transform-origin: bottom center;
  z-index: 1;
}

.gt-team-wrapper .gt-team-cont .gt-text {
  margin-top: 20px;
  max-width: 450px;
}

.gt-team-section {
  position: relative;
}
.gt-team-section .right-shape {
  position: absolute;
  right: 40px;
  bottom: 0;
  transform: translateX(100%);
  animation: slideInRight 1.5s ease-out forwards;
}

.gt-team-wrapper-2 {
  margin-top: 60px;
}

.gt-team-wrapper-2 .gt-team-area {
  position: relative;
  z-index: 9;
}
.gt-team-wrapper-2 .gt-team-area::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background: url("../../assets/img/home-2/team/team-bg.jpg");
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 .gt-team-content {
  flex-basis: 45%;
}

.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 .gt-team-content span {
  font-size: 16px;
  font-weight: 700;
  color: var(--gt-theme);
  display: inline-block;
  margin-bottom: 10px;
}
.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 .gt-team-content h3 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -1.6px;
  line-height: 1;
}

.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 .gt-team-content h3 a {
  color: transparent;
  -webkit-text-stroke: 1px var(--gt-white);
}
.gt-team-wrapper-2
  .gt-team-area
  .gt-team-box-items-2
  .gt-team-content
  h3
  a:hover {
  color: var(--gt-theme);
}
.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 .gt-social-icon {
  gap: 15px;
}

.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0b0e13;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.gt-team-wrapper-2 .gt-team-area .gt-team-box-items-2 .gt-social-icon a:hover {
  background-color: var(--gt-theme);
}
.gt-team-wrapper-2 .gt-team-area:hover::before {
  width: 100%;
}
.gt-team-wrapper-2 .gt-team-area:hover .gt-team-content h3 a {
  color: var(--gt-white);
  -webkit-text-stroke: 0px var(--gt-white);
}

.gt-team-section-2 {
  background: #1c1d20;
  margin: 0 60px;
}

.gt-team-image-3 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.gt-team-image-3 img {
  width: 100%;
  height: 100%;
}
.gt-team-image-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 8, 8, 0) 0%, #ff0808 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-team-image-3 .gt-content {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  z-index: 9;
  position: absolute;
  bottom: 30px;
  left: -80px;
  border-right: 4px solid var(--gt-white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-team-image-3 .gt-content h3 {
  font-size: 30px;
  font-weight: bold;
}
.gt-team-image-3 .gt-content h3 a {
  color: var(--gt-white);
}
.gt-team-image-3 .gt-content p {
  color: var(--gt-white);
  font-weight: bold;
  font-size: 16px;
}
.gt-team-image-3 .gt-social-icon {
  gap: 20px;
  position: absolute;
  right: 30px;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-team-image-3 .gt-social-icon a {
  color: var(--gt-white);
}
.gt-team-image-3:hover::before {
  opacity: 1;
  visibility: visible;
}
.gt-team-image-3:hover .gt-content {
  opacity: 1;
  visibility: visible;
  left: 30px;
}
.gt-team-image-3:hover .gt-social-icon {
  bottom: 28px;
  opacity: 1;
  visibility: visible;
}

.gt-team-section-3 {
  position: relative;
  z-index: 9;
}
.gt-team-section-3 .gt-team-slider-3 {
  margin: 0 -7%;
}

.gt-team-section-3 .ellipse-bg-shape {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.gt-team-section-3 .dot-number {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  position: relative;
  padding-left: 50px;
  padding-right: 70px;
}

.gt-team-section-3 .dot-number::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 35px;
  height: 1px;
  background: linear-gradient(90deg, #ff0808 0%, #00130b 100%);
}

.gt-team-section-3 .dot-number::after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 35px;
  height: 1px;
  background: linear-gradient(90deg, #ff0808 0%, #00130b 100%);
}

.gt-team-section-3 .dot-number .swiper-pagination-bullet-active .dot-num span {
  color: var(--gt-theme);
}
.gt-team-section-3 .dot-number .dot-num span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.gt-team-section-3 .swiper-horizontal > .swiper-pagination-bullets,
.gt-team-section-3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.gt-team-section-3 .swiper-pagination-custom,
.gt-team-section-3 .swiper-pagination-fraction {
  width: initial;
  left: 0;
  bottom: 0;
}
.gt-team-section-3 .swiper-pagination-bullet {
  width: 0;
  border-radius: 0;
  height: 0;
}
.gt-team-section-3 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px !important;
}

.gt-team-details-wrapper .gt-team-details-item .gt-details-iamge {
  max-width: 690px;
}
.gt-team-details-wrapper .gt-team-details-item .gt-details-iamge img {
  width: 100%;
  height: 100%;
}
.gt-team-details-wrapper .gt-team-details-item .gt-social-icon {
  gap: 15px;
  margin-top: 30px;
}

.gt-team-details-wrapper .gt-team-details-item .gt-social-icon span {
  display: inline-block;
  margin-right: 10px;
  color: var(--gt-white);
}
.gt-team-details-wrapper .gt-team-details-item .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-team-details-wrapper .gt-team-details-item .gt-social-icon a:hover {
  border: 1px solid var(--gt-theme);
  color: var(--gt-theme);
}
.gt-team-details-wrapper .gt-team-details-item .gt-ride-image {
  margin-top: 300px;
  max-width: 593px;
  position: relative;
  z-index: 9;
  transform: translateX(-100%);
  animation: slideInRight 1.5s ease-out forwards;
}

.gt-team-details-wrapper .gt-team-details-item .gt-ride-image img {
  width: 100%;
  height: 100%;
}
.gt-team-details-wrapper .gt-team-details-item .gt-ride-image .gt-shape {
  position: absolute;
  left: -40%;
  top: -25%;
  z-index: -1;
}

.gt-team-details-wrapper .gt-team-details-item .gt-ride-image .gt-shape img {
  width: initial;
  height: initial;
}
.gt-team-details-wrapper .gt-team-details-content .text {
  color: var(--gt-theme);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.gt-team-details-wrapper .gt-team-details-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.gt-team-details-wrapper .gt-team-details-content h6 span {
  color: var(--gt-white);
}
.gt-team-details-wrapper .gt-team-details-content p {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0px;
  margin-top: 20px;
}
.gt-team-details-wrapper .gt-team-details-content .gt-progress-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.gt-team-details-wrapper .gt-team-details-content .gt-progress-wrapper h4 {
  margin-bottom: 20px;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-progress-wrapper
  .gt-progress-wrap
  .pro-items {
  width: 100%;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-progress-wrapper
  .gt-progress-wrap
  .pro-items:not(:last-child) {
  margin-bottom: 25px;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-progress-wrapper
  .gt-progress-wrap
  .pro-items
  .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-progress-wrapper
  .gt-progress-wrap
  .pro-items
  .pro-head
  .point {
  font-size: 16px;
  font-weight: 700;
  color: var(--gt-white);
}
.gt-team-details-wrapper
  .gt-team-details-content
  .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-team-details-wrapper
  .gt-team-details-content
  .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-team-details-wrapper
  .gt-team-details-content
  .gt-progress-wrapper
  .gt-progress-wrap
  .pro-items
  .style-two {
  animation: load2 3s normal forwards;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .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-team-details-wrapper .gt-team-details-content .gt-text {
  border-top: none;
  padding-top: 0;
  margin-top: 10px;
}
.gt-team-details-wrapper .gt-team-details-content .gt-week-list-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.gt-team-details-wrapper
  .gt-team-details-content
  .gt-week-list-item
  .gt-week-list
  li {
  display: flex;
  align-items: center;
  gap: 50px;
  color: var(--gt-white);
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-week-list-item
  .gt-week-list
  li
  span {
  color: rgb(171, 171, 171);
  font-weight: 500;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-week-list-item
  .gt-week-list
  li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-team-details-content .gt-details-card-item-4 {
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 17%);
  margin-top: 30px;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image {
  position: relative;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(28, 29, 32, 0.6);
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image
  img {
  width: 100%;
  height: 100%;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image
  .gt-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image
  .gt-content
  h6 {
  font-size: 14px;
  margin-bottom: 20px;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image
  .gt-content
  .gt-social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image
  .gt-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-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image
  .gt-content
  .gt-social-item
  li:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, #ff0808 0%, #1c1d20 100%);
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-details-card-item-4
  .gt-details-image
  .gt-content
  .gt-social-item
  li
  i {
  margin-right: 10px;
  color: var(--gt-white);
}
.gt-team-details-wrapper .gt-team-details-content .gt-team-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 40px;
}
.gt-team-details-wrapper .gt-team-details-content .gt-team-bottom h4 {
  margin-bottom: 15px;
}
.gt-team-details-wrapper .gt-team-details-content .gt-team-bottom p {
  border-top: none;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-team-bottom
  .gt-image-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.gt-team-details-wrapper
  .gt-team-details-content
  .gt-team-bottom
  .gt-image-item
  .icon-image
  img {
  transition: all 0.4s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transform-origin: center center;
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-team-bottom
  .gt-image-item
  .icon-image:hover
  img {
  filter: sepia(1) saturate(5000%) hue-rotate(-10deg) brightness(0.9);
  transform: scale(1.15);
}
.gt-team-details-wrapper
  .gt-team-details-content
  .gt-team-bottom
  .gt-theme-btn.gt-style-border {
  clip-path: polygon(
    24% 0,
    88% 0,
    100% 0,
    100% 77%,
    100% 100%,
    0 100%,
    0 80%,
    0 23%,
    5% 0
  ) !important;
}

.gt-testimonial-wrapper {
  margin-top: 30px;
}
.gt-testimonial-wrapper .gt-testimonial-card-item {
  padding: 50px 40px;
  background-color: var(--gt-bg-2);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 15%);
  max-width: 620px;
  border: 1px solid rgba(102, 102, 102, 0.2);
}

.gt-testimonial-wrapper .gt-testimonial-card-item .gt-client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.gt-testimonial-wrapper .gt-testimonial-card-item .gt-client-info .text h6 {
  margin-bottom: 5px;
}
.gt-testimonial-wrapper .gt-testimonial-card-item .gt-testi-content {
  display: flex;
  gap: 24px;
}

.gt-testimonial-wrapper .gt-testimonial-card-item .gt-testi-content p {
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-white);
  max-width: 489px;
}

.gt-testimonial-wrapper .text-image {
  position: relative;
  display: inline-block;
  max-width: 564px;
}
.gt-testimonial-wrapper .text-image img {
  width: 100%;
  height: 100%;
}
.gt-testimonial-wrapper .text-image .sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--gt-theme);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.6);
  animation: sparkle 2s infinite ease-in-out;
}
.gt-testimonial-wrapper .swiper-dot {
  position: absolute;
  left: 50%;
  transform: rotate(90deg);
  top: 60%;
}

.gt-testimonial-section {
  position: relative;
}
.gt-testimonial-section .right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gt-testimonial-wraper-2 {
  margin-right: -40%;
}

.gt-testimonial-wraper-2.gt-style-2 {
  margin-right: 0;
}
.gt-testimonial-wraper-2 .gt-testimonial-card-items-2 {
  margin-top: 30px;
  background-color: #1c1d20;
  padding: 45px 35px;
  position: relative;
}

.gt-testimonial-wraper-2 .gt-testimonial-card-items-2 .gt-client-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-testimonial-wraper-2
  .gt-testimonial-card-items-2
  .gt-client-info
  .gt-content
  h6 {
  font-size: 18px;
  margin-bottom: 2px;
}
.gt-testimonial-wraper-2 .gt-testimonial-card-items-2 .gt-text {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.gt-testimonial-wraper-2 .gt-testimonial-card-items-2 .gt-text p {
  font-size: 18px;
  font-weight: 600;
}

.gt-testimonial-wraper-2 .gt-testimonial-card-items-2 .star {
  color: #fcd554;
  position: absolute;
  right: 35px;
  top: 60px;
}

.gt-testimonial-section-2 {
  position: relative;
}
.gt-testimonial-section-2 .gt-testimonial-image {
  position: absolute;
  bottom: 80px;
  left: 0;
}

.gt-testimonial-wrapper-3 .testimonial-content .gt-testimonial-card-item {
  padding: 50px 40px;
  background-color: var(--gt-bg-2);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 15%);
  max-width: 620px;
  border: 1px solid rgba(102, 102, 102, 0.2);
}

.gt-testimonial-wrapper-3
  .testimonial-content
  .gt-testimonial-card-item
  .gt-client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.gt-testimonial-wrapper-3
  .testimonial-content
  .gt-testimonial-card-item
  .gt-client-info
  .text
  h6 {
  margin-bottom: 5px;
}
.gt-testimonial-wrapper-3
  .testimonial-content
  .gt-testimonial-card-item
  .gt-testi-content {
  display: flex;
  gap: 24px;
}

.gt-testimonial-wrapper-3
  .testimonial-content
  .gt-testimonial-card-item
  .gt-testi-content
  p {
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-white);
  max-width: 489px;
}

.gt-testimonial-wrapper-3 .gt-testimonial-image {
  position: relative;
}
.gt-testimonial-wrapper-3 .gt-testimonial-image img {
  width: 100%;
  height: 100%;
}

.gt-testimonial-wrapper-3 .gt-testimonial-image .gt-ratting-content {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 0;
}

.gt-testimonial-wrapper-3 .gt-testimonial-image .gt-ratting-content p {
  color: #888888;
}
.gt-testimonial-wrapper-3 .gt-testimonial-image .gt-ratting-content .gt-star {
  color: var(--gt-theme);
} /*# sourceMappingURL=main.css.map */

.gt-team-content p {
  color: #1c1d20;
	margin-bottom: 0
}

.gt-box-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.accordion-body table.table.table-bordered tr,
.accordion-body table.table.table-bordered td {
  background-color: transparent;
  color: #1c1d20;
  vertical-align: middle;
  padding: 10px;
}
.accordion-body table.table.table-bordered td p {
  margin-bottom: 0;
  margin-top: 5px;
}


/* Global responsive helpers */
*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Avoid horizontal scroll on small screens */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Hero Section Background Slider */
.hero-section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    animation: bgSlider 20s infinite ease-in-out;
    display: flex;
    align-items: center;
}

/* Smooth background transitions */
/*
@keyframes bgSlider {
    0%   { background-image: url('../images/zakir.jpg'); }
    50%  { background-image: url('../images/B.png'); }
    100% { background-image: url('../images/zakir.jpg'); }
}
*/

/* Overlay for readability */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* Keep text & buttons visible above overlay */
.hero-section .container {	
    position: relative;
    z-index: 2;
}



:root { --menu-height: 80px; }

/* ---------- OVERLAY ---------- */
#yfOverlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0,0,0,.45), rgba(0,0,0,.85));
  backdrop-filter: blur(4px);
  z-index: 9998;
  display: none;
}

/* ---------- 3D SCENE ---------- */
#yfScene {
  position: fixed;
  top: var(--menu-height);
  left: 50%;
  transform: translateX(-50%);
  perspective: 1600px;
  z-index: 9999;
  display: none;
}

/* ---------- POPUP 800x800 ---------- */
#yfPopup {
  width: 600px;
  height: auto;
  background: linear-gradient(145deg,#0e0e0e,#1f1f1f);
  border-radius: 26px;
  box-shadow: 0 45px 90px rgba(0,0,0,.8),
              inset 0 1px 0 rgba(255,255,255,.08);
  transform-style: preserve-3d;
  animation: pop3d .8s ease;
  overflow: hidden;
  font-family: "Segoe UI", system-ui, sans-serif;
}

@keyframes pop3d {
  from { opacity:0; transform: rotateX(-30deg) translateY(-30px); }
  to   { opacity:1; transform: rotateX(0) translateY(0); }
}

#yfPopup:hover {
  transform: rotateX(4deg) rotateY(-4deg);
}

/* ---------- IMAGE ---------- */
.yf-popup-banner {
  height: 70%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(40px);
}

.yf-popup-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------- CONTENT ---------- */
.yf-popup-content {
  height: 30%;
  padding: 20px 26px;
  text-align: center;
  transform: translateZ(30px);
}

.yf-popup-content h3 {
  font-size: 24px;
  margin: 6px 0 8px;
  color: #ffd400;
}

.yf-popup-content p {
  font-size: 16px;
  margin: 4px 0;
  color: #fff;
}

/* ---------- BUTTONS ---------- */
.yf-popup-actions {
  margin-top: 16px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.yf-btn {
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transform: translateZ(45px);
  transition: .2s ease;
}

.yf-btn-register {
  background: linear-gradient(135deg,#ffb703,#ff8800);
  color:#000;
}

.yf-btn-whatsapp {
  background:#25d366;
  color:#000;
}

.yf-btn-secondary {
  background: linear-gradient(135deg,#2b2b2b,#3a3a3a);
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
}

.yf-btn:hover {
  transform: translateZ(70px) scale(1.06);
  box-shadow:0 16px 35px rgba(0,0,0,.6);
}

/* ---------- CLOSE ---------- */
#yfClose {
  position:absolute;
  top:18px;
  right:20px;
  width:36px;
  height:36px;
  border-radius:50%;
  background:rgba(0,0,0,.7);
  border:none;
  color:#fff;
  font-size:20px;
  cursor:pointer;
  transform: translateZ(80px);
}

#yfClose:hover { background:#ff3333; }


#yfCubeWrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 150px;
  height: 150px;
  perspective: 900px;
  z-index: 9997;
}

#yfCube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: spinCube 10s linear infinite;
}

.yf-face {
  position: absolute;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg,#ffd400,#ff8800);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  box-shadow: inset 0 0 20px rgba(0,0,0,.3);
}

.yf-front  { transform: rotateY(0)   translateZ(75px); }
.yf-back   { transform: rotateY(180) translateZ(75px); }
.yf-right  { transform: rotateY(90)  translateZ(75px); }
.yf-left   { transform: rotateY(-90) translateZ(75px); }
.yf-top    { transform: rotateX(90)  translateZ(75px); }
.yf-bottom { transform: rotateX(-90) translateZ(75px); }

@keyframes spinCube {
  from { transform: rotateX(0) rotateY(0); }
  to   { transform: rotateX(360deg) rotateY(360deg); }
}



body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #fb4334;
    color: #111;
}

/* Section Wrapper */
.partner-section {
    width: 100%;
    background: #ffffff;
    padding: 40px 0 30px;
}

/* Section Title */
.partner-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 35px 0 25px;
    text-transform: uppercase;
}

/* Marquee */
.partner-marquee {
    width: 100%;
    overflow: hidden;
     padding: 20px 0;
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: marquee-scroll 15s linear infinite;
    -webkit-animation: marquee-scroll 15s linear infinite;
}

/* ==============================
   Hosting Partner Logos (1–7)
   300W x 150H
   ============================== */
.marquee-track img {
    width: 300px;
    height: 150px;
    object-fit: contain;
    opacity: 0.95;
    transition: transform 0.3s ease-in-out;
}

/* ==============================
   Supporting Partner Logos (8–15)
   80W x 40H
   ============================== */
.marquee-track img.supporting-logo {
    width: 150px;
    height: 75px;
}

/* Hover effect */
.marquee-track img:hover {
    transform: scale(1.05);
}

/* Pause animation on hover */
.partner-marquee:hover .marquee-track {
    animation-play-state: paused;
}

/* Keyframes */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.header-logo {
    display: flex;
    align-items: center;
	gap: 0 20px;
}
.mt-30{
    margin-top: 30px;
}
.gt-team-image {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 18%);
}
.marquee-footer-stripe img{
  width: 100%;
  height: 100%;
}
.mt-50{
  margin-top: 50px;
}
.footer-strip{
  background-image: url('../images/footer-strip.png');
  height: 80px;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
}

.main .container {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 grid-gap: 1rem;
	 justify-content: center;
	 align-items: center;
}
 .main .card {
	 background: #fff;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	 color: #333;
	 border-radius: 2px;
}
 .main .card-image {
	 background: #fff;
	 display: block;
	 padding-top: 70%;
	 position: relative;
	 width: 100%;
}
 .main .card-image img {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
.nav-tabs .nav-link {
    border-radius: 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 25px;
    background-color: rgb(255 255 255 / 60%);
    color: #1c1d20;
}
.tab_list li a{
	color: #1c1d20;
	font-weight: 600
}
.tab_list li a:hover{
	color: #fb4334
}

div#nav-tabContent {
    background-color: rgb(255 255 255 / 60%);
    padding: 30px;
}
.nav-tabs{
	border-bottom: none
}
.tab_inner h3{
	color: #fb4334;
	margin-bottom: 15px;
		margin-top: 15px;
}
ul.tab_list {
    list-style-type: inherit;
    padding-left: 20px;
	
}
ul.tab_list li{
	margin-bottom: 10px;
}
.tab_inner a{
	margin-top: 30px;
}
.tab_inner p a{
	color: #fb4334;
	font-weight: 600;
	
}
.tab_inner h4{
	color: #fb4334;
	margin-bottom: 15px;
}

.home_team .gt-team-content p {
    color: #fff;
}




.hero-slider {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after{
	font-size: 22px;
}

.hero-slider .swiper-button-prev {
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    left: 25px;
	transition: all .5s ease;
}

.hero-slider .swiper-button-next {
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 25px;
	transition: all .5s ease;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover{
	background-color: #fb4334
}

@media (max-width: 1499px) {
  .hero-slider {
    height: 750px;
  }
}
@media (max-width: 1399px) {
  .hero-slider {
    height: 700px;
  }
}

@media (max-width: 1299px) {
  .hero-slider {
    height: 650px;
  }
}


@media (max-width: 1199px) {
  .hero-slider {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .hero-slider {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 280px;
  }
	.hero-slider .swiper-button-prev{
		left: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.hero-slider .swiper-button-next{
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after{
	font-size: 18px;
}
}
@media (max-width: 575px) {
  .hero-slider {
    height: 230px;
  }
}
@media (max-width: 470px) {
  .hero-slider {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .hero-slider {
    height: 160px;
  }
}


.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}


.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}


