@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*, *::before, *::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

::selection{
    background-color: rgba(21, 156, 82, 0.467);
}

.logo{
    width: 150px;
}

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

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

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

header ul a{
    text-decoration: none;
    color: #fff;
    padding: 0 1.5em;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.83rem;
    position: relative;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.5px;
}

header ul a:after{
    content: "";
    position: absolute;
    background-color: #ff3c78;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}

header ul a:hover{
    color: #ffffff;
}

a:hover:after{
    width: 100%;
}

.search a{
    font-size: 1.05rem;
    padding: 0 3rem;

}

.hamburger{
    padding-left: 1.5rem;
}

.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%;
    width: 60%;
    height: 1.3px;
    background-color: inherit;
    border-radius: 2px;

}

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

main{
    background-color: #353;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.parallax{
    pointer-events: none;
}

.bg-img{
    position: absolute;
    width: 2800px;
    top: calc(50% - 390px);
    left: calc(50% + 10px);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.fog-7{
    position: absolute;
    width: 1900px;
    top: calc(50% - 100px);
    left: calc(50% + 300px);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.mountain-10{
    position: absolute;
    width: 870px;
    top: calc(50% + 169px);
    left: calc(50% + 230px);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.fog-6{
    position: absolute;
    width: 1418px;
    top: calc(50% +177px);
    left: calc(50% -30px);
    transform: translate(-50%, -50%);
    z-index: 16;
}

.mountain-9{
    position: absolute;
    width: 463px;
    top: calc(50% + 119px);
    left: calc(50% - 457px);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.mountain-8{
    position: absolute;
    width: 786px;
    top: calc(50% + 96px);
    left: calc(50% - 202px);
    transform: translate(-50%, -50%);
    z-index: 6;
}

.fog-5{
    position: absolute;
    width: 1435px;
    top: calc(50% + 149px);
    left: calc(50% - 28px);
    transform: translate(-50%, -50%);
    z-index: 13;
}

.mountain-7{
    position: absolute;
    width: 515px;
    top: calc(50% + 134px);
    left: calc(50% + 305px);
    transform: translate(-50%, -50%);
    z-index: 8;
}
 
.text{
    position: absolute;
    z-index: 9;
    top: calc(50% - 130px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    pointer-events: auto;
}

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

.text h1{
    font-weight: 900;
    font-size: 8rem;
    line-height: 0.88;
}

.mountain-6{
    position: absolute;
    width: 383.5px;
    top: calc(50% + 86.5px);
    left: calc(50% + 590px);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.fog-4{
    position: absolute;
    width: 543px;
    top: calc(50% + 242px);
    left: calc(50% - 64px);
    transform: translate(-50%, -50%);
    z-index: 11;
}

.mountain-5{
    position: absolute;
    width: 583px;
    top: calc(50% + 300px);
    left: calc(50% + 130px);
    transform: translate(-50%, -50%);
    z-index: 12;
}

.fog-3{
    position: absolute;
    width: 1900px;
    top: calc(50% + 171px);
    left: calc(50% + 29px);
    transform: translate(-50%, -50%);
    z-index: 7;
}

.mountain-4{
    position: absolute;
    width: 717px;
    top: calc(50% + 221px);
    left: calc(50% - 381.5px);
    transform: translate(-50%, -50%);
    z-index: 14;
}

.mountain-3{
    position: absolute;
    width: 419px;
    top: calc(50% + 133px);
    left: calc(50% + 736px);
    transform: translate(-50%, -50%);
    z-index: 15;
}

.fog-2{
    position: absolute;
    width: 1833px;
    top: calc(50% + 95px);
    left: calc(50% + 7px);
    transform: translate(-50%, -50%);
    z-index: 4;
}

.mountain-2{
    position: absolute;
    width: 625px;
    top: calc(50% + 188px);
    left: calc(50% + 412px);
    transform: translate(-50%, -50%);
    z-index: 17;
}

.mountain-1{
    position: absolute;
    width: 450px;
    top: calc(50% + 91.5px);
    left: calc(50% - 601px);
    transform: translate(-50%, -50%);
    z-index: 18;
}

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

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

.fog-1{
    position: absolute;
    width: 1900px;
    top: calc(50% - 100px);
    left: calc(50% + 3000px);
    transform: translate(-50%, -50%);
    z-index: 2;
}

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

footer {
    padding: 20px;
    text-align: center;
    color: #353;
    margin: 10px;
  }

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid white;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 2px solid black;
    background: #353;
    transition: 1s;
}