.homeTitle{
  padding: 100px 0 50px 0; 
}
h1{
  font-size: 28px; 
  text-align: center;
  color: #999999;
}
h4{
  font-size:22px; 
  color: #999999;
  font-weight: 600;
  line-height: 36px;
}
.dark-background {
  background-color: #777777;
  color: #fff;
  border: 4px solid #000000;
  border-radius: 20px;
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}

.dark-background > div:not(.biography-card) > p,
.dark-background > div:not(.biography-card) ul > li {
    font-size: 20px;
    font-weight: 600;
}
.biography-card{
    background-color: #ffffff;
    color: #444444;
    border-radius: 20px;
    padding: 30px;
    font-size: 20px;
}

.biography-card .col-4{
    text-align: center;
    font-size: 16px;
}

.nav-dark {
  background-color: #808080;
  border-radius: 8px;
  margin-top: 70px;
}

.nav-dark .nav {
  height: 48px;
  align-items: stretch;
  padding: 0;
}

.nav-dark .nav-item {
  flex: 1;
  text-align: center;
}

.nav-dark .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 0;
}

.nav-dark .nav-link:hover,
.nav-dark .nav-link:focus {
  color: #e6e6e6;
}

.nav-dark .nav-link.active::after,
.nav-dark .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.nav-dark .nav-toggler {
  color: #fff;
  background-color: #808080;
}

.nav-light {
  background-color: #ffffff;
  border-radius: 8px;
  padding-top: 40px;
}

.nav-light .nav {
  height: 48px;
  align-items: stretch;
  padding: 0;
}

.nav-light .nav-item {
  flex: 1;
  text-align: center;
}

.nav-light .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  color: #444444;
  font-weight: 500;
  padding: 0;
}

.nav-light .nav-link:hover,
.nav-light .nav-link:focus {
  color: #666666;
}

.nav-light .nav-link.active::after,
.nav-light .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(68, 68, 68, 0.5);
}

.nav-light .nav-toggler {
  color: #444444;
  background-color: #ffffff;
}

.nav-toggler {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1045;
}

.nav-toggler-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: currentColor;
}

.nav-toggler-icon::before,
.nav-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: currentColor;
}

.nav-toggler-icon::before {
  top: -8px;
}

.nav-toggler-icon::after {
  top: 8px;
}

@media (min-width: 960px) {
  .nav-collapse {
    display: block !important;
  }
}

@media (max-width: 959.98px) {
  .nav-toggler {
    display: flex;
  }

  h1 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .nav-dark .nav,
  .nav-light .nav {
    flex-direction: column;
    height: auto;
  }

  .nav-dark .nav-link,
  .nav-light .nav-link {
    height: 48px;
  }

  .nav-dark .nav-collapse {
    background-color: #808080;
  }

  .nav-light .nav-collapse {
    background-color: #ffffff;
  }

  .nav-collapse.collapsing,
  .nav-collapse.show {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    border-radius: 0;
    z-index: 1041;
  }

  .nav-collapse.show {
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }

  body:has(.nav-collapse.collapsing)::after,
  body:has(.nav-collapse.show)::after {
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1040;
  }
}
.description {
  padding-top: 45px;
}
.description > li{
  font-size: 20px;
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  #menu-area {
    flex: 0 0 21% !important;
  }
  #menu-benefits{
    flex: 0 0 23% !important;
  }
  #menu-about {
    flex: 0 0 24% !important;
  }
  #menu-contact{
    flex: 0 0 16% !important;
  }
  #menu-home {
    flex: 0 0 16% !important;
  }
}