

  
  #slider{
    display: flex;
    flex-direction: column;
    height: fit-content;
   
  }



  
   
  .close{
    position: absolute;
    right: 2px;
    top:0px;
      height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
  }
  .success-message{
    position: relative;
    height: 35px;
    width:80%;
   background-color: rgb(223, 255, 181);
   margin:  auto;
   text-align: center;
   font-size: 15px;
   font-weight:100;
   border: 1px solid rgb(34, 65, 19);
   display: flex;
   align-items: center;
   justify-content:center;
  }
  .logout-position{
     margin-left: auto;
    color: red;
  }
  .logout-position button{
    background: linear-gradient(to bottom, #444, #000);
  color: white;
  border: none;
  padding: 4px 14px;
  border-radius: 6px;
  cursor: pointer;
  }
















  
  #slider img {
   margin-left: 2px;
   margin-bottom: 5px;
    height: 80px;
    width: 50px;
   flex-grow: 1;
   border-radius: 10px;
   border: 2px solid  rgb(0, 204, 255);
}
  .head{
    padding: 10px 30px;
    width: 100%;
    height: 80px;
    background-color: rgb(216, 216, 216);
    display: flex; 
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
      
 
  }
table{
    width: 100%;
}
#titles td{
 
    font-size: 12px;
  border: 1px solid black;
  text-align: center;
  height: 50px;
  border: 0px;
  border-top: 1px solid black;
}
body {
    font-family: 'sans-serif typeface', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

select{
    width: 50px;
    background-color: gray;
    border-radius: 5px;
}
#values td{
    font-size: 12px;
 height: 50px;
    border: 1px solid rgb(104, 104, 104);
    text-align: center;
    border: 0px;
    border-bottom: 1px solid rgb(65, 65, 65);
  }



@media (max-width: 576px) {


    #anc1{
        background-color: rebeccapurple;
        text-align:center;
    }
    #anc2{
        background-color: aqua;
        text-align:center;
    }
    
    #slider{
        display: flex;
        flex-direction: row;
       
      }}


