/* Basic Reset ====================================================== */
:root {
    --primary-color: #CE9464;
    --secondary-color: #1d1d1d;
    --dark-color: #1d1d1d;
    --light-color: #e0e0e0;
    --border-color: #333333;
    --input-bg: #2a2a2a;
    --success-color: #4CAF50;
    --error-color: #f44336;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.home-page * {
    cursor: none;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    background-color: #1D1D1D;
    color: #FFFFFF;
    overflow-x: hidden;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    cursor: none;
}


/* Cursor ============================================================ */
.cursor {
    pointer-events: none;
}

#cursor {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 48px;
        height: 48px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        border: solid 1px rgb(255, 255, 255);
        transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }

    #cursor.arrow::after {
        content: 'TIRER';
        bottom: 16px;
        position: absolute;
        transform: translate(-50%, -100%);
        font-size: 14px;
        color: white;
        font-weight: lighter;
    }

    #cursor.close::after {
        content: 'FERMER';
        bottom: 16px;
        position: absolute;
        transform: translate(-50%, -100%);
        font-size: 14px;
        color: white;
        font-weight: lighter;
    }

    #cursor.overlay::after {
        content: 'CLICK';
        bottom: 16px;
        position: absolute;
        transform: translate(-50%, -100%);
        font-size: 14px;
        color: white;
        font-weight: lighter;
    }

    #cursor.subtle .cursor__circle {
        width: 32px;
        height: 32px;
    }

    #cursor.small .cursor__circle {
        width: 16px;
        height: 16px;
    }

    #cursor.overlay .cursor__circle {
        width: 96px;
        height: 96px;
    }

    #cursor.close .cursor__circle {
        width: 96px;
        height: 96px;
        background-color: rgba(255, 255, 255, 0.212);
        border: none;
    }

    #cursor.arrow .cursor__circle {
        width: 96px;
        height: 96px;
    }
}

/* Scrollbar ========================================================== */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #1D1D1D;
    /* Thumb color and track color */
}

/* Title Section =================================================== */
.title-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background-image: url('../assets/StartPage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.title-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.title-section h1,
.title-section h2 {
    position: relative;
    z-index: 2;
    text-align: center;
}

.welcome-title {
    color: #CE9464;
    font-size: clamp(24px, 6vw, 64px);
    margin: 0;
}

.elite-title {
    font-size: clamp(32px, 8vw, 96px);
    margin-top: clamp(-12px, 8vw, -36px);
}

/* About Section ==================================================== */
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:
        140px calc(240px + max(0px, (100vw - 1920px) * 0.2)) 500px calc(240px + max(0px, (100vw - 1920px) * 0.2));
}

.about-content {
    flex: 1;
    color: #FFFFFF;
    position: relative;
    text-align: left;
    z-index: 1;
}

.about-title1,
.about-title2 {
    font-size: clamp(24px, 3vw, 64px);
}

.about-title2 {
    margin: clamp(-8px, 3vw, -38px) 60px 0;
}

.about-title-bar {
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #4d4d4d;
    z-index: 1;
}

.about-text {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 300;
    color: #FFFFFF;
    width: clamp(300px, 30vw, 620px);
    background-color: #1D1D1D;
    padding: 20px 0;
}

.about-content::before {
    content: '';
    position: absolute;
    width: clamp(500px, 50vw, 900px);
    height: clamp(500px, 50vw, 900px);
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    top: 50%;
    transform: translate(-45%, -50%);
    z-index: -1;
}

.about-title1::before {
    content: '01';
    font-size: clamp(64px, 10vw, 128px);
    position: absolute;
    width: clamp(200px, 50vw, 900px);
    height: clamp(700px, 50vw, 900px);
    top: 50%;
    opacity: 20%;
    transform: translate(-10%, -29%);
    z-index: -1;
}

