.orange-card .news-text-wrapper {
    background-color: #ff6600 !important;
}

.wild-card .news-text-wrapper {
    background-color: #b50046 !important;
}

.wild-card h2.card-title {
    color: #ffd15f !important;
}

.gem-code-card .news-text-wrapper {
    background: #008749 !important;
}

.gem-code-card h2.card-title {
    color: #f2e744 !important;
}

.sky-card .news-text-wrapper {
    background-color: #71a6dd !important;
}

.sky-card h2.card-title {
    color: #424793 !important;
}

.coin-code-card .news-text-wrapper {
    background-color: #e7c11e !important;
}

.coin-code-card h2.card-title {
    color: #52020a !important;
}

.gem-sale-dark .news-text-wrapper {
    background-color: #761711 !important;
}

.gem-sale-dark h2.card-title {
    color: #81cf5f !important;
}

.pastel-card .news-text-wrapper {
    background: #9787be !important;
}

.pastel-card h2.card-title {
    color: #b9d1f1 !important;
}

.sevenseas-card .news-text-wrapper {
    background: #46b5b8 !important;
}

.sevenseas-card h2.card-title {
    color: #fafd8b !important;
}

.footer-wrap {
    background: #000;
    color: #fff;
}

.footer-wrap a {
    font-family: "Virgo 01" !important;
    color: #eeb302 !important;
    font-weight: 500;
}

.news-wrapper {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
}

.news-card {
    max-width: 719px;
    margin: 0.5rem;
    border-width: 3px 0;
    border-style: solid;
    border-color: #493071;
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
    flex: 1;
    min-width: 30%;
    box-shadow: 0 0 1rem rgba(0,0,0,0.5);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 80%);
    z-index: 0;
}

.card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.news-text-wrapper {
    position: relative;
    bottom: 0rem;
    padding: 2rem;
    color: white;
    background-color: #412150;
    transition: background-color 1.5s ease;
    border-top: 5px solid #000;
}

.news-post-date {
    font-size: small;
    margin-bottom: 0.5rem;
    float: right;
}

.news-details-wrapper {
    opacity: 1;
    transition: max-height 1.5s ease, opacity 1s ease;
    min-height: 70px;
}

h2.card-title {
    transition: color 1s ease;
    margin-bottom: 0.5rem;
    font-size: larger;
    color: #ffcc33;
}

.news-card:hover .news-image {
    transform: scale(1.1);
    z-index: -1;
}

.news-card:hover .news-text-wrapper {
    background-color: #493071;
}

.news-card:hover .card-title {
    color: #facf50;
}

.news-excerpt {
    font-weight: 400;
}

body.home-page .main-wrap .container {
    max-width: 100% !important;
    padding: 0 !important;
    background: #000000 !important;
    border-top: 2px dotted #feeab0;
}

body.header-page .main-wrap .container {
    max-width: 100% !important;
    padding: 0 !important;
}

body.home-page .main-wrap .container {
    max-width: 100% !important;
    padding: 0 !important;
    background: #000000 !important;
    border-top: 2px dotted #feeab0;
}

.gems-sale {
    border: 3px solid #bbff77 !important;
}

.gems-sale .news-text-wrapper {
    background-color: #000000 !important;
}

.gems-sale h2.card-title {
    color: #fff !important;
}

.classic-card h2.card-title {
    color: #e1c91a !important;
}

.classic-card .news-text-wrapper {
    background-color: #000000 !important;
}

.wsite-section.wsite-header-section.wsite-section-bg-image {
    background-position: 50% 30.24% !important;
}
@media screen and (max-width: 1024px) {
    .news-card {
        min-width: 100% !important;
    }

    .banner-wrap .wsite-header-section .container {
        padding: 15px 10px;
    }

    .hamburger span, .hamburger span:before, .hamburger span:after {
        background: #cebe1e;
    }
}