.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: inherit;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
    position: relative;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
#myModal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#myModal .modal-content {
  margin: auto;
  display: block;
  width: fit-content;
  max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
#myModal .modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#gal2 a i {
    color: #e4e0e0;
    opacity: 1;
    padding: 1px 2px;
    position: relative;
    background-color: #525252;
    border-radius: 50%;
}

#gal2 a:nth-of-type(1) {
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 10;
    width: 17px;
    height: 19.5px;
    display: block;
}

.galItem {
    width: 20%;
    float: left;
    position: relative;
    margin: 1%;
    /* height: 250px; */
    overflow: hidden;
    border: #9dabafb8 2px solid;
    /* border-top: #9dabafb8 23px solid; */
    border-radius: 10px;
    min-height: 41px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
#myModal  .modal-content {
    width: 90%;
  }
}

.imamodal, .imamodal2 {
    width: 100%;
    /* float: left; */
    /* position: relative; */
    /* padding: 2%; */
    flex: auto;
    /* cursor: zoom-in; */
    /* border: #9dabafb8 2px solid; */
    /* border-top: #9dabafb8 23px solid; */
    /* border-radius: 10px; */
}

div#gal2 {
    padding: 0 26px;
}

@media (max-width: 991px) {

 .galitem {
    width: 100%;
    /* float: left; */
    /* position: relative; */
    /* padding: 12px; */
    flex: auto;
    cursor: zoom-in;
}
  
  
}

