* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  width: 100%;
  background: #ffffff;
  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: rgba(255, 255, 255, 0.16); */
}

.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: 60px;
  height: 60px;
}
header nav .logo {
  height: 60px;
}

header nav .logo a {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin-left: 20px;
}
header nav .logo .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: 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: 30px;
}

header nav .nav-links li a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

header nav .nav-links a.active {
  color: #3a5aff;
}
#Home {
  width: 100%;
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff5f1;

  padding-top: 190px;
}
#Home .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#Home .container .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 80px;
}
#Home .container .left .p1 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 56px;
  color: #181b32;
  line-height: 71px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 18px;
}
#Home .container .left .p2 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #666680;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 18px;
}
#Home .container .right {
  width: 50%;
  height: auto;
}
.HowWorks {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}
.HowWorks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.HowWorks .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 300;
  font-size: 48px;
  color: #181b32;
  line-height: 62px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.HowWorks .container .small {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 18px;
  color: #b0b0c0;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}
.HowWorks .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.HowWorks .list .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.HowWorks .list .item .view {
  width: 360px;
  height: 360px;
  background: rgba(172, 205, 255, 0.12);
  border-radius: 24px 24px 24px 24px;
  border: 1px solid;
  border-image: linear-gradient(
      141deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0)
    )
    1 1;
  padding: 40px 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.HowWorks .list .item .img2 {
  width: 130px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: -106px;
  z-index: 999;
  margin-top: -24px;
}
.HowWorks2 .item {
  background: none !important;
}
.HowWorks .list .item2 .view {
  background: rgba(255, 209, 191, 0.12);
}
.HowWorks .list .item3 .view {
  background: rgba(117, 115, 221, 0.12);
}
.HowWorks .list .item img {
  width: 86px;
  height: 86px;
  margin-bottom: 40px;
}
.HowWorks .list .item .p1 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 24px;
  color: #181b32;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
.HowWorks .list .item .p2 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 18px;
  color: #666680;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.HowWorks2 .list .item .view {
  background: none;
}
#About {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
}
#About .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#About .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 300;
  font-size: 48px;
  color: #181b32;
  line-height: 62px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}
#About .container .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#About .container .box .left {
  width: 40%;
  height: auto;
  border-radius: 60px;
}
#About .container .box .right {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  box-sizing: border-box;
}
#About .container .box .right .p1 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #181b32;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#About .container .box .right ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
#About .container .box .right ul li {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 18px;
  color: #666680;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#About .container .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #181b32;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#About .container .p3 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #181b32;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#About .container .ul2 li {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #181b32;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}
#Contact .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Contact .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 300;
  font-size: 48px;
  color: #181b32;
  line-height: 62px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#Contact .container .small {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 18px;
  color: #666680;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 64px;
}
#Contact .container .form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#Contact .container .form .item {
  width: 644px;

  background: #f8fafe;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 24px;
}
#Contact .container .form .item1 {
  height: 66px;
}
#Contact .container .form .item input,
#Contact .container .form .item textarea {
  width: 100%;

  border: none;
  background: #f8fafe;
  border-radius: 16px;
  padding: 16px 20px;
}
#Contact .container .form .item2 {
  margin-bottom: 52px;
}
#Contact .container .form .item input:focus,
#Contact .container .form .item textarea:focus {
  border: none;
}
#Contact .container .btn {
  width: 200px;
  height: 64px;
  background: #524fd5;
  border-radius: 73px 73px 73px 73px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#Footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 0;
}
#Footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8fafe;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  box-sizing: border-box;
}
#Footer .container p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 14px;
  color: #181b32;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#Footer .container .p1 {
  margin-bottom: 50px;
}
#Footer .container .p2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Footer .container .p2 a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 14px;
  color: #181b32;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: 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%;
}
.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  padding-top: 40px;
}

.custom-alert p {
  margin-bottom: 15px;
  font-size: 16px;
}

.custom-alert span {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.custom-alert button:hover {
  background-color: #0056b3;
}
