@charset "UTF-8";
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTProMedium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTProRoman.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.bg-dark {
  background-color: #22252A !important;
}

.bg-light {
  background-color: #F3F3F3 !important;
}

.bg-body-tertiary {
  background-color: rgba(255, 255, 255, 0.933) !important;
}

body {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h2 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #009de3;
  --bs-btn-border-color: #009de3;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #009de3;
  --bs-btn-hover-border-color: #009de3;
  --bs-btn-active-bg: #009de3;
  --bs-btn-active-border-color: #009de3;
  --bs-btn-border-radius: 0px;
  --bs-btn-padding-x: 45px;
  --bs-btn-padding-y: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #009de3;
  --bs-btn-hover-border-color: #009de3;
  --bs-btn-active-bg: #009de3;
  --bs-btn-active-border-color: #009de3;
  --bs-btn-border-radius: 0px;
  --bs-btn-padding-x: 45px;
  --bs-btn-padding-y: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-border-radius: 0px;
  --bs-btn-padding-x: 45px;
  --bs-btn-padding-y: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

header {
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header .navbar {
  padding: 0;
}
header .mobile-display {
  display: none;
}
header .offcanvas {
  display: none;
}
header .main-header .navbar-nav {
  gap: 20px;
}
header .main-header .navbar-brand {
  max-width: 170px;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
header .main-header .nav-link {
  font-size: 15px;
  font-weight: 500;
  padding: 29px 8px;
  color: #292929;
}
header .main-header .nav-link:hover {
  color: #009FDF;
}
header .nav-item.dropdown-hover {
  position: relative;
}
header .nav-item.dropdown-hover .dropdown-menu, header .nav-item.dropdown-hover .dropdown-menu-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #DCE2E6;
  border: none;
  border-top: 3px solid #009FDF;
  padding: 0.5rem 0;
  list-style: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: all 0.5s ease;
}
header .nav-item.dropdown-hover .dropdown-menu .dropdown-item, header .nav-item.dropdown-hover .dropdown-menu-2 .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
header .nav-item.dropdown-hover .dropdown-menu .dropdown-item:hover, header .nav-item.dropdown-hover .dropdown-menu-2 .dropdown-item:hover {
  background-color: transparent;
  color: #009FDF;
}
header .nav-item.dropdown-hover .dropdown-menu .dropdown-toggle::after, header .nav-item.dropdown-hover .dropdown-menu-2 .dropdown-toggle::after {
  transform: rotate(-90deg);
  margin-bottom: -1px;
}
header .nav-item.dropdown-hover .dropdown-menu .extra-sub-meniu .nav-link, header .nav-item.dropdown-hover .dropdown-menu-2 .extra-sub-meniu .nav-link {
  padding: 8px 16px;
}
header .nav-item.dropdown-hover .dropdown-menu .extra-sub-meniu .dropdown-menu-2, header .nav-item.dropdown-hover .dropdown-menu-2 .extra-sub-meniu .dropdown-menu-2 {
  left: 100%;
  top: -11px;
}
header .nav-item.dropdown-hover:hover .dropdown-menu {
  display: block;
}
header .nav-item.dropdown-hover:hover .extra-sub-meniu:hover .dropdown-menu-2 {
  display: block;
}
header .navbar-toggler svg {
  width: 40px;
  height: 40px;
}
header .navbar-toggler svg .line {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
header .navbar-toggler svg .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler svg .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler svg .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler[aria-expanded=true] .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler[aria-expanded=true] .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler[aria-expanded=true] .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #000;
}

@media (max-width: 1400px) {
  header .main-header .navbar-nav {
    gap: 14px;
  }
  header .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  header .dropdown-toggle::after {
    transform: rotate(-90deg);
    margin-bottom: -1px;
  }
  header .main-header .navbar-brand img {
    padding: 10px 0;
  }
  header .main-header .navbar-toggler {
    border: none;
  }
  header .main-header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .main-header .nav-link {
    font-size: 14px;
    font-weight: 500;
  }
  header .main-header .nav-link:hover {
    background-color: #DCE2E6;
    color: #009FDF;
    opacity: 1;
  }
  header .main-header .nav-item.dropdown-hover:hover .dropdown-menu {
    display: none;
  }
  header .main-header .navbar-nav {
    margin-top: 20px;
    gap: 10px;
  }
  header .main-header .navbar-nav .dropdown-menu {
    border: 0;
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  header .main-header .navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.65) !important;
    transition: all ease-in-out 0.2s;
  }
  header .main-header .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
  }
  header .main-header .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: transparent;
  }
  header .main-header .collapse,
  header .main-header .collapsing {
    width: 30%;
    height: 100vh !important;
    height: auto;
    position: absolute;
    top: 49px;
    right: -35%;
    background-color: #DCE2E6;
    padding: 20px;
    box-shadow: 0px 0 1px rgb(0, 0, 0);
    transition: all 300ms;
    z-index: 99999;
  }
  header .main-header .collapse .navbar-nav,
  header .main-header .collapsing .navbar-nav {
    margin-top: 0;
    margin-bottom: 10px;
  }
  header .main-header .collapse .navbar-nav .nav-item .nav-link,
  header .main-header .collapsing .navbar-nav .nav-item .nav-link {
    padding: 15px 15px;
    border: 1px solid #009FDF;
  }
  header .main-header .collapse.show,
  header .main-header .collapsing.show {
    right: 0;
  }
  header .offcanvas {
    display: block;
    top: 49px !important;
    width: 30% !important;
    background-color: #DCE2E6;
  }
  header .offcanvas .btn-close {
    background-image: none;
  }
  header .offcanvas .btn-close i {
    font-size: 19px;
  }
  header .offcanvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .offcanvas ul .nav-item {
    padding: 5px 0;
  }
}
@media (max-width: 992px) {
  header .main-header .collapse,
  header .main-header .collapsing {
    width: 44%;
    right: -50%;
  }
  header .offcanvas {
    width: 44% !important;
  }
}
@media (max-width: 767px) {
  header .main-header .collapse,
  header .main-header .collapsing {
    width: 50%;
  }
  header .offcanvas {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  header .mobile-display {
    display: flex;
  }
  header .main-header .collapse,
  header .main-header .collapsing {
    width: 100%;
    right: -102%;
  }
  header .offcanvas {
    width: 100vw !important;
  }
}
.hero-section .carousel-item {
  height: 70dvh;
}

.carousel-inner::before {
  display: block;
  content: "";
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 42.71%, #000);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.carousel-caption {
  z-index: 9;
  bottom: 90px;
  padding: 10px 10px 10px 25px;
  border-left: 3px solid #009FDF;
}

.carousel-caption img {
  max-width: 100px;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border-top: none;
  border-bottom: none;
}

.carousel-indicators .active {
  width: 16px;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .hero-section .carousel-item {
    height: 70dvh;
  }
}
.subaru-section {
  padding: 50px 0 30px 0;
  text-align: center;
}

.subaru-carousel-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 55px;
}

