

:root{
    --primaryColorRed:#E95A08;
    --primaryColorBlack:#000000;
    --color-Gray:#86898D;
}

body{
    background-color: #F5F8FF;
}

/* header section */

.icon .fa-light fa-cart-shopping{
    color: black;
}
.icon .ul-hide{
    display: none;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    margin: 5px 80px;
}
.logo img{
    max-height: 70px;
}
.icon ul{
    display: flex;
    gap: 40px;
    list-style: none;

}
.icon ul li:first-child a{
    color: black;
    
}
.icon ul li:last-child a{
    color: black;
    
}
.icon ul li a{
    text-decoration: none;
    color: #8987A1;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 500;
    
}

/* banner section */
.banner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 100vw;
    margin: 60px 80px;
}
.banner .baner-content{
    max-width: 50%;
}
.banner .baner-content h2, .red-span{
    font-size: 50px;
    font-weight: bold;
    color: var(--primaryColorRed);
    margin: 5px 0;
}
.banner .baner-content .black-h2 {
    color: black;
}
.banner .baner-content p{
    font-size: 22px;
    color: var(--color-Gray);
    font-family: Arial, Helvetica, sans-serif;
}
.banner .img {
    max-width: 50%;
    
    
}
.banner .img img{
    width: 100%;
}

/* Plant Item Section  */

.plant-container{
    margin-top: 90px;
}
.title-sub-container {
  text-align: center;
}
.plant-title {
  font-family: sans-serif;
  font-size: 80px;
  margin-bottom: 10px;
}
.orange-span{
  color: #E95A08;
}
.plant-subtitle{
    font-size: 40px;
  color: #86898D;
  margin-bottom: 45px;
}
.plant-des {
  font-family:sans-serif;
  font-size: 30px;
  color: black;
  margin-top: 10px;
}
.plant-price{
  font-family:sans-serif;
  font-size: 25px;
  color: black;
  margin-top: 10px;
  margin-bottom: 15px;
}
.plant-bottun{
    font-size: 15px;
    color: white;
    background-color: #E95A08;
    border: none;
    padding: 20px 90px;
    margin-bottom: 40px;
}
.plant-container-div{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 10px;
    margin: 0 80px;
}
.image-des-container img {
    width: 80%;
}

/*  lover section */

