@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
:root {
  --theme-font-family: 'Jost', sans-serif;
  --font-secondary: 'Ubuntu', sans-serif;
}

body {
  font-family: 'Ubuntu', sans-serif;
}

.font-primary {
  font-family: 'Jost', sans-serif !important;
}

.font-secondary {
  font-family: 'Ubuntu', sans-serif !important;
}

.ul-gap.ul-check ul {
  list-style: none;
  padding-left: 0;
}

.ul-gap.ul-check ul > li {
  position: relative;
  isolation: isolate;
  padding-left: 30px;
}

.ul-gap.ul-check ul > li::before {
  content: '\f00c';
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: var(--theme-palette-color-2);
}

.ul-gap.ul-check-circle ul {
  list-style: none;
  padding-left: 0;
}

.ul-gap.ul-check-circle ul > li {
  position: relative;
  isolation: isolate;
  padding-left: 30px;
}

.ul-gap.ul-check-circle ul > li::before {
  content: '\f058';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: var(--theme-palette-color-2);
  font-size: 20px;
}

.header-social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.header-social-container .header-social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-social-container .header-social-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-social-container .header-social-line {
  width: 30px;
  height: 1px;
  background-color: white;
}
.header-social-container .header-social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  font-size: 14px;
}

.home-book-row i {
  font-size: 20px;
  color: green;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.book-form > .form {
  display: grid;
  gap: 20px;
}

.book-form > .form #send {
  position: relative;
}

.book-form > .form #send input {
  width: 100%;
  min-height: 40px;
  font-size: 18px;
}

.book-form > .form #send .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.custom-button .vc_general.vc_btn3 {
  border-radius: 5px;
  font-family: var(--theme-font-family);
  font-weight: 500;
  font-size: 16px;
}

.custom-button.with-whatsapp-icon .vc_general.vc_btn3::before {
  content: '\f232';
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  color: inherit;
  margin-right: 8px;
  font-size: 18px;
}

.image-br > figure {
  border-radius: 10px;
  overflow: hidden;
}

.wpb_single_image.image-with-layer {
  position: relative;
  isolation: isolate;
}

.wpb_single_image.image-with-layer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 80%;
  display: block !important;
  background-color: #e7e3d8;
  border-radius: 10px;
  z-index: -1;
}

.home-choose-row .home-choose-count-column {
  box-shadow: 0px 10px 50px rgb(231 231 231 / 0.5);
}

.home-choose-row .home-choose-count-column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 20px 10px;
  align-items: center;
}

.evc-predefined-style .evc-shortcode {
  font-family: var(--theme-font-family);
  width: 50%;
  text-align: center;
}

.evc-counter.with-plus-icon .evc-c-digit {
  position: relative;
  isolation: isolate;
  overflow: initial;
}

.evc-counter.with-plus-icon .evc-c-digit::before {
  content: '\2b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: inherit;
  position: absolute;
  top: 0px;
  right: -13px;
  background-color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid currentColor;
}

.evc-counter.with-plus .evc-c-inner {
  display: inline-flex;
  align-items: center;
}

.evc-counter.with-plus .evc-c-inner::after {
  content: '\002b';
  color: white;
  font-weight: 600;
  font-size: 60px;
}

.evc-counter.with-k .evc-c-digit::after {
  content: 'K';
}

.home-pros-row {
  position: relative;
  z-index: 1;
}

.home-pros-row .vc_row.vc_inner {
  display: flex;
  align-items: center;
}

.home-pros-row .vc_row.vc_inner > .wpb_column {
  width: auto;
}

.home-top-row .top-image img {
  max-height: 100vh;
  object-fit: contain;
}

.home-top-row .wpb_text_column a {
  text-decoration: none;
}

.home-top-row .top-typing-word {
  position: absolute;
  top: 15%;
  /*left: calc(15px + (100vw - ((15px + var(--row-spacing)) * 2)) * 0.372 + (var(--image-center,0px) * 0.25));*/
  left: 37%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: min(calc(0.26875rem + ((1vw - 3.2px) * 1.3563)), 15px);
  min-height: 0;
  width: max-content;
}

