



        .navbar1 {
			position: relative;
			
            background-color: #f2f2f2;
            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); 
        }

        .navbar1 a {
            text-decoration: none;
            color: #333;
            font-size: 10px;
            font-weight: bold;
            padding: 1px 5px;
            border-radius: 10px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .navbar1 a:hover {
            background-color: #ddd;
            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;
  }
  
  







.bottomdown{
    margin-top: 10px;
    margin-left: -40px;
    background-color: #292626;
}
    .bottomdown th{
        padding-top: 20px;
    }
    .bottomdown td:nth-child(2),
    .bottomdown th:nth-child(2){
        padding-left: 150px;
    }
    .bottomdown th,td{
        padding-left: 130px;
        padding-right: 130px;
    }
    .bottomdown td{
    vertical-align: top;
    text-align: center;
    
    padding-top: -10px;
    
    }
footer{
    margin-top: 10px;
    text-align: center;
    
}
.smicons a img{


  height: 25px;

    width: auto;
    padding-right: 8px;
}
.footer{height: 20px;
   margin-top: 2px;
    background-color: #666;
}
.copyright{
   margin-left: 111px;
    text-align: center;
   
}

@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;}
         .navbar{padding: -10px -11px;}
         
@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{width: 160px;
        font-size: 6px;
    height: 15px;}
    .navbar1 a{
        margin: 0 0 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .icon{
        height: 20px;
        margin-left: -80px;
     } 
}
@media (max-width:530px){

    .search-input{width:0px ;
        align-items: flex-end;
    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 ;}
     }
   
        
     
    
}