@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@300..700&display=swap');

@font-face {
    font-family: 'KG Second Chances Sketch';
    src: url('./fonts/kg-second-chancesketch.eot');
    src: url('./fonts/kg-second-chancesketch.eot?#iefix') format('embedded-opentype'),
         url('./fonts/kg-second-chancesketch.woff2') format('woff2'),
         url('./fonts/kg-second-chancesketch.woff') format('woff'),
         url('./fonts/kg-second-chancesketch.ttf')  format('truetype'),
         url('./fonts/kg-second-chancesketch.svg#KG Second Chances Sketch') format('svg');
}
@font-face {
    font-family: 'Black Coffee Shadow';
    src: url('./fonts/Black-coffee-shadow.eot');
    src: url('./fonts/Black-coffee-shadow.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Black-coffee-shadow.woff2') format('woff2'),
         url('./fonts/Black-coffee-shadow.woff') format('woff'),
         url('./fonts/Black-coffee-shadow.ttf')  format('truetype'),
         url('./fonts/Black-coffee-shadow.svg#Black Coffee Shadow') format('svg');
}

html ,body { overflow-x: hidden; }
body {	font-size: 17px; line-height: 20px;	font-weight: 400; font-family: "Pontano Sans", sans-serif; color: #415632; letter-spacing: normal;}

p strong { color: #abc24d; font-weight: 700; }


a { text-decoration: none;   }
a:hover { }
img { max-width: 100%; height: auto;} 


h2 { font-size: 26px; font-weight: normal; line-height: 28px; color: #415632; margin-bottom: 5px;  font-family: 'KG Second Chances Sketch';  }
h3 { font-size: 32px; font-weight: 700; line-height: 28px;  }
h4 { font-size: 22px; font-weight: 700; line-height: 28px;  }

h3,h4,h5 {  font-family: 'Black Coffee Shadow'; font-weight: 700;  letter-spacing: normal;color: #415632; }

a.button--green {
    font-family: 'Pontano Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 6px 20px;
    background-color: #abc24d;
    color: #fff;
    transition: 0.2s;
}
a.button--green:hover { background-color: #5c8178; font-weight: 600; }

@media (min-width: 1200px) {
    .container {
    max-width: 1100px;
}
}

/*header css */
header {
    background-color: #fff;
    z-index: 99;
    position: relative;
    padding: 10px 0 15px 0;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__actions i.fa {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #384e20;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
}
.header__actions a:hover i.fa {
    background-color: #f8ab1e;
}
a.header__btn--news {
    font-family: 'Pontano Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 6px 40px;
    background-color: #abc24d;
    color: #fff;
    transition: 0.2s;
}
a.header__btn--news:hover {
    background: #5C8178;
}
a.header__btn--contact {
    font-family: 'Pontano Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 6px 40px;
    background-color: #415632;
    color: #fff;
    transition: 0.2s;
}
a.header__btn--contact:hover {
    background: #abc24d;
}
nav.navigation {
    display: inline-block;
    width: 100%;
}
ul.main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    width: 100%;
}
.site-logo {
    width: 170px;
}
.header-right {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.header__actions {
    padding-right: 20px;
}
ul.main-menu li a {
    font-family: 'Pontano Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #415632;
    text-align: center;
    display: inline-block;
    position: relative;
}
ul.main-menu li a:hover { font-weight: 700; }
ul.main-menu li a:hover::after, ul.main-menu li.active a::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 40px;
    background: url("./images/menu-bh.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: -1;
    background-position: center;
    margin: 0 auto;
}
li.last-location a::after {
    display: none !important;
}
li.last-location a:hover{
    opacity: 0.8;
}
/*header css */

/*hero section css*/
.home-hero {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 50px 0 60px 0;
    text-align: center;
    overflow: hidden;
}
.home-hero:before {
    background: url(./images/banner-bootom-wave.svg);
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    bottom: 0px;
}
img.field-bg {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: -1;
}
.home-hero .container {
    position: relative;
}
img.left-vegie {
    position: absolute;
    left: 0;
    width: 300px;
    z-index: 9;
}
img.right-vegie {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 9;
    width: 150px;
}
.center-banner {
    background-color: #fff;
    border: 5px solid #f8ab1e;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.center-banner h1 {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 32px;
}
img.vendee-logo {
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #fff;
    right: 0;
    margin: 0 auto;
}
img.ab-logo {
    max-width: 230px;
    position: absolute;
    left: 68px;
    bottom: 40px;
}

/*hero section css*/



/*under banner section start here */
.service-information {
    padding: 50px 0;
    background: url("./images/about-bg.png");
    background-repeat: no-repeat;
    background-position: 104% 69%;
}

.about-service-heading::after {
    display: inline-block;
    background: url("./images/h-bg-green-right.png");
    background-position: right center;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -33px;
    right: -66px;
}
.about-service-heading {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.pd-left {
    padding-left: 40px;
}
/*under banner section start here */


/* nos legumes section start here */
.nos-legumes-section {
    background-color: #dae8a5;
    text-align: center;
    padding: 50px 0;
    position: relative;
    margin-top: 50px;
}
.nos-legumes-section:before {
    background: url(./images/nos-wave.svg);
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 47px;
}
.nos-legumes-section:after {
    background: url(./images/nos-wave-bottom.svg);
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 47px;
}
.nos-heading {
    display: inline-block;
    width: 100%;
    max-width: 765px;
    margin: 0 auto;
}
.nos-heading h2 {
    display: inline-block;
    padding: 0 10px 1px 10px;
    background-size: 45px;
    border: 4px solid #a8c24d;
    position: relative;
    margin-bottom: 22px;
}
.nos-heading h2::after {
    content: "";
    background: url("./images/h-bg-leaf.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 44px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: -39px;
    background-size: contain;
}
.nos-heading h2 strong {
    font-weight: normal;
    background-color: #dae8a5;
    position: relative;
    top: -10px;
    padding: 0 20px;
}
.nos-items {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    border: 4px solid transparent;
    transition: 0.5s;
    margin-bottom: 30px;
}
.nos-items:hover { border-color: #f8ab1e; }
.nos-items:hover h4 {    color: #f8ab1e;}
.nos-legumes-section .container {
    position: relative;
}
img.legumes-vegie {
    position: absolute;
    left: 0;
    width: 220px;
    bottom: -190px;
    z-index: 9;
}

.nos-items img {
    display: block;
    margin: 0 auto;
    margin-bottom: -10px;
}
.nos-items h4 {
    background-color: #dae8a5;
    display: inline-block;
    padding: 0 15px;
    margin: 0px;
    position: relative;
    bottom: -16px;
}
.nos-legumes-section a.button--green {
    margin-top: 10px;
}
/* nos legumes section end here */

/*teams section css*/
.qui-section {
    text-align: center;
    position: relative;
    padding: 70px 0;
}

.team-heading {
    display: inline-block;
    width: 100%;
    max-width: 970px;
    margin-bottom: 40px;
}
.team-heading h2 {
    background: url("./images/h-bg-green-left.png");
    background-repeat: no-repeat;
    display: inline-block;
    padding: 52px 45px 30px 45px;
    background-size: 88px;
    margin-bottom: 10px;
}
img.team-pic {
    max-width: 200px;
    margin: 0 auto;
}
.qui-section h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    transition: 0.2s;
}
p.team-address {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    justify-content: center;
    margin: 0;
}
p.team-address img {
    width: 17px !important;
    vertical-align: middle;
}
.qui-section a.button--green {
    margin-top: 25px;
}
.qui-section .item a:hover p.team-address img {
    filter: brightness(0) saturate(100%) /* makes it black */
          invert(82%) sepia(34%) saturate(600%) hue-rotate(2deg) brightness(95%) contrast(95%);
}
.qui-section .item a:hover h4 { color: #f8ab1e; }
.qui-section .item a {
    color: #415632;
}
/*teams section css*/


/*blog css*/
.blog-homeinner {
    border: 4px solid #f8ab1e;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 20px 50px 20px;
    position: relative;
}
.blog-vegies img {
    width: 160px;
}
.blog-vegies {
    position: absolute;
    right: -18px;
    top: -76px;
    background-color: #fff;
    padding-left: 20px;
    padding-bottom: 20px;
}
a.button--orange {
    font-family: 'Pontano Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 6px 30px;
    background-color: #f8ab1e;
    color: #fff;
    transition: 0.2s;
}
a.button--orange:hover{
        background-color: #5c8178;
    font-weight: 600;
}
.post-info h3 {
    color: #f8ab1e;
    font-size: 30px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}
span.date-posted {
    display: inline-block;
    background-color: #5c8178;
    color: #fff;
    font-family: 'KG Second Chances Sketch';
    min-width: 100px;
    padding: 10px 10px;
    margin-top: -20px;
    margin-bottom: 10px;
}
.post-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.blog-section {
    display: inline-block;
    width: 100%;
    background: url("./images/blog-h-bg.png");
    background-repeat: no-repeat;
    background-position: -12vw bottom;
        margin-bottom: 50px;
}
.blog-titles {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.blog-heading {
    display: inline-block;
    background: #fff url("./images/h-bg-orenge.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top: -17px;
    padding-left: 50px;
    padding-right: 70px;
    padding-bottom: 30px;
}
/*footer */

footer {
    background-color: #dae8a5;
    margin-top: 100px;
    position: relative;
}
footer:before {
     background: url(./images/nos-wave.svg);
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 47px;
}
.footer-logos {
    display: flex;
    align-items: center;
    gap:15px;
}
.footer-logos img {
    max-width: 160px;
}
.footer-col-second {
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
}
.footer-col-second h5 {
    font-size: 25px;
    margin: 0;
}
.footer-col-second a {
    color: #415632;
}
.footer-col-third {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
img.footer-vegie {
    width: 140px;
    position: absolute;
    top: -70px;
    left: -10px;
}
img.ab-footerlogo {
    width: 210px;
    margin-top: -50px;
    margin-bottom: 30px;
}
.footer-socials a {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: #384e20;
    border-radius: 50px;
    color: #dae8a5;
    text-align: center;
    line-height: 35px;
    font-size: 21px;
    margin-bottom: 10px;
}
.footer-socials a:hover{
    background-color: #f8ab1e;
}
.footer-socials {
    display: block;
    text-align: center;
    width: 120px;
}
.footer-socials p {
    margin: 0;
}
.copyright {
    background-color: #384e20;
    color: rgb(255 255 255 / 88%);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
    line-height: 24px;
}
.copyright a {
    color: rgb(255 255 255 / 88%);
}
.footer-socials p strong {
    color: #415632;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.copyright p {
    margin: 0;
}
.footer-col-first {
    padding-top: 20px;
    padding-bottom: 40px;
}

.tooltip-fix {
    background: #5C8178;
    position: fixed;
    right: 0;
    top: 50%;
    padding: 13px 20px;
    color: #Fff;
    font-size: 0px;
    display: flex;
    align-items: center;
    gap: 0px;
    max-width: 213px;
    text-align: right;
    line-height: 20px;
    min-height: 66px;
}
.tooltip-fix:hover {
    font-size: 18px;
    gap: 25px;
}
.owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    width: 100%;
}
.owl-nav button {
    border-left: 4px solid #415632 !important;
    border-bottom: 4px solid #415632 !important;
    font-size: 0px !important;
    display: inline-block !important;
    line-height: normal !important;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    position: absolute;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%) rotate(45deg);
    left: -25px;
}
.owl-nav button.owl-next {
    border-left: none !important;
    border-bottom: none !important;
    border-right: 4px solid #415632 !important;
    border-top: 4px solid #415632 !important;
    left: auto;
    right: -25px;
}
.owl-nav button span{
    font-size: 0px;
}
