@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap');

:root{
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', serif;
}

a{
    text-decoration: none;
 
}

a:hover{
    text-decoration: none;
}


/* Banner Styles */
#banner-section {
    overflow: hidden;
    height: 700px;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

#left-section {
    padding-left: 220px;
    padding-top: 40px;
}

#left-section .banner-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 70px;
    color: #478D4B;
    letter-spacing: 1px;
}

#left-section .banner-description {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #4F4F4F;
    letter-spacing: 1px;
    padding-top: 20px;
}

#left-section p {
    padding-top: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #4F4F4F;
}

#right-section #banner-image {
    width: 750px;
}


@media (max-width: 1920px) {}

@media (max-width: 1560px) {
    #banner-section {
        height: 740px;
    }

    #left-section {
        padding-left: 120px;
    }

    #left-section .banner-title {
        font-size: 18px;
    }

    #right-section #banner-image {
        width: 720px;
    }
}
@media (max-width: 1440px){
    #left-section .banner-title {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    #left-section .banner-title {
        font-size: 18px;
    }

    #left-section .banner-description {
        font-size: 14px;
    }

    #left-section p {
        padding-top: 25px;
    }

    #right-section #banner-image {
        width: 650px;
    }
}

@media (max-width: 1080px) {
    #banner-section {
        height: 706px;
    }

    #left-section {
        padding-left: 60px;
    }

    #right-section #banner-image {
        width: 600px;
    }
}


/***** ipad nd tab ******/

/* @media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
    
  }
   */

@media (max-width: 1024px) {
    #banner-section {
        overflow: hidden;
        height: fit-content;
    }

    #left-section .banner-title {
        font-size: 18px;
    }

    #right-section #banner-image {
        width: 550px;
    }
}

@media (max-width: 900px) {
    #banner-section {
        height: 840px;
    }
    #right-section #banner-image {
        width: 460px;
    }
}

@media (max-width: 768px) {
    #banner-section {
        height: 600px;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    #left-section {
        padding-left: 30px;
    }

    #left-section .banner-title {
        line-height: 50px;
        font-size: 18px;
    }

    #left-section .banner-description {
        font-size: 14px;
        padding-top: 10px;
    }

    #right-section #banner-image {
        width: 430px;
    }

    #left-section p {
        font-size: 14px;
        line-height: 10px;
    }
}

@media (max-width: 479px) {

    #banner-section {
        height: 850px;
    }

    #left-section {
        padding-bottom: 40px;
    }

    #left-section .banner-title {
        font-size: 18px;
    }

    #right-section #banner-image {
        width: 370px;
    }
}

@media (max-width: 375px) {
    #right-section #banner-image {
        width: 300px;
    }
}
/* Banner styles end */


/* about-section styles */
#about-section{
    background-image: url(../img/products/sat2credit/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 220px;
    padding-right: 220px;
}
#about-section #outer-section{
    position: relative;
}

#about-section #inner-section{
    position: absolute;
    width: 900px;
    left: 27%;
    top: 1075px;
    background: #EBF3EB;
    box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 50px;
}

#about-section .description{
    padding-top: 160px;
    padding-bottom: 160px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    letter-spacing: 1px;
}

#about-section #inner-section h4{
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #4F4F4F;
    letter-spacing: 1px;
}

#about-section #inner-section p{
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #4F4F4F;
    letter-spacing: 1px;
}

@media (max-width: 1920px) {}

@media (max-width: 1600px){
    #about-section #inner-section {
        left: 23%;
    }
}

@media (max-width: 1560px) {
    #about-section {
        padding-left: 120px;
        padding-right: 120px;
    }
    #about-section .description {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #about-section #inner-section {
        left: 23%;
    }
}

@media (max-width: 1440px) {
    #about-section #inner-section {
        left: 20%;
    }
}

@media (max-width: 1366px) {
    #about-section #inner-section {
        left: 18%;
    }
}

@media (max-width: 1280px) {
    #about-section #inner-section {
        left: 15%;
    }
}

@media (max-width: 1200px) {
    #about-section .description {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #about-section #inner-section {
        left: 13%;
        top: 1070px;
    }  
}

