body {
    background-image: url('../Files/BK/index.jpg') !important;
    /* مسیر فایل عکس */
    background-repeat: no-repeat !important;
    /* تکرار نشه */
    background-size: cover !important;
    /* تمام صفحه رو پر کن */
    background-position: center;
    /* از وسط تنظیم بشه */
    position: relative;

}

main {
    height: calc(100% - 95px);
    color: white;
    display: flex;
    justify-content: end;
}

/* ---------------< Login >-------------- */


.login {

    width: 100%;
    height: 100%;
    /* background-image: url(../Files/BK/1.mp4); */
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    margin: 0;
    overflow: hidden;
}


.login-section {
    width: calc(100%/3 + 10px);
    height: 100%;
    background-color: #000000a8;
    display: flex;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    z-index: 10;
    color: white;
    padding: 20px;
    position: relative;
    
}

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
    width: 100%;
}
.login-status {
    width: 100%;
    height: calc(100% / 3 - 65px);
    display: flex;
    align-items: end;
    align-content: end !important;
    justify-content: center;
    flex-wrap: wrap;

}

.pc-number {
    font-size: 140px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    align-content: end !important;
    justify-content: center;
}

.launch {
    color: #91b2c2;
    font-size: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}


.login-inp {
    width: 100%;
    /* height: calc(100%/3); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.login-inp>p {
    width: 70%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6e101033;
    border: 1px solid #9c2b29;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 7px;

}

.field {
    position: relative;
    width: 70%;
}

.field label {
    position: absolute;
    top: 8px;
    left: 4px;
    background: #09101400;
    color: #ffffff !important;
    font-size: 20px;
    padding: 0 6px;
    border-radius: 4px;
}

.field input {
    margin: 7px 0px;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0910147a;
    border: 1px solid #091014;
    border-radius: 10px;
    padding-left: 15px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    direction: ltr;
}

.margin-up {
    margin-top: 53px;
}

.login-inp-btn {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 55px;
}

.btn-login {
    width: 70%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff18;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 30px;
}

.pc-infu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;

}

.login-txtdown {
    width: 100%;
    height: calc(70%/3);
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 17px;
    margin-bottom: 15px;
    opacity: 0.7;

}

.login-txtdown>div {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
}

.login-txtdown p {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 0.5px;
}


/* ---------------< Menu >-------------- */

.menu {
    display: flex;
    align-items: baseline;
    justify-content: right;
    flex-wrap: wrap;
    width: 50%;
    height: 350px;
    position: relative;

}

.menu-div {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-top: 25px;
    width: 150px;
    height: 167px;
    background-color: #050b0d;
    border-radius: 25px;

}

.menu-div a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* opacity: 8; */
    margin: 5px 0;
    font-size: 17px;
    font-weight: 400;
    /* letter-spacing: 0.06em; */
}

.menu-logute {
    font-size: 19px !important;
}

/* ---------------< Quick >-------------- */

.quick {
    /* display: flex; */
    align-items: baseline;
    justify-content: left;
    flex-wrap: wrap;
    width: 50%;
    height: 350px;
    position: relative;

}

.quick>div {
    width: 100%;
    display: flex;
    justify-content: left;
}

.quick-menu {
    width: 310px;
    height: 60px;
    background-color: #00000099;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    margin-bottom: 10px;
}

.quick-menu-left {
    width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    /* margin-left: 25px; */
    position: relative;
}

.dns-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #332e2e;
    border: 1px solid #5b96c0;
    font-size: 13px;
    margin-left: 45px;
    position: absolute !important;
    opacity: 0.8;
}

.quick-menu-left p {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e2325;
    font-size: 12px;
    border-radius: 30px;
    padding: 4px 6px 4px 6px;
    transform: rotate(-90deg);
    margin-left: 3px;
    /* position:absolute !important; */
}

.quick-menu-right {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.quick-menu-right img,.nav-right-defult img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border: 1px solid #222222;
    opacity: 0.8;
}

/* ---------------< DNS >-------------- */

.quick-dns {
    position: absolute;
    width: 220px;
    height: 260px;
    display: none;
    align-content: space-evenly;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #0f0a0a;
    margin-bottom: 30px;
    border-radius: 5px;

}

