/*
0 - 799px:      Mobile
800 - 1366px:   Desktop-s
1367 - 1200:    Desktop-m

$breakpoint arguement choices:
- mobile
- desktop-s
- desktop-m

ORDER: Base + typography > general layout > page layout > components

1em = 16px
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  /*   @include respond(tab) {
        font-size: ; //1 rem = 
    }
    
    @include respond(desktop) {
        font-size: ; //1rem = 
    }*/ }

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: inherit; }

.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.btn {
  position: fixed;
  right: 1.5rem;
  bottom: 1rem;
  background: #da1b60;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200; }
  @media (min-width: 50em) {
    .btn {
      right: 5vw;
      bottom: 2rem;
      background: #060d36; }
      .btn:hover, .btn:active, .btn:focus {
        background-color: #da3a75e6; }
      .btn:hover > .btn__txt {
        color: #fff; } }
  .btn--contact {
    width: 10rem;
    height: 4rem; }
  .btn--blog {
    width: 17rem;
    height: 4rem; }
  .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1rem; }
    @media (min-width: 50em) {
      .btn__txt {
        color: #fff; } }

.order-btn {
  background: #da1b60;
  width: 11rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  margin-bottom: 5rem;
  justify-self: center;
  z-index: 0;
  transition: .3s; }
  .order-btn__txt {
    font-size: 1.7rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .order-btn:hover {
    transform: scale(1.1); }

.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  text-align: center;
  background: #060d36;
  border: white solid 1px;
  font-family: "Exo 2", sans-serif;
  font-size: 1.2rem;
  z-index: 200;
  transition: .3s; }
  @media (min-width: 50em) {
    .cookies {
      width: 30%; } }
  .cookies__txt {
    color: #CFCFCF;
    padding: 0 1rem; }
  .cookies__policy {
    color: #fff; }
    .cookies__policy:hover {
      cursor: pointer;
      color: #fff;
      text-decoration: underline; }
  .cookies__button {
    display: flex;
    justify-items: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
    margin: 0 1rem;
    color: #060d36;
    background: #CFCFCF;
    padding: .5rem 1rem; }
    .cookies__button:active {
      transform: translateY(5%); }

.logo {
  display: flex;
  align-items: center; }
  .logo__image {
    height: 6vh;
    max-width: 40vw;
    margin: auto 0 auto 1rem; }
  @media (min-width: 50em) {
    .logo {
      margin-left: 5rem; } }

.menu-btn {
  display: block;
  position: fixed;
  top: 5vh;
  transform: translateY(-50%);
  right: 1.5rem;
  height: 3.5rem;
  width: 5rem;
  z-index: 200; }
  @media (min-width: 50em) {
    .menu-btn {
      right: 17vw;
      height: 5rem;
      width: 6rem; } }

.menu {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 100; }
  .menu__bar {
    position: relative;
    top: 4.5vh;
    right: 2rem;
    display: block;
    width: 3rem;
    height: .2rem;
    background-color: #fff;
    transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 100; }
    @media (min-width: 50em) {
      .menu__bar {
        right: 17vw;
        width: 6rem;
        height: .365rem; } }
    .menu__bar::before, .menu__bar::after {
      content: "";
      position: absolute;
      width: 3rem;
      height: .2rem;
      background-color: #fff;
      transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
      @media (min-width: 50em) {
        .menu__bar::before, .menu__bar::after {
          width: 6rem;
          height: .365rem; } }
    .menu__bar::before {
      top: -.7rem; }
      @media (min-width: 50em) {
        .menu__bar::before {
          top: -1.5rem; } }
    .menu__bar::after {
      top: .7rem; }
      @media (min-width: 50em) {
        .menu__bar::after {
          top: 1.5rem; } }
  .menu__checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    outline: none;
    display: none; }
    .menu__checkbox:checked ~ .menu__bar::before {
      transform: rotate(45deg);
      top: 0; }
    .menu__checkbox:checked ~ .menu__bar {
      background-color: transparent; }
    .menu__checkbox:checked ~ .menu__bar::after {
      transform: rotate(-45deg);
      top: 0; }
    .menu__checkbox:checked ~ .menu__bar::after {
      transform: rotate(-45deg);
      top: 0; }
    .menu__checkbox:checked ~ .menu__nav {
      transform: translate(0); }
  .menu__nav {
    width: 100vw;
    height: 100vh;
    transform: translate(100vw, -100vh);
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #060d36;
    border-left: 0.3rem #f94f00 solid;
    border-bottom: 0.3rem #f94f00 solid;
    transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
    @media (min-width: 50em) {
      .menu__nav {
        width: 25vw;
        height: 50rem; } }
  .menu__list {
    position: absolute;
    max-height: 30rem;
    bottom: 2rem;
    left: 3rem;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 3;
    letter-spacing: .2rem; }
    @media (min-width: 50em) {
      .menu__list {
        font-size: 1.6rem;
        line-height: 3.5;
        top: 10rem; } }
  .menu__point {
    list-style: none; }
    .menu__point:hover, .menu__point:active, .menu__point:focus {
      color: #f94f00;
      font-weight: 700; }

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 10rem 0; }
  @media (min-width: 50em) {
    .video {
      width: 65%;
      padding-bottom: 36.56%;
      justify-self: center; } }

.iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: linear-gradient(to right, #060d36 20%, #09005e);
  border-bottom: #AEAEAE 1px solid;
  z-index: 1;
  overflow: hidden; }
  @media (min-width: 50em) {
    .header {
      flex-direction: row;
      height: 10vh;
      justify-content: space-between; } }

.eu {
  display: flex;
  justify-content: center;
  align-items: center; }
  .eu__image {
    max-height: 5vh; }
    @media (min-width: 50em) {
      .eu__image {
        max-height: 100%; } }

.nav {
  display: none;
  position: fixed;
  left: 10%;
  width: 10%;
  height: 90vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 90);
  transition: .3s;
  /* To avoid a jumpy result */
  z-index: 100; }
  @media (min-width: 50em) {
    .nav {
      display: flex; } }
  .nav__content {
    width: 100%;
    height: 100%;
    display: flex;
    border-right: white solid 1px;
    transition: .3s;
    z-index: 110; }
  .nav__list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%; }
  .nav__item {
    height: 100%;
    text-align: center;
    list-style: none;
    border: #fff solid 0.5px; }
    .nav__item:last-child {
      border-bottom: none; }
  .nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem; }
    .nav__link, .nav__link:link, .nav__link:visited {
      font-family: "Exo 2", sans-serif;
      font-weight: 300;
      font-size: 1.6rem;
      letter-spacing: .1rem;
      color: #fff;
      background: #060d36; }
    .nav__link:hover, .nav__link:active, .nav__link:focus {
      background: #da3a75e6; }

.section {
  display: grid;
  align-items: center; }
  @media (min-width: 50em) {
    .section {
      width: 80%;
      transform: translate(10vw); } }
  .section__anchor {
    transform: translateY(-11vh); }
  .section__choice {
    width: 100%;
    display: grid;
    grid-template: 5fr auto 5fr auto 5fr auto 5fr auto/ 1fr 1fr;
    justify-items: center;
    align-items: center; }
    @media (min-width: 50em) {
      .section__choice {
        grid-template: auto auto auto auto / 1fr 1fr; } }
  .section__part--1 {
    grid-area: 1 / 1; }
  .section__part--2 {
    grid-area: 1 / 2; }
  .section__part--3 {
    grid-area: 3 / 1; }
  .section__part--4 {
    grid-area: 3 / 2; }
  .section__part--5 {
    grid-area: 5 / 1; }
  .section__part--6 {
    grid-area: 5 / 2; }
  .section__part--7 {
    grid-area: 7 / 1; }
  .section__features {
    width: 100%;
    display: grid;
    grid-template: 5fr auto / 1fr 1fr;
    padding-bottom: 3rem; }
  .section__feature-list {
    grid-area: 1 / 1 / 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    list-style: none; }
  .section__feature-item {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    padding: 3rem 3rem 3rem 0;
    width: 90%; }
    .section__feature-item--name {
      display: block;
      padding-bottom: 1rem;
      font-weight: 600; }
    .section__feature-item--benefit {
      font-weight: 300; }
    .section__feature-item--blog {
      font-weight: 300;
      text-decoration: underline;
      line-height: 2; }
      .section__feature-item--blog:hover, .section__feature-item--blog :active {
        color: #da1b60; }
    @media (min-width: 50em) {
      .section__feature-item {
        text-align: center; } }
  .section__notion {
    width: 100%;
    display: grid;
    grid-template: 3fr auto / 1fr 1fr;
    justify-items: center;
    align-items: center; }
  .section__social {
    width: 100%;
    display: grid;
    grid-template: 3fr auto / 1fr;
    justify-items: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 50em) {
      .section__social {
        padding: 0 7rem; } }
  .section__product {
    width: 100%;
    display: grid;
    grid-template: auto auto / 3fr 2fr;
    justify-items: center;
    align-items: center; }
    @media (min-width: 50em) {
      .section__product {
        grid-template: auto auto / 2.5fr 2fr; } }
  .section__contact {
    width: 100%;
    display: grid;
    grid-template: 2fr auto / 1fr 1fr;
    justify-items: center;
    align-items: center;
    padding: 10rem 0; }
  .section__footer {
    font-family: "Montserrat", sans-serif;
    background: #060d36;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 300;
    font-size: 1rem;
    padding: 1rem; }
  .section__title {
    font-family: "Exo 2", serif;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-align: center;
    padding: 6rem 0 5rem 0; }
    .section__title--hashtag {
      text-transform: none; }
    @media (min-width: 50em) {
      .section__title {
        font-size: 4rem;
        padding: 5rem 18rem; } }
    .section__title--blog {
      padding-top: 10rem;
      padding-bottom: 5rem; }
    .section__title--blog-2 {
      font-size: 2rem; }
  .section__subtitle {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 3rem 0 3rem 0;
    transition: .3s; }
    .section__subtitle--1 {
      grid-area: 2 / 1; }
      .section__subtitle--1:hover ~ .section__pic--1 {
        background-color: #da3a75e6; }
    .section__subtitle--2 {
      grid-area: 2 / 2; }
      .section__subtitle--2:hover ~ .section__pic--2 {
        background-color: #da3a75e6; }
    .section__subtitle--3 {
      grid-area: 4 / 1; }
      .section__subtitle--3:hover ~ .section__pic--3 {
        background-color: #da3a75e6; }
    .section__subtitle--4 {
      grid-area: 4 / 2; }
      .section__subtitle--4:hover ~ .section__pic--4 {
        background-color: #da3a75e6; }
    .section__subtitle--5 {
      grid-area: 6 / 1; }
      .section__subtitle--5:hover ~ .section__pic--5 {
        background-color: #da3a75e6; }
    .section__subtitle--6 {
      grid-area: 6 / 2; }
      .section__subtitle--6:hover ~ .section__pic--6 {
        background-color: #da3a75e6; }
    .section__subtitle--7 {
      grid-area: 8 / 1; }
      .section__subtitle--7:hover ~ .section__pic--7 {
        background-color: #da3a75e6; }
    @media (min-width: 50em) {
      .section__subtitle {
        font-size: 2.5rem; } }
    .section__subtitle--a {
      display: block; }
      .section__subtitle--a:hover {
        text-decoration: underline;
        transition: .3s; }
    .section__subtitle--price {
      display: block;
      padding-top: 1rem;
      font-size: 1.8rem;
      font-weight: 300; }
    .section__subtitle--blog {
      padding-top: 10rem;
      font-family: "Exo 2", serif;
      font-weight: 500; }
  .section__description {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: justify;
    padding: 1rem 2rem 5rem 2rem; }
    .section__description--social {
      text-align: center; }
    .section__description--highlight {
      font-weight: 500; }
    @media (min-width: 50em) {
      .section__description {
        font-size: 1.6rem;
        padding: 5rem 20% 5rem 20%;
        line-height: 2; } }
    .section__description--product {
      grid-area: 2 / 1 / 2 / 3; }
  .section__textblock {
    display: block; }
    .section__textblock:not(:first-child) {
      padding-top: 5rem; }
  .section__pic {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden; }
    .section__pic--1 {
      border-right: 1px solid #AEAEAE; }
      .section__pic--1:hover ~ .section__subtitle--1 {
        background-color: #da3a75e6;
        color: #fff; }
    .section__pic--2:hover ~ .section__subtitle--2 {
      background-color: #da3a75e6;
      color: #fff; }
    .section__pic--3 {
      border-right: 1px solid #AEAEAE; }
      .section__pic--3:hover ~ .section__subtitle--3 {
        background-color: #da3a75e6;
        color: #fff; }
    .section__pic--4:hover ~ .section__subtitle--4 {
      background-color: #da3a75e6;
      color: #fff; }
    .section__pic--5 {
      border-right: 1px solid #AEAEAE; }
      .section__pic--5:hover ~ .section__subtitle--5 {
        background-color: #da3a75e6;
        color: #fff; }
    .section__pic--6:hover ~ .section__subtitle--6 {
      background-color: #da3a75e6;
      color: #fff; }
    .section__pic--7 {
      border-right: 1px solid #AEAEAE; }
      .section__pic--7:hover ~ .section__subtitle--7 {
        background-color: #da3a75e6;
        color: #fff; }
    .section__pic--a {
      display: flex;
      flex-direction: row;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      backface-visibility: hidden;
      transition: .3s; }
      .section__pic--a:hover {
        background-color: #da3a75e6; }
  .section__img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 35rem; }
    .section__img--start {
      padding: 3rem 0 0 0; }
    @media (min-width: 50em) {
      .section__img {
        width: 50%; } }
  .section__icon {
    width: 60%;
    backface-visibility: hidden; }
    @media (min-width: 50em) {
      .section__icon {
        width: 20%; } }
  .section__social-icon {
    width: 20%;
    transition: .3s; }
    .section__social-icon:hover {
      transform: scale(1.1); }
    @media (min-width: 50em) {
      .section__social-icon {
        width: 10%; } }
  .section__contact-icon {
    width: 30%;
    transition: .3s; }
    .section__contact-icon:hover {
      transform: scale(1.1); }
    @media (min-width: 50em) {
      .section__contact-icon {
        width: 20%; } }
  .section__list {
    display: flex;
    flex-direction: column;
    justify-self: flex-end;
    list-style: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 3rem 0 3rem 2rem;
    list-style-position: outside; }
    @media (min-width: 50em) {
      .section__list {
        font-size: 1.5rem;
        line-height: 1.5;
        max-width: 70%;
        padding-left: 0; } }
  .section__item {
    padding-bottom: 2rem; }
    .section__item::before {
      content: "";
      display: inline-block;
      width: .6rem;
      height: .6rem;
      background-size: 50%;
      margin-right: 1rem; }
    .section__item--a::before {
      background: #14151f; }
    .section__item--b::before {
      background: #000; }

.section-a {
  background-color: #eee; }

.section-b {
  background-color: #CFCFCF; }

@media (min-width: 50em) {
  .wrapper {
    max-width: 80%;
    margin: 0 auto; } }
