body{
    font-family: 'Lexend', sans-serif!important;
}
img.logo {
    max-height: 123px;
}
a{
    text-decoration: none!important;
}
a:hover{
    color: #f8b709!important;
    text-decoration: none;
}
.container{
    max-width: 1400px!important;
}
.container-sm {
    max-width: 1100px!important;
}
.row.top-menu {
    display: flex;
    justify-content: space-between!important;
}
.mr-2{
    margin-right: 10px;
}
img{
    max-width: 100%!important;
}
.bg {
    background: url(../../front/images/bg.png) no-repeat;
    height: 100vh;
    background-size: cover;
}
.bg-black-block{
    background: #000;
    height: 100vh;
}
.header-desktop {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.50);
    align-items: center;
    z-index: 3;
    position: relative;
}
section.header{
    width: 15vh;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}
.header-desktop .social-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 35px 0;
}
.header-desktop .icon {
    margin: 35px 0;
}
.logo {
    width: max-content;
    padding: 25px 0;
}
section .right {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    position: relative;
}
.main-sponsorship {
    position: absolute;
    bottom: -10%;
    right: 5%;
    display:none;
}
.main-sponsorship img {
    width: 120px;
}
.right .form {
    background: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.right .form a {
    color: #050505;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    gap: 8px;
}
.right .contact {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    padding: 9px 35px;
}
.right .contact a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.center-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 9%;
    gap: 15px;
}
.center-block .date {
    border-radius: 5px;
    background: #F8B709;
    color: #FFF;
    font-family: Lexend;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.66px;
    padding: 5px 35px;
}
.center-block .title {
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: -2.8px;
}
.center-block .text {
    color: #FFF;
    font-size: 23px;
    font-weight: 300;
    text-transform: capitalize;
}
.cd {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    padding: 15px 50px;
    gap: 35px;
    margin-top: 15px;
}
.cd .text {
    color: #FFF;
    font-size: 33px;
    font-weight: 500;
    text-transform: none;
}
span.color {
    color: #F8B709;
    font-size: 33px;
    font-weight: 500;
}
div#countdown {
    display: flex;
    gap: 25px;
}
div#countdown div {
    background: #fff;
    width: 120px;
    height: 90px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.bottom-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
img.poa {
    position: absolute;
    bottom: 25%;
    -webkit-animation: scale-up-center 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation-iteration-count: 350;
}
@-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .artist-image{
      border: 0.5em solid #000;
      border-radius: 50%;
      height: 14em;
      width: 14em;
  }

