@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
body {
  font-family: "Montserrat-Regular";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-Medium";
}

.container-fluid {
  padding: 0 40px;
}

main {
  padding-top: 65px;
}

.btn-link {
  text-transform: uppercase;
  color: #000;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.btn-link:hover {
  text-underline-offset: 3px;
  text-decoration-color: #000;
  color: #999;
}

.btn-dark {
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 3px;
}
.btn-dark:hover {
  background-color: #910a2d;
}

.btn-primary {
  color: #fff;
  border: 1px solid #010101;
  background: #010101;
  transition: all 0.3s;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #fff;
  color: #010101;
  border-color: #010101;
}

.btn-outline-primary {
  color: #010101;
  border: 1px solid #010101;
  background: #fff;
  transition: all 0.3s;
  border-radius: 0;
}
.btn-outline-primary:hover {
  background-color: #010101;
  color: white;
  border-color: #010101;
}
.btn-outline-primary:active {
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-outline-primary:focus-visible {
  background-color: #010101;
  border-color: #010101;
  box-shadow: none;
}

.btn-outline-light {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.3s;
  border-radius: 0;
}
.btn-outline-light:hover {
  background-color: #fff;
  color: #010101;
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler svg {
  width: 40px;
  height: 40px;
}
.navbar-toggler svg .line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-toggler svg .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #fff;
}
.navbar-toggler svg .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
  stroke: #fff;
}
.navbar-toggler svg .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #fff;
}

.navbar-toggler[aria-expanded=true] .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #fff;
}

.navbar-toggler[aria-expanded=true] .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
  stroke: #fff;
}

.navbar-toggler[aria-expanded=true] .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #fff;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
header .bg-dark {
  background-color: #252728 !important;
}
header .wrapper-logos {
  display: flex;
  align-items: center;
}
header .wrapper-logos .navbar-brand {
  margin-right: 15px;
}
header .wrapper-logos .navbar-brand img {
  max-width: 104px;
}
header .navbar {
  padding: 1px 0;
}
header .navbar .navbar-nav {
  gap: 11px;
}
header .navbar .navbar-nav .dropdown-center {
  position: static;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 49px;
  font-family: "Montserrat-Bold";
  color: #e7dddd;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
header .navbar .dealer-logo {
  max-width: 100px;
}
header .navbar .dealer-logo-mobile {
  display: none;
}
header .search {
  display: flex;
  gap: 5px;
}
header .search .nav-link {
  display: flex;
  align-items: center;
}
header .search .nav-link .search-input {
  display: none;
  height: 35px;
  margin-right: 5px;
}

.wrapper-two-columns {
  padding: 50px 90px;
  left: 0;
  width: -webkit-fill-available;
}
.wrapper-two-columns.show {
  margin-top: 0;
  border: none;
  border-radius: 0;
}
.wrapper-two-columns::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  top: 0;
  left: 50%;
  background-color: #999;
}
.wrapper-two-columns .img-text-card {
  display: flex;
  gap: 20px;
}
.wrapper-two-columns .img-text-card img {
  max-width: 270px;
}
.wrapper-two-columns .img-text-card .text {
  max-width: 310px;
}
.wrapper-two-columns .img-text-card .text h6 {
  color: #999;
  text-transform: uppercase;
}
.wrapper-two-columns .img-text-card .text .btn-link {
  padding-left: 0;
}

.wrapper-three-columns {
  padding: 50px 90px;
  left: 0;
  width: -webkit-fill-available;
}
.wrapper-three-columns.show {
  margin-top: 0;
  border: none;
  border-radius: 0;
}
.wrapper-three-columns::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  top: 0;
  left: 35%;
  background-color: #999;
}
.wrapper-three-columns::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  top: 0;
  right: 35%;
  background-color: #999;
}
.wrapper-three-columns .first-column,
.wrapper-three-columns .second-column,
.wrapper-three-columns .third-column {
  max-width: fit-content;
  margin: 0 auto;
}
.wrapper-three-columns h6 {
  color: #999;
  text-transform: uppercase;
}
.wrapper-three-columns ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 100px;
}
.wrapper-three-columns ul li a {
  text-decoration: none;
  color: #000;
}
.wrapper-three-columns img {
  max-width: 270px;
  margin-top: 20px;
}
.wrapper-three-columns .img-text {
  display: block;
  margin-bottom: 20px;
}
.wrapper-three-columns .btn-link {
  padding-left: 0;
}

