@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {}

.shake {
    margin-left: 2px !important;
}

@font-face {
    font-family: "PF Fuel Pro Regular";
    src: url("/fonts/PFFuelProRegular.ttf") format("truetype");

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
    background-color: #09090D;
}

@media screen and (max-width: 500px) {

    .bgcard,
    .ellipse_18 {
        display: none;
    }

}

/* Ellipse */
.ellipse_17 {
    position: absolute;
    border-radius: 50%;
    bottom: -288px;
    right: 450px;
    width: 577px;
    height: 577px;
    filter: blur(268px);
    background-color: #E6362B;
    z-index: 0;
}

.ellipse_19 {
    position: absolute;
    width: 306px;
    height: 306px;
    left: -300px;
    bottom: -300px;
    background: #E6362B;
    filter: blur(268.65px);
}

.ellipse_18 {
    position: absolute;
    width: 306px;
    height: 306px;
    top: 50%;
    right: -400px;
    background: #E6362B;
    filter: blur(268.65px);
}

.ellipse_20 {
    position: absolute;
    width: 248px;
    height: 248px;
    right: -300px;
    top: -200px;
    background: #E6362B;
    filter: blur(268.65px);
}

.ellipse_21 {
    position: absolute;
    width: 248px;
    height: 248px;
    left: -300px;
    top: 50%;
    background: #E6362B;
    filter: blur(268.65px);
    z-index: 100;
}

.bullet1 {
    position: absolute;
    top: 490px;
    left: 30x;
    opacity: 0.7;
}

.bullet2 {
    position: absolute;
    top: 620px;
    left: 650px;
    transform: rotate(110deg);
    opacity: 0.6;
}

.bullet3 {
    position: absolute;
    top: 820px;
    left: 800px;
    transform: rotate(-71deg);
    opacity: 0.82;
}

/* HERO block and HEADER START */
.hero-block {
    position: relative;
    overflow: hidden;
    height: 1080px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/bg-hero_.png");
}

.hero-text {
    align-self: center;
    background-color: red;
}

.hero-img {
    position: absolute;
    right: 0;
    top: 137px;
    width: 722px;
    height: 1084px;
    min-height: 442px;
    min-width: 373px;
    z-index: 1;
}

/* Nav-menu START */
.navbar {
    padding-top: 48px;
    align-self: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu {
    display: flex;
    gap: 29px;
}

.nav-link {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    transition: .2s all;
}

.nav-link:hover {
    color: #E6362B;
}

.nav-link svg path,
.nav-link svg rect {
    transition: .2s all;
}

.nav-link svg path:hover,
.nav-link svg rect:hover {
    fill: #E6362B;
}

.button-grey {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 1rem 2.5rem;
    background: #FFFFFF33;
    transition: 0.2s ease-in-out;
    z-index: 3;
}

.button-grey:hover {
    background: #FFFFFF1A;
}

/* Nav-menu END */
/* Common block styles */
.block {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ved-img:first-of-type {
    position: absolute;
    left: 260px;
    top: 0;
    transform: scaleX(-1);
    height: 844px;
    width: auto;
}

.ved-img:last-of-type {
    position: absolute;
    right: 360px;
    top: 50px;
    height: 844px;
    width: auto;
}

/* мафия Развивает качества НАЧАЛО */
.card-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, auto);
    /* 4 колонки */
    grid-template-rows: repeat(3, auto);
    /* 3 ряда высотой по контенту */
    gap: 20px;
}

/* --- ручное распределение по колонкам --- */
.c1 {
    grid-column: 1;
    grid-row: 1;
}

.c2 {
    grid-column: 1;
    grid-row: 2 / span 2;
    align-self: end;
    padding-bottom: 200px !important;
}

.c3 {
    grid-column: 2;
    grid-row: 1;
}

.c4 {
    grid-column: 2;
    grid-row: 2;
    padding-bottom: 200px !important;
}

.c5 {
    grid-column: 2;
    grid-row: 3;
    padding-bottom: 20px !important;
}

.c6 {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: start;
    padding-bottom: 200px !important;
}

.c7 {
    grid-column: 4;
    grid-row: 1;
}

.c8 {
    grid-column: 4;
    grid-row: 2;
    padding-bottom: 0 !important;
}

.c9 {
    grid-column: 4;
    grid-row: 3 / span 2;
    align-self: start
}

/* DARK CARD START */
.dark-card {
    padding: 1rem;
    border-radius: 24px;
    background: #FFFFFF0D;
}

.dark-card .num {
    color: #6E6E6E;
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}

/* DARK CARD END */
/* light-card */
.light-card {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    height: auto;
    border-radius: 24px;
    background: #282828;
    z-index: 2;
}

.light-card.players {
    height: auto;
}

.light-card-more {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    background: transparent;
    border: none;
    color: #6E6E6E;
    font-weight: 400;
    font-size: 1rem;
    z-index: 1;
}

.card-merch {
    height: 450px;
}

/* мафия Развивает качества КОНЕЦ */
/* About our club GRID */

