/*!
Theme Name: web3bet
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: web3bet
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.

web3bet 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/
*/

.hero__head {
    margin-bottom: 280px;
}

.hero {
    position: relative;
}

.lang-switcher {
    position: absolute;
    top: 24px;
    right: 0;
    display: inline-block;
    z-index: 20;
}

.lang-switcher__toggle {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(17, 18, 45, .85);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    -webkit-transition: background .2s ease, border-color .2s ease, color .2s ease;
    -o-transition: background .2s ease, border-color .2s ease, color .2s ease;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.lang-switcher__toggle::-webkit-details-marker {
    display: none;
}

.lang-switcher__toggle:focus-visible {
    outline: 2px solid rgba(75, 26, 255, .6);
    outline-offset: 3px;
}

.lang-switcher[open] .lang-switcher__toggle {
    border-color: rgba(255, 255, 255, .24);
}

.lang-switcher__label {
    white-space: nowrap;
}

.lang-switcher__flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lang-switcher__flag img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    -o-object-fit: cover;
    object-fit: cover;
}

.lang-switcher__flag--fallback {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.lang-switcher__icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    margin-left: 4px;
    margin-top: 2px;
}

.lang-switcher[open] .lang-switcher__icon {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.lang-switcher__dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    min-width: 180px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(14, 16, 37, .92);
    -webkit-box-shadow: 0 18px 40px rgba(7, 7, 30, .35);
    box-shadow: 0 18px 40px rgba(7, 7, 30, .35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease, visibility 0s linear .2s;
    transition: opacity .2s ease, -webkit-transform .2s ease, visibility 0s linear .2s;
    -o-transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s, -webkit-transform .2s ease;
    z-index: 25;
}

.lang-switcher[open] .lang-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    -o-transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.lang-switcher__item {
    list-style: none;
}

.lang-switcher__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 12px;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
}

.lang-switcher__link:hover,
.lang-switcher__link:focus-visible {
    background: rgba(75, 26, 255, .18);
    color: #fff;
    outline: none;
}

@media (max-width: 960px) {
    .lang-switcher {
        top: 16px;
        right: 16px;
    }

    .lang-switcher__dropdown {
        min-width: 160px;
    }
    .wheel-modal__content {
        width: 95%;
    }
}