@media (min-width: 577px) {
    #anc1{
        text-align:center;
    }
    #anc2{
        text-align:center;
    }
    #slider{
        display: flex;
        
       
      }

  }
  @media (min-width: 768px) {
    #anc1{
        text-align:right;
    }
    #anc2{
        text-align:left;
    }
      
  }
   @media (max-width: 768px) {
    .head{
         height: 100px;
         margin-top: 0px;
         }
   }


  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .content{
    display: flex;
    flex-wrap: wrap;
    gap:11px;
    width:100%;
    justify-content: center;
    margin-top: 20px;
    position: relative;
  }
     .product-image{
    background-color: red;
    min-width: 500px;
    color: red;
   }
  @media (max-width: 440px) {
   

  .content{
     width: 80%;
    margin: auto;
    margin-top: 20px;
  }
  .prodeuct{
    margin: auto;
min-width: 250px;
font-size: 18px;
          }
  .prodeuct img{
    width: 100%;
    height: 280px;
  }
}
  .body{
    max-width: 800px;
    margin: auto;
  }
  .icon{
    position: relative;
    height:40px;
    width: 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
  }
  .father-basket{
    position: relative;
  }
  .prodeuct .title{
  width: 100%;
  overflow: hidden; /* Hide overflow */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; /* Adds "..." when text is cut */
  }
  .prodeuct{
   display: flex;
   flex-direction: column;
   gap: 15px;
   font-family: 'Antic Slab', serif;
   font-weight: 10px;
   width: 150px;
   
  
  }
  .product-specifications{
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Antic Slab', serif;
    font-weight: 10px;
  }
  .prodeuct .price span{
    vertical-align: super;
    font-size: 10px;
  }
  .prodeuct .assesment{
    color: rgb(255, 208, 0);
  }
  .items-in-basket{
position: absolute;
right: 0;
height: 15px;
width: 15px;
border-radius: 50%;
background-color: red;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color:whitesmoke;
font-size: 15px;
  }


  svg{
    font-size: 100px;
  }
  .right-head{
    display: flex; 
    gap: 10px;
    flex-direction: row;
    align-items: center;
  }
  select{
    height: 30px;
    border: none;
    background-color: bisque;
    max-width:100px;
  }
 .hr{
    width:20px;
    border:2px solid black
  }
  .hr{
    width:20px;
    border:2px solid black
  }
  .lines,.in-x{
    height:40px;
    width: 40px;
    display:flex;
   
    flex-direction: column;
    align-items: center;

  }
 .lines{
  justify-content:center;
  gap: 5px;
  z-index: 1;
  }
  .x{
    
    height:20px;
    width: 50px;
    z-index: 0;
    top:50%;
    display: none;
  }
  .in-x{
    position: relative;
 
  }
  .x,.lines{
    position: absolute;
  }
  .x .hr{
     position:absolute;
  }
  .x .bar1{
    transform: rotate(45deg); 
  }
  .x .bar2{
    transform: rotate(-45deg); 
  }
  .menue{
    height: 350px;
    width: 200px;
    background-color: white;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
    display: none;
    background-color: #000;
  }
  .child-menue{
    font-family: 'Roboto', sans-serif;

    height: 80%;
    width:80%;
    display: flex;
    flex-direction: column;
    gap:20px
  }
  
  .sin-in-up{
    height:40px;
    width:100px;
    border-radius: 50px;
    border: 2px black solid;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  input{
    max-width: 100%;
    height: 40px;
    border: none;
    outline: none;
    text-align: center;
    border-bottom: 3px solid black;
  }
  
  .prodeuct a{
    text-decoration: none;
    color: black;
  }


  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  /* Overlay */
  .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  /* Sign Up Container */
  .signup-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 2;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }

  .signup-container h1 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;
  }

  .signup-container p {
    margin-bottom: 30px;
    color: #666;
  }

  /* Form Styles */
  .form-group {
    margin-bottom: 20px;
    text-align: left;
  }

  .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
  }

  .form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
  }

  .form-group input:focus {
    outline: none;
    border-color: #007BFF;
  }

  /* Button Styles */
  .btn {
    background: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
  }

  .btn:hover {
    background: #0056b3;
  }

  /* Social Buttons */
  .social-buttons {
    margin-top: 20px;
  }

  .social-buttons button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-buttons button.google {
    background: #dd4b39;
    color: white;
  }

  .social-buttons button.facebook {
    background: #3b5998;
    color: white;
  }

  .social-buttons button:hover {
    opacity: 0.9;
  }

  .social-buttons button i {
    margin-right: 10px;
  }
  .desc-mngr{
    width: 50%;
    min-height: auto;
    }
.under-body{
  width: 800px;
  height: 100%;
 
  
}
.hide_image_loader{
  display: none;
}
 


.footer {
    background-color: #333; /* Dark background for contrast */
    color: #fff;            /* White text */
    padding: 20px 0;        /* Vertical padding */
    text-align: center;     /* Center align text */
    font-size: 14px;        /* Adjust font size */
    position: relative;
    bottom: 0;
    width: 100%;
}
Shojumaru

.footer-content p {
    margin: 0;
}

@media (max-width: 768px) {
    .footer {
        font-size: 12px; /* Slightly smaller text on smaller screens */
    }
}


.slogan-header{
  width:100%;
  display: flex;
  justify-content: center;
}



/* Footer Styling */
.footer {
    background-color:black; /* Darker background for elegance */
    color: grey; /* Lighter text for contrast */
    text-align: center;
    padding: 30px 20px; /* Padding for better spacing */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Modern font */
}

/* Footer Container */
.footer-container {
    max-width: 1200px;
    margin: 0 auto; /* Center the content */
    padding: 0 15px;
}

/* Footer text */
.footer-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ECF0F1; /* Lighter tone for emphasis */
}

/* Footer contact details */
.footer-contact {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.6;
}

.footer-contact p {
    margin: 5px 0;
}

.footer-contact a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #2980B9; /* Darker blue on hover */
}

/* Footer copyright */
.footer-copyright {
    font-size: 14px;
    color: #BDC3C7;
    margin-top: 15px;
}

/* Icons styling (optional, if you want to add FontAwesome) */
.footer-contact i {
    margin-right: 8px;
    color: #3498DB;
    font-size: 18px;
}