#gallery .gallery_top {
  width: 100%;
  height: 40vh;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7176470588), rgba(0, 0, 0, 0.4392156863)), url(./img/gallery.jpg);
  color: white;
  display: grid;
  place-content: center;
  background-size: cover;
  text-align: center;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#gallery .gallery_top h1 {
  font-size: 3vw;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "PT Serif", serif;
}
#gallery .gallery_top p {
  line-height: 170%;
  font-weight: 600;
  color: rgb(226, 226, 226);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1vw;
  letter-spacing: 3px;
  font-weight: 300;
}
#gallery .gallery_top img {
  width: 50px;
  margin: auto;
}
#gallery .gallery_bottom {
  width: 100%;
  padding: 30px 0;
 background: linear-gradient(to left, #ffffff8c, #ffffff8e), url(./img/gtbg.jpg);
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery .gallery_bottom .gallary_content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  margin: auto;
}
#gallery .gallery_bottom .gallary_content .gallary_content_item {
  width: 24%;
  transition: 0.2s;
  margin-bottom: 20px;
  align-self: center;
  height: 250px;
  overflow: hidden;
  transition: 50s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 5px;
}
#gallery .gallery_bottom .gallary_content .gallary_content_item img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 5px;
}
#gallery .gallery_bottom .gallary_content .gallary_content_item:hover img {
  transform: scale(1.2);
}
#gallery .gallery_bottom .gallary_content .gallary_content_item p {
  font-weight: 400;
  color: #5f5f5f;
  font-size: 0.7vw;
  text-align: center;
}
#gallery .gallery_bottom .gallary_content .ww5 {
  width: 49.5%;
  height: 300px;
}
#gallery .gallery_bottom .gallary_content .gci2 {
  width: 75%;
}
#gallery .gallery_bottom .gallary_content .kk {
  height: 350px;
}
#gallery .gallery_bottom .gallary_content .thr33 {
  width: 32.5%;
}

@media (max-width: 768px) {
  #gallery .gallery_top {
    background-position: 45% 70% !important;
  }
  #gallery .gallery_top h1 {
    font-size: 10vw;
    background-position-y: -135%;
  }
  #gallery .gallery_top p {
    font-size: 5vw;
    padding: 10px;
  }
  #gallery .gallery_top img {
    width: 50px;
    margin: auto;
  }
  #gallery .gallery_bottom {
    width: 100%;
  }
  #gallery .gallery_bottom .gallary_content {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    margin-top: 50px;
  }
  #gallery .gallery_bottom .gallary_content .gallary_content_item {
    width: 48%;
  }
  #gallery .gallery_bottom .gallary_content .ww5 {
    width: 100%;
    height: 300px;
  }
  #gallery .gallery_bottom .gallary_content .gci2 {
    width: 45%;
  }
  #gallery .gallery_bottom .gallary_content .kk {
    height: 300px;
  }
  #gallery .gallery_bottom .gallary_content .thr33 {
    width: 100%;
  }
}/*# sourceMappingURL=gallery.css.map */