.subaru-carousel .slick-slide {
  padding: 0 25px;
}

.subaru-carousel .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.wrapper-card img:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
}

.subaru-carousel .slick-list,
.subaru-carousel .slick-track,
.subaru-carousel .slick-slide > div {
  height: 100%;
}

.subaru-carousel-wrap .slick-prev,
.subaru-carousel-wrap .slick-next {
  width: 42px;
  height: 42px;
  background-color: rgba(160, 160, 160, 0.85);
  border-radius: 50%;
  z-index: 10;
}

.subaru-carousel-wrap .slick-prev {
  left: -21px;
  font-size: 0;
  border: none;
  position: absolute;
  top: 36%;
  left: -65px;
}

.subaru-carousel-wrap .slick-next {
  right: -21px;
  font-size: 0;
  border: none;
  position: absolute;
  top: 36%;
  right: -65px;
}

.subaru-carousel-wrap .slick-prev:hover,
.subaru-carousel-wrap .slick-next:hover {
  background-color: rgba(120, 120, 120, 0.95);
}

.subaru-carousel-wrap .slick-prev:before,
.subaru-carousel-wrap .slick-next:before {
  font-family: Arial, sans-serif;
  font-size: 22px;
  opacity: 1;
  color: #fff;
  line-height: 1;
}

.subaru-carousel-wrap .slick-prev:before {
  content: "‹";
}

.subaru-carousel-wrap .slick-next:before {
  content: "›";
}

.subaru-carousel-wrap .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -45px;
  margin-left: 15%;
}

.subaru-carousel-wrap .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  list-style: none;
}

.subaru-carousel-wrap .slick-dots li button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -99999999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5882352941);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.subaru-carousel-wrap .slick-dots li button[aria-selected=true] {
  background-color: #000;
}

.subaru-carousel-wrap .slick-dots li button:before {
  font-size: 11px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  opacity: 1;
  color: #7fd7c4;
}

.subaru-carousel-wrap .slick-dots li.slick-active button:before {
  color: #1b6f61;
}

.subaru-confort-title {
  font-size: 18px;
  font-weight: 600;
  color: #009de3;
  margin-top: 10px;
  margin-bottom: 5px;
}

