:root {
    --white-one: rgba(20, 21, 26, 1);
    --white-eight: rgba(20, 21, 26, 0.9);
    --white-six: #3132389c;
    --white-three: rgba(20, 21, 26, 0.3);
    --white-ten: #3132389c;
    --primary-color: #315DFF;
    --bar-color: #70738c75;
    --border-color: rgba(34, 37, 43, 0.9);
    --border-color-low: #0c0d0e47;
    --text-color: #ffffff;
    --text-color-low: #ffffff85;
    --text-color-verylow: #6f718126;
    --blue-low: rgba(55, 58, 71, 0.4);
    --shadow: rgb(0 0 0 / 16%);
    --chck: #b7c3de;
    --white: rgba(20,21,26,0.9);
    --text: #fff;
    --border:rgba(32, 34, 43, 0.9);
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: .2875rem;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bar-color);
    border-radius: 5px;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'dana';
    direction: rtl;
    color: var(--text-color);
    user-select: none;
    cursor: none !important;
}

a {
    text-decoration: none;
    color: unset;
}

body {
    background-image: url(img/bg.png);
    background-size:cover;
    overflow: hidden;
    
}

.splash {
    width: 150%;
    height: 150%;
    background-image: url(img/splash.png);
    background-size:cover;
    position: absolute;
    transition: transform 0.1s ease-out;
    margin: -25%;
}

.splash-narrow {
    width: 150%;
    height: 150%;
    background-image: url(img/splash-narrow.png);
    background-size:cover;
    position: absolute;
    transition: transform 0.1s ease-out;
    margin: -25%;
}

.container-glow {
    width: 76.25rem;
    height: 46.875rem;
    border-radius: 1.875rem;
    margin: auto;
    margin-top: calc((100vh - 46.875rem) / 2);
    background: radial-gradient(circle at 50% 50%, var(--primary-color) 0%, transparent 60%);
    transition: background 0.05s; /* smooth movement */
    position: absolute;
    overflow: hidden;
    top: 0px;
    opacity: 0.1;
    left: calc((100vw - 76.25rem) / 2);
}

.container {
    width: 76.25rem;
    height: 46.875rem;
    border-radius: 1.875rem;
    border: .125rem solid transparent;
    background: linear-gradient(black, black) padding-box,
        linear-gradient(330deg, rgba(183, 199, 224, 0.3) 0%, rgba(255, 255, 255, 0.0) 29%, rgba(255, 255, 255, 0.04) 66%, rgba(183, 199, 224, 0.3) 100%) border-box;
    mix-blend-mode: screen;
    backdrop-filter: blur(40px);
    margin: auto;
    margin-top: calc((100vh - 46.875rem) / 2);
    padding: 3.125rem 5.1875rem;
    box-sizing: border-box;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    gap: 4.875rem;
}

.logo {
    width: 9.375rem
}

.menu {
    display: flex;
    color: var(--text-color-low);
    gap: 3.125rem;
    font-size: 1rem;
}

.menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color-low);
}

.menu-btn.active {
    color: var(--text-color);
}

.menu-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: .1875rem;
    border-radius: 10rem;
    background-color: var(--primary-color);
    margin-top: 2.2rem;
    transition: 0.3s;
}

.menu-btn:hover::before {
    position: absolute;
    content: "";
    width: 1.875rem;
    height: .1875rem;
    border-radius: 10rem;
    background-color: var(--primary-color);
    margin-top: 2.2rem;
}

.login-btn {
    width: 12.9375rem;
    height: 2.5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: .625rem;
    transition: 0.3s;
}

.login-btn:hover {
    background-color: #0f30a7;
}

.login-btn::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1rem;
    border-radius: 10rem;
    background-color: var(--primary-color);
    z-index: -1;
    margin-top: 2rem;
    filter: blur(1.125rem) brightness(110%);
}

.login-btn::after {
    position: absolute;
    content: "";
    width: 12.9375rem;
    height: 1.25rem;
    border-radius: 10rem;
    background-color: var(--primary-color);
    z-index: -1;
    margin-top: 2rem;
    filter: blur(2rem);
}

