* {
    box-sizing: border-box;
}

.casino-special-t {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 20px;
    padding-bottom: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    --fixed-color: #ffbc00;
    --fixed-color-text: #fff;
}

.casino-special-t * {
    box-sizing: border-box;
}

.casino-special-t .fix-side {
    position: fixed;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.60);
    border: 1px solid var(--fixed-color);
    top: 50%;
    transform: translateY(-50%);
    height: 87%;
    background: #000000c2;
    width: 180px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.casino-special-t .fix-side.image {
    overflow: hidden;
    padding: 0px;
}

.casino-special-t .fix-side.image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.casino-special-t .fix-side.left {
    left: 40px;
}

.casino-special-t .fix-side.right {
    right: 40px;
}

.casino-special-t .fix-side .logo {
    height: 340px;
}

.casino-special-t .fix-side .logo img {
    margin-top: 80px;
    height: 70px;
    width: 330px;
    width: 300px;
    object-fit: contain;
    transform: rotate(-90deg);
}

.casino-special-t .fix-side .star {
    width: 100%;
}

.casino-special-t .fix-side .slide-text {
    margin: 40px 0 !important;
    height: 30px;
    color: #fff;
    text-align: center;
}

.casino-special-t .fix-side .slide-text .item-1,
.casino-special-t .fix-side .slide-text .item-2,
.casino-special-t .fix-side .slide-text .item-3 {
    top: 50%;
    line-height: 18px !important;
    font-size: 18px;
    transform: translateY(-50%);
}

.casino-special-t .fix-side .slogan h1 {
    color: var(--fixed-color);
    font-weight: 800;
    margin: 0px;
    font-size: 50px;
}

.casino-special-t .fix-side .slogan p {
    margin: 0px;
    font-size: 20px;
}

.casino-special-t .fix-side .down {
    height: 40px;
}

.casino-special-t .banners .col .item .vpn {
    background: red;
    color: #fff;
    position: absolute;
    right: -7px;
    bottom: -7px;
    font-size: 9px;
    border-radius: 30px;
    padding: 5px 5px;
    font-weight: bold;
}

.casino-special-t .banners .col .item .promocode {
    background: #009aff;
    color: #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    font-size: 11px;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: bold;
}

.casino-special-t .fix-side .button {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    background: var(--fixed-color);
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--fixed-color-text);
    background: #ffbc00;
    box-shadow: 0px 0px 20px #ffbc00;
    animation: boxShadowAnimate 1s infinite alternate;
}

.casino-special-t .container {
    width: 1300px;
    margin: 0 auto;
}

@media (max-width: 1680px) and (min-width: 1500px) {
    .casino-special-t .container {
        width: 1200px !important;
    }
}

@media (max-width: 1599px) and (min-width: 1300px) {
    .casino-special-t .container {
        width: 1100px !important;
    }
}

@media (max-width: 1499px) and (min-width: 1200px) {
    .casino-special-t .container {
        width: 800px !important;
    }
}

@media (max-width: 450px) {
    body .casino-special-t .banners .col .item.vip .crown-col {
        width: 30px;
        height: 30px;
    }

    body .casino-special-t .banners .col .item.vip .crown-col img {
        width: 20px !important;
    }

    .casino-special-t .banners .col .item .bottom {
        padding: 15px 10px !important;
    }

    .casino-special-t .banners .col .item .bottom .button {
        font-size: 8px !important;
        width: 100% !important;
        padding: 4px 2px !important;
    }
}

@media (min-height: 900px) {
    .casino-special-t .fix-side .logo img {
        margin-top: 160px;
    }
}

@media (max-height: 900px) {
    .casino-special-t .fix-side .star.two {
        display: none;
    }

    .casino-special-t .fix-side .logo img {
        margin-top: 160px;
        height: 80px;
    }
}

@media (max-height: 800px) {
    .casino-special-t .fix-side .logo img {
        margin-top: 185px;
        margin-bottom: 35px;
        height: 50px;
    }
}

@media (max-height: 700px) {
    .casino-special-t .fix-side .logo img {
        margin-top: 135px;
        margin-bottom: 35px;
        height: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 997px) {
    .casino-special-t .container {
        width: 600px !important;
    }
}

.casino-special-t .t-m {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}

.casino-special-t .t-m .logo img {
    width: 200px;
    margin-bottom: 10px;
}

.casino-special-t .t-m h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold !important;
    margin: 15px 0 10px 0;
}

.casino-special-t .footer-c {
    margin-top: 20px;
    display: flex;
    padding: 0 10px;
    width: 100%;
    justify-content: space-between;
}

.casino-special-t .footer-c .licence {
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
}

.casino-special-t .footer-c .licence img {
    margin-left: 10px;
    width: inherit !important;
    height: 40px;
    margin-top: -5px;
}