.subaru-confort-text {
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .subaru-title {
    font-size: 1.5rem;
  }
  .subaru-subtitle {
    font-size: 1rem;
    padding: 0 10px;
  }
  .subaru-confort-title {
    font-size: 1.4rem;
  }
  .subaru-confort-text {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  .subaru-carousel-wrap {
    max-width: 100%;
    padding: 0 30px;
  }
  .subaru-carousel-wrap .slick-prev {
    left: -6px;
  }
  .subaru-carousel-wrap .slick-next {
    right: -6px;
  }
  .subaru-carousel-wrap .slick-prev,
  .subaru-carousel-wrap .slick-next {
    width: 34px;
    height: 34px;
  }
}
.featured-section {
  padding: 30px 0;
}
.featured-section .featured-title {
  text-align: center;
  margin-bottom: 30px;
}
.featured-section .featured-card {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  text-decoration: none;
  background: #000;
}
.featured-section .featured-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.featured-section .featured-card .featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
  transition: background 0.3s ease;
}
.featured-section .featured-card h3 {
  position: absolute;
  left: 25px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.featured-section .featured-card:hover img {
  transform: scale(1.05);
}
.featured-section .featured-card:hover .featured-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.1) 100%);
}
.featured-section .featured-card-large {
  height: 368px;
}
.featured-section .featured-card-large h3 {
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .featured-section {
    padding: 50px 0;
  }
  .featured-section .featured-title {
    margin-bottom: 25px;
  }
  .featured-section .featured-title h2 {
    font-size: 36px;
  }
  .featured-section .featured-card-large {
    height: 360px;
  }
  .featured-section .featured-card {
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  .featured-section {
    padding: 40px 0;
  }
  .featured-section .featured-title {
    margin-bottom: 20px;
  }
  .featured-section .featured-title h2 {
    font-size: 32px;
  }
  .featured-section .featured-card,
  .featured-section .featured-card-large {
    height: 250px;
  }
  .featured-section .featured-card h3,
  .featured-section .featured-card-large h3 {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    transform: none;
    text-align: left;
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .featured-section .featured-card,
  .featured-section .featured-card-large {
    height: 220px;
  }
  .featured-section .featured-title h2 {
    font-size: 28px;
  }
  .featured-section .featured-card h3,
  .featured-section .featured-card-large h3 {
    font-size: 20px;
  }
}

.subaru-philosophy {
  width: 100%;
  background-color: #252525;
}
.subaru-philosophy__title {
  background-color: #ffffff;
  padding: 28px 0 27px;
}
.subaru-philosophy__title h2 {
  margin: 0;
  color: #0d2942;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.subaru-philosophy__content {
  padding: 0 0 59px;
}
.subaru-philosophy__hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin: 0 -12px;
}
.subaru-philosophy__hero-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.subaru-philosophy__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.75) 100%);
}
.subaru-philosophy__hero-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 42px;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.subaru-philosophy__hero-content h3 {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
.subaru-philosophy__hero-content p {
  max-width: 850px;
  margin: 0 auto 35px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.subaru-philosophy__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 41px;
  padding: 8px 22px;
  background-color: #ffffff;
  color: #222222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
}
.subaru-philosophy__button:hover {
  background-color: #eeeeee;
  color: #222222;
}
.subaru-philosophy__cards {
  margin-top: 42px;
  row-gap: 20px;
}
.subaru-philosophy__card {
  position: relative;
  display: block;
  width: 100%;
  height: 163px;
  overflow: hidden;
  text-decoration: none;
}
.subaru-philosophy__card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.subaru-philosophy__card h4 {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 13px;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
.subaru-philosophy__card:hover img {
  transform: scale(1.05);
}
.subaru-philosophy__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.7) 100%);
}

