/*
Theme Name: casino
Text Domain: casino
*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding:0;
	font-size:16px;
	line-height:1.6;
overflow-x:hidden;
	color: rgba(255,255,255,0.8);
  background: #090f1e;
  
background-attachment: fixed;
}
article,aside,footer,header,nav,section,figcaption,figure,main,details,menu  {
	display: block;
}
h1,h2,h3,h4,h5,h6, .h2{
	color: #fff;
	padding:0;
	margin:0 0 15px;
	font-weight:700;
	text-shadow: none;
	line-height:1.3;
}
h1 {font-size:28px;}
h2 {font-size:25px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
figure {
margin-bottom:15px;max-width:100%;
}
figcaption {padding:6px 0 0;text-align:center;font-size:14px;font-style:italic;opacity:0.8;}
a:active, a:focus,
a:hover {
	outline: 0;
text-decoration:none;	
}
abbr[title] {
	border-bottom: 1px #7a7a7a dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: 700;
}
ul, ol {margin:0 0 15px 15px; padding:0;}
code,
kbd,
samp {
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
p {padding:0;margin:0 0 15px;}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-size: 100%;

	margin: 0;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
table {width:100%;border-collapse: collapse;margin:0 0 15px;border:1px solid rgba(255,255,255,0.1);}

table th, table td {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}
@media screen and (max-width: 767px) {
    .tabs {
        width: 100%;
        overflow: auto!important;
       border:1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .tabs table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
blockquote {margin:0 0 15px;padding-left:15px;border-left:5px solid #ffb800;color:#fff;font-style:italic;font-size:18px;line-height:1.4;}
/*-------------- Alignments ---------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignwide {
	margin-left  : -60px;
	margin-right : -60px;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}

/*--------- Forms ---------*/



fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	
	border: none;

	display: block;
	padding: 10px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border: none;
	outline:0;box-shadow:none;
}
input:active, textarea:active {border:none;outline:0;box-shadow:none;}
textarea {height:140px;}
select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}



button,
input[type="button"],
input[type="submit"] {
	background-color: #00ad8d;
	border: 0;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}



button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	outline:0;box-shadow:none;
	border:none;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
outline:0;box-shadow:none;
	border:none;
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
#content {padding:30px 0;}
/*---------- Links -----------*/

a {
	color: #4c8afc;

	text-decoration: none;
}
a:hover,
a:active, a:focus {
	color: #fff;
	outline: 0;
	text-decoration: none;
}

/* Site branding */

.site-branding {

	z-index: 3;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}
.custom-logo-link img {
	display: inline-block;
	
	width: 140px;
}

/*------------- Header -------------*/
#header {background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));
padding:10px 0 15px;
}


.top_btn {
    text-align: right;
 padding-top:7px;
}

/* ----- header navigation ----- */
.gb_navigation {padding-top:6px;}
.gb_nav_menu li{
	display:inline-block;
	margin-right:15px;
	position:relative;
}
.gb_nav_menu li a {
color: #fff;

    display: block;
    font-weight: 700;
}

.gb_nav_menu ul li a:hover {
    color: #ffb800;
}


.toggle-menu, a.closebtn{
  display: none;
}


/* --------- SLIDER--------- */
#slider{ 
	width:1380px;
	margin:30px auto;
	padding:30px 30px 0;
background: url(/wp-content/uploads/2025/01/hyper.webp) no-repeat left center; background-size:cover;
	position: relative;
	height:250px;
}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.slidertext {font-weight:700;color:#fff;font-size:26px;}
.slidertextsmall {font-weight:700;color:#fff;font-size:16px;}
.sliderpromo {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;max-width:400px;}
#slider a.secondary-btn {display:block;padding:10px;max-width:200px;margin:15px 0;}
#slider a.primary-btn {display:none;padding:10px;max-width:200px;margin:15px auto;}
.sliderpromo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #ffe505;
}

.sliderpromo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/casino/images/copy.svg);
    mask: url(/wp-content/themes/casino/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffe505;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1425px) {
#slider{ width:100%;margin:0 0 30px;}
}
@media (max-width:767px) {
#slider {height:auto;text-align:center;padding:30px 15px;}
.overlay, .home .top_btn, .home .toggle-menu{display:none;}
#slider a.secondary-btn {margin:15px auto;}
#slider a.primary-btn {display:block;}
.slidertext {font-size:23px;}
.sliderpromo {max-width:100%;}
}




/*--------- Services Section--------- */


