@font-face {
    font-family: 'JadesFont';
    src:
        /* url('font/NeueHaasDisplayThin.ttf') format('truetype'), */
        url('font/NeueHaasDisplayMediu.ttf') format('truetype'),
        url('font/NeueHaasDisplayLight.ttf') format('truetype');
}

body {
    font-family: 'JadesFont', sans-serif;
    background: #000;
    font-size: 13px;
    line-height: 1.15;
    color:#fff;
}

a {
    text-decoration: none
}



.sub-menu{

    background: #000;
    padding: 15px;
    font-size: 17px;
    color: white;
    text-transform: uppercase !important;

}

.navbar-nav > li.has-sub > ul {

    /* display: none; */
    position: absolute;
    z-index: 1;
    bottom: 4.2em;
    left: 35%;

}

.sub-menu-link{

    line-height: 2em;

}



@media(max-width: 768px) {

    .navbar-nav > li.has-sub > ul {
        display: none;
        position: relative;
        z-index: 1;
        bottom: 0;
        left:auto;

    }

    .sub-menu-link{
        line-height: 1.5em;
    }

}

/*.navbar-nav > li.has-sub:hover  > ul {
    display: block;

} */



.sub-link{

    font-size: 16px;
    color: white;
    text-transform: uppercase !important;
}

.sub-menu {
    display: none;
}

.sub-menu.show li {
    /* display: block; */
    margin: 15px 0;
}


.sub-menu.show {
    display: block !important; 

}




.form-control {
   
    width: 100%;
    padding: .6rem .95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #000;
    background-clip: padding-box;
    border: 2px solid white;
    border-radius: 0;
    
}

textarea.form-control {
    height: calc(9em + .25rem + calc(var(--bs-border-width)* 2));
}


.btn-primary {
    padding: .7rem;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 18px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
}


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ffffff;
  
}









a,
button {
    color: inherit;
    outline: none
}

ol,
ul {
    list-style: none
}

.navbar{
    background: #000;
    height: 80px;
}
.navbar>.container-fluid{
    justify-content: center;
}
.nav-link{
    font-size: 18px;
    color: white;
    text-transform: uppercase !important;
}
.hq{
    justify-content: space-between;
    margin-right: auto!important;
    margin-left: auto!important;
}
.hq>.nav-item{
    padding-left: 8px;
    padding-right: 8px;
}
.nav-content{
    display: none;
}
@media (min-width: 768px) {
    .nav-content{
        display: block;
    }
}
@media (max-width: 766px) {
    
    .navbar {
    height: 60px;
}
    
    
    .navbar .mobile{
        background: #000;
        position: fixed;
        bottom: 0;
        top: 0;
        flex-direction: column;
        font-size: 2.5rem;
        height: auto;
        width: 100%;
        justify-content: space-evenly;
        display: block;
        z-index: 1020;
        text-align: center;
        padding-top: 75px;
    }
    .mobile >.hq .nav-item{
        /* margin-top: 8px; */
        margin-bottom: 15px;
    }
    
    .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-toggler {
    border:0;
}


    
}
@media (max-height: 400px) {
    .nav-content {
      max-height: 400px; /* Adjust as needed */
      overflow-y: auto;
    }
  }

.navbar-toggler{
    color: #fff;
    z-index: 1050;
}
.content {
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%
}

.page-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
    align-items: center;
    height: 75px;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
   
}
.page-menu>button {
    background: none;
    border: none;
}

.page-menu-button {
    font-size: 1.25rem;
    opacity: .5;
    transition: opacity .4s ease;
    vertical-align: middle;
    font-weight: 300;
}

.pmb-active,
.pmb-active:hover {
    opacity: 1;
}

.page-menu-button:hover {
    opacity: .25;
}

.page-menu-link {
    font-size: 1.6rem;
    opacity: .5;
    transition: opacity .4s ease;
    vertical-align: middle;
    margin-left: 10px;
}

.pml-active,
.pml-active:hover {
    opacity: 1;
}

.page-menu-link:hover {
    opacity: .35;
    text-decoration: underline;
}

.collab-menu-button {
    font-size: 1.3rem;
    opacity: .5;
    transition: opacity .4s ease;
    vertical-align: middle;
    margin-left: 30px;
    text-align: left;
}

.pml-active,
.pml-active:hover {
    opacity: 1;
}

.collab-menu-button:hover {
    opacity: .35;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-menu-button {
        font-size: 1.15rem;
    }
    .page-menu-link, .collab-menu-button {
        font-size: 1.15rem;
    }
}

