﻿.page-layout {
    margin-top: 47px;
}


#home-hero {
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width:768px){
    #home-hero {
        min-height: 500px;
    }
}

.break{
     display: none;
}

#brand-story p,
.innovation-content p,
.local-farmers-content p,
.captiontext-slide p{
    color: #231F20 !important;
}
@media screen and (min-width: 1000px) {
    .break {
        display: block;
    }
}
@media only screen and (max-width:767.99px) {
    .page-layout {
        margin-top: 26px;
    }
    #home-hero {
        height: 380px;
    }
}
@media only screen and (max-width: 600px) {
    #home-hero {
        height: 250px;
    }
}

    .round i {
        position: absolute;
        top: 50%;
        right: 28px;
        transform: translateY(-50%);
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        font-size: 4.3rem;
        color: white;
        z-index: 99
    }

    .round:hover i {
        right: 15px
    }

    .round:hover .circular_image2:after {
        transition: all .3s ease-in-out;
        opacity: .5;
    }

    .round:hover img {
        transform: scale(1.05);
    }

    .round.two i {
        right: 75px;
    }

    .round.two:hover i {
        right: 58px
    }

    .circular_image2 {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        overflow: hidden;
        background-color: white;
        z-index: 99;
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.15);
        margin: 0em 2em;
        position: relative;
    }

        .circular_image2:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: linear-gradient(rgba(210, 95, 21,1), rgba(210, 95, 21,1));
            opacity: 0;
            transition: all .3s ease-in-out;
        }

        .circular_image2 img {
            height: 100%;
            z-index: 99;
            opacity: 1;
            transition: 0.25s;
            max-width: 200%;
        }

    .whiteCenter {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 47%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 6rem;
        font-weight: 300;
        text-transform: uppercase;
        z-index: 100;
        font-family: "GHVeneerClean", 'Noto Sans', sans-serif;
        margin: 0;
    }

        .whiteCenter.second {
            left: 47%;
        }

    #featured {
        padding-left: var(--bs-pading);
        padding-right: var(--bs-pading);
    }

        #featured .btn-default {
            margin-bottom: 3rem
        }


    @media(max-width:767px) {
        .round.two {
            margin-bottom: var(--size-md);
        }
    }


#home-main-sec {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    background-image: linear-gradient(185deg, rgba(179, 191, 184, 0.15) 0%, rgba(90, 96, 92, 0) 100%);
}

    #home-main-sec::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -999;
        background: transparent url(https://assets.syngentaebiz.com/images/gh-background-white-grid-desktop@2x.png) 0 0 no-repeat padding-box;
        background-position: center; /* Add this */
        background-repeat: no-repeat; /* Simplified */
        background-size: cover;
        mix-blend-mode: multiply;
        opacity: 6.5;
    }

@media only screen and (max-width:767.99px){
    #home-main-sec::before {
        background: transparent url(https://assets.syngentaebiz.com/images/media/gh-background-gray-grid-mobile@2x.jpg) 0 0 no-repeat padding-box;
    }
}


.explore-local-solution{
    padding: 300px 0 100px 0;
}

.here-from-farmers-sec{
    padding:100px 0 50px 0;
}
@media only screen and (max-width:990px){

    .here-from-farmers-sec {
        padding: 60px 0 60px 0;
    }
}
.innovation-sec {
    padding: 50px 0 50px 0;
}

#brand-story{
    padding-bottom:280px;
}


/* Method 1: Flexbox Solution */
.heading-with-lines {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 100%;
}

    .heading-with-lines h1 {
        white-space: nowrap;
        position: relative; /* Added this */
        margin: 0; /* Reset margin */
        line-height: 1; /* Ensure consistent height */
        margin:auto;
    }

    .heading-with-lines::before {
        content: "";
        height: 2px;
        background-color: grey;
        flex-grow: 1;
        margin-left:20px
    }
    .heading-with-lines::after {
        content: "";
        height: 2px;
        background-color: grey;
        flex-grow: 1;
        margin-right:20px;
    }

