/* Header Section */
header {
    height: 100vh; 
    width: 100%; 
    margin: 0; 
    padding: 0;
    display: flex;
    scroll-snap-type: x mandatory; 
    overflow-x: scroll;
    scrollbar-width: none;
}
.header-picture {
    flex: 0 0 100%; 
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%; 
    height: 100vh; 
    margin: 0; 
    padding: 0;
    overflow: hidden;
}
header img {
    object-fit: cover;
    object-position: center;
    height: 100%; 
    width: 100%; 
    margin: 0; 
    padding: 0;
}

/* General */
.material-symbols-outlined {
    font-size: 60px; 
    align-self: center; 
    margin: 10px; 
    cursor: pointer;
}

/* Activities Section */
#activities-section a {
    text-decoration: none;
    color: black;
}
#activities-section a:hover {
    font-weight: bold;
}

/* Eden Section */
#eden-section h2 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 30px;
}
#eden-section p {
    font-family: 'Cagliostro', sans-serif; 
    text-align: center; 
    margin: 0px 20px 5px 20px;
}

/* Ecological Section */
#ecological-section h2 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 30px;
}
#ecological-section h3 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 24px;
}
#ecological-section p {
    font-family: 'Cagliostro', sans-serif; 
    text-align: center; 
    margin: 0px 20px 0px 20px;
}

/* Gallery Section */
.gallery-section {
    overflow-x: auto; 
    scrollbar-width: none;
    white-space: nowrap;
}
.gallery-section img:hover {
    box-shadow: 5px 5px 5px gray, -5px -5px 5px gray;
}

/* Residence Section */
#residence-section h2 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 30px;
}
#residence-section p {
    font-family: 'Cagliostro', sans-serif; 
    text-align: center; 
    margin: 20px;
}

/* Events Section */
#events-section h2 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 35px;
    margin: 10px;
}
#events-section h3 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 25px;
    margin: 0px 0px 10px 0px;
}
#events-section p {
    font-family: 'Cagliostro', sans-serif; 
    text-align: center; 
    margin: 0px 20px 5px 20px;
}

/* Story Section */
#story-section h2 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 30px;
}
#story-section p {
    font-family: 'Cagliostro', sans-serif; 
    text-align: center; 
    margin: 0px 20px 5px 20px;
}
#story-section h3 {
    font-family: 'Dancing Script', cursive; 
    font-style: italic;
    text-align: center; 
    font-size: 30px;
    margin: 0;
    padding: 0;
}

/* Culture Section */
#culture-section h2 {
    font-family: 'Times New Roman', Times, serif; 
    text-align: center; 
    font-size: 30px;
}
#culture-section p {
    font-family: 'Cagliostro', sans-serif; 
    text-align: center; 
    margin: 0px 20px 5px 20px;
}

/* Testimonials Section */
#testimonials-section {
    width: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
#testimonials-section h2 {
    text-align: center; 
    font-family: 'Times New Roman', Times, serif; 
    font-size: 30px;
}
#testimonials-container {
    overflow-x: auto; 
    scrollbar-width: thin;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    width: 90%;
    display: flex;
    margin: 0px auto 5% auto;
    padding: 10px 0px 10px 10px;
}
.testimonials-section-card p:first-of-type {
    font-family: 'Cagliostro', sans-serif;
    margin: 20px 20px 0px 20px; 
    white-space: pre-line;
}
.testimonials-section-card p:last-of-type {
    font-family: 'Lusitana', serif; 
    margin: 5px 20px 20px 0px;
    text-align: end;
}

