@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  background: #f4f6fb;
  color: #2a2c32;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif !important;
  cursor: default;
}
body.openedNav {
  overflow: hidden;
}

.container {
  max-width: 75rem;
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 1.5rem;
  }
}

a {
  text-decoration: none;
  color: #e3ca86;
  transition: 0.3s;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible {
  color: black;
  outline: 1px solid black;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .w-mobile-100 {
    width: 100% !important;
  }
}

#main_page {
  overflow: hidden;
}

.main__page-dark {
  background: #0F1314;
}

.form-fieldset {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}
.form-fieldset.fieldset-spacing-lg {
  margin-top: 1.25rem;
}
@media (max-width: 991.98px) {
  .form-fieldset.fieldset-spacing-lg {
    margin-top: 2rem;
  }
}

.limo-input.input-group-form {
  background: #f4f6fb;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.limo-input.input-group-form .input-group-text {
  border-radius: 0;
  padding-right: 7px;
  padding-left: 19px;
  border: none;
  background: none;
  flex-shrink: 0;
}
.limo-input.input-group-form .input-group-text img {
  width: 18px;
}
.limo-input.input-group-form .input-container {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.limo-input.input-group-form .form-floating {
  flex-grow: 1;
}
.limo-input.input-group-form .form-floating .form-control {
  background: none;
  border: none;
  border-radius: 0;
  text-align: left !important;
}
.limo-input.input-group-form .form-floating > label {
  font-weight: 500;
  color: #162226;
}
.limo-input.input-group-form .form-floating .clear-btn {
  top: 1.25rem;
}

.clear-btn {
  position: absolute;
  right: 0;
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e2e3e6;
  color: #0F1314;
  cursor: pointer;
  display: none;
}
@media (max-width: 991.98px) {
  .clear-btn-active {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .input-clearable-active {
    padding-right: 2rem !important;
  }
}

.form-label .required-info {
  color: #b2a7a7;
}

.iti {
  width: 100%;
  height: 30px;
}
.iti .iti__tel-input {
  height: 41px;
}

.iti--allow-dropdown .iti__country-container {
  height: 41px;
}

.limo-input-horizontal {
  display: flex;
  gap: 1.25rem;
  position: relative;
}

.limo-input-horizontal .parsley-errors-list {
  position: absolute;
  bottom: 0;
  font-size: 0.75rem;
  right: 0;
  transform: translateX(0);
  text-align: right;
}

.parsley-errors-list {
  width: 100%;
  margin: 0;
  padding: 0;
  color: red;
  list-style: none;
}

@media (max-width: 991.98px) {
  .limo-input-horizontal {
    flex-direction: column;
    gap: 0;
  }

  .limo-input-horizontal .parsley-errors-list {
    left: 0;
  }
}
.limo-input-horizontal .form-label, .limo-input-horizontal .form-no-label {
  width: 11.875rem;
  text-align: right;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 500;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .limo-input-horizontal .form-label, .limo-input-horizontal .form-no-label {
    text-align: left;
    margin-top: 0;
    width: 100%;
    font-size: 0.8125rem;
  }
}
.limo-input-horizontal .input-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.limo-input-horizontal .form-control {
  background-color: #f4f6fb;
  border: none;
  border-radius: 0;
}
.limo-input-horizontal .form-control.clearable:focus {
  padding-right: 2rem;
}
.limo-input-horizontal .form-control.clearable:focus + .clear-btn {
  z-index: 1;
}
.limo-input-horizontal.input-spacing-lg {
  margin: 0.75rem 0;
}

.form-check .form-check-input {
  background-color: #f4f6fb;
  border-color: transparent;
}
.form-check .form-check-input:checked {
  background-color: #e4cc8a;
  border-color: #e4cc8a;
}
.form-check .form-check-input:focus {
  box-shadow: 0 0 0.25rem rgb(228, 204, 138);
}
.form-check .form-check-label {
  font-size: 0.875rem;
  line-height: 21px;
  color: #3b372a;
}
@media (max-width: 991.98px) {
  .form-check .form-check-label {
    font-size: 0.8125rem;
  }
}

.form-select {
  background-color: #f4f6fb;
  border: none;
  border-radius: 0;
}

.form-time-info {
  font-size: 0.8125rem;
  line-height: 23px;
  color: #bbbcbe;
  margin: 0.5rem 0 0.5rem 0;
  width: 100%;
  text-align: center;
}
.form-time-info .time {
  margin-right: 0.375rem;
}

.form-details {
  border: 1px solid #e4cc8a;
  padding: 2.25rem 2.25rem 2.25rem 0;
  display: flex;
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .form-details {
    padding: 1rem;
  }
}

.form-details-infotip {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.125rem;
  width: 100%;
  padding: 0 2rem;
  margin: 1.25rem 0 2rem 0;
  display: flex;
}

header.home {
  height: auto;
  background: #0F1314;
  position: relative;
}

.scrolled {
  background: #0F1314 !important;
}

#top {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  background: rgba(9, 17, 20, 0);
  transition: 0.2s;
}
@media (max-width: 991.98px) {
  #top {
    margin-top: 2.25rem;
    height: 4.5rem;
  }
}
#top .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .top-content .logo img {
  width: 13.875rem;
}
@media (max-width: 991.98px) {
  #top .top-content .logo img {
    width: 11rem;
  }
}
#top .top-content .topNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  #top .top-content .topNav {
    display: none;
  }
}
#top .top-content .topNav__menu-item {
  display: flex;
  position: relative;
}
#top .top-content .topNav__menu-item:hover .sub-menu {
  display: flex !important;
}
#top .top-content .topNav__menu-item a {
  padding: 0.5rem 1rem;
  color: white;
  font-size: 1rem;
  line-height: 2rem;
  transition: 0.3s;
}
#top .top-content .topNav__menu-item a.active, #top .top-content .topNav__menu-item a:hover {
  color: #e3ca86;
  text-decoration: none;
}
#top .top-content .topNav__mobile-button {
  width: 2.5rem;
  height: 2.5rem;
  background: #162226;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .top-content .topNav__mobile-button img {
  width: 1rem;
}

