/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
.white {
  color: white !important;
}

.bg-dark {
  background-color: #121212 !important;
}

.bg-blacks {
  background-color: #030404;
}

body {
  color: #181c25;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0b77bf;
}

.main-content a {
  color: #0b77bf !important;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
  color: #525866;
}

p,
li {
  line-height: 1.65;
}

a {
  text-decoration: none;
  color: #181c25;
}

.transparent-button {
  padding: 10px 15px;
  background-color: transparent;
  margin: 0px 10px;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 16px;
  transition: all 300ms ease-in-out;
  font-weight: bold;
}
.transparent-button:hover {
  background-color: white;
  color: #181c25;
  border: 1px solid transparent;
  transition: all 300ms ease-in-out;
}

.white-transparent-button {
  padding: 10px 15px;
  margin: 0px 30px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid black;
  color: black;
  transition: all 300ms ease-in-out;
  max-width: 320px;
  font-weight: bold;
}
.white-transparent-button:hover {
  color: white;
  border: 1px solid transparent;
  background-color: #181c25;
  transition: all 300ms ease-in-out;
}

.white-buttonv2 {
  position: relative;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  font-weight: bold;
  margin: 15px 10px;
  text-transform: uppercase;
  background-color: white;
  padding: 10px 15px;
  text-align: left;
  max-width: 250px;
  color: #181c25;
  font-weight: bold;
  font-size: 16px;
  transition: all 300ms ease-in-out;
  display: block;
  border-radius: 4px;
  margin: 30px 0px 30px 0px;
}
.white-buttonv2::after {
  content: "";
  top: 35%;
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 10px;
  height: 10px;
  right: 10%;
  transition: all 300ms ease-in-out;
}
.white-buttonv2:hover {
  transition: all 300ms ease-in-out;
  color: rgba(0, 0, 0, 0.693);
}
.white-buttonv2:hover::after {
  right: 3%;
  color: rgba(0, 0, 0, 0.693);
  transition: all 300ms ease-in-out;
}

.line-height-2 {
  line-height: 2;
}

.headline-small {
  font-weight: 600;
}

.mt-260 {
  margin-top: 260px !important;
}

@media (min-width: 1480px) {
  .navbar .container {
    max-width: 90%;
  }
}
.navbar {
  background-color: transparent !important;
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar.fixed-top {
  z-index: 100;
  top: 0px;
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 960px) {
  .navbar.fixed-top {
    padding: 30px 0px;
  }
}

.navbar.scrolled {
  background-color: white !important; /* Background color when scrolled */
  color: #181c25; /* Change text color if needed */
  top: -220px;
  transition: all 3000ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar.scrolling-up {
  top: 0px;
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.navbar .navbar-brand img {
  height: 40px;
}

.navbar-toggler {
  position: relative;
  left: 80px;
}

.navbar .navbar-brand img {
  height: 40px;
}

.navbar.darkblue .navbar-nav .nav-link {
  color: #181c25 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.home .navbar-light.fixed-top .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.662);
}

.navbar-light.scrolled .navbar-nav .nav-link:hover {
  color: #181c25 !important;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: #181c25;
}

.navbar .nav-link {
  color: white;
  font-weight: 500;
  font-size: 20px;
  margin: 0px 15px;
}

#page-wrapper {
  filter: blur(0px);
  transition: filter 0.3s ease; /* Transition for smooth blur effect */
}
#page-wrapper.blur {
  filter: blur(3px);
  transition: filter 0.3s ease; /* Transition for smooth blur effect */
}

.offcanvas-start {
  width: 100%;
}

#offcanvasMenu .dropdown-menu {
  display: none; /* Hide by default */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#offcanvasMenu .dropdown-menu.show {
  display: block; /* Show on toggle */
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
}

.navbar-light .navbar-toggler {
  border: 0px solid transparent;
}

.navbar .container {
  position: relative;
}
@media (max-width: 530px) {
  .navbar .container {
    max-height: 120px !important;
  }
}

.dropdown {
  position: inherit;
}

/* Show the dropdown on hover */
.dropdown-menu.full-width-dropdown.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Style for dropdown content */
.dropdown-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.dropdown-column {
  flex: 1;
  padding: 20px;
  justify-content: space-around;
  display: flex;
}

