@charset "utf-8";
/**/
.maingallery-sec {
  width: 100%;
  padding: 100px 0;
}
.gallerymaintab .nav-pills {
  flex-wrap: nowrap;
  margin: 0 0 30px;
}
.gallerymaintab .nav-pills .nav-item {
  width: 100%;
}
.gallerymaintab .nav-pills .nav-item .nav-link {
  width: 100%;
  padding: 17px 5px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: rgba(234, 234, 234, 0.55);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: transparent;
  position: relative;
}
.gallerymaintab .nav-pills .nav-item .nav-link:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background: transparent;
  transition: all 0.4s;
}
.gallerymaintab .nav-pills .nav-item .nav-link.active,
.gallerymaintab .nav-pills .nav-item .nav-link:hover {
  color: #ffffff;
}
.gallerymaintab .nav-pills .nav-item .nav-link.active:after {
  box-shadow: 0px 4px 20px 7px rgba(0, 222, 214, 0.68);
  background: #48fdff;
}
/**/
.gallery-col {
  display: inline-block;
  width: 100%;
  position: relative;
  border: 2px solid #ffffff;
  transition: all 0.5s;
  margin: 10px 0 20px;
  position: relative;
}
.gallery-col::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ffffff;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
.galleryimgbox {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
}
.galleryimgbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 10px solid #1b6d74;
  opacity: 1;
  filter: blur(8px);
  opacity: 0;
  transition: all 0.5s;
}
.galleryimgbox:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}

.galleryimgbox .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallerydata {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 5;
  transition: all 0.5s;
}
.gallerydata h3 {
  font-size: 34px;
  color: #ffffff;
  font-family: "Maqin Larisa Display";
  line-height: 1;
  margin: 0;
  text-shadow: 3px 3px 6px #000000ab;
}
.gallery-col:hover {
  box-shadow: 0px 0px 13px #48fdff;
}
.gallery-col:hover::after {
  opacity: 1;
}
.gallery-col:hover .galleryimgbox:before,
.gallery-col:hover .galleryimgbox:after {
  opacity: 1;
}

/**/
.gallerymaintab .tab-pane .row {
  margin: 0 -8px;
}
.gallerymaintab .tab-pane .row > * {
  padding: 0 8px;
}
.gallerymaintab .tab-pane .gallery-col {
  margin: 8px 0;
}

/**/
body .modal-backdrop.fade.show {
  opacity: 0.85;
}
.gallrypopup .modal-dialog {
  margin-top: 40px;
}
.gallrypopup .modal-dialog {
  width: 95%;
  max-width: 1000px;
}
.gallrypopup .modal-dialog .modal-content {
  background: #000;
  border: 2px solid #48fdff;
  box-shadow: 0px 0px 25px #48fdff;
  border-radius: 0px;
}
.gallrypopup .btn-close {
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #ffffff;
  z-index: 99;
  border-radius: 80px;
  width: 30px;
  height: 30px;
}
.galleryslider.owl-carousel {
  width: 100%;
  height: 85vh;
  max-height: 800px;
  overflow: hidden;
}
.galleryslider .item .img-fluid {
  width: 100%;
  height: 85vh;
  max-height: 800px;
  object-fit: cover;
}
.galleryslider.owl-theme .owl-nav {
  margin: 0;
}
.galleryslider.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 30px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  font-size: 30px;
  line-height: 1;
  font-family: sans-serif;
  opacity: 1 !important;
  z-index: 99;
}
.galleryslider.owl-theme .owl-nav button.owl-next {
  left: auto;
  right: -5px;
}
.galleryslider.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.galleryslider.owl-theme .owl-dots button span {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: #676767;
}
.galleryslider.owl-theme .owl-dots .owl-dot.active span {
  background: #48fdff;
}

/*-------------------------------- Responsive Media Query --------------------------------*/
@media (min-width: 1320px) {
  .gallerymaintab .tab-pane .row > .col-xl-3 {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .gallerymaintab .nav-pills .nav-item .nav-link {
    font-size: 18px;
  }
  .galleryslider.owl-carousel,
  .galleryslider .item .img-fluid {
    height: 550px;
  }
}

@media (max-width: 991px) {
  .maingallery-sec {
    padding: 50px 0;
  }
  .gallerydata h3 {
    font-size: 28px;
  }
  .galleryslider.owl-carousel,
  .galleryslider .item .img-fluid {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .gallerymaintab .nav-pills {
    flex-wrap: wrap;
  }
  .gallerymaintab .nav-pills .nav-item {
    width: 16.66%;
  }
  .gallerymaintab .nav-pills .nav-item .nav-link {
    font-size: 16px;
  }
  .gallrypopup .modal-dialog .modal-content {
    border: 1px solid #48fdff;
    box-shadow: 0px 0px 10px #48fdff;
  }
  .gallrypopup .btn-close {
    width: 24px;
    height: 24px;
    top: -13px;
    right: -13px;
    background-size: 12px;
  }
  .galleryslider.owl-theme .owl-nav button {
    width: 25px;
    height: 40px;
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .gallerydata {
    padding: 15px;
  }
  .gallerydata h3 {
    font-size: 22px;
  }
  .galleryslider.owl-carousel {
    height: 320px;
  }
  .galleryslider .item .img-fluid {
    height: 320px;
  }
}
