/*!
Theme Name: pinco_casino
Theme URI: #
Author: Vova Sydorovych
Author URI: https: //freelancehunt.com/freelancer/exCheckPoint.html
Version: 1.0.0
*/
aside:after {
	content: '';
	background: linear-gradient(180deg, #1b1f28 80%, transparent 100%);
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
}
header {
	position: sticky !important;
	top: 0;
}
.menu__list .elementor-icon-list-item .elementor-icon-list-icon,
.menu__list .elementor-icon-list-item .elementor-icon-list-text {
	transition: .15s;
}
.menu__list .elementor-icon-list-item:hover .elementor-icon-list-icon {
	transform: scale(1.15);
}
.menu__list .elementor-icon-list-item:hover .elementor-icon-list-text {
	transform-origin: center left;
	transform: scale(1.1);
}
.pulse__btn .elementor-button:after {
	content: "";
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	animation: button-pulse 1.6s ease-out infinite .5s;
	position: absolute;
	border-radius: .25rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(.7, .5);
	background: rgba(255, 36, 0, .5);
	z-index: -1;
	transition: transform .5s linear;
}
@keyframes button-pulse {
	0% {
		transform: translate(-50%, -50%) scale(.7, .5);
		opacity: 0;
		border-radius: .25rem;
	}
	12% {
		opacity: 1;
	}
	34% {
		transform: translate(-50%, -50%) scale(1);
	}
	40% {
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-radius: .25rem;
	}
}
table p {
	margin: 0;
}
table td {
	vertical-align: top;
}
@media(max-width:899px){
	table {
		max-width: 100%;
	}
}

/* custom title */
.custom__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.custom__title .title__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.title__glow_green {
	position: absolute;
	width: 1300px;
	max-width: 100%;
	height: 100px;
	left: 50%;
	top: 27px;
	transform: translateX(-50%);
	background: radial-gradient(50% 50% at 50% 50%, white, #0000);
	z-index: -1;
	opacity: .15;
}
.title__glow_green:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 45px;
	width: 820px;
	max-width: 100%;
	height: 10px;
	background: radial-gradient(50% 50% at 50% 50%, white, white 15.45%, #0000);
}
.title__glow_green:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background: radial-gradient(50% 50% at 50% 50%, #000, #0000);
	width: 482px;
	height: 72px;
	top: 14px;
}
.title__highlight_green {
	width: 100%;
	height: 1px;
	min-width: 280px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, white 50%, rgba(0, 0, 0, 0) 100%);
}
.title__highlight_green:before,
.title__highlight_green:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%);
	height: 3px;
	width: 112px;
	border-radius: 100px;
	background-color: white;
}
.title__highlight_green:before {
	filter: blur(10px);
}
.starshine {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	z-index: -1;
}
.shine {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 0 10px 5px white;
	filter: blur(1px);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	z-index: 2;
	color: tansparent;
	-moz-opacity: 0.0;
	opacity: 0.0;
	animation: glitter 6s linear 0s infinite normal;
	-webkit-animation: glitter 6s linear 0s infinite normal;
	-moz-animation: glitter 8s linear 0s infinite normal;
	-ms-animation: glitter 8s linear 0s infinite normal;
	-o-animation: glitter 8s linear 0s infinite normal;
	filter: blur(3px);
}

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}

	25% {
		-webkit-transform: scale(.75) rotate(360deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(0.35) rotate(720deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}
@media(max-width:1199px) {
.title__glow_green{
	top: 0;
}
}
@media(max-width:899px) {
.title__glow_green {
	top: -12px;
}
}

/* tabs titles */
.tab_titles {
	display: flex;
}
.tab_titles .item {
	position: relative;
	padding: 14px 12px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tab_titles .item:before,
.tab_titles .item:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	transition: .25s;
}
.tab_titles .item:before {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 36, 0, 0) 0%, #ff2400 50.52%, rgba(255, 36, 0, 0) 100%);
}
.tab_titles .item:after {
	width: 20px;
	height: 3px;
	bottom: 0;
	background: #ff2400;
	border-radius: 100px;
}
.tab_titles .item .icon svg {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	object-position: 50% 50%;
	will-change: filter;
	transition: .25s;
}
.tab_titles .item .name {
	font-family: 'Roboto', sans-serif;
	color: #2A4241;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	transition: .25s;
}
.tab_titles .item:hover .icon svg {
	transform-origin: center bottom;
	transform: scale(1.15);
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(343deg) brightness(102%) contrast(101%);
}
.tab_titles .item.active .icon svg {
	transform-origin: center bottom;
	transform: scale(1.15);
	filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(5905%) hue-rotate(6deg) brightness(104%) contrast(105%);
}
.tab_titles .item:hover .name,
.tab_titles .item.active .name {
	transform: scale(1.15);
	color: #D2EEED;
}
.tab_titles .item.active:before,
.tab_titles .item.active:after {
	opacity: 1;
}
@media(max-width:899px){
.tab_titles .item {
	padding: 8px;
}
.tab_titles .item .name {
	font-size: 12px;
	line-height: 16px;
}
.tab_titles .item:hover .name,
.tab_titles .item.active .name {
	transform: scale(1);
}
}

/* tab list */
.tab_list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
}
.tab_list .item {
	position: relative;
	aspect-ratio: 270 / 178;
	width: 100%;
	height: auto;
	padding: 8px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	transition: .25s;
}
.tab_list .item:hover {
	transform: scale(1.08);
	z-index: 1;
}
.tab_list .item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -1px;
	top: -1px;
	z-index: -1;
	border-radius: 4px;
	opacity: 0;
	transition: .25s;
}
.tab_list .item:hover:after {
	opacity: 1;
}
.tab_list .item .casino__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 4px;
}
.tab_list .item .content {
	display: flex;
	flex-direction: column;
	padding: 8px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 16, 22, .7);
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	transition: .25s;
}
.tab_list .item:hover .content {
	opacity: 1;
	visibility: visible;
}
.tab_list .item .name {
	display: block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-weight: 400;
	color: #c2c4c9;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.tab_list .item .btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	flex-grow: 1;
	gap: 8px;
}
.tab_list .item .btns .link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 24px;
	border-radius: 4px;
	color: #fff;
	background: #ff2400;
	z-index: 1;
	transition: .25s;
}
.tab_list .item .btns .link:hover {
	filter: brightness(.9)
}
.tab_list .item .btns .link:after {
	content: "";
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	animation: button-pulse 1.6s ease-out infinite .5s;
	position: absolute;
	border-radius: .25rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(.7, .5);
	background: rgba(255, 36, 0, .5);
	z-index: -1;
	transition: transform .5s linear;
}
.tab_list .item .btns .link svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex-shrink: 0;
}
.tab_list .item .btns .demo {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 12px 44px;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
}
@media(max-width:1760px) {
.tab_list {
	grid-template-columns: repeat(5, 1fr);
}
}
@media(max-width:1460px) {
.tab_list {
	grid-template-columns: repeat(4, 1fr);
}
}
@media(max-width:940px) {
.tab_list {
	grid-template-columns: repeat(3, 1fr);
}
}
@media(max-width:899px) {
.tab_list {
	gap: 4px;
}
}
@media(max-width:599px) {
.tab_list {
	grid-template-columns: repeat(2, 1fr);
}
}
/* carousel */
.custom__carousel {
	overflow: hidden;
	mask-image: linear-gradient(90deg, #000 95%, transparent 100%);
}
.custom__carousel .swiper-slide {
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: #031717;
	border-radius: 4px;
	padding-bottom: 16px;
	flex-grow: 1;
	max-width: 412px;
	min-height: 408px;
	font-family: 'Roboto', sans-serif;
	margin-top: 16px;
	height: auto;
}
.custom__carousel .swiper-slide .img {
	height: 160px;
	width: 100%;
	margin-top: -12px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	object-fit: cover;
}
.custom__carousel .swiper-slide .label {
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	background-color: #ff2400;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 2px 4px;
	text-align: center;
}
.custom__carousel .swiper-slide .body {
	padding: 0 16px;
	flex-grow: 1;
}
.custom__carousel .swiper-slide .body .title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #d2eeed;
	text-align: center;
}
.custom__carousel .swiper-slide .body .description {
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #3b6f6d;
	text-align: center;
}
.custom__carousel .swiper-slide .body .description>*:last-child {
	margin-bottom: 0;
}
.custom__carousel .swiper-slide .body .description a {
	text-decoration: underline;
	color: #04cfaa;
}
.custom__carousel .swiper-slide .price,
.custom__carousel .swiper-slide .time {
	margin-top: 8px;
	padding: 0 16px;
	text-align: center;
}
.custom__carousel .swiper-slide .time .time_wrapper {
	display: flex;
	gap: 4px;
}
.custom__carousel .swiper-slide .price .top,
.custom__carousel .swiper-slide .time .title,
.custom__carousel .swiper-slide .time .txt {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #3b6f6d;
}
.custom__carousel .swiper-slide .price .bot,
.custom__carousel .swiper-slide .time .count,
.custom__carousel .swiper-slide .time .divider {
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
	white-space: nowrap;
	color: #d2eeed;
}
.custom__carousel .swiper-slide .btns {
	margin-top: 16px;
	display: flex;
	width: 100%;
	gap: 8px;
	padding: 0 16px;
}
.custom__carousel .swiper-slide .btns .link {
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 0;
	color: #3b6f6d;
	text-decoration: underline;
	transition: font-size .2s ease-in-out;
}
.custom__carousel .swiper-slide .btns .link:hover {
	font-size: 18px;
}
.custom__carousel .swiper-slide .btns .btn {
	flex-grow: 1;
	padding: 8px 24px;
	border-radius: 4px;
	background-color: #ff2400;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	transition: .25s;
}
.custom__carousel .swiper-slide .btns .btn:hover {
	filter: brightness(.9);
}
.custom__carousel .swiper-slide .btns .info {
	flex-shrink: 0;
	padding: 8px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, .25);
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,.25);
	transition: .25s;
}
.custom__carousel .swiper-slide .btns .info svg {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}
.custom__carousel .swiper-slide .btns .info:hover {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .5);
}
@media(max-width:899px) {
.custom__carousel .swiper-slide {
	width: 310px;
}
}

