.container {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    margin: 0 auto;
}

.header {
    background-image: url('../assets/header-bg.png');
    background-color: #F4FEB7;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100vh; */
    padding: 40px 20px 160px 20px;
}

.header-navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* padding: 40px 0px 40px 0px; */
    margin-bottom: 110px;
    max-width: 1320px;
}

.header-navbar-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hamburger-menu {
    display: none;
}

.header-navbar-links-mobile {
    display: none;
}

.header-navbar-links-mobile-logo {
    width: 150px;
    margin-bottom: 35px;
}

.header-navbar-link {
    color: #070E22;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.header-navbar-get-in-touch {
    display: flex;
    padding: 13px 35px;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    border: 2px solid #070E22;
    color: #070E22;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Poppins;
}

.header-banner {
    display: flex;
    width: 100%;
    max-width: 560px;
    padding: 80px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    background-color: #F4FEB7;
    box-shadow: 0px 10px 30px 0px rgba(216, 226, 157, 0.57);
}

.header-banner-title {
    color: #070E22;
    font-family: Poppins;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 86px;
    text-transform: uppercase;
    margin: 0px;
}

.header-banner-divider {
    width: 100px;
    height: 1px;
    background-color: #070E22;
}

.header-banner-sub {
    color: #070E22;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin: 0px;
}

.header-banner-contact-us-link {
    display: flex;
    padding: 19px 60px;
    align-items: center;
    gap: 10px;
    border-radius: 34px;
    background: #070E22;
    color: #F4FEB7;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.header-banner-secondary {
    display: flex;
    width: 100%;
    max-width: 560px;
    padding: 80px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: #F4FEB7;
    box-shadow: 0px 10px 30px 0px rgba(216, 226, 157, 0.57);
}

.header-banner-secondary-title {
    color: #363B7B;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 86px;
    text-transform: uppercase;
    margin: 0px;
}

/*------------------Your Reliable Parter------------------*/

.your-reliable-partner {
    display: flex;
    /* max-width: 1320px;
    margin: 0 auto; */
    padding: 160px 20px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    z-index: 1;
    background: #DDEFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.308);
}

.your-reliable-partner-title {
    color: #363B7B;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; 
    margin: 0px;
}

.your-reliable-partner-sub {
    color: #363B7B;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    margin: 0px;
}

/*------------------Benefits------------------*/

.benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4FEB7;
    padding: 160px 20px;
}

.benefits-conteiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1320px;
}

.benefits-item-1 {
    display: flex;
    padding: 60px 0px;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1 0 0;
    background-color: #E7F884;
}

.benefits-item-1-img-wrapper {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-item-1-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 75%;
}

.benefits-item-text-title {
    color: #363B7B;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.benefits-item-text-sub {
    color: #32416B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
}

.benefits-item-2-3-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.benefits-item-2 {
    display: flex;
    flex-direction: column;
    padding: 60px 50px;
    width: 48%;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background-color: #DDEFFF;
    text-align: center;
    flex-grow: 1;
}

.benefits-item-3 {
    display: flex;
    flex-direction: column;
    padding: 60px 50px;
    width: 48%;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background-color: white;
    text-align: center;
    flex-grow: 1;
}

/*------------------Securing Digital Assets------------------*/

.securing-digital-assets {
    background-image: url('../assets/securing-bg-rotated.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F4FEB7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px 20px;
}

.securing-digital-assets-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    max-width: 1320px;
    gap: 60px;
}

.securing-digital-assets-title {
    color: #363B7B;
    font-family: "Roboto Condensed";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    max-width: 730px;
    margin: 0px;
}

.securing-digital-assets-text {
    display: flex;
    width: 100%;
    max-width: 690px;
    padding: 40px;
    justify-content: center;
    align-items: center;
    background: #F4FEB7;
    box-shadow: 0px 4px 30px 0px rgba(216, 226, 157, 0.57);
    color: #363B7B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; 
}

.securing-digital-assets-contact-us {
    display: flex;
    padding: 19px 60px;
    align-items: center;
    gap: 10px;
    border-radius: 34px;
    background: #070E22;
    color: #F4FEB7;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.footer {
    display: flex;
    width: 100%;
    padding: 110px 0px;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    background-color: #070E22;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-link {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-text {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px
}

