html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: 'flexi';
  src: url('fonts/flexi.woff2') format('woff2-variations');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: 'Pompiere';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pomp.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/robotoflex.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('fonts/poppins-latin-300-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('fonts/poppins-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('fonts/poppins-latin-500-normal.woff2') format('woff2');
}
:root{
    /* colors */
    --background: #F0F0F0;
    --buttonbg: #363430;
    --maincolor: white;
    --linear: linear-gradient(to bottom, 
                #22201c 0%, 
                #22201c 40%, 
                #1d1b18 70%, 
                var(--background) 100%);

    --lineargrey: linear-gradient(to bottom, 
                #e0e0e0 0%, 
                #dadada 40%, 
                #cecece 70%, 
                #bebebe 100%);
    /* font size */
    --knapptext: 18px;
    --h1-size: 90px;
    --h1phone-size: 50px;
    --h2-size: 80px;
    --h2phone-size: 44px;
    --h3-size: 30px;
    --h3phone-size: 24px;
    --h4-size: 26px;
    --p-size: 18px;
}
h1 {
    font-family: 'flexi', sans-serif;
    color: #424242;
    font-weight: 800;
    font-size: var(--h1-size);
}
.pomp {
    font-family: 'Pompiere', sans-serif;
    font-size: 36px;
    color: #514D41;
}
.flex-direction {
    flex-direction: column;
}
h2 {
    font-family: 'flexi', sans-serif;
    color: white;
    font-weight: 800;
    font-size: var(--h2-size);
    line-height: 4rem;
}
.black a, .black p{
    color: #424242 !important;
}
.blackbg:before, .blackbg:after {
    background: black !important;
}
h3 {
    font-family: 'flexi', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 200;
    font-size: var(--h3-size);
    line-height: 3rem;
}
p {
    font-weight: 300;
    font-family: 'Flexi', sans-serif;
    font-size: 20px;
    color: #595959;
    line-height: 1.5;
}
footer p, footer a {
    font-size: 18px;
}
body {
    background: var(--background);
    font-family: 'Poppins', sans-serif;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }
.container {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-size: cover;
    background: transparent;
    min-height: 100vh;
}
.section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 175px 0;
}
.section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(bilder/liam.avif);
    height: 756px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.section1textcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    row-gap: 15px;
}
.section2textcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
}
.section2sociala {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.section2textcontainer span {
    color: white;
}
.section1buttons {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}
.section1textcontainer p {
        max-width: 800px;
}
.section2textcontainer p {
    max-width: 800px;
}
.section1btn {
    color: white;
    font-family: 'Pompiere', sans-serif;
    text-decoration: none;
    padding: 0.8rem 7rem;
    background: rgb(36, 36, 36);
    font-size: 28px;
    border-radius: 5px;
    font-weight: 400;
}
.bestallbtn {
    color: white;
    font-family: 'Pompiere', sans-serif;
    text-decoration: none;
    padding: 0.8rem 6rem;
    background: rgb(36, 36, 36);
    font-size: 28px;
    border-radius: 5px;
    font-weight: 400;
}
.gul {
    background: #655F4F;
}
.widthnav {
    width: 90%;
}
.width {
    width: 90%;
    max-width: 1200px;
}

.nav-content {
    margin: 0 auto;
    display: flex;
    min-height: 10vh;
    justify-content: space-between;
    align-items: center;
}
.nav-content img {
    display: flex;
    justify-content: centER;
    ALIGN-ITEMS: CENTER;
}
.hero {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.heromid {
    display: flex;
    justify-content: center;
    align-items: center;
    animation-delay: 0.5s;
    animation-name: fade;
    animation-duration: 3s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.logo {
    z-index: 100;
}
.logo p, .logo a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}
.menu-btn {
    display: none;
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 50px;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 100;
}


.open .hamburger,
.open .hamburger::before,
.open .hamburger::after {
    width: 20px;
}
.open .hamburger {
    width: 0px;
}
.hamburger::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--maincolor);
    transition: 0.2s ease-in-out;
    border-radius: 20px;
}
.hamburger {
    width: 20px;
    height: 2px;
    background: transparent;
    transition: 0.2s ease-in-out;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: flex-end;
    justify-content: right;
}
.hamburger::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--maincolor);
    transition: 0.2s ease-in-out;
    border-radius: 20px;
}

