body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
 }
 
#inq{
    padding: 10px 30px;
    border-radius: 20px;
    background: #5DD471;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #282936;
   
}
 #cardseeall{
    position: absolute;
    right: 150px;
    border: none;
    background: transparent;
    box-shadow: none;
  
    height: auto;
    width: auto;
    text-decoration: underline;
 }
.card {
    margin-bottom: 35px;
    height: 470px;
     
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
   position: relative;
  }
  
.card {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

 
.card:nth-child(1) {
    transition-delay: 0.2s;
}
.card:nth-child(2) {
    transition-delay: 0.4s;
}
.card:nth-child(3) {
    transition-delay: 0.6s;
}
.card:nth-child(4) {
    transition-delay: 0.7s;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

  .card:hover {
    transition: 0.5s ease ;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
    .card a{
    text-align: end;
    position: absolute;
    bottom: 10px;
    right: 20px;
    
    }
.card h3{
    font-size: 1.7rem;
    padding: 10px 20px 0px 20px;
    cursor: default;
}
  .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .card-description {
    padding: 16px;
    font-size: 1rem;
    color: #555; 
    cursor: default;
  }
  
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    z-index: 1;
 
   }
   
   button.learn-more {
    width: 12rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #fff;
   }

.aa{
    width: 100%;
    height: auto;
    background: #f7f5f5d5;
    padding: 50px 20px;
}
   .front {
    overflow-x: hidden;
    height: 500px;
    position: relative;
  }

  .row1, .row2 {
    opacity: 0;
    transform: translateX(-100%); 
    transition: all 0.8s ease-out;
  }

  .row2 {
    transform: translateX(100%); 

  }

  .animated-in .row1 {
    opacity: 1;
    transform: translateX(0);  
  }

  .animated-in .row2 {
    opacity: 1;
    transform: translateX(0);
  }
  .front{
    display: flex;
    justify-content: center;
     margin-top: 200px;
     margin-bottom:100px;
  }
  .front .row1 h1{
    font-size: 3.5rem;
    
  }
   .front .row2{
    display: flex;
    z-index: -1;
     
   }
  .front .row2 .box1{
    margin-right: 15px;
    width:18rem;
    height: 18rem;
    background-image: url('img/newhome.jpg');
    background-size: cover;
    border: 2px solid #45a75c;
    transform: translateY(55%);
    border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 2%;
    border-top-left-radius: 2%;
}
.front .row2 .box2{
    background-image: url('img/2.jpg');
    background-size: cover;
    border:2px solid #45a75c;
    width: 22rem;
    height: 28rem;
    
    border-bottom-right-radius: 30%;
    border-top-left-radius: 30%;
    border-top-right-radius: 2%;
    border-bottom-left-radius: 2%;
}
.front .row2 .box3{
    position: absolute;
    width:23rem;
    height: 32rem;
    transform: translateY(-40px);
    margin-left: 400px;
    background: #5DD471;
    border-bottom-right-radius: 30%;
    border-top-left-radius: 30%;
    border-top-right-radius: 2%;
    border-bottom-left-radius: 2%;
    z-index: -1;
}

.about, .abouts{
    width: 100dvw;
    height: 600px;
    background: #f7f5f5d5;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
 }
.abouts img{
    width: 110%;
}
 
.about .img .main{ 
    width: 26rem;
    height: 27rem;
    background-image: url('img/logo\ \(2\).png');
    background-size: cover;
    border-radius: 3px;
}
 
.isapa h2,p{
    text-align: center;
    padding: 30px;
}
.dot{
    margin-top: 10px;
   margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dot .dots{
    width: 0.7rem;
    height: 0.7rem;
    background: black;
    border-radius: 50%;
    margin-right: 5px;
}
.bot {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 20px;
    margin-top: 50px;
    width: 100%;
    max-width:75%;
    margin: 50px auto;
    border-radius: 12px;
     
}

.box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: left;
    cursor: pointer;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.bot .box h4{
    text-align: center;
   
}
#prod{
    text-align: center;
}
.brands{
    text-align: center;
    margin-top: 200px
}

.container-box {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
  }

  .scrolling-wrapper {
    width: 90%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
 
  .scrolling-wrapper::before,
  .scrolling-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 1;
    pointer-events: none; 
  }

  
  .scrolling-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #e3ffe7 0%, #d9e7ff00 100%);
  }
 
  .scrolling-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #d9e7ff 0%,  #e3ffe700 100%);
  }

  .scroll-track {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: max-content;
    animation: slideAnimation 150s linear infinite;
    transition: animation-play-state 0.3s ease-in-out;
  }
  
  /* Smoothly pause on hover */
  .scroll-track:hover {
    animation-play-state: paused;
  }
  
  .scroll-card {
    min-width: 240px;
    max-width: 240px;
    
    padding: 20px;
    border-radius: 10px;
 
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scroll-card img {
    width: 180px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    filter: drop-shadow( 2px 4px 6px gray);
    
  }
  
  /* Hover effect: scale up with shadow */
  .scroll-card img:hover {
    transform: scale(1.2);
  
  }
  
  @keyframes slideAnimation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
@media (max-width: 600px) {
    #cardseeall{
        font-size: 14px;
        right: 20px;
       
     }
  #inq {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
 

    .prodinside{
        position: none;
        display: block;
     
    }
   .abouts img{
    width: 100%;
}
    .dd{
        width: auto;
    }
    .front{
        display: block;
        margin-top: 100px;
        margin-bottom: 0;
        overflow-x: hidden;
        height: 730px;
    }
    .front .row1 {
        margin-top: 20%;
        display: block; 
        place-items: center;
    }
  .front .row1 .text-gradient-green {
  display: block;
  text-align: center;
  font-size: 1.9rem;
}
.aa {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#sds{
    margin-bottom:20px;
    margin-top: -20px;
}
    .front .row1 button{
        padding: 10px 20px;
        margin-top: 5%;
        transform: translateY(0);
    }
    .front .row2{
        margin-top: 20%;
        display: flex;
        justify-content: center;
        height: 300px;
        position: relative;
        z-index: -1;
    }
    .front .row2 .box1{
        margin-right: 15px;
        width:9rem;
        height: 9rem; 
        transform: translateY(33%);
        border-top-right-radius: 50%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 3%;
        border-top-left-radius: 3%;
    }
    .front .row2 .box2{
        width: 10rem;
        height: 12rem;
 
        border-bottom-right-radius: 40%;
        border-top-left-radius: 40%;
        border-top-right-radius: 3%;
        border-bottom-left-radius: 3%;
    }
  
    .front .row2 .box3{
        position: absolute;
        width: 11rem;
        height: 15rem;
        transform: translateY(-30px);
        margin-left: 270px;
        background: #5dd479;
        border-bottom-right-radius: 30%;
        border-top-left-radius: 30%;
        border-top-right-radius: 3%;
        border-bottom-left-radius: 3%;
        z-index: -1;
    }
    .about{
        width: 100%;
        height: 900px;
        background: #f7f5f5d5;
        display: block;
        padding: 0;
    }
    .about .img{
        margin-left: 0;
        display: flex;
        justify-content: center;
    }
    .about .img .main{
        margin: 0;
        margin-top: 5%;
        width: 18rem;
        height: 18rem;
      
        border-radius: 3px;
    }
    .about h2{
        text-align: center;
        font-size: 1.5rem;
        margin-top: 10px;
    }
  .dot{
     
       margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
 .dot .dots{
        width: 0.7rem;
        height: 0.7rem;
        background: black;
        border-radius: 50%;
        margin-right: 5px;
    }
    .about p{
        text-align: center;
       font-size: 14px;
        
    }
    
 
    .card {
        place-items: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        overflow: hidden;
        margin-bottom: 20px; 
       width: 280px;
      }
     
 .brands,#prod{
    font-size: 1.7rem;
    width: 70%;
    margin: auto;
    margin-top: 0px;
 }
 
}
   
