@charset "utf-8";

/* ################################################## GENERAL ################################################## */
:root {
    --container-max-width: 100%;
    --header-height: 100px;
}

html {
    scroll-behavior: smooth;
}

section[id],
div[id] {
    scroll-margin-top: var(--header-height);
}

html,
body {
    max-width: none;
}

video {
    display: block;
}

img,
video,
picture {
    max-width: 100%;
    height: auto;
}

.animated,
img,
svg,
a,
i,
.fa-stack {
    transition: all 300ms ease 0s;
}

select {
    cursor: pointer;
}

.unbreakable {
    white-space: nowrap;
}

.cover {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.cover img,
.cover video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content *:last-child {
    margin-bottom: 0;
}

.btn-icon .fa-stack {
    font-size: 2rem;
    width: 2em;
}

.overlay {
    position: relative;
}

.overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(27, 26, 26);
    background: linear-gradient(90deg, rgba(27, 26, 26, 0.7035189075630253) 97%, rgba(31, 24, 24, 0.15730042016806722) 100%);
    top: 0;
}

.small {
    font-size: .9rem;
}

.shadow {
    box-shadow: 0 0 20px -5px rgb(0 0 0 / .05) !important;
}

.shadow-2 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.object-fit-cover {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

#page-logo img {
    max-height: 50px;
}

/* ################################################## Custom styling start ########################################## */
/* HEADER */
#page-header .btn-primary {
    font-size: 0.85rem;
}
#page-header .bg-header {
    background: rgb(0 0 0 / .4);
    backdrop-filter: blur(6px);
    /*border: 1px solid rgb(255 255 255 / .6);*/
}
#page-header .nav-link {
    border-bottom: 2px solid transparent;
    margin-left: .5rem;
    margin-right: .5rem;
}
#page-header .nav-link:hover {
    border-color: var(--bs-primary);
}
#page-header li.active a {
    border-color: var(--bs-primary);
}
#page-header .menu-modal {
    opacity: 0;
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / .4);
    backdrop-filter: blur(6px);
    border: 1px solid rgb(255 255 255 / .6);
    top: 130px;
    left: 0;
    z-index: 2;
    border-radius: 60px;
    padding: 2rem;
    pointer-events: none;
    transition: all .2s ease;
}
#page-header .menu-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
#mobile-dropdown {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.3s ease;
}
#mobile-dropdown.is-open {
    max-height: 500px;
    opacity: 1;
}
#mobile-dropdown a.nav-link {
    font-size: 1.5rem;
}
#mobile-dropdown li.active a {
    border-color: transparent;
}
/* ------ */

/* HERO */
#hero {
    height: 100vh;
}
#small-hero {
    height: 65vh;
}
#hero::before,
#small-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff0;
    background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
    opacity: 0.17;
}
#hero img,
#small-hero img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#hero .hero-wrapper,
#small-hero .hero-wrapper {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    color: white;
}
#small-hero .hero-wrapper {
    top: calc(50% + 30px);
}
#hero .hero-wrapper h1,
#small-hero .hero-wrapper h1 {
    color: var(--bs-primary);
    font-size: 1.8rem;
    letter-spacing: 6.3px;
    text-shadow: 0 0 8px rgb(0 0 0 / .12);
    text-transform: uppercase;
}
#small-hero .hero-wrapper h1 {
    color: white;
    letter-spacing: 1;
    font-size: 1.75rem;
}
#hero .hero-wrapper h2 {
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6.3px;
    color: white;
}
/* ---- */

/* FOOTER */
.extra-small {
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 300;
}
/* ------- */

/* ------------------ */

/* Key number and text */
.key-number-title {
    font-size: 2.25rem;
}
/* ------------------- */

/* Products */
.product-item-small {
    border: 1px solid #E5E5E5;
    border-radius: 1rem;
}
.product-item-small .product-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}
#product-hero {
    margin-top: 75px !important;
}
/* -------- */