.home-top-row .vc_row.vc_inner > div > div > div {
  width: calc(
    min((100vw - var(--row-spacing) * 2 - 30px)/395 * 272, 100vh) / 272 * 395
  );
  height: min((100vw - var(--row-spacing) * 2 - 30px)/395 * 272, 100vh);
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-top-row .top-typing-word::before {
  content: '';
  position: absolute;
  top: 50%;
  left: var(--linePosition);
  position: absolute;
  width: 1px;
  height: 100%;
  background: currentColor;
  transform: translateY(-50%);
  animation: cursor 0.5s infinite alternate step-start;
}

.home-top-row .top-image:is(:last-child, :nth-last-child(2)) {
  transform: translateX(-10%);
  transition: all 500ms ease-out 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
}

.home-top-row .top-image:last-child {
  transform: translateX(10%);
}

.home-top-row .top-image:nth-last-child(2) {
  transform: translateX(-10%);
}

.home-top-row.custom-fade-in .top-image:is(:last-child, :nth-last-child(2)) {
  opacity: 1;
  transform: none;
  transition-delay: 1275ms;
}

.home-top-sec {
  /*margin-top: -70px;*/
}

.home-video-row .video-html {
  position: relative;
  isolation: isolate;
}

.home-video-row .video-html::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 0.6);
  display: block !important;
}

.home-video-row .video-html video {
  display: block;
  object-fit: cover;
}

.home-video-row .play-icon-wrapper i {
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-palette-color-2);
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}

.home-video-row .play-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-video-row .play-icon-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-video-row .play-icon-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  display: block !important;
}

.home-video-row .play-icon {
  position: relative;
  isolation: isolate;
}

.home-video-row .play-icon::before {
  content: '';
  position: absolute;
  width: 125%;
  height: 125%;
  z-index: -1;
  display: block !important;
  background-color: rgb(255 255 255 / 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-video-row .video-html {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.home-video-row .video-html,
.home-video-row .video-html * {
  width: 100%;
  height: 100%;
}

.home-transport-sec {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}

.home-transport-row {
  box-shadow: 0 10px 50px rgb(188 188 188 / 0.5);
  margin-top: -70px;
}

.home-transport-car-row {
  width: min(55vw, 500px);
  position: absolute;
  bottom: 45px;
  right: 0;
}

.home-step-row .step-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.home-step-row .step-icon > figure {
  background-color: var(--theme-palette-color-2);
  border-radius: 50%;
  padding: 14px;
}

.home-step-row .step-icon {
  margin-top: -32px;
}

.home-step-row > .wpb_column {
  box-shadow: 0px 0px 7.3px rgb(0 0 0 / 0.1);
}

.home-step-row > .wpb_column > .vc_column-inner,
.home-step-row .vc_custom_heading,
.home-step-row .wpb_text_column,
.home-step-row .step-icon > figure,
.home-step-row .step-icon img {
  transition: var(--all-transition);
}

.home-step-row > .wpb_column:hover > .vc_column-inner {
  background-color: #73b0a9 !important;
}

.home-step-row > .wpb_column:hover :is(.vc_custom_heading, .wpb_text_column) {
  color: white !important;
}

.home-step-row > .wpb_column:hover .step-icon > figure {
  background-color: white;
}

.home-step-row > .wpb_column:hover .step-icon img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(6%) saturate(1688%)
    hue-rotate(124deg) brightness(93%) contrast(88%);
}

.home-exact-row.vc_row-has-fill {
  position: relative;
  isolation: isolate;
}

.home-exact-row.vc_row-has-fill::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block !important;
  background: linear-gradient(to right, rgb(13 14 20 / 0.8), transparent);
}

.home-client-row {
  position: relative;
  isolation: isolate;
}

.image-style > figure {
  border-radius: 10px;
  overflow: hidden;
}

.image-style {
  position: relative;
  isolation: isolate;
  padding-right: 10px;
}

.image-style::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 65%;
  transform: translateY(-50%);
  background-color: #e7e3d8;
  clip-path: polygon(0 20px, 100% 0, 100% calc(100% - 20px), 0% 100%);
}

.custom-client-container .client-profile {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}