* {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.about-carousel {
    z-index: 10;
}

.carousel-container {
    width: calc(579px + max(0px, (100vw - 2560px) * 0.7));
    height: calc(1056px - max(0px, (100vw - 2560px) * 0.1));
    max-width: 100vw;
    position: relative;
    margin: 40px 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-out;
    cursor: grab;
}

.carousel-track.dragging {
    transition: none;
    cursor: grabbing;
}

.carousel-slide {
    flex-shrink: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display: block;
}

.progress-containerX {
    width: calc(579px + max(0px, (100vw - 2560px) * 0.7));
    height: 1px;
    background: #686868;
    margin: 20px auto;
    position: relative;
}

.progress-barX {
    width: 100px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    transition: width 0.3s ease-out, transform 0.3s ease-out;
}

.progress-text1 {
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
    position: absolute;
    transition: transform 0.5s ease;
}

.progress-text2 {
    color: #686868;
    margin-top: 10px;
    font-size: 16px;
    right: 0;
    position: absolute;
    transition: transform 0.5s ease;
}

.carousel-message-end {
    position: absolute;
    opacity: 0;
    top: 80%;
    left: 10%;
    color: #FFFFFF;
    font-size: 20px;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.carousel-message-start {
    position: absolute;
    opacity: 0;
    top: 80%;
    right: 10%;
    color: #FFFFFF;
    font-size: 20px;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

/* Responsive behavior */
@media (max-width: 1000px) {
    .about-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 250px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0px;
    }

    .carousel-container {
        width: 300px;
        height: 600px;
    }

    .progress-containerX {
        width: 300px;
    }
}

/* Projects Section ============================================ */
.projects-section {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    flex-direction: column;
    margin:
        240px calc(240px + max(0px, (100vw - 1920px) * 0.2)) 0px calc(240px + max(0px, (100vw - 1920px) * 0.2));
}

.projects-content {
    flex: 1;
    color: #FFFFFF;
    position: relative;
    text-align: right;
    z-index: 1;
}

.projects-title {
    font-size: clamp(24px, 3vw, 64px);
}

.projects-title-bar {
    position: absolute;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #4d4d4d;
}

.projects-text {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 300;
    color: #FFFFFF;
    width: clamp(300px, 50vw, 900px);
    background-color: #1D1D1D;
    padding: 20px 0;
}

.projects-content::before {
    content: '';
    position: absolute;
    width: clamp(400px, 50vw, 750px);
    height: clamp(400px, 50vw, 750px);
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.projects-title::before {
    content: '02';
    font-size: clamp(64px, 10vw, 128px);
    position: absolute;
    width: clamp(350px, 50vw, 900px);
    height: clamp(800px, 50vw, 900px);
    top: 50%;
    opacity: 20%;
    transform: translate(-57%, -21%);
    z-index: -1;
    pointer-events: none;
}

.gallery-button-phone-size {
    font-size: clamp(14px, 1vw, 18px);
    display: inline-block;
    margin-top: 10px;
    padding: 6px 48px;
    border: 1px solid white;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: #1D1D1D;
  }
  
  .gallery-button-phone-size:hover {
    transform: scale(1.1);
  }

/* Responsive behavior */
@media (max-width: 1000px) {
    .projects-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 300px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0px;
    }
}

/* Carousel Section ==================================================== */
@media (max-width: 1000px) {
    .carousel-section {
        display: none;
    }
}

@media (min-width: 1000px) {
    .carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 500px 0px;
    }
    
    main {
        display: flex;
        flex-direction: row;
        position: absolute;
        pointer-events: none;
        padding-top: 40px;
        width: 100%;
        height: 720px;
        overflow-x: scroll;
        overflow: hidden;
        /*HIDES THE SCROLL BAR OF THE SLIDER*/
        position: relative;
        z-index: 10;
    }
    
    .item {
        width: 100%;
        height: 80%;
        margin: 40px;
        display: block;
        position: relative;
    }
    
    .thumb,
    .overlay-light {
        width: 500px;
        height: 500px;
        overflow: hidden;
    }
    
    .overlay-light {
        position: absolute;
        top: -50px;
        left: -30px;
        height: 500px;
        background: radial-gradient(circle at 50%, #fff 9%, rgba(255, 255, 255, 0.25) 48%, rgba(255, 255, 255, 0) 74%);
        opacity: 0;
        mix-blend-mode: overlay;
    }
    
    .thumb,
    .txt {
        pointer-events: none;
        color: #FFFFFF;
    }
    
    .txt {
        display: flex;
        justify-content: space-between;
    }
    
    img,
    .thumb,
    .txt {
        user-select: none;
        /* Prevents selection */
        -webkit-user-select: none;
        /* For Safari */
        -moz-user-select: none;
        /* For Firefox */
        -ms-user-select: none;
        /* For IE */
    }
    
    img {
        outline: none;
        /* Prevent outline when the image is clicked or focused */
        -webkit-user-drag: none;
        /* Prevents image dragging */
        tabindex: -1;
        /* Prevent focus */
    }
    
    .item-info {
        font-size: 20px;
        font-weight: 300;
        margin-top: 20px;
    }
    
    .bar {
        width: 350px;
        height: 1px;
        margin-top: 30px;
        background-color: #ffffff;
    }
    
    .hit {
        background: rgba(255, 255, 255, 0);
        width: 100%;
        height: 100%;
        position: absolute;
        top: -20px;
        left: -20px;
    }
    
    .progress-bar-container {
        width: 90%;
        height: 1px;
        background-color: #686868;
        display: flex;
    }
    
    .progress-bar2 {
        width: 250px;
        height: 100%;
        background-color: #ffffff;
    }
    
    .progress-bar-text {
        color: #ffffff;
        margin-top: 10px;
        font-size: 16px;
        position: absolute;
        left: 5%;
        transition: transform 0.5s ease;
    }
    
    .item img {
        transition: filter 2s ease;
    }
    
    .dimmer {
        filter: brightness(70%);
    }
}

/* Contact Section ===================================================== */
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:
        240px calc(240px + max(0px, (100vw - 1920px) * 0.2)) 300px calc(240px + max(0px, (100vw - 1920px) * 0.2));
}

.contact-content {
    flex: 1;
    color: #FFFFFF;
    position: relative;
    text-align: left;
    z-index: 1;
}

.contact-title {
    font-size: clamp(24px, 3vw, 64px);
}

.contact-title-bar {
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #4d4d4d;
}

.contact-text {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 300;
    color: #FFFFFF;
    width: clamp(300px, 50vw, 620px);
    background-color: #1D1D1D;
    padding: 20px 0;
}

.contact-content::before {
    content: '';
    position: absolute;
    width: clamp(350px, 50vw, 620px);
    height: clamp(350px, 50vw, 620px);
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    top: 50%;
    transform: translate(-32%, -55%);
    z-index: -1;
}

.contact-title::before {
    content: '03';
    font-size: clamp(64px, 10vw, 128px);
    position: absolute;
    width: clamp(200px, 50vw, 900px);
    height: clamp(620px, 50vw, 900px);
    top: 50%;
    opacity: 20%;
    transform: translate(-10%, -29%);
    z-index: -1;
}

.contact-info {
    color: #CE9464;
    font-size: clamp(14px, 2vw, 32px);
    text-align: right;
    padding-bottom: 150px;
}

.contact-info2 {
    margin: clamp(-5px, 8vw, -10px);
}

/* Responsive behavior */
@media (max-width: 1000px) {
    .contact-section {
        flex-direction: column;
        text-align: center;
        margin-top: 350px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 100px;
    }

    .contact-info {
        padding-top: 50px;
        margin-left: 100px;
    }
}

/* Navigation ======================================================= */
header nav ul {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 1rem;
}

header nav ul li {
    margin: 0 1rem;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
}

.lang-toggle {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 20px;
    font-weight: 500;
}

/* Hero ============================================================= */
#hero {
    background: #333;
    color: #fff;
    padding: 4rem 2rem;
}

