/* ---------------------------------------------------Bootstrap Custom -------------------------------------------------------- */

.mw-80 {
    max-width: 80%;
    margin: auto;
}

.flex-1 {
    flex: 1; /* additionally, equal width */
}

.change-language-header a {
    color: #7e7e7f;
}

.change-language-header .lang-active a {
    color: #8fcfd1;
}

.change-language-header .language-en::before {
    content: "|";
    margin: 0 6px;
}

/* ------------------------------------------------------INDEX------------------------------------------------------------ */
* {
    scroll-behavior: smooth;
}

header {
    /* padding: 15px 0; */
    background-color: #144264;
}

header ul {
    list-style: none;
}

header ul li {
    display: inline;
    font-size: 1.3rem;
    padding: 10px 5px;
    font-family: Prompt !important;
}

.home-page p {
    word-wrap: break-word;
    font-weight: 500;
}

span {
    background-color: #144264;
    border-radius: 8px;
    padding: 2px 12px;
    color: #fff;
    font-size: 0.6rem;
}

a h3 {
    color: #000;
}

.tag-list button {
    width: 100%;
    border: 1px solid #144264;
    border-radius: 8px;
    background-color: #fff;
    padding: 12px;
    transition: 0.3s;
    word-wrap: break-word;
}

.tag-list button:hover {
    color: #fff;
    background-color: #144264;
}

.tag-content p {
    word-wrap: break-word;
}

.login-page {
    background-image: url("../images/Rectangle 1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100vh;
}

.login-page .login-content {
    border-radius: 20px;
    background-color: rgba(51, 51, 51, 0.8);
    padding: 3rem;
}

.login-page .login-content h2 {
    color: #fff;
}

.login-page .login-content input {
    border: none;
    border-radius: 8px;
    padding: 5px;
}

.login-page .login-content button {
    color: #fff;
    background-color: #BD0000;
    border-radius: 8px;
    display: block;
    margin: 15px auto;
}

.top-radius {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.bottom-radius {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.activity-item {
    border: 1px solid #f4f4f4;
    border-radius: 0.25rem;
}

.banner-radius {
    border-radius: 20px;
}

.owl-partner .owl-item {
    padding: 15px !important;
}

.page-header-title {
    color: #fff;
    background-color: #8fcfd1;
}

.text-price {
    color: #df5e88;
    font-size: 1.4rem;
}

/* user favorite */
.user_favs_container {
    position: relative;
}
.user_favs_container button {
    position: absolute;
    top: 30%;
    margin: 1rem auto;
    background-color: #144264;
    opacity: 50%;
    border: none;
    border-radius: 16px;
    width: 2rem;
    height: 2rem;
}
.user_favs_container button:hover {
    opacity: 100%;
}
.user_favs_container button i::before {
    color: #fff;
}
.user_favs_container #slideLeft {
    left: -2rem;
}
.user_favs_container #slideRight {
    right: -2rem;
}
.user_favs_row {
    display: flex;
    overflow: hidden;
    flex-flow: row;
}
/* star icon */
.img-box {
    position: relative;
}
.icon-box-sm {
    z-index: 200;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: .5rem;
    right: .5rem;
}
.icon-box-md {
    z-index: 200;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.icon-box-lg {
    z-index: 200;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 2rem;
}
.star-sm {
    font-size: 1rem;
}
.star-md {
    font-size: 1.5rem;
}
.star-lg {
    font-size: 2rem;
}
.fa-regular::before {
    color: rgb(255, 255, 255);
    transition: 0.7s all;
}
.icon-box-sm:hover .fa-regular::before,
.icon-box-md:hover .fa-regular::before,
.icon-box-lg:hover .fa-regular::before,
.fa-solid::before {
    color: gold;
}
/* end star icon */
/* end user favorite */

/* game genres */
.game-genres {
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
}
/* end game genres */

/* display full page */
.favorite-page, .genre-page {
    min-height: 100vh;
}
/* end display full page */

a {
    text-decoration: none;
}

nav {
    font-family: monospace;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

li {
    color: #fff;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

li a {
    color: #fff;
}

li:hover {
    cursor: pointer;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: .3rem;
    left: 0;
    display: none;
}

ul li:hover > ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    z-index: 204;
    background-color: #236596;
    transition: .3s;
    width: max-content;
}

ul li ul li {
    clear: both;
    width: 100%;
    padding: 5px;
}

/* new nav bar */
#nav-bar-sm {
    display: none;
}
#nav-bar-lg {
    display: block;
}
/* end new nav bar */

@media(max-width: 575.98px) {}


/* -----------------------------------------------------------------ACCOUNT DETAIL-------------------------------------------------------------------  */

@media(max-width: 360px) {}

@media(max-width: 576px) {}

@media(min-width: 576px) {}

@media(min-width: 576px) and(max-width: 768.98px) {}

@media(min-width: 768.98px) and(max-width: 1024.98px) {}

@media(min-width: 768.98px) and(max-width: 1024.98px) {}

/* --------- mobile ---------- */
@media only screen and (max-width: 576px) {}

/* --------- tablet / mobile ---------- */
@media only screen and (max-width: 768px) {
    .user_favs_container #slideLeft {
        left: 0rem;
    }
    .user_favs_container #slideRight {
        right: 0rem;
    }
    .user_favs_row {
        overflow-x: scroll;
    }
    #nav-bar-lg {
        display: none;
    }
    #nav-bar-sm {
        display: block;
    }
    #nav-bar-sm i {
        padding: 1rem;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer;
    }
    #nav-bar-sm i::before {
        color: #fff;
    }
    #nav-bar-menu.nav-bar-show {
        display: block;
        background-color: #4b4b4b;
        height: 100%;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 205;
    }
    #nav-bar-menu.nav-bar-hide {
        display: none;
    }
    #nav-bar-menu div {
        display: flex;
        flex-direction: column;
    }
    #nav-bar-menu div a {
        width: 100%;
        background-color: #144264;
        padding: 1rem 2rem;
        font-family: Prompt;
        transition: all .7s;
    }
    #genre-menu.genre-show {
        display: flex;
        width: 100%;
    }
    #genre-menu.genre-show a {
        background-color: #236596;
    }
    #genre-menu.genre-show a:hover {
        border-left: #f85438 solid 4px;

    }
    #genre-menu.genre-hide {
        display: none;
    }
}