/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image: url("../images/HomePage-pic-12.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
}

.bg{
    width: 100%;
    height: 87vh;
    background-image: linear-gradient(rgba(0,0,0,0.75) , rgba(0,0,0,0.75)),url("../images/HomePage-pic-12.jpeg");
    background-position: center;
    background-size: cover;
}
/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:transparent; 
    padding: 1rem;
    height: 85px;
}

.logo img {
    width: 150px;
    height: 120px; 
    margin-top: 10px;
    margin-left: 40px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-right: 1rem;
}
.nav-links li :hover {
    border : 3px solid #fff;
   border-left: none;
   border-right: none;
   border-top: none;
   
}
.nav-links a {
    text-decoration: none;
    color: white; 
    font-size: 1.3rem;
}
.badge:after{
    content:attr(value);
    font-size:16px;
    color: #fff;
    background: red;
    border-radius:50%;
    padding: 0 5px;
    position:relative;
    left:-8px;
    top:-10px;
    opacity:0.9;
}

.cart-link{
    cursor: pointer;
    color: #000;
}


/* Login  */
.login-button {
    background-color: #3498db; /* Customize login button color */
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Categories  */
.categories-dropdown {
    position: relative;
}

.categories-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.5rem;
    List-style-type: none;

}

.categories-dropdown-content li a {
    color:black;

}
.categories-dropdown-content li  {
padding: 10px;

}


.categories-dropdown:hover .categories-dropdown-content {
    display: block;
}
.categories-dropdown-content li a:hover {
   border : 3px solid black;
   border-left: none;
   border-right: none;
   border-top: none;
}
.search{
    width:20%;
    height: 60px;
    margin-top: 20px;
  }
  .search form {
    height: 60%;
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    background: transparent;
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 10px 20px;
    color: white;
  }
  
  .search form button {
    border: 0;
    border-radius: 50%;
    background: transparent;
  }
  .search form button img {
    height: 25px;
    width: 25px;
  }
  .search form input {
    background: transparent;
    flex:1;
    border:0;
    outline: none;
    padding: 24px 20px;
    font-size: 20px;
    color: white;
  }
    .search form input::placeholder {
        color: gainsboro;
    }
.contact-link {
    color: #fff;
    text-decoration: none;
    margin-left: 1rem;
}
/*========================================*/
.slogan {
    font-family: "Robot", sans-serif;
    font-size: 2rem;
    color: #fff;
    padding: 4rem;
    text-align: center;
}
.photo-container {
    display: flex; 
    height: 400px ;
    width: 90%;
    justify-content: space-between;
   background-color:transparent;
   align-items: center;
   margin-left: 5%;

}

.photo {
    flex: 1; 
    text-align: center;
    justify-content: space-between;
}
.photo img {
    border-radius: 15px;
    width: 400px;
    height: 300px;
  transition-duration: 0.3s;
}
.photo img:hover {
    width: 600px;
    height: 400px;

}

.photo p {
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    
    
}
.photo p a{
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7px;
    text-decoration: none;
    border-radius: 5px;
    color:#bb9c36;
    

}
.photo p a:hover {
    background-color: black;
    border-radius: 5px;
    color:#fff;
    

}

.photo-container1 {
    display: flex;
    height: 400px ;
    width: 100%;
    justify-content: space-between;
   background-color:white;
   align-items: center;;

}
.photo1 {
    flex: 1; 
    text-align: center;
    justify-content: space-between;
}
.photo1 img {
    border-radius: 15px;
    width: 300px;
    height: 200px;

}


.photo1 p {
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    
    
}
.photo1 p a{
    padding: 7px;
    text-decoration: none;
    color: #0b0b0b;
    

}
.photo1 p a:hover{
    border: 2px solid #0b0b0b;
    border-top:none;
    border-right:none;
    border-left:none;

}

.photo-container2 {
    display: flex;
    height: 400px ;
    width: 100%;
    justify-content: space-between;
   background-color:white;
   align-items: center;
   border: 2px solid #0b0b0b;
   border-left: none;
   border-right: none;
   border-bottom: none;
  


}


.photo2 {
    flex: 1; 
    text-align: center;
    justify-content: space-between;
}
.photo2 img {
    border-radius: 15px;
    width: 300px;
    height: 200px;

}


.photo2 p {
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    
    
}
.photo2 p a{
    padding: 7px;
    text-decoration: none;
    color: #0b0b0b;
    

}
.photo2 p a:hover{
    border: 2px solid #0b0b0b;
    border-top:none;
    border-right:none;
    border-left:none;

}
/*===================================*/
.social-media {
    font-family:  Arial, sans-serif;
    background-color: #ffd97f;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}
.left-text {
    font-size: 14px;
}


.icon img {
     height: 20px;
     padding-right: 10px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0b0b0b;
    padding: 20px;
}

.logof img {
    width: 200px; 
    height: auto;
}

.contact-info,
.about-us {
    flex: 1;
    margin: 0 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    
}
.contact-info {
    padding-left: 80px;
}

.contact-info h3,
.about-us h3 {
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-info p,
.about-us p {
    font-size: 14px;
    line-height: 1.5;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #888;
}
.profile-name{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 1rem;
    margin-right: 0.2rem;
}
.logout-button{
    background-color: #e74c3c;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}