.header-text-container {
    text-align: center;
    bottom: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-text-logotitle {
    font-family: Syncopate;
    font-size: 6vh;
}
.header-text-logotext {
    font-size: 2vh;
    margin-top: -3.8vh;
    letter-spacing: 0.8vh;
}
.header-text-container > button {
    margin-top: 3vh;
    height: 6.5vh;
    width: 22vh;
    padding-left: 2.8vh;
    display: flex;
    align-items: center;
    color: var(--primary-content-color);
    font-weight: 300;
    letter-spacing: 0.1vh;
}
.section-devices {
    text-align: center;
    z-index: 5;
    margin-top: -100px;
    background-color: var(--background-dark);
    padding-top: 100px;
}
.devices-title {
    font-size: 7.6vh;
}
.devices-title-inner{
    color: var(--tetriary-content-color);
}
.realview-demo-button {
    width: 35vh;
}
.devices-image {
    background-color: var(--background-med-dark);
    margin-top: 20vh;
    height: 63vh;
    border-top-right-radius: 10vh;
    border-bottom-left-radius: 10vh;
}
.devices-image > img {
    position: relative;
    top: -11vh;
    width: 150vh;
}
.devices-sales-title {
    font-size: 5vh;
    margin-top: -21vh;
    z-index: 5;
    position: relative;
    letter-spacing: 0.2vh;
}
.section-stats {
    margin-top: 50vh;
    display: flex;
    flex-direction: column;
    height: 125vh;
}
.stats-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.stats-element {
    display: flex;
    flex-direction: row;
    height: 40vh;
    margin-bottom: 20vh;
}
.stats-element > img {
    height: 100%;
    margin-right: 2vh;
    width: 0.5vh;
}
.stats-element-wrapper {
    height: 100%;
    margin-right: 10vh;
    display: flex;
    flex-direction:column;
    justify-content: space-evenly;
}
.stats-numbers{
    color: var(--secondary-content-color);
    font-size: 5vh;
    font-weight: 700;
    margin-bottom: -0.5vh;
    margin-top: -1.5vh;
}
.stats-element-title {
    font-weight: 700;
    font-size: 5vh;
    line-height: 6vh;
}
.stats-element-description {
    font-size: 3vh;
    color: var(--tetriary-content-color);
}
.stats-titles{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vh;
    margin-bottom: 5vh;
}
.stats-works{
    font-size: 7.6vh;
    font-weight: 600;
}
.stats-description{
    color: var(--secondary-content-color);
    font-style: italic;
    font-size: 3vh;
    text-align: center;
    letter-spacing: 0.2vh;
}
.stats-images {
    display: flex;
    justify-content: space-around;
    height: 25vh;
    
}
.stats-images-element {
    width: 23%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2vh;
    background-position: center;
    position: relative;
}
.stats-images-text {
    position: absolute;
    bottom: 2vh;
    left: 3vh;
    font-size: 2.5vh;
    font-weight: 600;
    letter-spacing: 0.1vh;
}
.services-menu-wrapper {
    position: absolute; 
    height: 1299.5vh; 
    z-index: 6; 
    right: 2vh;
    margin-top: 42.5vh;
}
.services-detailed-menu {
    background-color: #7e7e7e70;
    width: 7vh;
    height: 84vh;
    position: sticky;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.services-menu-element {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
}
.menu-label {
    position: absolute;
    width: 7vw;
    left: -8vw;
    background-color: #7e7e7e70;
    color: var(--primary-content-color);
    padding: 0.5vw 1vw;
    max-height: 7vh;
    display: none;
}


.services-menu-element > img {
    width: 55%;
}
.services-menu-element:hover > div {
    display: initial;
}
.full-video-title {
    text-align: left;
}
.section-realview-ending{
    height: 80vh;
}
.realview-ending {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 15vh;
}
.realview-ending > img {
    width: 100%;
    margin-bottom: 10vh;
}
.realview-ending-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 72%;
}
.realview-ending-element {
    width: 53vh;
    height: 30vh;
    padding-left: 3vh;
    background-size: cover;
    border-radius: 2vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    cursor: pointer;
}
.realview-ending-element > img {
    width: 50.2vh;
}
.realview-ending-element-title {
    font-size: 3.5vh;
    font-weight: 600;
    letter-spacing: 0.1vh;
    margin-top: 1.5vh;
}
.realview-ending-element-description {
    font-size: 2.4vh;
    font-weight: 600;
    color: var(--secondary-content-color);
    margin-top: -1vh;
}