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



h3 {
	font-size: 40px!important;
}

.info__title:empty {
  display: none;
}

.benifest__info a, .accordeon a, .adv-column a {
	color: #fff;
	text-decoration: underline;
}

.active-lang::after {
	background: #071B43!important;
}

.benifest__wrap {
	position: relative;
	padding: 20px;
	z-index: 0;
}

.benifest__item img {
	border-radius: 18px;
}

.benifest__wrap::before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(205, 205, 205, 0.03);
    backdrop-filter: blur(7.6rem);
    border-radius: 22px;
	z-index: -1;
}

.benifest__wrap {
	background-image: url(http://parimega.com/wp-content/uploads/2026/06/bg-mp.webp);
	background-size: contain;
  background-position: center;
	background-repeat: no-repeat;
}

.acc-body {
	color: #fff!important;
}


/* features */
.adv-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
	color: #fff;
}

.site-content {
	color: #fff;
}

.adv-column {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  min-width: calc((100% - 22px) / 2);
  border: 2px solid #2066DA;
  border-radius: 20px;
  overflow: hidden;
}

.adv-column .wp-block-text {
  padding: 20px;
}

.adv-column h3 {
  color: var(--basic-site-color);
  font-size: 22px!important;
  margin-bottom: 15px;
}

.adv-column p {
  font-size: 14px;
  margin-bottom: 0;
}

.adv-column .wp-block-image {
  width: 220px;
  height: 100%;
  flex-shrink: 0;
}

.adv-column .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

@media screen and (max-width:1024px) {
	.adv-column {
		min-width: 100%;
		width: 100%;
	}
} 

@media screen and (max-width:480px) {
    	.adv-column {
		display: block;
	}

	.adv-column .wp-block-image {
		width: 100%;
		height: auto;
		text-align: center;
	}

	
}


/* =========================
   MEGAPARI PROMOCODE BLOCK
   ========================= */

.mega-promo-wrap {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.pcmb {
	margin-bottom: 20px;
}

.mega-promo-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px;
    border-radius: 22px;
    background:
        linear-gradient(
            180deg,
            #0D3C9D 0%,
            #072F7C 100%
        );

    box-shadow:
        0 10px 40px rgba(6,127,255,.25);

}

/* */
.mega-promo-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 200px;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(
            circle,
            rgba(6,127,255,.55) 0%,
            rgba(6,127,255,.15) 45%,
            transparent 80%
        );
    pointer-events: none;
}

.mega-promo-card__title {
    position: relative;
    z-index: 2;
    width: 35%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
	text-align: center;
    text-transform: uppercase;
}

.mega-promo-card__field {
    position: relative;
    z-index: 2;
    width: 35%;
}

.mega-promo-card__code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 16px;
    background:
        linear-gradient(
            180deg,
            #052763 0%,
            #041A43 100%
        );

    border: 2px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 2px;
    transition: .3s;
}

.mega-promo-card__code:hover {

    border-color: rgba(255,255,255,.3);
    box-shadow:
        0 0 20px rgba(6,127,255,.45);
}

.mega-promo-card__action {
    position: relative;
    z-index: 2;
    width: 35%;
    display: flex;
    justify-content: center;
}

.mega-promo-card__action .info__btn {
	margin-top: 0;
	width: 100%;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 890px) {

    .mega-promo-card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        gap: 18px;
    }

    .mega-promo-card__title,
    .mega-promo-card__field,
    .mega-promo-card__action {
        width: 100%;
    }

    .mega-promo-card::before {
        width: 300px;
        height: 300px;
    }
	
	.mega-promo-wrap {
    margin: 30px 0;
}
}



/* =========================
   MEGAPARI QUICK LINKS
   ========================= */

.mega-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0;
}

.mega-quick-links a {
	text-decoration: none;
}

.mega-quick-card {
    position: relative;
    overflow: hidden;
    width: calc(25% - 52px);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    background:
        linear-gradient(
            180deg,
            #0D3C9D 0%,
            #072F7C 100%
        );

    box-shadow:
        0 8px 24px rgba(6,127,255,.18);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

/*  */

.mega-quick-card::before {

    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 200px;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(
            circle,
            rgba(27,157,217,.55) 0%,
            rgba(27,157,217,.18) 45%,
            transparent 75%
        );
    pointer-events: none;
}

.mega-quick-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #E6352B;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s ease;
}

.mega-quick-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 35px rgba(6,127,255,.35);
}

.mega-quick-card:hover::after {
    transform: scaleY(1);
}

.mega-quick-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-width: 65%;
}

.mega-quick-content strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.mega-quick-content span {
    color: rgba(255,255,255,.85);
    font-size: 13px;
    line-height: 1.4;
}

.mega-quick-image {
    position: relative;
    z-index: 2;
    height: 90px;
    width: auto;
    object-fit: contain;
    transition: transform .3s ease;
}

.mega-quick-card:hover .mega-quick-image {
    transform:
        scale(1.08)
        rotate(-3deg);
}

.card-height-2 {
	min-height: 60px;
}

.card-img-2 {
	height: 50px;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 980px) {
    .mega-quick-card {
        width: calc(50% - 52px);
    }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 640px) {
    .mega-quick-card {
        width: 100%;
        min-height: 105px;
        padding: 18px;
    }

    .mega-quick-image {
        height: 80px;
    }

    .mega-quick-content strong {
        font-size: 16px;
    }

    .mega-quick-content span {
        font-size: 12px;
    }
	.card-height-2 {
	min-height: 60px;
}

.card-img-2 {
	height: 50px;
}
}


/* ==========================
   MEGAPARI WINNERS TICKER
   ========================== */

