/*!
Theme Name: default-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: default-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

default-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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.
*/


.container-img {
  padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.container-flex {
	display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-advantages {    
    display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-5 {
    position: relative;
    width: 100%;
}

.element-item {
display: inline-block;
	width: 270px;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	vertical-align: top;
}

.element-item img {
	max-width: 100%;
	margin: 0;
	transition: all 0.3s;
  position: relative;
  z-index: 1;
	border-radius: 10px;
}

.element-item:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.text-overlay {
position: absolute;
margin: -65px 10px;
padding: 5px 30px;
z-index: 2;
color: white;
border-radius: 10px;
font-size: 24px;
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
transition: all 0.3s;
background-color: rgb(236 14 27 / 80%);
        }

.element-item:hover .text-overlay {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

/*Бонусная страница*/
.benifest__wrap:has(.starz-tips-bonus-box) {
	background-image: linear-gradient(90.87deg, #420531 30.19%, #0B041B 102.14%);
	border: 1px solid rgb(0 0 0 / 60%);
	padding: 36px 28px;
	border-radius: 12px;
	transition: all 0.3s;
}

.starz-tips-bonus-box {
		color: #fff;
}

.benifest__wrap:has(.starz-tips-bonus-box) button {
		color: #fff!important;
}

.benifest__wrap:has(.starz-tips-bonus-box):hover {
	transform: scale(1.01);
border: 1px solid rgb(236 14 27 / 40%);
}

@media (max-width: 890px) {
	.benifest__item:has(.starz-tips-bonus-box) {
    grid-template-columns: 1fr!important;
}
}

.benifest__item:has(.starz-tips-bonus-box) {
    grid-template-columns: 1fr 1.65fr;
}

.benifest__wrap:has(.starz-tips-bonus-box) img {
    border-radius: 50%;
	box-shadow: 0 0 50px #0B041B;
}

/*Бонусы на главной*/
.starz-tips-main-bonus-box {
  display: flex;
  overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
  gap: 10px;
  margin-top: 36px;
	margin-bottom: 40px;
}

.starz-tips-bonus-product {
 width: calc(25% - 10px);
  min-height: 8.8rem;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1025px) {
    .starz-tips-bonus-product {
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 725px) {
    .starz-tips-bonus-product {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 520px) {
    .starz-tips-bonus-product {
        width: 100%;
    }
}

.starz-tips-bonus-product-link {
  display: flex;
align-items: flex-end;
  justify-content: space-between;
    height: 6.15rem;
    width: 100%;
  background-image: linear-gradient(90.87deg, #420531 30.19%, #0B041B 102.14%);
  border-radius: 10px;
  border: 1px solid rgb(236 14 27 / 40%);
  text-decoration: none!important;
   }

.starz-tips-product-title {
 margin-bottom: .625rem;
  margin-left: .625rem;
  font-size: 1.15rem;
    line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
    overflow: hidden;
  color: #EC0E1B;
  transition: transform .3s;
}

.tegypt {
margin-right: .625rem;
}

.starz-tips-product-img {
  transition: transform .3s;
  min-height: 8.5rem;
    min-width: 7.5rem;
  position: relative; 
    overflow: visible;
}

.starz-tips-product-img img {
  width: 100px;
  position: absolute;
}

.starz-tips-bonus-product-link:hover .starz-tips-product-img {
  transform: translateY(-.625rem);
}

.starz-tips-bonus-product-link:hover .starz-tips-product-title {
  transform: translateY(-.125rem);
}


/*Блок с промокодом*/
.text-promo-box {
	display: flex;
	flex-direction: column;
}

.starz-tips-promo-code-box {
  background: #fff;
  border-radius: 12px;
  display: flex;
  gap: 30px;
  padding: 40px 25px;
	align-items: center;
	margin: 25px;
	border: 2px solid rgb(120 59 103 / 70%);
	width: 60vw;
}

.starz-tips-promo-code-info .info__btn {
	margin-top: 0px;
}

.starz-tips-promo-code-block {
	display: flex;
	justify-content: center;
	
}

.starz-tips-promo-code-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #783b67;
  text-transform: uppercase;
	width: 25%;
}

.starz-tips-promo-code-info {
  text-align: center;
  color: #fff;
	width: 35%;
}

.starz-tips-promo-code-info .info__btn button {
	max-width: 200px;
}

.starz-tips-promo-code-field {
  display: flex;
  align-items: center;
  position: relative;
	width: 40%;
	justify-content: center;
}

.egypt {
	flex-direction: row-reverse;
}

.starz-tips-bonus-code {
  border: 2px #ec0e1b;
	border-style: solid none solid solid;
	background: #fff;
  color: #ec0e1b;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 12px 0 0 12px;
}

.starz-tips-bonus-code-copy {
  background: #ec0e1b;
    border: none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    outline: none;
    padding: 15px 15px;
}

.starz-tips-block-text-code {
  display: flex;
  gap: 20px;
	align-items: center;
}

@media screen and (max-width: 890px) {
    .starz-tips-promo-code-box {
    flex-direction: column;
		max-width: 400px;
    align-items: center;
    }
	.starz-tips-promo-code-title, .starz-tips-promo-code-info, .starz-tips-promo-code-field {
		width: 80%;
	}
	.starz-tips-promo-code-box {
		width: 70vw;
	}
	.text-promo-box {
	flex-direction: column-reverse;
}
}

.ctc-inline-copy-icon .copy-icon, .ctc-inline-copy-icon .check-icon {
    height: 26px;
    width: 26px;
    color: #fff;
	margin-left: -4px
}

/*Блок победителями*/

.winner-box {
  margin: 35px 0;
  display: flex;
  border-radius: 4px;
	border: 1px solid #783b67
}

.winners-title {
  text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    background-color: #783b67;
    padding: 8px 12px;
    border-radius: 4px 0 0 4px;
}

.winners-line {
    display: flex;
    align-items: center;
    flex: 1 1;
    background-color: #fff;
    overflow: hidden;
    width: max-content;
    border-radius: 0 4px 4px 0;
}

.winners-list {
    display: flex!important;
    list-style: none;
    margin: 0;
    padding-left: 100%;
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 3px));
}
}

.wegypt {
	animation: egscroll 30s linear infinite;
}

@keyframes egscroll {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(100% - 3px));
}
}

.winners-person {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    margin-left: 32px;
}

.winners-reward {
    color: #EC0E1B;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 4px;
}

.winners-person:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
	-webkit-mask-image: url(https://888starz.tips/wp-content/uploads/2025/07/cup-1.png);
    mask-image: url(https://888starz.tips/wp-content/uploads/2025/07/cup-1.png);
	background-color: #783b67;
    background-repeat: no-repeat;
    background-position: center;
}

/*Podcast*/
.pdp_wrapper_default {
	margin-top: 20px!important;
    width: 70%!important;
}

@media screen and (max-width: 890px) {
	.pdp_wrapper_default {
	width: 100%!important;
}
	.pdp-item .pdp_plyr_area h3 {
	font-size: 16px!important;
}
}

.share {
	display: none;
}

.pdp-item {
	border: 3px solid #420531;
	border-radius: 30px;
	padding: 10px;
    align-items: center;
	margin: auto;
}

.pdp_wrapper_default .pdp-item {
	height: 80px;
}

.plyr--full-ui input[type=range] {
	color: #EC0E1B;
}

.plyr__menu__container {
	background: #783B67;
}

.plyr__menu__container .plyr__control {
	color: #fff;
}

.pdp-item .pdp_plyr_area h3 {
	color: #420531;
	font-size: 22px;
	padding: 0 15px;
	margin-bottom: 0!important;
}

.pdp-item .pdp_plyr_area {
	padding: 0!important;
	margin-right: 40px!important;
}

@media screen and (max-width: 640px) {
.pdp-item .pdp_plyr_area {
	margin-right: 0!important;
}
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #420531;
}

.plyr--audio .plyr__progress__buffer {
	color: #783B67;
}

.pdp-item .pdp_fet_img img {
	width: 80px!important;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pdp-item .pdp_fet_img {
	min-width: 150px!important;
	width: 20%!important;
	margin: auto;
}

/*fast links*/
.fast-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fast-links-block a {
    border: 2px solid rgb(120 59 103 / 70%);
    padding: 0 0 0 1rem;
	text-decoration: none;
}

.link-button {
    -webkit-box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    background: #fff;
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 18px);
    text-align: left;
    cursor: pointer;
    padding-left: 20px;
}

.link-button span {
    color: #783b67;
    font-size: 10px;
    text-align: left;
    margin: 0;
    margin-right: 5px;
}

.link-button strong {
	color: #ec0e1b;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.link-button img {
    width: auto;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 980px) {
    .link-button {
        width: calc(33.3% - 12px);
    }
	.slots-item {
		width: calc(33.3% - 20px);
	}
}

@media (max-width: 768px) {
    .link-button {
        width: calc(50% - 12px);
    }
}

@media (max-width: 560px) {
    .link-button {
        width: 100%;
    }
}

.link-button:hover {
  transform: scale(1.05);
}

/*Блок со слотами*/
.slots-wrap {
  display: flex;
  row-gap: 15px;
  column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
	margin-bottom: 20px;
}

.slots-item {
    position: relative;
    border-radius: 10px;
	border: 1px solid rgb(0 175 134 / 20%);
    background: #783b67;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
	width: calc(20% - 25px);
}

@media (max-width: 980px) {
	.slots-item {
		width: calc(25% - 25px);
	}
}

@media (max-width: 768px) {
	.slots-item {
		width: calc(33.3% - 25px);
	}
}

@media (max-width: 560px) {
	.slots-item {
		width: calc(50% - 25px);
	}
}

.slots-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.slots-item img {
    vertical-align: bottom;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.slots-bottom {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    color: #fff;
}

.slots-bottom .info__btn {
	margin-top: 0;
}
.slots-bottom .info__btn button {
	max-width: 100%;
	border-radius: 10px;
	background: #783b67;
	border: 2px solid #ec0e1b;
	color: #fff!important;
}

.slots-bottom .info__btn:hover button {
	background: #ec0e1b;
	border: 2px solid #ec0e1b;
}

/*футер*/
.footer__text {
	display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-content: space-between;
    font-size: 14px;
}

@media (max-width: 860px) {
    .footer__text {
        grid-template-columns: none;
        grid-gap: 0;
        text-align: left;
    }
}

.footer__text h3 {
	font-size: 18px;
}

.footer__text p {
	margin-bottom: 10px;
}

.footer__right {
	text-align: center;
}