/* color palette */
/* color palette */
/* color palette */
/* color palette */
.hidden {
  display: none !important;
}

.overflow-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #caab04;
}

.overflow-scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #caab04;
}

.thankyou-img-wrapper {
  margin: 14px 0;
  text-align: center;
}

.thankyou-img-wrapper img {
  max-width: 350px;
  width: 100%;
}

.overflow-scrollbar::-webkit-scrollbar-thumb {
  background-color: #1a27c9;
}

.h--max {
  height: calc(100% - 24px);
  margin-bottom: 1.5rem;
}

.fill-primary-light-color {
  background-color: #191919;
}

.txt-primary-accent-color {
  color: #1a27c9;
}

.txt-secondary-accent-color {
  color: #fad719;
}

.txt-secondary-dark-accent-color {
  color: #caab04;
}

.txt-primary-greylight-2-color {
  color: #bdbdbd;
}

.txt-primary-greylight-3-color {
  color: #999999 !important;
}

/* language selector utility classes */
.li4-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

/* custom animation start */
.custom-slide-up {
  animation: custom-slide-up 2.4s both;
}

.custom-slide-up--md {
  animation: custom-slide-up--md 1.2s both;
}

.custom-slide-up--delay-100 {
  animation-delay: 1s;
}

.hero-section .sub-title {
  animation-delay: 10ms;
}
.hero-section .intro-header-title {
  animation-delay: 100ms;
}
.hero-section .blurb {
  animation-delay: 150ms;
}

@keyframes custom-slide-up {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes custom-slide-up--md {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-aos=custom-slide-up] {
  transform: translateY(80px);
  opacity: 0;
  transition-property: all;
}
[data-aos=custom-slide-up].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=custom-slide-up--md] {
  transform: translateY(20px);
  opacity: 0;
  transition-property: all;
}
[data-aos=custom-slide-up--md].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

/* custom animation close */
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
  --navbar-height: 116px;
}

html,
body {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fcfcfc;
  box-sizing: border-box;
}

ul li {
  list-style-type: none;
}

a {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a27c9;
  margin: 0px;
  transition: all 0.4s ease;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: underline;
  color: #111a86;
}

button {
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a,
.btn,
.btn:hover {
  text-decoration: none;
}

a:focus,
.btn:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: #383838;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: auto;
}

.body-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}

.body--sm-txt {
  font-size: 0.875rem !important;
}

.lg--txt {
  font-size: calc(1.75rem + 16 * (100vw - 300px) / 1300) !important;
  font-weight: 700;
}

.md--txt {
  font-size: calc(1.75rem + 16 * (100vw - 300px) / 1300);
}

.xs--txt {
  font-size: calc(1rem + 4 * (100vw - 300px) / 1300);
}

.sm--txt {
  font-size: calc(1.75rem + 16 * (100vw - 300px) / 1300);
}

.intro-header-title {
  font-size: calc(2.3125rem + 11 * (100vw - 300px) / 1300);
  font-weight: 800;
  color: white;
  line-height: 120%;
  margin-bottom: 2.125rem;
}

section {
  padding: 4rem 0;
}
section.fill-secondary-accent-light-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.small-elements {
  position: relative;
}
section.small-elements::after {
  position: absolute;
  content: "";
  width: 144px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='144' height='16' viewBox='0 0 144 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='24' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='40' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='56' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='72' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='88' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='104' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='120' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='136' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='16' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='32' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='48' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='64' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='80' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='96' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='112' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3Crect x='128' y='8' width='8' height='8' fill='%23DCDCDB'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  z-index: 1;
}
section.small-elements.elements--lbx::after {
  left: 6%;
  bottom: -8px;
}
section.small-elements.elements--lby::after {
  left: 1%;
  bottom: -4px;
  transform: rotate(-90deg);
}
section.small-elements.elements--rby::after {
  right: 1%;
  bottom: -4px;
  transform: rotate(-90deg);
}

