* { margin: 0; padding: 0; font-family: "Montserrat", sans-serif; color: #000; box-sizing: border-box;}

a {
    text-decoration: none;
    cursor: pointer;
}

body, html {
    box-sizing: border-box;
}

.flex-row {
    display: flex;
    align-items: center;
}

.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.max-width {
    width: 100%;
    max-width: 1180px;
}

.padding {
    padding: 0 2em;
}

.header {
    justify-content: space-between;
    padding: 1em;
}

.header *, .footer-links * {
    font-size: 1em;
    font-weight: 700;
    font-style: italic;
    color: #0E1522 !important;
}

.header_top-text h1 {
    font-size: 3em;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 0.5em;
}

.header_top {
    padding-left: 1em;
    padding-right: 1em;
}

.header_top-text p {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 500;
}

.nav a, .footer-links a {
    display: block;
    margin: 0 0.8em;
}

.nav-mobile {
    display: none;
    cursor: pointer;
}

.menu-wrapper a {
    display: block;
    margin: 0.15em 0;
    font-size: 1.2em;
    font-weight: 700;
    font-style: italic;
}

img.logo {
    width: 40px;
    margin-right: 10px;
}

.footer {
    background: #0E1522;
    width: 100%;
    color: #7486A7;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 4em;
}

.faq-content h2 {
    margin: 0.5em 0;
}

.footer * {
    width: 100%;
    color: #7486A7;     
}

.logo-link * {
    color: #fff;
}

.opened {
    display: flex !important;
    animation: menu-open 0.5s forwards;
}

.menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px;
    display: none;
    border-bottom: 1px solid lightgray;
    background: #fff;
}

.cards_table-head {
    background: #0E1522;
    border-radius: 10px;

}

.cards_table-head > div {
    text-align: center;
    font-weight: 900;
    font-style: italic;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
}


.cards_table {
    padding-left: 1em;
    padding-right: 1em;
}
.site, .cards_table-item-brand {
    width: 240px;
    padding: 0.5em;
}

.info, .cards_table-item-info {
    width: 260px;
    padding: 0.5em;
}

.bonus, .cards_table-item-bonus {
    width: 400px;
    padding: 0.5em;
}

.visit, .cards_table-item-visit {
    width: 280px;
    padding: 0.5em;
}

.cards_table-head > div:nth-child(3) {
    color: #FEA729;
}

.cards_table-item {
    background: #0E1522;
    padding: 0.5em;
    border-radius: 10px;
    height: 200px;
}


.card-brand {
    border: 1px solid #232D3F;
    border-radius: 15px;
    height: 155px;
    width: 220px;
    padding: 10px;
}

.card-brand img {
    width: 100%;
    height: auto;
}

.cards_table-item-info {
    border-right: 1px solid #232D3F;
    height: 155px;
    width: 260px;
}


.payout p, .win-rate p {
    color: #7486A7;
}

.cards_table-item-bonus {
    border-right: 1px solid #232D3F;
    width: 365px;
    height: 155px;
    
    font-size: 1.7em;
    font-weight: 700;
}

.cards_table-item-bonus p {
    color: #FEA729;
}

.cards_table-item-visit {
    width: 280px;
}

.cards_table-item-visit a {
    width: 100%;
    display: flex;
    height: 155px;
    background: #FEA729;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 700;
}

.payout p:first-child, .win-rate p:first-child {
    font-style: italic;
    font-size: 0.8em;
    font-weight: 500;
    color: #7486A7;
}

.payout p:last-child, .win-rate p:last-child {
    font-style: italic;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
}

.payout img, .win-rate img {
    height: 20px;
}

.cards_table-item-info {
    align-items: center;
    justify-content: space-around;
}

.cards_table-item-disclamer p {
    color: #7486A7;
}

.cards_table-content {
    padding-top: 3em;
    padding-bottom: 1em;
}

