/* ========================================
                Frontpage {MOBILE}
                [START]
========================================= */

.l-main__inner {
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
                Frontpage {MOBILE}
                Hero
                [START]
========================================= */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(80vh - var(--header-height));
    margin-bottom: var(--space-7xl);
}

.hero__video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    filter: grayscale(.3);
    mask-composite: intersect;
    mask-image: linear-gradient(180deg, #000 60%, rgba(0, 0, 0, 0.5) 80%, transparent);
}

.hero-overlay-cta {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    padding-left: var(--space-5xl);
    padding-right: var(--space-5xl);
    border-radius: var(--border-radius-lg);
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    text-wrap: nowrap;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 20%);
    cursor: pointer;
    border: 4px solid #fff;
    color: #fff;
}

.hero__overlay {
    position: absolute;
    display: none;
    flex-direction: column;
    row-gap: var(--space-xxl);
    margin-left: 5%;
    padding: var(--space-5xl);
    border-radius: var(--border-radius-sm);
    border-left: 16px solid var(--color-surface);
    background-color: #fff;
}

.hero-overlay__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.hero-overlay__title {
    font-size: 1rem;
    color: #000;
}

.hero-overlay__subtitle {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-primary);
}

.hero-overlay__navigation {
    display: flex;
    flex-direction: column;
}

.hero-navigation__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: var(--space-sm);
    padding-bottom: var(--space-sm);
    font-size: 1.25rem;
    text-decoration: none;
    border-bottom: var(--soft-border);
    color: #000;
}

.hero-navigation__item__icon {
    transform: translateX(0);
    transition: transform .3s ease-out;
}

.hero-navigation__item:hover {
    color: var(--color-primary);
}

.hero-navigation__item:hover .hero-navigation__item__icon {
    transform: translateX(4px);
}

.hero__scroll-down {
    position: absolute;
    display: none;
    width: var(--size-7xl);
    height: var(--size-7xl);
    margin-left: 5%;
    bottom: 120px;
    appearance: none;
    /* border: 2px solid #fff; */
    border-radius: var(--border-radius-full);
    cursor: pointer;
    background-color: var(--color-primary);
}

/* ========================================
                Frontpage {MOBILE}
                Hero
                [END]
========================================= */

.highlights {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-xl);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.highlight__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: var(--space-md);
    opacity: 0;
    transform: translateY(-80px);
    animation: fade-in-bottom 1s forwards;
}

.highlight__item:nth-child(1) {
    animation-delay: 0s;
}

.highlight__item:nth-child(2) {
    animation-delay: .2s;
}

.highlight__item:nth-child(3) {
    animation-delay: .4s;
}

.highlight__item:nth-child(4) {
    animation-delay: .6s;
}

.highlight__icon {
    fill: var(--color-primary);
    width: 40px;
    height: 40px;
}

.highlight__title {
    font-size: 1.75rem;
    color: var(--color-on-background);
}

/* ========================================
                Frontpage {MOBILE}
                OVIS slider
                [START]
========================================= */

.offers-slider {
    display: flex;
    flex-direction: row;
    column-gap: var(--space-xxxl);
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/* ========================================
                Frontpage {MOBILE}
                OVIS slider
                [END]
========================================= */


/* ========================================
                About us
                [START]
========================================= */

.about-us {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.about-us__inner {
    width: 90%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us__text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-us__title {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-primary);
}

.about-us__description {
    font-size: 1.125rem;
    color: var(--color-on-surface);
}

.about-us__img {
    display: none;
}

/* ========================================
                About us
                [END]
========================================= */


/* ========================================
                Frontpage {MOBILE}
                Selling
                [START]
========================================= */

.selling {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: var(--space-7xl);
    padding-bottom: var(--space-7xl);
}

.selling__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--color-surface);
    mask-composite: intersect;
    mask-image: linear-gradient(180deg, #000 80%, transparent),
                linear-gradient(0deg, #000 80%, transparent);
}

.selling__inner {
    width: 90%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selling__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* opacity: 0;
    transform: translateX(-140px); */
}

/* .selling__text.animated-item.visible {
    animation: fade-in-left 2s forwards;
} */

.selling__title {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-primary);
}

.selling__subtitle {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-on-surface);
}

.selling__description {
    font-size: 1.125rem;
    color: var(--color-on-surface);
}

.selling__button {
    margin-top: var(--space-md);
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs);
    padding-left: var(--space-xxxl);
    padding-right: var(--space-xxxl);
    font-weight: 700;
    /* opacity: 0;
    transform: translateY(80px); */
}

/* .selling__button.animated-item.visible {
    animation: fade-in-bottom 2.5s forwards;
} */

.selling__img {
    display: none;
}

/* ========================================
                Frontpage {MOBILE}
                Selling
                [END]
========================================= */

/* ========================================
                Frontpage {MOBILE}
                News
                [START]
========================================= */

