@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/stuttgart/assets/fonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("/wp-content/themes/stuttgart/assets/fonts/SourceSerif4-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}



/* 1. Universal Reset */
*,
*::before,
*::after {
  box-sizing: border-box; /* Crucial for predictable layout */
  margin: 0;              /* Resets all default margins */
  padding: 0;             /* Resets all default padding */
}

/* 2. Overriding WordPress Root Variables */
:root {
  /* You can reset any WordPress-specific root variables here */
  --wp--preset--font-size--normal: 1rem; /* Example: Resetting font size */
  --wp--preset--font-size--huge: 2.5rem;  /* Example: Resetting font size */
  
  /* Resetting Admin Theme Colors (optional, usually only affects admin screen) */
  --wp-admin-theme-color: initial; 
  --wp-admin-border-width-focus: initial; 
}

/* 3. HTML/Body base style (optional) */
body {
    line-height: 1.5; 
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}
h1 {
  all: unset;
  display: block;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  color: inherit;
}

span,
h1,
h2 {
  cursor: default;
}

:root {
  --color-p: #d2a28c;
  --color-s: #6c757d;
  --header-height: 80px;
  --text-color: #ffffff;
}
body {
  position: relative;
}

p {
  cursor: default;
}

.header {
  background-color: #0000007a;
  height: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.header-content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 50px;
}

.nav-lang-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 330px;
}
.nav-lang-wrap nav {
  padding-right: 140px;
}

@media (max-width: 1376px) {
  .nav-lang-wrap nav {
    padding-right: 0px;
  }
}
@media (max-width: 1128px) {
}
@media (min-width: 2400px) {
  .nav-lang-wrap {
  }
}
@media (max-width: 576px) {
  .nav-lang-wrap {
      }
}

@media (max-width: 576px) {
  .nav-lang-wrap {
      }
}

@media (min-width: 1381px) and (max-width: 1812px) {
  .nav-lang-wrap {
  }
}
@media (min-width: 2069px) and (max-width: 2396px) {
  .nav-lang-wrap {
  }
}

@media (min-width: 2399px) and (max-width: 3199px) {
  .nav-lang-wrap {
  }
}

@media (min-width: 3200px) and (max-width: 3500px) {
  .nav-lang-wrap {
  }
}

@media (min-width: 4300px) {
  .nav-lang-wrap {
  }
}

.menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 80px;
}

.car-deals .intro__container{
  
}

.menu__item {
  white-space: nowrap;
  color: var(--text-color);
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-size: 18px;
  transition: color 0.3s;
}

.menu__item a {
  color: inherit;
  text-decoration: none;
  display: flex;
  gap: 4px;
  
}

.menu__item:hover {
  color: var(--color-p);
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  max-height: 40px;
  width: auto;
}

.lang_switch {
  display: flex;
  gap: 10px;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-size: 14px;
}

.lang_switch a {
  font-size: 18px;
  color: #989898;
  text-decoration: none;
  transition: color 0.3s;
}

.lang_switch a:hover,
.lang_switch a.active {
  color: #ffffff;
}

.burger-icon {
  display: none;
  cursor: pointer;
  z-index: 101;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
  transition: 0.4s;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: var(--header-height);
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  z-index: 100;
  opacity: 0.9;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu .menu__item {
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.mobile-menu .lang_switch {
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  justify-content: center;
}
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile__item {
  color: var(--text-color);
  text-decoration: none;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1;
  transition: color 0.3s;
}
.mobile__item a {
  color: inherit;
  text-decoration: none;
  display: flex;
  gap: 10px;
}

.mobile-menu .mobile__item:hover {
  color: var(--color-p);
}

.mobile-menu .mobile__item:active {
  color: var(--color-p);
}

.hero-section {
  height: 100vh;

  position: relative;

  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  min-height: 550px !important;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;

  background: transparent;

  color: white;
}

body {
  margin: 0;
  padding: 0;
}

@media (min-width: 2400px) {
  .hero__container {
  }

  .intro__container {
  }
}

@media (max-width: 367px) {
  .text-wrapper {
    margin-left: 7vw;
  }

  #service-text-wrap {
    margin-left: initial !important;
  }
}
@media (max-width: 583px) {
  .menu__item {
    display: block;
  }
}
.hero__container {
  padding-top: 160px;
  margin: 0 50px;
  height: 100%;
  width: 1304px;

  padding-left: 82px;
}

@media (max-width: 1315px) {
}
@media (max-width: 400px) {
  .hero__container {
    margin: 20px !important;
  }
  .intro__gallery > p {
    display: none;
  }
  .cta-button {
    width: 266px;
  }
  .intro__gallery, {
    padding-left: 3px;
  }
}
@media (max-width: 655px) {
  #service-cta {
    width: 266px !important;
  }
}

.dropdown-toggle {
  display: none;
  position: absolute;
  left: 49.9%;
  transform: translateX(-50%);
  bottom: -10px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0px 0px;
  color: inherit;
  z-index: 10;
}

.mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background: #0000007a;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-dropdown.is-open {
  max-height: 800px;
}

.mobile-dropdown .mobile-lang-switch {
  display: flex !important;
  justify-content: center;
  padding: 10px 0 20px;
  padding-left: 13px;
}

.mobile-dropdown .mobile-menu-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.mobile-dropdown .mobile__item a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.mobile-lang-switch {
  display: flex;
  justify-content: center;
  padding: 10px 0 20px;
}

.mobile-lang-switch a {
  margin: 0 10px;
}

.section__wrap img{
    max-width: 556px;
  max-height: 412px;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* mimics background-size: cover */
    object-position: center; /* mimics background-position: center */
    z-index: -1; /* behind everything else */
    pointer-events: none; /* don’t block clicks */
}



@media (max-width: 988px) {
  .nav-lang-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 63px !important;
  }

  .nav-lang-wrap nav .menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .nav-lang-wrap nav .menu li:not(:nth-child(3)) {
    display: none;
  }

  .lang_switch {
    display: none;
  }

  .dropdown-toggle {
    display: block;
  }
  .mobile-dropdown .menu {
    gap: initial;
    flex-direction: column;
    padding-left: 13px;
  }

  .header {
    height: 90px;
  }

  .hero__container {
    min-width: 350px;
  }
  .car-menu ul {
    justify-content: center;
  }
  .hero__container {
    padding-left: 0px !important;
  }
  .why-us-main .why-us-content {
    margin-right: 19px !important;
  }
  #service-heading {
    margin-right: 26px;
  }
  #why-us-text {
      }

  .nav-lang-wrap img {
         padding-left: 1vw;
  }
}

@media (min-width: 989px) {
  .nav-lang-wrap nav .menu li {
    display: list-item !important;
  }
  .lang_switch {
    display: flex !important;
  }
  .mobile-dropdown {
    max-height: 0 !important;
  }
}

@media (max-width: 687px) {
  .intro-title {
    display: flex !important;
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .car-menu button {
    height: 35px !important;
  }
  .burger-icon {
  }
  .intro-title {
    margin-left: 0px !important;
    display: flex;
    text-align: center;
  }

  .intro-subtext {
    display: flex;
    text-align: center;
  }
}
@media (max-width: 1153px) {
  .intro-subtext {
    padding-right: 0px !important;
  }
}

@media (min-width: 548px) and (max-width: 1058px) {
}
@media (max-width: 1363px) {
  .exclusive-text {
    margin-right: -19px !important;
  }
  .gallery-item {
    width: 100% !important;
  }
  #gallery-cta {
    margin-right: 0px !important;
  }
  .intro__container,
  .services__container {
    padding-top: 0 !important;
  }
  .intro__container,
  .services__container {
    padding-left: 0 !important;
  }
  .hero__container {
    padding-top: 100px !important;
    padding-left: 0px;
  }

  .services-menu {
  }

  #why-us-text {
      }

  .auto-sales .gallery-content {
    margin-left: 0 !important;
  }
}
@media (max-width: 1363px) and (min-width: 989px) {
  .nav-lang-wrap {
    padding-left: 192px !important;
  }

  .nav-lang-wrap .menu {
    gap: 40px;
  }
}
@media (max-width: 418px) {
  .gallery-item,
  .car-details .gallery-item {
    width: calc(100%) !important;
  }
}