.models-column h5,
.info-column h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.dropdown-item {
  display: block;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.navbar.darkblue {
  background-color: white !important; /* Background color when scrolled */
  color: #181c25 !important; /* Change text color if needed */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler {
  border: 0px solid transparent;
}

/* Style for the dropdown menu */
.dropdown-menu.full-width-dropdown {
  visibility: hidden;
  position: absolute;
  left: 50%; /* Center relative to the navbar */
  top: 120%; /* Position below the navbar */
  width: 100vw; /* Full viewport width */
  background-color: white;
  padding: 20px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin: 0; /* No additional margin */
  height: 0px;
}
@media (min-width: 960px) {
  .dropdown-menu.full-width-dropdown {
    transform: translate(-50%, -500px);
  }
}

/* Show the dropdown on hover */
.dropdown-menu.full-width-dropdown.show {
  visibility: visible;
  opacity: 1;
  height: 470px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .dropdown-menu.full-width-dropdown.show {
    transform: translate(-50%, -500px);
  }
}
.dropdown-menu.full-width-dropdown.show.animated {
  transition: all 0.3s ease-in-out;
  animation-delay: 300ms;
}
@media (min-width: 960px) {
  .dropdown-menu.full-width-dropdown.show.animated {
    transform: translate(-50%, 0px); /* Center horizontally and drop down */
  }
}

/* Style for dropdown content */
.dropdown-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.dropdown-column {
  flex: 1;
  padding: 20px;
}

.models-column h5,
.info-column h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.dropdown-item {
  display: block;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-toggle::after {
  display: none;
}

.car-holder {
  display: block;
  text-align: center;
  margin: 10px;
}

.car-title {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.model-price {
  text-transform: initial;
  font-weight: 400;
}

.dropdown-column.container {
  max-width: 75%;
}

a:hover {
  color: rgba(24, 28, 37, 0.6823529412);
}

.brl {
  border-left: 1px solid #181c25;
}

.offcanvas-body .nav-link {
  color: #181c25;
  font-weight: bold;
  border-bottom: 1px solid #181c25;
  padding: 15px 0px;
  font-size: 24px;
}

#offcanvasMenu .dropdown-menu.show {
  transform: translate(-50%, -500px);
  transition: all 0.3s ease-in-out;
  left: 50%;
}
#offcanvasMenu .dropdown-menu.show.animated {
  transform: translate(-50%, 0px);
  transition: all 0.3s ease-in-out;
}

.dropdown-menu {
  border-radius: 0px !important;
}

.navbar-brand svg {
  width: 120px;
  height: 60px;
}
@media (min-width: 960px) {
  .navbar-brand svg {
    width: 150px;
    height: auto;
  }
}

.navbar .navbar-brand svg path {
  fill: white !important;
  transition-duration: 300ms;
}

.navbar.scrolled .navbar-brand svg path,
.navbar.darkblue .navbar-brand svg path {
  fill: #181c25 !important;
  transition-duration: 300ms;
}

.page-template-page-rolunk .navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.page-template-page-rolunk .navbar-nav .nav-link {
  color: #181c25;
}

/* Base styles for the active/current menu item */
.current-menu-item,
.nav-item {
  position: relative;
}

.dropdown {
  position: relative;
}

.darkblue .nav-item:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -165%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #181c25; /* Color of the underline */
  transition: width 0.5s ease-out;
}

/* ::after pseudo-element for the underline */
.darkblue .current-menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -165%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #181c25; /* Color of the underline */
  transition: width 0.5s ease-out;
}

/* When the menu item is active, the line grows outward */
.darkblue .current-menu-item:hover::after,
.darkblue .current-menu-item::after,
.darkblue .nav-item:hover::after,
.darkblue .nav-item::after {
  width: 100%;
}

.navbar.fixed-top .dropdown-toggle {
  color: white !important;
}

.navbar.fixed-top.darkblue .dropdown-toggle,
.navbar.fixed-top.scrolled .dropdown-toggle {
  color: #181c25 !important;
}

