body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

.navbar {
    position: absolute !important;
    background-color: transparent;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border: 0 !important;
}

.navbar .links{
    width: 600px;
}

.navbar .links ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.navbar .links ul li{
    list-style: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.navbar .links ul li a img{
    max-width: 30px;
}

.logo {
    height: 40px;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url("../assets/Proposal1.jpeg");
    height: 56vh;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    background-position-y: -323px;
}

.friends-logo {
    width: 750px;
    position: relative;
    z-index: 1;
}

.left-navbar{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.left-navbar img{
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.tagline {
    font-size: 24px;
    margin: 20px 0;
}

#play-btn {
    background-color: #DDDDDD;
    border: none;
    color: black;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 480px;
    margin-top: 25px;
}

#play-btn:hover {
    background-color: white;
}

.video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
}

#camera {
    width: 80%;
    max-width: 100vw;
    border-radius: 10px;
    object-fit: cover;
}

.proposal-text {
    margin-top: 20px;
    font-size: 32px;
    color: #ffcc00;
    text-align: center;
}

.row-buttons{
    width: 100%;
    display: flex;
    align-items: center;
}

.content{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.digital-information{
    text-align: left;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 290px;
    font-weight: 100;
    margin-top: 15px;
}

.digital-information img{
    width: 20px;
}

.row-my-list{
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.sinopse{
    text-align: start;

}

.sinopse h4{
    font-weight: 700;
    margin-bottom: 5px !important;
}

.sinopse p{
    font-size: 18px;
    font-family: system-ui;
    font-weight: 200;
}

.sinopse p:nth-child(3){
    font-size: 14px;
    font-family: system-ui;
    font-weight: 200;
}

.sinopse p:nth-child(4){
    font-size: 14px;
    font-family: system-ui;
    font-weight: 200;
}

.content-episodes{

}

.gradient-overlay {
    position: absolute;
    top: 46vh;
    left: 0;
    width: 100%;
    height: 54%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 7%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}