@media (max-width: 832px) {
  .exclusive-text {
    margin-right: 0px !important;
  }

  .car-menu ul {
    flex-wrap: wrap;
  }
  .car-menu p {
    display: none;
  }
  .car-menu button {
    display: none;
  }

  .car-menu li:hover p,
  .car-menu li:hover button,
  .car-menu li.hovered p,
  .car-menu li.hovered button {
    display: block;
        
  }

/* .car-menu p, .car-menu button{
  position: absolute;
      } */



  .gallery-para2 {
    padding-top: 6px !important ;
  }
}

@media (max-width: 753px) {
  .exclusive-text {
    padding-bottom: 69px !important;
    margin: 0 31px !important;
  }

  .car-menu li {
    transition:
      background-color 0.5s ease,
      transform 0.5s ease !important ;
  }

  .car-menu li:hover {
      }
  .car-menu li {
    border-radius: 20px;
  }

  .car-menu button {
    font-size: 15px !important;
  }
}

@media (max-height: 800px) {
  .car-menu {
    /*position: relative !important;*/
   /* padding-top: 337px !important;*/
  }
  .car-menu li {
    border-radius: 20px;
  }
  .car-menu li,
  .car-menu p,
  .car-menu button {
    transition:
      background-color 0.5s ease,
      transform 0.5s ease !important ;
  }

  .car-menu li:hover {
          }

  .car-menu button {
    font-size: 15px !important;
  }
}
@media (max-width: 768px) {
    .hero-section {
      /*height: 90vh;*/
      background-position: 61%;
                    }
}
@media (max-width: 395px) {
  .premium-auto-hero {
    padding-left: 20px !important;
    width: 283px !important;
  }
}

@media (max-width: 1363px) {
  .intro__gallery, .intro__gallery .filters {
    justify-content: center;
  }
}

@media (max-width: 361px) {
  nav {
  }
  .hero__container {
  }
}

@media (max-width: 488px) {
  .risinajums {
      }
}

@media (max-width: 400px) {
  .hero__container {
  }
}

@media (max-width: 1234px) {
}

@media (max-width: 1494px) {
  .why-us-content {
    grid-template-columns: repeat(1, 0fr) !important;
  }
  .why-us-fill-after2 {
    margin-top: -1794px !important;
    padding-bottom: 1355px !important;
  }
}

@media (max-width: 1299px) and (min-width: 1171px) {
  .socials__wrapper {
    flex-direction: column-reverse;
    padding-left: 15px;
  }
  .social-links {
  }
  .social-links .socials-line {
    display: none !important;
  }

  .socials {
    max-height: 1050px !important;
    height: 124vh !important;
    min-height: 1020px !important;
  }

  .tiktok {
    height: 80% !important;
    top: -100px;
  }
  .contacts {
  }
}

@media (max-width: 1170px) {
  .socials__wrapper {
    flex-direction: column-reverse;
    padding-left: 0px;
  }
  .social-links {
  }
  .social-links .socials-line {
    display: none !important;
  }

  .socials {
    max-height: 1050px !important;
    height: 124vh !important;
    min-height: 1020px !important;
  }

  .tiktok {
    height: 80% !important;
    top: -100px;
  }
  .contacts {
  }
}

@media (max-width: 462px) {
  #social-heading {
    font-size: 20px;
  }
}

@media (max-width: 403px) {
  .intro__gallery {
  }
}

@media (max-width: 377px) {
  .item-text {
  }
}

@media (max-width: 1376px) {
  .contacts__container {
  }

  .contact-form {
    align-items: center;
  }
}

@media (max-width: 636px) {
  .contact-form {
    width: 100% !important;
  }
}

@media (max-width: 1760px) {
  .contacts__container {
  }
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.9;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.9;
}

.hero__container {
  position: relative;
  z-index: 1;
}

#tirdznieciba {
  max-width: 1133px;
}

#gallery-arrow {
  cursor: pointer;
}

.premium-auto-hero {
  /* cursor: pointer; */
  width: 400px;
  height: 96px;
  padding-top: 50px;

  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

  color: white;
  padding: 10px 0;
}

.car-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.car-menu {
  width: 100%;
  padding-bottom: 60px;
}

.car-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0px;
  padding-bottom: 15px;
}

.car-menu li {
    margin: 0 5px;
}

.car-menu div {
  text-decoration: none;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  border-bottom: 3px solid #d2a28c;
  padding-bottom: 22px;
  width: 334px;
}

.car-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100px;
}

.car-menu li {
  transition: transform 0.4s ease;
  margin-bottom: 10px;
}

.car-menu p {
  color: white;

  margin-top: 20px;
  max-width: 334px;
  font-size: 18px;

  padding-bottom: 20px;
}