.page-template-page-ajanlatkeres .navbar.fixed-top,
.page-template-page-tesztvezetes .navbar.fixed-top,
.page-template-page-kapcsolat .navbar.fixed-top,
.page-template-page-garancia .navbar.fixed-top,
.page-template-page-tulajdonos .navbar.fixed-top,
.page-template-page-rolunk .navbar.fixed-top,
.page-template-page-vasarlas .navbar.fixed-top,
.page-template-page-koszonjuk .navbar.fixed-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.page-template-page-ajanlatkeres .container-padding,
.page-template-page-rolunk .container-padding,
.page-template-page-vasarlas .container-padding,
.page-template-page-koszonjuk .container-padding,
.page-template-page-tulajdonos .container-padding,
.single-post .container-padding,
.page-template-page-hirek .container-padding {
  padding-top: 150px;
}

.page-template-page-ajanlatkeres .navbar.fixed-top .dropdown-toggle,
.single-model .navbar.scrolled .dropdown-toggle,
.page-template-page-hirek .navbar.fixed-top .dropdown-toggle,
.page-template-page-kapcsolat .navbar.fixed-top .dropdown-toggle,
.page-template-page-szerviz .navbar.fixed-top .dropdown-toggle,
.page-template-page-tesztvezetes .navbar.fixed-top .dropdown-toggle,
.page-template-page-rolunk .navbar.fixed-top .dropdown-toggle,
.page-template-page-vasarlas .navbar.fixed-top .dropdown-toggle,
.page-template-page-hirek .navbar.fixed-top .dropdown-toggle,
.page-template-page-garancia .navbar.fixed-top .dropdown-toggle,
.page-template-page-tulajdonos .navbar.fixed-top .dropdown-toggle,
.page-template-page-vasarlas .navbar-nav .nav-link,
.page-template-page-kapcsolat .navbar-nav .nav-link,
.page-template-page-hirek .navbar-nav .nav-link,
.page-template-page-ajanlatkeres .navbar-nav .nav-link,
.page-template-page-szerviz .navbar-nav .nav-link,
.single-post .navbar-nav .nav-link,
.single-model .navbar-nav.scrolled .nav-link,
.page-template-page-koszonjuk .navbar-nav .nav-link,
.page-template-page-garancia .navbar-nav .nav-link,
.page-template-page-tesztvezetes .navbar-nav .nav-link,
.page-template-page-tulajdonos .navbar-nav .nav-link,
.single-post .navbar-nav .nav-link {
  color: #181c25 !important;
}

.single-model .navbar.scrolled .navbar-brand svg path,
.page-template-page-rolunk .navbar .navbar-brand svg path,
.page-template-page-hirek .navbar .navbar-brand svg path,
.page-template-page-kapcsolat .navbar .navbar-brand svg path,
.page-template-page-tulajdonos .navbar .navbar-brand svg path,
.page-template-page-ajanlatkeres .navbar .navbar-brand svg path,
.page-template-page-vasarlas .navbar .navbar-brand svg path,
.page-template-page-szerviz .navbar .navbar-brand svg path,
.single-post .navbar .navbar-brand svg path,
.page-template-page-hirek .navbar .navbar-brand svg path,
.page-template-page-koszonjuk .navbar .navbar-brand svg path,
.page-template-page-garancia .navbar .navbar-brand svg path,
.page-template-page-tesztvezetes .navbar .navbar-brand svg path {
  fill: #181c25 !important;
}

.navbar-light .navbar-toggler-icon,
.navbar.fixed-top .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27%23ffffff%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.single-model .navbar-light.scrolled .navbar-toggler-icon,
.home .scrolled .navbar-light .navbar-toggler-icon,
.page-template-page-ajanlatkeres .navbar-light .navbar-toggler-icon,
.page-template-page-kapcsolat .navbar-light .navbar-toggler-icon,
.page-template-page-hirek .navbar-light .navbar-toggler-icon,
.page-template-page-kapcsolat .navbar-light .navbar-toggler-icon,
.single-post .navbar-light .navbar-toggler-icon,
.page-template-page-hirek .navbar-light .navbar-toggler-icon,
.page-template-page-rolunk .navbar-light .navbar-toggler-icon,
.page-template-page-tulajdonos .navbar-light .navbar-toggler-icon,
.page-template-page-szerviz .navbar-light .navbar-toggler-icon,
.page-template-page-vasarlas .navbar-light .navbar-toggler-icon,
.page-template-page-koszonjuk .navbar-light .navbar-toggler-icon,
.page-template-page-garancia .navbar-light .navbar-toggler-icon,
.page-template-page-tesztvezetes .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.footer-gradient {
  background: rgb(24, 28, 37);
  background: linear-gradient(185deg, rgb(24, 28, 37) 0%, rgb(82, 88, 102) 100%);
}

