/* Global Styles */
* {
    
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding:0;
    box-sizing: border-box;
    color: #333;
    background-color: black;

}

/* Header Styles */
.header-container {
    background-color: white;
    background-image: image-set(
        url('../../images/background-image_m1lgpo_c_scale,w_200.jpg') 1x,
        url('../../images/background-image_m1lgpo_c_scale,w_485.jpg') 2x
    );
    padding: 10px 0;
    color: white;

    display: flex;
    justify-content: space-between;
    align-items: center;

}


.header-container .logo {
    max-width: 90px;
    margin-left: 5vw;
    mix-blend-mode: multiply;
}

nav {
    margin-right: 1vw;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: #bf0603;
    text-decoration: none;
    font-weight: bold;

    border-bottom: 5px solid #bf0603;

    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;

    transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
}




nav ul li a:hover {
    background-color: #bf0603;
    color: white;
    
   
}

/* Hamburger Menu Styles */
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;

    color: #bf0603
}

/* Hide the navbar links on mobile devices initially */
@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        
        background-image: image-set(
        url('../../images/background-image_m1lgpo_c_scale,w_200.jpg') 1x,
        url('../../images/background-image_m1lgpo_c_scale,w_485.jpg') 2x
        );
        
        
        position: absolute;
        top: 67px; 
        right: 0;
        overflow-y: auto; 
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        width: 80%;
        z-index: 9999;
        gap:15px;
        
        
    }

    nav ul li {
        padding-top: 10px;
        width: 100%;
        margin-left: 0;
    }
    nav ul li a{
        
        box-shadow: none;
        border-radius: 0;
        
        width: 100%;
        display: block; 
        
        text-align:left;

    }

    .hamburger {
        display: block;
    }
    
    /* Show the nav when the 'active' class is added */
    nav ul.active {
        display: flex;
    }
    
    .punim-container{
        width: 90vw !important;
        height: auto !important;
        flex-direction: column !important;

        gap:0 !important;
    }
    .produkt-image-container{
        width: 100% !important;
        height: 30vh !important;
    }
    .produkt-description-container{
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        animation: appear-right linear !important;
        animation-timeline: view() !important;
        animation-range: entry 0% cover 20% !important;
    }

    .produkt-description-container p{
        font-size: small !important;
        padding-left: 8px !important;
        padding-right: 5px !important;
    }

    .produkt-description-container > a{
        text-align: left !important;
    }

    .produkt-description-container-clickable{
        padding: 25px;
    }



   
}

.language{
    color:#bf0603;
    display: flex;
    flex-direction: row;
    gap: 2px;

    font-weight: bold;
    font-size: small;
    
   
}

.language a{
    cursor: pointer;
    text-decoration: underline;
    color: #bf0603;

}

.language p{
    margin: 0;
    padding: 0;
}


@keyframes  appear{
    from{
        opacity: 0;
        transform: translateX(-500px);  
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes  appear-bottom{
    from{
        opacity: 0;
        transform: translateY(500px);  
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes  appear-right{
    from{
        opacity: 0;
        transform: translateX(500px);  
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes  appear-skew-right{
    from{
        opacity: 0;
        transform: translateX(500px) skew(-43deg);  
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes appear-skew-left-2{
    0%{
        transform: skewX(53ded) translateX(-5000px);
        opacity: 0;
    }

    60%{
        transform: translateX(-2500px);
    }

    62%{
        transform: skewX(0deg) translateX(30px);
    }
    70%{
        transform: skewX(-20deg);
        opacity: 1;
    }
    80%{
        transform: skewX(0deg) translate(0);
    }

    90%{
        transform: skew(-5deg);
    }
    100%{
        transform: skew(0deg);
    }
}

.punimet{
    width: 100%;
    height: auto;
    /* background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); */
    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply; */

    /* background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    background-blend-mode: normal, lighten, soft-light;
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); */
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
    
    /* top:155px;  */


    background-image: image-set(
        url('../../images/background-image_m1lgpo_c_scale,w_200.jpg') 1x,
        url('../../images/background-image_m1lgpo_c_scale,w_485.jpg') 2x
    );
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    
    

    
}

.sub-punimet{
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898; */
    /* background:
    linear-gradient(to right, blue, transparent),
    url(https://grainy-gradients.vercel.app/noise.svg); */
    width: 90vw;

    border-radius: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vh;
}

.punimet-title h1{
    color: #990202;
}

.produktet-title a{
    text-decoration: none;
    color:#333;
} 

.punimet-container{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
    align-items: center;
    align-content: center;
    gap:4vh;
}

.punim-container{
    
    width: 75vw;
    height: auto;
    margin-bottom: 3vw;

    /* border-radius: 10px; */

    padding-top: 2px;
    
    
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 
            12px 12px 15px rgba(0, 0, 0, 0.5);

   

    /* background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%); */
    background-image: image-set(
        url('../../images/background-image_m1lgpo_c_scale,w_200.jpg') 1x,
        url('../../images/background-image_m1lgpo_c_scale,w_485.jpg') 2x
    );
    display: flex;
    gap:7px;



    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;

    transition: hover 0.5s ease-in;

    
}

.punim-container:hover{
    
    box-shadow: 7px 7px 12px #6e0303;
}

.punim-container p{
    color: #333;
}

a{
    text-decoration: none;
}

.punim-image-container{
    width: 100%;
    
    
}

.punim-image-container img{
    width: 100%; 
    height: 100%; 

    /* border-radius: 10px 0px 0px 10px; */

    object-fit:fill;

    
    
}



.slideshow-container {
    position: relative;
    
    /* margin: 20px auto; Adds margin between slideshows */
    overflow: hidden;
}

.slide {
    display: none;
    position: relative;
    width: 100%;
}

.slide-image {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.slide img{
    height: auto;
    
    object-fit: cover;

    max-height: 90vh;
    padding: 0;
    margin: 0;
}

.slide-info {
    position: absolute;
    bottom: 4%;
    left: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 5px;

    color:white;
}

.slide-info p{
    color: white;

    padding: 2px;
    margin: 0;
}


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.fade {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {opacity: 0.4} 
    to {opacity: 1}
}



/* Footer Styles */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    padding-left: 50px;
    padding-right: 50px;
}
footer p {
    margin: 0;
}

.adsolutions{
    width: 170px;
    height: auto;
    border-radius: 10px;

}