.noto-serif-normal {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.inter-normal {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*{
  margin: 0;
  padding: 0;
}
body{
  background-color: #f5f8ff;
}

/* common style */
.primary-color{
  color: #E95A08;
}
.secondary-color{
  color: #000000;
}
.des-color{
  color: rgba(0, 0, 0, 0.5);
}
.common-title{
  font-size: 3.125rem;
  font-weight: bold;
}
.common-des{
  font-size: 1.375rem;
}

/* navbar-design */
.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 30px auto 0px auto;
}
.logo{
  width: 135px;
  height: 82px;
}
.nav-items{
  display: flex;
  gap: 48px;
  list-style: none;
}
.nav-item a{
  text-decoration: none;
  font-size: 1rem;
}
.nav-item:nth-child(1) a {
  color: #252432;
  font-weight: bold;
}

.nav-item:nth-child(2) a, .nav-item:nth-child(3) a {
  color: #8987A1;
}

.nav-item:nth-child(4) a {
  color: #000000;
}

/* banner-design */
.banner{
  display: flex;
  justify-content: space-between;
  align-items:end;
  max-width: 1140px;
  margin: 120px auto 120px auto;
}
.banner-col-text h1{
  font-size: 4.0625rem;
  font-weight: bold;
  margin-bottom: 13px;
}

main{
  max-width: 1140px;
  margin: 0 auto;
}

/* our-plants-section */
.our-plants-texts{
  text-align: center;
}
.our-plants-texts p{
  margin: 16px 126px 49px 126px;
}
.our-plants-cards{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.card{
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.card img{
  width: 100%;
}
.card-text{
  font-size: 1.375rem;
  line-height: 150%;
  font-weight: bold;
  color: #111111;
}
.card-text span{
  font-weight: 500;
}
.card-button{
  padding: 19px 0px;
  color: white;
  background-color: #E95A08;
  font-size: 1rem;
  font-weight: 600px;
  border: none;
}

/* Flower & Plants Lover section */
.flower-and-plants{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin: 210.13px 0px 133.87px 0px;
}
.flower-and-plants-img{
  position: relative;
}
.absolute-img {
  position: absolute;
  top: -20%;
  right: -20%;
}
.flower-and-plants-text h1{
  margin-bottom: 20px;
}
.flower-and-plants-text ul{
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  gap: 20px;
}

/* Latest  Deals section */
.latest-deals-tests{
  text-align: center;
}
.latest-deals-tests p{
  margin: 16px 126px 49px 126px;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 28px;
}
.left-column {
  display: grid;
  gap: 28px;
}

.grid-card {
  border-radius: 14px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-content {
  color: white;
  font-weight: bold;
  text-align: center;
}

.card-content h1 {
  margin: 0;
  font-size: 1.25rem;
}

.card-content a {
  display: inline-block;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 19px;
}

.right-card {
  grid-row: span 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  border-radius: 22px;
  height: 428px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-content h2 {
  font-size: 2.5rem;
  margin: 0;
}

.right-card .card-content a {
  display: inline-block;
  font-size: 1.75rem;
  color: white;
}

/* Join section */
.join{
  background-image: url('assets/news-letter-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 195.5px 305px;
  display: flex;
  justify-content: center;
  margin-top: 112px;
}
.join-content{
  max-width: 830px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
form{
  display: flex;
}

input[type="email"]{
    font-size: 1rem;
    color: rgba(0, 0, 0, .5);
    border: none;
    padding: 15.5px 348px 15.5px 20px;

}
button[type="submit"]{
    margin-left: -5px;
    background-color: #E95A08;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    border: none;
    padding: 15.5px 53.5px;
}

/* footer section */
.footer{
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-col-1 p{
  max-width: 359px;
  margin-top: 16px;
}
.footer-col-2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 110.67px;
}
.footer-col-2 ul{
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
}
.footer-manu-item a{
  color: rgba(0, 0, 0, .5);
  text-decoration: none;
}
.footer-col-3{
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.footer-col-3 img{
  width: 36px;
  height: 36px;
}

/* responsive-design-for-md-device */
@media screen and (min-width: 576px) and (max-width:1180px) {
  .navbar{
    margin: 20px ;
  }
  .banner{
    margin: 20px;
  }
  main{
    padding: 0px 20px;
  }
  .banner{
    position: relative;
    margin: 28px 0px 65px 0px;
  }
  .banner-col-text{
    width: 70%;
    margin: 30px 16px 0px 16px;
  }
  .banner-col-text h1{
    font-size: 2.5rem;
  }
  .banner-col-img img{
    width: 100%;   
  }
  .flower-and-plants{
    flex-direction: column;
    gap: 18px;
    margin: 41.5px 0px 143px 0px;
  }
  .flower-store-img{
    width: 600px;
    height: 600px;
    border-radius: 50%;
  }
  .absolute-img {
    display: none;
  }
    /* join */
  .join{
    padding: 110.5px 36px 64.5px 36px;
    margin-top: 44.5px;
  }
  input[type="email"]{
    padding: 15.5px 15px 15.5px 20px;
  }
  button[type="submit"]{
    padding: 15.5px 20px;
  }

/* footer */
.footer{
  margin: 50px 20px;
}

}

/* responsive-design-for-sm-device */
@media screen and (max-width: 576px){

  /* common */
  .common-title{
    font-size: 1.5rem;
  }
  .common-des{
    font-size: 0.875rem;
  }

  /* hero-section */
  .navbar{
    margin: 13px 16px 0px 16px;
  }
  .logo{
    width: 63px;
    height: 38px;
  }
  .nav-item:nth-child(1), .nav-item:nth-child(2), .nav-item:nth-child(3) {
    display: none;
  }
  .banner{
    flex-direction: column-reverse;
    margin: 28px 0px 65px 0px;
  }
  .banner-col-text{
    margin: 28px 16px 0px 16px;
  }
  .banner-col-text h1{
    font-size: 1.5rem;
  }
  .banner-col-img img{
    width: 100%;
  }

  main{
    padding: 0px 16px;
  }

  /* our-plants-section */
  .our-plants-texts p{
    margin: 16px 28.5px 28px 28.5px;
  }
  .our-plants-cards{
    grid-template-columns: repeat(2,1fr);
  }
  .card-text{
    font-size: 1rem;
  }
  
  /* Flower & Plants Lover section */
  .flower-and-plants{
    flex-direction: column;
    gap: 18px;
    margin: 41.5px 0px 143px 0px;
  }
  .flower-store-img{
    width: 100%;
  }
  .absolute-img {
    display: none;
  }

  /* Latest  Deals section */
  .latest-deals-tests p{
    margin: 16px 28.5px 51.5px 28.5px;
  }
  .grid-card {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .left-column {
    gap: 20px;
  }
  .right-card {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 14px;
    height: 200px;
  }
  .card-content h2 {
    font-size: 1.25rem;
  }
  .right-card .card-content a {
    font-size: 1rem;
  }

  /* join */
  .join{
    padding: 110.5px 36px 64.5px 36px;
    margin-top: 44.5px;
  }
  input[type="email"]{
    padding: 15.5px 15px 15.5px 20px;
  }
  button[type="submit"]{
    padding: 15.5px 12px;
  }

/* footer */
.footer{
  margin: 50px 17px;
  flex-direction: column;
}
.footer-col-1 img{
  width: 180px;
}
.footer-col-2{
  margin-top: 20px;
  flex-direction: column;
  gap: 32px;
}
.footer-col-2 ul{
  gap: 32px;
}
.footer-manu-item a{
  color: rgba(0, 0, 0, .5);
  text-decoration: none;
}
.footer-col-3{
  margin-top: 20px;
  justify-content: flex-start;
  gap: 20px;
}
}