/* universal */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* common class */
.container{
    max-width: 1680px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
body{
   
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img{
    max-width: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.logo{
    width: 50px;
    display: block;
}
h1,.heading-1{
    font-size: 48px;
    font-weight: 200;
    color: #ffffff;
    margin: 0 0 30px;
    text-transform: uppercase;
    line-height: 1.2;
}
h2,.heading-2{
    font-size: 42px;
    font-weight: 500;
    color:#644135;
    margin: 0 0 30px;
    text-transform: uppercase;
    line-height: 1.2;
}
h3,.heading-3{
    font-size: 32px;
    font-weight: 500;
    color:#000000;
    margin: 30px 0 15px;
    text-transform: uppercase;
    line-height: 1.2;
}
h4,.heading-4{
    font-size: 28px;
    font-weight: 500;
    color:#ffffff;
    margin: 0 0 20px;
    text-transform: capitalize;
    line-height: 1.2;
}
h5,.heading-5{
    font-size: 25px;
    font-weight: 500;
    color:#ffffff;
    margin: 0 0 20px;
    text-transform: capitalize;
    line-height: 1.2;
}
h6,.heading-6{
    font-size: 22px;
    font-weight: 500;
    color:#ffffff;
    margin: 0 0 20px;
    text-transform: capitalize;
    line-height: 1.2;
}
p{
    font-size: 20px;
    /* font-weight: 200; */
    color: #ffffff;
    margin: 0 0 30px;
    text-transform: capitalize;
    line-height: 1.2;
}
span{
    display: block;
    margin-bottom: 30px;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
}
/* navbar starts */
.upper-portion{
    background-color: #644135;
    color: #ffffff;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
}
.upper-portion span{
    text-decoration: underline;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}
.upper-portion p{
    margin: 0;
    display: flex;
    font-size: 18px;
    text-transform: uppercase;
}
.nav{
    background-color: #EAE9E4;
    padding: 15px 0;
}
.nav .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
}
.nav-links{
    display: flex;
    flex-wrap: wrap;
}
.nav-links li{
    margin: 0 50px 0 0;
}
.nav-links li a {
    display: block;
    text-transform: uppercase;
    color: #000000;
}
.nav-links li a:hover{
    color:#644135;
}
.nav-icons a{
    display: inline-block;
}
.nav-icons a i{
    margin-right: 15px;
    color: #000000;
}
.nav-icons a i:hover{
    color:#644135;
}
.hamburgur{
    display: none;
}
/* navbar ends */
/* banner starts */
.banner{
    min-height: 100vh;
    background: url(../image/banner.png);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .banner .container{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.cmn-btn{
    padding: 10px 20px;
    background-color: #ffffff;
    color: #644135;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid black;
}
.cmn-btn:hover{
    background-color: #644135;
    color: #ffffff;
}
.banner-child{
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.span-text{
    color: #ffffff;
}
/* banner ends */
/* about starts */
.about{
    background-color: #EAE9E4;
}
.about-child{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -60px;
}
.left,.right{
    width: 50%;
    padding: 0 60px;
}
.left img{
    max-width:654px;
    /* max-height: 500px; */
    margin-bottom: 30px;
}
.left p{
    width: 85%;
    color: #000000;
}
.abt-btn{
    background-color: #644135;
    color: #EAE9E4;
}
.abt-btn:hover{
    background-color: #EAE9E4;
    color: #644135;
}
.right img{
    max-width: 793px;
    /* max-height: 724px; */
}
.right span{
    font-weight: 500;
}
.cmn-gap{
    padding: 120px 0;
}
/* about ends */
/* categories starts */
.categories{
    background-color: #EAE9E4;
    padding-bottom: 120px;
}
.categories-upper{
    text-align: center;
}
.categories-child{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cmn-category{
    width: 13%;
}
.category-text p{
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0 0;
}
/* categories ends */
/* new arrivals starts */
.new-arrivals{
    background-color: #EAE9E4;
    padding-bottom: 120px;
}
.new-arrivals-upper{
    text-align: center;
}
.new-arrivals-child{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cmn-arrivals{
    text-align: center;
    width: 19%;
    /* margin-right: 15px; */
}
.cmn-arrivals:nth-child(odd){
    margin-top: 60px;
}
.cmn-arrivals:nth-child(even){
    margin-top: 30px;
}
.cmn-arrivals:nth-child(3){
    margin-top: 0;
}
.arrivals-text h3{
    color: #631015;
}
.arrivals-text p{
    color: #000000;
    margin: 15px 0 0;
}
/* .cmn-arrivals:last-child{
    margin-right: 0;
} */
/* new arrivals ends */
/* product starts */
.products{
    background-color: #EAE9E4;
    text-align: center;
    padding-bottom: 120px;
}
.product-child{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products p{
    color: #000000;
    margin: 0 0 0;
}
.cmn-product{
    width: 24%;
}
/* product ends */
/* footer starts */
.footer{
    background-color: #644135;
}
.footer-top{
    text-align: center;
    padding-top: 120px;
    margin-bottom: 50px;
}
.footer-middle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-links{
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.links-head{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #c2ac93;
}
.links-head:hover{
    color: #f69c35f7;
}
.footer-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
}
.footer-grid li a {
    display: block;
    color: #c2ac93;
    font-size: 18px;
    text-transform: capitalize;
}
.footer-grid li a:hover{
    color: #EAE9E4;
}
.plant-img{
    /* text-align: center; */
    margin-bottom: 50px;
}
.join-form{
    background:#2f0c0298;
    padding:80px;
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items:center;
    margin-bottom: 20px;
}
.join-form p{
    font-size: 45px;
    color: #ffffff;
    text-transform: uppercase;
}
.email-box{
   
    border-bottom:1px solid #fff;
    width: 30%;
}
.email-box input{
    background:transparent;
    border:none;
    outline:none;
    color:#fff;
    padding:10px 0;
    /* width: 100%; */
    text-transform: capitalize;
}
/* .send-icon{
    color:#000000;
    background-color: #fff;
    border-radius: 50%;
    font-size:18px;
    margin-left: auto;
} */
.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:20px;
    color: #c2ac93;
    text-transform: capitalize;
}
.footer-bottom a{
    color: #c2ac93;
    text-transform: uppercase;
}
.policy-links a{
    margin:0 5px;
}
#send-icon{
    /* margin-top: 20px; */
    margin-left: auto;
    position: absolute;
    right: -180px;
}
.login-form{
    
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    /* flex-direction: column; */
}
/* footer ends */
/* media query starts(responsive) */
@media (min-width: 320px) and (max-width: 575.98px){
/* upper portion */
.upper-portion{
    padding:10px;
}
.upper-portion p{
    font-size:12px;
    flex-wrap:wrap;
    justify-content:center;
}
.upper-portion span{
    font-size:12px;
}
/* navbar */
.hamburgur{
    display: block;
}
.nav-links{
    display: none;
}
.logo{
    width: 25px;
}
/* navbar */
/* banner */
h1{
    font-size: 20px;
    margin: 0 0 10px;
}
span{
    font-size: 10px;
    margin: 0 0 10px;
}
.cmn-btn{
    padding: 4px 11px;
    font-size: 8px;
}
/* banner */
/* about */
.left,.right{
    width: 100%;
    padding: 0 60px;
}
h2{
    font-size: 20px;
    margin: 0 0 20px;
}
p{
    font-size: 12px;
    margin: 0 0 20px;
}
span{
    font-size: 10px;
    margin: 0 0 20px;
}
.cmn-gap{
    padding: 60px 0;
}
/* about */
/* categories */
.categories{
    padding-bottom: 60px;
}
.cmn-category{
    width: 100%;
}
.category-text p{
    margin-bottom: 10px;
}
/* categories */
/* products */
.products{
    padding-bottom: 60px;
}
.cmn-product{
    width: 100%;
}
.products p{
    margin-bottom: 5px;
}
h3{
    font-size: 15px;
}
/* products */
/* new arrivals */
.new-arrivals{
    padding-bottom: 60px;
}
.cmn-arrivals{
    width: 100%;
    
}
h2{
    margin-bottom: 2px;
}
h3{
    font-size: 15px;
}
p{
    font-size: 12px;
}
/* new arrivals */
/* footer */
.footer-logo{
    width: 50px;
    display: block;
    margin-right: auto;
}
.footer-top{
    padding-top: 60px;
}
.links-head{
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-grid li a {
    font-size: 15px;
}
.plant-img{
    width: 60px;
}
.join-form{
    padding: 40px;
}
.join-form p{
    font-size: 20px;
}
.email-box{
    width: 100%;
}
.footer-bottom{
    font-size: 6px;
}
#send-icon{
    position: absolute;
    right: -30%;
    width: 30px;
}
.footer-links{
    width: 100%;
}
/* footer */
} 
@media (min-width: 576px) and (max-width: 767.98px){
/* upper portion */
.upper-portion p{
    font-size:14px;
}
.upper-portion span{
    font-size:14px;
}
/* upper portion */
/* navbar */
.hamburgur{
    display: block;
}
.nav-links{
    display: none;
}
.logo{
    width: 30px;
}
/* navbar */
/* banner */
h1{
    font-size: 25px;
    margin: 0 0 10px;
}
span{
    font-size: 14px;
    margin: 0 0 10px;
}
.cmn-btn{
    padding: 6px 14px;
    font-size: 10px;
}
/* banner */
/* about */
.left,.right{
    width: 100%;
    padding: 0 60px;
}
h2{
    font-size: 30px;
    margin: 0 0 20px;
}
p{
    font-size: 15px;
    margin: 0 0 20px;
}
span{
    font-size: 15px;
    margin: 0 0 20px;
}
.cmn-gap{
    padding: 90px 0;
}
/* about */
/* categories */
.categories{
    padding-bottom: 90px;
}
.cmn-category{
    width: 48%;
}
.category-text p{
    margin-bottom: 14px;
}
/* categories */
/* products */
.products{
    padding-bottom: 90px;
}
.cmn-product{
    width: 45%;
}
.products p{
    margin-bottom: 10px;
}
h3{
    font-size: 20px;
}
/* products */
/* new arrivals */
.new-arrivals{
    padding-bottom: 90px;
}
.cmn-arrivals{
    width: 40%;
    
}
h2{
    margin-bottom: 5px;
}
h3{
    font-size: 18px;
}
p{
    font-size: 14px;
}
/* new arrivals */
/* footer */
.footer-logo{
    width: 70px;
    display: block;
    margin-right: auto;
}
.footer-top{
    padding-top: 90px;
}
.links-head{
    font-size: 20px;
    margin-bottom: 22px;
}
.footer-grid li a {
    font-size: 18px;
}
.plant-img{
    width: 80px;
}
.join-form{
    padding: 50px;
}
.join-form p{
    font-size: 22px;
}
.email-box{
    width: 40%;
}
.footer-bottom{
    font-size: 10px;
}
#send-icon{
    position: absolute;
    right: -20%;
    width: 30px;
}
.footer-links{
    width: 100%;
}
/* footer */
} 
@media (min-width: 768px) and (max-width: 991.98px){
/* navbar */
.hamburgur{
    display: block;
}
.nav-links{
    display: none;
}
.logo{
    width: 50px;
}
/* navbar */
/* banner */
h1{
    font-size: 30px;
    margin: 0 0 10px;
}
span{
    font-size: 15px;
    margin: 0 0 10px;
}
.cmn-btn{
    padding: 8px 15px;
    font-size: 12px;
}
/* banner */
/* about */
.left,.right{
    width: 50%;
    padding: 0 60px;
}
h2{
    font-size: 30px;
    margin: 0 0 20px;
}
p{
    font-size: 15px;
    margin: 0 0 20px;
}
span{
    font-size: 15px;
    margin: 0 0 20px;
}
.cmn-gap{
    padding: 90px 0;
}
/* about */
/* categories */
.categories{
    padding-bottom: 90px;
}
.cmn-category{
    width: 48%;
}
.category-text p{
    margin-bottom: 10px;
}
/* categories */
/* products */
.products{
    padding-bottom: 60px;
}
.cmn-product{
    width: 45%;
}
.products p{
    margin-bottom: 10px;
}
/* products */
/* new arrivals */
.new-arrivals{
    padding-bottom: 90px;
}
.cmn-arrivals{
    width: 40%;
}
h2{
    margin-bottom: 8px;
}
h3{
    font-size: 20px;
}
p{
    font-size: 17px;
}
/* new arrivals */
/* footer */
.footer-logo{
    width: 90px;
    display: block;
    margin-right: auto;
}
.footer-top{
    padding-top: 100px;
}
.links-head{
    font-size: 22px;
    margin-bottom: 22px;
}
.footer-grid li a {
    font-size: 19px;
}
.plant-img{
    width: 90px;
}
.join-form{
    padding: 60px;
}
.join-form p{
    font-size: 28px;
}
.email-box{
    width: 40%;
}
.footer-bottom{
    font-size: 15px;
}
#send-icon{
    position: absolute;
    right: -57%;
    width: 30px;
}
.footer-links{
    width: 100%;
}
/* footer */
} 
@media (min-width: 992px) and (max-width: 1199.98px){
} 
@media (min-width: 1200px) and (max-width: 1399.98px){
} 
/* media query ends (responsive)*/

