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

html{
	position: relative;
}
body{
	/*font-family: 'Roboto', sans-serif;
	font-size: 16px;
    line-height: 24px;

	color: #2E3246;
	background: #FCFCFC;*/
	
	
	background-color: #F8F7F7;
	/*background-color: #001C37;*/
	color: #191717;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	margin: 0px auto;
	padding: 0px;
}

b, strong {
    font-weight: 700;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-link, .nav-link:hover,
a,
a {
    color: #DE0000;
    text-decoration: none;
}
a:hover {
    color: #DE0000;
    text-decoration: underline;
}

.text-white-60, .text-white-60:hover {
    color: rgba(255, 255, 255, 0.6);
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: capitalize;
}
.h1casino h1{
	font-size: 30px;
}
.breadcrumbs {
    
        text-transform: capitalize;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
h1, .h1{
	font-size: 36px;
    line-height: 44px;
	/*margin-bottom: 27px;*/
}
h2, .h2{
	font-size: 30px;
    line-height: 39px;
   /* margin-top: 50px;*/
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 500;
    margin-left: 20px;
}
h2:before {
  content: "";
  display: block;
  margin-top: 30px;
}

h3, .h3{
	font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
h4, .h4{
	font-size: 20px;
    line-height: 25px;
}
p{
	margin-bottom: 20px;
}
header{
	/*padding: 20px 0;*/
    background-color: rgba(255,255,255,.3);
    box-shadow: 0px 4px 10px 0px #00000026;
    position: fixed;
    z-index: 999;
    width: 100%;
	top: 0;
}
header.fixed{
	background-color: #003366;
}
.btn:focus,
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.btn{
	transition: all .3s ease-in-out;
}
.btn:hover {
    text-decoration: none;
}
.btn-white-bg{
	background-color: rgba(255, 255, 255, .5);
	padding: 0 10px;
}

.block {
    background-color: #FFFFFF;
    border: 1px solid #E5E8EF;
    border-radius: 8px;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    overflow: auto;
/*	box-shadow: 0px 5px 10px 0px #1E25DF33; */
}

.block h2 {
    margin-top: -20px;
    margin-left: 0;
    margin-bottom: 10px;
}




.block p + ul,
.block p + ol,
.block p + table,
.block li + table {
    margin-top: 20px; /* Устанавливаем отступ сверху для элементов списка и таблицы, если перед ними идет абзац */
}

.block p:last-of-type,
.block img:last-of-type,
.block table:last-of-type,
.block ul:last-of-type,
.block ol:last-of-type {
    margin-bottom: 0; /* Убираем отступ снизу для последнего абзаца, изображения, таблицы, списка или упорядоченного списка в блоке */
}


table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    max-width: 100%; /* Максимальная ширина таблицы */
    overflow-x: auto; /* Прокрутка только если содержимое превышает максимальную ширину */
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}
table td {
     /* width:50%; */
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
blockquote {
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #007BFF;
    background-color: #f9f9f9;
    color: #555;
}
blockquote p {
    margin-bottom: 0;
}

.casino-top {
    padding: 20px 20px 1px 20px;
}


/*
.btn-gradient {
    background-color: #C32121;
    background-image: linear-gradient(145deg, #D53333, #C32121);
    border: none;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.btn-gradient:hover {
    background-image: linear-gradient(145deg, #C32121, #D53333);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

*/



.btn-gradient {
    background-color: #C32121; /* Базовый цвет кнопки */
    background-image: linear-gradient(145deg, #D53333, #C32121); /* Градиент, начиная от немного более светлого к основному */
    border: 1px solid #C32121; /* Красный бордер толщиной 2 пикселя */
    color: #ffffff; /* Белый цвет текста для контраста */
    padding: 12px 35px; /* Отступы для комфортного размера */
    border-radius: 10px; /* Скругленные углы для современного вида */

    font-weight: 600; /* Жирный шрифт для лучшей видимости */

}

.btn-gradient:hover {
    background-color: #ffffff; /* Белый фон при наведении */
    color: #C32121; /* Красный цвет текста при наведении */
    border: 1px solid #C32121; /* Красный бордер толщиной 2 пикселя */
    background-image: none; /* Убираем градиентный фон */

}



/*.btn-gradient{
	padding: 10px 50px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(97.58deg, #ED2525 -30.48%, #1E25DF 121.3%);
}
.btn-gradient:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(97.58deg, #ED2525 -30.48%, #1E25DF 121.3%);
	transition: transform .3s ease-in-out;
	transform: rotate(0);
	z-index: 0;
}
.btn-gradient:hover{
	color: #fff;
}
.btn-gradient:hover:before{
	transform: rotateY(180deg);
	height: 220px;
}
.btn-gradient span{
	position: relative;
	z-index: 1;
}
*/


.btn-bordered,
.btn-bordered:focus{
	border: 1px solid #003366;
	background-color: transparent;
	border-radius: 10px;
}
.btn-bordered.open,
.btn-bordered:hover{
	background-color: #003366;
	color: #fff;
}
.btn-bordered img{
	transform: rotate(0);
	transition: transform .3s ease-in-out;
}
.btn-bordered.open img,
.btn-bordered:hover img{
	transform: rotate(180deg);
	filter: invert(1);
}
.btn-transparent{
	padding: 10px 50px;
	background-color: #FCFCFC4D;
	border-radius: 20px;
}


.row {
    display: flex;
    flex-wrap: wrap;
}

.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.single-post-inner {
    flex: 1;
}



.bg-003366{
	background-color: #003366 !important;
}

.logo-img{
	max-width: 225px;
}
.bg-blue{
	background-color: #003366;
}
.nav-item{
	position: relative;
}
.nav-item > .sub-menu{
	position: absolute;
	background-color: #fff;
	padding: 10px 0;
	min-width: 230px;
	border-radius: 0px 0px 10px 10px;
	top: 90px;
	left: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    	box-shadow: 0px 0px 5px 0px #00336633;
}
.nav-item > .sub-menu li{
	padding: 10px 20px 5px 20px;
}
.nav-item > .sub-menu li a{
	padding: 0;
	font-size: 15px;
}
.nav-item:hover > .sub-menu{
    top: 78px;
    opacity: 1;
    visibility: visible;
}
.nav-item .sub-menu a{
	color: #003366;
}



.nav-item .sub-menu a:hover {
        color: #DE0000;
}


.home-section{
	padding: 120px 0 20px;
	line-height: 21px;
}
.blockquote-block{
	background: linear-gradient(187deg,rgba(163,193,223,0.32) 0%,rgba(187,106,106,0.1) 97%);
	border-radius: 20px;
	font-weight: 500;
	color: #000;
	text-align: center;
	padding: 20px 60px !important;
    margin: 25px !important;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 5px 1px #8099b3;
}
.blockquote-block:after,
.blockquote-block:before{
	content: '';
	width: 42px;
	height: 41px;
}
.blockquote-block > div{
	max-width: 695px;
}
.blockquote-block:before{
	background-image: url(../images/blockquote-arrow-left.svg);
	background-size: cover;
}
.blockquote-block:after{
	background-image: url(../images/blockquote-arrow-right.svg);
	background-size: cover;
}
#menu-main-menu > .nav-item{
	margin-right: 30px;
}
#menu-main-menu > .nav-item:last-child{
	margin-right: 0;
}
#menu-main-menu > .nav-item > .nav-link{
	color: #fff;
	display: inline-flex;
    align-items: center;
	padding: 25px 0;
}
.nav-item > .sub-menu > .nav-item.menu-item-has-children:after,
.mobile-menu-body ul li.menu-item-has-children:after,
#menu-main-menu > .nav-item.menu-item-has-children > .nav-link:after{
	content: '';
	background-image: url(../images/menu-arrow.svg);
	background-size: cover;
    background-repeat: no-repeat;
    width: 9px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
}
.mobile-menu-body ul li{
	position: relative;
}
.mobile-menu-body ul li.menu-item-has-children:after{
	filter: invert(1);
    position: absolute;
    right: 0;
    top: 15px;
}
.mobile-menu-body ul li ul.sub-menu{
	position: relative;
    visibility: visible;
    opacity: 1;
	display: none;
    top: 0 !important;
    padding: 0 0 5px 15px;
}
.mobile-menu-body ul li ul.sub-menu a{
	color: #000;
	font-size: 14px;
}
.mobile-menu-body ul li.menu-item-has-children .sub-menu.open{
	display: block;
}
.header-search-inner input[name="s"]{
	padding: 0 !important;
    height: 100% !important;
    border: 0;
    position: absolute;
    right: 0;
    padding-left: 15px !important;
    font-size: 16px !important;
    width: 225px;
	display: none;
    width: 0;
    transition: all .3s ease-in-out;
	top: 0;
}
.header-search-inner.open input[name="s"]{
    width: 225px;
	display: block;
}
.header-search-inner button img:last-child{
	display: none;
}
.header-search-inner.open button img:last-child{
	display: block;
}
.header-search-inner.open button img:first-child{
	display: none;
}
.search-mobile-wrap{
	position: absolute;
    top: 0;
    width: 100%;
    padding: 0 12px;
    visibility: hidden;
    transition: all .3s ease-in-out;
	opacity: 0;
}
.search-mobile-wrap input{
	width: 100%;
    border: 0;
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 15px  !important;
    height: auto;
}
.search-mobile-wrap img{
	position: absolute;
	right: 15px;
	width: 29px;
}
.search-mobile-wrap.open{
    top: 100%;
    visibility: visible;
	opacity: 1;
}
.bg-image {
    position: relative;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}
