@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20rem); }
  80% {
    transform: translateX(2rem); }
  90% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(20rem); }
  80% {
    transform: translateX(-2rem); }
  90% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(20rem); }
  80% {
    transform: translateY(-2rem); }
  90% {
    transform: translateY(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

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

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #777; }

.heading__primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .heading__primary-main {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 2rem;
    animation: moveInLeft 1s linear .5s;
    animation-fill-mode: backwards;
    text-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.3); }
    @media (max-width: 600px) {
      .heading__primary-main {
        font-size: 4rem;
        line-height: 4.5rem;
        text-align: center;
        margin-bottom: 1rem; } }
    @media (max-width: 400px) {
      .heading__primary-main {
        transform: translateX(0.5rem); } }
  .heading__primary-sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1rem;
    transform: translateX(-0.5rem);
    animation: moveInRight 1s linear .5s;
    animation-fill-mode: backwards;
    text-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.3); }
    @media (max-width: 600px) {
      .heading__primary-sub {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    @media (max-width: 400px) {
      .heading__primary-sub {
        transform: translateX(0.5rem); } }

.heading__secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #66cbff, #007bbb);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  transition: all .2s; }
  .heading__secondary:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.heading__tertiary {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

.paragraph {
  font-size: 1.6; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.section__list {
  list-style: none; }
  .section__list-item {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #777;
    margin-bottom: 2rem; }

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

.u-margin-bot-big {
  margin-bottom: 8rem !important; }

.u-margin-bot-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bot-medium {
  margin-bottom: 4rem !important; }

.u-margin-top-medium {
  margin-top: 8rem !important; }

.section-bio {
  text-align: center; }

.section-packages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5)), url(../img/package.jpg);
  background-attachment: fixed;
  background-size: cover; }

section.section-contact {
  position: relative;
  min-height: 50rem;
  margin: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 600px) {
    section.section-contact {
      text-align: center;
      margin: 0;
      padding: 1rem; } }
  section.section-contact .contact__background {
    background-image: linear-gradient(to right, rgba(0, 123, 187, 0.5), rgba(102, 203, 255, 0.8)), url(../img/contact.jpg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    flex: 1; }
    @media (max-width: 800px) {
      section.section-contact .contact__background {
        position: relative;
        width: 100%; } }
  section.section-contact .contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    align-self: flex-start;
    height: 100%;
    position: absolute;
    padding: 0 3rem; }
    section.section-contact .contact__info ul li {
      color: #007bbb;
      font-size: 2.5rem;
      width: 100%;
      border-bottom: 1px solid rgba(0, 168, 255, 0.5); }
      section.section-contact .contact__info ul li a {
        list-style: none;
        text-decoration: none; }
      @media (max-width: 800px) {
        section.section-contact .contact__info ul li {
          font-size: 1.6rem;
          text-align: center; } }
    section.section-contact .contact__info-qcode {
      height: 20rem; }
      @media (max-width: 800px) {
        section.section-contact .contact__info-qcode {
          height: 10rem; } }
    @media (max-width: 800px) {
      section.section-contact .contact__info {
        position: relative;
        width: 100%;
        padding: 1rem; } }
  section.section-contact .fab {
    margin-right: 1rem; }

.section-project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem; }
  .section-project h2 {
    text-align: center; }
  .section-project-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      .section-project-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  .section-project img {
    height: 8rem;
    margin: 4rem 3rem; }
    @media (max-width: 600px) {
      .section-project img {
        height: 3rem;
        margin: 1rem; } }

@media (max-width: 800px) {
  display: flex;
  flex-direction: column; }

