/* cache test */

[type=button], [type=reset], [type=submit], button {
    /* Remove webkit-appearance */
    /* -webkit-appearance: button; */
}

#logo {
    color: #555;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    z-index: 1000;
}

hr {
    border-top: 0.8px solid #707070;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff; /* Very light grey background for the page */
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

header, header2, header3 {
    padding-left: 5%;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    /*padding-top: 2%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    background-color: #ffffff;
    color: #fff;
    border-bottom: 0.8px solid #707070;
}

header2 {
    color: #D3D3D3; 
/*   padding: 20px;
   padding-top: 5%;*/
    display: flex;
    justify-content: center; /* Center the items horizontally */
    align-items: center;
    margin: 0 auto; /* Center the header by setting left and right margins to auto */
}

.footer {
    /*background-color: #333; */
    margin-top: 5%;
    padding: 0% 8%;
    display: flex;
    justify-content: flex-end; 
    align-items: right; /* Center items vertically */
    color: #707070;
    padding-top: 2%;
}

.footer2 {
    /*background-color: #333; */
    display: flex;
    justify-content: flex-end; 
    align-items: right; /* Center items vertically */
    color: #707070;
    padding-top: 1%;
    padding-bottom: 1%;
}

.footer3 {
    /*background-color: #333; */
    display: flex;
    justify-content: center; 
    flex-direction: column;
    /*align-items: right;  */
    color: #707070;
    padding-top: 4%;
    padding-bottom: 1%;
    padding-right: 1%;
    text-align: center;
}

p {
    font-size: 0.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* Ensure the light weight */
    font-style: normal;
    color: #ffffff;
    line-height: 1.5;
    text-align: left;
}

p2 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* Ensure the light weight */
    font-style: normal;
    color: #707070;
    line-height: 1.5;
    padding-left:0%;
    text-align: left;
}

.p3 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* Ensure the light weight */
    /*font-style: normal;*/
    color: #707070;
    line-height: 1.5;
    box-sizing: border-box;
    padding-right: 20%;
}

.p4 {
    font-size: 0.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* Ensure the light weight */
    font-style: normal;
    color: #ffffff;
    line-height: 1.5;
    padding-left:60%;
    padding-right:5%;
    text-align: left;
}

.p5 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* Ensure the light weight */
    /*font-style: normal;*/
    color: #707070;
    line-height: 1.5;
    box-sizing: border-box;
    text-decoration: none;
}

.p-about{
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* Ensure the light weight */
    /*font-style: normal;*/
    color: #707070;
    line-height: 1.5;
    box-sizing: border-box;
    /*padding-right: 20%;*/
}

h2 {
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #ffffff;
    line-height: 1.5;
    padding-left: 60%;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
        font-weight: 200;
    color: #5F5F5F;
    line-height: 1.5;
    padding: 0%;
    margin: 0%;
    padding-left: 0%;
    text-align: left;
    text-transform: uppercase;
}

h4 {
    font-size: 1.4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #707070;
    line-height: 1.5;
    padding: 0%;
    margin: 0%;
    margin-bottom: 3%;
    padding-left: 0%;
    text-align: left;
    text-transform: uppercase;
}

button {
    font-size: 0.8em;
    font-family: Roboto, sans-serif; /* Specify fallback fonts */
    font-weight: 300;
    color: #272727;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
    max-width: 100%;
    align-self: left;
    margin-left: 60%;
    margin-top: 3%;
    z-index: 3;
}

button:hover {
    cursor: pointer;
}

nav {
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: #D3D3D3;
    transition: color 0.3s;
    font-size: 1em;
}

nav a:hover {
    color: #777;
}

nav b {
    text-decoration: none;
    color: #777;
    transition: color 0.3s;
    font-size: 1em;
    font-weight: normal;
}

nav b:hover {
    color: #777;
    cursor: pointer;
}

