/*
Theme Name: PixelR 
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: PixelR- Creative Agency HTML Template
Service Html Template 
Version: 1.0.0
*/
/* @import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600&family=Sen:wght@400..800&display=swap');
:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #C9F31D;
  --gt-theme-2: #C9F31D;
  --gt-theme-3: #C9F31D;
  --gt-header: #1C1C1C;
  --gt-border: #FCFCFC;
  --gt-bg: #D9D9D9;
  --gt-bg2: #F8F8F8;
  --gt-bg3: #F7F3EE;
  --gt-bg4: #F4F4F4;
  --gt-bg5: #F0F0F0;
  --gt-bg6: #7903E0;
  --gt-bg7: #495FEA;
  --gt-bg8: #E21E1E;
  --gt-bg9: #F4F4F2;
  --gt-bg10: #282828;
  --gt-bg11: #E9E9E9;
  --gt-bg12: #F2EDEA;
  --gt-bg13: #F9EFF1;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --gt-text: #434343;
  --gt-text-1: #8E8E8E;
  --gt-text-2: #6D6D6D;
  --gt-text-3: #1E1E1E;
  --gt-text-4: #9E9EA3;
  --gt-text-5: #555;
  --gt-text-6: #121212;
  --gt-border-1: rgba(0, 0, 0, 0.20);
  --gt-border-2: rgba(0, 0, 0, 0.07);
  --gt-border-3: rgba(255, 255, 255, 0.20);
  --gt-border-4: rgba(255, 255, 255, 0.30);
  --gt-border-5: rgba(0, 0, 0, 0.10);
  --gt-border-6: rgba(0, 0, 0, 0.30);
  --gt-border-7: rgba(18, 18, 18, 0.20);
}

.gt-hover-btn-wrapper {
  display: inline-block;
}
.gt-hover-btn-wrapper .gt-btn-circle-2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  color: var(--gt-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  border: 1px solid var(--gt-border-1) !important;
  z-index: 1;
  width: 116px;
  height: 116px;
  border: 0;
  background: var(--gt-white);
}
@media (max-width: 767px) {
  .gt-hover-btn-wrapper .gt-btn-circle-2 {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 500px) {
  .gt-hover-btn-wrapper .gt-btn-circle-2 {
    width: 80px;
    height: 80px;
  }
}
.gt-hover-btn-wrapper .gt-btn-circle-2:hover {
  color: var(--gt-black) !important;
}
.gt-hover-btn-wrapper .gt-btn-circle-2:hover .gt-btn-circle-dot {
  width: 320px;
  height: 320px;
}
.gt-hover-btn-wrapper .gt-btn-circle-2:hover.bg-2 {
  border: 1px solid var(--gt-theme-2);
  background: var(--gt-theme-2) !important;
}
.gt-hover-btn-wrapper .gt-btn-circle-2 .gt-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--gt-theme);
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.gt-hover-btn-wrapper .gt-btn-circle-2 .gt-btn-circle-dot.bg-2 {
  background-color: var(--gt-theme-2);
}
.gt-hover-btn-wrapper .gt-btn-circle-2 .gt-btn-circle-text-2 {
  display: block;
}
.gt-hover-btn-wrapper .gt-btn-circle-2 .gt-btn-circle-text-2:hover {
  color: var(--gt-black) !important;
}

.simple-btn-black .gt-btn-circle-2 {
  position: relative;
  display: inline-block;
  color: var(--gt-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  z-index: 1;
  border: 0;
  background: var(--gt-black);
  border: 1px solid var(--gt-white);
  border-radius: 100px;
  padding: 22px 30px;
  overflow: hidden;
}
.simple-btn-black .gt-btn-circle-2:hover {
  color: var(--gt-black) !important;
  background: var(--gt-theme) !important;
}
.simple-btn-black .gt-btn-circle-2:hover .gt-btn-circle-dot {
  width: 350px;
  height: 350px;
}
.simple-btn-black .gt-btn-circle-2 .gt-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 30px;
  height: 30px;
  background-color: var(--gt-theme);
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.simple-btn-black .gt-btn-circle-2 .gt-btn-circle-text-2 {
  display: block;
}
.simple-btn-black .gt-btn-circle-2 .gt-btn-circle-text-2:hover {
  color: var(--gt-black) !important;
}

.simple-btn-white .gt-btn-circle-2 {
  position: relative;
  display: inline-block;
  color: var(--gt-black) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  z-index: 1;
  border: 0;
  background: transparent;
  border: 1px solid var(--gt-border-1);
  border-radius: 100px;
  padding: 20px 28px;
  overflow: hidden;
}
.simple-btn-white .gt-btn-circle-2:hover {
  color: var(--gt-black) !important;
  background: var(--gt-theme) !important;
  border: 1px solid var(--gt-theme);
}
.simple-btn-white .gt-btn-circle-2:hover.bg-2 {
  border: 1px solid var(--gt-theme-2);
  background: var(--gt-theme-2) !important;
}
.simple-btn-white .gt-btn-circle-2:hover span {
  fill: var(--gt-bg);
}
.simple-btn-white .gt-btn-circle-2:hover .gt-btn-circle-dot {
  width: 350px;
  height: 350px;
}
.simple-btn-white .gt-btn-circle-2 .gt-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 30px;
  height: 30px;
  background-color: var(--gt-theme);
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.simple-btn-white .gt-btn-circle-2 .gt-btn-circle-dot.bg-2 {
  background-color: var(--gt-theme-2);
}
.simple-btn-white .gt-btn-circle-2 .gt-btn-circle-text-2 {
  display: block;
}
.simple-btn-white .gt-btn-circle-2 .gt-btn-circle-text-2:hover {
  color: var(--gt-black) !important;
}

.solid-btn {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}

/* --------------------------------------------
    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;
}

@media (min-width: 0px) and (max-width: 319px) {
  body {
    min-width: 319px;
  }
}
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);
}

h2,
h3,
h4 {
  font-family: "Anton", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h2 {
  color: var(--gt-black);
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 80px;
    line-height: 92px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 75px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 55px;
    line-height: 72px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

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

h4 {
  font-size: 18px;
  font-weight: 400;
}

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;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

span {
  margin: 0px;
}

/*----------------------------------------*/
/*  1.3 Default Spacing
/*----------------------------------------*/
/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/

