@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu-button path, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Outfit', Arial, sans-serif;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    overflow-x: hidden;
    background: #fff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.active {
    overflow: hidden;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
    margin: auto;
}

.header {
    z-index: 1000;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    left: 0;
    top: 0;
}

.main {
    margin: auto;
}

.content {
    max-width: 1470px;
    padding: 50px 30px;
    overflow: hidden;
    margin: auto;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 10;
    display: block;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 45px;
    line-height: 50px;
    text-transform: none;
    color: #fff;
    margin-bottom: 0;
    font-weight: 900;
}

h2, .title.high {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    color: #c32323;
}

h3, .title.middle {
    font-size: 35px;
    line-height: 40px;
    text-transform: none;
}

h4, .title.small {
    font-size: 22px;
    line-height: 25px;
}

.logo img {
    display: block;
    margin: auto;
}


.button {
    min-width: 210px;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12.5px 20px;
}

.button:not(.prime__button):hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -25px;
}

.list > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 120px) / 4);
    margin-left: 30px;
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.list a {
    display: block;
    overflow: hidden;
}

.list img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    width: 100%;
    height: 100%;
}

.list a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */

.header__content.content {
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header__logo img {
    max-height: 50px;
}




/* cover */


.content.cover__content {
    padding: 125px 30px 75px;
    overflow: visible;
    text-align: center;
}

.page-home .cover__content.content {
    padding-top: 175px;
}

.cover__button.button {
    margin-top: 25px;
}

.cover__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}



/* casino */

.casino__wrapper {
    background: #e6e6e6;
}

.casino__article {
    background: #fff;
    padding: 25px 30px;
    margin-top: 50px;
}




/* article  */


.page-slot .article__wrapper {
    background: #e6e6e6;
}

.article {
    text-align: center;
}

article > * + *, .article > * + * {
    margin-top: 25px;
}

article * + h2, article * + h3, article * + h4, article * + h2, article * + h3, article * + h4 {
    margin-top: 50px;
}

article li, .article li {
    padding-left: 30px;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article .bonus__list li:before {
    content: none;
}

.article ul li:before, article ul li:before {
    content: url(../images/marker.png);
    position: absolute;
    line-height: inherit;
    left: 0;
    top: -1px;
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-weight: 400;
    line-height: inherit;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}



/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 25px;
    z-index: 100;
    text-align: center;
}

.breadcrumbs a {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 300;
}

