/* 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;
    }
    
    .produkt-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);
    }
}

.produktet{
    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-produktet{
    /* 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;
}

.produktet-title a h1{
    color: #990202;
}

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

.produktet-container{
    

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

.produkt-container{
    
    width: 75vw;
    height: 65vh;
    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;

    
}

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

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

a{
    text-decoration: none;
}

.produkt-image-container{
    width: 50%;
    
    
}

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

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

    object-fit:fill;

    
    
}

.produkt-description-container {
    width: 50%; 

    padding-top: 8px;
    
    
    padding-bottom: 30px;

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

.produkt-description-container h2{
    /* background-image: url('../images/highlights-bg-4.jpg'); */
    background-image: image-set(
        url('../../images/highlights-bg-4_q2spix_c_scale,w_200.png') 1x,
        url('../../images/highlights-bg-4_q2spix_c_scale,w_735.png') 1.5x,
        url('../../images/highlights-bg-4_q2spix_c_scale,w_991.png') 2x,
        url('../../images/highlights-bg-4_q2spix_c_scale,w_1104.png') 2.5x,
        url('../../images/highlights-bg-4_q2spix_c_scale,w_1344.png') 3x,
        url('../../images/highlights-bg-4_q2spix_c_scale,w_1400.png') 4x
    );
    background-size: 100% 100%;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.3);
    clip-path: polygon(0% 19.25%, 100% 0%, 100% 76.75%, 0% 100%);
    padding: 20px;
    text-align: center;
    color: white;
}

.produkt-description-container > a{
    font-size: bolder;
    text-decoration: underline;
    color: #990202;

}

.produkt-description-container p{
    text-align: justify;
}


.produkt-description-container{
    
    padding: 15px;
    
}

/* 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;

}