.hamburger::before {
    transform: translateY(-5px);
}
 
.hamburger::after {
    transform: translateY(5px);
}
.open .hamburger::before {
    transform: rotate(-135deg);
}
.open .hamburger::after {
    transform: rotate(135deg);
}

.nav-menu {
    display: flex;
    gap: 4rem;
    list-style: none;
}
.nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    transition: 0.2s ease;
}
.phonemenu {
    display: none;
    list-style: none;
}
.phonemenu a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
}
.open .hamburger {
    background: transparent;
}
.phonenav {
    display: none;
}
.nav-menu li {
    display: flex;
    align-items: center;
    position: relative;
}
.btn-boka {
    color: white;
    text-decoration: none;
    padding: 0.5rem 3rem;
    background: var(--buttonbg);
    font-size: 18px;
    border-radius: 3px;
    font-weight: 500;
    align-self: flex-start;
}
.btn-meny {
    color: rgb(46, 46, 46) !important;
    text-decoration: none;
    padding: 0.6rem 3rem;
    background: rgb(253, 253, 253);
    font-size: 22px;
    border-radius: 50px;
    font-weight: 400 !important;
}
.btn-menyphone {
    color: rgb(46, 46, 46) !important;
    text-decoration: none;
    padding: 0.6rem 3rem;
    background: rgb(253, 253, 253);
    font-size: 22px;
    border-radius: 50px;
    font-weight: 400 !important;
}
.bildtextcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 0;
}
.bildtext {
    display: flex;
    min-height: 500px;
}
.bildtextleft {
    width: 50%;
    display: flex;
    background-image: url('bilder/haga.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px 0px 0px 30px;
    min-height: 500px;
}
.bildtextleft2 {
    width: 50%;
    display: flex;
    background-color:#2B2B2B;
    border-radius: 30px 0px 0px 30px;
    min-height: 500px;
  border-right: none;
  position: relative;
  justify-content: centeR;
  align-items: center;
}
.bildtextleft2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    rgb(88, 88, 88) 0px,
    rgb(88, 88, 88) 10px,
    transparent 10px,
    transparent 20px
  );
}
.bildtextheader {
    height: 20%;
}
.cirkelknapp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('bilder/tallriks.png');
    animation: rotate 10s linear infinite;
}

