/* @import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap'); */
@font-face {
	font-family: "Inter";
	src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"),
	url("/assets/fonts/Inter-Regular.woff") format("woff"), url("/assets/fonts/Inter-Regular.ttf") format("ttf") ;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
	  @font-face {
	font-family: "Inter";
	src: url("/assets/fonts/Inter-ExtraBold.woff2") format("woff2"),
	url("/assets/fonts/Inter-ExtraBold.woff") format("woff"), url("/assets/fonts/Inter-ExtraBold.ttf") format("ttf") ;
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	position: relative;
	font-family: 'Inter', sans-serif;
	background: #3D0661;
}
body.hidden {
	overflow: hidden;
}
header {
	padding: 30px 0;
	width: 100%;
	height: auto;
}
header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

header .logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	aspect-ratio: 3 / 4;
}
header .logo .img-text {
	margin: 0;
	width: 185px;
	height: 65px;
}

header nav {
	display: flex;
	gap: 20px;
	justify-content: end;
}
header nav .burger {
	display: none;
}
header nav ul {
	display: flex;
	justify-content: end;
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
}
.link {
	position: relative;
	z-index: 11;
	border-radius: 100px;
	background: #2743a9;
	border: 1px solid #2743a9;
	padding: 13px 36px;
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link:hover {
	background: transparent;
	border: 1px solid #FFFFFF;
}
.link.first {
	background: transparent;
	border: 1px solid #FFFFFF;
}
.link.first:hover {
	background: #F4D21E;
	border: 1px solid #F4D21E;
}
header nav ul li {
	margin: 0 20px 10px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: capitalize;
	color: #FFFFFF;
	transition: 0.5s all linear;
}
header nav ul li:hover {
	color: #F4D21E;
}
header nav ul li:last-child {
	margin: 0 0 10px 0;
}
header nav ul li a {
	color: inherit;
	text-decoration: none;
}
.burger__content {
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 245px;
	z-index: 10;
	background-color: #010101;
	transition: all 0.3s ease;
}
.burger__content.active {
	visibility: visible;
	opacity: 1;
	top: -30px;
}
.burger__language {
	border-bottom: 1px solid #222727;
	padding: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.burger__link {
	margin: 15px 0 0 0;
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
.intro {
	padding: 50px 0;

	border-radius: 0px 0px 71px 71px;
}
.container {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 20px;
}
.intro .row {
	display: flex;
	flex-direction: column;
}
.intro h1 {
	color: var(--Black, #FFFFFF);
	font-size: 52.696px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intro h1 span {
	color: var(--Orange, #F4D21E);
	font-size: 52.696px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intro p {
	margin: 0 0 40px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #FFFFFF;
}
.intro .button {
	padding: 15px 45px;
	width: fit-content;
	border-radius: 83px;
	background: linear-gradient(90deg, #FF2199 0%, #E50045 100%);
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.intro .button:hover {
	transform: scale(1.02);
}
.intro .button span {
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
}
.content {
	padding: 0 0 65px 0;
}
.img-text {
	margin: 0 0 50px 0;
	width: 100%;
	height: 100%;
}
.img-text img {
	width: 100%;
	height: 100%;
	border-radius: 41px;
}
.content h2 {
	margin: 20px 0 20px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}
.content h3, .menu__title {
	margin: 20px 0 20px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
}
.content strong {
	display: block;
	margin: 30px 0 30px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 87.02%;
	color: #FFFFFF;
}
ul a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 87.02%;
	color: #FFFFFF;
	transition: all 0.3s ease;
	text-decoration: none;
}
ul a:hover {
	color: #F4D21E;
}
.content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color:#FFFFFF;
	margin: 0 0 15px 0;
}
.content ol,
.content ul {
	margin: 0 0 15px 0;
}
.content ol li,
.content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #FFFFFF;
	align-self: center;
}
.table {
	width: 100%;
	overflow-x: auto;
}
.content table {
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table,
td,
th {
	/* border: 1px solid #0078e7; */
}
td,
th {
	padding: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #FFFFFF;
	align-self: center;
}

table tr td:first-child {
	border-radius: 9px 0 0 9px;
}
table tr td {
	text-align: center;
	background-color: #625309;
	color: #FFFFFF;
}
table tr td:last-child {
	border-radius: 0 9px 9px 0;
}
table tr:nth-child(2n) td {
	background-color: transparent;
	color: #FFFFFF;
}

footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 21px 0 31px 0;
	width: 100%;
	height: auto;
	border-top: 1px solid #F4D21E;
}
footer .logo {
	display: none;
	height: 15px;
	width: auto;
}
footer .logo p {
	height: 15px;
	width: auto;
}
footer .logo img {
	height: 100%;
	width: auto;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 35px;
	list-style: none;
}
footer ul li {
	margin: 10px 10px 0 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	transition: 0.5s all linear;
}
footer ul li:hover {
	color: #F4D21E;
}
footer ul li a {
	color: inherit;
	text-decoration: none;
}

.content .img-text {
	font-size: 0;
	line-height: 0;
}

p img {
	max-width: 100%;
}
.anchor__menu a {
	color:inherit;
	text-decoration: none;
}
.anchor__menu a:hover {
	color:#F4D21E;
}
.anchor__menu li {
	margin-bottom: 10px;
}
.small-img {
    width: 200px !important;
    height: 200px !important;
    margin: 15px auto !important;
}
.small-img img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}
.menu__title {
	margin-top: 75px;
}
@media screen and (max-width:600px) {
	.menu__title {
	margin-top: 45px;
}
}

/*casino*/
.showcase__wrapper {
	margin: 0 0 30px 0;
}
.showcase {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;

}

.showcase__item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 35px;
	background: #602089;
	padding: 10px;
	border-radius: 12px 0 0 12px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 12px 12px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: flex-end;
}
.showcase__item-right {
  justify-content: space-between !important;
}
.showcase__item p {
	height: 68px;
	margin: 0;
}
.showcase__item p img {
	height: 100%;
	border-radius:9px;
}
.showcase__img {
	padding: 0 0 0 90px;
	position: relative;
}
.container {
    counter-reset: my-counter 0;
}
    
.showcase__img::before {
    counter-increment: my-counter;
    content: counter(my-counter) " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 9px;
	background:#F4D21E;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#3D0661;
	font-size: calc(36vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title span {
	text-align: left;
	display: block;
	/*margin: 0 0 10px 0;*/
	color: #fff;
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: calc(28vw / var(--resizer) * 100);
}
.showcase__title .showcase__rating {
	display: flex;
	min-width: 145px;
}
.showcase__title .showcase__rating-item {
	max-width: 25px;
	max-height: 25px;
}
.showcase__title .showcase__rating-item p {
	height: 25px;
}
.showcase__rating {
	display:flex;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn {
	padding: 23px 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 10px;
	background: linear-gradient(90deg, #FF2199 0%, #E50045 100%)
}

.showcase__link {
	display: flex;
	width: 100%;
	text-decoration: none;
}
.showcase__link:hover .showcase__btn {
	background:#4c0a12;
}
@media screen and (max-width:768px) {
	.showcase__link {
		flex-wrap: wrap;
	}
	.showcase__title {
	    display:none;
	}
.showcase__item  {
	  border-radius: 12px 12px 0 0;
	}
	.showcase__item:nth-child(2n) {
    border-radius: 0 0 12px 12px;
}
}

/*new casino style*/
.casino {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #602089;
    border-radius: 12px;
    padding: 16px;
    height: 180px;
    margin-bottom:25px;
}

.casino__image {
    max-width: 150px;
    height: 150px;
 
}
.casino__image img {
width: 100%;
height: 100%;
border-radius: 8px;
}
.casino__info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-width: 450px;
    width:100%;
}
.casino__name {
    font-size: 20px;
    color:#fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.casino__rating {
    display: flex;
    align-items: center;
    gap:10px;
}
.casino__rating p {
    margin-bottom: 0;
}
.casino__bonus {
    font-weight: 700;
    color:#fff;
    font-size: 24px;
}
.casino__deposits {
    display: flex;
    flex-direction: column;
    background: #782DA7;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}
.casino__deposits p {
margin-bottom: 0;
text-transform: uppercase;
color:#B589D2;
}
.casino__deposits p span {
color:#fff;
}
.casino__btn {
    display: flex;
    flex-direction: column;
}
.casino__btn a {
    margin-bottom: 15px;
    text-decoration: none;
}
.casino__btn a:hover {
   background: linear-gradient(90deg, #f400a1 0%, #e52b50 100%);
}
.casino__payments {
    display: flex;
    align-items: center;
    gap: 15px;
}
 .casino__name-mobile {
    display:none;
 }
@media screen and (max-width:1024px) {
    .casino {
        flex-direction: column;
        height: auto;
        gap:20px;
    }
    .casino__deposits {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }
    .casino__btn {
        width: 100%;
        margin: auto;
    }
    .casino__payments {
        justify-content: center;
    }
    .casino__name-desktop {
        display: none;
    }
    .casino__name-mobile {
        display: block;
        width: 100%;
    }
    .casino__image {
        display: flex;
        width: 100%;
        max-width: 60px;
        height: 60px;
        margin-right: 25px;

    }
    .casino__image img {
max-width:150px;
width: 100%;
margin-right: 10px;
    }
    .casino__rating img {
        max-width: 15px;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }
    .casino__name {
        font-size: 14px;
    }
    .casino__bonus {
        font-size: 16px;
    }
    .casino__deposits p {
        font-size: 10px !important;
    }
    .casino__name {
        margin-bottom: 0;
    }
    .casino__main {
        display: flex;
    }
 
}