#randomCarousel{
    z-index: -1;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
 
}
@media (min-width: 600px) and (max-width: 1024px) {
    .front .row1 h1{
        text-align: center;
        font-size: 2.6rem;
        
    } 
     .abouts img{
    width: 100%;
}

  #inq {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
 
    .front{
        margin: 100px;
        height: 750px;
        display: block;
      place-items: center;
          
    }  
     .front .row1 .text-gradient-green {
  display: block;
  text-align: center;
  font-size: 3.2rem;
}
    .front .row1{
        place-items: center;
        
    }
       .front .row2{
        display: flex;
        margin-top: 100px;
    
         
       }   .front .row2 .box1{
        margin-right: 15px;
        width:12rem;
        height: 12rem;
        
        transform: translateY(25%);
        border-top-right-radius: 50%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 3%;
        border-top-left-radius: 3%;
    }
    .front .row2 .box2{
        width: 13rem;
        height: 15rem;
    
        border-bottom-right-radius: 40%;
        border-top-left-radius: 40%;
        border-top-right-radius: 3%;
        border-bottom-left-radius: 3%;
    }
  
    .front .row2 .box3{
        position: absolute;
        width: 14rem;
        height: 18rem;
        transform: translateY(-30px);
        margin-left: 280px;
        
        border-bottom-right-radius: 30%;
        border-top-left-radius: 30%;
        border-top-right-radius: 3%;
        border-bottom-left-radius: 3%;
        z-index: -1;
    }   
    .about .img .main{
        margin: 0;
        margin-top: 5%;
        width: 18rem;
        height: 18rem;
    
        border-radius: 3px;
        
    }
    .isapa h2{
        text-align: center;
       font-size: 1rem;
    }
    .isapa p{
        text-align: center;
       font-size: 0.7rem;
    }
    .isapa{
        margin-left: 20px;
        
    }
    .dot{
        margin: -5px 0;
 
        
    }
    .dot .dots{
        width: 0.5rem;
        height: .5rem;
       
    }
    .about{
        height: 800px;
    }

    .front .row1 button{
    padding: 7px 20px;
    margin-top: 5%;
    margin-left: -15%;
   border-radius: 10px;
   background:  #5dd479;
   font-weight: 500;
   z-index: -1;
   font-size: 10px;
   transform: translateY(0);
}
}
/* animation */

.main, .isapa {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.isapa {
    transition-delay: 0.2s; /* Smooth delay for isapa */
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Staggered delays for smoother appearance */
.box:nth-child(1) {
    transition-delay: 0.1s;
}
.box:nth-child(2) {
    transition-delay: 0.2s;
}
.box:nth-child(3) {
    transition-delay: 0.3s;
}
.box:nth-child(4) {
    transition-delay: 0.4s;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}
 