.dns-list {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.dns-list-select {
    width: 170px;
    height: 45px !important;
    appearance: none;
    padding-right: 35px;
    /* جا برای فلش سمت راست */
    border-radius: 6px;
    background-image: url('../img/Flash\ white\ .png');
    background-color: #030202;
    /* background-color: #b14949; */
    border: none;
    background-repeat: no-repeat;
    background-position: right 7px center;
    /* جای فلش سمت راست */
    background-size: 13px;
    cursor: pointer;
}

.dns-list-txt {
    width: 40px;
    /* background-color: #5b96c0; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 4px;
    transform: rotate(-90deg);
    position: absolute;
    margin-left: -135px;
    font-size: 10px;
    color: #616161;
}

.dns-list-txt p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dns-list-txt-oreng {
    width: 8px;
    height: 8px;
    background-color: #ff8a00;
    border-radius: 1.5px;
}

.input-dns-1 {

    width: 180px;
    height: 30px;
    background-color: #030202;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    color: #ffffff;
}

.input-dns-1>div>input {
    width: 100px;
    height: 30px;
    background-color: #030202;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.input-dns-1>div>input::placeholder {
    display: flex;
    align-items: center;
    /* justify-content: ; */
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 30%;
    left: 22%;
}

.input-dns-1>div {
    width: auto;
    height: 100%;
    display: flex;
    align-items: start;
    font-size: 10px;
    color: #414643;
    margin: 0 3px;
}

.dns-btn {
    width: 190px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #030202;
}

.dns-check-ping {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #285990;
    border-radius: 5px;
    opacity: 0.9;
}

.dns-activ {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff7800;
    border-radius: 5px;
    opacity: 0.9;
}

/* ---------------< Panel >-------------- */

.panel {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    position: relative;
}

.panels {
    width: 700px;
    height: 210px;
    display: none;
    align-items: center;
    justify-content: space-around;
    background-color: #030202;
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 200;
}



.panel-out {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #c05645;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 3px;
    right: 3px;
}

.panel-out>a {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.panel-mouse,
.panel-sound,
.panel-more {
    width: 210px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: none;
    border: 1px solid #222222;
    border-radius: 15px;
}

.panel-mouse>*,
.panel-sound>* {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.panel-mouse h1,
.panel-sound h1 {
    font-size: 35px;
}

.panel-tasad a,
.panel-sound a {
    width: 35px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b627e;
    border: 1px solid #61a2d1;
    border-radius: 5px;
}

.panel-mouse h3,
.panel-sound h3 {
    width: 155px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b627e;
    border: 1px solid #61a2d1;
    border-radius: 5px;
    opacity: 0.9;
}

.panel-mouse h3:hover,
.panel-sound h3:hover {
    opacity: 1;
}

.panel-more {
    font-family: 'POP-l';
}

.panel-more a {
    width: 155px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b627e;
    border: 1px solid #61a2d1;
    border-radius: 5px;
    opacity: 0.9;

}

/* ---------------< Games >-------------- */

.games {
    width: 96%;
    height: calc(100% - 570px);
    display: flex;
    align-items: end;
    justify-content: center;
    /* background-color: #285990; */
    overflow: hidden;

}

.game-list {
    width: 100%;
    /* height: 350px; */
    display: flex;
    margin: 5px 0px;
    padding: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
}

.game-list::-webkit-scrollbar {
    height: 10px;
}

.game-list::-webkit-scrollbar-track {
    background: none;
    /* border-radius: 10px; */
}

.game-list::-webkit-scrollbar-thumb {

    background: #aaaaaa;
    border-radius: 1px;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-bottom: solid 1px #696969;
    border-right: solid 1px #696969;
}


.game {
    width: 165px;
    height: 240px;
    display: flex;
    margin: 0 13px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 9px;
    flex: 0 0 auto;
    transition: transform 0.3s ease;
    padding: 10px;
    position: relative;
    cursor: pointer;

}

.game>img {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    padding: -10px;
    margin: -10px 0px;
    border-radius: 7px;


}

.game-shadow {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: -10px 0px;
    border-radius: 7px;
    /* background: -gradient(0deg , #00000083 30% , #ffffff8f 100%) ; */
    background: radial-gradient(circle at 50% -8%, #ffffff00 29%, #0000009c 80%);
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);  */
    opacity: 0;

}


.game:hover img {
    opacity: 0.7;
    transition: 0.4s ease-in-out;

}

.game:hover .game-shadow {
    opacity: 1;
    transition: 0.4s ease-in-out;

}

.game>h2 {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0;
    color: #ffffff;
}

.game:hover h2 {
    opacity: 1;
    transition: 0.5s ease-in-out;

}



.btn-play {
    position: absolute !important;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ececec00 !important;
    left: auto;
    top: 0px;
}

.btn-play>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

}

.btn-play>div>a {
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #8c5119;
    border-radius: 50px;
    font-size: 25px;
    opacity: 0.9;
}

.btn-play>h1 {
    position: relative;
    display: inline-block;
    /* بسیار مهم */
    font-size: 60px;
    color: #ffffff;
    z-index: 1;
}


.btn-play>h1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 450px);
    /* عرض برابر با طول نوشته */
    height: calc(100% + 300px);
    background-color: rgba(0, 0, 0, 0.692);
    filter: blur(60px);
    z-index: -1;
    border-radius: 40%;
    /* opacity: 0.8; اختیاری */
}


/* ---------------< BK-video >-------------- */

.bk-video-game {

    width: 100%;
    height: 100%;
    background-image: url();
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}