@media (max-width: 1080px) {
    #about-section {
        padding-left: 60px;
        padding-right: 60px;
    }
    #about-section #inner-section {
        left: 9%;
        top: 880px;
    }
}
@media (max-width: 1024px) {
    #about-section #inner-section {
        left: 6.5%;
    }
}

@media (max-width: 900px){
    #about-section #inner-section {
        justify-content: center;
        left: 8.8% !important;
        width: 670px !important;
        top: 1260px;
    }
}
@media (max-width: 768px) {
    #about-section .description {
        font-size: 14px;
    }
    #about-section #inner-section {
        width: 650px !important;
        left: 8% !important;
        top: 1010px;
    }
    #about-section #inner-section p {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    #about-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    #about-section .description {
        font-size: 14px;
    }
    #about-section #inner-section p {
        font-size: 14px;
    }
    #about-section #inner-section {
        width: 400px !important;
        top: 1400px;
        padding: 30px;
    }
}

@media (max-width : 425px) {
    #about-section #inner-section {
        width: 355px !important;
        top: 1300px;
        padding: 25px;
        left: 7% !important;
    }
}

@media (max-width : 390px) {
    #about-section #inner-section {
        width: 340px !important;
        top: 1370px;
        padding: 25px;
        left: 7% !important;
    }
}

@media (max-width: 375px) {
    #about-section #inner-section {
        width: 315px !important;
        top: 1350px;
        left: 7% !important;
    }
}

@media (max-width: 320px) {
    #about-section #inner-section {
        display: none;
    }
}

/* About section ends */

/* Download app section styles */
.download-app {
    margin-top: 440px;
    padding-left: 220px;
    padding-right: 220px;
    margin-bottom: 80px;
    
}
  
  .download-app .container-fluid{
    background-color: #184876;
    border-radius: 18px;
    height: 500px;
  }
  
  .download-app .container-fluid .text-part {
    position: relative;
    top: 115px;
    left: 200px;
}
  
.download-app .container-fluid .text-part .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
  
  .download-app .container-fluid .text-part .p-link{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top:10px !important;   
    letter-spacing: 1px;       
  }
  
  .download-app .container-fluid .text-part .playstore-image{
    margin-top: 30px;
  }
  
  .download-app .container-fluid #image-part{
    position: relative;
  }
  
  .download-app .container-fluid #image-part .image-1 {
    position: absolute;
    left: 150px;
    bottom: 0px;
    width: 50%; 
    top: 90px;  
}
  

@media (max-width: 1920px) {}

@media (max-width: 1560px) {
    .download-app {
        padding-left: 120px;
        padding-right: 120px;
    }
    .download-app .container-fluid .text-part {
        left: 120px;
    }
}
@media (max-width: 1440px) {
    .download-app .container-fluid .text-part {
        left: 20px;
    }
}
@media (max-width: 1200px) {
    .download-app .container-fluid .text-part {
        left: 40px;
    }
    .download-app .container-fluid #image-part .image-1 {
        left: 20px;
        width: 450px;
        top: 17px;
    }

    .download-app .container-fluid .text-part .title {
        font-size: 18px;
    }
}

@media (max-width: 1080px) {
    .download-app {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 1024px) {
  
}

@media (max-width: 900px) {
    .download-app .container-fluid {
        height: 380px;
    }
    .download-app .container-fluid .text-part {
        top: 60px;
        left: 30px;
    }
    .download-app .container-fluid .text-part .title {
        font-size: 18px;
    }
    .download-app .container-fluid #image-part .image-1 {
        width: 350px;
        bottom: -133px;
        top: 5px;
    }
}
@media (max-width: 768px) {
    .download-app .container-fluid {
        height: 350px;
    }
    .download-app .container-fluid .text-part {
        top: 45px;
    }
    .download-app .container-fluid .text-part .title {
        font-size: 18px;
    }
    .download-app .container-fluid .text-part {
        left: 30px;
    }
    .download-app .container-fluid #image-part .image-1 {
        left: -8px;
        width: 270px;
        bottom: -102px;
        top: 28px;
    }
}