.cta-button {
  width: 250px;
  height: 50px;
  /* padding-bottom: 20px; */
  border: 0;
  background-color: #DA2424;
  /* margin-top: 20px; */
  font-size: 17px;
  color: white;
  font-weight: bold;
  cursor: pointer;

  /* FIX 1: Required for the absolute :after element */
  position: relative;
  /* FIX 2: Required to hide the shimmer bar before it slides in */
  overflow: hidden;

  &:after{
    /* FIX 3: THE ESSENTIAL PSEUDO-ELEMENT PROPERTIES */
    content: "";
    position: absolute;
    background: #fff; /* The shimmer color */
    height: 155px;
    width: 50px;
    opacity: .2;
    transform: rotate(35deg);

    /* FIX 4: The starting position off the left */
    left: -75px;
    top: -50px;
    z-index: 1; /* Keep it above the button but below the text (if text is z-index 2) */

    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.cta-button:hover{
  &:after{
    /* FIX 5: The ending position way off the right */
    left: 120%;
    /* The transition is already defined above, so it's technically redundant here,
       but keeping it doesn't hurt. */
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.car-menu li p,
.car-menu li button {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.car-menu li:hover p,
.car-menu li:hover button,
.car-menu li.hovered p,
.car-menu li.hovered button {
  opacity: 1;
  visibility: visible;
}

.car-menu li:hover {
  transform: translateY(-180px);
}

.intro {
  background-color: #151515;

  position: relative;

  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  justify-content: center;

  min-height: 600px !important;

  padding-bottom: 157px;
}

.car-deals {
  background-color: #151515;

  position: relative;

  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  justify-content: center;

  min-height: 600px !important;

  padding-bottom: 157px;
}

.intro-title {
  margin-top: 100px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  background: radial-gradient(at 20% 80%, #fff9, #090909);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.intro__container {
  padding-top: 95px;
  margin: 0 50px;
  height: 100%;
  width: 1440px;
  display: flex;
  flex-direction: column;

  padding-left: 157px;
}

.intro-subtext {
  padding-right: 110px;
  width: 100%;
  height: 100%;

  display: flex;

  flex-direction: column;
  align-items: center;
}

.intro-subtext .subtitle {
  font-family: "DM Sans", "sans-serif";
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  width: 382px;
  padding-top: 32px;
  width: 390px;
}

.intro-subtext .sub-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;

  max-width: 446px;
  height: 63px;
  padding-top: 42px;

  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.exclusive-text {
  max-width: 670px;
  max-height: 39px;

  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;

  color: #ffffff;

  border-bottom: 3px solid #d2a28c;
  padding-bottom: 18px;
  margin-right: 139px;
}
.intro__text {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: flex-end;
  max-width: 1400px;

  height: 533px;
}

.intro__gallery,
.intro__gallery .filters {
  display: flex;
  gap: 10px;
}

.intro__gallery {
  padding-top: 128px;

  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #9e9e9e;
}

.intro__gallery > p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 0;
}

.filters {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.filter-item {
  list-style: none;
}

.filter-item select {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 140px;
  height: 40px;
  padding: 8px 15px;
  border-radius: 20px;
  border: 1px solid #444444;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s;

  background-color: transparent;
  color: #ffffff;
}

.filter-item select.active {
  background-color: var(--color-p);
  border-color: var(--color-p);
}

.filter-item select:focus,
.filter-item select:not(.active):hover {
  background-color: var(--color-p);
  border-color: var(--color-p);
}

.gallery__content {
  padding-top: 31px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
    
}

.gallery-item {
  width: calc(45% - 12px);

  background-color: #33373c;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.gallery-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
  cursor: default;

  width: 101%;

  height: auto;
  display: block;

  max-height: 422px;
  object-fit: cover;
  min-width: initial;
  transition: transform 0.3s ease;
}

.item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 106px;

  background-color: #33373c;
  padding: 12px 12px;

  color: white;
  font-family: sans-serif;
}

.gallery-para1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;

  font-size: clamp(16px, 2.2vw, 20px);

  color: #9e9e9e;
}

.gallery-para2 {
  padding-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 100%;
  letter-spacing: 0%;

  color: #ffffff;
}
.gallery-para2:nth-child(2){
  padding-top: 13px !important;
}
#gallery-cta {
  width: 185px;
  height: 48px;
  margin-top: 33px;
}
.text-wrapper {
  width: 380px;
  padding-top: 10px;
}
.item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow {
  width: 22px !important;
  padding-right: 10px;
}

.services__container {
}

.services {
  background-color: #151515;

  position: relative;

  overflow: visible;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  justify-content: center;

  height: auto;

  padding-bottom: 108px;
}

.heading {
  max-width: 1160px;
  max-height: 39px;

  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;

  color: #ffffff;

  margin-left: 59px;
}

.services-menu {
  bottom: 0;
  width: 100%;
}

.services-menu {
  padding-bottom: 200px;
  margin-left: 16px;
}

@media (min-width: 1240px) and (max-width: 1363px){
  .services-menu{
    margin-left: 0px;
  }
}

.services-menu ul {
  cursor: default;

  display: flex;
  list-style: none;
  margin: 0 50px;
  padding: 0;
  height: 100px;
  flex-wrap: nowrap;
  max-width: 1180px;
  gap: 0px;
}

@media (max-width: 1239px) {
  .services-menu ul {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}



.services-menu li {
  width: 264px;
}

.services-menu div {
  padding-top: 33px;
  text-decoration: none;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  border-bottom: 3px solid #d2a28c;
  padding-bottom: 22px;
  width: 264px;
}
@media (max-width: 655px) {
  .services-menu div {
    text-align: center;
    max-width: 60%;
  }
  .services-menu li{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-menu p{
    text-align: center;
  }

}

.services-menu li {
  padding-top: 48px;
  transition: transform 0.4s ease;
  margin-bottom: 10px;
}

.services-menu p {
  font-family: DM Sans, sans serif;
  color: white;

  margin-top: 10px;
  max-width: 334px;
  font-size: 18px;
}

.services {
  overflow: visible;
  height: auto;
  max-height: none;
}

.services__container {
  height: auto;
  max-height: none;
  z-index: 2;
}

.services-menu ul {
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  height: auto;
}

.why-us-fill-before {
  position: relative;
  background-color: #000;
  margin-top: -529px;
  z-index: 0;
  padding: 106.3px 0;
}

.why-us-fill-after {
  background-color: #000;
  margin-top: -544px;
  z-index: 0;
  padding: 355px 0;

  padding-bottom: 565px;
  margin-bottom: -332px;
}

.why-us-fill-after2 {
  background-color: #151515;
  margin-top: -824px;
  z-index: -1;
  padding: 355px 0;
}

.why-us {
  background-color: #000000;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
}

#why-us-text {
  margin-top: 210px;
  margin-right: 9px;
}

.risinajums {
  padding-top: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18.72px;
  line-height: 100%;
  color: #ffffff;

  text-align: center;
}

.why-us-content {
  max-width: 1163px;
  padding-bottom: 110px;
  width: auto;
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  grid-gap: 24px;
  position: relative;
  z-index: -1;
  margin-top: -6px;
}

.content-item {
  z-index: 9;
}

.content-item {
  max-width: 100%;
  box-sizing: border-box;
}

.content-item img {
}

.why-us__container {
  z-index: 1;

  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-us-main {
  position: relative;

  overflow: visible;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  justify-content: center;

  height: auto;

  padding-bottom: 111px;
  z-index: 0;
}

.why-us-main .why-us-content {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  justify-content: center;
  margin-left: 20px;
  margin-right: 5px;
}

.why-us-main .content-item {
  position: relative;
  overflow: hidden;
}

.why-us-main .content-item img {
  width: 102%;
  height: auto;
  display: block;
}
.why-us-main .content-item {
  max-width: 556px;
  max-height: 451px;
}

.why-us-main .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px;
  color: #fff;
  pointer-events: none;
  z-index: 3;
  padding-bottom: 38px;
}


.why-us-main .text-wrapper p {
  margin: 4px 0;

  line-height: 1.4;
}

.sub-heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18.72px;
  line-height: 100%;
  letter-spacing: 0%;
}

.misc-heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #d2a28c;
}

.misc {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: middle;

  color: #9e9e9e;
}
.misc-text {
}

@media (max-width: 531px) {
  .misc-text {
    padding-top: initial !important;
  }
}
@media (max-width: 955px) {
  .author {
    justify-content: center !important;
  }
}

@media (max-width: 1078px) {
  .footer {
  }
  .logo-container {
  }
  .footer__bottom {
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer__container {
  }
  .footer__content {
  }
  .footer-block--info {
    display: flex;
    flex-wrap: wrap;
    gap: 10vw;
    margin-top: 20px;
    margin-left: initial !important;
    margin-right: initial !important;
  }
  .footer__contact-info {
    gap: 20px !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 449px) {
  .footer-block--info {
    gap: 5vw !important;
    justify-content: space-evenly;
    padding-top: 30px;
  }

  .address-title {
    display: none;
  }
}

.quote {
  height: auto;
  width: auto;
  background-color: #000;
  padding-bottom: 108px;
}

.quote__container {
  max-width: 930px;
  height: auto;
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 109px 0 0;
}

.quote-content {
  text-align: center;
  width: 100%;
}

.quote-content .quote-line {
  display: block;
  width: 100%;
  border-bottom: 3px solid #d2a28c;
  margin: 25px 0;
}

.quote-text {
  padding-top: 0;
  color: #ffffff;
  font-family: "Source Serif 4", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0;
}

.author {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.author-details {
  display: flex;
  align-items: center;

  flex-direction: row-reverse;
}

.author-details img {
  height: 48px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 10px;
}

.author-details .author-text {
  text-align: right;
  color: #ffffff;
}

.author-details .author-text p {
  margin: 0;
  line-height: 1.2;
}

.socials {
  background-color: rgba(0, 0, 0, 0.5);

  height: 100vh;

  position: relative;

  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  min-height: 853px;
}

.tiktok {
  position: relative;
  width: 323px;
  height: 79.7%;

  display: flex;
  justify-content: center;
  align-items: center;

  padding-left: 10px;
}

.tiktok-embed {
  height: 96%;
  position: relative;
  z-index: 10;
}
#tiktokFrame {
  height: 100%;
  width: 100%;
}
.preview-elements {
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.preview-elements .thumb-wrapper {
  cursor: pointer;
  position: absolute;
  width: 284px;
  height: 570.7px !important;
  overflow: hidden;
  z-index: 1;
}

.preview-elements img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  pointer-events: all;
}

.preview-elements .thumb-wrapper {
  position: absolute;
  width: 284px;
  height: 498.7px;
  overflow: hidden;
  z-index: 1;
}

.preview-elements .thumb-wrapper:first-child {
  top: 44%;
  left: 90.1%;
  transform: translate(-150%, -50%);
  width: 84%;
  height: 575.6px !important;
  }

.preview-elements .thumb-wrapper:last-child {
  top: 44%;
  left: 7%;
  transform: translate(50%, -50%);
  width: 89.7%;
  height: 575.6px !important;
}

@media (max-width: 1299px) {
  .social-links {
    left: initial !important;
  }
}
@media (max-width: 519px) {
  .social-links {
    gap: 10px !important;
  }
}
@media (max-width: 429px) {
  .social-icon:first-of-type {
    margin-left: 20px !important;
  }
  .tiktok{
      }
}
@media (max-width: 389px) {
  .social-links {
    margin-right: 50px !important;
  }
}

.preview-elements img#thumb1,
.preview-elements img#thumb2 {
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.preview-elements img#thumb-arrow1 {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-50%, -60%) scaleX(-1);
  z-index: 2;
  pointer-events: none;
  width: 60px;
  height: 30px;
}

.preview-elements img#thumb-arrow2 {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  width: 60px;
  height: 30px;
}

@media (max-width: 1169px) {
  .tiktok {
    width: 317px;
  }

  .preview-elements .thumb-wrapper:last-child {
    width: 87.9%;
  }
}

@media (max-width: 810px) {
  .socials__wrapper {
    margin-right: 10px;
  }
}
.form__wrapper {
  padding-right: 90px;
  flex-basis: 565px;
}

@media (max-width: 1231px) {
  .form__wrapper {
    padding-right: 0px !important;
    width: 715px;
    padding-left: 68px;
  }
  .contacts__container {
    width: 100% !important;
    justify-content: center !important;
  }

  .form-row:first-of-type {
    gap: 13px;
    justify-content: space-evenly;
    width: 100.1%;
  }
}
@media (max-width: 715px) {
  .form__wrapper {
    padding-left: 0 !important;
    margin: 20px; 
  }
  .contact-form {
    width: 100% !important;
  }

  #last-name {
    padding-left: 2px !important;
    text-indent: 0.5rem;
  }

  #contacts-line {
    width: 82% !important;
  }

  #contacts-line-div {
    display: flex;
    justify-content: center;
  }

  #contacts-heading,
  #contacts-misc {
    text-align: center !important;
  }
}

