@font-face {
    font-family: 'Lilita One Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lilita One Regular'), url('../fonts/LilitaOne-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Manjari Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Manjari Regular'), url('../fonts/Manjari-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Manjari Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Manjari Thin'), url('../fonts/Manjari-Thin.woff') format('woff');
}
@font-face {
    font-family: 'Manjari Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Manjari Bold'), url('../fonts/Manjari-Bold.woff') format('woff');
}


h1,h2,h3,h4,h5{
    font-family: "Lilita One Regular", sans-serif;
    font-style: normal;
    margin-bottom: 20px;
}

span, a, p{
    font-family: 'Manjari Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.content video{
    margin-top: 20px;
}

.responsive-video{
}


.bg-loading-image{
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    top: 0px;
    overflow: hidden;
    opacity: 1;
    background-image: url("../images/keyArtU2s.jpg");
    background-position: center;
    background-size: cover;
}


@media only screen and (max-width : 600px) {
    .bg-loading-image{
    background-image: url("../images/keyartVertSmall.png");
    }
}



@keyframes grow {
    0% {
        transform: scale( 0 );
    }
    70% {
        transform: scale( 1.1 );
    }
    100% {
        transform: scale( 1.0 );
    }
}

@keyframes fromTop {
    0% {
        transform: translateY( -100vw );
    }
    70% {
        transform: translateY( 1vw );
    }
    100% {
        transform: translateY( 0 );
    }
}

@keyframes fromRight {
    0% {
        transform: translateX( 100vw );
    }
    70% {
        transform: translateX( -1vw );
    }
    100% {
        transform: translateX( 0 );
    }
}

@keyframes fromBottom {
    0% {
        transform: translateY( 100vw );
    }
    70% {
        transform: translateY( -1vw );
    }
    100% {
        transform: translateX( 0 );
    }
}

.front-content{
    cursor: pointer;
}

.front-content:hover .play-button{
    cursor: pointer;
}


.bg-footer4{
    background-color: #7cc5e5; 
}

.bg-footer3{
    background-color: #F58330; 
}

.bg-footer2 li a{
    color: #333;
    font-size: 18px;
}

.bg-footer2 li a:hover{
    text-decoration: underline;
}

.content p a{
    color: #000;
    font-style: italic;
}
.content p a:hover{
    color: #000;
    text-decoration: underline;
}

.btn:hover{
    color: #fff;
}

.content img{
    margin-top: 20px;
}

.midscreen{
    height: 60vh;
}

.midscreen2{
    height: 30vh;
}

.content .steam{
    width: 100%;
    border: none;
    margin: 30px 0 50px 0;
}

.content .row{
    padding-top: 40px;
    padding-bottom: 20px;
}

.bg-footer1{
    background-color: #111;    
}

.bg-footer2{
    background-color: #FFBE4F;    
}

.bg-footer2 .btn{
    background-color: #F86537;
}

.btn-influencer {
    font-size: 20px;
    height: 55px;
    margin-top: 10vh;
    padding: 12px;
    background-color: #F86537;
}
.btn-influencer:hover {
    background-color: #d55832;
}

.ribbon-wrap{
    filter: drop-shadow(0px 0px 1vw rgba(0, 0, 0, 1));
}

.ribbon {
    display: block;
    position: absolute;
    top: 10vh;
    padding: 0 40px 0 40px;
    clip-path: 
        polygon(0 0, 
        100% 0,
        100% 100%, 
        0 100%,
        15px 50%);
        background: #F86537;

    right: -20px;
    font-size: 3em;
    z-index: 1001;

    animation-name: fromRight;
    animation-duration: 0.8s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
}

.ribbon-u1{
    background: #DEC697;
    padding: 10px 30px;
}
.ribbon-u1{
    top: 10vh;
}
.ribbon-u1 img{
    width: 12vw;
    display: block;
}

.ribbon div{
    padding: 10px;
}

.ribbon:hover {
    right: 0;
}

.banner{
    z-index: 1000;
    animation-name: fromRight;
    animation-fill-mode: backwards;
    animation-duration: 0.8s;
}

.banner img{
    width: 32vw;
}

.bg-footer4 h3{
    text-align: center;
}