.top-contact-section {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #0F1314;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
@media (max-width: 991.98px) {
  .top-contact {
    justify-content: flex-end;
    gap: 1.25rem;
    height: 100%;
  }
}
.top-contact .contact-phone {
  font-size: 1rem;
  line-height: 2rem;
  color: white;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.top-contact .contact-phone .p-icon {
  width: 1rem;
}
.top-contact .contact-phone:hover {
  color: #e3ca86;
  text-decoration: none;
}
.top-contact .contact-button {
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 1.875rem;
  border-radius: 0.25rem;
  background: #e3ca86;
  font-size: 15px;
  line-height: 2rem;
  color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: 0.3s;
}
.top-contact .contact-button:hover {
  background: #101c1f;
  color: #bbbcbe;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .top-contact .contact-button {
    padding: 0 1.25rem;
    height: 1.75rem;
    font-size: 0.875rem;
    border-radius: 0;
    height: 100%;
  }
}

.mobileNav {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #172226;
  z-index: 100;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.mobileNav__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100% - 8rem);
  margin-top: 8rem;
  padding-bottom: 1rem;
}
.mobileNav.opened {
  visibility: visible;
  opacity: 1;
}
.mobileNav .topNav__mobile-button {
  background: #0b1517 !important;
}
.mobileNav .navMobile {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
}
.mobileNav .navMobile__menu-item {
  display: flex;
  position: relative;
  width: 100%;
}
.mobileNav .navMobile__menu-item a {
  padding: 1.25rem 1.5rem;
  color: white;
  font-size: 1.25rem;
  line-height: 2rem;
  transition: 0.3s;
  min-height: 3.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.mobileNav .navMobile__menu-item a.active, .mobileNav .navMobile__menu-item a:hover {
  color: #e3ca86;
  text-decoration: none;
  background: #0F1314;
}
.mobileNav .divider {
  width: 100%;
  height: 1px;
  background: #3f4b4f;
  margin: 1.5rem 0;
}
.mobileNav .language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
.mobileNav .language .label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #f2f7fb;
}