@media (max-width: 479px) {
    .download-app {
        margin-top: 480px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .download-app .container-fluid .text-part .title {
        font-size: 18px;
    }
    .download-app .container-fluid #image-part .image-1 {
        left: 230px;
        width: 200px;
    }
    .download-app .container-fluid .text-part {
        left: 10px;
    }
    .download-app .container-fluid .text-part .p-link {
        font-size: 14px; 
    }
}
@media (max-width : 425px) {
   
    .download-app .container-fluid .text-part .p-link {
        font-size: 14px;
    }
    .download-app .container-fluid #image-part .image-1 {
        left: 200px;
        width: 170px;
    }
}
@media (max-width: 375px) {
    .download-app .container-fluid {
        height: 300px;
    }
    .download-app .container-fluid .text-part {
        top: 40px;
    }
    .download-app {
        margin-top: 550px;
    }
   
    .download-app .container-fluid .text-part .p-link {
        font-size: 14px;
    }
    .download-app .container-fluid #image-part .image-1 {
        left: 210px;
        width: 130px;
        bottom: -61px;
    }
}
@media (max-width: 320px) {
    .download-app {
        margin-top: 60px;
    }
    .download-app .container-fluid #image-part .image-1 {
        display: none;
    }
}

/* Download app section style ends */

/* Why sat2credit style starts */

 .why-sat2credit{
    background-color: #EBF3EB;
    padding-top: 80px;
    padding-bottom: 50px;
    overflow-x: hidden;
  }

  .why-sat2credit .container-fluid{
    padding-left: 220px;
    padding-right: 220px;
  }

  .why-sat2credit .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 54px;
    color: #184876;
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #478D4B;
  }

  .why-sat2credit .features-left{
    padding: 20px 0px 20px 20px;
    margin: 20px;
  }

  .why-sat2credit .features-left img{
    width: 60px;
    float: right;
    }

  .why-sat2credit .features-left h4{
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #4F4F4F;
    text-align: end;
    clear: both;
    letter-spacing: 1px;
  }

  .why-sat2credit .features-left #description{
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #4F4F4F;
    text-align: end;
    display: block;
    letter-spacing: 1px;
  }

  #center-content img{
    width: 70%;
    
    margin-left: 30px;
  }

  .why-sat2credit .features-right{
    padding: 20px 20px 20px 0px;
    margin: 20px;
  }

  .why-sat2credit .features-right h4{
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #4F4F4F;
    letter-spacing: 1px;
  }

  .why-sat2credit .features-right img{
    width: 60px;
 }

  .why-sat2credit .features-right #description{
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #4F4F4F;
    display: block;
    letter-spacing: 1px;
  }

  @media (max-width: 1920px) {}

  @media (max-width: 1560px) {
    .why-sat2credit .container-fluid {
        padding-left: 120px;
        padding-right: 120px;
    }
  }
  @media (max-width: 1440px) {}
  @media (max-width: 1200px) {}

  @media (max-width: 1080px) {
    .why-sat2credit .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
  }

  @media (max-width: 1024px) {}

  @media(max-width: 900px){
    .why-sat2credit .features-left {
        padding: 20px 0px 20px 0px;
        
    }
    .why-sat2credit .features-right {
        padding: 20px 0px 20px 0px;
    }
    .why-sat2credit .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    #center-content img {
        width: 300px;
        margin-left: 20px;
    }
  }
  
  @media (max-width: 768px) {
    #center-content img {
        width: 220px;
        margin-left: 20px
    }
    .why-sat2credit .features-left {
        padding: 20px 0px 20px 0px;
        margin: 0px;
    }
    .why-sat2credit .features-right {
        padding: 20px 0px 20px 0px;
        margin: 0px;
    }
  }

  @media (max-width: 479px) {
    #banner-section {
        height: fit-content;
    }

    .why-sat2credit .title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 3px;
    }
    .why-sat2credit .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    #center-content img {
        display: none;
    }
    .why-sat2credit .features-left {
        width: 160px;
    }
    .why-sat2credit .features-right {
        width: 160px;
    }
    .offset-1 {
        margin-left: 0%;
    }
  }

  @media (max-width : 425px) {}

  @media (max-width: 375px) {
  
    .why-sat2credit .features-left {
        width: 140px;
    }
    .why-sat2credit .features-right {
        width: 140px;
    }
    .why-sat2credit .features-left #description {
        font-size: 14px;   
    }
    .why-sat2credit .features-right #description {
        font-size: 14px;
    }
    .offset-1 {
        margin-left: -4%;
    }
  }

  @media (max-width: 320px) {
    
    .why-sat2credit .title {
        line-height: 44px;
    }
    .why-sat2credit .features-left {
        width: 120px;
    }
    .why-sat2credit .features-right {
        width: 120px;
    }
    .why-sat2credit .features-left h4 {
        font-size: 16px;
    }
    .why-sat2credit .features-right h4 {
        font-size: 16px;
    }
    .why-sat2credit .features-left #description {
        font-size: 14px;
    }
    .why-sat2credit .features-right #description {
        font-size: 14px;
    }
  }

  /* Why sat2credit style Ends */

  /* Web-portal Section */

