@charset "UTF-8";
@import '../stickyNavigation.css';
@import '../hero2.css';
@import '../footer.css';

/* SIGHTSEEING */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */

.top-title {
    font-size: 36px;
    color: #144738;
    font-weight: 200;
    text-align: center;
    font-family: 'Zen Old Mincho';
}

.tag-container {
    justify-content: center;
}

.top-selector {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
    padding: 100px 40px;
    padding-bottom: 0px;
    gap: 50px;
}

.see-more-button {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0;
    font-family: 'Zen Old Mincho';
    padding: 5px;
    border: solid 1px;
    transition: 1s;
    width: 100%;
    height: 42px;
    letter-spacing: 0.1em;
    background-color: rgba(20, 71, 56, 1);
    font-size: var(--desktop-subtitle-size);
    margin-top: 15px;
}

.see-more-button:hover {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #144738;
    background-color: transparent;
    transition: 0.5s;
    border: solid rgba(20, 71, 56, 1) 1px;
}

.tag-item {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #144738;
    border-radius: 50px;
    font-family: 'Zen Old Mincho';
    padding: 10px;
    border: solid 1px;
    transition: 1s;
    width: fit-content;
    /* Auto width based on content */
    height: 20px;
    letter-spacing: 0.1em;
    background-color: transparent;
    font-size: 11px;
    white-space: nowrap;
    /* Ensures text doesn't wrap */
}

.tag-selector {
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #144738;
    border-radius: 50px;
    font-family: 'Zen Old Mincho';
    padding: 15px;
    border: solid 1px;
    transition: 0.5s;
    width: fit-content;
    /* Auto width based on content */
    height: 20px;
    letter-spacing: 0.1em;
    background-color: transparent;
    font-size: 16px;
    white-space: nowrap;
    /* Ensures text doesn't wrap */
}

.active3 {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(20, 71, 56, 1);
    transition: 0.5s;
    border: solid rgba(20, 71, 56, 1) 1px;
}

@media (hover: hover) and (pointer: fine) {
    .tag-selector:hover {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: rgba(20, 71, 56, 1);
        transition: 0.5s;
        border: solid rgba(20, 71, 56, 1) 1px;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* two equal-width columns */
    gap: 40px 40px;
    /* row-gap, column-gap */
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 100px 40px;
    box-sizing: border-box;
}

/* GENERAL FORMATTING FOR CONTAINER SECTIONS */
.sight-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    position: relative;
    z-index: 2;
    margin: auto;
    height: 100%;
    gap: 10px;
    padding: 20px;
    width: 100%;
    /* replaces 100vw */
    box-sizing: border-box;
    /* makes padding behave predictably */
    overflow: hidden;
    /* optional: prevents overflow from content */
}

.grow-desktop {
    flex-grow: 1;
}

.grow-mobile {
    flex-grow: 0;
}

.sight-container.hidden {
    display: none;
}

.sight-thumbnail {
    width: 100%;
    height: 250px;
    /* fixed height, not just max-height */
    overflow: hidden;
    position: relative;
}

.sight-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* container for image on the right, text on the left section */
.sight-item {
    padding: 100px 40px;
    display: flex;
    flex-direction: row-reverse;
    max-width: 900px;
    width: 100%;
    height: auto;
    align-items: center;
    justify-self: center;
    justify-items: center;
    gap: 5%;
    overflow: hidden;
}

.facility-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

/* two items in container */
.sight-thumbnail {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sight-tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

p {
    margin: auto;
    width: 100%;
    font-family: 'Zen Old Mincho';
    color: #333333;
    font-size: var(--desktop-paragraph-size);
    padding-top: 10px;
    padding-bottom: 10px;
}

.sight-title {
    font-family: 'Zen Old Mincho';
    color: rgba(20, 71, 56, 0.8);
    font-weight: 100;
    letter-spacing: 0.1em !important;
    white-space: nowrap;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
}


li {
    font-family: 'Zen Old Mincho';
    font-size: var(--desktop-paragraph-size);
}

/* TABLET */
/* --------------------- */
/* --------------------- */
/* --------------------- */
@media (max-width: 1024px) and (min-width: 768px) {
    .sight-title {
        font-size: var(--tablet-title-size);
    }

    .sight-date {
        font-size: var(--tablet-paragraph-size);
    }

    .sight-content {
        font-size: var(--tablet-font-size);
    }
}

/* PHONE */
/* --------------------- */
/* --------------------- */
/* --------------------- */
@media (max-width: 767px) {
    .sight-tags {

    }

    .sight-container .sight-tags {
        height: 50px;
            gap: 5px;
    }
    .grow-mobile {
        flex-grow: 1;
    }

    .grow-desktop {
        flex-grow: 0;
    }
    
    .see-more-button {
        font-size: var(--mobile-subtitle-size);
    }

    .grid-container {
        padding: 10vw 4vw;
        gap: 10px 10px;
    }

    .sight-title {
        font-size: var(--mobile-subtitle-size) !important;
        white-space: wrap;
    }

    .sight-thumbnail {
        max-height: 150px;
    }

    .description p {
        display: none;
    }

    .grid-container {
        padding: 10vw 4vw;
    }

    h1,
    h2 {
        font-size: var(--mobile-title-size) !important;
    }

    li {
        font-size: var(--mobile-font-size);
    }

    .sight-text {
        width: 100%;
    }

    .sight-container {
        padding: 4vw 4vw;
    }

    .sight-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        width: 100%;
        margin: auto;
    }

    .sight-thumbnail {
        width: 100%;
    }

    .facility-text {
        width: 100%;
    }

    .sight-title {
        font-size: var(--mobile-title-size);
    }

    .sight-date {
        font-size: var(--mobile-paragraph-size);
    }

    .sight-content {
        font-size: var(--mobile-font-size);
    }
}