.cirkelknapp p {
    animation: counter-rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes counter-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.cirkelknapp p {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #3A3A3A;
}
.tider {
    height: 80%;
    display: flex;
    justify-content: space-between;
    width: 60%;
    font-size: 20px;
    align-items: center;
    color: #D7D7D7;
}
.dagar {
    text-align: left;
}
.slider .list .item p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--bgtext);
}
.slider{
    width: 100%;
    height: var(--height);
    margin: 0 auto;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent,
        black,
        black,
        black,
        transparent
    );
    position: relative;
}
.slider .list {
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}
@keyframes autoRun {
    from {
        left: 100%;
    }
    to {
        left: calc(var(--width) * -1);
    }
}
.slider .list .item {
    width: var(--width);
    height: var(--height);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 100%;
    animation: autoRun 20s linear infinite;
    animation-delay: calc( (20s / var(--quantity)) * (var(--position) - 8) );
}
.slider .list .item img {
    width: 100%;
    height: auto;
}
.part1 p, .part1 a {
    font-size: 18px;
}
footer {
    min-height: 400px;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerinside {
    display: flex;
    gap: 10%;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgb(26, 26, 26);
}
.footerpart {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 500px;
}
.footerpart p, .foooterpart a {
    font-weight: 300;
    text-decoration: none;
    color: rgb(19, 19, 19);
}
.footerpart a {
    font-weight: 300;
    text-decoration: none;
    color: rgb(19, 19, 19);
}

.part2 {
    gap: 10px;
}
.part1 {
    gap: 10px;
}
.klass1 {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.klass1 p {
    font-size: 16px;
    max-width: 400px;
}
.klass1venster {
    width: 50%;
    flex-direction: column;
    display: flex;
    gap: 2rem;
}
.klass1hoger {
    width: 50%;
    display: flex;
    filter: brightness(85%) sepia(20%);
}
.klass2 {
    display: flex;
    gap: 1rem;
}
.klass2tider {
    overflow-wrap: break-word;
}
.klass2bilder {
    display: flex;
    gap: 1.2rem;
    opacity: 0.8;
}
.klass2venster {
    width: 65%;
    display: Flex;
    flex-direction: column;
    row-gap: 1rem;
    color: rgb(177, 177, 177);
    padding: 30px;
    background: var(--linear);
    border-radius: 5px;
}
.klass2hoger {
    width: 35%;
    background: var(--lineargrey);
    border-radius: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    color: black;
}
.klass2hoger a {
    color: black;
    font-weight: 300;
    text-decoration: none;
}
.klass2separator {
    display: flex;
    width: 100%;
    max-width: 300px;
    gap: 3rem;
}
.klass2hoger h3 {
    color: black;
}
.poweredby a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(161, 161, 161);
    padding: 30px 0;
    font-size: 16px;
    text-decoration: none;
    max-width: 200px;
    margin: 0 auto;
}
.eddous {
    color: rgb(90, 90, 90);
    font-weight: 800;
    font-size: 20px;
    font-style: italic;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .menu-btn {
        display: flex;
    }
    .btn-meny {
        display: none;
    }
    .section2 {
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section1buttons {
        flex-direction: column;
        width: 90%;
    }
            .footerinside {
        flex-direction: column;
        row-gap: 50px;
    }
    .footerpart {
        width: 100%;
    }
    .klass1hoger, .klass1venster {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .klass2hoger, .klass2venster {
        width: 100%;

    }
    .klass2venster {
        text-align: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .klass2 {
        flex-direction: column-reverse;
        row-gap: 3rem;;
    }
    .klass1 {
        flex-direction: column;
        row-gap: 3rem;;
    }

    h2 {
        font-size: var(--h2phone-size) !important;
    }
    .bildtext {
        flex-direction: column-reverse;
    }
    .bildtextright {
        width: 100%;
        border-radius: 20px 20px 0px 0px;
    }
    .bildtextleft, .bildtextleft2 {
        border: none;
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }
    .bildtextleft2 {
        height: 420px;
    }
    .footerinside {
    flex-direction: column;
    row-gap: 50px;
    }
    .footerpart {
        width: 100%;
    }
    .klass1hoger, .klass1venster {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .klass2hoger, .klass2venster {
        width: 100%;

    }
    .klass2venster {
        text-align: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .klass2 {
        flex-direction: column-reverse;
        row-gap: 3rem;;
    }
    .btn-boka {
        align-self: center;
    }
    .klass1 {
        flex-direction: column;
        row-gap: 3rem;;
    }
    .pcnav {
        display: none;
    }
    .phonenav {
        display: flex;
        position: fixed;
        z-index: 1;
    }
    .width {
        width: 90%;
    }
    .hidden {
        display: flex;
    }
    .phonemenu {
        position: fixed;
        opacity: 0;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        min-height: 100dvh;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        display: flex;
        transition: 0.3s ease;
        pointer-events: none;
        gap: 10px;
    }
    .phonemenu.active {
        pointer-events: auto;
    }
    .menu-item {
        display: flex;
        justify-content: center;
        width: 90%;
    }
    body.menu-open {
        overflow: hidden;
    }
    .phonemenu.active {
        opacity: 1;
        transition: 0.3s ease;
    }
    .pomp {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .phonemenu {
        padding-bottom: 70px;
    }
    .section1margin {
        margin: 75px 0;
    }
    h1 {
        font-size: var(--h1phone-size);
    }
    .hero img {
        height: 175px;
        width: 175px;
    }
        .klass2hoger, .klass2venster {
        padding: 20px;
    }
    .tider {
        width: 90%;
    }
    .heromid p {
    font-size: 40px;
    }
    .hero {
    min-height: 70vh;
    }
    .klass2hoger, .klass2venster {
        padding: 20px;
    }
    .nav-content img {
        height: 50px;
        width: 50px;
    }
    .section2sociala img {
        height: 50px;
        width: 50px;
    }
}
@media (max-width: 568px) {
    .hero img {
        height: 250px;
        width: 250px;
    }
}