body {
    font-family: 'Quicksand', sans-serif;
    color: #29241b;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
    
}

p{
  font-family: 'Quicksand', sans-serif;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


a {
  text-decoration: none !important;
}

.cover-container {
    /* background-color: #faf7f5; */
    height: 100vh;
    /* text-align: center; */
    /* display: flex; */
    /* justify-content: center;  */
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_J&C-34.JPG') !important;
    background-repeat: no-repeat;
    background-size:cover;
    /* background-size: 100%; */
    background-attachment: fixed;
}

.hero-section-lighter {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/IMG_J&C-34.JPG') !important;
}

.hero-section h1 {
    font-family: 'Meldyte';
    font-weight: 500;
    font-size: 9em;
    color: #faf7f5;
}

h2{ 
    font-weight: 400;
    font-size: 26px;
    line-height: 50px;
    margin: 0;
    position: relative;
    font-family: "Jost", sans-serif;
    color: #323232;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

h2::before{    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 70%;
    height: 1px;
    content: "";
    background: #F3E1DB;
}
h2::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120%;
    height: 1px;
    content: "";
    background: #F3E1DB;
    left: -10%;
}

h3 {
  font-family: 'monallesia', cursive;
    font-weight: 400;
    /* font-size: 35px; */
    line-height: 50px;
    /* text-align: ; */
    color: #788163;
}

h4{
    font-family: 'Meldyte';
    font-weight: 500;
    font-size: 72px !important;
    margin: 0;
    /* line-height: 50px; */
    text-align: center;
    color: #939580;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* This sets the gap between the cards */
    padding: 20px;
}

.card {
    width: 350px; /* Set the width of the card */
    height: 400px; /* Set the height of the card */
    border: 1px solid #e6e4e4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light drop shadow */
    border-radius: 10px; /* Rounded corners for the card */
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
}

.card h2 {
    margin-top: 0px;
    font-family: "monallesia";
    font-weight: lighter;

}

.profile-picture {
    width: 200px; /* Adjust the width of the image */
    height: 200px;
    overflow: hidden;
    border-radius: 100%; /* Make the image round */
    margin: 0 auto; /* Center the image horizontally */
}

.card-text {
    font: 1em sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: lighter;
    margin-top: 0px; /* Push the text to the bottom */

}

.countdown-section, .our-journey-section, .rsvp-section, .accommodation-section, .gift-registry-section {
    padding: 50px;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    /* background-color: #faf7f5; */
}
/* 
.countdown-section h2{
    font-weight: lighter;
} */

@font-face {
    font-family: 'Blackway Brush';
    src: url('../fonts/blackway-brush.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monallesia';
    src: url('../fonts/MonallesiaScript-4BgXp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Meldyte';
    src: url('../fonts/meldyte.regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#countdown-timer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Blackway Brush', sans-serif;
    font-size: 72px;
    color:#29241b
}

.measure{
  font-family: 'Blackway Brush', sans-serif;
  font-weight: 500;
    font-size: 24px !important;
    color: #919c78

}

.timer-box{
    display: grid;
    grid-template-columns: 1fr;
    padding-right: 70px;
}

.measure::before{
    font-size: 24px;
    color: #919c78

}


#countdown-timer {
    background-image: url('/static/images/brush.png');
    background-size: cover;
    background-size: 60% 120%;
    background-position-x: center;
    background-repeat: no-repeat;
}

#ido {
    font-family: 'Blackway Brush', sans-serif;
    display: inline;
}

 .journey-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px; /* Space between cards */
    position: relative;
}
/***
.vertical-line {
    position: absolute;
    margin-top: 50px;
    left: 50%; /* Center the line 
    top: 0;
    height: 100vh; /* Stretch from top to bottom 
    width: 1px; /* Width of the line 
    background-color: #000; /* Color of the line 
    z-index: -1; /* Behind the child elements 
  } 
***/
  .vertical-line {
    position: absolute;
    margin-top: 50px;
    left: 50%;
    top: 0;
    height: 100vh;
    width: 3px; /* Slightly thicker line */
    background-image: linear-gradient(to bottom, #be895eb1, #919c78d0, gold ); /* Gradient color */
    /* box-shadow: 2px 2px 4px rgba(0,0,0,0.4); */
    z-index:  -1;
    transition: height 0.5s ease; 
  }
  
  /* Animated drawing effect */
  @keyframes drawLine {
    from {
      height: 0;
    }
    to {
      height: 100vh;
    }
  }
  
  /* .vertical-line {
    animation: drawLine 6s ease forwards;
  } */

.journey-card{
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: wrap;
    width: 40%; /* Fixed width */
    height: 400px;
    margin: 50px auto; /* Center in the container */
    text-align: center;
    position: relative;
    padding-top: 60px; /* Make room for the overlapping image */
    border: 1px solid #e6e4e4;
    z-index: 2;
}

.journey-card-border{
    z-index: -1;
}

.journey-card:nth-child(odd) .journey-card-border {
    position: absolute;
    background-color: #fff;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    border: 0.5px solid #e6e4e4;
  }

  .journey-card:nth-child(even) .journey-card-border  {
    position: absolute;
    background-color: #fff;
    top: 10%;
    right: 5%;
    width: 90%;
    height: 80%;
    border: 0.5px solid #e6e4e4;
  }


.journey-card h3{
    font-family: 'monallesia', cursive;
    font-weight: 400;
    /* font-size: 35px; */
    line-height: 50px;
    /* text-align: ; */
    
}


.circle-img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    top: 20px !important;
    /* overflow: hidden; */
    position: absolute;
    /* top: 20px;
    left: 20px; */
    background-color: white;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* background-color: #29241b; */
    background-image: url('../images/hero.jpg');
    background-size: cover;
    background-size: 100% 100%;

  }

  #first-met{
    background-image: url('../images/first-met.jpg');
    background-position: center;
    background-size: cover;
  }
  #dating{
    background-image: url('../images/dating.jpg');
    background-size: cover;
  }
  #proposed{
    background-image: url('../images/proposed.jpg');
    background-position: center;
    background-size: cover;
  }

  .circle-img-border{
    position: absolute;
    background-color: #fff;
    top: 0;
    width: 340px;
    height: 340px;
    border-radius: 100%;
    border: 0.5px solid #e6e4e4;

  }

  
  /* First card image on the left */
  .journey-card:nth-child(odd) .circle-img-border {
    left: -61%;
    /* top: 0px; */
  }

  .journey-card:nth-child(even) .circle-img-border  {
    right: -61%;
    /* top: 0px; */
  }
  
  .journey-card:nth-child(odd) .circle-img {
    left: -57%;
    top: 0px;
  }

  .journey-card:nth-child(even) .circle-img  {
    right: -57%;
    top: 0px;
  }

