@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?km1nyw');
    src:  url('../fonts/icomoon.eot?km1nyw#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?km1nyw') format('truetype'),
      url('../fonts/icomoon.woff?km1nyw') format('woff'),
      url('../fonts/icomoon.svg?km1nyw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
body {
  font-family: "Open Sans",sans-serif;
}
/* Gallery page Start */
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #ffb524;
}
.blog-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.blog-one__single-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .1s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}
.blog-one__single-content {
    position: relative;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 40px 32px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.blog-one__single-text {
  color:#000;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}
a.blog-one__single-text:hover {
    color:#000;
}
.blog-one__single-content:not(.blog-details) {
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__single-content:not(.blog-details)::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #4f3c03;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.blog-one__single:hover .blog-one__single-content:not(.blog-details)::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.blog-one__single:hover .blog-one__single-content:not(.blog-details) {
    background-color: #ffb524;
}
.gallery-images {
    width: 417px;
    height: 275px;
}
/* Gallery page End*/
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    /* border-radius: 230px 100px; */
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.menu .navbar .navbar-nav .nav-link {
    font-size: 20px;
    transition: .5s;
    font-weight: 700;
}
.dropdown-menu {
    font-size: 18px;
}
.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary);
    font-weight: 700;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    .tab-class .text-start.prt-0 h1 { 
        font-size:2.3rem;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    /* background: var(--bs-light) !important; */
    background: #fff !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}
.mob-mar-left-3 {
    margin-left: 0px !important;
}
#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../../../media/images/banner/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }
 
.hero-header::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.home-banner {
    position: relative;
    z-index: 1;
}
.home-banner h1 {
    font-size: 60px;
}
.home-banner h4 {
    font-size: 26px !important;
}
.carousel-inner {
    border: 1px solid #ffb524;
    border-radius: 25px;
}
.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../../media/images/banner/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.basket-btn:hover, .basket-btn:focus, .basket-btn:active, .basket-btn.active {
    color: #ffb524;
}
a.text-body:hover, a#logoutAnchor:hover, a#orderhistory:hover {
    color: #ffb524 !important;
}
.hero-header,
.page-header, .about-mt-150, .mt-all-152 {
    margin-top: 152px !important;
}
.pd-tb-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
/* .nav-color{
    color: rgba(0, 0, 0, .55);
} */
.btn-dark-rd {
    /* background-color: #45595b !important; */
    background-color: #81c408 !important;
    color: #fff !important;
}
.single-img-align {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
    margin: 0 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 10px;
}
.fa-1-5x:before{
    font-size: 1.5em !important;
}
ul.list-group li.list-group-item ul, ul.list-group li.list-group-item ul li::marker{
    list-style-type:none !important;
}
.list-group-item {
    padding: 2rem 4rem;
}
ul.list-group li.list-group-item p {
    display: flex;
}
ul.list-group li.list-group-item h4 {
    padding-bottom: 20px;
}
ul.list-group li.list-group-item h5 {
    padding-top: 20px;
}
.banner-img {
    margin-top: 152px;
}
.about-content img {
    width: 500px;
    height: 300px;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .mobile-nav-top {
        display: block !important;
        padding-left: 10px;
    }
    .banner-img {
        margin-top: 182px;
    }
    .about-content img {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    .mob-mar-left-3 {
        display: none !important;
    }
    .mob-toggle {
        height: 350px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .mob-toggle {
        height: 150px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
}
@media (min-width: 992px) {
    .max-ht-65 {
        max-height: 650px !important;
    }  
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
@media (min-width: 768px) and (max-width:1023px) {
    .banner-img {
        margin-top: 168px;
    }
    .mobile-nav-top {
        display: block !important;
    }
    .about-content img {
        width: 100%;
        height: auto;
    }
    .mob-mar-left-3 {
        /* margin-left: 3rem !important; */
        display: none !important;
    }
    a.nav-item.nav-link, a#navbarDropdown {
        font-size: 24px !important;
    }
    a.dropdown-item {
        font-size: 22px !important;
        color: rgba(0,0,0,.55);
    }
    div#navbarCollapse {
        height: 340px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
}
@media (max-width:1023px) {
    .mobile-flex{
        text-align: left;
        display: block !important;
    }
    .mobile-justify-content-start{
        justify-content: flex-start !important;
    }
    .w-25 {
        width: 100% !important;
        display: block;
        padding-bottom: 10px;
    }
    ul.list-group li.list-group-item p {
        display: block;
        margin-bottom: 0px;
    }
    a.nav-item.nav-link {
        margin-left: 2em;
        font-size: 20px !important;
    }
    a#navbarDropdown {
        margin-left: 2rem;
    }
    a.dropdown-item {
        padding-left: 4rem;
        padding-bottom: 5px;
        font-size: 18px;
        color: rgba(0,0,0,.55);
    }
    a.dropdown-item:hover {
        color: #FFB524;
    }
    a#navbarDropdown {
        font-size: 20px !important;
        padding-left: 8px;
    }
    .navbar {
        height: 105px;
        border-bottom: 1px solid #00000066;
    }
    .top-info.ps-2 {
        padding-bottom: 10px;
    }
    .mobile-nav-top {
        padding-left: 10px;
    }
    .mob-display .d-flex {
        display: block !important;
    }
    .mob-display h4 {
        min-height: 55px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .about-content img {
        width: 100%;
        height: auto;
    }
    .mob-display h4 {
        min-height: 55px;
    }
    .mob-display .d-flex {
        display: block !important;
    }
    a.nav-item.nav-link, a#navbarDropdown {
        margin-left: 2rem;
    }
    a.nav-item.nav-link, a#navbarDropdown {
        font-size: 24px !important;
    }
    a.dropdown-item {
        padding-left: 4rem;
        padding-bottom: 5px;
        font-size: 24px;
        color: rgba(0,0,0,.55);
    }
    .navbar {
        height: 105px;
    }
    div#navbarCollapse {
        height: 350px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    .mob-mar-left-3 {
        display: none !important;
    }
}
@media (max-width:1200px) {
    .mob-mr-4 {
        margin-right: 1.5rem !important;
    }
    .list-group-item {
        padding: 2rem 1.5rem;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);
    
}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/

.fruite .tab-class .nav-item a.active, .fruite .tab-class .nav-item a:hover {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span, .fruite .tab-class .nav-item a:hover span {
    color: var(--bs-white) !important; 
}
.fruite .tab-class .nav-item a span {
    width: auto;
    padding: 10px 20px;
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.0);
}
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
.sp-ct {
    margin-top: 12rem;
}
.summary-ct {
    margin-top: 5rem;  
}
.summary-ct, .sp-ct {
    max-width: 1000px;
}
.summary .dropdown-toggle::after {
    display: none;
}
.sp-select {
    width:50px;
    height:40px;
}
.btn-success {
    color: #fff;
    background-color: #81c408;
    border-color: #81c408;
}
.alert-primary {
    color: #81c408;
    background-color: #e6f3ce;
}
.btn-success:hover, .btn-light:hover, .summary .dropdown-item:hover {
    color: #fff;
    background-color: #ffb524;
    border-color: #ffb524;
}
.summary .dropdown-item {
    color: #747d88;
}
.delete-button {
    padding-left: 0px;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}
.hr-line {
    border-bottom: 1px solid rgba(226, 175, 24, 0.5);
}
.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/
/* Static Component Start */

h3.feature-one__title {
    position: relative;
    z-index: 5;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    color: #000;
    margin-bottom: 0;
}
.feature-one__icon {
    font-size: 57px;
    color: #000;
    line-height: 1;
    transition: all 0.3s;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feature-one__cricle-icon {
    width: 92px;
    height: 92px;
    border: 2px solid #0c7735;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    transition: all 0.3s;
}
.feature-one--two .feature-one__cricle-icon {
    background-color: #0c7735;
    border-color: #fdd61f;
}
.icon-apple:before {
    content: "\e903";
  }
  .icon-crops:before {
    content: "\e904";
  }
  .icon-hand:before {
    content: "\e912";
}
  .icon-tractor:before {
    content: "\e905";
  }
.feature-one--two .feature-one__icon {
    color: #fff;
}
.feature-one--services {
    margin-top: 0;
  }
  
  .feature-one--services .container {
    padding-top: 118px;
    padding-bottom: 120px;
  }
  
  @media (max-width: 991px) {
    .feature-one--services .container {
      padding-top: 56px;
      padding-bottom: 60px;
    }
  }
  .feature-one--projects {
  margin-top: 0;
}

.feature-one--projects .container {
  padding-bottom: 122px;
}

@media (max-width: 991px) {
  .feature-one--projects .container {
    padding-bottom: 60px;
  }
}
.feature-one__item-bg {
    -webkit-box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
    box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
    background-color: #fff;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 45px 20px 56px 20px;
    background-image: none;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left -8px, bottom -48px right -60px;
}
@media (max-width: 991px) {
    .feature-one__item-bg {
      padding: 24px 20px 20px 20px;
      background-position: bottom -20px left -40px, bottom -100px right -80px;
    }
  }
.feature-one__shape_one, .feature-one__shape_two {
    position: absolute;
    left: -10px;
    bottom: 0;
    z-index: 1;
}
.feature-one__shape_two {
    left: auto;
    right: -50px;
    bottom: -50px;
    z-index: 1;
}
.elementor-widget-container img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.feature-one__item {
    position: relative;
    height: 100%;
}
.feature-one__item {
    position: relative;
    overflow: hidden;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
    box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.feature-one--two .feature-one__item:hover .feature-one__icon {
    color:#12110e;
}
.feature-one--two .feature-one__item:hover .feature-one__cricle-icon {
    background-color: #fdd61f;
}
.feature-one__item:hover .feature-one__cricle-icon {
    background-color: #0c7735;
  }
  
  .feature-one__item:hover .feature-one__icon {
    transform: scale(0.8);
    color: #fff;
  }
.food-chose-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 75px;
    color: var(--agrofa-text5, #00200c);
    word-wrap: break-word;
    margin-bottom: 43px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .food-chose-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .feature-one--two__title {
        margin-bottom: 36px;
    }
}
.feature-one--two__title {
    margin-bottom: 62px;
}
.food-chose-name::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 1;
    height: auto;
    border-bottom: 1px solid #9e9e9e;
}
.food-chose-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--agrofa-text-dark, #9e9e9e);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-left: 2px;
}
.food-chose-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #81c408;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-left: 2px;
}
.food-chose-icon {
    min-height: 33px;
    max-height: 33px;
}
.food-chose-reasone {
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}
.feature-one--two__chose-reasone {
    flex-direction: column;
    padding-bottom: 6px;
}
@media (max-width: 991px) {
    .feature-one--two__title {
      margin-bottom: 36px;
    }
  }
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.feature-one--two .section-common-title {
    max-width: 670px;
    margin: 0 auto;
}
.feature-one--two .container {
    padding-top: 80px;
    padding-bottom: 284px;
}
@media (max-width: 991px) {
    .feature-one--two .container {
      padding-top: 52px;
      padding-bottom: 150px;
    }
  }
