.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 20;
}

.carousel-controls button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 26px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 70px;
    height: 70px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.play-button-2 {
    display: none;
}

.home_search {
    width: 650px;
    margin: 0 auto 20px;
    border: solid 1px #000000;
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0.2);
}

#addon-wrapping,
.input-homesearch {
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    border-left: 1px solid black;

}
#addon-wrapping{
    cursor: pointer;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 1px;
    border-right: 1px solid black;
}

#videoTitle {
    font-family: 'Audrey', sans-serif;
    margin-bottom: 20px;
}

.cta-button {
    font-family: 'FinalSix', sans-serif;
    font-weight: medium;
    background-color: #100D0C;
    color: #DBC87B;
    border: none;
    padding: 10px 20px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 34px;
}

