@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.inter-font {
    color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* Shared Styles */

main > section{
    margin-bottom: 100px;
}

.display-flex{
    display: flex;
}

.site-width{
    /* width: 100%; */
    color: #1E1E1E;
}

header, main{
    max-width: 1440px;
    margin: 0 auto;
}

   
.orange-color{
    color: #E95A08;

}

.btn-cart{
    background-color: #E95A08;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    height: 50px;
    border: none;
}



/* Navbar Styles */

.navbar-container{
    justify-content: space-between;
    align-items: center;
}

.nav-link{
    text-decoration: none;
}

.menu-item{
    gap: 48px;
}


/* Banner Styles */


.banner-container{
    /* margin: 20px 60px; */
    justify-content: center;
    align-items: center;

}

.banner-title{
    font-size: 4rem;
    font-weight: 700;
    margin: unset;
}

.banner-des{
    font-size: 1.3rem;
    font-weight: 400;
}


/* Our Plants Styles */

.our-plants-title{
    font-size: 3.1rem;
    font-weight: 700;
    margin: unset;
}

.our-plants-des{
    font-size: 1.3rem;
    font-weight: 400;
}


.Our-plants{
    margin-top: 100px;
    text-align: center;
}

.plants-img-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

}

/* Card */

.card{
    text-align: center;
    width: 270px;
    height: 485px;
}

.card-title{
    margin: 20px;
    font-size: 1.3rem;
    font-weight: 400;
}

.card-dol{
    font-size: 1.3rem;
    font-weight: 700;
    margin: 20px;
}


/* Flower & Plants Lover Styles */

.Plants-lover-section{
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.plants-lover-title{
    font-size: 3.1rem;
    font-weight: 700;
}

.plants-lover-des{
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.plants-lover-img{
    max-width: 100%;
    max-height: 100%;
}

.plants-lover-container{
    width: 540px;
    height: 521px;
}


/* Latest Deal Style */

.deal-title{
    font-size: 3.1rem;
    font-weight: 700;
    margin: unset;
    font-size: 40px;
}

.img-deal-title{
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin: unset;
}
.img-deal-title2{
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin: unset;

}

.latest-deal-container{
    text-align: center;
}

.deal-img-container{
    max-width: 1140px;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 0 auto;
}

.deal-img{
    border-radius: 14px;
    margin-bottom: 20px;
}

.deal-img-element1{
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;

}

.deal-img-elements{
    gap: 80px;
}

.img1,  .img2{
    background-image: url(../assets/deal-bloom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 48px;
    width: 100%;
    border-radius: 15px;
}

.img2{
    background-image: url(../assets/deal-ana.png);
    width: 100%s;
}

.deal-img-element2{
    background-image: url(../assets/deal-zabo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding-left: 128px;
    padding-right: 128px; */
    width: 100%;
    border-radius: 15px;
    
}

.btn-deals{
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
    width: fit-content;
    color: white;
}

/* joint-title */

.news-bg{
    background-image: url(../assets/news-letter-bg.png);
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    padding: 190px 300px;
    text-align: center;
    background-repeat: no-repeat;
     margin-top: 60px;
}

.news-title{
    margin: 0;
    font-size: 3.1rem;
    font-weight: 700;
    color: white;
}

.input{
    gap: 0;
    justify-content: center;
    align-items: center;
    max-width: 830px;
    height: 50px;
}

.input-email{
    background-color: transparent;
    border: none;
}

::placeholder{
    color: white;
}

.subs-btn{
    background-color: transparent;
    border: none;
    color: white;
}

/* Footer */
 footer{
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 1440px;
    margin: 0 auto;
 }

 .footer-container{
    max-width: 1120;
    max-height: 248px;
    gap: 100px;
    justify-content: center;

 }

 .footer-menu, .footer-menu2{
    flex-direction: column;
    gap: 32px;
 }

.footer-content{
    max-width: 300px;
}

.footer-link{
    text-decoration: none;
}

.footer-icon{
    margin-right: 24px;
}

/* Responsive for mobile */

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

    .navbar-container, .footer-container{
        flex-direction: column;
    }

    .banner-container{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .banner-img{
        width: 100%;
    }
    .banner-title{
        font-size: 2rem;
    }
    .Our-plants{
        margin-top: 65px;
    }
    .plants-img-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .card{
        width: 170px;
        height: auto;
    }

    .card-img{
        width: 100%;
    }

    .news-bg{
        padding: 110px 36px 64px 36px;
        background-size: cover;
        width: 100%;
    }
    footer{
        width: 100%;
        max-width: unset;
    }
    .footer-container{
        max-height: unset;
        gap: 20px;
    }

    .Plants-lover-section{
        flex-direction: column;
        gap: 18px;
    }

    .plants-lover-container{
        width: 100%;
        height: auto;
    }

    .deal-img-elements{
        flex-direction: column;
        gap: 20px;
    }

    .img1, .img2{
            padding: 65px 0;
    }
    .deal-img-element2{
        padding: 65px 0;
    }
    .img-deal-title2{
        font-size: 2rem;
    }
    .news-title{
        font-size: 2rem;
    }
}