.box h4 {
    color: #00ad8d;
    font-size: 22px;
    font-weight: 600;
}
.heading-bg {
    background: #ffebe4;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 35%;
    z-index: -1;
}
span.design-right {
    border: solid 107px #D8FFFD;
    width: 450px;
    height: 450px;
    position: absolute;
    z-index: -1;
    right: 0;
    border-radius: 50%;
}




.comments-pagination {
	
	padding: 15px 0;

}

.comments-pagination {
	border: 0;
}
.page-numbers {
	padding: 5px 14px;
	 font-weight: 700;
}


.prev.page-numbers,.page-numbers,
.next.page-numbers {
	
	display: inline-block;
	color: #fff;
	
	background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));
   
}

.page-numbers.current, .page-numbers:hover {
	display: inline-block;
	background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%)!important;
	color: #fff!important;
	
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ol, .entry-content ul, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}

/* Entry footer */
#colophon {padding:30px 0 20px;
background: #060b15;
}


/*----------- Footer --------------*/

.site-info {
	padding:30px 0 0;
	font-size: 14px;
	
}
.site-info ul {margin:0 0 10px;}
.site-info ul li {display:inline-block;margin-right:15px;margin-bottom:5px;}


.site-footer .widget {margin-bottom:30px;}
.site-footer .widget ul {
    margin: 0;list-style: none;
}
.site-footer .widget ul li {margin-bottom:8px;}
.site-footer .widget ul li a {
color: #fff;
}
.site-footer .widget ul li a:hover {color: #4c8afc;}
.site-footer .widget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
 
}
.logos-payment {padding:20px 0;text-align:center;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid 255,255,255,0.1;}
.logos-payment img {margin:10px 15px;vertical-align:middle;}
.footer_btn a.primary-btn {margin-bottom:15px;}
.footer_btn {padding-bottom:10px;}
.footer_btn a {display:block;padding:8px!important;}
.footer_btn img {margin-bottom:15px;-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */}
/*------- Comments ------------*/
.pre .nav-links a,
.nex .nav-links a{
    background: #14211b;
    color: #fff;
    padding: 5px 10px;
}
.pre,.nex {
    margin: 0 0 20px;
}
#comments {
	clear: both;
	padding: 20px 0 0;
}
#comments label {display:block;font-size:14px;opacity:0.6;margin-bottom:7px;}
.comment-date {font-size:12px;opacity:0.6;}
.comments-title, .comment-reply-title {
	font-size: 20px;font-weight:700;color:#fff;

}
.comment-reply-title {margin-bottom:15px;}
ol.comment-list,
.comment-list ol.children {
	list-style: none;
	margin: 0;
	
}
.comment-list ol.children {padding-left:30px;}
a.comment-edit-link {font-size:13px;}

.comment-author .says {
	display: none;
}
a.comment-reply-link {font-weight:700;}
.comment-body {padding-bottom:20px;}
.comments-pagination {
	margin: 15px 0;
}
#comments input[type="submit"] {background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);border-radius:8px;font-weight:700;color:#fff;padding:12px 20px;border:none;}
#comments input[type="submit"]:hover {background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);}
.comment-author img {float:left;margin-right:15px;}
p.form-submit {
margin:0;
}
/*sidebar*/

#sidebar {background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));height:100%;padding:15px;}

#sidebar input[type="search"],
input[type="search"] {
	padding: 10px;
	font-size: 14px;
	margin-bottom: 0px;
	color: #71767c;
	border: none;
	width: 100%;
	
}



#sidebar .widget {
  margin-bottom: 25px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;

}
#sidebar ul li {
    border-bottom:1px solid rgba(255,255,255,0.1);
padding-bottom:10px;margin-bottom:10px;
}

#sidebar ul li a {
 display:block;
 line-height:1.3;
  font-weight: 700;
  font-size:14px;
}

#sidebar .widget-title {font-weight:700;margin-bottom:15px;font-size:22px;color:#fff;}
/* Search */

.search-form {
	position: relative;
}
.search-form .search-submit {
	bottom: 3px;
	padding: 16px 25px;
	position: absolute;
	right: 3px;
}
.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}
button.search-submit{
    background: #00ad8d;
	font-weight: normal;
}


/*----------- Media ----------*/

img,
video {
	height: auto; 
	max-width: 100%;
}

