@font-face {
    font-family: QuickSand-Light;
    src: url(../assets/fonts/Quicksand-Medium.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: QuickSand-Regular;
    src: url(../assets/fonts/Quicksand-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: QuickSand-Medium;
    src: url(../assets/fonts/Quicksand-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: QuickSand-SemiBold;
    src: url(../assets/fonts/Quicksand-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: QuickSand-Bold;
    src: url(../assets/fonts/Quicksand-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
html {
    height: 100%;
    font-size: 12pt;
    font-family: QuickSand-SemiBold;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.accent-color {
    color: #ea6312 !important;
}

.accent-color-light {
    color: #fc873f;
}

#main {
    display: block;
    max-width: 1925px !important;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
}

#main .row {
    margin-right: 0;
    margin-left: 0;
}

#kooTopNav {
    position: absolute;
    top: 0;
    left: 0;
    font-family: QuickSand-SemiBold;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

#kooTopNav a {
    color: #000;
}

#kooTopNav .navbar-toggler span {
    color: #d36350;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28211, 99, 80%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

#kooTopNav .navbar-toggler:focus {
    box-shadow: none;
}

#kooTopNav a:hover,
#kooTopNav a.nav-link.active:hover {
    text-decoration: none;
    color: #ea6312;
}

#kooTopNav a.nav-link.active {
    color: #fc873f;
}

.koo-subnav {
    width: 45%;
}

#navCenterLogo {
    display: inline-flex;
    justify-content: center;
    width: 10%;
}

#kooHeader {
    position: relative;
    top: -1px;
    background-image: url(../assets/header/bg_header.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    padding-bottom: 56.3%;
}

.no-webp #kooHeader {
    background-image: url(../assets/header/bg_header.png);
}

#kooHeaderContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: clip;
    overflow-y: visible;
}

#kooHeaderLogo {
    display: block;
    margin: 1rem auto;
    width: auto;
    max-width: 485px !important;
}

#logoLayer {
    top: calc(40% - 180px) !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#kooMission {
    font-family: QuickSand-SemiBold;
    display: block;
    font-size: 1.5rem;
    margin: 0.5rem 0 1rem 0;
}

.koo-section {
    font-family: QuickSand-SemiBold;
    position: relative;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: inherit;
    height: auto;
    max-width: 1366px;
}

.koo-typeface {
    font-family: QuickSand-SemiBold;
}

#games {
    margin-top: 100px;
}

.koo-more-games {
    font-family: QuickSand-SemiBold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 80px;
    margin: 0 auto;
    background-color: #F79218;
    text-decoration: none;
    color: #FFF;
    border-radius: 0.75rem;
    font-size: 2rem;
    font-weight: 600;
}

.koo-more-games:hover {
    background-color: #e27c01;
}

.koo-games-card {
    box-shadow: rgba(0, 0, 0, .5) 0 2px 13px;
    border-radius: .75rem;
    overflow: hidden;
}

.koo-games-col img {
    -webkit-user-select: none;
    user-select: none;
}

.koo-games-col {
    min-width: 300px;
    position: relative;
}

.koo-play-btn-div {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.koo-play-btn-div a {
    width: 50%;
    height: auto;
}

.koo-play-btn-div a img {
    width: 100%;
    height: auto;
}

.koo-games-label {
    font-family: QuickSand-Bold;
    display: block;
    background-color: #f7f4ee;
    padding: 1rem 0;
    font-size: 1.45rem;
    font-weight: 300;
    text-align: center;
    z-index: 20;
}

.koo-games-pic {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.koo-games-snake-middle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 111.2%;
    height: auto;
}

.koo-games-snake-text {
    position: absolute;
    top: 4rem;
    width: 100%;
    height: auto;
    z-index: 20;
}

#kooCareer {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(../assets/career/bg_clara.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 51.375%;
}

.no-webp #kooCareer {
    background-image: url(../assets/career/bg_clara.png);
}

#kooCareer .koo-career-container {
    height: 77%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#kooCareerTxt {
    font-family: QuickSand-Bold, sans-serif;
    font-weight: bold;
    font-size: 3.65rem;
    display: block;
    margin: 0 auto 0 auto;
    width: auto;
    color: #fff;
    text-align: center;
}

.koo-news-vr {
    width: 5px !important;
    color: rgb(234, 150, 60);
    opacity: 1 !important;
}

.koo-news-items {
    overflow-y: auto;
}

.koo-news-tab {
    display: block;
    width: 90%;
    margin: 2rem auto 2rem auto;
}

#news .koo-news-tab:last-child {
    margin: 2rem auto 1rem auto;
}

#news .koo-news-tab:first-child {
    margin: 1rem auto 2rem auto;
}

