@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 Section Styles */

#banner-section{
  overflow-x: hidden;
  height: 750px;
  width: 100%;
}
#left-section{
  padding-left: 220px;
  padding-top: 210px;
}

#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{
  background-image: url(assets/img/produts/sat2farm/banner.svg);
  padding-top: 50px;
}


#banner-sectin{
  padding-top: 4.5%; 
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 50px;
}

#banner-sectin h1{
top: 4%;
font-family:'Montserrat', serif;
font-size: 45px;
color: #ffffff;
font-weight: normal;
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) {

}


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

@media (max-width: 1560px) {
  #banner-section{
      height: fit-content;
  }
  #left-section{
      height: 100%;
      padding-left: 120px;
      padding-top: 180px;
  }
  #left-section .banner-title{
      font-size: 18px;
  }
  #left-section .banner-description{
      font-size: 14px;      
  }
  #left-section p{
      font-size: 14px;
  }
}


@media (max-width: 1080px) {
  #left-section{
      padding-left: 80px;
      padding-top: 160px;
  }
  #left-section .banner-title{
      font-size: 18px;
  }
  #left-section .banner-description{
      font-size: 14px;      
  }
  #left-section p{
      font-size: 14px;
      padding-top: 30px;
  }

  #right-section {
      background-image: url(assets/img/produts/sat2farm/banner.svg);
      display: flex;
      justify-content: space-around;
      align-items: center;
  }
}


@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  #left-section{
      padding-left: 60px;
      padding-top: 140px;
  }
}


@media (max-width: 767px) {
  #left-section{
      padding-left: 40px;
      padding-top: 140px;
  }
  #left-section .banner-title{
      font-size: 18px;
  }
  #left-section .banner-description{
      font-size: 14px;      
  }
  #left-section p{
      font-size: 14px;
      padding-top: 30px;
  }
}

@media (max-width: 479px) {

  #left-section{
      padding-left: 30px;
      padding-top: 100px;
  }
  #left-section .banner-title{
      font-size: 18px;
  }
  #left-section .banner-description{
      font-size: 14px;      
  }
  #left-section p{
      font-size: 14px;
      padding-top: 30px;
  }
}




/* 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;
}



/* Web-portal Section */

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

.web-portal #web-image{
    height: 460px;
    width: 770px;
    position: relative;
    bottom: 30px;
    left: 100px;
}

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

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

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

.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;
}


/* How to use section */

.how-to-use{
    margin-top: 450px;
    padding-top: 60px;
    background: #EBF3EB;
}

.how-to-use .outer-class{
    padding-left: 120px;
    padding-right: 120px;    
}


.how-to-use .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 54px;
    color: #184876;
    padding-top: 0px;
    padding-bottom: 52px;
}

.how-to-use #details{
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #828282;
  padding-bottom: 40px;
  letter-spacing: 1px;
}



