/*--------------------------------------------------------------
# Logo Section
--------------------------------------------------------------*/

#logo {
    padding: 20px 60px;
}

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

#logo h1 {
    color: #2a774c;
    font-size: xx-large;
}

#logo h3 {
    color: #2a774c;
}

#logo img {
    padding: 1rem;
    width: 470px !important;
    object-fit: contain;
    height: 100%;
}

#logo .rtp {
    padding: 1rem;
    width: 300px !important;
    object-fit: contain;
    height: 100%;
}

#logo-soy img {
    padding: 1rem;
    width: 400px !important;
    object-fit: contain;
    height: 100%;
}

#logo .logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 992px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    .buttonCol {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Read More
--------------------------------------------------------------*/

.read-more {
    padding: 40px;
    background-color: #d3f29b;
    text-align: center;
}

.read-more h3 {
    color: #2a774c;
}

.join-us {
    display: flex;
    padding: 40px;
    background-color: #edffcd;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.join-us h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #2a774c;
    margin-bottom: 20px;
}

.join-us p {
    text-align: center;
    color: #202900;
}

.join-us h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #2a774c;
    margin-bottom: 20px;
}

.read-more p {
    text-align: center;
    color: #202900;
}

@media (max-width: 426px) {
    .read-more {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*--------------------------------------------------------------
# Recipe
--------------------------------------------------------------*/

.recipe {
    padding: 40px;
    background-color: #f7f7f7;
}

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

/*--------------------------------------------------------------
# Paradox Video
--------------------------------------------------------------*/

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

.paradox-video .title {
    margin-bottom: 40px;
}

.paradox-video .row {
    overflow: hidden;
}

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

/*--------------------------------------------------------------
# Recipe Request
--------------------------------------------------------------*/

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

.recipe-request .title {
    margin-bottom: 40px;
}

.recipe-request .row {
    overflow: hidden;
}

.recipe-request h4 {
    color: #2a774c;
    font-weight: 700;
    transition: ease-in-out 0.3s;
}

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

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

.recipe-request input {
    border-radius: 10px;
    font-size: larger;
    background-color: transparent;
    border: solid 2px#2A774C;
    width: 100%;
    padding: 10px 20px;
    outline: none;
}

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

.recipe-request .tab-content {
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
}

.recipe-request img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

    .recipe-request .button-container {
        justify-content: center;
    }
}

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

/*--------------------------------------------------------------
# Download Infograph
--------------------------------------------------------------*/

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

#download-infograph-2023 {
    background-color: #d3f29b;
}

.download-infograph h2 {
    text-align: center;
    font-weight: 500;
}

.download-infograph h3 {
    color: #2a774c;
    font-weight: 500;
    text-align: center;
}

.download-infograph h6 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.download-infograph p {
    color: #000;
    font-size: small;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.download-infograph input {
    border-radius: 10px;
    font-size: larger;
    background-color: transparent;
    border: solid 2px#2A774C;
    width: 100%;
    padding: 10px 20px;
    outline: none;
}

.download-infograph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*--------------------------------------------------------------
# Supporters Airwaves
--------------------------------------------------------------*/

.supporters-airwaves {
    background-color: #f7f7f7;
    padding: 60px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .supporters-airwaves {
        padding: 40px;
    }
}

@media (max-width: 426px) {
    .supporters-airwaves {
        padding: 20px;
    }
}

.supporters-airwaves .header img {
    object-fit: contain;
    width: 100%;
}

.supporters-airwaves .title h3 {
    color: #2a774c;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.supporters-airwaves p {
    text-align: center;
    color: #202900;
}

.supporters-airwaves .blog img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.supporters-airwaves .blog h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #3f4f00;
}

.supporters-airwaves .blog a {
    color: #797979;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 100;
}

.supporters-airwaves .blog p {
    color: #ff5757;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/

.featured-images-initiative {
    background-color: #f7f7f7;
    padding: 40px;
    transition: all 0.4s ease-in-out;
}

.featured-images-initiative h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2a774c;
    margin-bottom: 40px;
}

