@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Frank+Ruhl+Libre:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap");
html {
  background-color: #000000;
  background: rgb(0, 0, 0);
}

h2 {
  font-family: "Montserrat";
}

.logo-wrapper {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 7rem;
  top: 2em;
  z-index: 3;
  visibility: hidden;
}
.logo-wrapper .logo {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  opacity: 50%;
}
.logo-wrapper .logo:hover {
  transform: translate3d(0, 0, 0) scale(1.1);
  transition: transform 300ms ease-out 0ms, opacity 300ms ease-out 0ms;
  opacity: 100%;
}
@media all and (min-width: 700px) {
  .logo-wrapper {
    visibility: visible;
  }
}

.language-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 3rem;
  position: absolute;
  right: 7%;
  top: 2em;
  z-index: 3;
  text-decoration: none;
  overflow: hidden;
}
@media all and (min-width: 700px) {
  .language-wrapper {
    right: 7rem;
  }
}

.language {
  font-family: "Montserrat";
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.15em;
  cursor: pointer;
  display: inline-block;
  padding: 0.2em 0;
  position: relative;
  overflow: hidden;
  opacity: 50%;
}
.language:hover {
  transform: translate3d(0, 0, 0) scale(1.1);
  transition: transform 300ms ease-out 0ms, opacity 300ms ease-out 0ms;
  opacity: 100%;
}
@media all and (min-width: 700px) {
  .language {
    visibility: visible;
  }
}

.language:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2em;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
  overflow: hidden;
}

.language:hover::after,
.language:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
  transform: translate3d(0, 0, 0);
}

.language-alternative {
  width: fit-content;
  margin-left: 1em;
  margin-right: 1em;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  opacity: 50%;
}
.language-alternative:hover {
  opacity: 100%;
  transition: opacity 300ms, transform 300ms;
}

#toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 2em;
  left: 7%;
  width: 2em;
  height: 3rem;
  visibility: visible;
  opacity: 50%;
  z-index: 5;
}
@media all and (min-width: 700px) {
  .hamburger {
    visibility: hidden;
  }
}

.hamburger div {
  position: relative;
  width: 2em;
  height: 3px;
  background-color: #ffffff;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 3;
}

.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

.burger-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.burger-nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: Frank Ruhl Libre;
  font-weight: 400;
  font-size: 2rem;
}

nav a {
  position: relative;
  text-decoration: none;
  color: #6ecddd;
  font-size: 2em;
  display: inline-block;
  margin-top: 1.25em;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}

nav a:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

nav a:hover {
  color: white;
}

nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
}

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  color: #ffffff;
  background-position: center;
  background-size: 300vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media all and (min-width: 1000px) {
  body {
    background-size: 80%;
  }
}

.header-nav-wrapper {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: fit-content;
  position: absolute;
  top: 3em;
  z-index: 2;
  visibility: hidden;
}
.header-nav-wrapper .nav-link {
  width: fit-content;
  margin-left: 1em;
  margin-right: 1em;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  opacity: 50%;
}
.header-nav-wrapper .nav-link:hover {
  opacity: 100%;
  transition: opacity 300ms, transform 300ms;
}
@media all and (min-width: 700px) {
  .header-nav-wrapper {
    visibility: visible;
  }
}

.contact-wrapper {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: fit-content;
  margin-top: -4rem;
  bottom: 2em;
  z-index: 2;
}
.contact-wrapper .contact {
  width: fit-content;
  margin-left: 1em;
  margin-right: 1em;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  opacity: 50%;
}
.contact-wrapper .contact:hover {
  opacity: 100%;
  transition: opacity 300ms, transform 300ms;
}

main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin-bottom: 6rem;
}
@media all and (min-width: 1000px) {
  .main-wrapper {
    width: 60vw;
  }
}

.title-wrapper {
  margin-top: 10rem;
  margin-bottom: 48px;
}

.title-small {
  font-family: Frank Ruhl Libre;
  font-size: 2rem;
}

.title-big {
  font-family: Frank Ruhl Libre;
  font-size: 5rem;
}
@media all and (min-width: 1000px) {
  .title-big {
    font-size: 6rem;
  }
}

.reference-wrapper {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (min-width: 1000px) {
  .reference-wrapper {
    width: 100%;
  }
}

.reference {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 1000px) {
  .reference {
    width: 32rem;
  }
}

.reference-img {
  width: 120px;
  height: 120px;
  margin-bottom: 26px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
}

.reference-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}

.reference-position {
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  opacity: 50%;
}

.reference-name {
  font-family: Frank Ruhl Libre;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0rem;
}

.reference-testimonial {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  opacity: 50%;
  text-align: center;
}

.contact__link {
  display: block;
  width: 6rem;
  margin-top: 10px;
  line-height: 40px;
  font-size: 12px;
  font-family: "Montserrat";
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all 0.35s;
  border-radius: 100px;
  overflow: hidden;
}

.contact__link span {
  position: relative;
  z-index: 2;
}

.contact__link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all 0.35s;
  border-radius: 100px;
}

.contact__link:hover {
  color: #000000;
  cursor: pointer;
}

.contact__link:hover:after {
  width: 100%;
}/*# sourceMappingURL=references.css.map */