:root {
    --bs-breakpoint-xxl: 1600px;
}


@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* content */

body {
    color: #ffffff;
    background: url('imgs/background.png?v=1.2') no-repeat center top #000000;
    height: 100%;
    position: relative;
}

.header {
    min-height: 100vh;
    display: flex;
    padding: 5% 0;
}
/*
.elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('imgs/astronauts.png') no-repeat center top transparent;
    background-size: cover;
}
*/

h1 {
    font-family: Montserrat;
    font-size: 128px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2.56px;
    text-transform: uppercase;
}

h2 {
    text-align: center;
    font-family: Cousine;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;

    margin: 10% 0;
}

h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

h4 {
    color: #FFF;
    font-family: "Darker Grotesque";
    font-size: 38.723px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

h4 strong {
    font-weight: 700;
}

h5 {
    font-family: "Darker Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

h5 strong {
    font-weight: 800;
}

p {
    margin-bottom: 0;
}

.block {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 15% 0;
}

.block strong {
    font-weight: 700;
}

.block span {
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

a.btn-a {
    font-family: Montserrat;
    font-size: 25.397px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 50.794px;
    border: 1.27px solid #7300FF;
    background: rgba(115, 0, 255, 0.28);
    padding: 12px 16px;
}

a.btn-a svg {
    transform: rotate(90deg);
}

a span {
    border-radius: 30.476px;
    background: #7300FF;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 25px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    color: rgba(115, 0, 255, 0.90);
    text-align: center;
    font-family: "Darker Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

#greetings {
    padding: 5% 0;
}

.row-masonry  {
    margin: 0 -5%;
}

.row-masonry > div {
    padding: 0 5%;
}

.bottom-col {
    margin-top: -50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* end of content */

/* parallax */

.content {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
    */
}

.parallax-layer {
    position: absolute;
    top: 100vh;
    width: 100%;
    height: 200%;
    background-size: contain;
    background-position: center top;
    will-change: transform;
    background-repeat: repeat-y;
}

.layer3 {
    background-image: url('imgs/stars.png?v=1.2');
    margin-top: 20%;
}

.layer2 {
    background-image: url('imgs/asteroids.png?v=1.2');
    margin-top: 20%;
    opacity: 0.5;
}

.layer1 {
    background-image: url('imgs/planet.png?v=1.2');
    top: 4000px;
    left: -40%;
    background-repeat: no-repeat;
    background-size: contain;
}


/* end of parallax */

/* floating elemnets */

.parallax-position {
    position: relative;
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.1s ease-out;
    z-index: -1;
}

.parallax-image-1 {
    top: 250px;
    left: 0%;
    z-index: -1;
}

.parallax-image-2 {
    top: 0;
    right: -20%;
    left: auto;
}

.parallax-image-3 {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.parallax-image-4 {
    top: 0;
    left: -10%;
    margin: 0 auto;
}

/* ---- */

.scrollable-list .scroll-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: top 0.3s ease;
  }
  .scrollable-list .scroll-list {
    width: 100%;
    position: relative;
    transition: top 0.3s ease;
  }
  .scrollable-list button {
    width: 100%;
    margin: 5px 0;
    border: none;
    background-color: transparent;
  }
  .scrollable-list button:hover svg path {
    stroke: #ffffff;
  }


@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
        line-height: normal;
    }

    .block {
        font-size: 15px;
        line-height: 26px;
        margin: 10% 0;
    }

    .bottom-col img {
        width: 500px;
    }

    .parallax-image-1 {
        top: 250px;
        left: 0%;
        width: 350px;
        height: 350px;
    }

    .parallax-image-2 {
        top: 300px;
        right: -30%;
        left: auto;
    }

    .parallax-image-3 {
        top: 0;
        right: auto;
        left: -20%;
    }

    .parallax-image-4 {
        top: 0;
        right: auto;
        left: -20%;
    }
}


@media only screen and (max-width: 480px) {
    .parallax-image-1 {
        top: 150px;
        left: -30%;
    }
}