
html, body {
    background-color: #000;
}

.landing-logo {
    max-height: 48px;
    max-width: 48px;
}

.announcement {
    color: #FFA800;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    background-color: #000;
    width: 100%;
    margin-bottom: 15px;
}

.announcement a {
    color: #fff;
}

.announcement .marquee-wrap {
    overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.marquee-text {
  display: inline-block;

  color: #fff;
  text-decoration: none;
}

.marquee-wrap.active .marquee-text {
  animation: marquee 10s linear infinite;
  padding-left: 100%;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.landing-navbar {
    padding: 0;
}


.video-background {
    position:relative;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
    background: url(../images/landing/video-bg.jpg?v=3) no-repeat center center;
    background-size: cover;
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100dvh;
    min-width: 177.77vh; /* 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    pointer-events: none; /* allow clicks through */
}

.video-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* 30% black shade */
    pointer-events: none; /* allow clicks through */
}



.rules-background {
    position:relative;
    min-height: 100%;
    overflow: hidden;
    z-index: 1;
}

.rules-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100%;
    min-width: 177.77vh; /* 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    pointer-events: none; /* allow clicks through */
}

.video-background-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-transparent {
    background-color: none;
}

.bg-transparent .modal-header {
    border-bottom: none;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.on-video {
    z-index: 2;
    position: relative;
}

.on-video-shadow {
    text-shadow: 1px 1px 2px #222;
}

.mafia-hello {
    margin-top: 130px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: #fff;
}

@media (min-width: 992px) {
    .mafia-hello {
        margin-top: 200px;
        text-align: center;
        font-size: 60px;
        line-height: 70px;
    }
}

.mafia-hero {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.mafia-hero h1 {
    font-size: 18px;
    line-height: 26px;
}

.mafia-hero h2 {
    font-size: 18px;
    line-height: 26px;
}


@media (min-width: 992px) {
    .mafia-hero,
    .mafia-hero h1,
    .mafia-hero h2 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }
}

.mafia-rules {
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    font-weight: 600;
}

.mafia-rules:hover {
    color: #fff;
}

.mafia-rules:hover .mafia-rules-play {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}

.mafia-rules-play {
    font-size: 48px;
    line-height: 0;
    color: #ff0000;
    border-radius: 100%;
    display: block;
}

.mafia-rules-play::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
}

.mafia-rules-play i {
    position: relative;

}

.mafia-rules:focus .mafia-rules-text {
    color: #fff;

}

.mafia-faq {
    margin-top: 30px;
    z-index: 3;
    position: relative;
    background: url(../images/landing/mafia-don.jpg) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 300px;

}

@media (min-width: 768px) {
    .mafia-faq {
        padding-bottom: 450px;
    }
}

@media (min-width: 992px) {
    .mafia-faq {
        margin-top: 30px;
        background-position: left bottom;
        padding-left: 40%;
        padding-bottom: 50px;
    }
}

.mafia-faq-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mafia-faq-bubble {
    /* background-color: #ccc; */
    border-radius: 16px;
}

.mafia-faq-bubble span {
    padding: 20px;
    width: 100%;
}

.mafia-faq .question {
    color: #450000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    background-color: #FF0E08;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
.mafia-faq .answer {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    background-color: #FEDC98;
    display: flex;
    align-items: flex-end;
    justify-content: start;
}
.mafia-faq .answer-1 {
    background-color: #FEDC98;
    background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(254, 220, 152, 1) 100%);
}
.mafia-faq .answer-2 {
    background-color: #FEE0A5;
    background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(254, 224, 165, 1) 100%);
}
.mafia-faq .answer-3 {
    background-color: #FEE5B2;
    background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(254, 229, 178, 1) 100%);
}
.mafia-faq .answer-4 {
    background-color: #FEE9BE;
    background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(254, 233, 190, 1) 100%);
}