#brand-story h1 {
    font: normal normal normal 60px/60px "GHVeneerClean";
    letter-spacing: 0.6px;
    color: #DF6420;
    margin-bottom:1rem;
}
#home-main-sec h1 {
    font: normal normal normal 48px/48px "GHVeneerClean";
    letter-spacing: 0.48px;
    color: #DF6420;
    margin-bottom: 10px;
}

@media only screen and (max-width:767.99px) {
    .heading-with-lines::before, .heading-with-lines::after {
        display:none;
    }
    #brand-story h1 {
        font: normal normal normal 48px/48px "GHVeneerClean";
        letter-spacing: 0.48px;
        color: #DF6420;
        margin-bottom: 1rem;
    }
    #home-main-sec h1 {
        font: normal normal normal 40px/40px "GHVeneerClean";
        letter-spacing: 0.4px;
        color: #DF6420;
        margin-bottom: 10px;
    }
    .break-mob{
        display:block !important;
    }
}

.break-mob{
    display:none;
}

@media only screen and (max-width:1199px) {
    .home-portfolio-container{
        flex-direction:column;
        align-items:center;
    }

    .heading-with-lines::before,
    .heading-with-lines::after{
        display:none;
    }
}
    

.home-portfolio-container {
    display: flex;
    gap: 25px; /* Space between images */
    padding: 20px 0px;
    margin: 20px 0 0 0; /* Center container */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content:center;
}
.home-portfolio{
    width:360px;
    height:358px;
    border-radius: 0px 0px 50px 0px;
    opacity: 1; 
    z-index:99
}

.home-portfolio img {
    height: 100%;
    opacity:1;
    z-index: 99;
    border-radius: 0px 0px 50px 0px;
}

.portfolio-overlay {
    position: absolute;
    text-align: center;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    top:0;
    width:100%;
}

.portfolio-overlay .heading {
    font: normal normal normal 32px/35px "GHVeneerClean";
    color:#ffffff;
    margin-bottom:5px !important;
}

.portfolio-overlay .description{
    color:#ffffff;
    width:300px;
    height:85px;
    font: normal normal normal 16px/24px Noto Sans;
}

.portfolio-overlay .center-content img {
       width:60px;
       height:92px;
       margin-top:35px;
       margin-bottom:15px;
}

.mySlides {
    display: none
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: 1px solid #d25f15;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activ {
    display: block;
}

.mySlides, .captiontext-slide {
    display: none;
}

.captiontext-slide {
    text-align :center;
    align-content:center;
    margin-top:5px;
}


.captiontext-slide .heading {
    font-family:"GHVeneerClean";
    margin-bottom:5px;
    font-weight:normal;
    color:#d25f15;
    margin-top:5px;
}

.slider-nav{
    display:flex;
    justify-content:center;
    column-gap:20px;
    
}

.slideshow-container {
    max-width: fit-content;
    position: relative;
    margin: auto;
}

.activ {
    display: block;
}

.activeslide, .dot:hover {
    background-color: #d25f15;
}


.innovation-img img {
    border-radius: 0px 0px 50px 0px;
}

.seed-guide-sec {
    background: #DF6420 0% 0% no-repeat padding-box;
    padding: 30px !important;
    mix-blend-mode: multiply;
    margin: 110px 0;
}



.seed-guide-sec .seed-guide-img {
    position: absolute;
    top: 50%;
    transform: translateY(-30%)
}
.seed-guide-content{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-direction:column;  
}

.innovation-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items:start;
    flex-direction: column;
    margin:50px 0;
}

.local-farmers-content p,
.innovation-content p {
    padding-bottom: 10px;
}

.local-farmers-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin:140px 0;
}

.local-farmers-content h1{
    margin-bottom:5px;
}

.mySlides .video-container {
   /* max-width: 555px;
    height: 313px;*/
    cursor: pointer;
    background: #000;
}