.koo-news-more {
    display: flex;
    justify-content: center;
    margin: 1rem auto !important;
}

.koo-news-header {
    display: block;
}

.koo-news-title {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    color: #a2a2a2;
    text-decoration: none;
}

.koo-news-title:hover {
    color: #fc873f;
    text-decoration: none;
}

.koo-news-link {
    display: inline-block;
    background-position: center center;
    background-size: contain;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    margin: 0 auto;
    background-image: url(../assets/news/btn_more_articles.webp);
    background-repeat: no-repeat;
    width: 260px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
}

.koo-news-link:hover {
    background-image: url(../assets/news/btn_more_articles_p.png);
}

.no-webp .koo-news-link:hover {
    background-image: url(../assets/news/btn_more_articles_p.webp);
}

.no-webp .koo-news-link {
    background-image: url(../assets/news/btn_more_articles.png);
}

.koo-news-date {
    font-weight: lighter;
    font-size: 0.75rem;
    color: #a2a2a2;
}

.koo-view-jobs {
    --full-width: 228px;
    --full-height: 93px;
    background-image: url(../assets/career/btn_view_jobs.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    margin: 0 auto;
    border: none;
    width: var(--full-width);
    height: var(--full-height);
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    outline-width: 1px;
}

.koo-text-header {
    font-family: QuickSand-Bold;
    display: block;
    margin: 5rem auto 0 auto;
    font-size: 3.5rem;
    font-weight: 400;
    text-align: center;
    color: #fc873f;
}

.koo-about-txt {
    font-family: QuickSand-SemiBold;
    display: block;
    position: relative;
    width: 80%;
    margin: 1rem auto;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: justify;
    font-weight: 300;
}

.koo-founders-img {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
}

.koo-founders-txt {
    font-family: QuickSand-Light;
    font-size: 1.75rem;
    font-weight: 350;
    margin: 1.4rem 0 0.5rem 0;
    display: block;
}

.koo-advisors-name {
    font-family: QuickSand-SemiBold;
    font-weight: 600;
    display: block;
    color: #fc873f;
    font-size: 2.5rem;
    margin: 0 1rem;
    font-weight: 300;
}

.koo-advisors-img {
    display: block;
    width: 100%;
    max-width: 300px !important;
    margin: 0 auto;
}

.koo-advisors-bio p {
    font-family: QuickSand-SemiBold;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 1.5rem 0;
    font-weight: 300;
    text-align: justify;
}

#kooLocation {
    width: 85%;
    margin: 0 1rem;
}

#kooLocationHeader {
    display: block;
    color: #fc873f;
    font-size: 4rem;
}

#kooLocation p {
    font-family: QuickSand-SemiBold;
    font-size: 3rem;
    font-weight: 300;
}

.koo-bottom-spacer {
    height: 360px;
    width: 100%;
}

#kooBottomNav {
    position: relative;
    width: inherit;
}

#kooBottomNav::before {
    content: " ";
    position: absolute;
    z-index: -1;
    background-image: url(../assets/footer/bg_bottom_nav_bar.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 100%;
    height: 700px;
    bottom: 0;
}

#kooFooter {
    background-color: #27292a;
    width: auto;
    margin: 0;
    padding-right: 1rem;
}

#kooFooter ul li {
    font-size: 0.95rem;
    color: #fff;
}

.koo-bottom-logo-container {
    width: 15%;
    min-width: 200px;
    max-width: 242px;
}

.koo-bottom-section {
    width: 100%;
    color: #fff;
}

.koo-bottom-section ul {
    list-style: none;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 25px;
    min-height: 115px;
}

.koo-bottom-section ul li {
    font-size: 1.1rem;
    font-weight: 450;
}

.koo-bottom-span {
    display: block;
    margin: 0 auto;
    font-size: 1.2rem;
}

.koo-bottom-span a {
    text-decoration: none;
    color: #fff;
}

.koo-bottom-span a:hover {
    color: #fc873f;
    text-decoration: none;
}

#dataDeletionRequest,
#privacyPolicyOptOut {
    font-size: 0.9rem !important;
}

#contactUsHeader {
    display: block;
    font-size: 1.3rem;
}

#kooBottomTermsCol {
    width: 32%;
}

#kooTermsConditions {
    padding-left: 25px;
    margin: 0;
}

#kooTermsConditions p {
    margin: 0;
    font-size: 1rem;
    width: 92%;
}

#kooBottomNavLinks,
#kooTermsConditions {
    font-family: QuickSand-SemiBold;
    border-left: 1px solid #fff;
    height: 150px;
    margin: 0 0.5rem;
}

#kooBottomNavLinks li {
    margin: 5px 0;
}

#kooSocial {
    font-family: QuickSand-SemiBold;
    color: #fff;
}