.section-title {
  font-size: calc(2rem + 3 * (100vw - 300px) / 1300);
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 3rem;
  white-space: normal;
  word-break: break-all;
  position: relative;
}
.section-title.--primary-light-text {
  color: #fffffe;
}
.section-title.--primary-light-text::before {
  color: rgba(255, 255, 254, 0.03);
}

.sub-title {
  display: inline-block;
  font-size: calc(0.875rem + 2 * (100vw - 300px) / 1300);
  font-weight: 800;
  text-transform: uppercase;
  color: #fad719;
}

.txt-highlight {
  position: relative;
  z-index: 2;
}
.txt-highlight::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  z-index: -1;
  background-color: #fad719;
}

@media screen and (min-width: 576px) {
  section {
    padding: 4.75rem 0;
  }
  section.fill-secondary-accent-light-1:not(.page-title) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  section.padding--lg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.navigation-bar {
  padding: 0.75rem 3rem;
  background-color: #fffffe;
  box-shadow: 0px 4px 8px rgba(190, 190, 190, 0.2);
}
.navigation-bar.fixed-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.navbar-brand,
.navbar-toggler {
  z-index: 10;
}

.navbar-brand {
  margin-bottom: 0;
  height: 3.5rem;
}
.navbar-brand img {
  height: 100%;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler {
  color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}

.navbar-expand-lg {
  padding: 0;
}
.navbar-expand-lg .navbar-nav {
  margin-left: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
  line-height: 150%;
  padding: 0.5rem 0;
  font-weight: 500;
  color: #383838;
  opacity: 0.8;
  position: relative;
  transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0;
  height: 0.1875rem;
  display: block;
  background-color: #caab04;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.1, 0.6, 0.4, 1);
}
.navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn):hover .nav-link, .navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn).active .nav-link, .navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn):focus-visible .nav-link {
  text-decoration: none;
  color: #181818;
  opacity: 1;
}
.navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn):hover .nav-link::after, .navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn).active .nav-link::after, .navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn):focus-visible .nav-link::after {
  right: auto;
  left: 0;
  width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn) .nav-link:not(.active) {
  color: #383838;
}
.navbar-expand-lg .navbar-nav .nav-item:not(.call-us-btn) .nav-link.active::after {
  right: auto;
  left: 0;
  width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.navbar-expand-lg .navbar-nav .call-us-btn a:hover {
  text-decoration: none;
  color: #1a27c9;
}
.navbar-expand-lg .navbar-nav .call-us-btn a:hover .circle-icon {
  background-color: #1a27c9;
  color: #fffffe;
}
.navbar-expand-lg .circle-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: #181818;
  background-color: #fad719;
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    padding: 0.75rem 0.9375rem;
  }
  .navigation-bar.fixed-nav {
    position: sticky;
  }
  .navigation-bar.fixed-nav + main {
    padding-top: 0rem;
  }
  .navigation-bar .navbar-collapse {
    position: fixed;
    z-index: 9;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.94);
    padding-top: max(12%, 100px);
    padding-bottom: 2.5rem;
    transition: all 0.4s ease;
    z-index: -1;
  }
  .navigation-bar .navbar-collapse ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .navigation-bar .navbar-collapse ul.navbar-nav li {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    padding: 0;
    margin-bottom: 1.25rem;
    margin-left: 1.5rem;
  }
  .navigation-bar .navbar-collapse ul.navbar-nav li a {
    color: #181818;
    font-size: 1.4375rem;
    padding: 0;
  }
  .navigation-bar .navbar-collapse ul.navbar-nav li a:hover {
    color: #1a27c9;
  }
  .navigation-bar .navbar-collapse.show {
    visibility: visible;
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    z-index: 9;
  }
  .navigation-bar .navbar-collapse.show ul li {
    opacity: 1;
  }
  .navigation-bar .navbar-collapse.show ul li:nth-child(1) {
    transition-delay: 0.08s;
  }
  .navigation-bar .navbar-collapse.show ul li:nth-child(2) {
    transition-delay: 0.16s;
  }
  .navigation-bar .navbar-collapse.show ul li:nth-child(3) {
    transition-delay: 0.24s;
  }
  .navigation-bar .navbar-collapse.show ul li:nth-child(4) {
    transition-delay: 0.32s;
  }
  .navigation-bar .navbar-collapse.show ul li:nth-child(5) {
    transition-delay: 0.4s;
  }
  .navigation-bar .navbar-collapse.show ul li:nth-child(6) {
    transition-delay: 0.48s;
  }
  .navbar-expand-lg {
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-brand {
    margin-right: auto;
  }
  .navbar-brand {
    order: 1;
  }
  .navbar-toggler {
    order: 3;
  }
  .language-picker {
    order: 2;
  }
  .navbar-expand-lg .navbar-nav .nav-item,
.navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
  #cookieModal .buttons {
    margin-right: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  button.desktop-menu-toggler {
    position: relative;
    display: block;
    background: 0 0;
    outline: 0;
    transition: all 0.3s ease;
    width: 44px;
    height: 34px;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row.custom-gutter {
  margin-right: -16px;
  margin-left: -16px;
}

.custom-gutter > [class^=col-],
.custom-gutter > [class^=" col-"] {
  padding-right: 16px;
  padding-left: 16px;
}

/* footer section start */
footer {
  padding-top: 11rem;
  padding-bottom: 3rem;
  margin-top: -9.5rem;
  background-color: #fffffe;
}
footer .contact-item li {
  margin-bottom: 1rem;
}
footer .contact-item [class^=icon-] {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.bi{
    font-size: 1.5rem;
    margin-right: 0.5rem;
}


footer .title {
  font-size: 1.25rem;
  color: #383838;
}
footer a {
  color: #181818;
  font-size: 1rem;
}
footer a span:not([class^=icon-]) {
  text-decoration: underline;
  color: #1a27c9;
}
footer a:hover {
  text-decoration: none;
  color: #383838;
}
footer a:hover span:not([class^=icon-]) {
  color: #caab04;
}

.copyright-text {
  font-size: 0.8125rem;
  font-weight: normal;
  margin-top: 0;
}

.footer-bottom {
  border-top: 0.0625rem solid #f4f4f4;
  padding-top: 1rem;
  margin-top: 4.75rem;
}

.poweredBy img {
  width: 79px;
}

@media screen and (min-width: 480px) {
  .copyright-text {
    display: flex;
    justify-content: space-between;
  }
  .copyright-text {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contact-item {
    margin-bottom: 24px;
  }
  .copyright {
    margin-right: 40px;
  }
}
/* footer section close */
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
}

.form-label {
  color: #181818;
  font-weight: 500;
}

.form-control {
  padding: 0.75rem 1.25rem;
  background: #fffffe;
  border: 0.125rem solid #999999;
  border-radius: 0.5rem;
  height: unset;
  transition: all 0.4s ease;
}
.form-control:hover {
  border-color: #181818;
}
.form-control:focus {
  box-shadow: none;
  border-color: #1a27c9;
}
.form-control:focus-visible {
  outline: 0.125rem solid #1a27c9;
  outline-offset: 0.125rem;
}

select,
.form-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  padding-right: 33px !important;
}

.booking-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fffffe;
  box-shadow: 0px -16px 32px rgba(190, 190, 190, 0.12), 0px 16px 32px rgba(190, 190, 190, 0.16);
  border-radius: 1rem;
}
.booking-form .btn {
  height: 3.25rem;
}
.booking-form .btn-outline-secondary {
  border-width: 0.125rem;
  background: #f4f4f4;
  border-color: #999999;
}
.booking-form .btn-outline-secondary:hover, .booking-form .btn-outline-secondary:active {
  transform: scale(1);
}
.booking-form .btn-outline-secondary .gj-icon,
.booking-form .gj-datepicker-bootstrap button[role=right-icon] .gj-icon,
.booking-form .gj-datepicker-bootstrap button[role=right-icon] .material-icons {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.booking-form .body--sm-txt a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .booking-form {
    padding: 3rem;
  }
}
/* cta section start */
.cta-section .section-title__wrapper {
  max-width: 460px;
  width: 100%;
}

.card.card--cta {
  background-color: #fbde3f;
  box-shadow: 0px 16px 32px rgba(251, 222, 63, 0.2);
  border-radius: 16px;
}
.card.card--cta .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 32px;
}
.card.card--cta .card-title {
  font-size: calc(1.75rem + 9 * (100vw - 300px) / 1300);
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .card.card--cta .card-body {
    padding: 48px 64px;
  }
}
/* cta section close */
#advertisementModal .modal-lg,
#advertisementModal .modal-xl {
  width: min(96%, 660px);
  padding: 24px;
}

