.max-width {
  width: 100%;
  max-width: 1365px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 1140px;
  }
}

p {
  font-size: 15px;
  font-weight: 300;
}

.wedding-day {
  width: 100%;
}
.wedding-day .headline-part {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 0;
  text-align: center;
}
.wedding-day .headline-part .about-h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 7%;
}
.wedding-day .headline-part .about-h1 {
  color: #ba7802;
  font-size: 36px;
  /* font-weight: 800; */
  margin: 0 auto;
  padding: 20px 0;
  max-width: 700px;
    font-family: "Allura";
}
.wedding-day .background-story {
  position: absolute;
  top: 6%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  height: 200px;
}
.wedding-day .background-story img {
  width: 100%;
  max-width: 400px;
  height: 200px;
}
.wedding-day .wedding-day-wrapper {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .wedding-day .wedding-day-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  .wedding-day .wedding-day-wrapper .wedding-day-info {
    padding-bottom: 40px;
  }
}
.wedding-day .wedding-day-wrapper .wedding-day-info h1 {
  color: #ba7802;
  line-height: 5px;
}
.wedding-day .wedding-day-wrapper .wedding-day-info h3 {
  font-weight: 200;
}
.wedding-day .wedding-day-wrapper .wedding-day-info p {
  padding: 10px 0;
  margin: 0;
  line-height: 30px;
}
.wedding-day .wedding-day-wrapper .wedding-image {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: 40px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1200px) {
  .wedding-day .wedding-day-wrapper .wedding-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.wedding-day .wedding-day-wrapper .wedding-image img {
  width: 100%;
  max-width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wedding-day .wedding-day-wrapper .wedding-image::before {
  content: "";
  position: absolute;
  border: 1px solid #ba7802;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 20px;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .wedding-day .wedding-day-wrapper .wedding-image::before {
    display: none;
  }
}
.wedding-day .wedding-day-wrapper .wedding-image::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 90%;
  background-color: #ba7802;
  top: -40px;
  right: -40px;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .wedding-day .wedding-day-wrapper .wedding-image::after {
    display: none;
  }
}

.gallery-slider {
  padding-bottom: 100px;
}
.gallery-slider h2 {
  font-size: 36px;
  /* font-weight: 700; */
  color: #ba7802;
  text-align: center;
  margin: 70px 0;
font-family: "Allura";
}

@media only screen and (max-width: 576px) {
  .gallery-slider h2{
    margin: 40px 0;
  }
}

.box-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 15px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .box-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .box-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .box-slider {
    grid-template-columns: 1fr;
  }
}
.box-slider .box {
  width: 100%;
  height: 300px;
  z-index: 1;
  overflow: hidden;
}
.box-slider .box img {
  cursor: pointer;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightbox-container {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7921568627);
  justify-content: center;
  align-items: center;
}
.lightbox-container.open {
  display: flex;
}
.lightbox-container #img-popup-close {
  position: absolute;
  top: 60px;
  right: 60px;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s;
}
.lightbox-container #img-popup-close i {
  transition: all 0.3s;
}
.lightbox-container #img-popup-close:hover {
  transform: scale(1.1);
}
.lightbox-container #img-popup-close:hover i {
  color: #ba7802;
}
.lightbox-container #img-popup-close i {
  color: #fff;
}
.lightbox-container .prev-img-btn,
.lightbox-container .next-img-btn {
  position: absolute;
  font-size: 45px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  transition: all 0.3s;
}
.lightbox-container .prev-img-btn:hover,
.lightbox-container .next-img-btn:hover {
  transform: scale(1.1);
  color: #ba7802;
}
.lightbox-container .prev-img-btn {
  left: 50px;
}
.lightbox-container .next-img-btn {
  right: 50px;
}
.lightbox-container img {
  display: none;
  max-width: 70%;
}
.lightbox-container img.active {
  display: block;
}

.box-slider .slick-center {
  z-index: 2;
}

.slick-list {
  overflow: visible;
}

.slick-center {
  position: relative;
  top: 0px;
  transform: scale(1.2);
  transition: ease 0.25s;
}
@media screen and (max-width: 900px) {
  .slick-center {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 500px) {
  .slick-center {
    transform: scale(1.05);
  }
}
.slick-center::before {
  content: "";
  position: absolute;
  top: 51px;
  width: 93%;
  height: 51%;
  padding: 20px;
  border: 1px solid #ba7802;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .slick-center::before {
    border: none;
  }
}

.testimonial-background {
  background-color: rgba(186, 120, 2, 0.1);
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 35% 65%;
  background-color: white;
  position: relative;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  .testimonials {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.testimonials .testimonials-picture {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  .testimonials .testimonials-picture {
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials .testimonials-picture::before {
  content: "";
  position: absolute;
  border: 1px solid #ba7802;
  width: 100%;
  height: 85%;
  left: 25px;
  top: 25px;
}
@media only screen and (max-width: 1200px) {
  .testimonials .testimonials-picture::before {
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.testimonials .testimonials-picture .box-inside {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.9rem;
  right: -37px;
  top: 20%;
  width: 80px;
  height: 80px;
  background-color: #ba7802;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .testimonials .testimonials-picture .box-inside {
    display: none;
  }
}
.testimonials .testimonials-picture img {
  width: 100%;
  max-width: 300px;
  min-height: 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials .testimonial-info {
  padding: 10px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .testimonials .testimonial-info {
    padding: 0 40px;
  }
}
.testimonials .testimonial-info h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  padding-top: 15px;
}
.testimonials .testimonial-info p {
  line-height: 30px;
  margin: 0;
}
.testimonials .testimonial-info h3 {
  margin: 0;
  padding-top: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 576px) {
  .testimonials .testimonial-info h3 {
    text-align: center;
  }
}

.buttons {
  display: flex;
  position: relative;
}
.buttons .btn a {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.buttons .btn a h1 {
  font-size: 1.1rem;
  font-weight: 100;
  margin-right: 10px;
}
.buttons .btn a i {
  font-size: 1.2rem;
}
.buttons .btn a:hover {
  color: #ba7802;
}
.buttons .straight-line {
  position: absolute;
  left: 132px;
  width: 2px;
  height: 40px;
  background-color: #ba7802;
}

.view-more {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 20px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}
.view-more a {
  color: #000;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.view-more a i {
  margin-top: 10px;
  font-size: 1.4rem;
  transition: all 0.5s ease-in-out;
}
.view-more a:hover {
  color: #ba7802;
}
.view-more a:hover i {
  color: #ba7802;
}



.box{
  position: relative;
}

.box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.box:hover::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}