.wrapper {
    margin-top: 70px;
    min-height: 60vh;
    max-width: 100vw;
    position: relative;
    padding: 20px;
    font-size: 13px;
    margin-bottom: 8rem;
}

    /* Home page */
    .video-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    #myVideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .np-hide{
        display: none !important;
    }
    .nav-player{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background: #000;
        height: 90px;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;

    }
    .nav_button_text{
        letter-spacing: .1rem;
        text-transform: uppercase;
        transform: rotate(-90deg) translateY(100%);
        transition: opacity .4s ease;
        white-space: nowrap;
        transform-origin: left bottom;
        position: absolute;
        left: 0;
        padding-top: 2rem;
        padding-left: 6rem;
        font-size: 1.4rem;
    }
    @media(max-width: 768px) {
        .nav_button_text {
            visibility: hidden;
        }
        
     .nav-player {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #000;
    height: 70px;
    position: fixed;
    right: 0;
    top: 0.2rem;
    left: 0;
    z-index: 5;
        }
    }

    /* Music Player */
    .player {
        font-size: 17px;
        pointer-events: none;
        transition: opacity .4s ease,visibility .4s ease;
        z-index: 4;
        /* position: relative; */
        display: flex;
    }
    .player-button {
        align-items: center;
        bottom: .1rem;
        display: flex;
        left: 80px;
        pointer-events: auto;
        position: absolute;
        transition: opacity .4s ease;
        background: none;
        border: none;
    }
    .player-button:hover {
        opacity: .5
    }

    .player-button-cancel {
        background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path fill="%23fff" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>') no-repeat 50%/contain;
        bottom: 1.8rem;
        left: 30px;
        pointer-events: auto;
        position: absolute;
        transition: opacity .4s ease;
        border:none;
        width: 27px;
        height: 27px;
    }
    .player-button-icons {
        height: 2.6rem;
        position: relative;
        width: 2.6rem;
        color: #fff;
        display: flex;
    }
    .player-button-play {
        background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 28"><path fill="%23fff" d="M0 0v28l22-14L0 0z"/></svg>') no-repeat 50%/contain;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        pointer-events: auto;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: opacity .4s ease, transform .4s ease;
        width: 25px;
        height: 25px;
    }
    .player-button-paused .player-button-play {
        opacity: 1;
        visibility:visible;
        transform: translate(-50%,-50%) scale(1)
    }
    .player-button-pause {
        background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 28"><path fill="%23fff" d="M.5 0h7v28h-7zM14.5 0h7v28h-7z"/></svg>') no-repeat 50%/contain;
        left: 50%;
        opacity: 1;
        pointer-events: auto;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: opacity .4s ease, transform .4s ease;
        width: 25px;
        height: 25px;
        margin-left: -10px;
    }
    .player-button-paused .player-button-pause {
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%,-50%) scale(.25)
    }
    .player-button-next {
        background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.72 28"><path fill="%23fff" d="M0 0v28l22-14L0 0zM23.72 0h7v28h-7z"/></svg>') no-repeat 50%/contain;
        bottom: 1.9rem;
        left: 120px;
        pointer-events: auto;
        position: absolute;
        transition: opacity .4s ease;
        border:none;
        width: 25px;
        height: 25px;
    }
    .player-button-next:hover {
        opacity: .5
    }
    .player-progress {
        align-items: center;
        bottom: 1.4rem;
        display: flex;
        height: 2.3rem;
        left: 46%;
        pointer-events: auto;
        position: absolute;
        transform: translateX(-50%);
        transition: opacity .4s ease;
        width: 450px;
        border: none;
        background: inherit;
    }
    .player-progress:hover {
        opacity: .5
    }
    .player-progress-line {
        background: hsla(0,0%,100%,.5);
        height: .2rem;
        margin-top: .2rem;
        pointer-events: none;
        position: relative;
        width: 100%
    }
    .player-progress-length {
        background: #fff;
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        transform: scaleX(0.01);
        transform-origin: left;
        width: 100%
    }

    .player-title {
           bottom: 1.2rem;
    line-height: 1;
    position: absolute;
    right: 70px;
    font-size: 12px;
    }
    .player-fullscreen {
        background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M2 9H0v5h5v-2H2V9zM0 5h2V2h3V0H0v5zm12 7H9v2h5V9h-2v3zM9 0v2h3v3h2V0H9z" fill="%23fff" fill-rule="evenodd"/></svg>') 50%/cover;
        bottom: 2.3rem;
        pointer-events: auto;
        position: absolute;
        right: 20px;
        transition: opacity .4s ease;
        width: 25px;
        height: 25px;
    }
    .player-fullscreen:hover {
        opacity: .5
    }
    .player-disclaimer {
        bottom: 6.5rem;
        font-size: 15px;
        line-height: 1.2rem;
        position: absolute;
        right: 0;
        transform: rotate(90deg) translateY(100%);
        transform-origin: bottom right;
        white-space: nowrap
    }

    @media(max-width: 768px) {
        #nav-main.np-hide{
            display: block !important;
        }
        .player-button {
            bottom:-2.5rem;
            /* bottom:auto; */
            left: 1rem;
            top: 0;
        }
        .player-button-cancel {
            display: none;
        }
        .player-button-icons{
            left: 1.2rem;
            /* bottom:auto; */
            top: 0;
        }
        .player-button-pause {
            width: 25px;
            height: 25px;
            margin-left: -2px;
        }
        .player-button-next {
            bottom:1.5rem;
            left: 4.6rem;
            /* top: 3.7rem; */
        }
        .player-fullscreen {
            display:none
        }
        .player-disclaimer {
            display:none
        }
        .player-title {
            display:none
        }
        .player-progress {
            bottom:1rem;
            left: 8rem;
            right: 4.5rem;
            /* top: 3.4rem; */
            transform: none;
            width: auto;
        }
        .player-progress-line {
            margin-top:0
        }
    }