.banner-steam{
    z-index: 1001;
    animation-delay: 0.5s;
    position: fixed;
    right: 0;
    bottom: 10vw;
}
.banner-beta{
    z-index: 1001;
    animation-delay: 0.6s;
    position: fixed;
    right: 0;
    bottom: 2vw;
}

@media only screen and (min-width : 993px) {
    html:not([data-scroll='0']) .banner-steam img {
        height: 5vw;
        width: auto;
    }
    html:not([data-scroll='0']) .banner-beta img {
        height: 5vw;
        width: auto;
    }

    html:not([data-scroll='0']) .banner-steam {
        bottom: 5vw;
        right: -3.5vw;
    }
    html:not([data-scroll='0']) .banner-beta {
        bottom: 0vw;
        right: -3.5vw;
    }

    html:not([data-scroll='0']) .circle-bottom {
        bottom: -45vw;
    }
}

.banner:hover{
    right: 1vw !important;
}

.circle-top {
    filter: drop-shadow(0px 0px 1vw rgba(0, 0, 0, 1));
    position: absolute;
    height: 50vw;
    width: 50vw;
    background-color: #F58330;
    border-radius: 50%;
    left: -15vw;
    top: -26vw;
    animation-name: grow;
    animation-duration: 0.8s;
    z-index: 10;
}

