@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@font-face {
  font-family: 'palatino';
  src: local("palatino"), url("../fonts/pala.woff") format("linotype");
}

@font-face {
  font-family: 'Segoe-ui-regular';
  src: local("Segoe-ui-regular"), url("../fonts/SegoePro-Regular.ttf");
}

@font-face {
  font-family: 'Segoe-ui';
  src: local("Segoe-ui-semibold"), url("../fonts/SegoePro-Semibold.ttf");
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 770px) {
  body {
    background: url(../images/carbone-bg.svg);
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 769px) {
  body {
    background: url("../images/cb-mobile-bg.svg");
    overflow-x: hidden;
  }
  body .lines {
    display: none;
  }
  body section.mobile {
    display: block;
  }
}

img, embed, object, video {
  max-width: 100%;
}

hr {
  margin: 0;
  padding: 0;
  border-width: 0px;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  color: white;
}

h1 {
  font-family: 'palatino';
  font-weight: 600;
}

p, li {
  font-family: 'Segoe-ui-regular';
}

nav, button {
  text-transform: uppercase;
}

button {
  font-family: inherit;
  border: 0;
  font-size: 1em;
  border: 1px solid;
}

@media screen and (max-width: 769px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 20px 20px 0;
    margin: 0 5% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 600;
  }
  header .left-nav {
    display: inline;
    list-style: none;
  }
  header .left-nav .logo {
    background: url("../images/logo.svg");
    background-repeat: no-repeat;
    height: 4em;
    width: 8em;
    float: left;
    padding-left: 0;
    margin-top: 10px;
  }
  header .left-nav .search {
    background: url("../images/search.svg");
    height: 8em;
    width: 2em;
    background-repeat: no-repeat;
    margin-left: 7em;
    margin-top: 8px;
  }
  header div {
    width: 250px;
  }
  header nav {
    display: none;
  }
  header #menu {
    background: url("../images/menu.svg");
    height: 8em;
    width: 2em;
    background-repeat: no-repeat;
    margin-top: 20px;
    position: relative;
    right: 0;
  }
}

@media screen and (min-width: 770px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    padding-left: 0;
    margin-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 600;
  }
  header div {
    max-width: 50%;
  }
  header .left-nav {
    display: inline;
    list-style: none;
  }
  header .left-nav .logo {
    background: url("../images/logo-lg.svg");
    background-repeat: no-repeat;
    height: 3em;
    width: 10em;
    float: left;
    margin-top: 4%;
  }
  header nav {
    color: #ffffff;
    position: absolute;
    left: 35%;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header nav ul .active {
    border-bottom: 2.5px solid #FFD70075;
  }
  header nav ul li {
    display: inline-block;
    padding: 20px 20px;
  }
  header nav button {
    border-color: #0045e1;
    border-width: .125em;
    color: #ffffff;
    height: 2.5em;
    width: 7.5em;
    background-color: #0043e100;
    font-weight: 600;
  }
  header #menu {
    background: url("../images/menu.svg");
    height: 8em;
    width: 2em;
    background-repeat: no-repeat;
    margin-top: 25px;
    position: relative;
    right: 0;
  }
}

section.mobile {
  display: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  border-left: 1px solid #e0e0e000;
  -webkit-box-shadow: -200px 5px 100px #00000033;
          box-shadow: -200px 5px 100px #00000033;
  z-index: 20;
  background-color: #1E1E1E;
}

section.mobile .menu {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
}

