.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light, input[type=email], textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular, body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html {
  scroll-behavior: smooth;
}

.mb-0 {
  margin-bottom: 0;
}

.nav {
  position: fixed;
  width: 100%;
  background: #0a0c14e6 !important;
  backdrop-filter: blur(10px);
  height: auto;
  padding: 1rem;
  top: 0;
  left: 0;
  z-index: 99 !important;
  border-bottom: none !important;
  transition: 0.3s;
}

.nav__container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.nav__brand {
  display: none;
}

.nav__link {
  margin-right: 1rem;
  color: #0AFF70 !important;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.2s;
}
.nav__link:hover {
  color: #00a344 !important;
}
.nav__link:first-child svg, .nav__link:first-child img {
  width: 90px;
  height: auto;
}

.nav__account {
  position: absolute;
  right: 0;
}

.nav__sign-in {
  padding: 0.6rem 1rem;
  margin-right: 0.5rem;
  color: #f5f5f5;
  border: solid #f5f5f5 2px;
  border-radius: 30px;
  transition: 0.3s;
}
.nav__sign-in:hover {
  color: #0AFF70 !important;
  border-color: #00d659 !important;
}

.nav__sign-up {
  padding: 0.6rem 1rem;
  background: #0AFF70;
  color: #f5f5f5;
  border: solid #0AFF70 2px;
  border-radius: 30px;
  transition: 0.3s;
}
.nav__sign-up:hover {
  background: #00d659;
  color: #f5f5f5;
  border-color: #00d659;
}

.nav__menu-btn, .nav__backdrop {
  display: none;
}

.nav__user-account button {
  border-radius: 100px;
  padding-left: 7px;
  border: 2px solid #0AFF70;
  color: #0AFF70;
  font-weight: bold;
  background: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav__user-account button:hover, .nav__user-account button:focus {
  background: #0AFF70;
  border-color: #0AFF70;
}

.nav__user-account .dropdown-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.nav__user-account .dropdown-item svg {
  width: 20px;
  height: 20px;
  fill: #666;
  margin-right: 0.5rem;
}

.nav__user-account-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.7rem;
}
.nav__user-account-avatar img {
  width: 100%;
}

.nav__user-notif {
  margin-right: 1rem;
}
.nav__user-notif button {
  position: relative;
  color: #0AFF70;
  background: none;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nav__user-notif button::after {
  display: none;
}
.nav__user-notif button svg {
  width: 40px;
  height: 40px;
  fill: #0AFF70;
  margin-right: 0px;
}
.nav__user-notif button span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: -3px;
  display: block;
  font-weight: bold;
  color: #f5f5f5;
  background: #FB4F4F;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 0.8rem;
}

