.reseller-head{
    width: 100%;
    height: 550px;
    background-color: #E8E9EB;
}
@media screen and (max-width:2000px) {
    .reseller-heading{
        font-size: 50px;
        margin-top: 20px;
    }
}
@media screen and (max-width:1100px) {
    .reseller-heading{
        font-size: 40px;
    }
}
@media screen and (max-width:900px) {
    .reseller-heading{
        font-size: 30px;
    }
}
@media screen and (max-width:400px) {
    .reseller-heading{
        font-size: 20px;
    }
}
.video-not-found{
    margin-left: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.reg-button{
    background-color: rgb(218, 115, 115) !important;
    color: white !important;
}
.d-grid .reg-button:hover{
    background-color: #EAB308 !important;
}
.holesell-reg .reg-button:hover{
    background-color: #EAB308 !important;
}
@media screen and (max-width:767px) {
    .holesell-reg{
        margin-top: 100px !important;
        margin-left: 20px;
    }
}
.text{
    margin-top: 100px;
}
/* success story slider */




.wrapper { 
    max-width: 1100px; 
    width: 100%; 
    position: relative; 
  
} 
  
.wrapper i { 
    height: 50px; 
    width: 50px; 
    background: rgb(118, 233, 118); 
    text-align: center; 
    line-height: 50px; 
    border-radius: 50%; 
    cursor: pointer; 
    position: absolute; 
    top: 50%; 
    font-size: 1.25 rem; 
    transform: translateY(-50%); 
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23); 
  
} 
  
.wrapper i:first-child { 
    left: -22px; 
  
} 
  
.wrapper i:last-child { 
    right: -22px; 
  
} 
  
.wrapper .carousel { 
    display: grid; 
    grid-auto-flow: column; 
    grid-auto-columns: calc((100% / 3) - 12px); 
    gap: 16px; 
    overflow-x: auto; 
    scroll-snap-type: x mandatory; 
    scroll-behavior: smooth; 
    scrollbar-width: 0; 
} 
  
.carousel::-webkit-scrollbar { 
    display: none; 
} 
  
.carousel :where(.card, .img) { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
} 
  
.carousel.dragging { 
    scroll-snap-type: none; 
    scroll-behavior: auto; 
} 
  
.carousel.no-transition { 
    scroll-behavior: auto; 
} 
  
.carousel.dragging .card { 
    cursor: grab; 
    user-select: none; 
} 
  
.carousel .card { 
     scroll-snap-align: start; 
    height: 340px; 
    list-style: none; 
    background: #fff; 
    border-radius: 8px; 
    display: flex; 
    cursor: pointer; 
    width: 98%; 
    padding-bottom: 15px; 
    align-items: center; 
    justify-content: center; 
    flex-direction: column;
} 
  
.card .img { 
     
    width: 350px; 
    height: 350px; 
    
  
} 
  
.card .img img { 
    width: 75%; 
    height: 80%; 
    object-fit: cover; 
    
} 
  

  

  
@media screen and (max-width: 900px) { 
    .wrapper .carousel { 
        grid-auto-columns: calc((100% / 2) - 9px); 
  
    } 
} 
  
@media screen and (max-width: 600px) { 
    .wrapper .carousel { 
        grid-auto-columns: 100%; 
  
    } 
}