*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #dadada;
}
a{
    text-decoration: none;
    color: inherit;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #131921;
    padding: 10px 20px;
    color: white;

}
.nav-country{
    display: flex;
    align-items: end;
    margin-left: 15px;
    font-size: 13px;
    color: #c4c4c4;
}
.nav-country h1{
    color: white;
    font-size: 14px;
}
.nav-search{
    flex: 1;
    display: flex;
    align-items: center;
    background: #fff;
    color: grey;
    max-width: 1000px;
    border-radius: 4px;
    margin-left: 15px;
}
.nav-search-catagory{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 5px;
    background: #e5e5e5;
    border-radius: 4px 0 0 4px;
}
.nav-search-input{
    border: none;
    outline: none;
    padding-left: 20px;
    width: 100%;
}
.nav-search-icon{
    max-width: 41px;
padding: 8px;
background: #ffd64f;
border-radius: 0 4px 4px 0;
}
.nav-language{
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 15px;
    font-weight: 600;
}
.nav-text{
    margin-left: 15px;
}
.nav-text p{
    font-size: 10px;
}
.nav-text h1{
    font-size: 14px;
}
.nav-cart{
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.nav-bottom{
    display: flex;
    align-items: center ;
    gap: 20px;
    padding: 8px 20px;
    background-color: #232f3e;
    color: white;
    font-size: 15px;
}
.nav-bottom div{
    display: flex;
    align-items: center;
    gap: 2px;
    color: white;
}
.header-Slider ul{
    display: flex;
    overflow-y: hidden;

}
.header-image{
    width: 100%;
    mask-image: linear-gradient(to bottom, #000000 50%, transparent 100%);

}
.header-Slider a{
    position: absolute;
    top: 20%;
    z-index: 1;
    padding: 5vh 1vw;
    background: #ffffff4f;
    color: #0000007b;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    
}
.Control-nxt{
    right: 0;
}
.box-row{
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: space-between;
    margin: 20px 30px;

}
.box-column{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 15px 20px;
    background: #fff;
    max-width: 25%;
    min-height: 200px;
    z-index: 1;
}
.box-column a{
    font-size: 1rem;
    color: blue;
    font-size: 1rem;

}
.header-box{
    margin-top: -20vh;
}
.product-slider{
    background: white;
    margin: 0 30px;
    padding: 20px;
    margin-bottom: 15px;

}
 .product-slider .product{
    display: flex;
    overflow-x: auto;
    gap: 20px;
    margin-top: 10px;

}
 .product-slider .product img{
    max-width: 200px;
    max-height: 200px;
 }
  .product-slider .product::-webkit-scrollbar{
    display: none;
  }
  



  /* product with price */
.product-scroll-items {
    background: #fff;
    margin: 0 20px 20px;
    padding: 1rem;
}

.product-scroll-items h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.product::-webkit-scrollbar {
    display: none; 
}

.product-card {
    min-width: 150px;
    max-width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}

.product-img img {
    width: 100%;
    height: auto;
}

.product-offer {
    color: #B12704;
    font-weight: 500;
    margin-top: 5px;
}

.product-price {
    font-weight: bold;
    margin: 5px 0;
}

.list-price {
    color: #565959;
    font-size: 12px;
    text-decoration: line-through;
}

.personalize-recomodation{
    background: white;
    font-size: 2rem;
    height: 8rem;
    width: 100%;
    text-align: center;
}
  
.signin-btn button{
    border: 2px solid black;
    border-radius: 20px;
      padding: 5px 60px;  
    font-size: 15px; 
    background: yellow;
}
 
.new-customer{
    padding: 0.8rem;
    font-size: 16px;
}
.back-to-top{
    color: white;
    background-color: rgb(28, 28, 59);
    width: 100%;
    height: 3rem;
    text-align: center;
    padding-top: 1.2rem;

}
.main-footer {
  background-color: #232F3E;
  color: white;
  display: flex;
  justify-content: space-evenly;
  padding: 40px 20px;
  flex-wrap: wrap; /* allows responsiveness */
}

.footer-column {
  width: 200px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}