.web-portal {
    padding-top: 170px;
    padding-bottom: 500px;
}
.web-portal .container-fluid{
    margin-left: 220px;
    margin-right: 220px;
    background: #184876;
    border-radius: 10px;
    position: absolute;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    height: 400px;
}

.web-portal #web-image {
    width: 770px;
    position: relative;
    bottom: 87px;
    left: 150px;
}

.web-portal #web-text {
    position: relative;
    top: 90px;
    right: 0px;
    left: -150px;
}

.web-portal #web-text .title {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.web-portal #web-text p{
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    padding-bottom: 25px;
    letter-spacing: 1px;
}

.web-portal #web-text a{
    width: 180px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    background-color: #478D4B;
    border-radius: 5px;
    float: right;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (max-width: 1920px) {}

@media (max-width: 1560px) {
    .web-portal .container-fluid {
        margin-left: 120px;
        margin-right: 120px;
    }
    .web-portal #web-image {
        left: 130px;
    }
    .web-portal #web-text {
        left: -130px;
    }
    .web-portal #web-text p {
        font-size: 14px;
    }
}
@media (max-width: 1440px) {
    .web-portal #web-image {
        left: 50px;
    }
    .web-portal #web-text {
        left: -50px;
    }
}
@media (max-width: 1200px) {
    .web-portal {
        padding-top: 140px;
    }
    .web-portal .container-fluid {
        height: 330px;
    }
    .web-portal #web-image {
        width: 600px;
        bottom: 58px;
        left: 60px;
    }
    .web-portal #web-text {
        left: -60px;
        top: 42px;
    }
    .web-portal #web-text .title {
        font-size: 18px;
    }
}

@media (max-width: 1080px) {
    .web-portal .container-fluid {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media (max-width: 1024px) {
    .web-portal #web-image {
        width: 575px;
        bottom: 51px;
        left: 40px;
    }
    .web-portal #web-text {
        left: -40px;
    }
}

@media (max-width: 900px) {
    .web-portal .container-fluid {
        height: 270px;
    }
    .web-portal #web-image {
        width: 400px;
        left: 30px;
        bottom: 30px;
    }
    .web-portal #web-text {
        left: -30px;
        top: 12px;
    }
}

@media (max-width: 768px) {
    .web-portal {
        padding-top: 120px;
    }
    .web-portal .container-fluid {
        height: 260px;
    }
    .web-portal #web-image {
        width: 460px;
        bottom: 34px;
        left: 10px;
    }
    .web-portal #web-text .title {
        font-size: 18px;
    }
    .web-portal #web-text p {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .web-portal #web-text {
        left: -10px;
        top: 18px;
    }   
    .web-portal #web-text a {
        width: 160px;
        font-size: 14px;
        height: 40px;
    } 
}
@media (max-width: 479px) {
    .web-portal {
        padding-bottom: 400px;
    }
    .web-portal .container-fluid {
        margin-left: 30px;
        margin-right: 30px;
    }
    .web-portal #web-image {
        width: 300px;
    }
    .web-portal #web-text {
        left: -10px;
        top: -20px;
    }
    .web-portal .container-fluid {
        height: 390px;
    }
    .web-portal #web-text .title {
        font-size: 18px;
    }
}
@media (max-width : 425px) {
    .web-portal {
        padding-top: 100px;
    }
}