@media (max-width: 928px) {
  #quote-line-wrapper {
    display: flex;
    justify-content: center;
  }

  .quote-content .quote-line {
    width: 86%;
  }
}

@media (min-width: 1231px){

  }


#thumb1:hover,
#thumb2:hover {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.socials__wrapper {
  position: relative;
  width: 898px;
  height: 970px;
  display: flex;
  align-items: center;
}

#social-heading {
  padding-bottom: 3px;
  margin-left: 0;
  }

.social-links {
  overflow: visible;
  display: flex;
  position: absolute;
  gap: 30px;

  left: 61.8%;

  width: 52%;
}

.social-icon {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.25);
}

.socials-line {
  display: block;
  width: 98.2%;
  border-bottom: 3px solid #d2a28c;
  margin: 25px 0;
  position: absolute;
  top: 20px;
}


.chat-button {
  pointer-events: none;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  bottom: 110px;

  z-index: 1000;
 /* width: 69.5% !important;*/

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}


.chat-img {
  width: 150px;
  transition: transform 0.5s ease;
  cursor: pointer;
  pointer-events: auto;
}

.chat-img:hover {
  transform: scale(1.25);
}

.chat-button.is-hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  display: none;
}

.chat__container {
  display: flex;
  justify-content: center;
}

.chat-window {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 380.5px;
  height: 450px;
  background-color: #1a1a1a;
  border-radius: 8px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.5),
    0 0 0 1px #333;
  overflow: hidden;
  z-index: 999;
  font-family: "Arial", sans-serif;

  transform: scale(0.5) translateY(50px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease;
}

.chat-window.is-active {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.chat-header {
  background-color: #262626;
  padding: 15px;
  color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
}

.chat-header-title {
  font-weight: bold;
  font-size: 1.1em;
}

.chat-close-btn {
  background: none;
  border: none;
  color: #999;
  font-size: 1.5em;
  cursor: pointer;
  transition: color 0.2s;
}

.chat-close-btn:hover {
  color: #ffc4d3;
}

.chat-body {
  padding: 15px;
  height: calc(100% - 140px);
  overflow-y: auto;
  color: #ccc;
}

.chat-initial-message {
  font-style: italic;
  color: #999;
  font-size: 0.9em;
  line-height: 1.4;
}

.chat-footer {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid #333;
  background-color: #1a1a1a;
}

#chat-input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #222;
  color: #fff;
  resize: none;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  font-size: 0.95em;
}

#chat-input::placeholder {
  color: #666;
}

.chat-send-btn {
  background-color: #f71919;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  transition:
    background-color 0.2s,
    transform 0.1s;
  min-width: 70px;
}
@media(min-width: 703px){
  .car-menu ul{
    padding-left: 4px;
  }
}
.chat-send-btn:hover {
  background-color: #d2a28c;
}

.chat-send-btn:active {
  transform: scale(0.98);
}

.contacts {
  background-color: #151515;

  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form {
  width: 91%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  flex: 1;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  background-color: #151515;
  color: #ffffff;

  border: none;
  border-radius: 0;
  padding: 15px 10px;
  width: 100%;
  font-size: 16px;

  box-shadow: 0 0 0 2px transparent inset;
  transition: border-color 0.3s;
  border-radius: 3px;

  position: relative;
}

.contact-form input[type="text"]::before,
.contact-form input[type="email"]::before,
.contact-form textarea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #eb0101;

  border-radius: inherit;
  z-index: 10;
  pointer-events: none;



  font-family: 'DM Sans', sans-serif;   font-weight: 300;   font-size: 16px;
  line-height: 100%;   letter-spacing: 0; 
    color: #FFFFFF; }


#chat-input{
  font-family: 'DM Sans', sans-serif;   font-size: 16px;
  line-height: 100%;   letter-spacing: 0; 
    color: #FFFFFF; }

.text-label {
  color: #ffffffb5;

  position: absolute;

  background-color: #151515;

  padding: 0 5px;

  z-index: 2;
  font-family: "DM Sans", sans-serif;

  font-weight: 400;

  font-size: 0.95rem;

  line-height: 12px;

  letter-spacing: 0.15px;

  font-style: normal;
}

.contact-form input[type="text"],
#email,
#message {
  box-shadow: 0 0 0 1px #ffffff6c inset;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #777;
}

.map-container {
  position: relative;

  width: calc(100vw - 4.3vw);
  box-sizing: border-box;
}

.map-container #map {
  width: 100%;
  height: 100%;
}

@media (max-width: 1231px) {
  .map-container {
    width: 100vw !important;
    height: 700px;
  }

  #map {
    width: 100% !important;
    height: 700px;
  }
}

@media (max-width: 1833px) {
  .chat__container {
   /* justify-content: right;*/
  }
}

@media(min-widtH:1838px){
.chat-button{

}

}



#contacts-line {
  position: relative;
  width: 91%;
  margin: -5px 0;
}

#contacts-misc {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;

  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;

  margin-top: 10px;

  font-size: 16px;

  padding-top: 30px;
  padding-bottom: 70px;
}
#submit-msg {
  margin-top: 88px;
  margin-left: 0;
  margin-bottom: 48px;
}
#contacts-heading {
  margin-top: 4vw;
  text-align: left;
  margin-left: 0;
}

.contacts {
  min-height: 665px;
  height: auto;
  flex-wrap: wrap;
  align-items: flex-start;
}

.map-container {
  width: 100%;
  height: auto;
  min-height: 400px;
}

#map {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  #map {
    height: 300px;
  }
}

@media (min-width: 2399px) and (max-width: 3199px) {
  .hero__container {
  }
  .intro__container {
  }
}

@media (min-width: 3200px) and (max-width: 4000px) {
  .hero__container {
  }
  .intro__container {
  }

  .why-us__container {
  }
}

@media (max-width: 1759px) and (min-width: 1376px) {
}

.footer {
  height: auto;
  width: auto;
  background-color: #282828;
  padding-bottom: 108px;
}

.footer__container {
  max-width: 1161.8px;
  height: auto;
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding: 53px 0 0;

  padding-left: 15px;
}

.footer-line {
  display: block;
  border-bottom: 1px solid #4b4b4b;
  height: 0;
  margin-top: 24px;
  margin-bottom: 27px;
  width: 100%;
}

