@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&display=swap");
body {
  margin: 0;
}

.header {
  background-color: #32130C;
  color: #CCCCCC;
  border-bottom: 1px solid #C00730;
}
.header .navigation {
  margin: 0;
  display: flex;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}
.header .navigation li {
  list-style: none;
  cursor: pointer;
}
.header .navigation .logo img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 1.6rem;
  margin-top: 0.5rem;
}
.header .navigation .links {
  display: flex;
  gap: 21px;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
  position: relative;
  margin-right: 2.2rem;
  margin-bottom: 0.5rem;
}
.header .navigation .links li {
  position: relative;
  transition: color 0.5s ease;
}
.header .navigation .links li:not(:last-child)::after {
  content: "";
  width: 1.15px;
  height: 10px;
  background-color: #C00730;
  position: absolute;
  right: -10px;
  top: 6px;
}
.header .navigation .links li:hover {
  color: #FFFFFF;
}
.header .navigation .links li a {
  text-decoration: none;
  color: #CCCCCC;
}

.content {
  background-color: #32130C;
  min-height: 56rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.content .main-text {
  font-size: 3.5rem;
  font-family: "Mulish", sans-serif;
  margin-top: 5rem;
  text-align: center;
}
.content .main-content {
  color: #F3F5F8;
  font-family: "Mulish", sans-serif;
}
.content .our-brands {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.content .our-brands a {
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.2rem;
}
.content .our-brands .icon {
  cursor: pointer;
  width: 5rem;
  height: 3rem;
  position: absolute;
  top: 0;
  margin-left: 10px;
  z-index: 1;
}
.content .shape {
  padding: 0px 0px 50px 0px;
}
.content .shape .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  background-color: #32130C;
}
.content .shape .elementor-shape svg {
  height: 50px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.content .shape .elementor-shape .elementor-shape-fill {
  fill: #E6E6E6;
  transform-origin: center;
  transform: rotateY(0deg);
}

.brands-section {
  background-color: #E6E6E6;
}
.brands-section .container {
  display: flex;
  gap: 10px;
  padding: 200px 100px 100px 100px;
}
.brands-section .container .brand {
  padding: 20px;
  position: relative;
}
.brands-section .container .brand img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.brands-section .container .brand:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #C00730;
  position: absolute;
  top: 35%;
  right: -5px;
}
.brands-section .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.brands-section .contact a {
  cursor: pointer;
  text-decoration: none;
  color: #AAA;
  font-weight: 600;
  font-size: 1.2rem;
}
.brands-section .contact .icon {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  margin-left: 10px;
  z-index: 1;
}
.brands-section .shape {
  padding: 0px 0px 50px 0px;
}
.brands-section .shape .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  background-color: #E6E6E6;
}
.brands-section .shape .elementor-shape svg {
  height: 50px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.brands-section .shape .elementor-shape .elementor-shape-fill {
  fill: #0E0E0E;
  transform-origin: center;
  transform: rotateY(0deg);
}

.information {
  background-color: #0E0E0E;
}
.information .container {
  padding: 200px 0px 200px 0px;
  font-family: "Mulish", Sans-serif;
}
.information .container h3 {
  font-weight: 200 !important;
  color: #9B9B9B;
  font-size: 24px;
}
.information .container a {
  font-weight: 200;
  color: #F3F5F8;
  text-decoration: none;
  font-size: 24px;
}

.footer {
  background-color: #191919;
}
.footer .container {
  padding: 75px 0px 0px 0px;
  font-family: "Mulish", Sans-serif;
}
.footer .container h3 {
  font-size: 18px;
  color: #F3F5F8;
}
.footer .container p {
  color: #AAAAAA;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", Sans-serif;
}
.footer .container .section {
  position: relative;
}
.footer .container .section:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C00730;
  position: absolute;
  top: 0;
  right: 0;
}
.footer .container .section:nth-child(2) {
  width: 255px;
}

@media (max-width: 576px) {
  .header .navigation {
    flex-direction: column;
    padding-top: 0;
    align-items: center;
    padding-bottom: 0;
  }
  .header .navigation .logo img {
    margin-top: 0;
    margin-left: 0;
  }
  .header .navigation .links {
    gap: 20px;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .content .main-text {
    font-size: 34px;
    line-height: 2rem;
    margin-top: 2rem;
  }
  .content .main-content {
    font-size: 14px;
    padding-inline: 15px;
  }
  .content .main-content br {
    display: none;
  }
  .content .main-content .custom-br {
    display: block; /* Make the span a block-level element to ensure it breaks to the next line */
    height: 1em;
  }
  .brands-section .container {
    flex-direction: column;
    padding: 40px 0px 40px 0px;
    align-items: center;
    justify-content: center;
  }
  .brands-section .container .brand {
    text-align: center;
    padding-bottom: 0;
  }
  .brands-section .container .brand:not(:last-child)::after {
    content: "";
    display: none;
  }
  .brands-section .container .brand:last-child {
    width: 250px !important;
  }
  .brands-section .container .brand img {
    padding: 0 15px 0 15px;
    width: 70%;
    -o-object-position: center;
       object-position: center;
  }
  .information .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .container {
    flex-direction: column;
    padding-top: 20px;
  }
  .footer .container .section:not(:last-child)::after {
    content: "";
    display: none;
  }
  .footer .container img {
    margin-left: 0 !important;
  }
  .footer .container h3 {
    margin-top: 40px;
    font-size: 18px;
  }
  .footer .container p {
    font-size: 14px;
  }
}
.popup-container {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(8, 8, 8, 0.61);
  width: 100%;
  height: 100dvh;
  z-index: 1000;
  display: none;
}
.popup-container .popup {
  height: 60dvh;
  position: fixed;
  top: 0;
  background-color: rgba(73, 73, 73, 0.7803921569);
  width: 100%;
  padding-top: 2rem;
  display: none;
}
.popup-container .popup .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.popup-container .popup .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.popup-container .popup .swiper-slide:hover {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.popup-container .popup .swiper-slide img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.popup-container .popup .swiper-slide img:hover {
  width: 35rem;
}
.popup-container .popup .swiper-pagination {
  bottom: -5rem !important;
}
.popup-container .close {
  position: absolute;
  right: 0;
  z-index: 1000;
  font-size: 2.5rem;
  top: 0;
  width: 100px;
  height: 50px;
  background-color: white;
  border-bottom-left-radius: 10rem;
  text-align: right;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  cursor: pointer;
  transition: all 0.5s linear;
  display: none;
}
.popup-container .close:hover {
  background-color: rgb(114, 10, 10);
  color: white;
}

.images img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s linear;
}
.images img:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  scale: 0.95;
}

.product-image {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.products .card {
  cursor: pointer;
}

.products-details .text-custom-grey {
  color: #333;
}
.products-details .product-image {
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 6rem;
  margin-top: 2.5rem;
}
.products-details .text-grey {
  font-size: 0.9rem;
  color: #9B9B9B;
}
.products-details .product-data {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.products-details .product-data li {
  border-top: 1px solid #d6d6d6;
  font-size: 0.9rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.products-details .product-data li:nth-last-child(1) {
  border-bottom: 1px solid #d6d6d6;
}
.products-details .btn-danger {
  background-color: #a50034 !important;
  border-color: #a50034 !important;
}/*# sourceMappingURL=main.css.map */