.music-item {
    text-align: center;
    transition: opacity .4s ease;
    border: 1px solid #383838;
    border-radius: 1rem;
    margin-bottom: 20px;
    cursor: pointer;
}

.music-item-title {
    margin-top: 2rem;
    font-weight: 500;
}

.music-item-media {
    position: relative;
    height: 400px;
    backdrop-filter: blur(8px);
    overflow: hidden;
    background-repeat: no-repeat;

}

.music-item-media img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.music-item-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.music-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border-radius: 15px;
}
.music-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.music-item-name {
    margin-top: 10px;
    font-size: 20px;
    font-weight: inherit;
    text-align: left;
    margin-bottom: 0;
}
.tour-list {
    cursor: pointer;
    margin: auto;
    font-size: 1.3rem;
    padding-bottom: 20px;
}

.tour-list:hover {
    color: #9c9393;
}

.tour-list-header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: opacity .4s ease;
}

.tour-year,
.tour-date {
    width: 50px;
}

.tour-location {
    margin-right: 15px;
}

.tour-link {
    text-decoration: underline;
    text-align: right;
}

@media (max-width: 768px) {
    .tour-list {
        font-size: 1.2rem;
    }

    .tour-list-header {
        min-height: auto;
    }
    .tour-year,
    .tour-date {
        width: 50px;
    }

    .music-item-name {
        font-size: small;
    }

}

@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important;
    }
}

.press-item-date {
    margin-top: 0;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 768px) {
    .press-item-media {
        position: relative;
        height: 500px;
        width: auto;
    }

    .press-item-image {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.card-press-image {
    width: 100%;
    height: auto;
}

.press-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border-radius: 15px;
}
.press-item-name {
    margin-top: 10px;
    font-size: medium;
    font-weight: inherit;
    text-align: left;
    margin-bottom: 0;
}

.press-item-date {
    margin-top: 0;
    font-size: medium;
    font-weight: normal;
    text-align: left;
}

.record-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border-radius: 15px;
    margin-bottom: 25px;
}
.record-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.record-item-title {
    margin-top: 10px;
    font-size: medium;
    font-weight: inherit;
    text-align: left;
    margin-bottom: 0;
}
.record-header{
    text-align: center;
    margin-bottom: 40px;
}
.record-header-desc{
    font-size: 18px;
    line-height: 1.2rem;
    margin: 3rem auto 0;
    font-weight: lighter;
    transition: opacity .4s ease;
    width: 50% !important;
}
.record-header-media{
    height: 300px;
    position: relative;
    transition: opacity .4s ease;
    width: 100%;
}
.record-header-image{
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    /* position: absolute; */
    top: 0;
    width: 100%;
}
.biography-desc{
    font-size:large;
    line-height: 1.3rem;
    margin: 2rem auto 2rem;
    transition: opacity .4s ease;
    width: 50% !important;
}
@media (max-width: 768px){
    .record-header-desc {
        line-height: 1.2;
        margin-top: 2rem;
        font-size: 0.9rem;
        width: 85% !important;
    }
    .biography-desc {
        line-height: 1.2;
        margin-top: 2rem;
        font-size: 14px;
        font-size:large;
        width: 100% !important;
    }
}