.footer__content {
  display: flex;

  flex-wrap: wrap;
  width: 100%;

  justify-content: space-between;
}

.footer-block {
  flex: 0 1 auto;

  margin-right: 5vw;
}

.footer-block--info {
  margin-left: auto;
  margin-right: 0;

  white-space: nowrap;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 13px;
}

.footer-menu a {
  text-decoration: none;
  color: #fff;
}

.footer-block--info p {
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.footer-block--info .address-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.footer-menu li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.footer-block--info p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer__contact-info {
  display: flex;

  gap: 70px;
}

.footer__email,
.footer__phone {
  text-decoration: none;
  color: #866B4B;
  display: flex;
  align-items: center;

  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: bold;
  text-decoration: underline;
}

.icon-email,
.icon-phone {
  margin-right: 15px;
}

.footer__copyright {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__copyright p {
  color: #fff;
  margin: 0;

  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.footer__privacy-link {
  color: #fff;
  text-decoration: underline;

  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.car-profile {
  background-color: #171616;
  color: white;
  padding: 100px 4%;
  font-family: Arial, sans-serif;
}

.car-heading > p {
  color: #a0a0a0;
  font-size: 16px;
  margin-bottom: 50px;
}

.heading-details {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.car-name {
  font-size: 4em;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  flex-basis: 35%;
}

.stats-container {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding-top: 10px;
  margin-left: 185px;
}

.stat-item {
  text-align: center;
  padding: 0 10px;
}

.stat-value {
  text-align: right;

  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;

  color: #d2a28c;
}

.stat-label {
  text-align: right;
  font-size: 0.8em;
  color: #a0a0a0;
  line-height: 1.3;
  margin: 0;
}

.car-profile .divider {
  height: 2px;
  background-color: #d2a28c;
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
}

.heading-details {
  position: relative;
  padding-bottom: 20px;
}

.car-heading {
  max-width: 1158px;
  width: 100%;
  }

.heading__wrapper {
  display: flex;
  justify-content: center;
}

.car-subheading {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.car-make {
  font-family: "DM Sans", sans-serif;

  font-weight: 200;

  font-style: normal;

  font-size: 48px;

  line-height: 1;

  letter-spacing: 0;

  text-transform: uppercase;

  white-space: nowrap;
}

.car-model {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}

.car-carousel {
  margin-top: 48px;
  position: relative;
  user-select: none;
  display: flex;

  flex-direction: column;
  align-items: center;
}

.carousel__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1160px;
  }

.image__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
  max-width: 1195px;
  overflow: hidden;
  border-radius: 12px;
}

.car__image {
  width: 100%;
  height: auto;
  display: block;
  z-index: 10;

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in-out;
}

.gradient__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;

  background: radial-gradient(circle at center, transparent 40%, #171616 80%);
}

.arroww {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  opacity: 0.7;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.arroww:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.arrow--left {
  left: 2px;
}

.arrow--right {
  right: -10px;
}

.arrow__icon {
  width: 28px;
  height: 56px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.2s;
}

.arroww:hover .arrow__icon {
  filter: brightness(1) invert(0);
}

.carousel-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 43px;
  position: relative;
}

.pagination-dot {
  width: 6px;
  height: 6px;
  background-color: #555;
  border-radius: 3px;
  cursor: pointer;
  transition:
    width 0.3s ease,
    background-color 0.3s ease;
}

.pagination-dot.active {
  width: 38px;
  background-color: #fff;
}

@media (max-width: 1599px) {
  .stats-container {
    margin-left: 0;
  }
}

@media (max-width: 1363px) {
  .heading-details {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .car-heading > p {
    text-align: center;
  }
}

@media (max-width: 590px){

  .auto-sales .car-make {
    font-size: 37px;
  }
}

@media (max-width: 1363px){
  .auto-sales .gallery-item{
    margin: 0 20px;
  }
}

@media (max-width: 1363px){
  .auto-sales .gallery-item{
    margin: 0 20px;
  }
}
@media (min-width: 611px) and (max-width: 1363px){
  .auto-sales .filters{
    margin: 0 22px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 464px) {
  .stat-value {
    font-size: 10vw;
  }
  .stat-label {
    font-size: 0.6em;
  }
}

@media (max-width: 1376px) {
}

@media (max-width: 636px) {
  #contacts-line {
    width: 100%;
  }
}


@media (max-width: 1363px) {
  .car-model {
    text-align: center;
  }

  .auto-sales .divider{
    width: 54.5%
  }
}

@media (min-width: 1454px) and (max-width: 1492px) {
  .services-menu {
  }
}

@media (min-width: 1452px) and (max-width: 1453px) {
  .services-menu {
    width: 102.5%;
  }
}

@media (min-width: 1451px) and (max-width: 1719px) {
  .hero__container {
  }
}
@media (min-width: 1377px) and (max-width: 1489px) {
  .hero__container {
  }
}
@media (min-width: 1381px) and (max-width: 1403px) {
  .hero__container {
  }
}

.car-deals .intro__text {
  height: initial;
}

.car-deals .intro__container {
  padding-top: initial;
}

.car-deals .gallery-item {
  min-width: 350px;
}

.car-details-container {
  max-width: 1160px;
  margin: 0 auto;
    display: flex;
  gap: 80px;
  align-items: flex-start;
    }
.details-column {
  flex: 3;
  min-width: 0;
}

.price-column {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .car-details-container {
    flex-direction: column;
    gap: 40px;
  }
  .price-column {
    min-width: unset;
  }
}

.specifications {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}

.spec-row {
  display: flex;

  padding: 6px 0;
  font-size: 1rem;
}

.spec-label {
  width: 100px;

  margin-right: 20px;
  min-width: unset;

  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;

  color: #9e9e9e;
}

.spec-value {
  flex-grow: 1;

  text-align: left;

  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 600px) {
  .spec-label {
    width: 20%;
    margin-right: 10px;
  }
  .spec-value {
    flex-grow: 1;
  }
}

@media (max-width: 928px) {
}

@media (max-width: 468px) {
  .spec-row {
    flex-direction: column;
    gap: 10px;
  }
}
.description {
  max-width: 486px;
}

.description p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;

  vertical-align: middle;

  color: #ffffff;
}

.consumption-footnote {
  max-width: 400px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--s-icon-color);
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;

  vertical-align: middle;

  color: #ffffff;
}

.price-and-icon-wrapper {
  margin-bottom: 5px;
  position: relative;
}

.price-value {
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.tax-info {
  text-align: right;
  margin: 0 0 20px 0;

  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;

  color: #ffffff;
}

.contact-actions {
  width: 185px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 900px) {
  .contact-actions {
    width: 380px;
  }
  .price-value,
  .tax-info {
    text-align: left;
  }
}
@media (max-width: 433px) {
  .contact-actions {
    width: initial;
  }
}

.btn-whatsapp,
.btn-phone {
  display: block;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;

  transition: background-color 0.2s;
}

.btn-whatsapp {
  color: white;

  background-color: #d13a30;

  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
}

.btn-phone {
  background-color: #323232;
  color: var(--primary-text);
  border: 1px solid #ffffff41;

  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;

  color: #ffffff;
}

.auto-sales {
  background-color: #171616;
  color: white;

  font-family: Arial, sans-serif;
  padding-top: 100px;
}

.gallery__wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 107px;
}

.auto-sales .gallery-content {
  max-width: 1157px;
  margin-left: 24px;
}

.auto-sales .gallery-item {
  width: 49.1%;
}

.auto-sales .gallery-content button {
  margin-right: initial !important;
}

.auto-sales .intro__gallery {
  justify-content: space-between;
}

.auto-sales .filter-item {
  max-width: 133.5px;
}

:root {
  --dark-bg: #1c1c1e;
  --chip-bg: #3c3c3e;
  --primary-text: #ffffff;
  --menu-bg: #ffffff;
  --menu-text: #000000;
  --menu-hover: #f0f0f0;
}

.header-bar {
  background-color: #151515;
  padding: 10px;
  position: relative;
  z-index: 20;

  border: none;
  border-radius: 3px;
}

.header-bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  border: 1px solid #ffffff30;
  border-radius: inherit;

  z-index: 10;
  pointer-events: none;
}

.filters-label {
  color: #ffffff78;

  position: absolute;
  top: -8.5px;

  background-color: #151515;

  padding: 0 5px;

  z-index: 30;
  font-family: "DM Sans", sans-serif;

  font-weight: 400;

  font-style: normal;

  line-height: 12px;

  letter-spacing: 0.15px;

  vertical-align: middle;
}

.filters-content {
  display: flex;
  align-items: center;
}

.filter-chips {
  display: flex;
  gap: 8px;
  margin-right: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background-color: var(--chip-bg);
  border-radius: 20px;
  font-size: 14px;
  color: var(--primary-text);
  white-space: nowrap;
}

.chip-close {
  font-size: 16.5px;
  cursor: pointer;
  line-height: 1;
  color: var(--chip-bg);
  height: 17px;
  font-weight: 485;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.dropdown-trigger {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background-color: var(--chip-bg);
  border: none;
  border-radius: 20px;
  font-size: 14px;
  color: var(--primary-text);
  cursor: pointer;
  font-weight: normal;
  gap: 8px;
}

.dropdown-clear {
  font-size: 16px;
  color: var(--primary-text);
}

.dropdown-arrow {
  font-size: 8px;
  line-height: 1;
  color: var(--primary-text);
  transition: transform 0.2s;
}

.dropdown-menu {
  position: absolute;

  top: 60px;
  left: 10px;

  min-width: 180px;
  background: var(--menu-bg);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
  z-index: 1001;

  display: none;
}

.menu-itemf {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: var(--menu-text);
  font-size: 16px;
  white-space: nowrap;
}

.menu-itemf:hover {
  background-color: var(--menu-hover);
}

.chip {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

  font-weight: 400;

  font-style: normal;

  font-size: 0.8125rem;

  line-height: 18px;

  letter-spacing: 0.16px;

  color: rgba(255, 255, 255, 0.87);
}

.close-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  border: 1px solid #fff0;
  border-radius: 50%;
  height: 13px;
  margin-left: 4.3px;
  background-color: #ffffff78;
}

@media (max-width: 1461px) {
  .nav-lang-wrap nav {
    padding-right: 33px;
  }
  .nav-lang-wrap {
    padding-left: 226.9px;
  }
}

@media (max-width: 1206px) {
}
@media (max-width: 1148px) {
  .heading {
    margin-left: 34px;
  }

  #whyUsHeading{
    margin-left: 0px;
  }
  .why-us-main .why-us-content {
    margin-left: 19px;
  }
}

@media (max-width: 1078px) {
  .footer-block--info p {
    text-align: left !important;
  }
}

@media (min-width: 1364px) and (max-width: 1459px) {
  .gallery__content {
    padding-right: 10px !important;
  }
}
@media (min-width: 1172px) and (max-width: 1283px) {
  .why-us-main .why-us-content {
    margin-right: 20px;
  }
}

@media (max-width: 1231px) {
}

@media (min-width: 4800px) {
  .form__wrapper {
    padding-right: 82px !important;
  }
}


@media(max-width: 587px){

  .intro{
    padding-bottom: 105px;
  }
}






@media(max-width: 599px){

  .exclusive-text{
    max-width: 311px;
  }

  .intro-subtext{
    height: 50%;
  }

  .intro__text{
    justify-content: flex-start;
    margin-bottom: -22px;

    gap: 40px;
  }

  .intro__gallery{
    padding-top: initial;
  }

  .why-us-content{
    padding-bottom: initial;
  }
  .quote__container{
    padding: 29px 0 0 ;
  }
  .quote{
    padding-bottom: 41px;
  }
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 665px;
  background-color: #151515;
  position: relative;
  overflow: hidden;
}

.contacts__container {
  width: 50%;

  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.map-container {
  width: 49.6%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 665px;
  object-fit: cover;
  position: relative;
}

.auto-sales .intro__gallery {
  padding-top: 30px;
}

.content-item {
  position: relative;
}

.content-item::after {
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 0.7;

  background: linear-gradient(to bottom, #000 0%, #000 150%);

  z-index: 1;

  color: beige;
}

@media (min-width: 913px) and (max-width: 1239px) {
  .services-menu ul {
    margin-left: 15px;
    margin-right: 50px;
  }
}

@media (min-width: 633px) and (max-width: 912px) {
  .services-menu ul {
    margin-left: 27px;
  }
}

@media (max-width: 632px) {
  .services-menu ul {
    margin-right: 83px;
  }

  #gallery-cta {
    width: 265px;
  }

  #service-heading {
    margin-right: 41px;
  }
}

@media(max-width: 416px){

  #salesHeading{
    text-align: center;
  }

  .intro__text{
    margin-bottom: 0px !important;
  }
  #submit-msg{
    margin-top: 20px;
    margin-bottom: 39px;
  }

  #thanks{
    margin-left: 0px;
    margin-top: 30px;
  }

  #next-msg{
    margin-left: 67px;
    margin-top: 50px;
  }

}

