@font-face {
  font-family: "Roboto-Light";
  src: url(../fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto-Black";
  src: url(../fonts/Roboto/Roboto-Black.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "CorporateACondPro-Regular";
  src: url(../fonts/CorporateAPro/CorporateACondPro-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "CorporateAPro-Light";
  src: url(../fonts/CorporateAPro/CorporateAPro-Light.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "CorporateAPro-Regular";
  src: url(../fonts/CorporateAPro/CorporateAPro-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "CorporateAPro-Medium";
  src: url(../fonts/CorporateAPro/CorporateAPro-Medium.ttf) format("truetype");
  font-weight: 600;
}

body {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #3d3833;
  background-color: #F2F2F2;
}

.container {
  width: 90%;
  max-width: 2000px;
}

main {
  padding-top: 79px;
}
@media (max-width: 1199px) {
  main {
    padding-top: 60px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto-Medium";
  color: #333;
}

.blur-active {
  filter: blur(2px);
}

.btn {
  padding: 15px 40px;
  font-family: "Roboto-Medium";
  font-size: 14px;
  line-height: 23px;
  border-radius: 0;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .btn {
    padding: 15px 22px;
  }
}

.btn-primary {
  background-color: #910A2D !important;
  text-decoration: none;
  border-color: #910A2D;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn-primary:hover {
  background-color: #ea1c2b !important;
  border-color: #ea1c2b;
}

.btn-secondary {
  background-color: #fff !important;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s;
  color: #000;
}
.btn-secondary:hover {
  background-color: #ea1c2b !important;
  border-color: #ea1c2b;
}

.btn-link {
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0;
  font-family: "Roboto-Medium";
}
.btn-link .fa-location-dot {
  color: #fff !important;
  transition: all 0.3s;
}
.btn-link:hover {
  color: #ea1c2b !important;
}
.btn-link:hover .fa-location-dot {
  color: #ea1c2b !important;
}

.btn-dark {
  border-radius: 5px;
}
.btn-dark:hover {
  background-color: #ea1c2b;
  border-color: #ea1c2b;
}

.btn-outline-dark {
  --bs-btn-color: #CFCFCF;
  background-color: rgba(0, 0, 0, 0.25);
}

.text-danger {
  color: #ea1c2b !important;
}

.bg-dark {
  background-color: #000 !important;
}

.btn-group {
  border-radius: 5px !important;
  --bs-border-radius: 5px;
  width: 100%;
}

.btn-trigger-modal {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  border: none;
  background-color: rgb(235, 235, 235);
  font-family: "Roboto-Medium, Arial, sans-serif";
  font-size: 14px;
  padding: 12px;
}

.navbar-dark {
  --bs-navbar-color: #B4B4B4;
}

.ss-content .ss-search {
  display: none !important;
}

select {
  height: 100%;
  font-size: 16px;
  border-color: #d0d5dd;
  height: 40px;
}

.ss-main {
  height: 100%;
  font-size: 16px;
  border-color: #d0d5dd;
  height: 40px;
  padding: 10px;
  --ss-border-color: #000;
  align-items: center;
}
.ss-main:focus {
  box-shadow: none;
}
.ss-main .ss-values {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ss-main .ss-values .ss-placeholder {
  color: #000;
}
.ss-main .ss-values .ss-single {
  line-height: 25px;
  color: #000;
}

.ss-content .ss-list .ss-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.ss-content .ss-list .ss-option:hover {
  background-color: #910A2D;
}

@media (max-width: 576px) {
  h2 {
    font-size: 30px !important;
  }
  .mobile-display-none {
    display: none;
  }
  .container {
    width: 100%;
  }
}
.car-card {
  background-color: #fff;
  border: 1px solid #d4d4d5;
  margin-bottom: 15px;
}
.car-card .image-card {
  height: 100%;
}
.car-card .image-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.car-card .card-details {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.car-card .card-details h4 {
  letter-spacing: 1.1px;
}
.car-card .card-details h4 a {
  text-decoration: none;
  color: #333;
}
.car-card .card-details h5 {
  margin-top: 40px;
  letter-spacing: 1.1px;
}
.car-card .price-details {
  height: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.car-card .price-details .price {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.car-card .location {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.car-card .location i, .car-card .location svg {
  font-size: 24px;
  color: #ea1c2b;
}
.car-card .location span {
  font-family: "Roboto-Black";
}
.car-card .price-details .price .price-big {
  font-size: 24px;
  font-family: "Roboto-Black";
}
.car-card .price-details .price .price-small {
  font-size: 16px;
  font-family: "Roboto-Black";
}
.car-card .price-details .btn {
  text-transform: capitalize;
  padding: 15px 20px;
}
@media (max-width: 992px) {
  .car-card .card-details h5 {
    margin-top: 15px;
  }
  .car-card .location {
    margin-top: 30px;
  }
  .car-card .price-details {
    padding: 20px;
  }
  .car-card .price-details .price {
    align-items: start;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .car-card .card-details {
    padding: 10px;
  }
  .car-card .price-details {
    padding: 10px;
  }
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
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: 165px;
  padding: 0;
}
header .main-header .nav-link {
  font-size: 14px;
  font-family: "Roboto-Black";
  padding: 29px 8px;
  color: #B4B4B4;
}
header .main-header .nav-link:hover {
  color: #fff;
}
header .main-header .nav-link:hover img {
  filter: invert(1);
}
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: #000;
  border: none;
  border-top: 3px solid #ea1c2b;
  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: #000;
}
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;
  color: #B4B4B4;
}
header .nav-item.dropdown-hover .dropdown-menu .extra-sub-meniu .nav-link:hover, header .nav-item.dropdown-hover .dropdown-menu-2 .extra-sub-meniu .nav-link:hover {
  color: #fff;
}
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 .mobil-autoshop {
  color: #B4B4B4;
  text-decoration: none;
  font-family: "Roboto-Black";
}
header .mobil-autoshop i, header .mobil-autoshop svg {
  font-size: 22px;
  margin-bottom: -2px;
}
header .text-tablet {
  color: #B4B4B4;
  font-size: 14px;
  font-family: "Roboto-Black";
}
header .submenu-title-mobile {
  display: none;
}
header .navbar-toggler svg {
  width: 40px;
  height: 40px;
}
header .navbar-toggler svg .line {
  fill: none;
  stroke: #B4B4B4;
  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);
}
header .navbar-toggler svg .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #B4B4B4;
}
header .navbar-toggler svg .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
  stroke: #B4B4B4;
}
header .navbar-toggler svg .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #B4B4B4;
}
header .navbar-toggler[aria-expanded=true] .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #B4B4B4;
}
header .navbar-toggler[aria-expanded=true] .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
  stroke: #B4B4B4;
}
header .navbar-toggler[aria-expanded=true] .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #B4B4B4;
}
@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-family: "Roboto-Light";
  }
  header .main-header .nav-link:hover {
    background-color: #ea1c2b;
    color: #fff;
    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: calc(100dvh - 60px) !important;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    right: -31%;
    background-color: #000;
    padding: 20px;
    box-shadow: 0px 0 1px rgb(0, 0, 0);
    transition: all 100ms;
  }
  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;
    background: #282828;
    color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  header .main-header .collapse .navbar-nav .nav-item .nav-link:hover,
  header .main-header .collapsing .navbar-nav .nav-item .nav-link:hover {
    background: #fff;
    color: #000;
  }
  header .main-header .collapse .navbar-nav .nav-item .nav-link svg,
  header .main-header .collapsing .navbar-nav .nav-item .nav-link svg {
    font-size: 23px;
    line-height: 23px;
  }
  header .main-header .collapse.show,
  header .main-header .collapsing.show {
    right: 0;
  }
  header .offcanvas {
    display: block;
    top: 63px !important;
    width: 30% !important;
    background-color: #000;
  }
  header .offcanvas .offcanvas-title {
    color: #fff;
  }
  header .offcanvas .btn-close {
    background-image: none;
    --bs-btn-close-color: #b4b4b4;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-opacity: 1;
    transition: all 0.3s;
  }
  header .offcanvas .btn-close i, header .offcanvas .btn-close svg {
    font-size: 19px;
    vertical-align: top;
  }
  header .offcanvas .btn-close:hover {
    --bs-btn-close-color: #fff;
  }
  header .offcanvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .offcanvas ul .nav-item {
    padding: 5px 0;
  }
  header .submenu-title-mobile {
    display: block;
    padding-bottom: 25px;
  }
  header .submenu-title-mobile h5 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
@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;
  }
}

