body {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #121a25
}

.main {
	width: 100%;
	background: #121a25;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex
}

.topBar {
	align-self: stretch;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #0f1621;
	justify-content: space-between;
	align-items: center;
	display: flex
}

.topBarLink {
	width: 224px;
	height: 32px;
	position: relative;
	overflow: hidden
}

.topBarContent {
	justify-content: flex-start;
	align-items: center;
	gap: 13px;
	display: flex
}

.header {
	height: 100%;
	align-self: stretch;
	position: relative;
	background: linear-gradient(225deg, rgba(12, 67, 149, 0) 0, rgba(11.78, 66.57, 148.75, 0.64) 100%);
	background-blend-mode: screen, overlay, normal, normal, normal;
	overflow: hidden;
	background-image: url(../images/banner.png?v9); 
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	align-items: center;
}

.headerWrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
	width: 100%;
	margin: 27% 0% 0% 1%;
}

.headerTxtWrapper {
	width: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	word-wrap: break-word;
	margin-bottom: 30px;
}

.headerTxtBig {
	color: white;
	font-size: 3.6vw;
}

.headerTxtSmall {
	color: white;
	font-size: 3.2vw;
}

.headerOrange {
	color: #FBC30D; text-shadow: 0px 1px 0px rgba(144, 118, 31, 1.00);
}

.headerBlue {
	color: #09BBF6; text-shadow: 0px 1px 0px rgba(144, 118, 31, 1.00)
}

.header .btn {
	margin-top: 15px;
	margin-bottom: 7px;
}

.smallBar {
	align-self: stretch;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #0F1621;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: inline-flex;
}

.smallBarTxt {
	color: #E9EAEB;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word;
}

.register {
	position: absolute;
	top: 11%;
	left: 63%;
	background-color: transparent;
	width: 32%;
	height: 556px;
}