.mycard {
    height: 100%;
    width: 100%;
    max-width: 24rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cardtitle {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
    text-align: center;
  }

  .cardimg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
    max-height: 6rem;
    border-radius: 9999px;
  }

  .carddescription {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    text-align: center;
  }

  

  .slider {
    width: 100%;

    min-height: 400px;
  }

  .slider input {
    display: none;
  }

  .testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
    perspective: 500px;
    margin-top: 0rem;
    overflow: hidden;
  }

  .testimonials .item {
    /* max-width: 20rem; */
    border-radius: 5px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    top: 0;
    position: absolute;
    box-sizing: border-box;
   
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    width: 426px;
    height: 275px;
    text-align: center;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    user-select: none;
    cursor: pointer;
  }

  .testimonials .item img {
    width: 100px;
    border-radius: 50%;
    border: 13px solid #3b344d;
  }

  .testimonials .item p {
    color: #ddd;
  }

  .testimonials .item h2 {
    font-size: 14px;
  }

  .dots {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dots label {
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #413b52;
    margin: 7px;
    transition: transform 0.2s, color 0.2s;
  }

  /* First */
  #t-1:checked~.dots label[for="t-1"] {
    transform: scale(2);
    background-color: #fff;
  }

  #t-1:checked~.dots label[for="t-2"] {
    transform: scale(1.5);
  }

  #t-1:checked~.testimonials label[for="t-1"] {
    z-index: 4;
  }

  #t-1:checked~.testimonials label[for="t-2"] {
    transform: translateX(300px) translateZ(-90px) translateY(-15px);

    z-index: 3;
  }

  #t-1:checked~.testimonials label[for="t-3"] {
    transform: translateX(600px) translateZ(-180px) translateY(-30px);
    z-index: 2;
  }

  #t-1:checked~.testimonials label[for="t-4"] {
    transform: translateX(900px) translateZ(-270px) translateY(-45px);
    z-index: 1;
  }

  #t-1:checked~.testimonials label[for="t-5"] {
    transform: translateX(1200px) translateZ(-360px) translateY(-60px);
  }

  /* Second */
  #t-2:checked~.dots label[for="t-1"] {
    transform: scale(1.5);
  }

  #t-2:checked~.dots label[for="t-2"] {
    transform: scale(2);
    background-color: #fff;
  }

  #t-2:checked~.dots label[for="t-3"] {
    transform: scale(1.5);
  }

  #t-2:checked~.testimonials label[for="t-1"] {
    transform: translateX(-300px) translateZ(-90px) translateY(-15px);
  }

  #t-2:checked~.testimonials label[for="t-2"] {
    z-index: 3;
  }

  #t-2:checked~.testimonials label[for="t-3"] {
    transform: translateX(300px) translateZ(-90px) translateY(-15px);
    z-index: 2;
  }

  #t-2:checked~.testimonials label[for="t-4"] {
    transform: translateX(600px) translateZ(-180px) translateY(-30px);
    z-index: 1;
  }

  #t-2:checked~.testimonials label[for="t-5"] {
    transform: translateX(900px) translateZ(-270px) translateY(-45px);
  }

  /* Third */
  #t-3:checked~.dots label[for="t-2"] {
    transform: scale(1.5);
  }

  #t-3:checked~.dots label[for="t-3"] {
    transform: scale(2);
    background-color: #fff;
  }

  #t-3:checked~.dots label[for="t-4"] {
    transform: scale(1.5);
  }

  #t-3:checked~.testimonials label[for="t-1"] {
    transform: translateX(-600px) translateZ(-180px) translateY(-30px);
  }

  #t-3:checked~.testimonials label[for="t-2"] {
    transform: translateX(-300px) translateZ(-90px) translateY(-15px);
  }

  #t-3:checked~.testimonials label[for="t-3"] {
    z-index: 3;
  }

  #t-3:checked~.testimonials label[for="t-4"] {
    transform: translateX(300px) translateZ(-90px) translateY(-15px);
    z-index: 2;
  }

  #t-3:checked~.testimonials label[for="t-5"] {
    transform: translateX(600px) translateZ(-180px) translateY(-30px);
  }

  /* Fourth */
  #t-4:checked~.dots label[for="t-3"] {
    transform: scale(1.5);
  }

  #t-4:checked~.dots label[for="t-4"] {
    transform: scale(2);
    background-color: #fff;
  }

  #t-4:checked~.dots label[for="t-5"] {
    transform: scale(1.5);
  }

  #t-4:checked~.testimonials label[for="t-1"] {
    transform: translateX(-900px) translateZ(-270px) translateY(-45px);
  }

  #t-4:checked~.testimonials label[for="t-2"] {
    transform: translateX(-600px) translateZ(-180px) translateY(-30px);
  }

  #t-4:checked~.testimonials label[for="t-3"] {
    transform: translateX(-300px) translateZ(-90px) translateY(-15px);
    z-index: 2;
  }

  #t-4:checked~.testimonials label[for="t-4"] {
    z-index: 3;
  }

  #t-4:checked~.testimonials label[for="t-5"] {
    transform: translateX(300px) translateZ(-90px) translateY(-15px);
  }

  /* Fifth */
  #t-5:checked~.dots label[for="t-4"] {
    transform: scale(1.5);
  }

  #t-5:checked~.dots label[for="t-5"] {
    transform: scale(2);
    background-color: #fff;
  }

  #t-5:checked~.testimonials label[for="t-1"] {
    transform: translateX(-1200px) translateZ(-360px) translateY(-60px);
  }

  #t-5:checked~.testimonials label[for="t-2"] {
    transform: translateX(-900px) translateZ(-270px) translateY(-45px);
    z-index: 1;
  }

  #t-5:checked~.testimonials label[for="t-3"] {
    transform: translateX(-600px) translateZ(-180px) translateY(-30px);
    z-index: 2;
  }

  #t-5:checked~.testimonials label[for="t-4"] {
    transform: translateX(-300px) translateZ(-90px) translateY(-15px);
    z-index: 3;
  }

  #t-5:checked~.testimonials label[for="t-5"] {
    z-index: 4;
  }



  #button {
    /* Text */
    font-size: 14px;
    
    /* Dimensions */
    width: 60px;
    height: 60px;
    
    /* Positioning */
    position: fixed;
    /* top: 50%;
    left: 50%; */
    z-index: 2;
    border: solid 3px #ffffff !important;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */
    
    /* Styling */
    background-color: #ffffff00;
    background-blend-mode: multiply;
    border: 0; /* remove annoying grey border */
    border-radius: 50%; /* make it a circle */
    outline: none; /* Ditch the annoyning blue outline on click */
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
    
    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
  }
  
  #button:hover {
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
  }
  
  #button > i {
    /* Text */
    color: #ffffff;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    
    /* Make play sign 3d-ish */
    
    /* Positioning */
    position: relative;
    margin-top: 4px;
    margin-left: 6px;
    
    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
  }
  
  #button:hover > i {
    /* Text */
    color: white;
    
    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    
    /* When we hover on the button make the play sign white. */
  }
  
  #lightbox {
    /* ----- Positioning ----- */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    
    /* The code above makes sure that the
    lightbox covers the entire page*/
    
    /* ----- Visibility ----- */
    display: none;
    
    /* ----- Styling ----- */
    background-color: rgba(0, 0, 0, 0.95);
    
    /* Normally, most lightboxes do not use
    a completely solid black, but with about
    90-95% opacity so that the background is
    somewhat visible */
  }
  
  #video-wrapper {
    /* ----- Positioning ----- */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 360px;
    height: 260px;
    
    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */
    
    /* ----- Styling ----- */
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    
    /* The code above is used to add a little shadow to the video making blend in better */
  }
  
  #close-btn {
    /* ----- Text ----- */
    color: grey;
    font-size: 14px;
    
    /* ----- Positioning ----- */
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;
    
    /* The code above is used to put the button on the upper right corner of the lightbox */
    
    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    
     /* The code above is used to initialize the scale for the button so that it can be used in transitions */
    
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
  }
  
  #close-btn:hover {
    /* ----- Text ----- */
    color: white;
    
    /* ----- Styling ----- */
    cursor: pointer;
    
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    
      /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
  }

  @media(max-width: 600px) {
    .how-to-use{
      display: none;
    }
  }



