/*--------------------------------------------------------------
# Section 1 Hero
--------------------------------------------------------------*/

#bangladesh-main #hero {
    width: 100%;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#hero .carousel-container-bangladesh {
    background-image: url("../img/bg-what-is-protein.jpg");
    display: flex;
    overflow: hidden;
    background-size: cover;
    padding: 80px 0;
}

#hero .carousel-container-nepal {
    background-image: url("../img/protein-index/banner.png");
    display: flex;
    overflow: hidden;
    background-size: cover;
    padding: 80px 0;
}

#hero .carousel-item {
    height: 100%;
}

#hero .carousel-content h2 {
    text-transform: uppercase;
}

#hero .carousel-container-bangladesh .carousel-content h2,
#hero .carousel-container-bangladesh .carousel-content p {
    color: #555B61 !important;
}

#hero .carousel-container-nepal .carousel-content h2,
#hero .carousel-container-nepal .carousel-content p {
    color: #fff !important;
}

@media (min-width: 1025px) {
    #hero .carousel-content img {
        height: 250px;
        width: 250px;
        margin: 25px;
    }
}

@media (max-width: 426px) {
    #bangladesh-main #hero {
        height: 90vh;
    }

    #hero .carousel-content {
        margin-top: 0 !important;
    }

    #hero .carousel-content p,
    #hero .carousel-content h2 {
        text-align: justify;
        color: #fff !important;
    }

    #hero .carousel-container-bangladesh {
        height: 100vh;
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    #bangladesh-main #hero {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    #hero .carousel-content {
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: -600px;
    }

    #hero .carousel-img {
        display: none !important;
    }

    #hero .carousel-content p {
        text-align: center;
        width: 100%;
    }

    #hero .carousel-content h2 {
        text-align: center;
    }

    #hero .carousel-content img {
        height: 200px;
        width: 200px;
        margin: 10px;
    }

    #hero .carousel-container-bangladesh {
        background-image: url("../img/bangladesh/banner-phone.png");
    }
}

/*--------------------------------------------------------------
# Section 4 Soy Feed Matters
--------------------------------------------------------------*/

#bangladesh-main .aim {
    background: #F5F7E5;
    padding: 0 40px 20px 40px;
}

#bangladesh-main .aim p {
    text-align: center;
}

@media (max-width: 426px) {

    #bangladesh-main .aim p {
        text-align: justify;
    }
}


/*--------------------------------------------------------------
# Protein Perception
--------------------------------------------------------------*/

.protein-perception {
    padding: 40px;
    background-color: #f5f7e5;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.4s ease-in-out;
}

.protein-perception .title {
    margin-bottom: 40px;
}

.protein-perception .row {
    overflow: hidden;
}

.protein-perception h4 {
    color: #2a774c;
    font-weight: 700;
    transition: ease-in-out 0.3s;
    margin-bottom: 3rem;
}

.protein-perception h6 {
    color: #000;
    font-weight: 600;
    transition: ease-in-out 0.3s;
}

.protein-perception p {
    color: #000;
    font-size: small;
    transition: ease-in-out 0.3s;
}

.protein-perception button {
    border-radius: 20px;
    background-color: #2a774c;
    color: white;
    padding: 7px 30px;
    border: none;
}

.protein-perception .tab-content {
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
}

.protein-perception img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .protein-perception .tab-content {
        margin-top: 40px;
        padding: 20px;
    }
}

@media (max-width: 426px) {
    .protein-perception p {
        text-align: center;
    }
    .protein-perception .btn-container{
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 375px) {
    .protein-perception .tab-content {
        padding: 0;
    }
}


/*--------------------------------------------------------------
# key-insights
--------------------------------------------------------------*/

.key-insights {
    background-color: #D3F29B;
    padding: 40px;
    transition: all 0.4s ease-in-out;
}

.key-insights .tab-header h3 {
    font-size: 28px;
    font-weight: bold;
    color: #3F3F3F;
    text-align: center;
}

.key-insights .tab-header p {
    font-size: 18px;
    color: #789600;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .key-insights .tab-header {
        padding-left: 10%;
        padding-right: 10%;
    }

    .blogs .title h3 {
        color: #2A774C;
        text-align: center;
        font-size: 33px;
        font-weight: bold;
    }
}