.feature-one .container {
    max-width: 1202px;
    padding-bottom: 120px;
}
@media (max-width: 1200px) {
    .feature-one .container {
      padding-bottom: 46px;
    }
  }
  @media (max-width: 991px) {
    .feature-one .container {
      padding-bottom: 42px;
    }
  }
  @media (max-width: 767px) {
    .feature-one__col-item {
      padding-bottom: 20px;
    }
    .feature-one__col-item:last-child {
      padding-bottom: 0;
    }
  }
.feature-one {
    position: relative;
    z-index: 2;
    background-color: transparent;
    margin-top: -144px;
}
@media (max-width: 1200px) {
    .feature-one {
      margin-top: -100px;
    }
  }
.feature-one--two {
    background-color: rgb(242, 241, 233);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-top: 0;
}
.feature-one--two::after,
.feature-one--two::before {
  content: "";
  position: absolute;
  width: 178px;
  height: 216px;
  top: 112px;
  left: 97px;
  z-index: 1;
  background-image: url("../../../media/images/choose-effect2-3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-animation: chooseEffect1 1.2s infinite alternate;
  animation: chooseEffect1 1.2s infinite alternate;
}

@-webkit-keyframes chooseEffect1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes chooseEffect1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(20deg);
  }
}
@media (max-width: 1750px) {
  .feature-one--two::after,
  .feature-one--two::before {
    width: 90px;
    height: 122px;
    top: 70px;
    left: 45px;
  }
}
@media (max-width: 991px) {
  .feature-one--two::after,
  .feature-one--two::before {
    width: 68px;
    height: 86px;
    top: 38px;
    left: 20px;
  }
}
.feature-one--two::after {
  width: 96px;
  height: 140px;
  top: 126px;
  left: initial;
  right: 168px;
  background-image: url("../../../media/images/choose-effect2-2.png");
  -webkit-animation: chooseEffect2 1.5s infinite alternate;
  animation: chooseEffect2 1.5s infinite alternate;
}

