/* ::-webkit-scrollbar-button {
display: block;
}
 */

 html {
	background: #000000 !important;
}



    /* Up */
    ::-webkit-scrollbar-button:single-button:vertical:decrement {
		display: block;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent red  transparent;
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
		display: block;
      border-color: transparent transparent red  transparent;
    }
    /* Down */
    ::-webkit-scrollbar-button:single-button:vertical:increment {
		display: block;
      border-width: 8px 8px 0 8px;
      border-color: red transparent transparent transparent;
    }


:root {
	--default-font: "Fira Sans", sans-serif;
}

.fira-sans-light {
	font-family: "Fira Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.fira-sans-light-italic {
	font-family: "Fira Sans", sans-serif;
	font-weight: 300;
	font-style: italic;
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

section,
.section {
	scroll-margin-top: 100px;
	overflow: clip;
}

body {
	font-family: var(--default-font);
}

a {
	color: #978e97;
	text-decoration: none;
	transition: 0.3s;
}



.penny-in-water {
	display: block;
	position: absolute;
	left: 0;
	width: 60%;
	max-width: 1600px; 
}

.header {
	padding: 20px 0;
	transition: all 0.5s;
	z-index: 997;
	padding: 5px;
	margin-top: 72px;
}

.header .logo {
	line-height: 1;
}

.header .logo img {
	max-height: 36px;
	margin-right: 8px;
}

.header .logo h1 {
	font-size: 30px;
	margin: 0;
	font-weight: 700;
	color: var(--heading-color);
}

.lastlogin-col {
	display: flex;
}

.lastLoginWidth {
	width: 100%;
}

.mobileTxtbreak {
	display: none;
}


.close_btn_red {
	border: none;
	background-color: transparent;
	outline: none;

	position: absolute;
	display: inline-block;
}

.close_btn_red .img-top {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	z-index: 99;
}







.cookieWindow.banner {
	padding: 1em 1em;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
	color: #ffffff;
}


.cookies_bg {
	padding: 1rem;
	border: 3px solid transparent;
	border-radius: 20px;
	background-image:
		linear-gradient(to right, #173560, #173560),
		linear-gradient(to right, #bd610c, #f2b703, #f2b703, #fffd4e, #f2b703, #fffd4e, #bd610c, #f2b703, #f2b703, #fffd4e, #f2b703, #fffd4e);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}

.cookieBanner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	opacity: 0;
}

.cookie_banner_easein {
	animation: cookie_bannerAnim 0.5s ease-in 0.2s forwards;
}

.cookie_banner_easeout {
	animation: cookie_bannerAnimEaseOut 0.5s ease-in forwards;
}

@keyframes cookie_bannerAnim {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes cookie_bannerAnimEaseOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}





.btn_form {
	filter: grayscale(0);
	pointer-events: all;
}

.btn.btn_disable {
	filter: grayscale(100%);
	pointer-events: none;
}


.btn_form img {
	width: 100%;
	transform: scale(1);
	transition: all 0.2s ease-in-out;
	border-radius: 30px;
	border-style: none;
}




#dimmed_overlay {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99;
}

#dimmed_overlay_message {
	text-align: center;
	font-size: 30px;
	position: relative;
	top: 30%;
	width: 100%
}



.dialog_email_outer {
	top: 8%;
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 80%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 80%);

	max-width: 800px;
	position: absolute;
	left: 5%;
	right: 5%;
	margin: auto;
	z-index: 99999;

	border-radius: 25px;


}