.includes-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    background-color: #E6362B;
}

.includes-card-text {
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
    background: #FFFFFF0D;
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #D2D2D2;
}

/* About our club END */


/* FAQ */
.accordion-button {
    color: #D2D2D2;
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    border: none;
}

.accordion-button.collapsed {
    color: #D2D2D2;
}

/* Цвет кнопки, когда она открыта */
.accordion-button:not(.collapsed) {
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    /* убирает синюю подсветку */
    border-color: transparent;
    /* убирает рамку */
    outline: none;
    /* про запас */
}

/* Когда аккордеон закрыт (collapsed) — стрелка вниз */
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

/* Когда аккордеон открыт — стрелка вверх */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 1 .708 0L8 5.707l5.646 5.647a.5.5 0 0 1 .708-.708l-6-6a.5.5 0 0 1-.708 0l-6 6a.5.5 0 0 1 0 .708z'/%3E%3C/svg%3E") !important;
}

.accordion-body {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #D2D2D2;
}

/* FAQ END */
/* contact-card */
.contact-card {
    position: relative;
    display: flex;
    padding: 80px;
    height: 450px;
    width: 100%;
    align-items: center;
    border-radius: 1.5rem;
    background-color: #282828;
}

.contact-card-img {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: auto;
    height: 627px;
    transform: scaleX(-1);
}

/* FOOTER START */
footer {
    padding-top: 64px;
    padding-bottom: 64px;
}

/* FOOTER END */

/* Text Content Style START */
.title-block {
    text-align: center;
}

h1 {
    font-size: 10rem;
    font-family: "PF Fuel Pro Regular", sans-serif;
    color: #E6362B;
}

h2 {
    font-family: "PF Fuel Pro Regular", sans-serif;
    font-weight: 400;
    font-size: 4rem;
    color: #E6362B;
}

h3 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
}

h4 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #D2D2D2;
}

h5 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.text-16 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #D2D2D2;
}

.text-16-600 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #D2D2D2;
}

.text-20 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #D2D2D2;
}

.text-24 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #D2D2D2;
}

.text-36 {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 400;
    font-size: 2.25rem;
    color: #6E6E6E;
}

.date-info {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    align-self: end;
    margin-left: -40px;
    margin-bottom: 30px;
    color: #fff;
}

.hero-subtitle {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
}

.light-card-title {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.light-card-subtitle {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #D2D2D2;
}

/* Text Content Style END */
/* buttons */
.button-red {
    width: auto;
    border: none;
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 2rem;
    padding: 1rem 2.5rem;
    color: #FFFFFF;
    ;
    background-color: #E6362B;
    transition: .2s ease-in-out;
    z-index: 3;
}

.button-red:hover {
    background-color: #FA4A3F;
}

.players-card {
    overflow: hidden;
    min-height: 325px;
    transition: .3s ease-in-out;
}

.card-body {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.card-body-expanded {
    max-height: 350px;
}

.player-card-img {
    position: relative;
    margin-bottom: -20px;
    margin-left: 150px;
    width: 150px;
    height: auto;
}

.player-card-img:nth-child(even) {
    transform: scaleX();
}

/* уменьшим стандартные стрелки Swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    /* убрать absolute */
    margin: 0 !important;
    /* убрать лишние отступы */
    width: 60px !important;
    height: 60px !important;
    color: #F5F5F5 !important;
    /* цвет иконки (можно white) */
    flex-shrink: 0;
    /* чтобы не сжимались */
}

/* чтобы внутри flex они выровнялись */
.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
    margin: 0;
}

.card-img {
    position: absolute;
    left: 150px;
    top: 93px;
    z-index: 1;
}

.price-span {
    font-family: "Lato", 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #D2D2D2;
}

.game-images {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.modal-custom {
    background-color: #282828 !important;
    padding: 20px 30px;
    width: 100%;
}

.form-check-input:checked {
    background-color: #E6362B;
    border: none;
}

@media (max-width: 960px) {
    .nav-link {
        padding-bottom: 10px;
        border-bottom: 2px solid #282828;
    }

    .block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* text styles */
    h1 {
        font-size: 7rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .text-36 {
        font-size: 1rem;
    }

    .hero-block {
        overflow: hidden;
        height: 773px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hero-text {
        position: relative;
        display: block;
        margin-top: 0;
        z-index: 1000;
    }

    .date-info {
        font-family: "Lato", sans-serif;
        font-weight: 600;
        font-size: 1.25rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .hero-img {
        position: absolute;
        top: auto;
        bottom: -270px;
        right: -100px;
        width: 442px;
        height: auto;
        z-index: 0;
    }

    .contact-card {
        overflow-x: hidden;
        height: 648px;
        width: auto;
        align-items: start;
        padding: 3rem 1rem;
    }

    .contact-card-img {
        position: absolute;
        height: 350px;
        bottom: 0;
        width: auto;
    }

    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .button-red {
        width: 100%;
    }

    .button-grey {
        width: 100%;
    }
}