@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

a {
    text-decoration: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
    /*max-width: 1920px;*/
    margin: 0 auto;
    background-color: #1c1b21;
    background-image: url('../img/background_picture.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: white;
}

.header_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-top: 30px;
    margin-bottom: 322px;
}

.img {
    width: 100%;
    height: auto;
}

.header_logo {
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-right: 65px;
}

.header_logo a {
    display: flex;
}

.header_container .navigation-icon {
    display: none;
}

.header_text_label {
    display: flex;
    padding-top: 12px;
}

.header_nav_container {
    display: flex;
}

.header_navigation {
    display: flex;
    flex-direction: row;
    height: 60px;
    gap: 56px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.header_navigation > li {
    display: flex;
    align-items: center;
    list-style: none;
}

.header_nav_link {
    color: white;
}

.main_container {
    max-width: 1110px;
    margin: 0 auto;
}

.sec_1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 179px;
}

h1 {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 50px;
}

h1 > span:first-child {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
}

h1 > span:last-child {
    font-weight: 700;
    font-size: 100px;
    line-height: 150px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px white;
}


/* --- Player start --- */
.sec_1_player,
.sec_4_player {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 130px;
}

.sec_1_player .play_button,
.sec_4_player .play_button {
    border: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-left: -10px;
    background: none;
    outline: none;
    cursor: pointer;
}

.sec_1_player .play_icon,
.sec_4_player .play_icon {
    font-size: 24px;
    width: 24px;
    color: white;
}

.sec_1_player .play_button,
.sec_4_player .play_button {
    cursor: pointer;
}

.sec_1_player .player_progress_container,
.sec_4_player .player_progress_container {
    display: flex;
    align-items: center;
    height: 44px;
    width: 100%;
    margin: 0 34px 0 22px;
    padding: 0 10px;
    cursor: pointer;
    touch-action: none;
}


.sec_1_player .player_progress,
.sec_4_player .player_progress {
    display: flex;
    align-items: center;
    width: inherit;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}

.sec_1_player .player_progress .player_progress_filled,
.sec_4_player .player_progress .player_progress_filled {
    position: relative;
    display: flex;
    height: 3px;
    width: 0;
    border-radius: 2px 0 0 2px;
}

.sec_1_player .player_progress .player_progress_thumb,
.sec_4_player .player_progress .player_progress_thumb {
    position: absolute;
    height: 21px;
    width: 3px;
    border-radius: 2px;
    right: -3px;
    top: -9px;
}

.sec_1_player .player_progress .player_progress_filled,
.sec_1_player .player_progress .player_progress_thumb,
.sec_4_player .player_progress .player_progress_filled,
.sec_4_player .player_progress .player_progress_thumb {
    background: #7A66CC;
}


.sec_1_player .time_info,
.sec_4_player .time_info {
    display: flex;
    align-items: center;
}

.sec_1_player .time_info .time,
.sec_4_player .time_info .time {
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.sec_1_player .time-divider,
.sec_4_player .time-divider {
    padding: 2px;
}

/* --- Player end --- */

.sec_1_pictures {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sec_1_pictures > a {
    text-decoration: none;
}

.sec_1_img {
    width: 100%;
    height: auto;
}

.sec_1_img_container {
    display: flex;
}

.sec_1_pictures > a > figure {
    position: relative;
}

.sec_1_figcaption {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: -webkit-fill-available;
    padding: 21px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: white;
    background-color: rgba(122, 102, 204, .5);
    border-radius: 20px 0;
}

.sec_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 236px;
}

.sec_2_aside {
    display: flex;
    flex-direction: column;
    width: 540px;
    margin-right: 5%;
}

.sec_2_heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 60px;
}

h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    margin-left: 30px;
}

.sec_2_paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    margin-bottom: 60px;
}

.sec_2_aside .read-more {
    display: none;
    color: #7A66CC;
    opacity: 0.7;
    width: fit-content;
    font-size: 14px;
    padding: 2px 0;
}

.sec_2_theses {
    display: flex;
    flex-direction: row;
}

.sec_2_theses_block {
    display: flex;
    flex-direction: column;
}

.sec_2_block_top {
    margin-right: 40px;
    margin-bottom: 30px;
}

div.sec_2_theses_block > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.sec_2_theses_block > div > p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.sec_2_marker {
    display: flex;
    height: 30px;
    width: 30px;
    background-color: #7A66CC;
    border-radius: 10px 0;
    margin-right: 20px;
}

.sec_2_photos {
    position: relative;
    display: flex;
    max-width: 445px;
}

.sec_2_img {
    width: auto;
    height: auto;
}

.sec_2_foreground_img {
    position: absolute;
    right: 95px;
    z-index: 1;
}

.sec_2_background_img {
    position: absolute;
    right: 100%;
    top: 127px;
    z-index: 0;
}


.sec_3_container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 265px;
    border: 1px solid white;
    border-radius: 30px 0;
}

.sec_3_p_container {
    display: flex;
    flex-direction: column;
    width: 520px;
    padding: 50px 0 50px 80px;
}

div.sec_3_p_container > p:first-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(227, 227, 227, 0.6);
}

div.sec_3_p_container > p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #7A66CC;
}

.sec_3_quotes {
    position: absolute;
    top: 54px;
}

.sec_3_foreground_img {
    position: absolute;
    right: 80px;
}

