body {
  color: #24520a;
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
    sans-serif;
}
.w-100p {
  width: 100%;
}

.links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.links a {
  color: #24520a;
  text-decoration: none;
}

.links .nav-item {
  font-size: 17px;
  font-weight: 600;
}

.socials {
  margin-left: 20px;
}

.socials a {
  margin-left: 10px;
  color: #24520a;
}

.fs-20 {
  font-size: 20px;
}

.fw-700 {
  font-weight: 400;
}

.fw-800 {
  font-weight: 800;
}

.section {
  padding: 10px 20px;
}

.section {
  margin: 80px 0px;
}

.image-container {
  width: 90%;
  /* height: 150px; */
  /* border-radius: 50%; */
  margin: 0 auto;
}

.w-80-container {
  width: 90%;
  margin: 0 auto;
}

.member-image {
  width: 100%;
  /* height: 100%; */
  /* border-radius: 50%; */
  object-fit: cover;
}

.w-100p {
  width: 100%;
}

.w-80p {
  width: 90%;
  margin: 0 auto;
}

.user-name {
  font-size: 16px;
  margin-bottom: 0;
}

.user-name span {
  font-weight: 700;
}

.fs-15 {
  font-size: 15px;
}

.fw-light {
  font-weight: 100;
}

.user-social a {
  color: #24520a;
  margin-right: 5px;
}

.footer {
  background-color: #145512;
  /* min-height: 300px; */
  padding: 0 0 40px 0;
}

/* .user-social:first-child {
  margin-right: 10px;
} */

.main-text {
  width: 500px;
  margin: 10px auto 30px auto;
}

.item {
  padding: 25px;
  background-color: white;
  box-shadow: 1px -1px 14px 5px rgb(11 84 4 / 7%);
  margin-bottom: 20px;
  height: 170px;
  transition: all 0.3s;
}

.item h4 {
  font-size: 20px;
  padding-bottom: 8px;
}

.item:hover {
  background-color: #0c5305;
}

.item:hover h4,
.item:hover p {
  color: #fff;
}

.text-with-opacity {
  color: #ffffffdb;
}

.mr-10px {
  margin-right: 30px;
}

.page {
  min-height: 100vh;
}

.hero {
  height: 35vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(
      to right bottom,
      rgba(36, 82, 10, 0.8),
      rgba(40, 180, 133, 0.8)
    ),
    url(assets/img/bg-trees-isaro.webp);
  /* background-size: ; */
}

.contents {
  width: 100%;
  position: relative;
  background-color: #eee;
}

.reg-form {
  position: absolute;
  top: -60px;
  left: 25%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 45%;
  padding: 80px;
  border-radius: 40px;
}

.hero-container {
  width: 50%;
  margin: -50px auto 0 auto;
  text-align: center;
}

.logo-white {
  height: 90px;
  margin-bottom: 15px;
}

.text-message {
  width: 80%;
  margin: 0 auto 20px auto;
}

.qr-scan-container {
  height: 58px;
  background-color: rgba(237, 235, 235, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 102, 0, 0.1);
  border-radius: 25px;
  border: 1px solid #0c530334;
  margin-bottom: 10px;
  cursor: pointer;
}

.qr-check-container {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #135612cd;
  display: block;
  margin-right: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.location-icon-container {
  width: 100%;
  height: 58px;
  background-color: #135612ad;
  /* #135612ad */
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  box-shadow: 0px 4px 4px rgb(0 102 0 / 10%);
  border-radius: 25px;
  margin-bottom: 10px;
  padding-left: 1.5rem;
}

.location {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #135612cd;
  height: 100vh;
  width: 100%;
  backdrop-filter: blur(20px);
  display: none;
  justify-content: center;
  align-items: center;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 300px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  margin-bottom: 0.25em;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s;
}

.box p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  max-width: 350px;
  text-align: center;
  line-height: 2;
}

.loader-07 {
  border: 0 solid #fff;
  border-radius: 50%;
  position: relative;
  width: 90px;
  height: 90px;
}
.loader-07:before,
.loader-07:after {
  content: '';
  border: 0.2em solid #fff;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-07 1s linear infinite;
  opacity: 0;
}
.loader-07:before {
  animation-delay: 1s;
}
.loader-07:after {
  animation-delay: 0.5s;
}

@keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.form-control {
  border-bottom: 0.5px solid #135612cd;
}

.form-control:active,
.form-control:focus {
  background-color: #f7f7f7;
  border-bottom: 0.5px solid #135612cd;
  outline: none;
}

.input:focus, select:focus {
  outline: none;
  /* background-color: #fff; */
  border-color: #0c530334;
  outline: 0;
  /* box-shadow: 0px 1px 18px 1rem #0c530413; */
}