.mega-winners-ticker {
    display: flex;
    margin: 30px 0;
    border-radius: 20px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #0D3C9D 0%,
            #072F7C 100%
        );
    box-shadow:
        0 10px 30px rgba(6,127,255,.20);
    position: relative;
}

/*  */

.mega-winners-ticker::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 200px;
    transform: translate(-50%, -50%);

    background:
        radial-gradient(
            circle,
            rgba(27,157,217,.45) 0%,
            rgba(27,157,217,.12) 50%,
            transparent 80%
        );

    pointer-events: none;
}

.mega-winners-ticker__label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 24px;
    min-width: 120px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background:
        linear-gradient(
            180deg,
            #E6352B 0%,
            #B71C14 100%
        );
}

.mega-winners-ticker__track {
    position: relative;
    z-index: 2;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 64px;
}

.mega-winners-ticker__list {
    display: flex !important;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 100%;
    animation: megaTicker 35s linear infinite;
}

@keyframes megaTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 100px));
    }
}

.mega-winners-ticker__item {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 42px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/*  */

.mega-winners-ticker__item::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background:
        linear-gradient(
            90deg,
            #FB971E 0%,
            #FFE77B 30%,
            #F8A728 60%,
            #FFF090 80%,
            #E38126 100%
        );

    -webkit-mask-image:
        url('');

    mask-image:
        url('');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.mega-winners-ticker__amount {
    margin-right: 8px;
    font-weight: 800;
    font-size: 17px;
    background:
        linear-gradient(
            90deg,
            #FB971E 0%,
            #FFE77B 30%,
            #F8A728 60%,
            #FFF090 80%,
            #E38126 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}

/* */

.mega-winners-ticker__item:not(:last-child)::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E6352B;
    margin-left: 24px;
}

/* ==========================
   MOBILE
   ========================== */

@media (max-width: 768px) {
    .mega-winners-ticker {
        flex-direction: column;
    }
    .mega-winners-ticker__label {
        min-width: auto;
        justify-content: center;
        padding: 12px;
    }
    .mega-winners-ticker__track {
        min-height: 58px;
    }
    .mega-winners-ticker__item {
        font-size: 14px;
    }
    .mega-winners-ticker__amount {
        font-size: 16px;
    }
}


/**/
.text-promo-box {
	display: flex;
	flex-direction: column;
}

@media (max-width: 890px) {
.text-promo-box {
	flex-direction: column-reverse;
}
	}



/* =====================================
   MEGAPARI BONUS HERO ENHANCEMENT
   ===================================== */

.promo .promo__top {

    position: relative;
    overflow: hidden;

    border-radius: 24px;

    background:
        linear-gradient(
            180deg,
            #0D3C9D 0%,
            #072F7C 100%
        ) !important;

    box-shadow:
        0 15px 40px rgba(6,127,255,.25);

    padding: 20px 40px;
}

/*  */

.promo .promo__top::before {

    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    width: 700px;
    height: 600px;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(
            circle,
            rgba(27,157,217,.45) 0%,
            rgba(27,157,217,.15) 40%,
            transparent 80%
        );

    pointer-events: none;
}


/* ------------------------------------- */
/* text */
/* ------------------------------------- */

.promo .promo__top-left {

    position: relative;
    z-index: 2;
}

.promo .promo__top-title {
    margin-bottom: 12px;
    line-height: 1.1;
}

/* 100% */

.promo .promo__top-title span {

    background:
        linear-gradient(
            90deg,
            #FB971E 0%,
            #FFE77B 30%,
            #F8A728 60%,
            #FFF090 80%,
            #E38126 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0 20px rgba(255,231,123,.25);
}

/* main bonus */

.promo .promo__top-title:first-child {

    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    text-transform: uppercase;
}

.promo .promo__top-title:nth-child(2) {

    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
}



/* ------------------------------------- */
/* image */
/* ------------------------------------- */

.promo .promo__top-right {

    position: relative;
    z-index: 2;
}

.promo .promo__top-right img, .promo__bottom-text img {

    filter:
        drop-shadow(0 20px 30px rgba(0,0,0,.35));

    transition: .3s ease;
}

/* =====================================
   BONUS STEPS
   ===================================== */

.promo .promo__bottom {

    margin-top: 14px;

    gap: 8px;
}

.promo .promo__bottom-text {

    border-radius: 14px;

    color: #fff;

    font-weight: 600;

    position: relative;

    overflow: hidden;

    transition: .3s ease;
}

/*  */

.promo .promo__bottom-text::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(27,157,217,.25),
            transparent 70%
        );

    pointer-events: none;
}

.promo .promo__bottom-text:hover {

    transform: translateY(-2px);
}

.promo .promo__bottom svg {

    filter:
        drop-shadow(
            0 0 10px rgba(255,255,255,.25)
        );
}

/* =====================================
   MOBILE
   ===================================== */

@media (max-width: 768px) {

    .promo .promo__top {

        padding: 24px;
        border-radius: 20px;
    }

    .promo .promo__top::before {

        width: 450px;
        height: 350px;
    }

    .promo .promo__top-right img {

        max-width: 220px;
        margin: 0 auto;
    }
}


/*API блок*/

.accordion-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(27, 157, 217, .25), transparent 70%);
    pointer-events: none;
}

.event-cards.view-1 .event-card {
	border: 1px solid #072650;
}

.view-1 .event-card .bet-btn {
	border: none;
}

.event-card h3, .event-card .tournament {
	display: none;
}

.teams .team {
	font-weight: 700;
}

.odd-item {
	background: #0A2D6F!important;
	border: none;
}

.odd-display {
	color: #fff!important;
}

.odd-value {
	color: #FEE961!important;
}

.odd-item:hover {
	background: #1C6CD7!important;
}

.vs-separator {
	color: #fff;
}