body {
    margin: 0;
    font-family: 'Playfair Display', serif;
    background-color: #000;
    color: #fff;
}

/* Общий контейнер */
.map-container {
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 60px 30px;
    flex-wrap: nowrap;
}

/* Левая часть */
.map-left img {
    width: 540px;
    height: 800px;
    border-radius: 10px;
}

/* Правая часть */
.map-right {
    display: flex;
    flex-direction: column;
    max-width: 1045px;
    flex: 1;
}

/* Логотип + описание */
.map-logo-section {
    margin-top: 30px;
    text-align: center;
}

.map-logo-section img {
    margin-bottom: 20px;
}

.map-description {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: -50px;
    line-height: 1.5;
}

/* Кнопка Battle Pass */
.btn-pass {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 2px solid red;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-pass:hover {
    background-color: red;
    color: #000;
}
.intro-section {
    padding: 80px 20px;
    background-color: #000; /* Чёрный фон */
    color: #fff; /* Белый текст */
    text-align: center;
}

.intro-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.intro-text {
        font-family: 'K2D', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    max-width: 1300px;
    margin: 0 auto;
}
.zones-section {
    background-color: #000;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.zones-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    letter-spacing: 1px;
    margin-top: -50px;
}

.zones-text {
        font-family: 'K2D', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    max-width: 1400px;
    margin: 0 auto 40px;
}

.zones-button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    border: 2px solid red;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.zones-button:hover {
    background-color: red;
    color: black;
}
/* Общие стили для фона */
.intro-section, .zones-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Прозрачный фон-картинка */
.intro-section::before,
.zones-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url('/image/fons/two_fon.png') no-repeat center center fixed;
    background-size: cover;
    z-index: -1;
}

.battlepass-top {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    color: white;
    font-family: 'Playfair Display', serif;
}

.battlepass-title {
    font-size: 64px;
    margin-bottom: 20px;
}

.battlepass-subtitle {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}

.battlepass-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    padding: 40px;
    max-width: 1400px;
    margin: 0 auto;
    color: white;
}

.battlepass-text {
    max-width: 400px;
    font-size: 24px;
    line-height: 1.6;
}

.battlepass-img img {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}









/* Базовый стиль (>=1280px) уже задан в твоём коде */

/* 1024px и меньше — уменьшаем отступы и размеры */
@media (max-width: 1024px) {
    .map-container {
        gap: 20px;
        padding: 40px 20px;
    }
    .map-left img {
        width: 420px;
        height: auto;
    }
    .map-description {
        font-size: 16px;
    }
    .intro-title,
    .zones-title,
    .battlepass-title {
        font-size: 48px;
    }
    .intro-text,
    .zones-text,
    .battlepass-subtitle,
    .battlepass-text {
        font-size: 20px;
    }
}

/* 768px и меньше — колонки в одну, всё по центру */
@media (max-width: 768px) {
    .map-container {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 0;
        padding: 30px 15px;
    }
    .map-left img {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    .map-right {
        max-width: 100%;
        text-align: center;
    }
    .map-description {
        margin-top: -20px;
    }
    .battlepass-content {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }
    .battlepass-img img {
        width: 100%;
        max-width: 500px;
    }
        .veve{
width:"370";
 height:"610";
}
}

/* 360px и меньше — минимальные отступы, текст чуть меньше */
@media (max-width: 360px) {
    .map-container {
        padding: 20px 10px;
        gap: 20px;
    }
    .intro-title,
    .zones-title,
    .battlepass-title {
        font-size: 32px;
    }
    .intro-text,
    .zones-text,
    .battlepass-subtitle,
    .battlepass-text {
        font-size: 16px;
    }
    .btn-pass,
    .zones-button {
        font-size: 14px;
        padding: 10px 20px;
    }
    .veve{
width:"270";
 height:"510";
}
}

/* 320px и меньше — всё максимально компактно */
@media (max-width: 320px) {
    .map-left img {
        max-width: 100%;
    }
    .intro-title,
    .zones-title,
    .battlepass-title {
        font-size: 28px;
    }
    .intro-text,
    .zones-text,
    .battlepass-subtitle,
    .battlepass-text {
        font-size: 14px;
    }
    .btn-pass,
    .zones-button {
        font-size: 12px;
        padding: 8px 16px;
    }
        .veve{
width:"270";
 height:"510";
}
}



.veve{
width:"570";
 height:"1010";
}