.featured-images-initiative .item {
    width: 100%;
    background-color: #fff;
    min-height: 200px;
    border-radius: 25px;
}

.featured-images-initiative .item h4 {
    color: #2a774c;
}

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

.featured-images-initiative .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;
}

.featured-images-initiative .owl-item img:hover {
    opacity: 1;
}

.featured-images-initiative .owl-nav .owl-prev {
    position: absolute;
    top: 30px;
    left: -20px;
    outline: none;
}

.featured-images-initiative .owl-nav .owl-prev span {
    font-size: 80px;
    color: #000;
}

.featured-images-initiative .owl-nav .owl-next {
    position: absolute;
    top: 30px;
    right: -20px;
    outline: none;
}

.featured-images-initiative .owl-nav .owl-next span {
    font-size: 80px;
    color: #000;
}

.featured-images-initiative .owl-dots {
    margin-top: 5px;
    text-align: center;
}

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

.featured-images-initiative .owl-dot.active {
    background-color: #2a774c !important;
}

/*--------------------------------------------------------------
# Featured Videos
--------------------------------------------------------------*/

.featured-videos {
    background-color: #f7f7f7;
    padding: 80px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 426px) {

    .featured-images-initiative,
    .social-images,
    .paradox-video,
    .download-infograph,
    .recipe,
    .recipe-request,
    .featured-videos {
        padding: 40px 20px !important;
    }

    h3 {
        font-size: 24px !important;
    }
}

@media (max-width: 320px) {

    .featured-images-initiative,
    .social-images,
    .paradox-video,
    .download-infograph,
    .recipe,
    .recipe-request,
    .featured-videos {
        padding: 40px 20px !important;
    }
}

.featured-videos h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2a774c;
}

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

.featured-videos .item h4 {
    color: #2a774c;
}

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

.featured-videos .owl-item iframe {
    width: 100% !important;
    max-height: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
}

.featured-videos .owl-item iframe:hover {
    opacity: 1;
}

.featured-videos .owl-nav .owl-prev {
    position: absolute;
    top: 30px;
    left: -20px;
    outline: none;
}

.featured-videos .owl-nav .owl-prev span {
    font-size: 80px;
    color: #000;
}

.featured-videos .owl-nav .owl-next {
    position: absolute;
    top: 30px;
    right: -20px;
    outline: none;
}

.featured-videos .owl-nav .owl-next span {
    font-size: 80px;
    color: #000;
}

.featured-videos .owl-dots {
    margin-top: 5px;
    text-align: center;
}

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

.featured-videos .owl-dot.active {
    background-color: #2a774c !important;
}

/*--------------------------------------------------------------
# Supporters Protein Day
--------------------------------------------------------------*/

.supporters-protein-day {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2a774c;
}

.supporters-protein-day h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 20px;
}

.supporters-protein-day p {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 5px;
}

.supporters-protein-day .item {
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
}

.supporters-protein-day .item h4 {
    color: #2a774c;
    margin-bottom: 0;
}

.supporters-protein-day .owl-item img {
    width: 100% !important;
    max-width: 150px !important;
    max-height: 150px !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
}

#supporters-protein-day-2023 {
    background-color: #FFF;
}

#supporters-protein-day-2023 h4 {
    color: #2A774C;
    font-weight: bold;
}

#supporters-protein-day-2023 .item {
    height: 500px;
}

#supporters-protein-day-2023 .item {
    height: 500px;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news-initiative {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d3f29b;
}

.news-initiative h3 {
    text-align: center;
    font-weight: bold;
    color: #2a774c;
    padding: 20px;
}

.news-initiative p {
    color: #2a774c;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

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

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

.news-initiative .experts-carousel .owl-item img {
    width: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
    padding: 1rem;
    object-fit: contain;
    max-height: 130px;
}

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

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

.news-initiative .owl-nav .owl-prev span {
    font-size: 80px;
    color: #fff;
}

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

.news-initiative .owl-nav .owl-next span {
    font-size: 80px;
    color: #fff;
}

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

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

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

#supporters-2023 {
    background: #fff !important;
}