#advertisementModal {
  width: 100vw;
}
#advertisementModal .modal-content {
  width: 96%;
}
#advertisementModal .modal-body {
  padding: 0;
}
#advertisementModal .modal-content {
  padding: 1.5rem;
  background-color: #f4f4f4;
  border-radius: 1rem;
}
#advertisementModal .popup-inner h2 {
  color: #181818;
  font-size: calc(20px + 8 * (100vw - 300px) / 1300);
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
#advertisementModal .popup-inner p {
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
#advertisementModal .popup-img-wrapper {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
#advertisementModal .popup-img-wrapper img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
}

#cookieModal {
  position: fixed;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  padding: 8px 10px 8px;
  background-color: #383838;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
  box-shadow: 0 8px 16px -4px rgba(33, 33, 33, 0.1);
}

.cookie-text {
  font-size: 12px;
  color: #fffffe;
}

#cookieModal .btn {
  color: #fad719;
}
#cookieModal .btn:hover {
  color: #d0b315;
}

/* responsive media query */
@media screen and (max-width: 991px) {
  #cookieModal .buttons {
    margin-right: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #cookieModal {
    left: unset;
    right: 20px;
    margin: 0 auto;
  }
}
body.preloader-site {
  overflow-x: hidden;
}
.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background-color: #f4f4f4;
  z-index: 1060;
}
.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(70%, 280px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.preloader-wrapper .preloader svg {
  width: 100%;
}

.loader {
  width: 4rem;
  height: 4rem;
  border: 5px solid #fad719;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: 5px solid #fad719;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0%, 60%, 100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}
.scroll-top {
  position: fixed;
  right: 3.125rem;
  bottom: 18%;
  height: 3.25rem;
  width: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a27c9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.9375rem);
  transition: all 200ms linear;
  z-index: 8;
  cursor: pointer;
}
.scroll-top.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  transform: scale(1.02);
  color: #9a7b49;
}
.scroll-top:active {
  color: #614d2e;
  transform: translateY(0.125rem) scale(0.98);
}
.scroll-top .btn-icon__wrapper {
  font-size: 20px;
  margin: 0;
  transition: all 200ms linear;
}
.scroll-top [class^=icon-] {
  transform: rotate(-90deg);
}
.scroll-top:hover .btn-icon__wrapper {
  transform: translateY(-8px);
}