.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;
  border: none;
  cursor: pointer; }

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn:hover::after {
    transform: scale(2, 1.5);
    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-white {
  background-color: #fff;
  color: #777; }
  .btn-white::after {
    background-color: #fff; }

.btn-primary {
  background-color: #fbc531;
  color: #fff; }
  .btn-primary::after {
    background-color: #fbc531; }

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

.btn--animated {
  animation: moveInUp 1s linear .5s;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  color: #00a8ff;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #00a8ff;
  padding: 3px;
  font-size: 1.6rem;
  transition: all .2s; }

.btn-text:hover {
  background-color: #00a8ff;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px); }

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

.package__title {
  color: #fff; }

.package__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%; }

.package__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background-image: linear-gradient(to right bottom, #66cbff, #007bbb);
  padding: 2rem 1rem;
  margin: 2rem 1rem;
  border-radius: 4px;
  width: 30rem;
  min-height: 40rem;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.5);
  transition: all .3s; }
  .package__item:hover {
    transform: translateY(1rem); }

.package__icon {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7rem;
  color: #fff;
  margin-bottom: 2rem;
  text-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.5); }

.package__text {
  text-transform: capitalize;
  font-size: 1.8rem;
  color: #fff; }

@media (max-width: 800px) {
  .package__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

.feature-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rbga(black, 0.8);
  transition: .2s; }
  .feature-box__icon {
    font-size: 6rem;
    margin-bottom: .5rem;
    color: transparent;
    display: inline-block;
    background-image: linear-gradient(to right, #66cbff, #007bbb);
    -webkit-background-clip: text; }
  .feature-box:hover {
    transform: translateY(-1.5rem) scale(1.03); }

.card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 50rem; }
  .card__side {
    height: 50rem;
    transition: all 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
    .card__side--front {
      background-color: #fff; }
    .card__side--back {
      transform: rotateY(180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to bottom right, #fbc531, #f4b405); }
      .card__side--back-2 {
        background-image: linear-gradient(to bottom right, #66cbff, #007bbb); }
      .card__side--back-3 {
        background-image: linear-gradient(to bottom right, #75a0c7, #5186b8); }
  .card:hover .card__side--front {
    transform: rotateY(180deg); }
  .card:hover .card__side--back {
    transform: rotateY(360deg); }
  .card__picture {
    background-size: cover;
    height: 20rem;
    background-blend-mode: screen; }
    .card__picture--1 {
      background-image: linear-gradient(to bottom right, #fbc531, #f4b405), url(../img/nat-5.jpg);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
    .card__picture--2 {
      background-image: linear-gradient(to bottom right, #66cbff, #007bbb), url(../img/nat-6.jpg);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
    .card__picture--3 {
      background-image: linear-gradient(to bottom right, #75a0c7, #5186b8), url(../img/nat-7.jpg);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
  .card__heading {
    font-size: 2.8rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 12rem;
    right: 2rem;
    text-align: right;
    width: 75%; }
  .card__heading_span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading_span--1 {
      background-image: linear-gradient(to right bottom, rgba(251, 197, 49, 0.8), rgba(244, 180, 5, 0.8)); }
    .card__heading_span--2 {
      background-image: linear-gradient(to right bottom, rgba(102, 203, 255, 0.8), rgba(0, 123, 187, 0.8)); }
    .card__heading_span--3 {
      background-image: linear-gradient(to right bottom, rgba(117, 160, 199, 0.8), rgba(81, 134, 184, 0.8)); }
  .card__details ul {
    list-style: none;
    width: 80%;
    margin: 2rem auto; }
    .card__details ul li {
      text-align: center;
      font-size: 1.5rem;
      padding: 1rem; }
      .card__details ul li:not(:last-child) {
        border-bottom: 1px solid lightgray; }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
  .card__price-box {
    text-align: center;
    color: #fff;
    margin-bottom: 8rem; }
  .card__price-only {
    font-size: 1.4rem;
    text-transform: uppercase; }
  .card__price-value {
    font-size: 6rem;
    font-weight: 100; }

.story {
  width: 75%;
  margin: 0 auto;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 6rem;
  padding-left: 9rem;
  font-size: 1.6rem;
  transform: skewX(-12deg); }
  .story > * {
    transform: skewX(12deg); }
  .story__shape {
    width: 15rem;
    height: 15rem;
    float: left;
    background-color: red;
    -webkit-shape-outside: circle(50% at 50% 50%);
    shape-outside: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    transform: translateX(-3rem) skewX(12deg);
    position: relative; }
  .story__img {
    height: 100%;
    transform: translateX(-4rem) scale(1.4);
    transition: all .5s; }
  .story__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    opacity: 0;
    transition: all .5s; }
  .story:hover .story__caption {
    opacity: 1;
    transform: translate(-50%, -50%); }
  .story:hover .story__img {
    transform: translateX(-4rem) scale(1.1);
    filter: blur(3px) brightness(80%); }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .15;
  overflow: hidden; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.form__group:not(:last-child) {
  margin-bottom: 2rem; }

.form__input {
  font-family: inherit;
  font-size: 1.5rem;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  transition: all .3s; }
  .form__input:focus {
    outline: none;
    box-shadow: 0 1rem 2 rem rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #00a8ff; }
  .form__input:focus:invalid {
    border-bottom: 3px solid #f4b405; }
  .form__input::-webkit-input-placeholder {
    color: #777; }

.form__radio-input {
  display: none; }

.form__label {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  transition: all .3s; }

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem); }

.form__radio-group {
  width: 49%;
  display: inline-block; }

.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 5rem; }

.form__radio-button {
  height: 3rem;
  width: 3rem;
  border: 5px solid #00a8ff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -0.4rem;
  left: 0; }
  .form__radio-button::after {
    content: "";
    display: block;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00a8ff;
    opacity: 0;
    transition: opacity 0.2s; }

.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1; }

.header {
  height: 95vh;
  background-image: linear-gradient(to right bottom, rgba(102, 203, 255, 0.2), rgba(0, 123, 187, 0.2)), url(../img/hero.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .header__logo-box {
    position: absolute;
    top: 4rem;
    left: 4rem; }
  .header__logo {
    height: 3.5rem; }
  .header__text-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

.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-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-3 {
    width: calc(((100% - 2 * 6rem) / 3) *2 + 6rem); }
  .row .col-2-of-4 {
    width: calc(((100% - 3 * 6rem) / 4) *2 + 6rem); }
  .row .col-3-of-4 {
    width: calc(((100% - 3 * 6rem) / 4) *3 + 2 *6rem); }

.section {
  background-color: #f7f7f7;
  padding: 3rem 5rem; }
  .section:not(.hero):nth-child(even) {
    background-color: #eef3f8; }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 100005;
  box-shadow: 0 1rem 3rem rbga(black, 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(#66cbff, #007bbb);
  z-index: 100000;
  transition: transform .4s ease-in-out; }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100002;
  opacity: 0;
  width: 0;
  transition: all .4s ease-in-out; }

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

.navigation__item {
  margin: 1; }

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

.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #00a8ff;
  transform: translateX(1rem); }

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

.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: #777;
    display: inline-block;
    transition: all .2s; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0; }
  .navigation__icon::before {
    top: -.8rem; }
  .navigation__icon::after {
    top: .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-color: transparent; }

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

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