* {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body {
  font: 14px "Acherus Grotesque Regular";
  background-color: #f1f1f1;
  line-height: 1.65;
}

.container {
  max-width: 1200px;
}

.theme-color {
  color: #142e37 !important;
}

.bg-theme {
  background-color: #142e37;
}

.bg-theme2 {
  background-color: #7c0048;
}

.border-color-theme2 {
  border-color: #7c0048 !important;
}

.border-color-white {
  border-color: #fff !important;
}

.secondary-color {
  color: #7c0048;
}

.color1 {
  color: #a1a09f;
}

.color2 {
  color: #f1f1f1;
}

.fwc-light {
  font-family: "Acherus Grotesque Light";
}

.fwc-medium {
  font-family: "Acherus Grotesque Medium";
}

.fwc-bold {
  font-family: "Acherus Grotesque Bold";
}

.fwc-extrabold {
  font-family: "Acherus Grotesque ExtraBold";
}

.fwc-black {
  font-family: "Acherus Grotesque Black";
}

.header-top-section, header {
  background-color: #f1f1f1;
}
.header-top-section .border-end, header .border-end {
  border-color: #fff !important;
}
.icon-content {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

header .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0.8rem 0.8rem;
}
@media screen and (max-width: 992px) {
  header .navbar-dark .navbar-nav .nav-link {
    color: #142e37;
  }
  .hero-banner2 .hero-banner-content {
    max-width: 440px !important;
  }
  .showroom-container .showroom-content {
    max-width: 100% !important;
    position: initial !important;;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner2 .hero-banner-content {
    max-width: 100% !important;
  }
  .hero-banner2 .position-absolute {
    position: initial !important;
  } 
}
header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link.active {
  background-color: #7c0048;
  color: #ffffff;
}
header .navbar-dark .dropdown-menu {
  background-color: #7c0048;
  border-radius: 0;
  border: 0;
  margin-top: 0;
}
header .navbar-dark .dropdown-toggle:after {
  display: none;
}
header .navbar-dark .dropdown-toggle i {
  font-size: 12px;
}

.hero-content .border-end {
  border-color: #7c0048 !important;
}

/*@media screen and (max-width: 992px) {
  .navbar-brand img {
    max-width: 90px;
  }
}*/

.main-slider .slick-dots li {
  margin: 0;
  width: 14px;
  height: 14px;
}
.main-slider .slick-dots li button:before {
  width: 10px;
  line-height: 9px;
  height: 10px;
  opacity: 1;
  font-size: 4px;
  color: #142e37;
}
.main-slider .slick-dots li.slick-active button::before {
  border: 1px solid #142e37;
  border-radius: 100%;
}

.product-shadow {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.product-shadow:hover img {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.product-shadow:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 34px;
  background-size: 100%;
  background-image: url(../images/shadow.jpg);
  background-position: bottom;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}

.hero-banner-content {
  background-color: #ffffffa1;
  left: 10px;
  top: 0;
  max-width: 360px;
  word-break: break-word;
}

.brand-items img {
  display: inline-block;
}

.brands .brand-items {
  max-width: 88%;
  margin: 0 auto;
}
.brands .slick-slide {
  text-align: center;
  position: relative;
}
.brands .slick-slide img {
  display: inline-block;
}
.brands .slick-next, .brands .slick-prev {
  width: 18px;
  height: 36px;
}
.brands .slick-next:before, .brands .slick-prev:before {
  display: none;
}
.brands .slick-next {
  background-image: url(../img/slide-right-black.png);
  right: -50px;
}
.brands .slick-prev {
  background-image: url(../img/slide-left-black.png);
  left: -50px;
}
.brands.fading-banner img {
  border: 0;
}
.brands.fading-banner .slick-next {
  right: 26px;
}
.brands.fading-banner .slick-prev {
  left: 26px;
  z-index: 1;
}
@media screen and (max-width: 667px) {
  .brands .slick-next, .brands .slick-prev {
    background-size: 100%;
    width: 26px;
    height: 50px;
  }
  .brands .slick-next {
    right: -24px;
  }
  .brands .slick-prev {
    left: -24px;
  }
}
@media screen and (max-width: 355px) {
  .hero-banner-content div {
    font-size: 25px !important;
  }
}
footer {
  border-top: 10px solid #142e37;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
  header .bg-theme {
    background-color: transparent;
  }

  footer .navbar-brand img {
    max-width: 225px;
  }
}
@media screen and (max-width: 500px) {
  footer .navbar-brand img {
    padding-bottom: 20px;
  }
}
/*@media screen and (max-width: 500px) {
  .navbar-brand img {
    max-width: 75%;
  }
}*/
.item-listing .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.hero-banner2 .hero-banner-content {
  left: 0;
  top: 20px;
  max-width: 370px;
}

.gallery img {
  margin-top: 20px;
  vertical-align: middle;
}

.pagination li {
  padding-left: 3px;
}
.pagination li a {
  background-color: transparent;
}
.pagination .page-item.active .page-link {
  background-color: #7c0048;
  color: #142e37;
}
.pagination .page-link {
  border: none;
  border-right: 1px solid black;
}

.slick-prev:before, .slick-next:before {
  color: #142e37 !important;
}

.showroom-container {
  position: relative;
}
.showroom-container .showroom-content {
  -webkit-box-shadow: 0 0 3px 2px #7c0048;
          box-shadow: 0 0 3px 2px #7c0048;
  position: absolute;
  /*right: 6vw;*/
  max-width: 480px;
  top: 8.25rem;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-item a{color:#ffffff;}
.dropdown-item a:hover{color:#142e37; text-decoration: none;}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Style for the pop-up image */
#popup img {
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 0 10px #fff;
}

/* Style for the close button */
#close {
  position: absolute;
  top: 10%;
  right: 10%;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  color: #fff;
}