/* Google Font */

.noto-serif-font {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.inter-font {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

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

/* Shered Style */

.container {
    max-width: 1440px;
}

.display-flex {
    display: flex;
}


.color-title {
    color: #E95A08;
}

.section-title {
    font-size: 3.125rem;
    font-weight: 700;
}

.section-description {
    font-family: "Inter", sans-serif;
    font-size: 1.375rem;
    color: rgba(0, 0, 0, 0.5);
}

/* Navigation bar Style */
.logo-images {
    width: 100%;
    height: 100%;
}

.nav-bar {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
    margin: 0 auto;
}

.nav-items {
    gap: 50px;
    list-style: none;
}

.nav-items a {
    text-decoration: none;
    color: black;
}

.nav-item {
    color: rgb(107, 114, 128);
}

/* Always Fresh Flower */

.banner_container {
    align-items: end;
    margin: 0 auto;
    padding-top: 100px;
}

.banner_left {
    width: 50%;
    flex: 1;
}

.banner_right {
    flex: 1;
}

.fresh-flower-dedcription {
    font-size: 1.375rem;
}

.banner_left_title {
    font-size: 4.0625rem;
}

.fresh-flower-images {
    width: 100%;
}

/* Our Plants */

.our_plants {
    margin-top: 100px;
}

.plant-title {
    text-align: center;
    margin-bottom: 10px;
}

.plant-description {
    text-align: center;
    width: 70%;
    margin-bottom: 40px;
}

/* card section */

.card_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin: 0 auto;
}

.card_prent {
    text-align: center;
}

.plant-images {
    width: 100%;
}

.card-title {
    font-size: 1.375rem;
    font-weight: 500;
}
.card-title span{
    font-weight: 550;
}
.plant-name {
    padding-bottom: 10px;
}

.btn-style {
    color: white;
    background-color: #E95A08;
    font-weight: 700;
    border: 2px solid #E95A08;
    padding: 19px 80px;
    width: 100%;
}
.btn-style:hover{
    background-color: rgba(255, 142, 3, 0.2);
    color: black;
}

/* Flower & Plants Lover */

.flowers_container {
    gap: 100px;
    align-items: center;
    margin-top: 200px;
}

.left-lover {
    width: 50%;
}

.right-lover {
    width: 50%;
}

.nature-love-images {
    width: 100%;
    position: relative;
}

.flowers_right_title {
    width: 70%;
    margin: -30px;
    margin-bottom: 10px;
}

.list-items li {
    padding: 10px 0;
}



#trusted-badge {
    width: 220px;
    margin-right: -500px;
    position: absolute;
    top: 1950px;
    left: 770px;
}
.badge1{
    width: 100%;
    position: absolute;
    animation: trusted_badge 2s infinite linear;
}
@keyframes trusted_badge{
    0%{
        transform: rotate(0deg);
        
    }
    100%{
        transform: rotate(360deg);
        
    }
    
}


/* Latest Deals */
.deals-container {
    text-align: center;
    margin-top: 100px;
}

.desls-title {
    margin-bottom: 10px;
}

/* Latest Deals */

.collage-container {
    display: flex;
    margin: 70px 0;
    height: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.flower-bg-1 {
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./assets/deal-bloom.png);
    width: 100%;
    height: 50%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
   
}

.flower-bg-2 {
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./assets/deal-ana.png);
    width: 100%;
    height: 50%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.flower-bg-3 {
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./assets/zabo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    
}

.left-images {
    height: 100%;
    width: 35%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-images {
    height: 100%;
    width: 65%;
    padding: 12px;
}

.flower-bg-1 a {
    color: white;
    font-family: "Inter", sans-serif;
}

.flower-bg-2 a {
    color: white;
    font-family: "Inter", sans-serif;
}

.flower-bg-3 a {
    color: white;
    font-family: "Inter", sans-serif;
}

/* Join the colorful Bunch */

.colorful-bunch {
    background-image: url(./assets/news-letter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.colorful-container h2 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.colorful-container input {
    padding: 15px 540px 14px 20px;
}
.colorful-container input:focus{
    outline: 0;
    border: 1px solid #E95A08;
}

.colorful-container button {
    color: white;
    background-color: #E95A08;
    font-weight: 600;
    padding: 15px 50px;
    margin-left: -5px;
    border:none;
}



/* Footer Style*/

footer {
    margin-top: 50px;
    justify-content: space-evenly;
}


.footer-description {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 15px;
}

.footer-items li {
    list-style: none;
    margin-bottom: 20px;
}

.footer-items li a {
    text-decoration: none;
    color: #6B7280;
}

.social-media {
    display: flex;
    gap: 20px;
}





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

    /* navigation bar */
    .nav-bar {
        margin: 10px;
    }

    .nav-item,
    .home-nav {
        visibility: hidden;
        font-size: 0px;
    }

    .nav-items .cart-icon {
        font-size: 13px;
    }

    /*banner section */
    .banner_container {
        flex-direction: column-reverse;
    }

    .banner_left {
        width: 100%;
        text-align: left;
        padding: 20px;
    }

    .banner_left_title {
        font-size: 2.0625rem;
    }

    .banner_right {
        width: 100%;
    }

    .fresh-flower-dedcription {
        font-size: 1rem;
        margin-top: 10px;
    }

    /* Our Plants */
    .card_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        margin-top: 10px;
        padding: 0 20px;

    }

    .plant-description {
        width: 100%;
        padding: 20px;
    }

    .btn-style {
        padding: 19px;
    }

    /* flower store section */
    #trusted-badge {
        width: 0px;
        margin-right: -500px;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
    }

    .flowers_container {
        flex-direction: column;
        gap: 40px;
    }

    .left-lover {
        width: 101%;
        padding: 0 20px;
    }

    .right-lover {
        width: 100%;
        padding: 0 40px;
    }

    .flowers_right_title{
        width: 100%;
        font-size: 1.9rem;
        margin: -10px;
        margin-bottom: 10px;
    }

    .list-items li {
        font-size: 1rem;
    }

    /* Lerest Deals */
    .latest-deals {
        padding: 0 20px;
    }

    .colorful-bunch {
        height: 250px;
        width: 100%;
    }

    .colorful-container {
        text-align: center;
    }

    .colorful-container h2 {
        font-size: 2rem;
    }

    .colorful-container input {
        padding: 15px 20px 14px 20px;
    }

    .colorful-container button {
        padding: 15px 20px 15px 20px;
    }

    /* Footer Section */
    footer {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;

        * {
            margin: 0;
        }

        margin-top: 30px;
    }

    .collage-container {
        flex-direction: column;
    }

    .left-images {
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .right-images {
        height: 50%;
        width: 100%;
        padding: 0;
    }
    .flower-bg-3{
        font-size: 1.25rem;
    }
    .flower-bg-2{
        border-radius: 0;
    }
}