.news {
    width: 100%;
    height: auto;
}

.news__title {
    display: inline-block;
    margin-left: 5%;
    margin-bottom: var(--space-md);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-on-background);
}

.news__title::after {
    content: '';
    display: block;
    width: 30%;
    height: 8px;
    margin-top: -12px;
    background-color: var(--color-primary);
}

.news__slider {
    display: flex;
    flex-direction: row;
    column-gap: var(--space-xxxl);
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/* NEW */
.presentation-slider__placeholders {
    display: flex;
    flex-direction: row;
    column-gap: var(--space-xxxl);
    width: 100%;
    height: 400px;
    padding: calc(16px * 2) !important;
    overflow: hidden;
}
.presentation-slider__item__placeholder {
    min-width: 20%;
    flex-shrink: 0;
    height: 100%;
}

.presentation-slider__item__placeholder .presentation-slider__img {
    width: 100%;
    height: 100%;
    background-color: var(--color-surface);
    filter: brightness(100%);
}

.presentation-slider__item {
    position: relative;
}

.presentation-slider__title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgb(0, 0, 0, 70%);
    color: #fff;
    z-index: 99;
}

.presentation-slider__item:hover .presentation-slider__img {
    filter: brightness(30%);
}

.presentation-slider__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
    transition: filter .4s ease;
}

.news__card {
    display: flex;
    flex-direction: column;
    /* padding: var(--space-lg); */
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    cursor: pointer;
}

.news-card__img {
    height: 100%;
    object-fit: cover;
}

.news__card:hover .news-card__img {
    filter: brightness(80%);
}

.news-card__title {
    font-size: 2rem;
}

.news-card__excerpt {
    display: block;
    max-width: 100%;
}

.news-slider__buttons {
    display: flex;
    flex-direction: row;
    column-gap: var(--space-lg);
    justify-content: flex-end;
    margin-top: var(--space-sm);
    padding-right: var(--space-xxxl);
}

.news-slider__button {
    width: var(--size-4xl);
    height: var(--size-4xl);
    padding: 0;
    border: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}

.news-slider__button:hover {
    border-radius: 100%;
    background-color: var(--color-primary);
}

.news-slider__button__icon {
    width: 100%;
    height: 100%;
}

/* ========================================
                Frontpage {MOBILE}
                News
                [END]
========================================= */


/* ========================================
                Reviews
                [START]
========================================= */

.reviews {
    width: 100%;
    margin-top: var(--space-xxl);
}

.reviews__inner {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-xl);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.reviews__title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: var(--color-on-background);
}

.reviews__title__brand {
    color: var(--color-primary);
}

.reviews__detail {
    width: 100%;
}

.l-reviews__user-reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: var(--space-xl);
    overflow-x: auto;
}

.reviews__user-review {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    height: fit-content;
    padding-top: var(--space-xxl);
    padding-bottom: var(--space-xxl);
    padding-left: var(--space-5xl);
    padding-right: var(--space-5xl);
    border-radius: var(--border-radius-lg);
    background-color: var(--color-surface);
}

.reviews__user-review__text {
    font-size: 1.125rem;
    font-style: italic;
}

.reviews__user-review__name {
    margin-top: var(--space-sm);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
}

/* .reviews__user-review.slick-current {
    box-shadow: 0px 0px 24px 4px var(--color-primary);
} */

.reviews__user-review:not(.slick-current) {
    filter: brightness(70%) blur(1px);
}

/* Stars */
.reviews__user-review__stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: var(--space-xs);
}

.reviews__user-review__stars .star {
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: top;
    background: no-repeat center / 18px;
}

.reviews__user-review__stars .star.full {
    background-image: url('../../img/icons/icon-star.svg');
}

.reviews__total {
    width: fit-content;
    margin-right: auto;
}

.reviews__total__score {
    display: flex;
    flex-direction: column;
}

.reviews__total__score__value,
.reviews__total__count {
    font-size: .875rem;
    font-style: italic;
}


/* Stars */
.reviews__total .stars {
    display: none;
    /*width: calc(100% - 50px);*/
    position: relative;
    /* display: inline-block; */
    width: 100px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
}

.reviews__total .stars.active {
    /*width: calc(100% - 50px);*/
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: auto;
    height: 18px;
    margin-left: 0;
    vertical-align: middle;
    line-height: 21px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}

.reviews__total .stars .star {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-left: 4px;
    vertical-align: top;
    background: no-repeat center / 18px;
}

.reviews__total .stars .star.first {
    margin-left: 0;
}

.reviews__total .stars .star.full {
    background-image: url('../../img/icons/icon-star.svg');
}

.reviews__total .stars .star.blank {
    background-image: url('../../img/icons/icon-star-blank.svg');
}

.reviews__total .stars .star.half {
    background-image: url('../../img/icons/icon-star-half.svg');
}

/* ========================================
                Reviews
                [END]
========================================= */