/* TRIPS */
.masonry-mix,
.masonry-mix-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: calc( var(--bs-gutter-x) / 2 );
}
.masonry-mix .item,
.masonry-mix-2 .item {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 1;
}
.highlight-bg {
    width: 100%;
    height: 100%;
}
.highlight-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.highlight-header {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.highlight-header a {
    pointer-events: all;
}
.highlight-header h2,
.highlight-header .h2{
    font-size: 21px;
    line-height: 27px;
    color: white;
    font-weight: 600;
}
.highlight-header .h3 {
    font-size: 18px;
    line-height: 27px;
    color: white;
}
.gradient-overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), hsla(0, 0%, 100%, 0));
    transition: opacity .33s;
    pointer-events: none;
}
.highlight:hover .highlight-bg.gradient-overlay::after {
    background: rgba(0,0,0,.5);
}
.btn-outline-white {
    border-color: white;
    color: white;
}
/* ----- */

/* SWIPER */
.swiper-button-next, .swiper-button-prev {
    color: var(--bs-body-color) !important;
    opacity: 70%;
    height: 50px !important;
}
/* ------ */




/* ################################################## MEDIA QUERIES ################################################## */
/* Below small devices (standard values) */

/* Small devices (landscape phones, 576px and up) */
/* Bootstrap: -sm */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
/* Bootstrap: -md */
@media (min-width: 768px) {
    .masonry-mix,
    .masonry-mix-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .masonry-mix .item:nth-of-type(8n+1),
    .masonry-mix-2 .item:nth-of-type(8n+1) {
        grid-column: 1 / 3;
        grid-row: auto;
        aspect-ratio: 2.05 / 1;
    }
    .masonry-mix .item:nth-of-type(8n+2),
    .masonry-mix-2 .item:nth-of-type(8n+2) {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+3),
    .masonry-mix-2 .item:nth-of-type(8n+3) {
        grid-column: 2;
        grid-row: span 2;
        aspect-ratio: auto;
    }
    .masonry-mix .item:nth-of-type(8n+4) {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+5) {
        grid-column: span 2;
        grid-row: auto;
        aspect-ratio: auto;
    }
    .masonry-mix .item:nth-of-type(8n+6) {
        grid-column: 1;
        grid-row: span 2;
        aspect-ratio: 1 / 2.05;
    }
    .masonry-mix .item:nth-of-type(8n+7) {
        grid-column: 2;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+8) {
        grid-column: 2;
        grid-row: auto;
        aspect-ratio: 1;
    }
    
    #hero .hero-wrapper h1 {
        font-size: 4.5rem;
    }
    
    #hero .hero-wrapper h2 {
        font-size: 1rem;
    }
    
    #small-hero .hero-wrapper h1 {
        font-size: 3rem;
    }
    
    #small-hero {
        height: 55vh;
    }
    
    #product-hero {
        margin-top: 140px !important;
    }
}

/* Large devices (desktops, 992px and up) */
/* Bootstrap: -lg */
@media (min-width: 992px) {
    #page-logo img {
        max-height: 60px;
    }
    
    /* IMAGE + INFO BOXES */
    .image-infobox-wrapper {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 25%);
        width: 90%;
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    
    .image-infobox-item {
        flex: 1;
    }
    
    .image-infobox-item:not(:last-of-type) {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
/* Bootstrap: -xl */
@media (min-width: 1200px) {
    .masonry-mix,
    .masonry-mix-2 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: calc( var(--bs-gutter-x) * 0.5 );
    }
    
    .masonry-mix .item:nth-of-type(8n+1) {
        grid-column: 1 / 3;
        grid-row: auto;
        aspect-ratio: 2 / 1;
    }
    .masonry-mix-2 .item:nth-of-type(8n+1) {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+2) {
        grid-column: 3;
        grid-row: span 2;
        aspect-ratio: 1 / 2.13;
    }
    .masonry-mix-2 .item:nth-of-type(8n+2) {
        grid-column: 2;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+3) {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix-2 .item:nth-of-type(8n+3) {
        grid-column: 3;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+4) {
        grid-column: 2;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+5) {
        grid-column: 1 / 3;
        grid-row: span 2;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+6) {
        grid-column: 3;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+7) {
        grid-column: 3;
        grid-row: auto;
        aspect-ratio: 1;
    }
    .masonry-mix .item:nth-of-type(8n+8) {
        grid-column: 1 / 4;
        grid-row: auto;
        aspect-ratio: 3 / 1;
    }
}

/* HD devices (extra large desktops, 1540px and up) */
@media (min-width: 1540px) {}