/* You can add more specific styling to each section using their class names, 
   and also add more colors from the palette where appropriate */

/* RSVP */

.rsvp-container {
    display: flex;
    max-width: 1000px; /* Adjust as per your design */
    margin: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }
  
  .rsvp-form-column {
    flex: 1; /* 1/3 of the container */
    padding: 20px;
    background: #fff;
  }
  
  .rsvp-image-column {
    flex: 2; /* 2/3 of the container */
    background: url('../images/hero.jpg') no-repeat center center;
    background-size: cover;
  }
  
  /* ... rest of the styles ... */
  
  
  .rsvp-form {
    display: flex;
    flex-direction: column;
  }
  
  .rsvp-form input,
  .rsvp-form select,
  .rsvp-form button {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .rsvp-form button {
    background-color: #919c78;
    color: #fff;
    cursor: pointer;
    border: none;
  }
  
  .rsvp-form button:hover {
    background-color: #e1a3a3;
  }
  
  .attendance-options label {
    display: inline-block;
    font-size: 14px;
  }
  
  .attendance-options input[type="radio"] {
    margin-right: 5px;
  }



  .switch {
    /* position: relative; */
    /* display: inline-block; */
    display: flex;
    align-items:center;
    width: 70px !important;
    height: 34px;

    /* margin: auto !important; */
    /* flex: 0 0 200px; */

  }

  .form-check .form-check-input {
    float: none !important;
  }

  .form-switch {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 100px;
    padding: 0px !important;
    /* justify-content: space-evenly !important; */
}

.form-check label {
  margin-top: 5px !important;
}
  

  .form-check-input:checked[type="checkbox"] {
    background-color: #919c78;
    border-color: #919c78;
}

.form-check-input:focus {
    border-color: #919c78;
    box-shadow: 0 0 0 0.25rem rgba(145, 156, 120, 0.5);
}


  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  

  .wedding-info-section {
    text-align: center;
    padding: 50px;
    font-family: sans-serif;
    /* background-color: #faf7f5; */}

    .wedding-info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 50%;
      margin: auto;
    }
  
  .wedding-info-section h4{
    margin-top: 40px;
    font-size: 22px;

  }

  .location a {
    text-decoration: none;
    color: black
  }

  .location a:hover {
    color: #e1a3a3;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .rsvp-container {
      flex-direction: column;
    }
  }
  

  /* ... existing CSS ... */

  /* General Styling for the Navbar */
.navbar {
  background-color: #fff; /* Navbar background color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Shadow for depth */
}

/* Styling for Navbar Brand (Logo/Title) */
.navbar-brand {
  font-family: 'Meldyte';
  font-size: 62px !important; /* Size of the brand text */
  font-weight: normal; /* Font weight for the brand text */
  padding-left: 50px;
  padding-right: 50px;
  color: #333; /* Color of the brand text */
}

.navbar-brand:hover {
  color: #be895e; /* Color change on hover */
  text-decoration: none; /* Removes underline on hover */
}

/* Styling for Navbar Links */
.nav-link {
  color: #333; /* Color of the navbar links */
  font-weight: normal; /* Font weight for navbar links */
  margin: auto 20px; /* Spacing around each link */
}

.nav-link:hover {
  color: #be895e !important; /* Color change on hover */
  text-decoration: none; /* Removes underline on hover */
}

/* Custom Media Query for Larger Screens */
@media (min-width: 992px) {
  /* Align items vertically center */
  .navbar .container-fluid {
      display: flex;
      align-items: center;
  }
}