nav c {
    text-decoration: none;
    color: #777;
    transition: color 0.3s;
    font-size: 1em;
    font-weight: normal;
}

/*The following is new content for the PROJECT pages*/
header3 {
    color: #D3D3D3; 
    /*padding: 20px;*/
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    margin: 0 auto; /* Center the header by setting left and right margins to auto */
}

/*Header for CUSTOM page*/
header4 {
    color: #D3D3D3; 
    /*padding: 20px;*/
    /*padding-top: 3%;*/
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    margin: 0 auto; /* Center the header by setting left and right margins to auto */
}

/*#Navigate {
    display: flex;
    justify-content: space-between;
    bottom: 5%;
    width: 100%;
    padding: 10px;

}*/
.bb{
    
    color: #D3D3D3;
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;

}

#no-underline{
    text-decoration: none;
}



nav .bb {
    float: left;
    text-align: left;
    transition: color 0.3s;
    cursor: pointer;
}

nav bb:hover {
    color: #777;
    cursor: pointer;
}

/*nav .bc {
    text-decoration: none;
    color: #D3D3D3;
    transition: color 0.3s;
    font-size: 0.8em;
    font-weight: normal;
    left: -15%;
    position: relative;
}*/
nav .bc {
    float: right;
    text-align: left;
    color: #D3D3D3;
    transition: color 0.3s;
    font-size: 0.8em;
    font-weight: normal;
}

nav bc:hover {
    color: #777;
    cursor: pointer;
}

/*MORE LIKE THIS*/
bd {
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-top: 2%;
    width: 100%;
    padding-left: 8%;
    text-align: left;
    text-decoration: none;
    color: #707070;
    transition: color 0.3s;
    font-size: 1.2em;
    font-weight: 300;
    transform: uppercase;
}

.social-icons {
    display: flex; /* Use flexbox layout */
    justify-content: flex-end;
}

.social-icons2 {
    display: none; /* Use flexbox layout */
    justify-content: flex-end;
}

.icon-button {
    margin-left: 20%; /* Add spacing between the icon buttons */
    color: #AAA19F; /* Icon color */
    font-size: 1.8em; /* Icon size */
    text-decoration: none; /* Remove default underline for links */
    position: relative;
    float: right;
    align-self: flex-end;
}

.icon-button2 {
    margin-left: 20%; /* Add spacing between the icon buttons */
    color: #AAA19F; /* Icon color */
    font-size: 1.8em; /* Icon size */
    text-decoration: none; /* Remove default underline for links */
    position: relative;
    float: right;
    align-self: flex-end;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__slide {
  opacity: 1;
}

.splide {
  width: 100%; /* Set the width of the slider container */
  height: auto; /* Set the height of the slider container to 50% of the viewport height */
}

.splide__slide.is-active {
    opacity: 1;
    box-shadow: none !important;
    border: none !important;
/*    border-color: transparent !important;*/
    outline: none; /* Remove any outline */ 

}

.splide__arrow--prev {
    left: 10px; /* Adjust as needed */
}

.splide__arrows--ttb .splide__arrow--next svg {
    bottom: 50%;
    right: 20px; /* Adjust as needed */
}

.container {
    display: flex;
    overflow: hidden;
    width: 100%;
}



.container2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12vw, 1fr));
    gap: 20px;
    margin: 0.5% 0%;
    padding-left: 8%; 
    padding-right: 8%;
}

.container-privacy {
    display: flex;
    justify-content: left;
    overflow: hidden;
    width: 100%;
}

.container-morelikethis {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15vw, 1fr));
    gap: 20px;
    margin: 0.5% 0%;
    padding-left: 8%; 
    padding-right: 8%;
    padding-bottom: 5%;
}
.container-footer {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.gallery2, .text {
    width: 50%;
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
    padding: 2%; /* Adjust padding as needed */
    padding-left: 10%;
}

.gallery2 {
    float: left;
}

.large-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s; /* Smooth transition for hover effect */
    overflow: hidden;
}

