/*============
Template Name: Gaming  HTML5 Template
Author:https://www.templatemonster.com/authors/templateland/
Version: 1.0
============*/

/* Table of contents */
/*====================
01.Header Top Bar CSS
02.Header Area Css
03.Hero Area Css
04.Treanding Slot Area Css
05.Gaming Area Css
06.Card Area Css
07.Footer Area Css
08.Deposit Page Css
09.Sing Up Page Css
====================*/

/* ==========
    Base CSS
============ */
@import url('css2.css');
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    scroll-behavior: smooth;
    font-family: "Raleway", sans-serif !important;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
    font-family: "Roboto Slab", serif;
}
a{ 
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.al-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul{
    margin: 0;
    padding: 0;
}
.wrapper{
    overflow: hidden;
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    z-index: 99;
    background: #fff;
}
/* header-top bar start */
.herader-top-bar {
    background: #2A2A28;
    color: #fff;
    padding: 20px 0;
}

.top-bar-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.top-bar-left p span {
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
}

.top-bar-left p:last-child span {
    color: #F79E10;
    font-weight: 400;
}
.cuarincy-btn .carincy-btn-wrap{
    border: 1px solid #F79E10;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 48px;
    line-height: 48px;
}
.carincy-btn-wrap img {
    margin-left: 10px;
    margin-right: 5px;
}

.cuarincy-btn select {
    border: none;
    display: inline-block;
    outline: none;
    color: #713B12;
    width: 50%;
    border-radius: 0px 16px 16px 0px;
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
}

.cuarincy-btn a span {
    color: #F79E10;
    padding-left: 30px;
}
/* header area */
.header-area {
    background: #1F1F1C;
    padding: 5px 0;
}

.header-area li {
    display: inline-block;
}

.header-area li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 10px 24px;
    color: #fff;
}

.contact-part li .join {
    width: 30%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 10px 24px;
    color: #fff;
}

.header-area li a:hover {
    color: #EAAA08;
}

ul.submanu {
    position: absolute;
    text-align: left;
    top:78px;
    min-width: 200px;
    background-color:#FABA15;
    padding: 15px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
   visibility: hidden;
   border-radius: 6px;
   z-index: 99;
}

ul.submanu li {
    display: block;
    margin: 0;
}

ul.submanu li a {
    padding: 5px 20px;
    display: inline-block;
    color:#713B12;
}

ul.submanu li a::after {
    display: none;
}

ul.submanu li a:hover{
    color: #fff;
}

.main-manu ul li:hover ul.submanu {
    top:40px;
    opacity: 1;
    visibility: visible;
}

.main-manu {
    text-align: right;
    position: relative;
    z-index: 1;
}

a.login {
    background: #302C23;
    border: 1px solid #FAC515;
    color: #fff;
    border-radius: 99px;
    margin-left: 40px;
}

a.login:hover {
    background: #EAAA08;
    color: #fff !important;
}

a.join {
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    color: #fff;
    border-radius: 99px;
    margin-left: 5px;
}
/* hero area start */
.hero-area {
    background-image: url(/images/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.double-content h2 {
    font-size: 140px;
    font-weight: 800;
    line-height: 140px;
    margin-bottom: 16px;
}

.double-content .up {
    color: #fa8700;
}

.double-content .down {
    color: #ffb847;
    position: absolute;
    top: 0;
    left: -8px;
}

.double-content {
    position: relative;
    z-index: 1;
}

.hero-content span {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
}

.hero-all-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 16px;
}

.hero-btn a {
    display: inline-block;
    color: #713B12;
    background: #fff;
    padding: 16px 56px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 99px;
    width: max-content;
}

.hero-btn a:hover {
    background: #EAAA08;
    color: #fff;
}

.hero-btn a i {
    padding-left: 13px;
}
/* trending slot area */
.trading-area {
    background: #171715;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}
/* .trading-area::after {
    position: absolute;
    left: -88%;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background:#171715;
    z-index: 2;
} */
.trading-tittle {
    background: linear-gradient(to bottom, #fac515 0%, #fa9e15 100%);
    
    padding: 4px;
    margin-bottom: 10px;
}
.trading-tittle h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1px;
}

.single-trending-item {
    background: #2a2a28;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-radius: 8px;
    padding: 16px;
}

.single-trending-item:hover {
    cursor:grab;
}

.trending-left {
    width: 55%;
}

.trending-right {
    width: 45%;
}

.trending-left img {
    width: 100%;
}

.trending-right h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 4px;
}

.trending-right  h2 {
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
}

.trending-right  p {
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
}

.total-people h4{
    color: #FFC827 !important;
}
.total-people h2{
    color: #FFC827 !important;
    text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
}

.trending-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 13px;
}

