* {
    margin: 0;
    padding: 0;
}

.body{

}

.header {
    background: linear-gradient(180deg, #2E2E3A  85%, black);
    /*background-color: rgb(170, 71, 71);*/
    position: relative;
    height: 6vw;
}

.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.header ul li {
    display: inline;
}

.header ul li a {
    
}

.header ul li a img {
    width: 4vw;
    height: auto;
}

.home{
    margin-left: 2vw;
    margin-top: 0.75vw;
}

.search{
    margin-right: 2vw;
    margin-top: 0.75vw;
}

.intro {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.intro h1{
    font-family:"agdasima", sans-serif;
    font-weight: 700;
    font-size: 18vw;
    align-items: center;
    text-align: center;
    color: #0C0C0C;
    -webkit-text-stroke: 3px #D4A017;
    transition: 100ms;
}

.intro h1:hover{
    transform: scale(1.1);
    transition: 300ms;
}

.intro a{
    text-decoration: none;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.content {
    padding-top: 5%;
    background-color: rgb(30, 12, 59);
    /*  background: linear-gradient(180deg, rgb(209, 192, 34)  85%, black );*/
}

.content h1{
    text-align: center;
    font-family: "agdasima", sans-serif;
    font-weight: 450;
    font-size: 12vw;
    
}

.revcontainer{
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

h3{
    -webkit-text-stroke: 2px #D4A017;
    background-color: rgb(84, 41, 151);
    padding: 1vw;
    border-radius: 15px;
    border: solid #2E2E3A 10px;;
    display: inline-block;
    transition: 100ms;
    text-align: center;
    font-family: "agdasima", sans-serif;
    font-weight: 450;
    font-size: 15vw;
}

h3:hover{
    transform: scale(1.1);
    transition: 300ms;

}

.revcontainer a {
    text-decoration: none;
    color: black;
}

.add {
    flex: 20%;
    display: flex;
    overflow: hidden;
}

.add img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.info{
    background-color: rgb(84, 41, 151);
    display: flex;
    justify-content: space-between;
    border-top: solid #2E2E3A 10px;
    border-bottom: solid #2E2E3A 10px;
}

.info h1{
    font-weight: 450;
    font-size: 8vw;
    color: #0C0C0C ;
}

.synopsis {
    flex: 60%;
    color: aliceblue;
    font-family: "agdasima", sans-serif;
    font-weight: 200;
    font-size: 2vw;
    padding: 5%;
    padding-top: 0%;
    border-right: solid #2E2E3A 5px;
    border-left: solid #2E2E3A 5px;
}

.synopsis a{
    text-decoration: none;
}

.actors {
    flex: 20%;
    padding: 3%;
    padding-top: 0%;
    transition: 100ms;
}

.actors ul {
    list-style-type: none;
}

.actors ul li {
    margin-bottom: 10px;
}

.actors ul li a {
    text-decoration: none;
    color: #D4A017;
    font-family: "agdasima", sans-serif;
    font-weight: 200;
    font-size: 2vw;
}

.actors a:hover{
    transition: 300ms;
    color: #00c2e9;
}

.reviews{
display: flex;

}

.reviews a{
    text-decoration: none;
}

.reviews h2{
    text-align: center;
    font-family: "agdasima", sans-serif;
    font-weight: 200;
    font-size: 6vw;
    padding-bottom: 5%;
    color:#005F73;
}

.r1, .r2, .r3{
flex: 33%;
margin: 2%;
padding: 2%;
padding-bottom: 0%;
background-color: #B1B1B1 ;
text-align: center;
border: solid #2E2E3A 10px;
transition: 100ms;
margin-bottom: 3%;

}

.r1:hover, .r2:hover, .r3:hover{
    transform: scale(1.1);
    transition: 300ms;

}

.reviews p{
    color: #0C0C0C ;
    font-weight: 180;
    font-size: 2vw;
}

.rating{
    color: rgb(207, 32, 32);
    padding-top: 5%;
    font-size: 8vh;
    text-align: center;
}

.footer{
    text-align: center;
    background-color: #2E2E3A ;
    color: white;
    font-family: "agdasima", sans-serif;
    font-weight: 200;
    font-size: 2vw;
    padding: 10px;
}

.song-control-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 2;
    overflow: hidden;
}

.song-control {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
}

.song-control img {
    width: 24px;
    height: 24px;
}

.song-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: 250ms;
}

#volumeSlider {
    position: relative;
    width: 80px; 
    height: 100px;
    transform: rotate(-90deg);
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease;
    opacity: 1;
    overflow: hidden;
}

#volumeSlider.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}
#volumeSlider::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

.song-control-container:hover #volumeSlider {
    display: block;
}

@media only screen and (max-width: 800px) {
    .header {
      height: 12vw;
    }
  
    .header ul li a img {
      width: 8vw;
      height: auto;
    }
  
    .intro h1 {
      font-size: 30vw;
      -webkit-text-stroke: 2px #D4A017;
    }
    
    .content h1 {
      font-size: 10vw;
      margin-bottom: 5%;
    }
  
    .synopsis, .actors ul li a {
      font-size: 5vw;
      padding: 10px;
    }
    
    .content h1 {
    
    }

    .revcontainer {
        text-align: center;
    }
  
    .reviews {
        flex-direction: column;
    }

    h3{
        font-size: 20vw;
    }
    
    .r1, .r2, .r3 {
      flex: 100%;
      margin: 5%;
    }
    
    .reviews h2 {
        font-size: 12vw;
    }
    
    .reviews p {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 8vw;
    }

    .rating {
        font-size: 10vh;
    }

    .footer {
      font-size: 4vw;
    }
  
    .song-control img {
      width: 20px;
      height: 20px;
    }
        
    #volumeSlider {
      width: 80px;
    }

    .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }
}





/*
Vibrant Purple: #6A0DAD – Adds a royal feel, great for accents.
Deep Black: #0C0C0C – Represents the suit and primary elements, perfect for backgrounds.
Vibrant Blue: #005F73 – Inspired by the Wakandan energy; excellent for buttons or links.
Metallic Silver: #B1B1B1 – A light metallic touch for borders and highlights.
Slate Grey: #2E2E3A – Complements the black, good for section dividers or footers.
Sunset Gold: #D4A017 – Adds warmth and contrast; perfect for accent icons or text.
*/