.footer-logo {
  max-width: 170px;
  margin: 60px auto;
}

.footer-heading {
  font-weight: 500;
  font-size: 20px;
}

.follow {
  position: relative;
  left: 50px;
  color: white;
}

.thin-text a {
  font-weight: 300;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; /* Ensures no content overflow affects the appearance */
}

.swiper-container::before {
  content: "";
  position: absolute;
  top: 0%; /* Adjusted to ensure the shadow starts from the top of the container */
  left: 0;
  width: 100%;
  height: 30%; /* Height of the shadow */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Gradient from dark to light */
  z-index: 10; /* Ensures shadow is above the slides */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  background: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; /* Make sure the slide's content stays on top of the shadow */
}

.slider-text-container {
  position: relative;
  top: 30%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.slider-text-container .headline {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
.slider-text-container .subtitle {
  margin-bottom: 20px;
  color: white;
}

.subtitle {
  color: #525866;
}

.swiper-container .slider-text-container .subtitle {
  color: white;
}

.white-button {
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 10px;
  background-color: white;
  text-transform: uppercase;
  color: #181c25;
  transition: all 300ms ease-in-out;
  border: 1px solid white;
}
.white-button:hover {
  background-color: #181c25;
  color: white;
  transition: all 300ms ease-in-out;
  border: 1px solid #181c25;
}

.swiper-button-prev,
.swiper-button-next {
  background-size: 60px;
  padding: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 10px;
  border-radius: 4px;
  background-color: white;
  transition: all 300ms ease-in-out;
}

.swiper-pagination-bullet-active {
  background: white;
  width: 20px;
  height: 10px;
  border-radius: 12px;
  transition: all 300ms ease-in-out;
}

.swiper-button-prev {
  left: 12%;
}

.swiper-button-next {
  right: 12%;
}

@media (min-width: 960px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 22.5%;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 22.5%;
  }
  .swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    border-radius: 4px;
    background-color: white;
  }
  .swiper-pagination-bullet-active {
    background: white;
    width: 60px;
    height: 10px;
    border-radius: 12px;
    transition: all 300ms ease-in-out;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 50px;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "";
  }
}
.first-button,
.second-button {
  opacity: 0;
  animation: fadeIn forwards; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}

.first-button {
  animation-delay: 500ms;
}

.second-button {
  animation-delay: 1000ms;
}

.container .models {
  opacity: 0; /* Hide initially */
  visibility: hidden; /* Ensure it's not visible initially */
}

.animate__delay-500ms {
  animation-delay: 500ms;
}

.model-slider-container3 .swiper-pagination {
  bottom: 40px;
}