/* Footer =========================================================== */
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 20px;
    height: 100vh;
    background-color: #161616;
}

.thanks-title {
    color: #CE9464;
    font-size: clamp(24px, 6vw, 64px);
    margin: 0;
}

.elite-footer-title {
    font-size: clamp(32px, 6vw, 96px);
    margin-top: clamp(-6px, 8vw, -36px);
}

.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px; /* Puts the credits at the bottom */
    width: 100%;
}

.credits-title {
    font-size: clamp(14px, 3vw, 24px);
    font-weight: bold;
}

.credits-title .highlight {
    color: #CE9464;
}

.credits-date-title {
    font-size: clamp(14px, 3vw, 24px);
    font-weight: bold;
    color: #686868;
    position: absolute;
    right: 20px;
}

/* Position the back-to-top button */
.back-to-top {
    display: none; /* Remove this if you want to keep it visible */
    margin-top: 20px;
    text-align: center;
}


/* Animation ========================================================= */
/* Left animation */
.slide-animation-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1.2s ease-out, transform 0.8s ease-out;
}

.slide-animation-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-animation-left.hidden-left {
    opacity: 0;
    transform: translateX(-100px);
}

.slide-animation-left.hidden-right {
    opacity: 0;
    transform: translateX(100px);
}

/* Right animation */
.slide-animation-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1.2s ease-out, transform 0.8s ease-out;
}

.slide-animation-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-animation-right.hidden-left {
    opacity: 0;
    transform: translateX(-100px);
}

.slide-animation-right.hidden-right {
    opacity: 0;
    transform: translateX(100px);
}

