@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
html {
  font-size: 11px;
  line-height: 13px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #122a8f;
  font-size: 1rem;
  line-height: 1rem;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.legal {
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.bold {
  font-weight: 700;
}

a.external::after {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7'%3E%3Cline fill='none' stroke='%23fff' stroke-miterlimit='10' x1='0.8' y1='6.2' x2='6.5' y2='0.5'/%3E%3Cpolyline fill='none' stroke='%23fff' stroke-miterlimit='10' points='2,0.5 6.5,0.5 6.5,5 '/%3E%3C/svg%3E");
  background-size: 7px 7px;
  height: 7px;
  width: 7px;
  margin-left: 3px;
}

a.btn.external::after {
  background-size: 10px 10px;
  height: 10px;
  width: 11px;
  margin-left: 5px;
}

.test {
  border: 1px solid red;
}

header {
  position: absolute;
}
header .logo img {
  width: 70%;
  position: relative;
  z-index: 999;
}

nav {
  position: absolute;
  top: 0px;
  right: 0px;
}
nav ul {
  list-style-type: none;
}
div.product1 {
  padding-top: 80px;
}
div.product1 .product img {
  width: 60%;
}

div.product2 {
  padding-top: 0px;
  margin-top: -100px;
}
div.product2 .product img {
  width: 55%;
  margin-bottom: 20px;
}

div.product3 {
  padding-top: 0px;
  margin-top: -100px;
}
div.product3 .product img {
  width: 60%;
}

div.full-bg {
  background: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
div.full-bg .hexagon {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 500px;
  z-index: 9999 !important;
}
div.full-bg .hexagon .icon-telephone {
  height: 16px;
}
div.full-bg .hexagon .pg {
  position: relative;
  top: -10px;
}
div.full-bg .hexagon .pg .logo {
  width: 30px;
  position: relative;
  top: 3px;
}
div.full-bg .hex1 {
  background-image: url("../images/hex1.png");
  padding: 60px 15px 0px 15px;
}
div.full-bg .hex2 {
  margin-top: -100px;
  background-image: url("../images/hex2.png");
  padding: 50px 15px 0px 15px;
}
div.full-bg .hex3 {
  background-image: url("../images/hex3.png");
  padding: 60px 15px 0px 15px;
}
div.full-bg .hex4 {
  margin-top: -100px;
  background-image: url("../images/hex4.png");
  padding: 50px 15px 0px 15px;
}
div.full-bg .hex5 {
  background-image: url("../images/hex1.png");
  padding: 50px 15px 0px 15px;
}
div.full-bg .hex5 h2 {
  font-size: 1.6rem;
}
div.full-bg .hex5 p {
  font-size: 0.95rem;
  line-height: 0.95rem;
}
div.full-bg .hex6 {
  margin-top: -100px;
  background-image: url("../images/hex2.png");
  padding: 60px 15px 0px 15px;
}
div.full-bg .hex6 h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
div.full-bg .hex6 h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
div.full-bg .hex6 p {
  font-size: 0.85rem;
  line-height: 0.9rem;
}

.full-bg.product1 {
  background-position: center bottom -60px;
}

.full-bg.product2 {
  background: url("../images/bg2.jpg");
}

.full-bg.product3 {
  background: url("../images/bg2.jpg");
  background-position: center bottom -220px;
}

footer {
  background: #00aeef;
  color: #ffffff;
  font-size: 12px;
  margin-top: -100px;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
  padding-left: 20px;
}

@media (min-width: 576px) {
  html {
    font-size: 10px;
    line-height: 13px;
  }

  header .logo img {
    width: 90%;
  }

  div.full-bg {
    padding: 0 !important;
    margin-bottom: -50px;
  }
  div.full-bg .hexagon {
    padding: 60px 10px 0px 10px;
  }
  div.full-bg .hex2 {
    margin-top: -120px;
  }
  div.full-bg .hex4 {
    margin-top: -120px;
  }
  div.full-bg .hex6 {
    margin-top: -235px;
  }

  div.product1 {
    position: relative;
    top: 120px;
  }
  div.product1 .product img {
    postition: relative;
    top: 300px !important;
    width: 150%;
  }

  div.product2 {
    top: 200px;
  }
  div.product2 .product img {
    width: 90%;
    position: relative;
    top: 150px;
    left: 15px;
  }

  div.product3 {
    position: relative;
    top: -110px;
  }
  div.product3 .product img {
    postition: relative;
    padding-top: 150px !important;
    width: 150%;
  }

  footer {
    position: relative;
    margin-top: -200px !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 12px;
    line-height: 14px;
  }

  header .logo img {
    width: 85%;
  }

  div.full-bg {
    padding: 0 !important;
    margin-bottom: -50px;
  }
  div.full-bg .hexagon {
    padding: 90px 40px 0px 40px;
    min-height: 605px;
  }
  div.full-bg .hexagon .pg {
    top: -10px;
  }
  div.full-bg .hex2 {
    margin-top: -80px;
  }
  div.full-bg .hex4 {
    margin-top: -90px;
  }
  div.full-bg .hex6 {
    margin-top: -80px;
  }

  div.product1 {
    top: 120px;
  }
  div.product1 .product img {
    width: 115%;
    top: 100px;
    left: -25px;
  }

  div.product2 {
    top: 200px;
  }
  div.product2 .product img {
    width: 90%;
    top: 150px;
    left: 15px;
  }

  div.product3 {
    top: 120px;
  }
  div.product3 .product img {
    width: 140%;
    top: -140px;
    left: -30px;
  }

  footer {
    position: relative;
    top: 125px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 11px;
    line-height: 13px;
  }

  header .logo img {
    width: 85%;
  }

  div.full-bg .hexagon {
    padding: 60px 20px 0px 20px;
  }
  div.full-bg .hexagon .pg {
    top: 0px;
  }
  div.full-bg .hex2 {
    margin-top: 0px !important;
  }
  div.full-bg .hex4 {
    margin-top: 0px !important;
    padding-top: 65px;
  }
  div.full-bg .hex6 {
    margin-top: 0px !important;
  }

  div.product1 {
    padding-top: 100px !important;
    top: 0px;
  }
  div.product1 .product img {
    width: 175%;
    left: -55px;
    top: -40px !important;
    position: relative;
    z-index: 999;
  }

  div.product2 {
    top: 100px;
    margin-top: 0px;
    margin-bottom: 50px !important;
  }
  div.product2 .product img {
    width: 130%;
    left: -19px;
    top: -40px;
  }

  div.product3 {
    padding-top: 0px !important;
    top: 0px;
  }
  div.product3 .product img {
    left: -35px;
    top: -40px !important;
    position: relative;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
    line-height: 16px;
  }

  header .logo img {
    width: 100%;
  }

  div.full-bg .hexagon {
    padding: 75px 20px 0px 20px;
    min-height: 600px;
  }
  div.full-bg .hexagon .pg {
    top: -5px;
  }
  div.full-bg .hexagon .icon-telephone {
    height: 23px;
  }
  div.full-bg .hex2 {
    margin-top: 0px !important;
    padding-top: 65px;
  }
  div.full-bg .hex4 {
    margin-top: 0px !important;
    padding-top: 65px;
  }
  div.full-bg .hex5 {
    padding: 65px 20px 0 20px;
  }
  div.full-bg .hex6 {
    margin-top: 0px !important;
    padding-top: 65px;
  }
  div.full-bg .hex6 h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  div.full-bg .hex6 h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  div.full-bg .hex6 p {
    font-size: 0.85rem;
    line-height: 0.9rem;
  }

  div.product1 {
    padding-top: 100px !important;
    top: 0px;
  }
  div.product1 .product img {
    width: 170%;
    left: -62px;
    top: -25px;
  }

  div.product2 {
    top: 50px;
    margin-top: 0px;
  }
  div.product2 .product img {
    width: 125%;
    left: -19px;
    top: -20px;
  }

  div.product3 {
    padding-top: 20px !important;
    top: 0px;
  }
  div.product3 .product img {
    top: -125px !important;
  }
}