.no-scroll {
    overflow: hidden;
    height: 100vh; /* Забезпечує, що сторінка не прокручується */
}

@media (max-width: 810px) {
    .header-navbar-links {
        display: none;
    }
    .header-navbar-links-mobile {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: -100%; 
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1000;
        /* padding: 0px; */
        overflow-y: hidden;
        transition: top 0.3s ease-in-out; 
    }
    .header-navbar-links-mobile.show {
        padding: 100px 20px;
        top: 0;
    }
    .header-navbar-links-mobile a {
        color: #F4FEB7;
        text-decoration: underline;
        margin: 10px 0;
        font-size: 18px;
    }
    .header-navbar-links-mobile hr {
        border: 1px solid #F4FEB7;
        width: 100%;
        margin: 20px 0;
    }
    .header-navbar-link-white {
        color: white !important;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;
    }    
    .header-navbar-link {
        width: max-content;
    }
    .header-navbar-get-in-touch {
        border: 2px solid #F4FEB7;
        width: max-content;
        text-decoration: none !important;
    }
    .hamburger-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 25px;
        cursor: pointer;
        z-index: 1100;
    }
    .hamburger-menu-line {
        width: 100%;
        height: 2px;
        background-color: #070E22;
        transition: transform 0.3s, opacity 0.3s, background-color 0.5s;
    }
    .hamburger-menu.open .hamburger-menu-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        background-color: white;
    }
    .hamburger-menu.open .hamburger-menu-line:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.open .hamburger-menu-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
        background-color: white;
    }
}

@media (max-width: 810px) {
    .header {
        padding: 40px 20px 80px 20px;
    }
    .header-navbar {
        margin-bottom: 60px;
    }
    .header-banner {
        max-width: 320px;
        padding: 40px 60px;
    }
    .header-banner-secondary {
        max-width: 320px;
        padding: 40px 60px;
    }
    .header-banner-secondary-title {
        line-height: normal;
    }
    .your-reliable-partner {
        padding: 80px 20px;
    }
    .benefits {
        padding: 80px 20px;
    }
    .benefits-item-2-3-wrapper {
        flex-direction: column;
    }
    .benefits-item-2 {
        width: auto;
    }
    .benefits-item-3 {
        width: auto;
    }
    .securing-digital-assets {
        padding: 80px 20px;
    }
    .securing-digital-assets-text {
        width: auto;
    }
    .footer {
        width: auto;
        padding: 80px 20px;
    }
    .footer-links {
        flex-direction: column;
    }
}

@media screen and (max-width: 477px) {
    .header-navbar-links-mobile a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        margin: 7px 0;
    }
    .header-banner {
        max-width: 240px;
        padding: 20px 30px;
    }
    .header-banner-secondary {
        max-width: 240px;
        padding: 40px 30px;
    }
    .header-banner-title {
        font-size: 40px;
        text-align: center;
        line-height: 44px;
        max-width: 200px;
        margin: 0 auto;
    }
    .header-banner-secondary-title {
        line-height: 36px;
        font-size: 28px;
    }
    .header-banner-divider {
        margin: 0 auto;
    }
    .header-banner-sub {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .header-banner-contact-us-link {
        margin: 0 auto;
        padding: 14px 50px;
    }

    .your-reliable-partner {
        gap: 30px;
    }
    .your-reliable-partner-title {
        font-size: 32px;
        line-height: 44px; 
    }
    .your-reliable-partner-sub {
        font-size: 16px;
        line-height: 32px
    }

    .benefits-item-1 {
        flex-direction: column;
    }
    .benefits-item-text-title {
        text-align: center;
        font-size: 28px;
    }
    .benefits-item-text-sub {
        text-align: center;
        font-size: 16px;
    }

    .securing-digital-assets-title {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
    }
    .securing-digital-assets-text {
        font-size: 14px;
        line-height: 32px;
    }
    .securing-digital-assets-contact-us {
        margin: 0 auto;
        padding: 14px 50px;
    }

    .footer {
        align-items: flex-start;
    }
    footer img  {
        width: 210px;
    }
    .footer-link {
        text-align: left;
    }
    .footer-text {
        text-align: left;
    }

    .header-navbar-logo img {
        width: 210px;
    }
}