.header-bg {
  background: url(./../images/index-header-bg.png);
  background-size: 100% 752px;
  height: 752px;
}
.header-out {
  height: 118px;
  position: relative;
  z-index: 999;
}
.header {
  transition: background 0.3s ease;
}
.fixed-header {
  position: fixed !important;
  width: 100% !important;
  top: 0;
  left: 0;

  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 0px solid #1a1919;

  z-index: 9;
}
.header .header-inner {
  display: flex;
  align-items: center;
  padding: 16px 80px;
}
.header .left {
  flex: 0 0 103px;
  height: 32px;
}

.header .left .header-logo {
  width: 103px;
  height: 32px;
  cursor: pointer;
}

.header .center {
  flex: 1 1 auto;
  text-align: center;
}

.header .right {
  flex: 0 0 103px;
  text-align: right;
}

.header .right .language-btn-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.header-bg .header.limit-content {
  z-index: 9;
}
.header-nav-list {
  display: inline-flex;
  padding: 10px 40px;
  gap: 60px;

  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0.02%,
    rgba(255, 255, 255, 0.3) 99.98%
  );
  backdrop-filter: blur(20px);
}

.header-nav-list .header-nav-item {
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  line-height: 1em;
}
.header-nav-list .header-nav-item a {
  color: #d0d5db;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.header-nav-list .header-nav-item.active a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-options {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 120px;
  z-index: 1000;
}

.language-option {
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.language-option:hover {
  background-color: #f5f5f5;
}

.language-option.active {
  background-color: #fafafa;
  color: #00bfa6;
}

.footer {
  background: #224a65;
  color: #ffffff;
}

.footer .limit-content {
  padding: 80px 0 40px;
}

.footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.footer .footer-content .left {
  flex: 0 0 30%;
  color: #e5e8ed;
  font-size: 18px;
  font-weight: 400;
}
.footer .footer-content .left span {
  color: #e5e8ed;
  font-size: 18px;
  font-weight: 400;
}
.footer .footer-content .center {
  flex: 0 0 15%;
}

.footer .footer-content .center .footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer .footer-content .center .footer-nav-list .footer-nav-item {
  padding: 8px 0;
}
.footer .footer-content .center .footer-nav-list .footer-nav-item a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.footer .footer-content .right {
  flex: 0 0 30%;
}

.footer .footer-content .right .footer-contect-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer .footer-content .right .footer-contect-list .footer-contect-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  padding: 8px 0;
}
.footer .footer-content .right .footer-contect-list .footer-contect-item span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-content .right .footer-contect-list .footer-contect-item .mail {
  text-decoration-line: underline;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer
  .footer-content
  .right
  .footer-contect-list
  .footer-contect-item
  .footer-contect-icon {
  width: 28px;
  height: 28px;
}

.footer .footer-content .footer-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.footer .white-line {
  width: 100%;
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 25px;
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}

.footer .footer-bottom .left .header-logo {
  width: 104px;
  height: 32px;
}

.footer .footer-bottom .right {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
