@media only screen and (min-width: 1824px) {
  .gallery-section .common-title {
    margin-bottom: 70px;
  }
}
.gallery-section .common-title h3 {
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (min-width: 1824px) {
  .gallery-section .common-title h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section .common-title h3 {
    font-size: 25px;
  }
}
.gallery-section .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 1824px) {
  .gallery-section .parent {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section .parent {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.gallery-section .parent .child:nth-child(1) {
  grid-column: span 2/span 2;
  grid-row: span 3/span 3;
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(1) {
    grid-column: auto;
    grid-row: span 3/span 3;
  }
}
.gallery-section .parent .child:nth-child(1) a {
  border-top-left-radius: 60px;
  overflow: hidden;
}
.gallery-section .parent .child:nth-child(2) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(2) {
    grid-column: auto;
    grid-row: span 2/span 2;
  }
}
.gallery-section .parent .child:nth-child(3) {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 4;
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(3) {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 4;
  }
}
.gallery-section .parent .child:nth-child(4) {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 4;
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(4) {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 6;
  }
}
.gallery-section .parent .child:nth-child(5) {
  grid-column: span 2/span 2;
  grid-row: span 4/span 4;
  grid-column-start: 3;
  grid-row-start: 3;
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(5) {
    grid-column: auto;
    grid-row: span 4/span 4;
    grid-column-start: 2;
    grid-row-start: 3;
  }
}
.gallery-section .parent .child:nth-child(6) {
  grid-column: span 2/span 2;
  grid-row: span 4/span 4;
  grid-row-start: 6;
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(6) {
    grid-column: auto;
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 8;
  }
}
.gallery-section .parent .child:nth-child(7) {
  grid-column: span 2/span 2;
  grid-row: span 3/span 3;
  grid-column-start: 3;
  grid-row-start: 7;
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(7) {
    grid-column: auto;
    grid-row: span 3/span 3;
    grid-column-start: 2;
    grid-row-start: 7;
  }
}
.gallery-section .parent .child:nth-child(n+8) {
  min-height: 200px;
  max-height: 200px;
  grid-column: auto;
  grid-row: auto;
}
@media screen and (max-width: 991px) {
  .gallery-section .parent .child:nth-child(n+8) {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section .parent .child:nth-child(n+8) {
    min-height: 100px;
    max-height: 100px;
  }
}
.gallery-section .parent a {
  display: block;
  height: 100%;
}
.gallery-section .parent a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.load-more {
  text-align: center;
  margin-top: 30px;
}

#load-more-btn {
  color: #fff;
  background-color: transparent;
  font-style: italic;
}
#load-more-btn:hover {
  text-decoration: underline;
}
#load-more-btn[disabled] {
  opacity: 0.3;
  pointer-events: none;
}/*# sourceMappingURL=gallery.css.map */