@import url("bootstrap.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background-color: #131313;
  border: none;
}

::-webkit-scrollbar-thumb {
  background-color: #2b2b2b;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

/*Mixins*/
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

body a,
html a {
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body a:hover,
html a:hover {
  text-decoration: none;
  color: #fff;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 0 150px 0;
}

.section-title {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 55pt;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50%;
  height: 4px;
  background: #2e72a0;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 33pt;
  }
}

.hero {
  display: block;
  position: relative;
  background: #00b3e3;
  height: auto;
  padding: 0;
}

.hero:before {
  z-index: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  border-radius: 0px 0px 0px 100%;
}

.hero:after {
  z-index: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-pattern.jpg) #171717;
  border-radius: 0px 0px 0px 100%;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.hero .mobile {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 350px;
  width: inherit;
}

.hero .mobile img {
  display: block;
  margin: auto;
  position: relative;
  bottom: -340px;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 45px;
  padding-top: 25px;
}

.hero .container .logo {
  position: relative;
  margin: auto;
  display: block;
  width: 225px;
}

.hero .container h1 {
  text-align: center;
  max-width: 500px;
  color: #fff;
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.hero .container .downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .container .downloads img {
  width: auto;
  height: 40px;
  margin: 0px 10px;
}

/************************************/
.about {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #00b3e3), color-stop(0%, #171717));
  background: linear-gradient(180deg, #00b3e3 70%, #171717 0%);
  height: auto;
}

.about:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
  background: url(../img/bg-pattern.jpg) bottom;
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.about .container {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about .container {
    padding-top: 100px;
  }
}

.about .container .content {
  max-width: 900px;
  margin: auto;
}

.about .container .content p {
  margin: 40px 0px 0px 0px;
  font-size: 13pt;
  color: #fff;
  max-width: 700px;
}

.about .container .content .video-wrapper {
  width: 100%;
  max-height: 500px;
  margin: 40px auto 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.35);
}

.about .container .content .video-wrapper .video-player {
  position: relative;
  padding-top: 56.4%;
}

.about .container .content .video-wrapper iframe {
  position: absolute;
  top: -90000px;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  opacity: 0;
  -webkit-transition: top .05s, opacity .45s;
  transition: top .05s, opacity .45s;
}

.about .container .content .video-wrapper iframe.watch {
  top: 0;
  opacity: 1;
}

.about .container .content .video-wrapper .video-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  background: url("../img/online_shopping.svg") #fff no-repeat center;
  background-size: 65%;
  z-index: 10;
  -webkit-transition: visibility .33s, opacity .33s;
  transition: visibility .33s, opacity .33s;
}

.about .container .content .video-wrapper .video-trigger.removed {
  opacity: 0;
  visibility: hidden;
}

.about .container .content .video-wrapper .video-trigger:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.about .container .content .video-wrapper .video-trigger a#play-video {
  display: block;
  --size: 70px;
  width: var(--size);
  height: var(--size);
  text-decoration: none;
  color: white;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.about .container .content .video-wrapper .video-trigger a#play-video .play {
  position: relative;
  width: inherit;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.about .container .content .video-wrapper .video-trigger a#play-video:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/************************************/
.how {
  background: -webkit-gradient(linear, left top, left bottom, from(#171717), to(#0e0e0e));
  background: linear-gradient(180deg, #171717, #0e0e0e);
  height: auto;
  padding-bottom: 55px;
}

.how:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/bg-pattern.jpg);
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.how .container {
  position: relative;
  z-index: 1;
}

.how .container .content {
  max-width: 900px;
  margin: auto;
}

.how .container .content .carousel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 300px 1fr;
      grid-template-columns: 1fr 300px 1fr;
  margin-top: 40px;
}

.how .container .content .carousel:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/blob-shape.svg) no-repeat 80% 30%;
  background-size: 80%;
}

@media (max-width: 767px) {
  .how .container .content .carousel:before {
    background: url(../img/blob-shape.svg) no-repeat -50px bottom;
    background-size: 510px;
  }
}

@media (max-width: 767px) {
  .how .container .content .carousel {
    -ms-grid-rows: 1fr 1fr auto;
        grid-template-rows: 1fr 1fr auto;
    -ms-grid-columns: unset;
        grid-template-columns: unset;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.how .container .content .carousel .carousel-indicators {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
}

@media (max-width: 767px) {
  .how .container .content .carousel .carousel-indicators {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.how .container .content .carousel .carousel-indicators li {
  text-indent: unset;
  width: unset;
  height: unset;
  margin: 10px 0px;
  padding: 5px 15px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 50px;
  font-size: 0.9rem;
  background: unset;
  color: #fff;
}

.how .container .content .carousel .carousel-indicators li:after {
  content: unset;
}

.how .container .content .carousel .carousel-indicators li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.how .container .content .carousel .carousel-indicators .active {
  color: #00b3e3;
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
  padding-left: 30px;
  font-weight: 600;
}

.how .container .content .carousel .carousel-indicators .active:before {
  width: 20px;
  height: 2px;
  background: #00b3e3;
}

.how .container .content .carousel .slider {
  position: relative;
  margin: auto;
  width: 300px;
}

@media (max-width: 767px) {
  .how .container .content .carousel .slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 290px;
  }
}

.how .container .content .carousel .slider .mockup {
  position: relative;
  z-index: 3;
  background: url(../img/nexus.png) no-repeat center;
  width: inherit;
  height: 615px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  background-size: contain;
}

.how .container .content .carousel .slider .carousel-inner {
  position: absolute;
  display: inline-block;
  width: 277px;
  overflow: hidden;
  left: 10px;
  top: 48px;
  bottom: unset;
  -webkit-box-shadow: 0 45px 30px rgba(0, 0, 0, 0.75);
          box-shadow: 0 45px 30px rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
  .how .container .content .carousel .slider .carousel-inner {
    width: 267px;
    top: 56px;
  }
}

.how .container .content .carousel #slider_captions {
  position: relative;
  height: 100%;
  max-width: 400px;
  width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  .how .container .content .carousel #slider_captions {
    max-width: 300px;
  }
}

.how .container .content .carousel .carousel-caption {
  text-align: left;
  top: 50%;
  bottom: unset;
  width: 100%;
}

@media (max-width: 767px) {
  .how .container .content .carousel .carousel-caption {
    top: 0;
    left: 0;
  }
}

.how .container .content .carousel .carousel-caption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.how .container .content .carousel .carousel-caption ul li {
  margin: 12px 0;
  position: relative;
  padding-left: 20px;
}

.how .container .content .carousel .carousel-caption ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #00b3e3;
}

@media (max-width: 767px) {
  .how .container .content .carousel .carousel-caption p {
    text-align: center;
  }
}

.how .container .content .carousel .carousel-caption:not(#caption-0) {
  display: none;
}

.how .container .content .carousel .carousel-control {
  background: none repeat scroll 0 0 #000 !important;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  height: 75px;
  opacity: 0.5;
  padding: 20px !important;
  position: static !important;
  right: 108px !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 296px;
  width: 100px;
  z-index: 9999;
}

/********************************/
footer {
  position: fixed;
  z-index: 10;
  bottom: 15px;
  left: 15px;
  background: #00b3e3;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 13px;
  color: white;
}

footer div a {
  color: white;
  text-decoration: none;
  margin: 5px;
  font-size: 8pt;
}
