* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  width: 100%;

  font-family: Montserrat, Montserrat;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a,
span {
  display: inline-block;
}

.polygon {
  position: relative;
  cursor: pointer;
}

.polygon a {
  display: flex;
  align-items: center;
}

.polygon img {
  width: 12px;
  height: 10px;
  margin-left: 6px;
  margin-top: 6px;
}

.polygon .img1 {
  display: block;
}

.polygon .img2 {
  display: none;
}

.header-active .polygon .img1 {
  display: none;
}

.header-active .polygon .img2 {
  display: block;
}

.list-polygon {
  width: 272px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
}

.list-polygon.show {
  visibility: visible;
}

.list-polygon p {
  padding: 12px 0;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.list-polygon p a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #000000 !important;
  text-decoration: none;
}

.list-polygon .active {
  background: #f4f1ff !important;
}

.list-polygon p:hover {
  background: #f4f1ff !important;
}

.list-polygon .active a {
  color: #583ceb !important;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  background-color: transparent;
}

.header-active {
  background-color: #fff;
  font-weight: bold;
}

.header-active nav .logo a {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 28px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header-active nav .nav-links li a {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header-active nav .nav-links li a:hover {
  color: #222222;
  scale: 1.1;
}

.header-active nav .nav-links a.active {
  color: #222222;
}

.header-active nav .nav-links a.active::after {
  background-color: #222222;
}

header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}

header nav .logo {
  /* height: 60px; */
}

header nav .logo a {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

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: 16px;
  color: #fff;
  text-decoration: auto;
  position: relative;
}

header nav .nav-links a.active {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

header nav .nav-links a.active::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -7px;
}

#Home {
  width: 100%;
  height: 802px;
  background-color: #7054f0;
  padding-top: 147px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#Home .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

#Home .container img {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}

#Home .container p {
  width: 60%;
  z-index: 999;
}

#Home .container .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 27px;
}

#Home .container .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 80px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}

#Home .container .p3 {
  width: 40%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#Home .container .bg1 {
  width: 829px;
  height: 717px;
  position: absolute;
  right: -149px;
  bottom: -117px;
}

#Products {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #f4f1ff;
}

#Products .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Products .container .title {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 70px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 54px;
}

#Products .container .box {
  width: 100%;
  padding: 50px 30px;
  background: rgba(249, 247, 255, 0.76);
  border-radius: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #fff;
}

#Products .container .box .p1 {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 32px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}

#Products .container .box .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Products .container .box .bottom img {
  width: 423px;
  height: 378px;
}

#Products .container .box .bottom p {
  width: 573px;
  /* display: flex;
  align-items: center; */
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 32px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#Products .container .box .bottom p span {
  color: #583ceb;
}

#CoreFeatures {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #fff;
}

#CoreFeatures .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#CoreFeatures .container .title {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 70px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}

#CoreFeatures .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#CoreFeatures .container .list .item {
  width: 380px;
  height: 264px;
  background: #f4f1ff;
  border-radius: 50px 50px 50px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 62px 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#CoreFeatures .container .list .item img {
  width: 84px;
  height: 84px;
  margin-bottom: 30px;
}

#CoreFeatures .container .list .item p {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

#Process {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f4f1ff;
  padding: 100px 0;
}

#Process .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#Process .container .title {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 70px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 92px;
}

#Process .container .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#Process .container .list p {
  width: 100%;
  height: 120px;
  background: #f9f7ff;
  border-radius: 30px 30px 30px 30px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#Process .container .list p span {
  width: 62px;
  height: 62px;
  background: #d5caff;
  border-radius: 31px 31px 31px 31px;
  font-size: 36px;
  color: #000000;
  margin-right: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#PrivacyPolicy {
  width: 100%;
  height: 560px;
  background: linear-gradient(180deg, #fff5f2 0%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#PrivacyPolicy .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#PrivacyPolicy p {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 55px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}

#PrivacyPolicy a {
  font-size: 32px;
  color: #7054f0;
  text-decoration: none;
}

#PrivacyPolicy a:hover {
  text-decoration: underline;
}

#Footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 87px 0;
  background: #2f2f2f;
}

#Footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}




#Footer .container .left {
  width: 525px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


#Footer .container .left .p1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 50px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}

#Footer .container .left p {
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}

#Footer .container .left p:last-child {
  margin-bottom: 0;
}

#Footer .container .right {
  flex: 1;
  width: 459px;
  height: 233px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #606060;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 43px;
  box-sizing: border-box;

}

#Footer .container .right .p1 {
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 17px;
}

#Footer .container .right .p2 {

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

#Footer .container .right .p2 a {
  color: #FBC257;
  text-decoration: none;
}

#Footer .container .right .p2 a:hover {
  text-decoration: underline;
}

#Footer .container .right .p3 {

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
}

#Footer .container .right .p3 a {
  color: #FBC257;
  text-decoration: none;
}

#Footer .container .right .p3 a:hover {
  text-decoration: underline;
}

#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%;
}

.container {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }

  #Home .container .p2 {
    font-size: 64px;
  }

  #Home .container .bg1 {
    width: 758px;
    height: 624px;
    position: absolute;
    right: -76px;
    bottom: -118px;
  }

  #Products {
    padding: 80px 0;
  }

  #Products .container .box .bottom img {
    width: 355px;
    height: 345px;
  }

  #CoreFeatures {
    padding: 80px 0;
  }

  #CoreFeatures .container .list .item {
    width: 349px;
    height: 264px;
    cursor: pointer;
  }

  #CoreFeatures .container .list .item:hover {
    transform: scale(1.1);
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }

  #PrivacyPolicy p {
    font-size: 50px;
  }
}

@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }

  #Home .container .p2 {
    font-size: 64px;
  }

  #Home .container .bg1 {
    width: 758px;
    height: 624px;
    position: absolute;
    right: -76px;
    bottom: -118px;
  }

  #Products {
    padding: 80px 0;
  }

  #Products .container .box .bottom img {
    width: 355px;
    height: 345px;
  }

  #CoreFeatures {
    padding: 80px 0;
  }

  #CoreFeatures .container .list .item {
    width: 349px;
    height: 264px;
  }

  #PrivacyPolicy p {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }

  #Home .container .p2 {
    font-size: 53px;
  }

  #Home .container .bg1 {
    width: 758px;
    height: 624px;
    position: absolute;
    right: -76px;
    bottom: -151px;
  }

  #Products {
    padding: 70px 0;
  }

  #Products .container .box .bottom img {
    width: 355px;
    height: 345px;
  }

  #CoreFeatures {
    padding: 70px 0;
  }

  #CoreFeatures .container .list .item {
    width: 319px;
    height: 264px;
  }

  #PrivacyPolicy p {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
}