body {
    font-family: 'Roboto', sans-serif;    
}
header .logo {
   display: inline-block;
}
.ajax_form .error {
    color: #FF7575 !important;
}
.form-control.error {
    border: 1px solid #FF7575 !important;
}
ul {
    margin-bottom: 0;
    text-align: right;
}
iframe {
    width: 100%;
    border-radius: 20px;
}
.embed-responsive-16by9::before {
    padding-top: 56.25% !important;
}

.form-group > textarea {
    padding: 1.2rem 1rem;
    border-radius: 15px;
}
.navigation > li > a {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    color: #003CD1;
    letter-spacing: 1px;
}
.list-inline-item:not(:last-child) {
    margin-right: 2px;
}
.navigation > li a {
    /* padding:  40px 20px; */
    padding: 28px 20px;
    display: inline-block;
}
/* .navigation > li.current {
    background-color: #003CD1;
}
.navigation > li.current a {
    color: #fff;
} */
.navigation li:hover {
    background-color: #003CD1;
}
.navigation li:hover a {
    color: #fff;
}
.navigation li a:hover  {
    background-color: #003CD1;
    color:  #fff;
    text-decoration: none;
}

.main-banner > img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
}
.main-banner.mobile {
    display: block;
}
.game-info {
    padding: 90px 0 70px;
}
.game-info__market-description:after {
    content: '';
    background-image: url(../img/vertical-line.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 7px;
    right: 0px;
    top: 30px;
    display: block;
    height: 100%;
}
.game-info__market-description > h1 {
    color: #003CD1;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.game-info__market-description > p {
    text-align: center;
    font-size: 26px;
    color: #000;
    padding: 0 65px 20px;
}
.game-info__market-img {
    padding: 0 65px;
}
/* .slider {
    border: 2px solid #003CD1;
    border-radius: 50px;
    padding: 50px 40px;
} */
.slick-slide img {
    display: block;
    padding: 5px;       
    border:1px solid #343434;
    border-radius: 22px;
}
.slider__item:focus {
    outline: 0;
}
.slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/carousel-arrow-left.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 40px;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 13px;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    transform: translate(0, -50%);
}
.slick-prev:focus, .slick-next:focus, .slider__item :focus {
    outline: 0;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 15px;
}
.slick-next:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/carousel-arrow-right.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
}
.about-game {
    padding: 80px 0 100px;
}
.about-game__logo {
    padding:0 75px;
}
.about-game__heading h2 {
    text-align: center;
    color: #000;
    font-size: 49px;
    font-weight: 600;
    margin-bottom: 30px;
}
.about-game__text {
    border: 1px solid #6362621a;
    border-radius: 12px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 14%);
    padding: 50px 130px 50px;
}
.about-game__text p {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.about-game__see-more {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 26px;
    font-weight: 500;
    width: 140px;
    border-bottom: 3px solid #575A5C;
}
.success-wrapper h1 {
    font-size: 22px;
    font-weight: bold;
    color: #00A800;
    margin-top: 20px;
    margin-bottom: 10px;
}
.success-wrapper {
    border: 1px solid #f3eeee;
    border-radius: 30px;
    box-shadow: 0px 5px 8px #d8d8d8;
    padding: 35px;
}
.success-wrapper p {
    font-size: 18px;
    font-weight: bold;
    color: #00A800;
}
.about-game__see-more:hover {
    text-decoration: none;
    /* border-bottom: 3px solid #003CD1; */
}
.about-game__logo:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/arrow-icon.png);
    background-repeat: no-repeat;
    width: 89px;
    height: 42px;
    right: -22px;
    bottom: 40%;
    background-size: 55px;
}
.footer {
    background-color: #033393;
    /* padding: 90px 0 50px; */
    padding: 50px 0 30px;
}
.footer__subscribe-form h3 {
    color: #fff;
    margin-bottom: 15px;
    padding-left: 10px;
}
.subscribe-form input {
    border: 2px solid #FFFFFF;
    background-color: transparent;
    border-radius: 30px;
    padding: 15px 18px;
    color: #fff;
    width: 320px;
}
.subscribe-form input::placeholder {
    color: #fff;
    font-size: 18px;
}
.subscribe-form input:focus {
    outline: 0;
}
.subscribe-form {
    position: relative;
    display: inline-block;
}
.footer__subscribe-form button {
    background-image: url(../img/arrow-right-yellow.png);
    background-repeat: no-repeat;
    height: 52px;
    background-color: transparent;
    width: 50px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 4px;
    border: 0;
}
.footer__subscribe-form button:focus {
    outline: 0;
}
.footer__socials {
    margin-bottom: 40px;
}
.footer__socials img {
    width: 86px;
}
.footer__copyright-text a, .footer__copyright-text p {
    color: #fff;
    font-size: 20px;
    text-align: right;
    display: inline-block;
}
.footer__copyright-text a {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-left: 20px;
}
.footer__copyright-text a:hover {
    text-decoration: none;
}
/* jobs */
.jobs {
    padding: 50px 0 20px;
}
.opening-jobs {
    padding: 40px 0;
}
.jobs__list-item {
    border: 1px solid #707070;
    border-radius: 15px;
    font-size: 25px;
    margin: 10px 20px;
    padding: 6px;
}
.jobs__list-item a {    
    color:#000;
    padding: 9px 24px;
    border-radius: 15px;
}
.jobs__list-item:hover {
    background: #003CD1;
}
.jobs__list-item:hover a {
    background: #003CD1;
    color: #fff;
    text-decoration: none;
}
.jobs__list-item-focus {
    background: #003CD1;
    color: #fff;
    text-decoration: none;
}
.jobs__list-item-focus a {
    color:#fff;
}
.opening-jobs__title {
    color:#003CD1;
    font-size: 30px;
    margin-bottom: 45px;
}
.opening-jobs__item {
    border: 1px solid #707070;
    border-radius: 35px;
    padding: 30px 25px 35px;
}
.opening-jobs__item-title {
    color: #003CD1;
    font-size: 26px;
    margin-bottom: 5px;
}
.opening-jobs__item-location {
    color:#000;
    font-size: 22px;
    margin-bottom: 0;
}
.opening-jobs__item-body:after {
    content: '';
    position: absolute;
    border-right: 2px solid #707070;
    width:2px;
    right: 1px;
    top: 0;
    height: 100%;
}
.opening-jobs__item-description {
    color: #707070;
    font-size: 20px;
    margin-bottom: 0;
}
.opening-jobs__item-applyJob {
    background-color: #003CD1;
    border-radius: 20px;
    color: #fff;
    padding: 8px 32px;
}
.opening-jobs__item-applyJob:focus {
    outline: 0;
}
.opening-jobs__item {
    margin-bottom: 50px;
}
.opening-jobs__item-applyJob:hover {
    color: #fff;
}
/* vacancy */
.vacancy-description {
    padding: 60px 0 80px;
    color: #000;
    font-size: 30px;
    line-height: 40px;
}
.vacancy-description h3 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 50px;
    font-weight: 600;
}
.vacancy-description p {
    margin-bottom: 30px;
}
.vacancy-description__title, .vacancy-description__location {
    text-align: center;
}
.vacancy-description__title {
    color: #003CD1;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 20px;
}
.vacancy-description__location {
    color: #000;
    margin-bottom: 50px;
}
.button-body {
    margin-top: 50px;
    text-align: center;
}
.button-body__apply {
    background-color: #003CD1;
    border-radius: 30px;
    color: #fff;
    padding: 8px 60px;
    font-size: 26px;
    display: inline-block;
    position: relative;
}
.button-body__apply:hover {
    color: #fff;
}
/* vacancy-application */
.vacancy-application {
    padding: 60px 0 80px;
    min-height: calc(100vh - 219px);     
}
.vacancy-application__title, .vacancy-application__location {
    text-align: center;
}
.vacancy-application__title {
    color: #003CD1;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}
.vacancy-application__location {
    color: #000;
    margin-bottom: 50px;
}
.vacancy-application__form__button {
    background-color: #003CD1;
    border-radius: 30px;
    color: #fff;
    padding: 8px 75px;
    font-size: 26px;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.vacancy-application__form__button:focus {
    outline: 0;
}
.vacancy-application__form__button:hover {
    color: #fff;
    text-decoration: underline;
}
.vacancy-application__form input {
    padding: 1.8rem 1rem;
    border-radius: 15px;
}
.custom-file__attach {
    padding: 0.8rem 1rem;
    border-radius: 15px;
    border: 1px solid #ced4da;
    color: #495057;
}
#jGrowl > .af-message-error {
    display: none !important;
}
.jGrowl-closer {
    display: none !important;
}
.custom-file > span {
    color: #495057;
    display: block;
    margin-left: 15px;
}
.screenshots-carousel {
    padding-bottom: 40px;
}
.about-us-new {
    background-image: url("/template/img/about-us-bg.png");
    height: 100vh;
    padding-top: 120px;
    background-repeat:no-repeat;
    background-size: cover;
}
.about-us-new__text {
    font-size: 29px;
    line-height: 53px;
    font-weight: normal;
    padding-top: 25px;
} 

.about-us {
    padding:5px 0 45px;
}
.about-us__title {
    color: #003CD1; 
}
.about-us__description {
    font-size: 32px;
    line-height: 43px;
}
.about-us__title {
    font-size: 62px;
    margin-bottom: 50px;
    margin-top: 60px;
    font-weight: 600;
}
.teamMember-name {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
}
.teamMember-title {
    font-size: 24px;  
    font-weight: 400;  
    color: #000;
}
.mobileMenu {
    display: none;
}
.focus-jfilestyle {
    /* border-radius: 15px;
    border: 1px solid #ced4da;
    color: #495057;
    float: left;
    margin-top: 12px;
    padding: 2px 14px;
    opacity: 0; */
    border-radius: 15px;
    border: 1px solid #ced4da;
    color: #495057;
    float: left;
    margin-top: 15px;
    padding: 8px 2px;
    opacity: 0;
    width: 105px;
}
.custom-file > span {
    margin-bottom: 10px;
}
input:disabled {
    background: transparent;
    border: 0;
}
.jfilestyle > input {
    width: 250px;
    margin-top: 8px;
}
.jfilestyle-corner {
    position: absolute;
    left: 25px;
    top: 15px;
}
.custom-file__attach-text {
    margin-bottom: 0;
}
