.pls-page-title {
  padding: 95px 0;
  text-align: center;
  background-color: rgb(158, 158, 158);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.pls-page-title .entry-header h1 {
  margin-bottom: 25px;
  color: #fff;
}
.pls-page-title nav ol.breadcrumb li.breadcrumb-item {
  color: #ffffff;
}
.pls-page-title nav ol.breadcrumb li.breadcrumb-item a {
  text-decoration: none;
  color: #00040d;
}

section.about {
  padding: 50px 0;
}

section.about img.about-img {
  width: 75%;
}

/* review */
section.review {
  background-color: var(--main-color);
  padding: 50px 0;
}

section.review h1 {
  text-align: center;
  color: #fff;
}

section.review .swiper {
  width: 100%;
  height: 100%;
}

section.review .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  align-items: center;
  margin: 0 10px;
  padding: 25px;
  border-radius: 10px;
}

section.review .swiper-slide .profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

section.review .swiper .swiper-button-next,
section.review .swiper .swiper-button-prev {
  color: var(--main-color);
  display: none;
}

section.Gallery {
  padding: 100px 0;
}

section.Gallery .grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.Gallery .grid-gallery .box-img {
  margin: 15px;
  transition: 0.3s ease-in-out;
}
section.Gallery .grid-gallery .box-img:hover {
  scale: 1.1;
  transition: 0.3s ease-in-out;
}
section.Gallery .grid-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* instagram */
section.instagram {
  padding: 50px 0;
}

section.instagram h2 {
  text-align: center;
  margin-bottom: 25px;
}

section.instagram .grid-instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 25px 0;
}

section.instagram .grid-instagram .box-ifarm {
  margin: 25px 10px;
}

section.instagram .grid-instagram .box-ifarm blockquote {
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .pls-page-title {
    padding: 65px 0;
    text-align: center;
    background-color: #9e9e9e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  section.Gallery .grid-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  section.instagram .grid-instagram {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pls-page-title {
    padding: 45px 0;
    text-align: center;
    background-color: #9e9e9e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  section.Gallery .grid-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  section.instagram .grid-instagram {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  section.about img.about-img {
    width: 100%;
  }
  
}
