:root {
  --main-color: #2c3173;
  --second-color: #bc1e23;
  --white-color: #ffffff;
  --black-color: #000000;
  --placeholder-color: #a1a1a1;
}
@media (max-width: 992px) {
  .product-owl .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    inset-inline-end: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    pointer-events: none;
  }
  .product-owl .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .product-owl img {
    height: 350px;
    object-fit: cover;
  }
  .about-img-wrapper img {
object-fit:cover;
  height: 400px !important;
}
}
@media (max-width: 768px) {
  .background-img img {
    height: 100vh;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .background-img .overlay {
    background: rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .about-img {
    width: 100%;
    height: 400px !important;
  }
  .product-owl .owl-nav {
    display: none;
  }
  .product-owl .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .team-photo img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    filter: grayscale(100%);
    transition: 0.4s ease;
    object-fit: cover;
  }

  .hero-slider-pages .nav-tabs {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    z-index: 2;
    background: var(--white-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    padding: 15px 60px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    gap: 1rem;
    width: 90%;
    justify-content: center;
  }
}

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