.main-banner {
  background-position: cover;
  background-position: 50%;
  background-size: cover;
}
.main-banner .text-over {
  max-width: 475px;
  padding: 30px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  min-height: calc(100dvh - 244px);
}
.main-banner .text-over h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
  text-shadow: 0em 0.18em 0.27em rgba(0, 0, 0, 0.38);
}
.main-banner .text-over p {
  max-width: 600px;
  color: #fff;
  line-height: 25px;
}
.main-banner .filter-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: auto;
}
.main-banner .grid-item.span-1 {
  grid-column: span 1;
}
.main-banner .grid-item.span-2 {
  grid-column: span 2;
}
.main-banner .btn-results {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .main-banner .text-over {
    padding: 20px;
  }
  .main-banner .text-over h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.six-columns {
  background-color: #000;
}
.six-columns .column-content {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  transition: all 0.3s;
}
.six-columns .column-content .wrapper-icon {
  min-height: 41px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.six-columns .column-content .wrapper-icon img {
  max-width: 59px;
}
.six-columns .column-content .title {
  font-family: "Roboto-Light";
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  transition: all 0.3s;
}
.six-columns .column-content .text {
  font-size: 14px;
  line-height: 18px;
  color: #B8B8B8;
  text-align: center;
  margin: 0;
  width: 170px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.six-columns .column-content.impar {
  background-color: #282828;
}
.six-columns .column-content.par {
  background-color: #1D1D1E;
}
.six-columns .column-content:hover {
  background-color: #D4D4D4;
}
.six-columns .column-content:hover .title {
  color: #252525;
}
.six-columns .column-content:hover .text {
  color: #000;
}

.title-section {
  padding: 45px 10px 30px 10px;
  text-align: center;
}
.title-section h2 {
  font-size: 37px;
  padding-bottom: 10px;
  max-width: 852px;
  margin: 0 auto;
}
.title-section p {
  padding-top: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .title-section {
    padding: 20px 5px 20px 5px;
  }
}

.brand-grid .title-section {
  background-color: #fff;
}
.brand-grid .wrapper-logos {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #fff;
  padding-bottom: 40px;
}
.brand-grid .brand-box {
  transition: all 0.3s;
  max-width: 110px;
  width: 100%;
  height: auto;
  padding: 5px;
}
.brand-grid .brand-box:hover {
  scale: 1.1;
}

.image-text .image-side {
  width: 100%;
  height: 100%;
  background-image: url(../img/atpmotors_banner_service.jpg);
  background-position: center center;
  background-size: cover;
}
.image-text .text-side {
  background-color: #1D1D1D;
  padding: 80px 65px 100px 65px;
}
.image-text .text-side h3 {
  padding-bottom: 30px;
  margin: 0;
  color: #fff;
}
.image-text .text-side p {
  color: #B8B8B8;
  margin-bottom: 10px;
}
.image-text .text-side .wrapper-buttons {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 992px) {
  .image-text .text-side {
    padding: 40px;
  }
  .image-text .image-side {
    min-height: 385px;
  }
}
@media (max-width: 576px) {
  .image-text .image-side {
    min-height: 200px;
  }
}

.grid-three-columns .inner-grid-three-columns {
  position: relative;
  background-image: linear-gradient(180deg, #000 20%, rgba(0, 0, 0, 0.7) 100%), url(../img/atpmotors_banner_service_dealer_de_incredere.jpg);
  background-position-y: center;
  padding: 0 10px 50px 10px;
  background-repeat: no-repeat;
}
.grid-three-columns h3 {
  color: #fff;
}
.grid-three-columns .servicii-box {
  text-align: center;
  padding: 15px 40px 15px 15px;
}
.grid-three-columns .servicii-box h4 {
  color: #fff;
  margin-bottom: 10px;
}
.grid-three-columns .servicii-box p {
  color: #B8B8B8;
}
.grid-three-columns .wrapper-buttons {
  padding: 40px 0;
  display: flex;
  gap: 90px;
  justify-content: center;
}
.grid-three-columns .wrapper-buttons .btn {
  min-width: 272px;
}
@media (max-width: 992px) {
  .grid-three-columns {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .grid-three-columns .wrapper-buttons {
    flex-direction: column;
    gap: 20px;
  }
}

.relatii-clienti .inner-relatii-clienti {
  background-image: url(../img/costumer-support-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.relatii-clienti .text-side {
  max-width: 600px;
  padding: 80px 30px;
  margin-left: auto;
  margin-right: 100px;
}
.relatii-clienti .text-side h3 {
  margin-bottom: 20px;
}
.relatii-clienti .text-side p {
  margin-bottom: 20px;
}
.relatii-clienti .text-side .wrapper-buttons {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.relatii-clienti .text-side .wrapper-buttons .btn {
  padding: 10px 15px;
  text-transform: lowercase;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .relatii-clienti .text-side {
    margin: auto;
    padding: 60px 30px;
  }
  .relatii-clienti .text-side .wrapper-buttons .btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .relatii-clienti .text-side .wrapper-buttons .btn svg {
    display: flex !important;
    margin: 0 !important;
  }
}

.text-image .inner-text-image {
  overflow: hidden;
  position: relative;
  padding: 50px 0 50px 0;
  background-image: linear-gradient(180deg, rgba(27, 31, 37, 0.62) 0%, #1b1f25 100%), url(../img/atpmotors_banner_road.jpg);
}
.text-image .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 550px;
  padding-left: 40px;
}
.text-image .text-side h4 {
  color: #fff;
  font-family: "Roboto-Light";
  margin-bottom: 30px;
}
.text-image .text-side p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto-Light";
}
.text-image .image-side img {
  max-width: 500px;
}
@media (max-width: 992px) {
  .text-image .text-side {
    max-width: 100%;
    justify-content: center;
  }
  .text-image .text-side p {
    max-width: 530px;
  }
  .text-image .image-side {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .text-image .image-side img {
    max-width: 100%;
  }
}

.wrapper-filtres {
  padding: 100px 0;
}
.wrapper-filtres .container {
  width: 85%;
}
.wrapper-filtres select {
  margin-bottom: 15px;
  border: none;
  background-color: rgb(235, 235, 235);
  font-family: "Roboto-Medium";
  font-size: 14px;
  padding: 12px;
  border-radius: 0;
}
.wrapper-filtres .form-select:focus {
  box-shadow: none;
}
.wrapper-filtres .search-area {
  background-color: rgb(235, 235, 235);
  font-family: "Roboto-Medium";
  font-size: 14px;
  padding: 12px;
  border: none;
  margin-bottom: 15px;
}
.wrapper-filtres .check-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapper-filtres .check-box input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.wrapper-filtres .check-box label {
  font-size: 12px;
  font-family: "Roboto-Medium";
  text-transform: capitalize;
  margin-bottom: 10px;
}
.wrapper-filtres .small-select-wrapper {
  display: flex;
  gap: 10px;
}
.wrapper-filtres .modal-dialog .modal-header {
  border-bottom: none;
  padding: 40px 40px 20px 40px;
}
.wrapper-filtres .modal-dialog .modal-header .modal-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto-Black";
  text-transform: uppercase;
}
.wrapper-filtres .modal-dialog .modal-header .btn-close {
  opacity: 1;
}
.wrapper-filtres .modal-dialog .modal-body {
  padding: 10px 40px 40px 40px;
}
.wrapper-filtres .modal-dialog .modal-body .btn {
  text-transform: capitalize;
  padding: 11px 40px;
}
@media (max-width: 576px) {
  .wrapper-filtres {
    padding: 30px 0;
  }
}

.wrapper-filter-results {
  margin: 60px 0;
}
.wrapper-filter-results .car-cards-display {
  padding: 32px;
  background-color: rgb(235, 235, 235);
}
.wrapper-filter-results .top-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 1401px) {
  .wrapper-filter-results .car-cards-display {
    padding: 32px 130px;
  }
}
@media (max-width: 576px) {
  .wrapper-filter-results {
    margin: 0;
  }
  .wrapper-filter-results .car-cards-display {
    padding: 30px 0 0 0;
  }
  .wrapper-filter-results .top-titles {
    flex-direction: column;
  }
}

.media-banner .text-over {
  min-height: calc(100dvh - 630px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.media-banner .nav {
  justify-content: center;
  --bs-nav-tabs-border-color: #5B5B5B;
}
.media-banner .nav .nav-link {
  color: #B4B4B4;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto-Medium";
  --bs-nav-tabs-link-active-border-color: #5B5B5B;
  --bs-nav-tabs-link-hover-border-color: #5B5B5B;
  --bs-nav-link-padding-x: 24px;
}
.media-banner .nav .nav-link.active {
  color: #fff;
  background-color: rgba(22, 22, 22, 0.37);
  border-bottom-color: rgba(22, 22, 22, 0.37);
}
.media-banner .wrapper-search {
  padding: 40px 0;
  background-color: rgba(22, 22, 22, 0.37);
}
.media-banner .wrapper-search .search-area-media {
  display: flex;
  background-color: #3A3A3A;
  border-radius: 5px;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}
.media-banner .wrapper-search .search-area-media input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
}
.media-banner .wrapper-search .search-area-media input::-moz-placeholder {
  color: #fff;
}
.media-banner .wrapper-search .search-area-media input::placeholder {
  color: #fff;
}
.media-banner .wrapper-search .search-area-media input:focus {
  outline: none;
}
.media-banner .wrapper-search .search-area-media button {
  background-color: #910A2D;
  border: none;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.media-banner .wrapper-search .search-area-media button:hover {
  background-color: #ea1c2b;
}
@media (max-width: 767px) {
  .media-banner .wrapper-search .search-area-media {
    width: 90%;
  }
}

.inner-media-cards {
  background-color: #000;
  padding: 50px;
}

.media-card {
  background-color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.media-card .media-card-img img {
  transition: all 0.3s;
}
.media-card .media-card-body {
  padding: 15px;
}
.media-card .media-card-body h4 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 0px;
}
.media-card .media-card-body .wrapper-type-date {
  color: #E8E8E8;
  padding-bottom: 15px;
  font-size: 16px;
}
.media-card .media-card-body .wrapper-type-date .type {
  font-family: "Roboto-Medium";
}
.media-card .media-card-body .description {
  color: #B8B8B8;
  font-size: 16px;
  line-height: 20px;
}
.media-card:hover img {
  transform: scale(1.05);
}

.wrapper-pagination {
  padding: 0 0 40px 0;
  background-color: #000;
}
.wrapper-pagination .pagination {
  margin: 0;
  --bs-pagination-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-pagination-hover-bg:#ea1c2b;
  --bs-pagination-active-border-color: #ea1c2b;
  --bs-pagination-active-bg: #ea1c2b;
  --bs-pagination-focus-bg: #ea1c2b;
  --bs-pagination-bg: transparent;
  --bs-pagination-border-radius: 5px;
  --bs-pagination-disabled-color: #fff;
  --bs-pagination-disabled-bg: #000;
  --bs-pagination-disabled-border-color: #fff;
}
.wrapper-pagination .pagination .page-item {
  margin-left: 5px;
}

.prefooter .navigation-button {
  width: 100%;
}
.prefooter .locatii {
  gap: 32px;
  padding-bottom: 32px !important;
  padding-top: 32px !important;
  text-align: center;
  background-color: #1D1D1D;
}
.prefooter .locatii .card {
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  box-shadow: 0px 0px 8.9px #606060;
}
.prefooter .locatii .card .card-title {
  color: #F5F5F5;
  padding-bottom: 20px;
}
.prefooter .locatii .card .small-logos img {
  max-width: 30px;
}
.prefooter .locatii .card p {
  margin-bottom: 0 !important;
  color: #F5F5F5;
}
.prefooter .locatii .card .wrapper-contact-details {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.prefooter .locatii .card .wrapper-contact-details .btn-link {
  font-size: 14px;
  color: #F5F5F5;
  text-transform: lowercase;
}
.prefooter .locatii .card .nav-text {
  text-align: center;
  background-color: #1D1D1D;
  border-top: 2px solid grey;
  border-bottom: none;
}
.prefooter .locatii .card .wrapper-nav-btns {
  background-color: #1D1D1D;
}
.prefooter .locatii .card .wrapper-nav-btns .btn {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prefooter .locatii .card .fa-solid {
  font-size: 12px;
}
.prefooter .locatii .card .navigation-buttons {
  flex-direction: row;
}
.prefooter .locatii .card .card-body {
  flex: 0 1 auto;
}
.prefooter .locatii .card .list-group {
  height: 100%;
}
.prefooter .locatii .card .list-group .list-group-item:first-of-type {
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .prefooter .locatii-extra .card {
    width: 100%;
  }
}
.prefooter iframe {
  height: 225px !important;
}
@media screen and (min-width: 790px) {
  .prefooter .locatii .card {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1300px) {
  .prefooter .locatii .card {
    width: 30%;
  }
  .prefooter .locatii-extra .card {
    width: 40%;
  }
}

.footer-top {
  padding: 40px 0;
  background-color: #282828;
}
.footer-top h5 {
  font-size: 18px;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
}
.footer-top ul {
  padding: 0;
  list-style: none;
}
.footer-top ul li {
  margin-bottom: 10px;
  padding: 0;
}
.footer-top ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-middle {
  background-color: #282828;
  padding: 20px 0;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.footer-middle .text-social-media {
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}
.footer-middle .footer-social {
  color: #fff;
}
.footer-middle .footer-social i,
.footer-middle .footer-social svg {
  font-size: 25px;
}
.footer-middle .footer-social:hover {
  color: #ea1c2b;
}
.footer-middle .anpc {
  width: 150px;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #282828;
}
.footer-bottom .wrapper-bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .footer-logos {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-bottom .footer-logos img {
  max-width: 100px;
  width: 100%;
}
.footer-bottom .list-inline {
  margin: 0;
}
.footer-bottom .list-inline li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
}
.footer-bottom .list-inline li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}