html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: white;
    background: #00071D;
    margin: 0px;
}

a {
    color: #00ffff;
}

a:visited {
    color: #00ffff;
}

.clear-float {
    clear: both;
}

.home-slider-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.home-slider-slide-cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.6;
}

.home-logo {
    position: absolute;
    left: calc((100vw - 1320px) / 2 - 100px);
    top: 100px;
    height: 60px;
}

.home-logo-mobile {
    position: absolute;
    left: 36px;
    top: 36px;
    height: 40px;
    display: none;
}

.home-title {
    position: absolute;
    left: calc((100vw - 1320px) / 2);
    top: 470px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 75px;
    color: white;
    max-width: 850px;
}

.menu-desktop {
    position: absolute;
    width: 150px;
    right: calc((100vw - 1320px) / 2 - 150px);
    top: 368px;
    line-height: 76px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.menu-desktop a {
    color: white;
    text-decoration: none;
}

.menu-desktop a:hover {
    color: #00ffff;
}

.menu-mobile {
    background: #00071D;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    line-height: 76px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-top: 254px;
    padding-left: 124px;
    display: none;
}

.menu-mobile a {
    color: white;
    text-decoration: none;
}

.menu-mobile a:hover {
    color: #00ffff;
}

.mobile-menu-icon {
    display: none;
    position: fixed;
    right: 36px;
    top: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.section {
    margin-top: 112px;
}

#technologies {
    margin-top: calc(100vh + 108px);
}

.section-inner {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.section-left {
    width: 50%;
    float: left;
}

.section-right {
    width: 50%;
    float: right
}

.section-title {
    line-height: 75px;
    font-size: 55px;
    font-weight: 800;
    color: #00ffff;
}

.section-icon {
    margin-right: 35px;
    width: 40px;
    height: 40px;
}

.technology-buttons {
    margin-top: 27px;
}

.technology-button {
    background: #00071D 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    width: calc(50% - 56px);
    float: left;
    line-height: 113px;
    text-align: center;
    cursor: pointer;
    margin: 11px 14px;
    font-weight: 800;
    font-size: 27px;
}

.technology-button:hover {
    color: #00071D;
    background-color: #00FFFF;
}

.technologies-content-container {
    max-width: 540px;
}

.technologies-name {
    font-weight: 800;
    font-size: 27px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.technologies-mobile-content-container {
    display: none;
}

.game-section {
    background-color: #00071D;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: 0px;
}

.game-section-inner {
    min-height: 840px;
}

#games {
    margin-top: 148px;
}

.game-content {
    max-width: 650px;
}

.game-content h1 {
    font-weight: 700;
    display: inline-block;
    color: white;
    font-size: 55px;
    margin-top: 285px;
}

.game-link {
    display: inline-block;
    margin-top: 50px;
    background: none;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
    text-align: center;
    color: #00FFFF;
    font-weight: 800;
    font-size: 17px;
    float: right;
    text-decoration: none;
    margin-bottom: 30px;
    margin-left: 10px;
}

.game-link:hover {
    background: #00FFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    color: #00071D;
}

.group-photo {
    margin-left: 20px;
    margin-top: 40px;
    width: calc(100% - 10px);
}

.group-photo-mobile {
    display: none;
    width: 100%;
}

.employees-container {
    margin: -12px;
    text-align: center;
}

.employee-photo {
    width: 200px;
    height: 200px;
    margin: 12px;
}

.careers-left {
    width: 448px;
    float: left;
}

.careers-right {
    width: calc(100% - 542px);
    float: right;
}

.job-container {
    padding-right: 80px;
    margin-bottom: 35px;
    cursor: pointer;
}

.job-name {
    height: 28px;
    float: left;
    font-size: 27px;
    line-height: 28px;
}

.job-button {
    font-size: 25px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    background: #00FFFF;
    color: black;
    border-radius: 14px;
}


.job-content-desktop {
    display: none;
    background: #00071D;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    padding: 46px 43px 17px;
}

.job-content-desktop-title-icon {
    width: 80px;
    height: 75px;
    float: left;
}

.job-content-desktop-title-icon img {
    margin-top: 20px;
}

.job-content-desktop-title-content {
    width: calc(100% - 80px);
    min-height: 75px;
    float: left;
    font-size: 55px;
    line-height: 75px;
    font-weight: 800;
    color: #00FFFF;
}

.job-content-desktop-content {
    margin-top: 26px;
}

.job-content-desktop-content p {
    margin: 0px;
}

.job-content-mobile {
    display: none;
    background: #00071D;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    padding: 23px 27px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.job-content-mobile-title-icon {
    width: 68px;
    height: 40px;
    float: left;
}

.job-content-mobile-title-content {
    width: calc(100% - 68px);
    min-height: 40px;
    float: left;
    font-size: 20px;
    line-height: 40px;
    font-weight: 800;
    color: #00FFFF;
}

.contact-form-text {
    width: calc(100% - 72px);
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    clear: both;
    background: #00071D 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    opacity: 1;
    padding: 16px 33px;
    color: white;
    margin-top: 17px;
}

::placeholder {
    color: white;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.contact-from-textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    width: calc(100% - 72px);
    height: 205px;
    clear: both;
    background: #00071D 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    opacity: 1;
    padding: 16px 33px;
    color: white;
    resize: vertical;
    margin-top: 17px;
}

.contact-form-upload {
    width: calc(100% - 72px);
    clear: both;
    background: #00071D 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    opacity: 1;
    padding: 16px 33px;
    color: white;
    margin-top: 17px;
    cursor: pointer;
}

.contact-form-file {
    display: none;
}

.contact-from-submit {
    margin-top: 17px;
    display: inline-block;
    font-weight: 800;
    color: white;
    font-size: 17px;
    height: 60px;
    width: 200px;
    line-height: 60px;
    text-align: center;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    opacity: 1;
    float: right;
    cursor: pointer;
}
.contact-from-submit:hover {
    color: #00071D;
    background: #00FFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    border-radius: 10px;
    opacity: 1;
}

.footer {
    margin-bottom: 35px;
}

.footer-item {
    float: left;
    padding-right: 55px;
}

.footer-item a {
    color: white;
    text-decoration: none;
}

.single-page-section {
    margin-top: 360px;
}
.single-page-section h1 img {
    margin-right: 50px;
}

.cookies-banner {
    display: none;
    position: fixed;
    left: 50px;
    bottom: 10px;
    width: calc(100vw - 100px - 43px - 25px);
    background: #00071D 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    opacity: 1;
    padding: 28px 28px 28px 43px;
}

.cookies-banner-content {
    width: calc(100% - 250px);
    float: left;
}

.cookies-banner-button {
    float: right;
    width: 200px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
    color: white;
    box-shadow: 5px 5px 20px #00FFFF59;
    border: 3px solid #00FFFF;
    border-radius: 10px;
    opacity: 1;
}

.cookies-banner-button:hover {
    color: #00071D;
    background: #00FFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 20px #00FFFF59;
    border-radius: 10px;
    opacity: 1;
}