@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@font-face {
  font-family: "Speedee";
  src: url(../fonts/Speedee/Speedee_Rg.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Bold";
  src: url(../fonts/Speedee/Speedee_Bd.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Light";
  src: url(../fonts/Speedee/Speedee_Lt.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Italic";
  src: url(../fonts/Speedee/Speedee_It.ttf) format("truetype");
}
@font-face {
  font-family: "Wanak";
  src: url(../fonts/wanak.ttf);
}
:root {
  font-size: clamp(1rem, 1rem + (1vw - 0.234375rem) * 0.5178, 1.1rem);
  min-height: 0vw;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Speedee", Arial, Helvetica, sans-serif;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.navbar {
  width: 100%;
  height: 60px;
  box-shadow: 0px 3px 13px -3px rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.navbar__container {
  width: 100%;
  height: 100%;
  min-width: 300px;
  max-width: 750px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar__container__button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.navbar__logo img {
  height: 40px;
  padding-left: 10px;
}
.navbar__menu--desktop {
  display: none;
}
.navbar__menu--desktop .yellow {
  color: #ffb81c;
}
.navbar__menu--desktop a {
  margin-inline: 10px;
}
.navbar__menu--desktop a svg {
  color: #1d5030;
}
.navbar__menu--mobile {
  width: 100%;
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 60px;
  height: 300px;
  display: none;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  color: #1d5030;
}
.navbar__menu--mobile .yellow {
  color: #ffb81c;
}
.navbar__menu--mobile a {
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .hamburger {
  margin-right: 15px;
}

.transparent {
  position: fixed;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgb(21, 21, 21);
  opacity: 60%;
  display: none;
}

.form-mb-5 {
  margin-bottom: 20px;
}

.form-pt-3 {
  padding-top: 12px;
}

.form-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 48px 0 48px;
  flex-direction: column;
  margin-top: 60px;
}

.form-form-wrapper {
  margin: 75px auto;
  max-width: 550px;
  width: 100%;
  background: white;
}

.form-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #1d5030;
  margin-bottom: 12px;
}

.form-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.form-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}

.form-form-input:focus {
  border-color: #ffb81c;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.form-btn {
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #ffb81c;
  color: white;
  cursor: pointer;
}

.form-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.form--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.form-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}
.intro {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
.intro svg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  min-width: 300px;
  max-width: 750px;
}

.flex-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
footer .copyright {
  color: #1d5030;
  text-align: center;
}

h1 {
  color: white;
  font-size: 1.8rem;
  margin-top: 20px;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  min-height: 1200px;
}

.svg {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.svg svg {
  max-width: 750px;
}

.intro-img {
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-img img {
  height: 140px;
}

.message-sent {
  margin-top: 200px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.message-sent h1 {
  color: #1d5030;
  text-align: center;
}
.message-sent img {
  width: 150px;
}/*# sourceMappingURL=contact.css.map */