* {
  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;
}

/* section {
    overflow: hidden;
  } */

/*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: black;
}

.header:hover {
  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;
  margin-right: 6rem;
}
.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;
}

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

.page1-left {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.page1-right {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.page1-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page1-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

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

.scroll-button {
  bottom: 48px;
  z-index: 10;
  position: absolute;
}

/*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: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}

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

.page3-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  color: #262626;
  display: flex;
  align-items: center;
}

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

.page3-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.page3-lower-boxline {
  display: flex;
  flex-direction: row;
}

.box-line {
  display: flex;
  flex-direction: row;
  width: 432px;
  height: 160px;
  border-radius: 24px;
  padding: 30px;
  justify-content: space-between;
  align-items: start;
  position: relative;
  margin-bottom: 24px;
}

/*page4*/
.page4 {
  height: 120vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-width {
  height: 100vh;
  width: 1440px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

.page4-right {
  display: flex;
  flex-direction: column;
}

.page4-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  color: #262626;
  display: flex;
  align-items: center;
}

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

/*page5*/
.page5 {
  height: 120vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f2f2f2;
}

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

.page5-left {
  display: flex;
  flex-direction: column;
}

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

.page5-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  color: #262626;
  display: flex;
  align-items: center;
}

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

.page5-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 400px;
  height: 144px;
  background-color: white;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 12px;
}

.page5-box-text1 {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #4c4c4c;
}

.page5-box-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #737373;
}

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;
}