.post_section {text-shadow: 1px 1px rgba(255, 255, 255, 0.2);}
a.primary-btn {
color: #000;
  background: linear-gradient(285.39deg,#ffb800 -4.36%,#fff173 115.87%);
  padding: 10px 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

a.secondary-btn {
color: #fff;
  background: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
  padding: 10px 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;

}

.top_btn a.primary-btn {margin-right:10px;}
#sidebar a.primary-btn {margin-bottom:15px;display:block;padding:10px;}
#sidebar a.secondary-btn {display:block;padding:10px;}

.slotbox {background:rgba(0, 0, 0, 0.8);position:relative;margin-bottom:30px;text-align:center;box-shadow: inset 0 0 6px 0 rgba(193, 161, 126, 0.39), inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), 1px 1px 2px 0 rgba(0, 0, 0, 0.6);}
.slotbox img {width:100%;}
.slotbox span {color:#fff;font-size:14px;}
.slotbox:hover img {opacity:0.3;}
.slotbtn {position:absolute;left:0;top:30%;width:100%;display:none;}
.slotbox:hover .slotbtn {display:block;}
.slotbtn a.secondary-btn {display:block;padding:6px;max-width:160px;font-size:14px;margin:10px auto;}
a.demo {font-weight:700;font-size:14px;text-transform:uppercase;color: #fff;}
.slot-cats ul {margin:10px 0 0;list-style:none;}
.slot-cats ul li {margin-right:7px;margin-bottom:20px;display:inline-block;}
.slot-cats ul li a {font-weight:700;color: #fff;
  background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);
  padding: 8px 20px;border-radius:8px;}
.home h1, .home h2, .home .h2 {font-size:24px;}
.home h3 {font-size:19px;}

#services-box article {background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));margin-bottom:30px;}
#services-box .title {padding:10px 15px 15px;}
#services-box .title a {font-size:14px;display:block;font-weight:700;line-height:1.3;}

#services-box article img {width:100%;}
#homeabout {padding-bottom:30px;}
#homeabout a {color: #fff;
  background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);
  padding: 10px;
  font-weight: 700;
  text-align: center;
  display: block;
  max-width: 240px;
  margin: 15px auto;
  text-decoration: none;
  border-radius: 8px;}
.padd-img {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.headerpage h1 {font-size:24px;}
.post-title a {font-weight:700;display:block;line-height:1.3;margin-bottom:10px;}
.category-section {padding-bottom:15px;}
.category-section .padd-img {max-height:188px;overflow:hidden;}
.error-404.not-found {text-align:center;padding:100px 0 60px;}
.breadcrumbs {font-size:14px;}
.postlink {text-align:center;padding:10px 0 20px;}
.postlink a.secondary-btn {padding:13px 30px;}
.taxonomy-description {padding-top:20px;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}
.post-btn {text-align:center;padding:20px 0 30px;}
/*--------- Media --------------*/
@media screen and (max-width: 1199px){
.entry-content iframe {height:400px;}
}

@media screen and (max-width: 991px){

.logo {text-align:center;}
.custom-logo-link img {margin:0 auto;display:block;}
.top_btn {padding-top: 20px;padding-bottom:8px;text-align:center;}

	.toggle-menu {
		position:absolute;
		
		top: -30px;
		cursor: pointer;
		z-index: 999999;
		text-align: left;
		right: 15px;
		
	}
	.toggle-menu i {
		font-size: 22px;
		color: #fff;
	}
	.toggle-menu button {
        background: none;
		padding:0;
		font-weight:400;
	}
	.side_gb_nav {
		max-height: 100%;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9999999;
		top: -110%;
		right: 0;
		overflow-y: scroll;
		background: #090f1e;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		visibility: hidden;
	}
  	.side_gb_nav.show {
	    visibility: visible;
	    top:0%;
  	}
	.side_gb_nav .closebtn {
		position: absolute;
		top: 0;
		padding: 0px 18px;
		font-size: 25px;
		display: block;
		color: #ffffff;
	}
	.side_gb_nav #top_gb_menu {
		width: 100%;
	}

	.toggle-menu{
		display: block;
	}
	.nav ul li{
		
		display:block;
	}
	.nav ul li a{
		padding: 10px 0;
		display: block;
		color: #ffffff;
		border: none;
		
		background: none !important;
	}
	.nav ul li a:hover {color: #4c8afc;}
	.sf-arrows .sf-with-ul:after{
		right: 20px;
	}
	.nav ul li{
		border-top: 1px solid rgba(255,255,255,0.1);
	}
.nav ul li:last-child {border-bottom: 1px solid rgba(255,255,255,0.1);}
#sidebar {height: auto;margin-top:30px;}
}
@media (max-width:767px) {
.padd-img {width: 100%;margin-right: 0;}

.entry-content iframe {height:300px;}
}
@media (max-width:575px) {

}
@media (max-width:460px) {

.entry-content iframe {height:250px;}
}
@media (max-width:360px) {
.top_btn a {
display:block;margin:10px 0!important;
  }
.entry-content iframe {height:200px;}
}