@import url('https://fonts.googleapis.com/css2?family=Trirong:wght@100;300;400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trirong', serif;
    font-weight: 200;
    font-size: 22px;
}

body {
    background-color: #ffffff;
    color: #333;
    overflow-x: hidden;
}

.hero-content p {
    font-weight: 1000;
}


.timings {
    display: block;
    margin: auto;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    max-width: 600px;
}

.timings-smol {
    display: block;
    margin: auto;
    text-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    max-width: 600px;
    padding: 0 1.2em;
}

.tbc {
    display: block;
    margin: auto;
    text-align: center;
    align-items: center;
    font-size: 40px;
    font-weight: 300;
}

footer p {
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0 10px 0;
}

.signed {
    line-height: 10px;
    font-size: 14px;
}

.activity-img {
    max-width: 400px;
    margin: auto;
    display: block;
    border-radius: 10px;
    flex: 1;
    overflow: hidden;
    align-items: center;
    text-align: center;
}

.activity-text {
    max-width: 800px;
    display: block;
    margin: auto;
    padding: 0 1.2em;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.blossom-container {
    position: fixed;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.blossom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.blossom1 {
    top: 78px;
    left: -10px;
    width: 95px;
    opacity: 0.3;
}

.blossom3 {
    top: 0px;
    left: -10px;
    width: 95px;
    opacity: 0.3;
}

.blossom2 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    bottom: 0px;
    right: -15px;
    width: 95px;
    opacity: 0.3;
    -webkit-transform: rotate(90deg) scaleX(-1);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) scaleX(-1);
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-size: .7em;
    transition: all 0.3s ease;
    position: relative;
}

.cta-button {
    text-decoration: none;
    border-style: solid;
}

footer .cta-button {
    text-decoration: none;
}

nav a:hover {
    color: #A5C8E1;
}

p {
    margin: 1.5em 1.5em;
}

nav a:hover::after {
    width: 100%;
}

.cta-button {
text-decoration: none;
border-style: solid;
    background-color: #A5C8E1;
    color: white !important;
    padding: 2px 20px;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.red {
    color: red;
}

.cta-button:hover {
    background-color: #84B4D7;
    transform: translateY(-1px);
}

.main-date {
    background-color:white;
    padding:0em .5em;
    font-weight:300
}

.main-cta {
    border-style:solid;
    font-size:30px
}

.map {
    width: 100%
}

.dir-btn {
    /* display: inline-block; */
    margin: auto;
    display: block;
    text-align: center;
    font-size: 1em;
}

.centre-p {
    text-align: center;
    margin-bottom: 40px;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-narrow {
    height: 50vh;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: cover;
    opacity: 0.3;
    z-index: -1;
}

.hero-content {
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease;
}

.hero-content.visible {
    opacity: 1;
    transform: translateY(0);
}

h1 {
    font-size: 220%;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
    margin: auto;
    text-align: center;
    align-items: center;
    padding: 0 1.2em;
    text-shadow: -1px 1px 8px #fff;
}

h2 {
    font-size: 160%;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    display: block;
    margin: auto;
    text-align: center;
    align-items: center;
}

h3 {
    font-size: 140%;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    display: block;
    margin: auto;
    text-align: center;
    align-items: center;
}

label.x-sml {
    margin: 0px 0;
    font-size: 14px;
}

.taxis {
    margin-top: 15px;
    margin-left: 20px;
}

.transport-h {
    text-align: left;
    margin-left: 20px;
}

.date {
    font-size: 1.5rem;
    margin-top: 20px;
    letter-spacing: 2px;
}

.section {
    padding: 50px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

.section.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 140%;
    font-weight: 300;
}

.couple-info {
    /* margin-left: 1em; */
    /* margin-right: 1em; */
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    text-align: center;
    margin: auto;
    display: block;
    max-width:800px
}

.couple-photos {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.photo-card {
    width: 300px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.photo-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-option p.sml {
    margin: auto;
    display: block;
    text-align: center;
    align-items: center;
}

.accommodation-content p.sml {
    margin: auto;
    display: block;
    text-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.venue-info {
    justify-content: space-between;
}

.venue-content {
    text-align: center;
    align-items: center;
    display: block;
    margin: auto;
    max-width: 800px;
}

.venue-image {
    flex: 1;
    overflow: hidden;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.venue-image img {
    max-width: 500px;
    align-items: center;
    text-align: center;
}

.page {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.page.active {
    display: block;
    opacity: 1;
}

footer {
    text-align: center;
    padding: 5px 0 25px 0;
    background-color: #f9f9f9;
}

.bold {
    font-weight: 600;
}

i {
    margin: auto;
    display: block;
    text-align: center;
}

/* Venue & Travel page styles */
.map-container {
    height: 700px;
    margin: 40px 0;
    border-radius: 10px;
    overflow: hidden;
}

.travel-options {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.travel-option {
    flex: 1;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.travel-option-lg {
    flex: 1;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.travel-option h3 {
    margin-bottom: 20px;
    color: #A5C8E1;
    font-weight: 300;
}

/* Accommodation page styles */
.accommodation-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.accommodation-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.accommodation-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.accommodation-image {
    height: 200px;
}

.accommodation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accommodation-content {
    padding: 20px;
}

.accommodation-content h3 {
    margin-bottom: 10px;
    font-weight: 300;
}

h3 {
    display: block;
    margin: auto;
    text-align: center;
    align-items: center;
}

li.first {
    margin-top: 10px;
    margin-left: 40px;
}

li.second {
    margin-top: 10px;
    margin-left: 60px;
}

/* RSVP page styles */
.rsvp-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    background-color: #A5C8E1;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #84B4D7;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    nav ul {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .couple-info,
    .venue-info,
    .travel-options {
        flex-direction: column;
    }

    .couple-photos {
        flex-direction: column;
        align-items: center;
    }

    .photo-card {
        width: 100%;
        max-width: 300px;
    }
    
}