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

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Noto Serif", serif;
  font-weight: 700;
  color: #000000;
}

p,
a,
li{
  font-family: "Inter", sans-serif;
  font-size: 22px;
  color: hsla(0, 0%, 0%, 0.5);
}

/* share style */
.container{
  max-width: 1140px;
  margin: 0 auto;
}
.text-center{
  text-align: center;
}

.btn-prinary{
  background-color: #E95A08;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 19px 80px;
  border: 2px solid #E95A08;
}

.btn-prinary:hover{
  background-color: #fff;
  color: #E95A08;
}
.display-flex{
  display: flex;
}
.orange-text{
  color: rgb(233, 90, 8);
}

/* nav area style */

.main-nav{
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.nav-link{
  list-style: none;
}
.nav-link li{
  margin-right: 30px;
}
.nav-link li a{
  text-decoration: none;
  font-weight: 600;
}
.nav-link a:hover{
  color: #000000;
}
.cart-icon span{
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
}

/* banner area style */

.banner{
  margin: 120px auto;
  justify-content: space-between;
  align-items: flex-end;
}
.left-banner-area h2{
  font-size: 65px;
  margin-bottom: 20px;
}

/* Our plants area style */
.top-text-area{
  max-width: 888px;
  margin: auto;
}
.top-text-area h3{
  font-size: 50px;
  margin-bottom: 20px;
}

.plants{
  margin: 50px auto;
  gap: 15px; 
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.plant-card h5{
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}
.plant-card span{
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}
/* Flower & Plants Lover style */

.plants-lover{
  margin: 150px auto ;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.plants-lover .right-side-textarea h2{
  font-size: 60px;
  margin-bottom: 20px;
}
ul{
    list-style-position: outside;
}
ul li{
  margin-bottom: 20px;
  margin-left: 28px;
}
.trusted-badge{
  position: absolute;
  margin-top: -740px;
  margin-left: 360px;

}
.trusted-badge img{
  width: 286px;
  height: 286px;
  filter: drop-shadow( 0px 10px  hsla(0, 0%, 0%, 0.12));
}

 /* Latest  Deals style */

 .deals{
  justify-content: space-between;
  gap: 20px;
 }
.deals h2{
  font-size: 50px;
  margin-bottom: 30px;
}
.deals p{
  margin-bottom: 100px;
}

.display-flex2 {
  display: flex;
  gap: 20px;
}

.deal-column-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* --- COMMON PROMO STYLES --- */
.promo-box {
  background-size: cover;
  background-position: center;
  padding: 24px;
  color: white;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
}

/* Common link styles */
.promo-box a {
  color: white;
  text-decoration: underline;
}

.promo-box h3, .promo-box h4, .promo-box p {
  margin: 4px 0;
  color: #fff;
}


/* Left column boxes */
.bloom-plant-dis, .ana-plant-dis {
  font-size: 20px;
}

.bloom-plant-dis a, .ana-plant-dis a {
  font-size: 20px;
}

/* Right column box */
.zabo-plant-dis {
  flex: 2;
  font-size: 50px;
}

.zabo-plant-dis a {
  font-size: 50px;
}

/* background images */
.bloom-plant-dis {
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.2) 0%, rgba(23, 23, 23, 0.4) 0%, rgba(23, 23, 23, 0.4) 0%) , url(../assets/deal-bloom.png);
}

.ana-plant-dis {
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.2) 0%, rgba(23, 23, 23, 0.4) 0%, rgba(23, 23, 23, 0.4) 0%) , url(../assets/deal-ana.png);
}

.zabo-plant-dis {
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.2) 0%, rgba(23, 23, 23, 0.4) 0%, rgba(23, 23, 23, 0.4) 0%) , url(../assets/deal-zabo.png);
}


/* Join the colorful Bunch Start */

#join-section{
  background-image: url(../assets/news-letter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 199px 305px;
  margin-bottom: 50px;
}
#join-section h2{
  color: #fff;
  font-size: 50px;
  margin-bottom: 16px;
}
#join-section .subscribe-area{
  display: flex;
  justify-content: center;
  align-items: center;
}
#join-section .subscribe-area input{
  width: 644px;
  padding: 21.8px 20px;
  outline: none;
}
#join-section .subscribe-area input::placeholder{
  font-size: 16px;
  color: hsla(0, 0%, 0%, 0.5);
  
}

#join-section .subscribe-area button{
  margin-left: -.1px;
  background-color: #E95A08;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 19px 80px;
  border: 2px solid #E95A08;
  cursor: pointer;
}
#join-section .subscribe-area button:hover{
  color: #000000;
}

/* footer area style */
footer {
  margin: 50px 180px;
  justify-content: space-evenly;
  align-items: start;
}
footer #footer-text{
  max-width: 360px;
}
#footer-text img{
  margin-bottom: 20px;
  cursor: pointer;
}
footer .footer-link ul{
  list-style: none;
}
footer .footer-link li{
  line-height: 35px;
}
footer .footer-link li a:hover{
  color: #E95A08;
}
footer .footer-link a{
  text-decoration: none;
}

.footer-logo-area{
  gap: 30px;
  align-items: center;
  cursor: pointer;
}