/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Main sttyles */

body {
  background: #0F0F0F;
  background-repeat: no-repeat;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;  
  color: #fff;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

/* Header  */

header {
  margin-top: 24px;
  width: 100%;
}

header nav {
  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;
}

header nav .logo,
header nav .app-store a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



header nav .logo a:after {
  content: '';
  border-right: 1px solid rgba(217, 217, 217, 0.4);
  height: 20px;
  margin: 0 20px;
  display: inline-block;
}

header nav .logo span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.384px;
  color: rgba(255, 255, 255, 0.5);
}

header nav .app-store a {
font-weight: 500;
font-size: 17px;
line-height: 20px;
letter-spacing: -0.24px;
color: #0F0F0F;
background-color: #fff;
padding: 10px 20px 12px 16px;
border-radius: 100px;
-webkit-transition: background-color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}

header nav .app-store a:hover {
  background: #c3c1cb;
}

header nav .app-store a svg {
  margin-right: 8px;
}

/* Hero  */

.hero {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hero-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
    max-width: 720px;
}

.hero-content h1 {
  font-weight: 700;
  font-size: 86px;
  line-height: 86px;
  color: #fff;
  margin: 18px 0;
  text-align: center;
}

.hero-content .pre-title {
  color: #dba6fb;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: rgba(255, 255, 255, 0.10);
  padding: 6px 16px 6px 6px;
  border-radius: 50px;
  line-height: 19px;
}

.hero-content .pre-title .badge {
  padding: 4px 8px;
  background: -o-linear-gradient(279deg, #CC3AFF 0%, #FF95BB 100%);
  background: linear-gradient(171deg, #CC3AFF 0%, #FF95BB 100%); 
  -webkit-box-shadow: 0px -1px 0px rgba(208, 65, 251, 0.40) inset; 
          box-shadow: 0px -1px 0px rgba(208, 65, 251, 0.40) inset; 
  border-radius: 50px; 
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 8px;
  font-size: 12px;
}

.hero-content .sub-title {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  text-align: center;
  max-width: 540px;
}

.float-bg {
      position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.float-bg img {
    width: 100%;
}

/* Hero device  */

.device {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.device .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
 /* transform: rotate(1.59deg) translateZ(1px); */
  -webkit-animation: 4s rocking ease-in-out infinite;
          animation: 4s rocking ease-in-out infinite;
}

.device video {
  width: 100%;
  max-width: 285px;
  padding: 15px;
  border-radius: 40px;
}

@-webkit-keyframes rocking {
  from { top: 0px }
  50% { top: 16px }
  to { top: 0px }
}

@keyframes rocking {
  from { top: 0px }
  50% { top: 16px }
  to { top: 0px }
}

.device .video::after {
  content: '';
  background: url(/img/iPhone.png) no-repeat top left / 313px 640px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 5px;
}

/* Features section  */

.features {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.features .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
.features .col {
  background-color: rgba(33, 33, 33, 0.80);
  padding: 28px 32px;
  border-radius: 32px;
  width: 100%;
  position: relative;
} 

.features .col h3 {
  margin:0;
  font-size: 24px;
  margin-bottom: 12px;
}
.features .col span {
  color: rgba(255, 255, 255, 0.40);
  font-size: 18px;
  line-height: 24px;
}

.features .col img {
  display: block;
  margin-top: 120px;
}

.features .no-bg {
  background: unset !important;
  padding: 0;
}

.features .battery {
    position: absolute;
    bottom: -28px;
    right: 0;
}

.features .col-60 {
  width: 60%;
}

/* Footer section  */

footer .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    gap: 12px;
}

footer .outer div,
footer .outer a {
  font-size: 14px;
  letter-spacing: 0.384px;
  color: rgba(255, 255, 255, 0.4);
}

footer .outer a:hover {
  color: rgba(255, 255, 255, 0.8);
}


/* Privacy */

html body.privacy {
  background: #222;
}

body.privacy h1 {
  text-align: left;
}

body.privacy em {
  color: #fff;
}

body.privacy .container > * {
  padding-right: 20px;
  padding-left: 20px;
}

body.privacy .container a {
  color: #307aff;
  text-decoration: underline;
}

body.privacy .container li {
    padding-bottom: 1rem;
    line-height: 1.5;
}

body.privacy .container p {
  line-height: 1.5;
}

/* Mobile  */

@media (max-width: 1080px) {

  .hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .hero-content {
    margin-bottom: 60px;
  }

  header nav,
  .hero-content,
  .device,
  .features>div.row,
  footer .outer  {
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .hero-content .sub-title {
    font-size: 18px;
    line-height: 28px;
  }

  .features .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .features div.col-60 {
    width: 100%;
  }

  header nav .logo span,
  header nav .logo a:after,
  .features img.battery {
    display: none;
  }

  .features .col img {
    margin-top: 60px;
  }

}