.news-initiative .supporters-carousel .item {
    min-height: unset;
}

.news-initiative .supporters-carousel img {
    height: 150px;
}

/*--------------------------------------------------------------
# Social Images
--------------------------------------------------------------*/

.social-images {
    padding: 40px;
    background-color: #f7f7f7;
}

.social-images h3 {
    text-align: center;
    font-weight: bold;
    color: #2a774c;
    padding: 20px;
    font-size: 36px;
}

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

.social-images .item h4 {
    color: #2a774c;
}

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

.social-images .owl-item img {
    width: 100% !important;
    max-height: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
}

.social-images .owl-item img:hover {
    opacity: 1;
}

.social-images .owl-nav .owl-prev {
    position: absolute;
    top: 30px;
    left: -20px;
    outline: none;
}

.social-images .owl-nav .owl-prev span {
    font-size: 80px;
    color: #000;
}

.social-images .owl-nav .owl-next {
    position: absolute;
    top: 30px;
    right: -20px;
    outline: none;
}

.social-images .owl-nav .owl-next span {
    font-size: 80px;
    color: #000;
}

.social-images .owl-dots {
    margin-top: 5px;
    text-align: center;
}

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

.social-images .owl-dot.active {
    background-color: #2a774c !important;
}

.single-video-frame {
    width: 80% !important;
}

@media (max-width: 768px) {
    .single-video-frame {
        width: 100% !important;
    }
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/

.theme {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d3f29b;
}

.theme h1 {
    text-align: center;
    font-weight: bold;
    color: #2a774c;
    padding: 20px;
}

.theme p {
    color: #2a774c;
}

/*--------------------------------------------------------------
# Year
--------------------------------------------------------------*/

.year {
    padding: 0;
    cursor: pointer;
}

.year-space{
    display: flex;
    justify-content: space-between;
}

.year .year-div {
    padding: 10px;
    background-color: #fff;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.year .year-div.active {
    background-color: #2a774c !important;
    box-shadow: 0px 20px 15px -15px grey;
}

.year .active h2 {
    color: #fff;
}

.year h2 {
    text-align: center;
    font-weight: bold;
    color: #2a774c;
    margin: 0%;
}

/* -------------- Instagram Video----------------- */

.instagram-video .title h3 {
    color: #2a774c;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .instagram-video {
        padding: 40px;
    }
}

@media (max-width: 426px) {
    .instagram-video {
        padding: 20px;
    }
}

.instagram-video p {
    text-align: center;
    color: #202900;
}

.instagram-video .blog img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.instagram-video .blog h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.instagram-video .blog a {
    color: #797979;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 100;
}

.instagram-video .blog p {
    color: #ff5757;
    font-size: 18px;
}

.instagram-video {
    background-color: #f7f7f7;
    padding: 80px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .instagram-media {
        padding: 40px;
    }
}

@media (max-width: 426px) {
    .instagram-media {
        padding: 20px;
    }
}

/* ------------------Insta carousel------------------ */

#instagram-carousel {
    background-color: #f7f7f7;
    padding: 40px;
    transition: all 0.4s ease-in-out;
}

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

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

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

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

#instagram-carousel .owl-item img {
    width: 100% !important;
    max-height: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
    border: transparent solid 0px;
    object-fit: contain;
    height: 250px;
}

#instagram-carousel .owl-item img:hover {
    opacity: 1;
}

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

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

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

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

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

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

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

/* ------------------------------- */

.soy-images-carousel-items {
    background-color: #f7f7f7;
    padding: 40px;
    transition: all 0.4s ease-in-out;
    margin-top: 0px;
}

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

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

.soy-images-carousel-items .item h4 {
    color: #2a774c;
}

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

