/* 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: 5px; 
    cursor: pointer;
}

/* Intro Section */
#intro-section h2 {
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 5px 0px 5px 0px;
    font-size: 20px;
}
#intro-section p {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
}

/* Promise Section */
#promise-section h2 {
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 5px 0px 5px 0px;
    font-size: 20px;
}
#promise-section p {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
}

/* 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;
}

/* Info Section */
#info-section h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#info-section > p:first-of-type {
    font-family: 'Cagliostro', sans-serif;
    text-align: center;
    font-size: 22px;
    margin: 10px 0px 0px 0px;
    padding: 0;
}
#info-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 5px 5px 0px 5px;
}
#info-article2 p {
    text-align: left;
    margin: 0;
    padding: 0;
}
#info-section a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* Excursions Section */
#excursions-section h2 {
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 10px 0px 5px 0px;
    font-size: 20px;
    text-align: center;
}
#excursions-section p:first-of-type {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
    text-align: center;
}
#excursions-section h3 {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
}
#excursions-section p {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
}
#excursions-section p:last-of-type {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 20px 0px;
}
#excursions-section li {
    font-family: 'Cagliostro', sans-serif;
}

/* Seminar Section */
#seminar-section h2 {
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 5px 0px 5px 0px;
    font-size: 20px;
    text-align: center;
}
#seminar-section p:first-of-type {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
    text-align: center;
}
#seminar-section p {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
}
#seminar-section li {
    font-family: 'Cagliostro', sans-serif;
}

/* Sustainable Section */
#sustainable-section h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    margin: 10px;
    text-align: center;
}
#sustainable-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 0;
    padding: 0;
}

/* Team Section */
#team-section {
    visibility: hidden;
    margin: 30px 0px 5% 0px;
}
.team-section-card-picture {
    width: 300px;
    height: 400px;
}
.team-section-card-picture img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.team-section-card-text-container h3  {
    font-family: 'Cagliostro', sans-serif;
    margin: 10px 0px 0px 10px;
}
.team-section-card-text-container p {
    font-family: 'Cagliostro', sans-serif;
    margin: 10px 0px 0px 10px;
}
.team-section-card-text-container a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

/* Contact Us Section */
#contact-us-section h2 {
    font-family: 'Times New Roman', Times, serif;
    margin: 10px 0px 5px 0px;
}
#contact-us-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 0;
    padding: 0;
}
#contact-us-section label {
    display: block;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
    font-family: 'Cagliostro', sans-serif;
}
#contact-us-section input {
    width: calc(100% - 20px);
    margin: 10px 0px 0px 0px;
    background-color: #FFFFF3E0;
    color: black;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Cagliostro', sans-serif;
}
#contact-us-section input:focus {
    border: none;
    outline: none;
}
.age-section {
    display: flex;
    flex-flow: row nowrap;
    margin: 5px 0px 0px 0px;
    font-family: 'Cagliostro', sans-serif;
    align-items: center;
}
.age-section span {
    margin: 0px 20px 0px 0px;
}
.age-section input {
    flex: 2;
    margin: 10px 0px 0px 0px;
    background-color: #FFFFF3E0;
    color: black;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
}
textarea {
    width: calc(100% - 20px);
    height: 200px;
    max-height: 200px;
    margin: 10px 0px 0px 0px;
    background-color: #FFFFF3E0;
    color: black;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    overflow-y: auto;
    resize: none;
    font-family: 'Cagliostro', sans-serif;
}
#contact-us-section a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
#send-layout {
    display: flex;
    flex-direction: row;
    margin: 10px 0px 0px 0px;
}
#send-button {
    background-color: #FFF9C4;
    color: black;
    margin: 10px 0px 0px 0px;
    text-transform: none;
}
#send-progress-bar {
    color: yellow; 
    align-self: center;
    margin: 5px;
}

/* Footer Section */
footer {
    z-index: 1;
}

/* 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 h2 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 25px; 
        color: white; 
    }
    header h1 {
        position: absolute;
        top: 45%;
        left: 35%;
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        text-transform: uppercase;
    }

    /* Intro Section */
    #intro-section {
        text-align: center;
        padding: 10px;
        width: 90%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }

    /* Promise Section */
    #promise-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #promise-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        visibility: hidden;
    }
    #promise-section div {
        width: 100%; 
        margin-top: 20px;
    }
    #promise-section picture {
        width: 100%;
        height: 250px;
    }
    #promise-section img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    /* 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;
    }

    /* Tourists Picture */
    #tourists-pic {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Info Section */
    #info-section {
        width: 90%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }
    #info-section div {
        display: flex;
        flex-direction: column;
    }
    #info-article1, #info-article2 {
        width: calc(100% - 20px);
        margin: 10px;
        text-align: center;
    }

    /* Ladies Picture */
    #ladies-pic {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Excursions Section */
    #excursions-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
        visibility: hidden;
    }

    /* Children Picture */
    #children-pic {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Seminar Section */
    #seminar-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
        visibility: hidden;
    }

    /* Sustainable Section */
    #sustainable-section {
        width: 90%;
        padding: 10px;
        margin: 30px auto 3% auto;
        visibility: hidden;
    }

    /* Team Section */
    #team-section-cards-container {
        display: flex;
        flex-direction: row;
        overflow-x: auto; 
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }
    #team-section h2 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 25px;
        text-align: center;
        margin: 3%;
    }
    .team-section-card {
        margin: 10px;
        display: flex;
        flex-direction: column;
        scroll-snap-align: start;
        scroll-margin: 10px;
    }
    .team-section-card-text-container {
        width: 300px;
        height: fit-content;
        display: block;
    }

    /* Contact Us Section */
    #contact-us-section {
        width: 90%;
        margin: 0px auto 3% auto;
        visibility: hidden;
    }
}

