@font-face {
    font-family: "Gotham-Light";
    src: url("/fonts/gotham/Gotham-Light.otf") format("opentype");
    font-weight: 300;
    font-style: light;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Medium";
    src: url("/fonts/gotham/Gotham-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: bold;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("/fonts/gotham/Gotham-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: bold;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Gotham";
    overflow-x: hidden;
}

.navbar {
    position: absolute;
    width: 100%;
    position: fixed;
    padding: 20px;
    z-index: 100000;
}

.nav {
    border-radius: 60px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.nav .logo {
    margin-left: 20px;
}

.nav .logo img {
    height: 30px;
}

.nav ul {
    display: flex;
    gap: 50px;
    align-items: center;
    list-style-type: none;
}

.nav ul li a {
    color: #ffffff;
    list-style-type: none;
    text-decoration: none;
    font-size: 20px;
}

.nav ul li img {
    height: 50px;
}

.nav .nav-action {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav-action .btn-login {
    background-color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    color: #ff8c42;
}

.nav-action .btn-navbar {
    padding: 10px 15px;
    border-radius: 30px;
    border: none;
}

.btn-navbar img {
    height: 10px;
    width: auto;
}


.footer {
    width: 100%;
    background-color: #fff;
    padding: 40px 0 0 0;
}

.box-footer {
    background-image: url("/images/bg-footer-box.png");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto 60px;
    width: 95%;
    height: 600px;
}

.box-footer h1 {
    color: #FFFFFF;
    font-size: 52px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.box-footer p {
    color: #fff;
    font-size: 20px;
    margin: 20px 0px;
}

.action-box-footer {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.action-box-footer button {
    padding: 14px 32px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 20px;
    display: flex;
    align-items: center;
}

.action-box-footer button:first-child {
    background-color: #333333;
    color: #fff;
}


.action-box-footer button:last-child {
    background-color: #fff;
    color: #1a2332;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0 60px;
    border-bottom: 1px solid #E5E5E5;
}

.bottom-left img[alt="icon"] {
    height: 32px;
    margin-bottom: 20px;
}

.bottom-left p {
    color: #8F8F8F;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 550px;
}

.box-link {
    margin-top: 70px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.box-link img {
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.box-link img:hover {
    transform: scale(1.05);
}

.bottom-right {
    padding-left: 40px;
}

.list-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.bottom-right h4 {
    color: #1a2332;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.bottom-right li {
    list-style: none;
    margin-bottom: 12px;
}

.bottom-right a {
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.bottom-right a:hover {
    color: #ff8c42;
}

.btm-partner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.btm-partner h1 {
    color: #333333;
    font-size: 22px;
}

.btm-partner .partner {
    display: flex;
    gap: 30px;
    align-items: center;
}

.partner img {
    height: 50px;
    width: auto;
}

.btm {
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.btm h3 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #262626;
    font-family: "Gotham-Bold";
}

.btm p {
    font-size: 20px;
    color: #8F8F8F;
    width: 10   0%;
    line-height: 25px;
}

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

.footer-contact a img {
    height: 30px;
    width: auto;
    cursor: pointer;
    text-decoration: none;
}



.copyright {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 130px;
}

.copyright-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.copyright-left p {
    font-size: 16px;
    color: #8F8F8F;
}

.copyright-left img {
    height: 20px;
    width: auto;
}

.copy-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.copy-link a {
    text-decoration: none;
    color: #8F8F8F;
    font-size: 16px;
}

.side-navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.side-navbar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-navbar {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100vh;
    background-color: #F9F9F9;
    z-index: 300000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    padding: 60px;
    display: flex;
    flex-direction: column;
}

.side-navbar.active {
    right: 0;
}

.btn-close-sidebar {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #F68921;
    border: none;
    border-radius: 50px;
    width: 70px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    z-index: 10;
}

.btn-close-sidebar img {
    filter: brightness(0) invert(1);
}

.side-nav-content {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 80px);
}

.side-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-nav-menu li {
    margin-bottom: 0;
}

.side-nav-menu li a {
    display: block;
    padding: 20px 0;
    font-size: 32px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.side-nav-footer {
    margin-top: auto;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.side-footer-links a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.side-footer-apps {
    display: flex;
    gap: 15px;
    align-items: center;
}

.side-footer-apps a {
    display: block;
    transition: transform 0.2s ease;
}


/* Responsive */
@media (max-width: 1024px) {
    .side-navbar {
        width: 60%;
        right: -60%;
    }
}

@media (max-width: 768px) {
    .side-navbar {
        width: 80%;
        right: -80%;
        padding: 30px 25px;
    }
    
    .side-nav-menu li a {
        font-size: 20px;
        padding: 18px 0;
    }
    
    .btn-close-sidebar {
        width: 40px;
        height: 40px;
        top: 25px;
        right: 25px;
    }
}

@media (max-width: 480px) {
    .side-navbar {
        width: 100%;
        right: -100%;
        padding: 25px 20px;
    }
}

body.sidebar-open {
    overflow: hidden;
}