a {
  text-decoration: none;
  color: black;
}

._logo_size_ {
  width: 150px;
}

._nav_items_ ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-direction: row;
  list-style: none;
  text-decoration: none;
}

._nav_items_ {
  display: flex;
  gap: 10px;
}
._nav_items_phone_ {
  display: flex;
  gap: 10px;
}

._nav_items_ ul li a {
  text-decoration: none;
  color: #a7ab80;
  font-size: 17px;
  font-weight: 500;
}
._nav_items_ ul li a:hover {
  color: #afb08bcd;
}

._nav_items_ ul li .active {
  color: black !important;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #afb08b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease-in-out;
}

.circle:hover {
  background-color: black;
}

.accent_color {
  color: #afb08b !important;
}

._btn_outline_dark {
  border-color: #afb08b;
  color: white !important;
}

._btn_outline_dark:hover {
  background-color: #afb08b;
  color: black !important;
}

._banner_subTitle_ {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px;
  border-radius: 999px;
  background-color: #afb08b70;
  color: white !important;
}

._banner_subTitle_ img {
  width: 30px;
}

._contact_nav_pill_ {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px;
  border-radius: 999px;
  background-color: #afb08b;
  color: white !important;
  transition: all 0.3s ease-in-out;
}

._contact_nav_pill_:hover {
  background-color: black;
}

._cta_text_ {
  color: white !important;
  font-size: 30px;
  font-weight: 500;
}

._cta_subText_ {
  color: white !important;
  font-size: 17px;
  font-weight: 500;
}

.ml-50 {
  margin-left: 10px;
}

.h-400 {
  height: 400px !important;
  overflow: hidden;
}

.white_img {
  filter: brightness(0) invert(1);
}

.text-dark-emphasis {
  transition: all 0.3s ease-in-out;
}

.text-dark-emphasis:hover {
  background-color: #a7ab80 !important;
  color: white !important;
}

@media (max-width: 480px) {
}

@media (max-width: 768px) {
  ._nav_display_none {
    display: block !important;
  }

  ._nav_items_ {
    display: none !important;
  }

  .circle {
    width: 50px;
    height: 50px;
  }

  .content_hide_768 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
}

@media (min-width: 768px) {
  ._nav_display_none {
    display: none !important;
  }
}

@media (min-width: 1280px) {
}
