*{
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    
    

}

html,body{
    width: 100%;

    /* overflow-x: hidden; */
    scrollbar-color: rgb(194, 82, 74) rgb(0, 0, 0);
    scroll-behavior: smooth;

}
header{
    width: 100%;
    min-height: 90px;
    background-color:whitesmoke;
    /* box-shadow: 0px 1px 5px 0px rgb(109, 106, 106); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;


}
header a{
    text-decoration: none;
}
header label{
    font-size: 40px;
    margin-left:10%;
    /* background:rgb(194, 82, 74); */
    cursor: pointer;

    font-family: josefin sans;
    font-weight: bolder;
    font-variant: small-caps;
    background:linear-gradient( rgb(131, 70, 65), rgb(222, 14, 14));
    background-clip: text;
    color: transparent;

    line-height: 90px;
    animation-name: reveal-from-left;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;

}
#check{
    display: none;
}
.checkbtn{
    display: none;
}
header nav{
    /* background-color: rgb(155, 120, 148); */
    width: 40%;
    /* border: 2px solid black; */
    position: absolute;
    top: 40px;
    left: 30%;
    animation-name: reveal-from-top;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;

    
}
header nav a{
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    /* font-family: poppins; */
    display: inline-block;
    margin-left: 20px;
    color:rgb(86, 77, 77);
    font-family:josefin sans;
    font-weight: bold;
    transition: all 0.2s ease-in-out;

}
header nav a:hover{
    color: rgb(194, 82, 74);
}
header div{
    float: right;
    line-height: 90px;
    /* background-color: aqua; */
    margin-right: 10%;
}
header div i{
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
    color: rgb(46, 42, 42);
    animation-name: reveal-from-top;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
}
header div i:hover{
    color: rgb(194, 82, 74);
}
/* --------------home section------------- */
.home-section{
    width:100% ;
    padding: 120px 0px;
    /* border: 2px solid black; */
    min-height: calc(100vh - 90px);
}
.home-text{
    max-width: 60%;
    float: left;
    /* border: 2px solid black; */
    min-height: 400px;
    margin-top: 100px;
    padding-left: 135px;
    padding-top: 60px;
    animation-name: reveal-from-left;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
.home-text h1{
    font-family: chivo;
    /* font-weight: bolder; */
    font-size: 40px;
    color: rgb(194, 82, 74);
    letter-spacing: 3px;
    margin-bottom: 8px;
    /* text-decoration:underline ; */
    text-decoration-color: rgb(194, 82, 74);
    text-decoration-thickness:5px ;
    
    padding: 20px 0px;
    text-underline-offset:15px ;
}
.home-text h2{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(118, 104, 104);
    margin-bottom: 10px;
}
.home-text p{
    font-size: 18px;
    font-family: David Libre;
    color: rgb(86, 77, 77);
    margin-bottom: 20px;
    line-height: 23px;

}
.home-text button{
    min-width: 130px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid rgb(194, 82, 74);
    background-color:rgb(194, 82, 74);
    border-radius: 20px;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease-in-out;
}
.home-text button:hover{
    background-color: transparent;
    color: black;
}
.home-image{
    max-width: 40%;
    float: right;
    overflow: hidden;
    /* border: 2px solid black; */
   
    
    margin-top: 70px;

}
.home-image img{
    width: 100%;
    height: auto;
    clip-path: circle(43% at 50% 50%);
    display: block;
    margin: auto;
    animation-name: reveal-from-right;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
/* ---------------------about section-------------- */
.about-section{
    width: 100%;
    min-height: 100vh;
    /* border: 2px solid black; */
    margin-top: 90px;
}
.about-section h1{
    text-align: center;
    font-size: 40px;
    font-family: chivo;
    color: rgb(194, 82, 74);
    /* background-color: rgb(63, 21, 21); */
    text-decoration: underline;
    text-decoration-color: rgb(10, 3, 3);
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
    padding: 10px 0px;
    border-radius: 20px;
    
    margin: auto;
    animation-name: reveal-from-top; 
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    animation-timing-function: ease-in-out;

}
.about-video{
    max-width: 40%;
    min-height: 280px;

    float: left;
    /* border: 2px solid black; */
    margin-top: 140px;
    margin-left: 130px;
    
}
.about-video video{
    width: 100%;
    box-shadow: -1px -1px 5px 1px rgb(209, 208, 208),1px 1px 5px 1px rgb(208, 208, 208);
    
    border-radius: 10px;
    animation-name:reveal-from-left;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.about-text{
    max-width: 37%;
    min-height: 270px;
    float: left;
    margin-left: 10px;
    /* border: 2px solid black;  */
    word-break: break-all;


    margin-top: 160px;
    padding-left: 20px;
}
.about-text h3{
    font-size: 36px;
    font-family: chivo;
    color: rgb(194, 82, 74);
    margin-bottom: 10px;
    animation-name:reveal-from-right;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;


}
.about-text p{
    font-size: 18px;
    font-family: David Libre;
    line-height: 23px;
    color: rgb(86, 77, 77);
    animation-name:reveal-from-right;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.about-text button{
    min-width: 130px;
    font-weight: 600;

    padding: 10px 20px;
    font-size: 17px;
    border: 1px solid rgb(194, 82, 74);
    background-color:rgb(194, 82, 74);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    color: white;
    animation-name:reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.about-text button:hover{
    background-color: transparent;
    color:black;
}
.icons{
    /* border: 2px solid black; */
    clear: both;
    min-height: 200px;
    width: 80%;

    margin: auto;
}
.icons .delivery , .cash , .payment, .gift{
    box-sizing: border-box;
    max-width: 22%;
    border-radius: 5px;
    min-height: 130px;
    float: left;
    cursor: pointer;
    /* border: 2px solid black; */
    background-color:white;
    margin-left: 40px;
    /* margin-right: 10px; */
    box-shadow: -1px -1px 5px 1px rgb(239, 239, 239),1px 1px 5px 1px rgb(239, 239, 239);
    margin-top: 30px;
    text-align: center;
    transition: all 0.1s ease-in-out;
}

.icons .delivery{
    padding-right: 5px;
}

.icons .delivery ,.cash{
    animation-name:reveal-from-left;
    animation-timeline: view();
    animation-range: entry 0%;
}



.icons .gift ,.payment{
    animation-name:reveal-from-right;
    animation-timeline: view();
    animation-range: entry 0% ;
}
.icons i{
    font-size: 50px;
    color: rgb(194, 82, 74);
    margin-top: 30px;
    margin-left: 5px; 
    /* border: 2px solid rgb(194, 82, 74); */
}

.text{
    /* border: 2px solid black; */

    float: right;
    max-width: 70%;
    margin-top: 32px;
    
}
.text h3{
    font-size: 18px;
    font-family: chivo;
}
.text span{
    font-size: 15px;
    font-family: David Libre;
    color: rgb(86, 77, 77);
    /* line-height: 23px; */
}
/* ---------------------Product-------------------- */
.product{
    width: 100%;
    min-height: 150vh;
    margin-top: 90px;
    /* border: 2px solid rgb(224, 89, 16); */
    
}
.product h1{
    text-align: center;
    font-size: 40px;
    font-family: chivo;
    color: rgb(194, 82, 74);
    /* background-color: rgb(63, 21, 21); */
    text-decoration: underline;
    text-decoration-color: rgb(10, 3, 3);
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
    padding: 10px 0px;
    border-radius: 20px;
    
    margin: auto;
    animation-name: reveal-from-bottom; 
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    animation-timing-function: ease-in-out;

}
.first3container{
    /* border: 2px solid black; */
    max-width: 100%;
    min-height: 420px;
    margin-top: 40px;
    

}
.first3container span ,.last3container span{
    font-size: 20px;

    font-family: chivo;
    margin-top: 9px;
    margin-left: 9px;
    display: block;
    background-color: rgb(231, 135, 76);
}
.first3container .content ,.last3container .content{
    
    border-top: 2px dashed rgb(231, 135, 76);


    max-width: 100%;
}
.first3container  .content h3,.last3container .content h3{
    font-size: 20px;
    font-family: chivo;
    text-align: center;
}
.first3container .content h4,.last3container .content h4{
    font-size: 20px;
    font-family: chivo;
    text-align: center;
}
.first3container .content h4 sub,.last3container .content h4 sub{
    color:rgb(156, 145, 145);
}

.flower1,.flower2,.flower3 ,.flower4,.flower5,.flower6{
    border: 2px solid rgb(232, 232, 232);
    width: 22%;
    float: left;
    margin-top: 20px;
    min-height: 300px;
    background-color: white;
    border-radius:5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: -1px -1px 5px 1px rgb(236, 236, 236),1px 1px 5px 1px rgb(239, 239, 239);
}
.flower1{
    margin-left: 10%;
    
    animation-name: reveal-from-left;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.flower1:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;

}
.flower2{
    margin-left: 80px;
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.flower2:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.flower3{
    margin-left: 80px;
    animation-name: reveal-from-right;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.flower3:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.flower1 img,.flower2 img,.flower3 img ,.flower4 img,.flower5 img,.flower6 img{
    width: 100%;
    height:270px;
    display: block;
    margin: auto;
    
    /* border: 2px solid black; */
    object-fit: contain;
}

.last3container{
    /* border: 2px solid black; */
    max-width: 100%;
    min-height: 400px;
    margin-top: 0px;
}
.flower4{
    margin-left: 10%;
    animation-name: reveal-from-left;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.flower4:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.flower5{
    margin-left: 80px;
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.flower5:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.flower6{
    margin-left: 80px;
    animation-name: reveal-from-right;
    animation-timeline: view();
    animation-range: entry 0% ;
}
.flower6:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.show{
    /* border: 2px solid black; */
    width: 100%;
    min-height: 80px;
}
.show button {
    min-width: 130px;
    font-weight: 600;

    padding: 10px 20px;
    margin: 20px auto 0px auto;
    display: block;
    font-size: 17px;
    border: 1px solid rgb(194, 82, 74);
    background-color:rgb(194, 82, 74);
    border-radius: 20px;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease-in-out;
}

.show button:hover {
    background-color:transparent;
    color: black;
}

/* ---------------------custom --------------- */

.review-section{
    /* border: 2px solid black; */
    width: 100%;
    min-height: calc(50vh - 210px);
    margin-top: 90px;
}
.review-section h1{
    text-align: center;
    font-size: 40px;
    font-family: chivo;
    color: rgb(194, 82, 74);
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-decoration: underline;
    text-decoration-color: rgb(194, 82, 74);
    text-underline-offset: 10px;
    padding: 10px 0px;
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.review-container{
    width: 100%;
    /* border: 2px solid rgb(195, 10, 10); */
    min-height: 430px;
    margin-top: 130px;


}

.review1,.review2,.review3{
    /* border: 2px solid black; */
    border-radius: 10px;
    
    padding: 10px;
    float: left;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

    width: 23%;
    background-color: white;
    box-shadow: -1px -1px 5px 1px rgb(236, 236, 236),1px 1px 5px 1px rgb(239, 239, 239);
    
}
.review1{
    margin-left: 10%;
    border: 2px solid rgb(236, 233, 232);

    animation-name: reveal-from-left;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.review1:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.review2{
    margin-left: 80px;
    border: 2px solid rgb(236, 233, 232);
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.review2:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.review3{
    margin-left: 80px;
    border: 2px solid rgb(236, 233, 232);
    animation-name: reveal-from-right;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.review3:hover{
    border: 2px solid rgb(194, 82, 74);
    box-shadow: none;
}
.review-container .stars{
    /* border: 2px solid black; */
    padding-left: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
}
.stars i{
    color: rgb(231, 135, 76);
    font-size: 24px;
    letter-spacing: 4px;
}
.review-container p{
    font-size: 18px;
    font-family: chivo;
    color: rgb(44, 43, 42);
    padding-left: David Libre;
    word-break: break-all;
    color: rgb(109, 106, 106);
    margin-bottom: 15px;
}
.customer-image{
    /* border: 2px solid black; */
    min-height: 90px;
}
.review-container h3{
    float: left;
    font-family: chivo;
    margin-top: 10px;
    margin-left:5px ;
}
.review-container span{
    /* float: left; */
    /* margin-top: 5px; */
    margin-left: 0px;
    font-family: David Libre;
    color: rgb(109, 106, 106);
}
.review-container img{
    width: 80px;
    float: left;

    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    /* border: 2px solid rgb(231, 135, 76); */
    display: block;
    
}
/* -----------------------Contact------------------ */
.contact-section{
    /* border: 4px solid rgb(40, 194, 26); */
    width: 100%;
    min-height: 100vh;
    margin-top: 90px;
}
.contact-section h1{
    text-align: center;
    font-size: 40px;
    font-family: chivo;
    color: rgb(194, 82, 74);
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-decoration: underline;
    text-decoration-color: rgb(194, 82, 74);
    text-underline-offset: 10px;
    padding: 10px 0px;
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.contact-container{
    margin-top: 100px;
    
    /* border: 3px solid rgb(162, 8, 8); */
    background-color: whitesmoke;
    width: 100%;
    min-height: 520px;
    
    

}
.contact-container .image{
    /* border: 2px solid black; */
    float: right;
    width: 40%;
    min-height: 480px;
    border-radius: 10px;
    margin-right:10% ;
    
}
.contact-container .image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-right: 10px;
    margin-top: 8%;
    border-radius: 10px;
    /* border: 2px solid black; */
    animation-name: move-up-down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
.contact-container .text-form{
    /* border: 2px solid black; */
    float: left;
    width: 40%;
    min-height: 480px;
    margin-left: 10%;
    margin-top: 10px;
    padding-top: 60px;
    background-color: rgb(255, 255, 255);
    animation-name: reveal-from-left;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    border-radius: 10px;
}

.text-form input{
    width: 80%;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 0px 1px 2px 0px rgb(221, 220, 220);
    border-bottom: 2px solid rgb(225, 224, 224);
    outline: none;
    font-family: chivo;
    
    margin-left: 15%;
    
    /* border-radius: 5px; */

}
.text-form input::placeholder{
    font-size: 20px;
}
.text-form textarea{
    width: 80%;
    padding: 10px;
    margin-left: 15%;
    resize: none;
    border-radius: 5px;
    font-family: chivo;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: -1px 1px 2px 0px rgb(221, 220, 220);
    border-bottom: 2px solid rgb(225, 224, 224);

}
.text-form textarea::placeholder{
    font-size: 20px;
}
.text-form input[type="submit"]{
    background-color: rgb(194, 82, 74);
    /* border: 2px solid rgb(194, 82, 74); */
    color: white;
    font-weight: 600;

    font-size: 15px;
    border: 2px solid rgb(194, 82, 74);
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
    
}
.text-form input[type="submit"]:hover{
    background-color: transparent;
    color: rgb(194, 82, 74);
}


/* ---------------------Footer---------------- */
.footer-section{
    width: 100%;
    min-height: 280px;
    background-color:rgb(44, 43, 42);
    margin-top: 40px;
    /* border: 2px solid black; */
}
.footer-container{
    /* border: 2px solid rgb(194, 82, 74); */
    min-height: 260px;

}
.footer-container h3{
    font-family: chivo;
    color: rgb(194, 82, 74);
    font-size: 22px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: whitesmoke;
    text-underline-offset: 10px;
}
ul{
    list-style: none;
    margin-top: 20px;
    padding: 0px;
    
}
ul li{
    margin-bottom: 10px;
    font-family: chivo;
    font-size: 17px;
}
ul li a{
    text-decoration: none;
    color: whitesmoke;
    transition: all 0.2s ease-in-out;
}
ul li a:hover{
    color: rgb(194, 82, 74);
    text-decoration: underline;
    text-decoration-color:rgb(194, 82, 74) ;
    text-underline-offset: 5px;
}

.quick-links,.Extra-links,.Locations,.contact-info{
    float: left;
    /* margin-left: 10%; */
    margin-top: 40px;
    width: 20%;
    /* border: 2px solid whitesmoke; */
}
.quick-links{
    margin-left: 10%;
}

.copy{
    text-align: center;
    clear: both;
    /* border: 2px solid whitesmoke; */
    
}
.copy h2{
    font-family: chivo;
    color: gray;
    font-size: 17px;
    padding-bottom: 15px;
}






















@keyframes reveal-from-top{
    0%{
        opacity: 0;
        transform: translateY(-100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes reveal-from-bottom{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes reveal-from-left{
    0%{
        opacity: 0;
        transform: translateX(-200px);
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}    
@keyframes reveal-from-right{
    0%{
        opacity: 0;
        transform: translateX(100px);

    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes move-up-down{
    0%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(-10px);
    }
}


