@keyframes slick-fade {
    0% {opacity:0;}
    66% {opacity:0;}
    100% {opacity:1;}
}

.esports-ad-holder {
    position: relative;
    z-index: 9;
    padding: 0 42px;
}

.esports-ad-holder.mobile {
    display: none;
}

.esports-ad-holder-side {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.esports-ad-holder-side.unstick {
    position: absolute;
    height: 526px;
}

.esports-ad-holder-side.abs {
    position: absolute;
    top: 0;
}

.esports-ad-holder-side.abs .esports-ad.left,
.esports-ad-holder-side.abs .esports-ad.right {
    top: 106px;
}

body.single .esports-ad-holder-side.abs .esports-ad.right,
body.single .esports-ad-holder-side.abs .esports-ad.left {
    top: 36px;
} 

.esports-ad-holder.parallax-container {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    box-sizing: content-box;
}

.esports-ad-holder .parallax-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    clip: rect(auto,auto,auto,auto);
}

.esports-ad-holder .parallax-abs a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esports-ad-holder .parallax-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateZ(0);
}

.esports-ad.left,
.esports-ad.right {
    position: absolute;
    width: 187px !important;
    height: 526px;
    top: 39px;
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: all;
}

.esports-ad.left {
    margin-left: -600px;
}

.esports-ad.right {
    margin-left: 413px;
}

.esports-ad.left img,
.esports-ad.right img {
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
}

.esports-ad.left a,
.esports-ad.right a {
    width: 100%;
    height: 100%;
}

.esports-ad {
    position: relative;
    max-width: 1214px;
    background-size: cover;
    background-position: center;
    margin: 50px auto 10px;
}

.esports-ad.game {
    margin-top: 10px;
}

.esports-ad .ad-label,
.takeover-banner-top .ad-label {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 20px !important;
    height: 20px !important;
}

.takeover-banner .ad-label {
    position: absolute;
    top: 12px;
    right: 12px;
}

.ggbet-ad {
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-weight: 500;
    background-image: url(../img/bg-large.jpg);
    animation: slick-fade 1s ease;
}

.ggbet-ad.dota {
    background-image: url(../img/bg-dota-large.jpg);
}

.ggbet-ad:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 15%);
    z-index: -1;
}

.ggbet-ad .logo {
    margin: 0 28px 0 24px;
    z-index: 9;
}

.ggbet-ad > .btn {
    display: none !important;
}

.ggbet-ad .slider-holder {
    max-width: 68%;
    padding: 0 49px;
    margin: 0 36px 0 44px;
}

.ggbet-ad .slider {
    display: flex;
    padding-bottom: 16px;
}

.ggbet-ad .match {
    text-align: center;
}

.ggbet-ad .match-info {
    display: flex !important;
    justify-content: space-between;
}

.ggbet-ad .tournament {
    display: inline-block;
    font-family: Rajdhani, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    background: #f84808;
    border-radius: 0 0 12px 12px;
    padding: 6px 49px 5px;
    margin-bottom: 8px;
}

.ggbet-ad .trunc {
    display: none;
}

.ggbet-ad .team-holder {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #1c1919;
    border-radius: 4px;
    overflow: hidden;
    min-height: 61px;
    width: 287px;
}

.ggbet-ad .team-name {
    line-height: 19px;
    text-align: left;
    padding-right: 10px;
}

.ggbet-ad .team-img {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 8px 0 18px;
    flex-shrink: 0;
    background: #fff;
}

.ggbet-ad .team-img path {
    fill: #1c1919;
}

.ggbet-ad .team-img img,
.ggbet-ad .team-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 21px;
    max-height: 21px;
    object-fit: contain;
}

.ggbet-ad .team-img svg {
    left: 20px;
}

.ggbet-ad .odds {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 48px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #f86d08;
    background: #331d17;
    margin: 0 8px 0 auto;
    padding: 0 24px;
    border-radius: 2px;
}

.ggbet-ad .start {
    align-self: center;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin: 0 10px;
}

