@font-face {
  font-family: "afacad";
  src: url("../fonts/Afacad_Flux/webfontkit-20241118-134226/afacadflux-variablefont_slntwght-webfont.woff2 format") format("woff2"), url("../fonts/Afacad_Flux/transfonter.org-20241202-183111/AfacadFlux-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "script";
  src: url("../fonts/regular_brush/webfontkit-20241118-134301/regular_brush-webfont.woff2") format("woff2"), url("../fonts/regular_brush/webfontkit-20241118-134301/regular_brush-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 30px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url(../links/countries/travel.jpg);
  background-size: cover;
  opacity: 0.5;
}

h1 {
  font-family: "script";
  font-size: 150px;
  color: rgb(14, 63, 63);
  background-color: #fff;
  text-align: center;
}

h2 {
  font-family: "afacad";
  font-size: 50px;
  color: rgb(26, 117, 117);
  background-color: #fff;
  text-align: center;
  margin-top: -125px;
  margin-bottom: 75px;
}

h3 {
  font-family: "afacad";
  font-weight: 400;
  font-size: 50px;
  margin: -5px;
}

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: lighter;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 7px;
  text-align: justify;
  margin-inline: 20px;
}

.img__text {
  display: none;
}

.gallery {
  width: 90%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.gallery .gallery__container {
  width: calc(50% - 15px);
}
.gallery .gallery__container img {
  width: 100%;
  height: auto;
  display: block;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 35, 35, 0.8);
}

.lightbox .frame {
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  border-radius: 15px;
}

.frame img {
  width: 100%;
  height: auto;
}

.desc {
  font-size: 0.9em;
  color: #333;
  padding: 10px;
  background-color: #fff;
  margin-top: 10px;
  text-align: center;
}

.close-lightbox {
  position: absolute;
  top: 50px;
  right: 75px;
  font-size: 20px;
  font-weight: bold;
  color: rgb(42, 179, 179);
  background: transparent;
  border: none;
  cursor: pointer;
}

img {
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(8, 35, 35, 0.8);
}

.lightbox .frame img {
  border-radius: 15px;
  box-shadow: none;
}

.gallery__container img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

.gallery__container img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

@media screen and (min-width: 1800px) {
  .gallery .gallery__container {
    width: calc(33.33% - 20px);
  }
  .gallery .gallery__container img {
    width: 100%;
    height: auto;
    display: block;
  }
}/*# sourceMappingURL=styles__gallery.css.map */