::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #252E39
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #252E39
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #3B434D
}

img {
    -webkit-transition: all .5s ease!important;
    -o-transition: all .5s ease!important;
    transition: all .5s ease!important
}

.form-control {
    letter-spacing: 1px;
    color: #fff
}

.form-control:focus {
    color: #fff;
    background-color: #252e39
}

body {
    background: #10171F
}

header>.container {
    z-index: 500
}

.btn:hover {
    color: unset
}

.mh-350 {
    min-height: 350px
}

p {
    line-height: 25px
}

.text-primary {
    color: #19b5ce!important
}

.fp {
    font-family: 'Poppins',sans-serif
}

.fr {
    font-family: 'Roboto',sans-serif
}

.fn {
    font-family: 'Nunito',sans-serif
}

.overflow-x {
    overflow-x: auto;
    overflow-y: hidden
}

.bg-dark-light {
    background: #19232E
}

.form-control.bg-dark-light {
    color: #fff!important
}

.btn-outline-light:hover {
    color: #000!important
}

.bg-dark-light-3,.bg-dark-light-3:focus {
    background: rgba(0,0,0,.25);
    color: #fff!important
}

.bg-dark {
    color: #fff;
    background: #10171F!important
}

.bg-pink {
    background: #8E5AEC
}

.border-secondary {
    border-color: #252e39!important
}

.bg-dark-light-2,.bg-dark-light-2:focus {
    background: #252E39;
    color: #fff
}

.r25 {
    border-radius: 25px
}

.rl-25 {
    border-radius: 25px 0 0 25px
}

.rr-25 {
    border-radius: 0 25px 25px 0
}

.rl-12 {
    border-radius: 12px 0 0 12px
}

.rr-12 {
    border-radius: 0 12px 12px 0
}

.r12 {
    border-radius: 12px
}

.r12-b {
    border-radius: 0 0 12px 12px
}

.bg-red {
    background: #FF195F;
    color: #fff!important
}

.bg-green {
    background: #47a31e;
    color: #fff!important
}

.hover-red:hover {
    color: #FF195F!important;
    background: #fff!important
}

.text-red,.a-hover-red a:hover {
    color: #FF195F
}

.a-hover-underline a:hover {
    text-decoration: underline
}

.border-red-3 {
    border: 3px solid #FF195F
}

.head-list li a {
    opacity: .75
}

.menu-list li>a:not(.active) {
    opacity: .4
}

.menu-list li a:hover,.head-list li a:hover {
    opacity: 1
}

i.fas.fa-badge-check.ms-2.text-red {
    position: relative;
    z-index: 1
}

i.fas.fa-badge-check.ms-2.text-red::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 80%;
    height: 80%;
    left: 0;
    right: 0;
    border: 0;
    display: block;
    z-index: -1;
    margin: auto;
    border-radius: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ti {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px
}

.ti.ti-30 {
    width: 30px;
    height: 30px;
    margin: 0 4px
}

.ti.ti-chat {
    background-image: url(../img/ico/Chat.png)
}

.ti.ti-buy {
    background-image: url(../img/ico/Buy.png)
}

.ti.ti-bag {
    background-image: url(../img/ico/Bag.png)
}

.ti.ti-user {
    background-image: url(../img/ico/user.png)
}

.ti.ti-document {
    background-image: url(../img/ico/Document.png)
}

.ti.ti-heart {
    background-image: url(../img/ico/Heart.png)
}

.ti.ti-wallet {
    background-image: url(../img/ico/Wallet.png)
}

.light-mode .ti.ti-chat.ti-dark {
    background-image: url(../img/ico/Chat-dark.png)
}

.light-mode .ti.ti-buy.ti-dark {
    background-image: url(../img/ico/Buy-dark.png)
}

.light-mode .ti.ti-bag.ti-dark {
    background-image: url(../img/ico/Bag-dark.png)
}

.light-mode .ti.ti-user.ti-dark {
    background-image: url(../img/ico/2-user-dark.png)
}

.light-mode .ti.ti-document.ti-dark {
    background-image: url(../img/ico/Document-dark.png)
}

.light-mode .ti.ti-heart.ti-dark {
    background-image: url(../img/ico/Heart-dark.png)
}

.light-mode .ti.ti-wallet.ti-dark {
    background-image: url(../img/ico/Wallet-dark.png)
}

.score {
    position: relative
}

.score,.score img {
    width: 100%;
    max-width: 350px;
    height: 100%;
    max-height: 350px
}

.score-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff
}

.score::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 25px;
    background: #000;
    opacity: .5
}

.basket {
    position: relative
}

.basket .basket-count {
    width: 25px;
    height: 25px;
    background: #ff195f;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 12px;
    font-weight: 600
}

.circle-55 {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #19232E;
    color: #fff;
    cursor: pointer
}

