@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
}

/* h1,h2,h3,h4,h5 {
  font-family: "Libre Baskerville", serif;
} */

a.nav-button {
  background-color: #30a349;
  color: white;
  padding: 14px 32px;
  border-radius: 10px;
  border: #30a349;
  text-decoration: none;
}

a.nav-button:hover {
  color: #30a349;
  border: #30a349;
  background-color: white;
}

.navbar {
  background-color: #090b09ae;
}

.nav-color {
  background-color: #1f632ede;
}

.nav-link:hover {
  background-color: #30a349;
  border-radius: 100px;
}

@media screen and (min-width: 1200px) {
  .video {
    width: 500px;
    height: 500px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    width: 1000px;
  }
}

.navbar-toggler-icon,
.navbar-toggler {
  background-color: white !important;
}

.calltoaction {
  background: url(Images/Calltoacction.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
  z-index: 0;
  position: relative;
  background-attachment: fixed;
}

.calltoaction_messages {
  margin-top: 20%;
  color: white;
  background: #30a349af;
  background: #30a3497c;
  padding: 20px 40px 20px 40px;
  border-radius: 20px;
}

.calltoaction_button {
  background-color: #30a349;
  color: white;
  padding: 14px 32px;
  border-radius: 10px;
  border: 2px solid #30a349;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.calltoaction_button:hover {
  background-color: white;
  border: 2px solid #30a349;
  color: #30a349;
}

Footer {
  background-color: black;
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  Footer {
    height: 180vh;
  }
}

.footer-logo {
  height: 100px;
  width: 100px;
}

.footer-navigate {
  color: #30a349;
  font-weight: bold;
}

.navigation-list a {
  text-decoration: none;
  color: white;
}

.sub-footer {
  background-color: #30a349;
  height: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .footer-navigate {
    margin-top: 20px !important;
  }
  .navigation-list a {
    font-size: 14px;
  }
}

.newsletter-button {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 14px 60px;
  background-color: #30a349;
  border-radius: 10px;
  border: #30a349;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .newsletter-button {
    padding: 14px 40px;
  }
}

.newsletter-button:hover {
  background-color: white;
  color: #30a349;
  border: solid 1px #30a349;
}

@media screen and (min-width: 1440px) {
  .newsletter-form {
    width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-form {
    width: 100% !important;
  }
  .newsletter-button {
    display: block;
    text-align: center;
    width: 100%;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #30a349;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.accordion-button:not(.collapsed)::after {
  color: #30a349;
  background-image: url(/Images/accicon2.png);
}

.accordion-button::after {
  color: #30a349;
  background-image: url(/Images/accicon2.png);
}

.membership-local {
  background: url(Images/Events\ 1.jpg);
  background-size: cover;
  height: 250px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  box-shadow: 12px 8px 9px -4px rgba(48, 163, 73, 0.75);
  -webkit-box-shadow: 12px 8px 9px -4px rgba(48, 163, 73, 0.75);
  -moz-box-shadow: 12px 8px 9px -4px rgba(48, 163, 73, 0.75);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .membership-local {
    width: 250px;
  }
}

.membership-international {
  background: url(Images/Events\ 1.jpg);
  background-size: cover;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 12px 8px 9px -4px rgba(48, 163, 73, 0.75);
  -webkit-box-shadow: 12px 8px 9px -4px rgba(48, 163, 73, 0.75);
  -moz-box-shadow: 12px 8px 9px -4px rgba(48, 163, 73, 0.75);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .membership-international {
    width: 250px;
  }
}

.membership-badge_local {
  background-color: rgba(0, 128, 0, 0.685);
  color: white;
  padding: 5px;
  display: inline-block;
}

@media screen and (min-width: 506px) and (max-width: 767px) {
  .membership-badge_local {
    margin-right: 30px;
  }
}

.membership-badge_international {
  background-color: rgba(0, 128, 0, 0.685);
  color: white;
  padding: 5px;
  display: inline-block;
}

.membership-details {
  background-color: rgba(0, 128, 0, 0.685);
  color: white;
  padding: 3px;
  display: inline-block;
  border-radius: 16px;
  width: 80%;
}

/* General styles for navbar */
.nav-scroll {
  overflow-y: scroll; /* Always show vertical scrollbar */
}

/* Customize scrollbar */
.nav-scroll::-webkit-scrollbar {
  width: 12px; /* Set the width of the scrollbar */
}

.nav-scroll::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

.nav-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color of the scrollbar thumb on hover */
}

/* Media query for screens with height 470px or below */
@media (max-height: 470px) {
  .navbar-collapse.nav-scroll {
    max-height: calc(
      100vh - 70px
    ); /* Adjust this value based on your navbar height */
    overflow-y: scroll; /* Always show vertical scrollbar */
  }
}

/* Style for back to top button */
#back-to-top-button {
  position: fixed;
  bottom: 120px; /* Adjust this value to position the button */
  right: 20px;
  z-index: 1000;
}

/* Style for messenger button */
#messenger-button {
  position: fixed;
  bottom: 20px; /* Adjust this value to position the button */
  right: 20px;
  z-index: 1000;
}
