* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    background: #000000;
}
.background {
    background: url('../images/background.jpg') no-repeat center center;
    background-size: cover;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    right: 0;
}

.header-for-mobile .header-container {
    display: none;
}

.header.scrolled {
    background: rgba(0, 0, 0, 0.6);
    transition: background 0.3s ease;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
    background: transparent;
}

.img-logo {
    height: 100px;
    width: 150px;
}

.nav-link.nav-link-item {
    color: yellowgreen;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.nav-link.nav-link-item:hover {
    color: yellow;
}

.content.container {
    padding-top: 350px;
    min-height: 90vh;
}

.contact.content.container {
    padding-top: 150px;
    min-height: 90vh;
}

.contact-header {
    margin-bottom: 24px;
}

.content-item {
    text-align: center;
}

.content-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
}

.content-title .img-content {
    width: 300px;
    height: 100px;
}

.content-detail {
    color: #27baa4;
    margin-bottom: 0;
}

.content-detail.yellow {
    color: #fab120;
    font-size: 15px;
    text-shadow: 1px 1px 2px #000;
}

.content-title-text {
    font-size: 48px;
    font-weight: bold;
    color: #00d5ff;
    text-shadow: 2px 2px #000;
    font-family: 'Orbitron', sans-serif;
}

.footer {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer p {
    margin: 0;
}
.privacy.content.container {
    padding-top: 200px;
}

.privacy-header {
    text-align: center;
    margin-bottom: 24px;
}

.privacy-title {
    font-size: 36px;
    font-weight: bold;
    color: #fab120;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-intro {
    font-size: 18px;
    color: #27baa4;
    margin-bottom: 20px;
}

.privacy-text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
    color: #FFFFFF;
}

.privacy-link {
    color: #00d5ff;
    text-decoration: none;
}
.privacy-part {
    color: #27baa4;
    font-size: 20px;
}

.privacy-list-item {
    color: #d5e0f5;
}

.terms.content.container {
    padding-top: 200px;
}

.term-header {
    text-align: center;
    margin-bottom: 16px;
}

.term-title {
    font-size: 36px;
    font-weight: bold;
    color: #fab120;
    text-align: center;
    margin-bottom: 20px;
}

.term-intro {
    font-size: 18px;
    color: #27baa4;
    margin-bottom: 20px;
}

.term-text {
    font-size: 16px;
    text-align: justify;
    color: #ffffff;
}

.term-list-item {
    color: #d5e0f5;
}

.term-part {
    color: #00d5ff;
    font-size: 24px;
}

.term-part-item {
    color: #27baa4;
}

.contact-header {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact-title {
    color: #fab120;
    font-size: 24px;
}

.contact-support {
    color: #27baa4;
    font-size: 20px;
}

.contact-text {
    color: #00d5ff;
    font-size: 18px;
}

.contact-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.input-group.subscribe-form {
    padding: 16px;
    background-color: #fab120;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.subscribe-form .contact-input {
    background-color: #d5e0f5;
    border: none;
    padding: 8px;
    outline: none;
    margin: 0;
}

.envelope-icon {
    padding-right: 16px;
    color: #fff;
    font-size: 20px;
}

.btn.btn-submit {
    background-color: #27baa4;
    padding: 8px 16px;
    border: none;
    color: yellow;
}

.btn.btn-submit:hover {
    background-color: yellow;
    color: #27baa4;
}
.inner-content {
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}
@media (max-width: 749px) {
    .header .container {
        padding: 0;
    }

    .header-for-laptop .header-container {
        display: none;
    }

    .header-for-mobile .header-container {
        display: flex;
    }

    .header-container {
        align-items: center;
    }

    .header-menu {
        text-align: left;
        height: 100px;
        display: flex;
        align-items: center;
    }

    .header-img {
        text-align: center;
    }

    .img-logo {
        width: 120px;
        margin-left: -48px;
    }

    .btn-menu-link {
        text-decoration: none;
        color: #fff;
        padding: 0px 12px;
    }

    .menu-icon {
        color: #fff;
        display: block;
        font-size: 30px;
    }

    .content.container {
        padding-top: 250px;
    }

    .content-title-text {
        font-size: 36px;
    }

    .content-detail {
        font-size: 16px;
    }

    .content-detail.yellow {
        font-size: 15px;
    }

    .offcanvas.offcanvas-start {
        width: 75% !important;
        background-color: #0c0224;
    }

    .offcanvas-menu .offcanvas-body {
        padding: 4px 0;
    }

    .offcanvas-menu .offcanvas-header {
        padding: 4px 0px;
    }

    .offcanvas-body .nav {
        display: flex;
        flex-direction: column;
    }

    .nav-link-item:hover {
        background-color: #27baa4;
    }

    .btn-close-menu {
        background-color: #0c0224;
        border: none;
        text-align: right;
        display: block;
        width: 100%;
    }

    .x-icon {
        font-size: 32px;
        color: #27baa4;
        padding: 8px;
    }

    .privacy-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .privacy-intro {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .privacy-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: justify;
    }

    .privacy-link {
        color: #00d5ff;
        text-decoration: none;
    }

    .privacy-part {
        color: #27baa4;
        font-size: 18px;
    }

    .privacy-list-item {
        color: #d5e0f5;
        font-size: 13px;
    }

    .term.background {
        height: 8100px;
    }

    .term-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .term-intro {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .term-text {
        font-size: 13px;
        color: #ffffff;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: justify;
    }

    .term-part {
        color: #27baa4;
        font-size: 15px;
    }

    .term-part-item {
        color: #27baa4;
        font-size: 14px;
    }

    .term-list-item {
        font-size: 12px;
    }

    .input-group.subscribe-form {
        width: 100%;
    }

    .subscribe-form .contact-input {
        font-size: 13px;
    }

    .envelope-icon {
        font-size: 14px;
    }

    .btn.btn-submit {
        font-size: 13px;
    }
}