
@keyframes lefts {
  from {
    translate: -150vw 0;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

@keyframes rights {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

*{
    padding: 0;
    margin: 0;
}

.logo-left img {
  position: absolute;
  max-width: 109px;
  left: 118px;
  top: 0px;
  mix-blend-mode: multiply;
}


  .nav-item {
    list-style: none;
  }



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 145px;
  z-index: 10;
  position: relative;
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
animation-duration: 1s;
animation-name: rights;

}

#actives {
  color: #D29F09;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 46px;
}

.nav-links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
  font-family: Inter;
  font-weight: 500;
}

.nav-links a:hover {
  text-decoration: underline;
}

.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.hamburger .bar {
  height: 3px;
  width: 100%;
  background-color: #f09a24;
  border-radius: 5px;
  transition: 0.3s;
}

#carousel-container {
  width: 100%;
  height: 70vh; /* You can adjust this value */
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  height: 100%;
  box-sizing: border-box;
}


.Image1,.Image2,.Image3{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  cursor: pointer;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 15px;
  z-index: 1000;
  border-radius: 50%;
}

.prev {
  left: 10px;
  
}

.next {
  right: 10px;
  
}

/* slide-1 */

.slide1-content{
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}


.s1-image{
  width: 50%;
  }

  .s1-image img{
    width: 70%;
    }

    .s1-content{
      width: 50%;
      text-align: left;
    }
    .s1-content span{
      width: 50%;
      font-size: 60px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      color: white;
    }

    /* slide-2 */

    .slide2-content{
      display: flex;
      position: absolute;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: row-reverse;
      width: 100%;
      height: 100%;
      right: -105%;
    }

    .s2-image{
      width: 50%;
      }
    
      .s2-image img{
        width: 70%;
        }
    
        .s2-content{
          width: 50%;
          text-align: left;
        }
        .s2-content span{
          width: 50%;
          font-size: 60px;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          color: white;
        }

    /* slide-3 */

    .slide3-content{
      display: flex;
      position: absolute;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: row;
      width: 100%;
      height: 100%;
      right: -200%;
    }

    .s3-image{
      width: 50%;
      }
    
      .s3-image img{
        width: 70%;
        }
    
        .s3-content{
          width: 50%;
          text-align: left;
        }
        .s3-content span{
          width: 50%;
          font-size: 60px;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          color: white;
        }

         /* slide-4 */

    .slide4-content{
      display: flex;
      position: absolute;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: row-reverse;
      width: 100%;
      height: 100%;
      right: -305%;
    }

    .s4-image{
      width: 50%;
      }
    
      .s4-image img{
        width: 70%;
        }
    
        .s4-content{
          width: 50%;
          text-align: left;
        }
        .s4-content span{
          width: 50%;
          font-size: 60px;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          color: white;
        }

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 16px;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.p1{
padding: 30px 0px;

}
.p1heading{
  font-size: 50px;
  font-family:'Sora', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 15px 0px;
}
.our-products{
  width: 100%;
  display: grid;
  grid-template-columns: 50%;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.title{
  font-size: 20px;
    text-align: center;
    font-family: Inter;
    font-weight: 700;
    
}

/* product-slide1 */
.carousel-container {
  position: relative;
  width: 80%;
  max-width: 800px;
  overflow: hidden;
  border-radius: 10px;
  text-align: left;
  background-color: white;
  left: 10%;
  animation-duration: 1s;
animation-name: lefts;
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-image {
  min-width: 100%;
  height: auto;
}

.next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  right: 10px;
}

.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Initially hide the content */
.hidden-content {
  display: none;
  width: 100%;
}

#content {
  font-size: 18px;
  background-color: #f0f0f0;
  width: 100%;
}

.carousel-container-copy {
  position: absolute;
  width: 60%;
  /* max-width: 800px; */
  overflow: hidden;
  /* border-radius: 10px; */
  text-align: left;
  background-color: white;
  /* animation-duration: 1s; */
/* animation-name: lefts; */
z-index: 10;
left: 20%;
}

.carousel-slide-copy {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-image-copy {
  min-width: 100%;
  height: auto;
}

.next1c {
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  right: 10px;
}

.next1c:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Style for the close button */
.close-btn {
  top: 0;
  right: 0;
  font-size: 20px;
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 11;
}

.close-btn:hover {
  background-color: #f09a24;
}


/* readmore/readless1 */

.description{
  padding-bottom: 17px;
  border-radius: 0px 0px 12px 12px ;
  font-size: 17px;
  font-family: Inter;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  list-style: disc;
  margin-left: 20px;
}


footer{
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 50px 0px;
align-items: center;
background-color:#f7f7f7 ; 
flex-direction: column;
gap: 20px;
}

.our-info{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
  gap: 30px;
}

.our-info a {
  text-decoration: none;
  font-size: 12px;
  font-family: Inter;
  color: black;
  font-weight: 600;
}

.copyright p{
  color: #000000;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
}