@font-face {
    font-family: "Plain Light";
    src: url(/fonts/plain-regular-webfont.ttf);
}

@font-face {
    font-family: "Plain Light";
    src: url(/fonts/plain-light-webfont.ttf);
}

@font-face {
    font-family: "silk serif";
    src: url(/fonts/silkserif-regularitalic-webfont.ttf);
}

@font-face {
    font-family: "silk serif";
    src: url(/fonts/silkserif-lightitalic-webfont.ttf);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Plain Light';
    color: white;
    cursor: none;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    overflow-x: hidden;
    background-color: #151515;
}

/* #crsr {
    height: 2.5vw;
    width: 2.5vw;
    border-radius: 50%;
    border: 1px solid #ffffffbe;
    position: fixed;
    z-index: 999;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%);
} */

.mousefollower {
    border: 2px solid #fff;
    background-color: rgb(255, 255, 255);
    /* scale: 3; */
    mix-blend-mode: difference;
}

/*-------- Loader -------*/
#loader {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #0B0B0B;
    padding: 18vh 10vw 0 10vw;
}

.line {
    /* background-color: red; */
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.2vw;
}

#line1-part1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1vw;
}

#line1-part1 h5,
#line1-part1 h6 {
    font-size: 3vw;
    font-weight: 100;
    font-family: 'silk serif';
}

#line1-part1 h5 {
    width: 5vw;
    text-align: right;
}

.line h1 {
    font-size: 6.5vw;
    text-transform: uppercase;
    font-weight: 600;
}

.line h2 {
    font-size: 5vw;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 0;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes anime {
    0% {
        font-family: "plain light";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 1;
    }

    47% {
        font-family: "plain light";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 0;
    }

    50% {
        font-family: 'silk serif';
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 1;
    }

    100% {
        font-family: 'silk serif';
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 0;
    }
}

@keyframes anime {
    0% {
        font-family: "plain light";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 1;
    }

    47% {
        font-family: "plain light";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 0;
    }

    50% {
        font-family: 'silk serif';
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 1;
    }

    100% {
        font-family: 'silk serif';
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 0;
    }
}

#main {
    position: relative;
    background-color: #151515;
}

#page1 {
    height: 100vh;
    width: 100%;
    background-color: #151515;
    position: relative;
    margin-bottom: 10vh;
}

/*-------- Nav -------*/
#page1 #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.8vw 5.4vw;
}

#nav-part2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3vw;
}

#nav-part2 h4 {
    font-size: 1.1vw;
    font-weight: 500;
}

/*-------- hero -------*/
.hero {
    /* background-color: red; */
    width: 72%;
    margin-left: 27%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 5px;
}

.hero:nth-child(2) {
    margin-top: 5vh;
}

.hero h1 {
    font-size: 7.2vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 7.2vw;
    position: relative;
}

#hero1::before {
    content: "01";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: 20%;
    top: 26%;
}

.hero h2 {
    font-size: 7.2vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 7.2vw;
}

.hero h2 {
    border-bottom: 0.8vw solid #fff;
    padding-bottom: 0.8vw;
}

.hero h2:hover {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-weight: 500;
    border-bottom: 0.8vw solid #ffffff00;
}

#flag {
    height: 25vw;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

}

#hero3 {
    /* background-color: red; */
    z-index: 999;
    position: relative;
}

/*------- section2 -------*/

#page2 {
    height: 100vh;
    width: 100%;
    background-color: #151515;
    padding-top: 17vh;
    position: relative;
}

#video-container {
    height: 66vh;
    width: 71vw;
    position: relative;
    left: 28%;
    background-image: url(/assets/vid-img.jpg);
    background-size: cover;
    background-position: center;
}

/* #video-container img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
} */

#video-container video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
}

#video-cursor {
    background-color: #FFA63D;
    height: 8.5vw;
    width: 8.5vw;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    left: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
}

#video-cursor i {
    font-size: 2vw;
}

/*------- section3 -------*/

#page3 {
    min-height: 100vh;
    width: 100%;
    background-color: #151515;
    position: relative;
    padding: 1vh 2vw;
    margin-bottom: 20vh;
    /* margin-top: 20vh; */
}

#page3 h1 {
    font-size: 7vw;
    text-transform: uppercase;
    position: relative;
    margin-left: 28vw;
}

#page3 h1::before {
    content: "02";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: -12%;
    top: 8%;
}

#page3 .underline {
    height: 1px;
    width: 68%;
    background-color: #fff;
    margin: 2vw 0 2vw 28vw;
}

