html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #271502;
  font-weight: 400;
  font-style: normal;
  /* background: #fefafa; */
}

.btn {
  padding: 1.6rem 3.3rem;
  border-radius: 35rem;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

a:hover {
  color: #76bc29;
}

.btn,
a {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus,
.btn:hover,
a:hover {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  outline: none;
  box-shadow: none;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99999;
  background: #63b755;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  transition: all 0.4s;
  text-decoration: none;
  color: #1b3e15;
}

.back-to-top:hover {
  background: #1f4a17;
  color: #fff;
}

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

.fixed-top.navbar {
  width: 100%;
  margin: auto;
  animation: slide-down 0.7s;
  transition: all 0.5s;
  /* background: rgba(17, 11, 39, 1); */
  background-color: rgba(255, 255, 255, 1) !important;
  border-bottom: 1.5px dashed #d5d5d5;
  position: fixed;
  top: 0;
}

.nav-link {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #fff;
  background: #63b755;
  border-radius: 5px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.bgmenu .navbar {
  background: linear-gradient(to right, #3e7235, #63b755);
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  /* box-shadow: 1px 3px 5px #d6d6d6; */
  border: 2px dashed #fff;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

.home-bann {
  height: 115vh;
  width: 100%;
  background-size: cover !important;
  z-index: 1;
  position: relative;
  background-position: top;
  /* background: #f7f7f7; */
  background: url(../images/wall.png) no-repeat;
  /* background: linear-gradient(to left, #3e7235 30vw, #f7f7f7 30vw); */
}


.topmenu ul li {
  display: inline-block;
}

.topmenu ul li a {
  color: #062f53;
  font-size: 1.5rem;
  font-weight: 500;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  /* border-bottom: 1px dashed #fff; */
}

.header {
  background: rgba(255, 255, 255, 0.7);
}

.navbar-dark {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-danger {
  font-size: 2rem;
  border-radius: 0;
  padding: 1.3rem 3rem;
}

.btn-danger i {
  font-size: 3rem;
  vertical-align: middle;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 2rem;
  margin-left: 2rem;
  font-weight: 600;
}


.bottom-bg {
  position: relative;
  bottom: 11rem;
  z-index: 99;
}

.nav-link:focus,
.nav-link:hover {
  color: #9af78b;
  border-radius: 5px;
  display: inline-block;
}

.home-bann::before {
  mix-blend-mode: multiply;
}

.cont-top i {
  width: 5rem;
  height: 5rem;
  background: #63b755;
  border-radius: 50%;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  font-size: 2rem;
}

.cont-top h4 {
  color: #6a7695;
}

.cont-top a {
  font-size: 2rem;
  font-weight: 600;
  color: #271502;
}

.cont-top a:hover {
  color: #62a403;
}

.scialmedia ul li a {
  background: #ccc;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 3rem;
}

.bann-head h5 {
  font-size: 1.8rem;
  color: #6db562;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-left: 6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.bann-head h5:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: block;
  width: 4rem;
  height: 2px;
  background: #6db562;
}

.bann-head h1 {
  font-size: 4.5rem;
  font-weight: 800;
  color: #6e111a;
  font-family: "Dancing Script", cursive;

}

.bann-head h1 span {
  color: #7fbc00;
  font-family: "Rubik", sans-serif;
  text-shadow: 1px 3px 3px #1c0202;
}

.bann-head h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #271502;
}

.box {
  box-shadow: 0px 4px 4rem rgba(0, 0, 0, 0.08);
  padding: 3rem;
  background: #fff;
  border-radius: 1rem;
  color: #271502;
  height: 100%;
}

.box h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.box p {
  color: #3c3c3c;
}

.topspace {
  margin-top: 0;
}

.topspace1 {
  margin-top: 4rem;
}

/* vv */

.heading h4 {
  color: #7cc000;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.heading h3 {
  color: #310101;
  font-size: 3.8rem;
  font-weight: 600;
}

.heading h5 {
  font-size: 2.3rem;
  color: #716f6f;
}

.testimonials {
  background: url(../images/map.jpg);
  background-size: cover;
  padding: 10rem 0;
}

.boxlside {
  background: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  padding: 2rem;
  border-radius: 0.8rem;
}

.profile {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
}

.boxlside h4 {
  font-size: 2rem;
}

.boxlside h5 {
  font-size: 1.8rem;
  color: #dc3545;
}

.boxlside i {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 5rem;
  opacity: 0.5;
}

.boxlside p {
  padding-left: 1rem;
}

.swiper-pagination {
  margin-top: 3rem;
  position: relative;
}

.swiper-pagination-bullet-active {
  background: #63b755;
}

footer {
  background: #1b3e15;
  padding: 8rem 0;
  padding-bottom: 0;
  font-size: 1.4rem;
}

footer h4 {
  color: #fff;
  font-weight: 600;
}


footer ul li a {
  color: #e7fae4;
  margin-bottom: 1.5rem;
  display: block;
  width: max-content;
}

footer ul li a i {
  margin-right: 1rem;
  font-size: 1.4rem;
}

footer ul li a:hover {
  color: #87b049;
  margin-left: 1rem;
}

footer p {
  color: #e7fae4;
}

.copyright {
  font-size: 1.3rem;
}

footer h4 {
  font-size: 1.8rem;
  color: #fff;
}

address p {
  display: flex;
}

address i {
  font-size: 2rem;
}

address a {
  color: #e7fae4;
}

address a:hover {
  color: #87b049;
}

footer hr {
  border-top: 1px solid #ccc;
  margin-top: 4rem;
}

.btn-success {
  background: #7cc000;
  border: 0;
}

.btn-success:focus,
.btn-success:hover {
  background: #3e7235;
  outline: none;
  box-shadow: none;
}

i {
  vertical-align: middle;
}

.years {
  background: linear-gradient(#1d1d1d, #7cc000);
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  color: #fff;
  position: relative;
}

.years::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  border: 2px dashed white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.years-txt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.years-txt h4 {
  font-size: 1.4rem;
  line-height: 1;
}

.year-rotate {
  position: absolute;
  top: 42%;
  left: 17%;
}

.topspace {
  margin-top: 10rem;
}

.benefits {
  background: #f1f6fa;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 0;
  margin-top: 10rem;
}

.textwhy h5 {
  font-size: 1.8rem;
  color: #2a6420;
  font-weight: 600;
}

.fa-circle {
  color: #63b755;
  font-size: 1.2rem;
}

.fa-circle-check {
  font-size: 3.5rem;
  color: #3e7235;
}

.products h5 {
  font-size: 1.8rem;
  font-weight: 600;
}

.productimg {
  border: 1px solid #ccc;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  height: 50rem;
  overflow: hidden;
}

.productimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.store {
  /* background: #054986; */
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 40rem;
  margin-top: 10rem;
  padding-top: 5rem;
  position: relative;
}

.store::before {
  content: "";
  background: rgba(62, 114, 53, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9;
}

.benefitsblock {
  border: 5px solid #6fbd61;
  border-radius: 2rem;
  background: #ebffe8;
  position: relative;
  top: -13rem;
  z-index: 99;
}

.benefit-txt {
  position: relative;
  z-index: 99;
  color: #fff;
}

.store .heading h3 {
  color: #fff;
}

.benefitsblock h3 {
  font-size: 2.3rem;
  font-weight: 600;
}

.benefitsblock ul li {
  font-size: 1.7rem;
  line-height: 2;
}

.benefit-txt .btn-success {
  background: #63b755;
}

.benefit-txt .btn-success:hover {
  background: #184211;
}

.cont-top {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}

.move {
  animation: moveUpDown 2s infinite ease-in-out;
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.orange {
  color: #63b755;
}

.leaf {
  position: absolute;
  top: 0;
}

.leaf img {
  width: 35rem;
}

.about-top::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.about-top img {
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.about-top h1 {
  color: #fff;
  font-weight: 800;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  letter-spacing: 2px;
  width: 95%;
  text-align: center;
}

.productmain .benefitsblock {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.title {
  font-size: 2.2rem;
  font-weight: 600;
}

.contactform {
  background: #ceeac9;
  padding: 5rem 3rem;
  border-radius: 1rem;
}

.form-control {
  height: 5rem;
  border: 1px solid #89bf7f;
  font-size: 1.5rem;
  border-radius: 40rem;
  padding-left: 3rem;
}

::placeholder {
  font-size: 1.5rem;
}

.btn-danger {
  padding: 1.5rem 3.3rem;
  border-radius: 35rem;
  font-size: 1.6rem;
  letter-spacing: .5px;
  font-weight: 600;
  background: #3e7235;
  border: 0;
}

.btn-danger:focus,
.btn-danger:hover {
  background: #271502;
  border: 0;
  outline: none;
  box-shadow: none;
}

.btn-danger i {
  font-size: 2rem;
}

.contactform h3 {
  font-size: 2.3rem;
  font-weight: 600;
}

.getintouch h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.getintouch i {
  color: #271502;
}

.getintouch p {
  color: #271502;
}

.getintouch a {
  color: #271502;
}

.circle {
  background: #dddddd;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  color: #271502;
  line-height: 10rem;
  text-align: center;
  font-size: 4rem;
  margin: auto;
}

.getintouch p {
  font-size: 1.6rem;
  color: #271502;
  font-weight: 500;
  margin-top: 1rem;
}

.getintouch p a:hover {
  color: #62a403;
}

/*  */
.navbar-brand {
  position: absolute;
  top: 0;
}

.flag {
  position: relative;
  top: -2px;
}

.makhanabox {
  border: 1px solid #c0a6a6;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.makhanabox h4 {
  font-size: 2.2rem;
  color: #663f15;
  font-weight: 600;
}

.makhanabox h5 {
  font-size: 2.5rem;
  color: #429535;
}

.makhanabox h5 small {
  color: #89b383;
  font-size: 1.7rem;
  font-weight: 500;
}

.makhanabox p {
  color: #271502;
}

.box1 {
  padding: 2rem;
}

.policy {
  margin-top: 15rem;
  margin-bottom: 5rem;
}

.policy h1 {
  font-weight: 800;
  font-size: 5rem;
  color: #18530f;
}

.heading1 {
  font-size: 1.9rem;
  font-weight: 600;
}

.policy p a {
  color: #000;
}

.policy p a:hover {
  color: #6db562;
}

/* Responsive */
@media screen and (max-width:768px) {
  header {
    position: fixed;
    top: 0;
  }

  .navbar-toggler {
    position: absolute;
    right: 2rem;
    top: 50%;
    padding: 0;
    border: 0;
    font-size: 3.5rem;
    color: #fff;
    transform: translateY(-50%);
  }

  .bgmenu .navbar {
    height: 5rem;
  }

  .offcanvas-body .nav-link {
    color: #271502;
  }

  .offcanvas-body .nav-item {
    margin-bottom: 1rem;
  }

  .offcanvas-header .btn-close {
    font-size: 2rem;
    opacity: 1;
    margin-right: 1rem;
  }

  .offcanvas-header {
    padding-bottom: 0;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .offcanvas-header .btn-close:hover {
    color: #62a403;
  }

  .bottom-bg {
    bottom: 5rem;
  }

  .box h4 {
    font-size: 1.6rem;
  }

  .heading h3 {
    font-size: 3rem;
  }

  .heading h5 {
    font-size: 2rem;
  }

  .year-rotate {
    top: 16%;
    left: -6%;
  }

  .benefitsblock h3 {
    margin-left: 2rem;
  }

  footer h4 {
    margin-top: 5rem;
  }

  .boxlside {
    text-align: center;
  }

  .profile {
    margin: auto;
  }

  .boxlside {
    text-align: left;
  }

  .profile {
    margin: auto;
  }

  .contactform {
    margin-top: 3rem;
  }
}

@media screen and (max-width:600px) {
  .bann-head {
    margin-top: 15rem;
  }

  .policy h1 {
    font-size: 4rem;
  }

  .home-bann {
    height: 100%;
  }

  .year-rotate {
    top: 40%;
    left: 17%;
  }

  .heading {
    margin-top: 3rem;
  }

  .heading1 {
    font-size: 1.7rem;
  }

  .heading h3 {
    font-size: 2.5rem;
  }

  .testimonials {
    padding: 4rem 0;
  }

  .bann-head h1 {
    font-size: 3.5rem;
  }

  .bann-head h2 {
    font-size: 1.8rem;
  }

  .about-top {
    height: 25rem;
    margin-bottom: 3rem;
  }

  .about-top img {
    height: 100%;
    object-fit: cover;
  }

  .about-top h1 {
    font-size: 4rem;
  }

  .about-top h1 {
    top: 70%;
  }

  .boxlside {
    text-align: center;
  }

  .boxlside h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:480px) {
  .bann-head h1 {
    font-size: 3rem;
  }

  .policy h1 {
    font-size: 3.5rem;
  }

  .bottom-bg {
    bottom: 0rem;
  }

  .container {
    width: 95%;
  }

  .navbar-brand img {
    width: 30%;
  }

  .navbar-brand {
    left: 2rem;
  }

  .fa-circle-check {
    font-size: 2.5rem;
  }

  .benefitsblock {
    position: inherit;
    margin-top: 5rem;
  }

  .store {
    height: auto;
    padding-bottom: 10rem;
  }

  .testimonials {
    padding: 8rem 0;
  }

  .btn {
    font-size: 1.5rem;
    padding: 1.4rem 3.3rem;
    font-weight: 600;
  }

  footer {
    padding: 5rem 0;
    padding-bottom: 2rem;
  }

  footer h4 {
    margin-top: 3rem;
  }

  .heading h5 {
    font-size: 1.8rem;
  }

  .getintouch h3 {
    font-size: 2.8rem;
  }

  .about-top h1 {
    font-size: 3.5rem;
  }

  .mob-space {
    margin-bottom: 3rem;
  }
}