.dropdownLanguage .btnLanguage-desktop {
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #f2f7fb;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
}
.dropdownLanguage .btnLanguage-desktop.show {
  background: rgba(22, 34, 38, 0.9);
}
.dropdownLanguage .btnLanguage-desktop .lang {
  width: 1rem;
}
.dropdownLanguage .btnLanguage-mobile {
  border: 1px solid #3f4b4f;
  background: transparent;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #f2f7fb;
  border-radius: 0.375rem;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.dropdownLanguage .btnLanguage-mobile .lang {
  width: 1.125rem;
}
.dropdownLanguage .dropdown-menu {
  padding: 1rem;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  background: rgba(22, 34, 38, 0.9);
  width: -moz-max-content;
  width: max-content;
  margin-top: -2px !important;
}
.dropdownLanguage .dropdown-menu.desktop {
  border-radius: unset;
}
.dropdownLanguage .dropdown-menu.show {
  display: grid;
}
.dropdownLanguage .dropdown-menu .btnLang {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100%;
  border: 0;
  padding: 0;
  background: none;
  color: #f2f7fb;
}
.dropdownLanguage .dropdown-menu .btnLang:hover {
  text-decoration: underline;
}
.dropdownLanguage .dropdown-menu .btnLang .langSmall {
  width: 1.5rem;
}

.pageHeading {
  padding-top: 12.5rem;
  padding-bottom: 5.25rem;
}
@media (max-width: 991.98px) {
  .pageHeading {
    padding: 7.75rem 0 3rem 0;
  }
}
.pageHeading__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .pageHeading__content {
    gap: 1rem;
  }
}
.pageHeading__content h1 {
  color: #ffffff;
  font-size: 3rem;
  line-height: 100%;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .pageHeading__content h1 {
    font-size: 2.25rem;
    line-height: 110%;
  }
}
.pageHeading__content span {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #b6b6b6;
}
@media (max-width: 991.98px) {
  .pageHeading__content span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

#heroCarousel {
  height: 100%;
}
#heroCarousel .carousel-inner {
  overflow: unset;
  height: 595px;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner {
    height: 33.25rem;
  }
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner.hero-car {
    height: 30rem;
  }
}
#heroCarousel .carousel-inner.hero-car .hero-item__content {
  position: relative;
  width: 100% !important;
  max-width: unset !important;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner.hero-car .hero-item__content {
    height: 100% !important;
    padding-bottom: 2.5rem;
  }
}
#heroCarousel .carousel-inner.hero-car .hero-item__content .actions {
  gap: 2.75rem !important;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner.hero-car .hero-item__content .actions {
    flex-direction: column;
    gap: 0.75rem !important;
    align-items: center;
  }
}
#heroCarousel .carousel-inner.hero-car .hero-item__content .actions .btn-price-list {
  color: #e3ca86;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner.hero-car .hero-item__content .actions .btn-price-list {
    font-size: 0.775rem;
  }
}
#heroCarousel .carousel-inner.hero-car .hero-item__content .actions .btn-price-list:hover {
  text-decoration: underline;
}
#heroCarousel .carousel-inner .carousel-item {
  height: 100%;
}
#heroCarousel .carousel-inner .carousel-item__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -15rem;
  background-attachment: fixed;
}
@media (max-width: 2000px) {
  #heroCarousel .carousel-inner .carousel-item__bg {
    background-position: center -7.5rem;
  }
}
@media (max-width: 1600px) {
  #heroCarousel .carousel-inner .carousel-item__bg {
    background-position: center -3.75rem;
  }
}
@media (max-width: 575.98px) {
  #heroCarousel .carousel-inner .carousel-item__bg {
    background-position: center -1rem;
    background-size: 350%;
  }
}
#heroCarousel .carousel-inner .carousel-item .container {
  height: 100%;
}
#heroCarousel .carousel-inner .carousel-item .hero-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
  padding-top: 5rem;
  width: calc(100% - 24.75rem);
  max-width: 37.5rem;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner .carousel-item .hero-item__content {
    padding-top: 5.75rem;
    width: 100%;
    max-width: unset;
    height: calc(100% - 12.5rem);
  }
}
#heroCarousel .carousel-inner .carousel-item .hero-item__content h1 {
  font-size: 3.75rem;
  font-weight: 500;
  color: white;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner .carousel-item .hero-item__content h1 {
    font-size: 2.25rem;
    line-height: 110%;
    text-align: center;
  }
}
#heroCarousel .carousel-inner .carousel-item .hero-item__content .description {
  line-height: 2rem;
  font-size: 1.5rem;
  color: #b6b6b6;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner .carousel-item .hero-item__content .description {
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
  }
}
#heroCarousel .carousel-inner .carousel-item .hero-item__content .actions {
  margin-top: 1rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner .carousel-item .hero-item__content .actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
#heroCarousel .carousel-inner .carousel-item .hero-item__content .actions .hero-button {
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1.5rem 0.5rem 1.875rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: 0.3s;
}
#heroCarousel .carousel-inner .carousel-item .hero-item__content .actions .hero-button:hover {
  background: #e3ca86;
  color: #3b372a;
  text-decoration: none;
  border-color: #e3ca86;
}
#heroCarousel .carousel-inner .carousel-item .hero-item__content .actions .hero-button:hover .arrow {
  filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(217%) hue-rotate(339deg) brightness(87%) contrast(89%);
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-inner .carousel-item .hero-item__content .actions .hero-button {
    padding: 0 1.875rem 0 2.1875rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
#heroCarousel .carousel-indicators {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  margin-left: -3rem;
}
@media (max-width: 991.98px) {
  #heroCarousel .carousel-indicators {
    margin-left: 0;
    top: 0;
    transform: unset;
    flex-direction: row;
    margin-top: -2.3125rem;
  }
}
#heroCarousel .carousel-indicators button {
  width: 0.5rem;
  height: 0.5rem;
  background: white;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
  border: 0;
  opacity: 1;
}
#heroCarousel .carousel-indicators button.active {
  background: #e3ca86;
}