#image-div-container {
    /* background-color: red; */
    padding: 1vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.image-div {
    height: 42vw;
    width: 31vw;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 1vw;
    /* background-color: blue; */
}

.image-div:nth-child(1) {
    height: 29vw;
    width: 21vw;
}

.image-div img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.page3-circle1 {
    height: 23vw;
    width: 23vw;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23vh;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 10vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page3-circle1 svg {
    height: 30%;
}

.page3-circle2 {
    height: 23vw;
    width: 23vw;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* margin-left: 10vw; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2vw;
    margin-right: 3vw;
}

.page3-circle2 svg {
    height: 30%;
    rotate: -45deg;
}

.circle-in {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    scale: 0;
    border-radius: 50%;
}

.circle-in p {
    font-size: 0.95vw;
    color: #000;
    font-weight: 500;
    width: 60%;
    scale: 0;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 0;
}

.page3-circle1:hover .circle-in {
    scale: 1;
}

.page3-circle1:hover p {
    scale: 1;
    opacity: 1;
}

.page3-circle2:hover .circle-in {
    scale: 1;
}

.page3-circle2:hover p {
    scale: 1;
    opacity: 1;
}

/*------- section4 -------*/

#page4 {
    min-height: 100vh;
    position: relative;
    width: 100%;
    background-color: #151515;
    padding: 7vh 0;
}

#page4-content {
    width: 72vw;
    position: relative;
    margin-left: 28%;
}

#page4-content h1 {
    font-size: 7vw;
    text-transform: uppercase;
    position: relative;
}

#page4-content h1::before {
    content: "03";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: -10%;
    top: 8%;
}

#page4-content .underline {
    height: 1px;
    width: 94%;
    background-color: #fff;
    margin: 2.2vw 0;
}

#page4-content>p {
    font-size: 2.3vw;
    width: 49%;
    margin: 4vw 0;
}

#page4-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5vw;
}

#page4-flex img {
    width: 45%;
}

#page4-flex p {
    font-size: 1.1vw;
    width: 29%;
    margin-left: 1vw;
}

#page4-blue-div {
    background-color: #3F7DF4;
    width: 44vw;
    padding: 3vw;
    position: relative;
    margin-top: -20vh;
    margin-left: 23vw;
}

.blue-div-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* background-color: red; */
    padding: 2vw 0;
    border-bottom: 2px solid #ffffff94;
    margin-bottom: 1vh;
}

.blue-div-elem h4 {
    font-size: 1.7vw;
    font-weight: 500;
}

.blue-div-elem p {
    width: 50%;
    font-size: 1vw;
}

/*------- Section 5 -------*/
#page5 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-color: #151515;
}

.elem {
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: -2vw;
}

.elem h1 {
    font-size: 7vw;
    -webkit-text-stroke: 1px #ffffff8f;
    font-weight: 400;
    text-transform: uppercase;
    /* background-color: red; */
    color: transparent;
    display: inline-block;
    margin-right: 32px;
    -webkit-animation-name: anime2;
            animation-name: anime2;
    -webkit-animation-duration: 17s;
            animation-duration: 17s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes anime2 {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 30px));
                transform: translateX(calc(-100% - 30px));
    }
}

@keyframes anime2 {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 30px));
                transform: translateX(calc(-100% - 30px));
    }
}


.elem2 {
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: -2vw;
}

.elem2 h1 {
    font-size: 7vw;
    -webkit-text-stroke: 1px #ffffff8f;
    font-weight: 400;
    text-transform: uppercase;
    /* background-color: red; */
    color: transparent;
    margin-right: 32px;
    display: inline-block;
    -webkit-transform: translateX(calc(-100% - 20px));
        -ms-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
    -webkit-animation-name: anime2;
            animation-name: anime2;
    -webkit-animation-duration: 18s;
            animation-duration: 18s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: reverse;
}

.elem span,
.elem2 span {
    font-style: italic;
    font-family: "silk serif";
    color: transparent;
}

/*------- Footer -------*/
#footer {
    height: 100vh;
    width: 100%;
    /* background-color: red; */
    position: relative;
    padding-left: 28vw;
    margin-top: 5vw;
    padding-right: 2vw;
}

#footer h1 {
    font-size: 7.2vw;
    text-transform: uppercase;
    /* background-color: blue; */
    position: relative;
}

#footer-text {
    position: relative;
    /* background-color: red; */
}

#footer-text h2 {
    font-size: 7.2vw;
    text-transform: uppercase;
    position: absolute;
    top: -10%;
    font-weight: 500;

    left: 0;
    font-family: "silk serif";
}

#footer-text h2 span {
    font-family: "silk serif";
    opacity: 0;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

