/* =============================================
                Variables
============================================= */
@font-face {
  font-family: "Jost Medium";
  src: url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Jost Regular";
  src: url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("ttf");
  font-display: swap;
}
.ff-body-font {
  font-family: "Jost Regular", sans-serif !important;
}

.ff-heading-font {
  font-family: "Jost Medium", sans-serif !important;
}

.ff-heading-font-lg {
  font-family: "Jost Medium", sans-serif !important;
}

.text-dark {
  color: #456A6A !important;
}

.text-darker {
  color: #221f1f !important;
}

.text-orange1 {
  color: #FCA816 !important;
}

.text-orange2 {
  color: #FE8537 !important;
}

.text-light {
  color: #f6f6f6 !important;
}

.text-crimson {
  color: #ff3f3f !important;
}

.text-secondary {
  color: #817a78 !important;
}

.bg-dark {
  background-color: #456A6A !important;
}

.bg-darker {
  background-color: #221f1f !important;
}

.bg-orange1 {
  background-color: #FCA816 !important;
}

.bg-orange2 {
  background-color: #FE8537 !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-crimson {
  background-color: #ff3f3f !important;
}

.bg-secondary {
  background-color: #817a78 !important;
}

.bg-gradient {
  background: linear-gradient(to right, #FCA816, #FE8537);
}

::placeholder {
  color: #c6c6c6;
}

body {
  font-size: clamp(18px, 4vw, 24px);
  font-family: "Jost Regular", sans-serif;
  line-height: 1.2;
}
body.nav-open {
  height: 100vh;
  overflow-y: hidden !important;
}

p {
  font-size: clamp(18px, 4vw, 24px);
  font-family: "Jost Regular", sans-serif;
  letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #456A6A;
  font-family: "Jost Medium", sans-serif;
  font-weight: 500;
  letter-spacing: unset;
}

h4 {
  font-size: clamp(25px, 3vw, 30px);
}

.text--xs {
  font-size: 20px;
}

button {
  font-size: 24px;
}

.headline {
  font-size: max(40px, 3vw);
  font-family: "Jost Medium", sans-serif;
}

.lead-text {
  color: var(--main-color);
  font-family: "Jost Medium", sans-serif;
  font-size: 24px;
}

.section-padding-sm {
  padding: min(7vw, 110px);
}
.section-padding-sm--top {
  padding: min(7vw, 110px) 0 0 0;
}
.section-padding-sm--right {
  padding: 0 min(7vw, 110px) 0 0;
}
.section-padding-sm--bottom {
  padding: 0 0 min(7vw, 110px) 0;
}
.section-padding-sm--left {
  padding: 0 0 0 min(7vw, 110px);
}
.section-padding-sm--x {
  padding: 0 min(7vw, 110px);
}
.section-padding-sm--y {
  padding: min(7vw, 110px) 0;
}

.section-padding {
  padding: min(10vw, 140px);
}
.section-padding--top {
  padding: min(10vw, 140px) 0 0 0;
}
.section-padding--right {
  padding: 0 min(10vw, 140px) 0 0;
}
.section-padding--bottom {
  padding: 0 0 min(10vw, 140px) 0;
}
.section-padding--left {
  padding: 0 0 0 min(10vw, 140px);
}
.section-padding--x {
  padding: 0 min(10vw, 140px);
}
.section-padding--y {
  padding: min(10vw, 140px) 0;
}

.line-separator {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.title-margin--bottom {
  margin-bottom: min(10vw, 65px);
}
.title-margin--top {
  margin-top: min(10vw, 65px);
}
.title-margin--x {
  margin-left: min(10vw, 65px);
  margin-right: min(10vw, 65px);
}
.title-margin--y {
  margin-top: min(10vw, 65px);
  margin-bottom: min(10vw, 65px);
}
.title-margin--lh-btm {
  margin-bottom: calc(min(10vw, 65px) + 5px);
}

.image-padding--y {
  padding: min(7vw, 115px) 0;
}

.inner-margin {
  margin: max(1.5rem, 2.7vw);
}
.inner-margin--x {
  margin: 0 max(1.5rem, 2.7vw);
}
.inner-margin--y {
  margin: max(1.5rem, 2.7vw) 0;
}
.inner-margin--top {
  margin-top: max(1.5rem, 2.7vw);
}
.inner-margin--bottom {
  margin-bottom: max(1.5rem, 2.7vw);
}
.inner-margin--left {
  margin-left: max(1.5rem, 2.7vw);
}
.inner-margin--right {
  margin-right: max(1.5rem, 2.7vw);
}

.invisible {
  visibility: hidden !important;
}

/* =============================================
                Globals
============================================= */
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.ripple {
  background: #fff;
  z-index: -1;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(248, 106, 22, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(248, 106, 22, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(248, 106, 22, 0.6);
  box-shadow: 0 0 0 0 rgba(248, 106, 22, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.ripple {
  width: 35px;
  height: 35px;
}

.about-video .btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-video .btn-wrapper .btn-ripple {
  position: relative;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  padding: 0;
  background-color: var(--white);
}
.about-video .btn-wrapper .btn-ripple svg {
  fill: #FE8537;
}
.about-video .btn-wrapper .btn-ripple::before, .about-video .btn-wrapper .btn-ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #FE8537;
  animation: ripple 3s infinite;
}
.about-video .btn-wrapper .btn-ripple::before {
  animation-delay: 0.9s;
}
.about-video .btn-wrapper .btn-ripple::after {
  animation-delay: 0.6s;
}

.btn-light, .main-btn--outline, .btn-grey, .main-btn, .btn, .btn-light-grey {
  padding: max(1rem, 1vw) max(2.5rem, 3vw);
  border: 2px solid red;
  border-radius: 25vw !important;
  border: none;
  font-size: clamp(18px, 2.3vw + 2px, 24px);
  white-space: nowrap;
  transition: 0.3s all ease-in-out;
}
.btn-light:focus, .main-btn--outline:focus, .btn-grey:focus, .main-btn:focus, .btn:focus, .btn-light-grey:focus {
  outline: none;
  box-shadow: none;
}
.pd-lg.btn-light, .pd-lg.main-btn--outline, .pd-lg.btn-grey, .pd-lg.main-btn, .pd-lg.btn, .pd-lg.btn-light-grey {
  padding: max(0.5rem, 1vw) calc(max(1rem, 2vw) + 2vw);
}
.btn-light .btn-text, .main-btn--outline .btn-text, .btn-grey .btn-text, .main-btn .btn-text, .btn .btn-text, .btn-light-grey .btn-text {
  position: relative;
}
.btn-light .btn-text::before, .main-btn--outline .btn-text::before, .btn-grey .btn-text::before, .main-btn .btn-text::before, .btn .btn-text::before, .btn-light-grey .btn-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}
.btn-light:hover .btn-text::before, .main-btn--outline:hover .btn-text::before, .btn-grey:hover .btn-text::before, .main-btn:hover .btn-text::before, .btn:hover .btn-text::before, .btn-light-grey:hover .btn-text::before {
  width: 100%;
}

.btn-light-grey {
  border: none;
  color: #817a78;
}
.btn-light-grey .btn-text {
  position: relative;
  color: #817a78;
}
.btn-light-grey .btn-text::before {
  background-color: #817a78;
}

.btn-sm {
  padding: 8px 18px !important;
  font-size: 18px !important;
}

.btn-md {
  padding: 12px 22px !important;
  font-size: 18px !important;
}

.main-btn {
  background: linear-gradient(to right, #FCA816, #FE8537);
  color: var(--light);
}
.main-btn .btn-text {
  position: relative;
}
.main-btn .btn-text::before {
  background-color: var(--light);
}
.main-btn:hover {
  color: var(--light);
}
.main-btn:hover .btn-text::before {
  width: 100%;
}

.btn-grey {
  border: 2px solid #817a78;
  color: #817a78;
  padding: max(0.5rem, 1vw) max(1rem, 2vw);
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.main-btn--outline {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #FCA816, #FE8537) border-box;
  border: 2px solid transparent;
  color: #FCA816 !important;
}
.main-btn--outline:hover {
  background: linear-gradient(to right, #FCA816, #FE8537);
  color: #f6f6f6 !important;
  border: 2px solid transparent;
}

.btn-light {
  background-color: var(--white) !important;
  color: var(--secondary-color);
  border: none;
}
.btn-light .btn-text {
  position: relative;
}
.btn-light .btn-text::before {
  background-color: var(--secondary-color);
}

.page-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  height: 350px;
  display: flex;
  align-items: center;
}
.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom right, var(--shade-1) 0%, var(--shade-2) 100%);
  z-index: 50;
}
.page-banner .page-title-content {
  position: relative;
  z-index: 60;
  height: 350px;
  display: flex;
  align-items: center;
}
.page-banner .title {
  font-size: 60px;
  color: #fff;
}
.page-banner .breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-banner .breadcrumbs .breadcrums-list {
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: flex;
}
.page-banner .breadcrumbs .breadcrums-list .breadcrumbs-list--item {
  line-height: 60px;
  padding: 0 30px;
  background: #f6f6f6;
  font-size: 18px;
  font-weight: 600;
  color: #3f3836;
}
.page-banner .breadcrumbs .breadcrums-list .breadcrumbs-list--item .breadcrumbs-list--link {
  color: #456A6A;
}
.page-banner .breadcrumbs .breadcrums-list .breadcrumbs-list--item::before {
  display: none !important;
}
.page-banner .breadcrumbs .breadcrums-list .breadcrumbs-list--item:first-child {
  background-color: var(--white);
}

.site-header {
  padding: max(1rem, 3vw) 0;
}
.site-header .logo-column {
  display: grid;
  justify-content: start;
}
.site-header .logo-column .logo-main {
  display: grid;
  place-items: center;
}
.site-header .logo-column .logo-main img {
  width: max(12rem, 20vw);
}
.site-header .main-navigation .nav-list--link {
  color: #817a78;
  font-family: "Jost Medium", sans-serif;
}

#aboutVideo-modal {
  padding: 0 !important;
  overflow: hidden !important;
  background-color: #817a78;
  display: none;
  place-items: center;
}
#aboutVideo-modal.show {
  display: grid !important;
}
#aboutVideo-modal .modal-dialog {
  max-width: 80% !important;
  height: 90vh;
  margin: auto auto;
  overflow: hidden !important;
}
#aboutVideo-modal .modal-dialog .modal-body {
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  position: relative;
}
#aboutVideo-modal .modal-dialog .modal-body .close-modal {
  position: absolute;
  z-index: 50;
  top: 2vw;
  right: 2vw;
  cursor: pointer;
}
#aboutVideo-modal .modal-dialog .modal-body .close-modal svg {
  width: 3rem;
  height: 3rem;
  fill: #ffffff;
}
#aboutVideo-modal .modal-dialog .modal-body video {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.go2top {
  position: fixed;
  z-index: 9999;
  right: 2vw;
  bottom: 3vw;
  width: 3rem;
  height: 3rem;
  background-color: var(--main-color);
  border: none;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.go2top svg {
  fill: #ffffff;
}
.go2top.show {
  transform: translate(0);
  opacity: 1;
}

