html{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    color: #333;
    overflow-x: hidden;
}
body{
    background-color: #f0f0f0;
    color: #ffffff;
    line-height: 1.6;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    gap: 0;
}
nav{
    background-color: #ffffffc7;
    color: #fff;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    transition: 0.3s;
    z-index: 1000;
    top: 0;
    height: 4.5rem;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.363);
    
}
nav img{
    height: 3rem;
    margin: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    width: 3rem;
    margin-left: 2rem;
}
nav button{
    margin-right: 2rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: rgb(231, 147, 37);
}
nav button:hover{
    color: rgb(255, 94, 0);
}
header button{
    border: none;
    padding: 0.7rem 1.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: rgba(231, 147, 37, 0.600);
    color: white;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}
header button:hover{
    background-color: rgb(255, 94, 0, 0.600);
}
header{
    background-image: url('/ChatGPT\ Image\ 16.\ okt.\ 2025\,\ 07_37_19.png');
    background-size: cover;
    background-position: center;
    color: white;
    width: 100%;
    height: 45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #ccc;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45rem;
    background: linear-gradient(to top, #00000093 10%, #ffffff00 90%); 
    z-index: 0; 
}
header h1{
    margin-top: 2rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 5rem;
    font-style: italic;
    opacity: 0;

}
#Header_button{
    z-index: 1;
    border-top: rgb(231, 147, 37) 2px solid;
    margin-top: -9rem;
     width: 60%;
     opacity: 0;
}
header p{
    margin-top: -6rem;
    font-family: 'Courier New', Courier, monospace;
    width: 80%;
    opacity: 0;
}
h1{
    font-size: 3rem;
    margin: 0;
    z-index: 1;
}
p{
    font-size: 1.5rem;
    margin: 0.5rem 0 0;
    z-index: 1;
}
div {
    z-index: 1;
}
section{
    padding: 2rem;
    background-color: #ffffff;
    color: #333;
    margin: 2rem auto;
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#Section1{
    height: auto;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 3rem;
}
#Section1_div1{
    width: 90%;
    height: 90%;
    margin-top: 3rem;
}
#Section1_Line{
    height: 40%;
    width: 0.15rem;
    background-color: rgb(231, 147, 37);
    margin-right: 0;
    border-radius: 10px;
    left: 0;
    padding: 0;
    margin-top: 3rem;

}
#Section1_Line_{
    height: 20%;
    width: 0.3rem;
    background-color: rgb(231, 147, 37);
    margin-right: 0;
    border-radius: 10px;
    left: 0;
    padding: 0;
    margin-top: -8rem;
    opacity: 0;
    transition: margin-top 1s ease, opacity 1s ease;
}
#Section2_div{
    text-align: center;
}
#Section2_div h2{
    font-size: 2rem;
    margin-bottom: 1rem;
    color: rgb(231, 147, 37);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
}
h2{
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;  
}
#Section2_Line{
    height: 0.15rem;
    width: 10%;
    background-color: rgb(231, 147, 37);
    margin: 0 auto 2rem auto;
    border-radius: 10px;
    width: 90%;
}


#Section4{
    height: 30rem;
    display: flex;
    background-image: url("/pexels-apollonia-363024912-29279567.jpg");
    background-size: cover;
    color : rgb(255, 255, 255);
    background-position: center;
    justify-content: center;
    align-items: center;
    font-size: 1rem;

}
#Section4_div{
    background-color: #00000093;
    height: 23rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.315);
    width: 80%;
    text-align: center;
    padding: 2rem;
    margin: 0;
    font-size: 0.5rem;

}
#Section4_div p{
    font-size: 1rem;
    
    
}
#Hours{
    font-size: 4rem;
    color: rgb(231, 147, 37);
    margin: 0;
    text-align: center;
}
h3{
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;

}
#cookies{
    position: sticky;
    bottom: 1rem;
    right: 1rem;
    background-color: #333;
    color: white;
    padding: 1rem 2rem;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1001;
    max-width: 60%;
    text-align: center;
    font-size: 0.3rem;
    flex-direction: column;
    left: 1rem;
    width: 50%;
}
#cookies button{
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    background-color: rgb(231, 147, 37);
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
#cookies button:hover{
    background-color: rgb(255, 94, 0);  
}
#coockies_text{
    font-size: 0.7rem !important;
}
footer{
    text-align: center;
    padding: 1rem;
    background-color: #f4f4f4;
    color: #333;
    margin-top: 2rem;
    font-size: 0.9rem;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
footer p{
    font-size: 1rem;
}
#footer_div1, #footer_div2, #footer_div3{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    justify-content: start;
    align-items: start;
    gap: 0.5rem;
    
}
#footer_div1{
    flex-direction: row;
    justify-content: center;
 }
 #footer_div1 p{
    font-size: 1.2rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-style: italic;
 }
