*,
*::before,
*::after {
    font-family: 'Times New Roman', Times, Arial, serif sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    color: #000000;
}

body {
    width: 100%;
    background-color: #f3f3f6;
    background-image: url("images/pinupfon.jpg");
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    text-rendering: optimizeSpeed;
    min-height: 100vh;
    scroll-behavior: smooth;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:hover {
    background-color: #969696;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

img {
display: block;
margin: 0 auto;
max-width: 100%;
}
figure img {
border-radius: 14px;
margin: 20px auto;
}

        .g_position {
            color: #fff;
            padding: .5rem;
            position: absolute;
            top: -7px;
            left: -43px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-align: center;
            line-height: 13px;
            font-weight: 600;
            font-size: 11px;
            background: #20adff
        }
        a.broken_link {
            box-shadow: 0 0 20px 4px red !important;
            background: red !important;
            color: #fff !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.inner_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link.broken_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        a.inner_link.broken_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }
        .SEbear-header-target {
            border-bottom: dashed 3px #c90000 !important;
        }

body,
html {
    padding: 0;
    height: 100%;
    margin: 0;
}
header{
    background-color: #f3f3f6;
    height: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom: #787878 1px solid;
}
footer{
    background-color: #f3f3f6;
    height: 70px;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 20px;
    border-top: 1px solid #787878;
}

img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: flex;
    position: relative;
    border: #3959d9 3px solid;
    margin: 0 auto;
    border-radius: 20px;
}

h1{
    font-size: 2rem;
    font-weight: bold;
}
h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
}

article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

ul, ol, li {
    text-align: left;
}

ul[class],
ol[class] {
    padding: 0;
    list-style: none;
}
.casino-body{
    max-width: 1200px;
    background-color: #f3f3f6;
    display: block;
    align-content: center;
    margin: 0 auto;
    text-align: center;
}
.casino-table {
    border: 5px solid #3959d9;
    background-color: #f3f3f6;
    border-radius: 15px;
    padding: 5px;
    display:inline-flex;
    max-width: 1000px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.casino-table tr td {
    border: 5px solid #3959d9;
    background-color: #f3f3f6;
    border-radius: 15px;
    padding: 5px;
}
.logo-casino img{
    border: 0;
    border-radius: 15px;
    display: block;
    max-width: 120px;
    float: left;
    margin-left: 10px;
}
.casino-btn1 {
    border: 1px solid #3959d9;
    border-radius: 20px;
    margin: 15px 5px 5px 5px;
    font-weight: bold;
    height: 50px;
    width: 70px;
    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
}
.casino-btn2 {
    border: 0;
    border-radius: 20px;
    margin: 15px 2px 2px 5px;
    font-weight: bold;
    height: 50px;
    width: 90px;
    background-image: linear-gradient(#f84668, #8552ac, #3959d9);

    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
}
.btn-casino{
    padding-top: 12px;
    display: block;
    height: 100%;
    font-size: larger;
    font-weight: bold;
}
.link-casino{
    text-decoration: none;

}

.btn-casino:hover{
    border: 0;
    border-radius: 20px;
    background-color: #3959d9;
}
.flag{
    display: block;
    max-width: 40px;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}
.flag img{
    border-radius: 5px;
}
.casino-developers {
    border-radius: 0;
}
.casino-partners img{
    border: 0;
    border-radius: 5px;
}
.casino-navigation {
    margin-left: 30px;
}
.casino-content {
    margin: 90px 30px 50px 30px;
    word-wrap: break-word;
}
.casino-bunner{
    margin-left: 30px;
    margin-right: 30px;
}
.casino-bunner img{
    border-radius: 15px;
}

.table-casinos {
    border: 5px solid #3102a9;
    background-color: #f3f3f6;
    border-radius: 15px;
    padding: 5px;
    display:inline-flex;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto;

}
.table-casinos tr {

    background-color: #7128fd;
    border-radius: 15px;
    padding: 5px;
}
.table-casinos td {
    border-bottom: 2px solid #3102a9;
    background-color: #ffffff;
    text-align: center;
    padding: 5px;
}
.table-casinos button {
    background-color: #7128fd;
    color: #f3f3f6;
    font-weight: bold;
    font-size: large;
    max-width: 150px;
    max-height: 150px;
    min-width: 100px;
    min-height: 50px;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
    touch-action: manipulation;
}
.table-casinos img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: flex;
    position: relative;
    border: #424242 1px solid;
    margin: 0 auto;
    border-radius: 10px;
    max-height: 150px;
}

.allcard{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    flex-wrap: wrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 32px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    margin: 10px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: #e8e8e8;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 2;

}

.content .heading {
    font-weight: 700;
    font-size: 32px;
}

.content .para {
    line-height: 1.5;
}

.content .btn {
    color: #e8e8e8;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.content img {
    max-width: 200px;
    top: -30px;
}

.card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #f84668 0%, #3959d9 100% );
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.card:hover::before {
    height: 100%;
}

.card:hover {
    box-shadow: none;
}

.card:hover .btn {
    color: #4d4b4b;
    background: #e8e8e8;
}

.content .btn:hover {
    outline: 2px solid #e8e8e8;
    background: transparent;
    color: #e8e8e8;
}

.content .btn:active {
    box-shadow: none;
}

.btn-box {
    text-align: center;
    margin-bottom: 15px
}

.btn-box a,
.btn-box span {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    white-space: normal
}

.btn-box a:hover,
.btn-box span:hover {
    opacity: .8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:not(.btn) {
    text-decoration: none;
}

.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    background: #4d3bfe;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25), inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25), inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

a.btn:active,
a.btn:focus,
a.btn:hover {
    color: #fff
}

a.btn.disabled {
    pointer-events: none
}

.btn-size-big {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

@font-face {
    font-family: 'Roboto';
    src: url(./Roboto-Regular.ttf);
}