/* Navbar */
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    font-weight: 500;
    color: #0c145a;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0c145a;
}

.navbar-light .navbar-nav .nav-link {
    color: #7e8cac;
}

.navbar-light .btn-sign-in {
    color: #0c145a;
    background-color: #e7eaf5;
    padding: 0.75rem 1.875rem;
}
/*  */

/* Header */
.header .header-title {
    font-size: 2.625rem;
    line-height: 1.5;
}

.header .btn-get {
    background-color: #4d17e2;
    padding: 0.75rem 3rem;
}

.header .btn-learn:hover {
    color: #0c145a;
}

.header .card {
    border-radius: 1rem;
    box-shadow: -8px 8px 58px 0px rgba(0, 0, 0, 0.1);
}

.header .left-card {
    width: 207px;
    height: 112px;
    top: 6.68rem;
    left: -3.625rem;
    padding: 0.875rem;
}

.header .right-card {
    width: 135px;
    height: 177px;
    bottom: 6.5rem;
    right: -3.2rem;
    padding: 1.25rem 1.5rem;
}

.header .right-card-support {
    padding: 0.063rem 0.625rem;
    background-color: #00baff;
    width: max-content;
    border-radius: 0.375rem;
    bottom: -0.5rem;
    left: auto;
    right: auto;
}
/*  */

/* Feature */
.feature .feature-card {
    background-color: #f9faff;
    padding: 1.875rem;
    border-radius: 1.625rem;
    margin-right: 16px;
}
/*  */

/* Featured Game */
.featured-game .overflow-setting {
    overflow-x: auto;
    overflow-y: hidden;
}

.featured-game .featured-game-card {
    transition: all 0.4s;
    border-radius: 1.625rem;
    width: 205px;
    height: 270px;
}

.featured-game .featured-game-card:hover {
    transition: all 0.4s;
    border: 4px solid #2b2467;
}

.featured-game .featured-game-card:hover img {
    transition: all 0.4s;
    filter: blur(40px);
    width: 181px;
    height: 246px;
}

.featured-game .featured-game-card .blur-sharp {
    overflow: hidden;
    border-radius: 1.625rem;
}
.featured-game .featured-game-card:hover .blur-sharp {
    width: 192px;
    border: 7px solid white;
}

.featured-game .cover {
    transition: all 0.4s;
    opacity: 0;
    left: 0;
    right: 0;
    height: -webkit-fill-available;
}

.featured-game .featured-game-card:hover .cover {
    opacity: 1;
}

.featured-game .game-icon {
    margin-top: 3.125rem;
}

@media (min-width: 768px) {
    .featured-game .overflow-setting {
        overflow: hidden;
    }
}

/* CARD THEME */

.featured-theme .featured-theme-card {
    border: 2px solid #a0948c;
    border-radius: 1.625rem;
    box-shadow: 0px 0px 15px 2px rgba(160, 148, 140, 0.664);
    overflow: hidden;
    transition: all 0.4s;
    width: 205px;
    height: 254px;
}

.featured-theme .featured-theme-card .content-1 {
    background-color: #103251;
    height: 270px;
}

.featured-theme .featured-theme-card .thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-theme .featured-theme-card .content-2 {
    /* background-color: #ae8f79; */
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-theme .featured-theme-card .content-title {
    color: white;
    background-color: #ccd4db98;
    border-radius: 1.5rem;
}

.featured-theme .featured-theme-card .item-content {
    position: relative;
    background-color: white;
    height: 50px;
}

.featured-theme .featured-theme-card .btn-buy {
    font-size: 12px;
    border-radius: 0.5rem;
    color: white;
    background-color: #0c145a;
}

.featured-theme .featured-theme-card .btn-buy:hover {
    border-radius: 0.5rem;
    color: #0c145a;
    background-color: transparent;
    border: 2px solid #0c145a;
}

.featured-theme .featured-theme-card .content-1:hover {
    transition: all 0.4s;
    border: 4px solid #2b2467;
}

.featured-theme .featured-theme-card .content-2:hover {
    transition: all 0.4s;
    border: 4px solid #ae8f79;
}

.featured-theme .featured-theme-card .content-1:hover img,
.content-2:hover img {
    transition: all 0.4s;
    filter: blur(40px);
    width: 181px;
    height: 150px;
}

.content-readonly img {
    /* transition: all 0.4s; */
    /* filter: blur(40px); */
    width: 181px;
    height: 150px;
}

.featured-theme .featured-theme-card .content-2:hover .to-preview {
    display: block;
}

.featured-theme .featured-theme-card .to-preview {
    display: none;
    position: absolute;
    /* margin-top: 70px;
  margin-left: 37px; */
    padding: 14px 4px;
    width: 50px;
    height: 50px;
    background-color: #2b2467;
    border-radius: 50%;
    z-index: 50;
    text-decoration: none;
}

.featured-theme .featured-theme-card .to-preview p {
    color: white;
    text-decoration: none;
}

/*  */

/* Reached */
.reached .vertical-line {
    width: 1px;
    background-color: #e7eaf5;
    height: 94px;
}

.reached .horizontal-line {
    width: 240px;
    background-color: #e7eaf5;
    height: 1px;
}
/*  */

/* Story */
.story .btn-read {
    padding: 0.75rem 3rem;
    background-color: #e7eaf5;
}

.story .img-fluid {
    max-width: 100%;
    height: auto;
}
/*  */

.copyright span {
    font-weight: 800;
}

/* Footer */
footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f9faff;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    transition: 0.2s;
}

footer ul li a:hover {
    color: #4d17e2;
    text-decoration: underline !important;
    background-color: transparent;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

@media (max-width: 768px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* Header */

    /*  */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Navbar */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    /*  */

    /* Header */
    .header .underline-blue {
        text-decoration: none;
        position: relative;
    }

    .header .underline-blue:after {
        position: absolute;
        content: "";
        height: 8px;
        bottom: 11px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 100%;
        background: #00baff;
        z-index: -10;
    }
    /*  */

    /* Featured Game */
    .featured-game .featured-game-card:hover .blur-sharp {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
