    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    margin: 0px auto;
    padding: 0px;
    background-image: url("../images/bg.gif");
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #372e27;
}
p {
    font-size: 14px;
}


/*navbar*/

.bg-dark {
    background-color: #47392f !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #db5600;
}
/*.active {
  background-color: #666;
  color: white;
}*/

/* ul.navbar-nav.ms-auto li {
    border: 1px solid #fff;
    background: #5a4737;
}*/


/*about-section*/

.card-header img {
    width: 100%;
}
.card-body {
    flex: 1 1 auto;
    padding: .5rem .5rem;
}
.card-header {
    border-bottom: none;
}

h2.top_heading {
    font-size: 17px;
    color: #f7d117;
    font-weight: 800;
}

h5.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #ba3305;
}

h6.card-subtitle {
    color: #c74d05;
}

.card-subtitle span {
    color: #000;
    margin-left: 6px;
}

p.card-text {
    font-size: 13px;
}

a.card-link {
    text-decoration: none;
    background-image: linear-gradient(180deg, #e4860b, #b42804);
    color: #fff;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #ce573b;
}

a.card-link:hover {
    color: #000;
    font-weight: 600;
}

a.card-link.Download {
    float: right;
}

a.card-link.Review {
    float: left;
}

img.me-3 {
    width: 260px;
    height: 150px;
}

p.media-text {
    font-size: 12px;
}

.card-body_text {
    margin-left: 10px;
}

ul.casino_games li {
    padding-right: 39px;
}

ul.casino_games li a {
    color: #000;
    text-decoration: none;
}

ul.casino_games {
    display: inline-flex;
    list-style: none;
}

img.img-responsive {
    width: 100%;
}

.casino {
    background: black;
    padding: 20px;
    border-radius: 9px;
}

.casino_games {
    background: #5f4224;
    border: 4px solid #402511;
    border-radius: 10px;
}

.casino_games a {
    color: #fff;
    text-decoration: none;
}

.casino_games a h6 {
    font-size: 14px;
}

.online_casino {
    background: #301d0f;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #54504a;
}

.card.right_Casino_card {
    background: #301d0f;
    border: 1px solid #58524c;
    border-radius: 10px;
}

.card.right_Casino_card p {
    color: #fff;
    font-size: 11px;
}

h5.img-title {
    color: #f7d116;
}

.card.right_Casino_card span {
    color: #fff;
}

.gambling_industry {
    border: 1px solid #5f4224;
    padding: 10px;
    border-radius: 10px;
}

footer {
    background: #000000b8 url("../images/bg.gif") no-repeat center top;
    background-size: 100% 100%;
    padding: 45px 0 20px;
    color: #fff;
    background-blend-mode: overlay;
}

.socialicon {
    position: relative;
    display: inline-block;
    width: 34px;
    margin-right: 5px;
    height: 34px;
}

a.socialicon {
    margin-right: 20px;
}

a.socialicon i {
    font-size: 20px;
    color: #000;
    background: #f5d019;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
}

a.socialicon i:hover {
    background: #e66a06;
    color: #fff;
}

footer button.btn-primary {
    position: relative;
    top: 10px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #e66a06;
    border-color: #e66a06;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri, sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

p.text-center a {
    color: #f5d019;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 992px) {
    .casino_games .col-lg-1 {
        flex: 0 0 auto;
        width: 11%;
    }
    .payment_options .col-lg-1 {
        flex: 0 0 auto;
        width: 14.28%;
    }
    a.style1 {
        color: #fff;
        font-weight: 300;
    }
    a.style2 {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }
    .tweets a {
    color: #db5600;
    text-decoration: none;
}
}
.footer_menu_links ul li {
    list-style: none;
    display: inline;
}
.footer_menu_links ul li a {
    text-decoration: none;
    color: #ffb527;
    padding-left: 10px;
    font-size: 16px;
}
.footer_menu_links ul li a:hover {
    color: #db5600;
}

.footer_menu_links ul .menu-item {
	border-right: none;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
