/* style.css */
html, body {
    overscroll-behavior: none;
    overflow-x: hidden;
}
body {
    cursor: url("/cursor.png"), auto;
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
}


.back-button {
    position: absolute;
    top: 20px; 
    left: 1%; 
    padding: 10px 20px; 
   
    color: #E0E0E0;
    text-decoration: none;
    font-size: 30px;
    border-radius: 5px;
    transition: background 0.3s ease;
    cursor: pointer;
    cursor: auto;
}

.back-button:hover {
 
}

body.no-scroll {
    overflow: hidden; 
}

.vertical-scroll {
    width: 70%;         
    padding-left: 25%;
    padding-top: 10%;
    height: auto;        
    object-fit: contain; 
    cursor: auto;

}

.container {
    position: relative;
    height: 100vh;  
    width: 100%;
    cursor: auto;
}

.draggable {
    position: absolute;
    cursor: pointer;
    width: 20%;  
    height: auto;
    user-select: none;  
    -webkit-user-drag: none;  
    -moz-user-drag: none;  
    -ms-user-drag: none;  
    z-index: 0;  
    visibility: hidden;  
    cursor: auto;
}

.visible {
    visibility: visible;  
    cursor: auto;
}

.fixed-image {
    position: fixed;  
    top: 3%;           
    left: 3%;          
    z-index: 9990;     
    width: 30%;     
    height: auto;   
    pointer-events: auto; 
    cursor: auto;
}

.fixed-container {
    position: fixed;
    top: 3%;
    left: 3%;
    z-index: 9990;
    width: 30%;
    height: auto;
    cursor: auto;

}



.image-inline {
    position: relative;
    transform: translateY(100px);
    top: 5%; 
    left: 40%;
    width: 50%;
    height: auto;
    z-index: 1; 
    cursor: auto;
}

.scroll-container {
    position: relative;
    width: 100vw;
    height: 600vh; 
    overflow-x: hidden;
    cursor: auto;
}

.scroll-wrapper {
    height: 300vh;
     padding-bottom: 50px;
     cursor: auto;
}

.horizontal-scroll {
    display: flex;
    position: fixed;
    top: 16%;
    left: 0;
    width: max-content; 
    transform: translateX(0);
    min-height: 150px;
    padding-left: 120px;
    gap: 50px; 
    cursor: auto;
}



.scroll-image {
    width: auto;
    max-height: 80vh;
    object-fit: contain;
    margin-bottom: 0; 
    cursor: auto;
}

.horizontal-scroll-wrapper {
    padding-bottom: 50px; 
    cursor: auto;
}

a {
    color: #d0d0d0; 
    text-decoration: none;
    cursor: auto;

}

a:hover {
    color: #ff6347;  
}

b {
    font-family: 'OpenSans';
    font-weight: lighter;
    color: #b3b3b3; 
    text-decoration: none;
    cursor: auto;
}

b:hover {
    color: #ff6347;  
}

a {
    color: #d0d0d0; 
    text-decoration: none;
    cursor: auto;
}

a:hover {
    color: #ff6347;  
}

@font-face {
    font-family: 'round';
    src: url('/style/fonts/gotham.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roundslim';
    src: url('/style/fonts/gothamslim.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/style/fonts/OpenSans.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'round';
    color: inherit;
    text-decoration: none !important;
}


  .hover-image {
            position: relative;
            display: inline-block; 
            text-decoration: none; 
                        z-index: 10; 

        }

        .hover-image img {
            display: none;
            position: fixed;
            top: 10%; 
            right: 6%;
            margin-right: 10px; 
            z-index: 10; 
            width: 600px; 
            height: auto;

        }

        .hover-image:hover img {
            display: block; 
        }

h1 {
    font-family: 'roundslim';
    font-size: 1.25vw;
    max-width: 50%;
    color: #999999;
    width: max-content;
    position: absolute; 
    top: calc(3% + 100%);
    margin-top: calc(25% + 15px);
    left: 0;
    opacity: 0.99;
    z-index: 9999;
    height: auto;
    white-space: nowrap;
    text-align: left; 
    backface-visibility: hidden; 
    -webkit-font-smoothing: antialiased; 
    cursor: auto;
}

/*h1 {
    font-family: 'roundslim';
    font-size: 1.8vw;
    max-width: 50%;
    color: #E0E0E0;
     width: max-content;
    position: absolute; 
    top: calc(3% + 100%);
    margin-top: calc(40% + 20px);
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    height: auto;
    white-space: nowrap;
    text-align: left; 
}
*/
h2 {
    font-family: 'OpenSans';
    font-weight: lighter;
    line-height: 1.25;
    font-size: 12pt;
    color: #b3b3b3;
    position: absolute; 
    top: calc(5% + 0%);
    margin-top: calc(10% + 20px);
    left: 15%;
    z-index: 10;
    width: 50%;
    height: auto;
    cursor: auto;
}

h3 {
    position: absolute; 
    top: calc(5% + 0%);
    margin-top: calc(10% + 20px);
    left: 15%;
    z-index: 1;
    max-width: 10%;
    height: auto;
    cursor: auto;
}

@media (min-width: 769px) {
    .horizontal-scroll {
        display: flex;
        position: fixed;
        top: 16%;
        left: 0;
        width: calc(200px * 20); 
        transform: translateX(0);
        overflow-x: visible;
        min-height: 150px;
        padding-left: 120px;
        gap: 150px;
        margin-bottom: 100px;
    }
.vertical-scroll {
        display: none !important; 
    }

}



@media (max-width: 768px) {
    .fixed-container {
        width: 50%;
    }
    h1 {
        font-size: 4vw;
        left: 5%;
    }

    h2 {
        font-size: 3.5vw;
        width: 60%;
        left: 28%;
        top: calc(10% + 0%);
        margin-top: calc(10% + 20px); 
    }

    h3 {
        font-size: 3.5vw;
        width: 60%;
        left: 28%;
        top: calc(10% + 0%);
        margin-top: calc(10% + 20px); 
    }

    .fixed-image {
        width: 55%;
    }
    .draggable {
        width: 40%;
    }

  .scroll-wrapper, 
    .horizontal-scroll {
        display: none !important; 
    }

  .image-inline {
        width: 100vw !important;
        max-width: 80% !important;
        height: auto !important;
        overflow: visible !important; 
        display: flex;
        flex-direction: column;
        align-items: flex-end; 
        margin-right: 50px;
    }

      .image-inline img {
        width: 100%;
        height: auto; 
        max-width: none; 
        display: block;
        object-fit: contain; 
    }

      .vertical-scroll img {
        width: 100%;
        height: auto; 
        object-fit: contain; 
    }

    .hover-image img {
           /* width: 80%;
            top: 50%;  */
            right: 5000%;
            display: none;
        }
}
}

