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

#hero .carousel-container-soy-fed {
    background-image: url("../img/soy-fed/banner-bg.webp");
    /* background-attachment: local; */
    background-position-y: center;
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    padding-inline: 4vw;
    right: 0;
    overflow: hidden;
    background-size: cover;
}

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

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

@media (max-width: 426px) {
    #hero .carousel-content {
        justify-content: center !important;
        align-items: center !important;
    }
    #hero .carousel-content p {
        text-align: center;
    }
    #hero .carousel-content img {
        height: 200px;
        width: 200px;
        margin: 10px;
    }
}

/*--------------------------------------------------------------
# Section 1 End 
--------------------------------------------------------------*/

.blogs-soy-fed {
    background-color: #f0f0f0;
    margin-top: 0%;
    padding-inline: 15px;
    transition: all 0.4s ease-in-out;
}

.blogs-soy-fed .item{
    background: transparent;
    padding: 0 !important;
    width: 100% !important;
}

#hero-soy-fed .carousel-container {
    background-image: url("../img/soy-fed/banner-hero.webp");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    background-size: cover;
    height: 104vh;
}

@media (max-width: 426px) {
    #hero .carousel-container-soy-fed {
        background-image: url("../img/soy-fed/banner-v.jpg");
        /* background-attachment: local; */
        background-position-y: center;
        display: flex;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        height: 58rem;
        padding-inline: 4vw;
        right: 0;
        overflow: hidden;
        background-size: cover;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 426px) {
    .blogs .title h3 {
        margin-top: 25px;
        color: #2a774c;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        padding-inline: 47px;
    }
    #head-banner .carousel-container {
        background-image: url("../img/soy-fed/banner-v.webp");
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        background-size: cover;
        height: 150vh;
    }
}

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

.soy-feed-matters {
    background: beige;
    padding: 0 40px 20px 40px;
}

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

/*--------------------------------------------------------------
# Section 4 WATCH NOW
--------------------------------------------------------------*/

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

.watch-now .title {
    margin-bottom: 40px;
}

.watch-now .row {
    overflow: hidden;
}

.watch-now h3 {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
    color: #2a774c;
    font-weight: 600;
    transition: ease-in-out 0.3s;
}

.watch-now .youtube-video-place img {
    width: 100%;
    height: 65vh;
}

@media (max-width: 320px) {
    .watch-now {
        padding: 20px !important;
    }

    .watch-now .youtube-video-place img {
        width: 90vw !important;
        height: 40vh !important;
    }
}

@media (max-width: 426px) {
    .watch-now {
        padding: 20px !important;
    }

    .watch-now .youtube-video-place img {
        width: 90vw !important;
        height: 40vh !important;
    }
}

@media (max-width: 768px) {
    .watch-now .youtube-video-place img {
        height: 65vh;
    }
}

/*--------------------------------------------------------------
# Section 5 Feed Study
--------------------------------------------------------------*/

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

.feed-study .title {
    margin-bottom: 40px;
}

.feed-study .row {
    overflow: hidden;
}

.feed-study .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feed-study h3 {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
    color: #2a774c;
    font-weight: 600;
    transition: ease-in-out 0.3s;
}

.feed-study video {
    object-fit: initial;
    width: 65vw;
    height: 75vh;
}

@media (max-width: 768px) {
    .feed-study video {
        width: 85vw;
        height: 65vh;
    }
}

@media (max-width: 426px) {
    .feed-study video {
        width: 90vw;
        height: 40vh;
    }
}

@media (max-width: 320px) {
    .feed-study video {
        width: 90vw;
        height: 30vh;
    }
}