.footer-area .title {
  font-size: 25px !important;
}
.footer-area p,
.footer-area a,
.footer-area span {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.page-title-area {
  margin: 0;
}

.escape-container--right {
  margin-right: -20rem;
}
.escape-container--left {
  margin-left: -20rem;
}

.subhero-section .service-wrapper {
  position: relative;
  padding: clamp(2rem, 7vw, 7rem);
  height: 100%;
}
.subhero-section .service-wrapper .icon-col .lottie_icon {
  margin: 0 auto;
}
.subhero-section .service-wrapper .content-col h3 {
  font-size: 40px;
}

.vision-image-wrapper img {
  width: 100%;
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gallery-grid .grid--wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr 10rem 3rem 10rem;
  grid-gap: max(0.5rem, 1vw);
}
.gallery-grid .grid--wrapper .grid--item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-grid .grid--wrapper .grid--item.long img {
  height: 15rem;
}
.gallery-grid .grid--wrapper .grid--item.main1 {
  grid-row: 2/4;
  grid-column: 2/3;
}
.gallery-grid .grid--wrapper .grid--item.main1 img {
  height: 100%;
}
.gallery-grid .grid--wrapper .grid--item.main2 {
  grid-row: 3/5;
  grid-column: 1/2;
}
.gallery-grid .grid--wrapper .grid--item.main2 img {
  height: 100%;
}
.gallery-grid .grid--wrapper .grid--item.video {
  overflow: hidden;
  line-height: 0;
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-grid .grid--wrapper .grid--item.video video {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.gallery-grid .grid--wrapper .grid--item.square {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.gallery-grid .grid--wrapper .grid--item.square .swiper-wrapper {
  transition: 0.3s all cubic-bezier(0.77, 0, 0.18, 1);
}

.grid-slider {
  padding-top: 20px;
}
.grid-slider .grid-slider--wrapper .grid-slider--slide {
  height: auto;
}
.grid-slider .grid-slider--wrapper .grid-slider--slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-slider .grid-slider--wrapper .grid-slider--slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

.bg-gradient {
  background: linear-gradient(to bottom right, #FCA816, #FE8537);
}

/*  Maps API Section     */
.drive-in {
  position: relative;
}
.drive-in .nav-pills {
  justify-content: space-evenly;
}
.drive-in .nav-pills button {
  background-color: transparent;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ffffff;
  padding: clamp(8px, 2vw, 1.2rem) clamp(18px, 2vw, 2.5rem);
  font-size: 18px;
}
.drive-in .nav-pills button .btn--text {
  position: relative;
}
.drive-in .nav-pills button .btn--text::before {
  content: unset;
}
.drive-in .nav-pills button svg {
  fill: #ffffff;
  margin-right: 1rem;
  width: clamp(1rem, 2vw, 2rem);
  height: clamp(1rem, 2vw, 2rem);
}
.drive-in .nav-pills button.active {
  background-color: #ffffff;
  color: #FCA816;
}
.drive-in .nav-pills button.active svg {
  fill: #FCA816;
}
.drive-in .nav-pills button:hover .btn--text::before {
  width: 100%;
}
.drive-in .drive-in-map {
  height: 25rem;
}
.drive-in .drive-in-map .gm-style .gm-style-cc a,
.drive-in .drive-in-map .gm-style .gm-style-cc button,
.drive-in .drive-in-map .gm-style .gm-style-cc span {
  display: none !important;
}
.drive-in .drive-in-content {
  padding: max(1rem, 3vw);
  border-radius: 1.5rem 1.5rem 0 0;
}
.drive-in .drive-in-content .title {
  font-size: clamp(30px, 4vw, 30px);
  font-family: "Jost Regular", sans-serif;
}
.drive-in .drive-in-content .points-grid .point {
  margin-bottom: 1rem;
}
.drive-in .drive-in-content .points-grid .point svg {
  width: 1.3rem;
  height: 1.3rem;
  opacity: 1;
}
.drive-in .drive-in-content .points-grid .startpoint {
  opacity: 0.5;
}
.drive-in .drive-in-content .points-grid .startpoint svg {
  width: 2rem;
  height: 2rem;
}
.drive-in .drive-in-content .points-grid .points-grid--item {
  width: fit-content;
  padding-left: 2rem;
  position: relative;
  cursor: default;
  color: #ffffff;
  cursor: pointer;
  margin-left: 0.2rem;
  margin-bottom: max(0.5rem, 1vw);
}
.drive-in .drive-in-content .points-grid .points-grid--item::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 35%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  outline: 2px solid white;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.drive-in .drive-in-content .points-grid .points-grid--item::after {
  content: unset;
}
.drive-in .drive-in-content .points-grid .points-grid--item:hover::after {
  width: 100%;
}
.drive-in .drive-in-content .points-grid .points-grid--item.active::after {
  width: 100%;
}
.drive-in .drive-in-content .points-grid .points-grid--item.active::before {
  background-color: #ffffff;
}

.reasons {
  position: relative;
  z-index: 60;
}

/*  Reasons Section     */
.reasons .reasons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: max(1rem, 3vw);
}
.reasons .reason {
  height: 100%;
  padding: clamp(1rem, 3vw, 5rem);
  border-radius: max(2rem, 5vw);
  box-shadow: 1px 1px 7px 0 rgba(236, 240, 240, 0.9), 2px 2px 12px 0 rgba(236, 240, 240, 0.95), 2px 2px 20px 0 #ecf0f0;
  transition: all 0.7s ease-out;
  display: grid;
  place-items: center;
  text-align: center;
}
.reasons .reason h4 {
  font-size: clamp(20px, 3vw, 30px) !important;
}
.reasons .reason:hover {
  border-radius: 0;
  box-shadow: 1px 1px 7px 0 rgba(236, 240, 240, 0.9), 2px 2px 12px 0 rgba(236, 240, 240, 0.95), 2px 2px 20px 0 #ecf0f0;
}
.reasons .reason .reason--icon img {
  width: max(3rem, 5vw);
}
.reasons .reason .reason--icon .lottie_icon {
  width: max(3rem, 5vw);
  margin: 0 auto;
}

.gallery-carousel .carousel-slide {
  padding: 1rem;
}
.gallery-carousel .carousel-slide img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.gallery-carousel .carousel-slide.swiper-slide-active img {
  opacity: 1;
}

.carousel-info #swipe-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.carousel-info #swipe-icon path {
  fill: #FE8537;
}

.numbers-carousel .swiper-slide {
  height: auto !important;
}
.numbers-carousel .number--wrapper {
  padding: 2rem;
  text-align: center;
  display: grid;
  place-items: center;
  color: #456A6A;
}
.numbers-carousel .number--wrapper img {
  width: max(3rem, 4vw);
  height: max(3rem, 4vw);
  object-fit: cover;
}
.numbers-carousel .number--wrapper .lottie_icon {
  width: max(3rem, 4vw);
  margin: 0 auto;
}
.numbers-carousel .number--wrapper .digit {
  font-size: clamp(50px, 4vw, 75px);
  font-weight: bold;
}
.numbers-carousel .number--wrapper p {
  width: 80%;
  font-size: 22px;
}

.numbers-pagination {
  width: fit-content !important;
  margin: 2.3rem auto 0;
  text-align: center;
  bottom: -2rem;
}
.numbers-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #FE8537;
  opacity: 0.8;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.numbers-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FE8537;
  opacity: 1;
}

.tarrifs .content-col .actions-wrapper {
  justify-content: space-evenly;
}
.tarrifs .image-col img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}

.book-cta {
  background: linear-gradient(to right, #FCA816, #FE8537);
  position: relative;
}
.book-cta .logo-contour {
  position: absolute;
  right: 0;
  top: 5%;
  bottom: 0;
  width: 40%;
  height: auto;
}
.book-cta .logo-contour img {
  width: 100%;
  height: 100%;
}

/*  ====================================
            About Page Styles
====================================  */
.about-intro .about-swiper--navigation {
  display: flex;
  justify-content: flex-end;
}
.about-intro .about-swiper--navigation .swiper-button-disabled svg {
  fill: #817a78;
}
.about-intro .about-swiper--navigation .nav-arrow {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
}
.about-intro .about-swiper--navigation svg {
  fill: #FE8537;
}

.brands-slider--navigation {
  display: flex;
  justify-content: flex-end;
}
.brands-slider--navigation .nav-arrow {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
}
.brands-slider--navigation svg {
  fill: #FE8537;
}

.traits--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-gap: max(1rem, 4vw);
}
.traits--wrapper .trait {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.traits--wrapper .trait img {
  height: 6rem;
  margin-bottom: 1rem;
}
.traits--wrapper .trait .lottie_icon {
  height: 6rem;
  width: fit-content;
  margin-bottom: max(1rem, 1vw);
}

.btn-circle {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: none;
  outline: 1px solid white;
  outline-offset: 1rem;
  transition: all 0.3s ease-in-out;
}
.btn-circle.btn-circle--light {
  background-color: white;
}
.btn-circle:has(svg) svg {
  width: 3rem;
  height: 3rem;
  fill: #FE8537;
  transition: all 0.3s ease-in-out;
}
.btn-circle:hover {
  outline-offset: 1.3rem;
}
.btn-circle:hover svg {
  transform: scale(1.03);
}

/*  about page - video section  */
.about-video .video-wrapper {
  position: relative;
  height: max(20rem, 50vh);
  line-height: 0;
}
.about-video .video-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.68));
}
.about-video .video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-video .video-wrapper .btn-wrapper {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}
.about-video .video-wrapper .btn-wrapper .btn--text {
  margin-top: 1.5rem;
  position: relative;
  z-index: 50;
  color: #ffffff;
  font-size: 17px;
  font-family: inherit;
}

