* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background: fixed;
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    background-size: cover;
    overflow-x: hidden;
    font-family: "Inter";
}

.theme-box,
.theme-box h1,
.theme-box h2,
.theme-box h3,
.theme-box p,
.theme-box span,
.theme-box li,
.theme-box button,
.theme-box label,
.theme-box input {
    color: rgb(255, 255, 255);
}

.theme-box .light {
    border-radius: 8px;
    height: 36px !important;
    width: 36px !important;
    background-color: rgb(255 73 0 / 31%) !important;
    color: white;
    border: none;
    margin-left: 68px;
    font-size: 18px;
    padding: 0 8px;
}

.theme-box.dark-mode,
.theme-box.dark-mode h1,
.theme-box.dark-mode h2,
.theme-box.dark-mode h3,
.theme-box.dark-mode p,
.theme-box.dark-mode span,
.theme-box.dark-mode li,
.theme-box.dark-mode a,
.theme-box.dark-mode button,
.theme-box.dark-mode label,
.theme-box.dark-mode input,
.theme-box.dark-mode textarea {
    background-color: #ffffff;
    color: #000000;
}

.theme-box.dark-mode .light {
    border-radius: 8px;
    height: 36px !important;
    width: 36px !important;
    background-color: rgb(255 73 0 / 31%) !important;
    color: rgb(0, 0, 0);
    border: none;
    margin-left: 68px;
    font-size: 18px;
    padding: 0 12px;
}

header {
    width: 100%;
    position: fixed;
}

.logo a {
    text-decoration: none;
    padding-top: 7px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
}

ul {
    list-style-type: none
}

.light {
    border-radius: 8px;
    height: 36px !important;
    width: 36px !important;
    background-color: rgb(255 73 0 / 31%) !important;
    color: white;
    border: none;
    margin-left: 68px;
    font-size: 18px;
    padding: 0 12px;
}

.container {
    background-color: hsl(240 10% 3.9%);
    width: 30% !important;
    margin: 0 auto;
}

.logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.main-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgb(53 53 53);
}

#contact {
    display: flex;
    justify-content: center;
}

.main-submit {
    padding-bottom: 100vh;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 24px;
    color: white;
    margin-top: 74px;
}

.card {
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px;
    margin: 0 20px;

}

.card p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: white;
}

label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    background-color: #000000;
    border: 1px solid #333;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sub-btn {
    width: 100%;
    padding: 10px;
    background: linear-gradient(90deg, #FF8800, #FF3401);
    /* Purple */
    color: white !important;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.support {
    margin-top: 25px;
}

.support h2 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 8px;
    color: white;
}

.support .icon {
    margin-right: 6px;
    background: linear-gradient(90deg, #FF8800, #FF3401);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.support a:hover {
    text-decoration: underline;
}

.main-footer {
    border-top: 2px solid gray;
}

.main-footer a {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 10px 40px;
    padding-bottom: 20px;
    position: relative;
}

footer i {
    color: #5a5a5a !important;
}

.game span {
    position: absolute;
    top: 32px !important;
    left: 21px !;
    font-size: 12px !important;
    color: white;
}



.about span {
    position: absolute;
    top: 32px !important;
    left: 21px !important;
    font-size: 12px !important;
    color: #ffffff;
}


.contact span {
    position: absolute;
    top: 32px !important;
    left: 17px !important;
    font-size: 12px !important;
    color: white;
}




.privacy span {
    position: absolute;
    top: 32px !important;
    left: 18px !important;
    font-size: 12px !important;
    color: white;
}