/* Component: review stars */
.review-stars h4 {
    display: inline-block;
    font-weight: bold;
}
.review-stars .fa-star.checked {
    color: orange;
}
.review-stars .fa-star.checked:before{
    font-size: 2.5rem;
}
/* End Component: review stars */

/* Common */
.uppercase{
    text-transform: uppercase;
}
/* spacing */
.margin-0{
    margin: 0 !important;
}
.margin-top-50{
    margin-top: 50px !important;
}
.padding-0{
    padding: 0 !important;
}
.padding-10-10{
    padding: 10px 10px;
}
.padding-20-10{
    padding: 20px 10px;
}
/* end spacing */

/* displays */
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-col-2-center{
    display: grid;
    grid-template-rows: 50% 50%;
}
/* end displays */

h2 small{
    vertical-align: super;
}

html:lang(de-de) .navbar-nav>li>a{
    font-size: 11px;
}
html:lang(de-at) .navbar-nav>li>a{
    font-size: 11px;
}
html:lang(de-ch) .navbar-nav>li>a{
    font-size: 11px;
}
html:lang(es-es) .new-pricing .subscribe button{
    font-size: 10px;
}
html:lang(es-es) .navbar-nav>li>a{
    font-size: 10px;
}
@media (max-width: 1200px) {
    html:lang(es-ar) .navbar-nav>li>a{
        font-size: 8px;
    }
}
html:lang(es-ar) .new-pricing .subscribe button{
    font-size: 10px;
}
html:lang(es-ar) .navbar-nav>li>a{
    font-size: 10px;
}
@media (max-width: 1200px) {
    html:lang(es-ar) .navbar-nav>li>a{
        font-size: 9px;
    }
}

#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.twentytwenty-wrapper {
    position: absolute;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;

    @media (max-width:767px){
        top: 16px;
    }
}

#spin {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.fullscreen {
  width: 100%;
}

#section__aparts {
    .section__aparts {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex-direction: column;

        @media (max-width:767px){
            flex-direction: column;
            gap: 16px;
        }

        .section__aparts__column { 
            display: flex;
            align-items: start;
            gap: 21px;
            width: 100%;

            video, iframe {
                aspect-ratio: 16 / 9;
                width: 100%;
                border-radius: 32px;
            }

            .left-side {
                min-width: 30%;
                width: 30%;
                display: flex;
                flex-direction: column;
                gap: 20px;

                @media (max-width:767px){
                    width: 100%;
                }

                .top {
                    text-align: start;
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                }

                .section__aparts__image {
                    aspect-ratio: 16/9;
                    text-align: center;
                }

                .section__aparts__features {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    justify-content: flex-start;
                    align-items: flex-start;

                    .text {
                        display: flex;
                        flex-direction: row;
                        gap: 10px;
                        align-items: flex-start;
                    }

                    .li {
                        padding-top: 8px;
                        width: 13px;
                    }
                }
            }

            

            @media (max-width:767px){
                width: 100%;
            }

            .section__aparts__image {
                aspect-ratio: 16/9;
                text-align: center;
            }

            .section__aparts__features {
                display: flex;
                flex-direction: column;
                gap: 8px;
                justify-content: flex-start;
                align-items: flex-start;

                .text {
                    display: flex;
                    flex-direction: row;
                    gap: 10px;
                    align-items: flex-start;
                }

                .section__aparts__features--description {
                    text-align: start;
                }

                .items-start {
                    text-align: start;
                }

                .li {
                    padding-top: 8px;
                    width: 13px;
                }
            }
        }
        .right-side  {
            width: 100%;
            display: flex;
            justify-content: space-between;
            text-align: start;

            .section__aparts__features {
                display: flex;
                flex-direction: column;
                gap: 8px;
                justify-content: flex-start;
                align-items: flex-start;

                .text {
                    display: flex;
                    flex-direction: row;
                    gap: 10px;
                }

                .section__aparts__features--description {
                    text-align: start;
                }

                .li {
                    padding-top: 8px;
                    width: 13px;
                    align-items: flex-start;
                    height: fit-content;
                }
            }

            @media (max-width:767px){
                flex-direction: column;
                text-align: start;
                display: flex;
                gap: 16px;
            }
        }
    }

}
/* End Common */
