@charset "UTF-8";
/* lora-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v32-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-regular.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-regular.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lora-v32-latin_latin-ext-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-500.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-500.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-500.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-500.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lora-v32-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-700.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-700.svg#Lora") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin_latin-ext-regular.woff") format("woff"), url("../fonts/roboto-v30-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin_latin-ext-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin_latin-ext-700.woff") format("woff"), url("../fonts/roboto-v30-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin_latin-ext-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Lora";
  scroll-padding-top: 0px;
}

section {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  transition: 0.5s;
  background-color: #FFF;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  border-bottom: 1px solid #A9AEB6;
}
.navbar-nav {
  justify-content: center;
  align-items: center;
}
.navbar-brand img {
  height: 65px;
}
.navbar .nav-item {
  padding: 10px 25px;
}
.navbar .nav-hr {
  height: 18px;
  width: 2px;
  background-color: #EACE83;
}
.navbar .nav-link {
  color: #0B1930 !important;
  font-size: 18px;
  font-family: "Roboto";
}
.navbar .nav-link:hover {
  color: #EACE83 !important;
}

.navbar-light .navbar-toggler {
  border-color: #FFF !important;
  background-color: #FFF;
}

.navbar-active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
  top: -10px;
  transition: 1s;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 0px;
}

.language img {
  max-width: 20px;
}

.top-nav {
  height: 400px;
  background-color: #0B1930;
  padding: 50px 0;
  transition: all 0.5s;
  z-index: 1035;
  position: relative;
}
.top-nav-img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 40px;
  color: #0B1930;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  color: #0B1930;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.6;
  position: relative;
}
h2:after {
  content: "";
  height: 3px;
  width: 70px;
  background-color: #EACE83;
  bottom: -10px;
  left: 0px;
  position: absolute;
}

h3 {
  font-size: 26px;
  color: #0B1930;
  margin-bottom: 0px;
}

h4 {
  font-size: 22px;
  color: #0B1930;
}

b {
  font-size: 18px;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #D5B765;
  border: 1px solid #D5B765;
  color: #0B1930;
  box-shadow: none;
}

.btn {
  font-size: 18px;
  padding: 20px 50px;
  border-radius: 0px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn-primary {
  background-color: #EACE83;
  border: 1px solid #EACE83;
  color: #0B1930;
}
.btn-primary:hover {
  background-color: #D5B765;
  border: 1px solid #D5B765;
  color: #0B1930;
}

p {
  font-size: 18px;
  line-height: 1.6;
  color: #A9AEB6;
  margin-bottom: 0;
}

.special-list {
  list-style: none;
  padding-left: 15px;
}
.special-list li {
  color: #A9AEB6;
  font-size: 18px;
  margin-bottom: 5px;
}
.special-list li:before {
  content: "•";
  color: #EACE83;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.header {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 125px 0;
}
.header-in h1 {
  color: #0B1930;
  margin-bottom: 0px;
}
.header-in p {
  margin: 30px 0 40px 0;
  color: #0B1930;
}
.header .swiper-block {
  position: relative;
  overflow: hidden;
}
.header .swiper-block .swiper-slide-title {
  font-size: 65px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 0 15px 20px;
  width: 100%;
  text-transform: uppercase;
  background: #0B1930;
  background: linear-gradient(180deg, rgba(11, 25, 48, 0) 0%, rgba(11, 25, 48, 0.8) 75%, rgba(11, 25, 48, 0.8) 100%);
}
.header .swiper-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.services {
  background-color: #F5F5F5;
}
.services h2 {
  color: #0B1930;
}
.services-item {
  margin-bottom: 45px;
}
.services-item-icon {
  background-color: #0B1930;
  padding: 15px;
  display: inline-flex;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  align-items: center;
}
.services-item h3 {
  display: inline-flex;
}
.services-in {
  margin-top: 30px;
}

.cars-item {
  margin-bottom: 40px;
  overflow: hidden;
}
.cars-item .swiper-container {
  position: relative;
}
.cars-item h3 {
  margin-bottom: 20px;
}
.cars-images {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.cars .swiper-4 .swiper-button-prev, .cars .swiper-4 .swiper-container-rtl .swiper-button-next,
.cars .swiper-4 .swiper-button-next, .cars .swiper-4 .swiper-container-rtl .swiper-button-prev, .cars .swiper-5 .swiper-button-prev, .cars .swiper-5 .swiper-container-rtl .swiper-button-next,
.cars .swiper-5 .swiper-button-next, .cars .swiper-5 .swiper-container-rtl .swiper-button-prev, .cars .swiper-6 .swiper-button-prev, .cars .swiper-6 .swiper-container-rtl .swiper-button-next,
.cars .swiper-6 .swiper-button-next, .cars .swiper-6 .swiper-container-rtl .swiper-button-prev {
  background: #EACE83;
  color: #FFF;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.cars .swiper-4 .swiper-button-prev:after, .cars .swiper-4 .swiper-container-rtl .swiper-button-next:after,
.cars .swiper-4 .swiper-button-next:after, .cars .swiper-4 .swiper-container-rtl .swiper-button-prev:after, .cars .swiper-5 .swiper-button-prev:after, .cars .swiper-5 .swiper-container-rtl .swiper-button-next:after,
.cars .swiper-5 .swiper-button-next:after, .cars .swiper-5 .swiper-container-rtl .swiper-button-prev:after, .cars .swiper-6 .swiper-button-prev:after, .cars .swiper-6 .swiper-container-rtl .swiper-button-next:after,
.cars .swiper-6 .swiper-button-next:after, .cars .swiper-6 .swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
}
.cars .swiper-4 .swiper-button-next.swiper-button-disabled, .cars .swiper-4 .swiper-button-prev.swiper-button-disabled, .cars .swiper-5 .swiper-button-next.swiper-button-disabled, .cars .swiper-5 .swiper-button-prev.swiper-button-disabled, .cars .swiper-6 .swiper-button-next.swiper-button-disabled, .cars .swiper-6 .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.pricelist-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #F5F5F5;
  padding: 12px 0;
}
.pricelist-item h3 {
  margin-right: auto;
}
.pricelist-item span {
  font-size: 26px;
  color: #EACE83;
  text-align: right;
}
.pricelist ul {
  margin-top: 20px;
  padding-left: 20px;
}
.pricelist ul img {
  height: 20px;
  margin-right: 3px;
}

.contact {
  background-color: #F5F5F5;
}
.contact .container {
  padding: 50px 75px;
}
.contact .container textarea {
  min-height: 150px;
}
.contact .container .select2-selection {
  min-height: 58px;
}

footer {
  padding: 50px 0;
  background-color: #0B1930;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-box b {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 10px;
  display: block;
}
footer .footer-box ul {
  list-style: none;
  padding: 0px;
}
footer .footer-box ul li {
  color: #A9AEB6;
  padding: 0px;
  line-height: 1.8;
}
footer .footer-box ul li a {
  color: #A9AEB6;
  text-decoration: none;
}
footer .footer-box ul li a:hover {
  color: #FFF;
}
footer .footer-box ul li:before {
  content: "•";
  color: #EACE83;
  width: 15px;
  display: inline-block;
}
footer hr {
  border-bottom: 1px solid #A9AEB6;
}
footer .credits p {
  font-size: 16px;
  margin-bottom: 10px;
}
footer .credits p a {
  color: #A9AEB6;
}
footer .credits a {
  color: #FFF;
}
footer .credits a:hover {
  text-decoration: none;
}

.contact-info {
  background-color: #0B1930;
  color: #A9AEB6;
}
.contact-info h2 {
  color: #FFF;
}
.contact-info b {
  margin-top: 30px;
  display: block;
}
.contact-info li {
  color: #A9AEB6;
}
.contact-info li a {
  color: #A9AEB6;
}
.contact-info li a:hover {
  color: #EACE83;
}

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #0B1930;
  color: #EACE83;
  cursor: pointer;
  font-size: 24px;
  border-radius: 5px;
}
.scroll-to-top:hover {
  color: #FFF;
}

/* Make the button visible when the page is scrolled down */
body.scrolled .scroll-to-top {
  display: flex;
}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  .top-nav {
    height: 300px;
  }
  .navbar-brand img {
    height: 60px;
  }
  .navbar .col-12 {
    display: flex;
    align-items: center;
  }
  .navbar .col-12 .navbar-toggler {
    height: 40px;
  }
  .navbar .nav-hr {
    display: none;
  }
  .btn {
    padding: 15px 20px;
  }
  section {
    padding: 75px 0;
  }
  .contact .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .pricelist-item span {
    font-size: 18px;
  }
  .header .swiper-block .swiper-slide-title {
    font-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */