body {
  background-image: linear-gradient(
    to top,
    #ecedee 0%,
    #eceeef 75%,
    #e7e8e9 100%
  );
  min-height: 100vh;

  /* padding: 60px 0; */
  font-family: "Montserrat", sans-serif;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* .tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
} */

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }

  .container.gallery-container {
    border-radius: 0;
  }
}
/* ********* My Code ********* */
.img-box1 {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 240px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transition: 0.2s ease-in-out;
  padding: 0 5px;
}
.img-box1:hover {
  transform: scale(1.05);
}

.gallery-small-title {
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 0 40px;
  padding-top: 40px;
}
.gallery-big-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 0 40px;
}
iframe {
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.tnr-gallery,
.office-gallery {
  margin-top: 60px;
}

@media (max-width: 576px) {
  .gallery-big-title {
    font-size: 36px;
  }
  .gallery-small-title {
    font-size: 16px;
  }
}
