/* ----------------------------------------------------------------------------------------
* Author        : Farmers for Forests
* Template Name :
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
.banner-video {
    background: #89ac45;
    height: calc(100vh - 90px);
    overflow: hidden;
}

@media (max-width: 992px) {
    .banner-video {
        height: 100%;
    }
}

@media (max-width: 576px) {
    .banner-video {
        height: 100%;
    }
}

.navbar-logo {
    height: 50px;
    width: auto;
}



.about-footer-silver .about-footer-content-silver>h2 {
    font-size: 40px;
    color: #f4910f;
    line-height: 48.41px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.about-footer-silver .about-footer-content-silver .header-btn {
    margin-top: 1rem;
}

/* Container */
.footer_img {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Image */
.footer_img img {
    width: 40%;
    max-width: 300px;
    position: absolute;
    right: 10px;
    bottom: 0;
}

/* Text block */
.subscribe_news {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* "Subscribe to" text */
.subscribe_news .sub {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* General text */
.subscribe_news div {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

/* Button */
.subscribe {
    background-color: #f4910f;
    color: white;
    border: none;
    padding: 8px 24px;
    font-size: 14px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .footer_img img {
        position: static;
        width: 100%;
        margin-top: 15px;
    }
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