/* Additional responsive adjustments if needed */

  

  /* Responsive adjustments if needed */
  
  /* ... rest of the CSS ... */
  
  /* ACCOMMODATION */
  #accommodation-section {
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.accommodation-image {
    width: 400px !important;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
    margin: 0px;
}


.swiper-slide:hover {
    transform: translateY(0px) !important; 
    box-shadow: 0 4px 8px rgba(0,0,0,0) !important; 
}


.accommodation-distance {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* left: 0; */
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  width: auto;
  max-height: 400px;
  object-fit: cover;
}

.swiper-caption {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}

.swiper-caption h4 {
  word-spacing: 8px !important;
  /* font-family: "Jost", sans-serif !important; */
}

.swiper-caption a {
  color: #919c78;
  text-decoration: none;

}

.accommodation-swiper.swiper-wrapper.swiper-slide{
  margin-right: 3em;
  margin-left: 3em;
}

.swiper-button-prev, .swiper-button-next {
  color: #333 !important;
}

.info {
    background-color: #fff;
    padding: 10px;
    text-align: left;
    border-radius: 0 0 5px 5px;
}

.info h3 {
    margin-top: 0;
}

#toastPlacement {
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 2000 !important;
}

#giftModal {
  z-index: 1050; /* Bootstrap's default z-index for modals is 1050 */
}

.gift-image {
  width: 20%  !important;
  height: 20%§ !important;
  /* object-fit: cover; */

}

.registry-card-container {
  padding: 50px !important;
  width: 75% !important;
}

.swiper-faq.swiper-wrapper.swiper-slide{
  height: 300px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #919c78;
}


/* Media Query for Mobile Devices */
@media screen and (max-width: 600px) {
  .burger-menu-icon {
      display: block; /* Show burger icon */
      float: left;
  }

  .cover-container {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% center !important;
      height: 100vh !important;
      background-attachment: unset !important;
      /* background-size: 0%; */
  }

  .navbar {
    padding: 0px !important;
  }

  .navbar-brand h4{
    float: left !important;
    font-size: 0.80em !important;
    margin: none !important;
  }

  .hero-section h1{
      font-size: 5em;
      text-align: center;
      font-weight: lighter;

  }

  .countdown-section{
    height: 100vh;
  }

  #countdown-timer{
    flex-direction: column;
    background-image: none;;
    align-items: center;
    text-align: center;
  }

  .timer-box{
    padding-right: 0px !important;
  }

  .countdown-section p {
    padding-top: 50px !important;
  }

  .circle-img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    /* overflow: hidden; */
    background-color: white;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* background-color: #29241b; */
    background-image: url('../images/hero.jpg');
    background-size: cover;
    background-size: 100% 100%;
    
  }

  .our-journey-section{
    /* padding-top: 200px */
    padding-bottom: 100px;
    /* height: 100vh !important; */
  }


  .journey-card{
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 91vh ;
    padding-top: 100px;
    text-align: center;
    position: relative;
    border: 1px solid #e6e4e4;
    z-index: 2;
}

.journey-card-border{
    width: 100%;
    top: 5% !important;
    height: 92% !important;
}

.journey-card .content {
    margin-top: 100px;
    padding: 20px;
    width: 100%;
}

.journey-card:nth-child(odd) .circle-img {
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
  margin-top: -115px;
}

.journey-card:nth-child(even) .circle-img {
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
  margin-top: -115px
}

.circle-img-border{
  /* position: absolute; */
  background-color: #fff;
  top: -20px;
  width: 300px !important;
  left: 0;
  right: 0;
  height: 300px;
  border-radius: 100%;
  border: 0.5px solid #e6e4e4;
  margin: 0 auto; /* Center the element horizontally */
}

.journey-card:nth-child(odd) .circle-img-border {
  left: 0px;
  margin: auto;
  margin-top: -100px;
}

.journey-card:nth-child(even) .circle-img-border {
  right: 0px;
  margin: auto;
  margin-top: -100px;
}

.rsvp-image-column {
  display: hidden !important;
  background: none !important;
}

.swiper-button-prev, .swiper-button-next {
  color: #919c78 !important;
  display: block !important;
  bottom: 102% !important;
  z-index: 20;
}

.swiper-button-prev {
  margin-left: -15px !important;
  scale: 0.7;
}
.swiper-button-next {
  margin-right: -15px !important;
  scale: 0.7;
}

.swiper-scrollbar-drag {
  background-color: #919c78 !important;
}

.swiper-slide img {
  width: 100% !important; /* Image takes full width of the container */
  height: 300px !important; /* Image takes full height of the container */
  margin: 0px !important;
  object-fit: cover !important; /* Image covers the area, maintaining aspect ratio */
  object-position: center; 
}

.swiper-caption {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.registry-card-container {
  padding: 0px !important;
  width: 100% !important;
}

.swiper-slide-active {
  transform: scale(1.95); /* Scales down the slide when active */
  transition: transform 0.2s ease-in-out; /* Smooth transition for the transform */
}

.swiper-slide a:active {
  transform: scale(1.95);
  transition: transform 0.2s ease-in-out;
}

}
