/**
* Template Name: eStartup
* Template URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html{
  overflow-x: hidden;
}
body {
  background-color: #fff;
  color: #333;
}

h1,
h2,
h3,
h4,
h6 {
  margin: 0;
}

h2 {
  color: #000;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

a {
  /* letter-spacing: 2px; */
  text-decoration: none;
  color: #71c55d;
}

a:hover {
  color: #92d283;
}

ul {
  /* letter-spacing: 1px; */
}

/* li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
} */

p {
  /* color: #505050; */
  font-size: 17px;
  font-weight: 6 00;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}

span {
  letter-spacing: 1px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  text-decoration: none;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #71c55d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8bd07b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  z-index: 997;
  transition: all 0.5s ease;
  padding: 20px 0;
}

#header #logo h1 {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  display: inline-block;
  text-decoration: none;
}

#hero .hero-container h1 a{
  color: #555;
}


#hero .hero-container h1 a span {
  color: #71c55d;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /* font-family: "Roboto", sans-serif; */
  font-size: 15px;
  color: #222;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #71c55d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #71c55d;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #71c55d;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #71c55d;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 40px);
  background: url(../img/hero-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  /* margin-top: 40px; */
  margin-top: 72px;
}

@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (min-width: 1025px) and (max-height: 768px) {
  #hero {
    height: 110vh;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 200vh;
  }
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  /* font-family: "Philosopher", sans-serif; */
  color: #71c55d;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  /* font-family: "Roboto", sans-serif; */
  font-weight: 300;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero img {
  max-width: 100%;
  margin-bottom: 30px;
}

#hero .btn-get-started {
  /* font-family: "Roboto", sans-serif; */
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #71c55d;
  background: #fff;
  color: #71c55d;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #71c55d;
  color: #fff;
}

#hero .btns a {
  color: #555;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
  font-family:  'Montserrat', serif;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: #71c55d;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.padd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  /* font-family: "Montserrat', serif"; */
  color: #184876;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 54px;
  margin-bottom: 20px;
  margin-top:60px;
  text-decoration: underline;
  text-underline-offset: 10px;
    text-decoration-color: #478D4B;
  text-transform: capitalize;

  /* font-weight: 600;
    font-size: 18px;
    line-height: 54px;
    color: #184876;
    padding-top: 0px;
    padding-bottom: 52px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #478D4B */
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: #626262;
  /* font-family: "Roboto", sans-serif; */
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5fbf3;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li {
  letter-spacing: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#get-started .feature-block {
  background: #71c55d42 none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block img {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
}

#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#get-started .feature-block a:hover {
  color: #71c55d;
}

/* About Us Section
--------------------------------*/
#about-us {
  background: #f7f7f7; /* Light background to make the section stand out */
  padding: 40px 0; /* Reduced padding */
}

#about-us img {
  max-width: 100%;
  border-radius: 60px;
  box-shadow: 0 4px 0px 6px rgb(0 128 0);
}

#about-us .about-content {
  padding-top: 20px; /* Reduced padding */
}

#about-us .about-content h2 {
  color: #333;
  /* font-family: "'Montserrat', serif"; */
  font-size: 32px; /* Slightly smaller font size */
  font-weight: 600; /* Increased weight for better readability */
  letter-spacing: 1px;
  margin-bottom: 15px; /* Reduced margin */
  text-transform: none; /* Removed capitalization for better readability */
}

#about-us .about-content span {
  color: #478D4B; /* Accent color */
  font-weight: 700;
  padding-right: 10px;
}

#about-us .about-content p {
  color: #666; /* Slightly darker color for better readability */
  line-height: 1.6; /* Improved line spacing */
  margin-bottom: 15px; /* Reduced spacing below paragraphs */
}

#about-us .about-content ul {
  list-style: none; /* Removing default list styling */
  padding: 10px;; /* Removing default padding */
}


#about-us .about-content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #71c55d;
  border-radius: 89px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  margin-bottom: 33px;
  color: rgb(13, 0, 0);
  /* font-family: 'Montserrat', serif; */
  transition: all 0.3s ease;
  font-size: 10px;
  font-weight: 550;
}

/* #about-us .about-content ul li {
  display: flex;
  align-items: center;
  background: #71c55d;
  border-radius: 89px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin-bottom: 33px;
  color: rgb(13, 0, 0);
  font-family: 'Montserrat', serif;
  transition: all 0.3s ease;
} */

#about-us .about-content ul li:hover {
  transform: translateY(-3px); /* Slight lift on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

#about-us .about-content ul li i {
  color: #478D4B; /* Accent color for icons */
  font-size: 26px; /* Slightly smaller icons */
  margin-right: 10px; /* Reduced space between icon and text */
}

#about-us .about-content ul li:hover i {
  color: #478D4B; /* Different accent color on hover */
}

/* AOS Animations */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translate3d(0, 30px, 0); /* Reduced initial offset */
  transition-property: opacity, transform;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="zoom-in"] {
  opacity: 0;
  transform: scale(0.8); /* Reduced initial scale */
  transition-property: opacity, transform;
}

[data-aos="zoom-in"].aos-animate {
  opacity: 1;
  transform: scale(1);
}

[data-aos="fade-left"] {
  opacity: 0;
  transform: translate3d(30px, 0, 0); /* Reduced initial offset */
  transition-property: opacity, transform;
}

[data-aos="fade-left"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}



/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.feature-block {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}

#features .feature-block img {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}
.initial-content {
  display: block;
}

