@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 62.5%;
    font-family: 'Inter', sans-serif;
}

.nav-bar{
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px black solid;
}
.logo img {
    width: auto;
    height: 50px;
}
.links{
    gap: 100px;
    display: flex;
}
.links li{
    list-style-type: none;
}
.links a {
    text-decoration: none;
    color: black;
    font-size: 25px; 
}
.icons{
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-basket {
    /* Add styles for the basket icon */
    width: 50px;
    height: 50px;
}

.icon-search {
    /* Add styles for the search icon */
    width: 30px;
    height: 30px;
}
.hero{
    padding-top: 20px;
}
.hero-container{
    display: flex;
    justify-content: space-around;
    border-top: 15px solid black;
    border-bottom: 15px solid black;
    background-color: red;
    padding: 20px;
}

.hero-container img{
    width: auto;
    height: 500px;
}
.dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
}

.black {
    background-color: black;
}

.red {
    background-color: red;
    border: 2px solid black;
}
.items1{
    display: flex;
    justify-content: space-around;
}
.item1 img {
    width: auto;
    height: 380px;
}
.viewall-btn {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    background-color: black;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.viewall-btn:hover {
    background-color: #333;
}
.title{
    font-size: 40px;
}
.drop-cont{
    padding: 20px;
}
.item1 {
    text-align: center;
    margin-bottom: 20px;
}



.description {
    font-size: 16px;
    margin-top: 5px;
    color: #333;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}
.item1 {
    text-align: center;
    margin-bottom: 20px;
}

.item1 img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* Smooth transition for the zoom effect */
}

.item1 img:hover {
    transform: scale(1.1); /* Scale up the image slightly on hover */
}
.product-container {
    margin: auto;
    display: flex;
    background-color: red;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 20px;
  }
  .product-image img{
    width: auto;
    height: 600px;
    border: #000 solid 15px;
  }
  .product-image {
    width: auto;
    height: 600px;
    background-color: red; /* Placeholder for the actual image */
  }
  .product-details {
    color: black; 
    display: flex;
    flex-direction: column;
    gap: 10px;
   }

   .name{
    font-size: 50px;
   }

   .price {
     font-size: 30px; 
     font-weight:bold; 
   }
   .quantity-selector {
     display:flex; 
     justify-content:center; 
     align-items:center; 
     gap :5px
   }
   button{
      padding :10px ;  
      cursor:pointer
   }
   /* Increase the size of the quantity selector buttons and input */
.quantity-selector button {
    font-size: 20px;
    padding: 10px;
    margin: 5px;
}

.quantity-selector input {
    font-size: 20px;
    padding: 15px 30px;
    margin: 5px;
    width: 80px; /* Increased width */
    text-align: center;
}

/* Increase the size of the add to cart button */
.add-to-cart {
    font-size: 20px;
    padding: 15px 30px;
    margin: 5px;
    border: #000 2px solid;
}

/* Increase the size of the buy it now button and keep the styles */
.buy-it-now {
    font-size: 20px;
    padding: 15px 30px;
    margin: 5px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}
/* Ensure the lower-hero section takes the full width of the viewport */
.lower-hero {
    padding-top: 50px;
    padding-bottom: 30px;
    width: 100%;
}

/* Ensure the image container takes the full width */
.img-cont {
    width: 100%;
    border-top: 15px solid black;
    border-bottom: 15px solid black;
    display: flex;
    justify-content: space-between;
}

/* Ensure the images take the full width of their container */
.img-cont img {
    width: auto;
    height: 600px;
}
.footer{
    background-color: #000;
    color: white;
}
.links2 li{
    list-style-type: none;
}
.links2 a {
    text-decoration: none;
    color: white;
}
.link2{
    font-size: 50px;
    padding-left:30px;
    border-left: 7px white solid;
}
.level1 img{
    width: auto;
    height: 100px;
    padding-right: 20px;
}
.level1{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: white solid 1px;
    padding-bottom: 30px;
}
.currency-selector {
    margin-top: 10px;
    padding: 10px;
}

label {
    font-size: 18px;
    margin-right: 10px;
}

select {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.icons-med{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
}
.level2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: white 1px solid;
}
.level3 img{
    width: auto;
    height: 20px;
}
.level3{
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}