

a{
    text-decoration: none;color: #FFFFFF;
}

body {
    padding-top: 88px;
    font-family: 'Roboto', sans-serif;
}
a:hover{ text-decoration: none; }

li{ list-style: none; }

.top-header-section {
    border: 2px solid;
    background-color: white;
}

.navbar-dark .navbar-nav .nav-item {
    padding: 0px 10px;
}
.navbar-dark .navbar-nav .nav-link {
       color: #000;
	   border-bottom: 2px solid transparent;
       padding: 0px;
       font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #153365;
    border-bottom: 2px solid;
}
a.navbar-brand img {
    max-height: 90px;
}


.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.age-logo img {
    border: 2px solid red;
    padding: 7px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    max-width: 53px;
    cursor: pointer;
}

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255 / 50%);
    background-color: black;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    background-color:#153365;
    border: 2px solid black !important;
}

.gambling-news {
    text-align: center;
    background: whitesmoke;
}
.gambling-news h2 {
    text-align: start;
    margin-bottom: 0px;
}
.gambling-news img {
    width: 100%;
    border-radius: 10px;
}
.gambling-news .box {
   
	background: lightgray;
	border-radius: 10px;
	margin-top:30px;
}
.gambling-news box-inner {
    position: relative;
}
.contant h2 {
    font-size: 21px;
    padding-top: 10px;
}
.contant {
    bottom: 45px;
    left: 30px;
    right: 30px;
    position: absolute;
    color: white;
}


.gambling-news-btn {
    --c: yellowgreen;
    color: #fff;
    font-size: 16px;
    background: #153365;
    border: none;
    list-style-type: none;
    padding: 0;
    border-radius: 0.5em;
    width: 12em;
    height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 1em;
}

.gambling-news-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.gambling-news-btn:hover {
    color:#153365;
}

.gambling-news-btn:hover span {
    transform: translateY(0) scale(2);
}

.gambling-news-btn span:nth-child(1) {
    --n: 1;
}

.gambling-news-btn span:nth-child(2) {
    --n: 2;
}

.gambling-news-btn span:nth-child(3) {
    --n: 3;
}

.gambling-news-btn span:nth-child(4) {
    --n: 4;
}


.comeon {   
    text-align: center;    
}

.comeon img {
    width: 100%;   
}
.comeon .box {
    margin-top: 50px;
    border: 2px solid #153365;
    border-radius: 5px;
}   
.comeon .play-now-btn {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-inline: 28px;
    padding-bottom: 10;
    padding-top: 10;
} 
.play-now-btn:hover {
    background: #153365;
    color: #fff;
} 




.check-list{
    padding: 0;
    margin: 0;
}
.check-list li{
    position: relative;
    padding-left: 25px;

}
.check-list li:before{
    content: "\f058";
    position: absolute;
    left: 0;
    top: 4;
    font: normal normal normal 14px/1 FontAwesome;
    color: yellowgreen;
}

.spector{
        position: relative;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.spector:before{
        position: absolute;
        content: "";
        width: 7px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: yellowgreen;
    }


.Popular-Casino-table img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.Popular-Casino-table .row.no-gutters {
    background-color: whitesmoke;
    margin-bottom: 20px;
    border-radius: 10px;
}

.Popular-Casino-table {
    width: 100%;
}
.Popular-Casino-table a{
    font-weight: 600;
    color: #153365;
    
}
.Popular-Casino-table a:before{
    color: yellowgreen;
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
}
.Popular-Casino-table p {
    font-weight: 600;
    padding-top: 15px;
}

.table-block-list{
    background-color: whitesmoke;
}

.table-block-list img {
    border-radius: 10px;
}
.table-block-list .box {
   
	background:white;
	border-radius: 10px;
    margin-top:30px;
    padding: 15px;
}
.table-block-list box-inner {
    position: relative;
}
.star-rating {
    color: yellowgreen;
}
.review-btn{
    background: #153365;
    border: none;
    border-radius: 3px;
    color: white;
}

.review-btn:hover {
    background: yellowgreen;
    color: #fff;
} 



.play-now-btn{
    background: yellowgreen;
    border: none;
    border-radius: 3px;
    color: white;
}


section.footer {
    background-color: #1f1e1eeb;
    color: white;
}
.star-list{
    padding: 0;
    margin: 0;
}
.star-list li{
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.star-list li:last-child{
    border: none;
    padding-bottom: 0px;
}
.star-list li:before{
    content: "\f005";
    position: absolute;
    left: 0;
    top: 4;
    font: normal normal normal 14px/1 FontAwesome;
    color: yellowgreen;
}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-copyright a {
    color: white;
}






@media only screen and (max-width: 600px) {
    .no-gutters>[class*=col-] {
        padding-right: 64px;
        padding-left: 0px;
        width: 50%;
    }

    .star-list {
        margin-bottom: 25px;
    }
    .no-gutters>[class*=col-] {
        padding-right: 38px;
        
    }
    a.navbar-brand img {
        max-height: 90px;
        width: 200px;
    }

.contant {
    bottom: 30px;
}
.gambling-news-btn {
    font-size: 18px;
    margin: 0px;
    text-align: center;
}
.contant h2 {
    font-size: 32px;
    margin: 0px;
    text-align: center;
}

  }

  @media only screen and (max-width: 320px) {
    .no-gutters>[class*=col-] {
        padding-right: 38px;
        
    }
    a.navbar-brand img {
        max-height: 90px;
        width: 200px;
    }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
.Popular-Casino-table p {
    font-weight: 400;
    padding-top: 15px;
    padding-left: 36px;
}
.Popular-Casino-table a {
    font-weight: 600;
    color: #153365;
    padding-left: 36px;
}
.text-star span {
    padding-left: 16px;
    font-size: 11px;
}
.star-rating {
    color: yellowgreen;
    font-size: 11px;
    padding-left: 16px;
}
.text-star {
    margin-top: 10px;
}
.text-area p {
    font-size: 14px;
}

.review-btn {
    font-size: 11px;
    margin: 2px;
}
.play-now-btn {
    font-size: 11px;
    margin: 2px;
}
.contant {
    bottom: 30px;
}
.gambling-news-btn {
    font-size: 10px;
    margin: 0px;
}
.contant h2 {
    font-size: 12px;
    margin: 0px;
}
.contant-area h2 {
    font-size: 25px;
}
}