@import url('//fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html, body {
    font-family: 'Muli', sans-serif;
    overflow-x: hidden;
	margin: 0;
	padding: 0;
	color: #fff; 
}

body {
    background: #D86E3F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: initial;
}


* {
	outline: none;
	box-sizing: border-box;
	text-decoration: none;
}


a, a:focus, a:hover {
	color: inherit;
	text-decoration: underline;
}

ol, ul, p, h1, h2, h3 {
	margin: 0;
}

p {
    font-size: 16px;
    font-weight: 300;
}

button, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    text-decoration: none;
}

/*header*/
.header {
    margin: 40px 0;
    padding: 12px;
    border: none;
}
          
.color-gradient {
    background-image: linear-gradient(#D86E3F, #528413);
    box-shadow: 0px 8px 0 #2088B2;
}

.header-color-gradient {
    box-shadow: 0px 8px 0 #528413;
}

.header .navbar-toggle {
    border-color: #fff;
}

.header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.header .navbar-brand  {
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    padding: 8px 15px;
}

.header ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 49px;
    transition: all 0.5s ease-out 0s;
    text-decoration: none;
}

.header ul li a:hover {
    background-color: #333366;
    transition: all 0.5s ease-out 0s;
}

.play-btn:hover, .play-btn:active, .play-btn:focus, .casino-btn .in-play-btn:hover, .casino-btn .in-play-btn:active, .casino-btn .in-play-btn:focus {
    color: white;
    transition: all 0.5s ease-out 0s;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    background: #528413;
    box-shadow: 0px 8px 0 #2088B2;
    /*background-image: linear-gradient(to right, #9f0080 0%, #a30083 51%, #ECE9E6 100%);*/
}

.sidebar ul li a, .footer ul li a {
        border-bottom: 1px solid transparent;
        transition: all 0.5s ease-out 0s;
        text-decoration: none;
}

.sidebar ul li a:hover, .footer ul li a:hover {
        border-bottom: 1px solid;
        transition: all 0.5s ease-out 0s;
}


/*middle section*/

.middle-container {
    margin-bottom: 50px;
}

.container-bg {
   background-color: #efefef;
   padding: 30px 30px 18px 18px;
}

.content {
    background-color: #528413;
    padding: 15px 52px 52px 24px;
    color: #fff;
    border-radius: 4px;
}

.content h1 {
    font-size: 36px;
    font-weight: 800;
        margin: 32px 0 10px 0;
}
.content h2 {
    font-size: 30px;
    font-weight: 800;
    margin: 32px 0 24px 0;
}

.content h3 {
    font-size: 24px;
    margin: 32px 0 24px 0;
    font-weight: 800;
}

p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 32px;
}

.content h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: left ! important;
    padding-bottom: 24px;
    display: flex;
}

.content .content-subHeading-list ol li {
    font-size: 14px;
    font-weight: 400;
    text-align: left ! important;
    padding-bottom: 24px;
}
.content .content-subHeading-list ol li:last-child {
    padding-bottom: 0;
}

.content .content-subHeading-list ol {
    margin-left: 15px;
}

.content-features {
    padding-top: 40px;
}
.content h4 i {
    margin: -2px 5px 0 0;
    font-weight: 800;
    color: #f700c6;
    font-size: 18px;
}

.sidebar .sidebar-list {
    text-align: left;
    margin: 15px 0 30px 0;
    border-radius: 4px;
}
.sidebar .sidebar-list i  {
    margin-right: 8px;
}

.sidebar .sidebar-list li {
    list-style: none;
    margin: 12px 0;
}

.sidebar h4 {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 24px 0px 24px;
    margin: 0;
}

.sidebar ul {
    margin-left: 15px;
    padding: 0px 15px 15px 15px;
}

.sidebar ul li {
   font-size: 14px;
}

.ipsum-br {
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #D86E3F;
}


