@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;
}

.nav-link {
  font-size: 1rem !important;
  text-transform: uppercase;
}

.navbar {
  background: transparent !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 768px) {
  .mobile-home {
    color: black;
  }
}
.navbar-nav {
  position: absolute;
  font-size: 1.25rem;
  display: flex;
  top: 1rem;
  right: 2rem;
  justify-content: space-between;
  width: 50%;
  align-items: center;
  color: white;
}
.navbar-nav .nav-link {
  color: white;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 56px);
  overflow: hidden;
}

.hero-bg {
  background: url("/Images/HeroImageRight.webp") no-repeat center
    calc(40% - 20px);
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .hero-bg {
    background: url("/Images/HeroImage.webp") no-repeat center calc(40% - 20px);
    background-size: inherit;
  }
}
.container {
  height: 100%;
}

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

.bottom-design {
  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("./Images/IMG_6485.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: 1.1rem !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("Images/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("/Images/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;
}

.btn-custom {
  /* Add custom button styling here */
}

.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;
  }
}
.navbar-profile {
  background-color: #343a40;
}

.navbar-profile .navbar-nav .nav-link {
  color: white;
}

.navbar-profile .navbar-brand img {
  height: 100px;
}

#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;
  }
}
.navbar-collapse {
  justify-content: space-between;
}

.navbar-collapse .navbar-nav {
  margin-top: 0.5rem;
}

.navbar-toggler {
  order: 1;
  background-color: white;
}

.navbar-collapse #welcomeMessage {
  order: 2;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

.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: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  z-index: 1;
}

@media (max-width: 992px) {
  .hero-text {
    text-align: center;
  }
  .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;
}

.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 {
  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;
  }
  .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;
}

.custom-navbar {
  position: relative !important;
}

@media (max-width: 992px) {
  .custom-navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white; /* Adjust as needed */
    z-index: 1000;
    height: 200%;
  }
  .custom-navbar-toggler {
    border: none;
  }
  .custom-navbar .navbar-nav .nav-link {
    width: 100%;
    padding: 10px 15px;
    color: black;
    text-align: left;
  }
  .custom-navbar-main .navbar-nav .nav-link {
    width: 100%;
    padding: 10px 15px;
    color: black;
    text-align: left;
  }
  .custom-navbar-main .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-navbar .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
} /*# sourceMappingURL=style.css.map */
