html {
    font-size: 16px;

}

body {
    padding-top: 5dvh;
    max-width: 600px;

    margin: 0 auto;
    font-size: 16px;
    color: white;

    font-family: 'Pecita', sans-serif;
    background-image: url(images/background.jpg);
}


.title {
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: 350px;
    padding-bottom: 30px;
}



.banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 25dvh;
    padding-top: 20px;
}

.plane {
    width: 80%;
    max-width: 350px;
}


main {
    padding-top: 10px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}

video {
    max-width: 600dvh;
    height: auto;
    width: 100%;

}

.cloudborder {
    height: 20px;
    position: relative;
    z-index: 2;
}

.topc {
    position: absolute;
    width: 100%;
    top: -200px;

}

.bottomc {
    width: 100%;

    position: absolute;
    top: -200px;
}

/* #region CONTROLS */
#video-controls {

    padding: 0;

}

#video-controls li {
    list-style: none;
    margin: 0 .5rem .5rem 0;

}

.centerbutton {
    background-color: rgba(0, 0, 0, 0.336);
    display: flex;
    opacity: 1;
    transition: opacity .5s ease-out;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: 1;
    align-items: center;
    justify-content: center;

}

.buttonincen {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 50px;
    width: 100%;
    max-width: 20dvh;


}

.vidspace {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
}


.playing {
    opacity: 0;
    background-color: #ffffffaa;
}

.navbar {
    background-color: rgba(166, 16, 16, 0);
    padding: 15px;
    display: flex;
    position: absolute;
    z-index: 3;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: -950px;
}

#ff {
    background: url(images/icon/skip-forward.png) no-repeat center center;
    background-size: 40PX;
    background-repeat: no-repeat;
    width: 60px;
    height: 65px;
    border: none;
    box-shadow: none;
    ;

}

#rew {
    background: url(images/icon/skip-back.png) no-repeat center center;
    background-size: 40PX;
    background-repeat: no-repeat;
    width: 60px;
    height: 65px;
    border: none;
    box-shadow: none;
    ;

}

#ff,
#rew {
    pointer-events: all;
    border: none;
    box-shadow: none;
}

/* #region progress */
.progress,
#progress {

    width: 100%;
    margin: 0;

}

.progress {
    position: relative;
    top: 20px;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    border-radius: 15px;
    background-color: bisque;
}

/* progress bar background */
progress[value]::-webkit-progress-bar {
    background-color: #ddd;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

/* progress bar progress */
progress[value]::-webkit-progress-value {
    border-radius: 20px;
    background-color: #1B1D32;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.33) inset;
}


.marker,
#handle {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 9px;
    background-color: brown;
    transform: rotate(45deg) translateX(-5px);
    z-index: 2;
}

.marker {
    cursor: pointer;
    border: 2px solid #333;
    color: #ff0000;
}

#handle {
    top: 3px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #1B1D32;
    background-color: #1B1D32;
    transform: translateX(-5px);
    z-index: 3;
    cursor: grab;

}

/* #endregion */

/* #region buttons */
/* reset default button */


#play-pause {
    background: url(images/icon/play-button.png) no-repeat center center;
    background-size: 40PX;
    background-repeat: no-repeat;
    width: 60px;
    height: 65px;
    border: none;
    box-shadow: none;
}



/* ugly demo style */
button {
    background-color: aliceblue;
    padding: .5rem .75rem;
    border-radius: 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 255, 0.25) inset;
    color: blue;
    text-shadow: -1px 1px #FFFF;
}


.scrolld {

    background-size: 40px;
    background-image: url(images/icon/arrow-down.png);
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 25px;
    margin-bottom: 20px;
    margin-top: 100px;

}

/* #endregion */

/* #endregion */