body {
    font-family: 'Lato', sans-serif;
}

/* header style */

.header {
    background-color: rgba(229, 84, 115, 10%);
    display: flex;
}

.shopnow-content {
    padding: 150px 60px;
    text-align: left;
}

.shopnow-content h1 {
    color: rgba(39, 39, 39, 100%);
    font-size: 50px;
}

.shopnow-content p {
    color: rgba(39, 39, 39, 60%);
    font-size: 18px;
}

.shopnow-image {
    width: 100%;
    height: auto;
}

/* second section */

.featured {
    margin: 70px 0;
}

.featured-flower {
    text-align: center;
    font-size: 30px;
}

.featured-flower p {
    font-size: 16px;
    color: rgba(39, 39, 39, 60%);
    padding: 0 300px 20px 300px;
}

.flower-collection {
    display: flex;
    margin-left: 100px;
    margin-right: 100px;
    gap: 20px;
}

.flower-one {
    background-color: rgba(167, 33, 98, 15%);
    border-radius: 150px 150px 0px 0;
    padding-right: 20px;
}

.flower-one img {
    width: 80%;
    padding: 90px 100px 0 50px;
}

.flower-two {
    background-color: rgba(5, 151, 160, 15%);
    border-radius: 150px 150px 0px 0;
    padding-right: 20px;
}

.flower-two img {
    width: 80%;
    padding: 100px 40px 0 40px;
}

.flower-three {
    background-color: rgba(71, 125, 17, 15%);
    border-radius: 150px 150px 0px 0;
    padding-right: 50px;
}

.flower-three img {
    width: 80%;
    padding: 100px 35px 0 50px;
}

.flower-context {
    display: flex;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    padding: 20px 0 20px 100px;
    gap: 190px;
}

.flower-context a {
    color: rgba(39, 39, 39, 100%);
}

/* third section */

#third-section {
    margin: 100px 0;
}

.support {
    background-color: rgba(39, 39, 39, 5%);
    display: flex;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 30px;
}

.sup-cont {
    text-align: center;
    padding: 50px;
}

/* Online services */

.online-services {
    display: flex;
    margin-left: 100px;
    margin-right: 100px;
    gap: 10px;
}

.service-content {
    text-align: center;
    width: 50%;
}

.service-content img {
    width: 15%;
    height: auto;
}

.service-content ul {
    text-align: left;
}

.about-us {
    text-align: center;
    width: 50%;
}

.about-us img {
    width: 15%;
    height: auto;
}

.about-us ul {
    text-align: left;
}

/* fourth section */

.sign-up {
    background-color: rgba(229, 84, 115, 5%);
    display: flex;
    margin-top: 80px;
    padding: 65px 130px;
}

.signup-content {
    padding: 0 60px;
    padding-top: 100px;
    text-align: center;
}

.signup-content h2 {
    font-size: 40px;
}

.signup-content p {
    font-size: 16px;
    color: rgba(39, 39, 39, 60%);
    padding: 0 10px;
}

.prm-btn {
    background-color: rgba(229, 84, 115, 100%);
    border: 0;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    padding: 15px 35px;
}

.signup-image {
    padding-right: 70px;
}

/* fifth section */

.social-media {
    text-align: center;
    font-size: 40px;
}

.social-media p {
    font-size: 18px;
    color: rgba(39, 39, 39, 60%);
    padding: 0 300px;
}

.flower-image {
    display: flex;
    margin-left: 90px;
    margin-right: 90px;
}

.flower {
    padding: 15px;
}

.flower img {
    width: 100%;
    height: auto;
}

/* sixth Section */

.sub-section {
    margin: 60px 0;
}

.sub-content {
    background-image: url("Rectangle9.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 100px;
    margin-right: 100px;
    padding: 120px 50px;
}

.context {
    text-align: center;
    padding: 25px 100px;
}

.context h1 {
    color: rgba(39, 39, 39, 100%);
    font-size: 40px;
}

.context p {
    color: rgba(39, 39, 39, 60%);
}

.form {
    text-align: center;
    font-size: 20px;
}

.form input[type='text'] {
    width: 50%;
    padding: 20px;
    margin-right: 10px;
    border: 0;
    border-radius: 7px;
}

/* Footer Part */

.footer {
    background-color: #111010;
    text-align: center;
    padding: 80px 300px;
}

.footer h1 {
    color: #FFFFFF;
}

.footer p {
    color: rgba(255, 255, 255, 90%);
}

.footer small {
    color: rgba(255, 255, 255, 40%);
}