/* Collab */
.collab-list {
    cursor: pointer;
    margin: auto;
    font-size: 1.25rem;
    padding-bottom: 20px;
}

.collab-list:hover {
    color: #fff;
}

.tour-list-header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: opacity .4s ease;
}
.collab-title {
    margin-right: 10px;
    text-align: left;
}
.collab-link a{
    margin-right: 2px;
    text-decoration: none;
    text-align: right;
}

.collab-btn a {
    /* margin-right: 2px; */
    text-decoration: none;
    text-align: right;
    border: 2px solid #d7d7df;
    padding: 5px 10px;
}

.collab-btn a:hover {
    text-decoration: none;
}


.collab-link a:hover {
    text-decoration: underline;
}
.show-collab{
    display: none;
}
.show{
    display: block;
}
@media (max-width: 768px) {
    .collab-list {
        font-size: 1.12rem;
    }

}
.biography-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-info {
    margin: auto;
    padding: 3rem 0 0;
    font-size:25px;
    text-align: left;
    
}

.contact-info a {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .contact-info {
        
        display: flex;
        flex-direction: column;
        font-size:15px;
        justify-content: center;
        margin-top: 2rem;
        min-height: 0;
        padding: 0;
        text-align: left;
        width: 100% !important;
    }

    

    .contact-info a:not(:last-child) {
        margin-bottom: 10px;
    }

    .contact-info a:before,.contact-info br {
        display: none;
    }

    .contact-info p:first-child {
        
    }

    .contact-info p:first-child a {
        font-size: 20px;
    padding: 0 5px;
    }

    .contact-info p:not(:first-child) {
        margin-top: 10px;
    }
}
/* Videos */
.video-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border-radius: 15px;
}

.video-button{
    display: block;
    padding-top: 53.25%;
    position: relative;
    width: 100%;
}
.video-media {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.m-video-content {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 15px;
}
.m-video-description {
    width: 50%;
}
.m-video-description {
    text-align: right;
    width: 40%;
}
@media (max-width: 768px){
    .m-video-content {
        flex-direction: column;
        font-size: 14px;
    }
    .m-video-description {
        margin-top: .5rem;
        text-align: left;
        width: 100%;
    }
}
.pg-video{
    padding: 0 1.5rem;
    display: inline-block;
    width: 100%;
}
@media (max-width: 993px){
    .pg-video{
        padding: 0 .5rem;
    }
}

.pg-video-link{
    display: block;
    padding-top: 177.77778%;
    position: relative;
}
.pg-video-media{
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.s-section-video{
    display: inline-block;
}
.s-video-button{
    display: block;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.s-video-media{
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.vmodal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    background-color: #000;
}
.vm-dialog{
    position:relative;
    width:auto;
    display: flex;
}
.video-modal {
    align-items: center;
    justify-content: center;
    padding: 4rem;
    opacity: 1;
    display: block;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* border: 2px solid red; */
}
.video__button {
    left: 4rem;
    position: absolute;
    transition: opacity .4s ease;
    top: 3rem;
    background: 0 0;
    border: none;
    border-radius: none;
    font: inherit;
}
.video__wrapper {
    /* width: 100% */
    padding: 3rem;
}
.video_wrapper{
    justify-content: center!important;
    /* margin-top: 3rem; */
}
.video-box{
    /* height: 90%; */
    max-height: 100%;
    padding: 1rem;
}
.vm-box{
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    margin-top: 0;
    position: relative;
}
.video-iframe{
    width: 100%;
    height: 300px;
}
@media (max-width: 768px){
    .video-modal{
        padding: 2rem;
    }
    .video_wrapper{
        margin-top: 1rem;
    }
    .video__button {
        left: 2.5rem;
        top: 2rem;
    }
    .video-iframe{
        width: 100%;
        height: auto;
    }
}
@media(max-width:993px){
    .video__button {
        left: 2.5rem;
        top: 2rem;
    }
    .video-iframe{
        width: 100%;
        height: 250px;
    }
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:none;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
  }

  /* Popup content */
  .popup-content {
     background-color: #000;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
    /* animation: slideIn 0.3s ease-in-out; */
    border: 0;
    text-align: center;
  }

  /* Close button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #aaa;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes slideIn {
    from {
      transform: translate(-50%, -60%);
    }
    to {
      transform: translate(-50%, -50%);
    }
  }
