@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&family=Rubik:wght@300;400;500&display=swap");
html, body, main, .content {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #ffffff;
  background-color: #343434;
  margin: 0;
}

h1 {
  font-family: Rubik;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}

.phone-mockup {
  /* 251 × 521 pixels 
    screen size : 232 x 474
    Screen roundness : 8px
    9,5px padding
    */
  height: 521px;
  width: 251px;
  background: url(../../assets/images/note9.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.mockups .phone-mockup {
  margin-top: 100px;
  margin-left: -175px;
  -webkit-filter: drop-shadow(0px 0px 10px black);
          filter: drop-shadow(0px 0px 10px black);
}

.phone-mockup img {
  width: 232px;
  height: 474px;
  margin: 0 10px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.desktop-mockup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#3f3e3e));
  background-image: linear-gradient(#272727, #3f3e3e);
  padding: 24px 16px;
  border-radius: 16px;
  height: 450px;
  border-style: ridge;
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-filter: drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 0px 5px black);
}

.desktop-mockup img {
  height: 450px;
  width: 800px;
  border-radius: 8px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}

main > div {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .logo {
  height: 35px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 999;
  mix-blend-mode: difference;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltipcontent {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltipcontent {
  visibility: visible;
}

.container {
  max-width: 1080px;
  width: 100%;
}

/* .container:hover {
    background-color: rgba(255, 0, 0, 0.25);
}

.mockups:hover {
    background-color: rgba(255, 0, 0, 0.25);
} */
header .container {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mockups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 915px;
  margin-left: calc((915px * 0.25) / -2);
  margin-top: calc((450px * 0.25) / -2);
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about .text {
  max-width: calc(100% - 64px);
  width: 600px;
  /* line-height: 30px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
}

p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  background-color: #1a1a1a;
}

.home .container {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .mockups {
  -webkit-transform: translateY(50px) scale(0.75);
          transform: translateY(50px) scale(0.75);
}

.home .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

button {
  border: none;
  height: 40px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-right: 8px;
  padding: 0 16px;
  text-transform: uppercase;
  background: #e0e0e0;
  letter-spacing: 1px;
  border-radius: 8px;
  cursor: pointer;
}

.gpbutton {
  height: 60px;
  margin: -10px;
  cursor: pointer;
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 32px;
}

.features > div {
  width: calc(100% + 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -32px;
}

.features > div > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features > div.grey {
  background: rgba(255, 255, 255, 0.075);
}

.features > div:last-child {
  margin-bottom: -100px;
  padding-bottom: 100px;
}

.supported {
  background-color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.supported img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin: 8px;
  background-color: rgba(255, 255, 255, 0.144);
}

.supported .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.supported .container > span {
  font-size: 26px;
  font-family: Rubik;
  margin: 16px 0;
}

.content .princing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 32px;
  background: rgba(255, 255, 255, 0.075); };
}

.content .princing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 1118px) {
  .content .princing .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content .princing .container .noads {
  background-color: #0d6efd;
}

.content .princing .container .vip {
  background-color: #0d6efd;
}

.content .princing .container h1 {
  width: 100%;
  margin-bottom: 32px;
}

.content .princing .container > div {
  width: calc(50% - 16px);
  margin: 16px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  min-height: 200px;
}

@media (min-width: 1119px) {
  .content .princing .container > div {
    padding: 0 32px;
  }
}

@media (max-width: 1118px) {
  .content .princing .container > div {
    width: 100%;
    max-width: 520px;
  }
}

.content .princing .container > div > .title {
  font-size: 26px;
  height: 64px;
  font-family: Rubik, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .princing .container > div > .title > img {
  height: 22px;
  margin-right: 12px;
}

.content .princing .container > div > .price {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Rubik, sans-serif;
}

.content .princing .container > div > .price .frequency, .content .princing .container > div > .price .only {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

.content .princing .container > div > .price .only {
  margin-right: 16px;
}

.content .princing .container > div > .price .frequency {
  margin-left: 16px;
}

.content .princing .container > div > .price .currency {
  font-size: 30px;
}

.content .princing .container > div > .price .amount {
  font-size: 60px;
}

@media (max-width: 500px) {
  .content .princing .container > div > .price .amount {
    font-weight: 400;
  }
}

@media (max-width: 500px) {
  .content .princing .container > div > .price .currency, .content .princing .container > div > .price .amount {
    font-size: 34px;
  }
}

@media (max-width: 440px) {
  .content .princing .container > div > .price .currency, .content .princing .container > div > .price .amount {
    font-size: 24px;
  }
}

.content .princing .container > div > .price .note {
  -webkit-text-decoration: underline solid rgba(255, 255, 255, 0.35);
          text-decoration: underline solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.content .princing .container > div > .price .note::after {
  content: "*";
  text-decoration: none !important;
}

.content .princing .container > div .or {
  font-family: rubik;
  font-size: 26px;
}

.content .princing .container > div > .methods {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .princing .container > div > .methods > * {
  margin: 0 8px;
}

.footer {
  background-color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 32px;
  overflow: hidden;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1118px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .container .left {
  min-width: 300px;
}

.footer .container .left .logo_text {
  height: 40px;
  width: 132px;
}

.footer .container .left .networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  height: 32px;
}

.footer .container .left .networks span {
  margin-right: 8px;
  font-size: 26px;
}

.footer .container .left .networks a {
  padding: 0 8px;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.footer .container .left .networks a:hover {
  opacity: 1;
}

.footer .container .left .networks a img {
  height: 100%;
  width: 26px;
}

.footer .container .left .legaltext {
  display: block;
  margin-top: 32px;
  font-size: 12px;
  opacity: 0.5;
  white-space: pre-line;
}

.footer .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 100px;
}

@media (max-width: 1118px) {
  .footer .container .right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -16px;
    margin-top: 16px;
  }
}

@media (min-width: 1119px) {
  .footer .container .right {
    padding-left: 72px;
  }
}

.footer .container .right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100px;
  margin: 16px 16px;
}

.footer .container .right > div .title {
  font-family: rubik;
  font-weight: 400;
  margin-bottom: 12px;
  opacity: 0.75;
}

.footer .container .right > div a {
  opacity: 0.5;
}

.footer .container .right > div a:not(:hover) {
  text-decoration: none;
}

.navbtn {
  font-family: Rubik;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 0 16px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}

/* .navbtn:active {
    background: rgb(75, 75, 75);
    transition: background 0s;
} */
a:link, a:visited {
  color: white;
  font-weight: 400;
}

.navbtn span:first-child {
  margin: 0 16px 0 32px;
  color: white;
}

.navbtn span:last-child {
  width: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-align: end;
}

@media (min-width: 1119px) {
  .navbtn {
    display: none;
  }
  .features > div.grey > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .features .phone-mockup {
    margin: -50px 0;
  }
  header nav {
    font-size: 0px;
  }
  header nav a {
    font-family: Rubik;
    color: white;
    height: 70px;
    padding: 0 12px;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    mix-blend-mode: difference;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header nav a:first-of-type {
    padding-left: 24px;
  }
  header nav a:hover {
    -webkit-text-decoration: underline white;
            text-decoration: underline white;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (max-width: 1118px) {
  .home .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home {
    padding: 20px 32px 10px 32px;
    overflow: hidden;
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-top: 64px;
  }
  nav {
    display: none;
    background: rgba(31, 31, 31, 0.836);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: Rubik;
    font-size: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
  }
  nav a {
    font-weight: 300 !important;
    color: white;
    height: 70px;
    padding: 0 44px;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* animation: navitem 1s;
        background-image: linear-gradient(white, white);
        background-repeat: no-repeat;
        background-clip: text;
        -webkit-background-clip: text; */
  }
  /* @keyframes navitem {
        from {
            transform: translateX(var(--posx-anim));
            opacity: 0;
        }
    } */
  h1 {
    font-size: 40px;
  }
  .skweb {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */