﻿.bottomLinks {
    background: #fcfcfc;
    padding: 60px 32px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.bottomLinks h2 {
    text-align: center;
    max-width: 100%;
}
.bottomLinks p {
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 22px;
}
.bottomLinks a.openDemo {
    padding: 16px 32px;
    font-size: 1.2rem;
    margin-top: 10px;
}
    .bottomLinks a.openDemo:last-child {
        background: #fff;
        border: 2px solid #dc0d8a;
        color: #dc0d8a;
        padding: 14px 32px;
    }
    /* Games */
    .demosWrap {
        position: relative;
        z-index: 2;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding-left: 32px;
    }

.inspireHead {
    display: inline-block;
}
    .inspireHead h2, .inspireHead .h2Tag {
        text-align: left;
    }
    p.inspire {
        font-size: 1.3rem;
        max-width: 650px;
        margin-bottom: 64px;
        text-align: left;
    }
    ul.games {
        width: 100%;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 100px;
        padding: 0;
    }
ul.games li {
    width: calc(33.33333% - 32px);
    margin: 0;
    padding: 0;
    margin-bottom: 44px;
    margin-left: 16px;
    margin-right: 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
    border-radius: 3px;
    -webkit-transform: perspective(800px) rotateY(-4deg);
    transform: perspective(800px) rotateY(-4deg);
    text-align: center;
    transition: all 300ms linear;
}
ul.games li:nth-child(odd) {
    -webkit-transform: perspective(800px) rotateY(4deg);
    transform: perspective(800px) rotateY(4deg);
}
ul.games li:hover {
    -webkit-transform: none;
    transform: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
ul.games h3 {
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: -32px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 6px 25px;
    font-weight: 500;
    font-size: 1.3rem;
}
ul.games p {
    margin: 0 auto;
    padding: 0;
    margin-top: -20px;
    text-align: left;
    font-size: 1.15rem;
    max-width: 90%;
}
ul.games a {
    margin-bottom: 0;
    position: relative;
    top: 16px;
}


@media screen and (max-width: 1000px) {
    ul.games li {
        width: calc(50% - 32px);
    }
}
@media screen and (max-width: 625px) {
    ul.games li {
        width: calc(100% - 32px);
    }
}

.dVidWrap {
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.dVidWrap video {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0, rgba(255, 255, 255, 0.8) -6px -2px 16px 0;
    width: 100%;
    margin-top: -30px;
}

.h2Tag {
    color: #dc0d8a;
    font-weight: 500;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 30px;
}



h1 {
    font-size: 4.5rem;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    color: #efefef;
}

h1 span {
    color: #FFFF00;
    display: block;
    font-size: 3rem;
}
.underTopNavContent {
    overflow: hidden;
}
/* Top bar */
.topSegWrap {
    background: radial-gradient(ellipse at left, #42485D 20%, #090A0F 100%);
    overflow: hidden;
    text-align: center;
}
.topSegWrap p {
    font-size: 1.4rem;
}
/* Open demo */
a.openDemo {
    position: relative;
    background: #dc0d8a;
    display: inline-flex;
    color: #fff;
    position: relative;
    z-index: 3;
    line-height: 100%;
    border-radius: 22px;
    font-weight: 500;
    padding: 12px 15px;
    transition: all linear 200ms;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    white-space: nowrap;
}

a.openDemo:hover {
    text-decoration: none;
}

a.openDemo:hover img {
    animation: spin;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

a.openDemo img {
    position: absolute;
    left: 6px;
}

a.openDemo span {
    padding-left: 28px;
}

.topSegWrap a.openDemo {
    font-size: 1.2rem;
    border-radius: 6px;
    padding: 16px 32px;
}

.topSeg {
    display: inline-flex;
    align-items: center;
    margin-top: 80px;
}

.topSegWrap.midSeg {
    margin-bottom: 100px;
}

.topSeg > div {
    width: 50%;
    padding-bottom: 100px;
}

.topSeg > div:first-child {
    max-width: 1280px;
}

.topSeg > div:last-child {
    padding-left: 120px;
    padding-right: 60px;
    position: relative;
    z-index: 3;
    max-width: 750px;
    margin-top: -100px;
}

.topSeg > div:last-child p {
    text-align: left;
    color: #fff;
}

.topSlant {
    background-color: #fff;
    width: 200vw;
    margin-left: -50vw;
    height: 2400px;
    border-radius: 50%;
    margin-top: -180px;
    position: relative;
    z-index: 2;
    margin-bottom: -2290px;
}
.topSlant.animate {
    background-color: #fcfcfc;
    display: none;
}

.topSeg a.openDemo {
    margin-top: 30px;
}
.topSeg a.openDemo img {
    left: 16px;
}

/* Hero wrapper */
.heroWrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.707;
    display: block;
    border-radius: 4px;
}

.heroWrapper img {
    -webkit-transform: perspective(800px) rotateY(8deg);
    transform: perspective(800px) rotateY(8deg);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -5px 5px, rgba(0, 0, 0, 0.3) -10px 10px, rgba(0, 0, 0, 0.2) -15px 15px, rgba(0, 0, 0, 0.1) -20px 20px, rgba(0, 0, 0, 0.05) -25px 25px;
    box-shadow: rgba(0, 0, 0, 0.4) -5px 5px, rgba(0, 0, 0, 0.3) -10px 10px, rgba(0, 0, 0, 0.2) -15px 15px, rgba(0, 0, 0, 0.1) -20px 20px, rgba(0, 0, 0, 0.05) -25px 25px;
}

.heroWrapper .vidWrap {
    -webkit-transform: perspective(800px) rotateY(-8deg);
    transform: perspective(800px) rotateY(-8deg);
    border-radius: 3px;
    background: #26292d;
    padding: 5px;
    position: absolute;
    top: 16%;
    right: -30px;
    width: 90%;
    max-width: 1060px;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px, rgba(0, 0, 0, 0.3) 10px 10px, rgba(0, 0, 0, 0.2) 15px 15px, rgba(0, 0, 0, 0.1) 20px 20px, rgba(0, 0, 0, 0.05) 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.4) 5px 5px, rgba(0, 0, 0, 0.3) 10px 10px, rgba(0, 0, 0, 0.2) 15px 15px, rgba(0, 0, 0, 0.1) 20px 20px, rgba(0, 0, 0, 0.05) 25px 25px;
}

.heroWrapper .vidWrap video {
    max-width: 100%;
    display: block;
}


@media screen and (max-width: 1500px) {
    .topSeg > div:last-child {
        margin-top: -170px;
    }
}
@media screen and (max-width: 1400px) {
    .topSeg {
        flex-direction: column;
    }
    .topSeg > div:first-child {
        order: 2;
        margin-top: 64px;
        width: 90%;
        max-width: 900px;
        padding-bottom: 20px !important;
    }
    .topSeg > div:last-child {
        order: 1;
        margin-top: 0;
        padding: 0 32px;
        max-width: 650px;
        width: 100%;
    }
    .topSeg > div:last-child .l {
        text-align: center !important;
    }
}

@media screen and (max-width: 980px) {
    .inspireHead .h2Tag {
        text-align: center !important;
    }
}
@media screen and (max-width: 980px) {

    .topSlant {
        width: 300vw;
        margin-left: -100vw;
    }
}
@media screen and (max-width: 700px) {

    .topSlant {
        width: 600vw;
        margin-left: -250vw;
    }
    .topSeg > div:first-child {
        padding-bottom: 100px !important;
    }
    .inspireHead {
        margin-top: -40px;
    }
}