header {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: .5s;
    z-index: 999;
}

header.scrolled {
    background-color: #0f0f0fa1;
    backdrop-filter: blur(5px);
}

.header-wrapper {
    width: 1425px;
    padding: 25px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
}

header.scrolled .header-wrapper {
    padding: 15px 30px;
}

.header-logo {
    width: 200px;
    position: relative;
    z-index: 999;
    transition: .5s;
}

.header-logo img {
    width: 100%;
}

.header-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    width: 470px;
}

.header-button {
    text-decoration: none;
    color: #CECECE;
    transition: .3s;
    cursor: pointer;
}

.header-button:hover {
    color: #FFFFFF;
    font-weight: 700;
}

.header-button-lk {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF20;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

.header-button-lk:hover, .header-mobile-button-lk:hover {
    background-color: #FFFFFF40;
}

.header__menu {
    display: none;
    position: absolute;
    right: 30px;
}

#menu li {
    text-align: center;
    margin-bottom: 25px;
    margin-right: 0;
}

#menu li a {
    font-size: 20px;
}

#menu__toggle {
    opacity: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    transition: .3s;
}

.menu__btn > span::before {
    content: '';
    top: -10px;
}

.menu__btn > span::after {
    content: '';
    top: 10px;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}

.header-mobile {
    width: 100vw;
    height: 200vh;
    inset: 0;
    background-color: #0F0F0F;
    position: fixed;
    z-index: 1;
    left: 100vw;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.header-mobile.open {
    left: 0;
}

.header-mobile-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
    gap: 30px;
}

.header-mobile-button {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.header-mobile-button-lk {
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    width: 160px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF20;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

@media (max-width: 1630px) {
    .header-wrapper {
        width: 1160px;
    }
}

@media (max-width: 1230px) {
    .header__menu {
        display: flex;
    }

    .header-buttons-container, .header-button-lk {
        display: none;
    }
}

@media (max-width: 840px) {
    .header-logo {
        width: 130px;
    }
}
/* PRIME RP BRAND OVERRIDES */
:root{--prime-gold:#f2b705;--prime-gold2:#d99a00;--prime-bg:#08090b;--prime-panel:rgba(18,18,20,.82)}
html,body{overflow-x:hidden;background:var(--prime-bg);}
.header-wrapper,.footer-wrapper,.wrapper,.main-text-container,.main-block1-container{box-sizing:border-box;max-width:1485px;width:100%;}
.header-logo{width:190px;height:64px;display:flex;align-items:center;overflow:hidden}
.header-logo img{width:100%;height:100%;object-fit:contain;display:block}
header.scrolled{background:rgba(7,8,10,.9);border-bottom:1px solid rgba(242,183,5,.2)}
.header-button:hover{color:var(--prime-gold)}
.header-button-lk,.header-mobile-button-lk{border:1px solid rgba(242,183,5,.45);background:rgba(242,183,5,.12)}
.main-block1-button1,.main-text-block-button,.main-block1-login-button,.dialog-input-block-button{background:linear-gradient(135deg,var(--prime-gold),var(--prime-gold2));color:#111;box-shadow:0 10px 35px rgba(242,183,5,.18)}
.main-block1-button1:hover,.main-text-block-button:hover,.main-block1-login-button:hover,.dialog-input-block-button:hover{filter:brightness(1.12)}
.dialog-container,.main-block2-container,.main-block3-container{background:var(--prime-panel);border-color:rgba(242,183,5,.22)}
.footer-wrapper{overflow:hidden}
.footer-block-logo img{max-width:190px;height:auto;object-fit:contain}
@media(max-width:840px){.header-logo{width:145px;height:50px}.main-block1 .main-text-container{width:calc(100% - 30px);height:auto}.main-block1-text{font-size:34px}.main-block1-text2{width:100%;font-size:18px}.main-block1-buttons-container{width:100%;max-width:390px}.footer-wrapper{width:100%;padding:25px 20px}}


/* PRIME RP footer and start section fix */
html,body{max-width:100%;overflow-x:hidden}
.main-block2,.main-block3,.main-block4,footer{box-sizing:border-box}
footer{min-height:auto!important;height:auto!important;padding:45px 0 30px!important;background:#070809!important;border-top:1px solid rgba(212,175,55,.25)!important}
footer .wrapper,.footer-wrapper{width:min(1425px,100%)!important;max-width:100%!important;margin:0 auto!important;padding:0 30px!important;box-sizing:border-box!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:40px!important;flex-wrap:wrap!important}
footer img,.footer-logo img{width:auto!important;max-width:220px!important;height:auto!important;max-height:90px!important;object-fit:contain!important}
footer a{color:#aaa!important;text-decoration:none!important;transition:.25s!important}
footer a:hover{color:#d4af37!important}
.main-block2-button,.main-block3-button,.main-block4-button{background:#d4af37!important;border-color:#d4af37!important;color:#111!important}
.main-block2-button:hover,.main-block3-button:hover,.main-block4-button:hover{background:#f0c94d!important}
@media(max-width:800px){footer .wrapper,.footer-wrapper{padding:0 20px!important;flex-direction:column!important}footer img,.footer-logo img{max-width:180px!important}.main-block2{height:auto!important;min-height:500px!important;padding:60px 20px!important}}
