.u-margin-left-big {
  margin-left: 10rem; }

.u-margin-top-small {
  margin-top: -2rem; }

.u-margin-top-big {
  margin-top: 10rem; }

.u-margin-top-medium {
  margin-top: 5rem; }

.u-whitening {
  color: #fff !important;
  border-color: #fff !important;
  border-width: .2rem !important; }

.u-center-text {
  text-align: center; }

.u-margin-bottom-small {
  margin-bottom: 1rem; }

.u-margin-bottom-big {
  margin-bottom: 4rem; }

.u-margin-bottom-large {
  margin-bottom: 8rem; }

.u-margin-top-large {
  margin-top: 9rem; }

.u-force-upwards-small {
  transform: translateY(-9rem); }

.u-force-upwards-big {
  transform: translateY(-18rem); }

.u-force-upwards-tiny {
  transform: translateY(-3rem); }

.u-bordered-box {
  border: solid 3px #fff;
  display: inline-block;
  padding: 1.2rem; }

.u-force-down-tiny {
  transform: translateY(3rem); }

.u-force-right-medium {
  transform: translateX(10rem); }

.u-force-right-small {
  transform: translateX(4rem); }

.u-force-left-small {
  transform: translateX(-10rem); }

.u-devices-height {
  height: 50rem; }

.u-padding-small {
  padding: 1rem !important; }

@keyframes movinleft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes movinright {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes movinBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes sixty {
  to {
    width: 60%; } }

@keyframes seventyfive {
  to {
    width: 75%; } }

@keyframes seventy {
  to {
    width: 70%; } }

@keyframes fifty {
  to {
    width: 50%; } }

@keyframes eightyfive {
  to {
    width: 85%; } }

@keyframes eighty {
  to {
    width: 85%; } }

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

html {
  /* 100%/16 16 itu font default size  */
  font-size: 62.5%;
  overflow-x: hidden; }

::-webkit-scrollbar {
  display: none; }

body {
  box-sizing: border-box; }
  @media only screen and (max-width: 56.25em) {
    body {
      position: absolute; } }

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  font-size: 2rem;
  border: none;
  cursor: pointer; }