.cta-btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.btn {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8125rem 1.625rem;
  border-radius: 0.5rem;
  background-color: #fad719;
  color: #181818;
  transition: all 0.4s ease;
  z-index: 1;
}
.btn:hover {
  background-color: #fbde3f;
  color: #181818;
  transform: translateY(0rem) scale(1.02);
}
.btn:hover .btn-icon__wrapper {
  transform: translateX(0.5rem);
  text-decoration: none;
}
.btn:focus-visible {
  text-decoration: none;
  background-color: #fad719;
  outline: 0.125rem solid #d0b315;
  outline-offset: 0.125rem;
}
.btn:active, .btn:first-child:active {
  background-color: #a78f11;
  color: #fffffe;
  transform: translateY(0.125rem) scale(0.98);
}
.btn.btn--secondary {
  background-color: #1a27c9;
  color: #fffffe;
}
.btn.btn--secondary:hover {
  background-color: #404bd2;
}
.btn.btn--secondary:hover .btn-icon__wrapper {
  transform: translateX(0.5rem);
  text-decoration: none;
}
.btn.btn--secondary:focus-visible {
  text-decoration: none;
  background-color: #1a27c9;
  outline: 0.125rem solid #1621a7;
  outline-offset: 0.125rem;
}
.btn.btn--secondary:active, .btn.btn--secondary:first-child:active {
  background-color: #111a86;
  color: #fffffe;
  transform: translateY(0.125rem) scale(0.98);
}
.btn.btn--danger {
  background-color: #cc0000;
  color: #fffffe;
}
.btn.btn--danger:hover {
  background-color: #d11a1a;
}
.btn.btn--danger:hover .btn-icon__wrapper {
  transform: translateX(0.5rem);
  text-decoration: none;
}
.btn.btn--danger:focus-visible {
  text-decoration: none;
  background-color: #cc0000;
  outline: 0.125rem solid #b80000;
  outline-offset: 0.125rem;
}
.btn.btn--danger:active, .btn.btn--danger:first-child:active {
  background-color: #a30000;
  color: #fffffe;
  transform: translateY(0.125rem) scale(0.98);
}
.btn.btn--text-only {
  font-size: 14px;
  text-decoration: underline;
  background-color: transparent;
  color: #1a27c9;
  padding: 0;
}
.btn.btn--text-only:hover {
  color: #111a86;
}
.btn.btn--text-only::before, .btn.btn--text-only::after {
  display: none;
}