.large-image:hover {
}

.gallery-container {
    margin-left: 8%;
    margin-right: 2%;
    margin-top: 3%;
    width: 34vw;
    display: flex;

}

.youtube-container {
    margin-left: 8%;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 34vw;
    display: flex;

}


.thumbnail-container {
    margin-top: 3%;
    margin-right: 5%;
    display: flex;
    flex-direction: column; /* Thumbnails stacked vertically */
    align-items: flex-start; /* Align thumbnails to the start of the container */
}

.thumbnail {
    margin-right: 2px; /* Adjust spacing between thumbnails */
    cursor: pointer; /* Change cursor to pointer on hover */
}

.text {
    width: 60%;
    box-sizing: border-box;
    margin-left: 0%;
    padding-left: 3%;
    padding-right: 30px;
    float: left;
    /*margin-left: 20px;*/
    padding-top: 3%;
    color: #777;
}

/*The next bit was made for the HOME page.*/
.textTitle {
    padding-left: 20px;
}


.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(19vw, 1fr));
    gap: 0px;
    margin: 2% 0%;
}

.galleryCustom {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12.5vw, 1fr));
    /*grid-template-rows: repeat(auto-fill, minmax(7vw, 1fr));*/
    gap: 10px;
    /*margin: 2% 0%;*/
    margin-left: 5%;
    margin-right: 5%;
}

.image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%; /* Set a fixed height for consistent cropping */
}

.image3 {
    position: relative;
    float: left;
    width: 20%;
    padding-bottom: 0%;
    margin: 1.66%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    aspect-ratio: 1.016;
}

.image.large {
    grid-row: span 2; /* Span 2 rows for all expanded images */

    /* Use media query to target the 4th and 5th columns for specific styling */
    grid-column: span 3; /* By default, span 3 columns */
/*    pointer-events: none;*/
    aspect-ratio: 3/2;
    cursor: default;
}

.image.large img {
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
}

.image.large.clicked img {
    z-index: 0.9;
    opacity: 0.99;
}

.image.large.clicked .hover-text {
    display: none;
}

.image.large.clicked {
    z-index: 0.9;
    opacity: 0.99;
}

.image:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    opacity: 0.7;
    z-index: 1;
}


.hover-text {
    position: absolute;
    top: -9999px; /* Move the text off-screen */
    left: -9999px; /* Move the text off-screen */
    color: #FFFFFF; /* Text color */
    text-align: center;
    font-size: 1.2em; /* Adjust font size as needed */
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2; /* Ensure the text is above the overlay */
}

.image:hover .hover-text {
    position: absolute;   
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF; /* Text color */
    text-align: center;
    font-size: 1.2em; /* Adjust font size as needed */
    font-family: 'Roboto', sans-serif;
    font-weight: 300; 
    text-transform: uppercase;
    z-index: 2; /* Ensure the text is above the overlay */

}

.image.large:hover::before {
    opacity: 0;
}

.image2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%; /* Set a fixed height for consistent cropping */
}

.image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.image2:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    opacity: 0.7;
    z-index: 1; /* Ensure the overlay is above the image */
}

.image2:hover .hover-text {
    position: absolute;   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF; /* Text color */
    text-align: center;
    font-size: 1.2em; /* Adjust font size as needed */
    font-family: 'Roboto', sans-serif;
    font-weight: 300; 

    z-index: 2; /* Ensure the text is above the overlay */

}

/* Additional styles for hovertext */
.hover-text {
    display: block;
    opacity: 0.7; /* Adjust text opacity as needed */
    line-height: 1.5;
    
}

.details {
    position: absolute;
    top: 0;
    left: 0%;
    text-align: left;
    opacity: 0;
    background-color: rgba(33, 33, 33, 0.6);
    color: #ffffff;
    font-weight: normal;
    font-size: 1.5em;
    padding-right: 15%; /* Adjust the right padding as needed */
    padding-top: 15%;
    height: 80%;
    width: 80%; /* Adjust the width as needed */
    grid-row: span 1;
}

