@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;
  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%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  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;
  }
}

.content {
  width: 60vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content .card-wrapper {
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 1000px) {
  .content .card-wrapper {
    flex-direction: column;
    width: auto;
  }
}

/*Card Start*/
.reference-card {
  width: 21rem;
  height: 30rem;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  margin: 0.5em;
}
.reference-card:hover .reference-card__overlay {
  opacity: 1;
  z-index: 1;
  border-radius: 20px;
}
.reference-card:hover .reference-card__no-hover {
  opacity: 0;
  z-index: 10;
  border-radius: 20px;
}
.reference-card:hover .reference-card__hover {
  opacity: 1;
  z-index: 10;
  border-radius: 20px;
}
.reference-card:hover .reference-card__hover .reference-card__title {
  opacity: 1;
  transform: translateY(0);
}
.reference-card:hover .reference-card__hover .reference-card__bar {
  transform: translateY(0);
  opacity: 1;
  height: 4px;
  border-radius: 20px;
  color: #000000;
  font-family: Montserrat;
  font-weight: 900;
}
.reference-card:hover .reference-card__hover .reference-card__subtitle {
  opacity: 1;
  transform: translateY(0);
}
.reference-card:hover .reference-card__bg_black,
.reference-card:hover .reference-card__bg {
  transform: translate3d(0, 0, 0) scale(1.05);
  transition: transform 300ms ease-out 0ms, opacity 300ms ease-out 0ms;
  opacity: 1;
  z-index: 9;
  border-radius: 20px;
}
.reference-card .reference-card__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: 0.5s opacity;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  border-radius: 20px;
}
.reference-card .reference-card__no-hover {
  transition: opacity 300ms ease-out;
  border-radius: 20px;
}
.reference-card .reference-card__hover {
  opacity: 0;
  transition: opacity 300ms ease-out;
  border-radius: 20px;
}
.reference-card .reference-card__title {
  bottom: 20%;
  left: -15%;
  opacity: 0;
  font-family: "Montserrat";
  transform: translateY(10%);
  transition: opacity 300ms ease-out 0ms, transform 500ms ease-out 0ms;
}
.reference-card .reference-card__bar {
  background-color: #000000;
  height: 4px;
  bottom: 10%;
  width: 80%;
  left: 5%;
  transform: translateY(10%);
  transition: opacity 900ms ease-out 100ms, transform 900ms ease-out 100ms;
  color: #000000;
  font-family: Montserrat;
  font-weight: 900;
}
.reference-card .reference-card__subtitle {
  top: 40%;
  left: -15%;
  opacity: 0;
  font-family: "Montserrat";
  transform: translateY(10%);
  transition: opacity 300ms ease-out 0ms, transform 500ms ease-out 0ms;
}
.reference-card .reference-card__hover,
.reference-card .reference-card__no-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}
.reference-card .reference-card__bg_black,
.reference-card .reference-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 300ms ease-out 0ms, opacity 300ms ease-out 300ms;
  opacity: 0;
  transform-style: preserve-3d;
  will-change: transform;
  border-radius: 20px;
}
.reference-card .reference-card__bg_black {
  opacity: 1;
  mix-blend-mode: luminosity;
  border-radius: 20px;
}
.reference-card .reference-card__title {
  position: absolute;
  bottom: 15%;
  left: 5%;
  font-family: "Montserrat";
  font-size: 3rem;
  color: #000000;
  pointer-events: none;
}
.reference-card .reference-card__bar {
  position: absolute;
  left: 5%;
  width: 50%;
  height: 4px;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  margin-top: 1em;
  border-radius: 20px;
  color: #000000;
  font-family: Montserrat;
  font-weight: 900;
}
.reference-card .reference-card__subtitle {
  position: absolute;
  bottom: 8%;
  left: 5%;
  width: 18rem;
  font-family: "Montserrat";
  font-size: 1em;
  color: #000000;
  pointer-events: none;
  visibility: hidden;
}/*# sourceMappingURL=projects.css.map */