header label{
    font-size: 63px;
}
header nav{
    width: 45%;
    left: 32%;
}
header nav a{
    font-size: 26px;
    margin-left: 38px;
}
header div i{
    font-size: 28px;
    margin-right: 38px;
}
/* ------------------home--------- */
.home-text{
    margin-left: 5%;
}

.home-text h1{
    font-size: 57px;
}
.home-text h2{
    font-size: 40px;
}
.home-text p{
    font-size: 29px;
    line-height: 37px;
}
.home-text button{
    font-size: 27px;
}
.home-image{
    
    max-width: 40%;
    margin-right: 3%;
}
.home-image img{
    width: 90%;

}
/* ------------------------about-------------- */
.about-section h1{
    font-size: 60px;
}
.about-video{
    margin-left: 10%;
}
.about-video video{
  width: 90%;    

}
.about-text h3{
    font-size: 61px;
}
.about-text p{
    font-size: 29px;
    line-height:37px;
}
.about-text button{
    font-size: 27px;
    margin-top: 20px;
    padding:15px 30px ;
}
.icons{
    /* border: 2px solid black; */
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}
.icons .delivery, .cash , .payment, .gift{
    max-width: 20%;
    min-height: 180px;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 10px;

}
.icons i{
    font-size: 69px;
    margin-right: 2px;
}
.text{
    margin-left: 3px;
    padding: 2px;
}
.text h3{
    font-size: 28px;
}
.text span{
    font-size: 24px;
    /* background-color:gold; */
    margin-top: 4px;
}
/* -------product--------- */
.product{
    min-height: auto;
}
.product h1{
    font-size: 60px;
}
.first3container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}
.last3container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}
.first3container span ,.last3container span{
    font-size: 29px;

    margin-top: 5px;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px ;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.first3container .content ,.last3container .content{
    border-top: 4px dashed rgb(194, 82, 74);
    margin-top: 3px;
    
}
.first3container .content h3,.last3container .content h3{
    font-size: 34px;
}
.first3container .content h4,.last3container .content h4{
    font-size: 24px;
}
.flower1,.flower2,.flower3 ,.flower4,.flower5,.flower6{
    margin-left: 0px;
    min-height: 500px;
}
.flower1 img,.flower2 img,.flower3 img ,.flower4 img,.flower5 img,.flower6 img{
    width: 100%;
    height: 350px;
}

.show button{
    font-size: 27px;
    padding: 15px 30px;
    margin-top: 40px;
}
/* --------review---- */
.review-section h1{
    font-size: 60px;
}
.review-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.review1,.review2,.review3{
    margin-left: 0px;
}
.stars i{
    font-size: 35px;
}
.review-container p{
    font-size: 29px;
}
.review-container h3{
    font-size: 29px;
}
.review-container span{
    font-size: 24px;
}
/* ----------------------contact---------- */ 
.contact-container{
    min-height:70vh;
}
.contact-section h1{
    font-size: 60px;
}
.contact-container .image img{
    width: 80%;
    margin-top: 0px;
}
.contact-container .text-form{
    padding-bottom:20px ;
}
.text-form input{
    font-size: 25px;
}
.text-form textarea{
    font-size: 25px;
}
.text-form input[type="submit"]{
    font-size: 25px;
}
/* -----------footer------------ */
.footer-container{
    min-height: 300px;
}
.footer-container h3{
    font-size: 34px;
}
ul li{
    font-size: 27px;
}
.copy h2{
    font-size: 25px;
}