@media (max-width: 991.98px) {
  .scroll-all-cars {
    position: absolute;
    bottom: 0;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
}

.hero-wifi {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 1.5rem;
  margin-bottom: 2.75rem;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .hero-wifi {
    margin-right: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 3.5rem;
  }
}

.hero-form {
  z-index: 2;
}
.hero-form__container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .hero-form__container {
    position: relative;
    margin-top: -6.25rem;
  }
}
.hero-form__container .container {
  position: relative;
}
.hero-form__box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 13.75rem;
  width: 24.75rem;
  background: white;
  z-index: 2;
  margin-right: 0.75rem;
}
@media (max-width: 1199.98px) {
  .hero-form__box {
    margin-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  .hero-form__box {
    position: relative;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
  }
}
.hero-form__box .hero-form-tab {
  width: 100%;
}
.hero-form__box .hero-form-tab .nav-tabs {
  border-bottom: none;
}
.hero-form__box .hero-form-tab .nav-tabs .nav-link {
  height: 3.75rem;
  border: none;
  border-radius: 0;
  background: #0F1314;
  flex-grow: 1;
  font-size: 1.25rem;
  line-height: 21px;
  color: white;
  transition: 0.3s;
}
.hero-form__box .hero-form-tab .nav-tabs .nav-link:hover {
  background: #e3ca86;
  color: #3b372a;
}
.hero-form__box .hero-form-tab .nav-tabs .nav-link.active {
  background: white;
  color: black;
}
.hero-form__box .hero-form-body {
  padding: 1.5rem 1.25rem;
}
.hero-form__box .hero-form-body .hero-form-inputs {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.hero-form__box .hero-form-footer .form-button {
  width: 100%;
  padding: 0.2rem 1.875rem;
  border-radius: 0.25rem;
  background: #e3ca86;
  font-size: 1.25rem;
  line-height: 21px;
  color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  height: 3.75rem;
  font-weight: 300;
  transition: 0.3s;
}
.hero-form__box .hero-form-footer .form-button:hover {
  background: #101c1f;
  color: #bbbcbe;
  text-decoration: none;
}
.hero-form__box .hero-form-footer .form-button:hover img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(2%) saturate(3%) hue-rotate(324deg) brightness(99%) contrast(90%);
}
@media (max-width: 991.98px) {
  .hero-form__box .hero-form-footer .form-button {
    height: 3.125rem;
    font-size: 1.125rem;
  }
}

.button-icon .arrow {
  width: 16px;
}

/*

Home

*/
h2.sectionTitle {
  font-size: 2.25rem;
  line-height: 110%;
  font-weight: 300;
  color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
h2.sectionTitle.dark {
  color: #2a2c32;
}
h2.sectionTitle.dark .more-button {
  color: #2a2c32;
}
h2.sectionTitle .accent {
  color: #e3ca86;
}
@media (max-width: 991.98px) {
  h2.sectionTitle {
    font-size: 1.5rem;
    align-items: center;
  }
}
h2.sectionTitle .more-button {
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  text-decoration: underline;
  color: #f9f9f9;
  border: 0;
  background: none;
}
h2.sectionTitle .more-button:hover {
  text-decoration: none;
}
h2.sectionTitle .more-button .arrow {
  width: 1.125rem;
}

#home-about-us {
  padding: 12.5rem 0 7.5rem 0;
  background: #0F1314;
}
@media (max-width: 991.98px) {
  #home-about-us {
    padding: 2.5rem 0;
  }
}

.about-gallery {
  margin-top: -1.875rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.5rem;
}
.about-gallery__item {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-gallery__item:nth-child(2n-1) {
  margin-top: -5rem;
}

.about-gallery-mobile {
  width: 100%;
  display: flex;
  gap: 1.25rem;
}
.about-gallery-mobile__item {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-content {
  padding-left: 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 991.98px) {
  .about-content {
    padding-left: 0;
    gap: 1.5rem;
  }
}
.about-content .description {
  font-size: 1rem;
  line-height: 140%;
  color: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .about-content .description {
    gap: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.about-content .description p.accent {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .about-content .description p.accent {
    font-size: 1rem;
    line-height: 140%;
  }
}
.about-content .luxlife-box {
  padding: 1.5rem 1.5rem 1.5rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #172226;
}
@media (max-width: 991.98px) {
  .about-content .luxlife-box {
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    gap: 0.5rem;
  }
}
.about-content .luxlife-box .luxlife-logo {
  flex-shrink: 0;
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content .luxlife-box .luxlife-logo img {
  margin-top: 0.75rem;
}
.about-content .luxlife-box span {
  font-size: 0.9375rem;
  line-height: 150%;
  color: #f6f6f6;
}
@media (max-width: 991.98px) {
  .about-content .luxlife-box span {
    font-size: 0.8125rem;
    text-align: center;
  }
}
.about-content .luxlife-box span .accent {
  color: #e3ca86;
}

#home-services {
  padding: 7.5rem 0;
}
@media (max-width: 991.98px) {
  #home-services {
    padding: 2.5rem 0;
  }
}

.services-content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .services-content {
    gap: 1.5rem;
  }
}
.services-content .services-list {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .services-content .services-list {
    overflow-y: scroll;
    gap: 0.875rem;
  }
}
.services-content .services-list .service {
  min-width: 16.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #2a2c32;
  transition: 0.5s;
}
.services-content .services-list .service:hover {
  background: white;
  box-shadow: 5px 0 1.875rem rgba(88, 92, 101, 0.1);
}
.services-content .services-list .service__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.services-content .services-list .service__body {
  padding: 1.5rem 1.5rem 3.125rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}
.services-content .services-list .service__body h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.services-content .services-list .service__body p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 300;
}
.services-content .services-list .service__body .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.25rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

#home-pros {
  padding: 7.5rem 0;
  background: #0F1314 url("../img/banner-bg1.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  #home-pros {
    padding: 2.5rem 0;
    background-attachment: unset;
  }
}
@media (max-width: 575.98px) {
  #home-pros {
    background-position: -13.75rem center;
  }
}