/* Small screens (Mobile) */
@media only screen and (max-width: 600px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 20px);
        padding: 0px 10px 0px 10px;
    }
    header h1 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 30px; 
        color: white; 
    }
    #header-text-container {
        position: absolute;
        top: 50%;
        left: 5%;
        color: white;
        margin: 0;
        padding: 0;
        border: 0;
    }
    #farm {
        font-size: 35px;
        margin: 0; 
        padding: 0; 
        border: 0;
        font-weight: bolder; 
        font-family: 'Times New Roman', Times, serif;
        line-height: 20px;
        visibility: hidden;
    }
    #events {
        font-size: 40px;
        margin: 0 0 0 40px; 
        padding: 0; 
        border: 0;
        font-weight: bolder; 
        font-family: 'Times New Roman', Times, serif;
        visibility: hidden;
    }
    #residence {
        font-size: 50px; 
        margin: 0 0 0 60px; 
        padding: 0;
        border: 0; 
        font-weight: bolder; 
        font-style: italic; 
        font-family: 'Dancing Script', cursive;
        line-height: 40px;
        visibility: hidden;
    }

    /* Activities Section */
    #activities-section {
        font-family: 'Cagliostro', sans-serif;
        text-align: center;
        padding: 10px;
        width: 90%;
        margin: 10px auto 0px auto;
        visibility: hidden;
    }

    /* Eden Section */
    #eden-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #eden-section-video {
        width: 100%; 
        height: 400px;
        margin: 0px auto 0px auto;
        visibility: hidden;
    }
    #eden-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Residence Section */
    #residence-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #residence-section-image {
        width: 100%; 
        height: 250px;
        margin-top: 20px;
        visibility: hidden;
        order: 1;
    }
    #residence-section img {
        width: 100%; 
        height: 250px;
        object-fit: cover;
    }
    #residence-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        order: 2;
    }

    /* Events Section */
    #events-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #events-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }
    #events-section-image {
        width: 100%; 
        height: 250px;
        margin-top: 20px;
        visibility: hidden;
    }
    #events-section img {
        width: 100%; 
        height: 250px;
        object-fit: cover;
    }

    /* Ecological Section */
    #ecological-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #ecological-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        order: 2;
        padding-bottom: 5px;
        display: flex;
        flex-direction: column;
        visibility: hidden;
    }
    #ecological-section-image {
        width: 100%; 
        height: 250px;
        order: 1;
        margin-top: 20px;
        visibility: hidden;
    }
    #ecological-section img {
        width: 100%; 
        height: 250px;
        object-fit: cover;
    }
    #ecological-section ul {
        font-family: 'Cagliostro', sans-serif;  
        margin: 0px 20px 0px 20px;
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    /* Story Section */
    #story-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #story-section-image {
        width: 100%; 
        height: 250px; 
        margin-top: 20px;
        visibility: hidden;
    }
    #story-section img {
        width: 100%; 
        height: 250px; 
        object-fit: cover;
    }
    #story-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Culture Section */
    #culture-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #culture-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        order: 2;
        margin-bottom: 20px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }
    #culture-section-image {
        width: 100%; 
        height: 250px;
        order: 1;
        margin-top: 20px;
        visibility: hidden;
    }
    #culture-section img {
        width: 100%; 
        height: 250px;
        object-fit: cover;
    }

    /* Testimonials Section */
    .testimonials-section-card {
        box-shadow: 5px 5px 5px lightgray, -5px -5px 5px lightgray; 
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        scroll-snap-align: start;
        scroll-margin: 10px;
        flex: 0 0 calc(100% - 20px);
        margin: 0px 10px 0px 10px;
        height: fit-content;
    }
}

