.gallery-main{
  margin-bottom: 1.6rem;
}
.gallery-main img {
  width: 100%;
  height: 65.4rem;
  object-fit: cover;
  border-radius: 1rem;
}
.gallery-thum-img{
  cursor: pointer;
}
.gallery-thum-img img {
  width: 100%;
  height: 22.5rem;
  object-fit: cover;
  border-radius: 1rem;
}
.gallery-thum-slider .owl-nav button {
  position: absolute;
  left: -8rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 2rem);
}
.gallery-thum-slider .owl-nav .owl-next{
  left: auto !important;
  right: -8rem;
}
@media(min-width:1460px) and (max-width:1559.98px) {
  .gallery-thum-slider .owl-nav button {
    left: -6rem;
  }
  .gallery-thum-slider .owl-nav .owl-next {
    right: -6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .gallery-main img {
    height: 58.9rem;
  }
  .gallery-thum-img img {
    height: 20.1rem;
  }
  .gallery-thum-slider .owl-nav button {
    left: -6rem;
  }
  .gallery-thum-slider .owl-nav .owl-next {
    right: -6rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .gallery-main img {
    height: 50.8rem;
  }
  .gallery-thum-img img {
    height: 17.3rem;
  }
  .gallery-thum-slider .owl-nav button {
    left: -6rem;
  }
  .gallery-thum-slider .owl-nav .owl-next {
    right: -6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .gallery-main img {
    height: 42.6rem;
  }
  .gallery-thum-img img {
    height: 14.4rem;
  }
  .gallery-thum-slider .owl-nav button {
    left: -5rem;
  }
  .gallery-thum-slider .owl-nav .owl-next {
    right: -5rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .gallery-main img {
    height: 34.6rem;
  }
  .gallery-thum-img img {
    height: 11.5rem;
  }
  .gallery-thum-slider .owl-nav button {
    left: -3rem;
    width: 3rem;
    height: 3rem;
    top: calc(50% - 1.5rem);
  }
  .gallery-thum-slider .owl-nav .owl-next {
    right: -3rem;
  }
  .gallery-thum-slider .owl-nav img{
    width: 1.2rem;
  }
}
@media(max-width:767.98px) {
  .gallery-main img {
    height: 25.6rem;
  }
  .gallery-thum-img img {
    height: 11.7rem;
  }
  .gallery-thum-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem;
  }
  .gallery-thum-slider .owl-dot{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: 0 0.5rem;
    background: var(--main-color) !important;
    opacity: 0.5;
  }
  .gallery-thum-slider .owl-dot.active{
    opacity: 1;
  }
}
@media(max-width:575.98px) {
  .gallery-main img {
    height: 46.5vw;
  }
  .gallery-thum-img img {
    height: 21vw;
  }
}