.pros-content {
  display: flex;
  gap: 3.75rem;
  width: 100%;
  align-items: center;
}
@media (max-width: 991.98px) {
  .pros-content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1.875rem;
  }
}
.pros-content .pros-heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pros-content .sectionTitle {
  width: 25rem;
  font-size: 3rem;
  line-height: 110%;
  flex-shrink: 0;
}
.pros-content .sectionTitle.smallTitle {
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .pros-content .sectionTitle {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
  }
}
.pros-content .sectionTitleDescription {
  font-size: 1.5rem;
  line-height: 150%;
  color: #fff;
}
.pros-content .pros-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 6rem 4rem;
}
@media (max-width: 991.98px) {
  .pros-content .pros-list {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.pros-content .pros-list .pros {
  width: 100%;
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .pros-content .pros-list .pros {
    gap: 1.25rem;
  }
}
.pros-content .pros-list .pros__icon {
  width: 1.875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pros-content .pros-list .pros__icon img {
  width: 100%;
}
.pros-content .pros-list .pros__content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media (max-width: 991.98px) {
  .pros-content .pros-list .pros__content {
    gap: 0.25rem;
  }
}
.pros-content .pros-list .pros__content h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: white;
}
@media (max-width: 991.98px) {
  .pros-content .pros-list .pros__content h3 {
    font-size: 1rem;
  }
}
.pros-content .pros-list .pros__content p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #b6b6b6;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .pros-content .pros-list .pros__content p {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

#home-cars {
  padding: 7.5rem 0;
  overflow: hidden;
  background: #0F1314;
}
@media (max-width: 991.98px) {
  #home-cars {
    padding: 2.5rem 0 5rem 0;
  }
}

.carsCarousel .carousel-inner {
  overflow: unset;
}
.carsCarousel .carousel-inner .carousel-item.active, .carsCarousel .carousel-inner .carousel-item-next, .carsCarousel .carousel-inner .carousel-item-prev {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem;
  background: #0F1314;
}
@media (max-width: 991.98px) {
  .carsCarousel .carousel-inner .carousel-item.active, .carsCarousel .carousel-inner .carousel-item-next, .carsCarousel .carousel-inner .carousel-item-prev {
    grid-template-columns: repeat(1, 1fr);
  }
}
.carsCarousel .carousel-inner .carousel-item-end.active, .carsCarousel .carousel-inner .carousel-item-next {
  transform: translateX(33.3333333333%);
}
@media (max-width: 991.98px) {
  .carsCarousel .carousel-inner .carousel-item-end.active, .carsCarousel .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
}
.carsCarousel .carousel-inner .carousel-item-start.active, .carsCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-33.3333333333%);
}
@media (max-width: 991.98px) {
  .carsCarousel .carousel-inner .carousel-item-start.active, .carsCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
.carsCarousel .carousel-inner .carousel-item-end, .carsCarousel .carousel-inner .carousel-item-start {
  transform: translateX(0%);
}
@media (max-width: 991.98px) {
  .carsCarousel .carousel-inner .carousel-item > a {
    display: none;
  }
  .carsCarousel .carousel-inner .carousel-item > a:first-child {
    display: flex;
  }
}
.carsCarousel__footer {
  display: flex;
  margin-top: 2rem;
  position: relative;
}
.carsCarousel__footer .carouselPagination {
  display: flex;
  gap: 1rem;
  z-index: 2;
}
.carsCarousel__footer .carouselPagination button {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border: 1px solid #3f4b4f;
  opacity: 1;
  transition: 0.3s;
}
.carsCarousel__footer .carouselPagination button:hover {
  background: #e3ca86;
  border-color: #e3ca86;
}
.carsCarousel__footer .carouselPagination button:hover .carousel-control-next-icon, .carsCarousel__footer .carouselPagination button:hover .carousel-control-prev-icon {
  filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(217%) hue-rotate(339deg) brightness(87%) contrast(89%);
}
.carsCarousel__footer .carouselPagination button .carousel-control-next-icon, .carsCarousel__footer .carouselPagination button .carousel-control-prev-icon {
  width: 1.25rem;
  filter: brightness(0) invert(1);
}
.carsCarousel__footer .carouselPagination button .carousel-control-prev-icon {
  background-image: url("../img/svg/arrow-left.svg");
}
.carsCarousel__footer .carouselPagination button .carousel-control-next-icon {
  background-image: url("../img/svg/arrow-dark.svg");
}
.carsCarousel__footer .carousel-indicators {
  position: absolute;
  gap: 0.875rem;
  margin: 0;
  height: 100%;
  align-items: center;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .carsCarousel__footer .carousel-indicators {
    right: 0;
    left: unset;
    margin-right: 1rem;
  }
}
.carsCarousel__footer .carousel-indicators button {
  width: 0.5rem;
  height: 0.5rem;
  background: #3f4b4f;
  border-radius: 50%;
  flex-shrink: 0;
  border: 0;
  margin: 0;
}
.carsCarousel__footer .carousel-indicators button.active {
  background: #e3ca86;
}
.carsCarousel__footer .carousel-control-next, .carsCarousel__footer .carousel-control-prev {
  position: relative;
}

.cars-content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  width: 100%;
  position: relative;
}
.cars-content::after {
  content: "";
  position: absolute;
  left: 0;
  background: #0F1314;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
}
@media (max-width: 991.98px) {
  .cars-content {
    gap: 1.5rem;
  }
}
.cars-content .car {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid #2f3a3d;
  transition: 0.3s;
  background: #0F1314;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .cars-content .car {
    width: 100% !important;
  }
}
.cars-content .car:hover, .cars-content .car.active {
  background: #f4f6fb;
  text-decoration: none;
}
.cars-content .car:hover .car__heading, .cars-content .car.active .car__heading {
  color: #2a2c32;
}
.cars-content .car:hover .carDetail, .cars-content .car.active .carDetail {
  color: #2a2c32;
}
.cars-content .car:hover .car__action, .cars-content .car.active .car__action {
  background: #e3ca86;
  color: #2a2c32;
  text-decoration: none;
}
.cars-content .car:hover .car__action .arrow, .cars-content .car.active .car__action .arrow {
  filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(217%) hue-rotate(339deg) brightness(87%) contrast(89%);
}
.cars-content .car__heading {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: white;
  flex-grow: 1;
}
.cars-content .car__heading h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.cars-content .car__heading p {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #e3ca86;
}
.cars-content .car__image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cars-content .car__image img {
  max-width: 16.25rem;
}
.cars-content .car__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cars-content .car__details .carDetail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #f6f6f6;
}
.cars-content .car__details .carDetail img {
  width: 1rem;
}
.cars-content .car__details .carDetail .accent {
  font-weight: 600;
}
.cars-content .car__action {
  width: 100%;
  padding: 1.125rem 1.875rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  height: 3.125rem;
  font-weight: 300;
  transition: 0.3s;
  font-weight: 500;
  background: #e3ca86;
  color: #2a2c32;
  text-decoration: none;
}
.cars-content .car__action .arrow {
  filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(217%) hue-rotate(339deg) brightness(87%) contrast(89%);
}
@media (max-width: 991.98px) {
  .cars-content .car__action {
    height: 3.125rem;
    font-size: 1.125rem;
  }
}