.mySlides .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#brand-video .video-container {
    /*max-width: 750px;*/
  /*  height: 422px;*/
    position: absolute;
    left: 50%;
    transform : translate(-50%, -50%);
    z-index: 1; /* Places image above sections */
    cursor: pointer;
    background: #000;
}


@media only screen and (min-width:848px) and (max-width:990px){
    #brand-video .video-container {
        left: 5% !important;
        right: 5% !important;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width:843px) {
    #brand-video .video-container {
        left: 4% !important;
        right: 4% !important;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width:991px) and (max-width:1200px){
    #brand-video .video-container {
        left: 5% !important;
        right: 5% !important;
        transform: translateY(-50%);
        height:500px;
    }
}

@media only screen and  (min-width:1201px){
    #brand-video .video-container {
        width: 750px;
        height: 422px;
    }
}


/*@media only screen  (min-width:1200px) {
    #brand-video .video-container {
        left: 50%;
        right: 50%;
    }
}*/
    #brand-video .video-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.seed-guide-sec-moblie{
    display:none;
}

seed-guide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.seed-guide-content .heading {
    color: #ffffff;
    margin-bottom: 5px !important;
    font: normal normal normal 48px/48px "GHVeneerClean";
    letter-spacing: 0.48px;
}

.seed-guide-content .description {
    color: #ffffff;
    font-weight: normal !important;
    font-size: 16px;
    padding-bottom: 7px;
}

.slider-nav .prev,
.slider-nav .next {
    cursor: pointer;
}

.seed-guide-btn{
    padding:9px 22px !important;
}

.seed-guide-btn img:last-child {
    display: none;
}
.seed-guide-btn:hover img:last-child{
    display:inline-block;
    height:19px
}
.seed-guide-btn:hover img:first-child {
    display: none;
}


@media only screen and (max-width:991px) {
    .seed-guide-sec{
        display:none;
    }

    .seed-guide-content-mobile {
        position: absolute;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 50%;
        transform: translateY(-65%);
        width: 100%;
    }

    .seed-guide-btn img:first-child {
        display: inline-block !important;
        padding-right:5px !important;
    }

    .seed-guide-sec-moblie .seed-guide-img {
        width: 378px;
        margin-bottom: 0px;
    }

    .seed-guide-content-mobile .heading {
        color: #ffffff;
        margin-bottom: 15px !important;
        font: normal normal normal 40px/40px "GHVeneerClean";
        letter-spacing: 0.4px;
    }

    .seed-guide-content-mobile .description {
        color: #ffffff;
        font-weight: normal !important;
        font-size: 16px;
        padding-bottom: 7px;
    }

    .seed-guide-sec-moblie {
        background: #DF6420 0% 0% no-repeat padding-box;
        height: 359px;
        mix-blend-mode: multiply;
        margin: 50px 0;
        display: block !important;
    }

}


@media only screen and (max-width:1199px){
    .innovation-content{
        margin-top:20px !important;
        margin-bottom:0 !important;
    }

    .local-farmers-content{
        margin:0!important;
    }

  
}

@media only screen and (max-width:389px){
    .home-portfolio{
        width:349px!important;
    }
}

@media only screen and (max-width:650px) {
    #brand-story {
        padding-bottom: 250px !important;
    }
    .explore-local-solution{
        padding-top:218px !important;
    }
}

@media only screen and (max-width:550px) {
    #brand-story {
        padding-bottom: 150px !important;
    }
}

@media only screen and (min-width:1200px){
    #globalFooter::before{
        bottom:2% !important;
        width:68%!important;
        height:28%!important;
    }
}

.pt-120{
    padding-top:6rem;
    padding-bottom:7.9rem;
}

.img-container{

}


@media only screen and (max-width:990px){
    #brand-story p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .seed-guide-content-mobile p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .innovation-sec {
        padding: 60px 0 100px 0
    }
    .explore-local-solution {
        padding: 300px 0 60px 0;
    }
    .home-portfolio-container{
        margin-top:0px;
    }
}

