::-webkit-scrollbar {
   display: none;
}

:root {
 --theme1: linear-gradient(0deg,rgba(0, 0, 0) 70%, rgb(181,0,194) 135%);
}

* {
   margin: 0;
   padding: 0;
   background-color: transparent;
   color: white;
}

.title{
    font-size: 4cqw;
}

@media (max-width:1000px) {
    .title{
        font-size: 6cqw;
    }
    
}

body {
   background-color: rgb(0, 0, 0);
}

.background-image-container {
   position: fixed;
   background: var(--theme1);
   min-width: 100vw;
   height: 70%;
   display: flex;
   justify-content: center;
   object-fit: cover;
   z-index: -1;
}

.background-image{
    max-width: 100cqw;
    max-height: 100cqw;
    width: 900px;
    height: 900px;
}

.height{
    width: 100vw;
    z-index: 10;
    position: relative;
    background-color: rgba(255, 0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vh;
    padding-bottom: 10vh;
}

@media (max-width: 1000px) {
    .height{
        padding-bottom: 2.5vh;
    }
}

.hero-container{
    max-height: 90cqw;
    height: 95vh;
    width: 100vw;  
    display: flex;
    align-items: end;
    justify-content: center;
}

.hero-cover{
    background: radial-gradient( rgba(0, 0, 0, 0.508), transparent 70%);
    margin-bottom: -2.5cqw;
    display: flex;
    align-items: center;
    padding: 5%;
}

.hero{
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    gap: 1cqw;
}

.hero h1{
    font-size: 4.5cqw;
    text-decoration: underline overline;
    text-underline-offset: .8cqw;
    text-decoration-color: rgba(116, 0, 0, 0.5);
    color: rgba(255, 0, 76, 0.9);
}



.socials{
    display: flex;
    gap: 1.5cqw;
    padding-inline: 1cqw;
    justify-content: space-around; 
    border-radius: .75vw;   
    width: max-content;
    background-color: rgba(0, 0, 0, 0.50);
    list-style-type: none;
    height: 4cqw;
    min-height: 4cqw;
    align-items: center;
}

.socials li {
    display: flex;
    align-items: center;
}
.socials li a{
    min-height: 100%;
    display: flex;
    align-items: center;
}

.socials li a img[src$=".svg"]{
    text-decoration: none;
    transition: .3s ease;
    height: 2.5cqw;
}

.socials li a img[src$=".svg"]:hover{
    text-decoration: none;
    transition: .3s ease;
    height: 3cqw;
}

.download{
    border-radius: .75vw;
    border: none;
    background-color: rgba(0, 0, 0, 0.50);
    padding: .75cqw;
    height: auto;
}

.download a{
    text-decoration: none;
    color: white;
    font-size: 2cqw;
    transition: .3s ease;
    display: flex;
    align-items: center;
    color: rgba(255, 0, 76, 0.7);
}

.download a:hover{
    font-size: 2.2cqw;
    transition: .3s ease;
}

.download a:active{
    color: rgb(200,4,4);
}

.download img{
    width: 3cqw;
    height: 3cqw;
}

.download a img[src$=".svg"]:hover{
    text-decoration: none;
    transition: .3s ease;
    height: 3cqw;
}

.buttons-hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2cqw;
}

@media (max-width: 1000px) {

    .socials{
    border-radius: 2vw;
    padding: 1cqw;
    }

    .download{
    border-radius: 2vw;
    }

    .buttons-hero{
    gap: 3cqw;
    }

    .hero h1{
        font-size: 5.5cqw;
        gap: 3cqw;
    }

    .socials{
        height: 6.5cqw;
        gap: 3cqw;
    }

    .socials li a img[src$=".svg"]{
    height: 5cqw;
    }

    .socials li a img[src$=".svg"]:hover{
    height: 5.5cqw;
    }

    .download a{
    font-size: 4cqw;
    }

    .download a:hover{
        font-size: 4.5cqw;
    }

    .download img{
        width: 4cqw;
        height: 4cqw;
    }

    .download a img[src$=".svg"]:hover{
        height: 4cqw;
    }
}

.content-container{
    max-width: 1800px;
    width: 90vw;
    display: flex;
    flex-direction: column;
    gap: 2.5cqw;
}