.custom-client-container .client-name {
  font-weight: medium;
  color: #0d0e14;
  margin-bottom: 10px;
}

.custom-client-container .client-country {
  color: var(--theme-palette-color-2);
  margin-bottom: 15px;
}

.custom-client-container .custom-client-outer-wrapper {
  padding: 10px;
}

.custom-client-container .custom-client-wrapper {
  padding: 20px;
  box-shadow: 0px 5px 10px rgb(220 220 220 / 0.3);
  border-radius: 5px;
}

.custom-client-container .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.custom-client-container .custom-client-wrapper > div:first-child {
  margin-top: -70px;
}

.custom-client-container .custom-client-outer-wrapper {
  margin-top: 40px;
}

.custom-client-container ul.slick-dots > li button {
  border: 1px solid var(--theme-palette-color-2);
}

.service-category-row .category-image img {
  aspect-ratio: 515 / 321;
}

.custom-category-container {
  background-color: #0d0e14;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.custom-category-container .category-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: var(--theme-palette-color-2);
  padding: 10px;
}

.custom-category-container .category-title {
  padding: 10px 20px;
}

.service-category-row .category-button .vc_general.vc_btn3 {
  padding: 10px 20px;
  height: 70px;
  background-image: none;
  font-family: var(--theme-font-family);
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  text-align: left;
  transition: var(--all-transition);
  display: flex;
  align-items: center;
}

.service-category-row .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0px 0px 8.7px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.service-category-row .wpb_column:hover .category-button .vc_general.vc_btn3 {
  background-color: #73b0a9 !important;
  color: white !important;
}

body.home .service-category-row .slick-list {
  margin-left: 60px;
  margin-right: 60px;
}

body.home .service-category-row .slick-arrow {
  background-color: white;
  color: #e9e9e9;
  border: 1px solid #e9e9e9;
}

body.home .service-category-row .slick-arrow:before {
  color: #e9e9e9;
}

body.home .service-category-row .slick-arrow,
body.home .service-category-row .slick-arrow:before {
  transition: var(--all-transition);
}

body.home .service-category-row .slick-arrow.slick-prev:before {
  content: '\f060';
}

body.home .service-category-row .slick-arrow.slick-next:before {
  content: '\f061';
}

body.home .service-category-row .slick-arrow:hover {
  background-color: var(--theme-palette-color-2);
}

body.home .service-category-row .slick-arrow:hover:before {
  color: white;
  border-color: var(--theme-palette-color-2);
}

body.home .service-category-sec {
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
}

.banner-row .ct-breadcrumbs .last-item [itemprop='name'] {
  font-weight: 500;
}

.banner-row .vc_row.vc_inner {
  background-color: var(--theme-palette-color-1);
}

.ct-breadcrumbs a {
  pointer-events: none;
}

.woocommerce ul.products li .woocommerce-loop-product__title {
  flex: 1;
}

.service-faq-row .vc_tta.vc_general .vc_tta-panel-title > a {
  font-family: var(--theme-font-family) !important;
  color: #494949 !important;
}

.service-faq-row .vc_tta.vc_general .vc_tta-panel-heading,
.service-faq-row .vc_tta.vc_general .vc_tta-panel-body {
  border: none;
}

.service-faq-row
  .vc_tta.vc_general
  .vc_tta-panel:nth-child(odd)
  :is(.vc_tta-panel-heading, .vc_tta-panel-body) {
  background-color: white;
}

.service-faq-row
  .vc_tta.vc_general
  .vc_tta-panel:nth-child(even)
  :is(.vc_tta-panel-heading, .vc_tta-panel-body) {
  background-color: #f5f5f5;
}

.service-faq-row .vc_tta.vc_general .vc_tta-panel-heading {
  border-radius: 10px;
}

.service-faq-row
  .vc_tta.vc_general
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.service-faq-row .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-container button {
  background-color: white;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: var(--theme-font-family);
  color: #494949;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
}

#header .menu-item-708 .sub-menu li:not(:hover) {
    background-color: white !important;
}

#header .menu-item-708 .sub-menu li:not(:hover) a {
    color: black !important;
}


