@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .mobile-home {
    color: black;
  }
}
.hero-section {
  position: relative;
  min-height: calc(100vh - 56px);
  overflow: hidden;
}

.hero-bg {
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.container {
  height: 100%;
}

.row {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.bottom-design {
  background: url("../img/BoxTexture.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -5rem;
  width: 100%;
}

.bottom-design img {
  width: 100%;
  height: auto;
}

.bottom-design-style {
  position: absolute;
  width: 100%;
  bottom: -5rem;
}

.project-phase .row {
  display: flex;
  flex-wrap: wrap;
}

.project-phase .col-md-6 {
  display: flex;
  flex-direction: column;
}

.project-image {
  height: 300px; /* Adjust height as needed */
  -o-object-fit: contain;
  object-fit: contain;
}

.project-phase .col-md-6 .btn-custom {
  margin-top: auto;
}

.btn-custom {
  background: linear-gradient(to right, #c88a65 -55%, white);
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  width: 50%;
  margin: auto;
}

.btn-custom i {
  margin-left: 10px;
}

.btn-custom:hover {
  background: linear-gradient(to right, #eab2a0, white);
  color: #fff;
}

.language-options {
  font-size: 0.5rem;
}

.subscribe-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background-color: #f0f0f0;
}

.subscribe-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.subscribe-image {
  flex: 1;
  background: url("/Images/closeup-babyfeet.webp") no-repeat center center;
  background-size: cover;
}

.subscribe-form {
  flex: 1.5;
  padding: 30px;
  background-color: #e9ecef;
}

.subscribe-form h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.subscribe-form p {
  margin-bottom: 20px;
}

.subscribe-form .form-control {
  margin-bottom: 15px;
}

.subscribe-form .form-check-label {
  margin-bottom: 15px;
}

.btn-subscribe {
  background-color: #c88a65;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn-subscribe:hover {
  background-color: #a66a47;
}

.footer-bar {
  flex-wrap: wrap;
  width: 0%;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80vh;
  z-index: 1;
}

footer .footer-background {
  position: relative;
  background: url("../img/IMG_7982.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
  height: 60vh;
}

footer .footer-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

footer .wrap {
  bottom: 0;
  height: 150px;
  background: radial-gradient(circle at center 2px, transparent 110px, white 110.5px, white 100%);
  z-index: 2;
}

footer .wrap .rect-left,
footer .wrap .rect-right {
  padding: 10px 0;
  flex-grow: 1;
}

footer .circle {
  width: 200px;
  height: 200px;
  top: -98px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  border-radius: 50%;
}

footer .avatar {
  width: 200px;
  height: 200px;
  color: white;
  font-size: 48px;
}

footer .activation-text {
  right: 0;
  padding-right: 10px;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  z-index: 4;
  width: 37%;
}

footer .icon-btn {
  padding-bottom: 0.5rem;
  background: none;
  font-size: 2rem;
}

footer .icon-btn i {
  margin-bottom: 5px;
}

footer .icon-btn span {
  font-size: 0.75rem;
}

footer button:focus {
  outline: none;
}

.bottom-footer {
  justify-content: space-evenly;
}

.footer-link {
  font-size: 0.8rem !important;
}

.navbar-profile {
  background-color: #000;
  padding: 1rem;
}

.profile-section {
  background-color: #fff;
  padding: 20px 0;
}

.profile-image-container {
  position: relative;
  padding: 0;
}

.background-texture {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 100%;
  height: 100%;
  background: url("../img/BoxTexture.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
  background-position: -1rem;
}

.profile-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.profile-details {
  padding: 20px;
}

.profile-details h2 {
  font-size: 1.5rem;
  margin: 0;
}

.profile-details .location {
  font-size: 1rem;
}

.profile-details p {
  font-size: 1rem;
  color: #666;
}

.profile-actions {
  width: 100%;
}

.action-item {
  flex: 1;
}

.action-item i {
  font-size: 2rem;
  display: block;
}

.action-item p {
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .profile-section {
    text-align: center;
  }
  .profile-details {
    margin-top: 20px;
  }
  .profile-actions {
    flex-direction: column;
    gap: 10px;
  }
  .profile-actions .action-item {
    width: 100%;
  }
}
.login-section {
  background: url("../img/bride-and-groom-with-their-friends-SBI-300934909.jpg") no-repeat center 40%;
  background-size: cover;
  padding: 20px 0;
  position: relative;
}

.login-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  filter: blur(8px);
  z-index: 1;
}

.login-box {
  width: 80%;
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.login-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-light-grey {
  background-color: #f8f9fa;
}

.login-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-form-container h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.login-form-container .form-label {
  font-size: 1rem;
  font-weight: 600;
}

.login-form-container .form-control {
  padding: 10px;
  font-size: 1rem;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  padding: 10px;
  font-size: 1rem;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

@media (max-width: 768px) {
  .login-box {
    flex-direction: column;
  }
  .login-form-container {
    padding: 20px;
  }
  .login-section {
    padding: 10px;
  }
}
#welcomeMessage {
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  text-align: right;
}

.profile-section {
  margin-top: 20px;
}

.profile-image-container {
  position: relative;
}

.profile-image-container .background-texture {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 100%;
  height: 100%;
  background: url("Images/BoxTexture.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.profile-image {
  position: relative;
  z-index: 1;
}

.profile-details {
  padding: 20px;
}

.profile-details h2 {
  font-size: 1.5rem;
}

.profile-details .location {
  font-size: 1rem;
}

.profile-actions {
  width: 100%;
}

.profile-actions .action-item {
  flex: 1;
}

.profile-actions .action-item i {
  font-size: 2rem;
  display: block;
}

.profile-actions .action-item p {
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .profile-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.inclusion-message {
  font-size: 0.75rem;
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 1rem;
}

.footer-text {
  font-size: 1rem;
}

.mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  z-index: 1;
}

.lead {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .hero-text {
    text-align: center;
    z-index: 3;
  }
  .bottom-footer {
    flex-direction: column;
    text-align: center;
  }
  .lead {
    display: none;
  }
  .inclusion-message {
    width: 100%;
    margin-bottom: 1rem;
  }
  .hero-text-mobile {
    position: relative;
    z-index: 100;
  }
  .rect-left,
  .rect-right {
    display: none !important;
  }
  .phase-text {
    padding: 2rem;
  }
  .phase-text-title {
    margin-top: 1rem !important;
  }
  .phase-text-title-gimli {
    margin-top: 0rem !important;
  }
}
@media (min-width: 992px) {
  .mobile-overlay {
    display: none;
  }
}
.custom-header {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
  position: absolute;
}

.custom-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.custom-main-content {
  padding: 20px 0;
  margin-top: 100px;
}

.custom-about-section {
  margin-bottom: 40px;
}

.custom-about-image {
  background: url("../img/wedding-couple.webp") no-repeat center;
  background-size: inherit;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-team-section {
  margin-bottom: 40px;
}

.custom-team-member {
  text-align: center;
  margin-bottom: 20px;
}

.custom-team-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.custom-team-image:hover {
  transform: scale(1.05);
}

.custom-mission-section {
  margin-bottom: 40px;
}

.custom-footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
}

.custom-row {
  display: flex;
  align-items: center;
  min-height: 100%;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .custom-row {
    flex-direction: column;
    margin-top: 2rem;
  }
  .custom-about-image,
  .custom-team-image {
    width: 100%;
    height: auto;
  }
}
.navbar-about {
  background: white !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.5rem;
}

.gimli-saga-section {
  padding: 60px 0;
  height: 100vh;
}

.gimli-saga-section .project-image {
  width: 40%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gimli-saga-section .phase-text-title {
  font-size: 2rem;
  margin-top: 20px;
}

.grey-header {
  background-color: #f8f9fa;
}

.logo {
  background-size: contain;
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 100px;
  background-repeat: no-repeat;
  width: 100px;
}

.logo-dark {
  background: url("../img/Logo-Transparent.png") no-repeat center;
  background-size: contain;
  height: 100px;
  width: 100px;
}

.logo-dark-login {
  background: url("../img/Logo-Transparent.png") no-repeat center;
  background-size: contain;
  height: 200px;
  width: 200px;
}

.logo-footer {
  background: url("../img/1-Photoroom.png-Photoroom-final.png") no-repeat center;
  background-size: contain;
  height: 250px;
  width: 250px;
}

@media (max-width: 768px) {
  .logo-dark {
    background: url(../img/Logo-Transparent.png) no-repeat center;
    background-size: contain;
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 768px) {
  .custom-row {
    flex-direction: column;
  }
  .custom-about-image,
  .custom-team-image {
    width: 100%;
    height: auto;
  }
}
.gimli-saga-section {
  padding: 60px 0;
  height: 100vh;
}

.gimli-saga-section .project-image {
  width: 40%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gimli-saga-section .phase-text-title {
  font-size: 2rem;
  margin-top: 20px;
}

.nav-link {
  font-size: 1rem;
}

.register-box {
  margin-top: -1rem;
}

.profile-image-container {
  height: 200px;
  overflow: hidden;
}

.profile-height {
  height: 400px;
  margin-bottom: 2rem;
}

.max-height {
  max-height: 500px;
}

.btn-custom-profile {
  border: 1px solid black;
  padding: 1rem;
  text-align: center;
  width: 33%;
}

.btn-custom-profile i {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.btn-custom-profile:hover {
  background-color: black;
  color: white;
}

@media (max-width: 992px) {
  .btn-custom {
    width: 100%;
  }
}
.img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.unique-staff-member {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 550px;
}

.unique-staff-bio {
  flex-grow: 1;
}

.unique-profile-image-container {
  width: 100%;
  text-align: center;
}

.unique-profile-image {
  max-width: 150px;
}

nav.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent !important;
  padding-bottom: 2.25rem;
  padding-top: 1.5rem;
  padding: 2.5rem;
}
nav.navbar .container {
  margin-right: 0rem;
}
nav.navbar .container .navbar-toggler {
  line-height: 5;
  background-color: black;
  border: none;
}
nav.navbar .container .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 30px;
  height: 3px;
  background-color: white;
  display: inline-block;
  content: "";
  transition: all 0.3s;
}
nav.navbar .container .navbar-toggler .navbar-toggler-icon::before, nav.navbar .container .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
nav.navbar .container .navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
nav.navbar .container .navbar-toggler .navbar-toggler-icon::after {
  bottom: -8px;
}

@media (max-width: 992px) {
  nav.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent !important;
    padding: 0rem;
    padding: 0rem;
    text-align: center;
  }
  nav.navbar .container {
    margin-right: 0rem;
    padding: 0rem;
  }
  nav.navbar .container .navbar-toggler {
    line-height: 1;
    margin-right: 1.5rem;
    background-color: black;
    margin-top: 2.5rem;
    border: none;
    padding: 0.75rem;
    margin-bottom: 2rem;
  }
  nav.navbar .container .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: white;
    display: inline-block;
    content: "";
    transition: all 0.3s;
  }
  nav.navbar .container .navbar-toggler .navbar-toggler-icon::before, nav.navbar .container .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  nav.navbar .container .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }
  nav.navbar .container .navbar-toggler .navbar-toggler-icon::after {
    bottom: -8px;
  }
  nav.navbar .container .navbar-collapse {
    background: white;
    width: 100%;
  }
  .overlay {
    padding: 4rem;
  }
  .nav-white {
    background-color: white;
  }
  .nav-link {
    color: black !important;
    border-bottom: 1px solid lightgrey;
  }
  .nav-link:first-child {
    border-top: 1px solid lightgrey;
  }
  .border-top-none:first-child {
    border-top: none !important;
  }
  .home-hamburger {
    background-color: white;
  }
  .register-box {
    margin-top: 2rem;
  }
}
.land-acknowledgment {
  font-size: 0.75rem;
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 1rem;
}/*# sourceMappingURL=style.css.map */