:root {
    --primary-color: #4a9d45;
    --secondary-color: #f0f8f0;
    --dark-primary-color: #274b27;
    --accent-color-1: #d4e157;
    --accent-color-2: #8bc34a;
    --dark-accent-color: #33691e;
    --light-gray: #e0e0e0;
    --gray: #bdbdbd;
    --dark-gray: #757575;
}

* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #f3f4ee;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #4a9d45;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

/* Custom Scrollbar for Firefox */
/* html {
    scrollbar-width: thin;
    scrollbar-color: #4a9d45 #f1f1f1;
} */


.main-header {
    padding: 15px 20px;
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    transition: .25s ease-in-out;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    min-height: 90px;
    /* background-image: url('../images/header-image.PNG');
    background-position: center -356px; */

    background: radial-gradient(var(--primary-color), var(--dark-accent-color));
}

.header-logo {
    height: 60px;
    width: 60px;
    object-fit: contain;
    object-position: center;
}


.main-header .right-section {
    margin-top: 20px;
    border-bottom: 3px solid #fff;
    padding-left: 55px;
}

.main-header .right-section p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    margin: 0 0 5px;
    font-family: Asap, sans-serif;
}

@media only screen and (max-width: 991.99px) {
    .main-header .right-section {
        margin-top: 15px;
        border-bottom: 3px solid #fff;
        padding-left: 15px;
        display: none;
    }
}


@media only screen and (max-width: 500px) {
    .main-header .right-section p {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }

    .main-header .right-section {
        margin-top: 15px;
        border-bottom: 3px solid #fff;
        padding-left: 15px;
    }
}

.body {
    /* margin-top: 90px; */
}

.section-one {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.section-one h1 {
    max-width: 580px;
    width: 90%;
    color: #fff;
    margin: 0 auto;
    font-family: Asap, sans-serif;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

.section-one_body {
    width: 100%;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.section-one .container {

}

.section-one img {
    width: 100%;
    min-height: 450px;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}


@media only screen and (min-width: 992px) {
    .section-one h1 {
        font-size: 48px;
        line-height: 56px;
        max-width: 700px;
        margin-top: 140px;
        text-align: left;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.6);
        text-transform: uppercase;

    }
}

@media only screen and (max-width: 500px) {
    .section-one_body {
        top: unset;
        left: unset;
        transform: unset;
    }

    .section-one h1 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 auto 15px;
    }
}

.section-two {
    padding: 60px 0 45px;
    /* background: linear-gradient(#4a9d45,  #8bc34a); */
    background: linear-gradient(var(--accent-color-1), var(--primary-color), var(--primary-color));
}

.section-two h2 {
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    margin: 0 auto 100px;
    color: #274b27;
    transform: skewY(3deg);
    text-transform: uppercase;
    font-family: Asap, sans-serif;
    font-weight: 600;
}

.section-two h2.animate-text.in-view {
    transform: skewY(3deg) !important;
}

@media only screen and (max-width: 991.99px) {
    .section-two h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 auto 55px;
    }
}

.section-two img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 20px;
    display: block;
}

.section-two .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    transform: skewY(3deg);
}



.section-two .box-item {
    background-color: #fff;
    border-radius: 9px;
    padding: 20px 15px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 528px;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .section-two .container {
        flex-direction: row;
        justify-content: space-around;
        align-items: stretch;
        max-width: 100%;
    }
    
    .section-two .box-item {
        padding: 20px 45px !important;
        max-width: 45%;
        margin-bottom: 0;
    }

    .section-two img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        object-position: center;
        margin: 0 auto 20px;
        display: block;
    }

}

.section-two .box-item h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
    font-family: Asap, sans-serif;
    margin: 0 auto 20px;
    text-transform: uppercase;

}

.section-two .box-item p {
    color: #718493;
    font-size: 16px;
    line-height: 20px;
    font-family: Asap, sans-serif;
    font-style: italic;
    margin: ;
}


@media only screen and (min-width: 992px) {
    .section-two .box-item h3 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 auto 35px;
    }
    
    .section-two .box-item p {
        color: #718493;
        font-size: 19px;
        line-height: 25px;
        font-family: Asap, sans-serif;
    }
}