.owl-streamer .owl-stage-outer::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background: -o-linear-gradient(right,rgba(16,23,31,0) 0%,rgba(16,23,31,0) 26.2%,#10171f 100%);
    background: -webkit-gradient(linear,right top,left top,from(rgba(16,23,31,0)),color-stop(26.2%,rgba(16,23,31,0)),to(#10171f));
    background: linear-gradient(to left,rgba(16,23,31,0) 0%,rgba(16,23,31,0) 26.2%,#10171f 100%);
    opacity: .85;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11
}

.owl-streamer .owl-stage-outer::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background: -o-linear-gradient(left,rgba(16,23,31,0) 0%,rgba(16,23,31,0) 26.2%,#10171f 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(16,23,31,0)),color-stop(26.2%,rgba(16,23,31,0)),to(#10171f));
    background: linear-gradient(to right,rgba(16,23,31,0) 0%,rgba(16,23,31,0) 26.2%,#10171f 100%);
    opacity: .85;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11
}

.owl-streamer .owl-nav {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0
}

.owl-blog-4 .owl-nav {
    color: #fff;
    position: absolute;
    left: -2%;
    right: -2%;
    top: 35%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0
}

.carousel-indicators button {
    opacity: 1;
    width: 13px!important;
    height: 13px!important;
    border-radius: 100%!important;
    border: 0!important;
    z-index: 50;
    position: relative
}

.carousel-indicators button.active {
    opacity: 1;
    width: 21px!important;
    height: 13px!important;
    border-radius: 11px!important;
    border: 0!important
}

.theme-megamenu-navs li span {
    cursor: pointer
}

.theme-megamenu-navs li span:hover,.theme-megamenu-navs li span.active {
    background: #252E39
}

.theme-megamenu-area {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 400px;
    background: #19232e;
    z-index: 5;
    padding: .5em 0;
    border-top: 3px solid #ff195f;
    width: 100vw;
    margin: 1.2em auto;
    z-index: 800;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 41px 67px -14px rgba(0,0,0,.48);
    box-shadow: 0 41px 67px -14px rgba(0,0,0,.48);
    display: none
}

.theme-megamenu-area.theme-megamenu-area-container {
    min-height: unset
}

.theme-megamenu-area::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    height: 26px
}

.theme-megamenu:hover>a {
    opacity: 1!important
}

.theme-megamenu:hover .theme-megamenu-area {
    display: block
}

.theme-dropdown {
    position: relative
}

.theme-dropdown:hover>a {
    opacity: 1!important
}

.theme-dropdown-menu {
    display: none;
    position: absolute;
    margin-top: 1.2em;
    background: #19232e;
    padding: .5em 0;
    min-width: 255px;
    border-top: 3px solid #ff195f;
    z-index: 800
}

.theme-dropdown-menu.theme-dropdown-menu-right {
    right: 0
}

.theme-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    height: 26px
}

.theme-dropdown-menu li a {
    width: 100%;
    padding: .5rem 1rem;
    display: block;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.theme-dropdown-menu li a:hover {
    background: #252E39
}

.theme-dropdown-menu li a:active {
    background: #ff195f
}

.theme-dropdown:hover .theme-dropdown-menu {
    display: block
}

.theme-card {
    position: relative;
    overflow: hidden
}

.theme-card:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.theme-card::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.theme-card-purple::before {
    content: '';
    background: -o-linear-gradient(rgba(154,0,255,0) 0%,rgba(180,0,255,.83) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(154,0,255,0)),to(rgba(180,0,255,.83)));
    background: linear-gradient(rgba(154,0,255,0) 0%,rgba(180,0,255,.83) 100%)
}

.theme-card-red::before {
    content: '';
    background: -o-linear-gradient(rgba(255,0,0,0) 0%,rgba(255,0,0,.79) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,0,0,0)),to(rgba(255,0,0,.79)));
    background: linear-gradient(rgba(255,0,0,0) 0%,rgba(255,0,0,.79) 100%)
}