.btn-icon__wrapper {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 1.75rem;
  transform: translateX(0);
  transition: all 0.4s ease;
}
.btn-icon__wrapper [class^=icon-] {
  font-size: 20px;
}

button.navbar-toggler {
  position: relative;
  display: block;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  width: 2.75rem;
  height: 2.75rem;
  transition: all 0.4s ease;
  cursor: pointer;
}

button span.line {
  position: relative;
  height: 0.1875rem;
  background-color: #181818;
  width: 100%;
  display: block;
  margin: 0.25rem 0;
  moz-transform-origin: center;
  transform-origin: center;
  transition: all 0.4s ease;
}

button.navbar-toggler:hover span.line {
  background-color: #181818;
}

button.navbar-toggler {
  color: unset;
  border: 0;
}

button.navbar-toggler[aria-expanded=true], button.navbar-toggler:focus {
  border-color: #1a27c9;
  background-color: #fffffe;
  box-shadow: none;
}
button.navbar-toggler[aria-expanded=true] span.line, button.navbar-toggler:focus span.line {
  background-color: #1a27c9;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(1) {
  transform: translateY(6px) rotate(-135deg);
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(2) {
  transform: translateY(0) rotate(135deg);
  opacity: 0;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(3) {
  transform: translateY(-6px) rotate(135deg);
}

section img {
  display: block;
  background-color: #383838;
}

figure img {
  width: 100%;
}

.img--bg-shape {
  position: relative;
}
.img--bg-shape::after {
  position: absolute;
  content: "";
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 96px);
  height: calc(100% + 80px);
  background-color: #fad719;
  border-radius: 16px;
  margin: 0 auto;
}
.img--bg-shape img {
  border-radius: 8px;
  overflow: hidden;
}

.carousel-item {
  border-radius: 0.5rem;
  overflow: hidden;
}

.carousel-inner {
  background-color: #f4f4f4;
  z-index: 1;
}

.card {
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: all 0.4s ease;
}
.card:not(.bg-transparent):hover {
  box-shadow: 0 8px 16px -4px rgba(33, 33, 33, 0.1);
}
.card.box-shadow--1 {
  box-shadow: 0px 2px 4px rgba(190, 190, 190, 0.12);
}

.card-body.md--pd {
  padding: 1.5rem;
}

.card-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #181818;
}

.card-img {
  border-radius: 0;
}

.card--blockout {
  border: 0.125rem solid #fad719;
  background-color: #d0b315;
  padding: 2.75rem 2.125rem;
}

.li4-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  border-radius: 0.25em;
}

.li4-icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