.soy-images-carousel-items .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;
}

.soy-images-carousel-items .owl-item img:hover {
    opacity: 1;
}

.soy-images-carousel-items .owl-nav .owl-prev {
    position: absolute;
    top: 30px;
    left: -20px;
    outline: none;
}

.soy-images-carousel-items .owl-nav .owl-prev span {
    font-size: 80px;
    color: #000;
}

.soy-images-carousel-items .owl-nav .owl-next {
    position: absolute;
    top: 30px;
    right: -20px;
    outline: none;
}

.soy-images-carousel-items .owl-nav .owl-next span {
    font-size: 80px;
    color: #000;
}

.soy-images-carousel-items .owl-dots {
    margin-top: 5px;
    text-align: center;
}

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

.soy-images-carousel-items .owl-dot.active {
    background-color: #2a774c !important;
}

/*--------------------------------------------------------------
# Featured Videos
--------------------------------------------------------------*/

.featured-videos {
    background-color: #f7f7f7;
    padding: 80px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 426px) {

    .soy-images-carousel-items,
    .social-images,
    .paradox-video,
    .download-infograph,
    .recipe,
    .recipe-request,
    .featured-videos {
        padding: 40px 20px !important;
    }

    h3 {
        font-size: 24px !important;
    }
}

@media (max-width: 320px) {

    .soy-images-carousel-items,
    .social-images,
    .paradox-video,
    .download-infograph,
    .recipe,
    .recipe-request,
    .featured-videos {
        padding: 40px 20px !important;
    }
}

.featured-videos h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2a774c;
}

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

.featured-videos .item h4 {
    color: #2a774c;
}

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

.featured-videos .owl-item iframe {
    width: 100% !important;
    max-height: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
}

.featured-videos .owl-item iframe:hover {
    opacity: 1;
}

.featured-videos .owl-nav .owl-prev {
    position: absolute;
    top: 30px;
    left: -20px;
    outline: none;
}

.featured-videos .owl-nav .owl-prev span {
    font-size: 80px;
    color: #000;
}

.featured-videos .owl-nav .owl-next {
    position: absolute;
    top: 30px;
    right: -20px;
    outline: none;
}

.featured-videos .owl-nav .owl-next span {
    font-size: 80px;
    color: #000;
}

.featured-videos .owl-dots {
    margin-top: 5px;
    text-align: center;
}

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

.featured-videos .owl-dot.active {
    background-color: #2a774c !important;
}

.protein-images {
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 719px;
    background-image: url("../img/soy-strong/protein images/soy_foods_desktop.png");
    background-position: center;
}

.heading h3 {
    text-align: center;
    margin-top: 54px;
    font-size: 36px;
    font-weight: bold;
    color: #2a774c;
    margin-bottom: 40px;
}

@media (max-width: 430px) {
    .protein-images {
        max-width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        height: 406px;
        background-image: url("../img/soy-strong/protein images/soy_foods_mobile.png");
        background-position: center;
        margin-top: 0px;
    }

    .heading h3 {
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #2a774c;
        margin-bottom: -118px;
        padding: 9px;
        margin-block: 23px;
    }

    #hero p {
        font-size: 12px;
        text-align: left;
    }
}

#hero p {
    font-size: 14px;
}

.soy-news-initiative {
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #d3f29b;
}

.soy-news-initiative h3 {
    text-align: center;
    font-weight: bold;
    color: #2a774c;
    padding: 20px;
}

.soy-news-initiative p {
    color: #2a774c;
}

.soy-news-initiative .item {
    width: 100%;
    background-color: #fff;
    min-height: 300px;
    border-radius: 25px;
}

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

.soy-news-initiative .experts-carousel .owl-item img {
    width: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
    padding: 1rem;
    object-fit: contain;
}

.soy-news-initiative .owl-item img:hover {
    opacity: 1;
}

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

.soy-news-initiative .owl-nav .owl-prev span {
    font-size: 80px;
    color: #fff;
}

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