.front-models {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .front-models {
    margin-top: 100px;
  }
}
.front-models h2 {
  font-weight: bold;
  color: #181c25;
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.front-models p {
  font-size: 24px;
}

.model-holder {
  margin: 15px;
}

.model-name {
  font-weight: bold;
  color: #181c25;
  font-size: 20px;
}

.model-price {
  font-size: 16px;
  color: #525866;
  margin: 10px 0px;
}

.more-button {
  font-weight: bold;
  margin: 15px 10px;
  position: relative;
  transition: all 300ms ease-in-out;
  overflow: hidden; /* Ensure the animation stays within the button boundaries */
  text-align: left;
}

.more-button:hover {
  color: rgba(0, 0, 0, 0.693);
  transition: all 300ms ease-in-out;
}

.more-button::after {
  right: 60%;
  transition: all 300ms ease-in-out;
}

.more-button:hover::after {
  right: 10%;
  transition: all 300ms ease-in-out;
}

.half-column {
  display: flex; /* Make each column a flex container */
  flex-direction: column; /* Stack children vertically */
  flex: 1; /* Allow columns to grow equally */
}

.half-column .gray-bg {
  display: flex; /* Make m-2 a flex container */
  flex-direction: column; /* Stack children vertically */
  flex: 1; /* Allow m-2 to grow equally */
  background-color: #f7f7f7; /* Ensure this background color */
  text-align: center; /* Center text */
}

.half-column .image {
  background-size: contain !important; /* Cover the entire area */
  background-repeat: no-repeat !important;
  height: 150px;
  width: 100%;
}

.half-column .black-button {
  text-transform: uppercase;
  background-color: #181c25;
  padding: 10px 15px;
  max-width: 250px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin: 50px auto 50px auto;
  border: 1px solid transparent;
  transition: all 300ms ease-in-out;
  display: block;
  border-radius: 4px;
}
.half-column .black-button:hover {
  background-color: white;
  border: 1px solid #181c25;
  color: #181c25;
  transition: all 300ms ease-in-out;
}

.half-column .headline {
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  color: #181c25;
}

@media (min-width: 960px) {
  .half-column-second {
    position: relative;
    left: 5%;
  }
}

@media (min-width: 960px) {
  .half-column {
    min-height: 250px; /* Ensure a minimum height for columns */
  }
  .half-column .image {
    background-size: cover !important; /* Cover the entire area */
    height: 300px; /* Fixed height for images */
  }
  .half-column .black-button {
    margin: 100px auto 50px auto;
  }
  .half-column .text-padding {
    padding: 20px;
    display: flex; /* Use flexbox to align items */
    flex-direction: column; /* Stack items vertically */
    justify-content: space-between; /* Space out items */
    flex: 1; /* Allow text-padding to grow equally */
  }
}
.background-container {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 11;
}

.background-container .text-container {
  position: relative;
  top: 15%;
  left: 5%;
  color: white;
  max-width: 80%;
  z-index: 11;
}
.background-container .text-container .headline {
  font-size: 24px;
  font-weight: bold;
}
.background-container .text-container .subtitle {
  font-size: 14px;
  max-width: 70%;
  color: #525866;
}
.background-container .text-container .white-button {
  color: #181c25;
  background-color: white;
  border-radius: 4px;
  border: 1px solid white;
  transition: all 300ms ease-in-out;
  max-width: 250px;
  margin-left: 0px;
  text-align: center;
  margin-top: 20px;
}
.background-container .text-container .white-button:hover {
  color: white;
  transition: all 300ms ease-in-out;
  background-color: transparent;
  border: 1px solid white;
}

.background-container::after {
  content: "";
  position: absolute;
  bottom: 0%; /* Adjusted to ensure the shadow starts from the top of the container */
  left: 0;
  width: 100%;
  height: 100%; /* Height of the shadow */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Gradient from dark to light */
  z-index: 10; /* Ensures shadow is above the slides */
}

@media (min-width: 960px) {
  .background-container {
    background-size: cover !important;
    height: 650px;
  }
  .background-container .text-container {
    top: 65%;
  }
  .background-container .text-container .subtitle {
    font-size: 14px;
    max-width: 40%;
    color: #525866;
  }
  .background-container::after {
    height: 30%;
  }
}
.headline-container h3 {
  font-size: 24px;
  font-weight: bold;
  color: #181c25;
}

.links-container {
  max-width: 800px;
  padding: 20px;
}
@media (min-width: 960px) {
  .links-container {
    padding: 0px;
  }
}

.useful-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.308); /* Add the bottom border to all elements */
  position: relative;
  transition: all 300ms ease-in-out;
  overflow: hidden; /* Ensure the animation stays within the button boundaries */
}

.text-padding a:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.308); /* Add the bottom border to all elements */
}

.text-padding a:nth-child(2) {
  border-top: none; /* Ensure the second element doesn't have a top border */
}

.useful-link:hover {
  color: rgba(0, 0, 0, 0.693);
  transition: all 300ms ease-in-out;
}

