* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

a, h1, h2, h3, h4, button {
  color: #282828;
}

nav {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0% 20%;
  min-height: 8vh;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

nav a {
  text-decoration: none;
  color: black;
  font-size: 0.9rem;
}

nav .nav-links-mobile {
  display: none;
}

nav .nav-links a, nav .nav-links button {
  margin-left: 2rem;
}

nav .logo {
  font-size: 1rem;
  font-weight: bold;
}

nav .buy-button {
  cursor: pointer;
  padding: 0.2rem 2rem;
  font-size: 0.6rem;
  color: white;
  border: none;
  border-radius: 1rem;
  background: #3056f5;
}

nav .buy-button:hover {
  background: #294bd3;
}

.first-page {
  min-height: 100vh;
  padding: 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-page .first-page-text {
  z-index: 2;
  text-align: center;
  padding-bottom: 10rem;
}

.first-page .first-page-title {
  font-size: 1.5rem;
}

.first-page .first-page-subtitle {
  font-size: 3rem;
}

.first-page .intro-video {
  position: absolute;
}

.second-page {
  min-height: 125vh;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.second-page .smoke-video {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.second-page .second-text {
  padding: 5% 30%;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.third-page {
  position: relative;
  padding: 0% 10%;
}

.third-page .product-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  background: white;
}

.third-page .phone-size {
  font-size: 2rem;
  font-weight: bold;
}

.third-page .pro-size {
  text-align: right;
}

.third-page .max-size {
  text-align: left;
}

.third-page .product-images {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.third-page .product-images .large-phone {
  position: relative;
  -webkit-transform: translateX(40%) scale(0.7);
          transform: translateX(40%) scale(0.7);
  z-index: 1;
}

.third-page .product-images .small-phone {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-40%) scale(0.7);
          transform: translateX(-40%) scale(0.7);
}

.third-page .retina-line {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, -8%);
          transform: translate(-50%, -8%);
  font-size: 0.8rem;
  font-weight: bold;
}

.fourth-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.fourth-page .purchase-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
}

.fourth-page .purchase-left .phone-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.fourth-page .purchase-left .phone-gallery img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.fourth-page .purchase-left .phone-gallery .phone-gallery-container {
  min-width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fourth-page .purchase-left .swatch-container {
  position: relative;
  bottom: 10%;
  text-align: center;
}

.fourth-page .purchase-left .swatch-container .swatches img {
  padding: 0.5rem 0.3rem;
  cursor: pointer;
}

.fourth-page .purchase-left .swatch-container span {
  font-size: 0.8rem;
}

.fourth-page .purchase-right {
  min-width: 50vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: black;
}

.fourth-page .purchase-right img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) scale(0.55);
          transform: translate(-50%, 0%) scale(0.55);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.fourth-page .blue {
  z-index: 1;
}

.fifth-page {
  min-height: 100vh;
}

.fifth-page .product-video {
  position: absolute;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.fifth-page .product-info-container {
  position: relative;
  z-index: 2;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0% 8rem;
}

.fifth-page .product-info-container .left-info, .fifth-page .product-info-container .right-info {
  width: 20%;
}

.fifth-page .product-info-container .left-info h3, .fifth-page .product-info-container .right-info h3 {
  color: #c1c1c1;
  padding: 3rem 0rem;
}

.fifth-page .product-info-container .left-info h3 span, .fifth-page .product-info-container .right-info h3 span {
  color: #d2d2d2;
  font-size: 1.5rem;
}

.sixth-page {
  min-height: 100vh;
  width: 100%;
  padding: 10% 12%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sixth-page .portrait {
  height: 70vh;
}

.sixth-page .photo-title {
  font-size: 2rem;
}

.sixth-page .photo-subtitle {
  font-size: 2.75rem;
}

.sixth-page .phone-video {
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 2;
  -webkit-transform: translate(-40%, 0%);
          transform: translate(-40%, 0%);
}

.sixth-page .phone-video img, .sixth-page .phone-video video {
  position: absolute;
}

.sixth-page .phone-video img {
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.sixth-page .phone-video video {
  left: 1rem;
  bottom: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border-radius: 2rem;
}

@media screen and (max-width: 1000px) {
  nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2%;
    min-height: 8vh;
  }
  nav .logo {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
  nav .nav-links {
    display: none;
  }
  nav .nav-links-mobile {
    display: block;
  }
  nav .nav-links-mobile a {
    font-size: 0.8rem;
    margin-left: 0.75rem;
  }
  nav .nav-links-mobile .button {
    padding: .25rem 0rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second-page .second-text {
    padding: 5% 20%;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .third-page {
    padding: 0%;
    min-height: 100vh;
    width: 100%;
  }
  .third-page .product-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    background: white;
  }
  .third-page .product-images {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .third-page .product-images .large-phone {
    position: relative;
    -webkit-transform: translateX(25%) scale(0.5);
            transform: translateX(25%) scale(0.5);
    z-index: 1;
  }
  .third-page .product-images .small-phone {
    position: relative;
    z-index: 2;
    -webkit-transform: translate(-25%, -105%) scale(0.5);
            transform: translate(-25%, -105%) scale(0.5);
  }
  .third-page .retina-line {
    position: absolute;
    bottom: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    font-size: 0.7rem;
    text-align: center;
  }
  .fourth-page {
    min-height: 100vh;
  }
  .fourth-page .purchase-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: white;
  }
  .fourth-page .purchase-left .phone-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .fourth-page .purchase-left .phone-gallery img {
    -webkit-transform: translateX(-25%) scale(0.45);
            transform: translateX(-25%) scale(0.45);
  }
  .fourth-page .purchase-left .phone-gallery .phone-gallery-container {
    min-width: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fourth-page .purchase-left .swatch-container {
    position: relative;
    bottom: 10%;
    text-align: center;
  }
  .fourth-page .purchase-left .swatch-container .swatches img {
    padding: 0.5rem 0.3rem;
    cursor: pointer;
  }
  .fourth-page .purchase-left .swatch-container span {
    font-size: 0.8rem;
  }
  .fourth-page .purchase-right {
    min-width: 50vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    background: black;
  }
  .fourth-page .purchase-right img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) scale(0.3);
            transform: translate(-50%, 0%) scale(0.3);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .fourth-page .blue {
    z-index: 1;
  }
  .fifth-page {
    min-height: 100vh;
    background: black;
  }
  .fifth-page .product-video {
    position: absolute;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .fifth-page .product-info-container {
    position: relative;
    z-index: 2;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0% 4rem;
  }
  .fifth-page .product-info-container .left-info, .fifth-page .product-info-container .right-info {
    width: 20%;
  }
  .fifth-page .product-info-container .left-info h3, .fifth-page .product-info-container .right-info h3 {
    color: #c1c1c1;
    padding: 2rem 0rem;
  }
  .fifth-page .product-info-container .left-info h3 span, .fifth-page .product-info-container .right-info h3 span {
    color: #d2d2d2;
    font-size: 1.5rem;
  }
  .sixth-page {
    min-height: 100vh;
    width: 100%;
    padding: 10%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sixth-page .portrait {
    height: 50vh;
  }
  .sixth-page .photo-title {
    font-size: 1rem;
  }
  .sixth-page .photo-subtitle {
    font-size: 1.5rem;
  }
  .sixth-page .phone-video {
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 2;
    -webkit-transform: translate(-30%, 0%);
            transform: translate(-30%, 0%);
  }
  .sixth-page .phone-video img, .sixth-page .phone-video video {
    position: absolute;
  }
  .sixth-page .phone-video img {
    z-index: 2;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .sixth-page .phone-video video {
    left: 1rem;
    bottom: 1rem;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    border-radius: 2rem;
  }
}
/*# sourceMappingURL=Style.css.map */