.plus-points {
  height: auto;
  position: relative;
}
.plus-points .plus-points--wrapper .pluspoints-content {
  padding: max(2rem, 5vw);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plus-points .plus-points--wrapper .pluspoints-content .sb-list--item {
  user-select: none;
}
.plus-points .plus-points--wrapper .pluspoints-content .number-slider {
  position: absolute;
  width: 25%;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 9999 !important;
}
.plus-points .plus-points--wrapper .pluspoints-content .number-slider .swiper-wrapper {
  height: 100%;
  width: auto;
}
.plus-points .plus-points--wrapper .pluspoints-content .number-slider .points-number {
  text-align: center;
  opacity: 0.2;
  font-weight: 900;
  user-select: none;
}
.plus-points .plus-points--wrapper .pluspoints-content .point-slide .slide-number {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: max(3rem, 20vw);
  font-weight: bold;
  opacity: 0.3;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}
.plus-points .plus-points--wrapper .pluspoints-image {
  height: 100%;
}
.plus-points .plus-points--wrapper .pluspoints-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plus-points .swipe-partial svg path {
  fill: #ffffff;
}

.sb-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sb-list .sb-list--item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 500;
}
.sb-list .sb-list--item svg {
  fill: white;
  margin-right: 1rem;
  width: 1.7rem;
  height: 1.7rem;
}