#whyUsLine{
  width: 92%;
  border-bottom: 3px solid #d2a28c;
  position: absolute;
  display: inherit;
  top: -34px;
  z-index: 3;
}

.car-menu li p{
font-family: DM Sans, sans-serif;
}


@media(min-width: 989px) and (max-width: 1239px){

  #service-heading{
    margin-right: 60px !important;
  }
}





.section__wrap .divider{
  width: 100%;
  margin-left: 3px;
}

@media(max-width: 1195px){

  .custom__gallery1 ul{
    padding-right: 15px !important;
    
  }

  .section__wrap .heading-details{
    padding-left: 15px;

  }
  .section__wrap .heading-details .divider{
    width: 97%;
    
  }

  .custom__gallery1 ul{
    margin-left: 11px !important;
  }
}
@media(max-width: 772px){

.text__centering-wrapper .description{
  max-width: 607px !important;
  margin: 0 40px;
}


}
@media(max-width: 854px){

  .section__wrap .heading-details .divider{
    width: 50%
  }
}


.custom__gallery1 {
    padding: 20px 0;
    background-color: #000; }

.custom__gallery1 .wrapper {
        max-width: 1158px; 
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }

.custom__gallery1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;     flex-wrap: wrap;     gap: 20px;     justify-content: flex-start;
}

.custom__gallery1 li {
        flex: 1 0 auto;     height: 150px;     overflow: hidden;     background-color: #333; }

@media (max-width: 600px) {
    .custom__gallery1 li {
        flex: 0 0 calc(50% - 5px); 
        height: 110px;    
      
      
      
      }
    .custom__gallery1 ul {
        gap: 10px;     }
}


.custom__gallery1 li img {
        width: 100%;
    height: 100%;
    object-fit: cover;     display: block;
    transition: transform 0.3s ease; 
    /* aspect-ratio: 16 / 9; */
  
  }

.custom__gallery1 li img:hover, .gallery-item img:hover {
    transform: scale(1.05);
    cursor: pointer;
}




.modal {
    display: none;     position: fixed;     z-index: 1000;     padding-top: 60px;     left: 0;
    top: 0;
    width: 100%;     height: 100%;     overflow: auto;     background-color: rgba(0,0,0,0.9);     
        opacity: 0;
    transition: opacity 0.3s ease-out;
}

.modal.is-open {
    display: block;
    opacity: 1;
}

.modal-content-wrapper {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 900px;
    height: 80vh;     display: flex;
    align-items: center;     justify-content: center; }

.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;     object-fit: contain; }

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1001; }

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.prev-button, .next-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.next-button {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev-button:hover, .next-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.carousel__centering-wrapper{
  display: flex;
  justify-content: center;
}

@media(max-width: 1195px){
  .section__wrap .car-carousel{
    flex-direction: column !important;
  }

  .section__wrap .carousel__wrapper{
    margin-left: 43px !important;
    padding-right: 43px;
  }
}

.section__wrap .car-carousel{

  margin-top: 26px;
  flex-direction: row;
  max-width: 1146px;
}


.section__wrap .image__container{
  max-width: initial;
}


.service_page .carousel__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 563px;
    padding-left: 6px;
}