#kooBottomNavLinks a,
#kooSocial a {
    text-decoration: none;
    color: #fff;
}

#kooBottomNavLinks a:hover {
    color: #fc873f;
    text-decoration: none;
}

#kooSocial .social-icon {
    position: relative;
    width: auto;
    list-style-position: outside;
    line-height: 1.2;
}

#kooSocial .social-icon a::before {
    content: " ";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0.25rem;
}

#kooSocial div a {
    font-size: 1.2rem;
    font-weight: 200;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

#kooSocial a:hover {
    color: #fc873f;
    text-decoration: none;
}

#kooSocial a:hover::before {
    filter: contrast(11%) sepia(100%) hue-rotate(-29.25deg) saturate(400%) brightness(99%);
}

#email a::before {
    background-image: url(../assets/nav_bar/icon_email.png);
}

#kooFb a::before {
    background-image: url(../assets/nav_bar/icon_fb.png);
}

#kooTwitter a::before {
    background-image: url(../assets/nav_bar/icon_twitter.png);
}

#kooInstagram a::before {
    background-image: url(../assets/nav_bar/icon_instagram.png);
}

/* xl */
@media screen and (max-width: 1399px) {
    #kooBottomNav::before {
        background-size: cover;
        background-position-x: 70%;
    }

    #backLayerImage,
    #frontLayerImage {
        width: 100%;
        height: auto;
    }

    .koo-bottom-spacer {
        height: 400px;
    }
}

/* lg */
@media screen and (max-width: 1119px) {
    #kooFooter ul li {
        font-size: 0.75rem;
    }

    #kooMission {
        font-size: 1.3rem;
    }

    #kooHeaderLogo {
        width: 45%;
        height: auto;
    }

    .koo-advisors-img {
        max-width: 270px !important;
    }

    #logoLayer {
        top: calc(40% - 110px) !important;
    }
}

/* md */
@media screen and (max-width: 991px) {
    #kooLocationHeader {
        font-size: 3.5rem;
    }

    #kooLocation p {
        font-size: 2rem;
    }

    #kooCareerTxt {
        font-size: 2.5rem;
    }

    .koo-view-jobs {
        width: calc(var(--full-width) * .85);
        height: calc(var(--full-height) * .85)
    }

    #kooBottomNav::before {
        background-size: auto 700px;
        background-position: bottom left;
    }

    .koo-bottom-spacer {
        height: 100px;
    }

    .koo-news-link {
        font-size: 1.5rem;
        width: 195px;
        height: 60px;
        line-height: 60px;
    }

    .koo-more-games {
        font-size: 1.5rem;
        width: 252px;
        height: 54px;
    }
}

/* sm */
@media screen and (max-width: 767px) {
    #kooMission {
        font-size: 1.2rem;
    }

    #kooCareerTxt {
        font-size: 2rem;
    }

    .koo-view-jobs {
        width: calc(var(--full-width) * .65);
        height: calc(var(--full-height) * .65)
    }

    .koo-news-title {
        font-size: 1rem;
    }

    #kooBottomTermsCol {
        width: 47%;
    }

    #kooBottomNav::before {
        background-image: unset;
    }

    #kooBottomNav {
        background-color: #727272;
    }

    #logoLayer {
        top: calc(40% - 80px) !important;
    }
}

/* xs */
@media screen and (max-width: 575px) {
    #kooCareerTxt {
        font-size: 1.5rem;
    }

    .koo-founders-txt {
        font-size: 1.25rem;
    }

    .koo-advisors-bio p {
        font-size: 1.1rem;
        line-height: 1.9rem;
    }

    .koo-view-jobs {
        width: 100%;
        height: auto;
        aspect-ratio: 228/88;
        font-size: 1rem;
    }

    .koo-news-items {
        --container-shadow-color: rgba(0, 0, 0, 0.5);
        max-height: 450px;
        box-shadow: inset 0 11px 9px -11px var(--container-shadow-color),
            inset 0 -11px 9px -11px var(--container-shadow-color);
        margin-left: .5rem;
    }

    #kooCareer .koo-career-container {
        height: 74%;
    }

    #kooBottomTermsCol {
        width: 100%;
    }

    #kooTermsConditions {
        border-left: unset;
        padding-left: unset;
        padding-top: 1.25rem;
        text-align: center;
    }

    #kooTermsConditions p {
        width: 100%;
    }

    #games {
        margin-top: 25px;
    }

    /* header */
    #scene {
        height: fit-content;
    }

    #kooHeaderContent {
        align-items: center;
        position: static;
    }

    #kooHeader {
        padding-bottom: initial;
        height: fit-content;
        background-size: cover;
    }

    #kooMission {
        font-size: 0.85rem;
    }

    .koo-news-link {
        font-size: 1.25rem;
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
}