.swipe-partial {
  display: flex;
}
.swipe-partial svg {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  fill: white;
}

.our-team .team-member .member--wrapper img {
  border-radius: 2rem;
}
.our-team .team-member .member--wrapper .member-title {
  font-size: 20px;
}
.our-team .team-member .member--wrapper .member--mail {
  word-break: break-word;
}
.our-team .team-member .member--wrapper .member-info a {
  color: #FE8537;
  font-size: 20px;
  display: block;
}

.brands {
  position: relative;
}
.brands .brand .brand--wrapper {
  display: grid;
  place-items: center;
  padding: max(2.5rem, 3vw);
}
.brands .brand img {
  width: 15rem;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.brands .brand:hover img {
  opacity: 1;
}

.getintouch .contactForm-row {
  border-radius: 3vw;
  padding: max(3rem, 6vw) 2rem;
}
.getintouch .contactForm-row .headline {
  line-height: 1;
}
.getintouch .contactForm-small {
  padding: max(1.5rem, 2vw);
}
.getintouch form {
  padding: 0;
}

.base-form .form-group input:not([type=message]) {
  width: 100%;
  line-height: 68px;
  padding-left: 30px;
  border: 1px solid #e8e8e8;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #817a78;
  font-family: inherit;
  border-radius: 0.4rem;
}

.base-form .form-group textarea {
  width: 100%;
  height: 190px;
  padding-left: 30px;
  border: 1px solid #e8e8e8;
  font-size: 20px;
  color: #817a78;
  padding-top: 10px;
  resize: none;
  font-family: inherit;
  border-radius: 0.4rem;
}

.base-form {
  padding: 2rem;
  border-radius: 0.4rem;
}
.base-form .alert {
  color: red;
}

/*  ====================================
            404 Styles
====================================  */
.notfound {
  height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
}
.notfound .error404-title {
  font-size: clamp(2.5rem, 8vw, 10rem);
  font-weight: 900;
}

.banner-area .overlay {
  overflow: hidden;
}

/*  ====================================
            Pricing Page Styles
====================================  */
/*  ====================================
        Virtual Office Page Styles
====================================  */
.voffice-intro .icon svg {
  width: max(3rem, 3vw);
}

.voffice-traits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
  grid-gap: 1rem;
  justify-content: space-evenly;
}
.voffice-traits .trait {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voffice-traits .trait .icon {
  padding: max(0.5rem, 2vw);
  width: 10rem;
  height: 10rem;
  display: grid;
  place-items: center;
  border: 1px solid #d9d9d9;
}
.voffice-traits .trait img {
  width: 6rem;
  height: 6rem;
}

.packages .price {
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 700;
  color: #FE8537;
}
.packages .package:not(:last-child) {
  margin-bottom: 1rem;
}
.packages .package .package--wrapper {
  padding: max(2rem, 2vw) max(1.5rem, 1.5vw);
  border-color: #e8e8e8 !important;
  box-shadow: 1px 1px 6px 0 #e8e8e8, 2px 2px 12px 0 #e8e8e8, 2px 2px 24px 0 #e8e8e8;
}
.packages .package .package-specs .specs-item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  grid-column-gap: 0.5rem;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
}
.packages .package .package-specs .specs-item:not(:last-child) {
  margin-bottom: max(1.2rem, 1vw);
}
.packages .package .package-specs .specs-item .icon svg {
  width: 1rem;
  height: 1rem;
  fill: #FE8537;
}
.packages .package .package-specs .specs-item .text {
  text-align: left;
  line-height: 1.6;
}
.packages .package .package-specs .specs-item.muted {
  color: #d9d9d9;
}
.packages .package .package-specs .specs-item.muted svg {
  fill: #d9d9d9;
}

