* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  width: 100%;
  background: linear-gradient(180deg, #f5f4ff 0%, #ffffff 100%);
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a,
span {
  display: inline-block;
}

.header-active .polygon .img1 {
  display: none;
}

.header-active .polygon .img2 {
  display: block;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  background: transparent;
}

.header-active {
  background-color: #fff;
  font-weight: bold;
}

header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo h1 {
  display: flex;
  align-items: center;
}
header nav .logo h1 img {
  width: 68px;
  height: 68px;
}
header nav .logo {
  height: 60px;
}

header nav .logo a {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #0a0d20;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin-left: 20px;
}

header nav .logo a img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

header nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav .nav-links li {
  margin-right: 40px;
}

header nav .nav-links li a {
  font-weight: 400;
  font-size: 20px;
  color: #0a0d20;
  text-decoration: auto;
  position: relative;
}

header nav .nav-links a.active {
  padding: 12px 20px;
  background: #7d71dd;
  border-radius: 12px 12px 12px 12px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Home {
  width: 100%;

  display: flex;
  flex-direction: column;
  padding-top: 220px;
}

#Home .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#Home .container .p1 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 64px;
  color: #000000;
  line-height: 96px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#Home .container .p2 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 64px;
  line-height: 96px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  color: #ee73ef;
  margin-bottom: 40px;
}
#Home .container .p3 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #0a0d20;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
}
#Home .container .img-list {
  display: flex;
  align-items: center;
}
#Home .container .img-list img {
  width: 204px;
  height: 60px;
  margin-right: 40px;
}
#AboutUs {
  width: 100%;
  height: 610px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/head_bg.png");
  background-size: 90% 610px;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 141px;
}

#AboutUs .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 88px;
  position: relative;
}
#AboutUs .people {
  width: 389px;
  height: 496px;
  position: absolute;
  left: -30px;
  top: -310px;
}
#AboutUs .p4 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 64px;
  color: #ffffff;
  line-height: 96px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
}
#AboutUs .p5 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#AboutUs .p6 {
  margin-bottom: 52px;
}
#Services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
}
#Services .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Services .container .title {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 60px;
  color: #0a0d20;
  line-height: 90px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#Services .container .small {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #ee73ef;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}
#Services .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#Services .container .list .item {
  width: 360px;
  height: 178px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
}
#Services .container .list .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
#Services .container .list .item .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 20px;
  color: #0a0d20;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#Services .container .list .item .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #0a0d20;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Process {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f0ff;
  padding-top: 100px;
}
#Process .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Process .container .title {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 60px;
  color: #0a0d20;
  line-height: 90px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 11px;
}
#Process .container .small {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #ee73ef;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
}
#Process .container .list-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#Process .container .list-content .list {
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Process .container .list-content .list .item {
  width: 400px;
  height: 126px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 234px;
  padding: 16px 20px;
  box-sizing: border-box;
  position: relative;
}
#Process .container .list-content .list .item img {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: -20px;
}
#Process .container .list-content .right {
  padding-top: 166px;
}
#Process .container .list-content .right .item img {
  left: -20px !important;
  right: 0 !important;
  transform: scaleX(-1);
}
#Process .container .list-content .list .item .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 20px;
  color: #0a0d20;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#Process .container .list-content .list .item .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #0a0d20;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Process .container .list-content .middle {
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 75px;
}
#Process .container .list-content .middle .sp {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #7d71dd;
  box-shadow: 2px 2px 4px 0px rgba(100, 88, 201, 0.24),
    inset 0px -4px 4px 0px rgba(57, 45, 154, 0.45);
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Process .container .list-content .middle .line {
  width: 0px;
  height: 132px;

  border: 1px dashed #7d71dd;
}
#ContactUs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 200px 0;
}
#ContactUs .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ContactUs .container .title {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 60px;
  color: #0a0d20;
  line-height: 90px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 11px;
}
#ContactUs .container .small {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #ee73ef;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 11px;
}
#ContactUs .container .small2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #0a0d20;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}
#ContactUs .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ContactUs .container .list .item {
  width: 48%;
  height: 170px;
  background: rgba(238, 115, 239, 0.08);
  border-radius: 20px 20px 20px 20px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#ContactUs .container .list .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
#ContactUs .container .list .item .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 20px;
  color: #0a0d20;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#ContactUs .container .list .item .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #0a0d20;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #141127;
  padding: 60px 0;
}
#Footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Footer .container img {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}
#Footer .container p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#Footer .container a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #ee73ef;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
}
#backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}

#backTop:hover {
  opacity: 1;
}

#backTop img {
  width: 100%;
  height: 100%;
}
