.index__text {
    width: 570px;
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: var(--grey);
}
.index__text b {
    font-weight: 700;
}
.title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--blue);
}

.hero {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
}
.hero__bg {
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero__overlay {
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: white;
    isolation: isolate;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
#maskText {
    font-size: 170px;
    line-height: 1;
    mix-blend-mode: destination-out;
    transform-origin: center center;
    will-change: transform;
    font-family: Montserrat;
    font-weight: 800;
    text-rendering: geometricPrecision;
}
.hero rect {
    fill: white;
}

.brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 115px;
    padding: 60px 0;
}
.brands a:hover img {
    opacity: 0.6;
}
.brands__img {
    max-height: 80px;
}
.brands__img.brands__balholm {
    max-width: 100px;
}

.aboutus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 190px 150px;
    background-color: #F5F3F0;
    margin-bottom: 20px;
}
.aboutus__left {
    display: flex;
    flex-direction: column;
}
.aboutus__left .title {
    margin-bottom: 36px;
}
.aboutus__right {
    display: flex;
    align-items: center;
    gap: 90px;
}

.brand {
    display: flex;
    align-items: center;
    background-color: #F5F3F0;
}
.brand.rtl {
    flex-direction: row-reverse;
}
.brand__left {
    width: 50%;
    display: flex;
    overflow: hidden;
}
.brand__img {
    width: 100%;
    transition: all .5s ease-in-out;
}
.brand__left:hover .brand__img {
    transform: scale(1.1);
}
.brand__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 130px;
}
.brand .index__text {
    width: auto;
}
.brand-askim .brand__logo {
    max-width: 105px;
}
.brand-royland .brand__logo {
    max-width: 70px;
}
.brand-epleblomsten .brand__logo {
    max-width: 185px;
}
.brand-densorte .brand__logo {
    max-width: 85px;
}
.brand-lofoten .brand__logo {
    max-width: 110px;
}
.brand-balholm .brand__logo {
    max-width: 120px;
}

.video-products {
    width: 100%;
    aspect-ratio: 16 / 5;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.video-products video {
    width: 100%;
    height: auto;
}

.instagram {
    display: flex;
    flex-direction: column;
    background-color: #F5F3F0;
    padding: 130px 130px;
    margin-top: 20px;
}
.instagram .title {
    margin-bottom: 100px;
}
.instagram__photos {
    display: flex;
    gap: 40px;
}
.instagram__photo {
    aspect-ratio: 3/4;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.instagram__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.sbi_photo span, .sbi_photo svg {
    display: none !important;
}
.instagram span, .instagram svg, .sb_instagram_header {
    display: none;
}
#sbi_images {
    display: flex;
    gap: 40px !important;
}
.sbi_item, .sbi_photo {
    aspect-ratio: 3/4;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sbi_photo img {
    aspect-ratio: 3/4;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block !important;
}
#sbi_mod_error {
    display: none;
}
.sbi_playbtn * {
    display: none !important;
}
.sbi_photo {
    height: auto !important;
}

@media screen and (min-width: 1921px) {
    #maskText {
        font-size: 200px;
    }
    .aboutus .index__text {
        width: 1000px;
    }
    .aboutus__right {
        gap: 150px;
    }
    .brand .index__text {
        font-size: 22px;
    }
}


@media screen and (max-width: 1537px) {
    #maskText {
        font-size: 140px;
    }
    .aboutus {
        padding: 140px 100px;
    }
    .aboutus__right {
        gap: 50px;
    }
    .aboutus__img {
        width: 150px;
    }
    .brand__right {
        padding: 0 70px;
    }
    .brand .index__text, .brand.brand__balholm .index__text {
        font-size: 16px;
    }
    .instagram {
        padding: 100px 70px;
    }
    .instagram .title {
        margin-bottom: 50px;
    }
    .instagram__photos, #sbi_images {
        gap: 20px !important;
    }
}

@media screen and (max-width: 1350px) {
    #maskText {
        font-size: 100px;
    }
}

@media screen and (max-width: 1300px) {
    .brands {
        gap: 55px;
    }
    .aboutus {
        flex-direction: column;
        gap: 60px;
    }
    .aboutus .index__text {
        width: 100%;
    }
}

@media screen and (max-width: 769px) {
    .hero {
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }
    #maskText {
        font-size: 36px;
    }
    .brands {
        display: flex;
        padding: 20px 20px;
        gap: 20px;
    }
    .brands a {
        width: 10%;
    }
    .brands a:has(.brands__epleblomsten) {
        width: 18%;
    }
    .brands__img {
        width: 100%;
        max-height: 100%;
        transition: none;
    }
    .brands__royland {
        max-height: 32px;
    }
    .aboutus {
        flex-direction: column;
        padding: 60px 20px;
        gap: 60px;
    }
    .aboutus .index__text {
        width: 100%;
    }
    .index__text {
        font-size: 16px;
    }
    .title {
        font-size: 36px;
    }
    .aboutus__right {
        gap: 20px;
    }
    .aboutus__img {
        width: 30%
    }
    .brand, .brand.rtl {
        flex-direction: column;
    }
    .brand__left {
        width: 100%;
    }
    .brand__right {
        width: 100%;
        padding: 40px 20px 60px;
    }
    .instagram {
        padding: 0 20px 50px 20px;
    }
    .instagram__photos, #sbi_images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px !important;
    }
}



