/* Gallery  */
/* * {
    box-sizing: border-box;
  } */

/* .row>.column {
  padding: 8px 8px;
} */

.row>.one_quater {
  padding: 8px 8px;
}

.one_quater {
  float: left;
  width: 25%;
}


.row:after {
  content: "";
  /* display: table; */
  clear: both;
}

.size img {
  align-items: center;
  width: 646px;
  height: 600px;

}

.numbertext img {
  align-items: center;
  width: 500px;
  height: 600px;
}

.column {
  float: left;
  width: 25%;
  
}

.column img {
  height: 300px;
}



/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 2%;
  right: 1%;
  font-size: 31px;
  font-weight: bold;
  z-index: 999;
  padding: 5px;
  background-color: #ffffff82;
  border-radius: 35px;
  width: 34px;
  height: 33px;
  margin-top: 0px;
  transition: 0.3s ease;
  padding-bottom: 35px;
  padding-left: 8px;
}


.close:hover,
.close:focus {
  background-color: rgba(194, 191, 191, 0.8);
  /* color: black;
    text-decoration: none;
    cursor: pointer; */
}

.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: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #ffffffa6;
  -webkit-user-select: none;
  border-radius: 91px;
}

/* 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(194, 191, 191, 0.8);
}

.size img {
  align-items: center;
  width: 100%;
  padding: 10px;
  /* padding-right: 29px; */
}

.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);
}

.gallery-flex-img {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
}


.img-flex-child{
  width:350px;
  height: 230px;
}

/* .img-flex-child-single{
  height: 100%;
  width: 100%;
} */

.img-flex-child-single {
  height: 212px;
  width: 284px;
}





body {
  background-color: white !important;
}
.one_quarter {
  margin: 0 !important;
  width: 100% !important;
}

.one_quarter img {
  vertical-align: unset !important;
  width: 98%;
  /* margin-top: 20px; */
}



  /* media queries  */
  
@media screen and (min-width: 500px) {
  .one_quarter {
      width: 100% !important;
  }
 
}


@media screen and (min-width: 100px) {
.modal-content{
  width:100% !important;
}



}

@media screen and (min-width: 576px) {
  .one_quarter {
      width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .one_quarter {
      width: 33.333333% !important;
  }
}
@media screen and (min-width: 1200px) {
  .one_quarter {
      width: 25% !important;
  }
}



.one_quarter img{
  box-shadow: none;
}



/* For Image Transform Scale */
.img_scl {
transition: 500ms;
padding: 10px;
}

.img_scl:hover {
    transform: scale(1.1);
}