body{
    margin: 0px;
}

header{
    padding: 0px 150px;
}




/* nav styles */

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.navbar ul{
    display: flex;
    align-items: center;
    gap: 40px;

}
.navbar li{
    list-style: none;
    
}
.navbar a{
    text-decoration: none;
    color: black;

}
.navbar div{
    display: flex;
    align-items: center;
    gap: 10px;
}



.cart{
    height: 24px;
    width: 24px;
}

/* banner styles */

.banner{
    display: flex;
    
    gap: 0px;
    margin-top: 120px;

}
.banner-column{
    margin-top: 65px;
    margin-bottom: 0px;
}
.banner-heading{
    font-weight: bold;
    font-size: 50px;
}
.banner-pic{
    width: 570px;
    height: 355px;
}
.banner-description{
    font-size: 22px;
}

/* responsiveness for header */

@media screen and (max-width:576px) {
    header{
        padding: 0 10px;
    }
    .remove{
        display: none;
    }
    .nav-logo{
        width: 63px;
        height: 38px;
    }
    .banner{
        flex-direction: column-reverse;
        margin-top: 50px;
         
    }
    .banner-pic{
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
    }
    .banner-heading{
        font-size: 40px;
        
    }
    .banner-column{
        margin-top: 20px;
    }
}

/* sample styles */

.sample{
    
}

.sample-column{
    text-align: center;
    margin: 120px 150px 50px 150px;
    padding: 0 126px 0 126px;
}
.sample-title{
    font-weight: bold;
    font-size: 50px;
}
.sample-description{
    font-size: 22px;
}
.sample-plants{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 0px 150px;
    gap: 20px;
    
}
.plants-title{
    font-weight: 400;
}
.sample img{
    width: 100%;
    
}
.sample-plants h3{
    text-align: center;
}
.sample-plants button{
    width: 100%;
    background-color: orangered;
    color: white;
    border: none;
    padding: 20px 0 20px 0;

}

/* responsiveness for sample */

@media screen and (max-width:576px){
    .sample-column{
        margin: 100px 20px 40px 20px;
        padding: 0px;
    }
    .sample-plants{
        margin: 10px;
    }
    .sample-plants{
        grid-template-columns: repeat(2,1fr);
    }
}

/* flower store styles */

.flower-store{
    
    display: flex;
    align-items: center;
    margin: 200px 150px 0 150px;
}

.flower-store-img-container{
    width: 100%;
}


.man-working-pic{width: 100%;
    height: 100%;
    
}
.badge-pic{
    height: 286px;
    width: 286px;
    position: absolute;
    left: 470px;
    top: 1940px;
    
}
.flower-store-column{
    margin-left: 50px;
    padding: 0px;
}
.flower-store-title{
    margin-left: 22px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 50px;
}
.flower-store-column ul{
    font-size: 18px;
}
.flower-store-column li{
    margin-bottom: 20px;
    
}

/* responsiveness for flower store */

@media screen and (max-width:576px){
.flower-store{
    flex-direction: column;
    margin: 50px 10px 0px 10px;
}
.badge-pic{
    display: none;
}
.flower-store-column{
    margin: 0px;
}
.flower-store-title{
    font-size: 30px;
    margin: 20px 20px;
}
}

/* deals styles */

.deals{margin-top: 133px;
    
     
}

.deals-column{
    text-align: center;
    
}
.deals-title{font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;


}
.deals-description{
    font-size: 22px;
    margin: 0px 276px 0 276px;
}

.img-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin: 100px 150px 0 150px;
    height: 400px;
    width: 700px;
    padding-bottom: 80px;
}

.ana ,.bloom{ 
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 1.2em;

     
}
.ana::before{
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  
  z-index: 1;
}
.bloom::before{content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  
  z-index: 1;

}

.bloom{background-image: url("assets/deal-bloom.png");
    background-repeat: no-repeat;
    position: relative;

}
.ana{background-image: url("assets/deal-ana.png");
    background-repeat: no-repeat;
    position: relative;

}
.plant{position: relative;
    z-index: 2;
    color: white;

}
.zabo{
    grid-row: span 2;
    width: 200%;
     
    padding-top: 150px;
    text-align: center;
    
    font-size: 1.5em;
    position: relative;
    background-image: url("assets/deal-zabo.png");
    background-repeat: no-repeat;
    color: white;
    

    
    margin-left: 0px;
}
.zabo::before{  
   content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  
  z-index: 1;
}
.zabo-plant{position: relative;
    z-index: 2;
    color: white;

}
.shop-now{
    position: relative;
    z-index: 2;
    color: white;
    margin-top: 10px;
}

@media screen and (max-width:576px){
    .deals-title{
        font-size: 40px;
    }
    .deals-description{
        margin: 0px;
        font-size: 18px;
    }
    .img-container{
        grid-template-columns: repeat(1,1fr);
        height: 100%;
        width: 100%;
        margin: 50px 0px 0px 0px;
        gap: 20px;
    }
    .zabo{
        width: 340px;
        order: 2;
        height: 150px;
        padding: 0px;
        margin-left: 70px;

    }
    .ana{
        grid-row: span 2;
        order: 1;
        width: 300px;
        margin-left: 70px;
        
    }
    .bloom{
        order: 0;
        width: 300px;
        margin-left: 70px;
    }

         
    }

    /* join styles */

    .join{
        background-image: url("assets/news-letter-bg.png");
        background-repeat: no-repeat;
        height: 420px;
        text-align: center;
        padding-top: 150px;
        margin: 0px;
        
    }
    .join h3{
        color: white;
        font-size: 50px;
    }
    form{
        font-size: 0;
    }
    input[type="email"]{
        width: 600px;
        height: 40px;
        padding-left: 20px;
        }
    input[type="submit"]{
        height: 46px;
        width: 150px;
        background-color: orangered;
        color: white;
        border: none;
        
    
    }
    input[type="email"], input[type="submit"]{
        display: inline-block;
        
    }

    /* responsive form */

    @media screen and (max-width:576px) {
        .join{
            height: 276px;
            background-size: 100% 100%;
            padding-top: 80px;
        }

        .join h3{
            font-size: 30px;
        }
        input[type="email"]{
        width: 180px;
        height: 40px;
        padding-left: 20px;
        }
        input[type="submit"]{
        height: 46px;
        width: 100px;
        background-color: orangered;
        color: white;
        border: none;
        
    
    }

        
    }

    /* footer styles */
    
    footer{
        /* display: grid;
        grid-template-columns: repeat(4,1fr); */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50 0 200 0;

    }
    .footer-column{
        width: 360px;
        margin-left: 120px;
        margin-top: 0px;
        margin-bottom: 90px;
    }
    footer p{
        font-size: 22px;
    }
    .icon-holder{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 0px;
        margin-bottom: 250px;
        margin-right: 100px;
    }
    
    footer li{
        list-style: none;
        margin: 40px;
    }
    footer a{
        text-decoration: none;
        color: black;
        font-size: 20px;
         
    }

    @media screen and (max-width:576px){
        footer{
            flex-direction: column;
            padding: 50px 0px 0px 100px;
        }
        .footer-column{
            margin-left: 0;
            margin-right: 150px;
            margin-bottom: 0px;
        }
        footer ul{
            width: 100%;
            height: 100%;
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 195px;
            margin-bottom: 0px;
        }
        .icon-holder{
            margin-top: 10px;
            margin-left: 0px;
            margin-right: 315px;
            margin-bottom: 50px;
        }
        footer li{
            margin: 20px;
        }
         
        
         


    }
    
     
     
     


 

  