.action-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:50px;
}
.farmer-video-wrap{
    position:relative;
    padding-top:50px;
    height:800px;
}
.farmer-video{
    width:70%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate( -50% , -50%);
    border-radius:10px;
    z-index:2;
    overflow:hidden;
    height: 70%;
}
.farmer-video-innerwrap video{
    width:100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.insta-link-wrap{
    /* position:absolute; */
    bottom:60px;
    /* left:50%; */
    /* transform:translateX(-50%); */
    z-index:4;
}
.insta-link-wrap a{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 15px;
    border-radius:100px;
    background-color:#fff;
    gap:8px;
}
.takeactionbtn{
    width:255px;
}
.farmer-video-innerwrap{
    position:relative;
    height: 100%;
}
.companylogo{
    position:absolute;
    bottom:30px;
    right:20px;
}
.top-pepper{
    position:absolute;
    left:60%;
    top:2%;
    width: 35%;
    height: auto;
}
.footer-quote-wrap{
    padding-top:150px;
}
.bottom-pepper{
    position:absolute;
    left:6%;
    bottom:-6%;
    width: 42%;
    height: auto;
    z-index:1;
}
.bottom-top-pepper{
    position:absolute;
    left: 26%;
    bottom: 6%;
    width: 28%;
    height: auto;
    z-index:3;
}
.btnplay{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate( -50% , -50%); 
}
.farner-name-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:150px;
    flex-direction:column;
}
.persondetailwrapwidthfull{
    width:100%;
}
.farmer-story-wrap p{
    max-width:800px;
    width:100%;
    padding-bottom:0;
}
.afarmercan{
    position:relative;
    z-index:2;
    top:0;
    left:unset;
    transform:unset;
}
.yellow-btn-clr{
    background:#F6C319
}
.yellow-gradient{
    height:150px;
    position:absolute;
    bottom:-10px;
    width:100%;
    left:0;
    opacity:0;
    transition: opacity 0.6s ease;
    pointer-events:none;
    background: linear-gradient(180deg,rgba(34, 193, 195, 0) 0%, rgba(255, 214, 76, 0.69) 100%);
}

@media(max-width:768px){
    .farmer-video{
        width:53%;
        height:85%;
    }
    .top-pepper {
        left: 49%;
        top: -3%;
        width:50%;
    }
    .bottom-top-pepper{
        left: 12%;
        bottom: 6%;
        width: 40%;
    }
    .bottom-pepper{
        left: 0%;
    bottom: 0%;
    width: 40%;
    }
    .action-quote-section p{
        text-align:center;
    }
    .farmer-story-wrap p{
        padding-bottom:15px;
    }
    .fullheight .storyspace{
        max-height:1200px;
    }
    .fullheight {
        max-height:1200px;
       }
       .fullheight .story-container {
           max-height:1200px;
       }
       .farmerstorywrap {
           min-height:300px;
       }
       .yellow-gradient{
        opacity:1;
       }
}
@media(max-width:475px){
    .farmer-video {
        width: 90%;

    }
    .farmer-video-wrap {
        overflow:hidden;
    }
    .top-pepper {
        left: 47%;
        top: 0%;
        width: 79%;
    }
   
    .bottom-pepper {
        left: -15%;
        bottom: -3px;
        width: 90%;
    }
    .farmer-video-innerwrap video{
        object-fit:cover;
    }
   
    .insta-link-wrap{
        width:100%;
    }
    .bottomtextwrap{
        color:#000;
    }
    /* .storyspace{
      max-height:unset;
      display:flex;
      padding-bottom:0;
    }  
    .story-container{
        max-height:unset;
    }   */

    .action-wrap{
        padding-top:0;
    }
    .footer-quote-wrap {
     padding-top:70px;
    }
}