body{
    width: 100%;
    margin: 0px;
}
header,main{
    margin-left: 150px;
    margin-right: 150px;
}
.inter-font {
  font-family: "Inter", sans-serif;
}
.display-flex{
    display: flex;
}
/* Nav part */

.navigation{
    justify-content: space-between;
    align-items: center;  
}
.navigation ul{
    list-style: none;
    display: flex;
}
.item{
    margin-right: 48px;
}
.navigation li a{
    text-decoration: none;
}
.navigation ul li img{
    width: 22px;
    height: 18px;
}
#ho{
   color: #252432; 
   font-weight: bold;
   font-size: 1rem;
}
.sh{
    color: #8987A1;
    font-weight: 400;
    font-size: 1rem;
}
#car{
    color: #000000;
    font-weight: 400;
    font-size: 1rem;
}
/* Fresh section */
.fresh{
    margin-top:0px;
    display: flex;
    justify-content: space-between;
}
.fresh-container{
    height: 297px;
    width: 570px;
    margin-top: 120px;
}
.fresh-img{
    width: 100%;
    margin-top: 106px;
}
.fresh-title{
    width: 570px;
    font-weight: bold;
    font-size: 4.05rem;
    color: #000000;
    margin-bottom: 11px;
}
.flower{
    color:#E95A08 ;
}
.color-1{
    color:#000000 ;
    font-size: 1.3rem;
    font-weight: 200;
}
.fresh-description{
width: 570px;
}
/* plants part */
.title-plants{
 justify-items: center;
}
.para{
    width: 888px;
}
.titles{
    font-size: 3.1rem;
    font-weight: bold;
}
/* cards made */
.cards{
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    gap: 25px;
    
}
.card{
    width: 100%;
    text-align: center;

}
.card img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.lily{
   font-size: 1.2rem;
   font-weight: 500; 
   margin-bottom: 10px;
   margin-top: 19px;
}
.usd{
    font-size: 1.20rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px
}
.btn{
    width: 270px;
    background-color: #E95A08;
    color: #FFFFFF;
    padding: 19px 70px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
}
/* Lover */
.loved-section{
    margin-top: 160px;
    gap: 60px;
    justify-content: center;
}
.describe{
    margin:0 auto;
}
.sub-title-describe{
    display: grid;
    grid-template-columns: 1fr;

}
.lover{
    position: relative;
}
.love-write{
   width: 540px; 
}
.love-title{
    width:540px;
    font-size: 3.03rem;
    font-weight: bold;
}
.lover img{
    width: 540px;
}
.trust img{
    width: 286px;
    height: 286px;
    top: -100px;
    left: 350px;
     position: absolute;
}

/* latest deals */
.latest-head{
    font-size: 3.05rem;
    font-weight: bold;
    margin-top: 120px;
}
.lasted{

margin-left: 300px;
}
.latest-para{
   max-width: 888px;
    text-align: center;
    margin: 0 auto;
}

/* box part */
.discount{
    margin-top: 100px;
    gap: 28px;
    justify-content: center;
}
.offer{
    /* gap: 28px; */
}
.box-1{
    
    height: 201px;
    width: 367px;
    background-image: url("../assets/deal-bloom.png");
    border-radius:14px ;
    position: relative;
    margin-bottom: 25px; 
}
.box-2{
 
    height: 201px;
    width: 367px;
    background-image: url("../assets/deal-ana.png");
    border-radius:14px ;
    position: relative;
}
.box-11{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
    
}

.box{
    width: 753px;
    height: 423px;
    background-image: url("../assets/deal-zabo.png");
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    
}
.box-12{
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    border-radius: 14px;
}
.box-22{
    position:absolute ;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
   
}
.off{
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFFFFF;
   
}
.shop{
    font-weight: 600;
    font-size: 1rem;
    color: #FFFFFF;
}
.zabo{
    font-size:2.5rem ;
    font-weight: bold;
    color: #FFFFFF;
}
.now{
    font-size:1.8rem ; 
    font-weight: 600;
    color: #FFFFFF;
}

    /* joins */

    .join{
        background-image: url("../assets/news-letter-bg.png");
        height: 533px;
        position: relative;
        margin-top: 120px;
        background-repeat: no-repeat;
        background-size: cover;         
        background-position: center;   
    }
    .branch{
        font-size: 3.05rem;
        font-weight: bold;
        color: #FFFFFF;
    }
#email{
    width: 644px;
    height: 50px;
}
.mid-branch{
    position: absolute;
    text-align: center; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
}
.input{
    display: flex;
}
/* footer part */
.footer{
    gap: 30px;
    justify-content: center;
    margin-top: 70px;
}
.sub-foot li  {
list-style: none;

}
.sub-foot li a{
text-decoration: none;
}
.main-footer{

}
.sub-foot-head{
    width:355px ;
}
.sub-foot-icon{
    display: flex;
    gap: 24px;
    width: 36px;
    height: 36px;
}
.sub-foot li{
    margin-bottom: 26px;
}
@media screen and (max-width:576px) {
  .inter-font{
    margin-right: 0px;
  }
    header, main, footer {
    width: 100%;
    margin-left: 0px;
  }
  .navigation img{
    margin-left: 16px;
  }
  #cart{
   margin-left: -100px;
  }
    .item a{
        display: none;
    }
.fresh{
    flex-direction: column-reverse;
    margin-top: 128px;
    width: 100%;
}
.fresh-img{
    width: 100vw; 
    height:auto;
    margin-top: 0px;
}
.fresh-container{
    margin-top:0px;
    width: 100%;
    margin-right: 0px;
    margin-left: 12px;
}
.fresh-title{
    font-size: 2.4rem;
    width: 100%;
}
.fresh-description{
    font-size: .93rem;
    width: 100%;
}
/* our plants */
.titles{
    font-size: 1.5rem;
}
.para{
    width: 100%;
    font-size: .93rem;
    text-align: center;
}
.title-plants{
    width: 100%;
    margin-left: 0;
}
.cards{
    display: grid;
    grid-template-columns:repeat(2,1fr) ;
    justify-content: center;
    column-gap:0px;
    margin-left: 16px;
}
    
.card{
  width: 171px;   
}
.card:nth-last-child(1),
    .card:nth-last-child(2) {
        display:none;
    }
.btn{
    width: 171px;
    height: 50px;
    font-size: 16px;
    padding: 19px 30px;
}
/* loved section */
.loved-section{
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-left: 8px;
}
.trust{
    display: none;
}
.lover img{
   margin-top: 40px; 
   width: 100%;
   margin-right: 30px;
}
.love-title{
    font-size: 1.5rem;
    width: 100%; 
}
.describe{
    font-size: .93rem;
    width: 100%;
}
.love-write{
   width: 385px; 
}
.latest-head{
    font-size: 1.5rem;
}
.discount{
    display: flex;
    flex-direction: column;
    width: 100%;
     height: auto;
    align-items: center;
}
.box{
    width: 368px;
    height: 177px; 
}
.zabo{
    font-size:1.04rem ;
}
.now{
    font-size: 1rem;
}
/* Joins */
.join{   
     height:275px ; 
     background-image: url("../assets/news-letter-bg.png");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 100vw;
}
.branch{
    font-size: 1.25rem;
}
.input{
    width: 321px;
}
.footer{
    flex-direction: column;
    gap: 0px;
    margin-bottom: 45px;
    padding-left:20px ;
}
.color-1{
    font-size: 1rem;
}
.sub-foot li{
    margin-bottom: 20px;
}
.sub-foot ul{
    padding-left:0px ;
    margin-top: 0px;
}
#email{
    height:45px ;
}

}