#footer-text::before {
    content: "04";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: -10%;
    top: 8%;
}

.underline {
    height: 1px;
    width: 96%;
    background-color: #fff;
    margin: 3vw 0;
}

#footer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 15vw;
    padding-top: 4vw;
    margin-bottom: 6vw;
}

#footer-div h6 {
    font-size: 0.9vw;
    margin-bottom: 1.5vw;
    font-weight: 500;
}

.box {
    width: 20%;
}

#footer-div h5 {
    font-size: 1.4vw;
    font-weight: 500;
    /* margin: 0.1vh 0; */
}

#footer>h5 {
    font-weight: 500;
    font-size: 1vw;
}

._canvas_container {
    z-index: 999999 !important;
    pointer-events: none;
}


/*------- Media -------*/
@media (max-width:600px) {
    #page1 {
        height: 50vh;
        width: 100%;
        background-color: #151515;
        position: relative;
        z-index: 100;
        padding-top: 1px;
        /* margin-bottom: 10vh; */
    }

    /*-------- Nav -------*/
    #page1 #nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 4.3vw 4.4vw;
        margin-bottom: 20vh;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .brand__svg {
        scale: 0.8;
    }

    #nav-part2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 3vw;
        display: none;
    }

    #nav-part2 h4 {
        font-size: 1.1vw;
        font-weight: 500;
    }

    /*-------- hero -------*/
    .hero {
        width: 90%;
        margin-left: 6%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow-y: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        letter-spacing: 0.2vw;
    }

    .hero:nth-child(2) {
        margin-top: 25vh;
    }

    .hero h1 {
        font-size: 9vw;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 9vw;
        position: relative;
    }

    #hero1::before {
        content: "01";
        position: absolute;
        font-size: 5vw;
        font-weight: 100;
        font-family: "silk serif";
        left: 6%;
        top: 38%;
    }

    .hero h2 {
        font-size: 9.6vw;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 10vw;
    }

    .hero h2 {
        border-bottom: 0.8vw solid #fff;
        padding-bottom: 0.8vw;
    }

    .hero h2:hover {
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        font-weight: 500;
        border-bottom: 0.8vw solid #ffffff00;
    }

    /*------- section2 -------*/

    #page2 {
        height: 70vh;
        width: 100%;
        background-color: #151515;
        position: relative;
        padding-top: 0vh;
        margin: 26vw 0 8vw;
    }

    #video-container {
        height: 52vh;
        width: 100vw;
        left: 0;
        position: relative;
        background-image: url(/assets/vid-img.jpg);
        background-size: cover;
        background-position: center;
    }

    #video-container video {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        opacity: 0;
    }

    #video-cursor {
        background-color: #FFA63D;
        height: 29vw;
        width: 29vw;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 999;
    }

    #video-cursor i {
        font-size: 7vw;
    }

    /*------- Section 3 -------*/

    #page3 {
        min-height: 100vh;
        width: 100%;
        background-color: #151515;
        position: relative;
        padding: 1vh 2vw;
        margin-bottom: 10vh;
        margin-top: 11vh;
    }

    #page3 h1 {
        font-size: 9vw;
        text-transform: uppercase;
        position: relative;
        margin-left: 3vw;
    }

    #page3 h1::before {
        content: "02";
        position: absolute;
        font-size: 7vw;
        font-weight: 100;
        font-family: "silk serif";
        left: 0.5%;
        top: -86%;
    }

    #page3 .underline {
        height: 1px;
        width: 100%;
        background-color: #fff;
        margin: 5vw 0;
    }

    #image-div-container {
        /* background-color: red; */
        margin-top: 10vw;
        padding: 2vw;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .image-div {
        height: 120vw;
        width: 90vw;
        position: relative;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 1vw;
        margin-bottom: 8vw;
        /* background-color: blue; */
    }

    .image-div:nth-child(1) {
        height: 120vw;
        width: 90vw;
    }

    .image-div img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }

    .page3-circle1 {
        display: none;
    }

    .page3-circle2 {
        display: none;
    }

    /*------- Section 4 -------*/

    #page4 {
        min-height: 100vh;
        width: 100vw;
        background-color: #151515;
        position: relative;
        padding: 8vh 4vw;
    }

    #page4-content {
        width: 100vw;
        position: relative;
        margin-left: 0%;
    }

    #page4-content h1 {
        font-size: 9vw;
        text-transform: uppercase;
        position: relative;
        margin-left: 0vw;
    }

    #page4-content h1::before {
        content: "03";
        position: absolute;
        font-size: 7vw;
        font-weight: 100;
        font-family: "silk serif";
        left: 0.5%;
        top: -88%;
    }

    #page4-content .underline {
        height: 1px;
        width: 92%;
        background-color: #fff;
        margin: 5.2vw 0;
    }

    #page4-content>p {
        font-size: 4.8vw;
        width: 75%;
        margin: 8vw 0;
    }

    #page4-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    #page4-flex img {
        width: 91%;
    }

    #page4-flex p {
        font-size: 3.1vw;
        width: 59%;
        margin-left: 0vw;
        margin-bottom: 7vw;
    }

    #page4-blue-div {
        background-color: #3F7DF4;
        width: 91vw;
        padding: 3vw;
        position: relative;
        margin-top: 0vh;
        margin-left: 0vw;
        margin-bottom: 10vw;
    }

    .blue-div-elem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        /* background-color: red; */
        padding: 5.6vw 0;
        border-bottom: 2px solid #ffffff94;
        margin-bottom: 1vh;
    }

    .blue-div-elem h4 {
        font-size: 3.7vw;
        font-weight: 500;
    }

    .blue-div-elem p {
        width: 50%;
        font-size: 2.5vw;
    }

    /*------- Section 5 -------*/
    #page5 {
        min-height: 45vh;
        width: 100%;
        position: relative;
        background-color: #151515;
    }

    .elem {
        white-space: nowrap;
        overflow-x: hidden;
        margin-bottom: -2vw;
    }

    .elem h1 {
        font-size: 9vw;
        -webkit-text-stroke: 1px #ffffff8f;
        font-weight: 400;
        text-transform: uppercase;
        /* background-color: red; */
        color: transparent;
        display: inline-block;
        margin-right: 32px;
        -webkit-animation-name: anime2;
                animation-name: anime2;
        -webkit-animation-duration: 17s;
                animation-duration: 17s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
    }

    @-webkit-keyframes anime2 {
        from {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }

        to {
            -webkit-transform: translateX(calc(-100% - 30px));
                    transform: translateX(calc(-100% - 30px));
        }
    }

    @keyframes anime2 {
        from {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }

        to {
            -webkit-transform: translateX(calc(-100% - 30px));
                    transform: translateX(calc(-100% - 30px));
        }
    }


    .elem2 {
        white-space: nowrap;
        overflow-x: hidden;
        margin-bottom: -2vw;
    }

    .elem2 h1 {
        font-size: 9vw;
        -webkit-text-stroke: 1px #ffffff8f;
        font-weight: 400;
        text-transform: uppercase;
        /* background-color: red; */
        color: transparent;
        margin-right: 32px;
        display: inline-block;
        -webkit-transform: translateX(calc(-100% - 20px));
            -ms-transform: translateX(calc(-100% - 20px));
                transform: translateX(calc(-100% - 20px));
        -webkit-animation-name: anime2;
                animation-name: anime2;
        -webkit-animation-duration: 18s;
                animation-duration: 18s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        animation-direction: reverse;
    }

    .elem span,
    .elem2 span {
        font-style: italic;
        font-family: "silk serif";
        color: transparent;
    }

    /*------- Footer -------*/
    #footer {
        height: 105h;
        width: 100vw;
        background-color: #151515;
        position: relative;
        padding: 8vh 4vw;
    }

    #footer h1 {
        font-size: 9.2vw;
        text-transform: uppercase;
        position: relative;
    }

    #footer-text {
        position: relative;
    }

    #footer-text h2 {
        font-size: 9.2vw;
        text-transform: uppercase;
        position: absolute;
        top: -10%;
        font-weight: 500;
        left: 0;
        font-family: "silk serif";
    }

    #footer-text h2 span {
        font-family: "silk serif";
        opacity: 0;
        -webkit-text-stroke: 1px #fff;
        color: transparent;
    }

    #footer-text::before {
        content: "04";
        position: absolute;
        font-size: 7vw;
        font-weight: 100;
        font-family: "silk serif";
        left: 0.5%;
        top: -86%;
    }

    .underline {
        height: 1px;
        width: 98%;
        background-color: #fff;
        margin: 3vw 0;
    }

    #footer-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-right: 15vw;
        padding-top: 4vw;
        margin-bottom: 6vw;
    }

    #footer-div h6 {
        font-size: 3.5vw;
        margin-bottom: 3vw;
        font-weight: 600;
    }

    .box {
        width: 50%;
        margin-bottom: 7vw;
    }

    #footer-div h5 {
        font-size: 4.5vw;
        font-weight: 500;
        margin: 0.1vh 0;
    }

    #footer>h5 {
        font-weight: 500;
        font-size: 4vw;
    }
}