.lato-font {
    font-family: "Lato", sans-serif;
}


/* header styles */
.navbar {
    background-color: rgba(229, 84, 115, 0.1);
    width: 100%;
    height: 100%;
}

.header-section {
    gap: 97px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-details {
    margin: 197px 97px 147px 240px;
    width: 700px;
    height: 500px;
}

.flower-title {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 32px;
}

.description {
    font-size: 18px;
    color: rgba(39, 39, 39, 0.6);

}


.header-img img {
    max-width: 635px;
    height: 800px;
    margin-top: 50px;
    margin-right: 240px;
    display: block;

}

.btn-primary {
    border: none;
    color: white;
    background-color: #E55473;
    font-size: 20px;
    font-weight: bold;
    width: 180px;
    height: 64px;
    border-radius: 8px;
    margin-bottom: 147px;
}

/* main section styles */
.title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 24px;

}

.feature {

    width: 594px;
    height: 132px;
    text-align: center;
    margin: 0 auto;
    margin-top: 170px;
    margin-bottom: 48px;
}

.feature-img-container {

    max-width: 1440px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 128px;
}

.tree {

    width: 464px;
    height: 605px;
    margin-right: 20px;

}

.tree-img {

    width: 464px;
    height: 538px;
    border-radius: 300px 300px 0px 0px;


}

.pink-img-1 {

    width: 310px;
    height: 428px;
    padding: 110px 78px 0px 76px;

}

.pink-img-2 {

    width: 370px;
    height: 370px;
    padding: 117px 47px 51px 47px;
}

.pink-img-3 {

    width: 314px;
    height: 471px;
    padding: 67px 75px 0px 75px;
}

.bg-1 {

    background-color: rgba(167, 33, 98, 0.15);
}

.bg-2 {
    background-color: rgba(5, 151, 160, 0.15);
}

.bg-3 {
    background-color: rgba(71, 125, 17, 0.15);
}

.tree-title {
    text-align: center;
    text-decoration: underline;
    font-size: 24px;
    font-weight: bold;
    margin-top: 32px;
}

/* order section styles */
.order {

    background-color: rgba(39, 39, 39, 0.05);
    border-radius: 8px;
    max-width: 1440px;
    height: 320px;
    margin: 0 auto;

}

.order-container {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 86px 175px 87px 175px;
}

.order-img {
    text-align: center;
}

.order-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: rgba(39, 39, 39, 0.8);

}

/* offer styles */
.deal-container {
    background-color: rgba(229, 84, 115, 0.05);
    width: 100%;
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 128px;

}

.offer {
    width: 594px;
    height: 228px;
    border-radius: 8px;
    margin-right: 215px;
    text-align: center;

}

.sign-btn,
.subscribe-btn {
    background-color: #E55473;
    color: white;
    width: 155px;
    height: 64;
    border-radius: 8px;
    padding: 20px 43px;
    border: none;

}

/* instagram styles  */
.instagram {
    width: 594px;
    height: 132px;
    text-align: center;
    margin: 0 auto;
    margin-top: 128px;
    margin-bottom: 48px;
}

.instagram-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;

}

/* latest deal styles  */
.bg-img {
    background-image: url("../Flower\ Asset/Rectangle 9.png");
    max-width: 1440px;
    height: 449px;
    margin: 0 auto;
    margin-top: 128px;

}

.coupon-container {
    width: 866px;
    height: 206px;
    margin: 0 auto;
    padding-top: 122px;
}

.latest-deal {
    width: 400px;
    height: 94px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.review {
    width: 866px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;


}

.input {
    width: 700px;
    height: 50px;
    border-radius: 8px;
    border: none;
}

/* footer styles */
.footer {
    background-color: black;
    border: 2px solid red;
    width: 100%;
    height: 449px;
    text-align: center;
    margin-top: 128px;
}

.footer-title {
    color: white;
    font-size: 48px;
    font-weight: 800;
    margin-top: 128px;
    margin-bottom: 25px;
}

.description {
    color: rgba(255, 255, 255, 0.9);
}

.rose {

    color: #E55473;
}

.reserved {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width:576px) {


    .header-section,
    .feature-img-container,
    .order-container,
    .deal-container {
        flex-direction: column;


    }

    .header-details {
        margin: 50px 20px;
        width: auto;
        height: auto;
        text-align: center;
    }

    .flower-title {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .description {
        font-size: 16px;
    }

    .header-img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    /* ensure the image itself scales on small screens */
    .header-img img {
        max-width: 100%;
        height: auto;
    }

    .btn-primary {
        width: 150px;
        height: 50px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .feature {
        width: 100%;
    }

    /* feature img-section */
    .feature-img-container {
        width: 100%;
        height: 100%;
        margin: 10px;


    }


    .tree {
        height: auto;
        width: auto;
        display: block;
        margin-top: 10px;


    }

    .tree-img {
        height: auto;
        width: auto;
        margin: auto;

    }

    .pink-img-1,
    .pink-img-2,
    .pink-img-3 {
        height: 300px;
        width: 200px;
        margin: auto;


    }

    /* order */
    .order {
        width: 100%;
        height: 100%;
    }


    /* offer section */
    .deal-container {
        width: auto;
        height: auto;
        margin-top: 50px;
        margin: auto;
    }

    .offer {
        width: auto;
        height: auto;
        margin: 20px;

    }


    .order-img img {
        width: 200px;
        height: 200px;
        margin: 10px;
    }
}

.hide {
    display: none;
}