.lover-container {
    max-width: 100vw;
    margin: 200px 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.lover-container .img {
    background: url(../assets/flower-store.png);
    background-repeat: no-repeat;

    width: 540px;
    height: 597px;
    position: relative;

}
.lover-container .img img {
    height: 286px;
    position: absolute;
    top: -140px;
    right: -130px;
    filter: drop-shadow(-4px 10px 4px gray);

}
.des-cont {
    max-width: 50%;
    height: auto;
    padding-left: 60px;
    padding-top: 20px;
}
.des-cont h2 {
    font-weight: bold;
    font-size: 50px;
    margin-left: -29px;
}
.lover-container ul li {
    font-size: 35px;
    color: var(--color-Gray);
    margin: 20px 0;
}

/* Deal section */

.main-deal-div{
    text-align: center;
    margin-top: -70px;
}
.deal-title{
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}
.latest-sub-title{
    font-family: sans-serif;
    color: #86898D;
    font-size: 20px;
    margin-bottom: 60px;
}
.latest-deal-image-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 195px 195px;
    gap: 25px;
    margin: 0 90px;
}
.bloom{
    background-image: linear-gradient(rgba(38,37,37,0.6), rgba(40, 39, 39, 0.4)), url(../assets/deal-bloom.png);
    background-size: cover;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.zabo {
    background-image: linear-gradient(rgba(38, 37, 37, 0.6), rgba(40, 39, 39, 0.4)), url(../assets/deal-zabo.png);
    grid-row: span 2;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.ana{
    background-image: linear-gradient(rgba(38, 37, 37, 0.6), rgba(40, 39, 39, 0.4)), url(../assets/deal-ana.png);
    border-radius: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.offer-plant{
    font-size: 25px;
    font-weight: bold;
}
.shop{
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 10px;
}

/* joining Section  */

.join-container{
    background-image: url(../assets/news-letter-bg.png);
    background-size: cover;
    padding: 90px 0;
    margin: 80px 0;
    text-align: center;
    align-items: center;
}
.join-container p {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
}
.input-item{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    
}
.join-container input {
    border: none;
    font-size: 16px;
    height: 50px;
    width: 40vw;
    outline: none;
    padding: 20px 8px;
}
.input-btn{
    height: 50px;
    width: 10vw;
    border: none;
    padding: 0 26px;
    background-color: var(--primaryColorRed);
    color: #ffffff;
    font-size: 19px;
    margin-top: 40px;
}

/* Footer Section */

.footer-container{
    margin-top: -30px;
   display: flex;
   justify-content: space-around;
   padding-bottom: 100px;
}
.footer-des p {
    color: #8987A1;
    font-size: 20px;
    margin-top: 10px;
}
.footer-links li{
    color: #8987A1;
    list-style: none;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-links li a{
        text-decoration: none;
        color: #8987A1;
    }
.footer-icon {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: -170px;
}


/* media query for mobile devices */
@media (max-width:576px) {

/* navigation section */
    nav {
        margin: 0 20px;
        align-items: center;
    }
    .icon .unhide-ul {
        display: none;
    }
    .icon .ul-hide {
        display: block;
    }
   .icon ul li:last-child a{
    font-size: 25px;
   }

/* banner section */
    .banner {
        margin: 30px 20px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .banner .baner-content {
        max-width: 100%;

    }
    .banner .baner-content h2, .red-span {
        font-size: 24px;
    }
    .banner .baner-content p {
        font-size: 14px;
    }
    .banner .img {
        max-width: 100%;
        margin-bottom: 30px;
    }
 /* Plant Item section*/

    .plant-title {
        font-family: sans-serif;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .plant-subtitle{
        font-size: 15px;
        color: #86898D;
        margin-bottom: 30px;
    }
    .plant-container-div{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 20px;
    }
    .plant-des,
    .plant-price{
        font-size: 15px;
    }
    .plant-bottun {
        padding: 8px 40px;
        margin-bottom: 20px;
    }

    /*  Lover section */

    .lover-container .img img {
        display: none;
    }
    .lover-container {
        flex-direction: column;
        margin: 40px 20px;
    }
    .des-cont {
        max-width: 100%;
        padding: 0;

        margin: 30px 0 0 0;
    }
    .des-cont ul li {
        margin-left: 20px;
        font-size: 14px;
    }
    .des-cont h2 {
        font-size: 24px;
        display: inline;
        text-align: left;
        margin-left: 0;
    }
    .lover-container .des-cont p {
        font-size: 14px;
    }
    .lover-container .img {
        width: 100%;

    }

 /* deal section */

    .main-deal-div{
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .deal-title{
        font-size: 40px;
    }
    .latest-sub-title{
        font-size: 15px;
    }
    .latest-deal-image-container{
        display: flex;
        flex-direction: column;
        gap: 29px;
    }
    .latest-deal-image-container div {
        line-height: 30px;
    }
    .offer-plant,
    .shop{
        font-size: 15px;
    }
    .shop{
        margin-top: -5px;
    }
    .bloom,
    .zabo,
    .ana{
       margin-top: -20px;
       width: 100%;            
       aspect-ratio: 3 / 2;
    }
    .bloom {
        order: 1;
    }
    .zabo{
        order: 3;
    }
    .ana {
        order: 2;
    }

/* Joining Section */

    .join-container{
        height: 267px;
    }
    .join-container p{
        font-size: 30px;
    }
    .join-container input{
        border: none;
        font-size: 14px;
        width: 60vw;
        padding: 20px 8px;
        margin-left: 17px;
    }
    .input-btn{
       font: 1em sans-serif;
       margin-top: 20px;
       width: 30vw;
       margin-right: 20px;
    }

/* Footer Section */

    .footer-container{
        display: block;
        padding: 0 10px;
    }
    .footer-links li a{
        text-decoration: none;
        color: #8987A1;
    }
    .footer-des p {
        display: none;
    }
    .footer-icon {
        margin-top: 0;
        padding-bottom: 30px;
    }

}