/*****************    BRUNSZVIK ADDONS    *****************/

footer {
    background-color: var(--brunszvik-dark-brown);
    color: var(--brunszvik-light-brown);
    padding-top: 80px;
}

footer .footer-end-title img {
    width: 380px;
}

footer .social-media-section {
    font-size: 30px;
    font-weight: bold;
}
footer .social-media-section .related-site {
    font-size: 20px;
}
footer .social-media-section br{
    display: none;
}

footer .social-media-icons {
    font-size: 38px;
    margin-top: 5px;
}

footer a:hover {
    opacity: 0.5;
}
footer .gallery-image-container a:hover {
    opacity: 1;
}

footer a {
    color: var(--brunszvik-light-brown);
}

footer .gallery-container {
    margin-top: 70px;
    position: relative;
}

footer .gallery-section {
    margin-bottom: 30px;
}

.gallery-title {
    margin-left: 20px;
    margin-bottom: 40px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--brunszvik-medium-brown);
}

footer .gallery-arrows a {
    color: var(--brunszvik-medium-brown);
}

footer .gallery-arrows {
    font-size: 30px;
    position: absolute;
    right: 40px;
    top: 7px;
}

/* Gallery container */
.gallery-image-container {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: auto;
    overflow: hidden;
    position: relative;
    background: var(--brunszvik-dark-brown);
}

/* Gallery wrapper for smooth scrolling */
.gallery-image-container .gallery-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}
.gallery-image-container .gallery-wrapper::-webkit-scrollbar {
    display: none;
}

/* Gallery */
.gallery-image-container .gallery {
    display: flex;
    transition: transform 1s ease-in-out;
    /*transform: translateX(120px);*/
    margin-left: 10%;
}

.gallery-image-container .gallery .image {
    width: 100%; /* Adjust width as needed (e.g., 600px) */
    aspect-ratio: 5 / 4; /* Forces 3:2 ratio */
    overflow: hidden; /* Optional: Hide overflow if image is larger */
}

.gallery-image-container .image-div {
    width: 100%;
    max-width: 600px;
}

/* Gallery images */
.gallery-image-container .gallery img {
    margin: 0 4px;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    width: 550px;
}


.footer-end-title, .footer-end-email {
    text-align: center;
}
.footer-end-title {
    font-size: 45px;
}
.footer-end-email {
    margin-top: 40px;
    margin-bottom: 50px;
}
.footer-end-email a {
    font-size: 20px;
    text-decoration: none;
    font-family: "Roboto Condensed", Calibri, sans-serif;
}
.footer-end-section {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .footer-end-section {
        margin-top: 100px;
    }

    .footer-end-title {
        font-size: 40px;
    }
}

.footer-end-menu {
    justify-self: center;
    padding: 4px 0;
    flex-wrap: wrap;
}
.footer-end-menu a {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

.nav-line {
    height: 1px;
    background-color: #c4b5a7; /* Light Beige */
    margin: 3px auto;
    width: 80%;
}
.privacy-policy-link {
    display: none;
}
footer {
    background-image: url("/frontend/web/images/background-layer-light-opacity.png");
    background-repeat: no-repeat;
    background-position: 75% -7%;
}
.mail-icon {
    margin-top: -4px;
    margin-right: 6px;
}

.footer-end-copyright {
    margin-top: 70px;
    margin-bottom: 15px;
    width: 80%;
    justify-self: center;
    font-size: 12px;
    font-weight: 300;
}

.copyright-privacy-policy, .copyright-text {
    font-family: "Roboto Condensed", Calibri, sans-serif;
}
.footer-dark .copyright-privacy-policy,
.footer-dark .copyright-text,
.footer-dark .social-media-title,
.footer-dark .social-media-icons a i,
.footer-dark .copyright-text b
{
    color: var(--brunszvik-light-brown);
}
.gallery-arrows a i {
    color: var(--brunszvik-medium-brown);
}
.copyright-text b {
    font-weight: 700;
}
.footer-end-copyright {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .nav-line {
        display: none;
    }
    .footer-end-menu {
        flex-direction: column;
        margin-top: 70px;
    }
    .privacy-policy-link {
        display: inline-block;
    }
    .copyright-privacy-policy {
        display: none;
    }
    .copyright-text {
        text-align: center;
        float: none !important;
    }

    footer .gallery-arrows  {
        right: 10px;
        font-size: 26px;
        top: 11px;
    }

    footer .gallery-section {
        margin-bottom: 5px;
    }

    footer {
        background-image: none;
    }
    .gallery-image-container .gallery img {
        width: 420px; /* Adjust size */
    }
    footer .social-media-section {
        font-size: 24px;
    }
    footer .social-media-section .related-site {
        font-size: 18px;
    }
    footer .social-media-section br{
        display: inline-block;
    }
    .social-media-title {
        margin-bottom: 20px;
    }
    footer .gallery-container {
        margin-top: 50px;
    }
    .gallery-image-container .image-div {
        max-width: 85%;
    }
    .gallery-image-container .gallery {
        margin-left: 15px;
    }
    footer .footer-end-title img {
        width: 280px;
    }
}


.footer-light, .footer-light a {
    background-image: none;
    background-color: var(--brunszvik-light-brown);
    color: var(--brunszvik-dark-brown);
}

.footer-light .footer-end-menu a, .footer-light .copyright-text, .footer-light .copyright-privacy-policy {
    font-weight: 400;
}

/*****************    BRUNSZVIK ADDONS    *****************/