/* app btns */
.app__btns {
	display: flex;
	gap: 8px;
}
.app__btns .item {
	display: flex;
	align-items: flex-start;
}
.app__btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 11px;
	color: #d2eeed;
	border: 1px solid #2a4241;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	transition: .25s;
}
.app__btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0d1016;
}
.app__btn.disable {
	pointer-events: none;
	cursor: none;
	opacity: .3;
}
.app__btn .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	flex-shrink: 0;
}
.app__btn .icon svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	fill: currentColor;
	transition: .25s;
}
.app__btn .title {
	font-weight: 400;
	color: currentColor;
	transition: .25s;
}
.app__btn .title .top {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: .15px;
}
.app__btn .title .bottom {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .2px;
}
.app__info {
	width: 16px;
	height: 16px;
	color: #80858f;
}
.app__info svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* footer btn */
.footer__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px;
	min-height: 40px;
	width: 100%;
	border: 1px solid #C2C4C9;
	border-radius: 4px;
	transition: .25s;
}
.footer__btn .icon svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .25s;
}
.swiper-button-disabled {
	display: none !important;
}
.partners__carousel img {
	transition: .25s;
	filter: grayscale(1);
}
.partners__carousel img:hover {
	filter: grayscale(0);
}
.partners__carousel.border__bottom:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100%);
}
.gallery {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
@media(max-width:649px){
.partners__carousel .elementor-image-gallery .gallery-item {
	width: 20%;
}
.elementor > * {
	overflow: hidden;
}
}

/* lang */
.lang__switcher {
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	
	
	transition: .25s;
	display: flex;
	flex-direction: column;
	position: relative;
}
.lang__switcher.top {
	flex-direction: column-reverse;
}
.lang__switcher.right .lang__wrapper,
.lang__switcher.left .lang__wrapper {
	flex-direction: row;
}
.lang__switcher.right {
	flex-direction: row;
}
.lang__switcher.left {
	flex-direction: row-reverse;
}
.lang__wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	display: none;
	padding: 8px 16px;
	border-radius: 4px;
	border: 1px solid #3B6F6D;
	width: max-content;
}
.lang__switcher.bottom .lang__wrapper {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
}
.lang__switcher.top .lang__wrapper {
	position: absolute;
	bottom: calc(100% + 8px);
	left: 0;
}
.lang__switcher.left .lang__wrapper {
	position: absolute;
	top: 0;
	right: calc(100% + 8px);
}
.lang__switcher.right .lang__wrapper {
	position: absolute;
	top: 0;
	left: calc(100% + 8px);
}
.lang__switcher:hover {
	border-color: #c2c4c9;
}
.current__item,
.lang__item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.current__item {
	padding: 8px 16px;
	border-radius: 4px;
	border: 1px solid #3B6F6D;
}
.lang__switcher .lang__icon {
	display: block;
	width: 24px;
	height: 18px;
	border-radius: 2px;
	object-fit: cover;
	filter: grayscale(1);
	transition: .25s;
}
.lang__switcher .current__item:hover .lang__icon,
.lang__switcher .lang__item:hover .lang__icon {
	filter: grayscale(0);
}
.lang__switcher .name {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #3B6F6D;
	transition: .25s;
}
.lang__switcher .current__item:hover .name,
.lang__switcher .lang__item:hover .name {
	color: #c2c4c9;
}