@media screen and (min-width: 480px) {
    .slot-section.relative.w-full.text-center {
        margin-top: 250px;
    }
}

@media screen and (max-width: 480px) {
    .slot-section.relative.w-full.text-center {
        margin-top: 70px;
    }
    .after-text-1-button {
        margin-top: 30px;
    }
}

.custom-text-p {
    margin-bottom: 20px;
}

.custom-text-p.margin-top {
    margin-top: 30px;
}

footer {
    background: #1a1a17;
    color: #808079;
    font-size: 13px;
    line-height: 20px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer .container > div {
    padding: 40px 0;
}

footer .top {
    border-bottom: 1px dashed #b2b2aa;
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 0 155px;
}

footer .left > div:nth-child(n+2) {
    padding-top: 2rem;
}



footer .left > div:nth-child(n+2) {

    padding-top: 2rem;

}
.sponsor {

    display: flex;
    gap: 0 7px;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    color: #808079;

}

footer .top .right {
    display: grid;
    grid-template-columns: repeat(2,50%);
}

footer .bottom {
    display: flex;
    align-items: center;
    gap: 0 5rem;
}

.copyright {
    font-weight: 600;
    color: #ababab;
    flex: 1;
}

.compliance {
    display: flex;
    gap: 0 24px;
}

footer .privacy-policy, footer ul {
    font-weight: 700;
    color: #fff;
}

footer .bottom .right > .social-media {
    display: flex;
    gap: 0 2rem;
    justify-content: flex-end;
}

.gambleaware-logo {
    max-width: 200px;
}

@media (max-width: 1199px) {
    footer .top {
        display: flex;
        flex-direction: column;
        gap: 4rem 0;
        margin: 0 -15px;
        padding: 40px 15px !important;
    }
}


@media (max-width: 1199px) {
    footer .bottom {
        flex-direction: column-reverse;
        gap: 2rem 0;
    }
}

@media (max-width: 1199px) {
    .compliance {
        order: 1;
    }
}

footer ul {
    font-weight: 700;
    color: #fff;
}

footer ul li {
    padding: 2px;
}

.footer-menu > .title {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #9e9fa5;
    font-weight: bold;
}

.blogs-menu > .title {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #9e9fa5;
    font-weight: bold;
}

.usual-h2 {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2em;
}
.usual-paragraph {
    margin-top: 20px;
}

.gold-casino-logo {
    display:none;
}

.register-link > div {
    border: 1px solid #fff;
    padding:10px;
}

.register-link > div:hover {
    cursor: pointer;
    background: #3bff30;
}

.close-link {
    margin-top: 50px;
}


.close-link > div {
    border: 1px solid #fff;
    padding:10px;
}

.close-link > div:hover {
    cursor: pointer;
    background: #ff2723;
}

#es-content-block {
    max-width: 90%;
    margin-left: 5%;
}

.after-text-1-button-es {
    margin-bottom: 20px;
}