.btn--white {
  background-color: #fff;
  color: #000; }
  .btn--white::after {
    background-color: #fff; }

.btn--green {
  background-color: #55c57a;
  color: #fff; }
  .btn--green::after {
    background-color: #55c57a; }

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn:hover::after {
    transform: scaleX(1.5) scaleY(1.6);
    opacity: 0; }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s; }

.btn--animated {
  animation: movinBottom .5s ease-out .75s;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  font-size: 2rem;
  color: #333;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #333;
  padding: 2rem;
  transition: all .5s;
  border-radius: .9rem; }

.btn-text:hover {
  background-color: #843E93;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  border-bottom: none; }

.btn-text:active {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(0); }

body {
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #777; }

.heading-primary {
  color: #fff;
  text-transform: capitalize;
  backface-visibility: hidden;
  margin-bottom: 6rem; }
  .heading-primary--main {
    display: block;
    font-size: 15rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.009em;
    animation-name: movinleft;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    /* animation-delay: 3s; */
    /* animation-iteration-count: 3; */ }
  .heading-primary--sub {
    display: block;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .01rem;
    animation: movinright 3s; }

.heading-secondary {
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: -.02em;
  color: transparent;
  background-image: linear-gradient(to right, black, #777);
  -webkit-background-clip: text;
  transition: all .2s;
  line-height: 1em; }
  .heading-secondary:hover {
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.heading-quartiary {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #333; }

.heading-quartiary-inverted {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff; }

.heading-tertiary {
  font-size: 7rem;
  font-weight: 700;
  color: #333; }
  @media only screen and (max-width: 56.25em) {
    .heading-tertiary {
      text-align: center;
      line-height: 8rem;
      margin-bottom: 3rem; } }

.paragraph {
  font-size: 2rem;
  text-align: justify;
  color: #333; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 35rem; }
  @media only screen and (max-width: 56.25em) {
    .card {
      border-radius: 6rem !important;
      margin: 2rem !important;
      margin-bottom: 5rem !important; } }
  @media only screen and (max-width: 56.25em) {
    .card__button {
      transform: translateY(-10rem); } }
  .card__side {
    height: 35rem;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    overflow: hidden; }
    .card__side--front {
      border-radius: 10%;
      background-color: #fff; }
    .card__side--back {
      border-radius: 10%;
      transform: rotateY(-180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to right bottom, #ffb900, #ff7730); }
      .card__side--back-2 {
        background-image: linear-gradient(to right bottom, #7ed56f, #28b485); }
      .card__side--back-3 {
        background-image: linear-gradient(to right bottom, #2998ff, #5683fa); }
      .card__side--back-4 {
        background-image: linear-gradient(to right bottom, #843E93, #5683fa); }
  .card:hover .card__side--front {
    transform: rotateY(180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0deg); }
  .card__picture {
    background-size: cover;
    height: 100%;
    background-blend-mode: soft-light;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    @media only screen and (max-width: 56.25em) {
      .card__picture {
        display: none; } }
    .card__picture--1 {
      background-image: linear-gradient(to right bottom, #2998ff, #5683fa), url(https://lh3.googleusercontent.com/M5Y5hsc_1hQk0UvgnCLv_pRMSzVLDZzjLBs56W1HrWwwyFo2pFN4wdO2Ai0TZZqRZyUW=s360-rw);
      background-size: cover; }
    .card__picture--2 {
      background-image: linear-gradient(to right bottom, #843E93, #3C8ACB);
      background-size: cover;
      background-repeat: no-repeat; }
    .card__picture--3 {
      background-image: linear-gradient(to right bottom, #ffb900, #ff7730), url(../img/nat-7.jpg); }
    .card__picture--4 {
      background-image: linear-gradient(to right bottom, #7ed56f, #28b485); }
  .card__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-size: 2.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 56.25em) {
      .card__heading {
        display: none; } }
  .card__heading-span {
    padding: 1rem 1.5rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }
    .card__heading-span--1 {
      background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(255, 119, 48, 0.85)); }
    .card__heading-span--2 {
      background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.85), rgba(40, 180, 133, 0.85)); }
    .card__heading-span--3 {
      background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 131, 250, 0.85)); }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }
  .card__price-box {
    color: #fff;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .card__price-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: inherit !important; } }
  .card__price-title {
    font-size: 4rem; }
  .card__price-value {
    margin-top: 30%;
    font-size: 2rem;
    font-weight: 700; }
    @media only screen and (max-width: 56.25em) {
      .card__price-value {
        font-size: 2.5rem !important;
        margin-top: 10%;
        padding-left: 2rem;
        padding-right: 2rem; } }
  @media only screen and (max-width: 56.25em), only screen and (hover: none) {
    .card {
      height: auto;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
      .card__side {
        height: auto;
        position: relative;
        box-shadow: none; }
        .card__side--back {
          transform: rotateY(0); }
      .card:hover .card__side--front {
        transform: rotateY(0); }
      .card__details {
        padding: 1rem 3rem; }
      .card__cta {
        position: relative;
        top: 0%;
        left: 0;
        transform: translate(0);
        width: 100%;
        height: 50rem;
        padding: 7rem 4rem 4rem 4rem; }
      .card__price-value {
        font-size: 4rem; } }

.smartphone {
  position: relative;
  width: 25rem;
  height: 50rem;
  border: 0.5rem solid #333;
  border-top-width: 6rem;
  border-bottom-width: 6rem;
  border-radius: 4rem; }
  .smartphone::before {
    content: '';
    display: block;
    width: 25%;
    height: .5rem;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 1rem; }
  .smartphone::after {
    content: '';
    display: block;
    width: 3.5rem;
    height: 3,5rem;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
    border: solid 1px white; }
  .smartphone .content {
    background: #fff;
    width: 100% !important;
    height: 100% !important; }
    .smartphone .content__frame {
      border: none;
      width: inherit !important;
      height: inherit !important; }

.laptop {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.6) translate(-50%);
  transform: scale(0.6) translate(-50%);
  left: 50%;
  position: absolute;
  width: 72rem;
  height: 48rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-style: solid;
  border-color: black;
  border-width: 24px 24px 80px;
  background-color: black; }
  .laptop::before {
    content: '';
    display: block;
    position: absolute;
    width: 90rem;
    height: 3rem;
    bottom: -11rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: #000;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    z-index: 1; }
  .laptop .content {
    background: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    width: 100%;
    height: 100%;
    border: none; }
    .laptop .content__frame {
      width: inherit !important;
      height: inherit !important; }

.composition {
  position: relative;
  background-color: red; }
  .composition__photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all .2s;
    outline-offset: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .composition__photo {
        float: left;
        position: relative;
        width: 33.333%;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2); } }
    .composition__photo--p1 {
      left: 0;
      top: -2rem; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p1 {
          top: 0;
          transform: scale(1.2); } }
    .composition__photo--p2 {
      right: 0;
      top: 2rem; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p2 {
          top: -1rem;
          transform: scale(1.3);
          z-index: 12; } }
    .composition__photo--p3 {
      left: 20%;
      top: 10rem; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p3 {
          top: 1rem;
          left: 0;
          transform: scale(1.1); } }
    .composition__photo:hover {
      transform: translateY(0.2rem);
      z-index: 11;
      transform: scale(1.2);
      box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5); }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.95); }

.skill__list {
  position: relative;
  list-style: none;
  margin: 5rem 0;
  font-family: inherit; }
  .skill__list::before {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #777;
    border-radius: 1000px; }
  .skill__list::after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 0;
    height: 15px;
    background-color: #55c57a;
    border-radius: 100rem;
    animation-duration: .7s;
    animation-timing-function: ease;
    animation-fill-mode: forwards; }

.seventy::after {
  animation-name: seventy; }

.fifty::after {
  animation-name: fifty; }

.seventyfive::after {
  animation-name: seventyfive; }

.eighty::after {
  animation-name: eighty; }

.sixty::after {
  animation-name: sixty; }

.eightyfive::after {
  animation-name: eightyfive; }

.footer {
  background-color: #1F2325;
  padding: 10rem 0;
  text-align: center;
  font-size: 1.4rem;
  position: relative; }
  @media only screen and (max-width: 56.25em) {
    .footer {
      padding: 8rem 0; } }
  .footer__logo-box {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__logo-box {
        margin-bottom: 6rem; } }
  .footer__logo {
    width: 15rem;
    height: auto; }
    .footer__logo img {
      width: inherit; }
  .footer__navigation {
    border-top: solid 1px #777;
    padding-top: 2rem;
    display: inline-block;
    width: 100%; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        text-align: center; } }
  .footer__list {
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-around; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 1.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #F7F7F7;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s; }
  .footer__link:hover, .footer__link:active {
    color: #28b485;
    transform: rotate(-5deg) scale(1.3); }
  .footer__copyright {
    border-top: solid 1px #777;
    padding-top: 2rem;
    float: right;
    width: 80%; }
    @media only screen and (max-width: 56.25em) {
      .footer__copyright {
        width: 100%;
        float: none; } }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem)/2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem)/3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem)/3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem)/4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem)/4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem)/4) + 2 * 6rem); }
  @media only screen and (max-width: 56.25em) {
    .row {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
      padding-left: 5rem;
      padding-right: 5rem; }
      .row [class^="col-"] {
        width: inherit;
        text-align: center;
        margin: auto; } }

.header {
  height: 100vh;
  background: linear-gradient(78deg, rgba(0, 0, 0, 0.2), rgba(51, 51, 51, 0.7)), url(https://images.unsplash.com/photo-1508780709619-79562169bc64?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80);
  background-size: cover;
  background-position: top;
  position: relative; }
  .header__text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 60;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer; }

.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#843E93, #5683fa);
  z-index: 50;
  transition: transform .4s; }

.navigation__nav {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 55;
  opacity: 0;
  width: 0;
  transition: all .2s; }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  list-style-type: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 1rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 240%;
  transition: all .4s; }
  .navigation__link:link span, .navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block; }

.navigation__link:active, .navigation__link:hover {
  background-position: 100%;
  color: #000; }

.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(100); }

.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%; }

.navigation__icon {
  position: relative;
  margin-top: 3.5rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: #333;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.2s; }
  .navigation__icon::before {
    top: -0.8rem; }
  .navigation__icon::after {
    top: 0.8rem; }

.navigation__button:hover .navigation__icon::before {
  top: -1rem; }

.navigation__button:hover .navigation__icon::after {
  top: 1rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

.section-about {
  background-image: linear-gradient(to bottom, #EBEAF3, #fff);
  padding: 30rem 0; }
  @media only screen and (max-width: 56.25em) {
    .section-about {
      padding: 20rem 0; } }

.section-tours {
  opacity: 0;
  display: none;
  background-image: linear-gradient(to bottom, #EBEAF3, #fff);
  padding: 25rem 0 15rem 0;
  margin-top: -11rem; }
  @media only screen and (max-width: 56.25em) {
    .section-tours {
      opacity: 1;
      display: block;
      padding: 20rem 0 10rem 0; } }

.section-skill {
  background-image: linear-gradient(to bottom, #E6EBE6, #fff);
  padding: 25rem 0 15rem 0; }

.section-device {
  background-image: linear-gradient(to bottom, #EBEAF3, #fff);
  padding: 15rem 0 15rem 0; }
  @media only screen and (max-width: 56.25em) {
    .section-device {
      opacity: 0;
      display: none; } }