/* Medium screens (Tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 60px);
        padding: 0px 30px 0px 30px;
    }
    header h1 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 40px; 
        color: white; 
    }
    #header-text-container {
        position: absolute;
        top: 50%;
        left: 15%;
        color: white;
        margin: 0;
        padding: 0;
        border: 0;
    }
    #farm {
        font-size: 40px;
        margin: 0; 
        padding: 0;
        border: 0; 
        font-weight: bolder; 
        font-family: 'Times New Roman', Times, serif;
        line-height: 20px;
        visibility: hidden;
    }
    #events {
        font-size: 50px;
        margin: 0 0 0 30px; 
        padding: 0; 
        border: 0;
        font-weight: bolder; 
        font-family: 'Times New Roman', Times, serif;
        visibility: hidden;
    }
    #residence {
        font-size: 60px; 
        margin: 0 0 0 50px; 
        padding: 0; 
        border: 0;
        font-weight: bolder; 
        font-style: italic; 
        font-family: 'Dancing Script', cursive;
        line-height: 40px;
        visibility: hidden;
    }

    /* Activities Section */
    #activities-section {
        font-family: 'Cagliostro', sans-serif;
        text-align: center;
        padding: 10px;
        width: 60%;
        margin: 10px auto 0px auto;
        visibility: hidden;
    }

    /* Eden Section */
    #eden-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #eden-section-video {
        width: 100%; 
        height: 400px;
        margin: 0px auto 0px auto;
        visibility: hidden;
    }
    #eden-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Residence Section */
    #residence-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #residence-section-image {
        width: 550px; 
        height: 350px;
        margin-top: 30px;
        visibility: hidden;
        order: 1;
    }
    #residence-section img {
        width: 550px; 
        height: 350px;
        object-fit: cover;
    }
    #residence-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        order: 2;
    }

    /* Events Section */
    #events-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #events-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }
    #events-section-image {
        width: 550px; 
        height: 350px;
        margin-top: 30px;
        visibility: hidden;
    }
    #events-section img {
        width: 550px; 
        height: 350px;
        object-fit: cover;
    }

    /* Ecological Section */
    #ecological-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #ecological-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        order: 2;
        padding-bottom: 5px;
        display: flex;
        flex-direction: column;
        visibility: hidden;
    }
    #ecological-section-image {
        width: 550px; 
        height: 350px;
        order: 1;
        margin-top: 30px;
        visibility: hidden;
    }
    #ecological-section img {
        width: 550px; 
        height: 350px;
        object-fit: cover;
    }
    #ecological-section ul {
        font-family: 'Cagliostro', sans-serif;  
        margin: 0px 20px 0px 20px;
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    /* Story Section */
    #story-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #story-section-image {
        width: 550px; 
        height: 350px; 
        margin-top: 30px;
        visibility: hidden;
    }
    #story-section img {
        width: 550px; 
        height: 350px; 
        object-fit: cover;
    }
    #story-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Culture Section */
    #culture-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #culture-section-text-container {
        width: 100%;
        background-color: #FFFFF3E0;
        order: 2;
        margin-bottom: 30px;
        padding-bottom: 5px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }
    #culture-section-image {
        width: 550px; 
        height: 350px;
        order: 1;
        margin-top: 30px;
        visibility: hidden;
    }
    #culture-section img {
        width: 550px; 
        height: 350px;
        object-fit: cover;
    }

    /* Testimonials Section */
    .testimonials-section-card {
        box-shadow: 5px 5px 5px lightgray, -5px -5px 5px lightgray; 
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        scroll-snap-align: start;
        scroll-margin: 10px;
        flex: 0 0 calc(50% - 20px);
        margin: 0px 10px 0px 10px;
        height: fit-content;
    }
}