.control-button {
  border: 2px solid white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.carousel-item .container {
  position: absolute;
  top: 10%;
  left: 5%;
  color: white;
}

#main-carousel {
  height: calc(100vh - 103px);
  padding: 0;
}

#main-carousel .carousel-inner {
  height: 100%;
}

#main-carousel .hero-banner {
  height: 100%;
}

#main-carousel .carousel-item {
  height: 100%;
}

#main-carousel .carousel-item img,
#main-carousel .carousel-item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#main-carousel .carousel-item .picture-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main-carousel .container {
  z-index: 99;
}

.models-slider-card {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  padding: 32px;
  margin: 0 32px;
  height: auto;
  min-height: 100%;
  flex: 1 1 auto;
}

.models-slider-card .slider-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.models-slider {
  background-color: #f2f2f2;
  padding-top: 32px;
  padding-bottom: 72px;
}

.slick-track {
  display: flex;
  align-items: stretch;
}

.models-slider .slick-prev,
.models-slider .slick-next {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid black;
  color: black;
  background-color: white;
  bottom: 12px;
}

.models-slider .slick-prev {
  right: 75px;
}

.models-slider .slick-next {
  right: 15px;
}

.slider-modele {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}

.lista-modele {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.lista-modele .page-title {
  text-align: center;
}
.lista-modele .page-title h2 {
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}
.lista-modele .mazda-card {
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
  border-radius: 0;
  background-color: #fff;
  transition: all ease 0.5s;
  height: 100%;
  text-decoration: none;
}
.lista-modele .mazda-card:hover {
  background: #f3f3f3;
  box-shadow: 0 10px 20px 0 #f3f3f3;
}
.lista-modele .mazda-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: all ease 0.5s;
}
.lista-modele .mazda-card .card-body .card-title {
  font-size: 22px;
  color: #000;
}
.lista-modele .mazda-card .card-body .card-image {
  transition: 0.5s;
}
.lista-modele .mazda-card .card-body .card-image:hover {
  transform: scale(1.05);
}
.lista-modele .mazda-card .card-body .details {
  margin-top: 20px;
  min-height: 50px;
}
.lista-modele .mazda-card .card-body .details .btn-link {
  text-decoration: none;
  color: inherit;
  text-transform: none;
}
.lista-modele .mazda-card .card-body .details .btn-link:hover {
  font-weight: bold;
  text-decoration: underline;
}

