/*
	Theme Name: Serenity Farm
	Theme Coder: eng.Mohamed Magdy
	PSD Designer: Mohamed Magdy
	font-family: 'Montserrat';
	First Color: #8db849;
	Second color:#18b4ce;
*/

:root {
    --main-color: #5eac24;
    --Second-color: #424244;
    --Third-color: #fd9d25;
    --box-color: #ebf2fae0;
    --Main-Gredient: linear-gradient(90deg, rgba(237,206,156,1) 0%, rgba(181,153,108,1) 100%);
    --Main-font: 'Montserrat';
    --Title-Font:'Montserrat';
    --Secondry-font: 'Poppins';
    --title-fwieght: 600;
    --Font-wieght: 300;
    --letter-spacing: 1rem;
    --Main-font-size: 1.8rem;
    --P-size:0.8rem;
    --border-radius: 30px;
    --full-height: 100vh;
}

body {
    background: #fff;
    font-family: var(--Main-font);
    font-weight: var(--Font-wieght);
}

/*--Global style
-------------------------------------------
-------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-family: var(--Title-Font);
    font-weight: var(--title-fwieght);
    text-transform: uppercase;
    margin-bottom: 0;
}
p {
    font-size: var(--P-size);
    color:#fff
}
a,a:hover {
    text-decoration: none;
}
.d-flex {
    flex-wrap: wrap;
}
ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.section {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.main-container {
    padding:0;
    min-height:100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: flex-start;
    width: 100%;
    position: relative;
}



/*--======================================
---------------home page---------------------
=====================================--*/
#bar {
    width: 100%;
    background-color: #fff;  
    position: absolute;
    z-index: 60;
}
.welcome {
    font-weight: 400;
    color: var(--Second-color);
    font-size: 0.9rem;
}
ul.purchase {
    font-weight: 400;
    color: var(--Second-color);
    font-size: 0.9rem;
}
ul.purchase li {
    margin-left: 10px;
}

/*--===========bar section=======--*/

nav {
    width: 100%;
    padding-top: 50px !important;
    position: absolute !important;
    z-index: 50;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: var(--Main-font);
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color:#fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color:var(--main-color);
}
li.nav-item {
    margin-left: 4px;
    margin-right: 4px;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color:var(--Third-color);
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:var(--main-color);
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
    list-style: none;
    /*background-color: #fff;*/
    background-clip: padding-box;
    border: 1px solid rgba(31,34,41,.15);
    border-radius: 0.25rem;
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    background: rgba(31, 34, 41, 0.95);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropdown-item {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
}
.dropdown-item:hover {
    background: var(--main-color);
    font-weight: 600;
}
.phone-link {
    font-size: 0.8rem;
    color:#fff;
    letter-spacing: 5px;
    padding-left: 5px;
}
.phone-link:hover {
    color:var(--main-color);
}

/*--===========banner section=======--*/

#banner {
    width: 100%;
    color:#fff;
    font-family: var(--Main-font);
    font-weight: var(--Font-wieght);
}
.carousel-caption {
    bottom: 23%;
}
.banner-text p {
    color: #fff;
    text-align: right;
    font-weight: 400;
}
.carousel-caption h1 {
    font-weight: 700;
    font-size: 5rem;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    line-height: 0.9;
    text-shadow: 2px 2px #646464;
}
.carousel-caption span {
    color: var(--main-color);
}
.carousel-caption p {
    text-shadow: 2px 2px #646464;
    font-size: 17px;
    text-align: left;
    margin-bottom: 10.5rem;
}
#banner a.btn {
    background: var(--main-color);
    color: #fff;
    padding: 0.9rem 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    width: 15%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 70px;
}
#banner a.btn:hover {
    background: var(--Second-color);
    color: #fff;
}
#banner a.btn2 {
    display: block;
    margin-top: -120px;
    background: var(--main-color);
    color: #fff;
    padding: 0.9rem 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    width: 15%;
    height: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 70px;
}
#banner a.btn2:hover {
    background: var(--Second-color);
    color: #fff;
}
.slick-dots li.slick-active button:before {
    color: var(--main-color) !important;
}

