/*

--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About
05. Animation
06. Brand
07. Contact
08. Cta
09. Training
10. Feature
11. Footer
12. Header
13. Helping
14. Hero
15. MeanMenu
16. News
17. Preloader
18. Pricing
19. Section
20. Service
21. Shop
22. Team
23. Testimonial
--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #FF7606;
  --gt-header: #1D2229;
  --gt-text: #595D63;
  --gt-border: #FCFCFC;
  --gt-bg: #1D2229;
  --gt-bg2: #F8F8F8;
  --gt-bg3: #F7F3EE;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}
.gt-theme-btn-black {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 22px 32px;
  background-color: var(--gt-black);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  color: var(--gt-white);
  text-align: center;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  z-index: 1;
  transition: all 500ms ease;
  text-transform: uppercase;
}
.gt-theme-btn-black i {
  margin-left: 8px;
  transition: all 500ms ease;
}
.gt-theme-btn-black .shotfit-btn__hover {
  display: block;
  width: calc(20% + 0.2px);
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  background-color: var(--gt-header);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gt-theme-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 22px 32px;
  background-color: var(--gt-theme);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  color: var(--gt-white);
  text-align: center;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  z-index: 1;
  transition: all 500ms ease;
  text-transform: uppercase;
}

.gt-theme-btn i {
  margin-left: 8px;
  transition: all 500ms ease;
}
.gt-theme-btn .shotfit-btn__text {
  position: relative;
  color: inherit;
  z-index: 1;
  transition: all 150ms ease;
}
.gt-theme-btn .shotfit-btn__hover {
  display: block;
  width: calc(20% + 0.2px);
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  background-color: var(--gt-header);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gt-theme-btn .shotfit-btn__hover--1 {
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gt-theme-btn .shotfit-btn__hover--2 {
  left: 20%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gt-theme-btn .shotfit-btn__hover--3 {
  left: 40%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gt-theme-btn .shotfit-btn__hover--4 {
  left: 60%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.gt-theme-btn .shotfit-btn__hover--5 {
  left: 80%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.gt-theme-btn.style-border .shotfit-btn__hover {
  background-color: var(--gt-theme);
}
.gt-theme-btn.style-border:hover {
  border: 1px solid var(--gt-theme) !important;
}
.gt-theme-btn:hover i {
  transform: rotate(45deg);
}
.gt-theme-btn:hover .shotfit-btn__hover {
  transform: translateY(0);
}

.link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  text-transform: capitalize;
  color: var(--gt-white);
  position: relative;
  padding-left: 25px;
}
.link-btn::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\e902";
  color: var(--gt-theme);
  font-family: "icomoon" !important;
}
.link-btn:hover {
  color: var(--gt-theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family:'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gt-text);
  background-color: var(--gt-white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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: "Archivo", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 108%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 88px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

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

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

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

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

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

span {
  margin: 0px;
}

.gt-about-wrapper .gt-about-image {
  margin-left: -160px;
  position: relative;
}
@media (max-width: 1600px) {
  .gt-about-wrapper .gt-about-image {
    margin-left: -80px;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper .gt-about-image {
    margin-left: 0;
  }
}
.gt-about-wrapper .gt-about-image .gt-gym-logo {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media (max-width: 991px) {
  .gt-about-wrapper .gt-about-image .gt-gym-logo {
    display: none;
  }
}
.gt-about-wrapper .gt-about-image .gt-gym-logo img {
  width: initial;
  height: initial;
}
.gt-about-wrapper .gt-about-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper .gt-about-content .gt-text {
  margin-top: 25px;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content .gt-icon-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .gt-about-wrapper .gt-about-content .gt-icon-wrap {
    display: block;
  }
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li {
  display: flex;
  gap: 19px;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(89, 99, 93, 0.16);
  padding-bottom: 24px;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li .gt-icon {
  font-size: 56px;
  color: var(--gt-theme);
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li .gt-content {
  max-width: 280px;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li .gt-content h4 {
  margin-bottom: 7px;
  line-height: 1;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb {
  position: relative;
}
@media (max-width: 575px) {
  .gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb {
    margin-top: 25px;
  }
  .gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb img {
    width: 100%;
    height: 100%;
  }
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb .video-btn.ripple::before, .gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb .video-btn.ripple::after {
  width: 66px;
  height: 66px;
  box-shadow: 0 0 0 0 rgba(29, 34, 31, 0.5);
}

.gt-about-section {
  position: relative;
}
.gt-about-section .gt-vec-shape {
  position: absolute;
  top: 75px;
  left: 85px;
  z-index: -1;
}
.gt-about-section .gt-trans-text {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #86888D;
  font-family: "Kanit", sans-serif;
  font-size: 200px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-text-fill-color: transparent;
  opacity: 0.16;
  position: absolute;
  bottom: 40px;
  right: 0;
  line-height: 1;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-about-section .gt-trans-text {
    display: none;
  }
}

.gt-about-section {
  position: relative;
}
.gt-about-section .gt-vec-shape {
  position: absolute;
  top: 75px;
  left: 85px;
  z-index: -1;
}

.gt-about-wrapper-2 .gt-about-content .gt-text {
  max-width: 628px;
  font-weight: 400;
  margin-top: 20px;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-main-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #CDCED0;
  padding-bottom: 24px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-2 .gt-about-content .gt-about-main-item {
    flex-wrap: wrap;
    gap: 30px;
  }
  .gt-about-wrapper-2 .gt-about-content .gt-about-main-item img {
    width: 100%;
    height: 100%;
  }
}
.gt-about-wrapper-2 .gt-about-content .gt-about-main-item::before {
  position: absolute;
  content: "";
  left: 45%;
  width: 72px;
  height: 1px;
  background-color: rgba(155, 155, 155, 0.32);
  transform: rotate(90deg);
  top: 37px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-2 .gt-about-content .gt-about-main-item::before {
    display: none;
  }
}
.gt-about-wrapper-2 .gt-about-content .gt-about-main-item .gt-about-item {
  display: flex;
  gap: 12px;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-main-item .gt-about-item .gt-number-item h4 {
  font-weight: 500;
  color: var(--gt-theme);
}
.gt-about-wrapper-2 .gt-about-content .gt-about-main-item .gt-about-item .gt-content h5 {
  font-weight: 500;
}
.gt-about-wrapper-2 .gt-about-content h6 {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5px;
}
.gt-about-wrapper-2 .gt-about-content .text {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
}
.gt-about-wrapper-2 .gt-about-content .text::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 3px;
  background-color: var(--gt-theme);
  left: 0;
  top: 8px;
}
.gt-about-wrapper-2 .gt-about-content .text span {
  font-size: 14px;
  font-weight: 300;
  color: var(--gt-text);
}
.gt-about-wrapper-2 .gt-about-content .gt-about-button {
  margin-top: 40px;
}
.gt-about-wrapper-2 .gt-about-image {
  margin-right: -100px;
}
@media (max-width: 1399px) {
  .gt-about-wrapper-2 .gt-about-image {
    margin-right: 0;
  }
  .gt-about-wrapper-2 .gt-about-image img {
    width: 100%;
    height: 100%;
  }
}

.gt-about-wrapper-3 .gt-about-image {
  position: relative;
  z-index: 9;
  height: 544px;
}
@media (max-width: 991px) {
  .gt-about-wrapper-3 .gt-about-image {
    height: initial;
  }
}
.gt-about-wrapper-3 .gt-about-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper-3 .gt-about-image .gt-about-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: 544px;
}
@media (max-width: 991px) {
  .gt-about-wrapper-3 .gt-about-image .gt-about-shape {
    display: none;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-text {
  margin-top: 15px;
  margin-bottom: 30px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-tab {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-about-tab {
    margin-bottom: 30px;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-about-tab .nav {
  display: flex;
  align-items: center;
  gap: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-tab .nav li {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-about-tab .nav li {
    font-size: 16px;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-about-tab .nav li .nav-link {
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  padding: 16px 24px;
  line-height: 1;
  background-color: #F4F4F4;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-tab .nav li .nav-link.active {
  position: relative;
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-about-wrapper-3 .gt-about-content .gt-about-tab .tab-content {
  background-color: var(--gt-header);
  padding: 60px 24px 24px;
  position: relative;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-tab .tab-content p {
  color: var(--gt-white);
  max-width: 588px;
  opacity: 0.7;
}
.gt-weekly-schedule-items img{
  height: 650px;
  border: 4px solid #000;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
}
.gt-about-section-3 {
  position: relative;
  z-index: 9;
}
.gt-about-section-3 .gt-right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-about-section-3 .gt-right-shape {
    display: none;
  }
}

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

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

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

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

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

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.gt-brand-wrapper {
  padding: 80px 0;
}
.gt-brand-wrapper .gt-section-title {
  display: flex;
  align-items: center;
  align-items: center;
}
@media (max-width: 1399px) {
  .gt-brand-wrapper .gt-section-title {
    display: grid;
    justify-content: center;
  }
}
.gt-brand-wrapper .gt-section-title .line-1 {
  margin-right: 20px;
}
@media (max-width: 1399px) {
  .gt-brand-wrapper .gt-section-title .line-1 {
    display: none;
  }
}
.gt-brand-wrapper .gt-section-title .line-2 {
  padding-left: 20px;
}
@media (max-width: 1399px) {
  .gt-brand-wrapper .gt-section-title .line-2 {
    display: none;
  }
}
.gt-brand-wrapper .gt-section-title h6 {
  margin-bottom: 0;
  width: 100%;
  font-size: 18px;
}
.gt-brand-wrapper .gt-brand-image {
  margin-top: 30px;
}
.gt-brand-wrapper .gt-brand-image .gt-brand-2 {
  display: none;
}

.gt-brand-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.gt-bmi-wrapper {
  background-color: #F4F4F4;
  padding: 72px 48px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .gt-bmi-wrapper {
    padding: 40px 30px;
  }
}
.gt-bmi-wrapper .form-clt {
  margin-top: 30px;
}
.gt-bmi-wrapper .form-clt input {
  outline: none;
  border: none;
  width: 100%;
  background-color: var(--gt-white);
  color: var(--gt-text);
  line-height: 1;
  padding: 21px 20px;
}
.gt-bmi-wrapper .form-clt .form .single-select {
  border-radius: 0;
  border: none;
  padding: 21px 20px;
  height: initial;
  line-height: 1;
}
.gt-bmi-wrapper .form-clt .form .single-select::after {
  right: 20px;
  width: 8px;
  height: 8px;
}
.gt-bmi-wrapper .form-clt .form .single-select .list {
  width: 100%;
}

.gt-bmi-section {
  position: relative;
}
.gt-bmi-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-white);
  height: 50%;
}

@media (max-width: 991px) {
  .gt-contact-inner-wrapper {
    margin-top: 70px;
  }
}
.gt-contact-inner-wrapper .gt-conatct-left-items h3 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 470px) {
  .gt-contact-inner-wrapper .gt-conatct-left-items h3 {
    font-size: 28px;
  }
}
.gt-contact-inner-wrapper .gt-conatct-left-items .gt-contact-contact-list {
  margin-top: 24px;
  max-width: 460px;
}
.gt-contact-inner-wrapper .gt-conatct-left-items .gt-contact-contact-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gt-contact-inner-wrapper .gt-conatct-left-items .gt-contact-contact-list li:not(:last-child) {
  margin-bottom: 30px;
}
.gt-contact-inner-wrapper .gt-conatct-left-items .gt-contact-contact-list li .gt-icon {
  max-width: 56px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  font-size: 20px;
  position: relative;
}
.gt-contact-inner-wrapper .gt-conatct-left-items .gt-contact-contact-list li .gt-content h4 {
  font-weight: 500;
  margin-bottom: 5px;
}
.gt-contact-inner-wrapper .gt-conatct-left-items .gt-contact-contact-list li .gt-content a {
  color: var(--gt-text);
}
.gt-contact-inner-wrapper .googpemap {
  margin-right: -48%;
}
@media (max-width: 1600px) {
  .gt-contact-inner-wrapper .googpemap {
    margin-right: -12%;
  }
}
@media (max-width: 1399px) {
  .gt-contact-inner-wrapper .googpemap {
    margin-right: 0;
  }
}
.gt-contact-inner-wrapper .googpemap iframe {
  width: 100%;
  height: 800px;
}
@media (max-width: 767px) {
  .gt-contact-inner-wrapper .googpemap iframe {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .gt-contact-inner-wrapper .googpemap iframe {
    height: 400px;
  }
}
.gt-contact-inner-wrapper .gt-contact-box-area {
  margin-top: 80px;
  padding: 48px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gt-contact-inner-wrapper .gt-contact-box-area {
    padding-top: 48px;
  }
  .gt-contact-inner-wrapper .gt-contact-box-area .contact-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .gt-contact-inner-wrapper .gt-contact-box-area {
    padding: 24px;
  }
}
.gt-contact-inner-wrapper .gt-contact-box-area .gt-left-box h3 {
  font-size: 30px;
  line-height: 1;
}
.gt-contact-inner-wrapper .gt-contact-box-area form {
  margin-top: 30px;
}
.gt-contact-inner-wrapper .gt-contact-box-area .form-clt input, .gt-contact-inner-wrapper .gt-contact-box-area .form-clt textarea {
  outline: none;
  border: none;
  width: 100%;
  background-color: var(--gt-white);
  color: var(--gt-text);
  line-height: 1;
  padding: 21px 20px;
}
.gt-contact-inner-wrapper .gt-contact-box-area .form-clt textarea {
  padding-bottom: 72px;
}
.gt-contact-inner-wrapper .gt-contact-box-area .form-clt .form .single-select {
  border-radius: 0;
  border: none;
  padding: 21px 20px;
  height: initial;
  line-height: 1;
}
.gt-contact-inner-wrapper .gt-contact-box-area .form-clt .form .single-select::after {
  right: 20px;
  width: 8px;
  height: 8px;
}
.gt-contact-inner-wrapper .gt-contact-box-area .form-clt .form .single-select .list {
  width: 100%;
}

.gt-bmi-wrapper-2 .gt-bmi-content .gt-text {
  margin-top: 15px;
}
.gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item {
  position: relative;
  margin-top: 30px;
}
.gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 1px;
  height: 244px;
  background-color: #CDCED0;
  opacity: 0.48;
  left: 50%;
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item::before {
    display: none;
  }
}
.gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item .gt-bmi-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: 1px solid #CDCED0;
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item .gt-bmi-list {
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
  }
}
.gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item .gt-bmi-list.gt-style-none {
  border-bottom: 1px none;
}
.gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item .gt-bmi-list li span {
  font-size: 18px;
  font-weight: 500;
  color: var(--gt-header);
  font-family: "Kanit", sans-serif;
}
.gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item h5 {
  font-weight: 500;
  margin-top: 20px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-content .gt-bmi-list-item h5 {
    margin-left: 0;
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-book-seat {
    margin-left: 0;
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat h2 {
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-book-seat h2 {
    color: var(--gt-header);
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt {
  margin-top: 24px;
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt input {
  outline: none;
  border: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.32);
  color: var(--gt-white);
  line-height: 1;
  padding: 21px 20px;
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt input {
    color: var(--gt-header);
    background: rgba(245, 213, 213, 0.2);
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt input::placeholder {
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt input::placeholder {
    color: var(--gt-header);
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt .form .single-select {
  border-radius: 0;
  border: none;
  padding: 21px 20px;
  height: initial;
  line-height: 1;
  background: rgba(255, 255, 255, 0.32);
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt .form .single-select {
    background: rgba(245, 213, 213, 0.2);
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt .form .single-select .current {
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt .form .single-select .current {
    color: var(--gt-header);
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt .form .single-select::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--gt-white);
  border-right: 2px solid var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt .form .single-select::after {
    border-bottom: 2px solid var(--gt-header);
    border-right: 2px solid var(--gt-header);
  }
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt .form .single-select .list {
  width: 100%;
}

.gt-bmi-section-2 {
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-bmi-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F4F4F4;
    z-index: -1;
  }
}
.gt-bmi-section-2 .gt-left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .gt-bmi-section-2 .gt-left-shape {
    display: none;
  }
}

.gt-instagram-wrapper-3 {
  margin-right: -30px;
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .gt-instagram-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.gt-instagram-wrapper-3 .instagram-banner-items.style-2 {
  margin-top: 25px;
}
@media (max-width: 575px) {
  .gt-instagram-wrapper-3 .instagram-banner-items.style-2 {
    margin-top: 0;
  }
}
.gt-instagram-wrapper-3 .instagram-banner-items .banner-image {
  position: relative;
}
@media (max-width: 767px) {
  .gt-instagram-wrapper-3 .instagram-banner-items .banner-image {
    height: 450px;
  }
  .gt-instagram-wrapper-3 .instagram-banner-items .banner-image img {
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .gt-instagram-wrapper-3 .instagram-banner-items .banner-image {
    height: 380px;
  }
}
.gt-instagram-wrapper-3 .instagram-banner-items .banner-image img {
  width: 100%;
  height: 100%;
}
.gt-instagram-wrapper-3 .instagram-banner-items .banner-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(244, 30, 30);
  opacity: 0.6;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: 1;
}
.gt-instagram-wrapper-3 .instagram-banner-items .banner-image .icon {
  position: absolute;
  font-size: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: var(--gt-white);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.gt-instagram-wrapper-3 .instagram-banner-items:hover .banner-image::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.gt-instagram-wrapper-3 .instagram-banner-items:hover .banner-image .icon {
  opacity: 1;
}

.gt-training-box-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 32px;
  background-color: var(--gt-white);
  padding: 32px 24px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-training-box-items {
    display: block;
  }
}
.gt-training-box-items .gt-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.gt-training-box-items .gt-training-thumb {
  position: relative;
  max-width: 332px;
  width: 100%;
}
@media (max-width: 1399px) {
  .gt-training-box-items .gt-training-thumb {
    max-width: initial;
    margin-bottom: 25px;
  }
}
.gt-training-box-items .gt-training-thumb .gt-icon {
  width: 76px;
  height: 76px;
  line-height: 80px;
  text-align: center;
  background-color: var(--gt-theme);
  font-size: 36px;
  color: var(--gt-white);
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.gt-training-box-items .gt-training-thumb img {
  width: 100%;
  height: 100%;
}
.gt-training-box-items .gt-training-content {
  max-width: 435px;
}
.gt-training-box-items .gt-training-content h3 {
  margin-bottom: 8px;
}
.gt-training-box-items .gt-training-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-training-box-items .gt-training-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-training-box-items .gt-training-content .gt-train-thumb-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  border-bottom: 1px solid rgba(205, 206, 208, 0.32);
  padding-bottom: 24px;
}
.gt-training-box-items .gt-training-content .gt-train-thumb-item .gt-content h6 {
  font-size: 16px;
  font-weight: 600;
}
.gt-training-box-items .gt-training-content .gt-info-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .gt-training-box-items .gt-training-content .gt-info-items {
    margin-top: 25px;
    gap: 15px;
    flex-wrap: wrap;
  }
}
.gt-training-box-items .gt-training-content .gt-info-items .gt-theme-btn {
  background-color: var(--gt-header);
  padding: 18px 26px;
}
.gt-training-box-items .gt-training-content .gt-info-items .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-theme);
}
.gt-training-box-items .gt-training-content .gt-info-items .gt-info h5 {
  font-size: 16px;
  font-weight: 600;
}

.gt-training-wrapper {
  margin-left: -19%;
  margin-right: -20%;
}
@media (max-width: 1600px) {
  .gt-training-wrapper {
    margin-left: -32%;
    margin-right: -32%;
  }
}
@media (max-width: 1199px) {
  .gt-training-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items {
  background-color: #1D2229;
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content h3 a {
  color: var(--gt-white);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-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-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content p {
  color: rgba(255, 255, 255, 0.7);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content .gt-train-thumb-item .gt-content h6 {
  color: var(--gt-white);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content .gt-train-thumb-item .gt-content span {
  color: rgba(255, 255, 255, 0.7);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content .gt-info-items .gt-theme-btn {
  background-color: var(--gt-theme);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content .gt-info-items .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-white);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content .gt-info-items .gt-theme-btn:hover {
  color: var(--gt-header);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content .gt-info-items .gt-info h5 a {
  color: var(--gt-white);
}
.gt-training-wrapper .swiper-slide.swiper-slide-active .gt-training-box-items .gt-training-content .gt-info-items .gt-info span {
  color: rgba(255, 255, 255, 0.7);
}

.gt-training-section {
  position: relative;
  z-index: 9;
}
.gt-training-section .nav {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(205, 206, 208, 0.32);
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .gt-training-section .nav {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .gt-training-section .nav {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.gt-training-section .nav .nav-item .nav-link {
  font-size: 24px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: var(--gt-header);
  background-color: var(--gt-white);
  padding: 24px 32px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .gt-training-section .nav .nav-item .nav-link {
    font-size: 16px;
    padding: 18px 24px;
  }
}
.gt-training-section .nav .nav-item .nav-link.active {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-training-section .gt-left-shape {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .gt-weekly-schedule-wrapper {
    max-width: 100%;
    overflow-x: auto;
  }
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items {
  background-color: #F4F4F4;
  padding: 0 0;
}
@media (max-width: 1199px) {
  .gt-weekly-schedule-wrapper .gt-weekly-schedule-items {
    min-width: 1100px;
  }
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list {
  border-right: 1px solid rgba(205, 206, 208, 0.48);
  padding: 40px 0;
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list .gt-name-list li:not(:last-child) {
  border-bottom: 1px solid rgba(205, 206, 208, 0.48);
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list .gt-name-list li .gt-title-name {
  padding-left: 40px;
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list .gt-name-list li .gt-title-name span {
  display: inline-block;
  margin-bottom: 5px;
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list .gt-name-list li .gt-title-name h4 {
  font-size: 20px;
  font-weight: 500;
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list .gt-button .gt-theme-btn {
  padding: 0 32px;
  height: 56px;
  line-height: 53px;
  background: transparent;
  border: 1px solid var(--gt-theme);
  color: var(--gt-theme);
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list .gt-button .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-theme);
}
.gt-weekly-schedule-wrapper .gt-weekly-schedule-items .gt-weekly-schedule-list .gt-button .gt-theme-btn:hover {
  color: var(--gt-white);
}

.gt-weekly-schedule-section .nav {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid rgba(205, 206, 208, 0.32);
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .gt-weekly-schedule-section .nav {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .gt-weekly-schedule-section .nav {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.gt-weekly-schedule-section .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  color: var(--gt-header);
  background-color: #F4F4F4;
  padding: 19px 36px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .gt-weekly-schedule-section .nav .nav-item .nav-link {
    font-size: 16px;
    padding: 18px 24px;
  }
}
.gt-weekly-schedule-section .nav .nav-item .nav-link.active {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-weekly-schedule-section {
  position: relative;
  z-index: 9;
}
.gt-weekly-schedule-section .gt-left-shape {
  left: 34px;
  top: 130px;
  position: absolute;
  z-index: -1;
}
.gt-weekly-schedule-section .gt-right-shape {
  position: absolute;
  right: 37px;
  bottom: 140px;
  z-index: -1;
}

.schedule_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 30px;
}
.schedule_table th, .schedule_table td {
  padding: 30px 15px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.schedule_table thead {
  background-color: #f5f5f5;
}
.schedule_table thead th {
  font-weight: 700;
  font-size: 16px;
  color: var(--gt-text);
  text-transform: uppercase;
}
.schedule_table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.schedule_table tbody tr:hover {
  background-color: #f0f8ff;
}
.schedule_table tbody tr td {
  min-width: 150px;
}
.schedule_table tbody tr td.active {
  background-color: #1D2229;
  padding: 0;
}
.schedule_table tbody tr td.active .class_name {
  color: var(--gt-white) !important;
}
.schedule_table tbody tr td.active .trainer_name {
  color: var(--gt-white) !important;
  opacity: 0.7 !important;
}
.schedule_table tbody tr td .time {
  font-weight: 400;
  font-size: 16px;
  color: var(--gt-text);
}
.schedule_table tbody tr td .schedule_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule_table tbody tr td .schedule_item .class_name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: var(--gt-header);
  text-transform: uppercase;
  max-width: 155px;
}
.schedule_table tbody tr td .schedule_item .trainer_name {
  font-size: 16px;
  color: var(--gt-text);
  margin-top: 4px;
}
.schedule_table tbody tr td .schedule_item.rowspan {
  height: 100%;
  justify-content: center;
}

.gt-clases-details-wrapper .gt-details-image img {
  width: 100%;
  height: 100%;
}
.gt-clases-details-wrapper .gt-details-content {
  margin-top: 30px;
}
.gt-clases-details-wrapper .gt-details-content h2 {
  font-weight: 700;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-items {
  margin-top: 40px;
  margin-bottom: 40px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-items ul li {
  color: var(--gt-header);
  font-size: 18px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-items ul li i {
  color: var(--gt-theme);
  font-size: 18px;
  margin-right: 10px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-list-content h3 {
  margin-bottom: 20px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-list-content ul li span {
  font-size: 18px;
  color: var(--gt-header);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-list-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-thumb {
  position: relative;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-thumb img {
  width: 100%;
  height: 100%;
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-thumb .video-btn.ripple::before, .gt-clases-details-wrapper .gt-details-content .gt-list-wrap .gt-thumb .video-btn.ripple::after {
  width: 88px;
  height: 88px;
  box-shadow: 0 0 0 0 rgba(244, 30, 30, 0.5);
}

.gt-traning-card-item-2 {
  margin-top: 30px;
  background-color: var(--gt-header);
  text-align: center;
}
.gt-traning-card-item-2 .gt-traning-image {
  position: relative;
}
.gt-traning-card-item-2 .gt-traning-image img {
  width: 100%;
  height: 100%;
}
.gt-traning-card-item-2 .gt-traning-image .gt-arrow-icon {
  width: 56px;
  height: 56px;
  background-color: var(--gt-header);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  border-radius: 100%;
}
.gt-traning-card-item-2 .gt-traning-image .gt-arrow-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to right, #1D2229, #CDCED0);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  z-index: -1;
}
.gt-traning-card-item-2 .gt-traning-image .gt-arrow-icon .gt-arrow {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--gt-white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gt-traning-card-item-2 .gt-traning-image .gt-arrow-icon .gt-arrow i {
  transform: rotate(0deg);
}
.gt-traning-card-item-2 .gt-training-content {
  padding: 40px 40px;
  text-align: center;
}
.gt-traning-card-item-2 .gt-training-content h3 {
  margin-bottom: 10px;
}
.gt-traning-card-item-2 .gt-training-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-traning-card-item-2 .gt-training-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-traning-card-item-2 .gt-training-content p {
  max-width: 339px;
  color: var(--gt-white);
}

.gt-portfolio-card-item-2 {
  margin-top: 30px;
}
.gt-portfolio-card-item-2 .gt-portfolio-image img {
  width: 100%;
  height: 100%;
}
.gt-portfolio-card-item-2 .gt-portfolio-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background-color: var(--gt-white);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.gt-portfolio-card-item-2 .gt-portfolio-content .gt-content p {
  margin-bottom: 8px;
}
.gt-portfolio-card-item-2 .gt-portfolio-content .gt-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-portfolio-card-item-2 .gt-portfolio-content .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-portfolio-card-item-2 .gt-portfolio-content .gt-number {
  font-size: 56px;
  color: var(--gt-header);
  opacity: 0.16;
}
@media (max-width: 1199px) {
  .gt-portfolio-card-item-2 .gt-portfolio-content .gt-number {
    font-size: 40px;
  }
}

.gt-traning-section-2 {
  position: relative;
}
@media (max-width: 1399px) {
  .gt-traning-section-2 .array-buttons {
    display: none;
  }
}
.gt-traning-section-2 .array-buttons .array-prev {
  border-radius: 100%;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  position: absolute;
  top: 16%;
  z-index: 999;
}
.gt-traning-section-2 .array-buttons .array-prev:hover {
  background-color: var(--gt-white);
  color: var(--gt-header);
}
.gt-traning-section-2 .array-buttons .array-next {
  border-radius: 100%;
  background-color: var(--gt-white);
  color: var(--gt-header);
  right: 17%;
  top: 16%;
  position: absolute;
  z-index: 999;
}
.gt-traning-section-2 .array-buttons .array-next:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 1600px) {
  .gt-traning-section-2 .array-buttons .array-next {
    right: 5%;
  }
}
.gt-traning-section-2 .swiper-slide.swiper-slide-active .gt-traning-card-item-2 {
  border: 1px solid var(--gt-theme);
}
.gt-traning-section-2 .swiper-slide.swiper-slide-active .gt-traning-card-item-2 .gt-traning-image .gt-arrow-icon::before {
  background: linear-gradient(to right, #1D2229, #F41E1E);
}
.gt-traning-section-2 .swiper-slide.swiper-slide-active .gt-traning-card-item-2 .gt-traning-image .gt-arrow-icon .gt-arrow {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-trainer-card-item-3 {
  margin-top: 30px;
}
.gt-trainer-card-item-3 .gt-trainer-image {
  position: relative;
  overflow: hidden;
}
.gt-trainer-card-item-3 .gt-trainer-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-trainer-card-item-3 .gt-trainer-image .gt-social-icon {
  display: grid;
  align-items: center;
  position: absolute;
  right: -100px;
  bottom: 19.8%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}
.gt-trainer-card-item-3 .gt-trainer-image .gt-social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  text-align: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
.gt-trainer-card-item-3 .gt-trainer-image .gt-social-icon a:hover {
  background-color: var(--gt-white);
  color: var(--gt-header);
}
.gt-trainer-card-item-3 .gt-trainer-image .gt-trainer-content {
  background-color: var(--gt-header);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 0 100%, 0 77%, 0 151%, 20% 0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 30px;
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .gt-trainer-card-item-3 .gt-trainer-image .gt-trainer-content {
    padding-left: 30px;
    clip-path: none;
  }
}
.gt-trainer-card-item-3 .gt-trainer-image .gt-trainer-content .gt-trainer-title h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-trainer-card-item-3 .gt-trainer-image .gt-trainer-content .gt-trainer-title 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-trainer-card-item-3 .gt-trainer-image .gt-trainer-content .gt-trainer-title p {
  color: #FCFCFC;
  opacity: 0.7;
}
.gt-trainer-card-item-3 .gt-trainer-image .gt-trainer-content .arrow-icon {
  font-size: 24px;
  color: var(--gt-white);
}
.gt-trainer-card-item-3:hover .gt-trainer-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-trainer-card-item-3:hover .gt-trainer-image .gt-social-icon {
  opacity: 1;
  right: 0;
}
.gt-trainer-card-item-3:hover .gt-trainer-content .arrow-icon {
  transform: rotate(-90deg);
  color: var(--gt-theme);
}

.gt-trainer-section-3 {
  position: relative;
  z-index: 9;
}
.gt-trainer-section-3 .gt-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-trainer-section-3 .gt-left-shape {
    display: none;
  }
}
.gt-trainer-section-3 .gt-right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-trainer-section-3 .gt-right-shape {
    display: none;
  }
}

.gt-training-box-wrapper-3 {
  margin-left: -30%;
  margin-right: -15%;
}
@media (max-width: 1199px) {
  .gt-training-box-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 {
  margin-top: 30px;
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image {
  position: relative;
  height: 506px;
}
@media (max-width: 1199px) {
  .gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image {
    height: initial;
  }
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content {
  background-color: var(--gt-white);
  padding: 24px 24px 0;
  position: absolute;
  left: 32px;
  bottom: 32px;
}
@media (max-width: 1600px) {
  .gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content {
    left: 30px;
    bottom: 30px;
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content {
    left: 20px;
    bottom: 20px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content {
    left: 20px;
    bottom: 20px;
    width: 328px;
  }
}
@media (max-width: 767px) {
  .gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content {
    left: 10px;
    bottom: 10px;
    width: 350px;
  }
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-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-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content p {
  max-width: 460px;
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content .gt-link-btn {
  color: var(--gt-header);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  margin-top: 0;
  transition: all 0.4s ease-in-out;
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content .gt-link-btn i {
  color: var(--gt-header);
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content .gt-link-btn:hover {
  color: var(--gt-theme);
}
.gt-training-box-wrapper-3 .gt-training-box-item-3 .gt-training-image .gt-training-content .gt-link-btn:hover i {
  color: var(--gt-theme);
}
.gt-training-box-wrapper-3 .gt-training-box-item-3:hover .gt-training-image .gt-training-content {
  padding: 24px;
}
.gt-training-box-wrapper-3 .gt-training-box-item-3:hover .gt-training-image .gt-training-content .gt-link-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .gt-choose-us-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .gt-choose-us-wrapper {
    padding-bottom: 80px;
  }
}
.gt-choose-us-wrapper .gt-choose-us-image {
  direction: rtl;
  margin-bottom: -120px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper .gt-choose-us-image {
    margin-bottom: 0;
    margin-left: -75%;
  }
  .gt-choose-us-wrapper .gt-choose-us-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .gt-choose-us-wrapper .gt-choose-us-image {
    margin-left: 0;
  }
}
.gt-choose-us-wrapper .gt-choose-us-content {
  margin-bottom: -50px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper .gt-choose-us-content {
    margin-bottom: 0;
  }
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-text {
  margin-top: 25px;
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-choose-list-items {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper .gt-choose-us-content .gt-choose-list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-choose-list-items ul li {
  font-size: 20px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: var(--gt-white);
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-choose-list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-choose-list-items ul li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-choose-us-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper .gt-choose-us-content .gt-choose-us-btn {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gt-choose-us-wrapper .gt-choose-us-content .gt-choose-us-btn {
    margin-top: 30px;
  }
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-choose-us-btn .gt-theme-btn {
  border: 1px solid transparent;
}
.gt-choose-us-wrapper .gt-choose-us-content .gt-choose-us-btn .gt-theme-btn.style-border {
  border: 1px solid var(--gt-white);
  background: transparent;
}

.gt-work-box-items {
  margin-top: 30px;
  text-align: center;
}
.gt-work-box-items .gt-thumb {
  width: 188px;
  height: 188px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: 4px solid var(--gt-black);
  border-radius: 50%;
}
.gt-work-box-items .gt-thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  /* filter: blur(2px); */
}
.gt-work-box-items .gt-thumb .gt-number {
  font-size: 100px;
  font-family: "Kanit", sans-serif;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: var(--gt-black);
  opacity: 0.32;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.gt-work-box-items .gt-content {
  margin-top: 20px;
}
.gt-work-box-items .gt-content h3 {
  color: var(--gt-black);
  margin-bottom: 13px;
}
.gt-work-box-items .gt-content p {
  max-width: 320px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}
.gt-work-box-items:hover .gt-thumb .gt-number {
  opacity: 0;
  visibility: hidden;
}
.gt-work-box-items:hover .gt-thumb img {
  filter: initial;
}

.gt-work-process-section {
  position: relative;
}
.gt-work-process-section .gt-line-shape {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .gt-work-process-section .gt-line-shape {
    display: none;
  }
}

.marque-wrapper {
  background-color: var(--gt-black);
  padding: 13px 0;
}
@media (max-width: 575px) {
  .marque-wrapper {
    padding: 10px 0;
  }
}
.marque-wrapper .marque-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--gt-white);
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  line-height: 1;
}
@media (max-width: 575px) {
  .marque-wrapper .marque-text {
    font-size: 25px;
  }
}

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