@-webkit-keyframes chooseEffect2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes chooseEffect2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@media (max-width: 1750px) {
  .feature-one--two::after {
    width: 50px;
    height: 85px;
    top: 89px;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .feature-one--two::after {
    width: 40px;
    height: 64px;
    top: 42px;
    right: 28px;
  }
}
.feature-one--two__effect3 {
  position: absolute;
  width: 76px;
  height: 77px;
  top: 315px;
  right: 190px;
  z-index: 1;
  -webkit-animation: chooseEffect3 1.2s infinite alternate;
  animation: chooseEffect3 1.2s infinite alternate;
}

.feature-one--two__effect3 > img {
  width: 100% !important;
}

@-webkit-keyframes chooseEffect3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(15px, 15px);
  }
  75% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(25px, 25px);
  }
}
@keyframes chooseEffect3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(15px, 15px);
  }
  75% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(25px, 25px);
  }
}
@media (max-width: 1750px) {
  .feature-one--two__effect3 {
    width: 44px;
    height: auto;
    top: 212px;
    right: 70px;
  }
}
@media (max-width: 991px) {
  .feature-one--two__effect3 {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 160px;
  }
}
.elementor-element.elementor-element-4174cb2c .feature-one--two {
    background-image: url(../../../media/images/chose-bg2-1.png);
}
.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.elementor-widget-container {
    height: 100%;
}
.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}
.elementor-element:where(.e-con-full,.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
}
.elementor-widget {
    position: relative;
}
.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element {
    --widgets-spacing: 20px 20px;
}
.e-con .elementor-widget {
    min-width: 0;
}
.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0;
}
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%;
}
/* Static Component End */