.faq-accordion * {
  border: none;
  border-radius: 0;
}
.faq-accordion .card {
  border: none;
}
.faq-accordion .card:not(:last-of-type) {
  border-bottom: 1px solid #f7eae8;
}
.faq-accordion .card-header {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.faq-accordion .card-header h2 {
  padding: 0;
  margin: 0;
}
.faq-accordion .card-header button {
  color: var(--secondary);
  text-decoration: none;
  border-radius: 0 !important;
  position: relative;
  padding: max(1rem, 2vw) max(0.5rem, 1vw);
  font-size: clamp(25px, 4vw, 35px);
  display: grid;
  grid-template-columns: 1fr 4rem;
  grid-column-gap: max(0.7rem, 2vw);
  justify-content: space-between;
  white-space: normal !important;
  text-align: left;
}
.faq-accordion .card-header button:not(.collapsed) {
  color: var(--main-color);
}
.faq-accordion .card-header button:not(.collapsed) .icon {
  background-color: var(--main-color);
}
.faq-accordion .card-header button:not(.collapsed) .icon .line {
  background-color: var(--white);
}
.faq-accordion .card-header button:not(.collapsed) .line2 {
  transform: rotate(0deg) !important;
}
.faq-accordion .card-header button .icon {
  border: 2px solid var(--main-color);
  position: relative;
  width: max(2rem, 3vw);
  height: max(2rem, 3vw);
  margin-left: 1rem;
  display: grid;
  place-items: center;
}
.faq-accordion .card-header button .icon .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 2px;
  background-color: var(--main-color);
  transition: 0.3s all ease-in-out;
}
.faq-accordion .card-header button .icon .line.line2 {
  transform: rotate(-90deg);
}
.faq-accordion .card-body {
  padding: max(1rem, 2vw) max(0.5rem, 1vw);
}

