@import url(https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans:400,700);
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }
@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

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

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

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

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

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

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

body {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 6rem; }
  .heading-primary--main {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 2rem;
    -webkit-animation-name: moveInLeft;
    animation-name: moveInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        letter-spacing: 1rem;
        font-size: 3rem; } }
  .heading-primary--sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1rem;
    -webkit-animation: moveInRight 1s ease-out;
    animation: moveInRight 1s ease-out; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--sub {
        letter-spacing: .5rem; } }

.content-header {
  text-align: center;
  color: #f0f0f1;
  text-shadow: 2px 2px #000; }
  .content-header h2 {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .content-header h2 {
        font-size: 2.5rem; } }
  .content-header p {
    font-size: 1.6rem;
    font-weight: 400; }
    @media only screen and (max-width: 37.5em) {
      .content-header p {
        font-size: 1.6rem; } }

.action_text {
  color: #333333; }
  .action_text h2 {
    font-size: 4rem;
    font-weight: 700; }
    @media only screen and (max-width: 37.5em) {
      .action_text h2 {
        font-size: 2.5rem; } }
  .action_text p {
    font-size: 1.6rem;
    font-weight: 400; }
    @media only screen and (max-width: 37.5em) {
      .action_text p {
        font-size: 1.6rem; } }

.features-icons {
  color: #f0f0f1; }
  .features-icons h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #18cdca;
    text-shadow: 2px 2px #000; }
  .features-icons p {
    font-size: 1.6rem;
    font-weight: 400;
    text-shadow: 1px 1px #000; }

.showcase h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff5349; }

.showcase p {
  font-size: 1.6rem;
  font-weight: 400; }

@media only screen and (max-width: 37.5em) {
  .lowerpart {
    padding-bottom: 1rem; } }

.lowerpart h4 {
  color: #fff; }

#tos {
  font-size: 1.8rem; }

.btn--white, .btn--white:link, .btn--white:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  background-color: #fff;
  color: #333333; }
  @media only screen and (max-width: 37.5em) {
    .btn--white, .btn--white:link, .btn--white:visited {
      font-size: 1rem;
      padding: 1rem 2.5rem; } }
  .btn--white::after, .btn--white:link::after, .btn--white:visited::after {
    background-color: #fff; }

.btn--white:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn--white:hover::after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

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

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

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

.footer {
  height: 6rem;
  background-color: #ccc; }

.footer2 {
  background-color: blue;
  color: #fff; }

.footer3 {
  text-align: center;
  color: #ff5349; }

/* NAVIGATION BAR + HEADER STYLE START */
header {
  background: transparent;
  opacity: 1;
  width: 100%;
  position: relative; }

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5; }

body.scroll header.sticky {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.nav-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 7px 0;
  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; }

nav.nav-wrapper ul li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0; }

nav.nav-wrapper ul li a {
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  color: #4f80e1;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

nav.nav-wrapper ul li a:hover {
  border-bottom: 2px solid #4f80e1; }

header .logo img {
  max-width: 200px; }

/* RESPONSIVE MENU START */
@media only screen and (max-width: 768px) {
  .menu-trigger {
    background: url("../img/hamburger-icon.svg") no-repeat center/cover;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 10;
    position: absolute;
    right: 20px;
    top: 15px; }
  .main-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
    display: none; }
  .main-overlay:after {
    background: url("../img/close-icon.svg") no-repeat center/cover;
    width: 35px;
    height: 35px;
    display: block;
    content: "";
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 20; }
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    max-width: 300px;
    z-index: 30;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  nav.nav-wrapper ul li {
    display: block;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 20px; }
  nav.nav-wrapper ul li a {
    font-size: 18px;
    line-height: 23px;
    color: #f0f0f1; }
  nav.nav-wrapper ul li a:hover {
    border-color: transparent; }
  body.menu-is-active .menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    padding: 0 15px; }
  body.menu-is-active .main-overlay {
    display: block; }
  body.menu-is-active .menu-trigger {
    display: none; } }

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

section {
  display: block; }

ol,
ul {
  list-style: none; }

.hero {
  height: 100vh; }

.header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.content-header {
  position: relative;
  min-height: 250px;
  background: url("../img/lights.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat; }

.content {
  padding: 0 10rem;
  max-width: 120rem; }
  .content p img {
    max-height: 3rem; }
  @media only screen and (max-width: 37.5em) {
    .content {
      padding: 0 4rem; } }

.action {
  background-color: #f2f2f2; }
  .action img {
    max-width: 100%;
    height: auto; }
  .action p img {
    max-height: 3rem; }

.features-icons {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff5349; }
  .features-icons .features-icons-item .features-icons-icon {
    height: 7rem; }
    .features-icons .features-icons-item .features-icons-icon i {
      color: #4f80e1;
      font-size: 4.5rem;
      text-shadow: 2px 2px #000; }
  .features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem; }

.showcase .showcase-text {
  padding: 3rem; }
  .showcase .showcase-text p img {
    max-height: 3rem; }

.showcase .showcase-img {
  min-height: 40rem; }

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem; } }

.img-1 {
  width: 100%;
  height: auto;
  background-image: url("../img/coupleonline.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.img-2 {
  width: 100%;
  height: auto;
  background-image: url("../img/webdev.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.img-3 {
  width: 100%;
  height: auto;
  background-image: url("../img/cms.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
