*,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

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: calc(1.5vw + 0.39065vw);
    color: #f5efe8;
}

p {
    width: 60%;
}

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;
}

.j,
.k,
.l,
.m,
.n {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #181818;
}

.n {
    margin-bottom: 5%;
}

.large_img {
    display: block;
    height: 100vh;
    width: auto;
}

.intro {
    width: 60%;
}

.hero {
    margin-bottom: 150px;
}

.journey,
.seccar_01,
.seccar_02 {
    margin: 150px 0px 150px 0;
}

.headerA h1,
.headerA h2 {
    position: absolute;
    width: 75%;
    height: auto;
    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: 20%;
    font-size: 1.5vw;
}

.iframe {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container {
    display: none;
}

.n .ending {
    width: 60%;
    margin-top: 100px;
}

.n p {
    width: 100%;
    margin: 0;
}

.n h2 {
    margin: 0;
}

.iframe {
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 1100px) {
    .vids {
        display: none;
    }

    .container {
        display: block;
    }

    .j .headerA h1 {
        font-size: 6vw !important;
    }

    .j .headerA h2 {
        margin-top: 0;
        font-size: 1.7vw !important;
    }

    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;
    }


    .j p,
    .k p,
    .l p,
    .m p {
        margin: 7.5% 0 7.5% 0;
        width: 75%;
        font-size: 1.5vw;
    }

    .n p {
        margin: 7.5% 0 7.5% 0;
        width: 80%;
        font-size: 1.5vw;
    }

    .intro {
        width: 75%;
    }

    .seccar_01,
    .seccar_02 {
        display: flex;
        justify-content: center;
    }

    .hero {
        margin-bottom: 75px;
    }

    .journey,
    .seccar_01,
    .seccar_02 {
        margin: 75px 0px 75px 0;
    }

    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%;
    }

    .n .logo {
        width: 30%;
        margin-top: 20%;
        margin-left: 35% !important;
    }

    .i .ending {
        margin-top: 20%;
        width: 75%;
    }

    .n .ending {
        width: 75%;
    }

    .iframe {
        height: 300px;
        width: 100%;
    }

    iframe {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 900px) {
    .j .headerA h2 {
        margin-top: -1%;
        font-size: 2vw !important;
        width: 50%;
        left: 25%;
    }

    .j p,
    .k p,
    .l p,
    .m p,
    li {
        margin: 7.5% 0 7.5% 0;
        width: 75%;
        font-size: 2.5vw;
    }

    .n p {
        margin: 7.5% 0 7.5% 0;
        width: 80%;
        font-size: 2.5vw;
    }

    .n li {
        margin: 1% 0 1% 0 !important;
        font-size: 2.5vw;
        width: 100%;
    }

    .vilae {
        margin-bottom: 1% !important;
    }

    .iframe {
        height: 200px;
        width: 100%;
    }
    
    .carousel {
        overflow: hidden;
    }
}

@media screen and (max-width: 770px) {
    ol {
        margin-bottom: -2%;
    }

    p,
    .further li {
        font-size: 5vw;
    }

    iframe {
        width: 100% !important;
        height: 160px !important;
    }

    .ending h2 {
        font-size: 6vw;
    }
}