/* Vertical animations */
.slide-animation {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-animation.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-animation.hidden-bottom {
    opacity: 0;
    transform: translateY(100px);
}

.slide-animation.hidden-top {
    opacity: 0;
    transform: translateY(-100px);
}





.map-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:
        250px calc(240px + max(0px, (100vw - 1920px) * 0.2)) 300px calc(240px + max(0px, (100vw - 1920px) * 0.2));
}

.map-section {
    cursor: none;
}

.map-info {
    flex: 1;
    color: #FFFFFF;
    position: relative;
    text-align: left;
    z-index: 1;
}

.map-title {
    font-size: clamp(24px, 3vw, 64px);   
    z-index: 1;
}

.map-title-bar {
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #4d4d4d;
}

.map-text {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 300;
    color: #FFFFFF;
    width: clamp(300px, 50vw, 620px);
    background-color: #1D1D1D;
    z-index: 1;
    position: relative;
    margin: 20px 0;
}

.map-details {
    font-size: clamp(14px, 1vw, 18px);
    background-color: #252525;
    padding: 20px;
    padding-left: 25px;
    border-left: 5px solid #CE9464;
    width: 100%;
    margin-top: 20px;
}

.map-details p {
    margin: 10px 0;
}

.map-display {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

#map {
    height: 600px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Responsive behavior */
@media (max-width: 1500px) {
    .map-section {
        flex-direction: column;
        text-align: center;
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .map-display {
        padding-top: 50px;
    }

    .map-details {
        margin: 0 auto;
        text-align: left;
    }

    #map {
        width: clamp(300px, 50vw, 620px);
    }

}

@media (max-width: 700px) {
    .show {
        display: none;
    }
}



/*Form Section ======================================================== */
.forms-section {
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-header::before {
    content: '';
    position: absolute;
    width: clamp(500px, 50vw, 820px);
    height: clamp(500px, 50vw, 820px);
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    transform: translate(-10%, -35%);
    z-index: -1;
}

.form-section {
    width: clamp(300px, 60vw, 1000px);
    background-color: var(--dark-color);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #333;
}

.form-header {
    background-color: var(--secondary-color);
    color: var(--light-color);
    padding: 1.5rem;
    text-align: center;
    border-bottom: 2px solid var(--primary-color);
}

.form-header h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.form-header p {
    opacity: 0.9;
}

.form-body {
    padding: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--light-color);
}

input,
select,
textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: var(--input-bg);
    color: var(--light-color);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(206, 148, 100, 0.2);
}

textarea {
    min-height: 120px;
    max-height: 360px;
    overflow: auto;
    resize: vertical;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-col {
    flex: 1;
    padding: 0 10px;
    min-width: 200px;
}

.required:after {
    content: '*';
    color: var(--error-color);
    margin-left: 4px;
}

.checkbox-group {
    margin-top: 1rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.checkbox-label input {
    width: auto;
    margin-right: 10px;
    accent-color: var(--primary-color);
}

.submit-btn {
    background-color: var(--primary-color);
    color: #121212;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}

.submit-btn:hover {
    background-color: #b37a4c;
}

.form-footer {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #999;
}

.form-footer a {
    color: var(--primary-color);
    text-decoration: none;
}

.form-footer a:hover {
    text-decoration: underline;
}

.form-info {
    background-color: rgba(206, 148, 100, 0.1);
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--primary-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .form-col {
        flex: 100%;
        margin-bottom: 1rem;
    }

    .form-body {
        padding: 1.5rem;
    }
}



/* Hide header if smaller than 1500px */
@media (max-width: 1000px) {
    header {
        display: none;
    }
}

@media (min-width: 1000px) {
    /* Initially hide header */
    header {
        position: fixed;
        top: -100px;
        /* Start offscreen */
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        transition: top 0.5s ease-in-out;
        z-index: 100;
        padding: 15px 0;
        text-align: center;
    }

    header nav ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 0;
        margin: 0;
    }

    header nav ul li {
        display: inline-block;
    }

    header nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 600;
    }

    /* Navigation Styling */
    nav ul {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 40px;
        padding: 0;
    }

    nav ul li {
        position: relative;
    }

    nav ul li a {
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        color: white;
        padding: 10px 15px;
        transition: color 0.3s ease, transform 0.2s ease;
        position: relative;
    }

    nav ul li a:hover {
        color: #CE9464;
        transform: scale(1.1);
    }

    nav ul li a:hover::after {
        width: 100%;
        left: 0;
    }
}






.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.gallery-work-in-progress {
    color: #CE9464;
    font-size: 48px;
}

.gallery-work-in-progress2 {
    font-size: 32px;
    margin-top: -16px;
    margin-bottom: 50px;
}

.back-button {
    color: #FFFFFF;
}