* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body{
    background-color: black;
	margin:0px;
	color:white;
    padding: 0%;
}



        .navbar1 {
			position: relative;
            background-color: #f2f2f2;
            padding: 20px;
            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: 15px;
            font-weight: bold;
            padding: 1px 10px;
            border-radius: 10px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .navbar1 a:hover {
            background-color: #ddd;
            color: #000;
        }

.navbar-container {
  background-color: #f0f0f0; 
  padding: 10px 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #ffffff; 
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo-section {
  display: flex;
  align-items: center;
}

.logo {
  width: 80px; 
  margin-right: 10px;
}


  
  .search-section {
    display: flex;

    flex-grow: 1;
    max-width: 500px;
  }
  
  .search-input {
    width: 50%;
   

    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 20px 0 0 20px;
    border-right: none;
    outline: none;
  }
  
  .search-btn {
    padding: 7px 12px;
    
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    border-left:none ;
    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;
    color: #333;
  }
  
  .icon {
    font-size: 20px;
    cursor: pointer;
  }
  
  
        
    .icons {
            position:absolute;
            right: 20px;
            display: flex;
            align-items: center;
            order: -1;}
        
    .iconsUl {
            list-style: none;
            padding: 0px;
            margin: 0px;
            margin-left: auto;
            display: flex;
            gap: 20px; 
        }
        





.header-icons .icon {
    font-size: 20px;
    margin-left: 15px;
}

.product-section {
    display: flex;
    padding: 40px;
    background-color: #333;
}

.product-images {
    flex: 1;
    text-align: center;
}

.main-image {
    height: 300px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.thumbnail-images img {
    height: 60px;
    margin: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.product-details {
    flex: 1;
    padding-left: 20px;
}

.product-details h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.features {
    list-style: none;
    margin-bottom: 15px;
}

.price {
    font-size: 24px;
    color: #3cb371;
    margin-top: 10px;
}

.buttons {
    margin-top: 20px;
}

.buy-now, .add-to-cart {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    border-radius: 25px;
    color: #fff;
    width: 150px;
    cursor: pointer;
}

.buy-now {
    background-color: #3cb371;
}

.add-to-cart {
    background-color: #008cba;
}

.additional-info {
    display: flex;
    margin-top: 20px;
    gap: 15px;
}

.info-item {
    background-color: #555;
    padding: 5px 10px;
    border-radius: 5px;
}

.color-storage {
    margin-top: 20px;
}

.color-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

.green { background-color: green; }
.pink { background-color: pink; }
.black { background-color: black; }
.blue { background-color: blue; }
.silver { background-color: silver; }

.storage-option {
    display: inline-block;
    margin: 5px 10px;
    background-color: #555;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.description-section {
    padding: 40px;
    background-color: #222;
}

.description-section h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-content div {
    margin: 10px;
}

.footer-content h4 {
    margin-bottom: 10px;
}
.bottom{
   
    margin-bottom:  0;
    background-color: #292626;
    position: relative;
    bottom:0;
   
}

.bottom ul{display: flex;

	
}
.topics{
	
	font-weight: bold;
	font-size: 20px;
	list-style: none;
}
.topicContainer li{
	justify-content: space-between;
	list-style: none;
	padding-right: 50px;
	float:left;
}
.topics img{
	height:25px;
	width:35px;
	margin-bottom: -6px;
}
.links{
    
    position: relative;
    left:-35px;
}
.links li{
   font-size: 20px;
   font-weight: bold;
   display:block;
   float:left;
   padding-left: 30px;
}
.links ol{
    font-size: 15px;
    position: relative;
    left: -20px;
}
.links .smIcons ol{
    float: left;
    margin-top: 5px;
    margin-left: 10px;

}


.container{
    width: 85vmin;
    position: relative;
  
    align-items: center;
    margin: 0 auto;
    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%;
}
hr { width:100%; height:1px; background: #fff }
.product-section {
    padding: 40px;
    background-color: #fff;
    margin-top: 20px;
    color: #b9aeae;
    background-color: #292626;
}
.product-section p{
    color: #292626;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    
}

.product-item {
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.product-item img {
    width: 150px;
    margin-bottom: 10px;
}




.bottomdown{margin-top: 10px;
    margin-left: -40px;}
    .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;
   
}