.mt-15 {
  margin-top: 15px;
}

.mt-70 {
  margin-top: 70px;
}

/*-- Margin Bottom --*/

.mb-3 {
  margin-bottom: 3px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*-- Margin Left --*/

/*-- Margin Right --*/

.mr-15 {
  margin-right: 15px;
}

/*-- Padding Top --*/

.pt-80 {
  padding-top: 80px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

/*-- Padding Bottom --*/

.pb-28 {
  padding-bottom: 28px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-150 {
  padding-bottom: 150px;
}

/*-- Padding Left --*/

/*-- Padding Right --*/

@media (max-width: 1199px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1399px) {
  .pt-150 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 50px;
  }
}

@media (max-width: 1399px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-150 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 50px;
  }
}

@media (max-width: 1399px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-150 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mb-75 {
    margin-bottom: 30px;
  }
}
.about-wrapper .sub-title {
  color: var(--gt-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.about-wrapper.style-4 .about-left-content {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper.style-4 .about-left-content {
    margin-right: 0;
  }
}
.about-wrapper.style-4 .about-left-content .thumb {
  position: relative;
  margin-left: -250px;
}
@media (max-width: 1199px) {
  .about-wrapper.style-4 .about-left-content .thumb {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper.style-4 .about-left-content .thumb img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .about-wrapper.style-4 .about-right-content .section-title-four .title {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style-4 .about-right-content .section-title-four .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 500px) {
  .about-wrapper.style-4 .about-right-content .section-title-four .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .about-wrapper.style-4 .about-right-content .section-title-four .title {
    font-size: 31px;
    line-height: 45px;
  }
}
@media (max-width: 350px) {
  .about-wrapper.style-4 .about-right-content .section-title-four .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.about-wrapper.style-4 .about-right-content .about-text-content {
  display: flex;
  gap: 99px;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-wrapper.style-4 .about-right-content .about-text-content {
    margin-top: 30px;
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper.style-4 .about-right-content .about-text-content {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .about-wrapper.style-4 .about-right-content .about-text-content {
    flex-direction: column;
  }
}
.about-wrapper.style-4 .about-right-content .about-text-content .content-text {
  color: var(--gt-text-6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  width: 141px;
}
@media (max-width: 575px) {
  .about-wrapper.style-4 .about-right-content .about-text-content .content-text {
    width: 100%;
  }
}
.about-wrapper.style-4 .about-right-content .about-text-content span {
  max-width: 449px;
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
}
.about-wrapper.style-4 .about-right-content .about-card {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--gt-border-7);
  border-bottom: 1px solid var(--gt-border-7);
  padding-top: 27px;
  padding-bottom: 27px;
  margin-bottom: 40px;
}
.about-wrapper.style-4 .about-right-content .about-card .about-card-items {
  width: 33.33%;
}
.about-wrapper.style-4 .about-right-content .about-card .about-card-items span {
  color: var(--gt-white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--gt-border-7);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 30px;
  display: inline-block;
}
@media (max-width: 450px) {
  .about-wrapper.style-4 .about-right-content .about-card .about-card-items span {
    font-size: 40px;
    line-height: 40px;
  }
}
.about-wrapper.style-4 .about-right-content .about-card .about-card-items .card-title {
  margin-top: 5px;
  color: var(--gt-text-6);
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 500px) {
  .about-wrapper.style-4 .about-right-content .about-card .about-card-items .card-title {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .about-wrapper.style-4 .about-right-content .about-card .about-card-items .card-title {
    font-size: 10px;
    line-height: 14px;
  }
}
.about-wrapper.style-4 .about-right-content .btn-content {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 500px) {
  .about-wrapper.style-4 .about-right-content .btn-content {
    gap: 20px;
  }
}

.featured-area-four {
  background-color: #F9EFF1;
}

.move-shape-2 {
  fill: #202020;
  fill-opacity: 0.2;
  mask: linear-gradient(90deg, #000 0%, #000 100%) left/0% 100% no-repeat;
  -webkit-mask: linear-gradient(90deg, #000 0%, #000 100%) left/0% 100% no-repeat;
  animation: reveal-left-right 5s linear forwards infinite;
}

.move-shape-4 {
  fill: #202020;
  mask: linear-gradient(90deg, #000 0%, #000 100%) left/0% 100% no-repeat;
  -webkit-mask: linear-gradient(90deg, #000 0%, #000 100%) left/0% 100% no-repeat;
  animation: reveal-left-right 15s linear forwards infinite;
}

@keyframes reveal-left-right {
  0% {
    mask-size: 0% 100%;
    -webkit-mask-size: 0% 100%;
  }
  16.66% {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
  100% {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
}
.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);
  }
}
/*img-animation**********************/
@media (max-width: 480px) {
}

.contact-area-four .contact-wrapper {
  background: var(--gt-bg13);
}
.contact-area-four .contact-wrapper .logo {
  margin-bottom: 43px;
}
@media (max-width: 575px) {
  .contact-area-four .contact-wrapper .logo img {
    width: 190px;
  }
}
.contact-area-four .contact-wrapper .text {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  max-width: 441px;
}
.contact-area-four .contact-wrapper .contact-cta {
  margin-left: 93px;
}
@media (max-width: 1199px) {
  .contact-area-four .contact-wrapper .contact-cta {
    margin-left: 0;
  }
}
.contact-area-four .contact-wrapper .contact-cta .cta-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.contact-area-four .contact-wrapper .contact-cta .cta-item .icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border: 1px solid var(--gt-border-7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-area-four .contact-wrapper .contact-cta .cta-item .location {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}
.contact-area-four .contact-wrapper .contact-cta .cta-item a {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  /* text-transform: capitalize; */
  display: block;
}
.contact-area-four .contact-wrapper .contact-cta .cta-item a:hover {
  color: var(--gt-theme-3);
}

.contact-page-wrapper {
  padding-top: 200px;
  padding-bottom: 150px;
}
.contact-page-wrapper .content .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #121212;
  margin-bottom: 35px;
  max-width: 600px;
}
@media (max-width: 1399px) {
  .contact-page-wrapper .content .title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1399px) {
  .contact-page-wrapper .content .title {
    font-size: 45px;
    line-height: 50px;
  }
}
.contact-page-wrapper .content .text {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #555555;
  margin-bottom: 40px;
}
.contact-page-wrapper .contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-page-wrapper .contact-info .info-items {
  width: 33.3%;
}
@media (max-width: 1399px) {
  .contact-page-wrapper .contact-info .info-items {
    width: 50%;
  }
}
@media (max-width: 470px) {
  .contact-page-wrapper .contact-info .info-items {
    width: 100%;
  }
}
.contact-page-wrapper .contact-info .info-items .info-title {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
  margin-bottom: 23px;
}

.faq-area-four .faq-wrapper {
  background: var(--gt-bg12);
}
@media (max-width: 767px) {
  .faq-area-four .faq-wrapper {
    padding-right: 0;
  }
}
.faq-area-four .faq-wrapper .faq-content {
  margin: 0 100px;
}
@media (max-width: 767px) {
  .faq-area-four .faq-wrapper .faq-content {
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .faq-area-four .faq-wrapper .faq-content .row .col-xl-3 {
    display: none;
  }
}
.faq-area-four .faq-wrapper .faq-content .thumb {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.faq-area-four .faq-wrapper .faq-content .thumb.thumb-1 {
  justify-content: end;
  position: relative;
}
.faq-area-four .faq-wrapper .faq-content .thumb.thumb-1 .thumb-shape-1 {
  position: absolute;
  bottom: -60px;
  left: -60px;
}
@media (max-width: 1600px) {
  .faq-area-four .faq-wrapper .faq-content .thumb.thumb-1 .thumb-shape-1 {
    bottom: 0;
    left: 0;
  }
}
.faq-area-four .faq-wrapper .faq-content .thumb.thumb-2 {
  justify-content: start;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-area-four .faq-wrapper .faq-content .thumb.thumb-2 {
    display: none;
  }
}
.faq-area-four .faq-wrapper .faq-content .thumb.thumb-2 .thumb-shape-2 {
  position: absolute;
  top: -60px;
  right: -60px;
}
@media (max-width: 1600px) {
  .faq-area-four .faq-wrapper .faq-content .thumb.thumb-2 .thumb-shape-2 {
    top: 0;
    right: 0;
  }
}
.faq-area-four .faq-wrapper .faq-content .faq-main-content {
  margin: 0 98px;
}
@media (max-width: 1600px) {
  .faq-area-four .faq-wrapper .faq-content .faq-main-content {
    margin: 0;
  }
}

.featured-area-four .featured-wrapper .section-title-four {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .section-title-four {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.featured-area-four .featured-wrapper .section-title-four .section-title-inner .arrow-shape {
  margin-left: 90px;
}
@media (max-width: 500px) {
  .featured-area-four .featured-wrapper .section-title-four .section-title-inner .arrow-shape svg {
    width: 350px;
  }
}
@media (max-width: 450px) {
  .featured-area-four .featured-wrapper .section-title-four .section-title-inner .arrow-shape svg {
    width: 250px;
  }
}
@media (max-width: 1399px) {
  .featured-area-four .featured-wrapper .section-title-four .section-title-inner .arrow-shape {
    margin-left: 0;
  }
}
.featured-area-four .featured-wrapper .section-title-four .section-title-inner .title {
  margin-left: 148px;
  color: var(--gt-text-6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 200px;
  letter-spacing: -4px;
}
@media (max-width: 1399px) {
  .featured-area-four .featured-wrapper .section-title-four .section-title-inner .title {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .section-title-four .section-title-inner .title {
    font-size: 140px;
    line-height: 160px;
  }
}
@media (max-width: 450px) {
  .featured-area-four .featured-wrapper .section-title-four .section-title-inner .title {
    font-size: 100px;
    line-height: 120px;
  }
}
.featured-area-four .featured-wrapper .section-title-four .text {
  max-width: 280px;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .section-title-four .text {
    max-width: 100% !important;
  }
}
.featured-area-four .featured-wrapper .row .col-xl-6:nth-child(1) {
  border-right: 1px solid var(--gt-border-7);
  border-bottom: 1px solid var(--gt-border-7);
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(1) {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(1) {
    padding-bottom: 20px;
    border: none;
  }
}
.featured-area-four .featured-wrapper .row .col-xl-6:nth-child(2) {
  border-bottom: 1px solid var(--gt-border-7);
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(2) {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(2) {
    border: none;
    padding-bottom: 20px;
  }
}
.featured-area-four .featured-wrapper .row .col-xl-6:nth-child(2) .featured-card {
  margin-right: 0 !important;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(2) .featured-card {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(2) .featured-card {
    margin-left: 0;
  }
}
.featured-area-four .featured-wrapper .row .col-xl-6:nth-child(3) {
  border-right: 1px solid var(--gt-border-7);
  padding-top: 75px;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(3) {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(3) {
    border: none;
  }
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(3) {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.featured-area-four .featured-wrapper .row .col-xl-6:nth-child(4) .featured-card {
  margin-right: 0 !important;
  margin-left: 40px;
  padding-top: 75px;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(4) .featured-card {
    padding-top: 30px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .row .col-xl-6:nth-child(4) .featured-card {
    padding-top: 0;
    margin-left: 0;
  }
}
.featured-area-four .featured-wrapper .featured-card {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .featured-card {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .featured-card {
    margin-right: 0;
  }
}
.featured-area-four .featured-wrapper .featured-card .hover-item {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .featured-area-four .featured-wrapper .featured-card .hover-item {
    margin-bottom: 16px;
  }
}
.featured-area-four .featured-wrapper .featured-card .card-content {
  position: relative;
  z-index: 99;
}
.featured-area-four .featured-wrapper .featured-card .card-content .card-title {
  color: var(--gt-text-6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.featured-area-four .featured-wrapper .featured-card .card-content .card-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.featured-area-four .featured-wrapper .featured-card .card-content .card-title a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #000 0%, #000 100%);
}
@media (max-width: 991px) {
  .featured-area-four .featured-wrapper .featured-card .card-content .card-title {
    font-size: 20px;
  }
}
.featured-area-four .featured-wrapper .featured-card .card-content .text {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  text-transform: capitalize;
}

.footer-area-four {
  background: var(--gt-text-6);
  position: relative;
  z-index: 5;
}
.footer-area-four .footer-wrapper {
  position: relative;
  z-index: 1;
}
.footer-area-four .footer-wrapper .footer-shape-1 {
  position: absolute;
  top: -23px;
  left: 0;
  z-index: -1;
}
.footer-area-four .footer-wrapper .footer-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer-area-four .footer-wrapper .footer-border {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.footer-area-four .footer-wrapper .footer-center .bottom-title {
  color: var(--gt-white);
  font-family: "Kanit", sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: 130px;
  letter-spacing: -6.5px;
}
@media (max-width: 1399px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title {
    font-size: 90px;
    line-height: 110px;
  }
}
@media (max-width: 1199px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title {
    font-size: 90px;
    line-height: 110px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 991px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title svg {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title svg {
    width: 300px;
  }
}
.footer-area-four .footer-wrapper .footer-center .bottom-title span {
  font-weight: 400;
  color: var(--gt-text-4);
}
@media (max-width: 575px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title .move-shape-4 {
    width: 250px;
  }
}
@media (max-width: 470px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title .move-shape-4 {
    width: 200px;
  }
}
@media (max-width: 350px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title .move-shape-4 {
    width: 140px;
  }
}
@media (max-width: 450px) {
  .footer-area-four .footer-wrapper .footer-center .bottom-title .move-shape-4 {
    width: 100px;
  }
}
.footer-area-four .footer-wrapper .footer-center .footer-page-content .logo {
  margin-bottom: 40px;
}
.footer-area-four .footer-wrapper .footer-center .footer-page-content p {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5em;
  text-transform: capitalize;
  color: var(--gt-text-4);
}
@media (max-width: 350px) {
  .footer-area-four .footer-wrapper .footer-center .footer-page-content p {
    font-size: 10px;
  }
}
.footer-area-four .footer-wrapper .footer-center .footer-page-content p a {
  color: var(--gt-text-4);
}
@media (max-width: 991px) {
  .footer-area-four .footer-wrapper .footer-center .move-btn {
    text-align: center !important;
  }
}
.footer-area-four .footer-wrapper .footer-bottom {
  text-align: center;
  padding: 45px 0;
}
.footer-area-four .footer-wrapper .footer-bottom span {
  color: var(--gt-text-4);
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.footer-area-four .footer-wrapper .footer-bottom span a {
  color: var(--gt-text-4);
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1.5px solid #3a3a3c;
}

.header-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9999;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .header-main .main-menu {
    display: none;
  }
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.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-3 .mega-menu-wrapper {
  margin: 0 150px;
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper {
    margin: 0 90px;
  }
}
@media (max-width: 991px) {
  .header-3 .mega-menu-wrapper {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .header-3 .mega-menu-wrapper {
    margin: 0;
  }
}
.header-3 .mega-menu-wrapper .header-main {
  padding: 18px 0;
}

.header-4 .mega-menu-wrapper {
  margin: 0 74px;
}
@media (max-width: 767px) {
  .header-4 .mega-menu-wrapper {
    margin: 0 20px;
  }
}
.header-4 .mega-menu-wrapper .header-main {
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  padding: 18px 0;
}
.header-4 .mega-menu-wrapper .header-main .hero-button {
  font-family: "Kanit";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--gt-text-6);
}
@media (max-width: 575px) {
  .header-4 .mega-menu-wrapper .header-main .hero-button {
    display: none;
  }
}
.header-4 .mega-menu-wrapper .header-main .header-right .hero-button .solid-btn {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--gt-text-6);
}
.header-4 .mega-menu-wrapper .header-main .header-right .hero-button .solid-btn:hover {
  color: var(--gt-theme);
}
.header-4 .mega-menu-wrapper .header-main .header-right .header-bar {
  background-color: var(--gt-theme);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.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-black);
}
.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-black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.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-bg);
  color: var(--gt-header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 4px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-black);
}

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

::-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;
}

img {
  max-width: 100%;
  height: auto !important;
}

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

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

.our-clint {
  display: flex;
  align-items: center;
  gap: 40px;
}
.our-clint ul {
  display: flex;
  align-items: center;
}
.our-clint ul li {
  margin-left: -25px;
}
.our-clint ul li img {
  border: 2px solid var(--gt-black);
  border-radius: 100%;
}
.our-clint .text {
  color: var(--gt-text-1);
  letter-spacing: -0.16px;
  text-transform: capitalize;
  max-width: 116px;
}

.info-cta {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .info-cta {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .info-cta {
    gap: 10px;
  }
}
.info-cta .cta-item .title {
  color: var(--gt-text-6);
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
}
.info-cta .cta-item span {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}

.hover-item {
  position: relative;
  display: inline-block;
}

.cursor-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 147px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(47.5px);
  border-radius: 100%;
  white-space: nowrap;
  z-index: 2;
  color: var(--gt-white);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.no-cursor {
  pointer-events: auto;
  cursor: pointer;
}

.gy-6 {
  --bs-gutter-y: 100px;
}
@media (max-width: 1399px) {
  .gy-6 {
    --bs-gutter-y: 30px;
  }
}

.design-project-thumb img {
  will-change: transform;
}

/* CSS */

.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(../../assets/img/close.webp), 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=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=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-black);
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--gt-header);
  color: #fff;
}

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

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

.hero-area-four .hero-wrapper {
  position: relative;
}
.hero-area-four .hero-wrapper .hero-bg {
  position: absolute;
  right: 0;
  bottom: -578px;
  z-index: -1;
}
.hero-area-four .hero-wrapper .hero-top-content {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .hero-area-four .hero-wrapper .col-xl-3 {
    display: none;
  }
}
.hero-area-four .hero-wrapper .hero-main-content {
  padding-top: 94px;
}
@media (max-width: 991px) {
  .hero-area-four .hero-wrapper .hero-main-content {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .hero-area-four .hero-wrapper .hero-main-content {
    padding-top: 40px;
  }
}
.hero-area-four .hero-wrapper .hero-main-content .section-title {
  margin-bottom: 45px;
}
.hero-area-four .hero-wrapper .hero-main-content .section-title .sub-title {
  color: var(--gt-text-5);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.hero-area-four .hero-wrapper .hero-main-content .section-title .title {
  color: var(--gt-text-6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 110px;
  letter-spacing: -3px;
}
@media (max-width: 1399px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 99px;
    line-height: 102px;
  }
}
@media (max-width: 991px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 84px;
    line-height: 94px;
  }
}
@media (max-width: 767px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 64px;
    line-height: 77px;
  }
}
@media (max-width: 575px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 59px;
    line-height: 74px;
  }
}
@media (max-width: 500px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 56px;
    line-height: 68px;
  }
}
@media (max-width: 470px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 450px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 42px;
    line-height: 57px;
  }
}
@media (max-width: 350px) {
  .hero-area-four .hero-wrapper .hero-main-content .section-title .title {
    font-size: 39px;
    line-height: 54px;
  }
}
.hero-area-four .hero-wrapper .hero-main-content .section-title .title span {
  font-weight: 600;
}
.hero-area-four .hero-wrapper .hero-main-content .hero-right-content {
  margin-right: -20px;
}
.hero-area-four .hero-wrapper .hero-main-content .hero-right-content .right-text {
  color: var(--gt-text-5);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 35px;
}
.hero-area-four .hero-wrapper .hero-main-content .hero-right-content .our-clint {
  margin-left: 25px;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110vh;
  fill: #121212;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 62px;
  font-weight: 500;
  letter-spacing: 0px;
  /* text-transform: uppercase; */
  z-index: 20;
  font-family: "Sen", sans-serif;
  color: var(--gt-white);
}
@media (max-width: 991px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.gt-back-to-top {
  background-color: var(--gt-theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--gt-black);
  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);
  border-radius: 4px;
}
.gt-back-to-top:hover {
  background-color: var(--gt-header);
  color: var(--gt-white);
}

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

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

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

.service-area-four .service-wrapper .title {
  max-width: 487px;
}
@media (max-width: 500px) {
  .service-area-four .service-wrapper .title {
    font-size: 46px;
    line-height: 48px;
  }
}
@media (max-width: 470px) {
  .service-area-four .service-wrapper .title {
    font-size: 38px;
    line-height: 48px;
  }
}
.service-area-four .service-wrapper .title span {
  margin-left: 145px;
}
@media (max-width: 575px) {
  .service-area-four .service-wrapper .title span {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .service-area-four .service-wrapper .row-contol {
    display: none !important;
  }
}
.service-area-four .service-wrapper .gt-funfact-panel-wrap-2 {
  display: flex;
  gap: 200px;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service-area-four .service-wrapper .gt-funfact-panel-wrap-2 {
    display: inline;
  }
}
.service-area-four .service-wrapper .gt-funfact-panel-wrap-2 .gt-funfact-panel-2 {
  display: flex;
  flex: 0 0 auto;
  width: 1410px;
}
@media (max-width: 991px) {
  .service-area-four .service-wrapper .gt-funfact-panel-wrap-2 .gt-funfact-panel-2 {
    width: 100% !important;
    flex-wrap: wrap;
    flex: 0;
  }
}
.service-area-four .service-wrapper .service-right-bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 138px;
}
@media (max-width: 767px) {
  .service-area-four .service-wrapper .service-right-bottom {
    flex-direction: column;
    gap: 30px;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .service-area-four .service-wrapper .service-right-bottom .thumb {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.service-area-four .service-wrapper .service-right-bottom .thumb span {
  color: var(--gt-white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--gt-border-7);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  display: block;
  margin-top: 27px;
}
.service-area-four .service-wrapper .main-thumb {
  margin-left: -50px;
  margin-right: 26px;
}
@media (max-width: 991px) {
  .service-area-four .service-wrapper .main-thumb {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .service-area-four .service-wrapper .main-thumb img {
    width: 100%;
  }
}
.service-area-four .service-wrapper .service-right-content {
  display: flex;
  justify-content: end;
  flex-direction: column;
  height: 100%;
}
.service-area-four .service-wrapper .service-right-content .text {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 34px;
}
.service-area-four .service-wrapper .service-right-content ul li {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.16px;
  list-style: disc;
  margin-left: 20PX;
}

.service-wrapper {
  margin-top: 30px;
}

.work-process-area-four .work-process-wrapper {
  position: relative;
  z-index: 1;
}
.work-process-area-four .work-process-wrapper .shape-1 {
  position: absolute;
  top: 74px;
  right: 60px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .work-process-area-four .work-process-wrapper .shape-1 {
    display: none;
  }
}
.work-process-area-four .work-process-wrapper .shape-2 {
  position: absolute;
  bottom: 33px;
  left: 60%;
  transform: translate(-60%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .work-process-area-four .work-process-wrapper .shape-2 {
    left: 40%;
  }
}
@media (max-width: 991px) {
  .work-process-area-four .work-process-wrapper .shape-2 {
    display: none;
  }
}
.work-process-area-four .work-process-wrapper .work-process-left-content {
  background: var(--gt-text-6);
  margin-right: 45px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .work-process-area-four .work-process-wrapper .work-process-left-content {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .work-process-area-four .work-process-wrapper .work-process-left-content .thumb img {
    width: 100%;
  }
}
.work-process-area-four .work-process-wrapper .work-process-right-content {
  background: var(--gt-theme-3);
  padding: 200px 0 226px 0;
  margin-left: -480px;
  padding-left: 480px;
  margin-right: -255px;
  padding-right: 255px;
  position: relative;
}
@media (max-width: 1199px) {
  .work-process-area-four .work-process-wrapper .work-process-right-content {
    margin-right: 0;
    margin-left: 0;
    padding: 100px 20px;
  }
}
@media (max-width: 1199px) {
  .work-process-area-four .work-process-wrapper .work-process-right-content {
    margin-right: 0;
    margin-left: 0;
    padding: 30px;
  }
}
.work-process-area-four .work-process-wrapper .work-process-right-content .work-process-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .work-process-area-four .work-process-wrapper .work-process-right-content .work-process-main-content {
    flex-direction: column-reverse;
    align-items: start;
    gap: 20px;
  }
}
.work-process-area-four .work-process-wrapper .work-process-right-content .work-process-main-content .simple-btn-black {
  position: relative;
}
.work-process-area-four .work-process-wrapper .work-process-right-content .work-process-main-content .simple-btn-black::before {
  content: "";
  position: absolute;
  right: -96px;
  top: -20px;
  width: 1px;
  height: 88px;
  background: var(--gt-border-7);
}
@media (max-width: 1399px) {
  .work-process-area-four .work-process-wrapper .work-process-right-content .work-process-main-content .simple-btn-black::before {
    display: none;
  }
}
.work-process-area-four .work-process-wrapper .work-process-right-content .work-process-main-content .text {
  max-width: 330px;
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.who-we-are-area-four .who-we-are-wrapper {
  background: var(--gt-text-6);
  position: relative;
}
.who-we-are-area-four .who-we-are-wrapper .bg-shape-1 {
  position: absolute;
  left: 60px;
  top: 98px;
}
.who-we-are-area-four .who-we-are-wrapper .bg-shape-2 {
  position: absolute;
  right: 60px;
  bottom: 48px;
}
.who-we-are-area-four .who-we-are-wrapper .section-title-four {
  text-align: center;
  margin-bottom: 55px;
}
.who-we-are-area-four .who-we-are-wrapper .section-title-four .sub-title {
  color: var(--gt-text-2);
  font-weight: 400;
  line-height: 26px;
  justify-content: center !important;
}
.who-we-are-area-four .who-we-are-wrapper .section-title-four .title {
  color: var(--gt-white);
  text-align: center;
  letter-spacing: -1.2px;
}
@media (max-width: 991px) {
  .who-we-are-area-four .who-we-are-wrapper .section-title-four .title {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .who-we-are-area-four .who-we-are-wrapper .section-title-four .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 500px) {
  .who-we-are-area-four .who-we-are-wrapper .section-title-four .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .who-we-are-area-four .who-we-are-wrapper .section-title-four .title {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 350px) {
  .who-we-are-area-four .who-we-are-wrapper .section-title-four .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content {
  border-radius: 100px;
  background: #C9F31D;
  padding: 34px 70px;
  position: relative;
  height: 120px;
}
@media (max-width: 1399px) {
  .who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content {
    height: 80px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content {
    height: 80px;
    padding: 34px 70px;
  }
}
.who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content .wrapper-rolling-text {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content .rolling-text {
  display: inline-flex;
  align-items: center;
}
.who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content .rolling-text .marquee-text {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content .rolling-text .marquee-text {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .marquee-card-content .rolling-text .marquee-text {
    font-size: 45px;
    line-height: 50px;
  }
}
.who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .thumb {
  height: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .thumb {
    height: auto;
  }
}
.who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .thumb img {
  border-radius: 100px;
  max-height: 120px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .who-we-are-area-four .who-we-are-wrapper .who-we-are-main-content .thumb img {
    min-height: 80px;
  }
}

.our-client-area-four .our-client-wrapper .our-client-right-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .our-client-area-four .our-client-wrapper .our-client-right-content {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.our-client-area-four .our-client-wrapper .our-client-right-content .content-text {
  color: var(--gt-text-5);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 330px;
}
@media (max-width: 1199px) {
  .our-client-area-four .our-client-wrapper .our-client-right-content .content-text {
    max-width: 100%;
  }
}
.our-client-area-four .our-client-wrapper .cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 28px;
}
@media (max-width: 575px) {
  .our-client-area-four .our-client-wrapper .cards {
    gap: 15px;
  }
}
.our-client-area-four .our-client-wrapper .cards .card-items {
  width: calc(50% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 38px 0;
  border: 1px solid var(--gt-border-7);
  position: relative;
}
@media (max-width: 575px) {
  .our-client-area-four .our-client-wrapper .cards .card-items {
    padding: 15px 15px;
  }
}
.our-client-area-four .our-client-wrapper .cards .card-items::before {
  content: "";
  width: 3px;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.our-client-area-four .our-client-wrapper .cards .card-items:hover::before {
  width: 100%;
  height: 100%;
  background: var(--gt-text-6);
}

.counter-area-four .counter-wrapper {
  background: var(--gt-theme-3);
  padding: 60px 0;
  margin-right: 255px;
  padding-left: 255px;
  position: relative;
}
@media (max-width: 1899px) {
  .counter-area-four .counter-wrapper {
    margin-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 1399px) {
  .counter-area-four .counter-wrapper {
    margin-right: 0;
    padding-left: 0;
  }
}
.counter-area-four .counter-wrapper .bg-shape-1 {
  width: 90px;
  height: 90px;
  border-radius: 0 0 0 100px;
  background: var(--gt-text-6);
  position: absolute;
  right: 0;
  top: 0;
}
.counter-area-four .counter-wrapper .bg-shape-2 {
  width: 62px;
  height: 62px;
  transform: rotate(90deg);
  border-radius: 0 0 0 100px;
  background: var(--gt-text-6);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .counter-area-four .counter-wrapper .row .col-xl-3 {
    width: 50%;
  }
}
.counter-area-four .counter-wrapper .counter-items span {
  color: var(--gt-text-6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .counter-area-four .counter-wrapper .counter-items span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .counter-area-four .counter-wrapper .counter-items span {
    font-size: 50px;
    line-height: 50px;
  }
}
.counter-area-four .counter-wrapper .counter-items .counter-title h4 {
  color: var(--gt-black);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
@media (max-width: 350px) {
  .counter-area-four .counter-wrapper .counter-items .counter-title h4 {
    font-size: 13px;
    line-height: 18px;
  }
}

.gallery-area-one .gallery-wrapper {
  position: relative;
  z-index: 5;
  background: var(--gt-white);
  height: auto;
}
@media (max-width: 1199px) {
  .gallery-area-one .gallery-wrapper {
    height: 750px;
  }
  .gallery-area-one .gallery-wrapper img {
    object-fit: cover;
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .gallery-area-one .gallery-wrapper {
    height: 480px;
  }
}
.gallery-area-one .gallery-wrapper img {
  width: 100%;
}

.work-process-area-four {
  position: relative;
}
.work-process-area-four .circle-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .work-process-area-four .circle-shape {
    display: none;
  }
}
.brand-area-one .brand-wrapper .brand-content .title {
  color: var(--gt-black);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .brand-area-one .brand-wrapper .brand-content .title .no-split {
    width: 160px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .brand-area-one .brand-wrapper .brand-content .title .no-split {
    width: 120px;
  }
}
@media (max-width: 470px) {
  .brand-area-one .brand-wrapper .brand-content .title .no-split {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .brand-area-one .brand-wrapper .brand-content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .brand-area-one .brand-wrapper .brand-content .title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 500px) {
  .brand-area-one .brand-wrapper .brand-content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 470px) {
  .brand-area-one .brand-wrapper .brand-content .title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .brand-area-one .brand-wrapper .brand-content .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.brand-area-one .brand-wrapper .brand-content.style-2 .title {
  color: var(--gt-text-6);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  max-width: 1410px;
  text-transform: lowercase;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .brand-area-one .brand-wrapper .brand-content.style-2 .title {
    font-size: 47px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .brand-area-one .brand-wrapper .brand-content.style-2 .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .brand-area-one .brand-wrapper .brand-content.style-2 .title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (max-width: 450px) {
  .brand-area-one .brand-wrapper .brand-content.style-2 .title {
    font-size: 25px;
    line-height: 30px;
  }
}

.section-title .sub-title {
  color: var(--gt-black);
  text-transform: uppercase;
}

.section-title-four .sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gt-text-6);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.section-title-four .title {
  color: var(--gt-text-6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -1.2px;
}
@media (max-width: 1399px) {
  .section-title-four .title {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .section-title-four .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 500px) {
  .section-title-four .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .section-title-four .title {
    font-size: 31px;
    line-height: 45px;
  }
}
@media (max-width: 350px) {
  .section-title-four .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.section-title-four .title span {
  font-weight: 400;
}

.contact-form.style-2 {
  background: #f9eff1;
  padding: 40px 45px;
  position: relative;
}
@media (max-width: 575px) {
  .contact-form.style-2 {
    padding: 20px;
  }
}
.contact-form.style-2::after {
  content: "";
  border: 1px solid #121212;
  width: 690px;
  height: 572px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .contact-form.style-2::after {
    width: 100%;
    height: 100%;
  }
}
.contact-form.style-2 form label {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.01em;
  color: #121212;
  margin-bottom: 15px;
}
.contact-form.style-2 form input,
.contact-form.style-2 form textarea,
.contact-form.style-2 form .form-control {
  background: var(--gt-white) !important;
  padding: 0;
  border: none !important;
  height: 54px;
  padding: 20px;
  margin-bottom: 25px;
}
.contact-form.style-2 form .simple-btn-black .gt-hover-btn {
  border-radius: 4px !important;
}
.contact-form.style-2 form textarea.form-control,
.contact-form.style-2 form textarea {
  min-height: 124px !important;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form .form-control {
  border: none !important;
  border-bottom: 1px solid var(--gt-border-1) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: var(--gt-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-form form input,
  .contact-form form textarea,
  .contact-form form .form-control {
    margin-bottom: 20px;
  }
}
.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--gt-theme) !important;
}
.contact-form form textarea.form-control,
.contact-form form textarea {
  resize: vertical;
  margin-bottom: 0;
  height: 50px;
  min-height: 50px !important;
  padding: 60px 0 40px 0;
  overflow: hidden;
}
.accordion.style3 .accordion-item .accordion-header button:after {
  display: none !important;
}
.accordion.style3 .accordion-item .accordion-button[aria-expanded=false]::before {
  content: "+";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  position: absolute;
  font-size: 25px;
}
@media (max-width: 767px) {
  .accordion.style3 .accordion-item .accordion-button[aria-expanded=false]::before {
    right: -45px;
  }
}
.accordion.style3 .accordion-item .accordion-button[aria-expanded=true]::before {
  content: "-";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  position: absolute;
  font-size: 25px;
}
@media (max-width: 767px) {
  .accordion.style3 .accordion-item .accordion-button[aria-expanded=true]::before {
    right: -45px;
  }
}
.accordion.style3 .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .accordion.style3 .accordion-item {
    margin-bottom: 15px !important;
  }
}
.accordion.style3 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion.style3 .accordion-item .accordion-header .accordion-button {
  border: none !important;
}
@media (max-width: 767px) {
  .accordion.style3 .accordion-item .accordion-header {
    padding-right: 50px !important;
  }
  .accordion.style3 .accordion-item .accordion-header button {
    line-height: 1.4;
  }
}
.accordion.style3 .accordion-item .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion.style3 .accordion-item button {
  background: transparent;
  color: var(--gt-text-6);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
  padding: 0 !important;
  padding-bottom: 30px !important;
  margin-right: 100px;
}
@media (max-width: 1399px) {
  .accordion.style3 .accordion-item button {
    font-size: 18px;
    line-height: 18px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .accordion.style3 .accordion-item button {
    padding-bottom: 15px !important;
  }
}
.accordion.style3 .accordion-item button:not(.collapsed) {
  color: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none;
}
.accordion.style3 .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}

.faq-service-4 .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}/*# sourceMappingURL=main.css.map */

.offcanvas__info .header {
  color: var(--gt-black) !important;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 10px !important;
}