/*--===========welcome section=======--*/

#welcome {
    width: 100%;
    background: url(../images/veg.jpg) top center no-repeat;
    padding: 45px 0 120px 0;
    margin-top: -90px;
    z-index: 40;
}
.center-col {
    float: none;
    margin: 0 auto;
}
#welcome h3{
    font-family: var(--Main-font);
    color: var(--main-color);
    font-weight: 400;
    letter-spacing: 0.3rem;
}
#welcome h2{
    font-family: var(--Main-font);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.6rem;
}
.p-welcome {
    font-weight: 400;
    font-size: 15px;
    color:#fff;
    margin-bottom: 0;
}

#product-cat {
    width: 100%;
    padding: 25px 15px;
}
#product-cat a h3 {
    color: var(--main-color);
	min-height: 80px;
}
#product-cat p {
    color:#424244;
    padding-bottom: 35px;
	min-height: 132px;
}
.more-btn {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 70px;   
}
.more-btn3 {

    background: var(--main-color);
    color: #fff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 70px;   
}
.more-btn3:hover {
	color:#fff;
}

/*--===========products=======--*/

#products {
    width: 100%;
    background: #fff url(../images/bg.jpg) top center repeat;
    padding-top: 25px;
}
.section-title {
    color: #666668;
    text-transform: uppercase;
    font-size: 2.3rem;
    line-height: 1.1rem;
    letter-spacing: 0.9px;
}
.box-item {
    border: 1px solid #e2e3e5;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 4px 4px 28px 0px rgba(205,206,207,0.75);
    -webkit-box-shadow: 4px 4px 28px 0px rgba(205,206,207,0.75);
    -moz-box-shadow: 4px 4px 28px 0px rgba(205,206,207,0.75);
    padding: 10px;
    position: relative;
    min-height: 350px;
}
#products h6{
    font-family: var(--Secondry-font);
    color: var(--main-color);
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: capitalize;
}
#products h5{
    font-family: var(--Main-font);
    color: var(--Second-color);
    font-weight: 700;
}
#products h4{
    font-family: var(--Main-font);
    color: var(--Second-color);
    font-weight: 400;
    font-size: 1.5rem;
}
.cart-pos {
    position: absolute;
    margin-top: 0;
    left:auto;
    right:10px
}
.btn-allproducts {
    background: rgb(74,147,44);
    background: linear-gradient(90deg, rgba(74,147,44,1) 0%, rgba(41,126,27,1) 100%);
    color: #fff;
    padding: 0.8rem 70px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
}
.btn-allproducts:hover {
    background: #ef6c2c;
    color: #fff;

}
.btn-products {
    background-color: transparent;
    border:1px solid var(--main-color);
    color: var(--main-color);
    padding: 0.5rem 70px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 0;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    float: right;
}
.btn-products:hover {
    background-color: var(--Third-color);
    color:#fff;
    border:1px solid var(--Third-color);
}


/*--===========speration section=======--*/

#natural {
    width: 100%;
    background: #6f8c52 url(../images/sep.jpg) top center no-repeat; 
    color: #fff;
    padding: 70px;
    margin-top: 50px;
}
#natural h4 {
    font-size: 1.2rem;
    font-weight: 600;
}
#natural h2 {
    font-weight: 700;
    font-size: 2rem;
}
#sustainable a.btn {
    background: var(--Third-color);
    color: #fff;
    padding: 0.5rem 40px;
    font-size: 0.8rem;
    font-weight: 600;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#sustainable a.btn:hover {
    background: var(--Second-color);
}



/*--===========footer=======--*/

