header label{
    font-size: 35px;
    margin-left: 18%;

}
header nav{
    position: fixed;
    top: 90px;
    left: -100%;
    padding-top: 50px;

    min-height: 100vh;
    background-color: rgb(36, 34, 34);
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease-in-out ;
    
}
header nav a{
    display: block;
    text-align: center;
    line-height: 0px;
    font-size: 20px;
    margin-top: 70px;
    margin-left: 0px;

}
#check{
    display: none;
}
.checkbtn{
    margin-left: 5%;
    font-size: 25px;
    display: inline;
    
}
.checkbtn i{
    color: rgb(194, 82, 74);
    line-height: 90px;
}

#check:checked ~ nav{
    left: 0;
}

/* -----------------home-section----------- */
.home-section{
    min-height:  auto;
    /* background-color: aqua; */
}
.home-text{
    max-width: 90%;
    float: none;
    padding-left: 5%;
    /* padding-right: 10px; */
    padding-top: 10px;
    margin-top: 90px;
    min-height: 300px;

}
.home-text h1{
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.home-text h2{
    font-size: 25px;
    margin-bottom: 8px;
}
.home-text p{
    word-break: break-all;

}
.home-text p br{
    display: none;
    /* padding-right: 15px; */
}
.home-image{
    max-width: 100%;
    float: none;
    margin-top:15px;
}
.home-image img{
    width: 70%;

}
/* ---------------about------------------ */
.about-section{
    margin-top: 50px;
}
.about-section h1{
    font-size: 23px;
}
.about-video{
    max-width: 80%;
    float: none;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
    
    padding: 10px;
}
.about-text{
    max-width: 80%;
    margin: 20px auto 0px auto;
    float: none;
}
.about-text h3{
    font-size: 30px;
}
.about-text button{
    margin-top: 15px;

}
.icons .delivery,.cash ,.payment, .gift{
     
    max-width: 50%;
    margin-left:auto;
    margin-right: auto;
    float: none;
    padding-right: 10px
    

}

.icons i{
    font-size: 46px;
}
/* ------------------product-----------------  */

.product h1{
    font-size: 23px;
}

.first3container span,.last3container span{
    
    height:30px ;
    margin-top: 5px;
    border-top-left-radius: 5px ;
    border-bottom-left-radius: 5px ;
    padding-left: 10px;
}
.flower1,.flower2,.flower3 ,.flower4,.flower5,.flower6{

    width: 68%;
    float: none;
    margin-bottom: 50px;
    /* border: 2px solid black; */

    
    
}
.flower1{
    margin-left: auto;
    margin-right: auto;
}
.flower2{
    margin-left: auto;
    margin-right: auto;
}
.flower3{
    margin-left: auto;
    margin-right: auto;
}
.flower4{
    margin-left: auto;
    margin-right: auto;
}
.flower5{
    margin-left: auto;
    margin-right: auto;
}
.flower6{
    margin-left: auto;
    margin-right: auto;
}
/* ---------------review------------------ */
.review-section h1{
    font-size: 23px;
    margin-bottom: 0px;
}
.review-container{
    margin-top: 90px;
}
.review1,.review2,.review3{
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 50px;
}
/* .review1{
    margin-left: auto;
    margin-right: auto;
} */
 /* ---------------------contact--------------------- */
.contact-section{
    min-height: auto;
    padding-bottom: 20px;
}

 .contact-section h1{
    font-size: 23px;
    margin-bottom: 0px;
}
.contact-container{
    margin-top: 60px;
}
.contact-container .image{
    display: none;
}
.contact-container .text-form{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    float: none;
}
.text-form input{
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.text-form textarea{
    margin-left: auto;
    display: block;
    margin-right: auto;
}
/* ------------------footer------------------  */
.footer-section{
    margin-top: 0px;
}
.footer-container h3{
    font-size: 15px;
}
ul li{
    font-size: 13px;
}
.copy h2{
    font-size: 13px;
}