.sec_4_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 180px;
}

.sec_4_main_img_container {
    display: flex;
    padding-left: 18px;
}

.sec_4_main_img {
    height: auto;
    width: 100%;
    border-radius: 100%;
    padding: 18px;
    background-color: rgba(122, 102, 204, 0.6);
    box-shadow: 0 0 0 18px rgba(122, 102, 204, 0.3);
}

.sec_4_tracks_container {
    display: flex;
    flex-direction: column;
    width: 540px;
}

.sec_4_heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 60px;
}

.img_diagram_container {
    display: flex;
}

h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    margin-left: 30px;
}

.sec_4_player {
    margin-bottom: 50px;
}


/* playlist starts */
.sec_4_track_list_container {
    margin-bottom: 50px;
    width: inherit;
}

.sec_4_track_list {
    counter-reset: item;
    list-style-type: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    width: inherit;
}

.sec_4_container .sec_4_track_list .sec_4_track_list_item {
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
    width: inherit;
}

.sec_4_container .sec_4_track_list .sec_4_track_list_item .link-container {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.sec_4_container .sec_4_track_list .sec_4_track_list_item:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-right: 16px;
    color: #FFFFFF50;
}

.sec_4_container .sec_4_track_list .sec_4_track_list_item a {
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* animation starts */
@keyframes scrollText {
    0% {
        transform: translateX(0%);
        /* Початкове положення тексту */
    }

    100% {
        transform: translateX(-100%);
        /* Кінцеве положення тексту */
    }
}

.sec_4_container .sec_4_track_list .sec_4_track_list_item a.animated {
    padding-right: 75px;
    overflow: visible;
    animation: scrollText linear infinite;
    animation-delay: 0.5s;
    animation-play-state: running;
}

/* animation starts === ! active ! */

.sec_4_container .sec_4_track_list .sec_4_track_list_item a.active {
    font-weight: 600;
    color: #7A66CC;
}

/* playlist ends */


.sec_4_follow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sec_4_streamings {
    display: flex;
    flex-direction: row;
}

h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-right: 40px;
}

.sec_4_streamings > div > a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: white;
}

div.sec_4_streamings > div:first-child {
    margin-right: 30px;
}

.sec_4_spotify_block, .sec_4_itunes_block {
    display: flex;
    flex-direction: row;
    align-self: center;
}

.sec_4_icons {
    font-size: 20px;
    margin-right: 15px;
}

.sec_5_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 180px;
}

.sec_5_img_link {
    display: flex;
}

.sec_5_img_container {
    display: flex;
}

.sec_5_left_block {
    margin-right: 30px;
}

.sec_5_central_block {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.sec_5_central_block_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sec_5_central_left {
    margin-right: 30px;
}

.sec_5_central_block_bottom {
    position: relative;
    display: flex;
}

.sec_5_figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #7A66CC;
}

/* section 6 starts*/
.sec_6_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 200px;
}

.sec_6_slider_wrapper {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    touch-action: pan-y;
}

.sec_6_slider_wrapper .gallery-list {
    display: flex;
    flex-direction: row;
    transition: transform 0.3s;
}

.sec_6_ticket_container {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    max-height: 475px;
    margin-right: 30px;
    background: #2F2B2B;
    border-radius: 30px 0;
}

.sec_6_img_container {
    display: flex;
}

.sec_6_photo {
    display: flex;
}

h5 {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.sec_6_tittle .city {
    display: inline-flex;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF50;
}

.sec_6_tittle .concert-venue {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.sec_6_ticket_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

time {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 40px;
    width: 170px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF50;
}

.sec_6_button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 180px;
    background-color: #7A66CC;
    border-radius: 30px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#tickets-slider .sec_6_arrow_left, .sec_6_arrow_right {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 40px;
    border: 1px solid #ffffff90;
    border-radius: 10px 0;
    cursor: pointer;
}

.sec_6_arrow_left {
    left: -80px;
}

.sec_6_arrow_right {
    right: -80px;
}

.fa-arrow-left-long, .fa-arrow-right-long {
    color: #ffffff90;
}

#tickets-slider .arrow-container.disabled {
    opacity: 0.4;
}

#tickets-slider .dots_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#tickets-slider .carousel_dot {
    height: 10px;
    width: 10px;
    background-color: #FFFFFF;
    opacity: 0.3;
    border: 17px solid #1c1b21;;
    border-radius: 50%;
    cursor: pointer;
    transition: width 0.2s ease;
}

#tickets-slider .carousel_dot.active {
    height: 14px;
    width: 14px;
    opacity: 1;
}

/* section 6 starts*/

.footer_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.footer_logo {
    margin-bottom: 60px;
}

.footer_contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 27px;
    width: 564px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.footer_contacts_bold {
    margin-right: 30px;
    font-weight: 600;
}

.footer_contacts_email_link {
    text-decoration: none;
    color: #FFFFFF;
}

.footer_contacts_email {
    text-align: right;
}

.footer_media_icons_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
}

.footer_media_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    background-color: #7A66CC;
    border-radius: 100%;
    border: 8px solid #2C2C2C;
}

.footer_icons {
    font-size: 24px;
}

.footer_youtube {
    font-size: 18px;
}

.footer_twitter {
    font-size: 20px;
}

.footer_media_links {
    display: flex;
    color: white;
}

.footer_bottom {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF50;
}




