.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 16;
  background: #090a19;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
}

.header .nav {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav .logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .nav-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px;
}

.header .nav-list {
  position: relative;
  height: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
}

.header .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.header .nav-item .nav-link {
  color: #fff;
}

.header .nav-item:hover {
  background-color: #4e7ef5;
}

.header .nav-bar-tel {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-right .try-btn {
  display: inline-block;
  width: 102px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(270deg, #776ee3 0%, #2d4ff2 100%);
  border-radius: 18px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background: #06162b;
  padding: 72px 0;
  height: 120px;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  gap: 128px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 400;
}
.footer-wrapper .text {
  color: #fff;
  font-size: 16px;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}
