


body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
     background-image: url('img/wall.jpg');
}
 



header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0a0a0a;
    padding: 10px 20px;
    color: white;
}

.logo {
    height: 60px;
}

.nav-links {
    list-style: none;
  display: grid 1fr;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    transition: background-color 0.3s;
}

.nav-links a:hover {
    background-color: #1f1f1f;
    border-radius: 5px;
    color: blue;
}

.nav-links .active {
    text-decoration: underline;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-actions input[type="text"] {
    padding: 5px;
    border-radius: 5px;
    border: none;
}

.hero img {
    width: 100%;
    height: auto;
    object-fit: cover;
   
}


.content {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
    
}


.highlight {
    background-color: #000000d3;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 250px;
    box-shadow: 0 2px 5px rgba(19, 146, 0, 0.1);
    border: double rgb(0, 131, 131) 20px;
    text-decoration:black wavy;
    color: white;
    
  text-shadow: 5px 5px 10px rgba(0, 255, 242, 0.5);



}




.highlight img {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
    border-radius: 50px;
    border: double rgba(0, 229, 255, 0.477) 10px;
}

.button {
    display: inline-block;
    background-color: rgba(3, 255, 255, 0.541) ;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: 400px;
    border: rgb(45, 17, 171) 10px;
    border-style:groove;
}

.button:hover {
    background-color: #6b00c9;
}

.Products-grid-section{
 text-shadow: 2px 2px 5px rgb(0, 255, 242);
color: #ffffff;

}
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
    margin-bottom: 60px;
     text-shadow: 1px 1px 1px rgba(30, 0, 255, 0.712);
color: #0a0a0a;


}



.products-grid h2 {
    margin-bottom: 20px;
}

.pris{font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #000000;
text-shadow: #780000 1px 1px 1px ;

}

.product-card {
    background-color: rgb(0, 128, 143) ;
    border: solid black 5px;
    padding: 4%;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s;
    min-height: 300px;
    border-left: #6b00c9 solid 10px;
  
}
.product-card:hover {
    transform: scale(1.05) rotate(-0deg);
    box-shadow: 0 10px 20px rgba(0, 255, 255, 0.6);
    background-color: #00a8c0;
    transition: all 0.4s ease;
    color: white;
}

.product-card img {
  
  width: 100%;
  
    object-fit: fill;
    border-radius: 10px;
}



.yellow-background {
    background-color: yellow; 
  color: blue;
}

.forum-preview {
    margin-bottom: 40px;
    background-color: #f4f4f4;
   margin-right: 40%;
   border-radius: 10px;
border: solid blue 3px;
   
}

.forum-preview h2 {
    margin-bottom: 20px;
}

.forum-post {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: background-color 0.3s;
    
}

.forum-post:hover {
    background-color: #f0f0f0;
}


.newsletter {
    background-color: #1a1a1a;
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.newsletter input[type="email"] {
    padding: 10px;
    width: 250px;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
}

.newsletter button {
    padding: 10px 20px;
    background-color: #267985;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.newsletter button:hover {
    background-color: #45a049;
}


footer {
    background-color: #0a0a0a;
    color: white;
    padding: 20px 0;
    margin-top: 40px;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.footer-content p {
    margin: 10px 0;
}

.socials a img {
    width: 100px;
    vertical-align: middle;
    max-height: 80px;
}

.footer-nav {
    margin-top: 10px;
}

.footer-nav a {
    color: #cccccc;
    text-decoration: none;
    margin: 0 10px;
}

.footer-nav a:hover {
    text-decoration: underline;
}
.loginlogo{
 width: 40px;

}