.soy-news-initiative .owl-nav .owl-next span {
    font-size: 80px;
    color: #fff;
}

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

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

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

.infographic-section {
    background-color: #2a774c;
    padding: 80px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .infographic-section {
        padding: 40px;
    }
}

.infographic-section .header img {
    object-fit: contain;
    width: 100%;
}

.infographic-section h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    /* text-indent: -21px; */
}

.infographic-section p {
    text-align: center;
    color: #fff;
    font-weight: 200;
    width: 370px;
}

.infographic-section .important {
    text-align: center;
    color: #c4ff37;
    font-weight: 700;
    width: 340px;
}

.infographic-section .blog img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.infographic-section .blog h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #3f4f00;
}

.infographic-section .blog a {
    color: #797979;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 100;
}

.infographic-section .blog p {
    color: #ff5757;
    font-size: 18px;
}

.infographic-section .box {
    padding: 2.2rem;
    border-radius: 44px;
    background: #d3f29b;
    /* box-shadow: 0 1rem 2.9rem 0 rgb(68 88 144 / 10%); */
    text-align: center;
    height: max-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    align-items: center;
}

.infographic-section .box .box-title {
    color: #2a774c;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-indent: 0;
}

.infographic-section .text-section {
    justify-content: center;
    flex-direction: column;
    padding: 1.2rem;
}

.infographic-section .hall-of-fame-img {
    height: 125px;
    width: 200px;
}

.infographic-section .image-row {
    flex-wrap: nowrap;
    padding-block: 15px;
}

.infographic-section .infog-section {
    display: flex;
}

@media (max-width: 426px) {
    .infographic-section {
        padding: 20px;
    }

    .infographic-section .header img {
        object-fit: contain;
        width: 100%;
    }

    .infographic-section .title h3 {
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        text-indent: -21px;
    }

    .infographic-section p {
        text-align: center;
        color: #fff;
        font-weight: 200;
        width: 340px;
    }

    .infographic-section .important {
        text-align: left;
        color: #c4ff37;
        font-weight: 500;
        width: 340px;
    }

    .infographic-section .blog img {
        object-fit: cover;
        width: 100%;
        margin-bottom: 10px;
    }

    .infographic-section .blog h4 {
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #3f4f00;
    }

    .infographic-section .blog a {
        color: #797979;
        text-decoration: underline;
        font-size: 18px;
        font-weight: 100;
    }

    .infographic-section .blog p {
        color: #ff5757;
        font-size: 18px;
    }

    .infographic-section .box {
        padding: 2.2rem;
        border-radius: 44px;
        background: #d3f29b;
        /* box-shadow: 0 1rem 2.9rem 0 rgb(68 88 144 / 10%); */
        text-align: center;
        height: max-content;
        width: fit-content;
        flex-direction: column;
        align-items: center;
        align-items: center;
    }

    .infographic-section .box .box-title {
        color: #2a774c;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        text-indent: 0;
    }

    .infographic-section .text-section {
        justify-content: center;
        flex-direction: column;
        padding: 1.2rem;
    }

    .infographic-section .hall-of-fame-img {
        height: 20vw;
        width: 200px;
    }

    .infographic-section .image-row {
        flex-wrap: nowrap;
        padding-block: 15px;
    }

    .infographic-section .infog-section {
        display: flex;
        flex-direction: column;
    }

    #logo img {
        padding: 1rem;
        width: 95vw !important;
        object-fit: contain;
        height: 100%;
    }
}

.blogs h3 {
    text-align: center;
    font-weight: bold;
    color: #2a774c;
    padding: 20px;
}

/*--------------------------------------------------------------
# 2022
--------------------------------------------------------------*/

.food-futurism {
    padding: 60px;
    background-color: #d3f29b;
    text-align: center;
}