label {
  display: block;
  /* margin-bottom: -10px; */
}

.input, select, textarea {
  background-color: rgba(237, 235, 235, 0.3);
  /* box-shadow: 0px 4px 4px rgba(0, 102, 0, 0.1); */
  border-radius: 25px;
  border: 1px solid #0c530334;
  margin-bottom: 10px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  height: 58px;
  color: #0c5303 !important;
  width: 100%;
  padding: 0 1.5rem;
}

textarea {
  padding: 1.5rem !important;
}

input::placeholder {
  font-weight: 400;
  color: #24520a;
  font-size: 16px;
  /* opacity: 0.5; */
}
.main-title- {
  padding-bottom: 30px;
  padding-top: 15px;
}

#location-response {
  font-weight: 300;
  font-size: 15px;
}

.btn:active,
.btn:hover {
  outline: 0;
  border: 0;
  box-shadow: 0px 4px 15px 2px rgba(12, 83, 3, 0.47);
}

.btn {
  margin-top: 40px;
  width: 207px;
  height: 58px;
  background: linear-gradient(109.46deg, #4e8d47 1.57%, #82d378 100%);
  font-size: 17px;
  border-radius: 50px;
  color: #0c5303 !important;
}

/*#qr-reader-results {*/
/*  position: fixed !important;*/
/*  height: 100vh;*/
/*  width: 100vw;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 999;*/

/*}*/

#qr-reader {
  position: fixed !important;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: 'center';
  z-index: -100;
  opacity: 0;
  background-color: #1356126b;
  backdrop-filter: blur(20px);
}

#qr-reader video {
  width: 350px !important;
  height: 350px !important;
  margin-top: 15vh;
  border-radius: 10px;
}

.close-loader {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  box-shadow: 0px 4px 20px 20px rgb(11 11 11 / 9%);
}

#close-qrcodeReader {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 50%;
  transform: translate(50%, 0%);
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0px 4px 20px 20px rgb(11 11 11 / 9%);
  display: none;
}

.alert {
  position: fixed;
  top: -140px;
  left: 50%;
  transform: translate(-55%, -50%);
  transition: all 0.3s;
  height: 50px;
  min-width: 300px;
  z-index: 1000;
  color: #ffffffc2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 10px 17px 9px rgba(0, 0, 0, 0.15);
}
.alert.success {
  background-color: black;
  color: #ffffffc2;
}

.alert.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* h2 a,
a:hover {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
} */

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .reg-form {
    top: -80px;
    left: 3%;
    width: 94%;
    padding: 40px 30px;
  }
}

@media (max-width: 465px) {
  .box {
    width: 95%;
  }

  .box p {
    font-size: 16px;
  }

  .close-loader {
    top: 20px;
    right: 20px;
  }

  .alert {
    transform: translate(-50%, -50%);
    height: auto;
  }
}

.mr-5 {
  margin-right: 5px;
}

@media (max-width: 600px) {
  .main-text {
    width: 100%;
    margin: 30px auto;
  }

  .logo {
    height: 50px;
  }
  .item {
    height: auto;
  }
}

.pop_up {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #135612cd;
  height: 100vh;
  width: 100%;
  backdrop-filter: blur(20px);
}

.message {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.15);
}

.leaf {
  width: 100px;
  height: 100px;
}

.leaf-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pop_up_container {
  width: 50%;
  margin: 80px auto;
  min-height: 400px;
  /* background-color: #0c5305; */
}

.form-control {
  background-color: transparent;
  border: 1px solid #fff;
}

.menu-container {
  display: flex;
  align-items: center;
}

.menu-mobile_ {
  display: none;
}

.close-menu_ {
  display: none;
}

@media (max-width: 768px) {
  .links .socials {
    display: none;
  }

  .pop_up_container {
    width: 90% !important;
    margin: 80px auto;
    min-height: 400px;
    /* background-color: #0c5305; */
  }

  .message {
    width: 98% !important;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 30px 40px rgb(0 0 0 / 15%);
  }

  .reg-form {
    width: 70%;
    left: 15%;
  }

  .btn-submit {
    margin-bottom: 40px;
  }

  .links {
    position: relative;
  }

  .links .menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    left: -103%;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #135612cd;
    backdrop-filter: blur(20px);
    transition: all 0.3s;
  }

  .links .menu-container a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 34px !important;
    line-height: 55px;
    margin-right: 0 !important;
  }

  .menu-mobile_ {
    display: block;
  }

  .navbar.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .wellcome-container {
    top: -150px !important;
  }

  .close-menu_ {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
}

.mr-5 {
  margin-right: 20px !important;
}

.showMenuLabel{
    font-size: 25px;
}