.contact-accordion * {
  border: none;
  border-radius: 0;
}
.contact-accordion .card {
  border: none;
}
.contact-accordion .card:not(:last-of-type) {
  border-bottom: 1px solid #f7eae8;
}
.contact-accordion .card-header {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.contact-accordion .card-header h2 {
  padding: 0;
  margin: 0;
}
.contact-accordion .card-header button {
  color: var(--secondary);
  text-decoration: none;
  border-radius: 0 !important;
  position: relative;
  padding: max(1rem, 2vw) max(0.5rem, 1vw);
  font-size: clamp(25px, 4vw, 35px);
  display: grid;
  grid-template-columns: 1fr 4rem;
  grid-column-gap: max(0.7rem, 2vw);
  justify-content: space-between;
  white-space: normal !important;
  text-align: left;
}
.contact-accordion .card-header button:not(.collapsed) {
  color: var(--main-color);
}
.contact-accordion .card-header button:not(.collapsed) .icon {
  background-color: var(--main-color);
}
.contact-accordion .card-header button:not(.collapsed) .icon .line {
  background-color: var(--white);
}
.contact-accordion .card-header button:not(.collapsed) .line2 {
  transform: rotate(0deg) !important;
}
.contact-accordion .card-header button .icon {
  border: 2px solid var(--main-color);
  position: relative;
  width: max(2rem, 3vw);
  height: max(2rem, 3vw);
  margin-left: 1rem;
  display: grid;
  place-items: center;
}
.contact-accordion .card-header button .icon .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 2px;
  background-color: var(--main-color);
  transition: 0.3s all ease-in-out;
}
.contact-accordion .card-header button .icon .line.line2 {
  transform: rotate(-90deg);
}
.contact-accordion .card-body {
  padding: max(1rem, 2vw) max(0.5rem, 1vw);
}
.contact-accordion .card-header {
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.contact-accordion .card-header.active {
  border-bottom: 1px solid #f7eae8;
}
.contact-accordion .card-body {
  border: 1px solid transparent;
}

.accordion > .card > .card-header {
  margin-bottom: 0 !important;
}

.packages-slider.virtual-office-slider::before,
.packages-slider.virtual-office-slider::after {
  content: none;
}

/*  ====================================
            Contact Page Styles
====================================  */
.contact-banner {
  background-position: bottom;
  height: 450px;
}
.contact-banner .page-title-content {
  height: 450px;
}
.contact-banner::after {
  background: none;
}

.contact-info-area .contact-info {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-info p,
.contact-info a {
  font-size: 20px;
}
.contact-info .contact-info-thumb {
  height: 100%;
}
.contact-info .contact-info-thumb img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.contact-info .info-box {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1rem;
}
.contact-info .info-box .icon-wrapper svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: #FE8537;
}
.contact-info .info-list .info-list--item {
  display: flex;
}
.contact-info .info-list .info-list--item:not(:last-child) {
  margin-bottom: max(1rem, 1.2vw);
}
.contact-info .info-list .info-list--item a {
  color: #817a78;
}
.contact-info .info-list .info-list--item a:hover {
  color: #FE8537;
}
.contact-info .info-list .info-list--item svg {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  fill: #FE8537;
}

/*  coming soon page - video background section  */
.video-opacity {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  opacity: 0.3;
}
.video-opacity video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.bg-light-transparent {
  background-color: rgba(246, 246, 246, 0.9) !important;
}

.virtual-office-banner {
  overflow: hidden !important;
}
.virtual-office-banner video {
  height: max(50rem, 100vw);
}
.virtual-office-banner .getintouch {
  margin: 1rem;
}
@media (min-width: 992px) {
  .virtual-office-banner .getintouch {
    width: 70vw;
  }
}
.virtual-office-banner .getintouch input,
.virtual-office-banner .getintouch textarea {
  font-size: clamp(18px, 4vw, 20px) !important;
}

/*  ====================================
            Pricing Page
	====================================  */
.pricing-cost {
  color: #FE8537;
  font-weight: 600;
}
.pricing-muted {
  opacity: 0.3;
}
.pricing-text-small {
  font-size: 20px;
  margin: auto 0;
}
@media (max-width: 992px) {
  .pricing-text-small {
    font-size: 18px;
  }
}
.pricing-btn {
  margin: auto auto 0;
}

.discount-text {
  color: black;
  font-family: "Jost Medium", sans-serif;
}
.discount-sale {
  color: #FE8537;
  font-weight: 600;
}
.discount-line {
  border-top: 2px solid #FCA816;
}
.discount-note {
  opacity: 0.7;
}

.package--wrapper p {
  line-height: 29px;
}

.packages-slider,
.packages-pagination {
  position: relative;
}

.package-slider .package .package--wrapper {
  height: 100%;
}

.packages .package .package--wrapper {
  height: 100%;
}

.packages-slider .packages-slider--plans .package .package--wrapper {
  height: 100%;
}

.package.swiper-slide {
  height: auto;
}

.packages-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 15%;
  height: 100%;
  z-index: 99;
  background: rgb(243, 243, 243);
  background: linear-gradient(90deg, rgb(243, 243, 243) 0%, rgba(243, 243, 243, 0) 100%);
}