footer {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #7aa536;
}
footer p {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 0.9rem;
}
footer ul li {
    color: #fff;
    padding-left: 1rem;
    font-size: 0.9rem;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #ef6c2c;
}
.d-flex-footer {
    display: flex;
    justify-content: flex-end
}


/*--===========outer=======--*/
#outer {
    background: #000 url(../images/inner_bg.jpg) bottom center no-repeat;
    padding: 70px 50px 55px 50px;
    text-align: center;
    color: #fff;
    width: 100%;
    border-bottom: 5px solid var(--main-color);
}
#outer h1{
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 2.1rem;
    text-align: center;
    margin-top: 70px;
    padding-top: 30px;
}
.p-outer {
    font-size: 16px;
    color:#767676;
    text-align: center;
    padding: 30px 200px;
}

#inner-products {
    width: 100%;
}
.box-inner-details {
    background-color: #fff;
    border: none !important;
    box-shadow: 0 4px 4px 1px rgba(137, 148, 169, 0.20),
    0 -2px 6px 1px rgba(137, 148, 169, 0.1) inset,
    0 2px 4px 2px rgba(255, 255, 255, 0.83) inset,
    0 -1px 3px 0.5px rgb(188 194 211 / 55%) inset,
    0 1px 2px 1px rgb(255 255 255 / 83%) inset;
      
    padding: 25px;
}
#inner-products h2{
    font-weight: 800;
    color: var(--Second-color);
    text-transform: capitalize;
    font-size: 2.5rem;
}
#inner-products h2 span{
    font-weight: 400;
    font-size: 1.5rem;
}
#inner-products h6{
    font-weight: 500;
    color: #888a94;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 5px;
}
#inner-products p {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.inner-tags li {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.inner-tags li:first-child {
    background-color: var(--Third-color);
    color: #fff;
    border: 1px solid var(--Third-color);
}
.border-line {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
}
.details {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding-top: 20px;
}
.details h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
}
.details h4{
    font-family: var(--Main-font);
    color: var(--Second-color);
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}
ul.info_product {
    font-weight: 500;
    color: #888a94;
    margin-top: 15px;
}
ul.info_product li:nth-child(odd) {
    background-color: #dde3e9;
    padding: 10px 15px 10px 20px;
    
}
ul.info_product li:nth-child(even) {
    background-color: #fff;
    padding: 10px 15px 10px 20px;
    line-height: 1rem;
}
.pos {
    position: relative;
}
a.cart-btn {
    background: rgb(74,147,44);
    background: linear-gradient(90deg, rgba(74,147,44,1) 0%, rgba(41,126,27,1) 100%);    
    border-radius: 0px 0px 18px 18px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
a.cart-btn:hover {
    background: var(--Third-color);
}
.cart-btn h3 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
}



/* -------------------------------- 

contact page

-------------------------------- */

#contact-page {
	padding-top: 55px;
	padding-bottom: 50px;
	width:100%;
}
.main-titles {
	font-size: 2.5rem;
	font-weight:600;
}
.third-color {
	color: #5e6e7e;
}
p.inquery {
	color: #5e6e7e;
	font-size:1rem;
}
p.inquery strong {
	font-size: 17px;
	font-weight: 500;
	color: #606d79;
}

#contact-page h4 {
	font-weight: 700;
	color:#141413;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 25px;
}
#contact-page h5 {
	font-weight: 500;
	color:#141413;
	padding-top: 15px;
	padding-bottom: 25px;
}
#contact-page  .details_con {
	color: #5e6e7e !important;
	font-size:1rem;
}
#contact-page  .details_con strong {
	font-weight:600;
}


div.wpforms-container-full {
    margin: 0px auto !important;
}
.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background-color: var(--Second-color) !important;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {  max-width: 100% !important;
}


.des1 p {
	color:#424244 !important;
	font-size: 16px;
	font-weight:400;
	padding:15px 100px 25px 100px !important
	
}

.wp-block-media-text .wp-block-media-text__content {
	padding:0 5% !important;
}