@import url('root_custom.css');
@import url('animation.css');



body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}



/*-------------comman-global-css-start---------------*/

.com_btn {
  background-color: var(--d-green);
  border-radius: 4px;
  border: 1px solid var(--d-green);
  padding: 10px 45px;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.com_btn:hover {
  background-color: #fff;
  color: var(--d-green);
}

.cw {
  max-width: 90%;
  margin: auto;
}

.cf {
  max-width: 95%;
}

.c-green {
  color: var(--d-green);
}

.c-black {
  color: var(--d-black);
}

.sp {
  padding: 90px 0;
}

.lgb {
  background-color: var(--l-gray);
}

/*-------------comman-global-css-end---------------*/

/*-------------header-css-start---------------*/

.header_wrap {
  margin-top: 40px;
}

.header_wrap .header_logo img {
  max-width: 400px;
  width: 100%;
}

/*-------------header-css-end---------------*/

/*-------------main-wrap-css-start---------------*/

.m-header span {
  font-size: 3.5rem;

}

.m-header h1 {
  font-size: 5rem;
  font-weight: 700;

}

.main-box-details::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 13px;
  background-color: var(--d-green);
}

.main-box-img {
  width: 90%;
  margin-left: auto;
}

.main-box-details-wrap p {
  max-width: 80%;
  font-size: 18px;
}

/*-------------main-wrap-css-end---------------*/

/*-------------satelight-wrap-css-start---------------*/

.satelight-box-details-wrap span {
  font-size: 2rem;
}

.satelight-box-details-wrap h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.satelight-box-details::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: var(--d-green);
}

.satelight-box-details-wrap p {
  font-size: 18px;
  border: 2px solid var(--d-green);
  border-radius: 15px;
  padding: 20px;
}

.s_header {
  position: relative;
}

/* .s_header::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--d-green);
} */
/*.s_header span {
  width: 5px;
  height: 45px;
  display: block;
  margin-right: 15px;
  background-color: var(--d-green);
}*/

.s_header h3 {
  font-size: 2.3rem;
  font-weight: 800;
  align-items: center;
  margin: auto;
  width: fit-content;
 /* display: flex;*/
 text-transform: capitalize;
 border-left: 4px solid var(--d-green);
    padding-left: 10px;

}

.s_header h3 span{
  color: var(--d-green);
}

.s_header h3 img {
  max-width: 140px;
  margin: 0 15px;
}

/*-------------satelight-wrap-css-end---------------*/

/*-------------why-choose-wrap-css-start---------------*/

.why_c-ser {

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  grid-gap: 1rem 0.5rem;
}

.wc-box {
  text-align: center;

}

.wc-box p {
  color: var(--d-gray);
  margin: 0;
}

.wc-box img {
  max-width: 80%;
  margin: auto;
}

.choose-vm-box h4 {
  font-weight: 700;
}

.choose-vm-box p {
  color: var(--d-gray);
  font-size: 18px;
}

.choose-vm-box {
  border-radius: 10px;
  border: 1.5px solid var(--d-green);
  padding: 30px 20px;
  height: 100%;
}

/*-------------why-choose-wrap-css-end---------------*/

/*-------------solution-wrap-css-strat---------------*/


.solution_box {
  background-color: #fff;
  border-radius: 15px;
  border: 1.5px solid var(--d-green);
  padding: 30px 20px;
  text-align: center;
  height: 100%;

}

.solution_box img {
  max-width: 130px;
}

.solution_box p {
  font-size: 18px;
  color: var(--d-gray);
}

.solution_box.farmer img {
  max-width: 210px;
  margin: -40px 0;
}

/*-------------solution-wrap-css-end---------------*/

/*-------------benifits-wrap-css-start---------------*/

.benefit_box {

  align-items: center;
}

.benefit_box img {
  max-width: 150px;
  width: 150px;
}

.benefit_box p {
  font-size: 1.4rem;
  margin: auto auto auto 15px;
}

/*-------------benifits-wrap-css-end---------------*/

/*-------------switch-wrap-wrap-css-start---------------*/

.switch-box {
  border: 1.5px solid var(--d-green);
  border-radius: 5px;
  text-align: center;
  height: 100%;
  background-color: #fff;
}

.switch-box p {
  color: var(--d-gray);
}

.switch-box h3 {
  font-size: 40px;
  font-weight: 700;
}

.switch-box p {
  font-size: 24px;
  max-width: 60%;
  margin: 0 auto;
}

.ff_wrap-box {
  width: 25%;
}

.farms_flow-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.farms_flow-wrap .ff_wrap-box:nth-child(1) img {
  background-color: transparent;
}



.farms_flow-wrap img {
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.farms_flow-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--d-green);
  top: 50%;
  left: 0;
  z-index: 0;
}

/*-------------switch-wrap-wrap-css-end---------------*/


/*-------------Features-wrap-wrap-css-start---------------*/


.features_main-wrap .benefit_box p {
  color: var(--d-gray);
}


/*-------------Features-wrap-wrap-css-end---------------*/

/*-------------dashboard-wrap-wrap-css-start---------------*/

.howswitch_main .s_header p {
  font-size: 20px;
  color: var(--d-gray);
}

/*-------------dashboard-wrap-wrap-css-end---------------*/


/*-------------monitoring-wrap-wrap-css-start---------------*/

.monitoring_main-wrap .s_header p {
  font-size: 18px;
  color: var(--d-gray);
}

.monitoring_main-wrap .benefit_box p {
  font-size: 18px;
  color: var(--d-gray);
}

.monitoring_main-wrap .benefit_box img {
  max-width: 200px;
  width: 200px;
}

/*-------------crop-map-wrap-wrap-css-start---------------*/