.circle-bottom {
    filter: drop-shadow(0px 0px 1vw rgba(0, 0, 0, 1));
    position: absolute;
    height: 45vw;
    width: 45vw;
    background-color: #FFBE4F;
    border-radius: 50%;
    right: -18vw;
    bottom: -25vw;
    animation-name: grow;
    animation-duration: 0.8s;
    z-index: 10;

    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.hero .logo2{
    position: absolute;
    height: 32vw;
    top: -4vw;
    left: 0px;
    animation-name: fromTop;
    animation-duration: 0.8s;
    z-index: 1001;
}


@media only screen and (max-width : 992.99px) {
    
    .ribbon-trailer {
        inset: 30vh 0 auto auto;
    }
    .ribbon-u1 {
        top: 30vh;
        display: none;
    }
    .ribbon-influencer {
        inset: 6vh 0 auto auto;
    }

    .banner img{
        width: 55vw;
    }
    
    .banner-steam{
        bottom: 20vw;
        position: absolute;
        animation-name: fromBottom;
    }

    .banner-beta{
        bottom: 5vw;
        position: absolute;
        animation-name: fromBottom;
    }

    .hero .logo2{
        width: 100%;
        height: auto;
    }

    .circle-top {
        height: 50vw;
        width: 200vw;
        border-radius: 0%;
        top: -20vw;
        left: -50vw;
        transform: rotate(-10deg);
        animation: none;
    }

    .circle-bottom {
        height: 50vw;
        width: 200vw;
        border-radius: 0%;
        bottom: -25vw;
        left: -50vw;
        transform: rotate(-10deg);
        animation: none;
    }
}


@media only screen and (max-width : 600px) {
    
    .ribbon-trailer {
        inset: 30vh 0 auto auto;
    }
    .ribbon-u1 {
        top: 30vh;
        display: none;
    }
    .ribbon-influencer {
        inset: 6vh 0 auto auto;
    }

    .banner img{
        width: 100%;
    }
    
    .banner-steam{
        bottom: 26vw;
        position: absolute;
        animation-name: fromBottom;
    }

    .banner-beta{
        bottom: 4vw;
        position: absolute;
        animation-name: fromBottom;
    }

    .circle-top {
        height: 50vw;
        width: 200vw;
        border-radius: 0%;
        top: -25vw;
        left: -50vw;
        transform: rotate(-10deg);
        animation: none;
    }

    .circle-bottom {
        height: 50vw;
        width: 200vw;
        border-radius: 0%;
        bottom: -10vw;
        left: -50vw;
        transform: rotate(-10deg);
        animation: none;
    }
}


@media only screen and (min-aspect-ratio: 1/1) and (max-width : 992.99px)  {
   
    .banner img{
        width: 40vw;
    }

    .banner-steam{
        bottom: 10vw;
        position: absolute;
        animation-name: fromBottom;
    }

    .banner-beta{
        bottom: 1vw;
        position: absolute;
        animation-name: fromBottom;
    }
   
    .hero .logo2{
        width: 50%;
        height: auto;
    }

    .circle-top {
        top: -45vw;
    }
    
    .circle-bottom {
        bottom: -45vw;
    }
}

/** 9. FOOTER
*******************************************************************/

.block-footer-1
{
    padding-bottom: 50px;
}

.block-footer-1 img
{
    display: block;

    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.block-footer-1 h5
{
    font-weight: 300;

    margin: 0;

    letter-spacing: .03em;
    text-transform: uppercase;
}

.scroll-top-padding{
    width: 100%;
    height: 40px;;
}

.scroll-top
{
    font-size: 17px;
    line-height: 65px;

    position: absolute;
    bottom: 0;
    left: 50%;

    overflow: hidden;

    width: 65px;
    height: 65px;

    cursor: pointer;
    -webkit-transition: all .15s ease;
            transition: all .15s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    color: #000;
    background: #fff;
}

.scroll-top:hover
{
    line-height: 62px;
    height: 74px;
}

.scroll-top-inner
{
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: #000;
}

.scroll-top .scroll-top-inner span
{
    font-size: inherit;
}




/** MEDIA QUERIES  **/

@media (max-width: 500px)
{
    .block-footer-1 h5
    {
        font-size: 16px;
        font-weight: 400;

        letter-spacing: .02em;
    }

    .block-footer-1 img
    {
        max-width: 170px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .block-footer-1 .scroll-top
    {
        font-size: 13px;
        line-height: 50px;

        top: 0;
        bottom: auto;

        width: 50px;
        height: 50px;
    }
}

body{
    overflow-x: hidden;
}

/* YT modal */

.main-copy{
    top:0px;
    left:0px;
    display:table;
    width:100%;
    height:100vh;
    color:#fff;
    text-align:center;
}

.copy-box{
    display:table-cell;
    vertical-align: middle;
    text-align:left;
}

.copy{
    display:block;
    position: relative;
    margin:0 auto;
    width:calc(100vw - 40px);
    max-width:calc(800px - 40px);
    padding: 0 20px 0 20px;
    font-weight:300;
    color: #999;
    line-height:1.25em;
}

.summary{
    margin: 0 0 20px 0;
}

.movie-btn, .tube-link{
    border-style:solid;
    border-width:1px;
    border-color:#333;
    background-color:#000;
    margin: 0 0 10px 0;
    padding:10px;
    text-transform:uppercase;
    font-size:10px;
    font-weight:700;
    letter-spacing:0.1em;
    cursor:pointer;
    width:calc(100% - 20px);
}

.modal-vid{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    z-index:9999;
    display:none;
}
.movie-box{
    top:0px;
    left:0px;
    display:table;
    width:100%;
    height:100vh;
    background-color:#232323;
    background-color:rgba(0, 0, 0, 0.80);
    color:#fff;
    text-align:center;
}

.close{
    position:absolute;
    font-weight:300;
    letter-spacing:0.125em;
    text-transform:uppercase;
    font-size:10px;
    right:0px;
    top:-30px;
    color:#999;
    cursor:pointer;
}

.wide-screen{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

.vid-holder{
    display:inline-block;
    top:0px;
    left:0px;
    position:relative;
    margin:0 auto;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
    border-style:solid;
    border-width:1px;
    border-color:#333;
}


.standard-img, .widescreen-img, .sixteen-nine, .pal{
    max-height:calc(100vh - 122px);
    max-width:calc(100vw - 122px);
    position:relative;
    margin:0 auto;
    /*transition: all 0.5s;*/
    display:none ;
}



.show{
    display:block;
}

.hide{
    display:none;
}

.vid-holder video, .vid-holder iframe{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000;
    background-position:center center;
    background-repeat:no-repeat;
}

.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(4);
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px;
    color: #ffffff45;
    cursor: pointer;
}
.gg-play-button::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px
}

.play-button{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    font-size: 50px;
}

.play-button-invisible{
    position: absolute;
    z-index: 2002;
    top: 30vh;
    left: 30vw;
    background-color: none;
    width: 40vw;
    height: 40vh;
    cursor: pointer;
}

@media only screen and (max-width : 992.99px) {
    .gg-play-button {
        color: #ffffff85;
    }
}
