@font-face {
    font-family: Calibri;
    src: local('Calibri'), url(../assets/fonts/calibri.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Calibri;
    src: local('Calibri'), url(../assets/fonts/calibrib.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Calibri;
    src: local('Calibri'), url(../assets/fonts/calibrii.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Calibri;
    src: local('Calibri'), url(../assets/fonts/calibriz.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@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;
}

:root {
    --text-accent-color: #fc873f;
    --page-max-width: 1925px;
}

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: var(--page-max-width) !important;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
}

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

#kooTopNav {
    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: 0;
    background-image: url(../assets/header/bg_header.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    padding-bottom: 28.95%;
}

.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: 0.5rem auto;
    width: 145px;
    height: auto;
}

#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.3rem;
    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: 50px;
}

.koo-games-card {
    box-shadow: rgba(0, 0, 0, .3) 0 1px 10px;
    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-store-btn-div {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.koo-store-btn-div a {
    width: 20%;
    height: auto;
}

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

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

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

.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;
}

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

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

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

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

#kooBottomNav::before {
    content: " ";
    position: absolute;
    z-index: -1;
    background-image: url(../assets/footer/bg_bottom_nav_bar.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: var(--page-max-width) auto;
    width: 100%;
    height: 500px;
    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: 25%;
    min-width: 242px;
}

.koo-bottom-logo-container img {
    width: 242px;
}

#kooBottomContent {
    min-height: 293px;
    max-width: 1366px;
    width: 100%;
    color: #ddd;
}

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

.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: 1.25rem;
    min-height: 85px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.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;
}

#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;
}

#kooBottomNavLinks li {
    margin: 5px 0;
}

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

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

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

.highlight {
    color: var(--text-accent-color);
}

.footer-right-spacer {
    width: 15%;
}

#kooBottomContent a {
    color: #fff;
    text-decoration: none;
}

#kooBottomContent a:hover {
    color: var(--text-accent-color);
    text-decoration: underline;
}

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

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

/* lg */
@media screen and (max-width: 1119px) {
    #kooBottomNav::before {
        background-position-x: -31rem;
    }

    .footer-right-spacer {
        width: 10%;
    }

    #kooFooter ul li {
        font-size: 0.75rem;
    }

    #kooMission {
        font-size: 1.3rem;
    }

    #kooHeaderLogo {
        width: 115px;
    }

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

/* md */
@media screen and (max-width: 991px) {
    #kooHeader {
        background-image: url(../assets/header/bg_header_mobile.webp);
        padding-bottom: 56.3%;
    }

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

    #kooLocationHeader {
        font-size: 3.5rem;
    }

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

    #kooBottomNav {
        text-align: center;
    }

    #kooBottomContent {
        flex-direction: column;
        min-height: 274px;
    }

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

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

    .koo-store-btn-div a {
        width: 25%;
    }
}

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

    #kooBottomTermsCol {
        width: 47%;
    }

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

    #kooBottomNav {
        background-color: #727272;
    }

    #kooBottomContent {
        min-height: unset;
    }

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

/* xs */
@media screen and (max-width: 575px) {
    #kooBottomTermsCol {
        width: 100%;
    }

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

    #kooTermsConditions p {
        width: 100%;
    }

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

    #kooMission {
        font-size: 0.85rem;
    }
}