.packages-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 15%;
  height: 100%;
  z-index: 99;
  background: rgb(243, 243, 243);
  background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%);
}

@media (max-width: 600px) {
  .packages-slider::before,
  .packages-slider::after {
    content: none;
  }
}
/*  ====================================
            Booking Page
	====================================  */
.booking-title {
  font-size: 48px;
}
.booking-heading {
  font-size: 38px;
}
.booking-text {
  font-size: 18px;
}
.booking-image img {
  aspect-ratio: 16/10;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.booking-image-small img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .booking-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .booking-heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .booking-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .booking-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    justify-content: space-evenly;
    grid-gap: max(1.5rem, 2vw);
    grid-auto-rows: 1fr !important;
  }
}
.booking-slider {
  position: relative;
}
.booking-pagination {
  position: relative;
}
@media (min-width: 1400px) {
  .booking-pagination {
    display: none;
  }
}
.booking-package-wrapper {
  padding: 0 40px;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}
@media (min-width: 767px) {
  .booking-package-wrapper {
    padding: 0 120px;
  }
}
.booking-modal .modal-dialog {
  margin: 1.5rem;
}
.booking-modal .modal-dialog .modal-content {
  padding: 16px;
}
.booking-modal .modal-dialog .modal-content button.close {
  border: 0;
  position: absolute;
  right: -22px;
  top: -22px;
  color: white;
  background-color: #FE8537;
  z-index: 200;
  padding: 24px;
  border-radius: 50%;
  opacity: 1;
}
.booking-modal .modal-dialog .modal-content button.close::before, .booking-modal .modal-dialog .modal-content button.close::after {
  position: absolute;
  left: 23px;
  top: 15px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: white;
}
.booking-modal .modal-dialog .modal-content button.close::before {
  transform: rotate(45deg);
}
.booking-modal .modal-dialog .modal-content button.close::after {
  transform: rotate(-45deg);
}
.booking-modal .modal-dialog .modal-content .modal-header,
.booking-modal .modal-dialog .modal-content .modal-footer {
  border-width: 2px;
  border-color: #e8e8e8;
}
@media (min-width: 767px) {
  .booking-modal .modal-dialog {
    max-width: 80vw;
    margin: 2.5rem auto;
  }
  .booking-modal .modal-dialog .modal-content {
    padding: 24px 60px;
  }
}
@media (min-width: 992px) {
  .booking-modal .modal-dialog {
    max-width: 62vw;
  }
}
.booking-info {
  position: relative;
  font-size: 18px;
  padding-left: 6px;
}
.booking-info span {
  color: #FE8537;
  font-weight: 600;
}
.booking-info::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -12px;
  top: 12px;
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
  border-bottom: 2px solid #FE8537;
  border-right: 2px solid #FE8537;
}
.booking-picture {
  width: 100%;
  height: 100%;
  min-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next {
  position: absolute;
  top: 45%;
  right: 0;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

.swiper-button-prev {
  position: absolute;
  top: 45%;
  left: 0;
  width: 45px;
  height: 45px;
  color: #3f3836;
  font-size: 26px;
  transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next:after {
  color: #3f3836;
  font-size: 26px;
}

.radio-wrapper .radio-input {
  color: #817a78;
  display: block;
  position: relative;
  float: left;
  margin-right: 18px;
}

.radio-wrapper .radio-input input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radio-wrapper .radio-input label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  padding: 0 0 0 30px;
  margin: 5px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

.radio-wrapper .radio-input:hover label {
  color: #817a78;
}

.radio-wrapper .radio-input .check {
  position: absolute;
  border: 1px solid #f7eae8;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: 6px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.radio-wrapper .radio-input:hover .check {
  border: 1px solid #f7eae8;
}

.radio-wrapper .radio-input .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 1px solid #f7eae8;
}

input[type=radio]:checked ~ .check::before {
  background: #FE8537;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: gray;
  width: 40px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border: 1px solid #f7eae8;
  padding: 8px 15px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: -20px;
  border: solid #817a78;
  border-width: 0 2px 2px 0;
  padding: 3px;
  rotate: 45deg;
  transition: 0.5s ease;
}
.select-styled:active:after, .select-styled.active:after {
  rotate: 225deg;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #f7eae8;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-bottom: 1px solid #f7eae8;
}
.select-options li:hover, .select-options li.is-selected {
  color: #FCA816;
  background: white;
}
.select-options li[rel=hide] {
  display: none;
}

/*# sourceMappingURL=redesign.css.map */