.ggbet-ad .date {
    position: relative;
    margin-bottom: 13px;
}

.ggbet-ad .date:after {
    content: '';
    width: 63px;
    height: 2px;
    background: #8a2e0c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.ggbet-ad .timestamp {
    display: none;
}

.ggbet-ad .btn {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #f84808;
    transition: all 0.2s ease-in-out;
}

.ggbet-ad .team-holder:hover .btn {
    opacity: 1;
}

.ggbet-ad .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% + 11px);
    left: -53px;
    transform: translate(0,-50%);
    width: 25px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: 0;
    border: none;
    background: 0 0;
}

.ggbet-ad .slick-next {
    left: unset;
    right: -52px;
    transform: translate(0,-50%) rotate(180deg);
}

.ggbet-ad .slick-prev:before,
.ggbet-ad .slick-next:before {
    content: url(../img/arrow.svg);
    position: relative;
    left: -2px;
}

.ggbet-ad-holder.in-text .ggbet-ad {
    margin: 25px 0;
    background-image: url(../img/bg-medium.jpg);
}

.ggbet-ad-holder.in-text .ggbet-ad.dota {
    background-image: url(../img/bg-dota-medium.jpg);
}

.ggbet-ad-holder.in-text {
    padding: 0;
}

.widget.esports-net-ggbet-ads .widget-title {
    display: none;
}

.esports-ad.ggbet-ad.game {
    border: 1px solid #444;
}

#sidebar .ggbet-ad-holder {
    padding: 0;
}

#sidebar .ggbet-ad {
    display: block;
    text-align: center;
    background-image: url(../img/bg-small.jpg);
    padding: 0 0 9px;
    margin: 40px auto 48px;
}

#sidebar .ggbet-ad.dota {
    background-image: url(../img/bg-dota-small.jpg);
}

#sidebar .ggbet-ad .logo {
    display: inline-block;
    margin: 10px 0 -4px;
    height: 38px;
}

#sidebar .ggbet-ad .logo img {
    width: 146px;
}

#sidebar .ggbet-ad > svg {
    display: none;
}

#sidebar .ggbet-ad .slider-holder {
    max-width: unset;
    padding: 0;
    margin: 0 16px;
}

#sidebar .ggbet-ad .slider {
    padding-bottom: 7px;
}

#sidebar .ggbet-ad .slick-list {
    padding: 0 5px;
}

#sidebar .ggbet-ad .tournament {
    display: none;
    font-size: 18px;
    line-height: 21px;
    background: none;
    padding: 0;
    margin-bottom: 6px;
}

#sidebar .ggbet-ad .trunc {
    display: block;
}

#sidebar .ggbet-ad .match {
    max-width: 100%;
}

#sidebar .ggbet-ad .match-info {
    position: relative;
}

#sidebar .ggbet-ad .team-holder {
    display: block;
    background: transparent;
    margin: 37px 10px 0;
}

#sidebar .ggbet-ad .team-img {
    width: 41px;
    height: 41px;
    margin: 0 auto -20px;
}

#sidebar .ggbet-ad .team-img img,
#sidebar .ggbet-ad .team-img svg {
    max-width: 22px;
    max-height: 22px;
}

#sidebar .ggbet-ad .team-img svg {
    left: 20px;
}

#sidebar .ggbet-ad .team-name {
    font-size: 16px;
    text-align: center;
    background: #1c1919;
    padding: 24px 0 48px;
    border-radius: 4px;
}

#sidebar .ggbet-ad .odds {
    position: absolute;
    width: calc(100% - 8px);
    height: 36px;
    bottom: 4px;
    left: 4px;
    font-size: 16px;
    margin: 0;
}

#sidebar .ggbet-ad .start {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    margin: 0;
}

#sidebar .ggbet-ad .date {
    margin-bottom: 3px;
}

#sidebar .ggbet-ad .date:after {
    bottom: -2px;
}

#sidebar .ggbet-ad .btn {
    display: none;
}

