.top-nav-links {
  gap: 12px;
}

.top-nav-links li:nth-child(5) {
  margin-left: auto;
}

@media only screen and (max-width: 600px) {
  .top-nav-links li:nth-child(3) {
    display: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.hero-slider {
  max-height: 768px;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .hero-slider {
    min-height: 600px;
    object-fit: cover;
  }
}

.top-nav-control {
  max-width: 92%;
}

.navbar {
  --bs-navbar-padding-y: 1rem;
  background-color: var(--green-medium);
}

.navbar .container-fluid {
  width: 92% !important;
}

.nav-control {
  max-width: 100%;
}

.navbar-nav {
  padding-right: 0 !important;
}

.offcanvas-edit {
  background-color: var(--green-medium) !important;
}

.navbar-brand {
  gap: 10px;
  font-size: clamp(1.25rem, 3vw, 2rem);
}

.navbar-brand img {
  width: 80px;
  height: 80px;
}

.navbar-brand p {
  margin: 1rem 0;
}

@media only screen and (max-width: 600px) {
  .navbar-brand p {
    display: none;
  }
}

.carousel .carousel-indicators button {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  outline: 2px solid white;
  outline-offset: 1px;
  border: solid transparent;
  margin-left: 8px !important;
  margin-right: 8px !important;
  background-color: transparent;
}

.carousel-indicators {
  bottom: 1rem;
}

.carousel-indicators .active {
  background-color: white !important;
}

.carousel-caption {
  bottom: 0rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .carousel-caption {
    text-align: center !important;
  }
}

.carousel-caption-box {
  background-color: rgba(1, 1, 1, 0.7);
  width: 550px;
  padding: 30px;
}

@media only screen and (max-width: 900px) {
  .carousel-caption {
    justify-content: center;
  }
}

.carousel-caption-box h1,
.carousel-caption-box p a {
  white-space: nowrap;
  overflow: hidden;
}

.carousel-caption-box h1 {
  font-size: clamp(0.85rem, 4.5vw, 1.85rem);
}

.carousel-caption-box p {
  font-size: clamp(0.85rem, 4vw, 1rem);
}

.carousel-caption-box h1 {
  text-transform: uppercase;
}

.carousel-caption-box .btn {
  border-radius: 0 !important;
  background-color: green;
  display: inline-block;
  color: #ffffff;
  border: none;
  border-left: 4px solid #36b22d;
  padding: 15px 30px;
  font-size: 16px;
  transition: 0.5s ease-in-out;
}

.carousel-caption-box .btn:hover {
  color: #ffffff;
  background-color: rgb(4, 76, 4);
}

.carousel-control-prev,
.carousel-control-next {
  width: 6%;
}

.arial-video {
  padding-top: 30px;
}

.membership-cta {
  color: white;
  background-image: url("../img/video-area-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.membership-cta button {
  border-radius: 0;
  background-color: green;
  border: transparent;
  color: white;
  border-left: 4px solid #36b22d;
  font-size: 1.15rem;
}

.membership-cta button:hover {
  color: #ffffff;
  background-color: rgb(4, 76, 4);
  border-left: 4px solid #36b22d;
}

.membership-cta-desc {
  width: 75%;
}

.main-link {
  aspect-ratio: 2 / 1;
  text-decoration: none;
}

.main-link:nth-child(1) .main-link-desc {
  background-image: url("../img/home-golf.jpg");
}

.main-link:nth-child(2) .main-link-desc {
  background-image: url("../img/home-membership.jpg");
}

.main-link:nth-child(3) .main-link-desc {
  background-image: url("../img/home-restaurant.jpg");
}

.main-link:nth-child(4) .main-link-desc {
  background-image: url("../img/home-events.jpg");
}

.main-link-desc {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 2px silver;
  border-radius: 7px;
  transition: 1s;
}

.main-link-desc p {
  background-color: rgba(1, 1, 1, 0);
  color: white;
  font-size: 1.75rem;
  width: 250px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.5s;
  border-radius: 3px;
}

.main-link-desc:hover p {
  background-color: rgba(1, 1, 1, 0.7);
}

.main-link-desc:hover {
  background-size: 150%;
}

.brand-footer-align {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .main-link-desc p {
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-mbl-align:nth-child(-n + 3) {
    display: none;
  }

  .footer-mbl-align {
    width: 100%;
    text-align: center;
  }
  .brand-footer-align {
    text-align: center;
  }

  .foot-center {
    justify-content: center;
  }
}

.new-footer {
  background-color: var(--green-medium);
  color: white;
}

.new-footer footer ul .nav-item .nav-link {
  color: white;
}

.new-footer footer {
  width: 90%;
}

.footer-hours {
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
}

.hero-disclaimer {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.disclaimer-body {
  color: black;
}