.theme-card-pink::before {
    content: '';
    background: -o-linear-gradient(rgba(248,108,224,0) 0%,#d15ed3 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(248,108,224,0)),to(#d15ed3));
    background: linear-gradient(rgba(248,108,224,0) 0%,#d15ed3 100%)
}

.theme-card-turquoise::before {
    content: '';
    background: -o-linear-gradient(rgba(22,171,213,0) 0%,#16b4da 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(22,171,213,0)),to(#16b4da));
    background: linear-gradient(rgba(22,171,213,0) 0%,#16b4da 100%)
}

.theme-card-blue::before {
    content: '';
    background: -o-linear-gradient(rgba(8,0,255,0) 0%,rgba(0,25,255,.79) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(8,0,255,0)),to(rgba(0,25,255,.79)));
    background: linear-gradient(rgba(8,0,255,0) 0%,rgba(0,25,255,.79) 100%)
}

.theme-card-orange::before {
    content: '';
    background: -o-linear-gradient(rgba(213,137,22,0) 0%,#da6b16 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(213,137,22,0)),to(#da6b16));
    background: linear-gradient(rgba(213,137,22,0) 0%,#da6b16 100%)
}

.theme-card-yellow::before {
    content: '';
    background: -o-linear-gradient(rgba(180,255,0,0) 0%,rgba(230,255,0,.79) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(180,255,0,0)),to(rgba(230,255,0,.79)));
    background: linear-gradient(rgba(180,255,0,0) 0%,rgba(230,255,0,.79) 100%)
}

.theme-card-bottom * {
    z-index: 1
}

.theme-card-bottom {
    position: absolute;
    bottom: 0;
    padding: .75em;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-style: italic;
    font-weight: 800;
    z-index: 1
}

.theme-card-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 .75em;
    color: #fff;
    font-style: italic;
    font-weight: 800;
    z-index: 1
}

.theme-card-center p {
    font-size: 45px;
    line-height: 50px
}

.banner_1 img {
    height: 470px;
    -o-object-fit: fill;
    object-fit: fill
}

.banner_2 img {
    height: 230px;
    -o-object-fit: fill;
    object-fit: fill
}

.theme-card-box,.theme-card-box img {
    width: 100%;
    max-width: 267px;
    height: 276px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.theme-card-box:hover {
    bottom: .75em;
    z-index: 5
}

.theme-card-box-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.theme-card-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(rgba(0,0,0,0) 0%,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
    background: linear-gradient(rgba(0,0,0,0) 0%,#000 100%);
    opacity: .94;
    z-index: 1
}

.theme-card-box::after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    border-radius: 7px 7px 0 7px;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,.15);
    right: 0;
    bottom: 0;
    z-index: 1
}

.theme-card-box-hammer::after {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    border-radius: 7px 7px 0 7px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.15);
    right: 0;
    bottom: 0;
    z-index: 1
}

.sale {
    background-image: url(../img/sale.png);
    background-repeat: no-repeat;
    padding: .5em .4em;
    background-size: contain
}

.tdot {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 11px;
    background: #fff;
    opacity: .2
}

.news {
    height: 150px
}

.news-order {
    color: #fff;
    opacity: .75
}

.news:hover .news-order {
    color: #ff195f;
    opacity: 1
}

.btn.bg-dark-light-2:hover {
    background: #FF195F
}

.mxwu,.mxwu img {
    width: unset;
    max-width: unset!important
}

.theme-card-blog,.theme-card-blog img {
    width: 100%;
    max-width: 345px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto
}

.theme-card-blog-2,.theme-card-blog-2 img {
    width: 100%;
    max-width: 240px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    line-height: 30px
}

.theme-card-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(rgba(0,0,0,0) 0%,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
    background: linear-gradient(rgba(0,0,0,0) 0%,#000 100%);
    opacity: .75;
    z-index: 1;
    border-radius: 30px
}

.theme-card-blog-2::before {
    border-radius: 0
}

.theme-card-blog .theme-card-blog-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.theme-card-blog:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.owl-blog .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.owl-blog .owl-dots {
    margin-bottom: 3rem
}

.owl-blog .owl-dots,.owl-blog .owl-dot {
    width: 100%
}

.owl-blog .owl-dot span {
    width: 100%!important;
    height: 5px!important;
    border-radius: 0px!important;
    background: rgba(255,255,255,.1)!important
}

.owl-blog .owl-dot.active span {
    border-radius: 5px!important;
    background: #fff!important
}

ul.basket-content {
    max-height: 65vh;
    overflow-y: auto
}

.profile {
    width: 125px
}

.mh-800 {
    min-height: 800px
}

.profile img {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center
}

.streamers img {
    max-width: 237px;
    border-radius: 100%
}

.newsletter input:first-child {
    background: #27303B;
    border: 0
}

.bg-purple {
    background: #8E5AEC;
    border: 0;
    color: #fff
}

.footer-area {
    background: #19232E
}

.h319 {
    height: 319px
}

.to-up {
    width: 56px;
    height: 56px;
    background: #ee7c05;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FF195F;
    color: #fff;
    font-size: 24px;
    position: fixed;
    bottom: 2em;
    right: 2em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1000;
    display: none
}

.to-up:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.to-up i {
    -webkit-transform: rotate(313deg);
    -ms-transform: rotate(313deg);
    transform: rotate(313deg)
}

.theme-mob-menu .offcanvas-body ul>li>.bg-dark-light-2,.theme-mob-menu .offcanvas-body ul>li>ul li a {
    border-bottom: 1px solid rgba(0,0,0,.5)!important
}

.content p {
    font-weight: 300;
    font-size: 25px;
    line-height: 38px;
    color: #fff;
    opacity: .75
}

.taj {
    text-align: justify
}

.game {
    position: relative
}

.game::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.65)));
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    z-index: 1;
    border-radius: 25px
}

.sale-up {
    position: absolute;
    top: 1em;
    right: 5%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(../img/sale.png);
    color: #fff;
    width: auto;
    height: auto;
    padding: 10px 42px 10px 6px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: contain
}

.game-description {
    max-height: 300px;
    overflow-y: auto
}

.game-description-liste {
    width: 100%;
    height: auto;
    overflow: hidden
}

.game-description-liste li {
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500
}

.owl-blog-mega .owl-dots,.owl-blog-4 .owl-dots {
    margin-top: 2em!important
}