.cropmap_main .s_header p {
  font-size: 24px;
  color: var(--d-gray);
}

.cropmap_main .map-list {
  font-size: 20px;
  color: var(--d-gray);
  display: flex;
  align-items: start;
}

.cropmap_main .map-list img {
  margin: 8px 8px 0 0;
}

.map2_details p {
  font-size: 24px;
  color: var(--d-gray);
}

/*-------------crop-map-wrap-wrap-css-end---------------*/


/*-------------sc-wrap-css-start---------------*/
.sc_main {
  padding: 160px 0 90px;
}

.sc_box {
  border-radius: 10px;
  border: 1.5px solid var(--d-green);
  background-color: var(--l-gray);
}

.sc_box h4 {
  text-align: center;
  font-weight: 700;
  color: var(--d-gray);
}

.sc_img {
  text-align: center;
  padding: 30px 0;
}

.sc_box img {
  width: 100%;
  max-width: 90%;

}


/*-------------sc-wrap-css-end---------------*/


/*-------------irrigation-wrap-wrap-css-start---------------*/
.irri_path-one img {
  margin-right: -60px;
}

.irri_path-two,
.irri_path-four {
  position: relative;
}

.irri_path-two::after,
.irri_path-four::after {
  /* content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #000; */
}

.irri_path img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.irri_box {
  width: 20%;
}

.irri_path {
  position: relative;
  max-width: 90%;
  margin: auto;
}

.irri_path::after {
  content: '';
  z-index: 0;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 20px;
  height: 2px;
  background-color: #000;
}

.extra_details {
  max-width: 80%;
  margin: 0 auto -185px;
  font-size: 30px;
  padding: 40px 60px;
  text-align: center;
  background-color: #EBEBEB;
}

/*-------------irrigation-wrap-wrap-css-end---------------*/

/*-------------footer-wrap-wrap-css-start---------------*/

.footer_main {
  padding: 30px 0;
  text-align: center;
}

.footer_number {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  color: var(--d-gray);
}

.footer_email a {
  text-decoration: none;
  white-space: nowrap;
  color: var(--d-gray);
  font-size: 16px;
  margin-right: 10px;
}

.footer_email {
  text-align: right;
  display: flex;
}

/*-------------footer-wrap-wrap-css-end---------------*/



/* Basic styling for the navbar */
.navbar {
  padding: 10px;
}

.navbar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar-menu li {
  position: relative;
}

.navbar-menu li a {
  color: #000;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}   

.navbar-menu li a:hover {
  color: #578930;
}

/* Dropdown menu styling */
.dropdown-menu {
  display: none;
  position: absolute;
  /*background-color: #333;*/
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
  top: 100%;
  left: 0;
  min-width: 200px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dropdown-menu li a {
  padding: 6px 10px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.dropdown-menu li a:hover {
  background-color: #578930;
  color: #fff;
}

/* Show dropdown on hover */
.navbar-menu li:hover .dropdown-menu {
  display: block;
}


header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    animation: slideDown 600ms ease-out;
    background-color: #fff;
    z-index: 9;
}
header.sticky .header_wrap{
    margin-top: 0;
}
header.sticky .header_logo{
  padding: 5px 0;
}
header.sticky .header_logo img{
  max-width: 200px;
}
header .navbar-light .navbar-nav .nav-link{
  color: #000 !important;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header .navbar-brand{
  max-width: 350px;
}

header.sticky .navbar-brand img{
  max-width: 200px;
  width: 100%;
}


#scroll-top-btn {
    display: inline-block;
    background-color: var(--d-green);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    line-height: 30px;
}
#scroll-top-btn::after {
    content: "\2191";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 18px;
}
#scroll-top-btn:hover {
    cursor: pointer;
    background-color: #036;
}
#scroll-top-btn:active {
    background-color: #f48131;
}
#scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

/* ---------------- Breadcrumb Wrapper CSS Start ---------------- */
.breadcrumb-wrapper{
  padding: 20px 0;
  background-color: #57893024 !important;
}
.breadcrumb-wrapper .breadcrumb-item a{
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb-item.active{
  color: var(--d-green);
  font-weight: 500;
}
.contactus-sec{
  padding: 120px 0;
}
.contactus-wrapper .contactus-items{
  background: #f4f8f2;
  padding: 60px;
  border-radius: 12px;
  border: 1px dashed #578930;
  text-align: center;
  display: block;
  height: 100%;
}
.contactus-items{
  margin-bottom: 15px;
}
.contactus-items:last-child{
  margin-bottom: 0;
}
.contactus-items a{
  text-decoration: none;
  color: #000;
}
.contactus-items span img{
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.contactus-form-wrapper{
  background: #f4f8f2;
    padding: 45px;
    border-radius: 12px;
    border: 1px solid #578930;
}
.contactus-form-wrapper .form-control{
    padding: .75rem .75rem;
}
.contactus-form-wrapper .form-control:focus{
  box-shadow: none;
  border: 1px solid var(--d-green);
}

.error{
  color: red;
}
/* ---------------- Breadcrumb Wrapper CSS End ---------------- */

/* ---------------- Thank You CSS Start ---------------- */
.thank-you-wrap-section{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you-wrap-section .thankyou_wrap-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 30px;
}

.thank-you-wrap-section .thankyou_wrap-box h2 {
    font-size: 50px;
    color: #578930;
    padding-bottom: 10px;
    font-weight: 700;
}

.thank-you-wrap-section .contact_details {
    border-bottom: 1px solid #578930;
    padding-bottom: 20px;
}

.thank-you-wrap-section .contact_details a {
    font-size: 19px;
    color: #578930;
    text-decoration: none;
}

.thank-you-wrap-section .submit-btn a {
    width: fit-content;
}

/* ---------------- Thank You CSS End ---------------- */