.model-hero {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.model-hero .model-hero-title {
  position: absolute;
  top: 5.72917vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.model-hero .model-hero-title h1 {
  font-weight: 700;
  line-height: 1.375;
}
.model-hero .model-hero-subtitle {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
}
.model-hero .model-hero-subtitle h1 {
  font-weight: bold;
}
.model-hero .model-hero-subtitle h4 {
  font-weight: 700;
}
.model-hero .model-hero-subtitle .row {
  display: flex;
  justify-content: center;
}

.model-title .row {
  align-items: center;
}
.model-title .supra-title {
  font-weight: bold;
  color: rgb(124, 125, 126);
}

.red-line {
  width: 24px;
  height: 2px;
  background: rgb(215, 12, 25);
  margin-bottom: 10px;
}

.vertical-cards .card {
  height: 100%;
  background: #F7F7F7;
  border-radius: 0;
  border: none;
}
.vertical-cards .card .card-title {
  color: #252728;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.vertical-cards .card .card-text {
  color: #515253;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.vertical-cards-v2 .card {
  height: 100%;
  border-radius: 0;
  border: none;
}
.vertical-cards-v2 .card .card-title {
  color: #252728;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.vertical-cards-v2 .card .card-text {
  color: #515253;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.top-line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  transform: translateX(50%);
  width: 20px;
  height: 2px;
  background-color: red;
}

.wide-img {
  width: 100%;
  position: relative;
}

.wide-img img {
  width: 100%;
  object-fit: cover;
}

.wide-img .content {
  text-align: center;
}

.wide-img .cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

.wide-img .inner-card {
  padding: 40px 30px;
  border-radius: 12px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: calc(50% - 24px);
}

.wide-img .inner-card .img-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 16px;
}

.wide-img .inner-card p {
  margin: 0;
}

.diversity {
  position: relative;
  height: 100%;
  color: white;
}

.diversity h1 {
  color: white;
}

.diversity .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diversity .cards {
  display: flex;
  align-items: stretch;
  padding: 32px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.diversity .inner-card {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 2px solid white;
  padding: 16px;
  flex: 1 1 auto;
  text-align: center;
}

.diversity .inner-card h5 {
  margin: 16px 0;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}
.footer h5 {
  color: #fff;
  font-size: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  color: #d5d5d5;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #fff;
}
.footer .social-icons a {
  display: inline-block;
  color: #d5d5d5;
}
.footer .social-icons a i, .footer .social-icons a svg {
  margin-right: 10px;
  font-size: 14px;
}
.footer .bottom-footer {
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
  margin-top: 20px;
}
.footer .bottom-footer .left-side {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.footer .bottom-footer .footer-logo {
  max-width: 70px;
}
.footer .bottom-footer .list-inline {
  margin: 0;
}
.footer .bottom-footer .list-inline li a {
  color: #d5d5d5;
  font-size: 12px;
  text-transform: capitalize;
}
.footer .bottom-footer .list-inline li a:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .wrapper-two-columns,
  .wrapper-three-columns {
    padding: 40px;
  }
  main {
    padding-top: 60px;
  }
  header .navbar .navbar-brand {
    margin-right: 0;
    padding: 14px 0;
  }
  header .navbar .dealer-logo-mobile {
    display: inline-block;
    max-width: 120px;
  }
  header .navbar .dealer-logo-desktop {
    display: none;
  }
  header .navbar .navbar-nav {
    gap: 10px;
    margin-top: 20px;
    overflow: auto;
    height: calc(100vh - 230px);
    scrollbar-width: thin;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
  header .navbar-collapse.show, header .collapsing {
    position: absolute;
    top: 60px;
    margin-left: -40px;
    width: 100%;
    background-color: #f5f5f5 !important;
  }
  header .navbar-collapse.show .navbar-nav, header .collapsing .navbar-nav {
    padding: 0 32px;
  }
  header .navbar-collapse.show .navbar-nav .nav-item .nav-link, header .collapsing .navbar-nav .nav-item .nav-link {
    color: #000;
  }
}
@media screen and (min-width: 992px) {
  .diversity .bg-img {
    max-height: 800px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 12px;
  }
  header .navbar-collapse.show, header .collapsing {
    margin-left: -12px;
  }
  .wrapper-two-columns::after {
    display: none;
  }
  .wrapper-two-columns .first-column {
    padding-bottom: 20px;
  }
  .wrapper-three-columns::after, .wrapper-three-columns::before {
    display: none;
  }
  .wrapper-three-columns img {
    max-width: 100%;
  }
  .model-title {
    text-align: center;
  }
  .model-title .red-line {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .wide-img .cards {
    position: absolute;
    bottom: -187px;
    left: 50%;
    gap: 32px;
    transform: translateX(-50%);
  }
  .wide-img {
    margin-bottom: 300px;
  }
  .wide-img .content {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .diversity h1 {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .diversity .cards {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .carusel .slick-dots li button {
    width: 50px;
  }
  .carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 576px) {
  header .navbar .dealer-logo-mobile {
    max-width: 100px;
  }
  .wrapper-two-columns {
    padding: 20px;
  }
  .wrapper-two-columns .img-text-card {
    display: block;
    margin-bottom: 10px;
  }
  .wrapper-two-columns .img-text-card img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .wrapper-three-columns {
    padding: 20px;
  }
  .wide-img .inner-card {
    width: 100%;
  }
  .wide-img .cards {
    flex-direction: column;
  }
}