body {
    background-color: #fdfdfd;
    font-family: "Roboto";
    font-weight: 400;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    overflow-x: hidden;
    overflow-y: hidden;
}

html {
    overflow-x: hidden;
}

.background-image {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.center-block {
    margin: 0 auto;
}

.main-header {
    height: 90px;
    width: 70%;

    position: fixed;
    top: 0;
    z-index: 99;

    padding-left: 15%;
    padding-right: 15%;
}

.header {
    background-color: black;
    height: 90px;
}

.header-icon-container {
    background-color: black;
    width: 95px;
    height: 90px;
    left: 0;
    bottom: 0;
    z-index: 100;
}

a {
    text-decoration: none;
}

.header-icon {
    width: 95px;
    height: 90px;
}

.header-icon:hover {
    cursor: pointer;
}

.button-container {
    width: calc(100% - 95px);

    display: flex;
    justify-content: flex-end;
}

.button {
    width: 100px;
    background-color: black;
    color: white;
    font-family: "Roboto";
    font-weight: 800;
    text-transform: uppercase;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease-in;
}

.button:hover {
    width: 100px;
    background-color: white;
    color: black;
    cursor: pointer;
}

.active-href {
    width: 100px;
    background-color: white;
    color: black;
}

.button:hover .bottom-button {
    transition: height 0.2s ease-in;
}

.bottom-button {
    height: 0px;
    position: absolute;
    background-color: #ffad00;
    width: 100px;
    bottom: 0;
    left: 0;

    z-index: 101;
}

.flex-block {
    display: flex;
}

.height-70 {
    height: 70px;
}

.height-80 {
    height: 80px;
}

.height-90 {
    height: 90px;
}

.height-100 {
    height: 100px;
}

.height-200 {
    height: 200px;
}

.height-160 {
    height: 160px;
}

.height-140 {
    height: 140px;
}

#video-section {
    position: relative;
    width: 100%;
    height: 100%;
}

#video {
    height: 100%;
    width: 100%;
    z-index: -1;
}

#main-section {
    width: 100%;
    height: 100vh;
    position: relative;
}

#info-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#container {
    perspective: 25px;
}

#inner {
    height: 400px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    background-color: transparent;
    box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.001);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

@media screen and (max-width: 1400px) {
    #inner {
        padding-top: 200px;
    }
}

@media screen and (max-width: 1200px) {
    #inner {
        padding-top: 100px;
        margin-left: 15%;
        margin-right: 15%;
    }
}

.padding-top-300 {
    padding-top: 300px;
}

.padding-top-200 {
    padding-top: 200px;
}

h1 {
    text-transform: uppercase;
    color: white;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 36px;
}

h2 {
    text-transform: uppercase;
    color: #555;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 28px;

    margin-bottom: 8px;
}

h3 {
    text-transform: uppercase;
    color: #555;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 22px;

    margin-top: 8px;
    margin-bottom: 8px;
}

.header-label {
    text-transform: uppercase;
    color: #555;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 22px;

    margin-top: 8px;
    margin-bottom: 8px;
}

.paragraph {
    color: white;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.paragraph-gray {
    color: #555;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.underline {
    height: 10px;
    width: 170px;
    background-color: #ffad00;

    transition: width 0.2s ease-in;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-200 {
    margin-top: 200px;
}

.margin-top-64 {
    margin-top: 64px;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-16 {
    margin-top: 16px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-center-horizontal {
    display: flex;
    justify-content: center;
}

.main-button {
    width: 160px;
    height: 40px;
    background-color: #dc3545;
    color: white;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;

    transition: all 0.2s ease-in;
}

.main-button:hover {
    background-color: #c32433;
}

.secondary-button {
    width: 160px;
    height: 40px;
    background-color: #629cd5;
    color: white;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;

    transition: all 0.2s ease-in;
}

.secondary-button:hover {
    background-color: #306ca8;
}

.secondary-button div {
    color: white;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.main-button:focus {
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.main-button:hover {
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

#main-section {
    background-size: cover;

    width: 70%;
    height: auto;
    padding-left: 15%;
    padding-right: 15%;
}

.block {
    width: 49%;
    min-width: 49%;
    height: auto;
}

.block:hover {
    cursor: pointer;
}

.block:hover .underline {
    width: 100%;
    transition: width 0.2s ease-in;
}

.block-margin {
    margin-right: 2%;
}

#games {
    display: flex;
    flex-wrap: wrap;
}

.item-cover {
    width: 100%;
    height: auto;
}

.item-cover-container {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.small-icon {
    width: 22px;
    height: 22px;
}

.margin-icons img {
    margin-right: 8px;
}

.margin-icons img:last-of-type() {
    margin-right: 0px;
}

#company-section {
    position: relative;
    width: 100%;
    height: 100%;
}

.dual-block {
    width: 100%;
    height: auto;
}

.background-image-block {
    width: 50%;
    height: auto;
}

.image-block {
    width: 100%;
    height: auto;
}

.background-content-block {
    width: 50%;
}

/* #629cd5 */
/* #529214 */

.header-right-corner {
    padding-left: 36px;
    padding-right: 36px;

    position: relative;
}

.header-right-corner::before {
    position: absolute;

    background-color: #629cd5;
    width: 100px;
    height: 10px;

    content: "";

    top: -16px;
    left: 16px;
}

.header-right-corner::after {
    position: absolute;

    background-color: #ffad00;
    width: 10px;
    height: 44px;

    content: "";

    top: -16px;
    left: 16px;
}

.footer {
    min-height: 200px;
    width: 100%;

    background-color: black;
}

.footer-content {
    height: 100%;
    width: 70%;

    padding-right: 15%;
    padding-left: 15%;

    background-color: black;
}

.section {
    width: 70%;
    padding-right: 15%;
    padding-left: 15%;
}

.input {
    border-radius: 0px !important;
}

.input:focus {
    outline: none;
}

.submit {
    border-radius: 0px !important;
    background-color: #629cd5 !important;
    color: white;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 0px !important;
    text-transform: uppercase;
}

.submit:hover {
    background-color: #306ca8;
}

.submit:focus {
    outline: none;
    background-color: #306ca8;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;

    transition: all 0.2s ease-in;
}

.social-icon:hover {
    background-color: #ffad00;
}

.privacy {
    color: white;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.gen-button a span {
    color: white;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}

.platform-icon {
    height: 40px;
    width: 40px;
}
