@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-landing {
    bottom: 0;
    left: 0;
    min-height: calc(100vh - 2.2222222222rem);
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    align-items: center;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    padding-top: 130px;
    transition: padding-top 0.35s;
  }
.menu-container {
    position: relative;
    width: 1440px;
    height: calc(100vh - 10rem);
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-menu {
    width: calc(34% - 0.8rem);
    height: 100%;
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
}

.left-menu::before{
    background-color: #fff;
    content: "";
    height: .0555555556rem;
    position: absolute;
    top: 0;
    width: calc(34% - 0.8rem);
}

.right-menu {
    width: calc(66% - 0.8rem);
    height: 100%;
}

.bottom-impact::before {
    top: 50%;
}

.nav-block {
    width: 100%;
    padding-top: 20px;
}
.title-desc {
    font-size: 0.6rem;
    font-feature-settings: "zero";
    font-variant-numeric: slashed-zero;
    letter-spacing:0.08em;
    line-height:1.6;
    text-transform: uppercase;
    color: #b9b9b9;
    margin-bottom:1.6666666667rem;
    font-weight: 300;
   font-family:  "AllianceNo2-Regular", "AllianceNo1-Regular";
}

.nav-list {
    font-size: 1.8888888889rem;
    line-height: 1.1765;
}
.nav-list li {
    transform: translate(0px, 0px);
    opacity: 0;
}

.nav-1 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.1s forwards;
    opacity: 0;
} 

.nav-2 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.2s forwards;
    opacity: 0;
} 

.nav-3 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.3s forwards;
    opacity: 0;
} 

.nav-4 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.4s forwards;
    opacity: 0;
} 

.nav-5 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.5s forwards;
    opacity: 0;
} 

.nav-6 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.6s forwards;
    opacity: 0;
} 

.nav-7 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.7s forwards;
    opacity: 0;
} 

.nav-8 {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.8s forwards;
    opacity: 0;
} 


.nav-link {
    display: inline-block;
    padding: 0.6rem 0;
    text-decoration: none;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 200;
    font-family: "AllianceNo1-Light";
    transition: color .25s ease-in-out;
}

.nav-link:hover {
    color: #8a8a8a;
}




.top-news, .bottom-impact {
    padding-top: 20px;
    padding-bottom: 10rem;
    width: 100%;
    border-top: #fff solid .0555555556rem;
}

.top-news {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.3s forwards;
    opacity: 0;
}

.bottom-impact {
    transform: translateY(0);
    animation: fadeInUp 0.5s ease-out 0.5s forwards;
    opacity: 0;
}

.news-list {
    display: flex;
    /* align-items: center; */
    gap: 1.8rem;
}


.news-list li {
    width: 25%;
    height: auto;
    transition: all 0.5s;
}

.news-list li:hover {
    opacity: 0.7;
}
.impact-list li {
    width: 50%;
}

.news-list a{
    text-decoration: none;
}

.news-date {
    margin-bottom: 0.6rem;
}

.news-date header {
    font-family: "AllianceNo1-Light";
    font-size: 0.6rem;
    font-feature-settings: "zero";
    font-variant-numeric: slashed-zero;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-transform: uppercase;
    color: #d8d8d8;;
    margin-bottom: 0.6rem;
}
.news-title {
    font-family: "AllianceNo1-Light";
    color: #fff;;
    font-size: 0.95rem;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.4286;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

.news-list .news-img img {
    width: 100%;
    height: 8.85rem;
    object-fit: cover;
}

.impact-list .news-img img {
    width: 100%;
    height: 12.85rem;
    object-fit: cover;
}