#footer-contact {
  background: #e3ca86;
  padding: 1.25rem 0;
}
#footer-contact .footer-contact-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  #footer-contact .footer-contact-section {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
#footer-contact .footer-contact-section .logo {
  width: 223px;
}
@media (max-width: 991.98px) {
  #footer-contact .footer-contact-section .logo {
    padding: 0 1rem;
  }
}
#footer-contact .footer-contact-section .contact-method {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
@media (max-width: 991.98px) {
  #footer-contact .footer-contact-section .contact-method {
    width: 100%;
  }
}
#footer-contact .footer-contact-section .contact-method:hover {
  border-color: #8b7845;
}
#footer-contact .footer-contact-section .contact-method__icon {
  width: 1.25rem;
}
#footer-contact .footer-contact-section .contact-method__content {
  display: flex;
  flex-direction: column;
}
#footer-contact .footer-contact-section .contact-method__content .method {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #8c773d;
  font-weight: 300;
}
#footer-contact .footer-contact-section .contact-method__content .value {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #19272b;
}
@media (max-width: 991.98px) {
  #footer-contact .footer-contact-section .contact-method__content .value {
    font-size: 1rem;
  }
}

#footer-main {
  padding: 3.75rem 0 3.75rem 0;
  background: #0F1314;
  color: #f9f9f9;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #footer-main {
    padding: 2rem 0 1.75rem 0;
  }
}
#footer-main .footer-main-section {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
#footer-main .footer-main-section .footer-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#footer-main .footer-main-section .footer-details .company-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .company-info {
    width: 20.625rem;
    justify-self: center;
  }
}
#footer-main .footer-main-section .footer-details .company-info span {
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .company-info span {
    text-align: center;
  }
}
#footer-main .footer-main-section .footer-details .company-info span:first-child {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .company-info span:first-child {
    font-size: 1rem;
  }
}
#footer-main .footer-main-section .footer-details .company-info span:nth-child(2) {
  font-size: 1rem;
  color: #b6b6b6;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .company-info span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
#footer-main .footer-main-section .footer-details .company-address {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .company-address {
    width: 20.625rem;
    justify-self: center;
  }
}
#footer-main .footer-main-section .footer-details .company-address__icon {
  width: 2rem;
  flex-shrink: 0;
}
#footer-main .footer-main-section .footer-details .company-address__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .company-address__content {
    flex-grow: 1;
  }
}
#footer-main .footer-main-section .footer-details .company-address__content span {
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .company-address__content span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
#footer-main .footer-main-section .footer-details .company-address__content span:first-child {
  font-size: 1rem;
}
#footer-main .footer-main-section .footer-details .company-address__content span:nth-child(2) {
  font-size: 1rem;
  color: #b6b6b6;
}
#footer-main .footer-main-section .footer-details .company-address__content .v-card-button {
  width: -moz-max-content;
  width: max-content;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #3f4b4f;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #3f4b4f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#footer-main .footer-main-section .footer-details .company-address__content .v-card-button:hover {
  background: #e3ca86;
  color: #3b372a;
  text-decoration: none;
  border-color: #e3ca86;
}
#footer-main .footer-main-section .footer-details .open-details {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .open-details {
    width: 20.625rem;
    justify-self: center;
  }
}
#footer-main .footer-main-section .footer-details .open-details__icon {
  width: 2rem;
  flex-shrink: 0;
}
#footer-main .footer-main-section .footer-details .open-details__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .open-details__content {
    flex-grow: 1;
  }
}
#footer-main .footer-main-section .footer-details .open-details__content span {
  line-height: 1.5rem;
}
#footer-main .footer-main-section .footer-details .open-details__content span:first-child {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .open-details__content span:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
#footer-main .footer-main-section .footer-details .open-details__content span:nth-child(2) {
  font-size: 1rem;
  color: #b6b6b6;
}
@media (max-width: 991.98px) {
  #footer-main .footer-main-section .footer-details .open-details__content span:nth-child(2) {
    font-size: 13px;
  }
}

