@media screen and (max-width: 970px) {
    body {
        font-size: 18px;
        line-height: 1.5;
        position: relative;
    }

    .header {
        z-index: 100;
        width: 100%;
        height: 64px;
        position: absolute;
    }

    .header-scroll {
        position: fixed;
        top: -100px;
        width: 100%;
        height: 64px;
        background-color: #fff;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
        /* transition: all 0.5s ease-in-out; */
    }

    .header-container {
        display: none;
    }

    .header-content {
        width: 95%;
        margin: 0 auto;
        height: 64px;
        display: flex;
        justify-content: space-between;
    }

    .logo-container {
        margin-top: 22px;
        height: 20px;
        width: 210px;
    }

    .logo-container2 {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #002b45;
        display: none;
    }

    .logo-container a {
        display: block;
    }

    .logo-container a img {
        height: 20px;
        width: 210px;
    }

    .nav-btn-container {
        margin-left: 4px;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 1rem;
        padding: 22px 10px;
    }

    .nav-img {
        width: 15px;
        height: 15px;
        /* transition: all 0.3s ease-in-out; */
    }

    .rotate {
        transform: rotate(45deg);
    }

    .menu-container {
        width: 100%;
        height: 0px;
        overflow: hidden;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .show {
        height: calc(100vh - 64px);
    }

    .nav-list {
        color: #0b0c10;
        padding: 24px;
    }

    .nav-item {
        height: 40px;
        margin-bottom: 24px
    }

    .nav-link {
        font-family: "Aventa", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 140%;
        color: #334255;
        position: relative;
    }

    .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: red;
        position: absolute;
        bottom: 0px;
        left: 0;
        transition: all .5s ease-in-out;
    }

    .footer {
        width: 100%;
        background-color: #0b0c10;
        color: #A9A9A9;
    }

    .footer-container {
        margin: 0 auto;
        font-size: 14px;
        padding: 50px 16px 20px;
        border-bottom: 1px solid #fff;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer-nav {
        width: 100%;
        display: block;

    }

    .footer-nav li {
        width: 100%;
        font-size: 1.125rem;
        line-height: 150%;
        font-weight: 400;
        color: #fff;
        position: relative;
        font-size: 1rem;
        display: inline-block;
        margin-bottom: 20px;
    }

    .footer-link {
        display: inline-block;
        position: relative;
    }

    .footer-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: red;
        position: absolute;
        bottom: -1x;
        left: 0;
        transition: all .5s ease-in-out;
    }

    .footer-link:hover::after {
        width: 100%;
    }

    .footer-contact {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .footer-contact-text {
        font-weight: 600;
        line-height: 140%;
        color: #334255;
        margin-bottom: 32px;
        color: #fff;
        font-size: 1.55rem;
    }

    .footer-contact-link {
        width: 90%;
        height: 44px;
        border-radius: 25px;
        border: 1px solid #e29463;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .copyright-container {
        max-width: 1492px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 16px;
    }
}

@media screen and (min-width: 970px) {
    body {
        font-size: 18px;
        line-height: 1.5;
        position: relative;
    }

    .header {
        height: 72px;
        z-index: 100;
        width: 100%;
        height: 80px;
        position: absolute;
    }

    .header-scroll {
        position: fixed;
        top: -100px;
        width: 100%;
        height: 100px;
        background-color: #fff;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
        /* transition: all 0.3s ease-in-out; */
    }

    .header-container {
        position: absolute;
        width: 95%;
        right: 0px;
        height: 80px;
        margin-top: 20px;
    }

    .scroll-show {
        display: flex;
    }

    .scroll-show .nav-item {
        height: 80px;
        line-height: 80px;
    }

    .scroll-show .nav-item .nav-link {
        margin-top: 20px;
    }

    .header-container2 {
        display: none;
    }

    .logo-container {
        height: 40px;
        width: 420px;
    }

    .logo-container2 {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        text-align: center;
        line-height: 64px;
        border: 2px solid #002b45;
        margin: 8px 40px 8px 0;
        display: none;
    }

    .logo-container a {
        display: block;
    }

    .logo-container a img {
        height: 40px;
        width: 420px;
    }

    .nav-list {
        display: flex;
        color: #0b0c10;
    }

    .nav-item {
        height: 40px;
    }

    .nav-link {
        display: block;
        height: 40px;
        line-height: 40px;
        margin-right: 30px;
        color: #0b0c10;
        position: relative;
    }

    .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: red;
        position: absolute;
        bottom: 0px;
        left: 0;
        transition: all .5s ease-in-out;
    }

    .nav-link:hover::after {
        width: 100%;
    }


    .footer {
        width: 100%;
        background-color: #0b0c10;
        color: #A9A9A9;
    }

    .footer-container {
        /* height: 300px; */
        max-width: 1492px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 40px;
        padding: 50px 52px 20px;
        background: url("../img/footer-logo.png") no-repeat;
        background-size: 100% 100%;
        border-bottom: 1px solid #fff;
    }

    .footer-nav {
        width: 40%;
        display: block;
        columns: 2;
    }

    .footer-nav li {
        width: 100%;
        font-size: 1.125rem;
        line-height: 150%;
        font-weight: 400;
        color: #fff;
        position: relative;
        font-size: 1rem;
        display: inline-block;
        margin-bottom: 32px;
    }

    .footer-link {
        display: inline-block;
        position: relative;
    }

    .footer-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: red;
        position: absolute;
        bottom: -1x;
        left: 0;
        transition: all .5s ease-in-out;
    }

    .footer-link:hover::after {
        width: 100%;
    }

    .footer-contact {
        width: 50%;
        position: relative;
    }

    .footer-contact-text {
        font-weight: 600;
        line-height: 140%;
        color: #334255;
        margin-bottom: 32px;
        color: #fff;
        font-size: 1.75rem;
    }

    .footer-contact-link {
        width: 300px;
        height: 44px;
        border-radius: 25px;
        border: 1px solid #e29463;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copyright-container {
        max-width: 1492px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 40px;
        padding: 10px 52px;

    }
}