
/* **********************************************************
 * Customizing
 *
 * changes to default settings like colors, typography,
 * spacing can be made in default.css
 *
 * other custom settings, start below
 *
 * ********************************************************** */
@import "default.css";
 
* {
    line-height: 137%;
    font-weight: 10;
}

body {
    background-color: #E1E6DC;

}



.page-header,
.indiv-page-header{
    margin-top:40px;
    margin-left:60px;
}

.page-footer{
    margin-top:200px;
    margin-left:60px;
}


.main-title {
    text-align:left;
    font-size: clamp(3rem, 10vw, 3.5rem);
    margin: 0 auto;
    line-height: 1.5;
    line-height:90%;
    /* cursor: pointer; */
    transition: all 0.3s ease;
}

.body-text{
    width:60%;

}


h1{
    font-size:3rem;
    line-height:3.1rem;
    margin-top:10px;
}

h2{
    font-size:2.3rem;
    line-height:2.6rem;
}



.h3_subtext{
    margin-top:40px;
    text-align:left;
    margin-left:60px;
    width:50%;

}

h4{
    font-family: 'arial_1_by_10light';
    font-size:1.1rem;
    line-height:2.6rem;
}



p{
    font-family: 'arial_1_by_10light';
    font-size:1.1rem;
    line-height:28px;
    margin:0px;
}


.embed__video-container{
    margin-left:60px;
    margin-right:auto;
    width:100%;

}


.embed__video-container1{
    margin-top:40px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 800px;
}



.embed__video-container video,
.embed__video-container1 video {
    width: 100%;
    height: auto;
    display: block;
}

.video-caption {
    font-family: 'univers_elselight_';
    text-align: center;
    color: rgb(54, 54, 54);
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 0;
}

.embed__image-container-large {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1600px;
}

.embed__image-container-large img {
    width: 100%;
    height: auto;
    display: block;
}

.column-container{
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
    box-sizing: border-box;
}



