@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Rubik+Vinyl&display=swap');
@import url('https://db.onlinewebfonts.com/c/07cb29fdcb073fff840edc6de2067b50?family=Amsterdam+Four_ttf');

.cookie-regular {
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

/* Reset defaults */
html, body {
    scroll-behavior: smooth;
    margin: 0;
    padding-top: 50px;
    height: 100%;
    overflow-x: hidden;
    background: url('../images/Background.png') no-repeat center center/cover;
}

/* Hero Section Background */
.hero-section {
    background: url('../images/Home.JPG') no-repeat center center/cover;
    min-height: 90vh;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    overflow-y: auto;
}

.welcome {
    margin-bottom: 380px;
}

h1.fas.fa-heart {
    margin-right: 15px;
}

h1.name-right {
    margin-right: 60px;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 800px;
}

.audio-player {
    margin-top: 20px;
}

.btn {
    border-radius: 50px;
}

.custom-nav {
    font-family: cookie;
    font-size: 35px;
    color: white !important;
}

.nav-item {
    margin: 0 30px;
}

.navbar-nav .nav-link:hover {
    color: #E4B9B9 !important;
}

.navbar {
    background-color: #1b7895;
    height: 102px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.d-none {
    margin-left: 13px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.countdown div {
    background:  #1b7895;  /* Light skin tone background */
    color: white;       /* Dark text color */
    padding: 20px 15px;
    width: 70px;
    height: 80px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.countdown div:hover {
    transform: scale(1.1);
}

.countdown div span {
    font-size: 2.2rem;
    color: white; /* Highlight number color */
    font-weight: 700;
}

.countdown div small {
    font-size: 0.9rem;
    color: white;
    font-family: 'Cookie', cursive;
}

@media(max-width: 576px) {
    .countdown div {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}
/* On small screens - stack nav links vertically */
@media (max-width: 992px) {
    .navbar-collapse .navbar-nav {
        flex-direction: column !important;
        align-items: center !important;
    }

    .custom-nav {
        font-size: 20px !important;
        margin: 10px 0;
    }

    .navbar {
        height: auto;
        padding: 10px 0;
    }

    .hero-content{
        width: 400px;
    }

    .animated-names {
        gap: 30px !important;
    }

    .mx-auto {
        margin-left: 41% !important;
    }
}

.navbar-collapse {
    background-color: #1b7895; /* same as navbar background */
    padding: 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.animated-names {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.name-left,
.name-right {
    font-size: 3.5rem;
    font-family: 'Amsterdam Four_ttf', cursive;
    color: white;
    opacity: 0;
}

.fas {
    font-size: 3.5rem;
    color: #E4B9B9 !important;
}

.name-left {
    animation: slideInLeft 2s ease forwards;
}

.name-right {
    animation: slideInRight 2s ease forwards;
}

.fas {
    animation: fadeInAmpersand 2s ease 1s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInAmpersand {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
  
/* Our Story Section */
.our-story-section {
    color: black;
}

.section-title {
    font-family: 'Great Vibes', cursive;
    font-size: 4rem;
    color: #1b7895;
    font-weight: bold;
    padding-top: 10px;
}

.story-text {
    font-size: 1.2rem;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8;
    font-family: 'Lato';
}

/* Video */
.video-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 15px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.video-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: none;
}

/* Location Section */
.event-section {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.event-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.event-icon {
    width: 270px;
    height: auto;
}

.img-fluid {
    width: 450px;
    height: auto;
}

.btn-primary {
    background-color: #1b7895;
    border-color: #1b7895;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 30px;
}

.btn-primary:hover {
    background-color: #145a74;
    border-color: #145a74;
}


/* Entourage Section */
.entourage-text-section {
    color: #222;
    font-family: 'Playfair Display', serif;
}

.entourage-text-section h5 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #155263;
    font-family: 'Great Vibes', cursive;
    font-size: 2.5rem;
}

.entourage-text-section h6 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.entourage-text-section p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

strong {
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
    color: #155263;
}

/* Attie Section */
.attire-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.attire-img {
    max-width: 300px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.attire-img:hover {
    transform: scale(1.05);
}

.attire-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2rem;
    color: #155263;
}

.attire-subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.attire-description {
    font-size: 1rem;
    color: #555;
    max-width: 350px;
}

.palette-wrapper img.palette-img {
    max-width: 300px;
}

.attire-divider {
    height: 2px;
    width: 60%;
    background: linear-gradient(to right, transparent, #218aaf, transparent);
    margin: 0 auto;
}

/* Gallery Section */
.gallery-section img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .gallery-section img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }  

/* Reminders Section */
.reminder-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.reminder-img {
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

.reminder-img:hover {
    transform: scale(1.05);
}

.reminder-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .reminder-img {
    max-width: 150px;
  }
}

/* Couple's Message */
.couple-message-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: black;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.couple-names {
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
    color: #155263;
}

/* FAQs Section */
.accordion-button {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #ffffff;
    color: #1b7895;
    box-shadow: none;
    border: 1px solid #1b7895;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
}

.accordion-button:hover {
    background-color: #e6f4f6;
    color: #145e73;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1b7895;
    border: 1px solid #1b7895;
}

.accordion-body {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: black;
    padding: 15px 20px;
}

.accordion-item {
    background: #fff;
    border: 1px solid #dfe6e9;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

/* Fixed Floating Button */
.rsvp-btn {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    background-color: #1b7895;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Right - RSVP */
.rsvp-btn {
    right: 30px;
    font-weight: bold;
    padding: 12px 40px;
}

/* Mobile spacing */
@media (max-width: 576px) {
    .rsvp-btn {
        right: 20px;
        font-size: 14px;
        padding: 10px 30px;
    }
}


/* Footer */
.wedding-footer {
    background-color: #1b7895;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
}

.wedding-footer p {
    margin: 0;
}

.footer-icons a {
    color: #ffffff;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.footer-icons a:hover {
    color: #e6f4f6;
}

.wedding-footer a {
    margin: 0;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.wedding-footer a:hover {
    color: #e6f4f6;
    text-decoration: underline;
}