.food-futurism .title {
    vertical-align: middle;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.food-futurism h1 {
    color: #2a774c;
    font-size: 4em;
    text-align: right;
}

.food-futurism p {
    text-align: left;
}

@media (max-width: 769px) {
    .food-futurism {
        padding: 20px;
    }

    .food-futurism h1 {
        font-size: 3em;
        text-align: center;
    }

    .food-futurism p {
        text-align: center;
    }
}

@media (max-width: 429px) {
    .food-futurism .title {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}


/*--------------------------------------------------------------
# 2023
--------------------------------------------------------------*/

#instagram-carousel-2023 {
    border-top: 2px solid #2A774C;
}


/*--------------------------------------------------------------
# About-Us Help
--------------------------------------------------------------*/

.help {
    background-color: #F5F7E5;
    padding: 40px;
    transition: all 0.4s ease-in-out;
}

.help .tab-content {
    margin-top: auto;
    margin-bottom: auto;
}

.help .tab-content h3 {
    font-size: 32px;
    font-weight: bold;
    color: #2A774C;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.help .tab-content ol li {
    font-size: 20px;
    color: #789600;
    margin-bottom: 10px;
}

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

    .help .tab-content h3 {
        font-size: 24px;
        margin-top: 30px;
    }

    .help .tab-content ol li {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

#soy-strong #hero{
    height: 400px !important;
}

#soy-strong #hero .carousel-container-white {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#soy-strong #hero .carousel-container-white .carousel-content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 40px 80px;
    border-radius: 25px;
    width: 80%;
}

#soy-strong #hero .carousel-container-white .carousel-content h1 {
    color: #2A774C;
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: 10px;
    font-weight: 900;
    line-height: 0.1;
}

#soy-strong #hero .carousel-container-white .carousel-content h2 {
    color: #2A774C;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 900;
}

#soy-strong #hero .carousel-container-white .carousel-content h3 {
    color: #797979;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
}

#soy-strong #hero .carousel-container-white .carousel-content p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #2A774C;
    width: 100%;
    font-size: 16px;
    margin-bottom: 3px;
}

@media (max-width: 1024px) {
    #soy-strong #hero .carousel-container-white .carousel-content {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.89);
        padding: 50px 80px;
        border-radius: 25px;
        width: 80%;
    }
}

@media (max-width: 768px) {
    #soy-strong #hero .carousel-container-white .carousel-content {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.89);
        padding: 30px 50px;
        border-radius: 25px;
        width: 80% !important;
    }

    #soy-strong #hero .carousel-container-white .carousel-content h1 {
        color: #2A774C;
        margin-bottom: 10px;
        font-size: 24px;
        letter-spacing: 6px;
        font-weight: 600;
        line-height: 0.1;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #soy-strong #hero .carousel-container-white .carousel-content h2 {
        font-weight: 800;
    }
}

@media (max-width: 375px) {
    #soy-strong #hero .carousel-container-white .carousel-content {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.89);
        padding: 30px 50px;
        border-radius: 25px;
        width: 80% !important;
    }

    #soy-strong #hero .carousel-container-white .carousel-content h1 {
        display: none;
    }

    #soy-strong #hero .carousel-container-white .carousel-content h2 {
        font-weight: 700;
        font-size: 28px;
    }
}



/*--------------------------------------------------------------
# Section 3 Order Now
--------------------------------------------------------------*/

.order-now {
    background: #edffcd;
    padding: 60px 40px;
}

.order-now h1 {
    color: #2A774C;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 0 100px;
    text-align: center;
}

.order-now .menu-container .menu {
    border: 2px solid #2A774C;
    border-radius: 10px;
}

.order-now .menu .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-now .menu .img-container img {
    max-width: 100%;
}

.order-now .menu .content {
    background-color: #2A774C;
    border-radius: 5px;
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-now .menu .content h3 {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    padding: 20px 5px;
}

.order-now .button-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .order-now {
        padding: 60px 30px;
    }
}

@media (max-width: 426px) {
    .order-now {
        padding: 60px 20px;
    }
    .order-now h1 {
        padding: 0;
    }
}