@media (max-width: 991.98px) {
  .subaru-philosophy__title {
    padding: 24px 0;
  }
  .subaru-philosophy__title h2 {
    font-size: 32px;
  }
  .subaru-philosophy__content {
    padding-bottom: 45px;
  }
  .subaru-philosophy__hero {
    height: 450px;
  }
  .subaru-philosophy__hero-content h3 {
    font-size: 28px;
  }
  .subaru-philosophy__hero-content p {
    max-width: 700px;
    font-size: 14px;
    margin-bottom: 28px;
  }
  .subaru-philosophy__hero-content p br {
    display: none;
  }
  .subaru-philosophy__cards {
    margin-top: 30px;
  }
  .subaru-philosophy__card {
    height: 170px;
  }
}
@media (max-width: 575.98px) {
  .subaru-philosophy__title {
    padding: 20px 15px;
  }
  .subaru-philosophy__title h2 {
    font-size: 28px;
  }
  .subaru-philosophy__content {
    padding: 0 0 35px;
  }
  .subaru-philosophy__hero {
    height: 470px;
    margin: 0;
  }
  .subaru-philosophy__hero-image {
    -o-object-position: 55% center;
       object-position: 55% center;
  }
  .subaru-philosophy__hero-content {
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
  .subaru-philosophy__hero-content h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .subaru-philosophy__hero-content p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
  .subaru-philosophy__button {
    min-width: 140px;
    min-height: 42px;
  }
  .subaru-philosophy__cards {
    margin-top: 25px;
    row-gap: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .subaru-philosophy__card {
    height: 190px;
  }
  .subaru-philosophy__card h4 {
    font-size: 20px;
    bottom: 15px;
  }
}
footer {
  border-top: 1px solid #009de3;
}

footer .footer-top {
  padding: 30px 0;
}

footer .footer-top h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

footer .footer-top li a {
  font-size: 12px;
  line-height: 19px;
  color: #3f3f3f;
  text-decoration: none;
  transition: all 0.2s;
}

footer .footer-top li a:hover {
  color: #009de3;
}

footer .footer-top .wrapper-logo-social {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
  height: 100%;
}

footer .footer-top .wrapper-logo-social .brand-logo {
  max-width: 120px;
}

footer .footer-top .wrapper-logo-social .footer-social {
  display: flex;
  gap: 8px;
}

footer .footer-top .wrapper-logo-social .footer-social a {
  color: #3f3f3f;
  transition: all 0.2s;
}

footer .footer-top .wrapper-logo-social .footer-social a:hover {
  color: #009FDF;
}

footer .footer-top .wrapper-logo-social .footer-social a svg {
  font-size: 20px;
}

footer .footer-bottom {
  padding: 10px 0 15px;
}

footer .footer-bottom .wrapper-bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

footer .footer-bottom .wrapper-bottom-footer .copyright-footer {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}

footer .footer-bottom .wrapper-bottom-footer .copyright-footer a {
  text-decoration: none;
  color: #3f3f3f;
  transition: all 0.2s;
}

footer .footer-bottom .wrapper-bottom-footer .copyright-footer a:hover {
  color: #009de3;
}

footer .footer-bottom .wrapper-bottom-footer .anpc {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

footer .footer-bottom .wrapper-bottom-footer .anpc img {
  width: 135px;
}

@media (max-width: 991px) {
  footer .footer-bottom .wrapper-bottom-footer .anpc {
    padding-top: 10px;
  }
}
.wrapper-logo-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #009de3;
}

.wrapper-logo-social .brand-logo {
  max-width: 196px;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer-social a svg {
  color: rgb(63, 63, 63);
}

.footer-social a:hover svg {
  color: #009de3;
}

footer .footer-top h5 {
  font-size: 18px;
}

footer .footer-middle {
  border-top: 1px solid #009de3;
  padding: 30px 0;
}

footer .footer-middle h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

footer .footer-middle li {
  font-size: 14px;
  line-height: 14px;
}

footer .footer-middle li a {
  font-size: 12px;
  line-height: 19px;
  color: #3f3f3f;
  text-decoration: none;
  transition: all 0.2s;
}

footer .footer-middle li a:hover {
  color: #009de3;
}

.banner-top-page {
  position: relative;
}
.banner-top-page .overlay-mask {
  background-color: #253081;
  opacity: 0.27;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-top-page .banner-top-page-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40dvh;
}
.banner-top-page .banner-text {
  position: absolute;
  left: 15%;
  z-index: 9;
  bottom: 15%;
  padding: 10px 10px 10px 25px;
  border-left: 3px solid #009FDF;
  color: #fff;
}
@media (max-width: 576px) {
  .banner-top-page .banner-top-page-inner {
    height: 30dvh;
  }
  .banner-top-page .banner-text {
    left: 5%;
    padding: 10px 10px 10px 10px;
  }
}

.card-modele {
  background-color: #F0F2F4;
  padding: 30px 0;
}
.card-modele .card-model {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  margin-bottom: 20px;
}
.card-modele .card-model .card-img {
  max-width: 350px;
}
.card-modele .card-model .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 7px;
}
.card-modele .card-model .card-body h3 {
  font-size: 25px;
  line-height: 27px;
  text-align: center;
}
.card-modele .card-model .card-body p {
  text-align: center;
  line-height: 20px;
  margin: 0;
}
.card-modele.big .card-model .card-img {
  max-width: 400px;
}

.title-section {
  padding: 30px 20px;
}
.title-section .inner-title-section {
  text-align: center;
}

.column-grid {
  padding: 20px 0;
}
.column-grid .wrapper-picture {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.column-grid .text-card {
  padding: 10px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .column-grid .wrapper-picture {
    height: 200px;
  }
}

.model-menu {
  position: sticky;
  top: 0;
  z-index: 999;
}
.model-menu ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  padding: 20px;
  background-color: rgb(0, 72, 140);
}
.model-menu ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.model-menu ul li a:hover {
  color: #009de3;
}

.img-gallery {
  padding: 20px 0;
}
.img-gallery .wrapper-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 20px;
}

.small-details p {
  max-width: 1100px;
  margin: auto;
}

.image-text .wrapper-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */