/* Header on all pages */
header {
  position: relative;
  margin: 0 auto;
  padding: 40px;
  max-width: 1200px;
  overflow: hidden;
  text-align: center;
}

header .contact {
  float: right;
  color: #9b9b9b;
  font-family: Alegreya;
  font-size: 15px;
  line-height: 1.33;
}

header .contact > span {
  margin: 0 8px;
  color: black;
}

header .svg-logo {
  float: left;
  height: 1.1rem;
}
header > a:focus {
  outline: 0;
}

@media screen and (max-width: 650px) {
  header {
    padding: 0;
    padding-top: 20px;
  }
  header .contact {
    float: none;
    font-size: 13px;
    line-height: 1.54;
  }
  header .svg-logo {
    float: none;
    margin-top: 130px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Header on all pages */
section#header {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 0;
  max-width: 1200px;
  text-align: center;
  overflow: hidden;
}

/* Main page header */
.background-icons .floater {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  opacity: 0;
}

.floating-icon {
  position: absolute;
  color: #d1d1d1;
  font-size: 40px;
  opacity: 0;
  z-index: 100;
}
.floating-icon.icon-map-pin {
  left: 75%;
  top: 7%;
}
.floating-icon.icon-chat-bubbles {
  left: 33%;
  top: 9%;
}
.floating-icon.icon-headphones {
  left: 21%;
  top: 56%;
}
.floating-icon.icon-shopping-bag {
  left: 85%;
  top: 63%;
}
.floating-icon.icon-charts {
  left: 8%;
  top: 39%;
}
.floating-icon.icon-calendar {
  left: 90%;
  top: 28%;
}

.floater.floater-1 {
  left: 81%;
  top: 11%;
}
.floater.floater-2 {
  top: 15%;
  left: 95%;
}
.floater.floater-3 {
  top: 53%;
  left: 12%;
}
.floater.floater-4 {
  top: 24%;
  left: 6%;
}
.floater.floater-5 {
  top: 7%;
  left: 18%;
}
.floater.floater-6 {
  top: 22%;
  left: 86%;
}
.floater.floater-7 {
  top: 49%;
  left: 17%;
}
.floater.floater-8 {
  top: 53%;
  left: 80%;
}
.floater.floater-9 {
  top: 62%;
  left: 91%;
}


.foreground-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.floating-device {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.floating-device img {
    width: 100%;
}

.floating-device.phone {
  width: 37px;
  height: 75px;
  top: 12%;
  left: 10%;
}

.floating-device.laptop {
  width: 107px;
  height: 92px;
  left: 58%;
  top: 3%;
}

.floating-device.browser {
  width: 98px;
  height: 68px;
  left: 87%;
  top: 47%;
}

.floating-device::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    z-index:-1;
    box-shadow: 0 50px 60px 24px rgba(0, 0, 0, 0.25);
}

section#header h1 {
  align-self: center;
  margin-top: 120px;
  max-width: 73%;
  font-size: 4.5rem;
  line-height: 1.2;
  font-family: Inter, sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  section#header h1 {
    font-size: 3.5rem;
  }
  .floater.floater-6 {
    top: 35%;
    left: 89%;
  }
  .floating-icon.icon-shopping-bag {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .floating-device.phone {
    left: 5%;
  }
  .floating-icon.icon-shopping-bag {
    left: 80%;
    top: 57%;
  }
  .floating-icon.icon-headphones {
    left: 16%;
  }
  .floater.floater-1 {
    display: none;
  }
  .floater.floater-2 {
    left: 97%;
  }
  .floater.floater-3 {
    top: 45%;
    left: 17%;
  }
  .floater.floater-6 {
    left: 87%;
    top: 8%;
  }
  .floater.floater-7 {
    display: none;
  }
  .floater.floater-8 {
    top: 35%;
    left: 89%;
  }
  .floater.floater-9 {
    top: 50%;
    left: 76%;
  }
}

section#header .sections-nav-divider {
  display: inline-block;
  margin: 40px auto 0 auto;
  border-top: 2px solid #f0f3f9;
  padding: 35px 15px;
  color: #848484;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

/* Top nav */

section#header nav.sections {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 10px;
  max-width: 100%;
}

section#header nav.sections > a {
  transition: all 0.3s;
  margin: 0 10px;
  border-radius: 60px;
  background-color: #fafafa;
  padding: 23px 20px 27px;
  width: 250px;
  text-align: center;
}
section#header nav.sections > a:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

section#header nav.sections > a > i {
  font-size: 50px;
}
section#header nav.sections > a > i.icon-social {
  color: #ff8c2d;
}
section#header nav.sections > a > i.icon-certificate {
  color: #f16e67;
}
section#header nav.sections > a > i.icon-technology {
  color: #16b0c1;
}

section#header nav.sections > a > .content > h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

section#header nav.sections > a > .content > p {
  color: #686868;
  font-size: 14px;
}

@media screen and (max-width: 650px) {
  section#header {
    margin-bottom: 85px;
    padding: 0;
    padding-top: 120px;
  }
  section#header h1 {
    margin: 52px 40px 200px;
    padding: 0;
    font-size: 32px;
  }
  section#header .sections-nav-divider {
    margin-bottom: 10px;
    border: none;
    padding: 0;
    font-size: 12px;
  }

  .floating-device.phone {
    left: unset;
    right: 5%;
    top: 8%;
  }
  .floating-device.browser {
    top: 40%;
  }
  .floating-device.laptop {
    top: 35%;
    left: 5%;
  }
  .floating-icon.icon-shopping-bag {
    left: 85%;
    top: 60%;
  }
  .floating-icon.icon-charts {
    top: 15%;
  }

  section#header nav.sections {
    flex-direction: column;
    margin: 0 20px;
    width: auto;
  }
  section#header nav.sections > a {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f0f3f9;
    border-radius: 0;
    background: none;
    padding: 25px 0 15px;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  section#header nav.sections > a:last-child {
    border-bottom: none;
  }
  section#header nav.sections > a > i {
    margin-right: 21px;
  }
  section#header nav.sections > a > .content {
  }
  section#header nav.sections > a > .content > h5 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 12px;
  }
  section#header nav.sections > a > .content > p {
    color: #838383;
    font-size: 12px;
    line-height: 1.25;
  }
  .floater.floater-2 {
    display: none;
  }
  .floater.floater-6 {
    top: 19%;
    left: 97%;
  }
  .floater.floater-3 {
    top: 41%;
    left: 35%;
  }
  .floater.floater-3 {
    top: 41%;
    left: 35%;
  }
  .floater.floater-8 {
    left: 70%;
  }
  .floating-icon.icon-headphones {
    top: 51%;
  }
}

@media screen and (max-width: 490px) {
  .floating-device.phone {
    top: 4%;
  }
  .floating-device.browser {
    left: 78%;
    top: 42%;
  }
  .floating-device.laptop {
    left: -2%;
    top: 38%;
  }
  .floating-icon.icon-chat-bubbles {
    top: 5%;
  }
  .floating-icon.icon-map-pin {
    left: 58%;
    top: 7%;
  }
  .floating-icon.icon-charts {
    left: 2%;
  }
  .floater.floater-4 {
    left: 2%;
    top: 27%;
  }
}

@media screen and (max-width: 380px) {
  .floating-icon.icon-map-pin {
    display: none;
  }
}