section.artist {
    background: #000;
    padding: 60px 0;
}
section.artists {
    background: #000;
    padding: 60px 0;
}
.art-text-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.art-text-block span.color {
    color: #F8B709;
    font-size: 60px;
    font-weight: 500;
}
.art-text-block .second {
    color: #EBEBEB;
    font-size: 75px;
    font-weight: 600;
    letter-spacing: -3px;
}
.art-text-block .text {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1.2px;
    width: 80%;
}
a.artbtn {
    border: 2px solid #F8B709;
    width: max-content;
    padding: 8px 25px;
    margin: 15px 0;
    color: #f8b709;
    text-decoration: none;
}
.imgp {
    padding: 10px 5px;
}
section.fest {
    background: url(../../front/images/sbg.png) no-repeat center;
    padding: 55px 0;
    margin-top: -2px;
    background-size:cover;
}
.border-size {
    border: 10px dashed #F8B709;
    margin: 0 45px;
}
.border-size .container-sm {
    padding: 75px 0;
}
.fest-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.fest-block .title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -2px;
}
.fest-block .text {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    width: 70%;
}
.fest-block .loc {
    background: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    margin: 0 1px 25px 0;
    display: flex;
    align-items: center;
}
.loc2 {
    display: flex;
    align-items: center;
}
section.fest .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.date span.black {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.reg {
    background: #f8b709;
    width: max-content;
    padding: 8px 35px;
    margin: 30px auto;
    color: #fff;
}
section.concert {
    background: #000;
    padding: 60px 0;
}
.concert-block {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.cnt-blocktitle {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.6px;
    text-align:center;
    margin-bottom:28px;
}
.bg-white-block {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px;
    border-radius: 5px;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1.6px;
}
section.footer {
    background: #000;
    padding: 90px 0;
}
.ff-block .text {
    color: #A1A1A1;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.68px;
}
section.footer .d-flex {
    flex-direction: column;
    gap: 20px;
}
.ff-block .social-icons {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}
section.footer .title {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1.2px;
    margin-top: 15px;
}
.fs-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0px;
}
.fs-block a {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}
.ff-b-block {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-around;
}
.ff-b-block .cpy {
    color: #A1A1A1;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.45px;
}
.ff-b-block .s {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    display: flex;
    gap: 20px;
}
.ff-b-block .s a{
    color: #A1A1A1;
    text-decoration: none;
}
.ff-b-block .s button.btn-policy {
    color: #A1A1A1;
    text-decoration: none;
    background: transparent;
    border: 0;
}
header .modal-header {
    border: 0;
    width: 15vh;
    height: 100vh;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: space-between!important;
    background: rgba(255, 255, 255, 0.50);
}
header .modal-header .btn-close{
    margin: 0;
    padding:0;
}
header .modal-content {
    background: #000!important;
}
header button.x {
    border: 0!important;
    background: none!important;
    margin-top: 25px;
}
header .modal-content {
    flex-direction: row!important;
}
header .modal-content .right {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
header .menu-l {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
header .menu-l a{
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    margin-top: 20px;
}
header .modal-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
header .modal-r .title{
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
header .ct-b {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
}
header .ct-b a{
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
}
section.artist-top {
    background-color: #000;
}
section.artist-top .right {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
section.artist-center {
    background-color: #000;
    padding: 60px 0;
}
.filter ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
.filter li {
    list-style: none;
}
.filter li a {
    color: #A1A1A1;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
}
.artist-item {
    background: #fff;
    margin: 45px 0;
    border-radius: 12px;
    width: 100%;
}
a.ylte {
    color: #f8b709 !important;
}
.artist-social {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F8B709;
}
.artist-social {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F8B709;
    padding: 20px 0;
    align-items: center;
    gap: 30px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.artist-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 2px;
}
.artist-info .name {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.2px;
}
.artist-info .loc {
    color: #A1A1A1;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
}
.artist-info .style {
    color: #A1A1A1;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
}
.worksmain {
    padding: 20px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.worksmain .csline {
    border: 1px solid #f8b709;
    width: 10%;
}
.worksmain .title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.2px;
}
.works {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0px;
    align-items: center;
    height: 80%;
}
section.form{
    background-color: #000;
}
section.form .right {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
section.form-center{
    background-color: #000;
}
section.form-center .title{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2.4px;
    margin-bottom: 15px;
}
section.form-center .sub-title{
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    width: 70%;
    margin: auto;
}
#eapps-instagram-feed-popup-1 {
    display: none!important;
}
.modal-backdrop.show {
    display: none!important;
}
.works img {
    width: 100%;
    height: 250px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 2px;
}
.works {
    gap: 11px;
}
.container-fliud.pos-re {
    position: relative;
}
.pop-ab {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.pop-ab .text-images {
    color: #FFF;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    width: 28%;
}
.pop-ab .name {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1.2px;
}
.col-12.col-md-6.niws {
    width: 35%;
    margin: auto;
}
img.wis {
    width: 50%;
}
section.contests {
    background: #000!important;
}
.contest-title {
    color: #fff!important;
    text-align: center!important;
    font-size: 70px!important;
    font-weight: 600!important;
}
.sub-title {
    text-align: center!important;
    color: #fff!important;
    font-size: 30px!important;
    margin-bottom: 28px!important;
}
.cnt-block {
    margin: 40px 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 30px;
}
.cnt-block.index {
    margin: 40px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 30px;
    min-height: 552px;
}
.cnt-block .group-name {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.cnt-block .title {
    color: #fff!important;
    font-size: 28px!important;
    margin-bottom: 22px!important;
    font-weight: 500!important;
    text-align: left!important;
    letter-spacing: 0!important;
}
.cnt-block .title span.color {
    color: #F8B709;
    font-size: 28px;
    font-weight: 500;
}
.cnt-block .date {
    margin-bottom: 8px;
}
.rules-block .title {
    color: #A1A1A1!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 30px!important;
    letter-spacing: -0.4px!important;
    text-align: left!important;
    margin-bottom: 6px!important;
}
.rules-block .list {
    color: #A1A1A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
}
.date {
    font-size: 22px!important;
    color: #fff!important;
}
.whblock {
    width: 100%!important;
    height: 100%!important;
    background: #fff!important;
    border-radius: 28px!important;
    padding: 12px 22px!important;
}
.whblock .title {
    font-size: 28px!important;
    font-weight: 500!important;
    color: #000!important;
    letter-spacing: 0!important;
    text-align: left!important;
}
.whblock .list {
    font-size: 22px!important;
}
section.vendors {
    background: #000;
    padding: 20px 0;
}
.vendors .title {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2.4px;
    text-align: center;
}
.vendors .sub-title{
    color: #FFF;
    text-align: center;
    font-size: 30px;    
    font-weight: 400;
}
.vendors-block .title{
    color: #FFF!important;
    text-align: center!important;
    font-size: 30px!important;    
    font-weight: 400!important;
}
.vendors-block {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
    justify-content: center;
}
img.vendors-img {
    height: 100px;
}
.contest-top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contest-top-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
.border-contests {
    margin-top: 46px!important;
    border-bottom: 1px solid #fff;
}
img.img-size {
    width: 51%;
}
a.cnt-href {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
    border: 2px solid #F8B709;
    padding: 8px 25px;
    margin: 15px 0;
    color: #f8b709;
}
section.concert-show {
    background: #000;
}
.concert-page-block{
    margin:24px;
}
.concert-page-block .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.concert-page-block .text {
    color: #A1A1A1;
    font-size: 20px;
    font-weight: 300;
}
img.img-size2 {
    width: 200px;
}
img.img-size2.new {
    width: 150px;
}
.container.checkout h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.2px;
    padding: 40px 0;
}
.checkout .tickets-block {
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 20px;
    margin-bottom: 14px;
    border-radius: 20px;
}
.checkout .ticket-cart {
    padding: 0;
    border: 0;
    margin: 0;
}
.checkout .tickets-dates {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}
img.ren {
    width: 115px;
}
img.rent {
    width: 96px;
}
.checkout .ticket-side {
    padding-bottom: 14px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #e2e2e2;
}
.checkout .box-2 {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    height: 97%;
    margin-bottom: 14px !important;
}
.checkout input.form-control {
    height: 50px!important;
    padding-left: 20px!important;
    font-size: 14px!important;
    color: #000!important;
}
.checkout input.form-control::placeholder{
    color: #a1a1a1;
}
.checkout .form-control:focus {
    border-color: #F8B709!important;
    box-shadow: 0 0 0 0.25rem #f8b70954!important;
}
.checkout button.btn.btn-primary.btm-blck {
    padding: 8px 34px!important;
    border-radius: 6px!important;
    background: #F8B709!important;
    border-color: #F8B709!important;
    text-transform: uppercase;
    margin-top: 12px;
}
.checkout button.btn.btn-primary.btm-blck:focus {
    box-shadow: 0 0 0 0.25rem #f8b70954!important;
}
.impressum-blocks {
    border: 1px solid #e2e2e2;
    padding: 30px;
    margin: 64px auto;
    width: 80%;
    border-radius: 8px;
}
.impressum-blocks .title {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 500;
}
.sub-side {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
}
.sub-side a {
    color: #000;
    text-decoration: underline!important;
}



section.error-top {
    height: 100vh;
    background: #000;
}
.payment-error-blocks {
    height: 100%;
    width: 50%;
    padding: 10% 0;
    margin: auto;
}
.payment-error-blocks .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    background: #fff;
    width: max-content;
    margin: auto;
    padding: 48px;
    border-radius: 10px;
    border: 1px solid #ff0000;
}
.payment-error-blocks .error-icon {
    background: #ff0000;
    font-size: 75px;
    color: #fff;
    font-weight: 900;
    padding: 24px 54px;
    border-radius: 100px;
}
.payment-error-blocks .return a {
    border: 1px solid #ff0000;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}
.payment-error-blocks .return a:hover {
    color: #ff0000!important;
}
.payment-error-blocks .description {
    text-align: center;
}
.payment-error-blocks .text-area {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.payment-success-blocks {
    height: 100%;
    width: 50%;
    padding: 10% 0;
    margin: auto;
}
.payment-success-blocks .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    background: #fff;
    width: max-content;
    margin: auto;
    padding: 48px;
    border-radius: 10px;
    border: 1px solid #67ba6a;
}
.payment-success-blocks .success-icon {
    background: #67ba6a;
    font-size: 75px;
    color: #fff;
    font-weight: 900;
    padding: 24px 54px;
    border-radius: 100px;
}
.payment-success-blocks .description {
    text-align: center;
    display: flex;
    gap: 4px;
}
.payment-success-blocks .text-area {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.payment-success-blocks .return a {
    border: 1px solid #67ba6a;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: #67ba6a;
    font-weight: 500;
}
.payment-success-blocks .return a:hover {
    color: #67ba6a!important;
}
.container-fliud.pos-re .container .images img {
    width:100%;
}
.thx-blocks {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
    gap: 12px;
}
.thx-blocks .title {
    font-size: 24px;
    font-weight: 600;
}
.thx-blocks .text {
    width: 32%;
    text-align: center;
}
a#pdfMake {
    background: #000;
    padding: 8px 22px;
    color: #fff;
    border-radius: 2px;
}
.program-road-map {
    display: flex;
}
section.program {
    background: #000;
}
.road-map {
    min-height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.road-map-left {
    text-align: right;
    padding-right: 75px;
}
.road-map-right {
    text-align: left;
    padding-left: 75px;
}
.road-map-sides {
    width: 5px;
    background: #fff;
    border-radius: 4px;
    min-height: 900px;
}
.road-map.sunday {
    display: flex;
    justify-content: flex-end;
}
.road-map.saturday {
    display: flex;
    justify-content: center;
    height: 100%;
}
.eclipse {
    width: 40px;
    height: 40px;
    background: #F8B709;
    border-radius: 100px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eclipse .bl {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #fff;
}
.eclipse.friday {
    top: 26%!important;
    right: -97px;
}
.eclipse.saturday {
    left: -97px;
}
.eclipse.sunday {
    top: 60%;
    right: -97px;
}
.program-area .p-title {
    color: #FFF;
    font-family: Lexend;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.4px;
    text-align: center;
    margin-left: 75px;
}
.program-area .s-text {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 75px;
    margin-bottom: 120px;
}
.road-map .title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.road-map .text-w {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
.road-map .text-g {
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 400;
}
.road-map-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-top: 120px;
}
.road-map-bottom .title {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.road-map-bottom .bt-bl {
    border-radius: 10px;
    border: 3px solid #FFF;
    width: max-content;
    padding: 8px 26px;
}
.road-map-b-left,.road-map-b-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.road-map-bottom .bt-bl a {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.12px;
}
img.grp-img {
    max-height: 365px;
    width: 100%;
    object-fit: cover;
}
img.grp-img2 {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}
.d-flex.ft {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
}
.main-s img {
    max-width: 125px !important;
}
section.judges-of-titans-body {
    background: #000;
}
.jot-title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 64px;
}
.judges-info-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
}
.judges-info-area .items {
    flex: 0 0 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.judges-info-area .items img {
    border: 2px solid #fff;
    border-radius: 200px;
}
.judges-name {
    margin-top: 14px;
    color: #fff;
    font-size: 22px;
}
.judges-country {
    font-size: 18px;
    color: #fff;
}
section.shows-side {
    background: #000;
}
section.shows-side .title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    letter-spacing: -1.6px;
    margin-bottom: 30px;
}
section.shows-side .sub-text {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 104px;
}
.top-info-side {
    display: flex;
    align-items: center;
    gap: 180px;
}
.top-info-side .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.top-info-side .left .top {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.top-info-side .left .bottom {
    color: #F8B709;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.top-info-side .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
    justify-content: center;
}
.top-info-side .right .date {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.top-info-side .right .text {
    color: #A1A1A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-info-side .right .date img {
    width:42px;
}
.image-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 42px;
}
.hwg-modal-block .modal-content {
    border-radius: 17px;
    background: #000;
    border: none;
}
.hwg-modal-block .modal-content .modal-header {
    background: #f8b709;
    border-radius: 17px 17px 0px 0px;
    border: none;
}
.hwg-modal-block .modal-content .modal-header .btn-close {
    opacity: 1;
    outline: none;
    box-shadow: none;
}
.hwg-tab-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.hwg-tab-buttons button {
    padding: 5px 15px;
    border-radius: 200px;
    width: 150px;
    background: transparent;
    border: 2px dashed #000;
    color: #000;
    font-size: 15px;
    outline: none;
}
.hwg-tab-buttons button.active {
    background: #000;
    color: #fff;
    font-weight: 500;
}
.hwg-modal-block .modal-content .modal-body .modal-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}
#htg-tab iframe {
    min-height: 200px;
    height: 100%;
    border-radius: 10px;
}
#htg-tab a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 400;
}
#htg-tab a img {
    width: 25px;
    height: 25px;
}
.hwg-modal-block .modal-dialog {
    max-width: 800px;
}
.wts-card-left img {
    border-radius: 17px;
    aspect-ratio: 1;
    object-fit: cover;
    min-width: 240px;
    min-height: 240px;
    width: 100%;
    height: 100%;
}
.wts-cr-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.wts-cr-title h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 2px;
}
.wts-cr-score {
    background: #f8b709;
    color: #fff;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    border-radius: 200px;
    width: 50px;
    height: 50px;
}
.wts-cr-score h5 {
    font-size: 17px;
    margin: 0px;
    line-height: normal;
}
.wts-badge span {
    background: #fff;
    padding: 5px 15px;
    border-radius: 200px;
    font-size: 14px;
    font-weight: 400;
}
.wts-links {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.wts-links a {
    font-size: 14px;
    color: #959595;
    text-decoration: underline !important;
}
.wts-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 35px;
}
.wts-seemore {
    padding: 10px 30px;
    background: #f8b709;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.wts-seemore:hover {
    color: #fff !important;
}
.wts-cr-title {
    width: 75%;
}
.hwg-popup-btn {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: #f8b709 !important;
    border: none !important;
    outline: none;
    padding: 10px 15px !important;
    font-size: 14px !important;
    border-radius: 200px !important;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 8;
}
.hwg-popup-btn:hover,.hwg-popup-btn:active,.hwg-popup-btn:target,.hwg-popup-btn:focus {
    background: #f8b709 !important;
    box-shadow: none !important;
}
.hwg-popup-left {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
img.setio {
    border-radius: 100px;
    border: 8px solid #fff;
}
img.b-set {
    border: 8px solid #fff;
    border-radius: 100px;
}
.tabcontent .text-side .text-white {
    font-size: 18px;
}
.text-white.s.mb-2 {
    font-size: 22px;
    margin-top: 64px;
}
.stitle {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 44px!important;
}
.tabfe button.tablinks.active {
    background: #fff;
    margin-right: 14px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tabfe button.tablinks {
    border: 0;
    outline: 0;
    color: #A1A1A1;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 32px;
    background:transparent;
}
.tabcontent .text-side {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
}
.tabcontent .text-side .mb-2 {
    margin-bottom: 24px !important;
}
.lang-box {
    background: #fff;
    width: max-content !important;
    padding: 12px 32px;
    position: absolute;
    right: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.lang-box:hover > .passive {
    display: block;
}
.lang-box .passive {
    display: none;
}
.lang-box a {
    display: flex;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.ticket-body .hwg-block {
    display: none;
}
section.piercing-artists {
    background: #000;
    padding: 44px 0;
}
.index-last-side .title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.6px;
    margin-bottom: 40px;
}
.index-last-side .artist-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}
.index-last-side .artist-area .items {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #F8B709;
    background: rgba(255, 255, 255, 0.15);
    padding: 40px;
}
.index-last-side .artist-area .items .titles {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-bottom:20px;
}
.index-last-side .artist-area .items .s-title {
    color: #A1A1A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
}
.index-last-side .artist-area .items .href {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media  (max-width:1680px) {
    .works img {
        width: 100%;
        height: 231px;
        aspect-ratio: 1;
        object-fit: cover;
    }
    .container{
        max-width: 1300px!important;
    }
    .center-block{
        margin-top: 8%;
    }
    .bg {
        background-size: cover;
    }
    section.fest {
        background-size: cover;
    }
}
@media  (max-width:1440px) {
    .wts-seemore {
        font-size: 15px;
    }
    .works img {
        width: 100%;
        height: 210px;
    }
    .container{
        max-width: 1200px!important;
    }
    footer .container{
        max-width: 1400px!important;
    }
    .center-block{
        margin-top: 5%;
    }
    .works img {
        width: 200px;
    }
    .top-sponsor {
        right: 7%;
    }
}
@media  (max-width:900px) {
    .hwg-modal-block .modal-dialog {
        max-width: 100%;
    }
    .wts-seemore {
        font-size: 14px;
        padding: 8px 15px;
    }
    .wts-cr-score h5 {
        font-size: 15px;
    }
    .wts-cr-score {
        width: 40px;
        height: 40px;
    }
    .wts-links {
        margin-bottom: 5px;
    }
    .wts-badge span {
        font-size: 12px;
    }
    .wts-cr-title h4 {
        font-size: 21px;
    }
    .wts-items {
        gap: 25px;
        margin-bottom: 25px;
    }
    .wts-card-left img {
        aspect-ratio: unset;
        object-fit: unset;
        width: 100%;
        height: 100%;
    }
    .wts-card-left {
        margin-bottom: 15px;
    }
    .hwg-modal-block .modal-content .modal-body .modal-title {
        font-size: 20px;
    }
    .hwg-tab-buttons button {
        width: fit-content;
        font-size: 14px;
    }
    #htg-tab a img {
        width: 22px;
        height: 22px;
    }
    #htg-tab a {
        font-size: 13px;
    }
    .hwg-popup-left {
        border-right:none;
        border-bottom: 1px solid #fff;
        padding-right: 0;
        padding-bottom: 5px;
        width: 100%;
        text-align: center;
    }
    .hwg-popup-btn {
        gap:5px;
        flex-direction: column;
        font-size: 13px !important;
        border-radius: 10px !important;
    }
    .works {
        padding: 20px 10px 0 10px;
        display: flex;
    }
    .bg {
        background-size: cover;
        background-position: bottom;
        height:100%;
    }
    .header-desktop .icon {
        margin: 25px 0;
    }
     .header-desktop {
        height: 100vh;
        background: transparent;
        z-index: 9999;
    }
    .social-icons.he{
        display: none;
    }
    .center-block .title {
        font-size: 28px;
        letter-spacing: -.8px;
        margin-top: 10px;
        text-align: center;
    }
    .center-block .text {
        font-size: 18px;
        text-align: center;
        width: 80%;
        margin-top: 15px;
    }
    .center-block .date {
        font-size: 18px !important;
    }
    .cd {
        padding: 15px 40px;
        gap: 10px;
        flex-direction: column;
        margin-top: 30px;
    }
    div#countdown {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    div#countdown div {
        background: #fff;
        width: 110px;
        height: 55px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cd span.color {
        color: #F8B709;
        font-size: 28px;
        font-weight: 500;
    }
    .cd .text {
        font-size: 22px;
        text-align: center;
    }
    .center-block {
        margin-top: 0;
        padding: 70px 0px 90px 0px;
    }
    .art-text-block span.color {
        font-size: 30px;
    }
    .art-text-block .second {
        font-size: 45px;
    }
    .art-text-block .text {
        font-size: 18px;
    }
    .border-size {
        border: 7px dashed #F8B709;
        margin: 0 20px;
    }
    .fest-block .title {
        font-size: 28px;
    }
    .fest-block .text {
        font-size: 18px;
        width: 80%;
    }
    .fest-block .loc {
        padding: 15px 10px;
        width: 90%;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 5px;
    }
    section.fest .date {
        font-size: 20px;
    }
    .date span.black {
        font-size: 24px;
        margin-bottom: 15px;
    }
    img.mr-2 {
        width: 35px;
    }
    section.form-center .title{
        font-size: 32px;
    }
    section.form-center .sub-title {
        font-size: 18px;
        width: 100%;
    }
    .ff-b-block {
        flex-direction: column;
        gap: 15px;
    }
    .ff-b-block .cpy {
        font-size: 15px;
        text-align: center;
        width: 86%;
    }
    section.header {
        width: 10vh;
    }
    .logo {
        width: auto;
        padding: 15px 0;
    }
    .right .contact{
        display: none;
    }
    .row.top-menu {
        justify-content: flex-end!important;
    }
    .bottom-block{
        display: none;
    }
    .social-icons.mn{
        display: none!important;
    }
    header .modal-header {
        background: transparent;
        position: absolute;
        z-index: 2;
        height: 15vh;
    }
    header .modal-content .right{
        justify-content: space-between;
    }
    .socail-mheader {
        display: flex;
        gap: 20px;
    }
    .socail-mheader a {
        rotate: 90deg;
    }
    header .menu-l a {
        font-size: 20px;
    }
    header .menu-l {
        gap: 0px;
    }
    header .modal-r {
        margin-top: 20px;
    }
    header .ct-b a {
        font-size: 15px;
    }
    .loc2 {
        font-size: 16px;
        gap: 7px;
    }
    header button.x {
        margin-top: 40px;
    }
    .artist-social{
        border-bottom-left-radius: 0;
    }
    .works {
        padding: 0 20px 0 20px;
    }
    .works img {
        width: 95px;
        margin-top: 15px;
    }
    .right .form {
        padding: 10px 10px;
    }
    .artist-center .filter {
        overflow: auto;
        width: 100%;
    }
    .filter ul {
        flex-direction: row;
        z-index: 99;
        position: relative;
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
        width: max-content;
        gap: 15px;
    }
    .form-center .col-12.mt-5 {
        width: 90%;
        margin: auto;
    }
    .pop-ab {
        position: absolute;
        top: 4%;
        bottom: 0px;
        left: 5%;
        right: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        gap: 5px;
    }
    .pop-ab .text-images {
        color: #FFF;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -1px;
        width: 100%;
    }
    .pop-ab .name {
        color: #FFF;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -1.2px;
    }
    .col-12.col-md-6.niws {
        width: 70%;
        margin: auto;
    }
    img.wis {
        width: 60%;
    }
    .concert-block .title {
        margin-top: 30px!important;
    }
    .bg-white-block {
        margin-top: 15px;
    }
    .contest-title {
        font-size: 28px!important;
    }
    .sub-title {
        font-size: 18px!important;
    }
    .cnt-block {
        margin: 30px 0 !important;
        flex-direction: column;
    }
    .cnt-block .title {
        font-size: 22px !important;
        margin-bottom: 12px !important;
    }
    .cnt-block .title span.color{
        font-size: 22px!important;
    }
    .cnt-block .date {
        margin-bottom: 6px;
        font-size: 16px !important;
    }
    .cnt-block .friday,.cnt-block .saturday,.cnt-block .sunday {
        margin-bottom: 12px;
    }
    .whblock .title {
        font-size: 24px!important;
        font-weight: 500!important;
    }
    .whblock .list {
        font-size: 18px!important;
    }
    .vendors .sub-title {
        font-size: 22px;
    }
    .vendors .title {
        font-size: 44px;
    }
    .contest-top-text{
        margin-top:24px;
    }
    img.img-size {
        width: 56%;
    }
    .cnt-block {
        justify-content: space-evenly;
        padding: 30px 15px;
    }
    .impressum-blocks {
        padding: 18px 24px;
        width: 100%;
    }
    .impressum-blocks .title {
        font-size: 18px;
    }
    .impressum-blocks .text {
        font-size: 14px;
    }
    .payment-error-blocks {
        width: 90% !important;
        padding: 15% 0;
    }
    .payment-error-blocks .block {
        padding: 24px;
        width: 100%;
    }
    .payment-error-blocks .text-area {
        font-size: 18px;
    }
    .thx-blocks .title {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    .thx-blocks .text {
        width: 75%;
        text-align: center;
    }
    .payment-success-blocks .block {
        width: 100%;
    }
    .road-map-sides-m {
        width: 20px;
        background: #fff;
        min-height: 900px;
        margin: 0 32px 0 20px;
        border-radius: 8px;
    }
    .road-map.saturday {
        display: flex;
        justify-content: center;
        height: auto;
    }
    .road-map {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        margin-bottom: 55px;
    }
    .eclipse.friday {
        top: 47% !important;
        right: unset;
        left: -56px;
    }
    .road-map .title {
        color: #FFF;
        font-size: 28px !important;
        margin-bottom: 6px;
    }
    .road-map span.color {
        font-size: 28px !important;
    }
    .eclipse.saturday {
        left: -57px;
    }
    .eclipse.sunday {
        top: 47%;
        right: unset;
        left: -57px;
    }
    .program-area .p-title {
        font-size: 36px;
        margin-left: 0;
        padding-top: 40px;
    }
    .program-area .s-text {
        font-size: 24px;
        margin-left: 0;
        margin-bottom: 80px;
    }
    .road-map .text-w,.road-map .text-g {
        font-size: 16px;
    }
    .road-map-bottom {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        justify-content: space-around;
        margin-top: 80px;
        gap: 40px;
        padding-bottom: 40px;
    }
    .road-map-b-left, .road-map-b-right {
        gap: 20px;
    }
    .road-map-bottom .title {
        font-size: 20px;
    }
    .road-map-bottom .bt-bl a {
        font-size: 18px;
    }
    .main-sponsorship {
        position: absolute;
        bottom: -20%;
        right: -10%;
        width: 80px;
    }
    .judges-info-area {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 16px 0;
        justify-content: unset;
        margin-bottom: 220px;
    }
    .judges-info-area .items {
        flex: 0 0 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 500px;
    }
    .jot-title {
        margin-top: 64px !important;
    }
    .mbt.d-block.d-md-none {
        background: #fff;
        padding: 10px 24px;
        margin-top: 13px;
        border-radius: 7px;
    }
    .mbt.d-block.d-md-none a {
        display: flex;
        align-items: center;
        gap: 16px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }
    section.shows-side .title {
        margin-top: 64px;
    }
    .top-info-side {
        align-items: flex-start;
        gap: 28px;
        flex-direction: column;
    }
    .top-info-side .right .date {
        font-size:18px!important;
    }
    .top-info-side .right .text {
        font-size: 18px;
    }
    .top-info-side .left {
        gap: 8px;
    }
    .image-area img {
        flex: 0 0 32%;
    }
    .tabfe button.tablinks {
        font-size: 18px;
        text-align: left;
    }
    .tabfe {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .index-last-side .artist-area {
        flex-direction: column;
    }
    .index-last-side .artist-area .items {
        padding: 28px;
    }
    
    
    
}
