* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
  }
  
  /* header first section */
  header li {
    list-style: none;
  }
  
  .flower-house {
    color: #ffffff;
    text-align: left;
  }
  
  .flower-list {
    display: flex;
  }
  
  .flower-house-list {
    color: #fff;
    padding-right: 30px;
    font-size: 20px;
  }
  .header-sec-first {
    padding: 20px;
    display: flex;
    background: #e55473;
  
    justify-content: space-around;
  }
  
  .header-first-div-heading {
    color: #272727;
    font-size: 80px;
    font-weight: 800;
  }
  
  .header-first-div-peragraf {
    color: rgba(39, 39, 39, 0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 30px;
    width: 50%;
  }
  
  .header-first-div-btn {
    background-color: #e55473;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 43px;
    gap: 10px;
    margin-top: 30px;
  }
  
  /* banner */
  .banner {
    background-color: rgba(229, 84, 115, 0.1);
  }
  .container {
    width: 1140px;
    margin: auto;
  }
  .banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("./flower-shop-assignment/Flower Asset/pngwing 10.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 515px;
  }
  .banner-content {
    padding: 140px 0;
  }
  .banner-title {
    font-size: 60px;
    font-weight: 900;
    color: #272727;
    line-height: 75px;
    font-family: "Lato", sans-serif;
  }
  .banner-desc {
    color: rgba(39, 39, 39, 0.75);
    font-size: 15px;
    margin: 30px 0;
    line-height: 25px;
    width: 43%;
  }
  .banner-btn {
    padding: 15px 32px;
    background-color: #e55473;
    border-radius: 8px;
    border: none;
    font-size: 17px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
  }
  
  /* banner */
  
  /* main */
  /* first section */
  .main-sec-1-first-div {
    display: flex;
    text-align: center;
    padding-top: 100px;
    justify-content: center;
  }
  
  .Featured-Flowers-heading {
    color: #272727;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .Featured-Flowers-pera {
    color: rgba(39, 39, 39, 0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  
  /* 3 pic */
  
  .main-sec-1-second-div {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    gap: 20px;
  }
  
  .sec-1-flower-1-div {
    margin: 50px;
    background-color: #a7216226;
    width: 400px;
    height: 500px;
  
    border-radius: 200px 200px 0px 0px;
  }
  
  .sec-1-flower-1-pic {
    padding-left: 50px;
    padding-top: 70px;
  }
  
  .sec-1-flower-2-div {
    margin: 50px;
    background-color: #921f1027;
    width: 400px;
    height: 500px;
    border-radius: 200px 200px 0px 0px;
  }
  
  .sec-1-flower-2-pic {
    padding-left: 40px;
    padding-top: 60px;
    padding-right: 20px;
  }
  
  .sec-1-flower-3-div {
    margin: 50px;
    background-color: #477d1126;
    width: 400px;
    height: 500px;
    border-radius: 200px 200px 0px 0px;
  }
  
  .sec-1-flower-3-pic {
    padding-left: 50px;
    padding-top: 28px;
  }
  
  .pink-flower-tree-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pink-flower-tree-1 {
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    padding-left: 0px 200px 0px;
    padding-right: 130px;
  }
  
  .pink-flower-tree-2 {
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    padding: 0px 200px 0px;
  }
  
  .pink-flower-tree-3 {
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    padding-left: 0px 200px 0px;
    padding-left: 130px;
  }
  
  /* main section-2 */
  .section-2 {
    padding-top: 200px;
  }
  
  .hot-deal {
    color: #272727;
    font-size: 40px;
    font-weight: 800;
    /* padding: 0px 50px 0px 120px ; */
  }
  
  .span {
    color: #e55473;
  }
  
  .hot-deal-peragraf {
    color: rgba(39, 39, 39, 0.6);
    width: 100%;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  
  .hot-deal-btn {
    color: #fff;
    background-color: #e55473;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 43px;
    gap: 10px;
    margin-top: 20px;
    border: 0px;
    border-radius: 5px;
  }
  
  .section-2-div {
    background: rgba(229, 84, 115, 0.05);
    width: 1140;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-around;
  }
  
  .section-2-div-first-div {
    width: 600px;
    font-size: larger;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: auto;
  }
  
  .hot-deal-img {
    width: 500;
    height: 700;
    padding: 100px 200px 100px 0px;
  }
  
  /* main section 3 */
  .insta {
    color: #272727;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    padding-top: 100px;
  }
  
  .insta-pera {
    color: rgba(39, 39, 39, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
  }
  
  .insta-div {
    flex-direction: column;
    height: 300px;
    align-items: center;
    text-align: center;
  }
  
  .picture-4-div {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  
  .pic-1 {
    box-shadow: 10px 20px 50px rgba(213, 93, 163, 0.289);
  }
  
  .pic-2 {
    box-shadow: 10px 20px 50px rgba(213, 93, 163, 0.289);
  }
  
  .pic-3 {
    box-shadow: 10px 20px 50px rgba(213, 93, 183, 0.289);
  }
  
  .pic-4 {
    box-shadow: 10px 20px 50px rgba(213, 93, 183, 0.289);
  }
  
  .get {
    color: #272727;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    padding-top: 50px;
  }
  
  .coupon {
    color: rgba(39, 39, 39, 0.6);
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
  }
  
  .search-box {
    margin-left: 80px;
    width: 700px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 5px;
    color: rgba(39, 39, 39, 0.6);
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 50px;
  }
  
  .subscribe {
    background-color: #e55473;
    border-radius: 5px;
    width: 150px;
    height: 65px;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  
  .section-4 {
    padding-top: 200px;
    justify-content: center;
  }
  
  .background-img {
    background-image: url("./Rectangle\ 9.png");
    background-repeat: repeat;
    width: 1440px;
    height: 449px;
    flex-shrink: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 20px 50px #e554733c;
  }
  
  .section-4-div {
    padding-top: 100px;
  
    width: 1000px;
    margin: auto;
  }
  
  /* footer */
  footer {
    margin-top: 100px;
    border: 0px;
  }
  
  .flower-shop-div {
    align-items: center;
    width: 100%;
    height: 300px;
    padding: 50px 0 50px;
    background-color: #272727;
  }
  
  .flower-shop-heading {
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 10px;
  }
  
  .flower-shop-peragraf {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 20px;
  }
  
  .last-line {
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
  }
  