html {
  scroll-behavior: smooth;
}

.custom-navbar {
  background-color: #0D2100;
}
.btn-login-custom {
  background-color: #42AA00; /* Custom color */
  color: white;
  border: 2px solid #42AA00;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
}
.btn-login-custom:hover {
  background-color: #42AA0090;
}

.checkbox:checked {
  background-color: #42AA00;
  border-color: #42AA00;
}

.input-wrapper {
  width: 400px;
}

.pin-gender-wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 440px) {
  .input-wrapper {
    width: 230px;
    flex-direction: column;
  }
  .gend-com {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 240px) {
  .input-wrapper {
    width: auto;
    flex-direction: column;
  }
  .gend-com {
    margin-top: 16px;
  }
}

.btn-play-custom {
  background-color: #42AA00; /* Custom color */
  color: white;
  border: 2px solid #42AA00;
  padding: 10px 50px;
  border-radius: 8px;
  font-weight: bold;
}

.btn-play-custom:hover {
  background-color: #42AA0090;
}

.menu_back {
  /* background-color: #124c1a !important;   */

  /* background-color: #0f3f17 !important; */
}

.btn_green {
  background-color: #0f3f17 !important;
  color : #ffffff !important;
}

#menu_carousel_container{
  background-image: url("../img/landing-page.png");
  background-color: #0f3f17 !important;
}
section {
  padding: 40px 0px 40px 0px;
}

#mainNav {
  padding: 2px 5px;
}

a.nav-link:hover {
  color: #d07e44 !important ;
}

a.nav-link {
  color: #ffffff !important;
  font-weight: bold !important;
}

body {
}

#slider {
  padding: 0px 0px !important;
}

.caption-title {
  color: #d07e44 !important ;
  font-size: 2rem;
}

.brownFont {
  color: #d07e44 !important ;
}

.greenFont {
  color: #124c1a !important;
}

.greenBack {
  background-color: #f3f8f7 !important;
}
.brownBack {
  background-color: #e0ab85 !important;
}

.carousel-caption {
  position: absolute;
  right: 50%;
  top: 150px !important;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.download {
  background-color: black !important;
  color : #ffffff !important;
}

.btn-link,
.btn-link:hover,
.btn-link:active {
  color: #124c1a !important;
  text-decoration: none;
}


.custom-select {
  background-color: white;
  color: #333;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 6px;
  width: 100%;
  /* max-width: 300px; */
  cursor: pointer;
  box-shadow: none;
}

.custom-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

option {
  background-color: white;
  color: #333;
}