a.primary-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #713B12;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    padding: 10px 24px;
    border-radius: 99px;
}
.trending-slider.owl-carousel .owl-stage-outer {
   overflow: visible;
}
/* gaming ara */
.gaming-area {
    background: #1d1d1a;
    color: #fff;
    padding: 20px 0;
}

ul.filter-project {
    background: #262623;
    border: 1px solid #3f351a;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    margin-bottom: 24px;
    white-space: nowrap;
}

ul.filter-project li {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
}

ul.filter-project li.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    border-radius: 4px;
}

ul.filter-project li span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display:inline-block;
}

ul.filter-project li img {
    height: 24px;
    width: 24px;
    margin-bottom: 8px;
}
.gaming-img img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-gaming-item:hover .gaming-img img {
    transform: scale(1.2);
    transition: transform .5s ease;
}
.single-gaming-item {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-bottom: 24px;
}

.gaming-hover a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 70px;
    text-align: center;
    border: 1.5px solid #FAC515;
    border-radius: 99px;
    width: 221px;
}

.gaming-hover .play-now {
    margin-bottom: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    color: #713B12;
}

.gaming-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.gaming-hover .demo {
    color: #fff;
    background: #302C23;
}

.single-gaming-item::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    z-index: 1;
    border-radius: 8px;
    opacity: .2;
    visibility: hidden;
}

.single-gaming-item:hover::after {
    visibility: visible;
}

.single-gaming-item:hover .gaming-hover {
    opacity: 1;
    visibility: visible;
}
.gaming-btn {
    text-align: center;
}

.gaming-btn a {
    display: inline-block;
    border: 1px solid #fac515;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 50px;
    color: #ffff;
    background: #302C23;
}

.gaming-btn a:hover {
    background: #EAAA08;
}

.gaming-btn {
    padding-top: 40px;
}
/* card area start */
.card-area {
    
    background-color: #171715;
    /* background: #171715; */
    color: #fff;
    /* padding-top: 12px; */
    padding-bottom: 20px;
    padding-top: 10px;
}

.app-btn{
    background: url(/picture/thumb1.png) 8% / 20% auto no-repeat, 92% / contain url(/picture/thumb.png) no-repeat;
    background-color: #171715;
}

.card-area .join {
    
    height: max-content;
    padding: 5px;
}

.cart-img img {
    border-radius: 16px;
}

.card-content h2 {
    font-size: 48px;
    font-weight: 700;
}

.card-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.card-content {
    padding: 22px;
    position: absolute;
    bottom: 0;
}

.single-card-item {
    position: relative;
    z-index: 1;
}

.single-card-item:hover .cart-img img {
    transform: scale(1.2);
    transition: transform .5s ease;
}

.single-card-item {
    height: 412px;
    width: 100%;
    margin-bottom: 30px;
}

.single-card-item.larze {
    height: 745px;
    margin-bottom: 0;
}
.single-card-item.small {
    height: 309px;
    margin-bottom: 0;
}
.cta-ara {
    text-align: center;
    /* border: 1px solid #F79E10; */
    border-radius: 8px 8px;
    /* padding: 20px 0; */
}

.cta-ara h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 800;
    text-shadow: 4px 0px 0px #d87400;
    color: #ffdf61;
}
.cta-btn{
    margin-bottom: 10px;
   
    padding: 5px 0;
}
.cta-btn h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #EAAA08;
    text-align: end;
    margin-bottom: 0px;
}
.cta-btn a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    /* background: #fff; */
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 99px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: -2.828px -2.828px 6px 0px rgba(255, 200, 39, 0.4), 2px 4px 8px 0px rgba(255, 82, 1, 0.2);
}

.cta-btn a:hover {
    /* background: #EAAA08; */
    transform: scale(1.2);
    transition: transform .5s ease;
    color: #fff;
}

.cta-btn a i {
    font-size: 22px;
    display: inline-block;
}
/* footer area start */
footer.footer-area {
    background: #1F1F1C;
    color: #FFFFFF;
    padding: 40px 0;
}

footer.footer-area {
    background-image: url(/picture/shape3.png);
    background-position: 95% 95%;
    background-repeat: no-repeat;
    background-size: 150px;
}
.logo-part .logo {
    margin-bottom: 30px;
}

.logo-part p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}

footer.footer-area h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #EAAA08;
    margin-bottom: 8px;
}

footer.footer-area li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

footer.footer-area li a:hover {
    color: #EAAA08;
}

footer.footer-area li {
    padding: 10px 0;
    word-wrap: break-word;
}

