body{
    background-color:black;
	margin:0px;
    font-family: "Comfortaa", sans-serif,Arial;
	color:white;
    overflow-x: hidden;
    }


/**header**/

   /* Navbar container */
        .navbar1 {
			position: relative;
            background-color: #fafdfd;
            padding: 15px;
            border-radius: 20px;
            display: block;
            justify-content: space-around;
            align-items: center;
            width: 100%;
         	margin-left: -10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
        }

        /* Navbar links */
        .navbar1 a {
            text-decoration: none;
            color: #333;
            font-size: 1vw;
            
            font-weight: bold;
            padding: 1px 5px;
            border-radius: 10px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
a{text-decoration: none;}
        /* Link hover effect */
      a:hover {
            background-color: #e2e2e2;
            color: #000;
        }

.navbar-container {width: 100%;
  background-color: #f0f0f0;
  padding: 10px 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #ffffff; 
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo-section {
  display: flex;
  align-items: center;
}

.logo {
  width: 80px; 
  margin-right: 10px;
}

.premium-seller {
    font-size: 12px;
    color: #666;
    font-weight: bold;
  }
  
  .search-section {
    display: flex;
    align-items: center;
    flex-grow: 1;
    max-width: 400px;
  }
  
  .search-input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 20px 0 0 20px;
    outline: none;
    border-right: white;
  }
  
  .search-btn {
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-left: none;
    background-color: #fff;
    border-left: white;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
  }
  
  .right-sectiont {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .right-sectionb {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .nsbm-text {
    font-size: 16px;
    font-weight: bold;
    font-family: "Eczar";
    color: #333;
  }
  
  .icon {
    font-size: 20px;
    cursor: pointer;
  }

/* slide banner*/
p{color: aliceblue}

/* Slides */

.container{
    width: 100%;
    margin-top: 10px;
  
    height: auto;
    align-items: center;
 
    overflow: hidden;
    
}
.wrapper{
    width: 100%;
    display:flex;
    animation:slide 16s infinite;
}
@keyframes slide{
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(0%);
    }
    20% {
        transform: translateX(-100%);
    }
    30% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(-200%);
       
    }
    50% {
        transform: translateX(-200%);
    }
    60% {
        transform: translateX(-300%);
    }
    70% {
        transform: translateX(-300%);
    }
    80% {
        transform: translateX(-400%);
    }
    90% {
        transform: translateX(-400%);
    }
}
@keyframes dropdown{
    0% {
        max-height: 0;
        opacity: 0;
    }
    100% {
        max-height: 200px; 
        opacity: 1;
    }


}
.container img{
	width: 100%;
    margin-top: 20px;
}
hr { width:100%; height:10px; background:  #000000 }

.slider {
           position: relative;
            max-height: 350px;
           width: 100%;
           max-width: 800px;
           margin: auto;
           margin-bottom: -20px;
           overflow: hidden;
           border-radius: 05px;
           box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
       }

       /* Slide images */
       .slides {
       
        max-height: 400px;
           display: flex;
           transition: transform 0.5s ease-in-out;
       }

       .slide {
           min-width: 100%;
           transition: opacity 0.5s ease;
       }

       /* Navigation buttons */
       .nav-btn {
           position: absolute;
           top: 50%;
           width: 50px;
           height: 50px;
           background-color: rgba(0, 0, 0, 0);
           color: #fff;
           font-size: 10px;
           border: none;
           cursor: pointer;
           transform: translateY(-50%);
           z-index: 10;
           opacity: 30%;
       }

       .prev {
           left: 10px;
       }

       .next {
           right: 10px;
       }

/*mid section*/

.product-section {
    padding: 40px;
    background-color: #fff;
    margin-top: 20px;
    color: #dfdfdf;
    background-color: #292626;
   width: 93%;
}
.product-section p{
    color: #292626;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    
}

.product-item {
    text-align: center;
    background-color: white;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: auto;
    height: auto;
}
.product-sectionb {
    padding-top: 42px;
    padding-right: 42px;
    padding-left: 42px;
    padding-bottom: 42px;
    background-color: white;
    margin-top: 22px;
    color: white;
    width: 93%;
    background-color: #292626;
}
.product-sectionb p{
    color: #292626;
}


.product-itemb {
    text-align: center;
    background-color: white;
    padding: 1vw;
    border: 1px solid #ddd;
    border-radius: 10px;

}

.product-grid, .product-gridb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.product-item img, .product-itemb img {
    max-width: 250px;
    width: 100%; 
    height: auto;
    display: block; 
}

/* bottom section*/
table{
    width: fit-content;
   margin-left: auto;
   margin-right: auto;
   padding-left: auto;
   padding-right: auto
   ;
    font-size: clamp(5px, 2vw, 12px);
}
.bottomdown{margin-top: 10px;
    margin-bottom: 10px;
   }
    .bottomdown th,td{
        
        padding:01vw 8vw 0 8vw ;
    }
  
    .bottomdown td{
    vertical-align: top;
    text-align: center;
    
    padding-top: -10px;}
          
.smicons a img{


  height: 2vw;
max-height: 25px;
    width: auto;
    padding-right: 8px;
}
    
    .footer {
        position: relative;
        bottom: 0;
margin-top: 10px;
margin-bottom: -1.5vw;
padding-bottom: 0;

        background-color: #333;
        color: #fff; 
        text-align: center; 
     font-size: 1vw; 
    }
      
      .footer-content {
        padding: 0.5vw 0 0.5vw 0;
        padding-left: 8vw;
        font-size: 0.7vw;
      }


/*footer section end*/

/* responsive try*/


/*at 1040px*/
@media (max-width:930px){
    .right-sectionb{
       gap:5px;
    }
    .right-sectiont{
        gap:5px;
    }
}

@media( max-width:940px){
    .nsbm-text {
        visibility: hidden;
        display: none;
    }
    .right-sectiont{
       margin-left: -0px;
    }

    .iconsUl {
       
        display: block;
        position: absolute; 
        top: -54px; 
        left: -15px;}
}

@media (max-width:810px){
    
          .right-sectionb {
           display: flex;
           flex-direction: column;
           
          }
          .right-sectiont{display: flex;
            flex-direction: column;
      }
         .icon{
            height: 20px;
            margin-left: -100px;
         }
         .search-input{width:250px ;
            align-items: flex-start;
        margin-right: 0;}
        
 @media (max-width: 576px) {
        .product-grid, .product-gridb {
        gap: 10px;
        }
    }
        


@media (max-width:720px){
    .icon{
        height: 20px;
        margin-left: -100px;
     } 
     .search-input{width:200px ;
        align-items: flex-start;
    margin-right: 0;}
}}


@media (max-width:660px){
    .icon{
        height: 20px;
        margin-left: -100px;
     } 
     .search-input{width:100px ;
        align-items: flex-start;
    margin-right: 0;
    font-size:11px ;
     }
     .search-btn {
        height: 29.6px;
        width: auto;
        
     }
    

}
@media (max-width:550px){
    .logo{
        align-self: auto;
    width: 60px;}
    .navbar1{
        padding-top: 20px;
        font-size: 1vw;
  }
 
    .icon{
        height: 20px;
        margin-left: -80px;
     } 
}


@media (max-width:530px){
    .search-section{
        margin-right: 70px;
        justify-content: flex-end;
    }


 table{
    font-size: 2vw;
 }
    .search-input{width:0px ;
       
    margin-right: 0;
    font-size:11px ;
     }
     .search-btn{
        height: 29.6px;
        width: auto;
        
     }
    
    .search-section:hover{.search-input{width:38px ;
       
    padding-left: 20px;
    margin-right: 0;
    font-size:11px ;}
     }}
     @media (max-width:420px){

        .navbar1 {
            width: 165px;
            position: relative;
            background-color: #f2f2f2;
            padding: 15px;
           height: fit-content;
            border-radius: 10px;
            display: flex; 
            flex-direction: column; 
            align-items: stretch; 
            width: auto; 
            box-shadow: 0 0 0  white; 
            margin-top: 0px;}
        

        .navbar1 a {
            padding: 5px 10px;
            text-align: center;
        font-size: 6px;
          
        
     }}
        
     
    
