@font-face {
  font-family: Neue-Ultrabold;
  src: url(.././font/Neue-Machina/NeueMachina-Ultrabold.otf); }
html {
  scroll-behavior: smooth; }

body {
  color: #fff;
  font-family: "Source Code Pro", monospace; }

@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px; } }
.font-size-1 {
  font-size: 1.125rem; }

.font-size-2 {
  font-size: 1.875rem; }

.font-size-3 {
  font-size: 1.5625rem; }

.fw-900 {
  font-weight: 900; }

.color-yellow {
  color: #fbad1b; }

.header {
  background-size: cover;
  min-height: 600px;
  position: relative; }
  .header--cloud {
    overflow: hidden; }
    .header--cloud-1 {
      animation-name: cloud;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      position: absolute;
      right: 0;
      bottom: -25%;
      z-index: 9;
      width: 70%; }
    .header--cloud-2 {
      animation-name: cloud;
      animation-duration: 10s;
      animation-delay: 2s;
      animation-iteration-count: infinite;
      position: absolute;
      bottom: -25%;
      z-index: 9;
      left: -25%;
      width: 70%; }
  .header--navbar {
    position: absolute;
    width: 100%;
    top: 0; }
  .header--banner {
    background: url("../image/trai-dat-nay-la-cua-chung-minh-2.png") bottom left;
    position: relative;
    background-size: cover;
    background-repeat: repeat-x; }
    .header--banner--img {
      height: 100vh;
      width: 100%;
      min-height: 620px;
      object-fit: cover; }
    .header--banner--content {
      position: absolute;
      right: 6.5rem;
      top: 300px; }
    .header--banner--logo {
      width: 270px; }
    .header--banner--text {
      width: 465px;
      padding-bottom: 10px;
      padding-left: 30px; }

.body {
  background: #000204 url("../image/bg.jpg") top left;
  background-size: cover; }

.about--header {
  max-width: 2560px;
  margin: auto; }
  .about--header--text {
    max-width: 500px;
    position: absolute;
    right: -250px;
    top: calc(50% - 150px); }
.about--mission {
  max-width: 1920px;
  margin: auto; }
  .about--mission--title {
    position: relative; }
    .about--mission--title .span-1 {
      position: relative;
      z-index: 1;
      padding-left: 83px;
      font-size: 38px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Neue-Ultrabold", monospace; }
    .about--mission--title .span-2 {
      position: absolute;
      top: -18px;
      left: 0;
      color: #463418;
      font-size: 101px;
      font-family: "Neue-Ultrabold", monospace; }
    .about--mission--title .span-3 {
      position: absolute;
      top: -80px;
      left: -95px;
      transform: rotate(-90deg) translateX(-100%);
      font-size: 55px;
      text-transform: uppercase;
      font-family: "Neue-Ultrabold", monospace; }
  .about--mission--content {
    max-width: 650px;
    margin-top: 100px;
    margin-left: 150px; }
  .about--mission--img {
    position: absolute;
    top: 30px;
    right: 0;
    width: 750px; }
.about--targets {
  margin-top: 200px;
  position: relative; }
  .about--targets--title {
    padding-top: 120px;
    padding-left: 60px; }
  .about--targets--content {
    padding-bottom: 50px;
    max-width: 900px; }
    .about--targets--content-1 {
      padding-left: 190px; }
    .about--targets--content-2 {
      margin-left: 240px; }
    .about--targets--content-3 {
      margin-left: 260px; }
    .about--targets--content-4 {
      margin-left: 200px; }
    .about--targets--content-5 {
      margin-left: 85px; }
  .about--targets--img {
    width: 700px;
    position: absolute;
    left: -50px;
    top: -300px; }

.team {
  padding-bottom: 50px; }
  .team--item img {
    width: 100%;
    max-width: 250px;
    border-radius: 10px;
    border: 5px solid #41d6ff; }

.product {
  margin-bottom: 100px;
  margin-top: 100px; }
  .product--smart--img {
    margin-top: 100px; }
    .product--smart--img img {
      max-width: 900px;
      width: 100%; }
  .product--btn-version {
    color: #fff;
    background: unset;
    border-radius: 50px;
    font-size: 18px;
    padding: 0.5rem 1rem;
    position: relative;
    border: 1px solid #fff; }
    .product--btn-version:before {
      content: "Update version";
      width: 100%;
      height: 100%;
      border-radius: 50px;
      top: -5px;
      left: -5px;
      position: absolute;
      background: #00adcc;
      padding-top: 5px; }
  .product--challenge {
    margin-top: 100px; }
    .product--challenge--text {
      margin-left: auto;
      max-width: 500px; }
    .product--challenge--content-1 {
      top: 40px;
      left: 10px;
      max-width: 380px; }
    .product--challenge--content-2 {
      bottom: -50px;
      left: 15%;
      max-width: 255px; }
    .product--challenge--content-3 {
      right: 10px;
      max-width: 400px;
      bottom: -20px; }
    .product--challenge--content-4 {
      right: 10%;
      top: 0; }
  .product--coming-soon--item {
    background: #000000c2;
    margin-left: 20px;
    padding: 1rem 2.5rem;
    border-radius: 25px;
    text-align: center; }
  .product--coming-soon--number {
    font-size: 25px;
    font-weight: bold; }
  .product--coming-soon--text {
    font-size: 13px;
    color: #9f9fa0; }

.roadmap {
  margin-top: 200px;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto; }

.partners {
  padding-bottom: 150px; }
  .partners img {
    max-width: 180px; }

@media only screen and (max-width: 1600px) {
  .header--banner--content {
    top: 220px; }
  .header--banner--logo {
    width: 200px; }
  .header--banner--text {
    width: 350px; }

  .product--coming-soon--item {
    padding: 0.5rem 1.75rem; } }
@media only screen and (max-width: 1300px) {
  .header--banner--content {
    top: 180px; }
  .header--banner--logo {
    width: 150px; }
  .header--banner--text {
    width: 275px; }

  .about--mission--img {
    top: 70px;
    width: 500px; }
  .about--targets {
    margin-top: 140px; }
    .about--targets--title {
      padding-top: 110px;
      padding-left: 5px; }
    .about--targets--img {
      width: 550px;
      top: -230px;
      left: -140px; }
    .about--targets--content {
      max-width: 665px;
      padding-bottom: 20px; }
      .about--targets--content-1 {
        padding-left: 0; }
      .about--targets--content-2 {
        margin-left: 40px; }
      .about--targets--content-3 {
        margin-left: 65px; }
      .about--targets--content-4 {
        margin-left: 10px; }
      .about--targets--content-5 {
        margin-left: -80px; }

  .product--smart--img img {
    max-width: 700px; }

  .team--item img {
    max-width: 200px; } }
@media only screen and (max-width: 991px) {
  .header .navbar-nav {
    background: #0f0e13cc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 7px; }
  .header--banner--content {
    top: 165px;
    right: 7%; }
  .header--banner--logo {
    display: none; }
  .header--banner--img {
    height: unset;
    min-height: 600px; }
  .header--cloud-2, .header--cloud-1 {
    bottom: -10%; }

  .about--header {
    margin-bottom: 70px; }
    .about--header--text {
      max-width: unset;
      position: unset; }
  .about--mission--title .span-1, .about--mission--title .span-2, .about--mission--title .span-3 {
    position: unset;
    z-index: unset;
    padding-left: unset;
    font-size: 25px; }
  .about--mission--content {
    max-width: unset;
    margin-top: 0;
    margin-left: 0; }
  .about--mission--img {
    top: 160px; }
  .about--targets {
    margin: 0; }
    .about--targets--img {
      display: none; }
    .about--targets--title {
      margin: auto;
      padding-top: 150px; }
    .about--targets--content {
      max-width: unset;
      padding-bottom: 10px;
      margin-left: 0 !important;
      padding-left: 0 !important; }

  .product {
    margin-top: 55px;
    margin-bottom: 50px; }
    .product--smart--img {
      margin-top: 50px; }
    .product--challenge {
      margin-top: 50px; }
      .product--challenge--content {
        max-width: unset;
        position: unset !important; }
      .product--challenge--img {
        display: none; }
      .product--challenge--text {
        max-width: unset; }
    .product--coming-soon--item {
      padding: 5px 15px;
      margin-left: 10px; }
      .product--coming-soon--item--number {
        font-size: 20px; }

  .roadmap {
    margin-top: 50px; }

  .partners {
    padding-bottom: 50px; } }
@keyframes cloud {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }

/*# sourceMappingURL=style.css.map */