.mafia-faq .question::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguODI5OTMgMEMxMC4yNjUxIDMuMDc2MzQgMTIuMzIzOCA1LjkzMTEyIDE0LjkxNzIgOC4zNzM5NkMxMS42NDA4IDkuNDYxODIgNy45NzE3NiA5LjQxNTkxIDQuNTM2NyA3Ljk3OTE3QzIuODAzMDUgNy4yNTQwNiAxLjI3OTc3IDYuMjM3NzMgLTAuMDAwMTA1ODQxIDUuMDEwNzZDMy40MTA0NSA0LjI2NTY4IDYuNDgyNzEgMi40OTQwNyA4LjgyOTkzIDBaIiBmaWxsPSIjRkYwRTA4Ii8+Cjwvc3ZnPgo=);
    display: block;
    position: absolute;
    line-height: 0;
    margin-right: -4px;
}
.mafia-faq .answer::after {
    display: block;
    position: absolute;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMDg3MzEgMEM0LjY1MjE2IDMuMDc2MzQgMi41OTM0MyA1LjkzMTEyIDAgOC4zNzM5NkMzLjI3NjQxIDkuNDYxODIgNi45NDU0OCA5LjQxNTkxIDEwLjM4MDUgNy45NzkxN0MxMi4xMTQyIDcuMjU0MDYgMTMuNjM3NSA2LjIzNzczIDE0LjkxNzMgNS4wMTA3NkMxMS41MDY4IDQuMjY1NjggOC40MzQ1MyAyLjQ5NDA3IDYuMDg3MzEgMFoiIGZpbGw9IiNDQ0NDQ0MiLz4KPC9zdmc+Cg==);
    margin-left: -4px;
    line-height: 0;
}

@media (min-width: 992px) {
    .question {
        align-self: flex-end;
        max-width: 80%;
    }
    .answer {
        align-self: flex-start;
        max-width: 80%;
    }
}


.mafia-faq .mafia-faq-content {
    transform: translateY(0);
    transition: transform 1s ease;
}

.mafia-faq.visible  .mafia-faq-content,
.mafia-faq.active .mafia-faq-content {
    transform: translateY(-100px);
}

.mafia-faq.active {
    opacity: 1;
}


.mafia-benefits {
    margin-top: 30px;
}

.benefit {
    margin-top: 20px;
}

.benefit img {
    width: 100%;
    border-radius: 16px;
}

.benefit h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

@media (min-width: 992px) {
    .benefit h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

.h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .h2 {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
    }
}

.gold {
    color: #FFA800;
}

.players-opinions {
    background-color: #450000;
}

.players-opinions {
    margin-top: 30px;
}

.players-opinions .inner {

    padding-top: 20px;
    padding-bottom: 20px;
}

.quote {
    color: #fff;
    background: linear-gradient(90deg,rgba(69, 0, 0, 1) 0%, rgba(171, 0, 0, 1) 100%);
    padding: 20px;
    border-radius: 16px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    padding-left: 70px;
}

.author {
    margin-top: 10px;
    color: #ccc;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
}

.author img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 32px;
    margin-left: 5px;
}

.opinion::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCA0NyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ3IDQuMzM0MDlDNDQuOTc1NCA2Ljc0MTkxIDQzLjQzMjggOC44MzY3MiA0Mi4zNzIzIDEwLjYxODVDNDEuMzYgMTIuNDAwMyA0MC42MzY5IDE0LjI1NDMgNDAuMjAzMSAxNi4xODA2TDQ2Ljc4MzEgMjAuNDQyNFYyNS41NzExTDMwLjA4IDMyTDI0LjU4NDYgMTcuNjI1M0w0MS4zNiAwTDQ3IDQuMzM0MDlaTTIyLjQxNTQgNC4zMzQwOUMyMC4zOTA4IDYuNzQxOTEgMTguODQ4MiA4LjgzNjcyIDE3Ljc4NzcgMTAuNjE4NUMxNi43NzU0IDEyLjQwMDMgMTYuMDUyMyAxNC4yNTQzIDE1LjYxODUgMTYuMTgwNkwyMi4xOTg1IDIwLjQ0MjRWMjUuNTcxMUw1LjQ5NTM4IDMyTDAgMTcuNjI1M0wxNi43NzU0IDBMMjIuNDE1NCA0LjMzNDA5WiIgZmlsbD0iI0ZGQTgwMCIvPgo8L3N2Zz4K);
    display: block;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

