/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/05/2021, 06:53:57 م
    Author     : DELL
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
.farm-item {
    position: relative;
    background-color: #f5f5f5;
    padding: 40px 40px 225px;
    border-radius: 56px;
}
.farm-item.bg-fdedce {
    background-color: #f5f5f5;
}
.farm-item .farm-content span {
    font-size: 14px;
   
}
.farm-item .farm-content h3 {
    font-size: 25px;
    margin: 5px 0 14px;
    color: #1f1e1e;
}

.farm-item .farm-image {
    position: absolute;
    bottom: 0;
    right: 40px;
    left: 40px;
        top: 144px;
}

.about-section.bg-f4faf4 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #d8ead8;
}


.shop-list-tab .tab_content .tabs_item .shop-item-two {
    padding: 0px 0px;

}

.navbar-area.navbar-style-two {
    border-bottom: 0px solid #5d5649;

}










.footer-section.footer-bg {

    margin-top: 50px;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    height: 100%;
    width: 1px;
    background-color: rgb(149 152 200 / 0%);
}
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: -65px;
    height: 100%;
    width: 1px;
   background-color: rgb(149 152 200 / 0%);
}
body{
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
}
p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}
.shop-list-tab .tabs li a {
    display: block;
    border-radius: 2px;
    color: #8d8c8c;
    font-size: 18px;
    font-weight: bold;
}
.shop-list-tab .tab_content .tabs_item .shop-item-two {
    padding: 0px 50px;
    border-radius: 0px;
    border: 0px dashed #209e2e;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.07);
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #d2ecd5;
}

.page-title-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/page-title-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 427px;
}
body {
  padding: 0;
  margin: 0;
  font-family: "cairo", sans-serif !important;
  font-size: 16px;
}