@font-face {
    font-family: Dosis;
    src: url(../fonts/Dosis-Regular.ttf);
}

@font-face {
    font-family: Heebo;
    src: url(../fonts/Heebo-Regular.ttf);
}

@font-face {
    font-family: Acme;
    src: url(../fonts/Acme-Regular.ttf);
}

body {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url(../images/dots.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 77px;
    position: relative;
}

html,
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-navbar-nav>li>a,
.uk-navbar-item,
.uk-navbar-toggle,
.uk-logo {
    font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
p,
span {
    /* color: rgba(0, 0, 0, .8); */
    color: #2B2D31;
}

h1,
.uk-h1 {
    font-size: 60px;
}

h2,
.uk-h2 {
    font-size: 50px;
}

h3,
.uk-h3 {
    font-size: 35px;
}

.uk-select,
.uk-input {
    font-family: Heebo, sans-serif;
    color: black;
}

p,
ul,
li,
ol {
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 180%;
}

.tender > *{
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.header {
    width: 100%;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    background-color: #fff;
    border-bottom: 1px solid rgb(225, 228, 232);
    /* transition: 1s; */
}

.uk-navbar-sticky.header {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .3);
    padding-top: 0;
    padding-bottom: 0;
}

.uk-navbar-sticky.header .logo {
    content: url("../images/header-white.png");
}

.uk-navbar-sticky.header.uk-background-secondary {
    /* background-color: rgba(255, 255, 255, .3); */
    background-color: #2B2D31;
}

.uk-navbar-sticky.header .menu-icon {
    color: #fff;
}

.uk-navbar-sticky.header .menu-icon:hover {
    opacity: 0.5;
}

.menu-icon {
    /* background-color: #DE454F !important; */
    border-radius: 50%;
    opacity: 0.8;
    color: #000;
    padding: 15px;
}

.menu-icon.uk-modal-close-full {
    color: black;
    opacity: 1;
    background-color: white!important;
}

.menu-icon.uk-modal-close-full:hover {
    color: black;
}

.menu-icon:focus {
    outline: 0;
    border: 0;
}

.menu-icon:hover {
    color: rgba(0, 0, 0, .6);
}

.uk-text-bold-small {
    font-weight: 600;
}

.top-section-image {
    position: relative;
    top: 50px;
    left: 50px;
    text-align: center;
}

.top-image-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    border-radius: 30px;
    overflow: hidden;
}

.top-section-back {
    /* background-image: url(../images/home-back-shape.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    margin-top: -100px !important;
}

.top-heading-title {
    /* color: rgba(0, 0, 0, 1); */
    color: #2B2D31;
}

.top-section-scroll {
    margin-top: 100px;
}

.about-section-back {
    background-image: url(../images/about-back-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    padding-top: 250px;
    padding-bottom: 250px;
    margin-top: -200px;
}

.uk-overlay-primary {
    background-color: rgba(0, 0, 0, .2);
}

.uk-alert {
    padding: .9rem 1.25rem;
}

.uk-alert p {
    font-size: 18px;
}

.uk-alert-success {
    color: #fff;
    background-color: #00bf9a;
    border-radius: 5px;
}

.uk-button {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.uk-button-success {
    background: #00f2c3;
    background-image: linear-gradient(to bottom left, #00f2c3, #0098f0, #00f2c3);
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: #00f2c3;
}

.uk-button-success:hover {
    background-image: linear-gradient(#0098f0, #00f2c3);
    box-shadow: -15px 15px 5px 0 rgba(0, 0, 0, .1);
}

.uk-button-primary {
    border: 0;
    color: #fff !important;
    background: #D8242F;
    background-image: linear-gradient(to bottom left, #D8242F, #d40f1c, #DE454F);
    background-position: 100% 0;
    background-color: #DE454F;
}

.uk-button-primary:hover {
    background-image: linear-gradient(#D8242F, #DE454F);
    box-shadow: -15px 15px 5px 0 rgba(0, 0, 0, .1);
}

.uk-button-primary:disabled {
    background-color: transparent !important;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .2) !important;
}

.uk-button-primary:hover:disabled {
    box-shadow: none;
}

#spinner {
    display: none;
}

.game-item {
    background-color: #DE454F;
    border-radius: 10px;
}

.game-item:hover {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
}

.game-item-head {
    position: relative;
    overflow: hidden;
    height: 180px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.game-item-body {
    padding: 30px;
    text-align: center;
    position: relative;
}

.game-item-icon {
    margin: -110px auto 0;
    width: 140px;
    height: 140px;
    background-color: #bbb;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}

.game-item-title {
    font-size: 25px;
    font-weight: 500;
}

.game-item-description {
    font-size: 18px;
    color: rgba(0, 0, 0, .6);
}

.career-section-back {
    background-image: url(../images/career_background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -300px;
    padding: 500px 0 180px;
}

.root-menu {
    background-color: rgba(255, 255, 255, .1);
    background-image: url(../images/dots.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.root-menu-items a {
    font-size: 50px;
    color: #000;
    text-decoration: none !important;
}

.root-menu-items li {
    text-align: center;
}

.menu-modal {
    overflow-y: scroll;
}

.menu-modal .uk-modal-close-full {
    background-color: transparent;
    position: static;
}

.footer {
    background-color: #DE454F;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact-form {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

.contact-title {
    font-size: 25px;
    font-weight: 600;
}

.contact-description {
    font-size: 18px;
}

#copied {
    display: none;
}

.career-shape {
    overflow: visible;
}

.uk-form-label {
    font-size: 17px;
}

.uk-form-danger,
.uk-form-danger:focus {
    color: #f0506e !important;
    border-color: #f0506e !important;
}

.uk-logo.uk-navbar-item {
    padding: 0;
}

.policy-terms p,
.policy-terms ol,
.policy-terms ul {
    color: rgba(0, 0, 0, .5);
    line-height: 200%;
}

.policy-terms b {
    color: #000;
}

.policy-terms h3 {
    font-size: 25px;
}

.namecard-container {
    display: grid;
    place-content: center;
    min-height: 100%;
}

.namecard {
    width: 520px;
    aspect-ratio: 1.75;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.5), 0 40px 40px -20px rgba(0, 0, 0, 0.4), 0 70px 50px -30px rgba(0, 0, 0, 0.3), 0 40px 60px -5px rgba(230, 22, 50, 0.3);
}

@media (max-width: 960px) {
    body {
        padding-bottom: 150px;
    }
    .top-section-back {
        margin-top: 0 !important;
        background-image: none;
    }
    .contact-form h3 {
        font-size: 20px;
    }
    .root-menu-items a {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    h1,
    .uk-h1 {
        font-size: 40px;
    }
    h2,
    .uk-h2 {
        font-size: 30px;
    }
    h3,
    .uk-h3 {
        font-size: 15px;
    }
    .contact-description,
    p {
        font-size: 20px;
    }
    .career-page-back {
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: none;
    }
    body,
    .root-menu {
        background-size: 270% auto;
    }
    .about-section-back {
        padding-bottom: 50px;
    }
}