/* component */
.language-picker {
  display: inline-block;
  position: relative;
}

.language-picker__form {
  display: none;
}

.language-picker__button {
  border: 1px solid #bdbdbd;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.language-picker__button:hover {
  background-color: #fcfcfc;
  color: #1a27c9;
}

.language-picker__button .li4-icon {
  height: 16px;
  width: 16px;
}

.language-picker__button .li4-icon:first-of-type {
  margin-right: 0.5rem;
  margin-top: -1px;
}

.language-picker__button .li4-icon:last-of-type {
  margin-left: 0.5rem;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 180px;
  border: 1px solid #bdbdbd;
  background-color: #fffffe;
  box-shadow: inset 0 0 0.5px 1px hsla(0deg, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease 0.4s ease;
}

.language-picker__dropdown--right {
  right: 0;
  left: auto;
}

.language-picker__dropdown--up {
  bottom: 100%;
  top: auto;
}

.language-picker__button[aria-expanded=true] + .language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s;
}

.language-picker__list {
  padding: 0;
  margin: 0;
}

.language-picker__item {
  display: flex;
  align-items: center;
  color: #181818;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease 0.4s ease;
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.language-picker__item:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

.language-picker__item:focus {
  outline: none;
  background-color: #f4f4f4;
}

.language-picker__item[aria-selected=true] {
  position: relative;
  background-color: #fad719;
  color: #181818;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.language-picker__item[aria-selected=true]:focus {
  outline: 2px solid #bdbdbd;
}

.language-picker__item[aria-selected=true]::after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
  margin-left: auto;
}

/* hero section start */
.hero-section .custom-gutter {
  align-items: center;
}
.hero-section .blurb {
  font-size: calc(1rem + 4 * (100vw - 300px) / 1300);
  font-weight: normal;
}
.hero-section .cta-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-section .cta-btn-wrapper .btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.hero-section .carousel-item img {
  aspect-ratio: 6/4;
  object-fit: cover;
  object-position: center;
}
.hero-section .carousel-indicators {
  margin-bottom: -1.875rem;
}
.hero-section .carousel-indicators button {
  background-color: #181818;
}

/* hero section close */
/* benefits section start */
.benefit-list {
  padding-left: 0;
}
.benefit-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 16px;
}
/* benefits section close */
/* service section start */
.card--service-item {
  text-align: center;
}
.card--service-item [class^=icon-] {
  font-size: 82px;
}

/* service section close */
/* taxi type section start */
.card--taxi-type {
  border-radius: 0.5rem;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.card--taxi-type .card-body {
  padding: 16px;
}
.card--taxi-type li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.card--taxi-type li i {
  color: #caab04;
}

/* taxi type section close */
/* airport fair section start */
.fair-price-section {
  background: url("../images/airport-bg.svg") no-repeat center center;
  background-size: cover;
}

.card--airport-fair {
  background-color: #fffffe;
  border: 1px solid #f4f4f4;
  border-radius: 0.5rem;
}
.card--airport-fair .sub-title {
  color: #999999;
}
.card--airport-fair li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.card--airport-fair li:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 0.5rem;
}
.card--airport-fair li [class^=icon-] {
  color: #999999;
}

/* airport fair section close */
/* about section start */
.about-section .blurb {
  margin-bottom: 2.5rem;
}
.about-section figure img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 8px 16px rgba(190, 190, 190, 0.2));
}
.about-section figure.img--bg-shape::after {
  z-index: -1;
}

/* about section close */
@media screen and (min-width: 576px) {
  .benefit-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .benefit-list__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 768px) {
  .hero-section .cta-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .hero-section .cta-btn-wrapper .btn:not(:last-child) {
    margin-right: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  .benefit-list__item {
    width: unset;
  }
  .card--taxi-type .card-body {
    padding: 16px 24px 24px;
  }
  .taxi-type-section .col-12:nth-child(even) > .card--taxi-type {
    box-shadow: 0px 8px 16px rgba(190, 190, 190, 0.2);
  }
}