.useful-link::after {
  top: 35%;
  right: 10%;
  transition: all 300ms ease-in-out;
}

.useful-link:hover::after {
  right: 0%;
  transition: all 300ms ease-in-out;
}

.testdrive-container {
  width: 360px;
  right: 0;
}
@media (min-width: 960px) {
  .testdrive-container {
    position: absolute;
  }
}

.relative-slider-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 70vh;
}

.mobile-carousel {
  max-height: 50vh;
}
@media (min-width: 960px) {
  .mobile-carousel {
    max-height: 70vh;
  }
}

.full-height {
  max-height: 50vh;
}
@media (min-width: 960px) {
  .full-height {
    max-height: 100vh;
  }
}

.model-slider-container {
  position: relative;
}

@media (max-width: 530px) {
  .full-height .swiper-slide {
    height: 63%;
  }
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
}
@media (max-width: 530px) {
  #background-video {
    top: 40%;
  }
}

#play-button {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 530px) {
  #play-button {
    top: 30%;
  }
}
@media (min-width: 960px) {
  #play-button {
    top: 50%;
  }
}

.model-slider-container .slider-text-container {
  position: relative;
  top: 23%;
  z-index: 1000;
}
@media (min-width: 960px) {
  .model-slider-container .slider-text-container {
    top: 26%;
  }
}

.model-slider-container2 .slider-text-container {
  position: relative;
  top: -30%;
  z-index: 1000;
}

.model-slider-container3 .swiper-slide {
  height: 50vh;
}
@media (min-width: 960px) {
  .model-slider-container3 .swiper-slide {
    height: 70vh;
  }
}

.model-slider-container::before {
  content: "";
  position: absolute;
  top: 0%; /* Adjusted to ensure the shadow starts from the top of the container */
  left: 0;
  width: 100%;
  height: 30%; /* Height of the shadow */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Gradient from dark to light */
  z-index: 5; /* Ensures shadow is above the slides */
}

.swiper-container .swiper-button-next {
  right: 10%;
}

.swiper-container .swiper-button-prev {
  left: 10%;
}

.model-slider-container2 .overlay-top::before {
  content: "";
  position: absolute;
  top: 0%; /* Adjusted to ensure the shadow starts from the top of the container */
  left: 0;
  width: 100%;
  height: 35%; /* Height of the shadow */
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0)); /* Gradient from dark to light */
  z-index: 5; /* Ensures shadow is above the slides */
}

.button-container .range,
.button-container .horsepower,
.button-container .speed,
.button-container .topspeed {
  font-weight: bold;
  padding: 20px;
  font-size: 24px;
}

.button-container span {
  font-weight: normal;
  font-size: 14px;
  position: relative;
  top: 10px;
}

.single-model .button-container span {
  color: white !important;
}

.model-slider-container .slider-text-container {
  min-width: 50%;
}

@media (min-width: 960px) {
  .button-container .range,
  .button-container .speed,
  .button-container .topspeed {
    border-right: 1px solid white;
  }
}
.globe {
  width: 80px;
  height: 80px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: relative;
}
@media (min-width: 960px) {
  .globe {
    top: 30px;
  }
}