.breadcrumbs span {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumbs li:after {
    content: "|";
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 25px 0 21px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs a span {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumbs a:hover span {
    text-decoration: underline;
}

.breadcrumbs li:last-child a:hover span {
    text-decoration: none;
}


/* footer */

.footer {
    background-color: #c32323;
    color: #fff;
    text-align: center;
}

.content.footer__content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    max-width: 730px;
    margin: 0 auto;
}

.footer__menu a {
    display: block;
    padding: 0 15px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}

.footer__menu a:hover {
    text-decoration: underline;
}

.footer__copyright {
    opacity: 0.5;
    margin-top: 25px;
}

.footer__article {
    opacity: 0.75;
    margin-bottom: 50px;
}



/* prime */

.prime__content.content {
    max-width: 1050px;
    overflow: visible;
}

.prime__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    overflow: hidden;
    -webkit-box-shadow: 0 50px 30px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 50px 30px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 50px 30px 20px rgba(0, 0, 0, 0.05);
}

.prime__image > div {
    padding-top: 56.25%;
}

.prime__button.button {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 100;
    padding-left: 35px;
    cursor: pointer;
}

.prime__button::before {
    content: url(../images/play.svg);
    position: absolute;
    left: 30px;
    top: 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prime__button:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.page-slot iframe {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-slot .iframe-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-slot .iframe-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.iframe-img.hidden,
.prime__image-button.hidden {
    display: none;
}

.page-slot iframe.visible {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slot-details-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10000;
}

.slot-details-icon {
    font-size: 21px;
    text-align: center;
}

.slot-details-icon i {
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

[class*=' fa-']:before,
[class^='fa-']:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.fa-resize-full:before {
    background-image: url(../images/full-screen.svg);
}

.prime__image.full-screen-iframe i.fa-resize-full:before {
    background-image: url(../images/exit-full-screen.svg);
}

[class*=' fa-']:hover:before,
[class^='fa-']:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.prime__image.full-screen-iframe {
    position: fixed;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 100vw;
    top: 0;
    z-index: 10000;
    overflow: hidden;
    border: none;
}

.prime__image.full-screen-iframe > div {
    height: 100vh;
    position: relative;
}




/* error */

.content.error__content {
    text-align: center;
}

.page-404 {
    min-height: -webkit-calc(100vh - 300px - 400px);
    min-height: -moz-calc(100vh - 300px - 400px);
    min-height: calc(100vh - 300px - 400px);
}



/* subscribe */

.subscribe {
    display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	position: fixed;
	z-index: -999;
	width: 0;
	height: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	opacity: 0;
	padding: 50px 0;
	left: 0;
	top: 0;
	visibility: hidden;
	/* -webkit-transition: opacity .5s 0s,visibility 0s .5s;
	-o-transition: opacity .5s 0s,visibility 0s .5s;
	-moz-transition: opacity .5s 0s,visibility 0s .5s;
	transition: opacity .5s 0s,visibility 0s .5s; */
}


.subscribe.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
	opacity: 1;
	overflow-y: auto;
	width: 100vw;
	height: 100%;
	z-index: 11000;
	visibility: visible;
	/* -webkit-transition: opacity .5s 0s,visibility 0s 0s;
	-o-transition: opacity .5s 0s,visibility 0s 0s;
	-moz-transition: opacity .5s 0s,visibility 0s 0s;
	transition: opacity .5s 0s,visibility 0s 0s; */
    background: rgba(255, 255, 255, 0.75);
    padding: 50px 15px 50px;
}

.subscribe__content {
    margin: auto;
	position: relative;
	background: #c32323;
	width: 100%;
    z-index: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    max-width: 510px;
    overflow: visible;
    -webkit-box-shadow: 0 20px 20px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 20px 20px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 20px 15px rgba(0, 0, 0, 0.15);
}

.subscribe__content.content {
    padding-bottom: 25px;
}

.subscribe__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
            align-items: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.subscribe__close:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.subscribe__close rect {
    fill: #fff;
}

.title.subscribe__title {
    color: #fff;
    margin-bottom: 25px;
}

.subscribe__input {
    background: #c32323;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin: auto;
    padding: 12.5px 20px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: inset 0 10px 7px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 10px 7px 4px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 10px 7px 4px rgba(0, 0, 0, 0.07);
}

.subscribe__field:before {
    content: '';
    position: absolute;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 1.5px;
    bottom: 1px;
    background: #fff;
    z-index: 100;
}

.subscribe__field {
    margin-bottom: 25px;
}

.subscribe__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.subscribe__input::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

.subscribe__input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.subscribe__input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.subscribe__input:-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

.subscribe__input::placeholder {
    color: #fff;
    opacity: 0.5;
}

.button.subscribe__button {
    text-align: center;
}

.subscribe__button .button {
    border: none;
}

.subscribe__message {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.subscribe__message:before {
    content: url(../images/subscribe.png);
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-right: 5px;
}



/* var */
.subscribe__input {
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .subscribe__input.error {
    border-color: rgb(255, 0, 0);
  }
  
  .subscribe__message {
    display: none;
  }
  .subscribe__message.active {
    display: block;
    margin-bottom: 20px;
  }
  
  .subscribe__button .button.loading {
    pointer-events: none;
    background: rgba(255,255,255,1) url('../images/loading.gif') no-repeat center center / 30px 30px;
    color: rgba(0,0,0,0);
    transition: none;
  }
  .subscribe__button .button.completed {
    display: none;
    pointer-events: none;
  }
  

