/* 🌿 Background */
.bg-image {
  position: fixed;
  inset: 0;
  background: url('media/images/page/2023/07/2156-2013_1.jpg') center/cover no-repeat;
  z-index: -2;
}

.bg-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(5px);
  z-index: -1;
}

/* 🌸 Top Decoration */
.top-decor {
  position: absolute;
  top: 0;
  width: 100%;
}

.flower-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.flower-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(-1);
}

.arch-flower-right {
  position: absolute;
  top: 420px;
  right: 0; 
  width: 72%;
}

.arch-flower-left {
  position: absolute;
  top: 420px;
  left: -50px !important;
  width: 75%;
  /* transform: scaleX(-1); */
}

.climber-right {
  position: absolute;
  bottom: 0px;
  left: 75%;
  width: 47%;
}

.climber-left {
  position: absolute;
  bottom: 0px;
  right: 75%;
  width: 47%;
  transform: scaleX(-1);
}

.nameboard {
    position: relative;
    top: 55%;
    right: 0%;
    width: 60%;
}

.section3_climber-right {
  position: relative;
  bottom: 0px;
  right: 0;
  left:56%;
  width: 45%;
}

.section3_climber-left {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 45%;
  transform: scaleX(-1);
}
.climber-upper-right { 
  position: absolute;
  bottom: 210px;
  right: -20%;
  width: 60%;
}

.climber-upper-left {
  position: absolute;
  bottom: 210px;
  left: -20%;
  width: 60%;
  transform: scaleX(-1);
}

/* 🌼 Bottom Decoration */
.bottom-decor {
  position: relative;
  bottom: 0;
  width: 100%;
}

.mehendi-center {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
}

/* 🌟 Content */
.content-section {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ✨ Typography */
.title-small { 
  font-size: 5rem;
  color:#015144;
}

.title-main {  
  font-size: 8rem;
  /*color:  rgb(100, 12, 12);*/
  font-weight: bold;
  font-family: Candle Script, Tangerine;
}

.title-date {
  font-size: 5rem;
  color: #015144;
}

/* 👆 Swipe */
.swipe-up {
  position: fixed;
  bottom: 20px; 
  width: 100%;
  color: #333;
}

.swipe-up i {
  font-size: 28px;
}

.bottomani.aos-animate {
  opacity: 1;
  transition-property: opacity, transform;
}

#section-two { 
  padding: 0px;  
  background-color: #fbf7ed;
} 

.font0 {
    font-family: Amiri Regular;
}

.font3 {
    font-family: Melinda Evania, Tangerine;
}

/*font nama cover*/
.font4 {
    font-family: Candle Script, Tangerine;
}

/* /////////////////section 3 style ///////////////////////// */
.invitation-section {
  min-height: 100%;
  background-color: #fff;
}

.footerinvitation-section {
  min-height: 100vh;
  background-color: #fff;
}

/* DECOR BASE */
.decor {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.decor img {
  max-width: 100%;
}

/* POSITIONS */
.decor.top {
  top: 0;
}

.decor.middle {
  top: 30%;
}

.decor.bottom {
  bottom: 0;
}

.decor.side {
  bottom: 200px;
  width: 20%;
}

.decor.side.left {
  left: 0;
  transform: scaleX(-1);
}

.decor.side.right {
  right: 0;
}

/* BACKGROUND BOX */
.decor.overlay {
  top: 80px;
  bottom: 80px;
  left: 30px;
  right: 30px;
  border-radius: 150px;
  /* background: url('https://lib.simanten.com/wp-content/uploads/2024/05/Bg-texture-2.jpg') center/cover no-repeat; */
  box-shadow: 0 0 0 6px rgba(255,255,255,0.5);
  z-index: 0;
  opacity: 0.65 !important;
  background: white !important;
}

/* CONTENT */
.content {
  position: relative;
  z-index: 2;
}

/* CUSTOM COLORS */
.text-#54828c {
  color: #800000;
}

.py-12 {
  padding-top: 7rem;
  /* padding-bottom: 7rem; */
}

.preview-cinzel { font-family: 'Cinzel', serif; font-size: 1.5em; } 
.preview-playfair { font-family: 'Playfair Display', serif; font-size: 1.8em; }
.preview-dancing { font-family: 'Dancing Script', cursive; font-size: 2em; }
.preview-yatra { font-family: 'Yatra One', cursive; font-size: 2em; }
/* // color: #015144 !important; } */

.couple-name {
  font-size: 5rem;
  color: #015144;
  font-weight: bold;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
}
.preview-sacramento { font-family: 'Sacramento', cursive; font-size: 3em; color: #d68a8a; }
#section-footer {
  background-color:rgb(100, 12, 12);
}

.h-100 {
  height: 100% !important;
}

/* ///////////////////////////end of section 3///////////////////////// */


/* Card */
.rsvp-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    /* border-radius: 20px; */
    padding: 35px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* Title */
.rsvp-title {
    font-family: 'Tangerine', cursive;
    font-size: 9rem;
    text-align: center;
    margin-bottom: 25px;
    color: #015144;
    font-weight: bold;
}


.font-3rem {
  font-size: 3rem !important;
}
.font-4rem {
  font-size: 4rem !important;
}
.font-5rem {
  font-size: 5rem !important;
}
.font-2rem {
  font-size: 2rem !important;
}

.form-control, .form-select {
    padding-left: 3rem !important;
    padding: 2.375rem 1.75rem;
    font-size: 3rem;
}

.btn {
    width: 50%;
    font-size: 3rem !important;
    /* border-radius: 10px !important; */
    background: #54828c !important;
}

select option {
    font-size: 14px; /* or 1rem to match your input text */
}

.btn-outline-custom {
    border: 2px solid #54828c !important;
    color: #54828c !important;
    background: transparent !important;
    transition: all 0.3s ease; 
    letter-spacing: 2px;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding-top: 20px !important; 
    padding-bottom: 20px !important;
}
.btn-outline-custom:hover {
    background-color: #54828c;
    color: white;
}
.info-item {
  padding-top: 10px !important;
  font-size: 3rem !important;
}

.openinivitation {
  width:52% !important;
  height: 72px !important;  
  margin-top: 5% !important;
  text-align:center;
  font-size:13px;
  text-transform:uppercase;
  background-color:rgb(100, 12, 12) !important;
  color:#fff !important;
}

.center-img {
    /*position: relative;*/
    /*top: 460px;*/
    /* left: 25%; */

    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: auto;
    width:30%;
} 

.name-board {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(../../image/nikkah_images/name_board.png) no-repeat center center;
    background-size: contain;
}

.title-main-cls {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
}