/* Mobile responsive */

 /* Extra small devices (phones, 600px and down) */
@media(max-width: 600px) {
    .offer .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .offer .container-fluid .title {       
        font-size: 18px;
    }

    .offer .container-fluid .title:after {
        left: 90px;
    }

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

    /* Web-portal Section */

    .web-portal .container-fluid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .web-portal #web-image {
        height: auto;
        width: 280px;
        left: 0px;
    }

    .web-portal #web-text {
        top: 0px;  
        left: 0px;
    }

    .web-portal #web-text .title {
        font-size: 18px;
    }

    .web-portal #web-text p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .web-portal #web-text a{
       margin-bottom: 20px;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) {
    .offer .container-fluid .title:after{
        left: 135px;
    }

    /* Web portal Section */

    .web-portal .container-fluid {
        /* margin-top: 50px; */
        margin-left: 30px;
        margin-right: 30px;
        height: 300px;
    }

    .web-portal #web-image {
        width: 300px;
        left: 20px;
        bottom: 150px;
    }

    .web-portal #web-text {
        top: 30px;
        position: absolute;
    }

    .web-portal #web-text .title {
        font-size: 18px;
    }

    .web-portal #web-text p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {

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

    .offer .container-fluid .title:after{
        left: 280px;
    }

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

    /* Web-portal Section */

    .web-portal .container-fluid { 
        margin-left: 60px;
        margin-right: 60px;
        height: 340px;
    }

    .web-portal #web-image {
        width: 370px;
        left: 0px;
    }

    .web-portal #web-text {
        left: -10px;
        position: relative;
       
    }

    .web-portal #web-text .title {
        font-size: 18px;
        padding-bottom: 2px;
    }

    .web-portal #web-text p {
        font-size: 14px;
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .offer .container-fluid .title:after{
        left: 390px;
    }

    /* Web-portal Section */

    .web-portal #web-image {
        width: 530px;
        left: 20px;
        bottom: 90px;
    }

    .web-portal #web-text .title {
        font-size: 18px;
        padding-bottom: 25px;
    }

    .web-portal #web-text p {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .web-portal #web-text {
        top: 80px;
    }
}

