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


/*Бонусная страница*/
.banzai-bonus-list-li, .benifest__wrap:has(.banzai-bonus-box) {
	background: #222428;
	padding: 35px 35px;
	transition: all 0.4s;
	box-shadow: 0 0 40px #0B041B;
	margin-top: 35px;
	--border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%);
  border: solid 3px transparent;
  border-radius: 1.8em;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #f03, #f03 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 5s linear infinite;
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.banzai-bonus-box {
		color: #fff;
}

.benifest__wrap:has(.banzai-bonus-box) button {
		color: #fff!important;
	margin: 0 auto;
}

.benifest__wrap:has(.banzai-bonus-box):hover img {
transform: scale(1.03);
}

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

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

.benifest__wrap:has(.banzai-bonus-box) img {
	transition: all 0.4s;
}


/*Блок с бонусами главная*/

.banzai-bonus-tabs-home {
  text-align: center;
}

.banzai-bonus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}

.banzai-bonus-list {
  list-style: none;
  margin: 0;
  padding: 0;	
}

.banzai-bonus-img {
    position: relative;
    overflow: hidden;
	width: 35%;
	margin: 5px
	
}

.banzai-bonus-list-li {
    width: -webkit-calc(50% - 26px);
    width: -moz-calc(50% - 26px);
    width: calc(50% - 26px);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
	margin: 10px 10px;
	align-items: center;
	transition: all 0.5s;
}


@media screen and (max-width: 680px) {
    .banzai-bonus-list-li {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
  .banzai-bonus-list-li {
    flex-direction: column-reverse;
  }
}

.banzai-bonus-img img {
    display: block;
  max-width: 100%;
    max-height: 100%;
}

.banzai-bonus-description {
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	height: calc(100% - 25px);
	transition: all 0.5s;
	justify-content: flex-end;
}

.banzai-bonus-description-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0 10px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}

.banzai-bonus-description-title:hover {
  color: #fff!important;
}

.banzai-descr {
  width: auto;
    color: #fff;
	padding: 0 10px 20px 10px;
    margin: 0 0;
    position: relative;
	height: 100%;
}

.bonus-button {
  border: 2px solid #ff0000;
  background: #ff0000;
  color: #ffffff;
  text-decoration: none!important;
}

.bonus-button {
  position: relative;
    width: 100%;
    box-sizing: border-box;
    max-width: 250px;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 35px;
  margin: 0 auto;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}

.bonus-button:hover {
  background: transparent;
}


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

.banzai-promo-code-box {
  background-image: linear-gradient(90.87deg, #112 30.19%, #213 102.14%);
  border-radius: 1.8em;
  display: flex;
  gap: 25px;
  padding: 40px 25px;
	align-items: center;
	margin: 25px;
	width: 60vw;
	transition: all 0.3s;
	border: 1px solid rgb(255 0 51 / 40%);
}

.banzai-promo-code-box:hover {
	border: 1px solid rgb(255 0 51 / 90%);
}

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

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

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

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

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

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

.banzai-bonus-code {
  border: 2px #FF0000;
	border-radius:  1em 0 0 1em;
	border-style: solid;
  color: #FF0000;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 13px 16px;
  width: 100%;
}

.banzai-bonus-code-copy {
  background: #FF0000;
	border-radius: 0 1em 1em 0;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 16px 22px;
}

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

.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;
}

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

.winners-line {
    display: flex;
    align-items: center;
    flex: 1 1;
    background-color: #292C33;
    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));
}
}

.winners-person {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    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://banzai.team/wp-content/uploads/2025/07/trophycup.png);
    mask-image: url(https://banzai.team/wp-content/uploads/2025/07/trophycup.png);
	background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}