.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(28, 59, 81, 0.2);
  box-shadow: 0px 0px 10px 0px #00000026;
  padding: 19px 0;
  backdrop-filter: blur(80px);
  z-index: 999;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .header-logo img {
    width: 201px;
  } */
.header-logo a:nth-child(1) img {
  width: 57px;
}

.header-logo a:nth-child(2) img {
  width: 124px;
}

.header-logo a:nth-child(3) img {
  width: 34px;
}

.header-logo img {
  margin-right: 32px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 0;
  padding-left: 0;
  color: #fff;
  list-style: none;
}

.header-link-btn {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header-link-btn.active {
  position: relative;
  color: #00a94f;
}

.header-link-btn.active::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00a94f;
}

.header-right-mobile {
  display: none;
}

.footer {
  padding: 80px 0px 120px;
  background: #1C3B51;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "kurious-looped";
}

.footer-img img {
  /* width: 201px; */
  margin-right: 32px;
}

.footer-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-list-social {
  display: flex;
  align-items: center;
  gap: 17px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 40px;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-list-social-icon {
  display: flex;
  align-items: center;
  gap: 17px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 10px;
}

.footer-link-btn {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-link-btn:hover,
.footer-link-btn:focus {
  color: #00a94f;
}

.footer-btn {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}


@media (max-width: 1024px) {
  .header-right {
    display: none;
  }

  .header-right-mobile {
    display: block;
  }

  .footer {
    padding: 40px 0px 60px;
    background: #1C3B51;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "kurious-looped";
  }

  .footer-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    column-gap: 40px;
  }

  .footer-img img {
    margin: 0;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 24px;
    height: 2px;
    background-color: #579986;
    transition: 0.4s;
    border-radius: 1px;
  }

  .header.active {
    background: #DDDDDD33;
    /* height: 60px; */
  }

  .header.active .menu-icon .bar1 {
    transform: rotate(-45deg) translate(0, 8.5px);
    border-radius: 4px;
  }

  .header.active .menu-icon .bar2 {
    opacity: 0;
  }

  .header.active .menu-icon .bar3 {
    transform: rotate(45deg) translate(-1px, -9px);
    border-radius: 20px;
  }

  .header-list-mobile {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #1C3B51 0%, #152C3D 100%);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 80px;
    list-style: none;
    padding: 48px 0 32px 31px;
    margin-bottom: 0;
    display: none;
    height: calc(100vh - 48px);
  }

  .header-list-mobile .list-wrapper li {
    margin-bottom: 16px;
  }

  .header.active .header-list-mobile {
    display: flex;
    color: #fff;
  }

  .header-link-mobile-btn {
    color: #fff;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .header-link-mobile-btn:hover,
  .header-link-mobile-btn:focus {
    color: #00a94f;
  }
}

@media (max-width: 767.96px) {
  .header {
    padding: 11px 0;
  }

  .header.active {
    height: 60px;
  }

  .header-list-mobile {
    top: 60px;
  }

  .header-logo {
    display: flex;
    align-items: center;
  }

  .header-logo a:nth-child(1) img {
    width: 49px;
  }

  .header-logo a:nth-child(2) img {
    width: 93px;
  }

  .header-logo a:nth-child(3) img {
    width: 34px;
  }

  .header-logo img {
    /* width: 164px; */
  }

  .header-link-btn.active::after {
    bottom: -5px;
  }

  .header-link-btn {
    font-family: "kurious-looped";
    font-weight: 500;
  }

  .footer {
    padding: 60px 0px 80px;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-list {
    margin-top: 24px;
    gap: 16px;
  }

  .footer-btn-join {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #0b2a33e5;
    position: sticky;
    z-index: 90;
    bottom: 0;
    left: 0;
  }

  .footer-list-social {
    margin-top: 24px;
    justify-content: center;
  }

  .footer-list-social-icon {
    margin-top: 24px;
  }
}