.section{
    padding: 2.5vw;
    display: flex;
    gap: 2cqw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2cqb;
    backdrop-filter: blur(2.5px);
}

.bio img{
    max-height: 70cqw;
    max-width: 40cqw;
    object-fit: cover;
    border-radius: 2cqb;
    min-width: 25cqw;
}

.bio-sec{
    display: flex;
}

@media (max-width:1000px) {
    .bio img{
        display: none;
    }
}


.bio{
    color: white;
}

.bio div p{
    font-size: 1.25cqw;
}

@media (max-width: 1000px) {
    .bio div p{
        font-size: 3cqw;
    }
}








.samples-section{
    width: 85%;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(2.5px);
}

.samples{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 2cqb;
}

.samples div{
    background-color: rgba(0, 0, 0, 0);
    height: 19cqh;
    width: 100%;
    position: relative; /* This creates the positioning context */
    border-radius: 2cqb;
}

.samples > div > img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 2cqb;

}

.samples > div > div{ /*blur and color */
    position: absolute; 
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65); 
    backdrop-filter: blur(8px);
    z-index: 1; 
    border-radius: 2cqb;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box; /* Add this */
    padding: 2cqb; /* Add padding - adjust the value as needed */
    gap: 2cqb;
}

.samples > div > div > img{ /* album cover image*/
    height: 100%;
    width: auto;
    border-radius: 1.6cqb;
}

.sample div{
    height: 100%;
    max-width: 100%;
    border-radius: 0;
}

.sample-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (max-width: 1000px) {
    .samples-section{
        width: 94.5%;
    }
    
    .samples div{
        height: 30cqw;
    }
    
}

/* Make control bar always visible, rounded, and thicker */


.audio-only .vjs-big-play-button {
    width: 10cqb !important;
    height: 10cqb !important;
    font-size: 16px;
    border: 2px solid white;
}
.audio-only {
    height: 80% !important; /* Change this value */
}
@media (max-width: 1000px) {
    .audio-only .vjs-big-play-button {
        width: 5cqb !important;
        height: 5cqb !important;
        font-size: 16px;
        border: 2px solid white;
    }
    .audio-only {
        height: 60% !important; /* Change this value */
        width: 100%;
    }
}





.image-scroller {
    width: 100%;
    height: 25vw;
    background: transparent;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


@media (max-width: 821px) {
    .image-scroller{
    height: 45vw;
    }
}

.image-scroller::-webkit-scrollbar {
    display: none;
}

.scroller-container {
    display: flex;
    height: 100%;
    background: transparent;
    transition: transform 0.5s ease-out;
}

.image-item {
    flex: 0 0 auto;
    height: 100%;
    margin-right: 20px;
    background: transparent;
}

.image-item img {
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-item {
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    .image-item {
        margin-right: 10px;
    }
}

.gallery-container {
    overflow: hidden;
    position: relative;
}



.side-by-side{
    display: flex;
    flex-direction: row;
    gap: 2cqw;
    width: 100%;
}

@media (max-width: 1000px) {
    .side-by-side{
        flex-direction: column-reverse;
        align-items: center;
    }
}

.vertical-spot{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2cqw;
}

.samples{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2cqw;
}

.contact{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5cqh;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.65);
}

.subtitle{
    font-size: 3.8cqi;
}

.contact-info{
    font-size: 3.8cqi;
    display: flex;
    align-items: center;
    gap: 1cqw;
}

.awards{
    flex-direction: column;
    gap: 2cqw;
}

.awards-section{
    font-size: 4cqi;
}


.mailtolink a:hover{
    color: rgb(255,4,4);
    transition: .2s ease-in-out;
}

.mailtolink a{
    color: rgb(255, 255, 255);
    transition: .2s ease-in-out;
    text-decoration: none;
}

@media (min-width:1000px) {
    .contact-info{
    font-size: 3cqw;
    }
    .awards-section{
    font-size: 3cqw;
    }
    .subtitle{
    font-size: 3cqw;
}
}

@media (min-width:1510px){
      .contact-info{
    font-size: 45px;
    }
    .awards-section{
    font-size: 45px;
    }
    .subtitle{
    font-size: 45px;
}  
}

