* {
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
  scroll-behavior: smooth;
}
body {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.header {
  position: relative;
  height: 97vh;
  display: flex;
  align-items: center;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e55473;
  opacity: 0.1; /* Opacity of the background */
  z-index: -1; /* Ensure the overlay is behind the content */
}

.header div {
  position: relative;
  z-index: 1; /* Ensure content is above the overlay */
}

.btn {
  background-color: #e55473;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 32px;
}
.header-text {
  width: 70%;
  padding: 20px;
}
.header-text h1 {
  font-size: 45px;
  font-weight: bolder;
}
.header-text p {
  font-size: 12px;
  font-weight: normal;
  margin-top: 32px;
  line-height: 1.8;
}
.header-img {
  width: 70%;
}

.header-img img {
  width: 400px;
  position: relative;
  top: 17px;
}
.header-item {
  width: 50%;
}


main{
    margin-top: 100px;
}

.featured-header{
    width: 560px;
    text-align: center;
    margin-bottom: 48px;
}
.featured-title{
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.featured-para{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}

.featured-items{
    /* display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 10px; */
    display: flex;
    gap: 0px 24px;
    padding: 10px 70px;
    margin: 0 auto;
}
.featured-img{
  background-color: #a721622e;
  width: 100%;
  height: 388px;
  border-radius: 100% 100% 0% 0%;

}
.featured-img img{
 width: 50%;
 
 position: relative;
 top: 140.2px;

}
.featured-img2{
  background-color: #0598a022;
  width: 100%;
  height: 388px;
  border-radius: 100% 100% 0% 0%;

}
.featured-img2 img{
 width: 65%;
 
 position: relative;
 top: 130.2px;

}
.featured-img3{
  background-color: #477d112c;
  width: 100%;
  height: 388px;
  border-radius: 100% 100% 0% 0%;

}
.featured-img3 img{
 width: 50%;
 
 position: relative;
 top: 119.2px;

}
.featured-item{
 width: 32.33%;
  text-align: center;

}
.featured-text{
 text-decoration: underline;
 font-size: 16px;
 margin-top: 32px;

}


.about{
  margin: 128px auto;
  height: 320px;
  width: 89%;
  background-color: #27272717;
  border-radius: 4px;
  /* padding: 10px 170px; */
  display: flex;
  align-items: center;
  text-align: center;
}
.about-group img{
  width: 88px;
  height: 88px;
 margin-bottom: 20px;
}
.about-group p{
 font-size: 16px;
 font-weight: 300;
}

.discount-section{
  background-color: #e554731e;
  height: 90vh;
  margin-bottom: 128px; display: flex;
  align-items: center;
}
.discount{
  width: 90%;
  /* height: 500px; */
  display: flex;
  align-items: center;
}
.discount-div{
  width: 50%;
  text-align: center;
}
.discount-div p{
  line-height: 1.8;
  font-size: 14px;
  font-weight: 300;
  margin: 24px auto;
}
.discount-div h1{
  letter-spacing: 1.8;
  /* font-size: 14px; */
  font-weight: 800;
}
.discount-div h1 span{
  color: #e55473;
}
.discount-img img{
  width: 250px;
}

.social-div{
  width: 90%;
  margin-bottom: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 24px;
}
.social-item img{
  width: 100%;
  border-radius: 2px;
}
.contact {
  width: 90%;
  height: 355px;
  margin-bottom: 128px;
  background-image: url('./Flower Asset/Rectangle 9.png');
  background-repeat: no-repeat;
  background-size: contain; /* This ensures the image covers the entire div */
  background-position: center; /* This centers the image within the div */
}

.contact-form{
  text-align: center;
  margin-top: -20px;
}
.contact-form input{
width: 45%;
box-shadow: 4px 4px 6px gainsboro;
padding: 10px;
margin-right: 4px;
border: none;
outline: none;
border-radius: 5px;
}

.contact-item{
  position: relative;
  top: 80px;
}

footer{
  width: 100%;
  height: 50vh;
  background-color: #111010;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
}

.footer-section{
  width: 30%;
}
.footer-section h1 span{
  color: #e55473;
}

.footer-section .desc{
  font-size: 10px;
  font-weight: 200;
  line-height: 1.8;
  margin-top: 12px;
}
.footer-section .credit{
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 28px;
  color: gray;
}