/*!
Theme Name: start
Text Domain: start
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	height:100%
}

/* Sections
	 ========================================================================== */



/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	height:100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body {
	color: rgba(0,0,0,0.8);
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin:0;
	padding:0;
	background: #f7f7f7;
 
}
#page {width:100%;margin:0 auto;background: #fff;}
@media (min-width:576px) {
#page {max-width:540px;}
}
@media (min-width:768px) {
#page {max-width:730px;}
}
@media (min-width:992px) {
#page {max-width:960px;}
}
@media (min-width:1200px) {
#page {max-width:1160px;}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 15px;
	color:#000;
	font-weight:700;
}
h1 {font-size:26px;}
h2 {font-size:23px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:17px;}
h6 {font-size:16px;}
p {
	margin: 0 0 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 15px;
	padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}



dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

#page table {
	max-width:100%;
	margin: 0 0 15px;
	width: 100%;
	
	border-collapse: collapse;
	border:1px solid rgba(0,0,0,0.1);
}
#page table td, #page table th {padding:10px 15px;border:1px solid rgba(0,0,0,0.1);}
#page table.mirrors-table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0 1rem;
  border: none;
  margin: 0;
}
#page table.mirrors-table td, #page table.mirrors-table th {
  border:none;
}
@media screen and (max-width: 767px) {
    .tpro {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .tpro table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
	 .mirrors-section .tpro {
        width: 100%;
        overflow: auto!important;
        border:0;
        
        box-sizing: border-box;
        margin: 0;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #2ecc71;
	text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #d5b577;
	 border-radius:5px;
	background:none;
	text-transform:uppercase;
	font-weight:700;
	cursor:pointer;
 
    color: #fff;
	padding: 8px 20px;
}
.search-form input[type="submit"] {display:none;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {

}
#comments input[type="submit"] {color:#fff;font-size:15px;padding:10px 20px;text-transform:none;border:none;background:#073cff;border-radius:5px;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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;
	border: 1px solid rgba(0,0,0,0.1);
	width: 75%; 
	padding: 10px;
}

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,

input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
	color: #111;
	border: 1px solid rgba(0,0,0,0.1);
	outline:0;
	box-shadow:none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.search-form input, .search-form label, .search-form {max-width:100%;width:100%!important;display:block;}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/



/* Navigation
--------------------------------------------- */

/* Small menu */
.menu-toggle {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 80px;
	padding:0;
	border:none;
	color:#fff;
	font-size:23px;
}

/* Move the button down if the admin bar is visible.*/
.admin-bar .menu-toggle {
	top: 80px;
}

.menu-toggle:hover, .menu-toggle:active,.menu-toggle:focus {
	border: none;outline:0;box-shadow:none;color:#fff;
}

.main-navigation.toggled {
	float: none;
}

.main-navigation .menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 10px 0;
	background: transparent;
	transition: 0.5s ease-in;
	line-height: initial;
}

.main-navigation.toggled .menu {
	display: block;
}

.main-navigation.toggled ul ul {
	position: absolute;
	left: 0;
	list-style: none;
	background: #fff;
	float: left;
	z-index: 99999;
	padding: 0;
	width: calc( 100% - 34px );
	margin-left: 1px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
}

.main-navigation.toggled ul ul ul {
	max-width: 50%;
}

.main-navigation.toggled ul li:hover > ul,
.main-navigation.toggled ul li.focus > ul {
	left: auto;
	opacity: 1;
	visibility: visible;
}

.main-navigation {text-align:right;} 
.main-navigation a {
	display: block;
	
	color: #999;

	text-decoration: none;
	font-weight:700;
	
}



.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color: #fff;
}


/* Wide menu */
@media screen and (min-width: 992px) {

	.main-navigation .menu {
		display: block;
	}



	.main-navigation li {
		position: relative;
		display: inline-block;
		margin-left: 30px;
	}




}

@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