#sidebar .ggbet-ad > .btn {
    display: block !important;
    opacity: 1;
    position: static;
    width: unset;
    border-radius: 4px;
    text-decoration: none;
    padding: 7.5px;
    margin: 0 8px 0;
    transition: all 0.25s ease-in-out;
}

#sidebar .ggbet-ad > .btn:hover {
    transform: translate3d(0,0,0) scale(1.02);
}

#sidebar .ggbet-ad .slick-arrow {
    top: unset;
    bottom: 50px;
    left: -13px;
    z-index: 9;
}

#sidebar .ggbet-ad .slick-next {
    left: unset;
    right: -13px;
}

#sidebar .esports-ad-holder {
    padding: 0;
}

#sidebar .esports-ad {
    margin: 40px auto 48px;
}

.esports-ad.img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    width: 100%;
}

.esports-ad.img .main {
    width: auto;
}

.esports-ad.img.top {
    height: 180px;
}

.esports-ad.img.top img {
    max-height: 180px;
}

.esports-ad.img.game {
    height: 118px;
    background: #2f313b;
}

.esports-ad.img.game img {
    max-height: 118px;
}

.esports-ad.img.hp {
    height: 270px;
}

.esports-ad.img.hp img {
    max-height: 270px;
}

#sidebar .esports-ad.img {
    height: 354px;
    max-width: 354px;
}

#sidebar .esports-ad.img img {
    max-height: 354px;
}

.esports-ad-central-top .no-title,
.esports-ad-central-bottom .no-title {
    display: none;
}

.col-content-custom .esports-ad-holder,
#content .esports-ad-holder {
    padding: 0;
}

.col-content-custom .esports-ad,
#content .esports-ad {
    margin: 25px 0;
}

.home #content .esports-ad {
    margin-bottom: 35px;
}

.takeover-banner {
    width: 100%;
    height: 100%;
    background: #000 center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.takeover-banner-top {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1300px;
    max-width: 100%;
    z-index: 9;
}

/* Dark theme styles */
.dark-theme .esports-ad.img {
    background: #2f313b;
}

.dark-theme .esports-ad-holder-side {
    background: #1f2128;
}

/* Responsive styles */
@media only screen and (max-width: 1599px) {
    .takeover-banner {
        background: none !important;
    }
}

