@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Poppins", sans-serif;
}

.navbar-toggler:focus {
  box-shadow: none;
  border-color: #69a82c;
}

/* COLORS */
.text-lemon {
  color: #69a82c;
}

.text-grey {
  color: #646363;
}

.text-green {
  color: #69a82c !important;
}

.bg-lemon {
  background-color: #69a82c;
}

.bg-grey {
  background-color: #dbdbdb;
}

.bg-dark {
  background-color: #333333;
}

.bg-lemon-light {
  background-color: rgba(114, 184, 76, 0.07);
}

.mt-huge {
  margin-top: 100px;
}

.mb-huge {
  margin-bottom: 100px;
}

.my-huge {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pt-huge {
  padding-top: 100px;
}

.pb-huge {
  padding-bottom: 100px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  word-break: normal;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #69a82c;
}

.icon-container {
  background-color: #69a82c;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
}

.service-box {
  border: 1px solid #72b74c;
}

.service-box:hover {
  background-color: #69a82c;
  color: #fff;
}

.service-box:hover .icon-container {
  background-color: #fff;
  color: #69a82c;
}

.service-box:hover .card-title,
.service-box:hover .card-content,
.service-box:hover a {
  color: #fff;
}

.service-link {
  color: #fff;
}

.service-link:hover {
  color: #fff;
}

.avatar-container {
  height: 95px;
  width: 87px;
}

.member {
  height: 367px;
  width: 100%;
  object-fit: cover;
}

/* .side-curvature {
	position: relative;
	left: 100%;
	bottom: 60%;
} */

.quote-border {
  border-top: 5px solid #69a82c;
}

#testimonial {
  padding: 7px;
  margin-bottom: 4rem;
}

.carousel-indicators .active {
  background-color: #69a82c;
}

/* FORM INPUTS */
input,
.form-control {
  height: 50px;
  /* color: #076847; */
}

input:focus,
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #69a82c;
}

.form-select {
  height: 50px;
}

a:hover {
  color: #69a82c;
}

ul.list-unstyled > li > a {
  color: #646363;
}

ul.list-unstyled > li > a:hover {
  color: #69a82c;
}

.form-contact::placeholder {
  color: #706c6c !important;
  font-size: 14px;
  font-weight: 100;
}

.contact-card {
  box-shadow: 5px 5px 10px rgba(61, 61, 61, 0.151);
  border: none;
}

.image-test img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.team-card:hover {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width: 767px) {
  .pathway {
    display: none !important;
  }

  .cardway {
    margin: 20px 0;
  }

  .segway {
    padding-left: 0;
    padding-right: 0;
  }

  .we-are {
    display: none !important;
  }

  .we-do {
    display: block !important;
  }
}

.hidden-scrollbar::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.hidden-scrollbar {
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #69a82c;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #69a82c;
}

/*  Coming Soon */

.coming-soon-bg {
  background-image: url("../img/coming-soon.jpeg");
  background-color: #fafafa;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.coming-soon-container {
  min-height: 90vh;
}

.soon-text {
  font-size: 7.5rem;
  line-height: 126px;
  font-weight: 700;
  color: #fff;
}

.awesome-text {
  font-size: 35px;
  font-weight: 500;
  color: #646363;
}

.cookie-section {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #fafff7;
}

.cookie-section p {
  font-size: 12px;
}

.cookie-btn {
  border: none;
  width: 100px;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
}

.btn-reject {
  background-color: #dbdbdb;
}

.apply-btn {
  text-align: center;
}

.btn-kickstart {
  background-color: #69a82c;
  color: #fff;
  padding: 8px 24px;
}

.quality {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  /* font-size: 14px; */
  color: #646363;
  font-size: 0.875em;
}

.qualities {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  margin-left: -2rem;
}

@media only screen and (max-width: 1024px) {
  .soon-text {
    font-size: 6.25rem;
    font-weight: 600;
    line-height: 100px;
  }

  .awesome-text {
    font-size: 1.875rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 768px) {
  .soon-text {
    font-size: 80px;
  }
}

@media only screen and (max-width: 425px) {
  .soon-text {
    font-size: 3.25rem;
    line-height: 50px;
  }
  .awesome-text {
    font-size: 20px;
  }
}

.font500 {
  font-weight: 500 !important;
}
ul.inner-bullet li {
  line-height: 15px;
}
.text-strong {
  font-weight: 500;
}