.key-insights .tab-content .mission {
    background-color: #F5F7E5;
    border-radius: 50%;
    border: 2px dashed #2A774C;
    padding: 10%;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-insights .tab-content div {
    background: none !important;
}

.key-insights .tab-content .mission {
    background: #F5F7E5 !important;
}



.key-insights .tab-content .mission p {
    font-size: 16px;
    color: #789600;
    margin: 0;
    text-align: center;
}

@media (max-width: 375px) {
    .key-insights {
        padding: 20px;
    }

    .key-insights .tab-content .mission {
        width: 200px;
        height: 200px;
    }

    .key-insights .tab-content .mission p {
        font-size: 12px;
    }
}

.key-insights .btn-container {
    display: flex;
    justify-content: center;
}


/*--------------------------------------------------------------
# Launch
--------------------------------------------------------------*/

.news-carousel-container {
    background-color: #f5f7e5;
    padding: 40px;
    transition: all 0.4s ease-in-out;
}

.news-carousel-container h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2a774c;
    margin-bottom: 40px;
}

.news-carousel-container .item {
    width: 100%;
    background-color: #fff;
    min-height: 200px;
    border-radius: 25px;
}

.news-carousel-container .item h4 {
    color: #2a774c;
}

.news-carousel-container .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 80% !important;
}

.news-carousel-container .owl-item img {
    width: 100% !important;
    max-height: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
    border: #000 solid 1px;
    object-fit: contain;
}

.news-carousel-container .owl-item img:hover {
    opacity: 1;
}

.news-carousel-container .owl-nav .owl-prev {
    position: absolute;
    top: 30px;
    left: -20px;
    outline: none;
}

.news-carousel-container .owl-nav .owl-prev span {
    font-size: 80px;
    color: #000;
}

.news-carousel-container .owl-nav .owl-next {
    position: absolute;
    top: 30px;
    right: -20px;
    outline: none;
}

.news-carousel-container .owl-nav .owl-next span {
    font-size: 80px;
    color: #000;
}

.news-carousel-container .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.news-carousel-container .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000 !important;
}

.news-carousel-container .owl-dot.active {
    background-color: #2a774c !important;
}

/*--------------------------------------------------------------
# RUN
--------------------------------------------------------------*/

#run {
    padding: 80px 60px;
    padding-bottom: 0px;
}

@media (max-width: 426px) {
    #run {
        padding: 60px 20px;
    }

    #run img {
        width: 80vw !important;
        margin-top: 40px;
    }

    #run h1 {
        color: #2a774c;
        font-size: 24px;
        text-align: center;
    }

    #run .register-container{
        justify-content: center !important;
    }
}

#run h1 {
    color: #2a774c;
    font-size: 36px;
}

#run img {
    padding: 1rem;
    width: 450px;
    object-fit: contain;
    height: 100%;
}

#run .register-container{
    display: flex;;
    justify-content: start;
}

/*--------------------------------------------------------------
# Soy Feed
--------------------------------------------------------------*/

#soy-feed {
    padding: 80px 60px;
    background: #FFF;
}

@media (max-width: 426px) {
    #soy-feed {
        padding: 60px 20px;
    }

    #soy-feed img {
        width: 80vw !important;
        margin-top: 40px;
    }

    #soy-feed h1 {
        color: #2a774c;
        font-size: 24px;
        text-align: center;
    }

    #soy-feed p {
        text-align: center;
    }
}

#soy-feed h1 {
    color: #2a774c;
    font-size: 36px;
}

#soy-feed img {
    padding: 1rem;
    width: 300px;
    object-fit: contain;
}

#hero .about-us-hero{
    padding-top: 60px;
    padding-bottom: 60px;
}

#bangladesh-main h2 {
    color: #555B61 !important;
}



.article-list {
    background: #F5F7E5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.article-list h3 {
    text-align: center;
}