@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

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

/* heading style css */
.banner-container {
  width: 1920px;
  height: 850px;
  display: flex;
  align-items: center;
  background-color: rgba(229, 84, 115, 0.1);
}

.banner-container .banner-content {
  width: 708px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.banner-content .content-title {
  font-family: Lato;
  font-size: 80px;
  font-weight: 800;
  color: #272727;
}

.banner-content .content-desc {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 32px;
}

.shop-btn .shop-now {
  width: 177px;
  height: 64px;
  margin-top: 32px;
  border-radius: 8px;
  background: rgb(229, 84, 115);
  border: none;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}

/* right side image stlye */
.right-image {
  width: 635px;
  height: 800px;
  margin-top: 50px;
  margin-right: 240px;
}

/* flowers container */
.featured-container {
  width: 1440px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 178px;
}

.featured-container .featured-flowers {
  width: 594px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featured-flowers .flower-title {
  font-family: Lato;
  font-size: 40px;
  font-weight: 800;
  color: #272727;
}

.featured-flowers .flower-desc {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
  text-align: center;
  color: #27272799;
}

/* three flowers style css */
.three-flowers {
  width: 1440px;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 35px;
  flex-direction: row;
}

.three-flowers .flower1 {
  width: 300px;
  height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 150px 150px 0 0;
  background: rgba(167, 33, 98, 0.15);
  padding: 116px 76px 0 76px;
}

.three-flowers .flower2 {
  width: 300px;
  height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 150px 150px 0 0;
  background: rgba(5, 151, 160, 0.15);
  padding: 111px 47px 0px 47px;
}

.three-flowers .flower3 {
  width: 300px;
  height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 150px 150px 0 0;
  background: rgba(71, 125, 17, 0.15);
  padding: 100px 76px 0 76px;
  margin-bottom: 35px;
}

.three-flowers .flower1 img {
  width: 210px;
  height: 305px;
}

.three-flowers .flower2 img {
  width: 210px;
  height: 305px;
}

.three-flowers .flower3 img {
  width: 210px;
  height: 305px;
}

/* three flowers bottom title style */
.three-flower-title {
  margin-top: 32px;
  font-family: Lato;
  font-size: 17px;
  font-weight: 700;
}

.flower2 .three-flower-title {
  margin-top: 50%;
  font-family: Lato;
  font-size: 17px;
  font-weight: 700;
}