.social-part {
    padding-top: 40px;
}

.social-part li {
    display: inline-block;
    margin-left: 8px;
}

footer.footer-area li:first-child {
    margin-left: 0;
}

.social-part li a {
    height: 52px;
    width: 52px;
    display: block;
    background: #353533;
    text-align: center;
    line-height: 52px !important;
    font-size: 25px !important;
    border-radius: 4px;
}

.social-part li a:hover {
    background: #fff;
    color:#EAAA08;
}

.copyright-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.left-copyright {
    width: 100%;
}

.left-copyright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    text-align: center !important;
}

.right-copyright li {
    display: inline-block;
}

.right-copyright li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.right-copyright li a:hover{
    color:#EAAA08 ;
}

.right-copyright li:first-child {
    margin-right: 40px;
}

.copyright-area {
    padding: 10px 0;
}
/* deposit page start */
.deposite-area {
    text-align: center;
    background: #1F1F1C;
    color: #fff;
    margin-top: 20px;
}

.diposite-head {
    width: 671px;
    margin: 0 auto;
    text-align: center;
}

.deposite-tittle h2 span img {
    height: 80px;
    width: 80px;
}

.deposite-tittle h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    text-shadow: 4px 0px 0px #d87400;
    color: #ffdf61;
    margin-bottom: 26px;
}

.deposite-tittle p {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 38px;
}

.deposit-btn a {
    border-radius: 8px;
    border: 1px solid #654a1d;
    height: 80px;
    line-height: 80px;
}

.deposit-btn a select {
    border-radius: 8px;
    background: #262623;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
    width: 65%;
}

.deposit-btn a span {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    width: 36%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    border-radius: 8px 0px 0px 8px;
}

.deposit-btn a span img {
    height: 18px;
    margin-right: 10px;
}

.cuarincy-btn:first-child {
    margin-bottom: 40px;
}
.deposit-qr {
    border: 1px solid #F79E10;
    text-align: center !important;
    border-radius: 8px;
}

.qr-bar {
    background: #4f3725;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 0;
    border-bottom: 1px solid #e6930f;
}

.qr-bar p {
    text-align: center !important;
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 0;
}

.qr-bar p span {
    color: #F79E10;
}

.qr-tittle p {
    text-align: center !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.qr-tittle p span {
    color: #F79E10;
}

.qr-tittle p:last-child {
    color: #F79E10;
}

.qr-tittle {
    padding-top: 9px;
    margin-bottom: 10px;
}

.qr-tittle p:first-child {
    margin-bottom: 12px;
}

a.copy-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 6px 24px;
    border: 1px solid #FAC515;
    border-radius: 99px;
    margin-left: 10px;
}

.deposit-qr img {
    margin-bottom: 6px;
}

.deposit-qr img:hover {
    background-color: #e6930f;
}

.deposit-checking {
    text-align: center;
    padding: 65px 0;
    border-bottom: 1px solid #F79E10;
}

.deposit-checking p {
    color: #887B7B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.deposit-bottom {
    padding: 40px 0;
    width: 1143px;
    margin: 0 auto;
}

.bottom-bar {
    text-align: center;
}

.bottom-bar p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFAFA;
    margin-bottom: 40px;
}

.deposite-bottom-btn {
    text-align: center;
}

.deposite-bottom-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FEFBE8;
    border: 1px solid #FAC515;
    padding: 10px 24px;
    border-radius: 99px;
    background: #302c23;
}

.deposite-bottom-two a {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #1E0605;
    background: #F79E10;
    padding: 19px 65px;
    border-radius: 8px;
}

.deposite-bottom-two {
    text-align: center;
    padding-top: 40px;
}

.deposite-btoom-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFAFA;
}

.deposite-btoom-text {
    padding-top: 40px;
}
/* sing up page */
.sing-up-area {
    background: #302C23;
    width: 634px;
    margin: 0 auto;
    color: #fff;
    padding: 35px;
    border-radius: 8px;
}

.singup-tittle h4 {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
}

.singup-tittle {
    text-align: center;
    margin-bottom: 30px;
}

.singup-form label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 13px;
}

.singup-form input {
    display: inline-block;
    width: 100%;
    padding: 13px;
    outline: none;
    background: #262623;
    border: 1px solid #654a1d;
    margin-bottom: 30px;
    color: #fff;
}

.form-bottm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}

.form-bottm input {
    height: 30px;
    width: 30px;
    border: 1px solid #f2994a;
    margin-bottom: 0;
    margin-right: 15px;
}

.form-bottm span {
    margin-right: 73px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.singleup-btn a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    background: #F2994A;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}