* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Mulish";
}

body.no-scroll {
  overflow: hidden;
}

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../font/mulish.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

header {
  background: #fafafa;
  position: fixed;
  z-index: 10;
  width: 100%;
}

header.scroll-header {
  background: #fafafa;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  max-width: 1344px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

main {
  padding-top: 80px;
  background: #fafafa;
}

.nav-logo {
  height: 40px;
}

.nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-bar {
  display: none;
}

.nav-link {
  text-decoration: none;
  color: #7b7882;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
  padding: 12px 16px;
  display: inline-block;
}

footer {
  background: #fafafa;
  backdrop-filter: blur(10px);
}

.footer {
  max-width: 1344px;
  width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px 0;
  height: 140px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer p {
  color: #7b7882;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.14px;
}

.footer span {
  color: #7b7882;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.14px;
}

.intro {
  max-width: 1296px;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro-left {
  max-width: 647px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.intro-left h1 {
  color: #333947;
  font-family: Mulish;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 125% */
  letter-spacing: 1px;
}

.intro-left h2 {
  color: #7b7882;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
}

.intro-left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reviews {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  max-width: 263px;
  height: 50px;
}

.reviews p {
  color: #333947;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.reviews-profiles {
  display: flex;
  align-items: center;
}

.review {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 100px;
  border: 4px solid #fff;
}

.review img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.star {
  border-radius: 100px;
  background: #719afc;
  display: flex;
  flex-direction: column;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 110px;
}

.star span {
  color: #fff;
  text-align: center;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.star img {
  width: 12px;
  height: 12px;
}

.review1 {
  left: -4px;
}

.review2 {
  left: 18px;
}

.review3 {
  left: 44px;
}

.review4 {
  left: 70px;
}

.review5 {
  left: 92px;
}

.reviews p {
  color: #333947;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.intro-right {
  position: relative;
}

.about-right {
  max-width: 457px;
  width: 100%;
  /* height: 376px; */

  margin: 0 32px;
}

.intro-image {
  width: 420px;
  height: 376px;
}

.graphic {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  left: -120px;
  bottom: -44px;
}

.graphic-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 26px 13px;
  border-bottom: 1px solid #f2f3f5;
}

.graphic-wrapper {
  padding: 13px 26px 20px;
}

.graphic-top span {
  color: #9ca0aa;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.graphic-top h6 {
  color: #333947;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.graphic-wrapper > img {
  width: 184px;
  height: 101.46px;
  margin-top: -20px;
}

.graphic-detail {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.graphic-detail img {
  width: 10px;
  height: 6px;
}

.graphic-detail h5 {
  color: #333947;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.graphic-detail span {
  color: #9ca0aa;
  text-align: center;
  font-family: Mulish;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.years {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: start;
  margin-top: -4px;
}

.years p {
  color: #9ca0aa;
  text-align: center;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.years p.active {
  color: #7599ee;
}

.crafts {
  background: #eff2f8;
  display: flex;
  padding: 72px 16px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.crafts-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 556px;
}

.crafts-title h1 {
  color: #2c2833;
  text-align: center;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: 1px;
}

.crafts-title h2 {
  color: #7b7882;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 1px;
}

.crafts-boxes {
  display: flex;
  align-items: center;
  gap: 30px;
}

.crafts-box {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  width: 260px;
  padding: 20px 26px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.crafts-icon {
  width: 44px;
  height: 44px;
}

.craft-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.craft-detail h5 {
  color: #2c2833;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: 1px;
}

.craft-detail p {
  color: #7b7882;
  text-align: center;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
}

.market-section {
  padding: 72px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1296px;
  margin: 0 auto;
}

.market-section h1 {
  color: #333947;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: 1px;
}

.market-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.market-wrapper img {
  width: 508.792px;
  height: 520px;
  margin-left: 83px;
}

.market-right-wrapper {
  display: flex;
  width: 458px;
  flex-direction: column;
  gap: 30px;
}

.market-right-wrapper div {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.market-right-wrapper div span {
  color: #333947;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: 1px;
}

.market-right-wrapper div p {
  color: #7b7882;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
}

.ideas-section {
  background: #eff2f8;
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.ideas-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 327px;
}

.ideas-title h1 {
  color: #2c2833;
  text-align: center;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: 1px;
}

.ideas-title h2 {
  color: #7b7882;
  text-align: center;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
}

.ideas-boxes {
  display: flex;
  gap: 30px;
  align-items: center;
  width: calc(100% - 32px);
  justify-content: center;
}

.idea-box {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  width: 360px;
  padding: 20px 26px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.idea-box-number {
  border-radius: 6px;
  background: #e7ecf8;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idea-box-number span {
  color: #719afc;
  text-align: center;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.idea-box-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.idea-box-detail p {
  color: #7b7882;
  text-align: center;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
}

.idea-box-detail h6 {
  color: #2c2833;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.expertise-section {
  background: #2156d3;
  padding: 72px 0;
}

.expertise-wrapper {
  max-width: 1296px;
  width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expertise-left {
  display: flex;
  max-width: 546px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.expertise-left h2 {
  color: #fff;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: 1px;
}

.expertise-left h4 {
  color: #c7c7c7;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
}

.expertise-right {
  display: flex;
  width: 529px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 48px 129px;
  flex-wrap: wrap;
}

.expertise-right div {
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.expertise-right div span {
  color: #fff;
  text-align: center;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  letter-spacing: 1px;
}

.expertise-right div h6 {
  color: #fff;
  text-align: center;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
  opacity: 0.4202;
}

.nav-menu {
  background: #fafafa;
  height: 160px;
  width: 100%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 16px 16px 32px;
}

.nav-menu-wrapper {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  z-index: 11;
  display: none;
}

.nav-menu-wrapper.show {
  display: flex;
}

.nav-menu div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.nav-menu > a {
  color: #7b7882;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
  padding: 13px 16px;
  display: inline-block;
  text-decoration: none;
  margin-left: auto;
}

#year {
  color: #7B7882;
  text-align: center;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}