@font-face {
    font-family: myFirstFont;
    /*src: url("../fonts/font1.woff2") format("woff2");*/
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2");

}


html, body, footer {
    font-family: '1rem', myFirstFont;

    width: 100%;
    overflow-x: hidden;
}

.textGreen {
    color: #1bbd36;
!important;
}

.backGreen {
    color: #1bbd36;
!important;
}

.accordion-button:not(.collapsed) {
    background-color: #1bbd36;
}

.textBlack {
    color: black;
}

.textAlignJustify {
    text-align: justify;
}

.navbar-nav li a:hover {
    color: #1bbd36;
!important;
}

.header-social-links a:hover {
    color: #1bbd36;
!important;
}

.carousel-item .carouselContent {
    min-height: 100vh;
    background-size: cover;

}

#img1Carousel {
    background: url("../img/slide/slide-1.jpeg") fixed center;

}

#img2Carousel {
    background: url("../img/slide/slide-2.jpeg") fixed center;
}

#img3Carousel {
    background: url("../img/slide/slide-3.jpeg") fixed center;
}

.carousel-caption {
    bottom: 8rem;
}

.shortcut {
    width: auto;
    height: auto;
    border-radius: 50%;
    position: fixed;
    background-color: transparent;
    right: 2%;
    bottom: 2%;
    z-index: 99999;


}

.shortcut .wrapper {
    border: 1px #1bbd36 solid;
    padding: 5px 10px 5px 10px;
    background-color: #1bbd36;


}

.shortcut .wrapper:hover {
    background-color: transparent;

    transition: 2s;
}


/*swiper css*/
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-slide {
    width: 60%;
}

swiper-slide:nth-child(2n) {
    width: 60%;
}

swiper-slide:nth-child(3n) {
    width: 60%;
}


/*end swiper css*/


#footerSocials a:hover {
    color: #0b5519;
    transition: 2s;
}


@media only screen and (min-width: 815px) {
    .personBox {
        flex-direction: row;
    !important;
        width: 100%;
    !important;
    }
    .personBox .personImage {
        /*flex-direction: row;*/
    /*!important;*/
        border-radius: 0 !important;
        height: 600px;width:100px;
    }

    .runningText {
        font-size: 3rem;
    }
    .whatWeBuyText1{
        font-weight: bold;
    }
    .whatWeBuyText1,.whatWeBuyText2{
        font-size: 1.5rem;!important;
    }

    .whatWeBuyPic {
        height: 800px;
    !important;
    }

    #footerForm {
        flex-grow: 3;
    !important;
    }

    #footerText {
        flex-grow: 2;
    !important;
    }

    #footerItems {
        flex-grow: 1;
    !important;

    }

    #freeSpace {
        order: 4;
    !important;
        --webkit--order: 4;
    !important;
        flex-grow: 0.5;
    !important;
    }

    #footerItems #footerSocials {
        flex-direction: column;
    !important;
        align-content: flex-start;
    !important;


    }

    #footerItems #footerSocials a {
        margin-bottom: 10px;
    !important;
    }
}


/*mobile mode*/
@media only screen and (max-width: 812px) {
    .personBox {
        flex-direction: column;
    !important;
        width: 100%;
    !important;

    }

    .personBox .personImage {
        flex-direction: row;
    !important;
        border-radius: 0 !important;
        height: 200px;width:100%;
    }

    .whatWeBuyPic {
        height: 600px;
    !important;
    }
    .whatWeBuyText1{
        font-weight: bold;
    }
    .whatWeBuyText1,.whatWeBuyText2{
        font-size: 0.8rem;!important;
    }

    .runningText {
        font-size: 1rem;
    }

    #divider {
        display: none;
    !important;

    }

    #aboutUs {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .carousel-item img {
        height: 120vh;
    !important;
    }

    #footerBox {
        flex-direction: column;
    !important;
    }

    #footerText {
        order: 3;
    !important;

    }

    #footerForm {
        order: 1;
    !important;
        margin-bottom: 30px;
    !important;
    }

    #footerItems {
        order: 2;
    !important;
        margin-bottom: 30px;
    !important;
    }

    #footerItems #footerSocials {
        flex-direction: row;
    !important;
        justify-content: space-around;
    !important;

    }

}