.section-four {
    padding: 60px 0;
    background: linear-gradient(#4a9d45, #007315);
    color: #fff;
    font-family: Asap, sans-serif;

    
}

.section-four .container {
    transform: skewY(3deg);
}

.section-four h2 {
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;

}

.section-four .section-four_body {
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-four .section-four_body h3 {
    max-width: 500px;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;

}

.section-four .section-four_body img {
    width: 100%;
    max-width: 550px;
    height: auto;
}

@media only screen and (max-width: 991.99px) {

    .section-four h2 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }


    .section-four .section-four_body {
        flex-direction: column;
        text-align: center;
        margin: 55px auto 0;
    }

    .section-four .section-four_body h3 {
        max-width: 500px;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .section-four .section-four_body img {
        max-width: 350px;
    }
}


.fix-color {
    background: linear-gradient(#f3f4ee, #4a9d45, #4a9d45, #4a9d45);
    transform: skewY(-3deg);
}


.section-five {
    padding: 60px 0;
    background-color: #f3f4ee;
    font-family: Asap, sans-serif;
}

.section-five h2 {
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    margin-bottom: 120px;
    text-transform: uppercase;

}

.section-five .section-five_body {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.section-five .box-item {
    background-color: #fff;
    width: 350px;
    padding: 0 21px 20px;
    border-radius: 9px;
    text-align: center;
    position: relative;
}

.section-five .box-item img {
    height: 125px;
    width: 125px;
    margin-top: -62.5px;
    margin-bottom: 30px;
}

.section-five .box-item p {
    font-size: 23px;
    line-height: 28px;
    color: #333;
    font-style: italic;
}


@media only screen and (max-width: 991.99px) {

    .section-five h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 100px;
    }


    .section-five .box-item.first-box {
        margin-bottom: 100px;
    }
    
    .section-five .box-item img {
        height: 75px;
        width: 75px;
        margin-top: calc(-75px / 2);
        margin-bottom: 25px;
    }

    .section-five .box-item p {
        font-size: 16px;
        line-height: 24px;
    }
}

.section-six {
    padding: 100px 0;
    background-color: #f3f4ee;
    font-family: Asap, sans-serif;
    
}

.section-six h2 {
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    margin-bottom: 100px;
    text-transform: uppercase;
}

.section-six .section-six_body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-six .box-item {
    width: 350px;
    max-width: 100%;
    text-align: center;
}

.section-six .box-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
    background-color: rgb(243 244 238);
    margin-bottom: 25px;
}

.section-six .box-item p {
    font-size: 23px;
    line-height: 28px;
    color: #333;
    font-style: italic;
}

.section-six .box-item p b {
    font-size: 30px;
    line-height: 38px;
}


@media only screen and (max-width: 991.99px) { 


    .section-six {
        padding: 60px 0;
    }

    .section-six h2 {
        color: #333;
        font-family: Asap;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        margin: 0 auto 50px;
    }

    .section-six .section-six_body {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

    .section-six .section-six_body .box-item:not(:last-child) {
        margin: 0 0 20px;
    }
}

.section-seven {
    position: relative;
    width: 100%;
}

.section-seven img {
    width: 100%;
    object-fit: cover;
    max-height: 750px;
    min-height: 450px;
}

.section-seven .section-seven_body {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 0;
    text-align: center;
}

.section-seven .section-seven_body h2 {
    color: #fff;
    font-family: Asap;
    font-size: 45px;
    line-height: 58px;
    text-align: left;
    max-width: 450px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.6);
}

.section-seven .section-footer {
    margin-top: 20px;
    border-bottom: 3px solid #4a9d45;
}

.section-seven .section-footer p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    font-family: Asap, sans-serif;
}

@media only screen and (max-width: 991.99px) {  
    .section-seven .section-seven_body h2 {
        color: #fff;
        font-family: Asap;
        font-size: 36px;
        line-height: 48px;
        text-align: left;
        width: 90%;
        max-width: unset;
    }
    @media only screen and (max-width: 575.99px) {   
        .section-seven .section-seven_body h2 {
            font-size: 26px;
            line-height: 30px;
        }
    }
    
 }

 footer {
    background-color: #f3f4ee;
    padding: 20px 0 20px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 530px;
    max-width: 90%;
}

@media only screen and (max-width: 991.99px) {  
    .footer-items {
        align-items: center;
    }
    
 }

.footer-item {
    width: 250px;
    max-width: 40%;
}

.fab {
    font-size: 25px;
}



footer p {
    margin: 0;
    font-family: Asap;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
}

@media only screen and (min-width: 992px) {
    footer p {
        width: 400px;
    }
    footer .first-p {
        margin-bottom: 5px;
    }
}


.footer-item .footer-item-title {
    display: block;
    font-family: Asap;
    font-weight: bold;
    color: #4a9d45;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.footer-item .footer-item-text {
    display: block;
    font-family: Asap;
    color: #333 !important;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.footer-item .footer-item-text a {
    color: #333 !important;
    text-decoration: none;
}

.footer-item .footer-item-text a:hover {
    text-decoration: underline;
}



.footer-item .footer-item-text .social-link {
    color: #333;
    text-decoration: none;
    margin: 8px 6px 0;
    font-size: 18px;
    display: inline-block;
}

.footer-item .footer-item-text .social-link:hover {
    color: #4a9d45;
}

@media only screen and (max-width: 991.99px) { 
    footer {
        padding: 25px 0;
    }
    footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    footer p {
        margin: 0 auto 25px;
        text-align: center;
    }
}

 @media only screen and (max-width: 556.99px) { 
    
    .section-seven .section-seven_body {
        padding: 50px 0 25px;
    }
    

    .section-seven .section-seven_body h2 {
        color: #fff;
        font-family: Asap;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        width: 90%;
        max-width: unset;
        margin: 0 auto;
    }

    .section-seven .section-footer {
        margin-top: 50px;
        border-bottom: 3px solid #4a9d45;
    }
    
    .section-seven .section-footer p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        margin: 0 0 5px;
        font-family: Asap, sans-serif;
    }


    .footer-items {
        display: flex;
        flex-direction: column;
        max-width: 90%;
    }

    .footer-item {
        max-width: 100%;
        width: unset;
    }

    .footer-item:not(:last-child) {
        margin-bottom: 20px;
    }
 }

 /**/

 .ticker-section {
    width: 100%;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    background-color: var(--primary-color);
}