.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.grid-item {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

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

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

/* Slideshow styles */
.slideshow-container {
    position: relative;
}

.slideshow-container .slideshow-image {
    display: none !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.slideshow-container .slideshow-image.active {
    display: block !important;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.slideshow-prev:hover,
.slideshow-next:hover {
    color:#d8d8d8;
}

.slideshow-prev {
    left: 10px;
}

.slideshow-next {
    right: 10px;
}

.slideshow-caption {
    font-family: 'univers_elselight_';
    position: absolute;
    top: 8px;
    left:10px;
    right: 0;
    text-align: left;
    color: rgb(54, 54, 54);
    font-size: 0.8rem;
    z-index: 15;
    margin: 0;
    padding: 5px;
    background-color: transparent;
}

/* On small screens, center and remove the right padding */
@media (max-width: 700px) {
    .column-container{
        justify-content: center;

    }
}


.type__content {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.column{
    margin-right:30px;
    align-items:center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.column{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0.25rem; /* further reduce internal spacing */
}

.two-column-layout{
    margin-right:0px;
    display: flex;
    flex: auto;
    width: auto; /* let container size to content */
     /* further reduce space between columns */
    align-items: start;
}

/* Images row used below the two-column text */
.images-row{
    display: flex;
    gap: 2rem;
    width: 100%;
    padding-right:50px;
    padding-left:50px;
    justify-content: flex-end;
    
}

.images-row-center{
    display: flex;
    gap: 2rem;
    align-content:center;
    
}

.images-row-center img{
    width:45%;
    height: auto;
    display: block;
    object-fit: cover;
}




.images-row img{
    width: 45%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Details section: left-aligned to match h1 */
.details-section{
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 60px;

.details-content{
    font-size: 1rem;
}
}
.details-content ul {
    font-family: 'arial_1_by_10light';
    list-style: none;
    margin: 0.5rem 0;
    padding: 0;
    line-height: 1.3;
}



.horizontal-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    margin: 40px 0;
    scrollbar-width: thin;
}

.horizontal-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.horizontal-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.horizontal-scroll-wrapper {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.horizontal-scroll-wrapper img {
    height: 400px;
    width: auto;
    flex-shrink: 0;
    user-select: none;
    pointer-events: none;
}

/* Two-column layout for details (e.g. Location / Time | Crowd / Noise / Application) */
/* (two-column details removed) */



    /* Make images inside the details section bigger on desktop and responsive */
    .details-section img {
        max-width: 50%;
        width: 50%;
        height: auto;
        display: inline-block;
        margin-right: 1rem;
    }

    /* medium screens */
    @media (max-width: 1200px) {
        .details-section img {
            width: 420px;
            max-width: 45%;
            margin-right: 0.75rem;
        }
    }

    /* smaller tablets */
    @media (max-width: 900px) {
        .details-section img {
            width: 320px;
            max-width: 50%;
            margin-right: 0.5rem;
        }
    }

    /* mobile */
    @media (max-width: 700px) {
        .details-section img {
            width: 100%;
            max-width: none;
            margin-right: 0;
            margin-bottom: 0.5rem;
        }
    }

/* Reduce padding/margins specifically inside the two-column section */
.body-text-2 .h3_subtext {
    margin-top: 8px;
    margin-left: 0;
    width: auto;
    font-size: 0.95rem;
}

/* Ensure h3 text fills its column and doesn't keep old width/margins */
.two-column-layout .h3_subtext,
.body-text-2 .two-column-layout .h3_subtext,
.column .h3_subtext {
    width: 90% !important;
    margin: 0 !important;
    padding: 0px !important;
    box-sizing: border-box;
}





/* .animation_wrapper{
    position:absolute;
    overflow: hidden;
    width: 100%;
}

.animation_slider{
    position:relative;
    white-space:nowrap;
    animation: slideText 17s linear infinite;
}


.animation_text{
    color: var(--content-font-color);
    position: relative;
    font-size: clamp(10rem, 7.5rem + 8vi, 15rem);
    white-space: nowrap;
    margin: 0;
    font-weight: 300;
    line-height: 0;
} */

@keyframes slideText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-90%);
    }
}





.sections-row {
    display: flex;
    gap: 20px;
    padding: 0 40px 0;

    margin-top: -20px;
}


.hover-zone {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 60px;
}

.sections-row1 {
    display: flex;
    gap: 20px;
    padding: 20px 40px 0;

    margin-top: auto;
    margin-bottom: 0;
}

.sections-row1 .section-item {
    padding-bottom: 0;
}

.sections-row1 h3 {
    margin: 0;
}

.sections-row2 {
    display: flex;
    padding: 0 40px 40px;
}


.section-item {
    justify-content: center;
    flex: 3;
    padding: 20px 30px 30px;


}

.section-item1 {
    justify-content: center;
    flex: 3;
    padding: 30px;
    padding-top:0px;
    

}


.section-item h2 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .sections-row {
        flex-direction: column;
    }
}

.scroll-indicator {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1000;
    cursor: pointer;
}

.arrow-down {
    font-size: 34px;
    color: rgba(0, 0, 0, 0.5);
    animation: bounce 2s infinite;
    display: block;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.trail-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9998;
}


.trail-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
}

.trail-item {
    position: absolute;
    width: 60px;
    height: 60px;
    object-fit: cover;
    opacity: 0;
    /* transform: scale(0.5); */
    transition: opacity 0.1s ease, transform 0.1s ease;
    pointer-events: none;
}

.back-button {
    display: block;
    position: fixed;
    right: 40px;
    top: 30px;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
    z-index: 10000;
}

.back-button:hover {
    color: rgb(91, 91, 91);
}

.bottom-images{
    margin-top:190px;
}

/* Clay grid with hover effect */
.clay-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

.clay-grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.clay-image-front,
.clay-image-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.clay-image-back {
    opacity: 0;
}

.clay-grid-item:hover .clay-image-front {
    opacity: 0;
}

.clay-grid-item:hover .clay-image-back {
    opacity: 1;
}