.image.large.clicked .details {
    z-index: 10;
}

.image.clicked .details {
    opacity: 1;
}

.image.large .details {
    width: 100%;
}

.gallery.expanded .image {
    grid-column: span 3; /* Take the space of three columns when expanded */
}

.gallery.expanded .image:not(.large) {
    grid-row: span 1; /* Regular height for non-expanded images */
}

.gallery-container2 {
    margin-left: 5%;
    margin-right: 2%;
    margin-top: 3%;
    margin-bottom: 15%;
    width: 25vw;
    display: flex;
    flex-direction: column;
}

.image4 img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
    aspect-ratio: 1;
}

.contact-container-left {
    width: 50vw;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
}

.contact-container-right {

    width: 50vw;
    text-align: left;
    padding-right: 5%;
}

.form-container {
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
}


#mc_embed_shell{
    padding-right: 100px;
}

label {
    display: block;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* Ensure the light weight */
    font-style: normal;
    color: #000000;
    line-height: 1.5;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
/*    border-radius: 5px;*/
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /* Adjust the height as needed */
    height: 150px;
}

button.submit{
    background-color: #B7B7B7;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-left: 0%;
    margin-top: 0%;
    font-size: 0.8em;
    font-family: Roboto, sans-serif; /* Specify fallback fonts */
    font-weight: 300;
}

.icon-button-contact {
    margin-left: 0px; /* Add spacing between the icon buttons */
    margin-right: 8px; /* Add spacing between the icon buttons */
    color: #AAA19F; /* Icon color */
    font-size: 1.4em; /* Icon size */
    text-decoration: none; /* Remove default underline for links */
/*    position: relative;*/
    right: 10%;
    float: right;
}

/*MEDIA SCREEN SMALLER*/
.mobile-menu {
    display: none;
    position: relative;
    right: 50px;
    color: #D3D3D3;
    font-size: 1.4em;
    z-index:1000;
}

.menu-down {
    display: none;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 65px;
    top: 22px;
    background-color: #FFFFFF;
    margin: 2%;
    margin-top: 4%;
    text-align: right;
    padding: 5px;
    transition: opacity 0.8s ease;
    z-index: 100;
}

.menu-down.active {
    display: flex;
    flex-direction: column; 
    transition: opacity 0.8s ease;
    width: 100%;
    top: 0px;
    right: 0px;
    margin-top: 0;
    padding-top: 50px;
    padding-right: 72px;
}

.filterHeader {
    display: flex;
}

#filterHeader{
   padding: 15px;
   padding-top: 5%;
}

.filterHeader2 {
  display: none;
  flex-direction: column; /* Set flex direction to column */ 
  gap: 5px; 
  z-index: 101;
}

.hr2 {
    border-color: #D3D3D3;
}

.container-mobile {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    height: auto; /* Adjust the height as needed */

}

.container-mobile-footer {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: left;
}

.thumbnail-container-mobile {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; /* Align thumbnails to the start of the container */
    padding-top: 0%;
}

.text-mobile {
    position: relative;
    width: 90%;
    margin-left: 0%;
    padding-left: 5%;
    padding-right: 5%;
    /*margin-top: 5%;*/
    flex: 1;
    padding-bottom: 30px;
}

#horizontal-slider .splide__arrow {
    position: absolute; /* Position arrows absolutely */
    top: 50%; /* Position arrows vertically at the center */
    transform: translateY(-50%); /* Adjust vertical alignment */
    z-index: 999; /* Ensure arrows are above other elements */
}

#horizontal-slider .splide__arrow--prev {
    left: -55%; /* Adjust left position for previous arrow */
    top: 50%
}

#horizontal-slider .splide__arrow--next {
    right: 5%; /* Adjust right position for next arrow */
    top: 50%
}

