/* font family  */

@font-face {
  font-family: "BalooTamma2-Bold";
  src: url("../fonts/BalooTamma2-Bold.woff2") format("woff2"),
    url("../fonts/BalooTamma2-Bold.woff") format("woff"),
    url("../fonts/BalooTamma2-Bold.ttf") format("truetype"),
    url("../fonts/BalooTamma2-Bold.svg#dosisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BalooTamma2-ExtraBold";
  src: url("../fonts/BalooTamma2-ExtraBold.woff2") format("woff2"),
    url("../fonts/BalooTamma2-ExtraBold.woff") format("woff"),
    url("../fonts/BalooTamma2-ExtraBold.ttf") format("truetype"),
    url("../fonts/BalooTamma2-ExtraBold.svg#dosisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BalooTamma2-Medium";
  src: url("../fonts/BalooTamma2-Medium.woff2") format("woff2"),
    url("../fonts/BalooTamma2-Medium.woff") format("woff"),
    url("../fonts/BalooTamma2-Medium.ttf") format("truetype"),
    url("../fonts/BalooTamma2-Medium.svg#dosisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BalooTamma2-Regular";
  src: url("../fonts/BalooTamma2-Regular.woff2") format("woff2"),
    url("../fonts/BalooTamma2-Regular.woff") format("woff"),
    url("../fonts/BalooTamma2-Regular.ttf") format("truetype"),
    url("../fonts/BalooTamma2-Regular.svg#dosisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BalooTamma2-SemiBold";
  src: url("../fonts/BalooTamma2-SemiBold.woff2") format("woff2"),
    url("../fonts/BalooTamma2-SemiBold.woff") format("woff"),
    url("../fonts/BalooTamma2-SemiBold.ttf") format("truetype"),
    url("../fonts/BalooTamma2-SemiBold.svg#dosisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "BalooTamma2-Regular", sans-serif;
}

b,
strong {
  font-weight: bolder;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  transition: all .1s ease; 
}
html {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  color: #479a48;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}
.ns-space {
  margin: 80px 0;
}
.bg-gray {
  background-color: #edf7ec;
}
/* custom css starts here  */
.carousel-indicators{bottom: 0;}
.know-more {
  background: linear-gradient(270.89deg, #46ba5a 12.03%, #90d761 102.67%);
  border-radius: 10px;
  padding: 20px 46px;
  color: #fff;
  display: inline-block;
  margin-top: 35px;
}
.know-more:hover{
  background: #fff;
  border: 1px solid #01b73e;
  color: #01b73e;
}
.carousel-indicators .active {
  background-color: #01b73e;
}
.carousel-indicators li {
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.know-more2{
  border-radius: 10px;
  padding: 18px 40px;
  color: #58C269;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #58C269;
}
.know-more2:hover {
  background: linear-gradient(270.89deg, #46ba5a 12.03%, #90d761 102.67%);
  color:#fff;
}

.btn-register:hover {
  color: #479a48;
  border: 1px solid #479a48;
  background: #fff;
}
.logo-social .register-now .fab{
  font-size: 22px;
  color: #000;
  margin-left: 23px;
}

.main-heading {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;
  /* identical to box height, or 136% */
  letter-spacing: 0.2px;
  color: #303031;
}
.main-para {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  letter-spacing: 0.2px;
  color: #303031;
}
.subheading-ns {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  /* identical to box height, or 161% */
  letter-spacing: 0.2px;
  color: #303031;
}
.subpara-ns {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  letter-spacing: 0.2px;
  color: #303031;
  padding: 0 35px;
}

/* top nav  */
.top-nav {
  background: #01b73e;
}
.welcome-ns {
  color: #fff;
  padding: 6px 0;
}

/* logo */

.logo-bar .logo-pcra a img {
  width: 86px;
  height: 86px;
}
.logo-area {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}
.logo-social {
  display: flex;
  flex: 0 0 5%;
}

/* navbar  */
.fixed-header .nav-link {
  display: block;
  padding: 1rem 1rem;
}
.nav-link {
  display: block;
  padding: 0rem 1rem 1rem;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #01b73e;
}

.navbar-light .navbar-nav .nav-link {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
text-align: center;
letter-spacing: 0.2px; 
color: #393939;
}

.new-fixed {
  border: none;
  border-radius: 0;
  z-index: 99;
  margin-bottom: 0;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 1px 3px -1px;
}

/* banner  */
.banner-pcra {
  background-image: url(../images/wave_hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 564px;
  background-color: #fffbe7;
}
.how-work {
  background-image: url(../images/wave_hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 564px;
}
#carouselExampleSlidesOnly .carousel-inner .carousel-item img{padding-top: 45px;}

 
.main-headingns {
  padding: 57px 0 63px;
}
.main-headingns img {
  padding: 10px 0 0;
}
.products-des {
  width: 350px;
  text-align: center;
  margin: 0 auto;
  padding-top: 18px;
}
 
.static-text {
  position: absolute;
  z-index: 9;
  margin: 80px 0 110px;
}
.static-text p {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  padding: 8px 0;
}
.static-text h3 {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 60px;
  padding: 8px 0;

  color: #56c66a;
}

/* how does it work  */
 
/* our story  */
.our-story h3 {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 45px;
  /* identical to box height, or 102% */
  color: #192218;
}
.our-story p {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #0d0d0d;
  padding: 15px 0;
}
.pd-75 {
  padding: 75px;
}
.our-product .product-ns img {
  width: 263px;
  height: 272px;
}

.productheading {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  /* identical to box height, or 157% */
  color: #01052a;
}
.productspan {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  color: #444444;
  text-align: right;
}
.productpara {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  color: #444444;
  display: flex;
  justify-content: space-around;
  padding-bottom: 30px;
}
.product-image {
  background: radial-gradient(
    76.77% 108.66% at 53.41% 102.36%,
    #fff9ee 0%,
    #fcfff3 98.22%
  );
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 360px;
  margin: 0 auto;
}
.product-image:hover{
  box-shadow: 0px 10px 15px 0px #88888885;
}

.contact-ns .fas {
  font-size: 19px;
  color: #58c269;
}

.contact-ns h3 {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  /* identical to box height, or 157% */
  color: #01052a;
}
.contact-ns a,
.contact-ns p {
  font-family: "BalooTamma2-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  color: #444444;
}
.work-ns {
  position: relative;
}
.plant-line::before {
  content: "";
  background-image: url(/images/line/l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 256px;
  height: 104px;
  display: block;
  position: absolute;
  top: 0;
  left: -150px;
  transform: rotate(-5.32deg);
}
.plant-line::after {
  content: "";
  background-image: url(/images/line/l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 256px;
  height: 104px;
  display: block;
  position: absolute;
  top: 0;
  right: -150px;
  transform: matrix(0.99, 0.13, 0.13, -0.99, 0, 0);
}
.farm-plant{
  padding-bottom: 93px;
}

@media (max-width: 768px) {
  #carouselExampleSlidesOnly .carousel-inner .carousel-item img {
    width: 200px;
}
.static-text {
  margin: 25px;
}
.static-text p{
  font-size: 25px;
}
.static-text h3 {
  font-size: 45px;
  line-height: 10px;  
}
.know-more{
  padding: 13px 35px; 
    margin-top: 22px;
}
.banner-pcra{height: 335px;}
.carousel-indicators {
  bottom: -60px;
}
.plant-line::after, .plant-line::before{display: none;}
.how-work{height: auto;}
.our-story img{
  width: 300px;
  margin: 0 auto;
  display: block;
}
.ns-work{margin-bottom: 20px;}
.our-story h3{padding-top: 30px;}
.pd-75 {
  padding: 20px;
}
.know-more2{
    margin-bottom: 20px;
}
}