section.mobile ul {
  margin: 0;
  padding: 50px 0;
  list-style: none;
  max-width: 10000px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

section.mobile ul li {
  font-size: 25px;
  text-align: center;
  line-height: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block;
  max-width: 10000px;
  padding: 10px 20px;
}

section.mobile .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10% 35%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

section.mobile .socials div {
  height: 3em;
  width: 3.5em;
  background-repeat: no-repeat;
}

section.mobile .socials .twitter {
  background: url("../images/twitter.svg");
  background-repeat: no-repeat;
  margin-right: 5px;
}

section.mobile .socials .facebook {
  background: url("../images/facebook.svg");
  background-repeat: no-repeat;
}

section.mobile .socials .instagram {
  background: url("../images/instagram.svg");
  background-repeat: no-repeat;
}

section.mobile .toggle {
  position: absolute;
  top: 7.5%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2.5em;
  width: 2.5em;
  background-image: url("../images/x.svg");
  cursor: pointer;
}

@media screen and (max-width: 699px) {
  section.hero {
    position: absolute;
    top: 25%;
  }
  section.hero .side-line {
    display: none;
  }
  section.hero .hero-content {
    margin: 0 10%;
    max-width: 100%;
    text-align: center;
  }
  section.hero .hero-content .dot {
    color: #FFD700;
    font-size: 600;
  }
  section.hero .hero-content h1 {
    font-family: inherit;
    font-size: 250%;
    word-wrap: break-word;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: .5em;
  }
  section.hero .hero-content p {
    font-size: 1em;
    font-weight: 200;
    line-height: 1.5em;
    word-spacing: .2em;
    margin-bottom: 2em;
    color: #ffffff;
  }
  section.hero .hero-content .gs-btn {
    font-family: 'Segoe-ui-regular';
    font-weight: 600;
    background-position: center;
    background-color: white;
    height: 2.5em;
    width: 7.5em;
    border-color: #ffffff00;
    border-radius: 25px;
    color: #404040;
    margin-right: 15px;
    font-weight: 600;
    font-size: 12x;
    z-index: 1;
    margin-top: 5px;
  }
  section.hero .hero-content .play-btn {
    background: url("../images/Play.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 2.5em;
    width: 2.8em;
    border-color: #0045e1;
    padding: 10px;
  }
  section.hero .phone {
    margin: 0 10%;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section.hero .phone svg {
    width: 100%;
    height: 100%;
  }
  section.hero .chat {
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    bottom: 5%;
    height: 2em;
    width: 2em;
  }
  section.hero .lines hr {
    display: none;
  }
  section.hero #navigator div:hover {
    cursor: pointer;
  }
  section.hero #navigator #left {
    background-image: url("../images/cursur.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 10%;
    bottom: 50%;
    height: 49px;
    width: 80%;
  }
  section.hero #navigator #right {
    background-image: url("../images/cursur.svg");
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 10%;
    bottom: 50%;
    height: 49px;
    width: 80%;
  }
}

@media screen and (min-width: 700px) {
  section.hero .hero-content {
    margin-left: 6.8%;
    max-width: 400px;
    position: absolute;
    top: 30%;
    z-index: 9;
  }
  section.hero .side-line {
    width: 35%;
    border: 1px solid #ffffff80;
    border-radius: 50px;
    position: absolute;
    top: 34.5%;
    left: 20.5%;
  }
  section.hero .dot {
    color: #FFD700;
    font-size: 600;
  }
  section.hero h1 {
    font-family: inherit;
    font-size: 250%;
    word-wrap: break-word;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: .5em;
  }
  section.hero p {
    font-size: .75em;
    font-weight: 100;
    line-height: 1.5em;
    word-spacing: .2em;
    margin-bottom: 2em;
    color: #ffffff;
    max-width: 355px;
    opacity: .5;
  }
  section.hero .gs-btn {
    font-family: 'Segoe-ui-regular';
    font-weight: 600;
    background-position: center;
    background-color: white;
    height: 2.5em;
    width: 7.5em;
    border-color: #ffffff00;
    border-radius: 25px;
    color: #404040;
    margin-right: 15px;
    font-weight: 600;
    font-size: 12x;
    z-index: 1;
    margin-top: 5px;
  }
  section.hero .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30%;
    position: fixed;
    right: -215%;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 900px) {
  section.hero .socials {
    margin-top: 10%;
  }
}

@media screen and (min-width: 700px) {
  section.hero .socials div {
    height: 2em;
    width: 2.3em;
    background-repeat: no-repeat;
  }
  section.hero .socials .twitter {
    background: url("../images/twitter.svg");
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
  }
  section.hero .socials .facebook {
    background: url("../images/facebook.svg");
    background-repeat: no-repeat;
  }
  section.hero .socials .instagram {
    background: url("../images/instagram.svg");
    background-repeat: no-repeat;
  }
  section.hero .socials hr {
    width: 45%;
    border-width: .25px;
    border-color: #0043e19f;
    position: absolute;
    top: 94.25%;
    left: 35%;
  }
  section.hero .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 300px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-shadow: 20px 20px 20px #40404025;
            box-shadow: 20px 20px 20px #40404025;
  }
  section.hero .phone img {
    position: absolute;
    right: 6%;
    bottom: 25%;
    width: 38.9%;
    height: auto;
    z-index: 1;
    -webkit-box-shadow: -1px -1px 50px #00000050;
            box-shadow: -1px -1px 50px #00000050;
  }
}
/*# sourceMappingURL=style.css.map */