#footer-copyright {
  padding: 1rem 0 3rem 0;
  border-top: 1px solid #22272a;
  background: #0F1314;
  color: #3f4b4f;
}
@media (max-width: 991.98px) {
  #footer-copyright {
    padding: 1.5rem 0;
  }
}
#footer-copyright .footer-copyright-section {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  #footer-copyright .footer-copyright-section {
    flex-direction: column;
    gap: 0.75rem;
  }
}
#footer-copyright .footer-copyright-section .copyright {
  font-display: 0.875rem;
  line-height: 2rem;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  #footer-copyright .footer-copyright-section .copyright {
    order: 3;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
#footer-copyright .footer-copyright-section #socialmediaNav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#footer-copyright .footer-copyright-section #socialmediaNav .socialmedia-icon {
  width: 1.25rem;
  transition: 0.2s;
}
#footer-copyright .footer-copyright-section #socialmediaNav .socialmedia-icon:hover {
  filter: sepia(0.5) saturate(2) brightness(1.5) hue-rotate(-15deg);
}
#footer-copyright .footer-copyright-section #footerNav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  #footer-copyright .footer-copyright-section #footerNav {
    order: 2;
  }
}
#footer-copyright .footer-copyright-section #footerNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#footer-copyright .footer-copyright-section #footerNav ul li {
  display: flex;
  position: relative;
}
#footer-copyright .footer-copyright-section #footerNav ul li button, #footer-copyright .footer-copyright-section #footerNav ul li a {
  color: #3f4b4f;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 2rem;
  background: none;
  border: none;
}
@media (max-width: 991.98px) {
  #footer-copyright .footer-copyright-section #footerNav ul li button, #footer-copyright .footer-copyright-section #footerNav ul li a {
    font-size: 0.75rem;
  }
}
#footer-copyright .footer-copyright-section #footerNav ul li button:hover, #footer-copyright .footer-copyright-section #footerNav ul li a:hover {
  color: #e3ca86;
}

.outlined-button {
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1.5rem 1rem 2.375rem;
  border-radius: 0.25rem;
  background: none;
  font-size: 1rem;
  line-height: 21px;
  border: 1px solid #e3ca86;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: white;
  height: 3.125rem;
  font-weight: 300;
  transition: 0.3s;
  font-weight: 500;
}
.outlined-button .arrow {
  filter: brightness(0) invert(1);
}
.outlined-button:hover {
  background: #e3ca86;
  color: #2a2c32;
  text-decoration: none;
  border-color: #e3ca86;
}
.outlined-button:hover .arrow {
  filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(217%) hue-rotate(339deg) brightness(87%) contrast(89%);
}

.filled-button {
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1.5rem 1rem 2.375rem;
  border-radius: 0.25rem;
  background: none;
  font-size: 1rem;
  line-height: 21px;
  border: 1px solid #e3ca86;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #2a2c32;
  height: 3.125rem;
  font-weight: 300;
  transition: 0.3s;
  font-weight: 500;
  background: #e3ca86;
}
.filled-button .arrow {
  filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(217%) hue-rotate(339deg) brightness(87%) contrast(89%);
}
.filled-button:hover {
  background: transparent;
  color: #3f4b4f;
  text-decoration: none;
  border-color: #3f4b4f;
}
.filled-button:hover .arrow {
  filter: brightness(0) saturate(100%) invert(33%) sepia(8%) saturate(300%) hue-rotate(153deg) brightness(91%) contrast(90%);
}

.link-button {
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  text-decoration: underline;
  color: #2a2c32;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  background: none;
}
.link-button.lightBtn {
  color: #f6f6f6;
}
.link-button:hover {
  text-decoration: none;
}
.link-button .arrow {
  width: 1.125rem;
}

.basicSection {
  background: #0F1314;
}
.basicSection__container {
  display: flex;
  gap: 3.125rem;
}
@media (max-width: 991.98px) {
  .basicSection__container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.basicSection__container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .basicSection__container.reverse {
    flex-direction: column;
  }
}
.basicSection__container.reverse .sectionImage__img {
  right: unset;
  left: 0;
}
.basicSection__container .sectionImage {
  width: 37.5rem;
  position: relative;
  min-height: 34rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .basicSection__container .sectionImage {
    width: 25rem;
  }
}
@media (max-width: 991.98px) {
  .basicSection__container .sectionImage {
    width: 100%;
    min-height: unset;
  }
}
.basicSection__container .sectionImage__img {
  height: 34rem;
  width: 50rem;
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .basicSection__container .sectionImage__img {
    height: unset;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .basicSection__container .sectionImage__img img {
    /*aspect-ratio: 5/3;*/
  }
}
.basicSection__container .sectionContent {
  flex-grow: 1;
  color: #f6f6f6;
}
.basicSection__container .sectionContent__heading {
  margin-bottom: 2.75rem;
}
.basicSection__container .sectionContent__heading h2 {
  color: #e3ca86;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .basicSection__container .sectionContent__heading h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .basicSection__container .sectionContent__heading {
    margin-bottom: 1.5rem;
  }
}
.basicSection__container .sectionContent__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .basicSection__container .sectionContent__body {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.basicSection__container .sectionContent__body .accent {
  font-weight: 500;
}

#about-story-2 {
  padding-top: 5.625rem;
}
@media (max-width: 991.98px) {
  #about-story-2 {
    padding-top: 1.5rem;
  }
}
#about-story-2 .sectionContent__body {
  padding-top: 1.5rem;
}
@media (max-width: 991.98px) {
  #about-story-2 .sectionContent__body {
    padding-top: 0;
  }
}

