*,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.a,
.b,
.c,
.d,
.e,
.f,
.g,
.h,
.i,
.j,
.k,
.l,
.m,
.n {
    overflow: hidden;
}

body {
    background: #181818;
}

h1 {
    z-index: 2;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.5vw;
    color: #f5efe8;
}

h2 {
    z-index: 2;
    font-family: "museo-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2vw;
    color: #f5efe8;
}

p,
li {
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1vw;
    color: #f5efe8;
}

li {
    margin-left: 30px;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

li::before {
    content: '•';
    color: white;
    margin-right: 10px;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #181818;
    width: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(209, 94, 0, 0.87);
    border-radius: 4px;
    height: 15px;
}

.no_animate {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100vw;
    background: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100 !important;
    /* height: 4%;
    padding-top: 0.2%; */
    overflow: hidden !important;
}

.no_animate p {
    display: flex;
    font-size: 0.8vw;
    justify-content: space-between;
    margin-top: 1%;
}

.closeButton {
    position: absolute;
    right: 1%;
    margin: 1%;
    color: rgba(209, 94, 0, 0.87);
    cursor: pointer;
    font-size: 1vw;
    overflow: hidden;
}

#closeButton:hover {
    color: #ffffff;
}

/*********** A ***********/
.a {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.a img {
    position: absolute;
}

.a .laptop-img {
    height: 100%;
    overflow: hidden;
}

.headerA h1,
.headerA h2 {
    position: absolute;
    width: 75%;
    left: 12.5%;
    text-align: center;
    z-index: 100;
    color: #f5efe8;
}

.headerA h1 {
    top: 20%;
    font-size: 5.5vw;
    line-height: normal;
}

.headerA h2 {
    top: 32%;
}

.a .scroll-indicator {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    top: 77.5%;
    height: 50%;
    width: 100%;
    z-index: 100;
}

.scroll-indicator p {
    color: white !important;
    font-size: 2.5vw;
    color: rgb(0, 0, 0);
    margin-top: 5%;
}

.scroll-indicator img {
    height: 7%;
    margin-top: 8%;
}

/** ANIMATION **/
/** HIMMEL **/
.skyA {
    width: 100%;
    top: -150%;
    z-index: 1;
}

.sunA {
    width: 40%;
    top: 10%;
    left: 30%;
    z-index: 2;
}

.starsA {
    width: 100%;
    left: 0;
    top: 20%;
    opacity: 0;
    z-index: 3;
}

/** SKYER **/
.cloud1A {
    width: 100%;
    left: 0;
    top: 5%;
    z-index: 4;
}

.cloud2A {
    width: 60%;
    left: 0;
    top: 5%;
    z-index: 7;
}

.cloud3A {
    width: 80%;
    left: -50%;
    top: 10%;
    z-index: 8;
}

/** FUGLE **/
.bird1A {
    z-index: 10;
    top: 35%;
    left: 30%;
}

.bird2A {
    top: 15%;
    left: 95%;
    z-index: 12;
}

/** MIDTE **/
.hengeA {
    width: 40%;
    top: 55%;
    left: 30%;
    z-index: 13;
}

.midA {
    width: 100%;
    top: 65%;
    z-index: 14;
}

.rightA {
    width: 135%;
    top: 50%;
    left: 65%;
    z-index: 16;
}

.leftA {
    width: 135%;
    top: 50%;
    left: -95%;
    z-index: 17;
}

.girlA {
    width: 20%;
    top: 70%;
    left: 38%;
    z-index: 18;
}

/*********** B ***********/
.b {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.b p {
    width: 40%;
    text-align: left;
    color: #f5efe8;
}

/*********** C ***********/
.c {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.c img {
    position: absolute;
}

.c .laptop-img {
    height: 100%;
    overflow: hidden;
}

.c p {
    top: 0;
}

.text-overlayC {
    position: absolute;
    width: 50%;
    height: 150px;
    overflow: hidden;
    top: 30%;
    left: 50%;
    opacity: 0;
    text-align: left;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 100;
}

/** ANIMATION **/
/** HIMMEL **/
.skyC {
    width: 100%;
    top: 0;
    z-index: 1;
}

.sunC {
    width: 30%;
    top: 60%;
    left: 35%;
    z-index: 2;
}

.starsC {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 3;
}

/** SKYER **/
.cloud1C {
    width: 50%;
    top: 8%;
    left: -50%;
    z-index: 4;
}

.cloud2C {
    width: 40%;
    top: 30%;
    left: 70%;
    z-index: 5;
}

.cloud3C {
    width: 50%;
    top: 15%;
    left: -50%;
    z-index: 6;
}

.cloud4C {
    width: 75%;
    top: 10%;
    z-index: 8;
}

.cloud5C {
    width: 50%;
    top: 25%;
    left: -25%;
    z-index: 9;
}

/** FUGLE **/
.bird1C {
    top: 30%;
    left: 110%;
    z-index: 11;
}

.bird2C {
    top: 20%;
    left: 90%;
    z-index: 12;
}

/** MIDTE **/
.hengeC {
    width: 40%;
    top: 62%;
    left: 30%;
    z-index: 13;
}

.midC {
    width: 100%;
    top: 80%;
    z-index: 14;
}

.peopleC {
    width: 40%;
    top: 75%;
    left: 30%;
    z-index: 15;
}

.leftC {
    width: 135%;
    top: 50%;
    left: -55%;
    z-index: 16;
}

.rightC {
    width: 135%;
    top: 50%;
    left: 25%;
    z-index: 17;
}

.girlC {
    width: 20%;
    top: 70%;
    left: 38%;
    z-index: 18;
}

/*********** D ***********/
.d,
.f {
    height: 110vh;
    width: 100vw;
    background: #181818;
}

.vids {
    height: 105vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.vids video {
    width: 25%;
}


h1,
h2 {
    overflow: hidden;
}

/*********** E ***********/
.e {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #1d1d1d;
}

.e img {
    position: absolute;
}

.e .laptop-img {
    height: 100%;
    overflow: hidden;
}

.e .mobile-img {
    display: none;
}

.e p {
    top: 0;
    color: black;
}

.text-overlayE {
    position: absolute;
    width: 50%;
    height: 150px;
    overflow: hidden;
    top: 30%;
    left: 50%;
    opacity: 0;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

/** ANIMATION **/
/** HIMMEL **/
.skyE {
    width: 100%;
    top: -50%;
    z-index: 1;
}

.sunE {
    width: 30%;
    top: -15%;
    left: 35%;
    opacity: 0.75;
    z-index: 2;
}

/** SKYER **/
.cloud1E {
    position: absolute;
    width: 50%;
    top: -5%;
    left: -15%;
    z-index: 5;
}

.cloud2E {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    z-index: 6;
}

.cloud3E {
    position: absolute;
    width: 65%;
    top: 22%;
    left: -100%;
    z-index: 8;
}

.cloud4E {
    position: absolute;
    width: 50%;
    top: 25%;
    left: 55%;
    z-index: 9;
}

/** FUGLE **/
.bird1E {
    position: absolute;
    width: 2%;
    top: 45%;
    left: 70%;
    z-index: 11;
}

.bird2E {
    position: absolute;
    width: 4%;
    top: 45%;
    left: 65%;
    z-index: 12;
}

.bird3E {
    position: absolute;
    width: 5%;
    top: 10%;
    left: 100%;
    z-index: 12;
}

/** MIDTE **/
.midE {
    width: 120%;
    top: 35%;
    left: -6%;
    z-index: 14;
}

.girlE {
    width: 15%;
    top: 75%;
    left: 43%;
    z-index: 18;
}

/*********** G ***********/
.g {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.g img {
    position: absolute;
}

.g .laptop-img {
    height: 100%;
    overflow: hidden;
}

.g .mobile-img {
    display: none;
}

.g p {
    top: 0;
    color: #f5efe8;
}

.text-overlayG {
    position: absolute;
    width: 50%;
    height: 150px;
    overflow: hidden;
    top: 30%;
    left: 50%;
    opacity: 0;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

.text24 p {
    color: black !important;
}

/** ANIMATION **/
/** HIMMEL **/
.skyG {
    width: 100%;
    top: -190%;
    z-index: 1;
}

.sunG {
    width: 30%;
    top: 5%;
    left: 35%;
    z-index: 2;
}

.starsG {
    position: absolute;
    width: 100%;
    left: 0;
    top: -40%;
    opacity: 0.5;
    z-index: 3;
}


/** SKYER **/
.cloud1G {
    width: 50%;
    top: 8%;
    left: -50%;
    z-index: 4;
}

.cloud2G {
    width: 40%;
    top: 30%;
    left: 70%;
    z-index: 5;
}

.cloud3G {
    width: 50%;
    top: 15%;
    left: -50%;
    z-index: 6;
}

.cloud4G {
    width: 75%;
    top: 15%;
    z-index: 8;
}

.cloud5G {
    width: 50%;
    top: 30%;
    left: -25%;
    z-index: 9;
}

/** FUGLE **/
.bird1G {
    top: 30%;
    left: 110%;
    z-index: 11;
}

.bird2G {
    top: 20%;
    left: 90%;
    z-index: 12;
}

/** MIDTE **/
.hengeG {
    width: 40%;
    top: 75.5%;
    left: 30%;
    z-index: 13;
}

.midG {
    width: 100%;
    top: 80%;
    z-index: 14;
}

.peopleG {
    width: 35%;
    top: 75%;
    left: 32.5%;
    z-index: 15;
}

.leftG {
    width: 135%;
    top: 50%;
    left: -55%;
    z-index: 16;
}

.rightG {
    width: 135%;
    top: 50%;
    left: 25%;
    z-index: 17;
}

.girlG {
    width: 20%;
    top: 70%;
    left: 38%;
    z-index: 18;
}

/*********** H ***********/
.h {
    width: 100%;
    height: 105vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.h p {
    width: 40%;
    text-align: left;
}

/*********** I ***********/
.i {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.i .ending {
    margin: auto;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-bottom: 5%;
}

.ending p {
    color: #f5efe8;
    width: 100%;
}

.i h2 {
    color: #f5efe8;
}

.logo {
    position: relative;
    width: 20%;
    margin-top: 10%;
    left: 40% !important;
}

.iframe {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobileOnly {
    display: none;
}

iframe {
    width: 100%;
    height: 500px;
}

.large_img_01 {
    display: none;
}

@media screen and (max-width: 1100px) {
    .no_animate {
        display: none;
    }

    .deskOnly {
        display: none;
    }

    .mobileOnly {
        display: flex;
        flex-direction: column;
    }

    .vids {
        display: none;
    }

    h1 {
        font-size: 12vw !important;
    }

    h2 {
        margin-top: 0;
        font-size: 4vw;
    }

    li {
        font-size: 2vw;
    }

    .j,
    .k,
    .l,
    .m {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #181818;
    }

    img {
        width: 100vw;
        height: auto;
    }

    .large_img_01 {
        display: block;
        height: 100vh;
        width: auto;
    }

    p {
        margin: 7.5% 0 7.5% 0;
        width: 75%;
        font-size: 3vw;
    }

    .intro {
        width: 75%;
    }

    .seccar_01,
    .seccar_02 {
        display: flex;
        justify-content: center;
    }

    span {
        overflow: hidden !important;
    }

    li {
        overflow: hidden;
    }

    ol {
        margin-bottom: -1.5%;
    }

    .seccar_01 .carousel-control.left,
    .seccar_01 .carousel-control.right,
    .seccar_02 .carousel-control.left,
    .seccar_02 .carousel-control.right {
        background-image: none;
        background: transparent;
        opacity: 1;
        height: 60px;
        top: 50%;
    }

    .img,
    .seccar_01,
    .seccar_02 {
        margin: 75px 0px 75px 0;
    }

    .img_top {
        margin: 0 0 75px 0;
    }

    .further li {
        font-size: 2vw;
        margin-bottom: 3%;
    }


    .i .ending {
        margin-top: 20%;
        width: 75%;
    }

    iframe {
        width: 80%;
        height: 240px !important;
    }

    .carousel {
        overflow: hidden;
    }

.hero_01 {
    margin: 0 0 75px 0;
}

    .journey_01{
        margin: 75px 0 75px 0;
    }
}

@media screen and (max-width: 770px) {
    h1 {
        font-size: 7vw !important;
    }

    h2 {
        font-size: 3vw !important;
    }

    p,
    li {
        font-size: 2.5vw !important;
    }

    ol {
        margin-bottom: -2%;
    }

    .mobileOnly p,
    .i p,
    .further li {
        font-size: 4vw !important;
    }

    iframe {
        width: 100% !important;
        height: 160px !important;
    }

    .i .ending h2 {
        font-size: 5.5vw !important;
    }


}