.modal-backdrop {
    background-image: url(../img/blur.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1 !important;
}

.popup-form .input-group-text,.popup-form input {
    background: rgb(0 0 0 / 25%)
}

.popup-form .btn {
    border-radius: 10px!important
}

.popup-form input {
    border-radius: 0 10px 10px 0!important
}

.popup-form .input-group-text {
    border-radius: 10px 0 0 10px!important
}

.btn-special {
    background: transparent;
    -webkit-backdrop-filter: blur(31px);
    backdrop-filter: blur(31px);
    --webkit-backdrop-filter: blur(31px);
    background-color: rgba(255,255,255,.14)
}

.btn-modal-close {
    width: 66px;
    height: 66px;
    background: rgb(0 0 0 / 25%);
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0
}

.profile-polygon {
    background: url(../img/polygon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 80px
}

.profile-polygon img {
    -webkit-clip-path: polygon(50% -9%,100% 21%,100% 79%,50% 108%,0 79%,0 19%);
    clip-path: polygon(50% -9%,100% 21%,100% 79%,50% 108%,0 79%,0 19%)
}

.panel {
    position: relative;
    max-width: 80px;
    margin: 0 auto
}

.panel-left>li:last-child {
    width: 100%;
    border-radius: 0 0 25px 25px;
    height: 70px
}

.panel-left>li.active {
    background: #ff195f;
    color: #fff
}

.panel-left>li {
    width: 70%;
    height: 50px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: .5em
}

.panel-left-open {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(40px 0 99px rgba(0,0,0,.5));
    filter: drop-shadow(40px 0 99px rgba(0,0,0,.5));
    display: none;
    z-index: 500
}

.panel:hover .panel-left-open,.panel-left-open:hover {
    display: block
}

.panel-left-open .profile-polygon {
    width: 200px;
    height: 250px
}

.panel-left-open-content li>a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 3px solid transparent;
    width: 100%;
    min-width: 300px;
    width: auto;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0 2em;
    border-radius: 0;
    margin-bottom: 2px
}

.panel-left-open-content li.active,.panel-left-open-content li:hover {
    background: #252E39;
    border-radius: 0;
    border-left: 3px solid #FF195F
}

.panel-left-open-content li:last-child {
    background: #FF195F;
    border-radius: 0 0 25px 25px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-polygon .bg-red-linear {
    color: #fff;
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
    width: 35.84px;
    height: 35.84px;
    border-radius: 9px;
    background: -o-linear-gradient(#ff195f 0%,#800d30 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ff195f),to(#800d30));
    background: linear-gradient(#ff195f 0%,#800d30 100%);
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    position: absolute;
    bottom: 20px
}

.theme-select {
    position: relative
}

.theme-select::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: .75em;
    width: 20px;
    height: 20px;
    top: 53%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.theme-select select {
    padding-right: 4em!important
}

.message-content {
    width: 60%
}

ul.message-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.message-area {
    position: relative;
    height: calc(100% - 3rem)
}

.message-write button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    width: 60px;
    height: 60px;
    background: #ff195f;
    opacity: .3;
    -webkit-animation: 1s opacity ease infinite;
    animation: 1s opacity ease infinite
}

.message-write button.send-button {
    width: 50px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1
}

.messages .you div>div {
    width: auto;
    max-width: 450px;
    background: rgba(255,255,255,.05);
    border: 1.5px solid rgba(255,255,255,.2);
    border-radius: 0 20px 20px 20px;
    line-height: 25px
}

.messages .me div>div {
    width: auto;
    max-width: 450px;
    background: #ff195f;
    border-radius: 20px 0 20px 20px;
    line-height: 25px
}

.messages {
    max-height: 864px;
    overflow-y: auto;
    overflow-x: hidden
}

.message-list li {
    cursor: pointer
}

.loading-picture {
    background: -o-linear-gradient(10deg,#131b23 3%,#1e2936 48%,#131b23 83%);
    background: linear-gradient(80deg,#131b23 3%,#1e2936 48%,#131b23 83%);
    background-size: 200% 100%;
    border: 1.5px solid rgb(16 23 31 / 50%);
    -webkit-animation: 1s shine linear infinite;
    animation: 1s shine linear infinite;
    width: 85px;
    height: 85px;
    border-radius: 100%
}

.loading span {
    height: 100px;
    position: relative;
    display: block;
    width: 250px;
    background: -o-linear-gradient(10deg,#131b23 3%,#1e2936 48%,#131b23 83%);
    background: linear-gradient(80deg,#131b23 3%,#1e2936 48%,#131b23 83%);
    border: 1.5px solid rgb(16 23 31 / 50%);
    border-radius: 0 20px 20px 20px;
    line-height: 25px;
    -webkit-animation: 1.2s shine linear infinite;
    animation: 1.2s shine linear infinite;
    background-size: 200% 100%
}

.loading:nth-child(2) span {
    border-radius: 20px 0 20px 20px
}

.message-count {
    width: 20px;
    height: 20px;
    background: #ff195f;
    border-radius: 100%
}

.shadow-none {
    -webkit-filter: unset;
    filter: unset
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%
    }
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

@-webkit-keyframes opacity {
    to {
        opacity: .6
    }
}

@keyframes opacity {
    to {
        opacity: .6
    }
}

.check-true {
    width: 41px;
    height: 41px;
    background: #198cff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.check-false {
    width: 41px;
    height: 41px;
    background: #FF1958;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.step::before {
    content: '';
    position: absolute;
    left: 41px;
    width: 350%;
    height: 3px;
    background: #ff195f;
    opacity: 1;
    z-index: -1
}

.step-notactive::before {
    background: #252e39
}

.step-last::before {
    content: unset
}

.step {
    width: 41px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.step-notactive {
    border: 2px solid #303943;
    color: #303943;
    background: #19232e
}

.steps {
    max-width: 290px
}

span.dotted {
    border-top: 1px dashed #2e3742;
    display: block
}

.basket-max {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden
}

.theme-tabmenu-btn {
    cursor: pointer;
    height: 134px;
    border-radius: 30px 30px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Nunito',sans-serif
}

.basket-success-ico {
    width: 295px;
    height: 295px;
    background: -o-linear-gradient(#a419ff 0%,#ff7d19 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#a419ff),to(#ff7d19));
    background: linear-gradient(#a419ff 0%,#ff7d19 100%);
    -webkit-filter: drop-shadow(26px 28px 39px rgba(255,117,25,.15));
    filter: drop-shadow(26px 28px 39px rgba(255,117,25,.15));
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.story li {
    cursor: pointer
}

.story-app-link {
    height: 83%;
    top: 47%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.story-app-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10171F;
    z-index: 9999999;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.story-app-lightbox-loader {
    position: absolute;
    top: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px
}

.story-app-lightbox-loader span.active-story::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    background: #fff;
    height: 4px;
    -webkit-animation: ease;
    -webkit-animation-name: left_to_right;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.story-app-lightbox-loader span.actived-story::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    height: 4px
}

.nextStory i,.prevStory i {
    position: absolute;
    right: 40%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px
}

.prevStory i {
    right: unset;
    left: 40%
}

@-webkit-keyframes left_to_right {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

.story-app-lightbox-loader span {
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,.5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.story-app-lightbox-loader span:not(:last-child) {
    margin-right: 10px
}

span.nextStory {
    position: absolute;
    width: 40vw;
    height: 100vh;
    right: 0;
    z-index: 999999;
    cursor: pointer
}

span.prevStory {
    position: absolute;
    width: 40vw;
    height: 100vh;
    left: 0;
    z-index: 999999;
    cursor: pointer
}

.story-app-lightbox .fa-times {
    z-index: 999999999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.story-active,.story-watched {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 78px;
}

.story-active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    width: 78px;
    height: 78px;
    background: #ff195f;
    opacity: .1;
    -webkit-animation: 1s opacity ease-out infinite;
    animation: 1s opacity ease-out infinite
}

.story-watched::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    width: 78px;
    height: 78px;
    background: #19232e;
    opacity: 1
}

.story-about {
    position: absolute;
    top: .7em;
    width: 100%;
    max-width: 1300px;
    padding-left: 1em;
    padding-right: 1em
}

.story-about img {
    border: 2px solid #fff
}

table.table-goldbar * {
    line-height: 22px
}

table.table-goldbar td,table.table-goldbar th {
    vertical-align: middle;
    border: 1px solid #252C35;
    padding: 1em .5em
}

.light-dark-switch .form-check-input {
    padding: 10px;
    width: 3em;
    cursor: pointer
}

.light-dark-switch .form-check-input,.light-dark-switch .form-check-input:focus {
    padding: 13px;
    width: 4em;
    background-image: url(../img/light.png);
    background-color: #f1f2f6;
    border-color: #ddd
}

.light-dark-switch .form-check-input:checked {
    background-image: url(../img/dark.png);
    background-color: #252e39;
    border-color: #10171f
}

.light-mode .owl-streamer .owl-stage-outer::before,.light-mode .owl-streamer .owl-stage-outer::after {
    content: unset
}

body.light-mode::-webkit-scrollbar-track,body.light-mode::-webkit-scrollbar,body.light-mode *::-webkit-scrollbar-track,body.light-mode *::-webkit-scrollbar,.light-mode .bg-dark-light,.light-mode .bg-dark,.light-mode .bg-dark-light,.light-mode .circle-55,.light-mode .theme-megamenu-area,.light-mode .theme-dropdown-menu,.light-mode .footer-area,.light-mode .step-notactive,.light-mode .story-watched::before,.light-mode .btn.bg-dark-light-2 {
    background: #ffffff!important;
    color: #10171f!important
}

body.light-mode,.light-mode .bg-dark-light-2,.light-mode .bg-dark-light-2:focus,.light-mode .theme-dropdown-menu li a:hover,.light-mode .newsletter input:first-child,.light-mode .theme-megamenu-navs,.light-mode .panel-left-open-content li.active,.light-mode .panel-left-open-content li:hover,.light-mode .bg-dark-light .bg-dark-light-2 {
    background: #f1f2f6!important;
    color: #10171f!important
}

.light-mode .owl-blog .owl-dot.active span,.light-mode .owl-theme .owl-dots .owl-dot.active span,.light-mode .owl-theme .owl-dots .owl-dot:hover span,.light-mode .owl-theme .owl-dots .owl-dot span {
    background: #10171f!important
}

.light-mode .text-white:not(.theme-card-box-bottom):not(.theme-card-blog-bottom),.light-mode .content p,.light-mode .news-order {
    color: #10171f!important
}

.light-mode .btn-outline-light {
    color: #10171f;
    border-color: #10171f
}

.light-mode .theme-megamenu-navs li span:hover,.light-mode .theme-megamenu-navs li span.active,.light-mode .btn-outline-light:hover,.light-mode .messages .me div>div,.light-mode .message-count,.light-mode .panel-left-open-content li:last-child {
    background: #ff195f!important;
    color: #fff!important
}

.light-mode .basket-success-ico,.light-mode .check-true,.light-mode .check-false,.light-mode .btn.bg-pink.text-white,.light-mode .btn.bg-red.text-white {
    color: #fff!important
}

.light-mode .loading span,.light-mode .loading-picture {
    background-image: -o-linear-gradient(10deg,#fff 3%,#e9e9e9 48%,#fff 83%);
    background-image: linear-gradient(80deg,#fff 3%,#e9e9e9 48%,#fff 83%);
    border: 1.5px solid rgb(230 230 230 / 50%)
}

.light-mode .messages .you div>div {
    background: #f1f2f6
}

.modal:not(.modal-dark) *,.modal:not(.modal-dark) .form-control {
    color: #fff!important
}

@media (min-width: 1300px) {
    .theme-megamenu-area.theme-megamenu-area-container,.container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1300px
    }
}

@media (max-width: 1300px) {
    .loading-picture,.you img.rounded-circle,.me img.rounded-circle {
        width:45px;
        height: 45px
    }

    .theme-card-box-bottom .text-14 {
        font-size: 12px
    }

    .story-active,.story-watched {
        width: 100px;
        height: 100px
    }

    .story-active::before {
        width: 100px;
        height: 100px
    }

    .story-watched::before {
        width: 100px;
        height: 100px
    }

    .story img {
        width: 90px;
        height: 90px
    }

    .story span {
        font-size: 14px;
        line-height: 20px
    }

    main .text-36 {
        font-size: 24px
    }

    main .text-24 {
        font-size: 20px
    }

    header .text-20,main .text-20 {
        font-size: 18px;
        line-height: 20px
    }

    header .text-18,main .text-18 {
        font-size: 16px;
        line-height: 18px
    }

    header .text-16,main .text-16 {
        font-size: 14px;
        line-height: 16px
    }

    header .fa-2x {
        font-size: 1.5em
    }

    .text-40 {
        font-size: 30px
    }

    .btn.w7 {
        font-weight: 500
    }
}

@media (max-width: 992px) {
    .logopay {
        width:100%
    }

    .mh-800 {
        min-height: 400px
    }

    ul.message-list {
        max-height: calc(93px * 3);
        overflow-y: scroll;
        margin-bottom: 60px
    }

    .messages {
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .owl-streamer .owl-stage-outer::before,.owl-streamer .owl-stage-outer::after {
        width: 80px
    }

    .story li {
        margin-right: 40px
    }

    .story {
        padding-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto
    }

    .story::-webkit-scrollbar {
        height: 4px
    }

    .game,.game img {
        max-width: 500px;
        width: 100%!important;
        margin-left: auto;
        margin-right: auto
    }

    .game::before {
        width: auto!important
    }

    .score,.score img {
        height: unset
    }

    .banner_1 img {
        height: auto
    }

    /*
    .banner_2 img {
        height: auto
    }
    */

    .banner_2 .theme-card-bottom {
        font-size: 18px
    }

    .theme-card-center p {
        font-size: 25px;
        line-height: 30px
    }

    .ob-none {
        -o-object-fit: unset;
        object-fit: unset
    }
}

@media (max-width: 576px) {
    .logopay {
        width:100%
    }

    .prevStory i {
        left: .3em
    }

    .nextStory i {
        right: .3em
    }

    .basket-success-ico {
        width: 150px;
        height: 150px
    }

    .step::before {
        width: 170%
    }

    .theme-card-box::after {
        font-size: 14px;
        width: 25px;
        height: 25px
    }

    .story li {
        margin-right: 20px
    }

    .story-active,.story-watched {
        width: 75px;
        height: 75px
    }

    .story-active::before {
        width: 76px;
        height: 76px
    }

    .story-watched::before {
        width: 76px;
        height: 76px
    }

    .story img {
        width: 70px;
        height: 70px
    }

    .story span {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600
    }

    .owl-blog-mega img {
        min-height: 300px;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

    .to-up {
        bottom: 1.5em;
        right: 1.2em
    }

    .game-get {
        display: block
    }

    .game-get>* {
        margin-top: .25em;
        margin-bottom: .25em;
        border-radius: 25px!important;
        width: 100%!important;
        text-align: center
    }

    .basket .basket-count {
        width: 20px;
        height: 20px
    }

    .text-40 {
        font-size: 20px
    }
}

@media (max-width: 400px) {
    .ti.ti-30 {
        width:20px;
        height: 20px;
        margin: 0
    }

    .basket .basket-count {
        width: 15px;
        height: 15px
    }

    .basket .basket-count {
        font-size: 9px
    }

    .step::before {
        width: 150%
    }

    .loading span {
        width: 150px;
        height: 75px
    }

    .logopay {
        width: 100%
    }
}

.logopay {
    display: block;
    width: 100%;
    padding-top: 18px;
    margin: 0 auto
}

.logopay ul {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-evenly
}

.logopay ul li {
    display: block;
    float: right
}

.logopay ul li img {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 5px
}

@media only screen and (max-width: 320px) {
    .logopay {
        width:100%
    }

    .breadcrumb {
        font-size: 13px
    }

    .mobile-blog-bread {
        display: none
    }

    .content_title {
        font-size: 26px!important
    }

    .detay_title {
        font-size: 26px!important
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .logopay {
        width:100%
    }

    .breadcrumb {
        font-size: 13px
    }

    .mobile-blog-bread {
        display: none
    }

    .content_title {
        font-size: 26px!important
    }

    .detay_title {
        font-size: 26px!important
    }
}

@media only screen and (min-width: 480px) and (max-width:768px) {
    .logopay {
        width:100%
    }

    .breadcrumb {
        font-size: 13px
    }

    .mobile-blog-bread {
        display: none
    }

    .content_title {
        font-size: 26px!important
    }

    .detay_title {
        font-size: 26px!important
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .logopay {
        width:100%
    }

    .breadcrumb {
        font-size: 13px
    }

    .mobile-blog-bread {
        display: none
    }

    .content_title {
        font-size: 26px!important
    }

    .detay_title {
        font-size: 26px!important
    }
}

div.blog-tags {
    font-size: 0
}

div.blog-tags a.tag {
    display: inline-block;
    vertical-align: middle;
    background-color: #fa195f;
    border: 1px solid #ef3870;
    border-radius: 8px;
    margin-right: 8px;
    padding: 0 18px;
    font-family: "Poppins";
    font-size: 13px;
    color: #fff;
    height: 36px;
    line-height: 33px;
    transition-duration: 0.5s;
    margin-bottom: 8px
}

div.blog-tags a.tag:hover {
    background-color: #f26590;
    color: #fff;
    border-color: #f26590
}

.blog-content p {
    font-size: 20px
}

.g-recaptcha {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: column
}

.kurumsal {
    display: none
}

.form-control:disabled,.form-control[readonly] {
    background-color: #1d232f!important
}

.swal2-icon.swal2-warning {
    font-size: 20px!important
}

.modal-dialog {
    max-width: 550px!important
}

.fab.fa-tiktok {
    background: url(../img/tiktok-brands.svg) no-repeat;
    width: 22px;
    height: 25px
}

div.form-image {
    margin-top: 15px;
    padding: 20px 0;
    margin-bottom: 15px;
    font-size: 0
}

div.form-image div.nft-details {
    display: inline-block;
    vertical-align: middle
}

div.form-image div.nft-details div.section-title {
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #A2B0E2
}

div.form-image div.nft-details div.section-desc {
    font-family: 'Poppins',sans-serif;
    font-size: 11px;
    color: #A2B0E2;
    margin: 8px 0 12px
}

div.form-image div.nft-details div.section-file input {
    display: none
}

div.form-image div.nft-details div.section-file label.image {
    cursor: pointer;
    height: 48px;
    line-height: 52px;
    padding: 0 10px;
    background: #1ED6FF;
    box-shadow: 0 4px 8px rgb(111 234 159 / 20%);
    border-radius: 8px;
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    color: #1D2B5D;
    transition-duration: 0.5s
}

.section-file {
    display: block;
    text-align: center
}

div.form-image figure.nft-image {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

div.form-image figure.nft-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

div.form-image input {
    display: none
}

div.metin {
    width: 400px;
    height: auto;
    overflow: hidden;
    background: rgba(0,0,0,.7);
    position: fixed;
    left: 20px;
    bottom: 20px;
    padding: 7px;
    border-radius: 3px;
    z-index: 9;
    display: none;
    padding: 20px;
}

div.metin > p {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}

div.metin a {
    display: inline-block;
    text-decoration: underline;
    outline: none;
    color: #fff;
}

div.metin > span.kapats {
    display: block;
    float: right;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.ti.ti-trophy {
    background-image: url(../img/ico/hammer.png);
    width: 30px;
    height: 30px;
}

.light-mode .ti.ti-trophy.ti-dark {
    background-image: url(../img/ico/hammer-dark.png);
    width: 30px;
    height: 30px;
}

.dark-mode .bg-dark {
    background: #19232e !important;
    border-radius: 5px;
}

div.nft-countdown {
    border: 2px solid #1A283D;
    border-radius: 14px;
    margin-bottom: 15px
}

div.nft-countdown div.section-title {
    background-color: #1E2E46;
    padding: 20px;
    font-size: 16px;
    color: #75849b;
    border-radius: 12px 12px 0px 0px;
    text-align: center
}

div.nft-countdown div.section-content {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden;
}

div.nft-countdown div.section-content div.section-counter {
    font-size: 0;
    width: 25%;
    float: left;
    text-align: center;
}

div.nft-countdown div.section-content div.section-counter div.block {
    display: inline-block;
    vertical-align: middle;
    /* width: 25%; */
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    letter-spacing: -0.04em;
    text-align: center;
    position: relative
}

div.nft-countdown div.section-content div.section-counter div.block:last-child:after {
    display: none
}

div.nft-countdown div.section-content div.section-counter div.block:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: 0;
    width: 2px;
    height: 42px;
    background: linear-gradient(180deg, rgba(26, 40, 61, 0) 0%, #1A283D 100%)
}

div.nft-countdown div.section-content div.section-counter div.block span {
    display: block;
    font-size: 20px;
    color: #75849b;
    text-align: center;
}

div.nft-countdown div.section-content div.section-counter div.block div.smalltext {
    font-size: 13px;
    color: #75849b;
}

.verify {
    background: linear-gradient(90deg,rgba(235,122,68,1) 0%,rgba(242,160,60,1) 50%,rgba(250,201,52,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.verify i {
    font-size: 17px;
    color: #fff;
}

.light-mode textarea.bg-dark-light-2, .light-mode textarea.bg-dark-light-2:focus {
    background-color: #1d232f!important
}

.ribbon.ribbon-primary span {
    background-color: #ff195f!important
}

.ribbon.ribbon-primary span:before {
    border-left-color: #107636;
    border-top-color: #107636
}

.ribbon.ribbon-primary span:after {
    border-right-color: #107636;
    border-top-color: #107636
}

.ribbon.ribbon-secondary span {
    background-color: #6c757d!important
}

.ribbon.ribbon-secondary span:before {
    border-left-color: #545b62;
    border-top-color: #545b62
}

.ribbon.ribbon-secondary span:after {
    border-right-color: #545b62;
    border-top-color: #545b62
}

.ribbon.ribbon-success span {
    background-color: #ff3a6f!important
}

.ribbon.ribbon-success span:before {
    border-left-color: #25a06e;
    border-top-color: #25a06e
}

.ribbon.ribbon-success span:after {
    border-right-color: #25a06e;
    border-top-color: #25a06e
}

.ribbon.ribbon-info span {
    background-color: #17a2b8!important
}

.ribbon.ribbon-info span:before {
    border-left-color: #117a8b;
    border-top-color: #117a8b
}

.ribbon.ribbon-info span:after {
    border-right-color: #117a8b;
    border-top-color: #117a8b
}

.ribbon.ribbon-warning span {
    background-color: #ff195f!important;
}

.ribbon.ribbon-warning span:before {
    border-left-color: #ff195f;
    border-top-color: #ff195f;
}

.ribbon.ribbon-warning span:after {
    border-right-color: #ff195f;
    border-top-color: #ff195f;
}

.ribbon.ribbon-danger span {
    background-color: #e43f52!important
}

.ribbon.ribbon-danger span:before {
    border-left-color: #d21e32;
    border-top-color: #d21e32
}

.ribbon.ribbon-danger span:after {
    border-right-color: #d21e32;
    border-top-color: #d21e32
}

.ribbon.ribbon-light span {
    background-color: #f8f9fa!important
}

.ribbon.ribbon-light span:before {
    border-left-color: #dae0e5;
    border-top-color: #dae0e5
}

.ribbon.ribbon-light span:after {
    border-right-color: #dae0e5;
    border-top-color: #dae0e5
}

.ribbon.ribbon-dark span {
    background-color: #212529!important
}

.ribbon.ribbon-dark span:before {
    border-left-color: #0a0c0d;
    border-top-color: #0a0c0d
}

.ribbon.ribbon-dark span:after {
    border-right-color: #0a0c0d;
    border-top-color: #0a0c0d
}

.ribbon.ribbon-footer span {
    background-color: #202942!important
}

.ribbon.ribbon-footer span:before {
    border-left-color: #0f1420;
    border-top-color: #0f1420
}

.ribbon.ribbon-footer span:after {
    border-right-color: #0f1420;
    border-top-color: #0f1420
}

.ribbon.ribbon-muted span {
    background-color: #8492a6!important
}

.ribbon.ribbon-muted span:before {
    border-left-color: #68788f;
    border-top-color: #68788f
}

.ribbon.ribbon-muted span:after {
    border-right-color: #68788f;
    border-top-color: #68788f
}

.ribbon {
    position: absolute;
    top: 0px;
    width: 75px;
    height: 75px;
    z-index: 9
}

.ribbon.ribbon-right {
    right: 20px
}

.ribbon.ribbon-right span {
    right: -23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon.ribbon-left {
    left: -5px
}

.ribbon.ribbon-left span {
    left: -21px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon span {
    position: absolute;
    top: 18px;
    width: 100px;
    color: #fff
}

.ribbon span:after,.ribbon span:before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border: 3px solid transparent
}

.ribbon span:before {
    left: 0
}

.ribbon span:after {
    right: 0
}

.relative {
    position: relative;
}

.relative .theme-card-box:hover {
    bottom: 0em !important;
}

.relative:hover .theme-card-box::after {
    bottom: 10px !important;
    right: 10px !important;
}

.light_logo {
    display: none;
}

.dark_logo {
    display: none;
}

div.leftBanner {
    position: fixed;
    left: 0;
    top: 0;
    padding-right: 10px;
    max-width: 250px;
}

div.leftBanner img {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

div.rightBanner {
    position: fixed;
    right: 0;
    top: 0;
    padding-left: 10px;
    max-width: 250px;
}

div.rightBanner img {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

@media only screen and (max-width: 320px) {
    div.col-md-6.cekilis {
        width: 100% !important;
    }

    div.metin {
        width: 100%;
        left: 0;
        z-index: 9999
    }

    div.rightBanner {
        display: none !important;
    }

    div.leftBanner {
        display: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    div.col-md-6.cekilis {
        width: 100% !important;
    }

    div.metin {
        width: 100%;
        left: 0;
        z-index: 9999
    }

    div.rightBanner {
        display: none !important;
    }

    div.leftBanner {
        display: none !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    div.col-md-6.cekilis {
        width: 100% !important;
    }

    div.metin {
        width: 100%;
        left: 0;
        z-index: 9999
    }

    div.rightBanner {
        display: none !important;
    }

    div.leftBanner {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    div.col-md-6.cekilis {
        width: 100% !important;
    }

    div.metin {
        width: 100%;
        left: 0;
        z-index: 9999
    }

    div.rightBanner {
        display: none !important;
    }

    div.leftBanner {
        display: none !important;
    }
}

.private_title {
    background: #222;
    background: -moz-linear-gradient(180deg, #2f3441 0, #222 22%, #222326 100%);
    background: -webkit-linear-gradient(217deg, #10171f 0, #1a232e 22%, #19212b 100%);
    padding: 25px;
    font-size: 25px;
    border-radius: 5px;
}

.private_css {
    height: auto !important;
    position: inherit !important;
    padding-bottom: 0 !important;
}

.private_css.theme-card-box::before {
    content: none !important;
}

.private_css.theme-card-box {
    background: #202023;
    background: -moz-linear-gradient(16deg, #202023 0, #444651 100%);
    background: -webkit-linear-gradient(16deg, #202023 0, #444651 100%);
    background: linear-gradient(180deg, #10171f 0, #1a232e 100%);
    border-radius: 5px;
}

.private_css.theme-card-box > img {
    height: 200px !important;
}

.private_css .tdot {
    font-size: 14px;
    font-weight: 500 !important;
}

.private_css .tdot2 {
    font-size: 20px;
}

img.rating {
    display: inline-block;
    float: left;
    margin-right: 3px !important;
    width: 12px;
    height: 12px;
    margin: 15px 0;
}

span.comment_count {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 42px;
}

.private_css_list_price {
    color: #8b8b8b!important;
}
.light-mode .private_title {background: #f1f2f6;background: -moz-linear-gradient(180deg, #2f3441 0, #222 22%, #222326 100%);background: -webkit-linear-gradient(217deg, #f1f2f6 0, #ffffff 22%, #ffffff 100%);}