.gallery {
  background-color: #73686c;
}
.gallery-header {
  padding-top: 50px;
}
/* .gallery-top {
  margin-top: 50px;
} */
.gallery-item h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 50px;
}
.gallery-item p {
  font-size: 24px;
  color: #000;
  margin-top: 30px;
}
.gallery-item-content {
  width: 70%;
  margin: auto;
}
.gallery-mid {
  margin-top: 190px;
}
.gallery-mid-container {
  width: 90%;
  margin: auto;
}
.gallery-bottom {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-line {
  height: 5px;
  background-color: #fff;
}
.gallery-header {
  /* margin-top: 60px; */
  color: #fff;
  font-size: 96px;
}
.gallery-subtitle {
  color: #3A3A3A;
  font-size: 64px;
}

.soft-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: -5px 5px 5px 5px rgba(48, 47, 47, 0.5);
}
.soft-image img {
  max-width: 100%;
  height: auto;
}
.soft-image video {
  max-width: 100%;
  height: auto;
  transform : scale(1.035);
}

.circular-button {
  display: inline-block;
  padding: 0px 40px;
  border: 7px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 48px;
  cursor: pointer;
  transition: background-position 0.5s, color 0.5s;
  margin: 10px 0;
}
.circular-button:last-child {
  margin-bottom: 100px;
}
.circular-button-top {
  background: linear-gradient(to top, transparent 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: 0 100%;
}
.circular-button-top:hover {
  background-position: 0 0;
  color: #3A3A3A;
}
.circular-button-bottom {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background-size: 100% 200%;
  background-position: 0 100%;
  color: #3A3A3A;
}
.circular-button-bottom:hover {
  background-position: 0 0;
  color: #fff;
}

.box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}

.zoom-in p {
  position: absolute;
  left: 1%;
  text-align: center;
  bottom: 1%;
  transition: all 0.3s ease;
  transform: scale(0.1);
  opacity: 0;
  color: #fff;
  text-shadow: 3px 3px 3px #3A3A3A;
  font-size: 3vw;
}
.zoom-in video {
  transition: all 0.3s ease;
}
.zoom-in img {
  transition: all 0.3s ease;
}
.zoom-in:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.zoom-in:hover video {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.zoom-in:hover p {
  transform: scale(1);
  transition: all 0.3s ease;
  opacity: 1;
}

@media (max-width: 960px) {
  .gallery-top h1{
    font-size : 48px;
  }

  .gallery-top h3{
    font-size : 32px;
  }
  .gallery-mid {
    margin-top: 80px;
  }
  .gallery-mid .col {
    margin-bottom: 50px;
  }
  .circular-button:last-child {
    margin-bottom: 100px;
  }
  .zoom-in p {
    font-size: 32px;
  }
}

/*# sourceMappingURL=gallery.css.map */