.gt-choose-us-wrapper-2 .gt-choose-us-image {
  position: relative;
  z-index: 9;
}
.gt-choose-us-wrapper-2 .gt-choose-us-image img {
  width: 100%;
  height: 100%;
}
.gt-choose-us-wrapper-2 .gt-choose-us-image .video-button {
  top: 140px;
  right: 15px;
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  background-color: var(--gt-header);
}
@media (max-width: 767px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-image .video-button {
    width: 110px;
    height: 110px;
    right: 10px;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-image .video-button .video-btn {
  width: 88px;
  height: 88px;
  line-height: 88px;
  display: inline-block;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gt-choose-us-wrapper-2 .gt-choose-us-image .gt-circle-image {
  position: absolute;
  bottom: 140px;
  left: 0;
  border: 12px solid var(--gt-theme);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-image .gt-circle-image {
    bottom: 95px;
    border: 12px none;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-image .gt-circle-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.gt-choose-us-wrapper-2 .gt-choose-us-image .gt-left-shape {
  position: absolute;
  bottom: 0;
  left: -90px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-image .gt-left-shape {
    display: none;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-image .gt-right-shape {
  position: absolute;
  right: -62px;
  top: 40px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-image .gt-right-shape {
    display: none;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-content {
    margin-left: 0;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-text {
  max-width: 615px;
  color: var(--gt-white);
  margin-top: 20px;
  opacity: 0.7;
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-item {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(205, 206, 208, 0.24);
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-item .gt-choose-us-icon-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-item .gt-choose-us-icon-item .gt-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-item .gt-choose-us-icon-item .gt-content h4 {
  color: var(--gt-white);
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-item .gt-choose-us-icon-item .gt-content p {
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-button {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-button .gt-theme-btn {
  border: 1px solid transparent;
}
.gt-choose-us-wrapper-2 .gt-choose-us-content .gt-choose-us-button .gt-theme-btn.style-border {
  border: 1px solid var(--gt-white);
  background: transparent;
}

.gt-why-choose-us-section {
  position: relative;
  z-index: 9;
}
.gt-why-choose-us-section .gt-dot-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.gt-why-choose-us-section .gt-right-shape {
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 1199px) {
  .gt-why-choose-us-section .gt-right-shape {
    display: none;
  }
}

.gt-why-coose-us-wrapper-3 {
  position: relative;
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image {
  position: relative;
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image img {
  width: 100%;
  height: 100%;
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image .video-button {
  right: 24px;
  bottom: 24px;
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  background-color: var(--gt-header);
}
@media (max-width: 1199px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-image .video-button {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-image .video-button {
    width: 110px;
    height: 110px;
  }
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image .video-button .video-btn {
  width: 88px;
  height: 88px;
  line-height: 88px;
  display: inline-block;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-choose-us-count {
  background-color: var(--gt-header);
  padding: 10px 79px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  height: 102px;
  width: 340px;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  gap: 16px;
  transform: rotate(-90deg);
  position: absolute;
  left: 8px;
  bottom: 8px;
  transform: rotate(-90deg) translate(0%, 100%);
  transform-origin: bottom left;
  margin: 0;
  border-bottom: 8px solid var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-choose-us-count {
    left: 4px;
    bottom: 4px;
  }
}
@media (max-width: 575px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-choose-us-count {
    width: 240px;
    padding: 10px 22px;
    left: 4px;
    bottom: 4px;
  }
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-choose-us-count h2 {
  color: var(--gt-white);
  font-size: 64px;
  line-height: 1;
  min-width: 100px;
  margin: 0;
}
@media (max-width: 575px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-choose-us-count h2 {
    font-size: 55px;
  }
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-choose-us-count p {
  color: var(--gt-white);
  margin: 0;
  line-height: 1.2;
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-clip-shape {
  position: absolute;
  left: 0;
  top: 70px;
}
@media (max-width: 1199px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-image .gt-clip-shape {
    display: none;
  }
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-content {
    margin-left: 0;
  }
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item {
  margin-top: 30px;
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item .gt-choose-us-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item .gt-choose-us-item {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item .gt-choose-us-item .gt-number {
  width: 64px;
  line-height: 64px;
  line-height: 64px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 32px;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item .gt-choose-us-item .gt-number {
    font-size: 25px;
  }
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item .gt-choose-us-item .gt-number:hover {
  background-color: var(--gt-theme);
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item .gt-choose-us-item .gt-content h3 {
  color: var(--gt-white);
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content .choose-us-main-item .gt-choose-us-item .gt-content p {
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-why-coose-us-wrapper-3 .gt-choose-us-content .gt-choose-us-button {
  margin-top: 50px;
}

.gt-why-choose-us-section-3 {
  position: relative;
  z-index: 9;
}
.gt-why-choose-us-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(77deg, rgba(244, 30, 30, 0.4) -12.78%, rgba(29, 34, 41, 0.4) 64.79%), #1D2229;
  z-index: -1;
}
.gt-why-choose-us-section-3 .gt-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-why-choose-us-section-3 .gt-left-shape {
    display: none;
  }
}
.gt-why-choose-us-section-3 .gt-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-why-choose-us-section-3 .gt-right-shape {
    display: none;
  }
}
.gt-why-choose-us-section-3 .gt-top-shape {
  position: absolute;
  top: 0;
  left: 130px;
}
@media (max-width: 1600px) {
  .gt-why-choose-us-section-3 .gt-top-shape {
    display: none;
  }
}

.gt-how-work-items {
  margin-top: 30px;
  text-align: center;
}
.gt-how-work-items .gt-how-work-icon {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 48px;
  color: var(--gt-white);
  margin: 0 auto;
  position: relative;
}
.gt-how-work-items .gt-how-work-icon h6 {
  background-color: var(--gt-theme);
  color: var(--gt-white);
  position: absolute;
  border-radius: 100px;
  right: -15px;
  top: -15px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 100px;
  border: 2px solid var(--gt-header);
}
.gt-how-work-items .gt-how-work-content {
  margin-top: 24px;
}
.gt-how-work-items .gt-how-work-content h3 {
  color: var(--gt-white);
  margin-bottom: 5px;
}
.gt-how-work-items .gt-how-work-content p {
  color: var(--gt-white);
}

.gt-how-it-work-section {
  position: relative;
}
.gt-how-it-work-section .gt-line-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-how-it-work-section .gt-line-shape {
    display: none;
  }
}
.gt-how-it-work-section .gt-arrow-shape {
  position: absolute;
  top: 47%;
  left: 34%;
}
@media (max-width: 1199px) {
  .gt-how-it-work-section .gt-arrow-shape {
    display: none;
  }
}
.gt-how-it-work-section .gt-arrow-shape-2 {
  position: absolute;
  top: 47%;
  left: 57%;
}
@media (max-width: 1199px) {
  .gt-how-it-work-section .gt-arrow-shape-2 {
    display: none;
  }
}

.header-bg {
  background-color: var(--gt-header);
}

.footer-wrapper {
  padding: 80px 0 80px;
}
@media (max-width: 470px) {
  .footer-wrapper {
    padding-bottom: 0;
  }
}
.footer-wrapper .gt-footer-left-items h3 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .footer-wrapper .gt-footer-left-items h3 {
    color: var(--gt-white);
  }
}
@media (max-width: 470px) {
  .footer-wrapper .gt-footer-left-items h3 {
    font-size: 28px;
  }
}
.footer-wrapper .gt-footer-left-items .gt-footer-contact-list {
  border-top: 1px solid rgba(180, 182, 185, 0.7);
  margin-top: 24px;
  padding-top: 30px;
  max-width: 460px;
}
.footer-wrapper .gt-footer-left-items .gt-footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .footer-wrapper .gt-footer-left-items .gt-footer-contact-list li {
    color: var(--gt-white);
  }
}
.footer-wrapper .gt-footer-left-items .gt-footer-contact-list li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-wrapper .gt-footer-left-items .gt-footer-contact-list li .gt-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  font-size: 20px;
  position: relative;
}
.footer-wrapper .gt-footer-left-items .gt-footer-contact-list li .gt-icon::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 56px;
  height: 56px;
  content: "";
  border: 1px solid rgba(180, 182, 185, 0.7);
  z-index: -1;
}
.footer-wrapper .gt-footer-left-items .gt-footer-contact-list li .gt-content h4 {
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .footer-wrapper .gt-footer-left-items .gt-footer-contact-list li .gt-content h4 {
    color: var(--gt-white);
  }
}
.footer-wrapper .gt-footer-left-items .gt-footer-contact-list li .gt-content a {
  color: var(--gt-text);
}
@media (max-width: 1399px) {
  .footer-wrapper .gt-footer-left-items .gt-footer-contact-list li .gt-content a {
    color: var(--gt-white);
  }
}
.footer-wrapper .gt-footer-right-items .gt-footer-text {
  margin-top: 20px;
  color: var(--gt-white);
  opacity: 0.7;
}
.footer-wrapper .gt-footer-right-items .gt-footer-menu-list {
  border-top: 1px solid rgba(205, 206, 207, 0.32);
  border-bottom: 1px solid rgba(205, 206, 207, 0.32);
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  padding: 16px 0;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer-wrapper .gt-footer-right-items .gt-footer-menu-list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
  }
}
.footer-wrapper .gt-footer-right-items .gt-footer-menu-list li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-wrapper .gt-footer-right-items .gt-footer-menu-list li a:hover {
  color: var(--gt-theme);
}
.footer-wrapper .gt-footer-right-items .gt-newsletter-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .footer-wrapper .gt-footer-right-items .gt-newsletter-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-wrapper .gt-footer-right-items .gt-newsletter-content .gt-newsletter-text h3 {
  font-size: 22px;
  color: var(--gt-white);
}
.footer-wrapper .gt-footer-right-items .gt-newsletter-content .gt-newsletter-text p {
  color: var(--gt-white);
  opacity: 0.7;
  font-size: 14px;
}
.footer-wrapper .gt-footer-right-items .gt-newsletter-content form {
  max-width: 400px;
  width: 100%;
}
.footer-wrapper .gt-footer-right-items .gt-newsletter-content .form-clt {
  position: relative;
}
.footer-wrapper .gt-footer-right-items .gt-newsletter-content .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  line-height: 1;
  padding: 24px 20px;
  color: var(--gt-text);
}
.footer-wrapper .gt-footer-right-items .gt-newsletter-content .form-clt .gt-theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 20px 20px;
}
@media (max-width: 470px) {
  .footer-wrapper .gt-footer-right-items .gt-newsletter-content .form-clt .gt-theme-btn {
    position: static;
    margin-top: 20px;
  }
}
.footer-wrapper .gt-footer-right-items .gt-social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.footer-wrapper .gt-footer-right-items .gt-social-icon h6 {
  color: var(--gt-white);
  font-weight: 600;
  font-size: 18px;
}
.footer-wrapper .gt-footer-right-items .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gt-white);
}
.footer-wrapper .gt-footer-right-items .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(205, 206, 208, 0.24);
  background: #1D2229;
}
.footer-bottom p {
  text-align: center;
  color: #FCFCFC;
}
.footer-bottom p b {
  font-weight: 700;
  color: var(--gt-theme);
}
.footer-bottom .gt-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .gt-footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
}
.footer-bottom .gt-footer-bottom-wrapper p {
  text-align: left;
}
.footer-bottom .gt-footer-bottom-wrapper .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .footer-bottom .gt-footer-bottom-wrapper .gt-footer-list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.footer-bottom .gt-footer-bottom-wrapper .gt-footer-list li {
  font-size: 16px;
  font-weight: 400;
}
.footer-bottom .gt-footer-bottom-wrapper .gt-footer-list li a {
  color: #fff;
  opacity: 0.7;
}
.footer-bottom .gt-footer-bottom-wrapper .gt-footer-list li a:hover {
  color: var(--gt-theme);
  opacity: 1;
}
.footer-bottom .gt-footer-bottom-wrapper .gt-social-icon {
  gap: 15px;
}
.footer-bottom .gt-footer-bottom-wrapper .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(253, 235, 237, 0.08);
  color: var(--gt-white);
  border-radius: 4px;
}
.footer-bottom .gt-footer-bottom-wrapper .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.footer-section {
  position: relative;
  z-index: 9;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--gt-white);
  width: 880px;
}
@media screen and (max-width: 1600px) {
  .footer-section::before {
    width: 710px;
  }
}
@media screen and (max-width: 1440px) {
  .footer-section::before {
    width: 650px;
  }
}
@media (max-width: 1399px) {
  .footer-section::before {
    display: none;
  }
}

.gt-footer-info-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(205, 206, 208, 0.24);
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .gt-footer-info-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    text-align: start;
    padding: 80px 0;
  }
}
.gt-footer-info-wrapper .gt-footer-info-items {
  border-right: 1px solid rgba(205, 206, 208, 0.24);
  height: 120px;
  padding-top: 30px;
  line-height: 1;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .gt-footer-info-wrapper .gt-footer-info-items {
    padding-right: 0;
    border-right: none;
    padding-top: 0;
    height: initial;
  }
}
.gt-footer-info-wrapper .gt-footer-info-items p {
      color: #000000;
    opacity: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
.gt-footer-info-wrapper .gt-footer-info-items h5 {
  font-weight: 500;
}
.gt-footer-info-wrapper .gt-footer-info-items h5 a {
  color: var(--gt-white);
}
.gt-footer-info-wrapper .gt-footer-info-items .social-icon {
  gap: 10px;
  justify-content: center;
}
.gt-footer-info-wrapper .gt-footer-info-items .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--gt-white);
  color: var(--gt-theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.gt-footer-info-wrapper .gt-footer-info-items .social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 767px) {
  .gt-footer-info-wrapper .gt-footer-info-items img {
    width: 100%;
    height: 100%;
  }
}
.gt-footer-info-wrapper .gt-footer-info-items.border-none {
  border-right: none;
  padding-right: 0;
}

.gt-footer-widget-wrapper-3 {
  padding: 50px 0 80px;
  position: relative;
  overflow: hidden;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items {
  margin-top: 30px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-widget-head {
  margin-bottom: 30px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-widget-head h3 {
  color: var(--gt-black);
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content p {
  color: #ffffff;
  opacity: 0.9;
}

.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-call-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-call-info .gt-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-white);
  color: var(--gt-theme);
  font-size: 20px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-call-info .gt-content span {
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-call-info .gt-content h4 {
  font-weight: 500;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-call-info .gt-content h4 a {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-list-area li a {
  color: #fffdfd;
  opacity: 1;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .gt-list-area li:hover a {
  color: var(--gt-black);
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .form-clt {
  position: relative;
  margin-top: 24px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .form-clt input {
      width: 100%;
    outline: none;
    border: none;
    background: #000000;
    line-height: 1;
    padding: 0 20px;
    color: var(--gt-white);
    opacity: 0.9;
    height: 60px;
    margin-bottom: 20px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .form-clt input::placeholder {
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .form-clt .gt-theme-btn {
  margin-top: 20px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .form-clt .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-white);
}
.gt-footer-widget-wrapper-3 .gt-footer-widget-items .form-clt .gt-theme-btn:hover {
  color: var(--gt-header);
}

.footer-bottom3 {
  padding: 20px 0;
  border-top: 1.5px solid rgba(140, 140, 140, 0.32);
  background-color: transparent;
  overflow: hidden;
}
.footer-bottom3 p {
  color: var(--gt-white);
  opacity: 0.7;
}
.footer-bottom3 p b {
  color: var(--gt-theme);
  opacity: 1;
}
.footer-bottom3 .gt-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom3 .gt-footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
}
.footer-bottom3 .gt-footer-bottom-wrapper .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .footer-bottom3 .gt-footer-bottom-wrapper .gt-footer-list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.footer-bottom3 .gt-footer-bottom-wrapper .gt-footer-list li {
  font-size: 16px;
  font-weight: 400;
}
.footer-bottom3 .gt-footer-bottom-wrapper .gt-footer-list li a {
  color: #FCFCFC;
  opacity: 0.7;
}
.footer-bottom3 .gt-footer-bottom-wrapper .gt-footer-list li a:hover {
  color: var(--gt-theme);
  opacity: 1;
}

.gt-footer-widget-wrapper-2 {
  padding: 120px 0 0;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 {
    padding: 100px 0 0;
  }
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper-2 {
    padding: 80px 0 0;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-logo {
  text-align: center;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-footer-logo {
    padding-left: 0;
    padding-right: 0;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-logo::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #1D2229 0%, #F41E1E 100%);
  left: -15px;
  top: 30px;
  width: 534px;
  height: 2px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-footer-logo::before {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-logo::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #F41E1E 0%, #1D2229 100%);
  right: -12px;
  top: 30px;
  width: 534px;
  height: 2px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-footer-logo::after {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-logo span {
  position: relative;
  display: block;
}
.gt-footer-widget-wrapper-2 .gt-footer-logo span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100px;
  opacity: 0.6;
  background-color: var(--gt-white);
  top: 24px;
  left: -25px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 .gt-footer-logo span::before {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-logo span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100px;
  opacity: 0.6;
  background-color: var(--gt-white);
  top: 24px;
  right: -50px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 .gt-footer-logo span::after {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 48px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    justify-content: center;
    text-align: center;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .gt-footer-social-item h3 {
  color: var(--gt-white);
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .gt-footer-social-item .gt-social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .gt-footer-social-item .gt-social-icon {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .gt-footer-social-item .gt-social-icon li a {
  padding: 5px 16px 5px 12px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 500;
  color: var(--gt-white);
  display: inline-block;
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .gt-footer-social-item .gt-social-icon li a i {
  margin-right: 10px;
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .gt-footer-social-item .gt-social-icon li a:hover {
  background-color: var(--gt-theme);
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper form {
  max-width: 575px;
  width: 100%;
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper form h3 {
  color: var(--gt-white);
  margin-bottom: 10px;
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .form-clt {
  position: relative;
}
@media (max-width: 575px) {
  .gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .form-clt {
    position: initial;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  color: var(--gt-text);
  line-height: 1;
  padding: 20px;
  max-width: 575px;
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .form-clt input::placeholder {
  color: var(--gt-text);
}
.gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .form-clt .gt-theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 12px 30px;
}
@media (max-width: 575px) {
  .gt-footer-widget-wrapper-2 .gt-footer-newsletter-wrapper .form-clt .gt-theme-btn {
    position: static;
    margin-top: 20px;
    padding: 22px 32px;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-single-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  border-top: 1px solid rgba(205, 206, 208, 0.32);
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 .gt-footer-single-list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-single-list li a {
  color: rgba(252, 252, 252, 0.7);
}
.gt-footer-widget-wrapper-2 .gt-footer-single-list li a:hover {
  color: var(--gt-theme);
}

.gt-footer-bottom-2 {
  background-color: var(--gt-header);
  border-top: 1px solid rgba(205, 206, 208, 0.24);
  padding: 30px 0;
}
.gt-footer-bottom-2 .gt-footer-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-footer-bottom-2 .gt-footer-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    justify-content: center;
  }
}
.gt-footer-bottom-2 .gt-footer-wrapper-2 p {
  color: var(--gt-white);
}
.gt-footer-bottom-2 .gt-footer-wrapper-2 p span {
  color: var(--gt-theme);
}
.gt-footer-bottom-2 .gt-footer-wrapper-2 .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .gt-footer-bottom-2 .gt-footer-wrapper-2 .gt-footer-list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.gt-footer-bottom-2 .gt-footer-wrapper-2 .gt-footer-list li a {
  color: rgba(252, 252, 252, 0.7);
}
.gt-footer-bottom-2 .gt-footer-wrapper-2 .gt-footer-list li a:hover {
  color: var(--gt-theme);
}

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

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 45px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--gt-white);
  font-family: "Kanit", 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: 240px;
  background: var(--gt-white);
  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);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.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: 16px;
  font-weight: 500;
  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: 800px;
  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;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  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: 0;
  height: 50px;
  line-height: 50px;
  color: var(--gt-white);
  text-align: center;
  justify-content: center;
  margin: 0 30px;
  width: calc(100% - 60px);
}
.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: "Kanit", sans-serif;
  text-transform: uppercase;
}
.header-main .main-menu ul li:hover > a {
  color: var(--gt-theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--gt-theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: relative;
  z-index: 99999;
}
.header-1 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1899px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .header-1 .logo img {
    width: 170px;
  }
}
@media (max-width: 470px) {
  .header-1 .logo img {
    width: 130px;
  }
}
@media (max-width: 1399px) {
  .header-1 .logo-2 {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header-1 .logo-2 img {
    width: 170px;
  }
}
@media (max-width: 470px) {
  .header-1 .logo-2 img {
    width: 130px;
  }
}
.header-1 .sidebar__toggle {
  cursor: pointer;
}
.header-1 .sidebar__toggle .header-bar {
  color: var(--gt-white);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(205, 206, 208, 0.32);
}
@media (max-width: 575px) {
  .header-1 .sidebar__toggle .header-bar {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
.header-1 .header-right {
  gap: 18px;
}
@media (max-width: 575px) {
  .header-1 .header-right {
    gap: 9px;
  }
}
.header-1 .header-right .search-toggler, .header-1 .header-right .cart-icon {
  color: var(--gt-white);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(205, 206, 208, 0.32);
}
.header-1 .header-right .search-toggler:hover, .header-1 .header-right .cart-icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 575px) {
  .header-1 .header-right .search-toggler, .header-1 .header-right .cart-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
.header-1 .header-right .gt-theme-btn {
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .gt-theme-btn {
    display: none;
  }
}
.header-1 .header-right .gt-theme-btn:hover {
  color: var(--gt-header);
}
.header-1 .header-right .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-white);
}

.header-section-1 {
  position: relative;
  background-color: #000;
}
.header-section-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  width: 25%;
  z-index: 1;
}
@media (max-width: 1600px) {
  .header-section-1::before {
    width: 16%;
  }
}
@media (max-width: 1399px) {
  .header-section-1::before {
    display: none;
  }
}
.header-section-1::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-white);
  height: 37%;
  width: 82%;
  clip-path: polygon(0 19%, 0 0, 38% 0%, 71% 0%, 100% 0, 100% 0, 97% 106%, 100% 104%, 100% 29%, 100% 100%, 0 100%, 0 48%);
}
@media (max-width: 1399px) {
  .header-section-1::after {
    display: none;
  }
}
.header-section-1 .main-logo {
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .header-section-1 .main-logo {
    display: none;
  }
}
@media (max-width: 1600px) {
  .header-section-1 .main-logo img {
    width: 160px;
  }
}
.header-section-1 .header-main-wrap-1 {
  display: flex;
  align-items: center;
  gap: 160px;
}
@media (max-width: 1600px) {
  .header-section-1 .header-main-wrap-1 {
    gap: 80px;
  }
}
.header-section-1 .header-main-wrap-right {
  width: 100%;
  position: relative;
  z-index: 99;
}
.header-section-1 .header-main-wrap-right .head-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .header-section-1 .header-main-wrap-right .head-top-wrapper {
    display: none;
  }
}
.header-section-1 .header-main-wrap-right .head-top-wrapper .gt-top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-section-1 .header-main-wrap-right .head-top-wrapper .gt-top-left li {
  color: var(--gt-text);
}
@media (max-width: 1399px) {
  .header-section-1 .header-main-wrap-right .head-top-wrapper .gt-top-left li {
    color: var(--gt-white);
  }
}
.header-section-1 .header-main-wrap-right .head-top-wrapper .gt-top-left li a {
  color: var(--gt-text);
}
@media (max-width: 1399px) {
  .header-section-1 .header-main-wrap-right .head-top-wrapper .gt-top-left li a {
    color: var(--gt-white);
  }
}
.header-section-1 .header-main-wrap-right .head-top-wrapper .gt-top-left li i {
  color: var(--gt-theme);
  margin-right: 5px;
}
.header-section-1 .header-main-wrap-right .head-top-wrapper .gt-social-icon {
  gap: 25px;
}
.header-section-1 .header-main-wrap-right .head-top-wrapper .gt-social-icon a {
  font-size: 20px;
  color: var(--gt-white);
}
.header-section-1 .header-main-wrap-right .head-top-wrapper .gt-social-icon a:hover {
  color: var(--gt-theme);
}

.header-section-2 {
  position: relative;
  z-index: 9999;
  margin-bottom: -65px;
}
@media (max-width: 1199px) {
  .header-section-2 {
    margin-bottom: 0;
  }
}
.header-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1D2229;
  z-index: -1;
  height: 77%;
}
@media (max-width: 1199px) {
  .header-section-2::before {
    display: none;
  }
}
.header-section-2 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 1899px) {
  .header-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-section-2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-section-2 .container-fluid {
    padding: 0 12px;
  }
}

.header-top-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.header-top-wrapper-2 .gt-social-icon {
  gap: 20px;
}
.header-top-wrapper-2 .gt-social-icon span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  color: var(--gt-white);
}
.header-top-wrapper-2 .gt-social-icon a {
  font-size: 20px;
  color: var(--gt-white);
}
.header-top-wrapper-2 .gt-social-icon a:hover {
  color: var(--gt-theme);
}
.header-top-wrapper-2 .gt-top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper-2 .gt-top-left li {
  color: var(--gt-white);
}
@media (max-width: 1399px) {
  .header-top-wrapper-2 .gt-top-left li {
    color: var(--gt-white);
  }
}
.header-top-wrapper-2 .gt-top-left li a {
  color: var(--gt-white);
}
@media (max-width: 1399px) {
  .header-top-wrapper-2 .gt-top-left li a {
    color: var(--gt-white);
  }
}
.header-top-wrapper-2 .gt-top-left li i {
  color: var(--gt-theme);
  margin-right: 5px;
}

.header-2 {
  position: relative;
}
@media (max-width: 470px) {
  .header-2 .logo img {
    width: 150px;
  }
}
.header-2 .mega-menu-wrapper {
  background-color: var(--gt-white);
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 1199px) {
  .header-2 .mega-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-2 .header-main .main-menu ul li a {
  color: var(--gt-header);
}
.header-2 .header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.header-2 .header-main .main-menu ul li .submenu {
  color: var(--gt-header);
}
.header-2 .header-main .main-menu ul li .submenu li a {
  color: var(--gt-header);
}
.header-2 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--gt-theme) !important;
}
.header-2 .header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}
.header-2 .header-right {
  gap: 18px;
}
@media (max-width: 575px) {
  .header-2 .header-right {
    gap: 9px;
  }
}
.header-2 .header-right .search-toggler, .header-2 .header-right .cart-icon {
  color: var(--gt-header);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(205, 206, 208, 0.32);
}
.header-2 .header-right .search-toggler:hover, .header-2 .header-right .cart-icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 575px) {
  .header-2 .header-right .search-toggler, .header-2 .header-right .cart-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
.header-2 .header-right .sidebar__toggle {
  cursor: pointer;
}
.header-2 .header-right .sidebar__toggle .header-bar {
  color: var(--gt-header);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(205, 206, 208, 0.32);
}
@media (max-width: 575px) {
  .header-2 .header-right .sidebar__toggle .header-bar {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
.header-2 .header-right .gt-theme-btn {
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
}
@media (max-width: 1399px) {
  .header-2 .header-right .gt-theme-btn {
    display: none;
  }
}
.header-2 .header-right .gt-theme-btn:hover {
  color: var(--gt-header);
}
.header-2 .header-right .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-white);
}

.header-3 {
  background-color: #1D2229;
  z-index: 99999;
  border-bottom: 1px solid rgba(205, 206, 208, 0.24);
}
@media (max-width: 470px) {
  .header-3 .logo img {
    width: 150px;
  }
}
@media (max-width: 1600px) {
  .header-3 {
    background-color: var(--gt-white);
  }
  .header-3 .header-main .main-menu ul li a {
    color: var(--gt-header);
  }
  .header-3 .header-main .main-menu ul li a:hover {
    color: var(--gt-theme) !important;
  }
  .header-3 .header-main .main-menu ul li .submenu {
    color: var(--gt-header);
  }
  .header-3 .header-main .main-menu ul li .submenu li a {
    color: var(--gt-header);
  }
  .header-3 .header-main .main-menu ul li .submenu li a:hover {
    color: var(--gt-theme) !important;
  }
  .header-3 .header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
  }
}
.header-3 .logo {
  position: relative;
  z-index: 999;
}
.header-3 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1899px) {
  .header-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-3 .container-fluid {
    padding: 0 12px;
  }
}
.header-3 .header-right {
  gap: 18px;
  position: relative;
  z-index: 99;
}
@media (max-width: 575px) {
  .header-3 .header-right {
    gap: 9px;
  }
}
.header-3 .header-right .search-toggler, .header-3 .header-right .cart-icon {
  color: var(--gt-header);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(205, 206, 208, 0.32);
}
.header-3 .header-right .search-toggler:hover, .header-3 .header-right .cart-icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 575px) {
  .header-3 .header-right .search-toggler, .header-3 .header-right .cart-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
.header-3 .header-right .sidebar__toggle {
  cursor: pointer;
}
.header-3 .header-right .sidebar__toggle .header-bar {
  color: var(--gt-header);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(205, 206, 208, 0.32);
}
@media (max-width: 575px) {
  .header-3 .header-right .sidebar__toggle .header-bar {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
.header-3 .header-right .gt-theme-btn {
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
}
@media (max-width: 1399px) {
  .header-3 .header-right .gt-theme-btn {
    display: none;
  }
}
.header-3 .header-right .gt-theme-btn:hover {
  color: var(--gt-header);
}
.header-3 .header-right .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-white);
}
.header-3 .left-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .header-3 .left-shape {
    display: none;
  }
}
.header-3 .right-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .header-3 .right-shape {
    display: none;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--gt-white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 999999;
}
.sticky.header-1 {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .sticky.header-1 {
    padding: 0 12px;
  }
}
.sticky.header-1 .logo {
  display: block !important;
}
@media (max-width: 1399px) {
  .sticky.header-1 .logo-2 {
    display: none !important;
  }
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--gt-header);
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.sticky.header-1 .header-main .main-menu ul li .submenu {
  color: var(--gt-header);
}
.sticky.header-1 .header-main .main-menu ul li .submenu li a {
  color: var(--gt-header);
}
.sticky.header-1 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--gt-theme) !important;
}
.sticky.header-1 .header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}
.sticky.header-1 .header-right .search-toggler, .sticky.header-1 .header-right .cart-icon {
  color: var(--gt-header);
}
.sticky.header-1 .header-right .search-toggler:hover, .sticky.header-1 .header-right .cart-icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.sticky.header-1 .header-right .gt-theme-btn:hover {
  color: var(--gt-white);
}
.sticky.header-1 .header-right .gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-header);
}
.sticky.header-1 .sidebar__toggle .header-bar {
  color: var(--gt-header);
  border: 1px solid rgba(205, 206, 208, 0.32);
}
.sticky.header-3 .left-shape, .sticky.header-3 .right-shape {
  display: none;
}
.sticky.header-3 .header-main .main-menu ul li a {
  color: var(--gt-header);
}
.sticky.header-3 .header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.sticky.header-3 .header-main .main-menu ul li .submenu {
  color: var(--gt-header);
}
.sticky.header-3 .header-main .main-menu ul li .submenu li a {
  color: var(--gt-header);
}
.sticky.header-3 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--gt-theme) !important;
}
.sticky.header-3 .header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.offcanvas__info {
  background: var(--gt-white) none repeat scroll 0 0;
  border-left: 2px solid var(--gt-theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info .offcanvas__logo img {
  width: 130px;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--gt-text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--gt-theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--gt-white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--gt-text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--gt-theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--gt-bg2);
  color: var(--gt-header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.gt-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.gt-breadcrumb-wrapper .gt-page-heading {
  position: relative;
  padding: 160px 0 160px;
  z-index: 9;
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 110px 0 130px;
  }
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    text-align: center;
    padding: 90px 0 130px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--gt-theme);
  font-size: 72px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 800;
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 40px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    margin-top: 15px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--gt-theme);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--gt-black);
  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-black);
}
.gt-breadcrumb-wrapper .gt-breadcrumb-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 140px;
}
@media (max-width: 1600px) {
  .gt-breadcrumb-wrapper .gt-breadcrumb-image {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-breadcrumb-image {
    display: none;
  }
}

.gt-error-items {
  text-align: center;
}
.gt-error-items .gt-error-image {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-error-items .gt-error-image {
    margin-bottom: 40px;
  }
}
.gt-error-items .gt-error-image img {
  width: 100%;
  height: 100%;
}
.gt-error-items h2 {
  margin-bottom: 20px;
}
.gt-error-items p {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .gt-error-items p {
    margin-bottom: 30px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--gt-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gt-theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.gt-array-button {
  display: flex;
  align-items: center;
  gap: 14px;
}

.array-prev {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.array-prev:hover {
  background-color: var(--gt-header);
  color: var(--gt-white);
}

.array-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-header);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.array-next:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.swiper-dot {
  padding-top: 50px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: rgba(252, 252, 252, 0.7);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gt-theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--gt-theme);
  content: "";
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  /* height: 800px; */
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: var(--gt-bg2);
  color: var(--gt-header);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--gt-white);
}

.gt-hero-1 {
  padding-top: 50px;
  height: 800px;
}
@media (max-width: 1199px) {
  .gt-hero-1 {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .gt-hero-1 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gt-hero-1 {
    padding-top: 80px;
  }
}
.gt-hero-1 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1899px) {
  .gt-hero-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .gt-hero-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .gt-hero-1 .container-fluid {
    padding: 0 30px;
  }
}
.gt-hero-1 .gt-hero-content {
  margin-top: -120px;
}
@media (max-width: 1399px) {
  .gt-hero-1 .gt-hero-content {
    margin-top: 0;
  }
}
.gt-hero-1 .gt-hero-content h4 {
  font-weight: 400;
  color: var(--gt-theme);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .gt-hero-1 .gt-hero-content h4 {
    font-size: 16px;
  }
}
.gt-hero-1 .gt-hero-content h1 {
  color: var(--gt-black);
  font-size: 65px;
}
@media (max-width: 1199px) {
  .gt-hero-1 .gt-hero-content h1 br {
    display: none;
  }
}
.gt-hero-1 .gt-hero-content p {
  font-size:25px;
  font-weight: 400;
  color: var(--gt-header);
  opacity: 0.8;
  max-width: 790px;
  margin-top: 25px;
}
.gt-hero-1 .gt-hero-content p .s{
  font-size: 30px;
  color: #FF7606;
  opacity: 1;
  font-weight: 700;
}
@media (max-width: 575px) {
  .gt-hero-1 .gt-hero-content p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.gt-hero-1 .gt-hero-content .gt-hero-button {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .gt-hero-1 .gt-hero-content .gt-hero-button {
    margin-top: 30px;
  }
}
.gt-hero-1 .gt-hero-image {
  margin-left: -75%;
}
@media (max-width: 1600px) {
  .gt-hero-1 .gt-hero-image {
    margin-left: -75%;
  }
}
@media (max-width: 1399px) {
  .gt-hero-1 .gt-hero-image {
    margin-left: 0;
  }
  .gt-hero-1 .gt-hero-image img {
    width: 100%;
    height: 100%;
  }
}

.gt-hero-2 {
  padding-top: 160px;
}
@media (max-width: 1600px) {
  .gt-hero-2 {
    padding-top: 210px;
  }
}
@media (max-width: 1199px) {
  .gt-hero-2 {
    padding-top: 100px;
  }
}
.gt-hero-2 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1899px) {
  .gt-hero-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .gt-hero-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .gt-hero-2 .container-fluid {
    padding: 0 30px;
  }
}
.gt-hero-2 .gt-hero-image {
  position: relative;
  z-index: 9;
}
.gt-hero-2 .gt-hero-image img {
  width: 100%;
  height: 100%;
}
.gt-hero-2 .gt-hero-image .gt-hero-shape {
  position: absolute;
  top: -25%;
  left: 70px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-hero-2 .gt-hero-image .gt-hero-shape {
    display: none;
  }
}
.gt-hero-2 .gt-hero-content {
  margin-top: -120px;
}
@media (max-width: 1199px) {
  .gt-hero-2 .gt-hero-content {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .gt-hero-2 .gt-hero-content {
    margin-bottom: 0;
  }
}
.gt-hero-2 .gt-hero-content h4 {
  font-weight: 400;
  color: var(--gt-theme);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}
.gt-hero-2 .gt-hero-content h1 {
  color: var(--gt-white);
}
.gt-hero-2 .gt-hero-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--gt-white);
  opacity: 0.8;
  max-width: 790px;
  margin-top: 25px;
}
.gt-hero-2 .gt-hero-content .gt-hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .gt-hero-2 .gt-hero-content .gt-hero-button {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn {
  border: 1px solid transparent;
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn.style-border {
  border: 1px solid var(--gt-white);
  background: transparent;
}

.gt-hero-3 {
  position: relative;
  padding: 180px 0 115px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .gt-hero-3 {
    padding: 170px 0;
  }
}
@media (max-width: 991px) {
  .gt-hero-3 {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .gt-hero-3 {
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .gt-hero-3 {
    padding: 80px 0;
  }
}
.gt-hero-3 .gt-top-shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .gt-hero-3 .gt-top-shape {
    display: none;
  }
}
.gt-hero-3 .gt-line-shape {
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  top: 18px;
}
@media (max-width: 1399px) {
  .gt-hero-3 .gt-line-shape {
    display: none;
  }
}
.gt-hero-3 .gt-hero-content {
  text-align: center;
}
.gt-hero-3 .gt-hero-content h4 {
  font-weight: 400;
  color: var(--gt-theme);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .gt-hero-3 .gt-hero-content h4 {
    font-size: 16px;
  }
}
.gt-hero-3 .gt-hero-content h1 {
  color: var(--gt-white);
}
.gt-hero-3 .gt-hero-content .gt-text {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--gt-theme);
  color: transparent;
  margin-bottom: 20px;
}
.gt-hero-3 .gt-hero-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--gt-white);
  opacity: 0.8;
  max-width: 790px;
  margin-top: 25px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .gt-hero-3 .gt-hero-content p {
    font-size: 14px;
  }
}
.gt-hero-3 .gt-hero-content .gt-hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .gt-hero-3 .gt-hero-content .gt-hero-button {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn {
  border: 1px solid transparent;
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn.style-border {
  border: 1px solid var(--gt-white);
  background: transparent;
}
.gt-hero-3 .gt-hero-content .gt-social-icon {
  gap: 15px;
  margin-top: 100px;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-hero-3 .gt-hero-content .gt-social-icon {
    margin-top: 30px;
  }
}
.gt-hero-3 .gt-hero-content .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-hero-3 .gt-hero-content .gt-social-icon a:hover {
  background-color: var(--gt-theme);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--gt-header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  font-family: "Kanit", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--gt-theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--gt-theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.gt-news-card-items {
  margin-top: 30px;
  background-color: var(--gt-white);
}
.gt-news-card-items.gt-bg-color {
  background-color: var(--gt-bg);
}
.gt-news-card-items .gt-news-image {
  overflow: hidden;
}
.gt-news-card-items .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-news-card-items .gt-news-content {
  margin-top: 24px;
}
.gt-news-card-items .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-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-card-items .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-card-items .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-card-items .gt-news-content .gt-date-list li i {
  margin-right: 10px;
  color: var(--gt-theme);
}
.gt-news-card-items:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 {
  margin-bottom: 48px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image {
  overflow: hidden;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
    font-size: 25px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .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-4 .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-4 .gt-news-content .gt-link-btn {
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: var(--gt-header);
  z-index: 9;
  text-transform: uppercase;
  margin-top: 30px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-link-btn i {
  margin-right: 8px;
  color: var(--gt-theme);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--gt-theme);
  display: inline-block;
  color: var(--gt-white);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-link-btn:hover {
  color: var(--gt-theme);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 40px;
  background-color: var(--gt-bg2);
  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 {
  background-color: var(--gt-white);
  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);
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-weight: 600;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list 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;
  background-color: var(--gt-white);
  padding: 18px 22px;
  line-height: 1;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li a {
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li i {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li span b {
  font-weight: 400;
  color: var(--gt-theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover {
  background-color: var(--gt-theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover a {
  color: var(--gt-white);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover i {
  color: var(--gt-white);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list2 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;
  background-color: var(--gt-white);
  padding: 18px 22px;
  line-height: 1;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list2 li a {
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list2 li i {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list2 li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list2 li span b {
  font-weight: 400;
  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;
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
    flex-wrap: wrap;
  }
}
.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 h5 {
  margin-bottom: 5px;
  font-weight: 600;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h5 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-single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 600;
  background: var(--gt-white);
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-main-sideber .gt-single-sideber-widget .form-clt input, .gt-main-sideber .gt-single-sideber-widget .form-clt textarea {
  display: inline-block;
  border: none;
  background-color: var(--gt-white);
  padding: 18px 20px;
  line-height: 1;
  width: 100%;
  color: var(--gt-text);
}
.gt-main-sideber .gt-single-sideber-widget .form-clt textarea {
  padding-bottom: 80px;
}
.gt-main-sideber .service-details-sidebar {
  text-align: center;
  padding: 50px 40px;
}
.gt-main-sideber .service-details-sidebar .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(28px);
  color: var(--gt-white);
  font-size: 20px;
  margin: 0 auto;
}
.gt-main-sideber .service-details-sidebar .gt-content {
  margin-top: 20px;
}
.gt-main-sideber .service-details-sidebar .gt-content span {
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-main-sideber .service-details-sidebar .gt-content h3 {
  margin-top: 10px;
}
.gt-main-sideber .service-details-sidebar .gt-content h3 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: 42px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 25px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 0;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item {
  margin-bottom: 30px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item h3 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item h3 {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber {
  padding: 30px 40px;
  border: 1.5px solid var(--gt-theme);
  background-color: var(--gt-bg2);
  border-radius: 0;
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-sideber {
    padding: 30px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber h6 {
  margin-bottom: 15px;
  line-height: 150%;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-sideber .client-info-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.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;
  font-weight: 500;
}
.gt-news-details-wrapper .gt-news-details-content .text {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .text {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  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;
  color: var(--gt-header);
  font-family: "Kanit", 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-bg2);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    margin-bottom: 15px;
  }
}
.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-bg2);
}
.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 h3 {
  font-size: 28px;
}
.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);
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.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 {
  padding: 5px 18px;
  font-weight: 400;
  background-color: var(--gt-theme);
  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-header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap {
  background-color: var(--gt-bg2);
  padding: 30px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap h3 {
  margin-bottom: 30px;
  border-bottom: 1.2px solid rgba(102, 102, 102, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 28px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt span {
  color: var(--gt-header);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
.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;
  background-color: var(--gt-border);
  padding: 16px 20px;
  font-weight: 400;
  color: var(--gt-text);
  background-color: var(--gt-white);
  border-radius: 0;
}
.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: 100px;
  resize: none;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-news-card-item-2 {
  margin-top: 30px;
}
.gt-news-card-item-2 .gt-news-image {
  position: relative;
}
.gt-news-card-item-2 .gt-news-image img {
  width: 100%;
  height: 100%;
}
.gt-news-card-item-2 .gt-news-image .gt-post {
  background-color: var(--gt-theme);
  color: var(--gt-white);
  display: inline-block;
  padding: 10px 12px;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg) translate(0%, 100%);
  transform-origin: bottom left;
  margin: 0;
  line-height: 1;
  z-index: 999;
}
.gt-news-card-item-2 .gt-news-image .gt-post::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 36px;
  background-color: #D6221D;
  left: -26px;
  bottom: 0px;
  z-index: 999;
  clip-path: polygon(100% 100%, 100% 0, 0 0);
}
.gt-news-card-item-2 .gt-news-content {
  padding: 15px 30px 0;
  background-color: #F4F4F4;
  position: relative;
}
@media (max-width: 575px) {
  .gt-news-card-item-2 .gt-news-content {
    padding: 15px 25px 0;
  }
}
.gt-news-card-item-2 .gt-news-content .gt-news-post {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .gt-news-card-item-2 .gt-news-content .gt-news-post {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-news-card-item-2 .gt-news-content .gt-news-post li {
  position: relative;
  padding-left: 25px;
}
.gt-news-card-item-2 .gt-news-content .gt-news-post li::before {
  position: absolute;
  content: "";
  left: 0;
  background-color: var(--gt-theme);
  width: 16px;
  height: 2px;
  top: 12px;
}
.gt-news-card-item-2 .gt-news-content .gt-news-post li.gt-style-2::after {
  position: absolute;
  content: "";
  left: -30px;
  background-color: #CDCED0;
  width: 1px;
  opacity: 0.7;
  height: 24px;
  top: 2px;
}
@media (max-width: 1199px) {
  .gt-news-card-item-2 .gt-news-content .gt-news-post li.gt-style-2::after {
    display: none;
  }
}
.gt-news-card-item-2 .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-item-2 .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-card-item-2 .gt-news-content .gt-link-btn {
  background-color: var(--gt-header);
  color: var(--gt-white);
  padding: 10px 38px;
  margin-top: 30px;
  margin-left: -30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 575px) {
  .gt-news-card-item-2 .gt-news-content .gt-link-btn {
    margin-left: -24px;
  }
}
.gt-news-card-item-2 .gt-news-content .gt-link-btn::before {
  position: absolute;
  content: "";
  right: -44px;
  bottom: 0;
  width: 44px;
  height: 47px;
  background-color: var(--gt-header);
  opacity: 0.88;
  clip-path: polygon(0 0, -10% 101%, 64% 100%);
  transition: all 0.4s ease-in-out;
}
.gt-news-card-item-2 .gt-news-content .gt-link-btn i {
  color: var(--gt-white);
  transform: rotate(15deg);
  transition: all 0.4s ease-in-out;
}
.gt-news-card-item-2 .gt-news-content .gt-link-btn:hover {
  background-color: var(--gt-theme);
}
.gt-news-card-item-2 .gt-news-content .gt-link-btn:hover::before {
  background-color: #D6221D;
  opacity: 0.88;
}
.gt-news-card-item-2 .gt-news-content .gt-link-btn:hover i {
  transform: rotate(45deg);
}

.gt-news-section-2 {
  position: relative;
  z-index: 9;
}
.gt-news-section-2 .gt-left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-news-section-2 .gt-left-shape {
    display: none;
  }
}

.gt-news-card-items-3 {
  margin-top: 30px;
  background-color: #F4F4F4;
}
.gt-news-card-items-3 .gt-news-image img {
  width: 100%;
  height: 100%;
}
.gt-news-card-items-3 .gt-news-content {
  padding: 24px 24px;
}
.gt-news-card-items-3 .gt-news-content h3 {
  margin-bottom: 10px;
}
.gt-news-card-items-3 .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-items-3 .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-card-items-3 .gt-news-content .gt-post {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .gt-news-card-items-3 .gt-news-content .gt-post {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-news-card-items-3 .gt-news-content .gt-post li i {
  margin-right: 10px;
  color: var(--gt-text);
}
.gt-news-card-items-3 .gt-news-button .gt-theme-btn {
  border: 1px solid transparent;
  width: 100%;
  padding: 16px 0;
}
.gt-news-card-items-3 .gt-news-button .gt-theme-btn.style-border {
  border: 1px solid var(--gt-theme);
  background: transparent;
  color: var(--gt-header);
}
.gt-news-card-items-3 .gt-news-button .gt-theme-btn.style-border:hover .shotfit-btn__text {
  color: var(--gt-white);
}

.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;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Kanit", sans-serif, "Archivo", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.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;
  font-family: "Kanit", sans-serif;
  position: absolute;
  top: -3px;
  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-bg2);
  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-white);
}
.gt-back-to-top:hover img {
  animation: slideUp 600ms;
}
.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(../img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.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-header);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.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);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.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 {
  border: 1px solid #BFBFBF;
}
.gt-page-nav-wrap ul li:first-child a {
  color: var(--gt-theme);
  background-color: transparent;
}
.gt-page-nav-wrap ul li:last-child {
  border: 1px solid var(--gt-theme);
}
.gt-page-nav-wrap ul li:last-child a {
  color: var(--gt-theme);
  background-color: transparent;
}
.gt-page-nav-wrap ul li .gt-page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--gt-header);
  text-align: center;
  background-color: var(--gt-bg);
  border: 1px solid transparent;
}
.gt-page-nav-wrap ul li .gt-page-numbers.current {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 767px) {
  .gt-page-nav-wrap ul li .gt-page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.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);
}

.pricing-card-item-3 {
  padding: 40px 30px;
  background-color: #F4F4F4;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border: 1px solid #F4F4F4;
}
.pricing-card-item-3 .post {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: var(--gt-white);
  background-color: var(--gt-header);
  transform: rotate(40.012deg);
  padding: 2px 30px;
  right: -33px;
  top: 27px;
}
.pricing-card-item-3 .pricing-header {
  border-bottom: 1px solid #CDCED0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.pricing-card-item-3 .pricing-button .gt-theme-btn {
  border: 1px solid transparent;
  width: 100%;
}
.pricing-card-item-3 .pricing-button .gt-theme-btn.style-border {
  border: 1px solid var(--gt-theme);
  background: transparent;
  color: var(--gt-header);
}
.pricing-card-item-3 .pricing-button .gt-theme-btn.style-border:hover .shotfit-btn__text {
  color: var(--gt-white);
}
.pricing-card-item-3 .gt-pricing-list {
  margin-top: 30px;
  margin-bottom: 25px;
}
.pricing-card-item-3 .gt-pricing-list li {
  color: var(--gt-header);
}
.pricing-card-item-3 .gt-pricing-list li i {
  margin-right: 10px;
  transform: rotate(45deg);
}
.pricing-card-item-3 .gt-pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-card-item-3 .pricing-price h2 {
  color: var(--gt-theme);
}
.pricing-card-item-3 .pricing-price h2 span {
  color: var(--gt-text);
  font-weight: 400;
  font-size: 16px;
}
.pricing-card-item-3:hover {
  border: 1px solid var(--gt-theme);
}

.gt-pricing-section-3 {
  position: relative;
}
.gt-pricing-section-3 .gt-pricing-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .gt-pricing-section-3 .gt-pricing-image {
    display: none;
  }
}
.gt-pricing-section-3 .gt-pricing-image img {
  width: 100%;
  height: 100%;
}

.gt-section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .gt-section-title {
    margin-bottom: 0;
  }
}
.gt-section-title h6 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  color: var(--gt-theme);
  font-family: "Kanit", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
}
@media (max-width: 1199px) {
  .gt-section-title h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gt-section-title h6 {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .gt-section-title h6 {
    font-size: 14px;
  }
}
.gt-section-title h6 i {
  color: var(--gt-theme);
}
.gt-section-title h2 {
  text-transform: capitalize;
}

.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 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .gt-section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .gt-section-title-area {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--gt-bg);
}

.section-bg-2 {
  background-color: #F4F4F4;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.gt-service-details-wrapper .gt-details-thumb img {
  width: 100%;
  height: 100%;
}
.gt-service-details-wrapper .gt-details-content {
  margin-top: 25px;
}
.gt-service-details-wrapper .gt-details-content h2 {
  font-weight: 600;
}
.gt-service-details-wrapper .gt-details-content .gt-box {
  font-size: 20px;
  font-weight: 500;
  color: var(--gt-header);
  font-family: "Kanit", sans-serif;
  border-radius: 8px;
  border-left: 5px solid var(--gt-theme);
  background: #FFECE7;
  display: inline-block;
  padding: 24px 32px;
  font-style: italic;
  margin-top: 30px;
}
.gt-service-details-wrapper .gt-details-content .gt-list-content {
  margin-top: 32px;
  margin-bottom: 40px;
}
.gt-service-details-wrapper .gt-details-content .gt-list-content h3 {
  margin-bottom: 20px;
}
.gt-service-details-wrapper .gt-details-content .gt-list-content ul li span {
  font-size: 18px;
  color: var(--gt-header);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.gt-service-details-wrapper .gt-details-content .gt-list-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-service-details-wrapper .gt-details-content .details-thumb img {
  width: 100%;
  height: 100%;
}
.gt-service-details-wrapper .gt-details-content .faq-content {
  margin-top: 40px;
}
.gt-service-details-wrapper .gt-details-content .faq-content h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-details-content .faq-content h3 {
    font-size: 25px;
  }
}
.gt-service-details-wrapper .gt-details-content .faq-content .accordion-item {
  border: none !important;
  background: var(--gt-bg);
}
.gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--gt-header);
  letter-spacing: -0.2px;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  background: var(--gt-bg2);
  padding: 20px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 20px 0;
  }
}
.gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button::after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../img/inner-page/chervon-up.svg);
  color: var(--gt-theme);
}
.gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../img/inner-page/chervon-down.svg);
  font-weight: 500;
  color: var(--gt-theme);
  transform: rotate(0);
}
.gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--gt-bg2);
  padding: 22px 30px;
  color: var(--gt-header);
}
.gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-left: 33px;
  padding-top: 15px;
  padding-right: 40px;
  color: var(--gt-text);
  background: var(--gt-bg2);
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .gt-service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.gt-services-box-item {
  padding: 72px 45px 30px;
  background-color: #F4F4F4;
  margin-top: 70px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-services-box-item {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .gt-services-box-item {
    padding: 30px 30px 10px;
  }
}
.gt-services-box-item .gt-number {
  font-size: 40px;
  color: var(--gt-white);
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background-color: var(--gt-header);
  opacity: 0.3;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.gt-services-box-item h3 {
  margin-bottom: 15px;
}
.gt-services-box-item h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-services-box-item 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-services-box-item p {
  max-width: 344px;
}
.gt-services-box-item .gt-link-btn {
  opacity: 0;
  visibility: hidden;
}
.gt-services-box-item.gt-active {
  background-color: var(--gt-header);
  padding: 70px 45px 50px;
  margin-top: 40px;
}
.gt-services-box-item.gt-active .gt-number {
  color: var(--gt-theme);
  background: rgba(255, 255, 255, 0.05);
  opacity: 1;
}
.gt-services-box-item.gt-active h3 a {
  color: var(--gt-white);
}
.gt-services-box-item.gt-active p {
  color: var(--gt-white);
}
.gt-services-box-item.gt-active .gt-link-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
}
.gt-services-box-item:hover {
  background-color: var(--gt-header);
  padding: 70px 45px 50px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .gt-services-box-item:hover {
    padding: 40px 30px 30px;
  }
}
.gt-services-box-item:hover .gt-number {
  color: var(--gt-theme);
  background: rgba(255, 255, 255, 0.05);
  opacity: 1;
}
.gt-services-box-item:hover h3 a {
  color: var(--gt-white);
}
.gt-services-box-item:hover p {
  color: var(--gt-white);
}
.gt-services-box-item:hover .gt-link-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
}

.gt-service-section-2 {
  position: relative;
}
.gt-service-section-2 .gt-service-sahpe {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-service-section-2 .gt-service-sahpe {
    display: none;
  }
}

.gt-service-offer-item-2 {
  margin-top: 30px;
  border-radius: 30px;
}
.gt-service-offer-item-2 .gt-service-offer-image img {
  width: 100%;
  height: 300px;
      width: 100%;
    height: 300px;
    
    border-radius: 10px 10px 0px 0px;

}
.gt-service-offer-item-2 .gt-service-offer-content {
  background-color: var(--gt-white);
  padding: 0 0 29px;
  position: relative;
  border-radius:  10px;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-post {
  background-color: var(--gt-theme);
  color: var(--gt-black);
  display: inline-block;
  padding: 10px 44px;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  transform: rotate(-90deg) translate(-100%, 0%);
  transform-origin: top left;
  margin: 0;
  line-height: 1;
  z-index: 999;
  border-radius: 8px 0px 0px 0px;
 
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-post::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  content: "";
  background-color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item {
  display: flex;
  gap: 16px;
  /* margin-left: 35px; */
  height: 125px;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #F4F4F4;
  border-left: 4px solid var(--gt-header);
  font-size: 40px;
  color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  content: "";
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-content {
  margin-top: 15px;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .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-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-content p {
  max-width: 275px;
  margin-bottom: 15px;
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-content .gt-link-btn {
  color: var(--gt-header);
}
.gt-service-offer-item-2 .gt-service-offer-content .gt-service-icon-item .gt-content .gt-link-btn i {
  color: var(--gt-header);
}
.gt-service-offer-item-2:hover .gt-service-offer-content .gt-post {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.gt-service-offer-item-2:hover .gt-service-offer-content .gt-post::before {
  bottom: 0;
  height: 100%;
}
.gt-service-offer-item-2:hover .gt-service-offer-content .gt-service-icon-item .gt-icon {
  background-color: var(--gt-theme);
  color: var(--gt-white);
  border-left: 4px solid var(--gt-theme);
}
.gt-service-offer-item-2:hover .gt-service-offer-content .gt-service-icon-item .gt-icon::before {
  bottom: 0;
  height: 100%;
}
.gt-service-offer-item-2:hover .gt-service-offer-content .gt-service-icon-item .gt-icon i {
  transform: scaleX(-1) !important;
}
.gt-service-offer-item-2:hover .gt-service-offer-content .gt-service-icon-item .gt-content .gt-link-btn {
  color: var(--gt-theme);
}
.gt-service-offer-item-2:hover .gt-service-offer-content .gt-service-icon-item .gt-content .gt-link-btn i {
  color: var(--gt-theme);
}

.gt-service-offer-section {
  position: relative;
  z-index: 9;
}
.gt-service-offer-section .gt-man-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-service-offer-section .gt-man-shape {
    display: none;
  }
}

.gt-shop-box-items {
  margin-top: 30px;
}
.gt-shop-box-items .gt-thumb {
  position: relative;
  overflow: hidden;
}
.gt-shop-box-items .gt-thumb img {
  width: 100%;
  height: 100%;
}
.gt-shop-box-items .gt-thumb .gt-title {
  position: absolute;
  top: 24px;
  left: 24px;
}
.gt-shop-box-items .gt-thumb .gt-title h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-box-items .gt-thumb .gt-title h4 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-box-items .gt-thumb .gt-shop-bottom {
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.gt-shop-box-items .gt-thumb .gt-shop-bottom .gt-price-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.gt-shop-box-items .gt-thumb .gt-shop-bottom .gt-price-title .gt-best {
  display: inline-block;
  border-radius: 32px;
  border: 1px solid var(--gt-theme);
  background: var(--gt-white);
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  color: var(--gt-header);
  padding: 8px 14px;
}
.gt-shop-box-items .gt-thumb .gt-shop-bottom .gt-theme-btn {
  width: 100%;
  padding: 18px 32px;
}
.gt-shop-box-items .gt-thumb .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 5%;
}
.gt-shop-box-items .gt-thumb .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-box-items .gt-thumb .gt-shop-icon li a, .gt-shop-box-items .gt-thumb .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-box-items .gt-thumb .gt-shop-icon li a:hover, .gt-shop-box-items .gt-thumb .gt-shop-icon li button:hover {
  background-color: var(--gt-header);
}
.gt-shop-box-items .gt-thumb:hover .gt-shop-bottom {
  bottom: 0;
}
.gt-shop-box-items .gt-thumb:hover .gt-shop-icon li {
  transform: scaleX(1);
}

.gt-shop-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-shop-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-notices-wrapper .gt-shop-showing {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.gt-shop-notices-wrapper .gt-shop-showing .nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gt-shop-notices-wrapper .gt-shop-showing .nav .nav-item .nav-link {
  display: inline-block;
  border: 1px solid #BFBFBF;
  background: #F2F2F2;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  color: var(--gt-text);
}
.gt-shop-notices-wrapper .gt-shop-showing .nav .nav-item .nav-link.active {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-notices-wrapper .form .single-select {
  padding: 19px 20px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  border: 1px solid #BFBFBF;
  background: #F2F2F2;
  color: var(--gt-header);
  border-radius: 0;
}
.gt-shop-notices-wrapper .form .single-select::after {
  right: 20px;
  border-bottom: 2px solid var(--gt-header);
  border-right: 2px solid var(--gt-header);
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.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%;
}

.gt-shop-cards-item {
  margin-top: 30px;
  background-color: var(--gt-header);
  border: 1px solid rgba(205, 206, 208, 0.24);
}
.gt-shop-cards-item .gt-shop-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gt-shop-cards-item .gt-shop-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-shop-cards-item .gt-shop-image .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 5%;
}
.gt-shop-cards-item .gt-shop-image .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-cards-item .gt-shop-image .gt-shop-icon li a, .gt-shop-cards-item .gt-shop-image .gt-shop-icon li button {
  background-color: var(--gt-theme);
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  color: var(--gt-white);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.gt-shop-cards-item .gt-shop-image .gt-shop-icon li a:hover, .gt-shop-cards-item .gt-shop-image .gt-shop-icon li button:hover {
  background-color: var(--gt-theme);
}
.gt-shop-cards-item .gt-shop-image img {
  width: 100%;
  height: 100%;
}
.gt-shop-cards-item .gt-shop-content {
  padding: 24px 24px 10px;
}
.gt-shop-cards-item .gt-shop-content span {
  color: var(--gt-white);
}
.gt-shop-cards-item .gt-shop-content h3 {
  margin-bottom: 5px;
}
.gt-shop-cards-item .gt-shop-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-shop-cards-item .gt-shop-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-shop-cards-item .gt-shop-content .gt-star {
  color: #ECB014;
}
.gt-shop-cards-item .gt-shop-footer {
  position: relative;
  overflow: hidden;
}
.gt-shop-cards-item .gt-shop-footer .gt-shop-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 20px;
  border-top: 1px solid rgba(205, 206, 208, 0.24);
  position: relative;
  z-index: 2;
}
.gt-shop-cards-item .gt-shop-footer .gt-shop-button h6 {
  color: var(--gt-white);
}
.gt-shop-cards-item .gt-shop-footer .gt-shop-button .arrow-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: var(--gt-white);
  color: var(--gt-header);
  text-align: center;
}
.gt-shop-cards-item .gt-shop-footer .gt-shop-hover-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: var(--gt-theme);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999;
  transition: width 0.4s ease;
}
.gt-shop-cards-item .gt-shop-footer .gt-shop-hover-button i {
  margin-left: 8px;
}
.gt-shop-cards-item .gt-shop-footer:hover .gt-shop-hover-button {
  width: 100%;
}
.gt-shop-cards-item .gt-shop-footer:hover .gt-shop-button h6, .gt-shop-cards-item .gt-shop-footer:hover .gt-shop-button .arrow-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.gt-shop-cards-item:hover .gt-shop-image .gt-shop-icon li {
  transform: scaleX(1);
}
.gt-shop-cards-item:hover .gt-shop-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.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;
}
@media (max-width: 1399px) {
  .common-table .cart-item-thumb {
    flex-wrap: wrap;
  }
}
.common-table .cart-item-thumb .head {
  color: var(--gt-header);
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Kanit", 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 #E4E4E5;
}

.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-bottom: 1px solid #E4E4E5;
}

.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 button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: var(--gt-header);
  border: unset;
}

@media (max-width: 767px) {
  .cart-list-area .table-responsive {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .cart-list-area .table-responsive .table {
    width: 900px;
  }
}
.cart-list-area .coupon-items input {
  background: var(--gt-bg2);
  border: none;
  padding: 19px 30px;
  color: var(--gt-text);
  line-height: 1;
}
.cart-list-area .gt-theme-btn {
  transition: all 0.4s ease-in-out;
  padding: 19px 32px;
}

.cart-total-area {
  margin-top: -10px;
}
.cart-total-area h3 {
  font-size: 32px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cart-total-area h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cart-total-area h3 {
    font-size: 27px;
  }
}
.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 #E4E4E5;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (max-width: 1199px) {
  .cart-total-area ul li {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .cart-total-area ul li {
    font-size: 18px;
  }
}
.cart-total-area ul li .subtotal {
  color: var(--gt-text);
  font-weight: 400;
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .cart-total-area ul li .subtotal {
    margin-left: 10px;
  }
}
.cart-total-area ul li .price {
  font-weight: 700;
  font-size: 22px;
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .cart-total-area ul li .price {
    font-size: 18px;
    flex-basis: 100%;
  }
}

.checkout-radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
.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 {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid #E4E4E5;
  font-weight: 500;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--gt-header);
  text-transform: capitalize;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.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 #E4E4E5;
  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-header);
  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-header);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .single-select {
  border: 1px solid #E4E4E5;
  border-radius: 0;
  font-weight: 500;
  color: var(--gt-header);
}
.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 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 32px;
}
.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 #E4E4E5;
  background: transparent;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}
.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-shop-details-wrapper .gt-shop-details-image {
  position: relative;
  background-color: var(--gt-bg2);
}
.gt-shop-details-wrapper .gt-shop-details-image img {
  width: 100%;
  height: 100%;
}
.gt-shop-details-wrapper .gt-shop-details-image .gt-box-text {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 9px 14px;
  line-height: 1;
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-details-wrapper .gt-shop-details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content {
    margin-left: 0;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content h6 {
  font-size: 16px;
}
.gt-shop-details-wrapper .gt-shop-details-content h6 span {
  color: var(--gt-text);
  font-family: "Archivo", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-details-content h2 {
  font-size: 36px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-details-content h2 {
    font-size: 30px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list li:first-child {
  font-size: 16px;
  color: var(--gt-header);
  font-weight: 400;
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list li span {
  font-weight: 400;
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-details-content .eye-icon {
  display: inline-block;
  margin-top: 12px;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li span {
  color: var(--gt-header);
  font-weight: 500;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(4) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E69539;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(3) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1D1D1D;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(2) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E63946;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(1) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ECB014;
}
.gt-shop-details-wrapper .gt-shop-details-content .star {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.gt-shop-details-wrapper .gt-shop-details-content .star i {
  color: #ECB014;
}
.gt-shop-details-wrapper .gt-shop-details-content .star span {
  margin-left: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content p {
  margin-top: 15px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .cart-quantity {
    flex-wrap: wrap;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty {
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  padding: 16px 14px;
  line-height: 1;
  justify-content: space-between;
  margin-top: 0;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty button,
.gt-shop-details-wrapper .gt-shop-details-content .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-wrapper .gt-shop-details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn i {
  margin-right: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn:hover {
  background-color: var(--gt-header);
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item {
    margin-top: 16px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item .icon {
  background-color: #F2F2F2;
  padding: 23px 24px;
  transition: all 0.4s ease-in-out;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item .icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-details-wrapper .gt-shop-details-content .buy-btn {
  width: 100%;
  background-color: #F2F2F2;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}
.gt-shop-details-wrapper .gt-shop-details-content .buy-btn:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items {
  margin-top: 25px;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li {
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li span {
  color: var(--gt-header);
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list a {
  color: var(--gt-text);
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list a:hover {
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list {
  color: var(--gt-header);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list span {
  display: block;
  color: var(--gt-text);
  font-weight: 400;
}
.gt-shop-details-wrapper .gt-shop-tab-area {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .gt-shop-details-wrapper .gt-shop-tab-area {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area {
    margin-top: 50px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav {
  justify-content: center;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link {
  font-size: 18px;
  color: var(--gt-header);
  font-weight: 500;
  position: relative;
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active {
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--gt-theme);
  transition: 0.3s;
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active::before {
    display: none;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content {
  padding-top: 30px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
    font-size: 16px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items {
  margin-top: 30px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list {
  margin-top: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li:not(:last-child) {
  margin-bottom: 18px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li span {
  font-size: 18px;
  font-weight: 500;
  color: var(--gt-header);
  font-family: "Kanit", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
  background-color: #F2F2F2;
  padding: 48px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap.border-none {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content .gt-star {
  color: #ECB014;
  margin-bottom: 5px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 span {
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  color: var(--gt-text);
  font-size: 14px;
  margin-left: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-review-box-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap p {
  max-width: 760px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
  background-color: #F2F2F2;
  padding: 48px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt span {
  font-size: 18px;
  font-weight: 600;
  color: "Kanit", sans-serif;
  color: var(--gt-header);
  padding-bottom: 12px;
  display: inline-block;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt input, .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  width: 100%;
  border: none;
  line-height: 1;
  padding: 20px 24px;
  line-height: 1;
  background-color: var(--gt-white);
  color: var(--gt-text);
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  padding-bottom: 130px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-team-thumb-items {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.gt-team-thumb-items img {
  width: 100%;
  height: 100%;
}
.gt-team-thumb-items .gt-team-content {
  background-color: var(--gt-theme);
  text-align: center;
  padding: 16px 24px;
  position: absolute;
  bottom: -100px;
  left: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-team-thumb-items .gt-team-content h3 {
  margin-bottom: 5px;
}
.gt-team-thumb-items .gt-team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-team-thumb-items .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-thumb-items .gt-team-content p {
  color: var(--gt-white);
}
.gt-team-thumb-items.mt-0:hover .gt-team-content {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}

.gt-team-section {
  position: relative;
}
.gt-team-section .swiper-slide.swiper-slide-active .gt-team-thumb-items .gt-team-content {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .gt-team-section .gt-array-button {
    display: none;
  }
}
.gt-team-section .gt-array-button .array-prev {
  position: absolute;
  top: 53%;
  z-index: 99;
  left: 37.5%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .gt-team-section .gt-array-button .array-prev {
    left: 33.5%;
  }
}
.gt-team-section .gt-array-button .array-next {
  position: absolute;
  top: 53%;
  z-index: 99;
  left: 62.5%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .gt-team-section .gt-array-button .array-next {
    left: 33.5%;
  }
}

.gt-team-details-wrapper .gt-thumb img {
  width: 100%;
  height: 100%;
}
.gt-team-details-wrapper .gt-details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-team-details-wrapper .gt-details-content {
    margin-left: 0;
  }
}
.gt-team-details-wrapper .gt-details-content h2 {
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-details-content span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
.gt-team-details-wrapper .gt-details-content .gt-list {
  margin-top: 20px;
}
.gt-team-details-wrapper .gt-details-content .gt-list li {
  color: var(--gt-header);
}
.gt-team-details-wrapper .gt-details-content .gt-list li span {
  font-size: 18px;
  font-weight: 600;
}
.gt-team-details-wrapper .gt-details-content .gt-list li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-details-content .gt-list li i {
  color: var(--gt-header);
  margin-right: 5px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  color: var(--gt-header);
  background-color: var(--gt-bg2);
  transition: all 0.4s ease-in-out;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-team-details-wrapper .gt-details-content .contact-form-items {
  margin-top: 40px;
}
.gt-team-details-wrapper .gt-details-content .contact-form-items h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .gt-team-details-wrapper .gt-details-content .contact-form-items h3 {
    font-size: 25px;
  }
}
.gt-team-details-wrapper .gt-details-content .contact-form-items .form-clt input, .gt-team-details-wrapper .gt-details-content .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-bg2);
  padding-bottom: 20px;
  padding: 16px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--gt-text);
  font-size: 16px;
  border-radius: 0;
}
.gt-team-details-wrapper .gt-details-content .contact-form-items .form-clt input::placeholder, .gt-team-details-wrapper .gt-details-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--gt-text);
}
.gt-team-details-wrapper .gt-details-content .contact-form-items .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
}
.gt-team-details-wrapper .gt-details-content .contact-form-items button.gt-theme-btn span {
  margin-bottom: 0;
  font-weight: 500;
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-list-item {
  margin-bottom: 10px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-list-item h3 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .gt-team-experience-wrapper .gt-team-experience-content .gt-list-item h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-team-experience-wrapper .gt-team-experience-content .gt-list-item h3 {
    font-size: 25px;
  }
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items {
  margin-top: 15px;
  max-width: 550px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature:not(:last-child) {
  margin-bottom: 15px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-box-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  margin-bottom: 10px;
  color: var(--gt-header);
  text-transform: capitalize;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress {
  position: relative;
  height: 10px;
  background-color: var(--gt-white);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-bar {
  background-color: var(--gt-theme);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--gt-header);
  font-family: "Kanit", sans-serif;
}
.gt-team-experience-wrapper .working-hours {
  background-color: var(--gt-white);
  padding: 40px 32px;
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .gt-team-experience-wrapper .working-hours {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .gt-team-experience-wrapper .working-hours {
    padding: 22px;
  }
}
.gt-team-experience-wrapper .working-hours ul {
  margin-top: 25px;
  border-top: 1px solid rgb(217, 217, 217);
  padding-top: 25px;
}
.gt-team-experience-wrapper .working-hours ul li {
  background-color: var(--gt-bg2);
  padding: 20px 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media (max-width: 575px) {
  .gt-team-experience-wrapper .working-hours ul li {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-team-experience-wrapper .working-hours ul li:not(:last-child) {
  margin-bottom: 30px;
}
.gt-team-experience-wrapper .working-hours ul li span {
  flex-basis: 50%;
}
@media (max-width: 1199px) {
  .gt-team-experience-wrapper .working-hours ul li span {
    flex-basis: initial;
  }
}

.gt-team-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100% !important;
}
@media (max-width: 991px) {
  .gt-team-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gt-team-wrapper {
    margin-top: 30px;
  }
}
.gt-team-wrapper .team-box-img-2 {
  margin-top: 30px;
  width: 215px;
  height: 449px;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gt-team-wrapper .team-box-img-2 {
    width: initial;
    margin-top: 0;
  }
}
.gt-team-wrapper .team-box-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile {
  position: absolute;
  right: 24px;
  top: 24px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile ul li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--gt-header);
  color: var(--gt-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid rgba(205, 206, 208, 0.24);
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile ul li a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: var(--gt-theme);
  color: var(--gt-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2px;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile:hover ul {
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
}
.gt-team-wrapper .team-box-img-2 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gt-bg2);
  padding: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-team-wrapper .team-box-img-2 .content h3 {
  margin-bottom: 5px;
}
.gt-team-wrapper .team-box-img-2 .content h3 a:hover {
  color: var(--gt-theme);
}
@media (max-width: 991px) {
  .gt-team-wrapper .team-box-img-2 {
    width: 335px !important;
  }
}
.gt-team-wrapper .team-box-img-2.active {
  width: 335px !important;
}
.gt-team-wrapper .team-box-img-2.active .gt-social-profile ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.gt-team-wrapper .team-box-img-2.active .content {
  opacity: 1;
  visibility: visible;
}

.gt-team-section-2 {
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-team-section-2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .gt-team-section-2 {
    margin-bottom: 80px;
  }
}
.gt-team-section-2 .gt-team-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .gt-team-section-2 .gt-team-shape {
    display: none;
  }
}
.gt-team-section-2 .gt-left-shape {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-team-section-2 .gt-left-shape {
    display: none;
  }
}

.gt-testimonial-box-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.gt-testimonial-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F4F4F4;
  z-index: -1;
  top: 42px;
  height: initial;
}
.gt-testimonial-box-items .pic {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  position: relative;
}
.gt-testimonial-box-items .arrow-left {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #F4F4F4;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  left: -25px;
}
.gt-testimonial-box-items .arrow-right {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #F4F4F4;
  position: absolute;
  top: 1px;
  transform: rotate(136deg);
  right: -23px;
}
.gt-testimonial-box-items .gt-client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 310px;
  background-color: #F4F4F4;
  padding: 16px;
  margin: 0 auto;
  position: relative;
}
.gt-testimonial-box-items .gt-client-info .gt-content h3 {
  font-size: 20px;
  font-weight: 600;
}
.gt-testimonial-box-items .gt-testimonial-content {
  margin-top: 24px;
}
.gt-testimonial-box-items .gt-star {
  color: #ECB014;
  text-align: center;
  margin-bottom: 10px;
}
.gt-testimonial-box-items p {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  text-align: center;
  line-height: 145%;
  max-width: 590px;
}

.gt-testimonial-wrapper {
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.gt-testimonial-section .swiper-slide.swiper-slide-active .gt-testimonial-box-items .arrow-left {
  border-left: 30px solid var(--gt-theme);
}
.gt-testimonial-section .swiper-slide.swiper-slide-active .gt-testimonial-box-items .arrow-right {
  border-left: 30px solid var(--gt-theme);
}
.gt-testimonial-section .swiper-slide.swiper-slide-active .gt-testimonial-box-items .gt-client-info {
  background-color: var(--gt-theme);
}
.gt-testimonial-section .swiper-slide.swiper-slide-active .gt-testimonial-box-items .gt-client-info .gt-content h3 {
  color: var(--gt-white);
}
.gt-testimonial-section .swiper-slide.swiper-slide-active .gt-testimonial-box-items .gt-client-info .gt-content span {
  color: var(--gt-white);
}

.gt-testimonial-wrapper-2 {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper-2 {
    margin-top: 30px;
  }
}
.gt-testimonial-wrapper-2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.gt-testimonial-wrapper-2 .swiper-slide.swiper-slide-shadow {
  box-shadow: none !important;
}
.gt-testimonial-wrapper-2 .swiper-slide .th-testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gt-testimonial-wrapper-2 .swiper-3d .swiper-slide-shadow {
  background: transparent;
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item {
  position: relative;
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons {
  position: absolute;
  bottom: -14px;
  left: 34%;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons {
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons {
    display: none;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons .array-prev {
  background-color: var(--gt-theme);
  color: var(--gt-white);
  border-radius: 100px;
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons .array-prev i {
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons .array-prev:hover i {
  transform: rotate(0);
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons .array-next {
  background-color: transparent;
  color: var(--gt-white);
  border-radius: 100px;
  border: 1px solid var(--gt-white);
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons .array-next i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons .array-next:hover {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .array-buttons .array-next:hover i {
  transform: rotate(0);
}
@media (max-width: 991px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content {
    text-align: center;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content .gt-star {
  color: #000000;
  font-weight: 900;
  margin-bottom: 10px;
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content p {
  font-size: 24px;
  line-height: 150%;
  color: #F4F4F4;
  max-width: 864px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content p {
    font-size: 16px;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content .gt-client-info {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content .gt-client-info {
    margin-top: 30px;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content .gt-client-info h4 {
  color: var(--gt-black);
}
.gt-testimonial-wrapper-2 .gt-testimonial-card-item .gt-testimonial-content .gt-client-info span {
  font-size: 17px;
  color: var(--gt-bg);
  opacity: 0.7;
}

.gt-testimonial-section-2 {
  position: relative;
}
.gt-testimonial-section-2 .gt-client-1 {
  position: absolute;
  left: 12%;
  top: 20%;
}
@media (max-width: 1600px) {
  .gt-testimonial-section-2 .gt-client-1 {
    display: none;
  }
}
.gt-testimonial-section-2 .gt-client-2 {
  position: absolute;
  left: 11%;
  bottom: 12%;
}
@media (max-width: 1600px) {
  .gt-testimonial-section-2 .gt-client-2 {
    display: none;
  }
}
.gt-testimonial-section-2 .gt-client-3 {
  position: absolute;
  right: 20%;
  top: 25%;
}
@media (max-width: 1600px) {
  .gt-testimonial-section-2 .gt-client-3 {
    display: none;
  }
}
.gt-testimonial-section-2 .gt-client-4 {
  position: absolute;
  right: 5%;
  top: 50%;
}
@media (max-width: 1600px) {
  .gt-testimonial-section-2 .gt-client-4 {
    display: none;
  }
}
.gt-testimonial-section-2 .gt-client-5 {
  position: absolute;
  right: 11%;
  bottom: 12%;
}
@media (max-width: 1600px) {
  .gt-testimonial-section-2 .gt-client-5 {
    display: none;
  }
}

.gt-testimonial-item-3 {
  text-align: center;
}
.gt-testimonial-item-3 .gt-test-content .gt-star {
  color: #ECB014;
  margin-bottom: 20px;
  font-size: 30px;
}
.gt-testimonial-item-3 .gt-test-content p {
  font-size: 32px;
  color: var(--gt-header);
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  font-style: italic;
  line-height: 125%;
}
@media (max-width: 1199px) {
  .gt-testimonial-item-3 .gt-test-content p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .gt-testimonial-item-3 .gt-test-content p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .gt-testimonial-item-3 .gt-test-content p {
    font-size: 18px;
  }
}
.gt-testimonial-item-3 .gt-test-content .gt-client-main-item {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .gt-testimonial-item-3 .gt-test-content .gt-client-main-item {
    flex-wrap: wrap;
  }
}
.gt-testimonial-item-3 .gt-test-content .gt-client-main-item .gt-client-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  background-color: var(--gt-white);
  filter: blur(2px);
  position: relative;
}
.gt-testimonial-item-3 .gt-test-content .gt-client-main-item .gt-client-info-item.gt-active {
  border: 1px solid var(--gt-white);
}
.gt-testimonial-item-3 .gt-test-content .gt-client-main-item .gt-client-info-item.gt-active::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: 20px;
  height: 16px;
  background-color: var(--gt-theme);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
  visibility: hidden;
}

.gt-testimonial-section-3 {
  position: relative;
}
.gt-testimonial-section-3 .gt-quate-shape {
  position: absolute;
  top: 90px;
  left: 16%;
}
@media (max-width: 1199px) {
  .gt-testimonial-section-3 .gt-quate-shape {
    display: none;
  }
}
.gt-testimonial-section-3 .gt-testimonial-item-3 .swiper-slide.swiper-slide-active .gt-test-content .gt-client-main-item .gt-client-info-item.gt-active {
  filter: blur(0px);
  border: 1px solid var(--gt-theme);
}
.gt-testimonial-section-3 .gt-testimonial-item-3 .swiper-slide.swiper-slide-active .gt-test-content .gt-client-main-item .gt-client-info-item.gt-active::before {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=main.css.map */

.floating-icons .icon {
    position: absolute;
   
    opacity: 0.9;
    animation: float 6s ease-in-out infinite;
}

.icon1 { top: 15%; right: 2%; animation-delay: 0s; width: 250px; }
.icon2 { top: 60%; right: 45%; animation-delay: 1s; width: 250px;}


@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-25px); }
    100% { transform: translateY(0px); }
}
@media (min-width: 1500px) and (max-width: 2000px) {
 .header-section-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    width: 15%;
    z-index: 1;
}
.header-section-1 .main-logo img{
  width: 130px;
}
}
.gt-work-process-section .gt-section-title h6,
.gt-testimonial-section-2 .gt-section-title h6{
  color: #000;
}
.gt-work-process-section .gt-section-title h6 i,
.gt-testimonial-section-2 .gt-section-title h6 i{
  color: #000;
}
.b{
  background:linear-gradient(45deg, #BB1900, #FD6F01, #FFB000);
}


       .role-dashboard{
background:#ffffff;
padding: 120px 0px;
}

.dashboard-wrapper{
background:white;
padding:55px 35px;
border-radius:18px;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.dashboard-tabs .nav-link{
border:none;
padding:12px 30px;
font-weight:600;
color:#0c0b0b;
font-size: 20px;
font-family: "Archivo", sans-serif;
}
.dashboard-tabs .nav-link i{
  margin-right: 8px;
}
.dashboard-tabs .nav-link.active{
color:#ff7a00;
border-bottom:3px solid #ff7a00;
background:none;
}

.dashboard-features{
list-style:none;
padding:0;
margin-bottom:25px;
}

.dashboard-features li{
padding:10px 0;
font-size:18px;
color: #000;
font-weight: 700;
}

.dashboard-features li::before{
content:"✔";
color:#ff7a00;
margin-right:10px;
background-color: #000;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 5px 8px;
}

.dashboard-img{
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.dashboard-side-card{
background:linear-gradient(45deg, #ff8d7b, #ffb175, #FFB000);;
padding:20px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.dashboard-side-card h6{
margin-bottom:15px;
font-weight: 800;
font-size: 20px;
}

.dashboard-side-card ul{
padding:0;
list-style:none;
}

.dashboard-side-card li{
padding:6px 0;
font-size:15px;
font-weight: 600;
color: #1D2229;
}

.coach-card{
display:flex;
align-items:center;
gap:10px;
background:#fafafa;
padding:12px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.coach-card img{
width:45px;
height:45px;
border-radius:50%;
}

.corner-img{
position:absolute;

opacity:0.9;
z-index:0;
animation:floatAnimation 6s ease-in-out infinite;
}

.top-left{
    top: 25px;
    left: 10px;
    width: 200px;
}

.top-right{
    top: 10px;
    right: 0px;
    width: 240px;
}

.bottom-left{
    bottom: -66px;
    left: 10px;
    width: 206px;
}

.bottom-right{
    bottom: -50px;
    right: 0px;
    width: 211px;
}

@keyframes floatAnimation{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-15px);
}

100%{
transform:translateY(0px);
}

}
.corner-top{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.corner-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.corner-top img{
    width: 200px;
    animation: floatMove 3s ease-in-out infinite alternate;
}

.corner-bottom img{
    width: 240px;
    animation: floatMove 3s ease-in-out infinite alternate;
}

@keyframes floatMove{
    0%{
        transform: translate(0,0);
    }
    100%{
        transform: translate(15px,10px);
    }
}
.about-coach{

background-image: url(../img/cofitness/bg5.png);

background-repeat: no-repeat;
background-size: contain;
position:relative;
overflow:hidden;
}

.container{
max-width:1200px;
margin:auto;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:50px;
align-items:center;
}

.coach-image-wrapper{
position:relative;
}

.coach-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

.experience-badge{
position:absolute;
bottom:20px;
left:20px;
background:#ff7a00;
color:#fff;
padding:14px 18px;
border-radius:10px;
font-weight:600;
text-align:center;
}

.experience-badge span{
font-size:22px;
display:block;
}

.coach-content h2{
font-size:40px;
font-weight:700;
margin-bottom:15px;
}

.coach-content p{
color:#020202;
line-height:1.9;
margin-bottom:15px;
font-size:17px;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin:30px 0;
}

.stat-card{
background:white;
padding:20px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.stat-card h3{
color:#ff7a00;
font-size:32px;
margin-bottom:5px;
}

.stat-card span{
font-size:17px;
color:#000000;
font-weight: 800;
}

.about-btn{
display:inline-block;
background:#ff7a00;
color:white;
padding:14px 30px;
border-radius:30px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.about-btn:hover{
background:#e36800;
}
@media(max-width:992px){

.about-grid{
grid-template-columns:1fr;
text-align:center;
}

.experience-badge{
left:50%;
transform:translateX(-50%);
}

.stats-grid{
grid-template-columns:1fr;
}

}

.vmv-section {
            padding: 150px 0;
            background: url(../img/cofitness/bg3.png);
            background-position: center;
            background-size:cover;
            background-repeat: no-repeat;
            
        }

        .vmv-card {
            position: relative;
            padding: 70px 40px 40px 40px;
            background: #ffffff;
            border: 1px solid #3a3939;
            border-radius: 20px;
            transition: .4s;
            height: 100%;
            margin-top: 20px;
        }

        .vmv-card h3 {
            font-size: 34px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
            color: var(--gt-theme);
        }

        .vmv-card p {
            color: #2d2a2a;
            line-height: 1.8;
            text-align: center;
        }

        /* circle image */

        .vmv-icon {
            position: absolute;
            top: -40px;
            left: 35%;
            width: 90px;
            height: 90px;
            background: #000000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            z-index: 2;
        }

        .vmv-icon img {
            width: 40px;
            border-radius: 20px;
        }

        /* hover background image */

        .vmv-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: .5s;
            z-index: 0;
            border-radius: 20px;
        }

        /* overlay */

        .vmv-card::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #020202, #3b3a3a);
            opacity: 0;
            transition: .5s;
            z-index: 1;
            border-radius: 20px;
        }

        /* hover */

        .vmv-card:hover::before {
            opacity: 1;
        }

        .vmv-card:hover::after {
            opacity: .9;
        }

        .vmv-card:hover h3,
        .vmv-card:hover p {
            color: #fff;
            position: relative;
            z-index: 2;
        }

        /* different images */

        .mission::before {
            background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d");
        }

        .vision::before {
            background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978");
        }

        .strategy::before {
            background-image: url("https://images.unsplash.com/photo-1556761175-4b46a572b786");
        }

        /* responsive */

        @media(max-width:768px) {

            .vmv-card {
                margin-bottom: 60px;
            }

        }
.plan-section{
padding:80px 20px;
background: url(../img/cofitness/plan-bg.png);
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.container{
max-width:1200px;
margin:auto;
}

.plan-wrapper{
display:grid;
grid-template-columns:1.3fr 0.7fr;
gap:40px;


padding:50px;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
margin-bottom:40px;
}

.plan-left h2{
font-size:34px;
font-weight:700;
margin-bottom:10px;

}

.subtitle{
    color: #151414;
    font-weight: 600;
    margin-bottom: 25px;
}

.plan-features{
list-style:none;
padding:0;
}

.plan-features li{
margin-bottom: 12px;
    font-size: 16px;
    padding-left: 28px;
    position: relative;
    font-weight: 600;
color:#ff7a00;
    
}

.plan-features li:before{
content:"✔";
color:#ff7a00;
position:absolute;
left:0;
}

.pricing-card{
background: #F4BB3D;
background: linear-gradient(315deg, #F4BB3D, #E58849);;
border-radius:18px;
padding:35px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
text-align:center;
}

.price{
font-size:35px;
font-weight:800;
margin-bottom:20px;
}

.pricing-features{
list-style:none;
padding:0;
margin-bottom:25px;
}

.pricing-features li{
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;;
}

.pricing-features li:before{
content:"✔";
color:#000000;
margin-right:8px;
}

.start-btn{
display:inline-block;
background:#ffffff;
color:#000000;
padding:14px 28px;
border-radius:30px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.start-btn:hover{
background:#e56800;
}

.limited{
margin-top:10px;
font-size:13px;
color:#000000;
}

/* WHATSAPP SECTION */

.whatsapp-community{
margin-top:20px;
}

.whatsapp-box{
background:#ffffff;
border-radius:18px;
padding:30px 40px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.whatsapp-icon img{
width:50px;
}

.whatsapp-text h3{
margin-bottom:8px;
font-size:25px;
}

.whatsapp-text p{
color:#666;
font-size:15px;
}

.whatsapp-btn{
background:#25D366;
color:#fff;
padding:12px 24px;
border-radius:30px;
font-weight:600;
text-decoration:none;
}

.whatsapp-btn:hover{
background:#1ebc5b;
}
.free-features-section{
padding:80px 20px;
background:#f7f7f9;
text-align:center;
}

.section-header h2{
font-size:34px;
font-weight:700;
margin-bottom:10px;
}

.section-header p{
color:#777;
margin-bottom:50px;
}

.features-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
max-width:1100px;
margin:auto;
}

.feature-card{
background:white;
padding:30px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:all .35s ease;
position:relative;
overflow:hidden;
}

.feature-card .icon{
font-size:55px;
margin-bottom:30px;
color:#ff7a00;
}

.feature-card h3{
font-size:22px;
margin-bottom:12px;
color:#ff7a00;

}

.feature-card p{
font-size:16px;
color:#070707;
}

/* Hover Animation */

.feature-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.feature-card::before{
content:"";
position:absolute;
top:-50%;
left:-50%;
width:200%;
height:200%;
background:radial-gradient(circle, rgba(255,122,0,0.12) 0%, transparent 60%);
opacity:0;
transition:opacity .35s ease;
}

.feature-card:hover::before{
opacity:1;
}

.feature-card:hover .icon{
transform:scale(1.2);
transition:.3s;
color:#ff7a00;
}
@media(max-width:992px){
.features-grid{
grid-template-columns:1fr 1fr;
}
}

@media(max-width:600px){
.features-grid{
grid-template-columns:1fr;
}
}


.diet-btn{
padding:14px 30px;
background:#ffffff;
color:#000000;
border:none;
border-radius:30px;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.diet-btn:hover{
background:#ff7f1f;
transform:scale(1.05);
}

.diet-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.6);
display:none;
justify-content:center;
align-items:center;
z-index:9999999;
}

.diet-box{
background:#fff;
width:90%;
max-width:700px;
padding:35px;
border-radius:15px;
box-shadow:0 20px 60px rgba(0,0,0,.2);
position:relative;
}

.diet-box h2{
text-align:center;
color:#ff6a00;
}

.grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
margin-top:20px;
}

.grid input,
.grid select,
.grid textarea{
padding:12px;
border-radius:8px;
border:1px solid #ddd;
font-size:14px;
color: #000;
}

.grid textarea{
grid-column:1/3;
}

.submit-btn{
margin-top:20px;
width:100%;
padding:14px;
background:#ff6a00;
color:#fff;
border:none;
border-radius:8px;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.submit-btn:hover{
background:#ff7f1f;
}

.close-btn{
position:absolute;
top:15px;
right:20px;
font-size:22px;
cursor:pointer;
color:#ff6a00;
}

.terms{
display:flex;
gap:10px;
margin-top:15px;
font-size:14px;
}

.error{
color:red;
display:none;
font-size:14px;
}

.wa-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.7);
display:none;
justify-content:center;
align-items:center;
}

.wa-box{
background:#fff;
padding:35px;
text-align:center;
border-radius:12px;
max-width:360px;
}

.wa-box h3{
color:#ff6a00;
}

.wa-btn{
display:inline-block;
margin-top:15px;
padding:12px 20px;
background:#25D366;
color:#fff;
border-radius:8px;
text-decoration:none;
font-weight:600;
}
.why-platform{
padding:80px 0;
background:#f9f9f9;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.section-title p{
max-width:600px;
margin:auto;
color:#666;
}

.platform-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.platform-card{
background:#fff;
padding:35px 25px;
text-align:center;
border-radius:12px;
transition:0.4s;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
position:relative;
overflow:hidden;
}

.platform-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.platform-icon img{
width:60px;
margin-bottom:20px;
}

.platform-card h3{
font-size:20px;
margin-bottom:10px;
}

.platform-card p{
font-size:15px;
color:#666;
}

/* orange hover background effect */

.platform-card::before{
content:"";
position:absolute;
width:100%;
height:0;
left:0;
bottom:0;
background:#ff6a00;
z-index:0;
transition:0.4s;
}

.platform-card:hover::before{
height:100%;
}

.platform-card:hover h3,
.platform-card:hover p{
color:#fff;
position:relative;
z-index:2;
}

.platform-card:hover img{
filter:brightness(0) invert(1);
position:relative;
z-index:2;
}


.approach-section{
padding:100px 0;
background:#fff;
}

.approach-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.approach-left h2{
font-size:40px;
font-weight:700;
margin-bottom:15px;
}

.approach-left h2 span{
color:#ff6a00;
}

.approach-desc{
color:#666;
margin-bottom:40px;
max-width:500px;
}

.approach-step{
margin-bottom:25px;
padding-left:20px;
border-left:3px solid #000000;
transition:0.3s;
}

.approach-step:hover{
border-left:3px solid #ff6a00;
transform:translateX(6px);
}

.approach-step h3{
font-size:22px;
margin-bottom:5px;
color: var(--gt-theme);
}

.approach-step p{
font-size:17px;
color:#000000;
}

.approach-right img{
width:100%;
border-radius:15px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
transition:0.4s;
border: 3px solid var(--gt-black);
padding: 10px;
}

.approach-right img:hover{
transform:scale(1.03);
}

/* responsive */

@media(max-width:900px){

.approach-grid{
grid-template-columns:1fr;
}

.approach-right{
order:-1;
}

}

.social-video-section {
  background: #ddd;
}
  .social-video-section {
      padding: 60px 0;
    }

    .custom-card {
      background: #ffffff;
      padding: 20px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.08);
      height: 100%;
      transition: 0.4s;
    }

    .custom-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    }

    .section-title {
      color: #000000;
      margin-bottom: 15px;
      font-size: 30px;
    }

    /* Facebook */
    .fb-post-wrapper iframe {
      border-radius: 12px;
      width: 100%;
      height: 420px;
    }

    /* Video Slider */
    .video-card {
      padding: 30px 20px;
    }

    .video-card video {
      width: 100%;
      height:350px;
      object-fit: fill;
      border-radius: 12px;
    }

    /* Controls */
    .slider-controls {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 15px;
    }

    .slider-controls button {
      width: 45px;
      height: 45px;
      border: none;
      border-radius: 50%;
      background: orange;
      color: #000;
      font-size: 18px;
      cursor: pointer;
      transition: 0.3s;
    }

    .slider-controls button:hover {
      background: #121111;
      transform: scale(1.1);
      color: #fff;
    }