
.soil-bg{
    background-image: url(./../img/Soil\ Mangement\ 1.png);
    background-repeat: no-repeat;
    background-size: 100% 750px;
    background-position: 0px 0px;
}




@media only screen 
    and (min-device-width: 1030px)
    and (max-device-width: 1366px)
      {
        .soil-bg{
            background-image: url(./../img/Soil\ Mangement\ 1.png);
            background-repeat: no-repeat;
            background-size: 100% 850px;
            background-position: 0px 0px;
        }
    }

@media (max-width: 767.98px) {
    .soil-bg{
        background-image: url(./../img/Soil\ Mangement\ 1.png);
        background-repeat: no-repeat;
        background-size: 400px 700px;
        background-position: 0px 0px;
    }
}

#market-link {
    background-image: url(./../img/_v1market-link-home.gif);
    background-repeat: no-repeat;
    background-size: 100% 600px;
    background-position: 0px -100px;
}
@media only screen 
and (min-device-width: 768px)
and (max-device-width: 1023.98px)
  {
    #market-link {
      background-image: url(./../img/_v1market-link-home.gif);
      background-repeat: no-repeat;
      background-size: 100% 450px;
      background-position: 0px -50px;
  }
  }

@media only screen 
    and (min-device-width: 1024px)
    and (max-device-width: 1200px)
      {
        #market-link {
            background-image: url(./../img/_v1market-link-home.gif);
            background-repeat: no-repeat;
            background-size: 100% 700px;
            background-position: 0px -200px;
        }
}

@media only screen 
    and (min-device-width: 1201px)
    and (max-device-width: 1439px)
      {
        #market-link {
            background-image: url(./../img/_v1market-link-home.gif);
            background-repeat: no-repeat;
            background-size: 100% 700px;
            background-position: 0px 0px;
        }
}

@media (max-width: 767.98px) {
    #market-link {
        background-image: url(./../img/market-link-home-mobile.gif);
        background-repeat: no-repeat;
        background-size: 100% 380px;
        background-position: 0px 300px;
        position: relative;
    }

    #testimonial{
      position: relative;
      top: -400px;
      margin-bottom: -400px;
    }
}

@media (min-width: 1920px){
    .soil-bg{
        background-image: url(./../img/Soil\ Mangement\ 1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 00px 0px;
    }

    .soil10 .card {
        position: relative;
        background: url('./../img/Soil_Home_Page_V3.gif');
        top: -50px;
        left: 0px;
        background-size: cover !important;
        background-repeat: no-repeat;
        animation: slideFromBottom1 6s forwards alternate;
      }
      
      @keyframes slideFromBottom1 {
        from {
          height:650px;
        }
        to {
          height: 650px;
        }
      }

    #market-link{
        background-image: url(./../img/_v1market-link-home.gif);
        background-repeat: no-repeat;
        background-size: 50% 100%;
        background-position: 550px 0px;
    }
}

.soilbanner{
    background-image: url(./../img/Soil_Management_banner_V3.gif);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position:top;
}
.nextgenbanner{
    background: url(./../img/video/Nextgen.mp4) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nutrientbanner{
    background-image: url(./../img/Nutrient\ Management_!.gif);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position:top;
}

.smartagribanner{
    background-image: url(./../img/Smart\ Agriculture\ _V1.gif);
    background-repeat: no-repeat;
    width: 100%;
    background-size:cover;
    background-position:center;
}


  .marketbanner{
    background-image: url(./../img/market-banner.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position:center;
  }

 
  @media (max-width: 767.98px) {
   

      .nextgenbanner{
        background-image: url(./../img/nextgen-banner.png);
        width: 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .nutrientbanner{
        background-image: url(./../img/Nutrient\ Management.png);
        width: 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .marketbanner{
        background-image: url(./../img/market-banner.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 10%;
        background-size: cover;
        background-position:center;
      }
}