.btn {
	padding-left: 52px;
	padding-right: 52px;
	padding-top: 14px;
	padding-bottom: 12px;
	background: radial-gradient(ellipse 63.81% 87.00% at 50.00% 50.00%, #dc7911 0, rgba(255, 226.16, 73.31, 0.20) 100%), #fbc30d;
	box-shadow: 0 0 10px #fc9020;
	border-radius: 16px;
	outline: 2px #f49a1a solid;
	outline-offset: -2px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	display: inline-flex;
	transition: .3s
}

.btnJoin {
	color: white;
	font-size: 24px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: .96px;
	word-wrap: break-word;
	text-shadow: 0 4px 4px rgba(232, 132, 29, 0.24);
	text-decoration: none
}

.btnHeaders {
	opacity: 0.8;
	transition: .3s;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	display: flex;
}

.btnTxtHeader {
	color: white;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 700;
	line-height: 24px;
	word-wrap: break-word;
	text-decoration: none;
}

.btnHeaders:hover {
	opacity: 1;
	transition: .3s;
}

.btn:hover {
	background-color: #ff4500;
	transition: .3s;
	cursor: pointer
}

.cardsMain {
	align-self: stretch;
	padding: 100px 0 100px 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 100px;
	display: flex
}

.cardsWrapper {
	width: 100%;
	text-align: center;
	position: relative;
}

.cardsTitle {
	color: white;
	font-size: 56px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 66px;
	word-wrap: break-word
}

.cardsTitleSmall {
	color: white;
	padding-top: 20px;
	font-size: 30px;
	font-family: Poppins;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 45px;
	word-wrap: break-word
}

.cardsList {
	align-self: center;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	display: flex;
	flex-direction: row
}

.cardsItem {
	width: 284px;
	padding-bottom: 40px;
	padding-left: 24px;
	padding-right: 24px;
	background: radial-gradient(ellipse 109.44% 109.46% at 96.35% 51.24%, rgba(22, 24, 40, 0) 26%, rgba(22, 24, 40, 0.03) 62%, rgba(22, 24, 40, 0.11) 75%, rgba(22, 24, 40, 0.25) 84%, rgba(22, 24, 40, 0.47) 92%, rgba(22, 24, 40, 0.50) 93%), #207FC0;
	border-radius: 36px;
	outline: 2px #2c3746 solid;
	outline-offset: -2px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	display: inline-flex
}

.cardsItem2 {
	width: 384px;
	padding-bottom: 40px;
	padding-left: 24px;
	padding-right: 24px;
	background: radial-gradient(ellipse 109.44% 109.46% at 96.35% 51.24%, rgba(22, 24, 40, 0) 26%, rgba(22, 24, 40, 0.03) 62%, rgba(22, 24, 40, 0.11) 75%, rgba(22, 24, 40, 0.25) 84%, rgba(22, 24, 40, 0.47) 92%, rgba(22, 24, 40, 0.50) 93%), #207FC0;
	border-radius: 36px;
	outline: 2px #2c3746 solid;
	outline-offset: -2px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	display: inline-flex
}

.cardsItemImg {
	position: relative;
	top: -50px;
	width: 105px;
	height: 105px;
	background: transparent
}

.cardsTxtWrapper {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: flex
}

.cardsTxtTitle {
	align-self: stretch;
	text-align: center;
	color: white;
	font-size: 32px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: .40px;
	word-wrap: break-word
}

.cardsTxtContent {
	align-self: stretch;
	height: 112px;
	text-align: center
}

.cardsTxt {
	font-size: 18px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 28px;
	word-wrap: break-word;
	color: white
}

.wCard1 {
	background-image: url(../images/cards/welcome_offer_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-blend-mode: lighten; */
}

.wCard2 {
	background-image: url(../images/cards/welcome_offer_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-blend-mode: lighten; */
}

.wCard3 {
	background-image: url(../images/cards/welcome_offer_3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-blend-mode: lighten; */
}

.wCard4 {
	background-image: url(../images/cards/welcome_offer_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-blend-mode: lighten; */
}

.rCard1 {
	background-image: url(../images/cards/Rewarding_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-blend-mode: lighten; */
}

.rCard2 {
	background-image: url(../images/cards/Rewarding_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-blend-mode: lighten; */
}

.rCard3 {
	background-image: url(../images/cards/Rewarding_3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-blend-mode: lighten; */
}

.coinBitcoin {
	position: absolute;
}

.coinLeft {
	width: 131.50px;
	height: 123.50px;
	position: absolute;
}

.coinRight {
	width: 142.50px;
	height: 174.50px;
	position: absolute;
}

.welcome {
	position: relative;
	text-align: center;
	align-self: stretch;
	height: 100%;
	padding-top: 100px;
	background: linear-gradient(180deg, #121a25 0, rgba(16.14, 23.31, 33.17, 0.90) 17%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(13.33, 19.26, 27.40, 0.74) 49%, #121a25 100%);
}

.welcomeWrapper {
	width: 80%;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 68px;
	padding-bottom: 68px;
	margin-top: 70px;
	background: #2C394D;
	background-blend-mode: overlay, normal, normal;
	border-radius: 40px;
	outline: 3px #25303f solid;
	outline-offset: -3px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 32px;
	display: inline-flex
}

.welcomeTitle {
	align-self: stretch;
	text-align: center;
	color: #fff;
	font-size: 72px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 72px;
	word-wrap: break-word;
}

.welcomeTitleSmall {
	align-self: stretch;
	text-align: center;
	color: white;
	font-size: 32px;
	font-family: Poppins;
	text-transform: capitalize;
	line-height: 50px;
	word-wrap: break-word;
}

.welcomeGamesOriginals {
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; margin-top: 30px;
}

.welcomeGamesOriginals > a:hover img {
	filter: grayscale(0%) !important;
}

.welcomeGamesOriginals > a img {
	width: 161px;
	height: 220px;
	opacity: 0.9;
}

.welcomeGamesOriginals > a:hover img {
	opacity: 1 !important;
}

.welcomeGamesTrending {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 30px;
}

.welcomeGamesTrending > a img {
	width: 161px;
	height: 220px;
	opacity: 0.9;
}

.welcomeGamesTrending > a:hover img {
	opacity: 1 !important;
}

.paymentsMain {
	align-self: stretch;
	width: 100%;
	height: 895px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 100px;
	background: #3B72F8;
	align-items: center;
	display: block;
	position: relative;
	background-image: url(../images/pattern1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-blend-mode: hue;
}

.paymentsWrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 28px;
	display: flex;
	margin-too: 30px;
}

.paymentsTitle {
	width: 996px;
	text-align: center;
	color: white;
	font-size: 65px; font-family: Titillium Web; font-weight: 900; text-transform: uppercase; line-height: 64px; word-wrap: break-word;
}

.paymentsTxt {
	width: 100%;
	text-align: center;
	color: white; font-size: 32px; font-family: Poppins; font-weight: 500; text-transform: capitalize; line-height: 40px; word-wrap: break-word;
}

.paymentsImg {
	width: 568px; height: 1049px;
}

.terms {
	align-self: stretch;
	padding: 50px 0px 50px 0px;
	background: linear-gradient(180deg, rgba(15, 22, 33, 0) 0, #0f1621 100%);
	background-image: url(../images/bg_terms&conditions.png);
	background-repeat: no-repeat;
	background-size: cover;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 64px;
	display: flex;
	z-index: 10;
}

.termsWrapper {
	width: 500px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	display: flex
}

.termsTitle {
	width: 792px;
	text-align: center;
	color: white;
	font-size: 56px;
	font-family: Poppins;
	font-weight: 700;
	line-height: 64px;
	word-wrap: break-word
}

.termsTxtWrapper {
	width: 587px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	display: flex
}

.termsTxtContent {
	align-self: stretch;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: inline-flex
}

.termsTxtImg {
	align-self: stretch;
	padding-bottom: 6px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
	display: flex
}

.termsTxt {
	flex: 1 1 0;
	color: white;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 28px;
	word-wrap: break-word
}

.termsLink {
	color: white;
}

.footer {
	align-self: stretch;
	padding-top: 16px;
	padding-bottom: 40px;
	padding-left: 120px;
	padding-right: 120px;
	background: #0f1621;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	display: flex
}

.footerWrapper {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

.footerContent {
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	display: flex;
	flex-direction: row
}

.footerPayments {
	color: #9399a1;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word
}

.footerImgs {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex
}

.footerImgsPay {
	width: 24px;
	height: 24px;
	position: relative;
	background: #23292f;
	border-radius: 20px
}

.footerImgsCrypto {
	width: 28px;
	height: 20px;
	position: relative;
	background: #23292f;
	border-radius: 5px;
	outline: 1px rgba(47, 43, 67, 0.10) solid;
	outline-offset: -1px
}

.footerUtils {
	align-self: stretch;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: inline-flex
}

.footerTxtUtils {
	color: #9399a1;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word
}

.separator,
.separator2 {
	color: #9399a1;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word
}

.payInterac {
	position: absolute; top: 35%; left: 7%;
}

.payBitcoin {
	position: absolute; top: 50%; left: 25%;
}

.payLitecoin {
	position: absolute; top: 70%; left: 10%;
}

.payXRP {
	position: absolute; top: 45%; right: 27%;
}

.payTether {
	position: absolute; top: 80%; right: 20%;
}

.payEthereum {
	position: absolute; top: 30%; right: 5%;
}

.payDogecoin {
	position: absolute; top: 60%; right: 5%;
}

#casino-register-widget > form {
	max-width: 350px !important;
	line-height: 50px !important;
	font-family: Poppins !important;
}

#casino-register-widget > form > h3 {
	color: darkgray !important;
}

#casino-register-widget > form > label {
	color: darkgray !important;
}

#casino-register-widget > form > label > span > a {
	color: whitesmoke !important;
}

#casino-register-widget > form > .reg-heading {
	text-indent: -9999px;
  line-height: 0;
}

#casino-register-widget > form > .reg-heading:after {
	content: "Create Account" !important;
	visibility: visible;
	text-indent: 0;
	line-height: initial;
	display:block;
}

#casino-register-widget > form > .reg-button {
	text-indent: -9999px;
  line-height: 0;
}

#casino-register-widget > form > .reg-button:after {
	content: "Sign Up" !important;
	visibility: visible;
	text-indent: 0;
	line-height: initial;
	display:block;
}

#goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins;
  border: none;
  outline: none;
  background-color: #207FC0;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#goToTop:hover {
  background-color: #555;
}

@media only screen and (min-width:375px) and (max-width:599px) {
	.main {
		width: auto
	}

	.topBar {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
		gap: 30px;
	}
	
	.header {
		background-image: url(../images/banner.png?v2);
		background-size: 100%;
		background-position: top;
		justify-content: center;
        align-items: center;
		height: 100%;
	}
	
	.headerTxtWrapper {
		margin-bottom: 7px;
	}
	
	.header .btn {
		margin-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 0;
	}
	
	.header .btnJoin {
		font-size: 10px !important;
        line-height: 19px !important;
	}
	
	.smallBar {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.smallBarTxt {
		display: none;
	}
	
	.register {
		position: unset;
        margin-top: 70%;
        width: 100%;
	}
	
	.btnJoin {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	
	.btnHeaders {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.cardsMain {
		padding: 0 0 100px 0;
		gap: 50px;
	}
	
	.cardsList {
		flex-direction: column;
	}

	.cardsItem, .cardsItem2 {
		width: 305px;
		margin-top: 50px;
	}

	.cardsTitle {
		font-size: 30px;
		line-height: 50px;
	}
	
	.cardsTitleSmall {
		font-size: 14px;
		line-height: 20px;
	}

	.cardsTxtTitle {
		font-size: 30px;
		line-height: 32px
	}

	.cardsTxt {
		font-size: 18px;
	}

	.welcome {
		padding-top: 0;
	}
	
	.welcomeTitle {
		font-size: 30px;
		line-height: 40px;
	}
	
	.welcomeTitleSmall {
		padding-top: 20px;
        font-size: 14px;
        line-height: 19px;
	}
	
	.paymentsTitle {
		font-size: 19px;
	}
	
	.paymentsTxt {
        font-size: 12px;
        line-height: 25px;
	}
	
	.coinLeft,
	.coinRight,
	.coinBitcoin,
	.payInterac,
	.payBitcoin, .payLitecoin, .payXRP, .payTether, .payEthereum, .payDogecoin {
		display: none
	}

	.termsTitle {
		width: 100%;
		font-size: 26px
	}

	.termsTxtWrapper {
		width: 300px
	}

	.termsTxt {
		font-size: 13px;
		line-height: 15px;
	}

	.footer {
		padding-left: 20px;
		padding-right: 20px
	}

	.footerWrapper {
		flex-direction: column
	}

	.footerContent {
		flex-direction: column;
		margin-top: 30px;
		text-align: center
	}

	.separator {
		display: none
	}
}

@media only screen and (min-width:600px) and (max-width:767px) {
	.main {
		width: auto
	}

	.topBar {
		padding-left: 10px;
		padding-right: 10px
	}

	.header {
		background-image: url(../images/banner.png?v2);
		background-size: 100%;
		background-position: top;
		height: 100%
	}
	
	.register {
		position: unset;
        margin-top: 70%;
        width: 100%;
	}
	
	.cardsList {
		flex-direction: column
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}
	
	.cardsTitle {
		font-size: 40px
	}
	
	.cardsTxtTitle {
		font-size: 35px
		line-height: 43px;
	}

	.welcomeTitle {
		font-size: 42px;
		line-height: 42px
	}

	.coinLeft,
	.coinRight,
	.coinBitcoin {
		display: none
	}

	.termsTitle {
		width: 100%;
		font-size: 36px
	}

	.termsTxtWrapper {
		width: 300px
	}

	.termsTxt {
		font-size: 14px;
		line-height: 14px
	}

	.footerWrapper {
		flex-direction: column
	}

	.footerContent {
		flex-direction: column;
		margin-top: 30px;
		text-align: center
	}

	.separator {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main {
		width: auto
	}

	.topBar {
		padding-left: 10px;
		padding-right: 10px
	}
	
	.header {
		background-image: url(../images/banner.png?v2);
		background-size: 100%;
		background-position: top;
		height: 100%
	}
	
	.register {
		position: unset;
        margin-top: 70%;
        width: 100%;
	}

	.cardsList {
		flex-direction: column
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}

	.coinLeft,
	.coinRight,
	.coinBitcoin {
		display: none
	}

	.footerWrapper {
		flex-direction: column
	}

	.footerContent {
		margin-top: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header {
		background-image: url(../images/banner.png?v2);
		background-size: 100%;
		background-position: top;
		height: 100%
	}
	
	.register {
		position: unset;
        margin-top: 70%;
        width: 100%;
	}

	.cardsList {
		flex-direction: column
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}

	.coinLeft,
	.coinRight,
	.coinBitcoin {
		display: none
	}

	.footer {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media only screen and (min-width:1200px) and (max-width:1375px) {
	.cardsList {
		flex-direction: column
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}
	
	.coinBitcoin {
		display: none
	}
}