.photo-section {
  text-align: center;
  padding: 4rem 0rem;
  margin: 0 -30px;
}
.photo-section .photo-link-wrapper {
  margin-bottom: 2rem;
}
.photo-section .scroll-gallery {
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
.photo-section .scroll-gallery .scroll-row {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  transition: transform 0.3s ease;
}
.photo-section .scroll-gallery .scroll-row figure {
  flex: 0 0 auto;
  width: 100%;
  max-width: 500px;
  height: 400px;
  margin: 0;
}
.photo-section .scroll-gallery .scroll-row figure img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 500px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-section .scroll-gallery .scroll-row figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.scroll-row.row-left {
  margin-left: -400px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  position: relative;
}

.scroll-row.row-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* donkere overlay */
  pointer-events: none;
  z-index: 1;
  width: 200%;
}

.scroll-row.row-right {
  margin-left: -300px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  position: relative;
}

.scroll-row.row-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* donkere overlay */
  pointer-events: none;
  z-index: 1;
  width: 200%;
}

.photo-section {
  position: relative;
}

.overlay_photo-section {
  position: absolute;
  z-index: 2;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.photo-title {
  font-family: "Boska", serif;
  font-weight: 500;
  font-size: 92px;
  color: white;
  max-width: 850px;
  line-height: 120px;
}

.photo-link {
  font-family: "Boska", serif;
  font-weight: 700;
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  transition: all 0.3s;
}
.photo-link:hover {
  text-decoration-thickness: 1px;
}
.photo-link:hover svg {
  left: 10px;
}
.photo-link svg {
  position: relative;
  top: 10px;
  margin-left: 15px;
  left: 0; /* Adding initial position */
  transition: left 0.3s ease; /* Adding the transition */
}

.page-id-147 .overlay_photo-section {
  top: 38%;
}

@media (max-width: 1200px) and (min-width: 800px) {
  .photo-title {
    font-size: 72px;
    max-width: 830px;
    line-height: 75px;
    margin-bottom: 30px;
  }
  .overlay_photo-section {
    top: 33%;
  }
  .page-id-147 .overlay_photo-section {
    top: 40%;
  }
}
@media (max-width: 799px) and (min-width: 550px) {
  .photo-title {
    font-size: 52px;
    max-width: 830px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .overlay_photo-section {
    top: 33%;
  }
  .photo-section .scroll-gallery .scroll-row figure img,
  .photo-section .scroll-gallery .scroll-row figure {
        height: 230px;
        max-width: 270px;

  }
  .photo-link {
    font-size: 26px;
  }
  .photo-link svg {
    top: 12px;
    margin-left: 10px;
    left: 0;
    width: 30px;
  }
  .page-id-147 .overlay_photo-section {
    top: 40%;
  }
}

h2.photo-title.uppercase {
	text-transform: uppercase;
	max-width: 950px;
}

a.btn.white.btn-black.btn-animated {
	background-color: white; 
	color: black;
	border: 1px solid white;
	display: inline-flex !important;
	    padding: 0.7rem 1.8rem;
	margin-top: 25px;
}

a.btn.white.btn-black.btn-animated:hover  {
	background-color: transparent; 
	color: white;
}

a.btn.white.btn-black.btn-animated .btn-circle {
	border: 2px solid black;
}

a.btn.white.btn-black.btn-animated:hover .btn-circle {
	border: 2px solid white;
	background: white;
}

@media (max-width: 549px) {
  .photo-title {
    font-size: 34px;
    max-width: 830px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .overlay_photo-section {
    top: 35%;
  }
  .photo-section .scroll-gallery .scroll-row figure img,
  .photo-section .scroll-gallery .scroll-row figure {
        height: 190px;
        max-width: 210px;


  }
  .photo-link {
    font-size: 22px;
  }
  .photo-link svg {
    top: 13px;
    margin-left: 10px;
    left: 0;
    width: 25px;
  }
}/*# sourceMappingURL=instagram.css.map */