@media(max-width: 583px){
#chat-window{
  width: 90%;
  right: initial !important;

}

}

.text__centering-wrapper{

    max-width: 1146px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;

    /* text-align: center; */

    padding-left: 2px;
}

.text__centering-wrapper .description{

  max-width: 1146px;
  padding-left: 14px;
}

@media(max-width: 1195px){
.text__centering-wrapper .description{

  max-width: 1146px;
  padding-left: initial;
}

}

#policy-wrap{

  text-align: initial;
  gap: initial;
  padding-left: 9px;

}

#policy-wrap ul{

    margin-left: 20px;
    padding-left: 20px;
}



@media (max-height: 638px){

  .car-menu{
    padding-top: 192px !important;
    /*padding-bottom: 205px;*/
  }
}
@media(max-width: 579px){
.car-menu{
padding-bottom: 170px;
}



}
.car-menu button{
  /* position: absolute; */
      }

@media (min-width:580px) and (max-width: 832px){
.car-menu button{
  /* top:540%; */
}
.car-menu p{
  /* padding-bottom: 56px; */
}
.car-menu li:last-child p:last-of-type,
.car-menu li:nth-child(2) p{
    backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
}

@media (min-width:833px){
.car-menu button{
  /* top:226%; */
}
.car-menu p{
  /* padding-bottom: 78px; */
  backdrop-filter: initial;
  -webkit-backdrop-filter: initial;
}
.car-menu li{
  backdrop-filter: initial;
  -webkit-backdrop-filter: initial;
}
}

@media (max-width:579px){
.car-menu button{
  /* top:486%; */
}
.car-menu p{
  /* padding-bottom: 67px; */

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
}

@media(min-width: 716px) and (max-width:1231px){

  .form-row div:nth-child(1){
    width: 49% !important;
  }
}

@media(max-width: 1363px) and (min-width: 1177px){

 .gallery-content ul{
  margin-left:7px;
 }
}


@media(max-width: 1363px){

.car-deals ul{
  justify-content: center;
  max-width: 1178px;
  }
.car-deals .intro__container{
  
}
.car-details-container {
  max-width: 1177px;
  margin: 0 auto;
  padding: 0px 24px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  width: 100%;
}

.car-profile {
  background-color: #171616;
  color: white;
  padding: 100px 5%;
  font-family: Arial, sans-serif;
  }
}






@media(max-width:729px) {
  
}




.car-heading {
  max-width: 1159px;
  width: 100%;
  padding-left: 15px;
}


.carousel__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1160px;
  padding-left: 14px;
}

.car-details-container {
  max-width: 1162px;
  margin: 0 auto;
    display: flex;
  gap: 80px;
  align-items: flex-start;
    padding-left: 15px;
}

.auto-sales .car-heading{
  max-width: 1153px !important;
  margin-left: 17px !important;
  border-bottom: 3px solid #d2a28c;
  padding: 0 !important;
}

@media(max-width: 1363px) and (min-width: 500px){
  .auto-sales .car-heading{
    padding-left: 0px !important;
    max-width: 506px !important;
    margin-left: 0px !important;
  }

}

@media(max-width: 499px){
  .auto-sales .car-heading{
    padding-left: 0px !important;
    max-width: 306px !important;
    margin-left: 0px !important;
  }

}

@media(max-width: 1363px){

  .car-heading{
    padding-left: 0px !important;
    max-width: 1181px !important;
  }



  .auto-sales .divider{
    padding-top: 10px;
  }

  .auto-sales .car-make{
    text-align: center;
  }

  .auto-sales .heading-details{
    display: initial;
  }

  #carouselWrapper{
    padding-left: 0px !important;
    max-width: 1181px;
  }

  .arrow--left{
    left: -10px;
  }

  .car-details-container{
    padding: 0 !important;
    max-width: 1181px;
  }

  .car-deals .intro__container{
    margin: 0 0px;
  }
}

.text-label{
  max-width: 90px;
}

@media (max-width: 645px){

  .car-deals{
    padding-bottom: 21px;

  }
  .contacts-misc{
    padding-bottom: 36px;
  }
}







.service_page .car-heading{
  max-width: 1140px !important;
  margin-left: 13px !important;
  border-bottom: 3px solid #d2a28c;
  padding: 0 !important;
}


.custom__gallery2 .wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 1rem;
}

.custom__gallery2 .section-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-align: center;
    color: #111827;
}


.custom__gallery2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #000;
}

.custom__gallery2 ul {
    display: grid;
    grid-template-columns: 1fr;     gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
        grid-auto-rows: 1fr;
}

.custom__gallery2 .gallery__item {
    position: relative;
    overflow: hidden;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    cursor: pointer;

    max-height: 250px;
}

.custom__gallery2 .gallery__item > div {
    height: 62px }

.custom__gallery2 .gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.custom__gallery2 .gallery__item:hover img {
    transform: scale(1.05);
}


.custom__gallery2 .overlay-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #33373C;     padding: 1rem;
    color: white;
}

.custom__gallery2 .overlay-card .small-text {
font-family: 'DM Sans', sans-serif;   font-weight: 400;   font-style: normal;   font-size: 14px;
  line-height: 100%;   letter-spacing: 0;       color: #FFFFFF;     margin-bottom: 0.25rem;
}

.custom__gallery2 .overlay-card .large-text {
font-family: 'DM Sans', sans-serif;   font-weight: 300;
  font-style: normal;   font-size: 20px;
  line-height: 100%;   letter-spacing: 0;
  
    vertical-align: middle; 
  
    color: #9E9E9E;
}



@media (min-width: 640px) {
    .custom__gallery2 .gallery__item > div {
        height: 62px;
    }
}

@media (min-width: 768px) {
    .custom__gallery2 ul {
                grid-template-columns: repeat(3, 1fr); 
                grid-auto-rows: 250px;
        gap: 1.5rem;
        margin-left: 3px;
    }

        .custom__gallery2 .gallery__item {
        max-height: none; 
    }

    
        .custom__gallery2 .gallery__item:nth-child(3) {
        grid-column: 3 / span 2;         grid-row: 1 / span 2;        }

        .custom__gallery2 .gallery__item:nth-child(4) {
        grid-column: 1 / span 2;         grid-row: 2 / span 1;        }

        .custom__gallery2 .gallery__item:nth-child(8) {
        max-width: 267px;
 }
}

@media(min-width: 768px){
  .custom__gallery2 .gallery__item img{
    /* width: initial !important; */
  }
}

@media(min-width: 1185px){
  .service_page .car-heading{
  max-width: 1144px !important;
  /* margin-left: 14px !important; */
  border-bottom: 3px solid #d2a28c;
  padding: 0 !important;
}
}

@media(max-width: 1363px){
  .service_page .car-heading{
  max-width: 323px !important;
  /* margin-left: 14px !important; */
  border-bottom: 3px solid #d2a28c;
  padding: 0 !important;
}
}

@media (max-width: 1195px){
  .text__centering-wrapper{

    max-width: 1146px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 24px;

    text-align: center;

    padding-left: 2px;
}
}


.intro-subtext .sub-text{
line-height:145%;
}

#introCars, .car-deals .gallery-item img:first-child{
height:317px;
}

.gallery-para1{
margin-top:3px;
}

.footer-block--info p {
line-height:148%;
}
.footer-block--info .address{
	margin-top:20px;
}

#gallery-cta{
background-color: #DA2424;
font-weight:500;
}

#service-cta, #submit-msg{
background-color: #DA2424;
font-weight:500;
}
.specifications{
margin-bottom: 64px;
}
.description p, .consumption-footnote p{
line-height:130%;
}

.car-details-container{
margin-top:60px;
}

.car-deals .exclusive-text, .intro .exclusive-text{
  max-width: 670px;
  max-height: 39px;

  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 75%;
  letter-spacing: 0;
  text-align: center;

  color: #ffffff;

  border-bottom: 2px solid #d2a28c;
  padding-bottom: 43px;
  margin-right: 139px;
}
.social-links .socials-line{
  display: block;
  width: 97.4%;
  border-bottom: 3px solid #d2a28c;
  margin: 30px 0;
  position: absolute;
  top: 20px;
}


