@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font/playfair-display-v37-latin-700.woff2) format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("font/lora-v35-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("font/lora-v35-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/montserrat-v29-latin-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font/cinzel-v23-latin-700.woff2) format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/cinzel-v23-latin-regular.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #f8f8f8;
}
p {
  font-size: 19px;
  color: #000;
  line-height: 1.5;
}
.barnav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f8f8f8;
  height: 100px;
  border-bottom: 3px solid #d9b867;
  overflow: hidden;
}
.logotipo {
  font-family: "Cinzel", serif;
  font-size: 20px;
  color: #d9b867;
  font-weight: 700;
  letter-spacing: 3px;
}
.logotipo span {
  color: #4a4a4a;
  font-weight: 400;
  padding: 4px;
}
.palloncini {
  margin-left: 10px;
  height: 38px;
  width: 24px;
}
.stella1 {
  height: 30px;
  width: 20px;
  margin-left: -5px;
}
.stella3 {
  height: 18px;
  width: 20px;
  margin-left: -12px;
}
.stella2 {
  height: 25px;
  width: 20px;
  margin-left: -10px;
}
.headline {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 2vw, 50px);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin-top: 35px;
  margin-right: 10px;
  margin-left: 10px;
}
.divider0 {
  width: 40%;
  height: 3.2px;
  background-color: #d9b867;
  border: none;
  margin: 20px auto;
}
.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 20px;
}
.left {
  flex: 1;
  padding-right: 20px;
}
.image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
.right {
  flex: 1;
}
.text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-left: -5px;
}
.congiuntion {
  font-weight: 100;
  color: #000;
}
@media (max-width: 600px) {
  .highlight {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .highlight .congiuntion {
    display: block;
    margin: 0 auto;
  }
  .highlight span {
    display: inline-block;
  }
}
.highlight {
  font-family: "Cinzel", sans-serif;
  font-weight: 700;
  color: #d9b867;
  font-size: 23px;
  letter-spacing: 2px;
}
.intro-text {
  font-family: "Lora", serif;
  line-height: 1.6;
  text-align: left;
}
.container {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}
.highlight-pink {
  font-weight: 700;
  background-color: #f7d6e0;
  padding: 2px 6px;
  border-radius: 5px;
}
.experience-text {
  font-family: "Lora", serif;
  margin-top: 10px;
  font-display: swap;
}
.underline {
  text-decoration: underline;
  font-weight: 700;
}
.subheading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  text-align: left;
  font-weight: 400;
  margin: 100px 47px 0 47px;
}
.testimonial-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 47px;
  flex-wrap: wrap;
}
.testimonial-text {
  font-family: "Lora", serif;
  margin-left: 25px;
  text-align: left;
  max-width: 430px;
  margin-bottom: 20px;
}
.testimonial-gallery {
  display: grid;
  transform: scale(1.2);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 8px;
  margin: 40px 80px 0 0;
}
.testimonial-gallery img {
  width: 190px;
  height: 210px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.testimonial-gallery img:hover {
  transform: scale(1.5);
  box-shadow: 4px 4px 15px rgb(0 0 0 / 0.3);
  z-index: 10;
  position: relative;
  overflow: visible;
}
@media (max-width: 1300px) {
  .testimonial-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .testimonial-text {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-left: -5px;
    margin-bottom: 45px;
  }
  .testimonial-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    margin: 0;
    transform: scale(1);
  }
  .testimonial-gallery img {
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-gallery img:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (max-width: 769px) {
  .testimonial-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }
  .testimonial-gallery img {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-gallery img:hover {
    transform: none;
    box-shadow: none;
  }
}
.unique-event {
  font-family: "Lora", serif;
  margin-top: 40px;
}
.full-width-divider {
  width: 100%;
  height: 4px;
  background-color: #d9b867;
  margin-top: 45px;
}
.custom-event {
  font-family: "Lora", serif;
  color: #000;
  margin-top: 45px;
}
.my-style-title {
  font-family: "Playfair Display", serif;
  font-size: 33px;
  font-style: italic;
  color: #f7d6e0;
  text-align: left;
  font-weight: 400;
  margin: 75px 0 0 47px;
}
.customization-text {
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
}
.highlight-pink2 {
  color: #db6085;
}
.highlight-bold {
  color: #db6085;
  font-weight: 700;
}
.photo-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
  align-items: center;
}
.photo-box,
.photo-box-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: visible;
  position: relative;
}
.photo-box img,
.photo-box-large img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.photo-text {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 769px) {
  .photo-box img,
  .photo-box-large img {
    max-width: 600px;
  }
}
@media (min-width: 1025px) {
  .photo-box img,
  .photo-box-large img {
    max-width: 800px;
  }
}
.cta-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 20px;
}
.cta-button {
  background-color: #d9b867;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
  animation: pulse 2s infinite;
}
.cta-button:hover {
  background-color: #c4a35b;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
}
@media (max-width: 768px) {
  .cta-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .cta-button {
    margin-left: auto;
    margin-right: auto;
  }
}
.social-icons {
  display: flex;
  gap: 20px;
  margin-left: 20px;
  align-items: center;
}
.social-icons i {
  font-size: 19px;
  color: #000;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-left: 5px;
  margin-top: 30px;
}
.social-icons i:hover {
  transform: scale(1.1);
  color: #b0b0b0;
}
@media (max-width: 768px) {
  .cta-button {
    display: block;
    text-align: center;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.triple-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.divider {
  width: 100%;
  height: 4px;
  background-color: #d9b867;
  border: none;
  margin: 10px 0;
  transition: background-color 0.3s ease
}
footer{
  text-align:center;
  margin-top:20px;
  margin-bottom:20px
}

.site-footer .footer-links a {
  text-decoration: none;
  color: #000
}