#vertical-slider .splide__arrow {
    position: absolute; /* Position arrows absolutely */
    top: 200; /* Adjust top position */
    left: -10px; /* Center arrows horizontally */
    transform: translateX(-50%); /* Adjust horizontal alignment */
    z-index: 999; /* Ensure arrows are above other elements */
}

.input-group {
    display: flex;
}

.input-group input[type="email"] {
    flex: 1;
    margin-right: 0px; /* Adjust as needed */
    padding: 2px;
    padding-left: 10px;
    border-radius: 0px !important;
    width: 30vw;
    z-index: 3;
}

.input-group input[type="submit"] {
    background-color: #B7B7B7;
    color: #fff;
    padding: 10px 20px;
    font-family: Roboto, sans-serif; /* Specify fallback fonts */
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8em;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-left: 0%;
    z-index: 3;
    
}


@media screen and (max-width: 800px) {
    .menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .filterHeader {
        display: none;
        justify-content: left;
        padding-top: 10px;
    }
    
    .filterHeader2 {
        display: flex;
        flex-direction: row;
        margin-top: 50px;
        text-align: left;
        justify-content: space-around;
        /*padding-left: 2%;*/
    }

    header {
        border-bottom: none;
/*        padding-bottom: 90px;
        padding-left: 5%;*/
    }

    header2 {
        padding-bottom: 20px;
    }

    header4 {
        padding-top: 30px;
        padding-left: 5%;
    }

    bd {
        padding-left: 5%;
    }
    
    .mobileFilter{
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #mobileFilter2{
        margin-top: 8px;
    }
    

    #mainHeader {
        background: none;
        position: fixed;
        z-index: 100;
        width: 100%;
        padding-left: 5%;
        padding-bottom: 0px;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(30vw, 1fr));
        grid-template-rows: repeat(auto-fill, minmax(20vw, 1fr));
        gap: 0px;
        margin: 2% 0%;
/*        margin-left: 30px;
        margin-right: 30px;*/
    }

    .image:hover::before {
        display: none;
        transform: none;
    }
    .image:hover .hover-text {
        display: none;
        transform: none;
    }

    #BackButton {
        padding-top: 80px;
        padding-bottom: 10px;
        display: none;
    }

    #TY-BackButton {
        padding-top: 80px;
    }
    
    .container {
        display: none;
    }

    .container-privacy {
        display: none;
    }

    .container-mobile {
        display: flex;

    }
    
    .container-mobile-footer {
        display: flex;
    }
    
    .container-morelikethis{
        grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .social-icons-contact{
        display: flex; /* Use flexbox layout */
        padding-left: 5%;
    }

    #mc_embed_shell{
        padding-left: 5%;
        padding-right: 5%;
/*        margin-left: 2%;
        margin-right: 0px;*/
    }
    
    .footer {
        padding-left: 0px;
        padding-right: 2px;
        margin-top: 20px;
        justify-content: flex-start;
    }
    
    .icon-button {
        font-size: 2em;
    }
    
    .footer2 {
        padding-bottom: 3%;
        justify-content: flex-end;
        margin-top: 8px;
    }
    
    .footer3 {
        padding-bottom: 3%;
        padding-top: 8%;
        
    }
    
    .social-icons {
        display: none;
    }
    
    .social-icons2 {
        display: flex;
        padding-left: 4%;
        justify-content: flex-end;
        margin-right: 6%;
    }
    
    .input-group input[type="email"] {
        flex: 1;
        margin-right: 0px; /* Adjust as needed */
        padding: 2px;
        padding-left: 10px;
        width: 50vw;
        z-index: 3;
        border-radius: 0px !important;
    }

    .input-group input[type="submit"] {
        background-color: #B7B7B7;
        color: #FFF;
        padding: 8px 12px;
        font-family: Roboto, sans-serif; /* Specify fallback fonts */
        font-weight: 300;
        text-transform: uppercase;
        font-size: 0.8em;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px !important;
        cursor: pointer;
        margin-left: 0%;
        z-index: 3;
        
    }

    /* Restyle work page details in mobile version */
    h2 {
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
        margin-bottom: 0%;
        margin-top: 0%;
    }

    .p4 {
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }


    button {
        align-self: center;
        margin-left: 0%;
    }


    .details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; /* Center elements vertically */
        padding-top: 0%;
        height: 100%;
    }




}