.model-headline-container {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.model-headline-container p {
  font-size: 14px;
}

.padding-top-200 {
  padding-top: 200px;
}

.slider-container {
  width: 100%;
  height: 1020px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-container {
  width: 100%;
  min-height: 200px;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 960px) {
  .image-container {
    height: 100%;
  }
}

.image-container img {
  width: 100%;
  min-height: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .image-container img {
    height: 100%;
  }
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .tab-container {
    flex-wrap: nowrap;
  }
}

button.tab {
  color: #181c25 !important;
}

.tab {
  min-width: 75%;
  padding: 10px 20px;
  color: #181c25 !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid grey;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tab.active {
  color: black;
  border-bottom: 2px solid black;
}

.text-container {
  margin-top: 20px;
}

.text-container p {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  max-width: 500px;
  margin-top: 15px;
}

.bg-gray {
  background-color: #f7f7f7;
}

.container-padding {
  padding: 60px 0px;
}

.halfsectionimage {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 300px;
}
@media (max-width: 530px) {
  .halfsectionimage {
    margin-top: 50px;
  }
}
@media (min-width: 960px) {
  .halfsectionimage {
    min-height: 600px;
  }
}

.small-subtitle {
  font-size: 14px;
}

.two-column-layout {
  display: block;
}
@media (min-width: 960px) {
  .two-column-layout {
    display: flex;
    justify-content: space-between; /* Ensures columns are spaced evenly */
    gap: 20px; /* Adds space between the two columns */
  }
}

.column {
  flex: 1; /* Makes each column take up equal space */
  padding: 10px;
  margin-left: 20px;
}

.item {
  margin-bottom: 20px; /* Adds space between each header-description pair */
}
.item h3 {
  font-weight: 500; /* Ensures headers are bold */
  margin-bottom: 5px;
  font-size: 20px;
}
.item p {
  margin: 0; /* Removes default margin from paragraphs */
  font-size: 14px;
}

.large-subtitle {
  font-size: 24px !important;
  font-weight: 400;
}

.half-column .subtitle {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px !important;
}

#slider-text {
  margin-bottom: 120px;
}

.no-min-height {
  min-height: 0px;
}

#offcanvasMenu .dropdown-menu.show.animated {
  overflow-x: scroll;
}

.model-offer .globe {
  left: 30px;
  width: 50px;
}

#colorpicker {
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#colorpicker div {
  width: 40px;
  cursor: pointer;
  height: 40px;
  border-radius: 100%;
  border: 1px solid gray;
  margin: 10px 10px;
}
#colorpicker div.active {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.205);
  border: 1px solid gray;
}
#colorpicker div {
  background-size: cover;
}

#carimage {
  min-height: 170px;
  width: 100%;
  margin-bottom: 100px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
@media (min-width: 960px) {
  #carimage {
    min-height: 500px;
  }
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
select,
textarea {
  margin-top: 8px;
  padding: 4px 10px 8px 20px !important;
  max-width: 100%;
  gap: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  color: #212121;
  border-style: solid;
  font-family: "Montserrat";
}
input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #c9c9c9;
  font-size: 14px;
}
input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c9c9c9;
  font-size: 14px;
}

input[type=text] {
  padding-left: 20px;
}

label {
  font-weight: 500;
  font-size: 20px;
  color: #181c25;
}

.wpcf7 p {
  margin-bottom: 10px;
}

textarea {
  padding-top: 10px !important;
}

input[type=submit] {
  background-color: #181c25;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #181c25;
  cursor: pointer;
  font-weight: 600;
  font-family: "Montserrat";
  transition: all 0.3s ease;
}
input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #181c25;
  transition: all 0.3s ease;
  color: #181c25;
}

.wpcf7 select.used {
  color: #181c25;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23c9c9c9%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
  color: #c9c9c9;
  font-size: 14px;
  padding: 14px 0px 12px 20px !important;
  font-weight: 400;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  width: 100%;
}

label {
  max-width: 300px;
}
@media (min-width: 1200px) {
  label {
    max-width: 450px;
  }
}

/* Hide default arrow in IE */
select::-ms-expand {
  display: none;
}

/* Hover and Focus states */
select:hover,
select:focus {
  border-color: #888;
}

/* For older versions of Safari */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    select {
      padding-right: 30px !important;
    }
  }
}
.about-video .swiper-slide {
  height: 70%;
}

.button-container {
  text-align: center;
}

.about-headline450 {
  max-width: 450px;
}

.about-headline h2 {
  font-size: 24px;
  font-weight: bold;
}

.about-headline p {
  text-align: center;
  font-size: 14px;
}

.button-container span {
  color: #525866;
}

@media (min-width: 960px) {
  .page-template-page-rolunk .button-container .range,
  .page-template-page-rolunk .button-container .speed,
  .page-template-page-rolunk .button-container .topspeed {
    border-right: 1px solid #181c25;
  }
}
.text-left {
  text-align: left !important;
}

.button-container {
  position: relative;
  z-index: 2; /* Ensures button-container is above the shadow */
}

/*# sourceMappingURL=style-index.css.map*/