.heading {
  font-family: "Manuale", serif;
  font-weight: 700;
  font-size: 2.5rem; /* 40px = 2.5rem */
  line-height: 1;
  letter-spacing: 0;
  margin-top: 30px;
  text-align: center;
}
.sec-2-header-2 {
  font-weight: 700;
  color: #a82923;
}
.celibration {
  font-family: "Manuale", serif;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 20px;
}
.sec-3-para {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  width: 100%;
  margin: 20px auto;
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  width: 90%;
  margin: 20px auto;
  line-height: 1.5;
}
.sec-3-heading {
  font-family: "Manuale", serif;
  font-weight: 700;
  font-size: 1.8rem; /* 32px = 2rem (because 1rem = 16px) */
  line-height: 1; /* 100% = 1 */
  letter-spacing: 0;
  margin-top: 20px;
}

.sec-5-heading {
  font-family: "Manuale", serif;
  font-weight: 700;
  font-size: 1.8rem; /* 32px = 2rem (because 1rem = 16px) */
  line-height: 1;
  letter-spacing: 0;
  margin-top: 20px;
}

.back-box {
  width: 90%;
  max-width: 420px;
  height: 232px;
  border: 2px solid #b70800;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* background-color: #f0f0f0; */
  position: relative;
  z-index: 1;
}

.front-box {
  width: 90%;
  max-width: 420px;
  height: 230px;
  border-radius: 10px;
  background-color: white;
  right: 2.5rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  z-index: 2;
  overflow: hidden; /* very important to hide overflow */
}

/* ✅ New: Control image */
.front-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ✅ Responsive Media Queries */
@media (max-width: 768px) {
  .back-box,
  .front-box {
    width: 95%;
    max-width: 300px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .back-box,
  .front-box {
    width: 100%;
    max-width: 250px;
    height: 150px;
  }
}

.row {
  --bs-gutter-x: 0;
}

/* section 5 css end */

/* section 6 css start */

/* section 6 css end */

.carousel-inner {
  padding: 20px 8%;
}
.carousel-item .row {
  margin: 0;
}
.carousel-item .col-6 {
  padding: 10px;
  display: flex;
  justify-content: center; /* center images nicely */
}
.carousel-item img {
  /* width: 100%; 
  height: auto;
  object-fit: cover;
  border-radius: 20px; */
}

@media (max-width: 768px) {

  .front-boxa {
    display: flex;
    justify-content: center;
  }
}

/* @media (min-width:320px) and (max-width:780px){
  .sec-3-para{
    margin: 0;
  }
} */








