﻿footer.footer {
    background: #000;
}
.footer-container {
    margin: auto;
    max-width: 1320px;
}
footer * {
    color: #fff;
}
footer.footer {
}
.footer-row {
    margin: 36px 0;
}
@media (max-width: 768px) {
    .footer-row {
        margin: 16px 0;
    }
}
.footer-menu {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    width: 100%;
    justify-content: start;
}
.footer-menu-group {
    width: 20%;
    padding: 0 8px;
    margin-top: 32px;
}
@media (max-width: 1439px) and (min-width: 1000px) {
    .footer-menu-group {
        width: 25%;
    }
}
@media (max-width: 999px) and (min-width: 768px) {
    .footer-menu-group {
        width: 33.3333%;
    }
}
@media (max-width: 768px) {
    .footer-menu {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) and (min-width: 575px) {
    .footer-menu-group {
        width: 50%;
    }
}
@media (max-width: 574px) {
    .footer-menu-group {
        width: 100%;
        padding: 0;
    }
}
.footer-menu-group h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.24;
    text-align: left;
    color: #fff;
}
.footer-menu-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-group ul li {
    font-size: 14px;
}
.footer-menu-group ul li a {
    padding: 8px 0;
    line-height: 1.5;
    display: inherit;
}
.footer-menu-group ul li a:hover {
    color: #fff;
}
@media (max-width: 574px) {
    .footer-menu-group,
    .footer-menu-group h4 {
        text-align: center;
    }
}
@media (max-width: 768px) {
    img.footer-payment {width: auto !important; height: 36px !important;}
}
@media (max-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
    .footer-row .w-md-100:nth-child(1) {
        order: 1;
    }
    .footer-row .w-md-100:nth-child(2) {
        order: 0;
    }
    .footer-row .w-md-100:nth-child(3) {
        order: 2;
    }
}
.social-media{
    text-align: center;
}
.social-media > span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 12px;
}
.social-media a {
    display: block;
    width: 56px;
    height: 56px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
}
/* .social-media a.twitter {
    background-image: url(/assets/home-v2/images/twitter.svg);
} */
.social-media a.twitter {
    background-image: url(../../bet20gamebettingsa/image/x.png);
}
.social-media a.facebook {
    background-image: url(../../bet20gamebettingsa/image/facebook2.png);
    background-size: 43px;
}
.social-media a.telegram {
    background-image: url(../../bet20gamebettingsa/image/telegram.png);
}
.social-media a.instagram {
    background-image: url(../../bet20gamebettingsa/image/insta.png);
}
.social-media a.tiktok {
    background-image: url(../../bet20gamebettingsa/image/tiktok.svg);
}
footer .phone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 62px;

    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;

    border-radius: 10px;
    border: solid 3px #e1e1e1;
    background-color: #525252;
}
footer .phone-button img {
    margin-right: 8px;
}
@media (max-width: 991px) {
    footer .phone-button {
        max-width: 360px;
        width: 98%;
    }
}
@media (max-width: 768px) {
    .social-media {
        margin-top: 32px;
        margin-bottom: 30px;
        text-align:center;
    }
    .footer-logo img {
        /* width: 138px; */
        width: auto;
        height: 33px;
    }
    a.gamblers-text {
        flex-direction: column;
        gap: 5px;
        text-align: center !important;
        font-size: 14px;
    }
}
footer .copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    footer .copyright {
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    .footer-logo img.mobile {
        display: none !important;
    }
    .footer-logo img.desktop {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .footer-logo img.mobile {
        display: block !important;
    }
    .footer-logo img.desktop {
        display: none !important;
    }
}
a.gamblers-text {
    margin: 0;
    text-align: left;
    background: #000;
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 2px;
    line-height: 22px;
    display: flex;
    align-items: center;
}
a.gamblers-text:hover {
    color: #fff;
}
.w-40 {
    width: 40%;
}
a.gamblers-text img {
    border-radius: 4px;
}
/* a.gamblers-text {
    flex-direction: column;
    gap: 5px;
} */
.footer-menu-group p.footer-menu-header {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.24;
  text-align: left;
  color: #fff;
}

@media (max-width: 574px){
.footer-menu-group, .footer-menu-group p.footer-menu-header {
    text-align: center;
}
}