@media screen and (max-width: 1100px) {
    .gallery-container {
        margin-left: 8%;
        margin-right: 2%;
        margin-top: 3%;
        width: 50vw;
        display: flex;

    }


}

#mainHeader.visible {
    background-color: #FFFFFF;
    /*height: 100px;*/
    padding-bottom: 100px;
}

#mainHeader.expand {
    background-color: #FFFFFF;
    /*height: 100px;*/
    padding-bottom: 280px;
}

#scrollDirection {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.contact-container-left-mobile {
    /*width: 100%;*/
    text-align: left;
    padding-left: 0px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.contact-container-right-mobile {
    width: 80%;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0px;
    margin-right: 0px;
}

.gallery-container2-mobile {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
    margin-bottom: 15%;
    width: 90%;
    display: flex;
    flex-direction: column;
}


/*CODE FOR CAROUSEL LARGE*/
#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

#close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
}

.hidden-container {
    display: none;
}

#horizontal-slider-mobile .splide__arrow {
    position: absolute; /* Position arrows absolutely */
    top: 50%; /* Position arrows vertically at the center */
    transform: translateY(-50%); /* Adjust vertical alignment */
    z-index: 999; /* Ensure arrows are above other elements */
}

#horizontal-slider-mobile .splide__arrow--prev {
    left: -55%; /* Adjust left position for previous arrow */
    top: 50%
}

#horizontal-slider-mobile .splide__arrow--next {
    right: 5%; /* Adjust right position for next arrow */
    top: 50%
}

#horizontal-slider-mobile .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}

.overlay-close-button {
    border: none;
    background-color: #707070;
    color: #fff; /* Button text color */
    font-size: 14px; /* Adjust font size as needed */
    width: 3em; /* Set the width of the button */
    height: 3em; /* Set the height of the button */
    cursor: pointer;
    border-radius: 50%;
    padding: 0px;
}

.overlay-close-button:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Add hover effect */
}

/*Splide video*/
.video-wrapper {
    width: 50%;
    height: 50%;
}

.splide__slide video {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}


.filter-menu {
    display: none;
    flex-direction: column;
    padding-left: 10px; /* Adjust as needed */
    line-height: 0.3;
    box-sizing: border-box;
    height: auto !important;
}

.filter-menu a {
    margin: 0; /* Set margin to zero */
    padding-right: 15px;
    /*padding: 5px 0;  */
}


.filter-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}

.subscribe-contact-mobile {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0px;
    margin-right: 0px;
}
#TY-button{

    font-size: 0.8em;
    font-family: Roboto, sans-serif; /* Specify fallback fonts */
    font-weight: 300;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 8%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    align-self: left;
    margin-top: 5%;
    z-index: 3;
    background-color: #707070;
    color: #FFF;
    text-decoration: none;
}

#TY {
    height: 20vw;
    position: relative;
}

#TY-mobile {
    height: 120vw;
    position: relative;
}

.container-thankyou {
    width: 50vw;
    height: 20vw;
    margin-left: 8%;
    background-color: #E0E0E0;
    text-align: center;
    color: #707070;
    line-height: 0.9em;
    font-size: 1em;
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center;
    flex-direction: column;
}

.contact-container-right-TY {
    width: 50vw;
    height: 20vw;
    text-align: left;
    margin-right: 8%;
    position: relative; /* Ensure relative positioning for absolute positioning of children */
}

