/*.container {*/
/*    max-width: 1440px;*/
/*}*/

.no-scroll {
    overflow: hidden;
}


.navbar {
    display: none;
}

.navbar a {
    color: #fff;
    text-decoration: unset;
}

.navbar a:hover {
    color: red
}


.nav-left {
    display: flex;
    align-items: center;
    gap: 32px;
    color: #fff;
    justify-content: start;
    width: 50%;
    padding: 0 0 0 23px;
}

.logo {
    aspect-ratio: 4.59;
    object-fit: contain;
    object-position: center;
    width: 119px;
    align-self: stretch;
    margin: auto 0;
}

.nav-links {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: start;
    margin: auto 0;
}

.nav-right {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
    margin: auto 0;
    padding: 0 72px 0 0;
}

.language-selector {
    align-self: stretch;
    display: none;
    align-items: center;
    gap: 4px;
    color: #fff;
    white-space: nowrap;
    justify-content: start;
    margin: auto 0;
}

@media (max-width: 991px) {
    .language-selector {
        white-space: initial;
    }
}

.globe-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 28px;
    align-self: stretch;
    margin: auto 0;
}

.language {
    align-self: stretch;
    gap: 8px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .language {
        white-space: initial;
    }
}

.dropdown-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0;
}

.btn {
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1;
    justify-content: center;
    margin: auto 0;
}

.btn-primary {
    background-color: #c52121;
    color: #fff;
}

.btn-secondary {
    color: #c52121;
    border: 1px solid #c52121;
}

.btn-text {
    font-feature-settings: "liga" off, "clig" off;
    align-self: stretch;
    border-radius: 8px;
    gap: 8px;
    margin: auto 0;
    padding: 8px 12px;
}


.footer {
    background-color: #242933;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 0;
}

.inner-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 72px;
    gap: 104px;
}

.footer-first {
    padding: 0 72px;
}

.footer-logo {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: start;
}

.footer-logo img {
    aspect-ratio: 4.59;
    object-fit: contain;
    object-position: center;
    width: 119px;
    max-width: 100%;
}

.footer-links {
    align-self: center;
    display: flex;
    margin-top: 32px;
    width: 800px;
    max-width: 100%;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    font: 500 16px Inter, sans-serif;
}

.footer-links a {
    text-decoration: unset;
    color: #FFFFFF;
}

.footer-bottom {
    background-color: #242933;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px 100px;
    flex-wrap: wrap;
    padding: 24px 0;
}

@media (max-width: 991px) {
    .footer-bottom {
        max-width: 100%;
    }

    .breaker {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;

    }

    .r1 {
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }
}

.footer-copyright {
    color: #a2a4a9;
    font-feature-settings: "liga" off;
    align-self: stretch;
    margin: auto 0;
    font: 400 14px/1 Inter, sans-serif;
}

.social-links {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    justify-content: start;
    margin: auto 0;
}

.social-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0;
}

.truncate {
    text-align: center;
    word-wrap: break-word;
    height: 75px;
}

.navbar-mobile {
    background: rgba(22, 28, 39, 0.8);
    backdrop-filter: blur(2px);
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}


#menuToggle a
{
    text-decoration: none;
    color: #9E9DA6;

    transition: color 0.3s ease;
}

#menuToggle a:hover
{
    color: #ffffff;
}


#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: -5px;

    cursor: pointer;

    opacity: 0;
    z-index: 2;

    -webkit-touch-callout: none;
}


#menuToggle span
{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: white;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

#menu li
{
    padding: 1rem 0;
    font-size: 16px;
}

@media only screen and (min-width: 1024px){
    .navbar {
        position: sticky;
        justify-content: space-between;
        align-items: center;
        background: rgba(22, 28, 39, 0.8);
        backdrop-filter: blur(2px);
        display: flex;
        gap: 40px 100px;
        /* flex-wrap: wrap; */
        padding: 23px 0;
        font: 600 14px Inter, sans-serif;
    }
    .navbar-mobile {
        display: none;
    }
}
#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    padding: 50px;
    padding-top: 125px;
    padding-bottom: 100px;
    background: #161C27;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    margin-top: 0 !important;

    transform: translateX(-100%); /* Initial hidden position */
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}


#menuToggle input:checked ~ ul {
    transform: translateX(0);
}

#menuToggle span {
    background: #cdcdcd;
    border-radius: 3px;
}
@media only screen and (min-width: 1024px) {
    .footer-links {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer-bottom {
        justify-content: space-between;
    }
}