#footer_div1_{
    display: flex;
    gap: 0.2rem;
    align-items: center;
    justify-content: start;
    text-align: center;
}
h6{
    font-size: 1.5rem;
    margin: 0;
    color: rgb(83, 83, 83);
    text-decoration: underline;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-style: italic;
    
}
#footer_div1 img{
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    cursor: pointer;
}
#footer_div{
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
#footer_line{
    height: 0.1rem;
    width: 90%;
    background-color: rgb(231, 147, 37);
    margin: 1rem auto;
    border-radius: 10px;
}
a{
    color: rgb(83, 83, 83);
    text-decoration: underline;
    font-size: 1.2rem;
}
#footer_div1_ p{
    color: rgb(83, 83, 83);
    font-size: 1.5rem;
}
a:hover{
    color: rgb(231, 147, 37);
}
#Nav_popup {
    width: 100%; 
    height: 100%; 
    position: fixed;
    top: 0; 
    right: -100%;
    background-color: transparent;
    display: flex; 
    justify-content: end;
    z-index: 1002; 
    color: #333;
    transition: background-color 0.1s ease-in-out, right 0.3s ease-in-out;
    
}
.noscroll {
    overflow: hidden;
}
#Nav_popup_ button{
    right: 3rem;
    position: absolute;
    background: none;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    color: rgb(231, 147, 37);
    z-index: 1003;
}
#Nav_popup_ button:hover{
    color: rgb(255, 94, 0);
}
#Nav_popup_ {
    background-color: #ffffff;
    box-shadow: -4px 0 8px rgb(0, 0, 0);
    width: 70%;
    max-width: 500px; 
    padding: 1rem; 
}

#Nav_popup_links {
    margin-top: 2rem;
    height: auto; 
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
    align-items: center;
    text-align: center;
}

#Nav_popup_links1,
#Nav_popup_links2 {
    height: auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Nav_popup_links1 div,
#Nav_popup_links2 div {
    height: auto; 
    display: flex;
    flex-direction: column;
}
#Nav_popup_logo_tekst {
    height: auto; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    width: 90%;
    margin: auto;

}
#Nav_popup a{
    text-decoration: none;
}
#Nav_popup_logo_tekst img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
#Nav_popup h3{
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    font-style: italic;

}
#Nav_popup p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1rem;
    font-style: italic;

}
#Nav_popup_line{
    width: 90%;
    background-color: rgb(231, 147, 37);
    height: 0.05rem;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#shadow-overlay{
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    background-color: #000000c0;
    left: 0;
    top: 0;
}
#Section3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 6rem;
}
#Section3 h1{
    color: rgb(231, 147, 37);
    font-family: 'Courier New', Courier, monospace;
    font-size: 5rem;
    font-style: italic;
}
#Section3_{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    text-align: center;
}
#Section3_1{
    width: 100%;
    gap: 1rem;
    margin: auto;
    
}
#Section3_1 h5{
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    font-style: italic;
    padding: 0;
    margin: 1rem;
}
#Section3_1 p{
    color: rgb(83, 83, 83);
    text-decoration: underline;
    font-size: 1.2rem;
}
#Section3_2{
    width: 100%;
    
}
.line {
    background-color: rgb(231, 147, 37);
    display: block;
    transition: all 0.3s ease; 
    width: 0.1rem; 
    height: 25rem; 
}
#Section5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
#Section5 button{
    background-color: rgb(231, 147, 37);
    border: none;
    color: white;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 0.7rem 1.5rem;
    font-size: 0.8rem;
}
#Section5 button:hover{
    background-color: rgb(255, 94, 0);
}
textarea{
    width: 100%;
    height: 6rem;
}
form {
    width: 80%;
    max-width: 30rem;
}
#Section6 {
    text-align: center;

}
#Section6_{
    display: flex;  
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#Section6_carousel{
    gap: 2rem;
    overflow-x: scroll;
    display: flex;
    width: 90%;
    justify-content: start;
    align-items: center;
    
    padding-bottom: 1rem;
    
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 1rem;
}
.Section6_carousel_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgb(231, 147, 37);
    border-radius: 10px;
    padding: 1rem;  
    flex: 0 0 90%; 
    box-sizing: border-box; 
    scroll-snap-type: mandatory;
}

.Section6_carousel_content img{
    width: 90%  ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.56);
    border-radius: 10px;
}
.Section6_carousel_content button{
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    background-color: rgb(231, 147, 37);
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
#Section2_div2{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 5%;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

li{
    width: 40%;
    padding: 3%;
    background-color: rgb(231, 147, 37);
    border-radius: 10px;
    margin-top: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;
    margin-bottom: 1rem;
}
@media (min-width: 1801px) {
    html{
        font-size: 22px;
    }
    #Section1 {
        height: 23rem;
    }
    header{
        height: 50rem;
    }
    .shadow-overlay {
        height: 50rem;
    }
}
@media (max-width: 2000px) {
    html{
        font-size: 20px;
    }
    #Section1 {
        height: 26rem;
    }
    header{
        height: 42rem;
    }
    .shadow-overlay {
        height: 42rem;
    }
}
@media (max-width: 1024px) {
    html{
        font-size: 18px;
    }
    #Section1 {
        height: 31rem;
    }
    
}
@media (max-width: 768px) {
    .line {
    background-color: rgb(231, 147, 37);
    display: block;
    width: 100%;  
    height: 0.1rem; 
    }
    li{
        min-width: 90%;
    }
    html{
        font-size: 16px;
    }
   header p{
        font-size: 20px;
    }
    #Header_button{
         width: 80%;
    }
    #Section1 {
        height: 37rem;
    }
    #Section3_{
        flex-wrap: wrap;
    }

   
}
@media (max-width: 500px) {
    html{
        font-size: 14px;
    }
    #Section1{
        flex-direction: row;
        height: 42rem;
    }
    #Section1{
    height: 48rem;
    }
    #Section3_{
        flex-wrap: wrap;
    }
    header h1{
        font-size: 3rem;
    }
    header p{
        font-size: 16px;
    }
    #Header_button{
         width: 90%;
         margin-top: -7rem;
    }
    header{
        height: 44rem;
    }
    .shadow-overlay {
        height: 44rem;
    }
}