.gallery-containerTY {
    width: 100%;
    height: 100%;
    position: relative; /* Ensure relative positioning for absolute positioning of children */
}



.imageTY {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.imageTY img {
    width: 100%;
    height: 100%;
    /*height: auto;*/
    object-fit: cover;
}


.container-thankyou-mobile {
    height: 50vw; 
    margin-left: 5%;
    margin-right: 5%;
    background-color: #E0E0E0;
    text-align: center;
    color: #707070;
    line-height: 1.4em;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.contact-container-right-TY-mobile {
    height: 50vw; 
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    position: relative;
}

#page-button{

    font-size: 0.9em;
    font-family: Roboto, sans-serif; /* Specify fallback fonts */
    font-weight: 300;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    align-self: left;
    margin-top: 5%;
    z-index: 3;
    background-color: #B7B7B7;
    color: #FFF;
    text-decoration: none;
}



#privacy{
    padding-left: 5%;
}

/* Shop stuff */
.line2{
    padding-left: 5%;
    padding-right: 5%;
}

.gallery-shop {
    display: grid;
    padding-left: 5%;
    padding-right: 5%;
    grid-template-columns: repeat(auto-fill, minmax(18vw, 1fr));
    gap: 10px;
    margin: 2% 0%;
}

.shop-div {
    width: 100%;
    /* Adjust the padding to control height-to-width ratio, e.g., 150% height */
    padding-bottom: 130%; /* This makes the height 1.5 times the width */
    position: relative;
    object-fit: cover;
    transition: transform 0.3s;
}

.image-shop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
}

.image-shop img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    /* Ensure the image remains square */
    aspect-ratio: 1 / 1; 
}


.image-shop:hover::before {
        display: none;
        transform: none;
}
.image-shop:hover .hover-text {
        display: none;
        transform: none;
}

.details-shop {
    position: relative; /* Remove absolute positioning */
    margin-top: 10px; /* Adds space between the image and details */
    text-align: left;
    opacity: 1;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.5em;
    width: 100%; /* Full width of the shop-div */
}

.shop-h2 {
    font-size: 0.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #707070;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    padding-left: 0%;
}

.shop-p {
    font-size: 0.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #707070;
    line-height: 1.5;
    text-align: center;
    padding-left: 0%;
    margin: 0px;
}

#shop-slider .splide__arrow {
    position: absolute; /* Position arrows absolutely */
    top: 50%; /* Position arrows vertically at the center */
    transform: translateY(-50%); /* Adjust vertical alignment */
    z-index: 999; /* Ensure arrows are above other elements */
}

#shop-slider .splide__arrow--prev {
    left: -55%; /* Adjust left position for previous arrow */
    top: 50%
}

#shop-slider .splide__arrow--next {
    right: 5%; /* Adjust right position for next arrow */
    top: 50%
}

#shop-slider .splide {
  width: 100%; /* Set the width of the slider container */
  height: auto; /* Set the height of the slider container to 50% of the viewport height */
  visibility: visible;
}

#shop-slider .splide__slide img {
  transition: none;
}

#shop-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}


#mainHeader2.visible {
    background-color: #FFFFFF;
    /*height: 100px;*/
    padding-bottom: 100px;
}

#mainHeader2.expand {
    background-color: #FFFFFF;
    /*height: 100px;*/
    padding-bottom: 280px;
}

#mainHeader2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0px;
    /*padding-top: 2%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    z-index: 100;
    width: 100%;
    /*opacity: 0.8*/
}

#mainHeader3 {
    position: absolute; /* Absolute positioning to overlap the other header */
    z-index: 2; /* Higher z-index to be above the slider */
    width: 100%; /* Full width */
    background-color: rgba(255, 255, 255, 0.4); /* Semi-transparent background */
    color: #000; /* Solid text */
    top: 0;
    left: 0;
    border-bottom: none;
    padding-left: 0px;
}

