.mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
 /* Number text (1/3 etc) */

.numbertext {
  color: #FFFFFF;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  position: absolute;
   
}
.numbertext1 {
  color: #FFFFFF;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  bottom: -40px;
  right: 0px;
}

   
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }



  .modal {
    background-color: rgb(69 12 151 / 29%);
    opacity: 0.9;
}

  .modal_fixed{
    height: 100vh!important;
    overflow-y: hidden!important;
  }
 
  .modal-content{
    background: #fff0!important;
  }

  

.modal-header{
  border: 0px!important;
}
.modal-header .close {         
  width: 40px;
  opacity: 1!important;
}
.closeX{
  color: #FFFFFF;
  font-size: 2rem!important;
}
.prev:hover, .next:hover {
background-color: rgb(69, 12, 151)!important;
color: #fff;
text-decoration: none;  
}


.prev, .next {
  top: 55%!important;
  font-size: 2rem!important;
  background: #7706C23D!important;
} 