/* Medium screens (Tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 60px);
        padding: 0px 30px 0px 30px;
    }
    header h2 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 40px; 
        color: white; 
    }
    header h1 {
        position: absolute;
        top: 45%;
        left: 40%;
        color: white;
        font-size: 50px; 
        font-family: 'Times New Roman', Times, serif;
        text-transform: uppercase;
    }

    /* Intro Section */
    #intro-section {
        text-align: center;
        padding: 10px;
        width: 60%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }

    /* Promise Section */
    #promise-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #promise-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        visibility: hidden;
    }
    #promise-section div {
        width: 550px; 
        margin-top: 30px;
    }
    #promise-section picture {
        width: 550px; 
        height: 350px;
        visibility: hidden;
    }
    #promise-section img {
        width: 550px; 
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    /* 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;
    }

    /* Tourists Picture */
    #tourists-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Info Section */
    #info-section {
        width: 60%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }
    #info-section div {
        display: flex;
        flex-direction: column;
    }
    #info-article1, #info-article2 {
        width: calc(100% - 20px);
        margin: 10px;
        text-align: center;
    }

    /* Ladies Picture */
    #ladies-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Excursions Section */
    #excursions-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 60%;
        visibility: hidden;
    }

    /* Children Picture */
    #children-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Seminar Section */
    #seminar-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 60%;
        visibility: hidden;
    }

    /* Sustainable Section */
    #sustainable-section {
        width: 550px;
        padding: 10px;
        margin: 30px auto 3% auto;
        visibility: hidden;
    }

    /* Team Section */
    #team-section-cards-container {
        display: flex;
        flex-direction: row;
        overflow-x: auto; 
        overflow-y: hidden;
        scrollbar-width: thin;
    }
    #team-section h2 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        text-align: center;
        margin: 3%;
    }
    .team-section-card {
        margin: 10px;
        display: flex;
        flex-direction: column;
    }
    .team-section-card-text-container {
        width: 300px;
        height: 400px;
        display: none;
    }

    /* Contact Us Section */
    #contact-us-section {
        width: 60%;
        margin: 0px auto 3% auto;
        visibility: hidden;
    }
}

/* Large screens (Desktops) */
@media only screen and (min-width: 1025px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 60px);
        padding: 0px 30px 0px 30px;
    }
    header h2 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 40px; 
        color: white; 
    }
    header h1 {
        position: absolute;
        top: 45%; 
        left: 40%;
        color: white;
        font-size: 50px; 
        font-family: 'Times New Roman', Times, serif;
        text-transform: uppercase;
    }

    /* Intro Section */
    #intro-section {
        text-align: center;
        padding: 10px;
        width: 50%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }

    /* Promise Section */
    #promise-section {
        display: flex;
        flex-direction: row; 
        margin: 30px auto 3% auto;
        width: 80%;
    }
    #promise-section article {
        width: 50%;
        height: fit-content;
        background-color: #FFFFF3E0;
        display: flex;
        flex-direction: column;
        padding: 20px;
        margin: auto 0px auto 0px;
        visibility: hidden;
    }
    #promise-section div {
        width: 400px;
    }
    #promise-section picture {
        width: 400px;
        height: 267px;
    }
    #promise-section img {
        width: 400px;
        height: 267px;
        object-fit: cover;
        object-position: center;
    }

    /* 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;
    }

    /* Tourists Picture */
    #tourists-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Info Section */
    #info-section {
        width: 80%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }
    #info-section div {
        display: flex;
        flex-direction: row;
    }
    #info-article1, #info-article2 {
        width: calc(50% - 20px);
        margin: 10px;
        text-align: center;
    }

    /* Ladies Picture */
    #ladies-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Excursions Section */
    #excursions-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 60%;
        visibility: hidden;
    }

    /* Children Picture */
    #children-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Seminar Section */
    #seminar-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 60%;
        visibility: hidden;
    }

    /* Sustainable Section */
    #sustainable-section {
        width: 50%;
        padding: 10px;
        margin: 30px auto 3% auto;
        visibility: hidden;
    }

    /* Team Section */
    #team-section-cards-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #team-section h2 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        text-align: center;
        margin: 3%;
    }
    .team-section-card {
        margin: 10px;
        display: flex;
        flex-direction: column;
    }
    .team-section-card-text-container {
        width: 300px;
        height: 400px;
        display: none;
    }

    /* Contact Us Section */
    #contact-us-section {
        width: 50%;
        margin: 0px auto 3% auto;
        visibility: hidden;
    }

}