/* base */
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: top;
}
a {
  text-decoration: none;
  color: #21be98;
  &:hover {
    color: #fff;
  }
  /* &:link {
    color: #21be98;
  }
  &:visited {
    color: #fff;
  }
  &:hover {
    color: #21be98;
  }
  &:active {
    color: #21be98;
  } */
}

body {
  background: #0b0c0e;
  background: #010006;
  color: #fff;
  /* transition-timing-function: cubic-bezier(0, 0, 0.2, 1); */
  background: url("../img/bg.png") no-repeat fixed;
  background-size: 100% 100%;
}

/* head */
.head {
  height: 64px;
  padding: 16px 64px;
  /* padding-right: 64px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #0b0c0e;
  background-color: #010006;
}
.logo {
  height: 40px;
  /* height: 96px; */
}
.head_right {
  display: flex;
  align-items: center;
  gap: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.head_right_item {
  font-size: 20px;
  font-weight: 400;
}

.home {
  margin-top: 96px;
  /* margin-top: 126px; */
  /* margin-right: 60px; */
  /* margin-right: 58px; */
  /* margin-left: 60px; */
  /* padding: 60px 16px 0 16px; */
  padding: 60px 64px;
  padding-right: 0;
  margin-right: 48px;
  /* background: url("../img/new_k.png") no-repeat; */
  /* background: url("../img/new_k_current.png") no-repeat;
  background-size: cover;
  background-size: contain;
  background-size: 100% 100%;
  background-size: auto 84%;
  background-position: 100%; */
  /* content */
  padding-bottom: 0;
}
.content.banner {
  display: flex;
  justify-content: center;
}
.banner_left {
  width: 40%;
  width: 80%;
  text-align: center;
}
.heading {
  padding-top: 32px;
  /* width: 80%; */
  /* font-size: 64px; */
  font-size: 64px;
  font-weight: 600;
  line-height: 1.5em;
  font-family: "Orbitron", sans-serif;
  /* text-transform: uppercase; */
}
.subtitle {
  padding: 16px 0;
  padding: 64px 0;
  font-size: 28px;
  font-size: 24px;
  line-height: 1.5em;
  /* color: #21be98; */
}
.start_btn {
  width: 180px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  background-color: #21be98;
  &:hover {
    opacity: 0.8;
  }
}
.services_a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 16px 0;
  &:link,
  &:hover,
  &:active {
    color: #fff;
  }
}

/* foot */
.foot {
  padding: 60px 0;
  display: flex;
}
.foot_subtitle {
  padding: 16px 0;
  font-size: 20px;
  font-weight: 600;
  color: #21be98;
}
.foot_left {
  width: 50%;
}
.about_us {
  width: 80%;
}
.foot_right {
  width: 50%;
}
.services {
  transform: translateX(14px);
}
.services_item {
  padding: 12px;
  padding-top: 0;
  list-style-type: disc;
  color: #21be98;
  /* padding-left: 12px; */
  span {
    color: #fff;
  }
}

.fusion-row {
  .head {
    .head_right {
      .head_right_item {
        a {
          text-decoration: none;
          color: #21be98;
          &:hover {
            color: #fff;
          }
        }
      }
    }
  }
}

.aboutus_con {
  padding: 16px 64px;
  /* background: url('../img/aboutus.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(5px);
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/aboutus.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(1px);
    z-index: -1;
  } */
  h2 {
    margin-bottom: 16px;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
}
