* {
  font-family: "SUIT";
  box-sizing: border-box;
  color: hsl(0, 0%, 15%);
  flex-wrap: nowrap;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  overflow-x: hidden;
}

.intro-box {
  position: absolute;
  width: 1480px;
  height: 1020px;
  right: -200px;
  top: -480px;
  z-index: -1;

  background: linear-gradient(148.45deg, #b1c2fc 0%, #3c65f8 76.21%);
  border-radius: 0px 80px 80px 80px;
  transform: rotate(-30deg);
}

/*header*/
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  margin: 0 auto;
  height: 5rem;
  width: 100%;
  padding: 0 12rem;
  z-index: 100;
  color: white;
  border-color: white;
  transition: background-color 0.2s ease;
}

.header:hover {
  color: black;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.main-menu1 li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  text-decoration: none;
  list-style: none;
  width: 100%;
  top: 5rem;
  left: 0;
  height: 5rem;
  border-bottom: 1px solid #f1f1f1;
}
.main-menu1 li ul li {
  padding: 10px;
}

.main-menu1 li:first-child:hover ul {
  display: flex;
  justify-content: center;
}

.scrolled {
  background-color: white;
  color: black;
  border-color: black;
  border-bottom: 1px solid #f1f1f1;
}

.molla {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 1520px;
}

.logo-title {
  display: flex;
  align-items: center;
}

.logo-title a {
  display: flex;
}

.logo {
  margin: 0 6px 0 0;
}

.title {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  display: flex;
  align-items: center;
  color: black;
}

.main-menu {
  display: flex;
  align-items: center;
  color: inherit;
  border-color: inherit;
}
.main-menu-top {
  color: inherit;
  border-color: inherit;
}
.main-menu1 {
  list-style: none;
  display: flex;
  height: 5rem;
  padding: 0px;
  color: inherit;
}

.main-menu1 li {
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 22px;
  margin: 0 48px 0 0;
  color: inherit;
  height: 100%;
}

a {
  color: inherit;
  text-decoration-line: none;
}

.main-menu1 > .header-line {
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  height: 28px;
  margin-top: 26px;
}

/*page*/
main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*page1*/
.page1 {
  margin: 0 auto;
  width: 1440px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*page1-left*/
.page1-left {
  /* width: 100%; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.page1-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 108px;
  color: #3c65f8;
}

.page1-text2 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
}

.download {
  display: flex;
  margin: 48px 0 0 0;
}

.download-button {
  padding: 25px 32px;
  background-color: #ecf0ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.download-text {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 0 0;
}

/*page1-right*/
.page1-right {
  display: flex;
  flex-direction: row;
  background-color: white;
  width: 732px;
  height: 240px;
  border-radius: 24px;
  padding: 40px;
  justify-content: space-between;
  filter: drop-shadow(0px 0px 120px rgba(60, 101, 248, 0.25));
}

.box-left {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.box1 {
  background-color: #3c65f8;
  width: 200px;
  height: 48px;
  border-radius: 8px;
}

.box2 {
  display: flex;
}

.box2-1 {
  background-color: #3c65f8;
  border-radius: 12px;
  width: 98px;
  height: 66px;
}

.box2-2 {
  background: #ffffff;
  margin: 0 0 0 4px;
  border: 4px solid #3c65f8;
  border-radius: 12px;

  width: 146px;
  height: 66px;
}

/*page2*/
.page2 {
  display: flex;
  flex-direction: column;
  height: 432px;
  background-color: #f2f2f2;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.page2-text {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  color: #4c4c4c;

  justify-content: center;
}

/*page3*/
.page3 {
  height: 120vh;
  width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

/*page3-left*/
.page3-left {
  display: flex;
  flex-direction: column;
}

.page3-text1 {
  display: flex;
  /* flex-direction: column; */
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
}

.page3-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #999999;
}

.more-button {
  background-color: #f3f3f3;
  border-radius: 12px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 80px;
  margin: 64px 0 0 0;
}

/*page4*/
.page4 {
  height: 120vh;
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.page4-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page4-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
}

.page4-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #999999;
  display: flex;
  align-items: end;
  justify-content: center;
}

.page4-icon {
  width: 30%;
  height: 30%;
  position: relative;
  display: flex;

  align-items: center;
  justify-content: center;
}

.page4-icon-pro {
  position: absolute;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.1));
  background-color: none;
}

/*page5*/
.page5 {
  height: 120vh;
  width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

/*page5-right*/
.page5-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.page5-text {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.page5-text1 {
  /* flex-direction: column; */
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
}

.page5-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #999999;
  display: flex;
}

.page6-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page6 {
  height: 120vh;
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 5;
}

.page6-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
}

.page6-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #999999;
  display: flex;
  align-items: end;
  justify-content: center;
}

.page6-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1440px;
}

.page6-icon-pro {
  background: #ffffff;
  border-radius: 24px;
  width: 467px;
  height: 276px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  height: 500px;
  width: 100%;
  margin: auto 0;
}

.footer-page {
  width: 1440px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-content {
  color: #999999;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}

.footer-page1 {
  display: flex;
  flex-direction: row;
}

.footer-page2 {
  display: flex;
  flex-direction: column;
}

.footer-page2-upper {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer-page2-text1 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #d9d9d9;
}

.footer-page2-text2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 12px;
}

.footer-page2-lower {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 24px;
}