.dialog_email, .register_dialog {
	top: 15%;
	position: relative;
	margin: 0px;
	z-index: 99999;
	padding: 30px 30px 30px 30px;

	background-image:
		url('/images/ddc_dialog_blue.webp'),
		linear-gradient(to right, #bd610c, #f2b703, #f2b703, #fffd4e, #f2b703, #fffd4e, #bd610c, #f2b703, #f2b703, #fffd4e, #f2b703, #fffd4e);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;

	border: 3px solid transparent;
	border-radius: 25px;

	-webkit-box-shadow: inset 0 0 10px black;
	box-shadow: inset 0 0 10px black;
	background-size: cover;
	background-position: bottom;
}




.dialog_email h3, .register_dialog h3 {
	color: gold;
	font-size: 1.5rem;
	font-family: Fira Sans, Verdana, Helvetica, sans-serif;
}

.dialog_email .ddc_txt a, .register_dialog .ddc_txt a, .dialog_email .ddc_txt_privacy a, .register_dialog .ddc_txt_privacy a {
	color: gold;
	text-decoration: underline;
}


.dialog_email_easein {
	animation: dialog_email_dialogAnim 0.6s ease 0.2s forwards;
	transform: scale(0);

}

.dialog_register_easein {
	animation: dialog_register_dialogAnim 0.6s ease 0.2s forwards;
	transform: scale(0);
}


@keyframes dialog_email_dialogAnim {

	0% {
		opacity: 0;
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	70% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


@keyframes dialog_register_dialogAnim {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	70% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.dialog_email_easeout {
	animation: dialog_email_dialogOutAnim 0.6s ease 0.2s forwards;
	transform: scale(1);

}

.dialog_register_easeout {
	animation: dialog_register_dialogOutAnim 0.6s ease 0.2s forwards;
	transform: scale(1);
}


@keyframes dialog_email_dialogOutAnim {

	0% {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		transform: scale(0);
		opacity: 0;
	}
}


@keyframes dialog_register_dialogOutAnim {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		transform: scale(0);
		opacity: 0;
	}
}


.form-group {
	margin-bottom: 1rem;
}

.ddc_txt {
	font-size: 1rem;
	font-family: Fira Sans, Verdana, Helvetica, sans-serif;
	color: #ffffff;
}




.strike {
	display: block;
	text-align: center;
	/*         overflow: hidden; */
	white-space: nowrap;
	color: #ffffff;

	margin: auto;
	/* 	padding-right: 3rem; */
}

.strike>span {
	position: relative;
	display: inline-block;
}

.strike>span:before,
.strike>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100px;
	height: 1px;

}

.strike>span:before {
	right: 0px;
	margin-right: 25px;
	background: linear-gradient(90deg, rgb(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.strike>span:after {
	left: 0px;
	margin-left: 25px;
	background: linear-gradient(90deg, rgb(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 80%);
}


.strikeVertical {
	display: flex;
	flex-direction: column;
	/*       overflow: hidden; */
	white-space: nowrap;
	color: #ffffff;
	max-width: 200px;
	margin: auto;

}



.strikeVertical>span:before,
.strikeVertical>span:after {
	content: "";
	position: absolute;
	height: 100px;


}

.strikeVertical>span:before {
	top: 0px;
	margin-top: 25px;
	display: block;
	width: 1px;
	left: 7px;
	background: linear-gradient(180deg, rgb(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 90%);


}


.strikeVertical>span:after {
	bottom: 0px;
	margin-bottom: 25px;
	display: block;
	width: 1px;
	left: 7px;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}


.divider_desktop {
	display: block;
}

.divider_mobile {
	display: none;
}


.login_button {
	max-width: 275px;
	width: 100%;
	transform: scale(1);
	transition: all 0.2s ease-in-out;
	border-radius: 30px;
	border-style: none;
}




.btn_social {
	border-style: none;
}





.btn {
	position: relative;
	z-index: 1;
}


.tag-last-login {
	top: 16px;
	z-index: 2;
 	visibility: hidden; 
	transform: scale(1);
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}





.tag-last-login-lounge {
	z-index: 2;
	visibility: hidden; 
}



.loading-overlay-for-email-login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.spinner {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
}

.spinner:after {
	content: " ";
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	border: 12px solid #ffffff;
	border-color: #ffffff transparent #ffffff transparent;
	animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.pennybody {
	z-index: 999999;
}

.pennyface {
	z-index: 999999;
	height: 199px;
	width: 184px;
	top: 76px;
	left: 100px;
	position: absolute;
}

.pennyhead2 {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(0);
	transform-origin: middle bottom;
	animation: pennyheadmove 10s infinite alternate;
	animation-timing-function: ease-in-out;
	z-index: -2;
}

.pennyhead {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(0);
	transform-origin: middle bottom;
	animation: pennyheadmove 10s infinite alternate;
	animation-timing-function: ease-in-out;
}

@keyframes pennyheadmove {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(10deg);
	}
}

.pennyanimation {
	animation: pennybodymove 5s infinite alternate;
	transform: scale(1, 1);
	pointer-events: none;
	position: absolute;
	z-index: 99999;
	right: 63%;
}

@keyframes pennybodymove {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1.03, 1);
	}
}

.pennylefthand {
	z-index: 99999999;
	top: 220px;
	left: 114px;
	height: 184px;
	width: 199px;
	position: absolute;
	transform: scale(0.7) rotate(0);
	transform-origin: right bottom;
	animation: pennylefthandmove 3s infinite alternate;
}

@keyframes pennylefthandmove {
	0% {
		transform: scale(0.7) rotate(0);
	}

	100% {
		transform: scale(0.7) rotate(3deg);
	}
}

.pennyrighthand {
	z-index: 99999999;
	top: 212px;
	left: 88px;
	position: absolute;
	transform: scale(0.5) rotate(-10deg);
	transform-origin: left bottom;
	animation: pennyrighthandmove 3s infinite alternate;
}

@keyframes pennyrighthandmove {
	0% {
		transform: scale(0.7) rotate(-10deg);
	}

	100% {
		transform: scale(0.7) rotate(-6deg);
	}
}

.pennyhairback {
	z-index: -1;
	top: 20px;
	left: 28px;
	height: 336px;
	width: 375px;
	position: relative;
	transform: scale(1);
	transform-origin: middle bottom;
	animation: pennyhairbackmove 10s infinite alternate;
}

@keyframes pennyhairbackmove {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1.02);
	}
}

.pennyhairtop {
	z-index: 999999999;
	top: -48px;
	left: 20px;
	height: 259px;
	width: 330px;
	position: relative;
	transform: rotate(0);
	animation: pennyhairtopmove 5s infinite alternate;
}

@keyframes pennyhairtopmove {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(5deg);
	}
}

.pennyblink {
	z-index: 99999999;
	top: 137px;
	left: 109px;
	position: relative;
	opacity: 1;
	animation: mymove 7s infinite;
}

@keyframes mymove {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	51% {
		opacity: 1;
	}

	55% {
		opacity: 1;
	}

	56% {
		opacity: 0;
	}

	95% {
		opacity: 0;
	}

	96% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.pennymouth {
	z-index: 999999;
	height: 53px;
	width: 75px;
	position: relative;
	top: -122px;
	left: 152px;
	background: url(../img/pennymouth.webp);
	animation: mouthmove 5s steps(3) infinite alternate forwards;
	transform: scale(1) rotate(5deg);
}

@keyframes mouthmove {
	0% {
		background-position: 0;
		transform: scale(1) rotate(5deg);
	}

	10% {
		background-position: 0;
		transform: scale(1) rotate(5deg);
	}

	30% {
		background-position: 0;
		transform: scale(1) rotate(5deg);
	}

	50% {
		background-position: -225px;
		transform: scale(1) rotate(5deg);
	}

	100% {
		background-position: -225px;
		transform: scale(1) rotate(5deg);
	}
}

.pennyeye {
	z-index: 999999;
	height: 134px;
	width: 286px;
	position: relative;
	top: -218px;
	left: 32px;
	background: url(../img/eyemove.webp);
	animation: eyemove 10s steps(3) infinite alternate;
	transform: scale(0.5);
}

@keyframes eyemove {
	to {
		background-position: -843px;
	}
}

.navmenu-top-goldborder-footer {
	background:
		linear-gradient(to right,
			#bd610c,
			#f2b703,
			#f2b703,
			#fffd4e,
			#f2b703,
			#fffd4e,
			#bd610c,
			#f2b703,
			#f2b703,
			#fffd4e,
			#f2b703,
			#fffd4e),
		linear-gradient(to right,
			#bd610c,
			#f2b703,
			#f2b703,
			#fffd4e,
			#f2b703,
			#fffd4e,
			#bd610c,
			#f2b703,
			#f2b703,
			#fffd4e,
			#f2b703,
			#fffd4e);
	background-repeat: no-repeat;
	border-bottom: #ffc107;
	border-width: 1px;
	border-style: solid;
	border-right: none;
	border-left: none;
	padding-bottom: 2px;
}

.header .btn-playnow,
.header .btn-playnow:focus {
	width: 125px;
	font-size: 14px;
	margin: 0;
	padding: 0 0;
	border-radius: 20px;
	transition: 0.3s;
}

.slot-profile .slot-profile-casinogames-section .sub-page-txt,
.slot-profile .slot-profile-diamondclub-section .sub-page-txt,
.slot-profile .slot-profile-freeslots-section .sub-page-txt,
.slot-profile .slot-profile-freechips-section .sub-page-txt {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10rem 1rem 1rem 1rem;
}

.sub-page-txt h2 {
	color: #ffffff;
	font-style: italic;
	text-shadow: 0px 3px 0px #000000;
}

.free-chips-txt {
	margin-top: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5rem 1rem 1rem 1rem;
}

body p {
	font-size: 1.1rem;
	font-family: "Fira Sans";
	font-weight: 400;
	line-height: 1.8rem;
}

.slot-profile .slot-profile-freechips-section .h2,
.slot-profile .slot-profile-freechips-section h2,
.slot-profile .slot-profile-diamondclub-section .h2,
.slot-profile .slot-profile-diamondclub-section h2,
.slot-profile .slot-profile-casinogames-section .h2,
.slot-profile .slot-profile-casinogames-section h2,
.slot-profile .slot-profile-freeslots-section .h2,
.slot-profile .slot-profile-freeslots-section h2 {
	font-weight: 400;
	font-size: 2rem;
}

.slot-profile .slot-profile-freechips-section .h2 span,
.slot-profile .slot-profile-freechips-section h2 span,
.slot-profile .slot-profile-diamondclub-section .h2 span,
.slot-profile .slot-profile-diamondclub-section h2 span,
.slot-profile .slot-profile-casinogames-section .h2 span,
.slot-profile .slot-profile-casinogames-section h2 span,
.slot-profile .slot-profile-freeslots-section .h2 span,
.slot-profile .slot-profile-freeslots-section h2 span {
	font-weight: 400;
	font-size: 2rem;
}

.slot-profile .h2,
.slot-profile h2,
.homepage .h2,
.homepage h2 {
	font-weight: 400;
/* 	font-size: 3.1vw; */
	font-size: 3rem;
}

.slot-profile .h2 span,
.slot-profile h2 span .homepage .h2 span,
.homepage h2 span {
	font-weight: 400;
/* 	font-size: 3.1vw; */
	font-size: 3rem;
}

.homepage .homepage_why_play_dd .homepage_why_play_boxes p {
	font-size: 1rem;
}

.homepage .homepage_why_play_dd .homepage_why_play_boxes h3 {
	font-size: 1.3rem;
	color: #778899;
	font-weight: 600;
}

.slot-profile .slot-profile-freechips-daily-section .freechips-vip-padding,
.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-padding {
	padding-top: 10%;
}

.slot-profile .slot-profile-freechips-daily-section .freechips-vip-border,
.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-border {
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
	background: rgba(255, 255, 255, 0.5);
	/*   background: rgba(0, 0, 0, 0.2); */
}

.slot-profile .slot-profile-freechips-daily-section .freechips-daily-img,
.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-img {
	position: relative;
	padding: 3rem;
}

.slot-profile .slot-profile-freechips-daily-section .freechips-daily-img img {
	position: absolute;
	top: -100px;
	width: 175px;
}

.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-img img {
	position: absolute;
	top: -100px;
	width: 175px;
	background: linear-gradient(180deg, rgba(26, 115, 221, 0) 0%, rgba(26, 115, 221, 1) 40%);
}

.slot-profile .slot-profile-video-section .container-fluid,
.slot-profile .slot-profile-freechips-section .container-fluid,
.slot-profile .slot-profile-freechips-daily-section .container-fluid,
.slot-profile .slot-profile-diamondclub-section .container-fluid,
.slot-profile .slot-profile-diamondclub-whatis-section .container-fluid,
.slot-profile .slot-profile-casinogames-section .container-fluid,
.slot-profile .slot-profile-casinogames-playfree-section .container-fluid,
.slot-profile .slot-profile-freeslots-section .container-fluid,
.slot-profile .slot-profile-freeslots-playfree-section .container-fluid,
.slot-profile .slot-profile-freeslots-newslots-section .container-fluid,
.slot-profile .slot-profile-giftshop-section .container-fluid,
.slot-profile .slot-profile-giftshop-howto-section .container-fluid,
.slot-profile .slot-profile-giftshop-gold-section .container-fluid,
.slot-profile .slot-profile-casinogames-roulette-section .container-fluid,
.slot-profile .slot-profile-theme-section .container-fluid,
.slot-profile .slot-profile-feature-section .container-fluid,
.slot-profile .slot-profile-top10-section .container-fluid,
.slot-profile .slot-profile-top10theme-section .container-fluid,
.slot-profile .faq .container-fluid {
	width: 80%;
}

.homepage-free-slot-section,
.homepage-newslots,
.bluebg,
.homepage_why_play_dd,
.online-casino,
.slot-profile-freeslots-playfree-section,
.slot-profile-freeslots-newslots-section,
.slot-profile-top10-section,
.slot-profile-top10theme-section,
.slot-profile-casinogames-playfree-section,
.slot-profile-casinogames-roulette-section,
.slot-profile-freechips-daily-section,
.slot-profile-diamondclub-whatis-section,
.slot-profile-giftshop-section,
.slot-profile-giftshop-gold-section,
.slot-profile-giftshop-howto-section,
.faq {
	margin-top: -5px;
	position: relative;
}

.slot-profile-diamondclub-section {
	background: url("../img/diamond-club-bgwhite2.webp"), url("../img/diamond-club-bg-top.webp");
	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: 125px, top;
	background-size: 100%, 100%;

	color: #ffffff;
	position: relative;
/* 	min-height: 50vw; */
    padding-top: 12%;
    padding-bottom: 20%;
}

.slot-profile-freechips-section {
	background: url("../img/free-chips-bgwhite.webp"), url("../img/free-chips-bg-top.webp");
	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: 125px, top;
	background-size: 100%, 100%;

	color: #ffffff;
	position: relative;
	/* min-height: 50vw; */
    padding-top: 12%;
padding-bottom: 20%;
}

.slot-profile-freeslots-section {
	background:
		url("../img/free-slots-bgwhite.webp"),
		url("../img/free-slots-bg-top.webp") #ffffff;
	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: 125px, top;
	background-size: 100%, 100%;

	color: #ffffff;
	position: relative;
    padding-top: 12%;
padding-bottom: 20%;
}

.slot-profile-casinogames-section {
	background:
		url("../img/casino-games-bgwhite.webp"),
		url("../img/casino-games-bg-top.webp") #ffffff;
	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: 125px, top;
	background-size: 100%, 100%;

	color: #ffffff;
	position: relative;
	/* min-height: 50vw; */
    padding-top: 12%;
padding-bottom: 20%;
}

.slot-profile-giftshop-section {
	background:
		url("../img/gift-shop-bgwhite.webp"),
		url("../img/gift-shop-bg-top.webp") #ffffff;
	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: 125px, top;
	background-size: 100%, 100%;

	color: #ffffff;
	position: relative;
	/* min-height: 50vw; */
    padding-top: 12%;
padding-bottom: 20%;
}

.slot-profile-diamondclub-whatis-section {
	/*   background: url('../img/diamond-club-divider.svg'), 
  linear-gradient(180deg, rgba(94, 31, 126, 1) 0%, rgba(94, 31, 126, 0) 70%,  rgba(94, 31, 126, 0) 99.8%, rgba(0, 55, 98, 1) 100%), 
  linear-gradient(180deg, rgba(163, 93, 193, 0) 70%, rgba(163, 93, 193, 0.8) 100%),
  url('../img/citybackgroundtop.webp'),
  url('../img/siberianbgrepeat.webp');
  
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat; 
  background-position-x: center, center, center, center, center;
  background-position-y: bottom, 1%, 1%, top, top;
  background-size: 100%,  100%, 100%, cover, 100%; */

	background:
		url("../img/diamond-club-divider.svg"),
		linear-gradient(180deg,
			rgba(255, 255, 255, 1) 70%,
			rgba(163, 93, 193, 1) 100%,
			rgba(94, 31, 126, 0) 99.8%,
			rgba(0, 55, 98, 1) 100%);

	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: bottom, 1%;
	background-size: 100%, 100%;
}

.slot-profile-freechips-daily-section {
	background:
		url("../img/free-chips-divider-chips.svg"),
		linear-gradient(180deg,
			rgba(255, 255, 255, 1) 70%,
			rgba(163, 93, 193, 1) 100%,
			rgba(94, 31, 126, 0) 99.8%,
			rgba(0, 55, 98, 1) 100%);

	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: bottom, 1%;
	background-size: 100%, 100%;
}

.slot-profile-casinogames-playfree-section {
	background:
		url("../img/casino-games-divider.svg"), url("../img/free-slots-slots.webp"),
		linear-gradient(180deg, rgb(255, 255, 255) 99.5%, rgba(0, 55, 98, 1) 100%);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, bottom, bottom;
	background-size:
		100%,
		1600px 620px,
		100%;
}

.slot-profile-freeslots-playfree-section {
	background:
		url("../img/free-chips-divider.svg"), linear-gradient(180deg, rgb(255, 255, 255) 99.5%, rgba(0, 55, 98, 1) 100%);
	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: bottom, bottom;
	background-size: 100%;
}

.slot-profile-giftshop-gold-section {
	background:
		url("../img/gift-shop-divider-chips.svg"),
		linear-gradient(180deg, rgb(255, 255, 255) 99.5%, rgba(0, 55, 98, 1) 99.6%, rgba(0, 55, 98, 1) 100%);

	background-repeat: no-repeat, no-repeat;
	background-position-x: center, center;
	background-position-y: bottom, bottom;
	background-size: 100%, 100%;
}

.slot-profile-giftshop-howto-section {
	background:
		url("../img/free-slots-divider-chips.svg"),
		linear-gradient(180deg, rgba(163, 93, 193, 0) 20%, rgba(163, 93, 193, 0.8) 99.8%, rgba(0, 55, 98, 1) 100%),
		url("../img/citybackgroundtop.webp");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, 1%, top;
	background-size: 100%, 100%, 100%;
	color: #ffffff;
	padding-top: 12%;
	padding-bottom: 20%;
}

.slot-profile-freeslots-newslots-section {
	background:
		url("../img/free-slots-divider-chips.svg"),
		linear-gradient(180deg, rgba(163, 93, 193, 0) 20%, rgba(163, 93, 193, 0.8) 99.8%, rgba(0, 55, 98, 1) 100%),
		url("../img/citybackgroundtop.webp"), url("../img/freeslot-newslot-section.webp");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center, center;
	background-position-y: bottom, bottom, top, 1%;
	background-size: 100%, 100%, 100%, 100%;
	color: #ffffff;
	padding-top: 12%;
	padding-bottom: 20%;
}

.slot-profile-casinogames-roulette-section {
	background:
		url("../img/casino-games-divider-spades.svg"),
		linear-gradient(180deg, rgba(163, 93, 193, 0) 20%, rgba(163, 93, 193, 0.8) 99.8%, rgba(0, 55, 98, 1) 100%),
		url("../img/citybackgroundtop.webp");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, 1%, top;
	background-size: 100%, 100%, 100%;
	color: #ffffff;
	padding-top: 12%;
	padding-bottom: 20%;
}

.slot-profile {
	background: url("../img/backgroundfreechips.webp"), url("../img/siberianbgrepeat.webp");
	background-repeat: no-repeat, repeat-y;
	background-position: center center;
	background-position-y: top, top;
	background-size:
		100% auto,
		100% auto;
}

.slot-profile tbody,
.slot-profile td,
.slot-profile tfoot,
.slot-profile th,
.slot-profile thead,
.slot-profile tr {
	border-color: rgba(255, 255, 255, 0.1);
}

.slot-profile table p {
	margin-bottom: 0px;
	font-size: 1rem;
	color: #fff;
}

.slot-profile table h3 {
	text-align: center;
}

.slot-profile table h3 {
	color: #fff;
	font-weight: 300;
}

.slot-profile table tr td {
	background: transparent;
	text-align: center;
}

.slot-profile table tr th {
	background: rgba(26, 115, 197, 1);
	padding: 20px;
	color: #ffffff;
	text-align: center;
}

.slot-profile table tr td {
	background: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.slot-profile .table-fixed table {
	margin-bottom: 0px;
}

.slot-profile .table-fixed .scroller-container {
	overflow: auto;
	height: 500px;
	scrollbar-color: grey rgba(266, 266, 266, 0);
 	scrollbar-gutter: stable; 
}

::-webkit-scrollbar-button {
display: block;
} 

.slot-profile .table-fixed tbody th:first-child {
	position: sticky;
	left: 0;
	background: rgb(14, 14, 88);
}

.slot-profile .table-fixed thead th:first-child {
	position: sticky;
	left: 0;
	background: rgb(14, 14, 88);
}

.slot-profile .table-fixed tbody td:first-child {
	position: sticky;
	left: 0;
	background: rgb(14, 14, 88);
}

.slot-profile .table-fixed table tr th {
	background: rgba(0, 0, 0, 0.3);
}

.slot-profile .table-fixed table {
	border-spacing: 0;
	width: 100%;
}

.slot-profile .table-fixed .headertable {
	position: sticky;
	top: 0px;
	z-index: 100;
}

.slot-profile .tablepayouts .headertable .headertop th,
.slot-profile .table-fixed .headertable .headertop th {
	background: linear-gradient(90deg,
			rgba(18, 32, 92, 1) 0,
			rgba(26, 115, 197, 1) 30%,
			rgba(26, 115, 197, 1) 70%,
			rgba(18, 32, 92, 1) 100%);
}

.slot-profile .tablepayouts {
	margin-bottom: 0px;
}

.slot-profile-diamondclub-whatis-section {
	padding-bottom: 20%;
}

.slot-profile-freechips-daily-section {
	padding-bottom: 20%;
}

.slot-profile-casinogames-playfree-section {
	padding-bottom: 10%;
}

.slot-profile-freeslots-playfree-section {
	padding-bottom: 18%;
}

.slot-profile-giftshop-gold-section {
	padding-bottom: 20%;
}

.slot-profile-freechips-padding {
	padding-top: 0%;
	padding-bottom: 0%;
}

.slot-profile-diamondclub-padding {
	padding-top: 0%;
	padding-bottom: 0%;
}

.slot-profile-casinogames-playfree-padding {
	padding-top: 0%;
	padding-bottom: 10%;
}

.slot-profile-freeslots-playfree-padding {
	padding-top: 0%;
	padding-bottom: 0%;
}

.slot-profile-feature-section {
	background: #fff;
	padding-top: 5%;
	margin-top: -2px;
}

.slot-profile-theme-section {
	padding-top: 10%;
	padding-bottom: 10%;
}

.slot-profile-theme-section .content {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
}

.slot-profile .free-chips-white-container {
	background: url("../img/free-chips-divider.svg"), url("../img/free-chips-bgwhite.webp"), url("");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, 50px, 50px;
	background-size: 101%, 100%, 100%;
	color: #ffffff;
	position: relative;
	padding-top: 12%;
	padding-bottom: 22%;
}

.slot-profile .diamond-club-white-container {
	background: url("../img/diamond-club-divider.svg"), url("../img/diamond-club-bgwhite.webp"), url("");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, 50px, 50px;
	background-size: 101%, 100%, 100%;
	color: #ffffff;
	position: relative;
	padding-top: 12%;
	padding-bottom: 22%;
}

.slot-profile .casino-games-white-container {
	background:
		url("../img/casino-games-divider.svg"), url("../img/free-slots-slots.webp"), url("../img/casino-games-bgwhite.webp");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, bottom, 50px;
	background-size:
		101%,
		90% auto,
		100%;

	color: #ffffff;
	position: relative;
	padding-top: 12%;
	padding-bottom: 20%;
}

.slot-profile .slot-profile-white-container {
	background: url("../img/divided-blue.svg"), url("../img/citybgwhite.webp"), url("");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, 50px, 50px;
	background-size: 101%, 100%, 100%;
	color: #ffffff;
	position: relative;
	padding-top: 12%;
	padding-bottom: 22%;
}

.slot-profile .slot-profile-video-container {
	background:
		url("../img/ip-games-divider-chips.svg"), url("../img/citybgprofile.webp"), url("../img/citybackgroundtop.webp");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-x: center, center, center;
	background-position-y: bottom, 50px, 50px;
	background-size: 101%, 100%, 100%;
	color: #ffffff;
	position: relative;
	padding-top: 12%;
	padding-bottom: 22%;
}

.slot-profile .video-frame-slot-profile {
	position: relative;
	width: 70%;
	left: 0px;
	right: 0px;
	margin: auto;
}

.slot-profile .video-frame-container {
	position: absolute;
	top: 1rem;
	left: 0;
	z-index: 2;
	width: 100%;
	pointer-events: none;
}

.slot-profile .video-container-padding {
	padding: 2.7rem 0.7rem 0;
}

.slot-profile video {
	object-fit: fill;
	overflow-clip-margin: content-box;
	overflow: clip;
}

.slot-profile .video-background {
	top: 60px;
	left: 40px;
	width: 60%;
	z-index: 1;
	border-bottom: #ffc107;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.slot-profile .video-profile-logo {
	z-index: 5;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: -50px;
}

.slot-profile .slot-profile-video-container .playNowbtngreen {
	padding-top: 75px;
}

.slot-profile .faq {
	background: url("../img/vikingcoinchipsbottom.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: bottom;
	background-size: 100% auto;
	padding: 0px 0px 15% 0px;
}

.swiper-button-next1:after,
.swiper-button-next2:after,
.swiper-button-prev:after {
	content: "" !important;
}

.swiper-button-next2,
.swiper-button-prev2 {
	padding: 40px 30px 30px 30px;
}

.swiper-button-next2 i,
.swiper-button-prev2 i,
.swiper-button-next1 i,
.swiper-button-prev1 i {
	font-size: 3.5rem;
	color: #ffc107;
	opacity: 0.8;
}

.swiper-button-next2 i:hover,
.swiper-button-prev2 i:hover,
.swiper-button-next1 i:hover,
.swiper-button-prev1 i:hover {
	color: #ffffff;
	opacity: 0.5;
}

.playNowbtngreen {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}



.sub-heroMainTxt {
	background: -webkit-linear-gradient(#efd54c 10%, #fff, #efd54c, #efd54c, #fff, #efd54c, #efd54c, #f1a24d, orange 70%);
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
	position: absolute;
	font-style: italic;
	-webkit-text-stroke: 1.1px #fff;
	text-stroke: 1.1px #fff;
	color: transparent;
	/*   font-size: 4.1rem; */
	font-size: 4rem;
	letter-spacing: 1px;
	line-height: normal;
}

.sub-heroMainTxtbg {
	color: #fff;
	font-weight: 900;
	text-align: center;
	text-shadow:
		0 5px 0 #990504,
		0 9px 0 #000;
	font-style: italic;
	-webkit-text-stroke: 2.5px #990504;
	text-stroke: 2.5px #990504;
	color: #990504;
	/*   font-size: 4.1rem; */
	font-size: 4rem;
	letter-spacing: 1px;
	line-height: normal;
}

.heroMainTxt {
	background: -webkit-linear-gradient(#efd54c 10%, #fff, #efd54c, #efd54c, #fff, #efd54c, #efd54c, #f1a24d, orange 70%);
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
	position: absolute;
	font-style: italic;
	-webkit-text-stroke: 1.1px #fff;
	text-stroke: 1.1px #fff;
	color: transparent;
	font-size: 4.1vw;
	letter-spacing: 1px;
	line-height: normal;
}

.heroMainTxtbg {
	color: #fff;
	font-weight: 900;
	text-align: center;
	text-shadow:
		0 5px 0 #990504,
		0 9px 0 #000;
	font-style: italic;
	-webkit-text-stroke: 2.5px #990504;
	text-stroke: 2.5px #990504;
	color: #990504;
	font-size: 4.1vw;
	letter-spacing: 1px;
	line-height: normal;
}

.heroSmallTxt {
	font-weight: 500;
	background: -webkit-linear-gradient(#efd54c 10%, #fff, #efd54c, #efd54c, #efd54c, #f1a24d, orange 70%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	color: #fff;
	font-size: 3.1vw;
}

.heroSmallTxtbg {
	font-weight: 500;
	text-align: center;
	text-shadow:
		0 3px 0 #990504,
		0 6px 0 #000;
	-webkit-text-stroke: 4px #990504;
	text-stroke: 4px #990504;
	color: #990504;
	font-size: 3.1vw;
}

.line-box {
	margin-bottom: 10px;
}

.line-center {
	width: 100%;
	height: 2px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ffed5e), to(transparent));
	background: linear-gradient(to right, transparent, #ffed5e, transparent);
}

.line-center-step {
	width: 100%;
	height: 2px;
	border-radius: 10px;
	background: #ffed5e;
}

.line {
	width: 100%;
	height: 2px;
	border-radius: 10px;
	background: -webkit-gradient(linear, left, right, from(gold), color-stop(transparent), to(transparent));
	background: linear-gradient(to right, gold, transparent, transparent);
}

.sub-page-txt .h1-title-big {
	margin-bottom: 0rem;
	padding-bottom: 3rem;
}

.free-chips-txt .h1-title-big {
	margin-bottom: 0rem;
	padding-top: 2%;
	padding-bottom: 2%;
}

.free-chips-txt .h1-title-small {
	padding-top: 1%;
	padding-bottom: 0.5rem;
}

.icon_slot_hover {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 98%;
	height: 98%;
	border-width: 2px;
	padding: 0 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 20px;
	opacity: 0;
	transition: 0.5s;
}

.icon_slot_hover:hover {
	opacity: 1;
}


.swiper-custom {
	max-height: 400px;
	background-size: contain;
	box-sizing: content-box;
	margin-bottom: 15px;
	position: relative;
	border-radius: 20px;
}

.swiper-custom-icon {
	box-sizing: border-box;
	margin-left: 100px;
	margin-right: 100px;
}

.swiper-custom-icon2 {
	box-sizing: border-box;
}

.swiper-custom-icon .swiper-slide {
	width: 30%;
	height: 100%;
	opacity: 0.5;
	filter: grayscale(1);
}

.swiper-custom-icon2 .swiper-slide {
	height: 100%;
}

.swiper-custom-icon .swiper-slide-thumb-active {
	opacity: 1;
	filter: grayscale(0);
}

.swiper-slide.swipericon {
	padding: 3px;
	margin-bottom: 15px;
	position: relative;
	height: 100%;
	border-radius: 10px;
	min-width: 175px;
}

.swiper-slide.swipericon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 400px;
	object-fit: cover;
	background: -webkit-linear-gradient(right, #ce6800, #ffff13);
	background: linear-gradient(right, #ce6800, #ffff13);
	background-repeat: no-repeat;
	padding: 2px 2px;
	border-radius: 20px;
	border-radius: 10px;
	border: none;
}

.slider-hover-item.sliderborder img {
	display: block;
	width: 100%;
	/*   height: 100%; */
	/*   max-height: 400px; */
	object-fit: cover;
}

.slider-hover-item.sliderborder .slider-hover-logo {
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.slider-hover-item.sliderborder .slider-hover-logo img {
	width: 450px;
	background: 0 0;
	object-fit: contain;
		padding-top: 5%;
}

.slider-hover-item.sliderborder .slider-hover-reel {
	bottom: -200px;
	/*   bottom: auto; */
	left: 0;
	right: 0;
	margin: auto;
	position: relative;
}

.slider-hover-item.sliderborder .slider-hover-reel img {
	width: 900px;
	background: 0 0;
	object-fit: contain;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.slider-hover-item.sliderborder .slider-hover-character img {
	width: 400px;
	background: 0 0;
	object-fit: contain;
	object-position: 0 0;
	border-radius: 20px;
}

.slider-ip-bg {
	opacity: 0.5;
	height: 400px;
}

.swiper .pennyanimation {
	display: block;
}

.swiper-button-next1,
.swiper-button-prev1 {
	padding: 40px 30px 30px 30px;
	left: auto !important;
	right: auto !important;
}

.swiper-button-next1 {
	margin-left: 5rem;
}

.swiper-button-prev1 {
	margin-right: 5rem;
}

.scrolled .header {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.index-page .header {
	--background-color: rgba(255, 255, 255, 0);
}

.index-page.scrolled .header {
	background: #12205c;
	background: linear-gradient(90deg,
			rgba(18, 32, 92, 1) 0,
			rgba(26, 115, 197, 1) 30%,
			rgba(26, 115, 197, 1) 70%,
			rgba(18, 32, 92, 1) 100%);
}

.homepage-free-slot-section {
	padding-top: 0;
	background: url("../img/free-chips-divider-white.svg"), url("../img/siberianbgrepeat.webp");
	background-repeat: no-repeat, repeat-y;
	background-position: center, center;
	background-size:
		101% auto,
		100% auto;
	background-position-y: bottom, top;
	margin-top: -2px;
	padding-bottom: 13%;
}

.login-account-section {
	border-left-color: #fff;
	border-left-style: solid;
}

.footer {
	color: #978e97;
	background-color: #000;
	font-size: 14px;
	padding-bottom: 0px;
	position: relative;
}

.footer .footer-about .logo {
	line-height: 1;
	margin-bottom: 25px;
}

.footer .footer-about .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.footer .footer-about .logo span {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--default-font);
	color: #978e97;
}

.footer .footer-about p {
	font-size: 14px;
	font-family: var(--default-font);
	color: #978e97;
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid color-mix(in srgb, #978e97, transparent 50%);
	font-size: 16px;
	color: color-mix(in srgb, #978e97, transparent 30%);
	margin-right: 10px;
	transition: 0.3s;
}

.footer .social-links a:hover {
	color: #fff;
	border-color: #fff;
}

.footer h4 {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #978e97;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #978e97;
}

.footer .footer-links ul i {
	padding-right: 2px;
	font-size: 12px;
	line-height: 0;
	color: #978e97;
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-links ul a {
	color: #978e97;
	display: inline-block;
	line-height: 1;
	font-size: 0.7rem;
}

.footer .footer-links ul a:hover {
	color: #fff;
}

.footer .footer-contact p {
	margin-bottom: 5px;
}

.footer .footer-contact p a:hover {
	color: #ffc107;
}

.footer .footer-newsletter .newsletter-form {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 6px 8px;
	position: relative;
	border-radius: 50px;
	display: flex;
	background-color: var(--surface-color);
	transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form input[type="email"] {
	border: 0;
	padding: 4px 10px;
	width: 100%;
	background-color: var(--contrsast-color);
	color: #978e97;
}

.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
	outline: 0;
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
	border: 0;
	font-size: 16px;
	padding: 0 20px;
	margin: -7px -9px -7px 0;
	color: #978e97;
	transition: 0.3s;
	border-radius: 50px;
}

.footer .icon p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 99999999999;
	overflow: hidden;
	background-color: #ffffff;
	transition: all 0.6s ease-out;
	width: 100%;
	height: 100vh;
}

#preloader:after,
#preloader:before {
	content: "";
	position: absolute;
	border: 4px solid #978e97;
	border-radius: 50%;
	animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
	animation-delay: -0.5s;
}

.loader {
	position: fixed;
	inset: 0;
	z-index: 99999999999;
	overflow: hidden;
	background-color: rgba(25, 28, 32, 0.7);
	transition: all 0.6s ease-out;
	width: 100%;
	height: 100vh;
}

.loader:after,
.loader:before {
	content: "";
	position: absolute;
	border: 4px solid #ffffff;
	border-radius: 50%;
	animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader:after {
	animation-delay: -0.5s;
}

@keyframes animate-preloader {
	0% {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		opacity: 1;
	}

	100% {
		width: 72px;
		height: 72px;
		top: calc(50% - 36px);
		left: calc(50% - 36px);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: -15px;
	z-index: 99999;
	background-color: rgba(26, 115, 197, 1);
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background-color: color-mix(in srgb, rgba(18, 32, 92, 1), transparent 20%);
	color: rgba(18, 32, 92, 1);
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
	bottom: 15px;
}

.hero {
	width: 100%;
	height: 900px;
	position: relative;
	padding: 100px 0 40px 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero .hero-bg {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: url("../img/topbgtop.webp"), url("../img/topbg.webp");
	background-repeat: no-repeat, repeat-x;
	background-position: center, center;
	background-size:
		1900px auto,
		1900px auto;
	background-position-y: top, bottom;
}

.hero-bg2 {
	background: url("../img/header_diamondclub.html"), #000;
	background-repeat: repeat-x;
	background-position: center;
	background-position-y: top;
	background-size: contain;
}

.hero .container {
	position: relative;
	z-index: 3;
}

.hero h1 {
	margin: 0;
	font-weight: 700;
}

.hero h1 span {
	color: #fff;
}

.bluebg {
	background:
		url("../img/bg-coins.webp"), url("../img/bg-coins-right.webp"), url("../img/siberianbgrepeat.webp"), #1f3658;
	background-repeat: repeat-y, repeat-y, repeat-y;
	background-position-x: left, right, center;
	background-position-y: top, top, top;
	background-size:
		contain,
		contain,
		100% auto;
}

.homepage_why_play_dd {
	color: #ffffff;
}

.homepage .homepage_why_play_dd .container-fluid,
.homepage .homepage_earn_free_chips .container-fluid,
.homepage .online-casino .container-fluid,
.slot-profile .slot-profile-casinogames-roulette-section .container-fluid,
.slot-profile .slot-profile-freeslots-newslots-section .container-fluid,
.slot-profile .slot-profile-casinogames-roulette-section .container-fluid,
.slot-profile .slot-profile-giftshop-howto-section .container-fluid,
.homepage .homepage-newslots .container-fluid,
.homepage .homepage-free-slot-section .container-fluid {
	width: 80%;
}

.homepage .homepage_why_play_dd .homepage_why_play_boxes {
	padding-left: 10%;
	padding-right: 10%;
}

.homepage_why_play_dd_img_border {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #fff;
	border-left: #ffc107;
	border-right: #ffc107;
	border-top: #ffc107;
	border-style: solid;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-width: 0px;
}

.homepage_why_play_dd_txt_border {
	background: #fff;
	border-left: #ffc107;
	border-right: #ffc107;
	border-bottom: #ffc107;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-width: 0px;
	border-style: solid;
	height: 150px;
}

.homepage-newslots {
	background: url("../img/fireworkhomebg.webp") #fff;
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: top;
	background-size: auto 100%;
	margin-top: -10px;
	padding-top: 5%;
	padding-bottom: 6%;
}

.swiper-slide .slider-hover-item {
	position: relative;
	overflow: hidden;
}

.swiper-slide .slider-hover-item .slider-hover-info {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	z-index: 3;
	transition: all ease-in-out 0.5s;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	height: auto;
	border-top: #ffc107;
	border-width: 1px;
	border-style: solid;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.swiper-slide .slider-hover-item .slider-hover-info h4 {
	font-size: 24px;
	font-weight: 600;
	color: #ffc107;
}

.swiper-slide .slider-hover-item .slider-hover-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}

.swiper-slide .slider-hover-item .slider-hover-info .btnslider {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-align: right;
}

.swiper-slide .slider-hover-item:hover .slider-hover-info {
	opacity: 1;
	bottom: 0;
}

.trending-slots-img {
/*     max-width: 400px; */
    width: 100%;
	background: linear-gradient(to right, #ce6800, #ffff13), linear-gradient(to right, #ce6800, #ffff13);
	padding: 3px;
	border-radius: 20px;
	border: none;
}

.faq p {
	color: #ffffff;
}

.faq .faq-container .faq-item {
	position: relative;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	background: rgba(31, 54, 88, 0.5);
}

.faq .faq-container .faq-item:last-child {
	margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 1rem;
	line-height: 24px;
	margin: 0 30px 0 0;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.faq .faq-container .faq-item h3:hover {
	color: #ffc107;
}

.faq .faq-container .faq-item .faq-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
	font-size: 1.2rem;
	margin-bottom: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 100;
	color: #ffffff;
	font-size: 1rem;
}

.faq .faq-container .faq-item .faq-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
	line-height: 0;
	transition: 0.3s;
	cursor: pointer;
	color: #ffffff;
}

.faq .faq-container .faq-item .faq-toggle:hover {
	color: #ffc107;
}

.faq .faq-container .faq-active {
	background: rgba(31, 54, 88, 0.5);
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
}

.faq .faq-container .faq-active h3 {
	color: #fff;
}

.faq .faq-container .faq-active .faq-content {
	grid-template-rows: 1fr;
	visibility: visible;
	opacity: 1;
	padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
	transform: rotate(90deg);
	color: #fff;
}

.online-casino {
	background:
		url("../img/citybg.webp"), url("../img/citybackgroundtop.webp"), url("../img/waterbg.webp"),
		url("../img/blankwhitebg.webp"),
		linear-gradient(180deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 2%,
			rgba(0, 55, 98, 1) 2%,
			rgba(0, 55, 98, 1) 100%);

	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
	background-position-x: center, center, center, center, center;
	background-position-y: top, top, bottom, top, top;
	background-size: 90%, 100%, 100%, 100%, 100%;
	color: #fff;
	text-align: center;
	position: relative;
	padding-top: 24%;
}

.slot-profile-casinogames-roulette-section .section-body {
	padding-right: 0%;
	padding-left: 0%;
	margin-top: 8%;
}

.online-casino .section-body {
	color: #fff;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: 8%;
}

.slot-profile-casinogames-roulette-section .online-casino-item,
.online-casino .online-casino-item {
	position: relative;
}

.slot-profile-casinogames-roulette-section .online-casino-item img,
.online-casino .online-casino-item img {
	max-width: 150px;
	position: absolute;
	top: -150px;
	margin: auto;
	left: 0;
	right: 0;
}

.online-casino .container h2 {
	color: #fff;
	text-align: center;
}

.online-casino .online-casino-item h3,
.online-casino .online-casino-item p {
	color: #fff;
	text-align: center;
}

.slot-profile-casinogames-roulette-section .online-casino-border {
	padding-top: 75px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
	background: rgba(0, 0, 0, 0.22);
	height: 400px;
}

.online-casino .online-casino-border {
	padding-top: 75px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
	background: rgba(0, 0, 0, 0.2);
	/*  height: 400px; */
}

.pennylogin {
	width: 500px;
	left: -100px;
	bottom: 0;
}

.pennylogin-active {
	display: block;
}

.slots-new-tag {
	position: absolute;
	width: 100%;
	max-width: 85px;
	padding: 2px 2px;
}

.trending-slots-item {
	box-sizing: content-box;
	padding: 3px;
	position: relative;
	border-radius: 20px;
}

.swiper-wrapper {
	height: auto;
}

.swiper-btn-pos {
	top: -18%;
}

.swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.features .testimonial-item.newslotbg {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
	padding: 30px;
	min-height: 220px;
	max-height: 300px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
	background: url("../img/newslotbg.webp") #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
}

.features .testimonial-item.slotsbg {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
	padding: 30px;
	min-height: 220px;
	max-height: 300px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
	background: url("../img/slotsbg.webp") #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
}

.features .testimonial-item.diamondbg {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
	padding: 30px;
	min-height: 220px;
	max-height: 300px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
	background: url("../img/diamondbg.webp") #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
}

.features .testimonial-item.desktopbg {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
	padding: 30px;
	min-height: 220px;
	max-height: 300px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
	background: url("../img/desktopbg.webp") #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
}

.features .testimonial-item {
	background-color: var(--surface-color);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
	padding: 30px;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
	background: rgba(31, 54, 88, 0.5);
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
}

.testimonials .testimonial-item {
	background-color: var(--surface-color);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
	padding: 30px;
	margin: 40px 30px;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
	background: rgba(31, 54, 88, 0.5);
	border-radius: 20px;
	border: #ffc107;
	border-width: 2px;
	border-style: solid;
}

.testimonials .testimonial-item .stars {
	margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
	color: #ffc107;
	margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid var(--background-color);
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px 0;
	color: #fff;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	margin: 0;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
	height: auto;
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.service-details .service-box {
	background-color: var(--surface-color);
	padding: 20px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
	margin-top: 30px;
}

.service-details .service-box h4 {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.service-details .help-box {
	color: var(--contrast-color);
	margin-top: 30px;
	padding: 30px 15px;
}

.service-details .help-box .help-icon {
	font-size: 48px;
}

.service-details .help-box a,
.service-details .help-box h4 {
	color: var(--contrast-color);
}

.service-details h3 {
	font-size: 26px;
	font-weight: 700;
}

.service-details p {
	font-size: 15px;
}

.service-details ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.service-details ul li {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

.service-details ul i {
	font-size: 20px;
	margin-right: 8px;
}

@media (max-width: 1399px) {

	.slot-profile .slot-profile-freechips-daily-section .freechips-vip-padding,
	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-padding {
		padding-top: 10%;
	}

	.slot-profile .slot-profile-freechips-daily-section .freechips-vip-border,
	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-border {
		border-radius: 20px;
		border: #ffc107;
		border-width: 2px;
		border-style: solid;
		background: rgba(255, 255, 255, 0.5);
		/*   background: rgba(0, 0, 0, 0.2); */
	}

	.slot-profile .slot-profile-freechips-daily-section .freechips-daily-img,
	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-img {
		position: inherit;
		padding: 0rem;
	}

	.slot-profile .slot-profile-freechips-daily-section .freechips-daily-img img {
		position: inherit;
		top: 0px;
		width: 175px;
	}

	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-img img {
		position: inherit;
		top: 0px;
		width: 175px;
		background: linear-gradient(180deg, rgba(26, 115, 221, 0) 0%, rgba(26, 115, 221, 1) 40%);
	}
}

@media (max-width: 1610px) {

	.disco,
	.discoball,
	.slider-hover-item.sliderborder .slider-hover-character {
		display: none;
	}

	.homepage .homepage_why_play_dd .homepage_why_play_boxes {
		padding-left: 0px;
		padding-right: 0px;
	}

	.slot-profile .slot-profile-video-container,
	.slot-profile .slot-profile-white-container,
	.slot-profile .free-chips-white-container,
	.slot-profile .diamond-club-white-container,
	.slot-profile .casino-games-white-container,
	.slot-profile .free-slots-white-container {
		padding-top: 14%;
		padding-bottom: 12%;
	}
}

@media (min-width: 1200px) {
	.header .logo {
		order: 1;
	}

	.header .navmenu,
	.header .navmenu-top {
		order: 3;
	}

	.slider-hover-item.sliderborder .slider-hover-character {
		width: 450px;
		bottom: -20px;
		right: 0px;
		left: auto;
	}

	.testimonials .swiper-slide-next {
		opacity: 1;
	}

	.slot-profile-casinogames-roulette-section .online-casino-border,
	.online-casino .online-casino-border {
		margin: 0;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(1),
	.online-casino .col-lg-4:nth-child(1) {
		padding-top: 40px;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(2),
	.online-casino .col-lg-4:nth-child(2) {
		padding-top: 0;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(3),
	.online-casino .col-lg-4:nth-child(3) {
		padding-top: 40px;
	}

	.discoball {
		position: absolute;
		right: 0;
		width: 300px;
		top: 25%;
	}

	.disco {
		position: absolute;
		right: 0;
		width: 200px;
		top: 18%;
	}

	.login-account-section {
		min-height: 400px;
		border-left-style: none;
	}

	.navmenu {
		padding: 0;
		/* 		padding-left: 250px; */
	}

	.navmenu ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navmenu li {
		position: relative;
	}

	.navmenu a,
	.navmenu a:focus {
		color: #fff;
		padding: 0 15px;
		font-size: 16px;
		font-family: var(--default-font);
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navmenu a i,
	.navmenu a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
		transition: 0.3s;
	}

	.navmenu li:last-child a {
		padding-right: 0;
	}

	.navmenu .active,
	.navmenu .active:focus,
	.navmenu li:hover>a {
		color: #ffc107;
	}

	.navmenu .dropdown ul {
		margin: 0;
		padding: 10px 0;
		background: var(--nav-dropdown-background-color);
		display: block;
		position: absolute;
		visibility: hidden;
		left: 14px;
		top: 130%;
		opacity: 0;
		transition: 0.3s;
		border-radius: 4px;
		z-index: 99;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}

	.navmenu .dropdown ul li {
		min-width: 200px;
	}

	.navmenu .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: var(--nav-dropdown-color);
	}

	.navmenu .dropdown ul a i {
		font-size: 12px;
	}

	.navmenu .dropdown ul .active:hover,
	.navmenu .dropdown ul a:hover,
	.navmenu .dropdown ul li:hover>a {
		color: #ffc107;
	}

	.navmenu .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navmenu .dropdown .dropdown ul {
		top: 0;
		left: -90%;
		visibility: hidden;
	}

	.navmenu .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: -100%;
		visibility: visible;
	}

	.navmenu-top {
		padding: 0;
	}

	.navmenu-top-bg {
		background: #320504;

		background: linear-gradient(90deg,
				rgba(50, 5, 4, 1) 0,
				rgba(203, 10, 9, 1) 30%,
				rgba(203, 10, 9, 1) 70%,
				rgba(50, 5, 4, 1) 100%);
	}

	.navmenu-top-goldborder {
		background:
			linear-gradient(to right,
				#bd610c,
				#f2b703,
				#f2b703,
				#fffd4e,
				#f2b703,
				#fffd4e,
				#bd610c,
				#f2b703,
				#f2b703,
				#fffd4e,
				#f2b703,
				#fffd4e),
			linear-gradient(to right,
				#bd610c,
				#f2b703,
				#f2b703,
				#fffd4e,
				#f2b703,
				#fffd4e,
				#bd610c,
				#f2b703,
				#f2b703,
				#fffd4e,
				#f2b703,
				#fffd4e);
		background-repeat: no-repeat;
		border-bottom: #ffc107;
		border-width: 1px;
		border-style: solid;
		padding-bottom: 70px;
	}

	.navmenu-top .bi-facebook,
	.navmenu-top .bi-instagram,
	.navmenu-top .bi-tiktok,
	.navmenu-top .bi-youtube {
		background: #fff;
		padding: 8px;
		border-radius: 50%;
		color: rgba(203, 10, 9, 1);
		font-size: 16px;
	}

	.navmenu-top li:hover .bi-facebook,
	.navmenu-top li:hover .bi-instagram,
	.navmenu-top li:hover .bi-tiktok,
	.navmenu-top li:hover .bi-youtube {
		background: rgba(248, 249, 250, 0.5);
	}

	.navmenu-top-logo {
		position: absolute;
		left: 0;
		width: 150px;
		top: 20px;
		left: 10%;
	}

	.navmenu-top ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navmenu-top li {
		position: relative;
	}

	.navmenu-top a,
	.navmenu-top a:focus {
		color: #fff;
		padding: 18px 15px;
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navmenu-top a i,
	.navmenu-top a:focus i {
		line-height: 0;
		transition: 0.3s;
	}

	.navmenu-top li:last-child a {
		padding-right: 0;
	}

	.navmenu-top .dropdown ul {
		margin: 0;
		padding: 10px 0;
		background: var(--nav-dropdown-background-color);
		display: block;
		position: absolute;
		visibility: hidden;
		left: 14px;
		top: 130%;
		opacity: 0;
		transition: 0.3s;
		border-radius: 4px;
		z-index: 99;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}

	.navmenu-top .dropdown ul li {
		min-width: 200px;
	}

	.navmenu-top .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: var(--nav-dropdown-color);
	}

	.navmenu-top .dropdown ul a i {
		font-size: 12px;
	}

	.navmenu-top .dropdown ul .active:hover,
	.navmenu-top .dropdown ul a:hover,
	.navmenu-top .dropdown ul li:hover>a {
		color: var(--nav-dropdown-hover-color);
	}

	.navmenu-top .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navmenu-top .dropdown .dropdown ul {
		top: 0;
		left: -90%;
		visibility: hidden;
	}

	.navmenu-top .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: -100%;
		visibility: visible;
	}
}

@media (max-width: 1199px) {

	.slot-profile-freeslots-section,
	.slot-profile-casinogames-section,
	.slot-profile-freechips-section,
	.slot-profile-diamondclub-section,
	.slot-profile-giftshop-section {
		padding-top: 12%;
		padding-bottom: 20%;
	}

	.slot-profile-cabinet {
		display: none;
	}

	section,
	.section {
		scroll-margin-top: 66px;
	}

	.bluebg {
		background: url(""), url(""), url("../img/siberianbgrepeat.webp"), #1f3658;
		background-repeat: repeat-y, repeat-y, repeat-y;
		background-position-x: left, right, center;
		background-position-y: top, top, top;
		background-size:
			contain,
			contain,
			100% auto;
	}

	.slot-profile .slot-profile-casinogames-section .sub-page-txt,
	.slot-profile .slot-profile-diamondclub-section .sub-page-txt,
	.slot-profile .slot-profile-freeslots-section .sub-page-txt,
	.slot-profile .slot-profile-freechips-section .sub-page-txt {
		padding: 6rem 1rem 1rem 1rem;
	}

	.slot-profile .slot-profile-white-container {
		background: url("../img/divided-blue.svg"), url("../img/citybgwhite.webp"), url("");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y:
			bottom,
			50px,
			-100px;
		background-size: 101%, 100%, cover;
	}

	.slot-profile .slot-profile-video-container {
		background: url("../img/ip-games-divider-chips.svg"), url("../img/citybgprofile.webp"), url("");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y:
			bottom,
			50px,
			-100px;
		background-size: 101%, 100%, cover;
	}

	.slot-profile-casinogames-roulette-section .section-body {
		padding-right: 0%;
		padding-left: 0%;
		margin-top: 8%;
	}

	.online-casino .section-body {
		color: #fff;
		padding-right: 0;
		padding-left: 0;
		margin-top: 8%;
	}

	.free-chips-txt .h1-title-big {
		margin-bottom: 0rem;
		padding-top: 3%;
		padding-bottom: 1%;
	}

	.free-chips-txt .h1-title-small {
		padding-top: 3%;
	}

	.heroMainTxt {
		font-size: 6.1vw;
	}

	.heroMainTxtbg {
		font-size: 6.1vw;
	}

	.swiper-button-next1,
	.swiper-button-prev1 {
		padding: 40px 30px 30px 30px;
	}

	.heroSmallTxt {
		font-size: 5.1vw;
	}

	.heroSmallTxtbg {
		font-size: 5.1vw;
	}

	/* .slider-hover-item.sliderborder .slider-hover-character {
  display: none;
}
 */
	.section,
	section {
		scroll-margin-top: 66px;
	}

	.navmenu-top {
		display: none;
	}

	.header .btn-playnow,
	.navmenu-top-logo {
		display: none;
	}

	.navmenu-top-bg {
		background: 0 0;
	}

	.navmenu-top-goldborder {
		background: 0 0;
		padding-bottom: 0;
	}

	.header {
		margin-top: 0;
	}

	.hero .hero-bg {
		background-size:
			100% auto,
			1650px auto;
	}

	.free-chips-txt {
		margin-top: 0px;
		padding: 0px;
	}

	.hero {
		height: 800px;
	}

	.slot-profile-casinogames-roulette-section .online-casino-border {
		height: 450px;
		margin: 0;
	}

	.online-casino .online-casino-border {
		margin: 0;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(1),
	.online-casino .col-lg-4:nth-child(1) {
		padding-top: 40px;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(2),
	.online-casino .col-lg-4:nth-child(2) {
		padding-top: 0;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(3),
	.online-casino .col-lg-4:nth-child(3) {
		padding-top: 40px;
	}

	.testimonials .swiper-slide-active {
		opacity: 1;
	}

	.testimonials .swiper-pagination {
		margin-top: 0;
	}

	.testimonials .testimonial-item {
		margin: 40px 20px;
	}

	.disco,
	.discoball {
		display: none;
	}

	.login-account-section {
		min-height: 100px;
	}

	.mobile-nav-toggle {
		color: #fff;
		font-size: 28px;
		line-height: 0;
		margin-right: 10px;
		cursor: pointer;
		transition: color 0.3s;
	}

	.navmenu {
		padding: 0;
		z-index: 9997;
	}

	.navmenu ul {
		display: none;
		list-style: none;
		position: absolute;
		inset: 60px 20px 20px 20px;
		padding: 10px 0;
		margin: 0;
		border-radius: 6px;
		background-color: var(--nav-mobile-background-color);
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}

	.navmenu a,
	.navmenu a:focus {
		padding: 10px 20px;
		font-family: var(--default-font);
		font-size: 17px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navmenu a i,
	.navmenu a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		transition: 0.3s;
	}

	.navmenu a i:hover,
	.navmenu a:focus i:hover {
		color: #ffc107;
	}

	.navmenu .active,
	.navmenu .active:focus,
	.navmenu a:hover {
		color: #ffc107;
	}

	.navmenu .active i,
	.navmenu .active:focus i {
		color: #fff;
		transform: rotate(180deg);
	}

	.navmenu .dropdown ul {
		position: static;
		display: none;
		z-index: 99;
		padding: 10px 0;
		margin: 10px 20px;
		background-color: var(--nav-dropdown-background-color);
		border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
		transition: all 0.5s ease-in-out;
		box-shadow: none;
	}

	.navmenu .dropdown ul ul {
		background-color: rgba(33, 37, 41, 0.1);
	}

	.navmenu .dropdown>.dropdown-active {
		display: block;
		background-color: rgba(33, 37, 41, 0.03);
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .mobile-nav-toggle {
		color: #fff;
		position: absolute;
		font-size: 32px;
		top: 15px;
		right: 15px;
		margin-right: 0;
		z-index: 9999;
	}

	.mobile-nav-active .navmenu {
		position: fixed;
		overflow: hidden;
		inset: 0;
		background: rgba(33, 37, 41, 0.8);
		transition: 0.3s;
	}

	.mobile-nav-active .navmenu>ul {
		display: block;
	}
}

@media (max-width: 991px) {

	.divider_desktop {
		display: none;
	}

	.divider_mobile {
		display: block;
	}

	.btn_position_bottom {
		position: relative;
		bottom: auto;
	}



	.line {
		width: 100%;
		height: 2px;
		border-radius: 10px;
		background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ffed5e), to(transparent));
		background: linear-gradient(to right, transparent, #ffed5e, transparent);
	}

	.hide_mobile_only {
		display: none;
	}

	.homepage .homepage_why_play_dd .container-fluid,
	.homepage .homepage_earn_free_chips .container-fluid,
	.homepage .online-casino .container-fluid,
	.slot-profile .slot-profile-casinogames-roulette-section .container-fluid,
	.homepage .homepage-newslots .container-fluid,
	.homepage .homepage-free-slot-section .container-fluid {
		width: 95%;
	}

	.slot-profile .slot-profile-video-section .container-fluid,
	.slot-profile .slot-profile-freechips-section .container-fluid,
	.slot-profile .slot-profile-freechips-daily-section .container-fluid,
	.slot-profile .slot-profile-diamondclub-section .container-fluid,
	.slot-profile .slot-profile-diamondclub-whatis-section .container-fluid,
	.slot-profile .slot-profile-casinogames-section .container-fluid,
	.slot-profile .slot-profile-casinogames-playfree-section .container-fluid,
	.slot-profile .slot-profile-freeslots-playfree-section .container-fluid,
	.slot-profile .slot-profile-freeslots-newslots-section .container-fluid,
	.slot-profile .slot-profile-casinogames-roulette-section .container-fluid,
	.slot-profile .slot-profile-giftshop-section .container-fluid,
	.slot-profile .slot-profile-giftshop-howto-section .container-fluid,
	.slot-profile .slot-profile-giftshop-gold-section .container-fluid,
	.slot-profile .slot-profile-freeslots-section .container-fluid,
	.slot-profile .slot-profile-theme-section .container-fluid,
	.slot-profile .slot-profile-feature-section .container-fluid,
	.slot-profile .slot-profile-top10-section .container-fluid,
	.slot-profile .slot-profile-top10theme-section .container-fluid,
	.slot-profile .faq .container-fluid {
		width: 95%;
	}

	.slot-profile-giftshop-section,
	.slot-profile-diamondclub-section,
	.slot-profile-casinogames-section,
	.slot-profile-freechips-section,
	.slot-profile-freeslots-section {
		background: url("../img/sub-bg-header-top.webp") #ffffff;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: top;
		background-size: cover;
/* 		padding-top: 10%;
		padding-bottom: 10%; */
	}

	.slot-profile-casinogames-playfree-section {
		background:
			url("../img/casino-games-divider.svg"), url(""),
			linear-gradient(180deg, rgb(255, 255, 255) 99.5%, rgba(0, 55, 98, 1) 100%);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y: bottom, bottom, bottom;
		background-size:
			100%,
			1600px 620px,
			100%;
	}

	.slot-profile-freeslots-playfree-section {
		background:
			url("../img/free-chips-divider.svg"), linear-gradient(180deg, rgb(255, 255, 255) 99.5%, rgba(0, 55, 98, 1) 100%);
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: bottom;
		background-size: 100%;
	}

	.slot-profile-freechips-padding {
		padding-top: 10%;
		padding-bottom: 0%;
	}

	.slot-profile-diamondclub-padding {
		padding-top: 10%;
		padding-bottom: 0%;
	}

	.slot-profile-casinogames-playfree-padding {
		padding-top: 10%;
		padding-bottom: 0%;
	}

	.slot-profile-freeslots-playfree-padding {
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.homepage_why_play_dd_txt_border {
		height: auto;
	}

	.penny-in-water {
		display: none;
	}

	.slot-profile .slot-profile-freechips-section .h2,
	.slot-profile .slot-profile-freechips-section h2,
	.slot-profile .slot-profile-diamondclub-section .h2,
	.slot-profile .slot-profile-diamondclub-section h2,
	.slot-profile .slot-profile-casinogames-section .h2,
	.slot-profile .slot-profile-casinogames-section h2,
	.slot-profile .slot-profile-freeslots-section .h2,
	.slot-profile .slot-profile-freeslots-section h2 {
/* 		font-size: 5.1vw; */
		text-align: center;
	}

	.slot-profile .h2,
	.slot-profile h2,
	.homepage .h2,
	.homepage h2 {
/* 		font-size: 5.1vw; */
		text-align: center;
	}

	.slot-profile .free-chips-white-container {
		background: url("../img/free-chips-divider.svg"), url("../img/free-chips-bgwhite.webp"), url("");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y:
			bottom,
			50px,
			-400px;
		background-size: 101%, 100%, cover;
		color: #ffffff;
		position: relative;
		padding-top: 0px;
		padding-bottom: 22%;
	}

	.slot-profile .diamond-club-white-container {
		background: url("../img/diamond-club-divider.svg"), url("../img/diamond-club-bgwhite2.webp"), url("");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y:
			bottom,
			50px,
			-400px;
		background-size: 101%, 100%, cover;
		color: #ffffff;
		position: relative;
		padding-top: 0px;
		padding-bottom: 22%;
	}

	.slot-profile .casino-games-white-container {
		background: url("../img/casino-games-divider.svg"), url(""), url("../img/casino-games-bgwhite.webp");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y: bottom, bottom, 50px;
		color: #ffffff;
		position: relative;
		padding-top: 0px;
	}

	.slot-profile .free-slots-white-container {
		background: url("../img/free-chips-divider.svg"), url("../img/free-slots-bgwhite.webp"), url("");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y:
			bottom,
			50px,
			-400px;
		background-size: 101%, 100%, cover;
		color: #ffffff;
		position: relative;
		padding-top: 0px;
		padding-bottom: 22%;
	}

	.slot-profile .slot-profile-white-container {
		background: url("../img/divided-blue.svg"), url("../img/citybgwhite.webp"), url();
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y:
			bottom,
			50px,
			-400px;
		background-size: 101%, 100%, cover;
		color: #ffffff;
		position: relative;
		padding-top: 0px;
		padding-bottom: 22%;
	}

	.slot-profile .slot-profile-video-container {
		background:
			url("../img/ip-games-divider-chips.svg"), url("../img/citybgprofile.webp"), url("../img/citybackgroundtop.webp");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position-x: center, center, center;
		background-position-y:
			bottom,
			50px,
			-400px;
		background-size: 100%, 100%, cover;
		color: #ffffff;
		position: relative;
		padding-top: 0px;
		padding-bottom: 22%;
	}

	.slot-profile .video-frame-slot-profile {
		width: 100%;
	}

	.slot-profile .video-frame-container {
		position: absolute;
		top: 1rem;
		left: 0;
		z-index: 2;
		width: 100%;
		pointer-events: none;
		display: none;
	}

	.slot-profile .video-container-padding {
		padding: 0px;
	}

	.slot-profile video {
		object-fit: fill;
		overflow-clip-margin: content-box;
		overflow: clip;
	}

	.slot-profile .video-background {
		top: 60px;
		left: 40px;
		width: 100%;
		z-index: 1;
	}

	.slot-profile .video-profile-logo {
		z-index: 5;
		position: absolute;
		left: 0px;
		right: 0px;
		margin: auto;
		top: auto;
		bottom: -65px;
	}




	.swiper-button-next1,
	.swiper-button-prev1 {
		padding: 40px 30px 30px 30px;
	}

	.slider-hover-item.sliderborder .slider-hover-character {
		display: none;
	}

	.swiper .pennyanimation {
		display: none;
	}

	.bluebg {
		background: url(""), url(""), url("../img/siberianbgrepeat.webp"), #1f3658;
		background-repeat: repeat-y, repeat-y, repeat-y;
		background-position-x: left, right, center;
		background-position-y: top, top, top;
		background-size:
			contain,
			contain,
			100% auto;
	}

	.login-account-section {
		border-left-style: none;
	}

	.hero {
		height: 600px;
	}

	.hero .hero-img {
		max-width: 600px;
	}

	/* 	.hero {
		height: 700px;
	} */

	.hero .hero-bg {
		background: url("../img/topbg.webp");
		background-repeat: repeat-x;
		background-position: center;
		background-size: 1650px auto;
		background-position-y: bottom;
		background-size: 1650px auto;
	}

	.slot-profile-casinogames-roulette-section .online-casino-border {
		height: auto;
		margin: 10px;
	}

	.online-casino .online-casino-border {
		margin: 10px;
	}

	.slot-profile-casinogames-roulette-section .section-body {
		padding-right: 0%;
		padding-left: 0%;
		margin-top: 8%;
	}

	.online-casino .section-body {
		color: #fff;
		padding-right: 0;
		padding-left: 0;
		margin-top: 8%;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(1),
	.online-casino .col-lg-4:nth-child(1) {
		padding-top: 25px;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(2),
	.online-casino .col-lg-4:nth-child(2) {
		padding-top: 100px;
	}

	.slot-profile-casinogames-roulette-section .col-lg-4:nth-child(3),
	.online-casino .col-lg-4:nth-child(3) {
		padding-top: 100px;
	}
}

@media (max-width: 768px) {

	.dialog_email, .register_dialog {
		padding: 0px;
	}




	.strike>span:before,
	.strike>span:after {
		max-width: 100px;
		width: 40vw;
	}


	.pennylogin-active {
		display: none;
	}

	.slot-profile .slot-profile-casinogames-section .sub-page-txt,
	.slot-profile .slot-profile-diamondclub-section .sub-page-txt,
	.slot-profile .slot-profile-freeslots-section .sub-page-txt,
	.slot-profile .slot-profile-freechips-section .sub-page-txt {
		padding: 3rem 1rem 1rem 1rem;
	}

	.sub-page-txt .h1-title-big {
		margin-top: 0px;
		padding: 7%;
	}

	.free-chips-txt .h1-title-big {
		margin-bottom: 0rem;
		padding-top: 14%;
		padding-bottom: 6%;
	}

	.free-chips-txt .h1-title-small {
		padding-top: 7%;
		padding-bottom: 5%;
	}

	.mobileTxtbreak {
		display: inline-block;
	}

	.swiper-btn-pos {
		top: 10%;
	}

	.swiper-button-next1:after,
	.swiper-button-next2:after,
	.swiper-button-prev:after {
		content: "" !important;
	}

	.swiper-button-next2,
	.swiper-button-prev2 {
		padding: 40px 30px 30px 30px;
	}

	.swiper-custom-icon2 {
		box-sizing: border-box;
	}

	.slider-hover-item.sliderborder .slider-hover-logo img {
		max-width: 300px;
		width: 100%;
	}


	.slider-hover-item.sliderborder .slider-hover-logo {
		top: 0;
	}

	.slider-hover-item.sliderborder .slider-hover-logo img {
		padding-top: 5%;
	}

	.slider-hover-item.sliderborder .slider-hover-reel {

	  bottom: -50%; 
	 object-fit: cover;
}



 .slider-hover-item.sliderborder .slider-hover-reel img {
	width: 100%;
	min-width: 800px;
	background: 0 0;
	object-fit: cover;
} 

/* .slider-hover-item.sliderborder .slider-hover-reel img {
	width: 900px;
	background: 0 0;
} */



/* 	.slider-hover-item.sliderborder .slider-hover-reel {
		display: none;
	}  */

	.swiper-button-prev1,
	.swiper-button-prev2 {
		margin-left: 30%;
	}

	.swiper-button-next1 {
		right: 0 !important;
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.swiper-button-prev1 {
		left: 0 !important;
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.swiper-button-next2 {
		right: 0 !important;
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.swiper-button-prev2 {
		left: 0 !important;
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.swiper-slide .slider-hover-item .slider-hover-info h4 {
		text-align: center;
	}

	.swiper-slide .slider-hover-item .slider-hover-info p {
		display: none;
	}

	.swiper-slide .slider-hover-item .slider-hover-info .btnslider {
		text-align: center;
	}

	.swiper-button-next1,
	.swiper-button-prev1 {
		padding: 40px 30px 30px 30px;
		top: 0;
	}

	.swiper-button-next2,
	.swiper-button-prev {
		padding: 40px 30px 30px 30px;
		top: 0;
	}

	.swiper-custom-icon {
		display: none;
	}

	.sub-heroMainTxt {
		font-size: 10.1vw;
	}

	.sub-heroMainTxtbg {
		font-size: 10.1vw;
	}

	.heroMainTxt {
		background: -webkit-linear-gradient(#efd54c 10%,
				#fff,
				#efd54c,
				#f1a24c,
				#f1a24d,
				#efd54c,
				#f1a24d,
				#efd54c 60%,
				#fff,
				#efd54c,
				#f1a24d,
				#f1a24d,
				orange 100%);
		font-weight: 900;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		position: absolute;
		font-style: italic;
		-webkit-text-stroke: 1.1px #fff;
		text-stroke: 1.1px #fff;
		color: transparent;
		font-size: 10.1vw;
		line-height: 1;
	}

	.heroMainTxtbg {
		color: #fff;
		font-weight: 900;
		text-align: center;
		text-shadow:
			0 3px 0 #990504,
			0 5px 0 #000;
		font-style: italic;
		-webkit-text-stroke: 2.5px #990504;
		text-stroke: 2.5px #990504;
		color: #990504;
		font-size: 10.1vw;
		line-height: 1;
	}

	.heroSmallTxt {
		font-weight: 500;
		background: -webkit-linear-gradient(#efd54c 10%, #fff, #efd54c, #efd54c, #efd54c, #f1a24d, orange 70%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		position: absolute;
		-webkit-text-stroke: 1px #fff;
		text-stroke: 1px #fff;
		color: #fff;
		font-size: 7.1vw;
	}

	.heroSmallTxtbg {
		font-weight: 500;
		text-align: center;
		text-shadow:
			0 3px 0 #990504,
			0 6px 0 #000;
		-webkit-text-stroke: 4px #990504;
		text-stroke: 4px #990504;
		color: #990504;
		font-size: 7.1vw;
	}

	/* 	.hero {
		height: 900px;
	}

	.hero .hero-img {
		max-width: 600px;
	} */

	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

@media (max-width: 640px) {
	.hero p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
/* 	.tag-last-login .img-fluid {
		display: none;

	} */

	.slot-profile .slot-profile-freechips-daily-section .freechips-vip-padding,
	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-padding {
		padding-top: 30%;
	}

	.slot-profile .slot-profile-freechips-daily-section .freechips-vip-border,
	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-border {
		border-radius: 20px;
		border: #ffc107;
		border-width: 2px;
		border-style: solid;
		background: rgba(255, 255, 255, 0.5);
	}

	.slot-profile .slot-profile-freechips-daily-section .freechips-daily-img,
	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-img {
		position: relative;
		padding: 3rem;
	}

	.slot-profile .slot-profile-freechips-daily-section .freechips-daily-img img {
		position: absolute;
		top: -100px;
		width: 175px;
	}

	.slot-profile .slot-profile-diamondclub-whatis-section .diamondclub-vip-img img {
		position: absolute;
		top: -100px;
		width: 175px;
		background: linear-gradient(180deg, rgba(26, 115, 221, 0) 0%, rgba(26, 115, 221, 1) 40%);
	}
}

@media (max-width: 480px) {
	.free-chips-txt {
		margin-top: 0px;
	}


	.header .logo img {
		max-height: 24px;
	}

	.header .logo h1 {
		font-size: 24px;
	}
}

@media (max-width: 433px) {
	.homepage {
		background-size: 250% auto;
	}

	.slot-profile .slot-profile-freechips-section .h2,
	.slot-profile .slot-profile-freechips-section h2,
	.slot-profile .slot-profile-diamondclub-section .h2,
	.slot-profile .slot-profile-diamondclub-section h2,
	.slot-profile .slot-profile-casinogames-section .h2,
	.slot-profile .slot-profile-casinogames-section h2,
	.slot-profile .slot-profile-freeslots-section .h2,
	.slot-profile .slot-profile-freeslots-section h2 {
		/* font-size: 5.1vw; */
		text-align: center;
	}

	.slot-profile .slot-profile-freechips-section .h2 span,
	.slot-profile .slot-profile-freechips-section h2 span,
	.slot-profile .slot-profile-diamondclub-section .h2 span,
	.slot-profile .slot-profile-diamondclub-section h2 span,
	.slot-profile .slot-profile-casinogames-section .h2 span,
	.slot-profile .slot-profile-casinogames-section h2 span,
	.slot-profile .slot-profile-freeslots-section .h2 span,
	.slot-profile .slot-profile-freeslots-section h2 span {
		/* font-size: 5.1vw; */
		text-align: center;
	}




}

@media (max-width: 260px) {

.swiper-button-next2,
.swiper-button-prev2,
.swiper-button-next1,
.swiper-button-prev1 {
    display: none !important;
}
}


@media (hover: hover) {
	/* The user can hover - generally with a mouse cursor */


	a:hover {
		text-decoration: none;
	}

	.close_btn_red:hover .img-top {
		display: inline;
	}

	.btn_form img:hover {
		border-radius: 30px;
		transform: scale(1.1);
	}

	.btn_form:hover:before {
		-webkit-box-shadow: 0 0 20px white;
		box-shadow: 0 0 20px white;
		content: '';
		display: block;
		position: absolute;
		border-radius: 30px;
		top: 10px;
		left: 20px;
		right: 20px;
		bottom: 10px;
		z-index: -1;
		transition: all 0.2s ease-in-out;
	}


	.login_button:hover {
		border-radius: 30px;
	}




	.btn_social:hover:before {
		-webkit-box-shadow: 0 0 20px white;
		box-shadow: 0 0 20px white;
		content: '';
		display: block;
		position: absolute;
		border-radius: 30px;
		top: 20px;
		left: 30px;
		right: 30px;
		bottom: 20px;
		z-index: -1;
		transition: all 0.2s ease-in-out;
	}

	.btn_social img:hover {
		transform: scale(1.1);
	}



	.tag-last-login img:hover {
		transform: scale(1.2);
		transition: all 0.2s ease-in-out;
	}

	.playNowbtngreen img:hover {
		padding: 0px;
		margin: 0px;
		border-radius: 200px;
		-webkit-filter: drop-shadow(0px 0px 7px yellow) hue-rotate(90deg) brightness(70%);
		filter: drop-shadow(0px 0px 7px yellow) hue-rotate(90deg) brightness(70%);
	}


}


@media (hover: none) {

	.swiper-button-next2 i:hover,
	.swiper-button-prev2 i:hover,
	.swiper-button-next1 i:hover,
	.swiper-button-prev1 i:hover {
		font-size: 3.5rem;
		color: #ffc107;
		opacity: 0.8;
	}

	.faq .faq-container .faq-item .faq-toggle:hover {
		color: #ffffff;
	}

	.faq .faq-container .faq-item h3:hover {
		color: #ffffff;
	}

}


    /* Scale down the entire container */
    .scaleDownContainer {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center; /* center horizontally */
      align-items: center;     /* center vertically */
    }