@media (max-width: 375px) {
    .web-portal #web-image {
        width: 250px;
    }
    .web-portal .container-fluid {
        height: 370px;
    }
}
@media (max-width: 320px) {
    .web-portal #web-image {
        width: 200px;
    }
    .web-portal #web-text .title {
        font-size: 18px;
    }
    .web-portal #web-text p {
        font-size: 14px;
    }
    .web-portal .container-fluid {
        height: 330px;
    }
}

/* Web-portal Section Ends */




/* Brief Features */

.offer .container-fluid{
    padding-left: 120px;
    padding-right: 120px;
}

.offer .container-fluid .title{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #184876;
    line-height: 54px;
    padding-bottom: 75px;
    padding-top: 40px;
    position: relative;
}

/* .offer .container-fluid .title:after{
    position: absolute;
    content: '';
    width: 85px;
    height: 2.5px;
    background-color: green;
    display: flex;
    left: 785px;
    border: 3px solid #478D4B;
} */

.offer .container-fluid img{
    width: 255px;
    height: 255px;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.offer .container-fluid .sub-title{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #4F4F4F;
    margin-top: 20px;
    letter-spacing: 1px;
}

.offer .container-fluid p{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    padding: 15px;
    letter-spacing: 1px;
    text-align: justify;
}

#three-images .container {
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 80px;
    font-weight: 100;
    font-family: 'Montserrat', serif;
}

#three-images .agri-image-left img{
width: 60%;
   

}
#three-images .agri-image-left{
margin: 20px 10px 10px 10px;
padding: 10px;
justify-content: space-around;
align: left;
left: 10px;
}

#three-images .agri-three-image img{
width: 100%;

overflow: hidden;
}

#three-images .agri-two-image img{
width: 60%;

overflow: hidden;
}
#three-images .agri-content-right{
margin-top: 10px;
margin-left: 10px;
font-size: 14px;
text-align: justify;
font-family: 'Montserrat', serif;
}
#three-images .agri-content-left{
text-align: justify;
word-spacing: 1px;
top: 10px;
bottom: 90%;
margin-left: 10px;
font-size: 14px;
font-family: 'Montserrat', serif;
}

#three-images .last-content {
text-align: left;
font-family: 'Montserrat', serif;
font-size: 14px;
color:#fff;
margin: auto;
background-color: #184876;
}
#three-images .last-content h4{
    margin: auto;
    width: 10%;
    padding: 15px;
    
}
#three-images .last-content ul{
    padding-left: 12%;
}