.casino-special-t .footer-c .cpyrght {
    display: flex;
    font-size: 11px;
    opacity: 0.5;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.casino-special-t .footer-c .cpyrght img {
    margin-left: 10px;
    width: inherit !important;
    height: 15px;
}

.casino-special-t .banners {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.casino-special-t .banners .col {
    width: 25%;
    padding: 8px;
}

@media (max-width: 1500px) {
    .casino-special-t .banners .col {
        width: 33.333%;
    }
}

@media (max-width: 1300px) {
    .casino-special-t .banners .col {
        width: 33.33333%;
        flex-basis: 33.33333%;
    }
}

.casino-special-t .banners .col .item.blank {
    display: flex;
    align-items: center;
    justify-content: center;
}

.casino-special-t .banners .col .item.blank .top {
    padding: 0px 40px;
}

.casino-special-t .banners .col .item {
    display: flex;
    color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.60);
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    display: flex;
    position: relative;
    text-decoration: none !important;
    border: 1px solid #9032b6 !important;
    transition: all 0.3s linear;
    cursor: pointer;
    height: 195px;
    background: linear-gradient(35deg, rgb(0 0 0 / 10%) 0%, rgb(121 57 249 / 40%) 100%);
}

.casino-special-t .banners .col .item:hover {
    z-index: 2;
    transform: scale(1.1);
}

.casino-special-t .banners .col .item.vip {
    position: relative;
    border-color: #f9ce56 !important;
}

.casino-special-t .banners .col .item.vip .vipsite {
    position: absolute;
    width: 60px;
    right: 0px;
    top: -25px;
    background: linear-gradient(35deg, rgb(0 0 0) 0%, rgb(59 19 19) 100%);
    border-radius: 100%;
    border: 3px solid #ffbc00;
}

.casino-special-t .banners .col .item.vip .crown-col {
    position: absolute;
    background: linear-gradient(111deg, rgba(249, 144, 33, 1) 0%, rgba(251, 190, 75, 1) 47%, rgba(249, 144, 33, 1) 100%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -15px;
}

.casino-special-t .banners .col .item.vip .crown-col img {
    width: 40px !important;
}

.casino-special-t .banners .col .item .top {
    padding: 20px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.casino-special-t .banners .col .item .top.animate img {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation: imgAnimate 5s infinite;
}

.casino-special-t .banners .col .item .top.animate .front-text {
    animation: textAnimate 5s infinite;
}

.casino-special-t .banners .col .item .top.animate .front-text span {
    animation: textOpacity 0.3s infinite alternate forwards;
}

@keyframes imgAnimate {
    0%, 8.3% {
        opacity: 0;
    }
    8.3%, 45% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

@keyframes textAnimate {
    0%, 50% {
        opacity: 0;
    }
    55%, 85% {
        opacity: 1;
    }
    98%, 100% {
        opacity: 0;
    }
}

@keyframes textOpacity {
    0%, 80% {
        opacity: 1;
    }
    90%, 100% {
        opacity: 0;
    }
}

.casino-special-t .banners .col .item .top.animate .front-text .code {
    background: #ffc100;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    width: 100px;
    margin: 0 auto;
}

.casino-special-t .banners .col .item .top.animate .front-text {
    width: 90%;
    height: 60px;
    top: 25px;
    border-radius: 10px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffc100;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media (min-width: 996px) {
    .visible-mobile {
        display: none;
    }

    .col.full .slide-text {
        height: 20px !important;
        margin-top: 10px !important;
    }

    .col.full .slide-text br {
        display: none !important;
    }
}

.slide-text {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}

.slide-text span {
    color: #ebcb07;
    font-weight: bold;
}

.slide-text .item-1,
.slide-text .item-2,
.slide-text .item-3 {
    position: absolute;
    height: 100%;
    display: block;
    font-weight: 600;
    top: 0px;
    width: 100%;
    left: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes anim-1 {
    0%, 8.3% {
        opacity: 0;
    }
    8.3%, 25% {
        opacity: 1;
    }
    33.33%, 100% {
        opacity: 0;
    }
}

@keyframes anim-2 {
    0%, 33.33% {
        opacity: 0;
    }
    41.63%, 58.29% {
        opacity: 1;
    }
    66.66%, 100% {
        opacity: 0;
    }
}

@keyframes anim-3 {
    0%, 66.66% {
        opacity: 0;
    }
    74.96%, 91.62% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.casino-special-t .banners .col .item.vip .top {
    padding-bottom: 10px;
}

.casino-special-t .banners .col .item .top img {
    width: 140px;
    height: 60px;
    object-fit: contain;
}

.casino-special-t .banners .col .item .bottom {
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.casino-special-t .banners .col .item .bottom .star {
    width: 70px;
    position: absolute;
    background: #29185c;
    border-radius: 100%;
    top: 20px
}

.casino-special-t .banners .col .item .bottom .star.left {
    left: 20px;
}

.casino-special-t .banners .col .item .bottom .star.right {
    right: 20px;
}

.casino-special-t .banners .col .item .bottom .button {
    padding: 7px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 2px solid #ffbc00;
    border-radius: 30px;
    font-size: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    box-shadow: 0px 0px 20px #ffbc00;
    animation: boxShadowAnimate 1s infinite alternate;
}

@keyframes boxShadowAnimate {
    from {
        opacity: 0;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1.02);
    }
}

.casino-special-t .social ul {
    margin: 0px;
    display: flex;
    padding: 0px !important;
}

.casino-special-t .social ul li {
    margin: 0 10px;
}

.casino-special-t .social ul li a {
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    justify-content: center;
    text-decoration: none !important;
    align-items: center;
    padding: 7px 10px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.3s linear;
}

.casino-special-t .social ul li a:hover {
    z-index: 2;
    transform: scale(1.1);
    background: linear-gradient(53deg, #a416f9 0%, #ffa300 100%);
}

.casino-special-t .social ul li a svg {
    width: 15px;
    margin-right: 5px;
    fill: #fff !important;
}

.casino-special-t .social ul li a svg path, .casino-special-t .social ul li a svg g {
    fill: #fff;
}

@media (max-width: 996px) {
    .casino-special-t .banners .col .item .bottom .star.left {
        left: -10px;
        width: 40px;
        top: -10px !important;
    }

    .casino-special-t .banners .col .item .bottom .star.right {
        display: none;
    }

    .visible-desktop {
        display: none;
    }

    .casino-special-t .banners .col .item .top.animate .front-text {
        font-size: 10px;
        padding: 0 10px;
        border-radius: 10px;
        height: 55px;
    }

    .casino-special-t .banners .col .item .top {
        padding: 7px !important;
    }

    .casino-special-t .banners .col .item .bottom {
        padding: 5px 10px !important;
    }

    .casino-special-t .banners .col .item {
        height: 170px;
    }

    .casino-special-t .banners .col .item h1 {
        font-size: 18px;
    }

    .slide-text p {
        font-size: 10px !important;
    }

    .casino-special-t .footer-c {
        flex-direction: column !important;
    }

    .casino-special-t .footer-c .cpyrght {
        margin-top: 15px;
    }

    .social {
        margin-top: -10px;
    }

    .casino-special-t .banners {
        margin-top: 0px;
    }

    .casino-special-t h1 {
        display: block;
    }

    .casino-special-t .social ul li a {
        font-size: 0px;
    }

    .casino-special-t .t-m .logo img {
        width: 75px !important;
    }

    .casino-special-t .social ul {
        margin: 0px !important;
        padding: 0px !important;
    }

    .casino-special-t .fix-side .star {
        display: none;
    }

    .casino-special-t .banners .col .item.vip .top {
        padding-bottom: 0px;
    }

    .banners .item .top img {
        width: 80px !important;
    }

    .banners .bottom .button {
        width: 100% !important;
    }

    .casino-special-t .fix-side .slide-text {
        display: none;
    }

    .banners .bottom .star {
        top: 10px !important;
    }

    .social ul {
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .social ul a {
        margin: 5px 0;
    }

    .casino-special-t {
        background-size: cover;
    }

    .casino-special-t .container {
        width: 100% !important;
        padding: 0px;
    }

    .casino-special-t .fix-side {
        position: relative;
        width: 100%;
        flex-direction: row;
        height: 100px;
        top: 0px;
        left: 0px !important;
        margin-bottom: 15px;
        right: 0px !important;
        transform: none;
    }

    .casino-special-t .fix-side.right {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .casino-special-t .fix-side .down {
        display: none;
    }

    .casino-special-t .fix-side .button {
        margin-left: 20px;
    }

    .casino-special-t .fix-side .star {
        height: 90px;
        width: inherit !important;
        object-fit: contain;
    }

    .casino-special-t .fix-side .star.two {
        display: none;
    }

    .casino-special-t .fix-side .slogan {
        display: none;
    }

    .casino-special-t .fix-side .logo {
        height: auto;
        margin: 0px;
    }

    .casino-special-t .fix-side .logo img {
        margin: 0px;
        transform: none;
        height: 40px;
        width: inherit !important;
    }
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    margin: 0px !important;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 100%;
    left: 0px;
    box-sizing: content-box;
}

.ticker-wrap .ticker:hover {
    animation-play-state: paused;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 15px !important;
    color: white;
}

.reklam-sol {
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.reklam-sag {
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.reklam-top {
    display: none;
}

.reklam-bottom{
    display: none;
}

@media (max-width: 1200px) {

    .reklam-sol {
        display: none;
    }

    .reklam-sag {
        display: none;
    }

    .reklam-top {
        display: block;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 9999;
        margin-bottom: 2000px;

    }

    .reklam-bottom {
        display: block;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 9999;
        margin-top: 2000px;
    }

    .logo {
        padding-top:60px;
    }

    .banners {
        padding-top: 80px;
    }
}
