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


body {
    font-family: "Poppins", sans-serif;
}

::selection {
    background-color: rgba(25, 101, 91, 0.655);
}

a {
    text-decoration: none;
}


/* ---------------------navbar------------- */

.logo {
    width: 100px;
}

header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 0.9rem 0;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(55, 103, 73, 0.105);
}

header nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    display: flex;
    align-items: center;
    list-style: none;
}

header ul a {
    color: #fff;
    padding: 0 1.5rem;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.83rem;
}

.hamburger a {
    padding: 0;
    width: 37px;
    height: 37px;
    display: flex;
    border-radius: 50%;
    background-color: rgba(115, 115, 115, 0.7);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    justify-content: center;
    align-items: center;
}

.hamburger .bar {
    position: relative;
    width: 52%;
    height: 1.3px;
    background-color: #fff;
    border-radius: 2px;
}

.hamburger .bar::before,
.hamburger .bar::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 150%;
    background-color: inherit;
    border-radius: 2px;
}

.hamburger .bar::before {
    top: -6.5px;
}

.hamburger .bar::after {
    top: 5.5px;
}

/* ------------------------navbar end ------------------ */

main {
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.parallax {
    pointer-events: none;
    transform: translate(-50%, -50%);
    /* transition: 0.45s cubic-bezier(.2, .49, .32, .99); */
}


.bg-img {
    position: absolute;
    width: 194.44%;
    top: 1.85%;
    left: 50.59%;
}

.fog-7 {
    position: absolute;
    z-index: 2;
    width: 132%;
    top: 37.7%;
    left: 70.8%;
}

.mountain-10 {
    position: absolute;
    z-index: 3;
    width: 61.9%;
    top: 58.52%;
    left: 65.97%;
}

.fog-6 {
    position: absolute;
    z-index: 4;
    width: 112%;
    top: 60.5%;
    left: 50.7%;
}

.mountain-9 {
    position: absolute;
    z-index: 5;
    width: 32.64%;
    top: 63.95%;
    left: 18.27%;
    transform: translate(-50%, -50%);
}

.mountain-8 {
    position: absolute;
    z-index: 6;
    width: 56.25%;
    top: 60.62%;
    left: 35.97%;
}

.fog-5 {
    position: absolute;
    z-index: 7;
    width: 31.25%;
    top: 69.75%;
    left: 48.61%;
}

.mountain-7 {
    position: absolute;
    z-index: 8;
    width: 37.4%;
    top: 65.18%;
    left: 71.18%;
}


.text {
    position: absolute;
    z-index: 9;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    pointer-events: auto;
    color: #fff;
}

.text h2 {
    font-weight: 100;
    font-size: 6.5rem;
}

.text h1 {
    font-weight: 400;
    font-size: 3.5rem;
}



.mountain-6 {
    position: absolute;
    z-index: 10;
    width: 28.33%;
    top: 57.41%;
    left: 90.97%;
}

.fog-4 {
    position: absolute;
    z-index: 11;
    width: 40.97%;
    top: 77.53%;
    left: 45.83%;
}

.mountain-5 {
    position: absolute;
    z-index: 12;
    width: 40.49%;
    top: 80.86%;
    left: 59.03%;
}

.fog-3 {
    position: absolute;
    z-index: 13;
    width: 111.11%;
    top: 63.58%;
    left: 48.96%;
}

.mountain-4 {
    position: absolute;
    z-index: 14;
    width: 54.16%;
    top: 74.20%;
    left: 23.51%;
}

.mountain-3 {
    position: absolute;
    z-index: 15;
    width: 29.1%;
    top: 66.42%;
    left: 101.11%;
}

.fog-2 {
    position: absolute;
    z-index: 16;
    width: 108.33%;
    top: 68.15%;
    left: 47.92%;
}

.mountain-2 {
    position: absolute;
    z-index: 17;
    width: 47.92%;
    top: 69.01%;
    left: 78.61%;
}

.mountain-1 {
    position: absolute;
    z-index: 18;
    width: 36.81%;
    top: 52.1%;
    left: 8.26%;
}

.sun-rays {
    position: absolute;
    z-index: 19;
    width: 41.25%;
    top: 0;
    right: 0;
    pointer-events: none;
}

.black-shadow {
    position: absolute;
    z-index: 20;
    width: 100%;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.fog-1 {
    position: absolute;
    z-index: 21;
    width: 111.1%;
    top: 56.17%;
    left: 50%;
}

.vignette {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

@media (max-width:1100px) {
    .text h1 {
        font-size: 2.5rem;
    }

    .text h2 {
        font-size: 4rem;
    }
}

@media (max-width:725px) {
    .text h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .text h2 {
        font-size: 3rem;
        line-height: 1.1;
    }

    header nav {
        padding: 0 1rem;
    }

    .logo {
        width: 75px;
    }

    header ul a {
        font-size: 0.73rem;
        padding: 0 0.9rem;
    }

    .hamburger {
        padding-left: 0.9rem;
    }

    .hamburger a {
        height: 30px;
        width: 30px;
    }

    .bg-img {
        width: initial;
        height: 211.104%;
    }

    .fog-7 {
        width: initial;
        height: 211.12%;
    }

    .mountain-10 {
        width: initial;
        height: 99.04%;
    }

    .fog-6 {
        width: initial;
        height: 179.2%;
    }

    .mountain-9 {
        width: initial;
        height: 57.024%;
    }

    .mountain-8 {
        width: initial;
        height: 90%;
    }

    .fog-5 {
        width: initial;
        height: 50%;
    }

    .mountain-7 {
        width: initial;
        height: 59.84%;
    }

    .mountain-6 {
        width: initial;
        height: 45.328%;
    }

    .fog-4 {
        width: initial;
        height: 65.552%;
    }

    .mountain-5 {
        width: initial;
        height: 64.78%;
    }

    .fog-3 {
        width: initial;
        height: 177.78%;
    }

    .mountain-4 {
        width: initial;
        height: 86.656%;
    }

    .mountain-3 {
        width: initial;
        height: 46.56%;
    }

    .fog-2 {
        width: initial;
        height: 173.328%;
    }

    .mountain-2 {
        width: initial;
        height: 76.67%;
    }

    .mountain-1 {
        width: initial;
        height: 58.9%;
    }

    .fog-1 {
        width: initial;
        height: 177.76%;
    }
}

@media (max-width:520px) {
    .text h1 {
        font-size: 1.5rem;
    }

    .text h2 {
        font-size: 2rem;
    }

    .mountain-1 {
        top: 75%;
    }


    .mountain-2 {
        top: 79.01%;
    }

    .mountain-4 {
        top: 84.20%;
        width: initial;
        height: 66.656%;
    }

    .mountain-5 {
        top: 95%;
    }

}

@media (max-width:390px) {
    .text h1 {
        font-size: 1.2rem;
    }

    .text h2 {
        font-size: 1.5rem;
    }


}