.casino-filter-ui {
	display: flex;
    align-items: center;
    gap: 25px;
	margin-bottom: 20px;
}
.casino-filter-badges {
	display: flex;
	gap: 15px;
}
.casino-filter-badges .casino-filter-badge:first-child {
	display: none;
}
.casino-filter-badge {
	padding: 7px 20px;
	outline: none;
	border-radius: 15px;
	border: 0;
}
.casino-filter-badge.active {
	background: #d02e2e;
  	color: #fff;
}
.casino-filter {
    position: relative;
}

.casino-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.casino-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.casino-spinner > div {
    width: 12px;
    height: 12px;
    background-color: #3498db;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin: 0 2px;
}

.casino-spinner .bounce1 {
    animation-delay: -0.32s;
}

.casino-spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        transform: scale(0);
    } 
    40% { 
        transform: scale(1.0);
    }
}

.bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 20px;
    transition: background 0.3s ease;
}

.bg-image:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

.btn-primary{
	background-color: #003366;
	
}
.btn-game-free {
    background-color: #2989FF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-game-free:hover {
    background-color: #A6A6A6;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}
.btn-game-real {
    background-color: #EF0000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-game-real:hover {
    background-color: #2BCA00;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}
.cursor-pointer{
	cursor: pointer;
}
.text-underline{
	text-decoration: underline;
}
.rounded-10px{
	border-radius: 10px;
}
.rounded-20px{
	border-radius: 20px;
}
.rounded-30px{
	border-radius: 30px;
}
.py-6px{
	padding-top: 6px;
	padding-bottom: 6px;
}
.py-10px{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pt-80px{
	padding-top: 80px;
}
.pt-100px{
	padding-top: 100px;
}
.pt-110px{
	padding-top: 110px;
}
.pt-120px{
	padding-top: 120px;
}
.px-20px{
	padding-left: 20px;
	padding-right: 20px;
}
.px-30px{
	padding-left: 30px;
	padding-right: 30px;
}
.ps-30px{
	padding-left: 30px;
}
.pe-50px{
	padding-right: 50px;
}
.pb-30px{
	padding-bottom: 30px;
}
.p-10px{
	padding: 10px;
}
.p-20px{
	padding: 20px;
}
.p-30px{
	padding: 30px;
}
.ms-5px{
	margin-left: 5px;
}
.ms-10px{
	margin-left: 10px;
}
.ms-25px{
	margin-left: 25px;
}
.ms-30px{
	margin-left: 30px;
}
.ms-45px{
	margin-left: 45px;
}
.ms-50px{
	margin-left: 50px;
}
.ms-100px{
	margin-left: 100px;
}
.me-5px{
	margin-right: 5px;
}
.me-10px{
	margin-right: 10px;
}
.me-20px{
	margin-right: 20px;
}
.me-25px{
	margin-right: 25px;
}
.me-30px{
	margin-right: 30px;
}
.me-50px{
	margin-right: 50px;
}
.me-100px{
	margin-right: 100px;
}
.mt-10px{
	margin-top: 10px;
}
.mt-20px{
	margin-top: 20px;
}
.mt-30px{
	margin-top: 30px;
}
.mt-45px{
	margin-top: 45px;
}
.mb-5px{
	margin-bottom: 5px;
}
.mb-10px{
	margin-bottom: 10px;
}
.mb-15px{
	margin-bottom: 15px;
}
.mb-20px{
	margin-bottom: 20px;
}
.mb-25px{
	margin-bottom: 25px;
}
.mb-30px{
	margin-bottom: 30px;
}
.mb-50px{
	margin-bottom: 50px;
}
.mb-60px{
	margin-bottom: 60px;
}
.w-40px{
	width: 40px;
}
.h-40px{
	height: 40px;
}
.h-50px{
	height: 50px;
}
.h-75px{
	height: 75px;
}
.lh-19px{
	line-height: 19px !important;
}
.fs-10px{
	font-size: 10px;
	line-height: 12px;
}
.fs-12px{
	font-size: 12px;
	line-height: 15px;
}
.fs-13px{
	font-size: 13px;
	line-height: 15px;
}
.fs-14px{
	font-size: 14px;
	line-height: 17px;
}
.fs-16px{
	font-size: 16px;
	line-height: 20px;
}
.fs-20px{
	font-size: 20px;
	line-height: 26px;
}
.fs-24px{
	font-size: 24px;
	line-height: 30px;
}
.fs-30px{
	font-size: 30px;
	line-height: 40px;
}
.fs-40px{
	font-size: 40px;
	line-height: 50px;
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}
.fw-700{
	font-weight: 700;
}
.color-003366{
	color: #003366;
}
.color-525252{
	color: #525252;
}
.color-00336680{
	color: #00336680;
}
.color-00336690{
	color: #00336690;
}
.color-792677{
	color: #792677;
}

.main-section{
	margin: 35px 0;
}
.main-section h3{
	margin-bottom: 20px;
}













.critics-link {
	font-weight: bold;
    text-decoration: underline;
	cursor: pointer;
}
.casino-content ul li,
.casino-info ul li,
.pros-cons-block-single > ul li,
.main-section li{
	margin-bottom: 10px;
}
.row ul{
	margin-bottom: 25px;
}
.casino-info ul{
	margin-bottom: 25px;
}
.casino-info ul li {
	position: relative;
    padding-left: 30px;
}
.casino-content ul li:before,
.casino-info ul:not(.features-list) li:before,
.pros-cons-block-single ul li:before,
.main-section .container > ul li:before{
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow-right-rounded-purple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(15%) sepia(72%) saturate(5280%) hue-rotate(356deg) brightness(82%) contrast(116%);
}
.pros-cons-block-single.pros-block-single > ul li:before{
	background-image: url(../images/checked-green.svg);
	filter: none;
}
.pros-cons-block-single.cons-block-single > ul li:before{
	background-image: url(../images/unchecked-red.svg);
	filter: none;
}
.pros-cons-block-single > ul li{
	margin-bottom: 10px;
}
.pros-cons-block-single > ul li:last-child,
.main-section li:last-child{
	margin-bottom: 0;
}
.casino-categories ul{
	display: flex;
}
.casino-categories li{
	margin-right: 50px;
}
.casino-categories li:last-child{
	margin-right: 0;
}
.casino-categories li a{
	display: inline-flex;
	align-items: center;
	padding: 15px 30px;
	border-radius: 20px;
	box-shadow: 0px 4px 10px 0px #1E25DF33;
	background-color: #fff;
}
.casino-categories li a img{
	margin-right: 15px;
}
.casino-categories li a span{
	color: #003366;
	font-size: 20px;
	line-height: 26px;
}

.casino-filter{
    /*	Оригинал*/
    background: linear-gradient(94.2deg, #942269 -3.16%, #003366 97.65%);

    
    
    /* Синий в темно синий
    background: linear-gradient(135deg, #1E3A8A -3.16%, #162952 100%); */
    
    /* !!!! Синий в берюзовый
    background: linear-gradient(135deg, #1E3A8A 0%, #3AA97E 100%); */





	border-radius: 20px;
	margin-bottom: 20px;
}
.casino-filter .casino-filter-single-body{
	padding: 30px;
}
.casino-filter .casino-filter-single-header{
	padding: 50px 50px 30px;
	padding-bottom: 0;
	background-color: #FCFCFC4D;
	box-shadow: 0px 4px 10px 0px #00000026;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.casino-filter .casino-filter-single{
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}
.casino-filter .casino-filter-single .casino-filter-number{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #4D7194;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.casino-filter-image-bg{
	width: 165px;
	height: 165px;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}

.casino-filter-image-bg2 {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
	box-shadow: 0px 2px 1px 0px #1E25DF33;
}

.playscore-block {
	padding: 15px;
	text-align: center;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	background-color: #4d719417;
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.progress-circle {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Додаємо наступні властивості для кращого рендерингу */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.progress-circle {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Прогрес бар */
.progress-circle::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
        #c72525 calc(var(--progress-value) * 1%),
        #ddd calc(var(--progress-value) * 1%) 100%
    );
    z-index: 0;
}

/* Біле внутрішнє коло */
.progress-circle::before {
    content: '';
    position: absolute;
    inset: 6px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Стилі для тексту відсотків */
.progress-value {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    z-index: 2;
}
.critics-text {
	font-size: 14px;
	color: #555;
	margin-top: 10px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.casino-filter-more-info {
    transition: transform 0.3s ease;
}

.casino-filter-more-info {
    overflow: hidden;
}
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 650px;
    text-align: center;
    position: relative;
}
.revval {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-right: 15px;
}
.revval .progress-circle {
	margin: 0;
}
.review-item img {
	width: 100%;
    height: 50px;
    margin-right: 10px;
    background: #26384982;
    border-radius: 15px;
    padding: 10px;
}
.revimg {
    width: 180px;
    padding: 10px;
}
.review-item span {
	font-size: 16px;
	color: #333;
}
.popup-footer {
	margin-top: 20px;
	font-size: 14px;
	color: #888;
}
.learn-more-link {
	color: #007bff;
	text-decoration: none;
	cursor: pointer;
}
.popup-content .review-list {
    height: 45vh;
    overflow-y: auto;
    
    &::-webkit-scrollbar {
        width: 5px;
    }
    
    &::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    &::-webkit-scrollbar-thumb {
        background: #909aa2;
        border-radius: 10px;
    }
    
    &::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    
    scrollbar-width: thin;
    scrollbar-color: #909aa2 #f1f1f1;
}
.close-popup {
	cursor: pointer;
    color: #f00;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	display: flex;
    justify-content: center;
}
.popup-header {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.review-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.review-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0px 10px !important;
	gap: 20px;
	border-bottom: 1px solid #eaeaea;
}
.review-item::before {
	content:'';
	width: 0 !important;
	height: 0 !important;
}
.revval {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.revval .progress-circle {
	margin: 0;
}
.review-item img {
	width: 100%;
    height: 50px;
    margin-right: 10px;
    background: #26384982;
    border-radius: 15px;
    padding: 10px;
}
.review-item span {
	font-size: 16px;
	color: #333;
}
.popup-footer {
	margin-top: 20px;
	font-size: 14px;
	color: #888;
}
.learn-more-link {
	color: #007bff;
	text-decoration: none;
	cursor: pointer;
}



.casino-filter .casino-filter-bonus{
	background-color: #eff2f5;
	padding: 20px 15px;
	border-radius: 20px;
	min-height: 160px;
}
.casino-filter .casino-filter-bonus p strong {
    color: #003366;
    font-size: 24px;
    font-weight: 700;
}
.casino-filter .casino-filter-bonus p{
	font-size: 12px;
    margin-bottom: 0;
    line-height: 1.7em;
	color: #525252;
}
.casino-filter .casino-filter-bonus h4{
	margin: 20px 0 10px;
	color: #003366;
}
.casino-filter .casino-filter-bonus h4 strong{
	font-weight: 700;
}
.casino-filter-tcs-btn .casino-filter-tcs-info{
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	color: #003366;
	font-size: 12px;
	line-height: 15px;
	display: none;
	z-index: 2;
}
.casino-filter-tcs-btn:hover .casino-filter-tcs-info{
	display: inline-block;
}


.casino-filter-verified .casino-filter-tcs-info {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    box-shadow: 0px 5px 10px 0px #1E25DF33;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #003366;
    font-size: 12px;
    line-height: 15px;
    display: none;
    z-index: 2;
    margin-top: 10px;
}
.casino-filter-verified:hover .casino-filter-tcs-info {
    display: inline-block;
}
.casino-filter-verified::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: transparent;
}


.casino-filter-single .casino-filter-more-info{
	padding-top: 30px;
	margin-top: 30px;
	position: relative;
}
.casino-filter-single .casino-filter-more-info:before{
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: calc(100% + 60px);
	height: 1px;
	background-color: #003366;
}
.select2-container--default .select2-selection--single{
	background: #FCFCFC80;
    border: 0;
    padding: 15px 30px;
    height: auto;
    border-radius: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: inherit;
    padding: 0;
    color: #fff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 14px 8px 0 8px;
	margin-left: -30px;
    top: calc(50% - 5px);
	transition: all .3s ease-in-out;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.table-block{
	background-color: #003366;
	padding: 50px 30px 30px;
	border-radius: 20px;
	
}
.table-block .table-block-inner{
	border: 1px solid #fff;
	border-radius: 20px;
	overflow: hidden;
}
.table-block .table-block-wrap{
	background-color: #FCFCFC4D;
	padding: 30px;
	border-radius: 20px;
	margin-top: 50px;
}
.table-block table tr td{
	width: 50%;
	padding: 20px 0;
}
.table-block table tr:last-child,
.table-block table tr:last-child td{
	border-bottom-width: 0;
}
.table-block table tr td:first-child{
	width: 50%;
	border-right-width: 1px;
}
.table-block .table-block-col{
	width: 100%;
	max-width: 310px;
	height: 60px;
	margin-left: 100px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	display: flex;
    align-items: center;
}
.table-block table tr:first-child td{
	background-color: #003366;
}
.pros-cons-block-single{
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	padding: 25px 25px 10px 25px;
	margin-bottom: 25px;
	flex-grow: 1;
}
.pros-cons-block-single .title-wrap{
	margin-bottom: 30px;
}
.pros-cons-block-single .title{
	font-size: 24px;
	line-height: 30px;
}
.pros-cons-block-single.pros-block-single{
	color: #00820D;
}
.pros-cons-block-single.cons-block-single{
	color: #A70000;
}

.single-post-wrap .row{
	margin: 0 -5px;
}
.single-post-wrap .row > div{
	padding: 0 5px !important;
}
.single-post-inner{
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	border-radius: 20px;
	overflow: hidden;
}
.single-post-inner.bg-gradient{
	background-image: linear-gradient(146.55deg, #ED2525 3.83%, #1E25DF 134.74%) !important;
}
.single-post-inner .bg-image{
	height: 191px;
}

.bg-image2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.66%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}


.single-post-inner .single-post-content{
	padding: 20px 20px;
}

.single-author-wrap{
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 30px 30px 50px;
	margin-top: 40px;
}
.single-author-wrap .single-author-image{
	width: 100px;
	border-radius: 50%;
}
.single-author-wrap .author-info{
	width: calc(100% - 240px);
	max-width: 100%;
}

.accordion{
	margin-top: 20px;
}
.accordion-item{
	margin-bottom: 25px;
	border-radius: 25px !important;
	border: 2px solid #003366;
}
.accordion-item button{
	background-color: #003366 !important;
    padding: 20px;
    color: #fff !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 20px !important;
}
.accordion-body {
    padding: 20px;
}
.accordion-button::after{
	background-image: url(../images/triangle-arrow-down-white.svg);
	width: 20px;
	height: 18px;
    background-size: cover;
}
.accordion-button:not(.collapsed)::after{
	background-image: url(../images/triangle-arrow-down-white.svg);
}

.reply-wrap{
	background: linear-gradient(92.6deg, #942269 2.64%, #003366 97.58%);
	border-radius: 20px;
	padding: 50px 30px 30px;
	color: #fff;
}
.reply-wrap .reply-form{
	background: #FCFCFC4D;
	box-shadow: 0px 4px 10px 0px #00000026;
	padding: 30px;
	border-radius: 30px;
}

input[type="checkbox"]{
	width: 25px;
    height: 25px;
}
input[type="text"]::placeholder, textarea::placeholder{
	color: #000;
	border: 0;
}
.form-control:focus {
    box-shadow: none;
}
input[type="text"], textarea{
	padding: 30px;
	border-radius: 10px;
	height: auto;
	font-size: 20px;
	color: #000;
	outline: 0;
}

.toggle-menu{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #FCFCFC;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 25px;
}
.toggle-menu span{
	width: 15px;
	height: 1px;
	background: #003366;
	margin-bottom: 5px;
}
.toggle-menu span:last-child{
	margin-bottom: 0;
}


.casino-header .casino-filter-image-bg{
	width: 150px;
	min-width: 150px;
    height: auto !important;
}
.more-payments{
	padding: 0px 6px 0px;
	border-radius: 5px;
	background: #FCFCFC;
}
.casino-info.casino-info-left{
	max-width: 100%;
	gap: 30px;
	margin-bottom: 15px;
}

.casino-info.casino-info-right{
	background: #FCFCFC;
	border-radius: 10px;
	padding: 30px;
	width: 50%;
	max-width: 100%;
}
.casino-info.casino-info-right h4{
	color: #003366;
	font-size: 24px;
	margin-bottom: 20px;
}
.casino-info.casino-info-right p strong {
    color: #003366;
    font-size: 24px;
    font-weight: 700;
}
.casino-info.casino-info-right p{
	font-size: 12px;
	font-weight: 500;
	color: #003366;
	margin-bottom: 0;
	max-width: 295px;
}
.custom-bonus-container {
    border: 3px solid #4CAF50;
    border-radius: 20px;
    padding: 20px 0px;
    background-color: #EDF9EE;
}

.casino-tabs-wrap{
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	border-radius: 10px;
	overflow: hidden;
}
.casino-tabs-wrap .casino-tabs-header{
	background: #003366;
    padding: 20px 20px 5px;
}
.nav-pills .nav-link{
	background-color: transparent;
    color: #fff;
	border-radius: 10px;
	border: 0;
	margin-right: 4px;
	font-size: 14px;
    font-weight: 500;
    padding-left: 14px;
    padding-right: 14px;
} 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #003366;
    background-color: #FCFCFC;
}
.casino-tabs-content{
	padding: 30px 45px 5px;
}
.casino-content{
	line-height: 24px;
    font-size: 16px;
}

.sidebar-single{
    background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	overflow: hidden;
}


.sidebar-single a:hover {
    text-decoration: none;
    color: #DE0000;
}   
    
.sidebar-best-pages a{
	width: 33.3%;
}
.sidebar-header{
	background: #003366;
	padding: 20px 30px;
}

.pagination {
    margin-bottom: 20px;
}
.pagination .paginate-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #003366;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #003366;
}
.pagination .paginate-link.active {
    color: #fff;
    background: #003366;
    border: 1px solid #003366;
}

iframe{
	height: 500px;
}
.casino-info h2,
.casino-info h3{
	color: #003366;
	font-weight: 700;
}
.mobile-menu-wrap{
	position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    z-index: 999;
    background: #fff;
    height: 100%;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.mobile-menu-wrap.open{
    right: 0;
}
.mobile-menu-body ul li a{
	display: inline-block;
    font-size: 16px;
}
.header-bonus-wrap h4,
.sidebar-exclusive-offers .bonus-info h4{
	font-size: 10px;
	line-height: 12px;
	color: #003366;
	font-weight: 500;
}
.header-bonus-wrap p,
.sidebar-exclusive-offers .bonus-info p{
	font-size: 12px;
	line-height: 12px;
	color: #003366;
	font-weight: 500;
}

.header-bonus-wrap p,
.sidebar-exclusive-offers .best-bonus-info p{
	font-size: 14px;
	line-height: 14px;
	color: #003366;
	font-weight: 700;
}
.header-bonus-wrap{
	position: absolute;
	right: 80px;
    top: 40px;
	width: 400px;
	padding: 30px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	overflow: hidden;
}
.header-bonus-wrap.open{
    top: 0;
	opacity: 1;
	visibility: visible;
}
.header-bonus-wrap h4{
	font-size: 12px;
	line-height: 16px;
}
.header-bonus-wrap > img{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.nav-item > .sub-menu > .nav-item.menu-item-has-children:after{
	filter: invert(1);
    position: absolute;
    right: 10px;
    top: 20px;
	transition: all .3s ease-in-out;
    transform: rotate(0);
}
.nav-item > .sub-menu > .nav-item.menu-item-has-children:hover:after{
    transform: rotate(-90deg);
}
.text-fade-in{
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}







.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    z-index: 999;
	display: none;
}
.modal-wrap .modal-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-wrap .modal-inner .slot-play {
    max-width: 1060px;
    width: 100%;
}
.slot-play .slot-play-wrapper {
    background: #EEEEEE;
    padding: 10px 10px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.modal-header .title {
    font-size: 21px;
    font-weight: 700;
}
.modal-header .navigation {
    display: flex;
    align-items: center;
}
.slot-play .background {
    height: 650px;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 1280px) and (max-width: 1980px) {
    .slot-play .background {
        height: 530px;
    }
}

.slot-play .background.iframe iframe {
    height: 100% !important;
}
.slot-play .background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(5, 15, 28, 0.60);
}
.slot-play .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slot-play .background {
    height: 650px;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 1280px) and (max-width: 1980px) {
    .slot-play .background {
        height: 530px;
    }
}

.slot-play .slot-play-wrapper {
    background: #EEEEEE;
    padding: 10px 10px;
    border-radius: 10px;
}
section.slot-play {
    background: #EEEEEE;
    border-radius: 10px;
    margin-bottom: 25px;
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.modal-wrap .modal-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-wrap .modal-inner .slot-play {
    max-width: 1060px;
    width: 100%;
}
.slot-play .slot-play-wrapper {
    background: #EEEEEE;
    padding: 10px 10px;
    border-radius: 10px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.modal-header .title {
    font-size: 21px;
    font-weight: 700;
}
.modal-header .navigation {
    display: flex;
    align-items: center;
}
.slot-play .background.iframe iframe {
    height: 100% !important;
}
.modal-header .navigation a svg {
    fill: #003366;
    width: 21px;
    margin-left: 10px;
}



.age-confirm-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.slot-play .background .age-confirm-icon  img {
    width: 40px;
    height: 40px;
}
.age-confirm-icon p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}



footer{
	background-color: #003366;
	color: #fff;
	padding: 50px 0;
}
footer .footer-logo{
	width: 100%;
	max-width: 268px;
}
footer p{
	margin-bottom: 0;
}
.footer-menu a{
	color: #fff;
	padding: 0;
    margin-bottom: 15px;
}
.footer-menu a:hover {
color: #fff;
opacity: 0.6;
}

@media (min-width: 1901px){	
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1340px;
	}
}

@media screen and (min-width: 1201px){
	.nav-item > .sub-menu > li > .sub-menu{
		left: 100%;
		top: 0;
		border-radius: 10px;
	}
}



@media screen and (max-width: 1366px){

}
@media screen and (max-width: 1200px){
	.fs-lg-16px{
		font-size: 16px;
		line-height: 20px;
	}
	.fs-lg-18px{
		font-size: 18px;
		line-height: 22px;
	}
	.fs-lg-20px{
		font-size: 20px;
		line-height: 24px;
	}
	.fs-lg-30px{
		font-size: 30px;
		line-height: 36px;
	}
	.rounded-lg-5px{
		border-radius: 5px;
	}
	.h-lg-25px{
		height: 25px;
	}
	header {
		padding: 15px 0;
	}
	.head-cont .btn-white-bg{
		padding: 0 4px;
	}
	.head-cont .btn-white-bg img{
		max-height: 18px;
	}
	.me-lg-10px{
		margin-right: 10px;
	}
	.mb-lg-0px{
		margin-bottom: 0px;
	}
	.mb-lg-10px{
		margin-bottom: 10px;
	}
	.mb-lg-20px{
		margin-bottom: 20px;
	}
	.mb-lg-30px{
		margin-bottom: 30px;
	}
	.ms-lg-35px{
		margin-left: 35px;
	}
	.ms-lg-60px{
		margin-left: 60px;
	}
	.me-lg-35px{
		margin-right: 35px;
	}
	.me-lg-60px{
		margin-right: 60px;
	}
	.casino-categories li a {
		padding: 10px 15px;
		border-radius: 15px;
	}
	.casino-categories li a span {
		font-size: 16px;
		line-height: 22px;
	}
	.casino-categories li {
		margin-right: 30px;
	}
	.blockquote-block{
		padding: 40px 80px;
	}
	.blockquote-block > div {
		max-width: 600px;
	}
	.table-block .table-block-wrap {
		padding: 20px;
		border-radius: 15px;
		margin-top: 25px;
	}
	.table-block {
		padding: 25px 20px 20px;
		border-radius: 15px;
	}
	.table-block .table-block-col {
		width: 100%;
		height: 30px;
		margin-left: 50px;
		font-size: 16px;
		line-height: 24px;
		max-width: 100%;
	}
	.single-post-inner .single-post-content {
		padding: 15px;
	}
	.btn-transparent {
		padding: 10px 40px;
	}
	.single-post-inner .bg-image {
		height: 191px;
	}
	
    .bg-image2 {
     position: relative;
     width: 100%;
      height: 0;
     padding-top: 66.66%;
     background-repeat: no-repeat;
     background-position: center center;
      background-size: cover;
     border-radius: 20px;
    }

	.accordion-item button {
		padding: 20px;
		font-size: 18px;
		line-height: 22px;
	}
	.accordion-body {
		padding: 20px;
	}
	.accordion-item {
		margin-bottom: 15px;
	}
	.accordion-button::after {
		width: 21px;
		height: 18px;
	}
	.reply-wrap {
		border-radius: 15px;
		padding: 30px 20px 20px;
	}
	.reply-wrap .reply-form {
		padding: 20px;
		border-radius: 20px;
	}
	.search-mobile-wrap form{
		width: 100%;
	}
	.header-bonus-wrap{
		width: 350px;
		padding: 15px;
		right: 0;
	}
	.header-bonus-wrap.open{
		top: 15px;
	}
	.mobile-menu-body ul li ul.sub-menu{
		padding-top: 10px;
	}
	.nav-item > .sub-menu > .nav-item.menu-item-has-children:after{
		top: 15px;
	}
	input[type="text"], textarea {
		padding: 15px;
		border-radius: 8px;
		font-size: 16px;
	}
	footer .footer-logo {
		width: 100%;
		max-width: 180px;
	}
}
@media screen and (max-width: 991px){
	body {

	font-size: 16px;

	}	
	h2, .h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.fs-md-12px{
		font-size: 12px;
		line-height: 16px;
	}
	.fs-md-14px{
		font-size: 14px;
		line-height: 18px;
	}
	.fs-md-16px{
		font-size: 16px;
		line-height: 20px;
	}
	.fs-md-18px{
		font-size: 18px;
		line-height: 22px;
	}
	.fs-md-20px{
		font-size: 20px;
		line-height: 24px;
	}
	.fs-md-24px{
		font-size: 24px;
		line-height: 29px;
	}
	.fs-md-30px{
		font-size: 30px;
		line-height: 36px;
	}
	.mb-md-0px{
		margin-bottom: 0px;
	}
	.mb-md-10px{
		margin-bottom: 10px;
	}
	.mb-md-15px{
		margin-bottom: 15px;
	}
	.mb-md-20px{
		margin-bottom: 20px;
	}
	.mb-md-30px{
		margin-bottom: 30px;
	}
	
	.ms-md-0px{
		margin-left: 0px;
	}
	.me-md-0px{
		margin-right: 0px;
	}
	.me-md-15px{
		margin-right: 15px;
	}
	.ms-md-30px{
		margin-left: 30px;
	}
	
	
	.pb-md-5px{
		padding-bottom: 5px;
	}
	.casino-top {
		padding: 10px;
	}
	
	.casino-filter .casino-filter-single-body {
		padding: 15px;
	}
	.casino-filter .casino-filter-single {
		border-radius: 15px;
		padding: 25px 5px;
		position: relative;
	}
	.casino-filter .casino-filter-single .casino-filter-number {
		margin-right: 0;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0;
        top: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 15px;
	}
	.casino-top .col-lg-3.col-xl-5 {
		margin-top: 0 !important;
	}
	.casino-filter-image-bg {
		margin-bottom: 20px;
	}
	.blockquote-block {
		padding: 30px 50px;
	}
	.blockquote-block > div {
		max-width: 400px;
	}
	.table-block {
		padding: 20px 15px 15px;
	}
	.table-block .table-block-wrap {
		padding: 15px;
	}
	
	.single-author-wrap .author-info {
		width: 100%;
		text-align: center;
	}
	.hstack{
		justify-content: center;
	}
	.hstack a{
		margin-right: 15px;
	}
	.hstack a:last-child{
		margin-right: 0;
	}
	.single-author-wrap {
		border-radius: 30px;
		padding: 30px 35px;
		line-height: 21px;
		margin-top: 20px;
	}
	.accordion-item button {
		padding: 15px 30px;
		font-size: 16px;
		line-height: 20px;
	}
	.casino-categories ul {
		flex-wrap: wrap;
	}
	.casino-categories li {
		margin-right: 30px;
		width: calc(50% - 30px);
	}
	.casino-categories li a {
		width: 100%;
		justify-content: center;
		border-radius: 30px;
	}
	.pros-cons-block-single > ul li:last-child, .main-section li:last-child {
		margin-bottom: auto;
	}
	.casino-categories li a img{
		max-width: 40px;
	}
	.footer-menu-wrap{
		flex-wrap: wrap;
	}
	.footer-menu-wrap .footer-menu-single{
		width: 33.3%;
		margin-bottom: 30px;
		
	}
	.casino-filter .casino-filter-single-header {
		padding: 15px;
	}
	.logo-img {
		max-width: 160px;
	}
	.single-post-inner {
		margin-bottom: 30px;
	}
	input[type="text"], textarea {
		font-size: 14px;
	}
	
	.casino-tabs-wrap .casino-tabs-header{
		padding: 15px 15px 5px;
	}
	.casino-tabs-content {
		padding: 30px;
		/*padding-bottom: 0;*/
	}
	.casino-content {
		line-height: 20px;
		font-size: 14px;
	}
	.casino-filter-single .casino-filter-more-info:before {
		left: -15px;
		width: calc(100% + 30px);
	}
	
	.casino-info.casino-info-left {
		width: 100%;
		max-width: 100%;
	}
	.modal-wrap .modal-inner .slot-play {
		width: 100%;
		    max-height: 70%;
		padding: 0 15px;
	}
	.modal-header .title {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.casino-filter-ui {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 20px;
		flex-direction: column;
	}
	.casino-filter-badge {
		padding: 3px 5px;
		outline: none;
		border-radius: 15px;
		border: 0;
		font-size: 14px;
	}
	.bonus-item {
		justify-content: space-between;
		font-size: 12px;
	}
	.bonus-list {
		margin-bottom: 20px;
	}
	.review-item {
		gap: 5px;
	}
	.review-item span {
		font-size: 12px;
	}
	.critics-text {
		margin-top: 0;
	}
	.wp-block-table {
		overflow-x: auto;
	}
	.casino-info .wp-block-columns-is-layout-flex .wp-block-column {
		width: 100%;
    }
	.text-block .text-block-image {
		margin: 0 auto;
	}
	header {
		max-width: 100vw;
		overflow: hidden;
	}
	.popup-content {
		max-width: 95%;
	}
	.casino-filter .casino-filter-bonus {
        box-shadow: none !important;
		padding: 10px;
    }
	.playscore-block {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: row;
	}
	.progress-circle {
		margin: 0;
	}
	.starm img {
		width: 30px;
	}
	.mbmob {
		margin-bottom: 5px;
	}
	.mbonus {
		gap: 15px;
	}
	p {
		margin-bottom: 10px;
	}
	.casino-filter-image-bg {
		width: 100%;
		border-radius: 10px;
	}
	.btn-gradient {
		font-size: 20px;
		line-height: 24px;
	}
	.table-block table tr td {
		padding: 15px;
	}
	.table-block .table-block-col {
		height: auto;
		margin-left: 0;
		max-width: 100%;
	}
	.footer-menu-wrap .footer-menu-single{
		width: 50%;
	}
	.main-section {
		margin: 50px 0;
	}
	footer {
		padding: 50px 0 20px;
	}
	.reply-wrap {
		padding: 20px 15px 15px;
	}
	.reply-wrap .reply-form {
		padding: 15px;
		border-radius: 10px;
	}
	
	
	.fs-sm-12px{
		font-size: 12px;
	}
	.me-sm-0px{
		margin-right: 0px;
	}
	.mt-sm-0px{
		margin-top: 0px;
	}
	.mb-sm-10px{
		margin-bottom: 10px;
	}
	.mb-sm-20px{
		margin-bottom: 20px;
	}
	
	.home-section {
    	padding: 80px 0 30px;
	}
	section.slot-play {
		padding: 0.5px !important;
	}
	.slot-play .background {
		height: 65vh !important;
	}
}

.casino-info.casino-info-right{
	background: #4d7194;
	border-radius: 10px;



}

@media screen and (max-width: 520px){
	.pros-cons-block-single {
		padding: 20px;
	}
	.pros-cons-block-single .title-wrap {
		margin-bottom: 15px;
	}
	.pros-cons-block-single .title {
		font-size: 24px;
		line-height: 30px;
	}
	.pros-cons-block-single img{
		max-width: 30px;
	}
	.pros-cons-block-single > ul li {
		margin-bottom: 10px;
	}
	.table-block {
		padding: 20px 10px 10px;
	}
	.table-block .table-block-col {
		font-size: 14px;
		line-height: 21px;
	}
	.table-block .table-block-wrap {
		padding: 15px 10px;
		margin-top: 20px;
	}
	.table-block .table-block-inner {
		border-radius: 10px;
	}
	.blockquote-block:after, .blockquote-block:before {
		content: '';
		width: 32px;
		height: 31px;
	}
	.blockquote-block {
		padding: 30px 20px;
	}
	.blockquote-block > div {
		max-width: 235px;
	}
	.casino-categories li {
		margin-right: 0;
		width: 100%;
	}
	.footer-menu a {
		margin-bottom: 5px;
	}

	.casino-header .casino-filter-image-bg {
		width: 60%;
		height: auto;
	}
	.nav-pills .nav-link {
    background-color: transparent;
    color: #fff;
	border-radius: 10px;
	border: 0;
	margin-right: 3px;
	margin-bottom: 10px;
	font-size: 14px;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;
	}
	.casino-filter-tcs-btn .casino-filter-tcs-info {
		right: -115px;
	}
		.casino-filter-verified .casino-filter-tcs-info {
		left: -50px;
	}
}



@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}