.hero-container-details{


}
.details{
  position: relative;
}
.details-wrapper{
    width: 100%;

    padding-left: 5rem;
    margin-right: 5rem;
    margin-top: 3rem;

  }
  .view-btn{
    background: url("../assets/images/img-button-bg-white.png");
    background-size: contain;
    border-radius: 20px;
    width: 150px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    height: 50px;
    border: none;
    display: block;
    margin-top: -1rem;
    z-index: 5;
    cursor: pointer;
    box-shadow: 7px 16px 35px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 7px 16px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 16px 35px -5px rgba(0, 0, 0, 0.75);
  }
  .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* left: -3rem; */
    margin-top: 23rem;
    width: 100%;
    max-width: 1173px; /* Adjust to fit your design */
    overflow: hidden;

}

.carousel {
    display: flex;

    margin-top: 2rem;
    width: 90%;
    transition: transform 0.5s ease;
}

.card {

    height: 350px;
    border: none;
    flex: 0 0 55%; /* 50% to show two images at once */

}

/* .img-container {
    width: 100%;
height: 100%;
    padding: 10px;
} */

.img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.prev-btn, .next-btn {
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;

    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.prev-btn {
    left: 0;
margin-top: 3rem;

}

.next-btn {
    right: 20px;
   transform: rotate(179deg);
}

  .details-heading{
    margin-top: 2rem;
    font-size: 50px;
    font-weight: 600;
  }
  .details-content{
    margin-top: 20px;
  }
  .bold-text{
    font-size: 20px;
    font-weight: 600;
  }
  .sales-details{
    margin-top: 2.5rem;
  }
  .sales-text{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
  }
  footer {
    background: none !important;
}
.hero-container .hero-content.hero-content-second {
  margin-left: 6rem;
}
.hero-container .hero-content.hero-content-second h1{
  font-weight: 600;
}

.nav-main .nav-link, .nav-main .dropdown-item {
  color: #000 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 3px 15px !important;
}
.nav-contact a{
  color: #000 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .carousel-container {
      padding: 0 30px; /* Reduce padding on tablet-sized screens */
  }
  /* .img-container {
    width: 435px;
    height: 230px;
} */
  .card {
      flex: 0 0 70%; /* Show more of each card on smaller screens */
  }
}

@media (max-width: 768px) {
  .details-heading {

    font-size: 29px;
  }
  .bold-text {
    font-size: 14px;
    font-weight: 600;
}
p{
  margin-bottom: 5px !important;
}
  .carousel-container {
      padding: 0 20px;
      margin-top: 15rem; /* Adjust the margin to fit smaller screens */
  }

  .card {
      flex: 0 0 85%; /* Make cards take up more space on smaller screens */
      height: 300px; /* Adjust card height */
  }

  /* .img {
      height: 100%;
  } */

  .prev-btn, .next-btn {
      padding: 8px 12px; /* Slightly reduce button size for smaller screens */
  }
}

@media (max-width: 480px) {
  .details-heading {
    font-size: 24px;
}
  .details-wrapper {
    width: 100%;
    padding-left: 2rem;
    margin-right: 2rem;
  }
  .carousel-container {
      padding: 0 10px;
      margin-top: 10rem;
  }

  .card {
      flex: 0 0 100%; /* Full-width cards on mobile screens */
      height: 250px; /* Adjust height for mobile */
  }

  .prev-btn, .next-btn {
      padding: 5px 10px;
      font-size: 16px; /* Reduce button size for mobile */
  }
}