@media(min-width:1364px){

	.carousel__wrapper,.car-details-container{
	max-width:875px;
	}
	.carousel__wrapper .arrow--left{
	left:-143px;
	}
	.carousel__wrapper .arrow--right{
	right:-143px;
	}

}

@media(max-width:482px) and (min-width:260px){

#introCars, .car-deals .gallery-item img:first-child{
height:214px;
}
}

.services-menu img{
max-height: 280px !important;
}


.chat-img{
width: 50px !important;
}

.service-why-us .services__container{
margin-top: 80px;
}
.service-why-us .services{
background-color: #000;
}

.why-us-main{
  background-color: #151515;
}
#why-us-text{
  margin-bottom: 46px;
}
.quote-text{
  padding-top: 100px; 
}
.risinajums{
  padding-bottom: 82px;
}
.why-us-main{
  padding-bottom: 0;
}
.socials{

  height: initial !important;
  max-height: 1000px !important;
}

@media (max-width:754px){
.intro .exclusive-text{
	line-height:30px;
}
}

.service_page__wrap .services-menu{
display: flex;
justify-content: center;
}

.service_page__wrap .services-menu ul{
flex-direction: column;
background-color:black;
}

.service_page__wrap .services-menu li{
width: initial;
max-width: 1163px;
}

@media(min-width:949px){.service_page__wrap .services-menu li img {

height: 384px !important;
max-height: initial !important;

}}

.services__main__heading .car-heading{

  max-width: 1142px !important;
  margin-left: 33px !important;
  border-bottom: 3px solid #d2a28c;
  padding: 0 !important;
}

@media(max-width:1363px){
.services__main__heading .car-heading	{
  max-width: 647px !important;
  margin-left: 2px !important;
  border-bottom: 3px solid #d2a28c;
  padding: 0 !important;
}
}
@media(max-width:726px){
.services__main__heading .car-heading   {
  max-width: 303px !important;
  margin-left: 2px !important;
  border-bottom: 3px solid #d2a28c;
  padding: 0 !important;
}


.service_page__wrap .services-menu li img {
width: 100%;
}
}

@media(max-width:948px) and (min-width:728px){
.service_page__wrap .services-menu li img{
height:314px !important;
}

}


@media(max-width:727px) and (min-width:555px){
.service_page__wrap .services-menu li img{
height:252px !important;
}

}


.services__main__heading{
margin-bottom:60px;
}
.service_page__wrap .services-menu li:nth-of-type(1) {
    padding-top: 0px;
}





@media(min-width:656px){
.service_page__wrap .services-menu li div,
.service_page__wrap .services-menu li p{
margin-left:38px;
}
}

.service_page__wrap .services-menu{
padding-bottom: 91px;
}

@media(max-width:1148px) and (min-width:728px){
.service_page__wrap .services-menu img{
width:100%;
}

}

@media(max-width:1500px){
.chat-button
{
bottom:30px;

}
}

@media(max-width:1758px) and (min-width:1501px) {

.chat-button{
width:80% !important;
}

}







.services-menu li:nth-child(1) button
{
margin-top:47px;
}


@media (max-width:478px) {
  #tiktokFrame{
    height: 77.5%;
  }
  .social-links{
    top:86%;
  }
}

@media(max-width:832px) and (min-width: 580px){
  .car-menu{
padding-bottom: 150px !important;
}
}
.services-menu ul button{
  margin-top: 20px;
}


.hero__container{
  z-index: 3;
}


/* Base overlay */
.hero-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 2;
    pointer-events: none;
}

/* Whole height overlay */
.hero-overlay--full {
    top: 0;
    height: 100%;
}

/* Partial overlay (bottom fade or solid block) */
.hero-overlay--partial {
    bottom: 0;
    height: 30%; /* change to 25% if needed */
}

.hero-overlay--partial {
    bottom: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,1),
        rgba(0,0,0,0)
    );
}

@media(min-width: 1724px){
  .services__page .auto-sales{
    padding-right: 20px;
  }
}

.carousel__contacts{
  margin-bottom: 69px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.service_contacts_wrap .auto-sales{
    display: flex;
  justify-content: center;
    padding-top: 50px;
}
.carousel__contacts h2{
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;

}
.phone_nr{
  padding-bottom: 20px;
}
.phone_nr,.mail{
  display: flex;
  gap:40px;
}

.phone_nr img,.mail img{
  height: 30px;
}
.phone_nr p,.mail p{
  font-family: 'DM Sans', sans-serif;
}

.video_frame_wrap .auto-sales{
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.video_frame_wrap .auto-sales iframe{
  width: 100%;
  max-width: 1130px;
  height: 610px;
  margin-bottom: 60px;
}

@media(max-width:614px){
.video_frame_wrap .auto-sales iframe{
  height: 400px;

}

}


.premium-auto-hero {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.premium-auto-hero:hover {
    transform: scale(1.05);
}


@media(max-width:400px){
  .service_page .car-heading{
    margin-left: 0 !important;
  }

}

@media(max-width:1363px){
  .car-make{
    white-space: initial;
    text-align: center;
  }
  
}





.icon__wrap {
  padding-top: 11px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  
  gap: 15px; 
}

#carTitle{
  font-weight: bold;
  color: #d2a28c;
}
.card__item{
  display: flex;
  gap: 15px;
  width: 173px;
  /* padding-top: 10px; */
}
.card_img {
  height: 20px !important; /* Use !important only if the inline style is stubborn */
  width: auto !important;
  max-height: none !important;
  object-fit: unset !important;
  display: inline-block !important; 
}
.car__data{
  position:relative;
}

.mobile__contacts{
  display: none;

}
#mobile__price{
  display: none;
}

@media (max-width:432px){
  .mobile__contacts {
    position: fixed;
    bottom: 16px;            
    left: 50%;
    transform: translateX(-50%);
    width: 90%;  
    display: flex;
    gap: 12px;
    z-index: 19;
  }

 
  .mobile__contacts a {
    flex: 1;                   
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 12px;
  }

  .btn-whatsapp {
    background-color: #d13a30;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 3.7vw;
    border: 1px solid #ffffff41;
    font-weight: 500;
  }

  .btn-phone {
    background-color: #323232;
    color: #fff;
    border: 1px solid #ffffff41;
    font-family: "DM Sans", sans-serif;
    font-size: 3.7vw;
    font-weight: 500;
  }


  #carouselPagination{
    width: 100%;
    justify-content: space-around;
  }
  .specifications{
    margin-bottom: 23px;
  }
  .car-details-container{
    margin-top: 35px;
    display: initial;
  }
  #mobile__price{
    margin-top: 22px;
    display: block;
  }
  .price-column{
    display: none;
  }
  /* .mobile__contacts{
    display: flex;
    position: fixed;
    z-index: 19;
    gap: 30px;
    top:93%;
    justify-content: space-between;
    width: 90.2%;
  } */
  .contact-actions a{
    display: none;
  }
}

@media(max-width:228px){
  .mobile__contacts{
    width: 100%;
  }
  /* #whatsapp__float, #phone__float{
    width: 100% !important;
    min-width: initial !important;
  }
  .btn-phone{
    font-size: 13px;
  }
  #phone__float{
    padding: 16px 14.9px !important
  } */
}

/* #whatsapp__float, #phone__float{
  min-width: 138px;
  white-space: nowrap;
  height: 46px;
  padding: 14px 20px;
}
#phone__float{
  
}

#whatsapp__float{
  width: 156px;
  
} */

@media(max-width:339px){
  .mobile__contacts{
    justify-content: space-between;
  }
}

@media (max-width: 753px) {
  .exclusive-text {
    padding-bottom: 0px !important;
  }
}

@media(max-width:599px){
  .intro .exclusive-text{
    max-height: 68px;
    max-width: 293px;
    line-height: 33px;
    padding-bottom: 77px !important;
  }

}