/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Tobi Black';
    src: url('../fonts/tobi_black-webfont.eot');
    src: url('../fonts/tobi_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tobi_black-webfont.woff2') format('woff2'), url('../fonts/tobi_black-webfont.woff') format('woff'), url('../fonts/tobi_black-webfont.ttf') format('truetype'), url('../fonts/tobi_black-webfont.svg#tobi_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --yellow: #ffc21a;
    --fontSize16: 1.481481481481481vh;
    --fontSize24: 2.222222222222222vh;
    --fontSize32: 2.962962962962963vh;
    --fontSize36: 3.333333333333333vh;
    --textShadowMd: 0.2777777777777778vh;
}

.hidden {
    display: none !important;
}


.ld-active .wrapper-outer {
    overflow: hidden;   
}


/* .wrapper-outer{
    animation: wrapper-animation 2s;
} */

.ld-btn {
    display: block;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
}

.ld-btn-cta {
	font-family: 'Tobi Black';
	color: var(--yellow);
	font-size: var(--fontSize32);
	background: url('../img/cta.png') no-repeat;
	background-size: contain;
	width: 38.05555555555556vh;
	height: 9.8vh;
	padding-bottom: .9vh;
	text-shadow: 0 var(--textShadowMd) 0 #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	box-sizing: content-box;
}
.ld-btn-cta > span {
    pointer-events: none;
    position: relative;
}
.ld-btn-cta::before {
    content: '';
    opacity: 0;
    background: url('../img/cta_hover.png') no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.ld-btn-cta:hover::before {
    opacity: 1;
}

.ld-btn-cta .cta-text {
    top: 0px;
}

.ua-desktop .ld-btn-close:hover {
    -webkit-transform: scale(1.2) rotate(10deg);
        -ms-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg);
}
.ld-btn-close {
    background: url('../img/close.png') no-repeat;
    background-size: contain;
    width: 4.351851851851852vh;
    height: 4.444444444444444vh;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

.ld-link {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    z-index: 5;
    margin-top: 0.25rem;
    font-weight: bold;
    font-family: 'tobi_blackregular' !important;
}
.ld-link:hover {
    color: var(--yellow);
    text-decoration: underline;
}

@-webkit-keyframes ld {
    from {
        background-size: auto 70vh;
    }
    to {
        background-size: auto 94.44444444444444vh;
    }
}

@keyframes ld {
    from {
        background-size: auto 70vh;
    }
    to {
        background-size: auto 94.44444444444444vh;
    }
}
.legendary-dungeon {
	font-family: 'Tobi Black';
	color: var(--yellow);
	font-size: var(--fontSize16);
	text-transform: uppercase;
	position: fixed;
	background-color: rgba(28,21,45,.85);
	/* background-image: url('../img/hellevator/bg_2.png'); */
	background-position: 44% 58%;
	background-repeat: no-repeat;
	background-size: auto 99vh;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* animation: ld 1s; */
}

.ld-content {
    width: 87.96296296296296vh; /* 950px */
    position: relative;
}

.ld-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.ld-logo {
	height: auto;
	margin: 0 auto -4vmin;
	position: relative;
	width: 44vmin;
	transform: translateY(-1%);
}

@-webkit-keyframes open-until {
    from {
        opacity: 0;
        -webkit-transform: scale(.4);
                transform: scale(.4);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes open-until {
    from {
        opacity: 0;
        -webkit-transform: scale(.4);
                transform: scale(.4);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.ld-open-until {
    position: absolute;
    left: 0;
    top: 70%;
}
.ld-open-until-badge {
    background: url('../img/open_until.png') no-repeat;
    background-size: contain;
    font-size: var(--fontSize24);
    height: 15vh;
    width: 31.94444444444444vh;
    text-shadow: 0 var(--textShadowMd) 0 #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    text-align: center;
    opacity: 0;
    -webkit-animation: open-until .3s;
            animation: open-until .3s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.ld-open-until-pos {
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}

.ld-countdown, .ld-date {
    color: #fff;
    font-size: var(--fontSize32);
    min-height: 3.5vh;
    font-family: 'Tobi Black', sans-serif !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.ld-cta-a, .ld-link{
    opacity: 0;
    -webkit-animation: fadeIn .3s;
            animation: fadeIn .3s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.ld-close {
	background: url('../img/layer/close_bg_wb.webp') no-repeat;
	background-size: contain;
	width: 9.351851851851852vh;
	height: 7.777777777777778vh;
	position: absolute;
	right: -11vh;
	top: calc(80% + -0.5vh);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ld-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ld-chars {
    /* background: url('../img/orcs.png') no-repeat center;
    background-size: contain; */
    height: 65.83333333333333vh;
    height: 65.83333333333333vh;
    height: calc(var(--vh, 1vh) * 65.83333333333333);
    width: 96.75925925925926vh;
    width: calc(var(--vh, 1vh) * 96.75925925925926);
    top: 16vh;
    position: relative;
    opacity: 0 !important;
}


.ld-cta {
	margin-top: 7.5vh;
	margin-top: calc(var(--vh, 1vh) * 7.5);
	position: relative;
	margin-bottom: -10px;
}


.ld-btn-cta::before {
    content: " ";
    background: no-repeat scroll 0 0/contain; 
    background-image: url("../img/cta_hover.webp");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: opacity;
}

.ld-btn-cta:hover::before {
    opacity: 1;
}

.ld-skeleton {
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.ld-skeleton-left { 
	background-image: url('../img/layer/he02_top.png');
	/* width: 55.778vh; */
	width: calc(var(--vh, 1vh) * 86);
	/* height: 46.556vh; */
	height: calc(var(--vh, 1vh) * 50);
	left: 50%;
	top: 0%;
	z-index: 0;
	-webkit-animation: skeleton-left 1.5s;
	animation: skeleton-left 1.5s;
	transform: translateX(-50%);
    display: none;
}

.ld-skeleton-right {
	background-image: url('../img/layer/wb_bg.webp');
	/* width: 27.87vh; */
	width: calc(var(--vh, 1vh) * 175);
	/* height: 39.389vh; */
	height: calc(var(--vh, 1vh) * 116);
	left: 50%;
	top: 0;
	/* display: none; */
	transform: translateX(-50%) translateY(-2%);
}

.ld-cta-a{
    z-index: 5;
    position: relative;
}

.ua-desktop .ld-ratings{
    display: none;
}

.ua-mobile .ld-link, .ua-mobile .ld-cta-a{
    display: none;
}

.ua-mobile .row-ratings > div{
    width: 100%;
}

@media screen and (max-width: 1178px) {

    
   
    .legendary-dungeon {
        background-size: auto 58vh;
        background-size: auto calc(var(--vh, 1vh) * 58);
        background-position: 48% 41%;
    }

    .ld-logo {
        min-width: 280px;
        min-height: 109px;
    }

    .ld-open-until {
        top: 76%;
        -webkit-transform: scale(.85) translateX(-10%);
        -ms-transform: scale(.85) translateX(-10%);
        transform: scale(.85) translateX(-10%);
    }

    .ld-close {
        top: 83%;
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        right: 2vh;
    }

    .ld-content {
        width: 100%;
    }

   /*  @keyframes ld-chars-anim2 {
        from {
            opacity: 0;
            transform: translate(0, -10%) scale(0.65);
        }
        to {
            opacity: 1;
            transform: translate(0, 0) scale(0.85);
        }
    } */

    .ld-chars {
        top: 6vh;
       /*  animation: ld-chars-anim2 1.5s forwards !important;*/
    } 

    .ld-cta {
        z-index: 10;
         margin-top: 12vh; 
         margin-top: calc(var(--vh, 1vh) * 15);
    }

    .ua-mobile-iphone .ld-cta {
        margin-top: 13vh;
    }

   
   /*  .ld-skeleton-left {
        background-image: url('../img/hellevator/succubus.png');
        width: calc(var(--vh, 1vh) * 54.778);
        height: calc(var(--vh, 1vh) * 56.556);
        right: 66%;
        bottom: 3%;
        z-index: 0;
        -webkit-animation: skeleton-left 1.5s;
        animation: skeleton-left 1.5s;
    }
    
    .ld-skeleton-right {
        background-image: url('../img/hellevator/right.png');
        width: calc(var(--vh, 1vh) * 114.87);
        height: calc(var(--vh, 1vh) * 81.389);
        left: 4%;
        bottom: 7%;
    } */


    .ld-skeleton-right {
        /* background-image: url('../img/hellevator/right.png'); */
        width: calc(var(--vh, 1vh) * 144);
        height: calc(var(--vh, 1vh) * 102);
        transform: translate(-50%, -40%);
        top: 50%;
    }

    .ld-skeleton-left {
        /* background-image: url('../img/hellevator/succubus.png'); */
        width: calc(var(--vh, 1vh) * 80);
        height: calc(var(--vh, 1vh) * 56.556);
        transform: translateX(-50%);
    }




}


@media screen and (max-width: 750px) {
    .ld-skeleton-right {
        /* background-image: url('../img/hellevator/right.png'); */
        background-image: url('../img/layer/wb_bg.webp');
        width: calc(var(--vh, 1vh) * 120);
        height: calc(var(--vh, 1vh) * 69);
        transform: translate(-50%, -50%);
        top: 50%;
    }

    .ld-skeleton-left {
        /* background-image: url('../img/hellevator/succubus.png'); */
        width: calc(var(--vh, 1vh) * 76);
        height: calc(var(--vh, 1vh) * 50);
        transform: translateX(-50%);
    }
    .ld-close {
        top: 48%;
    }
    .ld-open-until {
        top: 37%;
    }
}