@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body, html {
	scrollbar-color: #e5e5e5 rgba(0, 0, 0, 0.2) !important;
	scrollbar-width: thin !important;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	color: #2a2a2a;
	background:#02868C;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
* {
	box-sizing: border-box;
}
.row {
	margin-right: -10px;
 .0 margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}
/*********************

// Start Homepage //

***********************/
 
.sticky header {
	position: fixed;
	left: 0;
	right: 0;	
	background:rgba(2, 134, 140,0.95);
	top: 0; 
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.095);
}
.sticky .logo-Main > img {
	width: 230px;
	max-width: 100%;
}
header {
	background:rgba(2, 134, 140,0.95);
	position: absolute;
	z-index: 99999;
	padding: 10px 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.logo-Main > img {
	width: 250px;
	max-width: 100%;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.top-Menuse {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-Menuse {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-Menuse ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
.main-Menuse ul > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 10px;
	display: block;
	line-height:16px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.main-Menuse ul > li > a:hover, .main-Menuse ul > li > a.active {
	background:rgba(255, 255, 255, 0.1);
	color: #fff;
}
.primary-Gbtn.sm-Btn {
	padding: 15px 5px;
	width: 140px;
	margin-left: 20px;
}
.banner-Mainse::after {
	background: url(../images/bg-banner02.png) no-repeat top center/cover;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.05;
}
.banner-Mainse { 
	background: rgba(2, 134, 140, 0.85) 100%);
	padding: 180px 0 100px;
	position: relative;
	z-index: 2;
}
.cover-Banse {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
}
.banSec {
	position: absolute;
	right: 0;
	top: 0;
	bottom: -80px;
	left: 0;
	display: flex;
	justify-content: space-between;
}
.imgLft, .imgRyt {
	text-align: center;
	display: flex;
	align-items: end;
	max-width: 300px;
}
.imgLft > img, .imgRyt > img {
	max-height: 100%;
}
.imgRyt {
	text-align: right;
}
.play-Btnse {
	padding-top: 40px;
}
.play-Btnse .primary-Gbtn {
	max-width: 400px;
}
.inner-Bansec {
	width: 700px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.inner-Bansec > h1 {
	font-size: 60px;
	line-height: 61px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.inner-Bansec > h1 > span{
	color:#ffd015;
}
.inner-Bansec > h3 {
	font-size: 30px;
	line-height: 31px;
	font-weight: 600; 
	color: #fff;
	padding-top:20px;
}
.inner-Bansec > p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding-top: 20px;
	color: #fff;
}
.primary-Gbtn {
	background:#ECB49F;
	color: #2a2a2a;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 20px 15px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	border-radius: 100px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.primary-Gbtn::after {
	background: rgba(255, 255, 255, 0.15);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: -1;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.primary-Gbtn:hover:after {
	height: 100%;
}
.primary-Gbtn:hover {
	color: #2a2a2a;
}
.orange-Btn {
	background: #ffd015;
	color: #121212;
}
.orange-Btn:hover {
	background: #ffd015;
	color: #121212;
}
.full-Width {
	display: block;
	width: 100%;
	max-width: 100%;
}
.slideImg {
	border-radius: 20px;
	overflow: hidden;
}
.register-cover {
	background: #fff;
	padding: 100px 0;
}
.regiStep {
	background: rgba(2, 134, 140, 1);
	text-align: center;
	border-radius: 20px;
	padding: 30px 20px;
	min-height: 260px;
	color: #fff;
}
.regIcon {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 0 auto 20px;
}
.regTxtse > h3 {
	font-size: 20px;
	line-height: 21px;
	padding-bottom: 15px;
}
.regTxtse >  p {
	font-size: 14px;
	line-height: 23px; 
}
 
 .gameMain {
	background: #f5f5f5;
	text-align: center;
	padding: 100px 0;
}
.gameWrap iframe {
	border-radius: 20px;
}
.tittle-Main > h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 61px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.26);
}
.tittle-Main {
	display: inline-block;
	width: 750px;
	max-width: 100%;
	padding-bottom: 30px;
}
.tittle-Main > p {
	font-size:15px; 
	line-height: 23px;
	padding-top: 20px; 
}
.aboutGames .tittle-Main {
	padding-bottom:20px;
}
.aboutGames {
	padding: 100px 0;
	color: #fff;
}
.contMain {
	background:#67BABE;
	padding: 100px 0;
	color: #fff;
}
.gameTxt > p {
	font-size: 14px;
	line-height: 23px;
	padding-top: 15px;
}
.gameTxt > h3 {
	font-size: 30px;
	line-height: 31px;
	font-weight: 600;
	padding-top: 30px;
}
.importCover {
	background: #fff;
	padding: 100px 0;
}
.comBox {
	background: rgb(2, 134, 140);
	color: #fff;
	border-radius: 20px;
	padding: 30px 15px;
	min-height: 330px;
	text-align: center;
}

.iconBox {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.comnTxt > h3, .highlightBox > h3 {
	font-size: 24px;
	padding: 15px 0;
	line-height: 25px;
}
.comnTxt > p, .highlightBox > p {
	font-size: 15px; 
	line-height: 24px;
}
.highlightBox {
	padding-top: 40px;
}
.highlightBox ul {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}
.highlightBox ul > li {
	font-size:15px;
	line-height:23px;
	list-style-type:disc;
}
.highlightBox ul > li + li {
	margin-top:10px;
}
.midSec {
	background: #fff;
	padding: 100px 0;
}
.subBan::after {
	background: none;
}
.subBan{
	color:#fff;
	 
}
.slotWrap {
	text-align: center;
	padding-bottom: 100px;
}
.txtWrap + .txtWrap {
	padding-top:30px;
}
.txtWrap > h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 27px;
	padding-bottom: 15px;
}
.txtWrap > p {
	font-size: 15px; 
	line-height: 25px; 
}
.txtWrap > p + p {
	padding-top:15px; 
}
.txtWrap ul {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}
.txtWrap ul > li {
	font-size:15px;
	line-height:23px;
	list-style-type:disc;
}
.txtWrap ul > li + li {
	margin-top:10px;
}
footer {
	background: #056d72;
	padding: 60px 0 20px;
	color: #fff;
}
.fot-Titlese > h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 20px;
}
.foot-Toplkse ul > li + li {
	margin-top: 10px;
}
.foot-Toplkse ul > li > a {
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.foot-Toplkse ul > li > a:hover {
	color: #ffd015;
}
.foot-Toplkse ul > li > a:before {
	content: "\f105";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 0;
	font-size: inherit;
	color: inherit;
}
.Discla-Wrapse > p, .fot-Botsec > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.Discla-Wrapse > p + p {
	padding-top:15px;
}
.Discla-Wrapse > p > a, .Discla-Wrapse > p > i, .fot-Botsec > p > a, .bottom-Footer p > a {
	color: #ffd015; 
}
.Discla-Wrapse > p > a:hover, .fot-Botsec > p > a:hover {
	color: #ffd015;
}
.bottom-Footer {
	text-align: center;
	padding-top: 20px;
	margin-top: 60px;
	border-top: 1px solid #ccc;
}
.bottom-Footer ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.bottom-Footer ul > li {
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	position: relative;
}
.bottom-Footer ul > li > a {
	font-size: 12px;
	color: #ffd015;
	line-height: normal;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.bottom-Footer ul > li + li {
	border-left: 1px solid rgba(255, 255,255,0.2);
}
.bottom-Footer ul > li > a img {
	width: auto;
	height: 32px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
 @media screen and (min-width:991px) {
.custom-Order {
	order: 1;
}
}
/******************

// Toggle//

*********************/

.cross {
	background: #ffd015;
	display: block;
	height: 4px;
	position: absolute;
	transition: background 300ms 400ms ease;
	left: 0;
	right: 0;
	top: 50%;
	border-radius: 4px;
	margin-top: -2px;
}
.cross:after, .cross:before {
	background: #ffd015;
	content: "";
	position: absolute;
	height: 4px;
	border-radius: 4px;
	left: 0;
	right: 0;
	top: -8px;
	transition: top 300ms ease 400ms, -webkit-transform 300ms ease 0s;
	transition: top 300ms ease 400ms, transform 300ms ease 0s;
}
.cross:before {
	top: 8px;
}
.close_nav .cross, .sticky close_nav .cross {
	background: none;
}
.close_nav .cross:after, .close_nav .cross:before {
	background: #ffd015;
	top: 0;
	width: 100%;
	left: 0;
	transition: top 300ms ease 0s, -webkit-transform 300ms ease 400ms;
	transition: top 300ms ease 0s, transform 300ms ease 400ms;
}
.close_nav .cross:before {
	transform: rotate(45deg);
}
.close_nav .cross:after {
	transform: rotate(-45deg);
}
.tog_nav {
	width: 30px;
	height: 30px;
	display: flex;
	padding: 0;
	justify-content: center;
	position: absolute;
	left: 15px;
	z-index: 999999;
	top: 50%;
	margin-top: -15px;
	box-shadow: none !important;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	align-items: center;
}
.topScrl {
	display: none;
}
.sticky .topScrl {
	display: block;
}
.topScrl > a {
	background: #2f32e3;
	color: #fff;
	padding: 5px;
	position: fixed;
	left: 15px;
	bottom: 30px;
	z-index: 9999999;
	border-radius: 5px;
	font-size: 30px;
	line-height: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.comnBtn {
	width: 250px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
/**********************

//Media Query Start//

*************************/

 

@media screen and (max-width:1400px) {
.game-Rytse {
	margin-top: -90px;
}
.main-Menuse ul > li > a {
	font-size: 16px;
	padding: 0 20px;
	line-height: 16px;
}
.Serv-Maintyp {
	padding: 40px 30px 40px 130px;
}
}
 @media screen and (max-width:1200px) {
.ban-Leftse > h2, .tittle-Main > h2 {
	font-size: 40px;
}
.banSec {
	display: none;
}
.inner-Bansec > h1 {
	font-size: 50px;
	line-height: 51px;
}
}
 @media screen and (max-width:991px) {
.banner-Mainse {
	padding: 100px 0 50px;
}
.register-cover, .gameMain , .importCover, .aboutGames, .contMain, .midSec {
	padding: 50px 0;
}
.register-Inse .col-lg-4 + .col-lg-4, 
.innerImp .col-lg-4 + .col-lg-4{
	margin-top: 30px;
}
.inner-Bansec > h1, .tittle-Main > h2 {
	font-size: 40px;
	line-height: 45px
}
.logo-Main {
	margin: 0;
}
.primary-Gbtn {
	font-size: 17px;
	line-height: 17px;
	padding: 15px 10px;
}
.tittle-Main {
	padding-bottom: 40px;
}
.tittle-Main > p {
	font-size: 15px;
	line-height: 21px;
}
.play-Btnse {
	padding-top: 30px;
}
.fot-Titlese > h3 {
	font-size: 18px;
}
.foot-Toplkse ul > li > a {
	font-size: 14px;
	line-height: 15px;
}
.Discla-Wrapse > p, .fot-Botsec > p {
	font-size: 13px;
	line-height: 21px;
}
.custo-Colse + .custo-Colse {
	margin-top: 30px;
}
.logo-Main > img {
	width: 250px;
}
.sticky .logo-Main > img {
	width: 230px;
}
.main-Menuse {
	display: block;
	text-align: center;
}
#navbarSupportedContent {
	position: absolute;
	top: 45px;
	background: rgba(40, 130,255, 0.95);
	left: -15px;
	right: -15px;
	padding: 0;
}
.sticky #navbarSupportedContent {	
	background: rgba(40, 130,255, 0.95);
}
.main-Menuse ul {
	display: block;
}
.main-Menuse ul > li > a {
	font-size: 16px;
	padding: 16px 20px;
	line-height: 16px;
	border-top: 1px solid #c3c3c3;
	display: block;
	border-radius: 0;
}
.main-Menuse ul > li > a:hover {
	background: rgba(40, 130,255, 1);
}
.primary-Gbtn.sm-Btn {
	padding: 10px 5px;
	width: 100px;
	margin: 0 auto;
}
 
.play-Btnse .primary-Gbtn {
	max-width: 100%;
}
.game-Txtse, .about-Right {
	text-align: center;
}
.about-Imsec, .game-leftse {
	margin-bottom: 40px;
}
.comnBtn {
	display: block;
}
.comnBtn > a {
	padding: 15px;
}
footer {
	padding: 50px 0 20px;
}
.bottom-Footer {
	margin-top: 50px;
}
.cover-Banse { 
	min-height: auto;
}.inner-Bansec > p {
	font-size: 15px;
	line-height: 22px;
}
.inner-Bansec > h3 {
	font-size: 20px;
	line-height: 27px; 
}
.comBox { 
	padding: 30px 15px;
	min-height: auto; 
}
.highlightBox {
	padding-top: 30px;
}
.aboutGames, .contMain {
	text-align: center;
}
.gameleft {
	margin-bottom: 30px;
}
.regiStep { 
	padding: 30px 15px;
	min-height: auto; 
}
.gameTxt > h3 {
	font-size: 22px;
	line-height: 25px; 
}
.txtWrap > h3 {
	font-size: 20px; 
	line-height: 22px; 
}
.txtWrap > p {
	font-size: 14px;
	line-height: 23px;
}
}
 @media screen and (max-width:767px) {
.inner-Bansec > h1, .tittle-Main > h2 {
	font-size:28px;
	line-height: 31px;
}
 
}
 @media screen and (max-width:576px) {
} 
 
  #ageGateOverlay, #ageGateBlocked {
    position: fixed;
    inset: 0;
    display: none; /* JS toggles */
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background: rgba(0,0,0,0.85);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  #ageGateBlocked {
    background: rgba(0,0,0,1);
  }

  /* Modal card (light) - unchanged look but slightly refined */
  #ageGateModal {
    width: min(720px, calc(100% - 40px));
    background: linear-gradient(#e9fffe, #dffbfa);
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45);
    text-align: center;
    color: #002a2a;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 550px;
  }
  #ageGateModal p {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  #ageGateModal p a {
    color: #002a2a !important;
    text-decoration: underline;
  }

  /* Actions */
  .ageGateActions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
    flex-wrap: wrap;
    align-items: center;
  }
  .siteBtn {
    font-size: 15px;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    transition: transform .08s ease;
    width: 100%;
    font-weight: 600;
    flex: 0 0 49%;
    text-align: center;
    box-sizing: border-box;
  }
  .siteBtn:active { transform: translateY(1px); }

  .btnPrimary {
    background: var(--Gradient-100, linear-gradient(180deg,#00bcdd 0%,#005b6b 100%));
    color: #fff !important;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.15);
    font-weight: 700;
  }
  .btnGhost {
    background: linear-gradient(180deg, rgba(228,228,228,.6) 0%, rgba(116,116,116,.06) 100%);
    color: #00313a;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.12);
  }
  .btnPrimary:hover { color: #fff; transform: translateY(-1px); }
  .btnGhost:hover { transform: translateY(-1px); }

  /* Blocked screen card (dark red) */
  #blockedCard {
    background: #580000;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(0,0,0,0.6);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 560px;
  }
  #blockedCard p { margin: 0 0 16px; font-size: 14px; font-weight: 600; line-height: 21px; }
  #blockedTitle { font-size: 18px; padding-bottom: 8px; line-height: 1.1; }
  .blockedActions { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:8px; }

  /* Mobile adjustments */
  @media (max-width:420px){
    #ageGateModal, #blockedCard { padding:18px; }
    .siteBtn { min-width: 44%; padding: 10px; }
  }

  /* If Bootstrap modal present, hide native overlay so we don't get double backdrop */
  .bs-agegate-backdrop { display: none !important; } 
  }