@media screen and (min-width: 800px) {
  #mainHeader3 {
    padding-right: 0px; /* The original setting for wider screens */
  }
}

#shop-logo {
    color: #555;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    z-index: 1000;
    padding-left: 5%;
}

#shop-menu {
    padding-right: 30px;
}

#shop-container, #shop-container2 {
    justify-content: center;
}

#shop-text {
    text-align: center;
    width: 60%;
}

h5 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
        font-weight: 200;
    color: #5F5F5F;
    line-height: 1.5;
    padding: 0%;
    margin: 0%;
    padding-left: 0%;
    text-align: center;
    text-transform: uppercase;
}

h6 {
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #5F5F5F;
    line-height: 1.5;
    padding: 0%;
    margin: 0%;
    padding-left: 0%;
    text-align: center;
}

#shop-p3 {
    text-align: center;
    padding-right: 0%;
}

.inline-image {
    width: 50px;    /* Adjust the size of the image */
    height: auto;   /* Maintain the aspect ratio */
    vertical-align: middle; /* Align image with the text */
    margin-left: 5px; /* Optional: add space between text and image */
}

/* Style for each text-image pair */
.item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates three equal-width columns */
    gap: 20px; /* Space between grid items */
    width: 100%; /* Ensures the container takes up full width */
    text-align: center;
    padding-bottom: 5%;
}

.grid-container2 {
    display: flex;
    justify-content: center;
    gap: 30px; /* Space between grid items */
    text-align: center;
    padding-bottom: 5%;

}

#enquiry-button, #available-button, #available-button2 {
    font-size: 0.9em;
    font-family: Roboto, sans-serif; /* Specify fallback fonts */
    font-weight: 300;
    border-radius: 2px;
    border: 1px solid #5F5F5F;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    align-self: left;
    margin-top: 5%;
    z-index: 3;
    background-color: none;
    color: #5F5F5F;
    text-decoration: none;
}

#available-button {
    padding-left: 26px;
    padding-right: 26px;
}


#tag-jpg {
    opacity: 0.3;
}

.container-prices{
    padding-top: 2%;

}


/* ACCORDION */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; /* Ensure the light weight */
  font-style: normal;
  font-size: 0.8em;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 2px 0px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {

}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:before {
  content: '\02795'; /* Unicode character for "plus" sign (+) */

  color: #777;
  float: left;
  margin-right: 10px;
}

.active:before {
  /*content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.p6 {
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; /* Ensure the light weight */
  font-style: normal;
  font-size: 0.8em;
}

.accordion-container {
    padding-top: 2%;
}

.shop-button-container {
  display: flex;
  align-items: flex-start; /* Align buttons vertically if needed */
  gap: 20px; /* Space between the two buttons */
}

#custom-enquiry-button, #buy-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 288px; /* Set width of the button */
  height: 44px;
    font-size: 1em;
    font-family: Roboto, sans-serif; /* Specify fallback fonts */
    font-weight: 300;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 0px;
    z-index: 3;
    background-color: #B7B7B7;
    color: #FFF;
    text-decoration: none;
    align-content: center;
    text-align: center !important;
}

#buy-button {
    background-color: #4f86f6;
}

#country-container {
	display: none; /* Initially hide the container */
	width: 100%; /* Full width to make centering effective */
	z-index: 1000;
}

#country-list {
    display: inline-block; /* Center the entire list container */
    padding: 0;
    margin: 0;
    background-color: white;
    border-radius: 5px;
    list-style-type: none;
}

#country-list li {
    display: block; /* Display each list item on a new line */
    cursor: pointer;
    padding: 8px;
    background-color: #f0f0f0;
    margin: 4px 0; /* Vertical space between items */
    border-radius: 4px;
}

#country-list li:hover {
	background-color: #e0e0e0;
}

#delivery-label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
}

#button3 {
    margin: 0;
}
}
