/* @import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Dancing+Script:wght@400..700&family=Love+Light&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Love+Light&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Love+Light&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Love+Light&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik+Mono+One&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: rgb(186, 194, 178);
  }
  body, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
}
  /* main color */
  /* rgb(186, 194, 178) */
/* Header */
/* MAIN FOTO SECTION */



.form-select{
  background-color:transparent;
}

.hero-section{
  background: url(media/sp5.jpeg) no-repeat center;
  background-size: cover;
  width: 100%;

}


.hero-section::before{
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-section .container{
  height: 100vh;
  z-index: 1;
  position: relative;
}
.hero-section h1{
  font-size: 2.2em;
  font-family: "Great Vibes", serif;
  font-weight: 400;
}
.hero-section  h3{
  font-size: 1.2em;
  font-family: "Great Vibes", serif !important;
  font-weight: 400  !important;
  color: white !important;
}

#header_h3_top{
  color: white !important;
}
#top_spacess{
  height: 25vh;
}


/* conter */
.countdown {
  display: flex;
  gap: 20px;

}

.countdown div {
  text-align: center;
  justify-content: center;
}

.countdown span {
  font-size: 2rem;
  display: block;
  font-family: "Nunito Sans", serif;
}

.countdown label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Nunito Sans", serif;
}



/* NavBAr */
.navbar{
  height: 70px;
  margin: 20px;
  border-radius: 16px;
  padding: 0.5rem;
  transition: background-color 0.5s ease-in-out;
  background-color: transparent;
}
.navbar.scrolled {
  background-color: #8da78a;
}
.nav-brand{
  font-weight: 500;
  font-size: 24px;
}
.dropdown{
 
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s background-color;
}

.dropdown:hover{
  background-color: azure;
}

.navbar-toggler{
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus, .btn-close:focus{
  box-shadow: none;
  outline: none;
}

.nav-link{
  color: #5f606e;
  font-weight: 500;
  position: relative;
}

.nav-link:hover, .nav-link.active{
  color: #000;
}


.offcanvas-header .offcanvas-title{
  justify-content: center;
  text-align: center;
  margin-left: 40%;
  margin-right: 40%;
  background-color: rgb(135, 175, 135);
  border-radius: 50%;
}
.offcanvas-header{
  background-color: rgb(152, 175, 152);
 
}


.offcanvas-body{
  text-align: center;
  justify-content: center;

}

@media (min-width: 991px){
  .nav-link::before{
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 2px;
      background-color: rgb(90, 163, 96) ;
      visibility: hidden;
      transition: 0.3s ease-in-out;
  }
  
  .nav-link:hover::before, .nav-link.active::before{
      width: 100%;
      visibility: visible;
  }
}


/* Header DATE */

/* .header_date {
  font-family: "Rubik Mono One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.5rem;
}

.date_header h3 {
  font-family: "Rubik Mono One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
} */



/* ------- */


.content {
  padding: 2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  
}

.container h2{
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3d3d3d;
}

.container h3 {
  font-family: 'Lora', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #555;
}
a{
  text-decoration: none;
  color: #555;
}


@media screen and (min-width: 1000px){
  .hero-section{
      background: url(media/sp6.jpeg) no-repeat center;
      background-size: cover;
      width: 100%;
      height: 100vh;
  }
  .hero-section::before{
      background-color: rgba(0, 0, 0, 0.15);
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  }
  #top_spacess{
    height: 600px;
  }
  .hero-section h1{
    top: 60%;
    font-size: 2.5em;
    font-family: "Great Vibes", serif;
    font-weight: 400;
  }
  .hero-section h3{
    font-size: 1.5em;
    font-family: "Great Vibes", serif;
    font-weight: 400;
  }
  .countdown span {
    font-size: 1em;
    display: block;
    font-family: "Nunito Sans", serif;
  }
  
  .countdown label {
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Nunito Sans", serif;
  }
  
}


.alert-success {
  --bs-alert-bg: #8da78a;
  border-color: #8da78a;



}

/* HONEY MOON */

.parallax-section {
  position: relative;
  background-image: url("media/malta.jpg"); /* Фонова картинка */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Паралакс-ефект */
  height: 80vh; /* Висота секції */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Темний напівпрозорий фон */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
}

#honeyMoond .content {
  color: white; /* Білий текст */
  max-width: 800px;
}

#honeyMoond h2 {
  padding-top: 5px;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#honeyMoond p{
  font-size: 1rem;
  color: white;
}



#corner_flower{
  left: 10px;
  margin-top: 20px;
  height: 50px;
  transform: rotate(180deg);
}

#corner_flower_r{
  float: right;
  margin-bottom: 20px;
}

.ibn{
  margin-top: 0;
  margin-left: 20px;
}

#guestInstruction{
  font-family: 'Open Sans', sans-serif;
  color: rgb(206, 113, 113);
}
#rsvp_info_text_area{
  font-family: 'Open Sans', sans-serif;
}

#submitBtn{
  border-radius: 10px;
  background-color: #e9cfae;
  color: #2b2929;
  font-family: 'Open Sans', sans-serif;
  margin: 2px;
  letter-spacing: 1px;
}





#btn_remove{
  border-radius: 5px;
  background-color: #ac6b62;
  color: #ffffff;
  width: 75px;
  padding-left: 0.5px;
}

#rsvp_guestname_input{
  font-size: 0.8rem;
  height: 40px;
  padding-left: 3px;
}

#rsvp_age_input{
  font-size: 0.8rem;
  height: 40px;
  padding-left: 3px;
}