@media screen and (max-width: 1250px) {
  .nav__container {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav__brand {
    display: block;
  }
  .nav__brand svg, .nav__brand img {
    width: 90px;
    height: auto;
  }

  .nav__menu-btn {
    position: relative;
  }

  .nav__container {
    position: absolute;
    width: 300px;
    height: 100vh;
    top: 0;
    left: -310px;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #0a0c14;
    transition: 0.3s;
    padding-top: 6rem;
  }

  .nav__account {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: 1rem;
  }
  .nav__account .nav__sign-in, .nav__account .nav__sign-up {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .nav__account .nav__sign-in {
    color: #0AFF70 !important;
    border-color: #0AFF70 !important;
  }
  .nav__account .nav__sign-in:hover {
    color: #00d659 !important;
    border-color: #00d659 !important;
  }

  .nav__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
    color: #0AFF70 !important;
    border: solid 2px #0AFF70 !important;
    border-radius: 30px;
  }
  .nav__link:hover {
    color: #00d659 !important;
    border-color: #00d659 !important;
  }
  .nav__link:first-child {
    border: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nav__menu-btn {
    display: inline-block;
    margin: 0;
    padding: 8px;
    overflow: visible;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: inherit;
    font-size: 0;
    text-transform: none;
    cursor: pointer;
  }
  .nav__menu-btn .nav__menu-btn__inner {
    background: #0AFF70 !important;
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .nav__menu-btn .nav__menu-btn__inner::before {
    transition: 0.3s;
  }
  .nav__menu-btn .nav__menu-btn__inner::after {
    transition: 0.3s;
  }
  .nav__menu-btn.is-active .nav__menu-btn__inner {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.22s;
  }
  .nav__menu-btn.is-active .nav__menu-btn__inner::before {
    width: 20px;
    transform: rotate(0deg);
    transition: 0.3s;
  }
  .nav__menu-btn.is-active .nav__menu-btn__inner::after {
    width: 20px;
    transform: rotate(0deg);
    transition: 0.3s;
  }

  .nav__menu-btn__block {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
  }

  .nav__menu-btn__inner {
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav__menu-btn__inner, .nav__menu-btn__inner::before, .nav__menu-btn__inner::after {
    position: absolute;
    width: 36px;
    height: 3px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    background-color: inherit;
  }
  .nav__menu-btn__inner::before, .nav__menu-btn__inner::after {
    content: "";
    display: block;
  }
  .nav__menu-btn__inner::before {
    top: -8px;
  }
  .nav__menu-btn__inner::after {
    bottom: -8px;
  }

  .nav__backdrop {
    position: fixed;
    z-index: 98;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 100%;
    background: linear-gradient(90deg, transparent, #100F19 60%);
    opacity: 0.8;
    transition: 0.3s;
  }
}
body {
  margin: 0;
  padding: 0;
  background: #100F19;
  color: #f5f5f5;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}

.lead-title {
  font-size: 4rem;
}
.lead-title span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #70ffac 7.25%, #0AFF70 44.7%, #70ffac 86.3%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-weight: 700;
}

.primary-title {
  margin-bottom: 0;
  font-weight: 300;
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.primary-title span {
  color: #100F19;
  background: #f5f5f5;
  font-weight: 400 !important;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 0.2rem 2rem;
  margin-left: 1.5rem;
}

header {
  margin-top: calc(97px + 2rem) !important;
}

.header__logo {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 450px;
}

.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.header-wrapper div:first {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.primary-btn {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  background: #0AFF70;
  color: #100F19;
  font-size: 1.4rem;
  border-radius: 15px;
  transition: 0.3s;
}
.primary-btn:hover {
  background: #00d659;
}

.cta-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.cta-wrapper a {
  margin-left: 2rem;
}

.primary-section, header {
  position: relative;
  width: calc(100% - 4rem);
  margin: 0 auto;
  background: #0a0c14e6;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 2rem;
}

.primary-section h2, header h2 {
  margin-bottom: 2rem;
  font-weight: 300;
}
.primary-section h2 span, header h2 span {
  color: #100F19;
  background: #f5f5f5;
  font-weight: 400 !important;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 0.2rem 2rem;
  margin-left: 1.5rem;
}

.primary-section .lead, header .lead {
  font-size: 2.2rem;
  font-weight: 200;
  background-image: linear-gradient(#dfdfdf, gray);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-top: 0;
}
.primary-section .lead span, header .lead span {
  color: #f5f5f5;
}
.primary-section .lead a, header .lead a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400 !important;
  background: #0AFF70;
  padding: 0 15px;
  border-radius: 7px;
}

.card-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  align-items: start;
}

.card {
  position: relative;
  width: 100%;
  height: auto;
  color: #f5f5f5;
  border-radius: 15px;
  text-decoration: none;
}
.card:nth-child(1) {
  grid-column: 1/1;
  grid-row: 1;
}
.card:nth-child(2) {
  background: #0AFF70;
  grid-column: 2/3;
  grid-row: 1;
  height: 80px;
  font-size: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  color: #100F19;
  transition: 0.3s;
}
.card:nth-child(2):hover {
  background: #00d659;
}
.card:nth-child(3) {
  position: absolute;
  margin-top: 100px;
  grid-column: 2/3;
  grid-row: 1;
}
.card:nth-child(4) {
  grid-column: 3/3;
  grid-row: 1;
  margin-bottom: 100px;
}
.card__thumbnail {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 15px 15px;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 2rem;
  /*
  &::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 480px;
      background: linear-gradient(195deg, $primary-color, $secondary-color-bis);
      opacity: .7;
      top: 0;
      left: 0;
      transition: .3s;
  }
      */
}
.card__thumbnail img {
  width: 100%;
}

.card__body p {
  color: #858585;
  font-size: 1rem;
}

.card__body-title {
  color: #f5f5f5 !important;
  font-size: 1.5rem !important;
  margin-bottom: 0px;
}

.portfolio__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  height: auto;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 200;
  transition: 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.portfolio__item:hover {
  cursor: pointer;
}

.portfolio__item-legend {
  position: absolute;
  width: 100%;
  padding: 0 2rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid transparent 1px;
}
.portfolio__item-legend:hover {
  border-bottom: solid #6824efc9 1px;
}
.portfolio__item-legend span {
  transition: 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  position: relative;
  display: block;
}
.portfolio__item-legend span:nth-child(1) {
  width: 33.3333333333% !important;
}
.portfolio__item-legend span:nth-child(2) {
  width: 33.3333333333% !important;
  text-align: center;
}
.portfolio__item-legend span:nth-child(3) {
  width: 33.3333333333% !important;
  text-align: end;
}

.portfolio__item-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 2rem;
  opacity: 0;
  transition: 0.3s;
}

.portfolio__item-content-thumb {
  position: relative;
  width: 30%;
}
.portfolio__item-content-thumb img {
  width: 100%;
  border-radius: 15px;
}

.portfolio__item-content-text p {
  max-width: 650px;
}

.visit-btn {
  position: relative;
  display: block;
  padding: 1rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  min-width: 250px;
  border-bottom: #fff 2px solid;
  border-left: #100F19 2px solid;
  transition: 0.2s;
}
.visit-btn:hover {
  border-left: #fff 2px solid;
  padding-left: 2rem;
  border-bottom: #100F19 2px solid;
}

.logo {
  position: absolute;
  width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
  top: 1rem;
  left: calc(50% - 150px);
  z-index: 3;
}

.contact {
  position: relative;
  width: 100%;
  height: 100vh;
}

.contact-section {
  position: absolute;
  width: calc(100% - 4rem);
  height: 90vh;
  top: 10vh;
  left: 2rem;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #100F19;
  background: #0AFF70;
  border: solid 1px #0AFF70;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-section p {
  position: relative;
  width: 90%;
  text-align: center;
  font-size: 1.2rem;
}

form {
  position: relative;
  width: 90%;
  max-width: 550px;
}

input[type=email], textarea {
  position: relative;
  width: 100%;
  background: #0AFF70;
  border: solid 1px #100F19;
  padding: 1rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 7px;
  margin-bottom: 1rem;
  max-width: 550px;
}

textarea {
  min-height: 200px;
}

button[type=submit] {
  position: relative;
  width: 100%;
  padding: 1rem;
  background: #100F19;
  border: none;
  border-radius: 7px;
  transition: 0.3s;
  color: #fff !important;
  height: 80px;
  font-size: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  color: #100F19;
  transition: 0.3s;
}
button[type=submit]:hover {
  cursor: pointer;
  background: #6924EF;
}

.card__body-table {
  position: relative;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 15px;
  border: solid 1px #6824efc9;
}
.card__body-table tr td {
  padding: 0.5rem;
}

@media screen and (max-width: 500px) {
  .primary-section h2 span, header h2 span {
    margin-left: 0.5rem;
  }

  .primary-title {
    width: 100%;
  }

  .card-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
  }

  .card {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    margin-bottom: 2rem !important;
  }

  .card__thumbnail {
    height: 300px;
  }
  .card__thumbnail img {
    width: 100%;
  }

  .contact-section {
    width: calc(100% - 2rem);
    left: 1rem;
  }

  .contact .logo {
    margin-top: 3rem;
    width: 150px;
    left: calc(50% - 75px);
  }
}
@media screen and (max-width: 500px) {
  .primary-section, header {
    width: calc(100% - 2rem);
  }

  .card__thumbnail {
    height: 250px;
  }

  .portfolio__item {
    min-height: 95px;
  }

  .portfolio__item-legend {
    padding: 20px 1rem;
    height: 95px;
    border-bottom: solid 1px #6824efc9;
  }
  .portfolio__item-legend:hover {
    border-bottom: solid 1px #6824efc9;
  }

  .portfolio__item-legend span:nth-child(1) {
    width: 100% !important;
    height: 25px;
    text-align: start;
    padding: 0;
    margin-bottom: 0;
  }
  .portfolio__item-legend span:nth-child(2) {
    width: 100% !important;
    height: 25px;
    text-align: end;
    padding: 0;
    margin-bottom: 0;
  }
  .portfolio__item-legend span:nth-child(3) {
    width: 100% !important;
    height: 25px;
    text-align: end;
    padding: 0;
    margin-bottom: 0;
  }

  .portfolio__item-content {
    margin-top: 95px;
  }

  .portfolio__item-content-thumb {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .primary-title span {
    padding: 0.2rem 1rem;
    margin-left: 0.5rem;
  }
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000;
  padding: 1px;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 8px;
}

/*# sourceMappingURL=style.css.map */