/* -----------banner section --------------*/ 
/*#banner-sectin{
    padding-top: 4.5%; 
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
  }
  #banner-sectin .card{
    background-image: url('./assets/img/Agriculture Credit Companies.png');
    ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
#banner-sectin h1{
  top: 4%;
  font-family:'Montserrat', serif;
  font-size: 45px;
  color: #ffffff;
  background-color:transparent ;
  height: 140px;
  width: 850px;
  padding-top: 200px;
padding-bottom: 130px;
padding-left: 280px;
}
#banner-sectin p{
  top: 15%;
  color: #fff;
  font-size: 16px;
  width: 750px;
  padding-left: 280px;
  padding-bottom: 40px;
}

@media (max-width: 1920px) {
    #banner-sectin .card{
        height: 800px;
    }
}

@media (min-width: 1601px) and (max-width: 1840px) {
    #banner-sectin .card{
        height: 750px;
    }
} 
@media (min-width: 1401px) and (max-width: 1600px) {
    #banner-sectin .card{
        height: 700px;
    }
} 

@media (min-width: 1024px) and (max-width: 1400px) {
    #banner-sectin .card{
        height: 650px;
    }
} 

@media (min-width: 978px) and (max-width: 1023px) {
    #banner-sectin .card{
        height: 600px;
    }
}

@media (min-width: 768px) and (max-width: 977px) {
    #banner-sectin .card{
        height: 600px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    #banner-sectin .card{
        height: 550px;
    }
}
@media (max-width: 375px) {

}*/
/*//agri_credits
.about-wrap{
align: center;
width: 200px;
height: 180px;
background-color: pink;
}
/*.agri-image{
width: 100px;
height: 150px;
}
.agri-image,
.agri-three-image {
    max-width: 500px;
    position: relative;
}

.agri-imag:before,
.agri-three-image:before {
    content: '';
    z-index: -1;
    left: -45px;
    bottom: -35px;
    position: absolute;
    width: 130px;
    height: 100px;
    background: url(../images/about-bg-dots.png) no-repeat;
}

.agri-image img,
.agri-three-image img {
    border-radius: 220px 220px 0 0;
}

/* About Three */
/*.agri-three-image:before {
    bottom: 15%;
}

.agri-three-image img {
    width: 50%;
    border-radius: 5px;
}

.agri-three-image img:last-child {
    margin: -33% 0 0 33%;
}

.agri-two-image{

}


.agri-content{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.agri-content{
    width: 49%;
    margin-top: 30px;
}

@media only screen and (max-width: 480px) {
    .agri-content li {
        width: 100%;
    }
}

.agri-content{
    color: black;
    display: block;
    margin-right: 25px;
    margin-bottom: 10px;
}

.agri-content {
    border: none;
    max-width: 470px;
    padding: 0 0 30px;
    border-bottom: 1px solid #E6E8E9;
}

.agri-content:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E6E8E9;
}*/




.about-wrap ul{
 	list-style-type: none;
    padding:0;
    margin:0;
    line-height: 1.8;
    font-family: 'Montserrat', serif;   
}
.about-wrap li:nth-child(1)::before{
    content: "🛰️";
    margin: 0 9px 0 7px; 
    font-size: 14px;
    font-weight: bold;
     justify-content: space-between;
}
.about-wrap li:nth-child(2)::before{
    content: "🛰️";
    margin: 0 9px 0 7px; 
    font-size: 14px;
     justify-content: space-between;
}
.about-wrap li:nth-child(3)::before{
    content: "🛰️";
    margin: 0 9px 0 7px; 
    font-size: 14px;
     justify-content: space-between;
}
.about-wrap img{
border-radius: 10px;
box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25);
justify-content: space-between;
margin: 0 9px 0 110px;

}

   
.about-wrap{
width: 100%;
height: 100%;
top: 1px;
}
   
.agri-image-left img{
margin-top: 20px 10px 10px 10px;
}
   
   
   
   #three-images .agri-image-left img {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


#three-images .agri-two-image img{
 -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


#three-images .delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#three-images .delay-0-3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}


#three-images .agri-content-right img{
-webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


#three-images .agri-content-left img{
 -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
   @-webkit-keyframes animate {

    0%,
    100% {
        -webkit-transform: rotateX(8.75deg) rotateY(35deg);
        transform: rotateX(8.75deg) rotateY(35deg);
    }

    50% {
        -webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
        transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@keyframes animate {

    0%,
    100% {
        -webkit-transform: rotateX(8.75deg) rotateY(35deg);
        transform: rotateX(8.75deg) rotateY(35deg);
    }

    50% {
        -webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
        transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-webkit-keyframes animate_1 {

    0%,
    100% {
        -webkit-transform: translateZ(25px) rotateX(14deg);
        transform: translateZ(25px) rotateX(14deg);
    }

    33% {
        -webkit-transform: translateZ(-25px) scale(0.4);
        transform: translateZ(-25px) scale(0.4);
    }

    66% {
        -webkit-transform: translateZ(-25px);
        transform: translateZ(-25px);
    }
}

@keyframes animate_1 {

    0%,
    100% {
        -webkit-transform: translateZ(25px) rotateX(14deg);
        transform: translateZ(25px) rotateX(14deg);
    }

    33% {
        -webkit-transform: translateZ(-25px) scale(0.4);
        transform: translateZ(-25px) scale(0.4);
    }

    66% {
        -webkit-transform: translateZ(-25px);
        transform: translateZ(-25px);
    }
}



@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}