@media (min-width: 1024px) {
    .offer .container-fluid .title:after{
        left: 407px;
    }

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

@media (min-width: 1440px) {
    .offer .container-fluid {
        padding-left: 120px;
        padding-right: 120px;
    }
    .offer .container-fluid .title:after{
        left: 555px;
    }

    /* web-portal Section */

    .web-portal .container-fluid {
        margin-left: 120px;
        margin-right: 120px;
        height: 400px;
    }

    .web-portal #web-image {
        width: 640px;
        bottom: 70px;
        left: 90px;
    }

    .web-portal #web-text {
        left: -200px;
        top: 80px;
    }

}

@media (min-width: 1920px) {
    .offer .container-fluid .title:after{
        left: 785px;
    }

    /* Web portal Section */

    .web-portal #web-image {
        width: 640px;
        bottom: 30px;
        left: 120px;
        height: auto;
    }

    .web-portal #web-text .title {
        font-size: 18px;
    }

    .web-portal #web-text {
        left: -120px;
    }

    .web-portal #web-text p {
        font-size: 14px;
        line-height: 37px;
    }

}




/* download Mobile app */

.download-app {
  margin-top: 220px;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 80px;
}

.download-app .container-fluid{
  background-color: #184876;
  border-radius: 18px;
  height: 500px;
}

.download-app .container-fluid .text-part{
  position: relative;
  top: 130px;
  left: 100px;
}

.download-app .container-fluid .text-part .title{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.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;          
}

.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;
  bottom: 75px;
  z-index: 5;
  width: auto;
  height: auto;
  left: 0px;
}

.download-app .container-fluid #image-part .image-2{
  position: absolute;
  top: 40px;
  right: 334px;
  width: auto;
  height: auto;
}

.download-app .container-fluid #image-part .img-2{
  position: absolute;
  left: 0px;
  width: 650px;
  top: 25px;
  border-radius: 15px;
}

@media(max-width: 1560px){
  .download-app .container-fluid #image-part .img-2 {
    left: 0px;
    width: 560px;
    top: 40px;
}
}

@media(max-width:1200px){
  .download-app .container-fluid #image-part .img-2 {
    width: 435px;
}
}

@media(max-width:768px){
  .download-app .container-fluid #image-part .img-2 {
    width: 325px;
    top: 60px;
}
}
    

/* Extra small devices (phones, 600px and down) */
@media(max-width: 600px) {
  .download-app {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .download-app .container-fluid .text-part {
    left: 10px;
    top: 0px;
  }

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

  .download-app .container-fluid .text-part .p-link {
    font-size: 14px;
  }

  .download-app .container-fluid .text-part .playstore-image {
    margin-top: 10px;
  }

  .download-app .container-fluid #image-part .image-1 {
    width: 240px;
    bottom: 0px;
    left: 40px;
    top: 84px;
}

  .download-app .container-fluid #image-part .image-2 {
    top: 10px;
    right: 80px;
    width: 150px;
  }
}

 

   /* Small devices (portrait tablets and large phones, 600px and up) */
    @media (min-width: 600px) {
      .download-app {
        margin-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
      }

      .download-app .container-fluid .text-part {
        top: 80px;
        left: 50px;
      }

      .download-app .container-fluid #image-part .image-1 {
        bottom: 0px;
        width: 250px;
        left: 360px;
        top: 15px;
      }

      .download-app .container-fluid #image-part .image-2 {
        top: 240px;
        right: 60px;
        width: 153px;
      }
    }


  @media (min-width: 768px) {
    .download-app {
      margin-top: 80px;
      padding-left: 30px;
      padding-right: 30px;
    }

    .download-app .container-fluid .text-part {
      top: 90px;
      left: 50px;
    }

    .download-app .container-fluid #image-part .image-1 {
      width: 320px;
      bottom: 0px;
      left: 35px;
      top: 158px;
    }

    .download-app .container-fluid #image-part .image-2 {
      top: 50px;
      right: 0px;
      width: 230px;
      left: 140px;
    }
     
  }

  @media (min-width: 992px) {
    .download-app .container-fluid #image-part .image-1 {
      width: 380px;
      bottom: 0px;
      left: 50px;
      top: 95px;
    }

    .download-app .container-fluid #image-part .image-2 {
      top: -50px;
      right: 0px;
      width: 280px;
      left: 180px;
    }
    
  }

  @media (min-width: 1440px) {

    .download-app {
      margin-top: 50px;
      padding-left: 120px;
      padding-right: 120px;
    }

    .download-app .container-fluid .text-part {
      left: 200px;
    }
    .download-app .container-fluid #image-part .image-1{
      bottom: 0px;
      width: 50%;
      height: auto;
      left: 40px;
      top: 69px;
    }

    .download-app .container-fluid #image-part .image-2{
      top: -170px;
      right: 0px;
      width: auto;
      height: auto;
      left: 230px;
    }
  }

  @media (min-width: 1920px) {

    .download-app {
      padding-left: 150px;
      padding-right: 150px;
    }
    .download-app .container-fluid .text-part {
      left: 200px;
    }

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

    .download-app .container-fluid .text-part .p-link {
      font-size: 14px;
    }
    

    .download-app .container-fluid #image-part .image-2{  
      right: 300px;
    }
  }




