

.gallery-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Averia', serif;
  font-weight: bold;
  color:rgb(19, 4, 52);
}

.gallery-container p.page-description {
  text-align: center;
  margin-top: 70px;
  font-size: 18px;
  color: #85878c;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .thumbnail {
  padding: 0;
  margin-bottom: 30px;
  background-color:transparent;
  border-radius: 4px;
  border: none;
  transition: 0.15s ease-in-out;
  box-shadow: 0 8px 15px transparent;
}
.img-box a {
  position: absolute;
  display: none;
  opacity: 0;
  text-transform: capitalize;
  padding: 8px 12px;
  border: 1.5px solid #f0f0f0;
  background-color: lightslategray;
  color: #fff;
  text-align: center;
}
.img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.tz-gallery .thumbnail:hover {
  transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
  border-radius: 4px 4px 0 0;
}
.tz-gallery .thumbnail.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tz-gallery .caption{
  padding: 26px 30px;
  text-align: center;
}

.tz-gallery .caption h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}

.tz-gallery .caption p {
  font-size: 12px;
  color: #7b7d7d;
  margin: 0;
}

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

.carouselExampleIndicators{
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
.p-4 h1{
  text-align: center;
  text-transform: uppercase;
  font-family: 'Averia', serif;
  text-shadow: #064687;
  font-weight: bold;
}
.card-container {
  height: 520px;
  perspective: 600;
  position: relative;
  width: 350px;
}
.card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
}
.card:hover {
  transform: rotateY(180deg);
}
.card .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
}
.card .back {
  transform: rotateY(180deg);
}