.hover-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature-block:hover .initial-content {
  display: none;
}

.feature-block:hover .hover-content {
  display: block;
  opacity: 1;
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

/* #features .feature-block p {
  margin-bottom: 0;
} */

/* Screenshots Section
--------------------------------*/
#screenshots .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#screenshots .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #71c55d;
}

#screenshots .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #71c55d;
}

/* Video Section
--------------------------------*/
#video {

  background: url(https://s3.ap-south-1.amazonaws.com/data.satyukt.com/website_images/img/products/sat2farm/video2.svg) center center;
  /* background: url(../img/video-bg.jpg) center center; */
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

.farmers h2 {
  /* font-family: "Montserrat', serif"; */
  color: green;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#video .overlay {
  background:rgb(198 212 205 / 35%);
  /* background: rgb(7 182 94 / 35%); */
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #71c55d;
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Team Section
--------------------------------*/
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: 254px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

#team .team-block img {
  width: 100%;
}

#team .team-block .team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -147px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #626262;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #71c55d;
}

#team .team-block .team-content ul>span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#testimonials .testimonials-content::before {
  color: #71c55d;
  content: "\f10e";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#testimonials .top-top>h2 {
  /* font-family: "Roboto" sans-serif; */
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#testimonials .top-top>h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin: 0 8px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  background: #ddd none repeat scroll 0 0;
  cursor: pointer;
  height: 12px !important;
  width: 12px !important;
  border: 0;
  content: "";
}

#testimonials .btm-btm .active {
  background: #71c55d;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}

#pricing .block-pricing .pricing-table h4 {
  padding-bottom: 30px;
}

#pricing .block-pricing h2 {
  margin-bottom: 30px;
}

#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}

#pricing .block-pricing ul li b {
  color: #3c4857;
}

#pricing .block-pricing .pricing-table .table_btn a {
  background: #71c55d;
  color: #fff;
  margin: 0;
  display: inline-block;
}

#pricing .block-pricing .pricing-table .table_btn a:hover {
  background: #55b03f;
}

#pricing .block-pricing .pricing-table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}

#blog .block-blog img {
  width: 100%;
}

#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #71c55d;
}

#blog .block-blog .content-blog>span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #71c55d;
}

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: rgba(0, 0, 0, 0) url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #71c55d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #71c55d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li i {
  color: #fff;
  line-height: 0;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 32px;
  color: #71c55d;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding: 20px 0;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #71c55d;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input:focus,
#contact .php-email-form textarea:focus {
  border-color: #71c55d;
}

#contact .php-email-form input {
  padding: 10px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type=submit] {
  background: #71c55d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #92d283;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/* how to use  */


/* How to use section */

.how-to-use{
  margin-top: 46px;
  padding-top: 60px;
  /* background: #EBF3EB; */
  background: #ebf3eb82;
}

.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;
  text-decoration: underline;
  text-underline-offset:10px;
  text-decoration-color: #478D4B;
}

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



.mycard {
    height: 100%;
    position: relative;
  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;
}

 .mycard button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* Ensures the button is above other elements */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
  }

  .mycard button i {
    pointer-events: none; /* Ensures icon does not interfere with button click */
  }



.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 */
/* Marati */
#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: 6;
}

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

  z-index: 5;
}

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

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

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

#t-1:checked~.testimonials label[for="t-6"] {
  transform: translateX(1500px) translateZ(-450px) translateY(-60px);
  z-index: 1;
}

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

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

/* Second */
/* Tamil */
#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: 5;
}

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

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

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

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

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

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




/* Third */
/* Gujarati */
#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: 4;
}

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

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

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

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

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

/* Fourth */
/* English */
#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);
}

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

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

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

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

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


/* Fifth */
/* kannada */
#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~.dots label[for="t-6"] {
  transform: scale(1.5);
}

#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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Seventh */
/* Telugu */
#t-7:checked~.dots label[for="t-6"] {
  transform: scale(1.5);
}

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

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

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

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

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

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

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

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

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

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

/* Seventh */
/* Benglai */
#t-8:checked~.dots label[for="t-7"] {
  transform: scale(1.5);
}

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

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

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

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

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

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

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

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

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


#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 {

  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;  

  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);

} */

#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{
  }
  .how-to-use .outer-class {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* 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: 200px;
      width: 280px;
      left: 10px;
      top: 10px; 
  }

  .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: 15px;
  }


}

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

  .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: 50px;
  }

  .web-portal #web-text {
      left: -50px;
      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: 100px;
      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: 155px;
      height: 155px;
      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: -20px;
      left: 200px;
  }

  .web-portal #web-text {
      left: -250px;
      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: 75%;
height: auto;
left: 0px;
top: -60px;
}

.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: 220px;
  bottom: 0px;
  left: 70px;
  top: 49px;
}

.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: 20px;
    }

    .download-app .container-fluid #image-part .image-1 {
      bottom: 0px;
      width: 250px;
      left: 260px;
      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: 100px;
    padding-left: 120px;
    padding-right: 120px;
  }

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

  .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: 40px;
float: right;
}

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

.why-sat2farm .features-left #description{
font-weight: 600;
font-size: 14px;
line-height: 27px;
color: black;
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: black;
letter-spacing: 1px;
}

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

.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: 14px;
}
.why-sat2farm .features-right h4 {
    font-size: 14px;
}
.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: 18px;
  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: 110px;
      left: 20px;
    }

    
  }


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

  .testimonial-video .container-fluid .text-part {
    top: 120px;
    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;
  }


}
