@font-face {
    font-family: WOG;
    src: url(../fonts/WOG-Regular.b850714de4497e6b5a14b153731c13bb.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WOG;
    src: url(../fonts/WOG-Medium.2dc1e097cf071cc70b0c96a15e779115.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: WOG;
    src: url(../fonts/WOG-Bold.63b5240cfde244f459c8943416ff5f7a.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: WOG_Cartoon;
    src: url(../fonts/WOG-CartoonBold.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}




/*Reset css*/
body, html, input {
    font-family: WOG;
    font-weight: 400;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    box-sizing: border-box;
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color:transparent;
}
*:focus, *:hover {
     outline: 0 !important;
     box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
    -webkit-tap-highlight-color:transparent;
 }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
a {
    outline:none;
}
input {outline:none;}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*Reset css*/

body {
    background: linear-gradient(270deg, #601467 10%, #FA7C31 50%, #601467 90%);
}
.container {
    width: 71.52vw;
    margin-left: auto;
    margin-right: auto;
}
header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("../img/header.jpg");
    background-position: center;
    background-size: cover;
    height: 12.01vw;
    width: 100%;
    /*border-bottom: 0.34vw solid #FFF498;*/
}
.description {
    padding: 0.69vw 0 1.8vw 0;
    font-family: 'WOG';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    text-align: center;
    color: #FFFFFF;
}
h3 {
    font-family: 'WOG';
    font-style: normal;
    font-weight: 700;
    font-size: 1.52vw;
    line-height: 1.8vw;
    text-align: center;
    color: #FFFFFF;
}
.button {
    background-image: url("../img/button.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'WOG';
    font-style: normal;
    font-weight: 700;
    font-size: 1.66vw;
    /*line-height: 2.01vw;*/
    text-align: center;
    text-transform: uppercase;
    color: #FFF897;
    width: 27.5vw;
    height: 7.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 1.11vw auto 2.01vw auto;
    cursor: pointer;
    transition: .3s;
}
.button:hover {
    opacity: .8;
}
h2 {
    font-family: 'WOG_Cartoon';
    font-style: normal;
    font-weight: 700;
    font-size: 2.22vw;
    line-height: 2.63vw;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.button-spotify {
    background-image: url("../img/button_spotify.png");
    background-size: contain;
}
.button-book {
    background-image: url("../img/button_book.png");
    background-size: contain;
}
.button-more{
    background-image: url("../img/button_more.png");
    background-size: contain;
}
.block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.63vw;
    margin-top: 1.52vw;
}
.block .right {
    width: 23.33vw;
}
.block .left {
    width: 42.36vw;
}
.block h3 {
    margin-bottom: 0.69vw;
}
.nr-text {
    font-family: 'WOG';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    color: #FFFFFF;
}
.wrap-sliders {
    overflow: hidden;
}
.wrap-sliders .slider2 .item {
    width: 100%;
}
.wrap-sliders .slider2 {
    width: 100%;
}
.wrap-sliders .slider1 {
    border: 0.34vw solid #FFF498;
    width: 100%;
    height: 18.05vw;
    margin-bottom: 0.41vw;
}
.wrap-sliders .slider2 .item a {
    color: #FFF982;
}
.wrap-sliders .slider2 .item {
    font-family: 'WOG';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 1.11vw;
    text-align: center;
    color: #FFFFFF;
}
.slider1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider1 {
    position: relative;
}
.slider1 .prev, .slider1 .next {
    width: 8.85vw;
    height: 8.85vw;
    position: absolute;
    top: 50%;
    left: -2.4vw;
    z-index: 3;
    cursor: pointer;
    margin-top: -4.42vw;
}
.slider1 .next {
    left: auto;
    right: -2.4vw;
    transform: rotate(180deg);
}
.block1 {
    margin-bottom: 2.98vw;
}
.block1 .right {
    text-align: left;
}
.block2 .right {
    text-align: right;
    width: 22.77vw;
}
.block2 .left, .block3 .left {
    border: 0.34vw solid #FFF498;
    /*height: 17.69vw;*/
    height: auto;
}
.block2, .block3 {
    margin-bottom: 1.73vw;
}
.center {
    text-align: center;
}
/* Контейнер для відео та рамки */
.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    line-height: 0; /* Прибирає зайві відступи знизу */
    height: 17.65vw;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

/* Кнопка Play */
.play-button svg {
    width: 100%;
    height: 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.86vw;
    height: 4.86vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}


/* Скриваємо кнопку, коли відео запущено */
.video-container.is-playing .play-button {
    opacity: 0;
    pointer-events: none;
}

.center.nr-text {
    margin-bottom: 2.01vw;
}
footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.08vw;
    padding: 0.9vw 0 2.08vw 0;
}
footer .line {
    width: 0px;
    height: 4.72vw;
    border: 1.36px solid #FFFFFF;
}
footer a:first-child svg {
    width: 11.98vw;
    height: 3.7vw;
}
footer a:last-child svg {
    width: 8.95vw;
    height: 4.23vw;
}
.only-mob {
    display: none;
}
.video-container {
    overflow: hidden;
}

/* Обкладинка розтягується на весь контейнер поверх відео */
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2; /* Поверх відео */
    transition: opacity 0.3s ease;
    pointer-events: none; /* Щоб кліки проходили крізь неї, якщо треба */
}

/* Коли відео грає — ховаємо обкладинку та кнопку */
.video-container.is-playing .video-poster,
.video-container.is-playing .play-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
@media only screen and (max-width: 834px) {
    .container {
        width: 92.32vw;
    }
    header {
        height: 15.87vw;
        background-image: url(/img/header_tablet.jpg);
        /*border-bottom: 0.47vw solid #FFF498;*/
    }
    .description {
        padding: 0.97vw 0 2.75vw 0;
        font-size: 1.55vw;
        line-height: 1.91vw;
    }
    h3 {
        font-size: 2.15vw;
        line-height: 2.63vw;
    }
    .button {
        width: 47.42vw;
        height: 12.88vw;
        margin-top: 3.23vw;
        margin-bottom: 3.23vw;
    }
    h2 {
        font-size: 2.63vw;
        line-height: 3.11vw;
    }
    .block {
        margin-top: 3.44vw;
        gap: 2.69vw
    }
    .block .left {
        width: 55.98vw;
    }
    .block .right {
        width: 30.83vw;
    }
    .nr-text {
        font-size: 1.55vw;
        line-height: 1.91vw;
    }
    .block h3 {
        margin-bottom: 0.99vw;
    }
    .wrap-sliders .slider1 {
        border: 0.47vw solid #FFF498;
        height: 23.86vw;
        margin-bottom: 0.55vw;
    }
    .wrap-sliders .slider2 .item {
        font-size: 1.19vw;
        line-height: 1.43vw;
    }
    .block2, .block3 {
        margin-bottom: 4.43vw;
    }
    .block2 .left, .block3 .left {
        border: 0.47vw solid #FFF498;
    }
    footer {
        padding-bottom: 2.75vw;
        padding-top: 2vw;
        gap: 6.25vw
    }
    footer .line {
        height: 6.24vw;
        border: 1.04091px solid #FFFFFF;
    }
    footer a:first-child svg {
        width: 15.83vw;
        height: 4.89vw;
    }
    footer a:last-child svg {
        width: 11.84vw;
        height: 5.6vw;
    }
    .slider1 .prev, .slider1 .next {
        width: auto;
        height: 11.75vw;
        margin-top: -5.87vw;
        left: -3.4vw;
    }
    .slider1 .next {
        left: auto;
        right: -3.4vw;
    }
    .play-button {
        width: 6.42vw;
        height: 6.42vw;
    }
    .video-container {
        height: 23.31vw;
    }
}



@media only screen and (max-width: 600px) {
    .only-mob {
        display: block;
    }
    body {
        background: none;
    }
    .wrap-back {
        background: linear-gradient(180deg, #601467 7.04%, #FA7C31 29.96%, #601467 48.83%, #FA7C31 62.33%, #601467 74.04%);
    }
    .container {
        width: 100%;
    }
    header {
        height: 28.12vw;
        background-image: url(/img/header_mob.jpg);
        /*border-bottom: 0.47vw solid #FFF498;*/
    }
    .description {
        padding: 1.66vw 0 3.75vw 0;
        font-size: 3.12vw;
        line-height: 4.16vw;
        max-width: 88.12vw;
        margin-left: auto;
        margin-right: auto;
    }
    h3 {
        font-size: 3.33vw;
        line-height: 3.95vw;
    }
    .button {
        width: 82.39vw;
        height: 22.39vw;
        margin-top: 4.16vw;
        margin-bottom: 7.7vw;
    }
    h2 {
        font-size: 4.58vw;
        line-height: 5.41vw;
    }
    .block {
        margin-top: 2.08vw;
        gap: 4.58vw;
        flex-direction: column-reverse;
    }
    .block2 {
        flex-direction: column;
    }
    .block {
        margin-bottom: 6.45vw;
    }
    .block .left {
        width: 100%;
    }
    .block .right {
        width: 88.12vw;
    }
    .nr-text {
        font-size: 3.12vw;
        line-height: 4.16vw;
    }
    .block .nr-text {
        text-align: center;
    }
    .block h3 {
        margin-bottom: 3.54vw;
    }
    .wrap-sliders .slider1 {
        border: 0.83vw solid #FFF498;
        /*height: 43.75vw;*/
        height: auto;
        margin-bottom: 1.66vw;
        border-left: none;
        border-right: none;
    }
    .wrap-sliders .slider2 .item {
        font-size: 2.7vw;
        line-height: 3.33vw;
        padding-left: 5vw;
        padding-right: 5vw;
        /*max-width: 90vw;*/
    }
    .block2, .block3 {
        margin-bottom: 4.43vw;
    }
    .block2 .left, .block3 .left {
        border: 1.04vw solid #FFF498;
        border-right: none;
        border-left: none;
    }
    footer {
        padding-bottom: 11.25vw;
        padding-top: 6.25vw;
    }
    footer .line {
        height: 14.16vw;
        border: 1.36px solid #FFFFFF;

    }
    footer a:first-child svg {
        width: 35.94vw;
        height: 11.11vw;
    }
    footer a:last-child svg {
        width: 26.87vw;
        height: 12.71vw;
    }
    .slider1 .prev, .slider1 .next {
        width: auto;
        height: 21.25vw;
        margin-top: -10.62vw;
        left: -6.4vw;
    }
    .slider1 .next {
        left: auto;
        right: -6.4vw;
    }
    .play-button {
        width: 14.58vw;
        height: 14.58vw;
    }
    .center.nr-text {
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .video-container {
        height: 42.31vw;
    }
}
