@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
.my-custom-nav {
  padding: 1.5rem 0;
}
.my-custom-nav .navbar-brand {
  color: #40C696 !important;
  font-size: 1.75rem;
}
.my-custom-nav .navbar-brand .custom-green {
  fill: #40C696;
  height: 2rem;
  width: auto;
}
.my-custom-nav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  color: #333;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}
.my-custom-nav .navbar-nav .nav-item .nav-link:hover {
  color: #30a37a;
}
.my-custom-nav .navbar-nav .nav-item .nav-link.active {
  color: #30a37a;
}
.my-custom-nav .btn-outline-success {
  border-color: #40C696;
  color: #40C696;
}
.my-custom-nav .btn-outline-success:hover {
  background-color: #40C696;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}

.footer-custom {
  padding: 1rem 0;
  background-color: #f8f9fa;
  border-top: 1px solid #e7e7e7;
}
.footer-custom span,
.footer-custom a {
  color: #6c757d;
  font-size: 0.875rem;
}
.footer-custom a:hover {
  text-decoration: underline;
}
.footer-custom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.my-main-content {
  margin-bottom: 0px;
}

.carousel-item img {
  object-fit: cover; /* Cover the area of the container */
  min-height: 600px; /* Set a minimum height for your images */
  max-height: 600px; /* Set a maximum height for your images */
  width: 100%; /* Ensure the width is always 100% */
}

.text-overlay-container {
  position: relative;
  text-align: center;
  color: white;
}

.text-overlay-container img {
  width: 100%;
  height: auto; /* Adjust this as necessary */
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Adjust text color as necessary */
}

.my-2-image {
  min-height: 400px;
  max-height: 400px;
  width: 10%;
}

.explore-background {
  background-image: url("/p/images/ship1.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
}

.explore-overlay {
  position: relative;
  color: #000;
  padding: 8rem 0;
}

.explore-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(108, 117, 125, 0.5);
  z-index: 0;
}

.explore-overlay h3 {
  position: relative;
  z-index: 1; /* Ensures the text appears above the overlay */
}

.container-fluid .container {
  padding: 100px !important;
}

.team-member-img {
  width: 100%; /* Make image fully occupy the card width */
  height: 200px; /* Fixed height for all images */
  object-fit: cover; /* Cover the space without distorting aspect ratio */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*# sourceMappingURL=layout-public.css.map */