#about-pros {
  padding: 7.5rem 0;
  background: #0F1314 url("../img/banner-bg1.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 7.5rem;
}
@media (max-width: 991.98px) {
  #about-pros {
    padding: 2.5rem 0;
    margin-top: 4rem;
    background-position: center;
    background-attachment: unset;
  }
}

#about-core-values {
  padding: 7.25rem 0;
}
@media (max-width: 991.98px) {
  #about-core-values {
    padding: 4rem 0 5rem 0;
  }
}

.core-values {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.core-values .value {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .core-values .value {
    gap: 1.25rem;
  }
}
.core-values .value__icon {
  width: 1.25rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-values .value__icon img {
  width: 100%;
}
.core-values .value__content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media (max-width: 991.98px) {
  .core-values .value__content {
    gap: 0.25rem;
  }
}
.core-values .value__content h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #f6f6f6;
}
@media (max-width: 991.98px) {
  .core-values .value__content h3 {
    font-size: 1rem;
  }
}
.core-values .value__content p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #b6b6b6;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .core-values .value__content p {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

.main-services-container {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 991.98px) {
  .main-services-container {
    gap: 4rem;
    margin-bottom: 4rem;
  }
}

#services-banner {
  padding: 10.625rem 0;
  background: #0F1314 url("../img/banner-bg2.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
@media (max-width: 991.98px) {
  #services-banner {
    padding: 2.5rem 0;
    background-attachment: unset;
  }
}
@media (max-width: 575.98px) {
  #services-banner {
    background-position: -12.5rem center;
  }
}
#services-banner .pros-content {
  gap: 4rem;
}
#services-banner .pros-heading {
  flex-grow: 1;
}
#services-banner .pros-heading .sectionTitle {
  width: 100%;
}
#services-banner .pros-text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
  width: 37.5rem;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  #services-banner .pros-text-container {
    width: 25rem;
  }
}
@media (max-width: 991.98px) {
  #services-banner .pros-text-container {
    width: 100%;
    text-align: center;
  }
}
#services-banner .pros-text-container .title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
#services-banner .pros-text-container .description {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

#services-other-services {
  padding: 6.875rem 0;
}
@media (max-width: 991.98px) {
  #services-other-services {
    padding: 4rem 0 5rem 0;
  }
}
#services-other-services .sectionContent__heading h2 {
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  #services-other-services .sectionContent__heading h2 {
    text-align: left;
  }
}

.other-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .other-services {
    grid-template-columns: repeat(1, 1fr);
  }
}
.other-services .value {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.other-services .value__icon {
  width: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-services .value__icon img {
  width: 100%;
}
.other-services .value h3 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #f6f6f6;
}
@media (max-width: 991.98px) {
  .other-services .value h3 {
    font-size: 1rem;
  }
}

.ldnModal .modal-dialog {
  max-width: 50rem;
}
.ldnModal .modal-content {
  border-radius: 0;
  border: 0;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
}
.ldnModal .modal-header {
  padding: 2.75rem 3.125rem;
  border: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .ldnModal .modal-header {
    padding: 2.75rem 1.875rem;
  }
}
.ldnModal .modal-header h1 {
  font-size: 1.875rem !important;
  font-weight: 400;
  line-height: 1.5rem;
  color: #2a2c32;
}
.ldnModal .modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6fb;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  padding: 0;
  margin-right: -1.25rem;
}
.ldnModal .modal-header .btn-close:hover {
  background: #efeff0;
}
.ldnModal .modal-header .btn-close img {
  width: 1.25rem;
}
.ldnModal .modal-body {
  --sb-track-color: #f2f3f6;
  --sb-thumb-color: #e3ca86;
  --sb-size: 8px;
  padding: 0 3.125rem 2.5rem 3.125rem;
  flex-direction: column;
  display: flex;
  gap: 1.875rem;
  color: #2a2c32;
}
@media (max-width: 991.98px) {
  .ldnModal .modal-body {
    padding: 0 1.875rem 2.5rem 1.875rem;
  }
}
.ldnModal .modal-body::-webkit-scrollbar {
  width: var(--sb-size);
}
.ldnModal .modal-body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 20px;
}
.ldnModal .modal-body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 20px;
}
.ldnModal .modal-body__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ldnModal .modal-body .h2-modal {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.ldnModal .modal-body p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.ldnModal-dark .modal-content {
  background: #131819;
}
.ldnModal-dark .modal-header h1 {
  color: #f6f6f6;
}
.ldnModal-dark .modal-header .btn-close {
  background: #181b1d;
}
.ldnModal-dark .modal-body {
  --sb-track-color:#191d1f;
  color: #f6f6f6;
}/*# sourceMappingURL=style.css.map */

.form-map img {
  display: block;
  width: 100%;
}

.form-map #map-canvas {
  height: 354px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.form-map .controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}