/* Why sat2credit style starts */

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

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

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

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

.why-sat2farm .features-left img{
  width: 50px;
  float: right;
  }

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

.why-sat2farm .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%;
  height: auto;
  margin-left: 30px;
}

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

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

.why-sat2farm .features-right img{
  width: 50px;
}

.why-sat2farm .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-sat2farm .container-fluid {
      padding-left: 120px;
      padding-right: 120px;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1200px) {}

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

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

@media(max-width: 900px){
  .why-sat2farm .features-left {
      padding: 20px 0px 20px 0px;
      
  }
  .why-sat2farm .features-right {
      padding: 20px 0px 20px 0px;
  }
  .why-sat2farm .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-sat2farm .features-left {
      padding: 20px 0px 20px 0px;
      margin: 0px;
  }
  .why-sat2farm .features-right {
      padding: 20px 0px 20px 0px;
      margin: 0px;
  }
}

@media (max-width: 479px) {
  #banner-section {
    height: fit-content;
}
  .why-sat2farm .title {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 3px;
  }
  .why-sat2farm .container-fluid {
      padding-left: 30px;
      padding-right: 30px;
  }
  #center-content img {
      display: none;
  }
  .why-sat2farm .features-left {
      width: 160px;
  }
  .why-sat2farm .features-right {
      width: 160px;
  }
  .offset-1 {
      margin-left: 0%;
  }
}

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

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

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

/* Why sat2credit style Ends */




/*Testimonial video */


.testimonial-video {
  margin-top: 220px;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 80px;
}

.testimonial-video .container-fluid{
  background-color: #184876;
  border-radius: 18px;
  height: 500px;
}

.testimonial-video .container-fluid .text-part{
  position: relative;
  top: 130px;
  left: 100px;
}

.testimonial-video .container-fluid .text-part .title{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.testimonial-video .container-fluid #image-part{
  position: relative;
}


.testimonial-video .container-fluid #image-part .img-2{
  position: absolute;
  left: 0px;
  width: 650px;
  top: 25px;
  border-radius: 15px;
}

@media(max-width: 1560px){
  .testimonial-video .container-fluid #image-part .img-2 {
    left: 0px;
    width: 560px;
    top: 40px;
}
}

@media(max-width:1200px){
  .testimonial-video .container-fluid #image-part .img-2 {
    width: 435px;
}
}

@media(max-width:768px){
  .testimonial-video .container-fluid #image-part .img-2 {
    width: 290px;
    top: 30px;
    left: 2px;
}
}
    

/* Extra small devices (phones, 600px and down) */
@media(max-width: 600px) {
  .testimonial-video {
    margin-top: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }
  testimonial-video .container-fluid #image-part .img-2 {
    width: 290px !important;
    top: 10px;
}

  .testimonial-video .container-fluid .text-part {
    left: 10px;
    top: 10px;
  }

  .testimonial-video .container-fluid .text-part .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

 

   /* Small devices (portrait tablets and large phones, 600px and up) */
    @media (min-width: 600px) {
      .testimonial-video {
        margin-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
      }

      .testimonial-video .container-fluid .text-part {
        top: 80px;
        left: 20px;
      }

      
    }


  @media (min-width: 768px) {
    .testimonial-video {
      margin-top: 80px;
      padding-left: 30px;
      padding-right: 30px;
    }

    .testimonial-video .container-fluid .text-part {
      top: 90px;
      left: 50px;
    }

    
     
  }

  @media (min-width: 992px) {
    
    
  }

  @media (min-width: 1440px) {

    .testimonial-video {
      margin-top: 80px;
      padding-left: 120px;
      padding-right: 120px;
    }

    .testimonial-video .container-fluid .text-part {
      left: 100px;
    }
   
  }

  @media (min-width: 1920px) {

    .testimonial-video {
      padding-left: 150px;
      padding-right: 150px;
    }
    .testimonial-video .container-fluid .text-part {
      left: 200px;
    }

    .testimonial-video .container-fluid .text-part .title {
      font-size: 18px;
    }

  
  }