@media only screen and (max-width: 1300px) {
    .esports-ad-holder-side { 
        display: block;
    }

    .ggbet-ad .slider-holder {
        max-width: 69%;
        padding: 0 42px;
    }

    .ggbet-ad .slick-list {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 1150px) {
    .ggbet-ad .odds {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 769px) {
    .ggbet-ad-holder.in-text .ggbet-ad {
        padding-bottom: 10px;
    }

    .ggbet-ad-holder.in-text .ggbet-ad > svg {
        display: none;
    }

    .ggbet-ad-holder.in-text .logo {
        position: absolute;
        top: 27px;
        margin: 0 17px;
    }

    .ggbet-ad-holder.in-text .logo img {
        width: 180px;
    }

    .ggbet-ad-holder.in-text .slider-holder {
        max-width: 100%;
        margin: 0;
        padding: 0 16px 0 18px;
    }

    .ggbet-ad-holder.in-text .slider {
        padding: 0;
    }

    .ggbet-ad-holder.in-text .match {
        display: flex;
        align-items: center;
    }

    .ggbet-ad-holder.in-text .match-info {
        width: 100%;
        align-items: center;
        padding: 0 26px 0 6.7%;
    }

    .ggbet-ad-holder.in-text .tournament {
        width: 28.3%;
        flex-shrink: 0;
        font-size: 18px;
        text-align: left;
        background: transparent;
        padding: 0;
        margin-top: 77px;
    }

    .ggbet-ad-holder.in-text .team-holder {
        display: block;
        width: 178px;
        background: transparent;
        min-height: unset;
        margin-top: 10px;
    }

    .ggbet-ad-holder.in-text .team-img {
        width: 35px;
        height: 35px;
        margin: 0 auto -11px;
    }

    .ggbet-ad-holder.in-text .team-img img {
        max-width: 18px;
        max-height: 18px;
    }

    .ggbet-ad-holder.in-text .team-img svg {
        left: 17px;
    }

    .ggbet-ad-holder.in-text .dota .team-img svg {
        left: 16px;
    }

    .ggbet-ad-holder.in-text .team-name {
        font-size: 16px;
        text-align: center;
        background: #1c1919;
        padding: 17px 0 43px;
        border-radius: 4px;
    }

    .ggbet-ad-holder.in-text .odds {
        position: absolute;
        height: 34px;
        width: calc(100% - 8px);
        left: 4px;
        bottom: 4px;
    }

    .ggbet-ad-holder.in-text .btn {
        width: calc(100% + 8px);
        height: 38px;
        top: unset;
        bottom: -4px;
        left: -4px;
        border-radius: 4px;
    }

    .ggbet-ad-holder.in-text .start {
        align-self: end;
        font-size: 14px;
        margin-bottom: 11px;
    }

    .ggbet-ad-holder.in-text .date {
        margin-bottom: 11px;
    }

    .ggbet-ad-holder.in-text .date:after {
        bottom: -6px;
    }

    .ggbet-ad-holder.in-text .slick-arrow {
        top: calc(50% + 5px);
    }

    .ggbet-ad-holder.in-text .slick-prev {
        left: 29%;
        z-index: 999;
    }

    .ggbet-ad-holder.in-text .slick-next {
        right: -6px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
    .ggbet-ad-holder.in-text .team-holder {
        width: 144px;
    }
}

@media only screen and (max-width: 1024px) {
    .esports-ad-holder {
        padding: 0 27px;
    }
}

@media only screen and (max-width: 991px) {
    .esports-ad-holder {
        padding: 0 12px;
    }

    .ggbet-ad .slider-holder {
        max-width: 71%;
        padding: 0 12px;
        margin: 0 18px;
    }

    .ggbet-ad .logo {
        margin: 0 13px;
    }

    .ggbet-ad .team-img {
        margin-left: 0;
    }

    .ggbet-ad .team-name {
        font-size: 16px;
    }

    .ggbet-ad .odds {
        font-size: 16px;
        margin: 0 0 0 auto;
    }

    .ggbet-ad .start {
        font-size: 14px;
        margin: 0 16px;
    }

    .ggbet-ad .date {
        margin-bottom: 3px;
    }

    .ggbet-ad .date:after {
        bottom: -2px;
    }

    .ggbet-ad .slick-arrow {
        left: -29px;
    }

    .ggbet-ad .slick-next {
        left: unset;
        right: -27px;
    }
}

@media only screen and (max-width: 800px) {
    .ggbet-ad .odds {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 768px) {
    .ggbet-ad-holder {
        padding: 0 12px;
    }

    .ggbet-ad {
        display: block;
        text-align: center;
        padding: 0 5% 9px;
    }

    .ggbet-ad .logo {
        display: inline-block;
        margin: 10px 0 -4px;
        height: 38px;
    }

    .ggbet-ad .logo img {
        width: 146px;
    }

    .ggbet-ad > svg {
        display: none;
    }

    .ggbet-ad .slider-holder {
        max-width: unset;
        padding: 0;
        margin: 0 16px;
    }

    .ggbet-ad .slider {
        padding-bottom: 7px;
    }

    .ggbet-ad .tournament {
        font-size: 18px;
        line-height: 21px;
        background: none;
        padding: 0;
        margin-bottom: 6px;
    }

    .ggbet-ad .match {
        max-width: 100%;
    }

    .ggbet-ad .match-info {
        position: relative;
    }

    .ggbet-ad .team-holder {
        display: block;
        background: transparent;
        margin: 37px 10px 0;
    }

    .ggbet-ad .team-img {
        width: 41px;
        height: 41px;
        margin: 0 auto -20px;
    }

    .ggbet-ad .team-img img,
    .ggbet-ad .team-img svg {
        max-width: 22px;
        max-height: 22px;
    }

    .ggbet-ad .team-img svg {
        left: 20px;
    }

    .ggbet-ad.dota .team-img svg {
        left: 19px;
    }

    .ggbet-ad .team-name {
        text-align: center;
        background: #1c1919;
        padding: 24px 0 48px;
        border-radius: 4px;
    }

    .ggbet-ad .odds {
        position: absolute;
        width: calc(100% - 8px);
        height: 36px;
        bottom: 4px;
        left: 4px;
        margin: 0;
    }

    .ggbet-ad .start {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .ggbet-ad .btn {
        display: none;
    }

    .ggbet-ad > .btn {
        display: block !important;
        opacity: 1;
        position: static;
        width: unset;
        border-radius: 4px;
        text-decoration: none;
        padding: 7.5px;
        margin: 0 8px 0;
        transition: all 0.25s ease-in-out;
    }

    .ggbet-ad > .btn:hover {
        transform: translate3d(0,0,0) scale(1.02);
    }

    .ggbet-ad .slick-arrow {
        top: unset;
        bottom: 50px;
        left: -13px;
        z-index: 9;
    }

    .ggbet-ad .slick-next {
        left: unset;
        right: -13px;
    }
}

@media only screen and (max-width: 479px) {
    .takeover-banner-top,
    .esports-ad-holder.desktop {
        display: none;
    }

    .esports-ad-holder.mobile {
        display: block;
    }

    #header + .ggbet-ad-holder .ggbet-ad {
        margin-top: 15px;
    }

    #header + .main-heading + .ggbet-ad-holder .ggbet-ad {
        margin: 15px auto 0;
    }

    .ggbet-ad {
        background-image: url(../img/bg-small.jpg);
    }

    .ggbet-ad.dota {
        background-image: url(../img/bg-dota-small.jpg);
    }

    .ggbet-ad .tournament {
        display: none;
    }

    .ggbet-ad .trunc {
        display: block;
    }
}

@media only screen and (max-width: 450px) {
    .ggbet-ad {
        padding: 0 0 9px;
    }
}


.cube-wrapper {
    position: relative;
    perspective: 1000px;
    width: 150px;
    height: 170px;
    margin: 0 auto;
}

.cube-wrapper .cube {
    width: 150px;
    height: 150px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    animation: rotateCube 20s infinite linear;
    animation-play-state: running;
}

.cube-wrapper .cube .cube-face {
    position: absolute;
    width: 150px;
    height: 150px;
    backface-visibility: hidden;
}

.cube-wrapper .cube .cube-face:nth-child(1) {
    transform: rotateY(0deg) translateZ(75px);
}

.cube-wrapper .cube .cube-face:nth-child(2) {
    transform: rotateY(90deg) translateZ(75px);
}

.cube-wrapper .cube .cube-face:nth-child(3) {
    transform: rotateY(180deg) translateZ(75px);
}

.cube-wrapper .cube .cube-face:nth-child(4) {
    transform: rotateY(270deg) translateZ(75px);
}

.cube-wrapper .cube .main {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.cube-wrapper .cube .ad-label {
    position: absolute;
    top: 0;
    right: 0;
}

.cube-wrapper:hover .cube {
    animation-play-state: paused;
}

@keyframes rotateCube {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

.esports-ad.img1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.esports-ad-holder-side-cube {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.esports-ad-holder-side-cube.unstick {
    position: absolute;
    height: 526px;
}

.esports-ad-holder-side-cube.abs {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1300px) {
    .esports-ad-holder-side-cube {
        display: none;
    }
}

.esports-ad.left {
    margin-left: -600px;
}

.esports-ad.right {
    margin-left: 413px;
}

.esports-ad.left,
.esports-ad.right {
    position: absolute;
    width: 187px !important;
    height: 526px;
    top: 39px;
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: all;
}