/* Post Navigation */

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.post-navigation {
	padding: 2em 0 3em 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

.post-navigation a {
	color: #2f2f2f;
	text-decoration: none;
	font-weight: 700;
	padding: 5px;
    border: 1px solid #000;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color:#000;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.type-page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.page-links {
	clear: both;
	
}
blockquote {margin:0 0 15px;color:#000;font-size:17px;font-style:italic;border-left:4px solid #8012a6;padding:0 0 0 15px;}
/* Comments
--------------------------------------------- */
#comments label {font-size:14px;opacity:0.7;padding-bottom:5px;display:block;}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding:6px 0 0;font-size:14px;font-style:italic;opacity:0.8;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


img {
	max-width: 100%;
	max-height: 100%;
}

 

.aribg {
        border: 1px solid #e0e0e0; 
    padding: 20px;
}
.row:after {
    clear: both;
}
.row:after, .row:before {
    display: table;
    content: " ";
}


.site-header {background:#000;}
.mainNavbar {padding:15px 20px 15px;position:relative; display: flex;
 justify-content: space-between;
 align-items: center;}
.mainNavbar img {width:180px;display:block;}
.mainNavbar:after {
    clear: both;
	display: table;
    content: " ";
}
.bannerBox {padding:30px 30px 0;background:rgba(0,0,0,0.7) url(/wp-content/uploads/2025/07/2.webp) no-repeat center center;height:250px;background-size:cover;position:relative;}
.bannert {color:#fff;font-weight:700;font-size:25px;}
.bannerp {position:relative;z-index:9;color:#fff;font-weight:700;}
.bannerBox span.secondary-link {display:block;margin:15px 0 30px;max-width:200px;}
.bannerBox span.primary-link {display:none;margin:15px auto;max-width:250px;}
.footer_pd span.secondary-link {padding:10px 20px;} 
.footer_pd {display:none;position:fixed;bottom:0;left:0;width:100%;padding:15px;text-align:center;background: linear-gradient(to left, #0a1335 0%,#35007f 100%);}
.footer_pd img {width:200px;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.bannerp span { 
position:relative;
margin-right:22px;
cursor:pointer;
color: #ffcc00;
display:inline-block;
}

.bannerp span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/start/images/copy.svg);
    mask: url(/wp-content/themes/start/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffcc00;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:767px) {
.bannerBox {text-align:center;height:auto;padding:30px 15px;}
.bannerBox span.secondary-link {margin:15px auto;max-width:250px;}
.bannerBox span.primary-link {display:block;}
.home .main-navigation, .home .top-link {display:none;}
.footer_pd {display: flex;
 justify-content: space-between;
 align-items: center;} 
.bannert {font-size:21px;}
}
@media (max-width:400px) {
.footer_pd img {width:150px;}
}
@media (max-width:350px) {
.footer_pd img {width:120px;}
}
@media (max-width:320px) {
.footer_pd img {display:none;}
.footer_pd {display:block;}
.footer_pd span.secondary-link {padding:10px;display:block;} 
}
.breadcrumb {
background:#1f1f1f;
padding:15px;
font-size:14px;
}
.breadcrumb a {color:#999;}
.breadcrumb a:hover {color:#fff;}
.breadcrumb ol {
	list-style: none;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb .breadcrumb-item a {
	padding: 0 6px;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.2rem;
	content: "/";
}


.contentBox {
	width: 67%;
	padding-left:20px;
	
	padding-top:20px;
	padding-right:20px;
	float:left;
	padding-bottom:15px;
}

.slots_page .contentBox {
	width: 100%;
}


.error-404 {
	margin: 0 auto;
	text-align: center;
	padding:100px 0;
}

.comments-area {
	margin-top: 30px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
	list-style:none;
}
ol.children {list-style:none;padding-left:30px;}
.comment {
	margin-bottom: 20px;
	width: 100%; 
}

.comments-title, .comment-reply-title {font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;}
.comment-reply-title {margin:0 0 5px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {opacity:0.7;font-size:13px;}
.comment-content {padding-bottom:20px;}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#secondary {
	width: 33%;
	padding: 20px;
	display:block;
	position:relative;
	float: left;
	overflow:hidden;
	
	
}
.sidebar {background:#f7f7f7;padding:15px}

.sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .widget ul li {border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:10px;margin-bottom:10px;}
.sidebar .widget ul li a {font-size:15px;font-weight:600;display:block;line-height:1.3;}

.widget-title {
	
	font-weight:700;
margin-bottom:10px;
    color:#000;
	font-size:20px;
    position: relative;

	
}

.entry-header h1 {font-size:22px;line-height:1.2;}
.imgArea {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.imgArea img {width:100%;}
.article-posts {padding-bottom:15px;}
.article-posts .entry-title a {font-weight:700;display:block;line-height:1.3;font-size:17px;margin-bottom:10px;}
ul.pagination {
	text-align: center;
	list-style: none;
}

.pagination-wrap {
	margin: 0 0 15px;
}



.pagination a,
.pagination .current {
	display: inline-block;
font-weight:700;

color:#000;
margin-right:10px;
	text-decoration: none;
}

ul.pagination li {
	display: inline-block;
	
}

ul.pagination li.active a,
.pagination .current {
	color: #2ecc71;
	
}

.pagination a:hover {
	color: #2ecc71;
}

/* footer */
.site-footer {
	padding: 20px;
	background: #000;
	
}



.mainFooter {
	text-align:center;
	width: 100%;

}


.site-footer .widget ul {
	list-style: none;
	width: 100%;
	
	margin: 0;
	padding: 0;
}
.site-footer .widget ul li {display:inline-block;margin:5px 12px;}
.site-footer .widget ul li a {color: #999;font-weight:700;}
.site-footer .widget ul li a:hover {color:#fff;}
.site-info {font-size:13px;text-align:center;}
.site-info ul {margin:10px 0 0;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px;}
.site-info ul li a:hover {color:#fff;}

.site-info p {margin:5px 0 0;color:rgba(255,255,255,0.7);}
span.primary-link {font-weight: 700;color:#fff;background: #a000db;
padding: 10px 30px;border-radius:5px;}

span.secondary-link {text-align: center;
font-weight: 700;
padding: 10px 30px;
border-radius:5px;
background: #96db00;

color: #000;}

.top-link {}
.top-link span.primary-link, .bottom-link span.primary-link {margin-right:10px;}
.bottom-link {padding:10px 0 30px;}
.brand-images img {max-height:35px;margin:10px 15px;filter: grayscale(100%) opacity(50%);}
.brand-images {padding:15px 0;}
.sidebar-link {text-align:center;padding:0;}
.sidebar-link span {display:block;}
.sidebar-link span.primary-link {margin-bottom:15px;}
.section {padding-left:20px;padding-right:20px;}
.box_game {background:#000;margin-bottom:30px;position:relative;text-align:center;}

.box_game img {display:block;width:100%;}
.box_btns {display:none;position:absolute;width:100%;left:0;top:20%;}
.game_btn span.secondary-link {padding:8px;display:block;margin:10px auto;max-width:170px;}
a.g1 {font-weight:700;font-size:14px;text-transform:uppercase;color:#fff;}
.about {padding-bottom:40px;}

.box_game:hover .box_btns {display:block;}
.box_game span {color:#fff;}
.box_game span.go-ref {color:#000;}
.box_game:hover img {opacity:0.2;}
.games .col-4 p {margin:0 0 20px;min-height:160px;background-color: #212425;
background-image: linear-gradient(45deg,#1c1f20 25%,transparent 25%,transparent 75%,#1c1f20 75%,#1c1f20),linear-gradient(-45deg,#1c1f20 25%,transparent 25%,transparent 75%,#1c1f20 75%,#1c1f20);
background-size: 60px 60px;overflow: hidden;
padding: 15px;
border: 1px solid #000;
}

.games .col-4 p strong {display:block;}
.service_box img {width:100%;display:block;}
.service_box {position:relative;margin-bottom:17px;}
.news_title {padding:15px;position:absolute;bottom:0px;}
.news_title a {display:block;font-weight:700;line-height:1.3;text-shadow: 2px 2px 2px #000;color:#fff;}
.big .news_title a {font-size:20px;}
.home h2, .home h1, .home .h2 {font-size:20px;font-weight:700;color:#000;margin:0 0 15px;}
.home h3 {font-size:16px;}
.section-link {text-align:center;padding:10px 0 15px;}
.bonus .col-4 p {position:relative;padding-left:15px;}
.bonus .col-4 p:before {content:"";position:absolute;left:0;height:40px;width:4px;top:5px;background:#d4b37a;}
.signup .col-4 p {position:relative;padding-left:15px;}
.signup .col-4 p:before {content:"";position:absolute;left:0;height:40px;width:4px;top:5px;background:#d4b37a;}
.point .col-6 p {position:relative;padding-left:18px;}
.point .col-6 p:before {content:"";position:absolute;left:0;height:8px;width:8px;top:8px;background:#d4b37a;}
.deposit .col-3 p {position:relative;padding-left:18px;}
.deposit .col-3 p:before {content:"";position:absolute;left:0;height:8px;width:8px;top:8px;background:#d4b37a;}
.support .col-4 p {position:relative;padding-left:18px;}
.support .col-4 p:before {content:"";position:absolute;left:0;height:8px;width:8px;top:8px;background:#d4b37a;}
.license {padding-bottom:15px;}
.games {padding-top:30px;}
.page-title {font-weight:700;font-size:20px;color:#fff;margin:0 0 15px;}
.category-dev ul {list-style:none;margin:0;}
.category-dev ul li {display:inline-block;margin-right:15px;margin-bottom:20px;}
.category-dev ul li a {padding:9px 20px;font-size:15px;font-weight:700;border-radius:5px;color:#fff;background:#073cff;}

.slot-single-btn {text-align:center;padding:20px 0;}
.entry-content iframe {width:100%;height:450px;border:none;padding:0;}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/*responsive code*/
@media (min-width: 992px) {

  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:1199px) {
.top-link {left: 27%;}
.entry-content iframe {height:350px;}
.box_btns {top:10%;}
}
@media (max-width:991px) {
.mainNavbar {display:block;text-align:center;}
.box_btns {top:25%;}


.slots_page .contentBox .col-3, .games .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.contentBox {width: 100%;}
#secondary {width: 100%;}
.mainNavbar img {margin:0 auto;}
.top-link {position: static;text-align:center;padding:25px 0 15px;}
.main-navigation {text-align: left;}
.main-navigation .menu {background:rgba(255,255,255,0.1);padding:15px;}
.main-navigation li {display: block;border-bottom:1px solid rgba(255,255,255,0.07);padding-bottom:10px;margin-bottom:10px;}
.main-navigation li:last-child {padding-bottom:0;margin-bottom:0;border:none;}
}
@media (max-width:767px) {
.brand-images img {
  max-height: 30px;
  margin: 8px;
 
}
.box_btns {top:15%;}
.entry-content iframe {height:300px;}
.imgArea {width: 100%;margin-right: 0;}
.entry-header h1 {font-size: 22px;line-height: 1.3;}
.mainNavbar {padding: 15px 15px;}
.menu-toggle {right: 15px;}
.contentBox {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#secondary {padding: 15px;}
.site-footer {padding: 20px 15px;}
.article-posts {
    padding-bottom: 30px;
}
}
@media (max-width:500px) {
.entry-content iframe {height:250px;}
}
@media (max-width:500px) {
.slots_page .contentBox .col-3, .games .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.box_btns {top:25%;}
}

@media (max-width:400px) {
.top-link span, .bottom-link span {display:block;margin:0 auto;max-width:180px;}
.top-link span.primary-link, .bottom-link span.primary-link {margin:0 auto 15px;}
}
@media (max-width:360px) {
.entry-content iframe {height:200px;}
.box_btns {top:20%;}
}


.section {
    /*background-color: #fff;*/
    /*border-radius: .75rem;*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);*/
    /*padding: 1.5rem;*/
    margin-bottom: 30px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
	color:#000;
	text-transform: uppercase;
	margin:0 0 15px;
}
.cf-section .section-title {color:#fff;}
.btn {
   border-radius:5px;
    padding: 7px 15px;
   
}

.btn-secondary {
    border: 1px solid #d1d5db;
    background-color: #fff;
    color: #0067ff
}

.btn-secondary:hover {
    background-color: #f9fafb
}

button.btn-primary {
    background-color: #96db00;
    color: #000; border:none;font-weight:700;
}


.btn-sm {
    padding: .25rem .75rem;
    font-size: .75rem
}

.btn-rounded {
    color: #000000;
   background:#96db00;
   border:none;
}
.go-ref {
  cursor: pointer;
}

.mirrors-section {
  background: #16232d;
  border-radius:12px;
  padding:30px 30px 20px;
  

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.accent, .tab-item:hover:not(.active) {
  color: #fc14c9;
}

.mirrors-subtitle {color:#fff;}

.mirror-row {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius:8px;
  transition:all 0.3s ease;
}
.mirror-cell {
  padding:1.5rem;
  vertical-align: middle;
}
.mirror-icon {
  width: 40px;
  height: 40px;
  transition:transform 0.3s ease;
}
.mirror-name {
  font-weight: 700;
  color: #fff;
 
}
.mirror-feature {
  color: #eee;
  line-height: 1.5;
  position: relative;
  padding-left: 1.25rem;
}
.primary .mirror-feature::before {
  color: #fc14c9;
}
.mirror-feature::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  line-height: 1;
}
.secondary .mirror-feature::before {
  color: #96db00;
}
.accent .mirror-feature::before {
  color: #00fff0;
}
a.mirror-btn {
  background:#fc14c9;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding:0.75rem 1.5rem;
  border-radius:6px;
  border:none;
  cursor: pointer;
  transition:all 0.3s ease;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}
.primary .mirror-btn {
  background:#fc14c9;
}
.secondary .mirror-btn {
  background:#96db00;color:#000;
}
.accent .mirror-btn {
  background:#00fff0;color:#000;
}
.nav-tabs {
  margin-bottom: 20px;
}
.tabs-container {
    display: flex;
    gap: 2rem;
   border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.tab-item {
    padding-bottom: .75rem;
    color: #6b7280
}

.tab-item.active {
    color: #fc14c9;
    border-bottom: 2px solid #fc14c9;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
}

@media (max-width: 1024px) {


    .mirror-cell {
        padding: 1rem
    }
}
@media (max-width: 767px) {


.mirrors-section {padding:15px 15px 5px;}

    .nav-tabs {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .tabs-container {
        gap: 1rem
    }

    .mirrors-table {
        display: block
    }

    .mirror-row {
        display: grid;
        grid-template-columns:60px 1fr;
        grid-template-rows:auto auto auto auto;
        gap: .5rem;
        padding: 1rem;
        margin-bottom: 1.5rem
    }

    .mirror-cell {
        display: block;
        padding: .5rem
    }

    .mirror-cell:first-child {
        grid-row: 1/span 4;
        align-self: center
    }

    .mirror-cell:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        font-weight: 700
    }

    .mirror-cell:nth-child(3), .mirror-cell:nth-child(4), .mirror-cell:nth-child(5) {
        grid-column: 2
    }

    .mirror-cell:nth-child(6) {
        grid-column: 1/span 2;
        grid-row: 5;
        text-align: center;
        margin-top: 1rem
    }

    .mirror-btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
	.mirror-feature::before {
  
  left: -5px;
  
}
}

@media (max-width: 480px) {



    .mirror-icon {
        width: 32px;
        height: 32px
    }

    .mirror-name {
        font-size: 16px
    }

    .mirror-feature {
        font-size: 14px
    }


}

.games-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1rem
}

@media (min-width: 640px) {
    .games-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 768px) {
    .games-grid {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 1024px) {
    .games-grid {
        grid-template-columns:repeat(5, 1fr)
    }
}
.game-card {
    overflow: hidden
}
.game-card, .game-image-container {
  position: relative;
  border-radius: .5rem;
}
.game-image-container {
    padding-top: 150%;
    overflow: hidden
}

.game-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s
}
.game-image {
  background-size: cover;
  background-position: center;
}
.game-overlay {
    opacity: 0;
    transition: opacity .3s;
    position: absolute
}

.game-overlay {
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center
}

.game-card:hover .game-overlay {
    opacity: 1
}

.game-card:hover .game-image {
    transform: scale(1.05)
}

.new-badge {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-color: #fc14c9;
    color: #fff;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: 9999px;
    z-index: 2
}

.mirror-feature {
    position: relative
}

.game-info {
    padding: .5rem
}

.game-title {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-players {
    margin-bottom: 0;
    color: #6b7280;
    font-size: .75rem
}

.cf-section {background: #16232d url(/wp-content/uploads/2025/07/945_370_-3-_2.jpg) no-repeat right center; background-size:cover;
  border-radius: 12px;
  padding: 30px 30px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  color: #fff;
}
.wpcf7 input {
  width: 50%;
  border: none;
  border-radius: 6px;
  margin: 0 0 5px;
 background: rgba(255,255,255,0.04);
  outline: none;
  height: 50px;
  padding: 0 15px;
  font: inherit;
}
.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 input:active {background: rgba(255,255,255,0.04);}
.wpcf7 input[type="submit"] {
  margin-bottom: 5px;
  margin-top: 5px;
  border: none;
  text-transform: uppercase;
  background: #fc14c9;
  color: #fff;
  width: auto;border-radius:6px;
  padding: 9px 30px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}
.wpcf7 textarea {
  width: 50%;
  height: 100px;
  background: rgba(255,255,255,0.04);
  border: none;
  border-radius: 6px;
  color: #fff;
  outline: none;
  padding: 15px;
  overflow: auto;font: inherit;
}
@media (max-width:991px) {
.cf-section {background-image:none;padding:15px 15px 1px;}
.wpcf7 input, .wpcf7 textarea {width: 100%;}
}