@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.header-noauth {
  display: flex;
  justify-content: space-between;
  /* top-bottom, left-right */
  padding: 1vh 1vh;
  position: fixed;
  width: 100vw;
  z-index: 4;
  align-items: center;
  /* animation: slide-in-1 2s forwards; */
  background-color: #adadad;
  max-width: 100%;
}

@keyframes slide-in-1 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 0.9;
  }
}

footer.parent {
  max-width: 100%;
  max-height: 10%;
}

.logo-label {
  color: #ffffff;
  font-size: 1.9vh;
  letter-spacing: 0.5vh;
  vertical-align: middle;
}

.footer-label {
  color: #000000;
  font-size: 2.4vh;
  letter-spacing: 0.5vh;
  vertical-align: middle;
  text-decoration: none;
  height: 100%;
  margin: 0;
  padding: 1vh 12vh;
  transition: 1s;
}

.footer-label-pd {
  transition: 0.5s;
  padding-left: 12vh;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  align-items: center;
}

nav ul li {
  margin: 0 1vh;
}

.container1 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 2;
  text-align: center;
  padding: 41vh 0vh;
  opacity: 0;
  transition: opacity 1s;
}

.container2 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 3;
  margin: 50vh 5vh;
  animation: slide-in-2 2s forwards;
  opacity: 0;
}

@keyframes slide-in-2 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-banner-0 {
  width: 100vw;
  height: 100vh;
  text-align: center;
  animation: resize 1s;
  animation-fill-mode: forwards;
  vertical-align: middle;
  max-width: 100%;
}

.hero-banner-1 {
  background-image: url(Background1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  text-align: center;
  animation: resize 1s;
  animation-fill-mode: forwards;
  max-width: 100%;
}

@keyframes resize {
  0% {
    height: 200vh;
  }
  100% {
    height: 100vh;
  }
}

.hero-banner-2 {
  background-image: url(Background2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}

.hero-banner-3 {
  background-image: url(Background3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}

.map-container {
  position: absolute;
  width: 100%;
  height: 65vh; /* Adjust height as needed */
}

.map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 100%;
}

.map_2 {
  position: absolute;
  bottom: 0; /* Place at the bottom */
  height: 100%; /* Example height, can be adjusted */
  width: 100%;
  overflow-y: auto; /* Makes it scrollable if content overflows */
  /* max-width: 100%; */
}

/* Parallax style over the container headers */
h1.parallax_container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 20px; /* Adjust padding as needed */
  box-sizing: border-box;
  margin: 0; /* Remove default margin */
  text-align: center;
  /* display: table-cell; */
  color: #ffffff;
  font-size: 6vh;
  /* vertical-align: middle; */
  opacity: 0.85;
  /* max-width: 100%; */
}

/* Regular h1 style */
h1 {
  color: #000000;
}

h4 {
  color: #000000;
}

@keyframes fade-in-0 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.9;
  }
}

.pabout {
  height: 100vh;
  width: 100vw;
  vertical-align: middle;
  background-color: #cfcfcf;
  padding-top: 10vh;
  vertical-align: middle;
  max-width: 100%;
}

.pcontact {
  height: 100vh;
  width: 100vw;
  vertical-align: middle;
  background-color: #cfcfcf;
  padding-top: 10vh;
  /* padding-left: 5vh; */
  vertical-align: middle;
  max-width: 100%;
}

.pcompany {
  background-color: #cfcfcf;
  width: 100vw;
  height: 100vh;
  /* text-align: center; */
  /* animation: resize 1s; */
  padding-left: 12vw;
  padding-top: 10vh;
  /* animation-fill-mode: forwards; */
  vertical-align: middle;
  max-width: 100%;
}

.responsive-iframe {
  width: 90%;
  height: 90%;
}

.pcontainer {
  height: 100vh;
  display: flex;
  padding-top: 10vh;
  justify-content: center;
  vertical-align: middle;
}

.pcontainer_map {
  height: 95%;
  display: flex;
  padding-left: 5vh;
  /* padding-top: 10vh;
  padding-right: 10vh;
  padding-bottom: 10vh; */
  justify-content: center;
  /* vertical-align: middle; */
  z-index: 3;
  /* max-width: 80%;
  max-height: 80%; */
  /* overflow-x: hidden; */
  /* overflow-y: hidden; */
  /* max-height: 100%;
  min-width: 50vh; */
  width: 100%;
}

.form-col {
  min-width: 30vh;
}

.pcontainer_map-pd {
  padding-left: 25vh;
  padding-right: 0vh;
}

.pcontainer_regular {
  /* height: 100vh; */
  display: flex;
  /* padding-top: 10vh; */
  padding-left: 5vh;
  justify-content: center;
  /* vertical-align: middle; */
  width: 100%;
}

.modal-container {
  width: 80vw;
  max-width: 100%;
}

.col-content {
  font-size: min(2vh, 2vw);
  /* height: 100vh;
  width: 100vw;
  max-width: 100%;
  margin: 0vw!important;
  max-height: 100%; */
}

@media screen and (max-width: 960px) {
  nav a {
    color: #ffffff;
    display: block;
    padding: 0vh 1vh;
    text-decoration: none;
    font-size: 1.4vh;
    letter-spacing: 0.3vh;
    opacity: 1 !important;
  }

  .footer-label {
    color: #000000;
    font-size: 1.4vh;
    letter-spacing: 0.5vh;
    vertical-align: middle;
    text-decoration: none;
    height: 100%;
    margin: 0;
    padding: 1vh 1vh;
    transition: 1s;
  }

  form-buttons {
    font-size: 1.4vh;
  }
}

@media screen and (max-width: 360px) {
  nav a {
    color: #ffffff;
    display: block;
    padding: 0vh 1vh;
    text-decoration: none;
    font-size: 1vh;
    letter-spacing: 0.3vh;
    opacity: 1 !important;
  }

  .footer-label {
    color: #000000;
    font-size: 1vh;
    letter-spacing: 0.5vh;
    vertical-align: middle;
    text-decoration: none;
    height: 100%;
    margin: 0;
    padding: 1vh 1vh;
    transition: 1s;
  }
}

li.test + li.test {
  margin-top: 1rem;
}

li.test {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgb(145, 202, 252);
  padding: 0.5rem;
  border-radius: 1rem;
  width: calc(80% - 2rem);
  box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
}

li.test::before {
  /* counter-increment: list-item;
  content: counter(list-item); */
  font-size: 1rem;
  font-weight: 700;
  width: 2em;
  height: 2em;
  background: black;
  flex: 0 0 auto;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.test:nth-child(even) {
  flex-direction: row-reverse;
  background: rgb(96, 179, 252);
  margin-right: -2rem;
  margin-left: 2rem;
}