/* Large screens (Desktops) */
@media only screen and (min-width: 1025px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 60px);
        padding: 0px 30px 0px 30px;
    }
    header h1 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 40px; 
        color: white; 
    }
    #header-text-container {
        position: absolute;
        top: 50%; 
        left: 15%;
        color: white;
        margin: 0;
        padding: 0;
        border: 0;
    }
    #farm {
        font-size: 60px;
        margin: 0; 
        padding: 0; 
        border: 0;
        font-weight: bolder; 
        font-family: 'Times New Roman', Times, serif;
        line-height: 20px;
        visibility: hidden;
    }
    #events {
        font-size: 80px;
        margin: 0 0 0 40px; 
        padding: 0; 
        border: 0;
        font-weight: bolder; 
        font-family: 'Times New Roman', Times, serif;
        visibility: hidden;
    }
    #residence {
        font-size: 100px; 
        margin: 0 0 0 50px; 
        padding: 0;
        border: 0; 
        font-weight: bolder; 
        font-style: italic; 
        font-family: 'Dancing Script', cursive;
        line-height: 50px;
        visibility: hidden;
    }

    /* Activities Section */
    #activities-section {
        font-family: 'Cagliostro', sans-serif;
        text-align: center;
        padding: 10px;
        width: 50%;
        margin: 10px auto 0px auto;
        visibility: hidden;
    }

    /* Eden Section */
    #eden-section {
        display: flex;
        flex-direction: row; 
        margin: 0px auto 30px auto; 
        width: 80%; 
    }
    #eden-section-video {
        width: 50%; 
        height: 400px;
        visibility: hidden;
    }
    #eden-section-text-container {
        width: 50%;
        height: fit-content;
        background-color: #FFFFF3E0;
        padding-bottom: 10px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        margin: auto 0 auto 0;
    }

    /* Residence Section */
    #residence-section {
        display: flex; 
        flex-direction: row; 
        margin: 40px auto 40px auto; 
        width: 80%; 
        height: 350px;
    }
    #residence-section-image {
        width: 467px; 
        height: 350px;
        order: 2;
        visibility: hidden;
    }
    #residence-section img {
        width: 467px; 
        height: 350px;
    }
    #residence-section-text-container {
        width: 50%;
        background-color: #FFFFF3E0;
        margin: auto 0  auto 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        order: 1;
    }

    /* Events Section */
    #events-section {
        display: flex; 
        flex-direction: row; 
        margin: 20px auto 20px auto; 
        width: 80%; 
    }
    #events-section-text-container {
        width: 50%; 
        height: fit-content;
        background-color: #FFFFF3E0;
        padding: 10px;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }
    #events-section-image {
        width: 427px; 
        height: 320px;
        visibility: hidden;
        margin: auto 0 auto 0;
    }
    #events-section img {
        width: 427px; 
        height: 320px;
    }

    /* Ecological Section */
    #ecological-section {
        display: flex; 
        flex-direction: row; 
        margin: 30px auto 30px auto; 
        width: 80%;
    }
    #ecological-section-text-container {
        width: 50%;
        background-color: #FFFFF3E0;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        visibility: hidden;
    }
    #ecological-section-image {
        width: 457px;
        height: 305px;
        order: 2;
        margin: auto 0 auto 0;
        visibility: hidden;
    }
    #ecological-section img {
        width: 457px;
        height: 305px;
    }
    #ecological-section ul {
        font-family: 'Cagliostro', sans-serif;  
        margin: 0px 20px 0px 20px;
        align-self: flex-start;
    }

    /* Story Section */
    #story-section {
        display: flex; 
        flex-direction: row; 
        margin: 40px auto 40px auto; 
        width: 80%; 
        height: 500px;
    }
    #story-section-image {
        width: 340px; 
        height: 500px; 
        visibility: hidden;
    }
    #story-section img {
        width: 340px; 
        height: 500px; 
    }
    #story-section-text-container {
        width: 50%; 
        background-color: #FFFFF3E0;
        margin: auto 0 auto 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Culture Section */
    #culture-section {
        display: flex; 
        flex-direction: row; 
        margin: 20px auto 20px auto; 
        width: 80%; 
        height: 545px;
    }
    #culture-section-text-container {
        width: 50%;
        margin: auto 0 auto 0;
        background-color: #FFFFF3E0;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        visibility: hidden;
    }
    #culture-section-image {
        width: 480px; 
        height: 545px;
        order: 2;
        visibility: hidden;
    }
    #culture-section img {
        width: 480px; 
        height: 545px;
    }

    /* Testimonials Section */
    .testimonials-section-card {
        box-shadow: 5px 5px 5px lightgray, -5px -5px 5px lightgray; 
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        scroll-snap-align: start;
        scroll-margin: 10px;
        flex: 0 0 calc(50% - 20px);
        margin: 0px 10px 0px 10px;
        height: fit-content;
    }
}