@keyframes cursor {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .home-book-row {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  /*.home-book-row.shift-top {*/
  /*        top: -50px;*/
  /*}*/

  .home-choose-row .home-choose-count-column {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0px 10px 50px rgb(231 231 231 / 0.5);
  }

  .home-choose-row .home-choose-car-column {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .home-video-row .play-icon-wrapper {
    width: 200px;
    height: 200px;
  }

  .home-transport-car-row {
    bottom: 60px;
  }

  .home-client-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
    display: block !important;
    background-color: #f6f6f6;
  }

  .custom-client-container .custom-client-wrapper {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px;
  }

  .custom-client-container ul.slick-dots {
    justify-content: flex-start;
  }

  .home-top-sec {
    margin-top: -100px;
  }

  .home-transport-row {
    margin-top: -100px;
  }

  .banner-row {
    position: relative;
  }

  .banner-row > .wpb_column {
    position: static;
  }

  .banner-row .vc_row.vc_inner {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 20px;
  }

  .banner-row .ct-breadcrumbs {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .home-pros-row > .wpb_column:not(:first-child, :nth-child(2)) {
    position: relative;
    isolation: isolate;
  }

  .home-pros-row > .wpb_column:not(:first-child, :nth-child(2))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgb(255 255 255 / 0.5);
    display: block !important;
    transform: translateY(-50%);
  }

  .home-pros-row > .wpb_column:nth-child(even) {
    position: relative;
    isolation: isolate;
  }

  .home-pros-row > .wpb_column:nth-child(even)::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: calc(100% - 30px);
    width: 1px;
    background-color: rgb(255 255 255 / 0.5);
    display: block !important;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {
  .book-form > .form {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1000px) {
  #header [data-sticky] {
    /*position: relative;*/
    isolation: isolate;
  }
  #header [data-sticky]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    z-index: 5;
    display: block !important;
    background-color: var(--theme-palette-color-1);
  }
  #header [data-row='middle'] {
    position: static;
  }
  #header .site-branding {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
  #header .site-logo-container {
    height: 70px;
  }

  #footer [data-row='bottom'] {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  #header [data-sticky]::before {
    width: 260px;
  }

  .evc-predefined-style .evc-shortcode {
    text-align: center;
    width: 50%;
  }

  .home-pros-row .vc_row.vc_inner {
    justify-content: center;
  }

  .home-pros-row > .wpb_column:not(:first-child) {
    position: relative;
    isolation: isolate;
  }

  .home-pros-row > .wpb_column:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgb(255 255 255 / 0.5);
    transform: translateX(-50%);
  }

  .about-service-row .ul-gap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 999.98px) {
  #header [data-row='middle'] {
    position: relative;
    isolation: isolate;
  }

  #header [data-row='middle']::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background-color: var(--theme-palette-color-1);
    display: block !important;
  }

  #footer #custom_html-2 {
    display: none !important;
  }

  #footer [data-row='middle'] > div {
    padding-bottom: 0;
  }

  #footer [data-row='middle'] [data-column='widget-area-1'] {
    order: 0;
  }

  #footer [data-row='middle'] [data-column='widget-area-4'] {
    order: 1;
  }

  #footer [data-row='middle'] [data-column='widget-area-3'] {
    order: 2;
  }

  #footer [data-row='middle'] [data-column='widget-area-2'] {
    order: 3;
  }
}

@media screen and (max-width: 767.98px) {
  .home-choose-row .home-choose-count-column {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    margin-bottom: 35px;
  }

  .home-pros-row > .wpb_column:not(:first-child) {
    position: relative;
    isolation: isolate;
  }

  .home-pros-row > .wpb_column:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgb(255 255 255 / 0.5);
    display: block !important;
    transform: translateY(-50%);
  }

  .home-video-row .play-icon-wrapper {
    margin-bottom: 20px;
  }

  body.home .service-category-row > .wpb_column:not(:last-child) {
    margin-bottom: 35px;
  }

  #header [data-row='middle']::before {
    width: 140px;
  }
}

/*overwrite style 3*/
.why-choose-gtr .wpb_single_image img {
  max-width: none;
}
