body {
    background-color: #131313;
    font-family: 'exo_2medium';
}
main {
    background-image: url("../image/bg.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: 'exo_2medium';
    /*max-width: 1920px;*/
    margin: auto;
}
@font-face {
    font-family: 'exo_2extrabold';
    src: url('./fonts/exo2-extrabold-webfont.eot');
    src: url('./fonts/exo2-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/exo2-extrabold-webfont.woff2') format('woff2'), url('./fonts/exo2-extrabold-webfont.woff') format('woff'), url('./fonts/exo2-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2extrabold_italic';
    src: url('./fonts/exo2-extrabolditalic-webfont.eot');
    src: url('./fonts/exo2-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/exo2-extrabolditalic-webfont.woff2') format('woff2'), url('./fonts/exo2-extrabolditalic-webfont.woff') format('woff'), url('./fonts/exo2-extrabolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2medium';
    src: url('./fonts/exo2-medium-webfont.eot');
    src: url('./fonts/exo2-medium-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/exo2-medium-webfont.woff2') format('woff2'), url('./fonts/exo2-medium-webfont.woff') format('woff'), url('./fonts/exo2-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2bold';
    src: url('./fonts/exo2-bold-webfont.eot');
    src: url('./fonts/exo2-bold-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/exo2-bold-webfont.woff2') format('woff2'), url('./fonts/exo2-bold-webfont.woff') format('woff'), url('./fonts/exo2-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2bold_italic';
    src: url('./fonts/exo2-bolditalic-webfont.eot');
    src: url('./fonts/exo2-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/exo2-bolditalic-webfont.woff2') format('woff2'), url('./fonts/exo2-bolditalic-webfont.woff') format('woff'), url('./fonts/exo2-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2regular';
    src: url('./fonts/exo2-regular-webfont.eot');
    src: url('./fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/exo2-regular-webfont.woff2') format('woff2'), url('./fonts/exo2-regular-webfont.woff') format('woff'), url('./fonts/exo2-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: 'exo_2bold_italic';
    color: #fff;
    font-size: 36pt;
    width: 100%;
    text-align: center;
    margin: 0px;
}
a:focus {
    outline: none;
}
button:focus {
    outline: none;
}
.heading-b {
    font-family: 'exo_2bold';
}
.mt-80 {
    margin-top: 60px!important;
}
.f-sm-3 {
    font-size: 22px;
    font-family: 'exo_2bold_italic';
    color: #000;
    text-align: center;
    padding: 0px 10px;
}
.f-sm-3-grey {
    font-size: 16px;
    font-family: 'exo_2medium';
    color: #aaa;
    text-align: center;
    padding: 0px 10px;
}
.color-white {
    color: #fff!important;
}
.no-border {
    border: none!important;
}
.color-black {
    color: #000!important;
}
.color-blue {
    color: #50a8cd!important;
}
.color-darkblue {
    color: #1c598b!important;
}
.text-center {
    text-align: center;
}
.no-padding {
    padding: 0px;
}
.mt-big {
    margin-top: 80px!important;
}
.mb-big {
    margin-bottom: 40px!important;
}
.sec-vid {
    width: 100%;
    padding: 20px 20px;
    border-radius: 30px;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading.hide {
    display: none;
}
#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}
.buy-button {
    float: right;
    border-width: 3px;
    border-color: #fff;
    border: solid;
    display: block;
    text-decoration: none;
    color: white;
    margin-right: 30px;
    border-radius: 30px;
    font-size: 1rem;
    padding: 5px 10px;
}
.buy-button:hover {
    color: #FFF;
    text-decoration: none;
}
.topnav {
    display: none;
    background-color: #131313;
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    font-family: 'exo_2bold_italic';
    padding: 25px 0px 30px 0px;
}

.topnav .close-nav {
    position: absolute;
    right: 25px;
    top: 25px;
    display: block;
}
.topnav .close-nav img {
    width: 50px;
}
.topnav .nav-platform {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 20px;
    margin-top: 0px;
}
.topnav .nav-platform img {
    width: 60px;
}
.topnav .nav-platform a {
    margin: 0px 5px;
    /*pointer-events: none;*/
}
.topnav .social-color {
    width: 100%;
    padding: 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.topnav .social-color img {
    height: 35px;
}
.topnav .social-color a {
    margin: 0px 5px;
}
.topnav .social-white {
    margin-top: 20px;
    width: 100%;
    padding: 0px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topnav .social-white img {
    width: 35px;
    margin: 0px 10px;
}
.topnav .menu a {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 24px;
    margin-top: 18px;
    font-family: 'exo_2regular';
}
.topnav .register {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topnav .register .mail-register {
    width: 85%;
    border-radius: 20px;
    border: none;
    padding-right: 50px;
    height: 30px;
    font-family: 'exo_2medium';
}
.topnav .register .mail-register::placeholder {
    font-size: 14px;
    color: #272727;
    font-family: 'exo_2medium';
    padding-left: 10px;
}
.topnav .register .submit {
    margin-left: -60px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.topnav .register .submit img {
    width: 18px;
}
.topnav .register .submit button {
    width: auto;
    font-size: 12px;
    padding: 0px 7px;
    border-radius: 11px;
    background-color: #3982f9;
    color: #FFF;
    font-family: 'exo_2medium';
    border: none;
}
.clear-flex {
    width: 100%;
}
.platform {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    flex-wrap: wrap;
}
.platform-header {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: -17px;
    justify-content: space-between;
}
.platform-header hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #fff;
    flex-grow: 8;
}
.platform-header .right-line {
    margin-right: -2px;
    border-radius: 0px 20px 20px 20px;
    -moz-border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 0px 20px 20px 20px;
    height: 50px;
    width: 50px;
}
.platform-header .left-line {
    margin-left: -2px;
    border-radius: 20px 0px 20px 20px;
    -moz-border-radius: 20px 0px 20px 20px;
    -webkit-border-radius: 20px 0px 20px 20px;
    height: 50px;
    width: 50px;
}
.platform-header h2 {
    color: #FFF;
    font-family: 'exo_2bold_italic';
    padding: 0px 20px;
    font-size: 36pt;
    margin-top: -10px;
}
.platform .platform-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 2px solid #ffffff;
    border-top: none;
    position: relative;
    flex-wrap: wrap;
}
.platform-holder .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
}
.platform-holder .items a {
    /*pointer-events: none;*/
}
.platform img {
    width: 15vw;
    max-width: 150px;
    margin: 10px;
}
.youtube-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    z-index: -100;
    transition: opacity 1s;
}
.youtube-overlay.hide {
    opacity: 0;
    z-index: 100;
    transition: opacity 1s;
}
.youtube-overlay.active {
    opacity: 1;
    z-index: 100;
    transition: opacity 1s;
}
.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
}
.loading-overlay.active {
    display: block;
    z-index: 100;
}
.youtube-overlay iframe {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.nav-pills>li>.nav-link {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border: 1px solid;
    padding: .375rem 1.5rem;
    font-family: 'exo_2bold';
    font-size: 28px;
    border-radius: 100px;
}
.nav-pills>li:not(:first-child)>.nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.nav-pills>li:not(:last-child)>.nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-pills>li>.nav-link.active {
    color: #7bcdf3;
    background-color: transparent;
    border-color: #fff;
}
.sections {
    /*max-width: 1920px;*/
    padding-right: 0px;
    padding-left: 0px;
}
.section-1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("../image/cover.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 42vw;
    font-family: 'exo_2bold_italic';
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}
.yt-button {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -8vw);
    display: block;
    width: 16vw;
}
.yt-button img {
    width: 100%;
}

.beta-button {
    font-family: 'exo_2medium';

    background-color: #ff7d27;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;

    margin: auto;
    width: 670px;
	margin-bottom: 50px;
}
.beta-button img {
    width: 50px;
}
.beta-button:hover {
    color: #fff;
}
.section-1 .yt-container h1 {
    color: #ffffff;
    font-size: 45pt;
    text-shadow: 4px 4px 4px rgba(76, 76, 76, 1);
}
.section-1 .logo-container {
    margin-left: 25px;
    margin-top: 25px;
}
.section-1 .logo-container img {
    width: 14vw;
    max-width: 220px;
}
.option {
    margin-top: 25px;
}
.option .menu {
    float: right;
    margin-right: 30px;
    width: 40px;
}
.option img {
    width: 40px;
}
.yt-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 70vw;
    top: 3vw;
    left: 0;
    right: 0;
    margin: auto;
}
.yt-container img {
    width: 8vw;
    float: left;
}
.section-1 .trailer-container h1 {
    display: inline-block;
    margin-left: 1vw;
    width: auto;
    text-align: left;
    margin-top: 2vw;
}
.section-1 .trailer-container a {
    display: inline-block;
}
.section-2 {
    max-width: 95%;
    position: relative;
}
.section-2 h1 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'exo_2bold_italic';
    margin: 0%;
    padding-bottom: 0px;
}
.section-2 .vid-holder {
    align-items: center;
}
.section-2 .sec2-vid {
    width: 100%;
    padding: 20px 20px;
    border-radius: 30px;
}
.section-2 .desc {
    display: block;
    max-width: 768px;
}
.section-2 .desc p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: 'exo_2medium';
    text-align: left;
    padding: 0px 5%;
}
.section-2 .desc img {
    width: 34%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 450px;
    margin-bottom: 20px;
}
.section-2 .desc a img {
    width: 32%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.section-2 .race-holder {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 91.666667%;
}
.section-2 .race-item {
    /*padding: 5px;*/
    width: 33%;
}
.section-2 .race-item img {
    width: 92%;
    margin: auto;
    display: block;
    border-radius: 10px;
}
.section-2 .race-item h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #7bcdf3;
    font-family: 'exo_2bold';
}
.section-2 .race-item .description {
    padding: 25px 0px;
    width: 92%;
    margin: 0px auto;
}
.section-2 .race-item p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: 'exo_2medium';
    text-align: left;
}
.section-3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-bottom: -2px;
    margin-top: 45px;
}
.section-3 .char-1 {
    display: block;
    width: 48%;
    margin: auto;
    margin-bottom: 200px;
    position: relative;
}
.di-top-bg {
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 50vw;
    -webkit-clip-path: polygon(0 34%, 100% 8%, 100% 100%, 0 100%);
    clip-path: polygon(0 34%, 100% 8%, 100% 100%, 0 100%);
}
.section-11 .di-top-bg {
    top: 6vw;
}
.di-bot-bg {
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0vw;
    width: 100vw;
    height: 50vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 42%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 42%, 0 70%);
}
.section-9 .di-bot-bg {
    top: -9vw;
}
.section-16 .di-bot-bg {
    top: -17vw;
}
.section-4 {
    background-color: transparent;
    width: 100%;
    position: relative;
    font-family: 'exo_2bold_italic';
    margin-top: -100px;
    z-index: 100;
}
.section-4 h1 {
    margin-bottom: 0px;
}
.section-4 p {
    background-color: #FFF;
    margin-bottom: -1px;
}
.section-4 .inner-group p {
    background-color: transparent;
    margin-bottom: -1px;
}
.section-4 .track-head .item .inner-group .black-mask {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    pointer-events: none;
    z-index: 1;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: left, right;
    -webkit-mask-position-y: center, center;
    opacity: 0;
    transition: opacity 1s;
}
.section-4 .track-head .item .inner-group .black-mask.show {
    opacity: 1;
    transition: opacity 1s;
}
.section-4 .track-head .item .inner-group {
    height: 0;
    overflow: hidden;
    padding-top: calc(810 / 1920 * 100%);
    background: white;
    position: relative;
}
.section-4 .track-head .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-4 .track-head .headline {
    font-family: 'exo_2bold';
    color: #fff;
    top: 10vw;
    right: 10vw;
    position: absolute;
    max-width: 500px;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s;
}
.section-4 .track-head .headline.active {
    opacity: 1;
    transition: opacity 1s;
}
.section-4 .track-head .headline h2 {
    font-size: 36pt;
}
.section-4 .track-head .headline p {
    font-size: 14px;
    font-family: 'exo_2medium';
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}
.section-4 .track-nav .item img {
    width: 10vw;
}
.section-4 .track-nav {
    margin: auto;
    width: 80%;
    top: -8.1vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.section-4 .track-nav .inner-group {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 300px;
}
.section-4 .track-nav .slick-center .inner-group {
    opacity: 1;
    transform: scale(1.2, 1.2);
}
.section-4 .track-nav .slick-center .inner-group img {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.75);
}
.section-4 .track-nav .slick-prev:before {
    content: '';
}
.section-4 .track-nav .slick-prev {
    width: 3vw;
    height: 3vw;
    background-image: url("../image/icon/new_arrow_sign_left_70x70.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: -6vw;
}
.section-4 .track-nav .slick-next:before {
    content: '';
}
.section-4 .track-nav .slick-next {
    width: 3vw;
    height: 3vw;
    background-image: url("../image/icon/new_arrow_sign_right_70x70.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: -6vw;
}
.slick-dots {
    z-index: 1000;
}
.in-section {
    background-color: #FFF;
}
.section-4 .track-nav .slick-dots {
    position: absolute;
    top: -28px;
    display: block;
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.section-4 .track-nav .slick-dots li button:before {
    content: '';
}
.section-4 .track-nav .slick-dots li {
    width: 70px;
    height: 20px;
}
.section-4 .track-nav .slick-dots li button {
    width: 65px;
    height: 10px;
    background-color: #FFF;
    opacity: 0.5;
    border-radius: 30px;
}
.section-4 .track-nav .slick-dots li.slick-active button {
    opacity: 1;
}
.section-4 .track-head {
    transition: opacity 1s;
    opacity: 0;
}
.section-4 .track-head .slick-dots li button:before {
    content: '';
}
.section-4 .track-head .slick-dots li {
    width: 80px;
    height: 10px;
}
.section-4 .track-head .slick-dots li button {
    width: 80px;
    height: 10px;
    background-color: #FFF;
    opacity: 0.5;
    border-radius: 30px;
}
.section-4 .track-head .slick-dots li.slick-active button {
    opacity: 1;
}
.section-4 .track-head .slick-dots {
    bottom: 16%;
}
.section-4 .track-head.hide {
    display: none;
    opacity: 0;
}
.section-4 .track-head.active {
    display: block;
    opacity: 0;
}
.section-4 .track-head.show {
    opacity: 1;
}
.section-5 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-top: -7vw;
}
.section-5 .char-2 {
    display: block;
    width: 36%;
    margin: auto;
    margin-top: 24vw;
    margin-bottom: 80px;
    position: relative;
}
.section-125 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-top: -2px;
}
.section-125 .char-2 {
    display: block;
    width: 25%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.section-6 {
    width: 100%;
    position: relative;
    font-family: 'exo_2bold_italic';
}
.section-6 .hypercar img {
    width: 1600px;
    height: 480px;
    object-fit: cover;
}
.section-6 .hypercar {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* max-width: 1920px; */
    background-image: url(../image/hypercar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 560px;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-bottom: 2vh;
}
.section-6 .header h1 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'exo_2bold_italic';
}
.section-6 .header p {
    width: 100%;
    text-align: center;
    color: #7bcdf3;
    font-family: 'exo_2bold_italic';
    margin-bottom: 40px;
}
.section-6 .power-ups {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
}
.section-6 .power-ups .power-item {
    padding: 13px 30px;
    max-width: 200px;
    cursor: pointer;
}
.section-6 .power-ups .power-item img {
    width: 100%;
}
.power-ups-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    left: 0px;
    top: 0px;
    display: block;
    z-index: -100;
    opacity: 0;
    transition: opacity 1s;
    transition: z-index 1s;
}
.power-ups-overlay.hide {
    opacity: 0;
    z-index: 100;
    transition: opacity 1s;
}
.power-ups-overlay.active {
    opacity: 1;
    z-index: 100;
    transition: opacity 1s;
}
.power-ups-slide {
    width: 600px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0%, -50%);
    z-index: 101;
}
.power-ups-overlay .dismiss {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: transparent;
    border: none;
    z-index: 102;
}
.power-ups-overlay .dismiss img {
    width: 70px;
}
.power-ups-slide .item {}
.power-ups-slide .nav-pills {
    margin-bottom: 30px;
    display: none;
}
.power-ups-slide .item .inner-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.power-ups-slide .item .inner-group h2 {
    margin-top: 10px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 36pt;
    margin-bottom: 20px;
    font-family: 'exo_2bold_italic';
    text-transform: uppercase;
}
.power-ups-slide .item .inner-group p {
    width: 100%;
    color: #FFF;
    font-size: 14pt;
    font-family: 'exo_2medium';
}
.power-ups-slide .item .inner-group .item-img {
    height: 0;
    overflow: hidden;
    padding-top: 230px;
    position: relative;
    width: 230px;
}
.power-ups-slide .item .inner-group .item-img-ex {
    height: 0;
    overflow: hidden;
    padding-top: calc(340 / 600 * 100%);
    background: white;
    position: relative;
    width: 100%;
    border-radius: 30px;
}
.power-ups-slide .item .inner-group img, .power-ups-slide .item .inner-group video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.power-ups-slide .item .inner-group p {
    margin-top: 20px;
}
.power-ups-slide .slick-prev:before {
    content: '';
}
.power-ups-slide .slick-prev {
    width: 70px;
    height: 70px;
    background-image: url("../image/icon/new_arrow_sign_left_70x70.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: -90px;
    top: 42vh;
}
.power-ups-slide .slick-next:before {
    content: '';
}
.power-ups-slide .slick-next {
    width: 70px;
    height: 70px;
    background-image: url("../image/icon/new_arrow_sign_right_70x70.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: -90px;
    top: 42vh;
}
.section-7 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 146%;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-bottom: -2px;
}
.section-7 .char-1 {
    display: block;
    width: 28%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 0px;
    position: relative;
}
.section-8 {
    background-color: #fff;
    width: 100%;
    position: relative;
    font-family: 'exo_2bold_italic';
    margin: -2px auto;
}
.customization h1 {
    font-family: 'exo_2bold_italic';
    width: 100%;
    text-align: center;
    color: #50a8cd;
    margin: 80px auto auto auto;
}
.customization-slide {
    width: 100%;
}
.customization-slide .item {
    width: 20vw;
    padding: 0px 30px;
}
.customization-slide .item img {
    width: 17vw;
}
.customization-slide2 {
    width: 100%;
}
.customization-slide2 .item {
    width: 20vw;
    padding: 0px 30px;
}
.customization-slide2 .item img {
    width: 11vw;
}
.section-9 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-top: -2px;
}
.section-9>div.row {
    width: 95%;
    margin: auto;
}
.section-9 .char-2 {
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 8vw;
}
.sec9-vid {
    width: 100%;
    padding: 20px 20px;
    border-radius: 30px;
}
.section-9 h1 {
    margin-top: 80px;
    margin-bottom: 0px;
}
.section-10 {
    max-width: 90%;
}
.section-13 {
    max-width: 90%;
}
.maxw-90 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.section-10 h1 {
    margin-top: 15px;
    margin-bottom: 0px;
}
.section-10 h1.mb-55 {
    margin-bottom: 55px;
}
.comfort-holder {
    margin-top: 50px;
}
.comfort-item {
    padding: 0px 25px 25px 25px!important;
}
.comfort-item img {
    max-width: 9vw;
    width: 80%;
    margin: auto;
    display: block;
}
.comfort-item h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #7bcdf3;
    font-family: 'exo_2bold';
    margin: 25px 0px 15px 0px;
}
.comfort-item p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: 'exo_2medium';
}
.section-11 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-bottom: -2px;
}
.section-11>div.row {
    width: 95%;
    margin: auto;
}
.section-11 .char-1 {
    display: block;
    width: 40%;
    margin: auto;
    margin-top: 55px;
    margin-bottom: 75px;
}
.section-12 {
    background-color: #fff;
    width: 100%;
    position: relative;
    font-family: 'exo_2bold_italic';
    margin: -2px auto;
}
.section-13 {
    width: 100%;
    position: relative;
    font-family: 'exo_2bold_italic';
    margin: -2px auto;
    margin-bottom: 0px;
}
.multiplayer .description {
    font-family: 'exo_2bold_italic';
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.multiplayer img {
    width: 100%;
    margin: 0px auto;
    max-width: 1024px;
    display: block;
}
.multiplayer div {
    /*display: -webkit-flex;
    display: flex;*/
    justify-content: center;
}
.multiplayer .header {
    display: block;
}
.multiplayer .item img {
    margin: 0px auto;
}
.multiplayer .marquee-holder {
    margin-top: 0px;
    margin-bottom: 40px;
    height: 300px;
    overflow: hidden;
}
.multiplayer .marquee {
    margin-top: 70px;
    -ms-transform: rotate(-5deg);
    /* IE 9 */
    transform: rotate(-5deg);
    left: -10%;
    width: 120%;
    height: 300px;
}
.multiplayer .marquee .item {
    padding: 10px;
    width: 5vw;
}
.multiplayer .marquee .item img {
    width: 100%;
}
.multiplayer .multiplayer-item {
    padding: 0px 20px;
}
.multiplayer .multiplayer-item img {
    margin-bottom: 25px;
    width: 9vw;
    margin: auto;
    display: block;
}
.multiplayer .multiplayer-item .description h2 {
    margin: 25px auto;
}
.multiplayer .multiplayer-item .description p {
    color: #000;
    font-family: 'exo_2medium';
    font-size: 16pt;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
}
.event-banner-slider-holder {
  padding-bottom: 20px;
}
.event-banner-slider img {
    width: 100%;
    margin: 0px auto;
    display: block;
}
.event-banner-slider .slick-prev{
  width: 4vw;
  height: 4vw;
  background-image: url("../image/icon/new_arrow_sign_left_70x70.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: -5vw;
}
.event-banner-slider .slick-prev:before {
    content: '';
}
.event-banner-slider .slick-next{
  width: 4vw;
  height: 4vw;
  background-image: url("../image/icon/new_arrow_sign_right_70x70.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  right: -5vw;
}
.event-banner-slider .slick-next:before {
    content: '';
}
.event-banner-slider .slick-dots li button:before {
    content: '';
}
.event-banner-slider .slick-dots li {
    width: 70px;
    height: 20px;
}
.event-banner-slider .slick-dots li button {
    width: 65px;
    height: 10px;
    background-color: #FFF;
    opacity: 0.5;
    border-radius: 30px;
}
.event-banner-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.competitive {
    padding-top: 10px;
}
.competitive .header h1 {
    margin-top: 80px;
    margin-bottom: 0px;
}
.competitive .header h1.mb-25 {
    margin-bottom: 30px;
}
.competitive .competitive-item {
    padding: 0px 14px;
}
.competitive .competitive-item img {
    width: 14vw;
    margin: auto;
    display: block;
    border-radius: 100%;
}
.competitive .competitive-item h2 {
    width: 100%;
    text-align: center;
    color: #50a8cd;
    margin: 25px 0px 25px 0px;
    font-family: 'exo_2bold';
}
.competitive .competitive-item p {
    font-family: 'exo_2medium';
    font-size: 18px;
    width: 100%;
    text-align: left;
    margin-top: 25px;
}
.section-14 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-bottom: -2px;
    height: 300px;
}
.section-15 {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*max-width: 1920px;*/
    background-color: #FFF;
    margin-bottom: -2px;
}
.section-15 .header h1 {
    margin-top: 80px;
    margin-bottom: 0px;
}
.career-mode img {
    width: 1600px;
    height: 480px;
    object-fit: cover;
}
.career-mode {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* max-width: 1920px; */
    background-image: url(../image/career_mode.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-bottom: 0px;
}
.endless-gameplay-header p {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: 'exo_2bold_italic';
    margin-bottom: 0px;
}
.endless-gameplay {
    margin-top: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    /*max-width: 1920px;*/
    background-image: url(../image/endless.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 37.6vw;
    /*max-height: 1200px;*/
    font-family: 'exo_2bold_italic';
}
.section-16 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-height: 1200px;
    font-family: 'exo_2bold_italic';
    margin-top: -2px;
}
.section-16 .char-2 {
    display: block;
    width: 25%;
    margin: auto;
    margin: 0px auto 40px auto;
    position: relative;
    max-width: 500px;
}
.section-17 {
    width: 100%;
    position: relative;
    font-family: 'exo_2bold_italic';
    margin: -2px auto;
}
.section-end {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 15vw;
    font-family: 'exo_2bold_italic';
    margin-top: -2px;
}
.section-end .di-bot-bg {
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0vw;
    width: 100vw;
    height: 15vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
}
.event {
    position: relative;
}
.game-boy-holder {
    height: 775px;
}
.event .game-boy {
    width: 555px;
    height: 646px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.event .game-boy .item {
    width: 555px;
    height: 556px;
}
.event .img-cover {
    position: absolute;
    width: 630px;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    pointer-events: none;
}
.event .game-boy .slick-next {
    top: 650px;
    right: 121px;
    width: 50px;
    height: 50px;
}
.event .game-boy .slick-prev {
    left: auto;
    top: 647px;
    right: 207px;
    width: 50px;
    height: 50px;
}
.event .header h1 {
    margin-top: 55px;
    /*margin-bottom: 20px;*/
}
hr.bottom-line {
    height: 3px;
    width: 100%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.section-18 {
    width: 100%;
    position: relative;
    font-family: 'exo_2bold_italic';
    margin: 0px auto -2px auto;
    height: 100px;
}
.section-18 .to-top-img {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3%;
    position: absolute;
    width: 50px;
    height: 50px;
}
.white-bg {
    background-color: white;
}
.contact-us h1 {
    margin: 40px 0px;
    font-family: 'exo_2bold_italic';
}
.contact-us h2 {
    color: #1c598b;
    font-family: 'exo_2bold';
    font-size: 28pt;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.contact-us .description {
    color: #000;
    font-family: 'exo_2bold';
    font-size: 16pt;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.contact-us .contact-block {
    margin-bottom: 80px;
}
.contact-us .contact-block.last {
    margin-bottom: 0px;
}
.contact-us .section-125 {
    min-height: 16vw;
}
.contact-us .contact-block .social {
    width: 100%;
    padding: 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us .social img {
    width: 90px;
}
.contact-us .social a {
    margin: 0px 5px;
}
.contact-us .section-125 {
    background-position: bottom;
}
/*FAQ*/

.faq h1 {
    margin: 40px 0px;
    font-family: 'exo_2bold_italic';
}
.slide-block h2 {
    color: #1c598b;
    font-family: 'exo_2bold';
    font-size: 24pt;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 25px;
}
.slide-block .head-hold {
    text-align: left;
    height: 70px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.slide-block h3.head {
    position: relative;
    font-family: 'exo_2bold';
    color: #50a8cd;
    font-size: 18pt;
    margin: 0px;
    width: 80%;
    padding-left: 2%;
    padding-right: 2%;
}
.slide-block .description {
    color: #707070;
    font-family: 'exo_2medium';
    font-size: 14pt;
    width: 100%;
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 25px;
    /*transition: max-height 1s ease-out;*/
    /*max-height: 0px;*/
    display: none;
    overflow: hidden;
}
.slide-block .description.active {
    /*max-height: 300px;*/
    transition: max-height 1s ease-in;
}
.slide-block {
    padding-bottom: 25px;
    margin-bottom: 0px;
}
.slide-block.last {
    padding-bottom: 0px;
    margin-bottom: 80px;
}
.faq .section-125 {
    min-height: 16vw;
}
.slide-block .head-hold .slide-down-but {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20%;
    max-width: 60px;
}
.slide-block .head-hold .slide-down-but img {
    width: 100%;
    transform: rotate(180deg);
    border-radius: 100%;
    -webkit-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.4);
}
.slide-block .slide-block-inner {
    padding: 25px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(24, 26, 79, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(24, 26, 79, 0.4);
    box-shadow: 0px 4px 8px 0px rgba(24, 26, 79, 0.4);
}
/*LEARN*/

.learn .section-125 {
    min-height: 16vw;
}
.learn h1 {
    margin: 40px 0px;
    font-family: 'exo_2bold_italic';
}
.learn .vid {
    width: 75%;
    transform: translate(15%, 0%);
    padding: 20px 20px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}
.learn .description {
    width: 100%;
    font-size: 18px;
    font-family: 'exo_2medium';
    text-align: left;
}
.learn .description-text {
    width: 100%;
    font-size: 18px;
    font-family: 'exo_2medium';
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
}
.alb-nav .fade-left {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 100%;
    width: 60px;
    transform: translate(0%, -50%);
    opacity: 0.5;
}
.alb-nav .fade-right {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 100%;
    width: 60px;
    transform: translate(0%, -50%) rotate(180deg);
    opacity: 0.5;
}
.alb-nav .slick-list {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: left, right;
    -webkit-mask-position-y: center, center;
}
.track-info {
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
    width: 50px;
    z-index: 10;
}
.section-4 .track-head .item .track-info img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.endless-gameplay-header h1 {
    margin-top: 80px;
}
.footer {
    padding-bottom: 100px;
}
.footer [class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.footer .footer-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer .footer-group2 {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0px 30px;
    font-size: 28px;
    font-family: 'exo_2regular';
}
.footer .footer-group2.last {
    border: none;
}
.footer .footer-group3 {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0px 30px;
    border-right: solid;
    border-color: white;
    border-width: 2px;
    font-size: 22px;
    font-family: 'exo_2regular';
}
.footer .footer-group3.last {
    border: none;
}
.footer .footer-group img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
}
.footer .footer-group img.button {
    height: 40px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.footer .footer-group img.button.last {
    height: 40px;
    width: auto;
    margin-left: 10px;
    margin-right: 20px;
}
.footer .footer-group .txt {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    font-family: 'exo_2bold';
    color: #fff;
    text-align: center;
}
.trailer {
    min-height: 100vh;
}
.trailer .logo-container {
    margin-top: 80px;
}
.trailer .logo-container img {
    width: 100%;
}
.trailer .vid-container {
    margin-top: 80px;
    height: 70vh;
    padding: 0px;
}
.trailer .footer {
    margin-top: 80px;
}
.footer .devide {
    display: none;
}
.topnav h1 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    width: 100%;
    /* margin: 0px!important; */
    margin-top: 30px;
    margin-bottom: 0px;
}
@media only screen and (max-height: 1080px) {
    .power-ups-slide .slick-next {
        top: 46vh;
    }
    .power-ups-slide .slick-prev {
        top: 46vh;
    }
}
@media only screen and (max-height: 1024px) {
    .power-ups-slide .slick-next {
        top: 48vh;
    }
    .power-ups-slide .slick-prev {
        top: 48vh;
    }
}
@media only screen and (max-height: 900px) {
    .power-ups-slide .slick-next {
        top: 55vh;
    }
    .power-ups-slide .slick-prev {
        top: 55vh;
    }
}
@media only screen and (max-height: 768px) {
    .power-ups-slide .slick-next {
        top: 55vh;
    }
    .power-ups-slide .slick-prev {
        top: 55vh;
    }
}
@media only screen and (min-width: 1024px) {
    .mt-80 {
        margin-top: 60px!important;
    }
}
@media only screen and (min-width: 1441px) {
    .multiplayer .marquee-holder {
        height: 21vw;
    }
    .mt-80 {
        margin-top: 60px!important;
    }
    .endless-gameplay {
        min-height: 37.6vw;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1601px) {
    .mt-80 {
        margin-top: 80px!important;
    }
    .endless-gameplay {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1930px) {
    .section-14 {
        height: 350px;
    }
    .multiplayer .marquee-holder {
        height: 16vw;
    }
    .yt-container {
        top: 13vw;
    }
    .section-4 .track-nav .inner-group {
        min-height: 350px;
    }
    .section-5 {
        margin-top: -26.5vw;
    }
    .career-mode {
        min-height: 39vw;
    }
    .section-7 .di-top-bg {
        top: 4vw;
    }
    .beta-button {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1920px) {
    .section-4 .track-nav {
        top: -9.5vw;
    }
    .section-5 {
        margin-top: -36.5vw;
    }
    .di-bot-bg {
        top: 9vw;
    }
    .section-7 .di-top-bg {
        top: 5vw;
    }
    .section-9 .di-bot-bg {
        top: -6vw;
    }
    .section-16 .di-bot-bg {
        top: -14vw;
    }
    .section-5 .char-2 {
        margin-top: 32vw;
    }
}
@media only screen and (max-width: 1601px) {
    .section-4 .track-nav {
        top: -11.5vw;
    }
    .section-5 {
        margin-top: -45vw;
    }
    .di-bot-bg {
        top: 15vw;
    }
    .section-11 .di-top-bg {
        top: 10vw;
    }
    .section-5 .char-2 {
        margin-top: 37vw;
    }
}
@media only screen and (max-width: 1440px) {
    /*
    .section-1 .logo-container img {
        max-width: 190px;
    }
    .section-1 .yt-container h1 {
        font-size: 37pt;
    }
    .section-1 .trailer-container h1 {
        display: inline-block;

        width: auto;
        text-align: left;
        margin-top: 30px;
    }
    .yt-container img {
        width: 120px;
    }
    .yt-container {
        top: 10vw;
    }*/
    .section-4 .track-nav {
        top: -9.5vw;
    }
    .section-5 {
        margin-top: -46vw;
    }
    .section-4 .track-nav .inner-group {
        min-height: 200px;
    }
    .section-4 .track-nav .slick-center .inner-group img {
        -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
    }
    .section-4 .track-head .slick-dots {
        bottom: 18%;
    }
    .section-7 .char-1 {
        margin-bottom: 0px;
    }
    .section-6 .hypercar {
        min-height: 340px;
    }
    .career-mode {
        min-height: 500px;
    }
    .comfort-holder {
        margin-top: 40px;
    }
    .di-bot-bg {
        top: 19vw;
    }
    .section-9 .di-bot-bg {
        top: -4vw;
    }
    .section-5 .char-2 {
        margin-top: 41vw;
    }
}
@media only screen and (max-width: 1366px) {
    .section-4 .track-nav {
        top: -9.9vw;
    }
    .section-5 {
        margin-top: -47.4vw;
    }
    .di-bot-bg {
        top: 22vw;
    }

    .section-5 .char-2 {
        margin-top: 44vw;
    }
}
@media only screen and (max-width: 1024px) {
    .yt-button {
        width: 25vw;
        transform: translate(-50%, -12vw);
    }
    .section-9>div.row {
        width: 90%;
        margin: auto;
    }
    .section-11>div.row {
        width: 90%;
        margin: auto;
    }
    .section-7 .di-top-bg {
        top: 10vw;
    }
    .section-9 .di-bot-bg {
        top: 0vw;
        height: 58vw;
    }
    .section-11 .di-top-bg {
        top: 15vw;
    }
    .section-2 .desc img {
        width: 30%;
    }
    .multiplayer .marquee {
        margin-top: 30px;
        -ms-transform: rotate(-5deg);
        /* IE 9 */
        transform: rotate(-5deg);
        left: -10%;
        width: 120%;
        height: 220px;
    }
    .section-4 .track-nav .inner-group {
        min-height: 145px;
    }
    .section-2 {
        max-width: 100%;
        width: 90%;
        margin-top: 35px;
    }
    .section-2 .race-item {
        width: 33%;
    }
    .section-3 .char-1 {
        width: 60%;
    }
    .multiplayer .marquee .item {
        padding: 10px;
        width: 12vw;
    }
    .section-4 .track-nav {
        top: -10.6vw;
    }
    .section-5 {
        margin-top: -61.2vw;
    }
    .section-16 .char-2 {
        width: 25%;
        margin-top: 0px;
    }
    .section-14 {
        height: 160px;
    }
    .competitive .competitive-item h2 {
        font-size: 26px;
    }
    .competitive .competitive-item img {
        max-width: 33vw;
        width: 145px;
    }
    .competitive .competitive-item p {
        font-size: 14px;
    }
    .multiplayer .multiplayer-item {
        padding: 0px 10px;
    }
    .multiplayer .multiplayer-item img {
        margin-bottom: auto;
        width: 100px;
    }
    .multiplayer .multiplayer-item .description p {
        font-size: 10pt;
    }
    .multiplayer .marquee-holder {
        height: 200px;
        overflow: hidden;
        pointer-events:
    }
    .multiplayer .marquee {
        -ms-transform: rotate(-5deg);
        /* IE 9 */
        transform: rotate(-5deg);
        left: -10%;
        width: 120%;
        height: 220px;
    }
    .section-6 .power-ups .power-item {
        max-width: 160px;
        padding: 13px 20px;
    }
    .section-2 .race-item p {
        font-size: 14px;
    }
    .section-2 .desc p {
        font-size: 14px;
    }
    .power-ups-slide {
        width: 400px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .power-ups-slide .slick-next {
        width: 50px;
        height: 50px;
    }
    .power-ups-slide .slick-prev {
        width: 50px;
        height: 50px;
    }
    .power-ups-overlay .dismiss img {
        width: 50px;
    }
    .power-ups-slide .item .inner-group p {
        font-size: 12pt;
    }
    .customization-slide .item {
        width: 18vw;
        padding: 0px 30px;
    }
    .customization-slide .item img {
        width: 20vw;
    }
    .customization-slide2 .item {
        width: 18vw;
        padding: 0px 30px;
    }
    .customization-slide2 .item img {
        width: 18vw;
    }
    .comfort-item img {
        max-width: 33vw;
        width: 145px;
    }
    .comfort-item h2 {
        font-size: 28px;
    }
    .comfort-item p {
        font-size: 14px;
    }
    .section-10 {
        max-width: 90%;
    }
    .section-13 {
        max-width: 90%;
    }
    .maxw-90 {
        max-width: 90%;
    }
    .endless-gameplay {
        margin-top: 20px;
        background-size: 1024px auto;
        min-height: 37.6vw;
    }
    .section-7 {
        background-size: 195%;
    }
    .section-7 .char-1 {
        width: 34%;
    }
    .section-4 .track-nav .slick-next, .section-4 .track-nav .slick-prev {
        width: 5vw;
        height: 5vw;
    }
    .section-4 .track-nav .item img {
        width: 11vw;
    }
    .section-4 .track-head .slick-dots {
        bottom: 20%;
    }
    .section-5 .char-2 {
        width: 45%;
        margin-top: 58vw;
    }
    .section-4 {
        margin-top: -120px;
    }
    .section-2 .desc a img {
        width: 28%;
    }
    .di-bot-bg {
        top: 38vw;
    }
}
@media only screen and (max-width: 1024px) and (max-height: 1366px) and (min-height: 1300px) {
    .power-ups-slide {
        width: 600px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .power-ups-slide .slick-next {
        top: 37vh;
    }
    .power-ups-slide .slick-prev {
        top: 37vh;
    }
}
@media only screen and (max-width: 991px) {
    .trailer .logo-container {
        margin-top: 40px;
    }
    .trailer .vid-container {
        margin-top: 40px;
    }
    .trailer .footer {
        margin-top: 40px;
    }
    .yt-button {
        width: 30vw;
        transform: translate(-50%, -15vw);
    }
    .di-bot-bg {
        top: 4vw;
    }
    .section-9 .di-bot-bg {
        top: 0vw;
        height: 100vw;
    }
    .section-16 .di-bot-bg {
        top: -5vw;
    }
    .section-7 .di-top-bg {
        top: 16vw;
    }
    .section-11 .di-top-bg {
        top: 25vw;
        height: 70vw;
    }
    .section-1 .logo-container {
        margin-left: 3vw;
        margin-top: 1vw;
    }
    .section-1 .logo-container img {
        width: 18vw;
    }
    .section-1 {
        height: 56vw;
        background-size: 140%;
    }
    .yt-container {
        top: 5vw;
        width: 70vw;
    }
    .yt-container img {
        width: 14vw;
    }
    .section-1 .trailer-container h1 {
        margin-top: 3.5vw;
    }
    .section-1 .yt-container h1 {
        font-size: 6vw;
    }
    .section-2 .desc img {
        width: 30%;
    }
    .section-2 .desc a img {
        width: 30%;
    }
    .section-5 .char-2 {
        margin-top: 24vw;
    }
    .section-4 {
        margin-top: -120px;
    }
    .section-4 .track-head .headline {
        font-family: 'exo_2bold';
        color: #fff;
        top: 10vw;
        left: 10vw;
        position: absolute;
        max-width: 80%;
    }
    .section-4 .track-nav .inner-group {
        min-height: 175px;
    }
    h1 {
        font-size: 30pt;
    }
    .comfort-item {
        padding: 0px 10px 25px 10px!important;
    }
    .section-10 h1 {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .section-16 .char-2 {
        width: 40%;
        margin-top: 0px;
    }
    .section-14 {
        height: 140px;
    }
    .career-mode {
        background-size: cover;
        min-height: 420px;
        margin-bottom: 0px;
    }
    .competitive .competitive-item h2 {
        min-height: auto;
        text-align: left;
        margin: auto;
        /*float: right;*/
        display: inline-block;
        margin-bottom: 15px;
    }
    .competitive .competitive-item img {
        /*margin-left: 50px;*/
        width: 25%;
        float: left;
        display: inline-block;
    }
    .competitive .competitive-item p {
        font-size: 18px;
        min-height: auto;
        text-align: left;
        margin: auto;
        /*float: right;*/
    }
    .competitive .competitive-item {
        padding: 0px 10px 30px 10px;
    }
    .competitive .competitive-item .description {
        width: 70%;
        display: inline-block;
        float: right;
    }
    .section-4 .track-nav {
        top: -13vw;
    }
    .section-5 {
        margin-top: -31vw;
    }
    .section-4 .track-nav .slick-center .inner-group img {
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
    }
    .section-4 .track-nav .item img {
        width: 15.5vw;
    }
    .section-2 .race-item {
        /*padding: 3%;*/
    }
    .multiplayer .multiplayer-item {
        padding: 0px 50px;
    }
    .multiplayer .multiplayer-item img {
        margin-left: 50px;
        width: 200px;
        float: left;
    }
    .multiplayer .multiplayer-item .description {
        width: 48%;
        float: right;
    }
    .multiplayer .multiplayer-item .description h2 {
        font-size: 20pt;
        text-align: left;
    }
    .multiplayer .multiplayer-item .description p {
        font-size: 14pt;
    }
    .power-ups-slide .item .inner-group .item-img {
        height: auto;
        overflow: hidden;
        position: relative;
        width: 230px;
        padding-top: 0px;
    }
    .power-ups-slide .item .inner-group .item-img img {
        position: relative;
        width: 100%;
        object-fit: cover;
    }
    .power-ups-slide {
        width: 65%;
    }
    .power-ups-slide .slick-prev {
        width: 50px;
        height: 50px;
        right: -90px;
    }
    .power-ups-slide .slick-next {
        width: 50px;
        height: 50px;
        right: -90px;
    }
    .power-ups-slide .item .inner-group p {
        font-size: 16pt;
    }
    .customization-slide .item {
        width: 25vw;
        padding: 0px 30px;
    }
    .customization-slide .item img {
        width: 25vw;
    }
    .customization-slide2 .item {
        width: 25vw;
        padding: 0px 30px;
    }
    .customization-slide2 .item img {
        width: 20vw;
    }
    .comfort-item h2 {
        text-align: left;
        margin-top: 0px;
    }
    .comfort-item p {
        font-size: 18px;
    }
    .comfort-item img {
        width: 20%;
        margin: 0px auto;
        display: inline-block;
        float: left;
    }
    .comfort-item .description {
        width: 70%;
        display: inline-block;
        float: right;
    }
    .section-2 .race-item .description {
        padding: 20px 0px;
    }
    .endless-gameplay {
        background-size: cover;
        min-height: 37.6vw;
    }
    .section-7 {
        background-size: 230%;
    }
    .section-7 .char-1 {
        width: 40%;
        margin-bottom: 0px;
    }
    .platform {
        width: 90%;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 25px;
    }
    .platform img {
        width: 25vw;
        max-width: 150px;
        margin: 10px;
    }
    .section-4 .track-head .slick-dots {
        bottom: 26%;
    }
    .section-3 .char-1 {
        margin-bottom: 190px;
    }
    .footer .footer-group img {
        margin-left: 8px;
        margin-right: 8px;
    }
    .learn .vid {
        width: 100%;
        transform: translate(0%, 0%);
        padding: 20px 20px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
    }
    .slide-block h3.head {
        position: relative;
        font-family: 'exo_2bold';
        color: #50a8cd;
        font-size: 18pt;
        margin: 0px;
        width: 80%;
        padding-left: 0%;
        padding-right: 0%;
    }
    .learn .description-text {
        width: 100%;
        font-size: 18px;
        font-family: 'exo_2medium';
        text-align: left;
        padding-left: 0%;
        padding-right: 0%;
    }
}
@media only screen and (max-width: 769px) {
    .section-4 .track-nav {
        top: -15vw;
    }
}
@media only screen and (max-width: 750px) {
    .di-top-bg {
        height: 60vw;
        top: 4vw;
    }
    .di-bot-bg {
        top: 4vw;
    }
    .section-2 .race-holder {
        margin-top: 30px;
    }
    .section-2 .race-item {
        width: 90%;
        margin-bottom: 10px;
    }
    .section-2 .race-item img {
        width: 48%;
        margin-top: 0px;
        display: inline-block;
    }
    .section-2 .race-item .description {
        padding: 0px;
        width: 48%;
        display: inline-block;
        float: right;
    }
    .section-2 .race-item h2 {
        font-size: 22px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 5px;
    }
    .section-2 .race-item p {
        font-size: 14px;
        padding-left: 5px;
    }
    .section-2 .desc p {
        font-size: 14px;
    }
    .customization-slide .item {
        width: 30vw;
        padding: 0px 30px;
    }
    .customization-slide .item img {
        width: 36vw;
    }
    .customization-slide2 .item {
        width: 30vw;
        padding: 0px 30px;
    }
    .customization-slide2 .item img {
        width: 30vw;
    }
    .section-3 .char-1, .section-5 .char-2, .section-11 .char-1 {
        width: 80%;
    }
    .section-7 .char-1 {
        width: 70%;
    }
    .multiplayer .header {
        margin-top: 30px;
    }
    .multiplayer .multiplayer-item {}
    .multiplayer .multiplayer-item img {
        width: 120px;
        margin-left: 0px;
    }
    .multiplayer .multiplayer-item .description p {
        font-size: 10pt;
    }
    .multiplayer .multiplayer-item {
        padding: 10px 20px;
    }
    .multiplayer .multiplayer-item .description {
        width: 60%;
        float: right;
    }
    .section-4 .track-nav {
        top: -17.4vw;
    }
    .section-5 {
        margin-top: -37.4vw;
    }
    .section-5 .char-2 {
        margin-top: 155px;
    }
    .section-4 .track-head .slick-dots {
        bottom: 24%;
    }
    .platform img {
        width: 19vw;
        max-width: 240px;
        margin: 10px;
    }
    .beta-button {
        width: 415px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {
    .event .game-boy {
        width: 308px;
        height: 365px;
    }
    .event .game-boy .item {
        width: 308px;
        height: 312px;
    }
    .event .img-cover {
        width: 350px;
    }
    .event .game-boy .slick-next {
        top: 367px;
        right: 63px;
        width: 35px;
        height: 35px;
    }
    .event .game-boy .slick-prev {
        left: auto;
        top: 366px;
        right: 111px;
        width: 35px;
        height: 35px;
    }
    .platform img {
        width: 33vw;
    }
    .section-5 {
        margin-top: -50vw;
    }
    .di-bot-bg {
        top: 7vw;
        height: 82vw;
    }
    .section-5 .char-2 {
        margin-top: 200px;
    }
    .platform-header h2 {
        font-size: 27pt;
        margin-top: -5px;
    }
    .footer .devide {
        width: 100%;
        display: block;
    }
    .footer .footer-group3 {
        padding: 0px 18px;
    }
    .section-11 .di-top-bg {
        top: 47vw;
        height: 70vw;
    }
    .game-boy-holder {
        height: 430px;
    }
    .section-4 .track-nav {
        top: -12vw;
    }
    .comfort-item {
        padding: 0px 10px 15px 10px!important;
    }
    .event .header h1 {
        margin-top: 50px;
    }
    .section-16 .di-bot-bg {
        top: -18vw;
    }
    .section-4 .track-head .slick-dots {
        bottom: 6%;
    }
    .endless-gameplay {
        background-image: url(../image/endless_portrait.jpg);
        background-size: cover;
        min-height: 58.4vw;
    }
    .section-4 .track-nav .item img {
        width: 13vw;
    }

    .beta-button a {
        width: 415px;
        font-size: 14px;
    }
    .footer .footer-group2 {
        padding: 0px 13px;
    }
    .event-banner-slider .slick-dots li {
          width: 35px;
          height: 5px;
      }
    .event-banner-slider .slick-dots li button {
        width: 35px;
        height: 5px;
        padding: 0px;
    }
    .event-banner-slider .slick-dots {
        bottom: -10px;
    }
  	.event-banner-slider .slick-prev {
        width: 0px;
        height: 0px;
    }
    .event-banner-slider .slick-next {
        width: 0px;
        height: 0px;
    }
}
@media only screen and (max-width: 481px) {
    h1 {
        font-size: 28px;
    }
    .beta-button img {
        width: 36px;
    }
    .beta-button {
        width: 330px;
        font-size: 14px;
    }
    .platform-header hr {
        flex-grow: 1;
    }
    .buy-button {
        margin-top: 2%;
        margin-right: 10px;
        font-size: 0.8rem;
    }
    .footer .footer-group {
        margin-left: 9px;
        margin-right: 9px;
        margin-bottom: 20px;
    }
    .footer .footer-group img.button {
        height: 40px;
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    .footer .footer-group img.button.last {
        height: 40px;
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    .section-2 .desc a img {
        width: 40%;
    }
    .mt-big {
        margin-top: 30px!important;
        ;
    }
    .mb-big {
        margin-bottom: 30px!important;
    }
    .section-10 h1 {
        margin-top: 20px;
    }
    .di-top-bg {
        height: 60vw;
        -webkit-clip-path: polygon(0 43%, 100% 19%, 100% 100%, 0 100%);
        clip-path: polygon(0 43%, 100% 19%, 100% 100%, 0 100%);
    }
    .di-bot-bg {
        top: 16vw;
        height: 80vw;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 70%);
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 70%);
    }
    .section-11 .di-top-bg {
        top: 40vw;
    }
    .section-9 .di-bot-bg {
        height: 125vw;
    }
    .section-16 .di-bot-bg {
        top: -25vw;
    }
    .multiplayer .header {
        margin-top: 0px;
    }
    .multiplayer .description {
        margin-bottom: 25px;
    }
    .f-sm-3 {
        font-size: 20px;
    }
    .comfort-holder {
        margin-top: 20px;
    }
    .yt-button {
        width: 70vw;
        transform: translate(-50%, -26vw);
    }
    .section-2 {
        width: 97%;
        margin-top: 11vw;
    }
    .section-2 h1 {
        padding-bottom: 0px;
    }
    .section-3 {
        margin-top: 35px;
    }
    .section-1 .logo-container {
        margin-left: 3vw;
        margin-top: 2vw;
    }
    .section-1 .logo-container img {
        width: 30vw;
    }
    .option {
        margin-top: 5vw;
    }
    .option .menu {
        margin-right: 3vw;
        width: 15vw;
    }
    .option img {
        width: 10vw;
    }
    .section-1 {
        background-image: url("../image/cover_portrait.jpg");
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
        height: 84vw;
        background-size: 100%;
    }
    .yt-container {
        top: 12vw;
        width: 60vw;
    }
    .yt-container img {
        width: 20vw;
    }
    .section-1 .trailer-container h1 {
        margin-top: 5vw;
    }
    .section-1 .yt-container h1 {
        font-size: 8vw;
    }
    .section-3 .char-1 {
        margin-bottom: 110px;
    }
    .track-info {
        right: 20px;
        top: 20px;
    }
    .section-4 .track-head .headline {
        top: 90px;
        left: 5%;
        max-width: 90%;
    }
    .section-4 .track-head .slick-dots li {
        width: 35px;
        height: 5px;
    }
    .section-4 .track-head .slick-dots li button {
        width: 35px;
        height: 5px;
        padding: 0px;
    }
    .section-4 .track-head .slick-dots {
        bottom: 10px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .section-6 .header p {
        padding: 0px 10px
    }
    .section-6 .hypercar {
        min-height: 80vw;
        background-image: url(../image/hypercar_portrait.jpg);
    }
    .section-2 .race-item p {
        font-size: 14px;
    }
    .section-2 .desc p {
        font-size: 14px;
    }
    .section-14 {
        height: 80px;
    }
    .career-mode {
        min-height: 80vw;
        margin-bottom: 0px;
        background-image: url(../image/career_mode_portrait.jpg);
    }
    .section-4 .track-nav {
        top: 0vw;
    }
    .section-4 .track-nav .item img {
        width: 17vw;
    }
    .section-4 .track-head .headline h2 {
        font-size: 22px;
    }
    .section-4 .track-head .headline p {
        font-size: 12px;
    }
    .power-ups-slide .slick-prev {
        width: 40px;
        height: 40px;
        top: 285px;
        left: -50px;
    }
    .power-ups-slide .slick-next {
        width: 40px;
        height: 40px;
        top: 285px;
        right: -50px;
    }
    .power-ups-slide .item .inner-group h2 {
        font-size: 28px;
    }
    .nav-pills>li>.nav-link {
        font-size: 20px;
    }
    .power-ups-slide .item .inner-group p {
        font-size: 12pt;
    }
    .power-ups-slide .item .inner-group .item-img {
        width: 150px;
    }
    .power-ups-overlay .dismiss img {
        width: 40px;
    }
    .power-ups-overlay .dismiss {
        top: 20px;
        right: 15px;
    }
    .power-ups-slide .item .inner-group .item-img-ex {
        border-radius: 16px;
    }
    .section-6 .power-ups .power-item {
        max-width: 120px;
        padding: 10px 15px;
    }
    .customization-slide .item {
        width: 60vw;
        padding: 0px 0px;
    }
    .customization-slide .item img {
        width: 48vw;
        margin: 0px auto;
    }
    .customization-slide2 .item {
        width: 60vw;
        padding: 0px 0px;
    }
    .customization-slide2 .item img {
        width: 28vw;
        margin: 0px auto;
    }
    .comfort-item p {
        font-size: 14px;
    }
    .comfort-item h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .multiplayer .marquee-holder {
        height: 200px;
        overflow: hidden;
    }
    .multiplayer .marquee {
        -ms-transform: rotate(-5deg);
        /* IE 9 */
        transform: rotate(-5deg);
        left: -10%;
        width: 120%;
        height: 180px;
    }
    .game-boy-holder {
        height: 460px;
    }
    .event .game-boy {
        width: 308px;
        height: 365px;
    }
    .event .game-boy .item {
        width: 308px;
        height: 312px;
    }
    .event .img-cover {
        width: 350px;
    }
    .event .game-boy .slick-next {
        top: 367px;
        right: 63px;
        width: 35px;
        height: 35px;
    }
    .event .game-boy .slick-prev {
        left: auto;
        top: 366px;
        right: 111px;
        width: 35px;
        height: 35px;
    }
    .slide-block .description.active {
        max-height: 800px;
        transition: max-height 1s ease-in;
    }
    .slide-block h3.head {
        font-size: 1.2rem;
    }
    .slide-block .description {
        font-size: 1rem;
    }
    .section-7 {
        background-size: 325%;
    }
    .section-7 .char-1 {
        margin: 40px auto 0px auto;
    }
    .customization h1 {
        margin: 36px auto 9px auto;
        padding: 0px 10px;
    }
    .competitive .competitive-item h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .competitive .competitive-item p {
        font-size: 14px;
    }
    .section-10 h1.mb-55 {
        margin-bottom: 0px;
    }
    .section-4 {
        margin-top: -80px;
    }
    .section-5 {
        margin-top: -40vw;
    }
    .section-4 .track-nav .inner-group {
        min-height: 80px;
    }
    .section-4 .track-nav .slick-center .inner-group img {
        -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    }
    .section-4 .track-head .item .inner-group {
        padding-top: calc(1600 / 1920 * 100%);
    }
    .section-5 .char-2 {
        margin-top: 215px;
        margin-bottom: 50px;
    }
    .platform {
        width: 90%;
        flex-wrap: wrap;
    }
    .platform img {
        width: 30vw;
        margin: auto 4vw;
    }
    .competitive .header h1 {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .section-16 .char-2 {
        margin-bottom: 30px;
    }
    .section-18 {
        height: 100px;
    }
    .footer [class*=col-] {
        margin-bottom: 10px;
    }
    .footer .footer-group2 {
        padding: 0px 7px;
        font-size: 20px;
    }
    .footer .footer-group3 {
        font-size: 13px;
        padding: 0px 8px;
    }
    .platform-header h2 {
        padding: 0px 20px;
        font-size: 28px;
        margin-top: 4px;
    }
    .platform-header .left-line {
        width: 60px;
    }
    .platform-header .right-line {
        width: 60px;
    }
}
@media only screen and (max-width: 376px) {
    .platform-header .left-line {
        width: 40px;
    }
    .platform-header .right-line {
        width: 40px;
    }
}
@media only screen and (max-width: 360px) {
    .platform {
        width: 90%;
        flex-wrap: wrap;
    }
    .platform img {
        width: 30vw;
        margin: auto 4vw;
    }
    .platform-header h2 {
        padding: 0px 12px;
        font-size: 20px;
        margin-top: 9px;
    }
    .yt-container {
        top: 12vw;
        width: 60vw;
    }
    h1 {
        font-size: 20px;
    }
    .footer .footer-group img {
        width: 35px;
    }
    .footer .footer-group {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .f-sm-3 {
        font-size: 14px;
    }
    .section-2 .race-item p {
        font-size: 12px;
    }
    .section-2 .desc p {
        font-size: 12px;
    }
    .comfort-item p {
        font-size: 8pt;
    }
    .comfort-item h2 {
        font-size: 14pt;
    }
    .multiplayer .multiplayer-item .description {
        width: 50%;
    }
    .multiplayer .marquee-holder {
        height: 150px;
    }
    .competitive .competitive-item h2 {
        font-size: 14pt;
    }
    .competitive .competitive-item p {
        font-size: 8pt;
    }
    .game-boy-holder {
        height: 460px;
    }
    .event .game-boy {
        width: 268px;
        height: 312px;
    }
    .event .game-boy .item {
        width: 266px;
        height: 266px;
    }
    .event .img-cover {
        width: 300px;
    }
    .event .game-boy .slick-next {
        top: 314px;
        right: 55px;
        width: 30px;
        height: 30px;
    }
    .event .game-boy .slick-prev {
        left: auto;
        top: 313px;
        right: 97px;
        width: 30px;
        height: 30px;
    }
    .customization-slide .item img {
        width: 42vw;
    }
    .customization-slide2 .item img {
        width: 26vw;
    }
    .section-4 .track-nav .item img {
        width: 15vw;
    }
    .section-5 {
        margin-top: -48vw;
    }
    .di-bot-bg {
        height: 100vw;
    }
}
@media only screen and (max-width: 320px) {
    h1 {
        font-size: 20px;
    }
    .beta-button {
        width: 290px;
        font-size: 12px;
    }
    .buy-button {
        margin-top: 1%;
        margin-right: 10px;
        font-size: 0.8rem;
    }
    .comfort-item p {
        font-size: 8pt;
    }
    .comfort-item h2 {
        font-size: 14pt;
    }
    .multiplayer .multiplayer-item .description {
        width: 50%;
    }
    .multiplayer .marquee-holder {
        height: 150px;
    }
    .competitive .competitive-item h2 {
        font-size: 14pt;
    }
    .competitive .competitive-item p {
        font-size: 8pt;
    }
    .game-boy-holder {
        height: 370px;
    }
    .event .game-boy {
        width: 270px;
        height: 311px;
    }
    .event .game-boy .item {
        width: 266px;
        height: 266px;
    }
    .event .img-cover {
        width: 300px;
    }
    .event .game-boy .slick-next {
        top: 314px;
        right: 58px;
        width: 30px;
        height: 30px;
    }
    .event .game-boy .slick-prev {
        left: auto;
        top: 314px;
        right: 98px;
        width: 30px;
        height: 30px;
    }
    .section-2 .race-item p {
        font-size: 10px;
    }
    .section-2 .desc p {
        font-size: 10px;
    }
    .section-4 .track-nav .inner-group {
        min-height: 65px;
    }
    .section-5 {
        margin-top: -55vw;
    }
    .section-4 .track-head .headline {
        top: 70px;
    }
    .section-5 .char-2 {
        margin-bottom: 30px;
    }
    .nav-pills>li>.nav-link {
        font-size: 18px;
    }
    .power-ups-slide {
        width: 65%;
        height: 528px;
    }
    .power-ups-slide .slick-next {
        top: 275px;
    }
    .power-ups-slide .slick-prev {
        top: 275px;
    }
    .section-7 .char-1 {
        margin: 40px auto 0px auto;
    }
}
