@import "https://fonts.googleapis.com/css2?family=PT+Mono&display=swap";
/* [project]/app/Home.module.css [app-client] (css) */
.Home-module__baJ6tW__hero h1, .Home-module__baJ6tW__hero h3, .Home-module__baJ6tW__hero .Home-module__baJ6tW__btn {
  font-family: PT Mono, monospace;
}

.Home-module__baJ6tW__hero {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.Home-module__baJ6tW__hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1;
}

.Home-module__baJ6tW__heroContent {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.Home-module__baJ6tW__hero h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #fff;
}

.Home-module__baJ6tW__hero h3 {
  color: #fff;
  font-size: 1.5rem;
}

.Home-module__baJ6tW__hero .Home-module__baJ6tW__btn {
  color: #fff;
  background-color: #0009;
  border: 1px solid #fff;
  padding: 4px;
}

.Home-module__baJ6tW__hero .Home-module__baJ6tW__btn:hover {
  background-color: green;
  color: #000;
}

.Home-module__baJ6tW__services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.Home-module__baJ6tW__serviceCard {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 15px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-shadow: 0 1px 3px #0009;
}

.Home-module__baJ6tW__serviceCard h3, .Home-module__baJ6tW__serviceCard p, .Home-module__baJ6tW__serviceCard a {
  z-index: 1;
  position: relative;
}

.Home-module__baJ6tW__serviceCard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 0;
}

.Home-module__baJ6tW__serviceCard img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.Home-module__baJ6tW__serviceCard h3 {
  margin: 10px 0;
  font-size: 1.6rem;
}

.Home-module__baJ6tW__serviceCard .Home-module__baJ6tW__btnSecondary {
  background-color: #0009;
  border: 1px solid #fff;
  padding: 4px;
}

.Home-module__baJ6tW__serviceCard .Home-module__baJ6tW__btnSecondary:hover {
  background-color: green;
  color: #000;
}

@media (width <= 768px) {
  .Home-module__baJ6tW__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .Home-module__baJ6tW__navList {
    flex-direction: column;
    margin-top: 10px;
  }

  .Home-module__baJ6tW__navList li {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .Home-module__baJ6tW__hero {
    height: auto;
    padding: 50px 20px;
  }

  .Home-module__baJ6tW__hero h1 {
    font-size: 2.7rem;
  }

  .Home-module__baJ6tW__hero h3 {
    font-size: 1.7rem;
  }

  .Home-module__baJ6tW__services {
    grid-template-columns: 1fr;
  }
}

.Home-module__baJ6tW__container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/s.jpg");
  background-size: cover;
  height: 100vh;
  background-color: #00000080;
}

.Home-module__baJ6tW__containerform {
  width: 400px;
  height: 400px;
  color: #333;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px #000c;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Home-module__baJ6tW__logo {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.Home-module__baJ6tW__title {
  font-weight: bold;
}

.Home-module__baJ6tW__label {
  color: green;
}

.Home-module__baJ6tW__lt {
  color: green;
}

.Home-module__baJ6tW__input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.Home-module__baJ6tW__button {
  width: 100%;
  padding: 12px;
  background-color: green;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.Home-module__baJ6tW__link {
  margin-top: 16px;
  font-size: 14px;
  color: #555;
  color: green;
}


/* [project]/app/components/WebsiteHeader.module.css [app-client] (css) */
.WebsiteHeader-module__TtPSXq__header {
  background-color: #003608;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.WebsiteHeader-module__TtPSXq__logo {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000;
}

.WebsiteHeader-module__TtPSXq__menuToggle {
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  display: block;
}

.WebsiteHeader-module__TtPSXq__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #003608;
  display: none;
  z-index: 1000;
}

.WebsiteHeader-module__TtPSXq__menu.WebsiteHeader-module__TtPSXq__active {
  display: block;
}

.WebsiteHeader-module__TtPSXq__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.WebsiteHeader-module__TtPSXq__menu ul li {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #444;
}

.WebsiteHeader-module__TtPSXq__menu ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.WebsiteHeader-module__TtPSXq__dropdown {
  position: relative;
}

.WebsiteHeader-module__TtPSXq__dropdownContent {
  display: none;
  position: absolute;
  background-color: #00800062;
  min-width: 160px;
  box-shadow: 0 8px 16px #0003;
}

.WebsiteHeader-module__TtPSXq__dropdown:hover .WebsiteHeader-module__TtPSXq__dropdownContent {
  display: block;
}

.WebsiteHeader-module__TtPSXq__dropdownContent a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.WebsiteHeader-module__TtPSXq__dropdownContent a:hover {
  background-color: #444;
}

@media (width >= 768px) {
  .WebsiteHeader-module__TtPSXq__menuToggle {
    display: none;
  }

  .WebsiteHeader-module__TtPSXq__menu {
    display: flex;
    position: static;
    width: auto;
    background: none;
    margin-left: auto;
  }

  .WebsiteHeader-module__TtPSXq__menu ul {
    display: flex;
    margin: 0;
  }

  .WebsiteHeader-module__TtPSXq__menu ul li {
    text-align: center;
    border-bottom: none;
    padding: 0 15px;
  }

  .WebsiteHeader-module__TtPSXq__dropdown:hover .WebsiteHeader-module__TtPSXq__dropdownContent {
    top: 100%;
    left: 0;
  }
}


/*# sourceMappingURL=app_46eab2._.css.map*/
