/* Set a fixed height for smaller screens */
@media (max-width: 767px) {
  #h1404 {
    font-size: 165px;
  }
}

@media (min-width: 768px) {
  #h1404 {
    font-size: 300px;
  }
}

.three-body {
  --uib-size: 35px;
  --uib-speed: 0.8s;
  --uib-color: #61b646;
  position: relative;
  display: inline-block;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}

.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}

.three-body__dot:after {
  content: '';
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--uib-color);
  border-radius: 50%;
}

.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite ease-in-out;
  animation-delay: calc(var(--uib-speed) * -0.3);
}

.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
}

.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}

@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

#hero {
  height: 500px;
}

/* Reduce the height on larger screens using media queries */

@media (min-width: 300px) {
  #hero {
    height: 450px;
  }
}

@media (min-width: 992px) {
  #hero {
    height: 200px;
  }
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  /*--bs-nav-link-hover-color: #61b646;*/
  /*--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);*/
  /*display: flex;*/
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-brand:focus, .navbar-brand:hover {
  transform: scale(1.2);
  color: #61b646;
}

.nav-link:focus, .nav-link:hover {
  color: #61b646;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #61b646;
  font-weight: bold;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #434242a6;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  /*color: var(--bs-btn-active-color);*/
  /*background-color: #61b646;*/
  /*border-color: var(--bs-btn-active-border-color);*/
}

.display-5 {
  font-size: calc(1.425rem + 0.1vw);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0px;
}

@media (min-width:1200px) {
  .display-6 {
    font-size: 5.5rem;
    /*margin-top: x;*/
  }
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}

.mb-4 {
  margin-bottom: -0.3rem!important;
}

.display-6 {
  /*font-size: 2.5rem;*/
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 300px) {
  h1 {
    font-size: 3.3rem;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #f9fafc;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 576px) {
  p {
    width: 100%;
  }
}

.btn-primary {
  background-color: rgba(80,230,0,0.8);
  /*background-image: linear-gradient(#50b3eb,#2fa4e7 60%,#2c9ad9);*/
}

.fit-cover:hover {
  /*transform: scale(1.3);*/
  transform: scale(1.03);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.row {
}

a {
  /*display: inline-block;*/
  /*position: relative;*/
  /*overflow: hidden;*/
  /*border: none;*/
  /*background: none;*/
  /*cursor: pointer;*/
  /*border: none;*/
  /*background: none;*/
  /*cursor: pointer;*/
  /*text-decoration: none;*/
}

a span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

a svg {
  /*transform: translateX(-8px);*/
  transition: all 0.3s ease;
}

a:hover svg {
  transform: translateX(0);
}

a:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

a:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.link-secondary:focus, .link-secondary:hover {
  /*color: RGBA(237,240,242,var(--bs-link-opacity,1))!important;*/
  -webkit-text-decoration-color: RGBA(237,240,242,var(--bs-link-underline-opacity,1))!important;
  text-decoration-color: RGBA(237,240,242,var(--bs-link-underline-opacity,1))!important;
}

a:hover {
  /*color: #61b646;*/
  /*text-decoration: underline;*/
}

.link-secondary:focus, .link-secondary:hover {
  /*color: RGBA(237,240,242,var(--bs-link-opacity,1))!important;*/
  /*-webkit-text-decoration-color: RGBA(237,240,242,var(--bs-link-underline-opacity,1))!important;*/
  /*text-decoration-color: RGBA(237,240,242,var(--bs-link-underline-opacity,1))!important;*/
}

@media (min-width: 768px) {
  #hero {
    height: 320px;
    background: url("/assets/img/hero2-02.png") top / cover repeat, #f9fafc;
  }
}

@media (min-width: 768px) {
  #hero {
    height: 353px;
  }
}

@media (min-width: 768px) {
  #aboutc {
    /*max-width: 2000px;*/
    width: 500px;
    /*padding-left: -67px;*/
  }
}

.pagination {
  /*border-radius: 50%;*/
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #61b646;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-emphasis-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(47, 164, 231, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #61b646;
  --bs-pagination-active-border-color: #61b646;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.py-5 {
  padding-top: 0rem!important;
  padding-bottom: 0px!important;
}

.py-4 {
  /*height: 230px;*/
  padding-top: 1rem!important;
  padding-bottom: 0rem!important;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 0;
  color: #f9fafc;
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (min-width: 768px) {
  #buthero1 {
    margin-left: 30px;
    font-family: Outfit, sans-serif;
  }
}

.w-100 {
  width: 100%!important;
}

.h-100 {
  /*height: 50%!important;*/
}

.mt-5 {
  margin-top: 3rem!important;
}

@media (min-width: 900px) {
  #aboutc-1 {
    width: 507px;
  }
}

@media (min-width: 1400px) {
  #aboutc-1 {
    width: 600px;
  }
}

.linkblog:hover {
  color: var(--bs-body-color);
  font-size: 30px;
  font-family: Outfit, sans-serif;
}

.linkblog:hover {
  color: rgba(50,50,50,0.5);
  text-decoration: none;
}

.linkb {
  font-size: 30px;
  color: #495057;
  text-transform: capitalize;
  font-family: 'Outfit';
}

.linkb:hover {
  text-decoration: none;
  color: #4950574e;
}

.linkl {
  font-family: 'Poppins';
  /*font-size: small;*/
  margin-right: 1px;
  color: #61b646;
  font-size: 14px;
}

.linkl:hover {
  text-decoration: none;
  color: #4950573f;
}

.blogname {
  font-family: 'Outfit';
  color: var(--bs-yellow);
}

.blogname:hover {
  text-decoration: none;
  color: #495057;
}

.blogdate {
  font-family: 'Outfit';
}

.fa.fa-whatsapp.shareico {
  color: #61b646;
}

.blogshare {
  color: var(--bs-primary-text-emphasis);
}

.blogshare:hover {
  transform: inherit;
  /*transition: none;*/
  color: #61b646;
}

.aboutsec1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.aboutsec1 * {
  /*z-index: 2;*/
  /*position: relative;*/
}

.aboutsec1::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 5076px;
  background-size: 100%;
  animation: infiniteScroll 120s linear infinite;
  background-repeat-x: repeat;
  background-image: url(https://cdn2.hubspot.net/hubfs/53/Pricing%202017%20Assets/marketing/Header_Circles-1.svg);
}

@keyframes infiniteScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -1692px, 0);
  }
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #61b646;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #61b646;
}

.my-4 {
  margin-top: .3rem!important;
  margin-bottom: 1.5rem!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #61b646;
}

/* Add a high z-index to the button to bring it to the forefront */

.btn.butabout {
  border-radius: 25px;
  text-decoration: none;
  width: 130px;
  height: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #61b646;
  border: none;
  color: white;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  z-index: 1000;
}

.btn.butabout:hover {
  color: #fff;
  background-color: #495057;
}

