#home-slider {
  position: relative;
  aspect-ratio: 4/1;
}
#home-slider .owl-item img {
  aspect-ratio: 4/1;
  object-fit: cover;
}
#home-slider .owl-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  right: 30px;
  top: 0;
  bottom: 0;
  gap: 10px;
}
#home-slider .owl-dots .owl-dot {
  margin: 0;
}
#home-slider .owl-dots .owl-dot span {
  margin: 0;
  background-color: #000;
  opacity: 0.6;
}
#home-slider .owl-dots .owl-dot.active span {
  background-color: #FF580D;
  opacity: 1;
}
#home-about-us {
  --gutter-x: 30px;
  --gutter-x2: -30px;
}
#home-about-us .section-img-wrapper {
  position: relative;
}
#home-about-us .section-img-wrapper::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 20px solid #fff;
  opacity: 0.5;
}
#home-about-us .about-text-area .about-title {
  margin-bottom: 5px;
}
#home-product-groups-area .section-title-area {
  margin-bottom: 30px;
  text-align: center;
}
#home-product-groups-area .category-list-area {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#home-product-groups-area .category-list-area .col-mb {
  margin-bottom: 20px;
}
#home-product-groups-area .category-list-area .category-card {
  position: relative;
  overflow: hidden;
}
#home-product-groups-area .category-list-area .category-card .card-img {
  transition: transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), border-color 0.4s;
  will-change: transform;
}
#home-product-groups-area .category-list-area .category-card .card-text-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
}
#home-product-groups-area .category-list-area .category-card .card-text-area .card-title {
  color: #fff;
}
#home-product-groups-area .category-list-area .category-card:hover .card-img {
  transform: scale(1.05);
}
#home-product-area .home-products-text-area {
  background-color: #2a2b2a;
  padding: 40px;
  height: 100%;
}
#home-product-area .home-products-text-area .area-title {
  margin-bottom: 10px;
  color: #fff;
}
#home-product-area .home-products-text-area .area-text {
  color: #fff;
}
#home-product-area .home-products-text-area .area-btn {
  margin-top: 30px;
  background-color: #FF580D;
  color: #fff;
}
#home-product-area .home-products-text-area .area-btn:hover {
  background-color: #fff;
  color: #FF580D;
}
#home-product-area .product-item .item-title {
  margin-top: 20px;
  text-align: center;
}
#home-product-area .owl-nav {
  margin: 0;
}
#home-product-area .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #e6e6e6;
  margin: 0;
}
#home-product-area .owl-nav button svg {
  width: 40px;
  height: 40px;
  color: #2a2b2a;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-product-area .owl-nav button:hover svg {
  color: #FF580D;
}
#home-product-area .owl-nav .owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
#home-product-area .owl-nav .owl-next {
  right: 0;
  transform: translate(50%, -50%);
}
#home-boxes-area .section-title-area {
  margin-bottom: 50px;
  text-align: center;
}
#home-boxes-area .section-title-area .section-text {
  margin-top: 15px;
}
#home-boxes-area .boxes-list-area {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#home-boxes-area .boxes-list-area .col-mb {
  margin-bottom: 20px;
}
#home-boxes-area .boxes-list-area .info-box {
  border: 1px solid #e6e6e6;
  height: 100%;
}
#home-boxes-area .boxes-list-area .info-box .box-text-area {
  padding: 15px 15px;
}
#home-boxes-area .boxes-list-area .info-box .box-text-area .box-title {
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  #home-slider .owl-dots {
    right: 20px;
  }
  #home-about-us .section-img-wrapper {
    margin-bottom: 30px;
  }
  #home-about-us .section-img-wrapper::after {
    border-width: 15px;
  }
  #home-boxes-area .section-title-area {
    margin-bottom: 35px;
  }
  #home-boxes-area .section-title-area .section-text {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #home-about-us .section-img-wrapper {
    margin-bottom: 20px;
  }
  #home-about-us .section-img-wrapper::after {
    border-width: 10px;
  }
  #home-product-groups-area .section-title-area {
    margin-bottom: 20px;
  }
  #home-product-groups-area .category-list-area {
    --gutter-x: 5px;
    --gutter-x2: -5px;
  }
  #home-product-groups-area .category-list-area .col-mb {
    margin-bottom: 10px;
  }
  #home-product-area .home-products-text-area {
    margin-bottom: 20px;
    height: auto;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
  #home-boxes-area .section-title-area {
    margin-bottom: 25px;
  }
  #home-boxes-area .section-title-area .section-text {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  #home-slider {
    aspect-ratio: 1;
  }
  #home-slider .owl-dots {
    right: 10px;
  }
  #home-slider .owl-item img {
    aspect-ratio: 1;
    object-fit: cover;
  }
  #home-product-area .owl-nav button svg {
    width: 35px;
    height: 35px;
  }
  #home-about-us .section-img-wrapper {
    margin-bottom: 30px;
  }
  #home-about-us .section-img-wrapper::after {
    border-width: 5px;
  }
}