@media (min-width: 992px) {

    .author img {
         max-width: 64px;
        max-height: 64px;
    }

    .players-opinions {
        border-radius: 30px;
        background:  url(../images/landing/cotton-right.jpg) right center no-repeat;
        background-size: contain;
    }
     .players-opinions .inner{
        background: url(../images/landing/cotton-left.jpg) left center no-repeat;
        background-size: contain;
    }
    .opinion {
        margin: 0 auto;
        max-width: 60%;
    }
}

.club-statistics {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/landing/stats-bg.jpg) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .club-statistics {
        border-radius: 30px;
        padding: 80px;
    }

    .club-statistics .row {
        width: 50%;
        margin: 0 auto;
    }
}

.statistics {
    margin-top: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px #222;

}

.statistics div {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
}

.club-team {
    margin-top: 30px;
    color: #ccc;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .club-team {

        font-size: 18px;
        line-height: 24px;
    }
}

.founder img {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    border-radius: 50px;
}

.member img {
    max-width: 60px;
    max-height: 60px;
    overflow: hidden;
    border-radius: 50px;
}

@media (min-width: 992px) {
    .founder img {
        max-width: 200px;
        max-height: 200px;
        border-radius: 100px;
    }

    .member img {
        max-width: 120px;
        max-height: 120px;
        border-radius: 60px;
    }
}

.team-item  {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: top;
    text-align: center;
}

.team-item img {
    margin-bottom: 10px;
}

.team {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .team {
        margin-top: 60px;
    }
}

.club-contact {
    padding-top: 30px;
    background-color: #450000;

}

.club-contact-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}



.phone {
    margin-top: 20px;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    background: linear-gradient(90deg,rgba(69, 0, 0, 1) 0%, rgba(171, 0, 0, 1) 100%);
    padding-top: 15px;
    padding-bottom: 15px;
}

.phone a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.mafia-social {
    margin-top: 30px;
    margin-bottom: 30px;
}

.social {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    line-height: 16px;

}

.social i {
    font-size: 32px;
}

@media (min-width: 992px) {
    .social {
        justify-content: center;
        margin-top: 0;
    }
}
.social a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.social img {
    max-width: 48px;
    max-height: 48px;
}

.social a b {
    display: block;
}

.btn-landing {
    display: flex;
    align-items: center;
    background-color: #C52128;
    border-radius: 30px;
    gap: 5px;
    color: #fff;
    font-weight: 600;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.btn-landing:hover,
.btn-landing:focus {
    background-color: #FF0000;
    color: #fff;
    box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.5);
}

.navbar-brand {
    margin-right: 0;
}

.navbar-toggler {
    border-radius: 30px;
    background-color: #000;
}
.navbar-toggler:focus {
    outline: 0;
    border: 0;
}

.navbar-toggler-icon {
    color: #fff;

}

.navbar-nav .nav-link,
.offcanvas-title {
    font-size: 24px;
    line-height: 30px;
}



.block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.block-filled {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .block-filled {
        border-radius: 16px
    }
}

@media (min-width: 992px) {
    .block {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .block-filled {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .block-title {
        margin-bottom: 30px;
    }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
}

.reveal.visible {
  animation: fadeUp 1s ease forwards;
  transition-delay: 2s;
}

/* body {
  overflow-y: scroll;
}
body.offcanvas-backdrop {
  padding-right: 0 !important;
} */

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}

.bg-dark .modal-header {
    border-bottom-color: #333;
}

.modal-fullscreen,
.modal-fullscreen-lg-down {
  height: 100dvh !important;
  overscroll-behavior: contain;
}

body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: contain;
}