#section1-cont .section-title{
	background-color: #7491AD;
	width: 90%;
	height: 100%;
	letter-spacing: 2px;
	margin: 0 40px 100px 100px;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:220px;
	padding-right:220px;
	font-weight: 600;
	
	
}



#section1-cont .section-title h2{
	font-size: 18px;
	text-align: justify;
	align-item: center;
	color: white;
	line-height: 40px;
}


#three-images .container {
    height: auto;
    width: 100%;
    padding-bottom: 80px;
}


/* *******************sat4-agri-section************** */


#sat4-agri-images{
/*background-color: LightGray;*/

max-width: 70%;
font-size: 18px;
/*font-weight: 100;*/

}
#sat4-agri-images h3{
font-size: 14px;
font-weight: bold;
justify-content: space-between;

}
#sat4-agri-images ul{
font-size: 14px;
font-weight: normal;
justify-content: space-between;
text-align: justify;
padding: none;
}




#sat4-agri-images .sat4-agri-image-left img{
width: 100%;
    margin-top: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    justify-content: space-between;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}

#sat4-agri-images .sat4-agri-image-left img{
width: 60%;
border-radius: 10px;
overflow: hidden;
margin-left: 120px;
text-align: center;
justify-content: space-between;
box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}

#sat4-agri-images .sat4-agri-image-right img{
width: 60%;
border-radius: 10px;
overflow: hidden;
margin-left:140px;
margin-top: 10px;
text-align: center;
justify-content: space-between;
box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}
#sat4-agri-images .agri-right-content{
width: 100%;
height:100%;
text-align: justify;
align-items: center;
justify-content: space-between;
margin: 10px 10px 40px 10px;
padding: 10px 20px 10px 20px;
line-height: 1.8;
font-size: 14px;
}
#sat4-agri-images .agri-left-content{
width: 100%;
height: 100%;
text-align: justify;
line-height: 1.8;
font-size: 14px;
justify-content: space-between;
margin: 10px 10px 10px 20px;
padding: 10px 20px 10px 20px;
font-size: 14px;

}
#sat4-agri-images .agri-left-content h3{
margin: none;
font-size: 14px;
}

#sat4-agri-images .last-content{
width: 100%;
height: 100%;
margin: 80px 50px 100px 10px;
font-size: 14px;
background-color: #7491AD;
line-height: 1.8;
padding: 40px;
color: white;
font-weight: 300;
}

#ci-container-fluid{
  width: 80%;
  margin: auto;
}

#crop-isurence-section{
  width: 100%;
height: 100%;
margin: 80px 50px 100px 10px;
font-size: 14px;
background-color: #7491AD;
line-height: 1.8;
padding: 40px;
color: white;
font-weight: 300;
}



/*#crop-isurence-section{
width: 1800px;
height: 220px;
color: black;
padding-top: 20px;
margin-bottom:40px;
font-size: 14px;
margin-top: 10px;
margin-left: 60px;
font-size: 14px;
text-align: left;
}
#crop-isurence-section .last-content{
  text-align: left;
  margin-right: 90px;
}
#crop-isurence-section .last-content h4{
font-size: 16px;
margin: none;
}

#crop-isurence-section .last-content ul{
font-size:12px;
text-align: left;
}*/





/*

#sat4-agri-images .sat4-agri-image-right 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;
}


#sat4-agri-images .sat4-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: fadeInRight;
    animation-name: fadeInRight;
}
#sat4-agri-images .agri-right-content{
-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;
}
#sat4-agri-images .agri-left-content{
 -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;
}




#sat4-agri-images .delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#sat4-agri-images .delay-0-3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@-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);
    }
}
*/
