@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
img, video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}

.banner {
  color: unset;
  height: 100%;
  display: block;
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.6) 88%);
}
.banner .bg {
  height: 650px;
  line-height: 0;
}
@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}
@media only screen and (max-width: 991px) {
  .banner .bg {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .bg {
    height: 560px;
  }
}
@media only screen and (max-width: 540px) {
  .banner .bg {
    height: 430px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.banner .banner-wrapper h1, .banner .banner-wrapper h2 {
  max-width: 100%;
  font-size: 48px;
  line-height: 1.2;
  color: var(--white);
}
@media only screen and (max-width: 1280px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    margin-bottom: 8px;
  }
}
.banner .banner-wrapper p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .banner .banner-wrapper p {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper p {
    font-size: 14px;
    margin-top: 8px;
  }
}

.banner.gallery-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.6) 88%);
}
.banner.gallery-banner .bg .banner-wrapper {
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
.banner.gallery-banner .bg .banner-wrapper .heading {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .banner.gallery-banner .bg .banner-wrapper .heading {
    max-width: 400px;
  }
}

.gallery-secA {
  padding: 60px 0;
}
.gallery-secA .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .gallery-secA {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) and (max-width: 675px) {
  .gallery-secA {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-secA .item {
    border-radius: 10px;
    overflow: hidden;
  }
}

.gallery_list {
  padding: 70px 0;
}
@media only screen and (max-width: 1280px) {
  .gallery_list {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .gallery_list {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .gallery_list {
    padding: 40px 0;
  }
}
.gallery_list .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .gallery_list .heading {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery_list .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .gallery_list .heading h2 {
    font-size: 26px;
  }
}
.gallery_list .main_wrapper .gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .gallery_list .main_wrapper .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .gallery_list .main_wrapper .gallery_grid {
    grid-template-columns: 1fr;
  }
}
.gallery_list .main_wrapper .gallery_grid .gallery_card {
  width: 100%;
  height: 100%;
}
.gallery_list .main_wrapper .gallery_grid .gallery_card .gallery_col {
  border: 1px solid #EEEEEE;
  background: var(--white);
}
.gallery_list .main_wrapper .gallery_grid .gallery_card:hover figure img {
  transform: scale(1.1);
}
.gallery_list .main_wrapper .gallery_grid .gallery_card figure {
  line-height: 0;
  overflow: hidden;
  height: 350px;
}
.gallery_list .main_wrapper .gallery_grid .gallery_card figure img {
  -o-object-position: top;
     object-position: top;
}
.gallery_list .main_wrapper .gallery_grid .gallery_card figcaption {
  padding: 22px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .gallery_list .main_wrapper .gallery_grid .gallery_card figcaption {
    padding: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .gallery_list .main_wrapper .gallery_grid .gallery_card figcaption {
    padding: 12px;
  }
}
.gallery_list .main_wrapper .gallery_grid .gallery_card figcaption h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .gallery_list .main_wrapper .gallery_grid .gallery_card figcaption h6 {
    font-size: 18px;
    font-size: 16px;
  }
}
.gallery_list .main_wrapper .gallery_grid .gallery_card figcaption p {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .gallery_list .main_wrapper .gallery_grid .gallery_card figcaption p {
    font-size: 14px;
  }
}/*# sourceMappingURL=gallery.css.map */