body{


}

/* Global */
.cust-marg-Botm-50{
margin-bottom: 50px;
}
.cust-marg-Botm-30{
margin-bottom: 30px;
}
.cust-txt-align{
  text-align: center;
}
/* -- Global */

.cust-main{
    display: flex;
    
}

/* Dem */

.img-slideshow-container {
  position: relative;
  width: 400px;
  height: 260px;
  perspective: 1000px;
  margin: auto;
  padding-bottom: 400px;

  overflow: visible; /* prevents clipping */
  margin-top: 30px;

}

.slide-img {
  position: absolute;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  transition: all 0.8s ease-in-out;
  /* opacity: 0.95; */
}



/* Dem  */

/* #panini{
    width: 410px;
    border-radius: 5%;
} */

.circbord{
    border-radius: 50%;
    
}


.boxi {
    width: 200px; /* Width of content */
    height: 100px; /* Height of content */
    /*padding: 20px; /* Padding will increase size *
    border: 5px solid black; /* Border will also increase size *
    box-sizing: content-box; This is the default */
}

/* .ridermarg{
    margin: 0px 0px;
} */
/* .imgx {
    width: 800px;
    height: 600px;
    object-fit:contain;

} */


#cart-logo{
    padding-right: 10px;
}


.align-items-cust{
    display: flex;
    justify-content: center;
    text-align: center;
    
}

/* Chai */
.chai-card {
  background: #fff;
  box-shadow: 0px 5px 68px 0px rgba(0, 21, 100, 0.1);
  padding: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.chai-img {
  width: 400px; /* adjust size */
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.chai-content h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.chai-content p {
  font-size: 14px;
  color: #555;
}

/* --Chai */


/* contact */
.borders{
    border-radius: 1%;
}

.cust-img-width{
    width: 400px;
}



/* -- contact */


.cust-flex{
  display: flex;
  
}

.cust-width-100{
  /* width: 200px; */
  margin: 100px;
}

/* Always apply default padding on larger screens */
.cust-padding-top450 {
  padding-top: 410px;
}

/* But reduce it on smaller screens */
@media (max-width: 767.98px) {
  .cust-padding-top450 {
    padding-top: 50px; /* or whatever you prefer */
  }
}


/* About */
.cust-slider-IMG{
  width: 300px;
  height: 279px;
  object-fit: cover;
  /* border-radius: 8px; */
}

/* -- About */


/* Home / index*/
.menu-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-popup-content img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
}

.cust-padding-top-50px{
  padding-top: 50px;
}




/* -- Home */