/* Gallery CSS */

.gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1;
  }
  
  .gallery-item {
    margin-bottom: 30px;
  }
  
  .gallery-item .gallery-image {
    display: block;
    position: relative;
  }
  
  .gallery-item .gallery-image::before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    left: 0;
    background: #000;
    top: 0;
    bottom: 0;
    margin: 15px;
    right: 0;
    opacity: .75;
  }
  
  .gallery-item .gallery-image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px dashed #ffffff;
    margin: 40px;
  }
  
  .gallery-item .gallery-image:hover::before, .gallery-item .gallery-image:focus::before {
    height: auto;
    background-color: transparent;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: 0.5s;
  }
  
  .gallery-item .gallery-image .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    color: #ffffff;
    margin-top: 0;
    font-size: 28px;
    opacity: 1;
    visibility: visible;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: 0.5s;
  }
  
  .gallery-item .gallery-image .popup-btn:hover {
    text-decoration: none;
  }
  
  .gallery-item .gallery-image:hover .popup-btn, .gallery-item .gallery-image:focus .popup-btn {
    opacity: 0;
    visibility: hidden;
    margin-top: -15px;
  }
  
  .gallery-slider .owl-dots .owl-dot {
    position: relative;
    top: 10px;
  }
  
  .gallery-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 3px;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #c3a165;
    position: relative;
  }
  
  .gallery-slider .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #c3a165;
    border-radius: 50%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .gallery-slider .owl-dots .owl-dot span:hover {
    background-color: #c3a165;
  }
  
  .gallery-slider .owl-dots .owl-dot.active span {
    background: #c3a165;
  }
  
  .gallery-slider .owl-nav.disabled + .owl-dots {
    margin-top: -14px;
  }
  /* Gallery Page CSS */

.gallery-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-page-section .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

.gallery-page-section .filter-menu li {
  border: none;
  background: #f4f4f4;
  padding: 10px 24px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  color: #828893;
  outline: 0 !important;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}

.gallery-page-section .filter-menu li:hover {
  background: #c3a165;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.gallery-page-section .filter-menu .filter.active {
  color: #ffffff;
  background-color: #c3a165;
}

.gallery-page-section .single-work {
  margin-bottom: 30px;
}

.gallery-page-section .single-work .work-image {
  display: block;
  position: relative;
}

.gallery-page-section .single-work .work-image::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.gallery-page-section .single-work .work-image:hover::before, .gallery-page-section .single-work .work-image:focus::before {
  height: 100%;
  background-color: #c3a165b7;
}

.gallery-page-section .single-work .work-image .popup-btn {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}

.gallery-page-section .single-work .work-image .popup-btn:hover {
  text-decoration: none;
}

.gallery-page-section .single-work .work-image:hover .popup-btn, .gallery-page-section .single-work .work-image:focus .popup-btn {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.gallery-page-section #Container .mix {
  display: none;
}

.gallery-page-section .gallery-btn {
  margin-top: 30px;
  text-align: center;
}

.gallery-page-section .gallery-btn .gallery-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #c3a165;
  color: #ffffff;
  border: 1px solid #c3a165;
  font-size: 16px;
  font-weight: 600;
}

.gallery-page-section .gallery-btn .gallery-btn-one:hover {
  background-color: #ffffff;
  color: #c3a165;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}
