* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Gilroy";
    font-weight: 700;
    src: url("/fonts/Gilroy-Black.ttf");
     font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    font-weight: 600;
    src: url("/fonts/Gilroy-Bold.ttf");
     font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    font-weight: 900;
    src: url("/fonts/Gilroy-Extrabold.ttf");
     font-display: swap;
}

body {
    background: #2f0d38;
    font-family: "Gilroy";
}

body .content p {
    margin: 0 0 15px 0;
}

body a {
    text-decoration: none;
}

body a:first-child {
    z-index: 101;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    position: relative;
}

.intro {
    position: relative;
    padding: 24px 0 69px 0;
    background: url("/img/bg.png") center / cover no-repeat;
}
.intro::before,
.intro::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
}
.intro::before {
    top: 0;
    background: linear-gradient(180deg, #2f0d38 0%, rgba(47, 13, 56, 0) 100%);
}
.intro::after {
    background: linear-gradient(180deg, #2f0d38 0%, rgba(47, 13, 56, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.intro nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}
.intro nav img {
    height: 63px;
    
}
.intro nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.intro nav ul li {
    margin: 0 23px 0 0;
    list-style: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;

    line-height: 20px;
    color: #b598c2;
    transition: 0.3s;
}
.intro nav ul li:hover {
    color: #ffffff;
}
.intro nav ul li a {
    text-decoration: none;
    color: inherit;
}
.intro .body {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 678px;
    padding: 62px 0 0 0;
    z-index: 3;
}
.intro .body h1 {
    margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 50px;
    color: #ffffff;
}
.intro .body h1 span {
    background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.intro .body p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #b598c2;
}
.intro .body a {
    margin: 30px 0 0 0;
    padding: 15px 45px;
    align-self: flex-start;
    text-decoration: none;
    background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
    border-radius: 10px;
    transition: 0.5s all;
}
.intro .body a:hover {
    background: #ffffff;
}
.intro .body a:hover span {
    color: #dd0bff;
}
.intro .body a span {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    transition: 0.5s all;
}
.burger {
    display: none;
}

.content {
    margin: 32px 0 0 0;
}
.content h2,
.content strong,
.content h3 {
    margin: 25px 0 15px 0;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    display: flex;
    color: #ffffff;
}
.content ul,
.content ol {
    margin: 0 0 15px 20px;
}
.content p,
.content ul li,
.content ol li {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #b598c2;
}

.content p {
    margin: 0 0 15px 0;
}
.container-error {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
}
.container-error h3 {
    margin: 0;
    color: #ffffff;
    font-size: 8em;
    line-height: 150%;
}
.container-error h4 {
    margin: 0;
    color: #dd0bff;
    font-size: 6em;
    line-height: 150%;
}

footer {
    margin: 32px 0;
}
footer .bor {
    border: 1px solid #7c3f8d;
    margin: 0 0 32px 0;
}
footer nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer nav img {
    height: 63px;
   width: 160px;
}
footer nav ul {
    display: flex;
    flex-wrap: wrap;
}
footer nav ul li {
    margin: 0 0 10px 38px;
    list-style: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #b598c2;
    transition: 0.3s;
}
footer nav ul li:hover {
    color: #ffffff;
}
footer nav ul li a {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1100px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 50px;
        max-width: 100%;
    }
    .burger {
        display: block;
        width: 30px;
        height: 20px;
        background: url("/img/burger.svg") center / cover no-repeat;
        z-index: 101;
    }
    .intro.active .burger {
        background-image: url("/img/close.svg");
    }
    .intro nav {
        position: static;
    }
    .intro nav ul {
        position: absolute;
        top: -350%;
        left: 0;
        display: flex;
        flex-direction: column;
        padding: 100px 50px 50px 50px;
        width: 100%;
        z-index: 8;
        background: #2f0d38;
        transition: 0.3s;
        z-index: 100;
    }
    .intro.active nav ul {
        top: 0;
    }
    .intro nav ul li {
        display: flex;
        justify-content: flex-start;
        margin: 10px 0 0 0;
    }
    .intro nav ul li a {
        padding: 20px;
        width: 100%;
    }
    .intro nav ul li:hover {
        background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
        border-radius: 4px;
        color: #ffffff;
    }
    .intro nav img {
        z-index: 101;
    }
    .border {
        margin: 0 0 30px 0;
        border: 1px solid #0771e4;
    }
    .container-error h4 {
        font-size: 3em;
    }
    .container-error h3 {
        font-size: 5em;
    }
    footer .container {
        padding: 0 20px;
    }
    footer nav ul {
        margin: 0 0 0 4px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer nav ul li {
        margin: 0 0 16px 0;
        width: 47%;
        font-size: 12px;
    }
    footer nav img {
        height: 43px;
    }
}

@media screen and (max-width: 425px) {
    .container {
        padding: 0 15px;
    }
    .intro {
        padding: 22px 0 32px 0;
        background-image: url("/img/mob.png");
    }
    .intro::before {
        height: 50px;
    }
    .intro::after {
        opacity: 0;
    }
    .intro nav img {
        height: 30px;
    }
    .burger {
        width: 22px;
        height: 15px;
    }
    .intro .body {
        padding: 39px 0 0 0;
        max-width: 100%;
    }
    .intro .body h1 {
        margin: 0 0 8px 0;
        font-size: 18px;
        line-height: 23px;
    }
    body .content p {
        margin: 0 0 8px 0;
    }
    .intro .body p {
        font-size: 12px;
        line-height: 15px;
    }
    .intro .body a {
        margin: 21.5px 0 0 0;
        padding: 12.5px 45px;
        border-radius: 10px;
    }
    .intro .body a span {
        font-size: 12px;
        line-height: 12px;
    }
    .intro nav ul {
        top: -2550%;
    }
    .intro nav ul {
        padding: 60px 15px 15px 15px;
    }
    .intro .border {
        margin: 0 0 10px 0;
    }
    .intro nav ul li {
        font-size: 12px;
        line-height: 15px;
    }
    .intro nav ul li a {
        padding: 8px 13px;
    }
    .content {
        margin: 17px 0 0 0;
    }
    .content h2,
    .content strong,
    .content h3 {
        margin: 15px 0 8px 0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
    }
    .content p,
    .content ul li,
    .content ol li {
        margin: 0 0 8px 0;
        font-size: 12px;
        line-height: 15px;
    }
    .content ul,
    .content ol {
        margin: 0 0 0 15px;
    }
    .container-error h3 {
        font-size: 2em;
    }
    .container-error h4 {
        font-size: 1em;
    }
    footer nav ul li {
        font-size: 10px;
        line-height: 15px;
    }
    footer {
        margin: 16px 0;
    }
    footer nav img {
        height: 30px;
        width:76px;
    }
    footer nav {
        align-items: flex-start;
    }
    footer nav ul {
        margin: 0 0 0 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.error-text {
    font-size: 6rem !important;
    line-height: 1.5 !important;
}
.error-code {
    font-size: 5rem !important;
}
.site-content-error {
    margin: 0 !important;
}
.text-prom {
    color: #fff;
    margin: 20px 0;
}
.but-prom {
    max-width: 215px;
    width: 100%;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #b10bff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}
.but-prom:hover {
    background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
}

@media screen and (max-width: 425px) {
    .text-prom,
    .but-prom {
        font-size: 12px;
    }
}

table {
    width: 80%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px auto;
    color: #b598c2;
}
table,
td,
th {
    border: 1px solid #595959;
}
td,
th {
    padding: 3px;
    width: 30px;
    height: 25px;
}
th {
    background-color: #7accee !important;
}

.faq__head {
    margin: 25px 0 15px 0;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    color: #ffffff;
}

.faq__content {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #b598c2;
}

.content ol li a {
    color: #b598c2;
}

.content ol li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 425px) {
    table {
        font-size: 12px;
    }
    .faq__head {
        margin: 15px 0 8px 0;
        font-size: 16px;
        line-height: 20px;
    }
    .faq__content {
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (max-width: 768px) {
    table {
        width: 100%;
    }
}

/*new style*/
.payment img {
    width: 100%;
    height:100%;
}
.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}
.social svg {
    fill: #b598c2;
    margin-right: 15px;
}
.social svg:hover {
    fill: #ffffff;
}
.contacts-items,
.contact-items-phone,
.contact-items-email {
    display: flex;
    align-items: center;
    color: #b598c2;
}
.contact-items-phone img,
.contact-items-email img {
    width: 28px;
    height:28px;
    margin-left: 28px;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .payment {
        display: none;
    }

    .contacts-items {
        flex-direction: column;
        font-size: 12px;
    }
    .contact-items-phone {
        margin-bottom: 20px;
    }
}

#promo-2 {
    color: #dd0bff;
    font-size: 20px;
}

.img-post {
    max-width: 1600px;
    width: 100%;
    border-radius: 20px;
    margin: 15px 0;
}

.text-prom {
    color: #fff;
    margin: 20px 0;
}
.but-prom {
    max-width: 215px;
    width: 100%;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #b10bff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}
.but-prom:hover {
    background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
}
@media screen and (max-width: 425px) {
    .text-prom,
    .but-prom {
        font-size: 12px;
    }
    .but-prom {
        width: 185px;
    }
}
.main-image {
    text-align: center;
    margin: 20px auto;
}
.main-image img {
    border-radius: 20px;
    width: 75%;
    max-width: 30%;
}

.img-micro {
    float: left;
    margin-right: 20px !important;
    margin-top: 25px !important;
}

.img-micro-right {
    float: right;
    margin-left: 20px !important;
    margin-top: 25px !important;
}
.img-micro img,
.img-micro-right img {
    width: 200px;
    border-radius: 7px;
}
.flag {
    width: 20px;
    height: 15px !important;
    position: relative;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .img-micro-right img,
    .img-micro img {
        width: 150px;
    }
}
/* dropdown */
.dropdown {
    position: relative;
}

.dropdown__header {
    cursor: pointer;
}

.dropdown__content {
    position: absolute;
    display: none;
}

.dropdown__content.active {
    display: block;
}

.button-text {
    padding: 15px 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
    border-radius: 10px;
    transition: 0.5s all;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    margin: auto;
    display: block;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .nodesk {
        display: none;
    }
}

.game-wrapper .iphone-game {
    position: absolute;
    top: 30%;
    right: 15%;
    width: 250px;
    /* height: 100%; */
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.game__title {
    margin: 20px 0 0 0;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: none;
    white-space: nowrap;
}

.game__title span {
    background: -webkit-linear-gradient(#ff2bea, #e31a56, #db00b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aboutUsContent {
    margin: 150px 0 0 0;
}

@media (max-width: 1280px) {
    .game-wrapper .iphone-game {
        right: 5%;
    }
}
@media (max-width: 1100px) {
    .game-wrapper .iphone-game {
        top: 103%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .game__title {
        display: block;
    }
    #firstContent {
        margin: 480px 0 0 0;
    }
}
@media (max-width: 450px) {
    #firstContent {
        margin: 510px 0 0 0;
    }
}
@media (max-width: 368px) {
    .game__title {
        font-size: 30px;
    }
}



       /*author*/

.author__info-mobile {
    display:none;
}
.author-profile-card {
    display:flex;
    margin-top:80px;
    margin-bottom:45px;
    padding:20px 55px 20px 25px;
    background-color:#41164E;
    border-radius:18px;

}
.author-profile-card  p {
    color:#FFFFFF !important;
}
.author-photo img {
    width:150px !important;
    height:150px;
    margin-right:30px;
}
.author-photo img {
    width:100%;
    border-radius:50%;
}
.author__info {
    width:75%;
}
.author-profile-card h2 {
    margin-top:0 !important;
}
@media screen and (max-width:600px) {
    .author__info-desktop {
        display:none;
    }
    .author__info-mobile {
    display:block;
    width: 70%;
}
.author-profile-card {
    flex-direction:column;
   padding: 15px;
}
.author-photo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.author-photo img {
    width:70px !important;
    margin-right:15px;
    height:70px;
}
.author__info {
    width:100%;
}
.body a {
    order:1;
}
.body h1 {
    order:2;
}
.body p {
    order:3;
}
.body .text-prom {
    order:4;
}
.intro .body {
    padding-top:20px;
}
}

.img-preview {
    max-width:200px;
    margin:10px auto !important;
}

.img-preview img {
    width:100%;
    height:100%;
    border-radius:20px;
}


/*casino*/
.showcase__wrapper {
	margin: 0 0 120px 0;
}
.showcase, .showcase__bonus {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;

}

.showcase__item, .showcase__item-bonus{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 35px;
	background:#41164E;
	padding: 10px;
	border-radius: 24px 0 0 24px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 24px 24px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: flex-end;
}
.showcase__item-right {
  justify-content: space-between !important;
}
.showcase__item p {
	height: 68px;
	margin: 0;
}
.showcase__item p img, .showcase__item-bonus p img {
	height: 100%;
	border-radius:9px;
}
.showcase__img {
	padding: 0 0 0 90px;
	position: relative;
}
.container {
    counter-reset: my-counter 0;
}
    
.showcase__img::before {
    counter-increment: my-counter;
    content: counter(my-counter) " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 9px;
    background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: calc(36vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title span, .showcase__title-bonus span  {
	text-align: left;
	display: block;
	/*margin: 0 0 10px 0;*/
	color: #fff;
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: calc(28vw / var(--resizer) * 100);
}
.showcase__title .showcase__rating {
	display: flex;
	min-width: 145px;
}
.showcase__title .showcase__rating-item {
	max-width: 25px;
	max-height: 25px;
}
.showcase__title .showcase__rating-item p {
	height: 25px;
}
.showcase__rating, .showcase__rating-bonus  {
	display:flex;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn, .showcase__btn-bonus  {
	padding: 23px 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 10px;
    background: linear-gradient(180deg, #b10bff 0%, #dd0bff 100%);
}

.showcase__link {
	display: flex;
	width: 100%;
	text-decoration: none;
}
.showcase__link:hover .showcase__btn, .showcase__link:hover .showcase__btn-bonus{
	background:#fff;
	color:#b10bff;
}
.showcase__img p {
    margin:0 !important;
}
@media screen and (max-width:768px) {
	.showcase__link {
		flex-wrap: wrap;
	}
	.showcase__title {
	    display:none;
	}
.showcase__item  {
	  border-radius: 12px 12px 0 0;
	}
	.showcase__item:nth-child(2n) {
    border-radius: 0 0 12px 12px;
}
}
@media screen and (max-width:768px) {
    .showcase__btn {
       font-size: 12px;
       line-height: 19.2px;
    }
    .showcase__img::before {
         font-size: 12px;
         width:30px;
         height:68px;
    }
    .showcase__img {
          padding: 0 0 0 50px;
    }
}

/*casinos bonus*/
.showcase__item-bonus {
    width:40%;
}
.showcase__item-bonus-descr {
    width:25%;
}
.showcase__item-bonus .showcase__img img {
    width:224px;
}
.showcase__bonus a {
        justify-content: space-between;
}
        .showcase__title-bonus {
            row-gap: 10px;
        }

        .showcase__item-bonus-descr {
            flex-direction: column;
            row-gap: 10px;
            justify-content: center;
        }
        .showcase__title-bonus {
          justify-content: center;
        }
        .showcase__item-bonus {
            border-radius: 0;
        }

        .showcase__item-bonus:first-child {
            border-radius: 24px 0 0 24px;
        }

        .showcase__item-bonus:last-child {
            border-radius: 0 24px 24px 0;
        }

        .bonus__numbers {
            color: #fff;
            font-size: 15px;
            font-weight: 700;
        }

        .bonus__descr {
            color: #b598c2;
            font-size: 12px;
        }

        .showcase__item-promo {
            justify-content: center;
        }

        .showcase__item-promo p {
            color: #25CA57;
            background: #1A9A4047;
            padding: 15px 15px;
            border: 1px dotted #25CA57;
            margin: 0 !important;
            border-radius: 11px;
        }
      
         .showcase__rating-bonus-desktop {
            display:flex;
        }
          .showcase__rating-bonus-desktop img {
            width:15px;
        }
        .showcase__title-bonus {
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        }
        .showcase__item-bonus-right {
          justify-content: space-between;
          width: 70%;
        }

        @media screen and (max-width:1100px) {
            .showcase__bonus {
                flex-wrap: wrap;
            }

            .showcase__item-bonus:first-child {
                border-radius: 12px 12px 0 0;
            }

            .showcase__item-bonus:last-child {
                border-radius: 0 0 12px 12px;
            }

            .showcase__item-promo p {
                width: 100%;
            }

            .showcase__title-bonus {
                display: none;
            }

            .showcase__item-bonus-right {
                justify-content: space-between;
            }

            .showcase__bonus a {
                flex-direction: column;
            }
             .showcase__rating-bonus {
            display:flex;
        }
         .showcase__rating-bonus-desktop {
            display:none;
        }
        .showcase__item-bonus {
    width: 100%;
}
        }