.content {
    display: flex;
    margin-top: 9.375rem;
}

.right-section {
    width: 33.5625rem;
}

h3.welcome {
    font-size: .75rem;
    color: var(--white-one);
    font-weight: 900;
    padding: .1875rem .625rem;
    background-color: var(--primary-color);
    width: fit-content;
    border-radius: .3125rem;
}

h1.hero {
    margin-top: .625rem;
    font-size: 2.75rem;
    font-weight: 300;
}

h1.hero b {
    font-weight: 900;
}

p.description {
    margin-top: 1.5625rem;
    color: var(--text-color-low);
    font-size: 1rem;
    font-weight: 300;
}

.cta-section {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.875rem;
}

.join-btn {
    padding: 0 1.25rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .0625rem solid transparent;
    background: linear-gradient(rgb(49, 49, 49), rgb(49, 49, 49)) padding-box,
        linear-gradient(330deg, rgba(183, 199, 224, 0.8) 0%, rgba(255, 255, 255, 0.0) 29%, rgba(255, 255, 255, 0.14) 66%, rgba(183, 199, 224, 0.8) 100%) border-box;
    mix-blend-mode: screen;
    border-radius: .625rem;
    font-size: .875rem;
    font-weight: bold;
    transition: 0.3s;
}

.join-btn:hover {
    background: linear-gradient(rgb(60, 60, 60), rgb(60, 60, 60)) padding-box,
        linear-gradient(300deg, rgba(183, 199, 224, 0.8) 0%, rgba(255, 255, 255, 0.0) 29%, rgba(255, 255, 255, 0.14) 66%, rgba(183, 199, 224, 0.8) 100%) border-box;
}

.trailer-btn {
    padding: 0 1.25rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: bold;
    color: var(--primary-color) !important;
    gap: .625rem;
}

.trailer-btn i {
    color: var(--primary-color) !important;
}

.left-section {
    width: 31.25rem;
}

.left-section img {
    width: 36.25rem;
    mix-blend-mode: screen;
    position: relative;
    left: -0.5rem;
    top: -9.6rem;
}

.rules {
    display: none;
    width: 100%;
    height: 85%;
    overflow-y: scroll;
    margin-top: 5%;
    line-height: 5rem;
    padding-left: .625rem;
    box-sizing: border-box;
}

.rules p {
    line-height: 2rem;
    font-weight: 300;
    text-align: justify;
}

.rules ol {
    line-height: 2rem;
    list-style-position: inside; 
    padding-right: .625rem;
    list-style-type: decimal; 
}

.rules ul {
    list-style-position: inside; 
    padding-right: .625rem;
    line-height: 2rem;
    list-style-type: disc; 
}

.rules blockquote {
    background: var(--primary-color);
    padding: 1rem 2rem;
    font-weight: bold !important;
    font-size: 1.2rem;
    margin: 1rem 0;
    border-radius: .625rem;
    color: white !important;
}

.footer {
    direction: ltr;
    color: var(--text-color-low);
    font-size: .75rem;
    position: absolute;
    bottom: 1.25rem;
    width: 100%;
    text-align: center;
}
.mouse {
pointer-events: none;
  width: 0.5vw;
  height: 0.5vw;
  box-sizing: content-box;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  background-color: transparent;
  box-shadow: 0 0 0px 0.25vw var(--white);
  border: 1.5px solid var(--border);
  transition: width 0.2s ease-in-out,
                height 0.2s ease-in-out,
                background-color 0.2s ease-in-out,
                box-shadow 0.2s ease-in-out,
                border 0.2s ease-in-out,
                transform 0.2s ease-in-out;
}

.mouse.hover {
  width: 1vw;
  height: 1vw;
  box-sizing: content-box;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  background-color: rgb(30,77,250);
  border: 1.5px solid rgba(123, 151, 255, 0.8);
  box-shadow: 0 0 0px 0.15vw var(--white);
}