html {
  scroll-behavior: smooth;
}

body {
  background-color: #5f1629;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 0px;
  margin: 0px;
}

/*Contact info*/
/* Contact Section Styling */
.contact-section {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap */
  justify-content: center;
  /* Center items horizontally */
  align-items: flex-start;
  /* Align items to the start */
  padding: 1rem;
  max-width: 1200px;
  margin: auto;
  /* Center the section */
}

.contact-info,
.location-box {
  flex: 1;
  /* Allow both to grow */
  min-width: 300px;
  /* Minimum width before wrapping */
}

.contact-info {
  text-align: left;
  color: #FFFFFF;
  margin-right: 2rem;
  /* Space between contact info and map */
}

.contact-info p,
.contact-link {
  font-size: 1.5rem;
}

.contact-info h3 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-methods {
  display: flex;
  flex-direction: column;
}

.contact-method {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  /* Space between contact methods */
}

.contact-icon {
  width: 30px;
  margin-right: 0.5rem;
  /* Space between icon and text */
  filter: invert(100%);
}

.contact-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.contact-link:hover {
  text-decoration: underline;
}

.location-box iframe {
  width: 100%;
  /* Full width */
  height: 600px;
  /* Fixed height, adjust as necessary */
  border: 0;
  /* Remove border */
}

/*heropicture*/

.heropicture {
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.heropicture img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.heropicture::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  display: flex;
  /* Enable flex container */
  flex-direction: column;
  /* Stack children vertically */
  align-items: center;
  /* Center children horizontally */
  justify-content: center;
  /* Center children vertically */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.scroll-icon {
  width: 100px;
  /* Adjust icon size */
  height: 100px;
  filter: invert(100%);
  animation: bounce 2s infinite;
  z-index: 10;
}



@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}





/* Media query for mobile screens */
@media (max-width: 768px) {

  .heropicture img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .heropicture::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }

  .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 90%;
    max-width: 600px;
    padding-bottom: 20px;
  }

  .hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  }

  .contact-section {
    flex-direction: column;
    /* Stack elements vertically */
    align-items: center;
    /* Center align the items */
    padding: 1rem;
    /* Adjust padding */
    margin-top: 0;
    /* Adjust top margin if necessary */
    margin-left: auto;
    /* Center the section horizontally */
    margin-right: auto;
    /* Center the section horizontally */
  }

  .contact-info {
    text-align: center;
    /* Center the text */
    margin-left: 0;
    /* Reset left margin */
    margin-right: 0;
    /* Reset right margin */
    padding-right: 0;
    /* Reset right padding */
    max-width: 100%;
    /* Allow the content to fill its container */
  }

  .contact-info h3 {
    font-size: 2.5rem;
    /* Adjust font-size for mobile */
    margin-bottom: 0.5rem;
    /* Adjust bottom margin */
  }

  .contact-info hr {
    margin-left: auto;
    /* Center the horizontal rule */
    margin-right: auto;
    /* Center the horizontal rule */
    margin-bottom: 1rem;
    /* Adjust bottom margin */
  }

  .contact-info p {
    font-size: 1.5rem;
    /* Adjust font-size for mobile */
    margin-bottom: 2rem;
    /* Adjust bottom margin */
  }

  .contact-methods {
    align-items: center;
    /* Center align the methods */
  }

  .contact-method {
    justify-content: center;
    /* Center each method */
  }

  .contact-icon {
    margin: 0 0.5rem 0.5rem 0;
    /* Adjust margins for icon */
  }

  .contact-link {
    font-size: 1.5rem;
    /* Adjust font-size for links */
    margin-bottom: 0.5rem;
    /* Space between contact methods */
  }

  .location-box {
    width: 100%;
    /* Full width of the container */
    margin-top: 2rem;
    /* Space above the location box */
  }

  .location-box iframe {
    width: 100%;
    /* Full width of the container */
    height: 800px;
    /* Adjust height as needed */
    max-height: 300px;
    /* Maximum height for the map */
  }
}