@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

.noto-serif-normal {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}
/* shared styles */
.display-flex{
    display: flex;
}
.nav-color{
    color: rgba(137, 135, 161, 1);
}
 .nav-bar,.banner-parent , .card-section , .badge-parent , .latest{ 
 max-width: 1140px;
    margin: 0 auto; 
 } 
.color-1{
    color: rgba(0, 0, 0, 0.5);
}
/* nav styles */
.nav-bar{
    justify-content: space-between;
    align-items: center;
}
.nav-li{
    list-style: none;
    margin-right: 30px;
}
.nav-link{
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}
.black{
    color:rgba(0, 0, 0, 1) 
}
/* banner style */
.banner-parent{
 margin-top: 226px; 
 padding: 0 150px;
}
.banner-title{
    font-size: 4rem;
    font-weight: bold;
    color: rgba(233, 90, 8, 1);
    
}
.banner-des{
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    padding: 13px;
}

/* our-plants */
.plant-content{
    margin-top: 150px;
}
.plant-title{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color:rgba(233, 90, 8, 1) ;
}
.plant-des{
    font-size: 1.25rem;
    text-align: center;
}
.card-section , .card-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 50px;
    width: 1140px; 
    height: 1000;
}
.card-content{
    margin: 20px;
    gap: 20px;
}
.card-title{
    font-size: 1.25rem;
    text-align: center;
    ;
}
.card-des{
font-weight: bold;
font-size: 1.25rem;
text-align: center;
margin-top: 20px;
}
 .card-btn{
    background-color: rgba(233, 90, 8, 1);
    width: 270px;
    height: 50px;
    color: white;
    border: none;
}

/* badge styles */
.badge-pic{
    width: 286px;
    height: 286px;
    margin-left: -200px;
    margin-top: -150px;
    
}
.badge-parent{
    display: flex;
    margin-top: 210px;
    gap: 60px;
}
.badge-des{
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 150px 0px 0px 0px;
}
.badge-title{
    font-size: 2rem;
    font-weight: bold;
    color: rgb(9, 4, 0);  
}
/* latest section */
.latest-title{
font-weight: bold;
font-size: 3.25rem;
color:rgba(233, 90, 8, 1); 
text-align: center;
}
.latest-des{
    text-align: center;
    margin-top: 16px;

}
.pic-1{
 background-image: url('../image/deal-ana.png');
  width: 367px;
 height: 200px;
 border-radius: 8px;
 filter: brightness(80%);
}
.pic-2{
    width: 367px;
   height: 200px;
   background-image: url('../image/deal-bloom.png');
   border-radius: 8px;
   filter: brightness(80%);
}
.pic-3{
    width: 753px;
    height: 423px;
    background-image: url('../image/deal-zabo.png');
    border-radius: 8px;
    margin-top: 30px;
    filter: brightness(80%);
}

.pic-1-des , .pic-2-des{
font-size: 1.25rem;
color: white;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
 padding: 60px 47px 0px 49px; 
}
.shop-1 ,.shop-2, .shop-3{
    font-weight:500;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: underline;
}
.pic-3-des{
font-size: 3rem;
color: white;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
 padding: 65px 47px 0px 49px;
}
.latest-pic{
    display:grid ;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}

/* responsive for small device */
@media screen and (max-width:576px){
    .nav-link{
        display: none;
    }
    .banner-parent{
        flex-direction: column-reverse;
        margin-left: 0px;
        margin-top: 26px;
        gap: 100px;
     }
    .banner-pic{
        width: 100%;
    }
    .banner{
        width: 361px;
        height: 147px;
        margin-top: 26px;
        gap: 13px;
    }
    .banner-title{
        font-size: 1.25rem; 
        margin: 0px;
        width: 200px;
        height: 40px;
    }
    .banner-parent{
        height: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }
    .card-section ,.card-content{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-top: 50px;
    width: 100%; 
    height: 100%;
    text-align: center;
    margin-left: 0px;
    }
    .badge-parent{
        flex-direction: column;
    }
    .badge-pic{
        display: none;
    }
    .badge-des{
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .badge-title{
        font-size: 1.75rem;
    font-weight: bold;
    color: rgb(9, 4, 0);
    }
    .latest-pic{
    display:grid ;
    grid-template-columns: repeat(1,1fr);
    gap: 50px;
} 
.pic-3{
    width: 100%;
    
}  
.nav-bar,.banner-parent,
.card-section ,
 .badge-parent ,
  .latest ,.latest-pic{
width: 100%;
}
}
