*{
    padding: 0;
    margin: 0;
    box-sizing:border-box ;
    font-family: outfit;

}
body{
    background-color:#dadada ;
}
a{
    text-decoration: none;
    color: inherit;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(92.41deg, #003d32, #04734b);
    padding: 10px 20px;
    color: #fff;
    height: 60px;
}
.logo{
    padding: 10px 0;
}
.logo:hover{
     border: 1px solid #fff;
    
}
.nav-country{
    display: flex;
    align-items: end;
    margin-left: 15px;
    font-size: 13px;
    color: #c4c4c4;
    padding: 10px 0;
}
.nav-country:hover{
    border: 1px solid #fff;
}
.nav-country h1{
    color: #fff;
    font-size: 14px;
}
.nav-search{
    flex: 1;
    display: flex;
    align-items: center;
    background: #fff;
    color:gray;
    max-width: 1000px;
    border-radius: 4px;
    margin-left: 15px;
}
.nav-search-category{
    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: #a91e7a; 
    border-radius: 0 4px 4px 0; 
    cursor: pointer;
    

}
.nav-language{
    display: flex;
    align-items: center;
    gap: 2px; 
    font-weight: 600px;
    margin-left: 15px;
   
    padding: 15px 0;
}
.nav-language:hover{
     border: 1px solid #fff;
}
.nav-text{
    margin-left: 15px;
    padding: 10px 0;

}
.nav-text:hover{
    border: 1px solid white;
}
.nav-text p{
    font-size: 10px;
}
.nav-text h1{
    font-size: 14px;
}
.nav-cart{
    display: flex;
    align-items: center;
    margin:0 15px;
    padding: 10px 0;
}
.nav-cart:hover{
    border: 1px solid white;
}
.nav-bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 8px 20px;
    background:  #0a5f4f;
    color: #fff;
    font-size: 15px;
    padding: 5 px;
    height: 40px;
}
.menu{
    padding:6px 0 ;
}
.menu:hover{
    border: 1px solid #fff;
}
.nav-bottom p{
    padding: 8px 0;
}

.nav-bottom p:hover{
    border: 1px solid #fff;
}
.nav-bottom div{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.Header-Slider ul{
    display: flex;
    overflow-x: hidden;
}
.header-img{
    max-width: 100%;

    mask-image:linear-gradient(to bottom, #000000 50%,transparent);
}
.Header-Slider a{
    position: absolute;
    top: 20%;
    z-index: 1;
    padding: 5vh 1vw;
    background: #ffffff4f;
    color: #0000007b;
    text-decoration: none;
    font-weight: 600px;
    font-size: 18px;
    cursor: pointer;
}
.control-next{
    right: 0;
}
.box-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;;
    justify-content: space-between;
    margin: 20px 30px;
    overflow: hidden;
    margin-top: 10px;
}

.box-col{
    display: flex;
    flex-direction:column;
    gap: 10px;
    padding: 15px 20px;
    background: #fff;
    max-width: 24%;
    min-width: 200px;
    z-index: 1;
}
.box{ 
  
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap:20px;
  margin: 20px 30px;
  
}


.product-box {
    max-width: 24%;
    min-width: 200px;
    margin-top: -25%;
  background-color: #fff;
  padding: 20px 15px;
  width: 320px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  z-index: 1;
}

.product-box h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.content-item {
  width: 48%;
  text-align: left;
}

.content-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  
}

.content-item p {
  font-size: 14px;
  color: #111;
  margin-top: 5px;
}

.discover-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: #007185;
  text-decoration: none;
}
.link{
    color:  #009999;;
    margin-left: 12px;
}
.box-col a{
    font-size: 13px;
    color: #009999;
    font-weight: 500px;
}
.header-box{
    margin-top: 5vw;
}
.products-slider{
    background: #fff;
    margin: 0 30px;
    padding: 20px;
    margin-bottom: 15px;
}
.products-slider .products{
    display: flex;
    overflow-y: hidden;
    gap: 20px;
    margin-top: 10px;
}
.products-slider .products img{
    max-width: 200px;
    max-height: 200px;
}
.products-slider-with-price{
    background: #fff;
    margin: 0 30px;
    padding: 20px;
    margin-bottom: 15px;
}
.products-slider-with-price .products{
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-top: 10px;
}
.products-card{
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-width: 210px;
    background: #fbfbfb;
}
.products-card img{
    width: 110px;
    margin: 0 50px;
}
.products-card h4{
    color: #525252;
    font-size: 15px;
    font-weight: 400px;
}
.product-offer p{
    background: #be0b3b;
    color:#fff ;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 8px 0;
    font-size: 13px;
}
.product-offer span{
    color: #be0b;
    font-weight: 500;
    font-size: 12px;
}
.product-price{
    color: gray;
    font-size: 13px;
}
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: #131921;
    padding: 20px 60px;
}