.hero {
	background: linear-gradient(191.96deg, #1C1C3B 41.19%, #272752 100.15%);
}
.hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	background: url('../img/bg-img.png');
}
.hero_image {
    height: 680px;
	background: url('../img/demo/phone-img.png') bottom right no-repeat;
}
.hero_info,
.hero_image {
    width: 50%;
}
.hero_title {
    font-weight: bold;
    font-size: 44px;
    line-height: 44px;
    color: #FFFFFF;
}
.best_casino {
    display: inline-block;
    background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -5px -5px 250px rgb(255 255 255 / 2%);
    backdrop-filter: blur(22px);
    border-radius: 10px;
    padding: 16px 24px;
}
.rating_star span {
	overflow: hidden;
	display: block;
	height: 100%;
	font-size: 0;
	line-height: 20px
}
.rating_star {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	text-align: center;
	background: url('../img/icon/star-trans.svg') 0 1px no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	background-size: 100%
}
.rating_star-off {
    width: 0;
}
.best_casino__rating {
    text-align: right;
    margin-left: 33px;
    margin-bottom: 5px;
}
.best_casino__grade {
    display: inline-block;
    font-size: 24px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.hero_play {
    width: 220px;
    height: 44px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #8229F3;
    border-radius: 5px;
}
.hero_play svg {
    margin-right: 8px;
}
.hero_description {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    margin: 0;
}
.hero_image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 535px;
    height: 535px;
    background: #785CE8;
    opacity: 0.4;
    filter: blur(211.556px);
    margin: auto;
    z-index: -1;
}
.hero_bg::before,
.hero_bg::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 238px;
    height: 238px;
    background: #785CE8;
    opacity: 0.4;
    filter: blur(211.556px);
    pointer-events: none;
    z-index: 1;
}
.hero_bg::after {
    content: '';
    width: 109px;
    height: 109px;
    left: 114px;
    bottom: -20px;
    background: #FFC7D8;
    opacity: 0.4;
    filter: blur(105.778px);
    z-index: 2;
}
.best_casino__logo img {
    height: auto;
}