/*card*/
.outer-card-container {
    padding-top: 24px;
}
.index-card-container {
   padding: 15px;
   margin: 32px 0;
   border-radius: 4px;
}
.index-banner {
    background: url(../images/rev-round.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    position: relative;
    display: inline-block;
        margin-right: 20px;
}
.index-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.casino-star {
    display: inline-block;
    vertical-align: top;
    margin: auto;
}
.casino-star h6 {
   font-weight: 700;
   font-size: 18px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   width: 140px;
}

.mb {
    margin-bottom: 10px;
}
.casino-star .gradient, .star-rating .fa-star-gradient {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(#D86E3F, #fff, #D86E3F);
}
.casino-star .fa {
   font-size: 22px;
}

.text-decoration {
    text-decoration: underline;
}
.casino-bonus {
    display: flex;
}
.casino-bonus h6 {
    font-weight: 800;
    font-size: 25px;
}
.casino-star p {
    font-size: 14px;
    font-weight: 400;
}
.casino-star p span {
    border-bottom: 1px solid;
}



.casino-bonus p {
    font-size: 25px;
    font-weight: 600;
    background-color: #528413;
    border-radius: 7px;
    padding: 2px 10px;
    margin-left: 20px;
    display: inline-block;
}

.casino-bonus p span{
    font-weight: 900;
}

.casino-btn {
    text-align: center;
    padding: 20px;
}

.casino-btn .in-play-btn {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 900;
    background-color: #fff;
    color: #336666;
    width: inherit;
}


/*footer*/

.footer {
    background-image: linear-gradient( #2088B2, #2088B2);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    text-align: center;
    padding: 24px;
}


.footer ul {
    margin: 24px 0;
}
.footer ul li {
    list-style: none;
    display: inline-block;
}
.footer ul li a {
    font-size: 14px;
    margin: 0 20px;
}
.footer .copyright {
    font-size: 12px;
}

/*review*/

.card-container {
   padding: 24px;
   margin: 20px 0 52px 0;
   border-radius: 4px;
}

.banner {
    background-color: #fff;
    height: auto;
    max-width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    margin-right: 24px;
   
}
.banner img {
    border-radius: 4px;
}
.card-content {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    vertical-align: middle;
}

.bonus-container {
    background-color: #9f0080;
    padding: 18px 30px;
    text-align: center;
    border-radius: 4px;
}

.card-container p {
   margin-top: 20px;
}
.bonus-txt {
    font-size: 18px;
    font-weight: bold;
}
.upto-txt {
    font-size: 36px;
    font-weight: bold;
}


.play-btn {
    width: 100%;
    box-shadow: 0px 8px 0 #cfcfcf;
    color: #a10080;
    background-color: #fff;
    font-weight: 900;
    font-size: 18px;
    padding: 12px 12px;
    border-radius: 30px;
}

.middle-section-table {
    overflow-x: auto;
}
.table-br>tbody>tr>td, .table-br>tbody>tr>th, .table-br>tfoot>tr>td, .table-br>tfoot>tr>th, .table-br>thead>tr>td, .table-br>thead>tr>th {
    padding: 20px;
    border-top: 0;
        vertical-align: middle;
}
.table-br {
    border: 2px solid #f700c6;
}
.table-br>thead>tr>th, .table-br>tbody>tr>td {
    border-top: 0;
    border-bottom: 0
}

.table-br>thead>tr>th {
    font-size: 15px;
    font-weight: 800;
}

.table-br>thead>tr>td {
    font-size: 13px;
    font-weight: 400;
}



@media only screen and (max-width: 1199px) {
.index-banner{
    width: 47%;
    /*padding-right: 10px;*/
    margin-right: 2%;
    float: left;
    height: 100px;
}
.casino-star{
    width: 50%;
    float: left;
}
.casino-star .fa{
    font-size: 18px;
}
.casino-bonus p{
    font-size: 22px;
}
.casino-bonus h6{
    font-size: 19px;
}
}
@media only screen and (max-width: 991px) { 
    .header ul li a {
            padding: 15px 24px;
    }
    .index-card-container, .card-container, .card-container p {
        text-align: center;
    }
    .casino-bonus, .index-banner, .casino-star, .card-content {
        display: block;
    }

     .index-banner {
        height: 80px;
        width: 80px;
        margin: auto;
        float: none;
    }
    .casino-star{
        float: none;
    }
     /*review*/
    .banner {
        margin: auto;
    }
    .bonus-container {
            padding: 4px 15px;
    }



}     
@media only screen and (max-width: 768px) {

    /*card*/
    .outer-card-container {
        padding-top: 15px;
    }
    .index-card-container, .card-container {
        margin: 24px 0;
    }
    .casino-bonus p {
        margin-left: 0;
        font-size: 20px;
    }
    .casino-btn .in-play-btn, .play-btn {
        padding: 8px 24px;
        font-size: 14px;
        box-shadow: 0px 5px 0 #cfcfcf;
    }

    /*middle*/

    .content {
        padding: 15px;
    }

    .middle-container {
       margin-bottom: 15px;
    }

	.header {
       margin: 15px 0;
    }
   
    p,.bonus-txt, .content h4 {
        font-size: 14px;
    }

    .content h1 {
       font-size: 26px;
    }

    .content h2, .review-card .mr-txt {
       font-size: 22px;
    }

    .content h3, .casino-bonus h6, .upto-txt, .card-content {
       font-size: 20px;
    }

    .sidebar h4 {
       font-size: 16px;
    }

    .content h2, .content h3 {
       margin: 15px 0;
    }

    p, .content h4, .content .content-subHeading-list ol li {
       padding-bottom: 15px;
    }
    .content-features {
    padding-top: 15px;
    }

    /*footer*/

    .footer .logo {
       font-weight: bold;
       font-size: 32px;
    }

    .footer ul li {
       /*display: block;*/
       /*margin: 12px;*/
    }
    .footer ul li a{
        margin: 0 5px;
    }
   
}
@media (min-width: 568px){
    .table-br-hide{
        display: none;
    }
}
@media (max-width: 567px){
    .table-br>thead>tr>th{
        display: none;
    }
    .table-br>tbody>tr>td{
        display: block;
        border-top: 2px solid #f700c6;
    }
    .table-br-hide{
        text-transform: uppercase;
        font-weight: bolder;
    }
}