a {
  text-decoration: none;
  color: inherit;
}
ul {
  padding: 0cm;
}
.max-w {
  max-width: 1440px;
}
.transition-all {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(201, 241, 255, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  z-index: 100;
}
.header__nav {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo__span {
  font-size: 26px;
  font-weight: bold;
  color: #3d3d3d;
}
.download {
  display: flex;
  gap: 6px;
  padding: 12px 15px;
  border-radius: 9px;
  background: #0061ff;
}
.download__img {
  width: 28px;
  height: 29px;
}
.download__span {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}

.section--feature {
  padding-top: 74px;
  padding-bottom: 110px;
  background: linear-gradient(0deg, #d4e5ff 0%, #8de3ff 100%);
}
.section--feature-title {
  text-align: center;
  color: #000000;
}
.section--feature-title > p:first-child {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}
.section--feature-title > p:nth-child(2) {
  margin-top: 26px;
  font-size: 36px;
  line-height: 20px;
  font-weight: normal;
}
.feature__ul {
  margin-top: 104px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.feature__item img {
  width: 100%;
}

.feature__item:hover {
  transform: translateY(-5px);
}
.section--scene {
  padding-top: 60px;
  background: linear-gradient(0deg, #ffffff 0%, #d3e5ff 100%);
}
.section-wrapper {
  margin: 0 auto;
}

.section--scene-title {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 48px;
  color: #000000;
}
.section--scene-item {
  margin-top: 104px;
}
.section--scene-item-title {
  font-size: 36px;
  line-height: 64px;
  text-align: center;
}
.section--scene-item-title > p:first-child {
  font-weight: bold;
  color: #0061ff;
}
.section--scene-item-title > p:nth-child(2) {
  font-weight: 500;
  color: #3d3d3d;
}
.section--scene-item__ul,
.section--scene-item--more {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 40px;
}

.section--scene-item__ul__li {
  box-shadow: 0px 4.39px 10.98px 0px rgba(118, 198, 255, 0.3);
}
.section--scene-item__ul__li img,
.section--scene-item--more img {
  width: 100%;
}
.section--scene-item__ul__li:hover {
  transform: translateY(-5px);
}

.section--scene-item--more__li__p {
  display: flex;
  flex-direction: column;
  margin-top: 47px;
  color: #3d3d3d;
}
.section--scene-item--more__li__p > span:first-child {
  font-size: 46px;
  font-weight: bold;
  line-height: 64px;
}
.section--scene-item--more__li__p > span:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 18px;
}

.section--scene-item--more__li img:hover {
  transform: scale(1.05);
}
.border-b {
  margin-top: 40px;
  color: rgba(0, 0, 0, 0.2);
}
.footer {
  margin-top: 104px;
  padding-bottom: 43px;
  text-align: center;
  color: #3d3d3d;
}
.footer > p {
  line-height: 24px;
}