.ticker-box {
    width: 100%;
    overflow: hidden;
    background-color: var(--primary-color);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ticker {
    display: flex;
    animation: ticker 60s linear infinite;
}

.ticker-item {
    margin-right: 20px;
    white-space: nowrap;
    color: #fff;
    font-family: Asap;
    font-size: 20px;
}

@keyframes ticker {
    0% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(-100%);
    }
}


.partner {
    max-width: 660px;
    margin: 0 auto;
}

.partner-box {
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 6px #00000036;
    border: 2px solid var(--dark-primary-color);
    padding: 55px 0;
    margin: 0 auto 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
} 

.partner-box img {

    width: 100px;
    height: 100px;
    
}

.partner-box {
    color: #333;
    font-size: 19px;
    line-height: 25px;
    font-family: Asap, sans-serif;
    font-style: italic;
}




.section-three {
    position: relative;
    width: 100%;
}

.section-three .container {
    position: relative;
}

.section-three .cows {
    width: 100%;
    object-fit: cover;
    position: relative;
    max-height: 750px;
    min-height: 450px;
}

.section-three .partner-logo {
    position: absolute;
    width: 225px;
    height: 225px;
    object-fit: contain;
    z-index: 3;
    right: 200px;
    top: 0;
}

.section-three .section-three_body {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 0;
    text-align: center;
}

.section-three .section-three_content {
    max-width: 700px;
}

.section-three h2 {
    color: rgb(255 255 255 / 100%);
    font-family: Asap;
    font-size: 60px;
    line-height: 72px;
    text-align: left;
    max-width: 550px;
    margin: 0 0 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

.section-three .section-three_text {
    background: #fff;
    padding: 25px 20px;
    border-radius: 9px;
}

.section-three .section-three_text p {
    color: #333;
    font-size: 19px;
    line-height: 25px;
    font-family: Asap, sans-serif;
    font-style: italic;
    margin: 0;
}

@media only screen and (max-width: 991.99px) { 
    .section-three h2 {
        color: #fff;
        font-family: Asap;
        font-size: 48px;
        line-height: 60px;
        text-align: center;
        max-width: 90%;
    }

    .section-three .partner-logo {
        position: absolute;
        width: 175px;
        height: 175px;
        object-fit: contain;
        z-index: 3;
        right: unset;

        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-three .cows {
        min-height: 500px;
    }
}

@media only screen and (max-width: 556.99px) { 
    .section-three h2 {
        font-size: 30px;
        line-height: 36px;
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .section-three .cows {
        min-height: 600px;
    }
}

.animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.animate-text.in-view {
    opacity: 1;
    transform: translateY(0);
}