.faq-info {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
    background: #0E1522;
    padding-left: 1em;
    padding-right: 1em;

}

.faq {
    width: 100%;
    border: 1px solid #7486A7;
    padding: 1em;
    border-radius: 5px;


}

.faq * {
    background: #0E1522;
    color: #fff;  
}


.faq h2 {
    font-size: 1.8em;
    font-weight: 800;
    font-style: italic;
}

.faq p {
    color: #7486A7;
    font-weight: 600;
    font-size: .9em;
    font-style: italic;
}

.logo-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.footer-links {
    width: 100%;
    
}

.footer-logo-link p {
    color: #fff !important;
}

.footer-links .logo-link {
    width: 100%;

}

.footer-links * {
    color: #7486A7 !important;
}

.footer-links .logo {
    justify-content: space-between;
}

.bottom-links {
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom-links-item {
    padding: 1em;
    width: 200px;
    height: 75px;
    border: 1px solid #232D3F;
    border-radius: 5px;
    text-align: center;
}

.bottom-links-item img {
    height: auto;
    width: auto;
}

.footer > div {
    margin: 1em 0;
}

.policy-info {
    padding: 1em;
}

.policy-info h1 {
    margin: 0.5em 0;
}

.policy-info h2 {
    margin: 1em 0;
}


.footer-nav a {
    text-wrap: nowrap;
}

.about-text * {
    font-style: normal !important;
}

.popup_wrapper {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000b5;
    z-index: 999;
    display: none;
}

.popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    max-width: 450px;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    animation: openPopup 0.5s forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 10px 35px 10px;
    gap: 10px;
}

.popup_actions {
    width: 100%;
    gap: 5px;
}

.header_top img {
    max-width: 350px !important;
}

.popup_actions button {
    padding: 10px 15px;
    border: 1px solid #000;
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 1px black;
    font-size: 2em;
}

.popup_actions button:first-child {
    background: rgb(0, 218, 0);
}

.popup_actions button:last-child {
    background: red;
}

.popup_content h1 {
    text-align: center;
}

.opened-popup {
    display: block;
}

.close {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 15px;
    top: 15px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
    outline: none;
}

.close img {
    width: 100%;
    height: 100%;
}

@keyframes openPopup {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes menu-open {
    from {
        top: -100%;
    }

    to {
        top: 50px;
    }
}


@media screen and (max-width: 1224px) {
    .cards_table-head {
        display: none;
    }

    .cards_table-item {
        height: auto;
        width: 100%;
        max-width: 320px;
    }

    .cards_table-item-info {
        border: none;
    }

    .cards_table {
        flex-wrap: wrap;
    }

    .cards_table-item-bonus {
        border: none;
        text-align: center;
        width: 100%;
        height: auto;
        margin: 0.8em;
    }

    .cards_table-item-visit a {
        height: auto;
        padding: 0.5em;
    }

    .cards_table-item-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .card-brand {
        width: 100%;
    }

    .cards_table-item-info {
        width: 100%;
        height: auto;
    }   

    .cards_table-item-visit {
        width: 100%;
        height: auto;
    }
    .cards_table-item-disclamer p {
        text-align: center;
    }
}

@media screen and (max-width: 940px) {

    .nav-mobile {
        display: block;
    }

    .nav {
        display: none;
    }

    .header_top {
        flex-direction: column;
    }

    .header_top img {
        width: 100%;
    }

    .footer-nav a, .bottom-links a {
        margin: 0.5em 0;
    }

    .footer-links, .footer-links .logo, .footer-nav, .bottom-links {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-links .logo .logo-link {
        width: auto;
    }

    .footer-links .logo .logo-link p {
        text-align: center;
    }

    .bottom-links {
        width: max-content;
    }

    .footer-text {
        text-align: center;
    }

    .header-top img {
        width: 100%;
    }

    .header_top-text h1 {
        font-size: 2em;
    }
    
}

.banner{
    padding: 10px 0;
}