@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;800&display=swap");
*, 
*::before, 
*::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
font-family: "Poppins", sans-serif;
/* background-color: #333;
  /*background-color: #b6abab;*/
}
::selection{
    background-color: #0b372dbb;
}

.logo{
width: 5.208vw; /* 100px / 1920px */
}

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(0, 0, 0, 0.1); 
}

header nav{
    max-width: 93.75%; /* 1800px / 1920px */
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

header ul a{
text-decoration: none;
color:#fff;
padding: 0 1.5rem;
text-transform: uppercase;
font-weight: 300;
font-size: 0.83rem;
}
.search a {
    font-size: 1.05rem;
    padding: 0 3rem;
}
.hamburger{
    padding-left: 1.5rem;
}

.hamburger a {
    padding: 0;
    width: 1.927vw; /* 37px / 1920px */
    height: 3.426vh; /* 37px / 1080px */
    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;
transform: translate(-50%);
left: 50%;
width: 60%;
height: 100%;
background-color: inherit;
border-radius: 2px;
}
.hamburger .bar::before{
    top: -4.5px;
}
.hamburger .bar::after{
    top: 4.5px;
}

/* Main container styles */
.page-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Parallax section styles */
main {
  position: relative;
  width: 100vw;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

/* Section styles */
section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* Each section takes full viewport height */
  padding: 80px 0;
  background-color: #fff; /* Or your preferred color */
  z-index: 1000; /* Ensure sections appear above parallax */
}

.parallax{
    pointer-events: none;
    transition: 0.45s cubic-bezier(.2,.49,.32,.99);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.bg-img{
    position: absolute;
    width: 166.667%; /* 3200px / 1920px */
    max-width: none !important;
    top: calc(50% - 36.111vh); /* 390px / 1080px */
    left: calc(50% + 0.521vw); /* 10px / 1920px */
    z-index: 1;
}

.fog-7{
    position: absolute;
    z-index: 2;
    width: 114.583%; /* 2200px / 1920px */
    top: calc(50% - 9.259vh); /* 100px / 1080px */
    left: calc(50% + 15.625vw); /* 300px / 1920px */
}

.mountain-10{
    position: absolute;
    z-index: 3;
    width: 46.458%; /* 892px / 1920px */
    top: calc(50% + 6.389vh); /* 69px / 1080px */
    left: calc(50% + 11.979vw); /* 230px / 1920px */
}

.fog-6 {
    position: absolute;
    z-index: 4;
    width: 99.479%; /* 1910px / 1920px */
    top: calc(50% + 7.870vh); /* 85px / 1080px */
    left: calc(50% + 0.521vw); /* 10px / 1920px */
}

.mountain-9 {
    position: absolute;
    z-index: 5;
    width: 26.042%; /* 500px / 1920px */
    top: calc(50% + 13.889vh); /* 150px / 1080px */
    left: calc(50% - 32.292vw); /* 620px / 1920px */
}

.mountain-8{
    position: absolute;
    z-index: 6;
    width: 54.16%;
    top: 61.85%;
    left: 35.98%;
}

.fog-5{
    position: absolute;
    z-index: 7;
    width: 41.667%; /* 800px / 1920px */
    top: calc(50% + 14.815vh); /* 160px / 1080px */
    left: calc(50% + 1.042vw); /* 20px / 1920px */
}

.mountain-7{
    position: absolute;
    z-index: 8;
    width: 28.021%; /* 538px / 1920px */
    top: calc(50% + 11.389vh); /* 123px / 1080px */
    left: calc(50% + 15.885vw); /* 305px / 1920px */
}

.text{
    position: absolute;
    z-index: 9;
    top: calc(50% - 12.037vh); /* 130px / 1080px */
    left: calc(50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    pointer-events: auto;
    
}

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

.text h1{
    font-weight: 800;
    font-size: 10rem;
    line-height: 0.88;
}

 .cta {
    top: calc(50% + 40.037vh); /* 130px / 1080px */
    left: calc(50%);
  position: absolute;
  bottom: 8%;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 22;
  text-decoration: none;
}

.cta-button {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white; /* Default text color */
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    height: 50px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
    pointer-events: auto; /* This makes the link clickable again */
}

.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(53, 53, 53); /* Text color on hover is black */
}
.mountain-6{
    position: absolute;
    z-index: 10;
    width: 21.25%; /* 408px / 1920px */
    top: calc(50% + 7.407vh); /* 80px / 1080px */
    left: calc(50% + 38.021vw); /* 730px / 1920px */
}

.fog-4{
    position: absolute;
    z-index: 11;
    width: 46.875%; /* 900px / 1920px */
    top: calc(50% + 20.648vh); /* 223px / 1080px */
    left: calc(50% - 3.125vw); /* 60px / 1920px */
}

.mountain-5{
    position: absolute;
    z-index: 12;
    width: 32.552%; /* 625px / 1920px */
    top: calc(50% + 29vh); /* 270px / 1080px */
    left: calc(50% + 6.771vw); /* 130px / 1920px */
}

.fog-3{
    position: absolute;
    z-index: 13;
    width: 96.354%; /* 1850px / 1920px */
    top: calc(50% + 10.185vh); /* 110px / 1080px */
    left: calc(50% - 0.781vw); /* 15px / 1920px */
}

.mountain-2{
    position: absolute;
    z-index: 14;
    width: 44.271%; /* 850px / 1920px */
    top: calc(50% + 22.370vh); /* 220px / 1080px */
    left: calc(50% + 28.646vw); /* 550px / 1920px */
}

.mountain-3{
    position: absolute;
    z-index: 15;
    width: 31.25%; /* 600px / 1920px */
    top: calc(50% + 10.185vh); /* 110px / 1080px */
    left: calc(50% + 49.479vw); /* 950px / 1920px */
}

.fog-2{
    position: absolute;
    z-index: 16;
    width: 62.5%; /* 1200px / 1920px */
    top: calc(50% + 18.148vh); /* 196px / 1080px */
    left: calc(50% - 33.880vw); /* 650.5px / 1920px */
}

.mountain-4{
    position: absolute;
    z-index: 17;
    width: 47.396%; /* 910px / 1920px */
    top: calc(50% + 32.315vh); /* 295px / 1080px */
    left: calc(50% - 26.589vw); /* 510.5px / 1920px */
}

.mountain-1{
    position: absolute;
    z-index: 18;
    width: 28.646%; /* 550px / 1920px */
    top: calc(50% + 3.704vh); /* 40px / 1080px */
    left: calc(50% - 41.667vw); /* 800px / 1920px */
}

.sun-rays{
    position: absolute;
    z-index: 19;
    top: 0;
    right: 0;
    width: 25.781%; /* 495px / 1920px */
    pointer-events: none;
}

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

.fog-1{
    position: absolute;
    z-index: 21;
    width: 83.333%; /* 1600px / 1920px */
    top: calc(100% - 31.019vh); /* 335px / 1080px */
    left: 60%;
}

.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;
}

@media (max-width: 1100px){
    .text h1{
        font-size: 5.8rem;
    }
    .text h2{
        font-size: 4.7rem;
    }
    
    /* All images converted to initial width and calculated height */
    .bg-img{
        width: initial;
        height: 266.667%; /* 166.667% × 1.6 */
    }
    .fog-7{
        width: initial;
        height: 183.333%; /* 114.583% × 1.6 */
    }
    .mountain-10{
        width: initial;
        height: 74.333%; /* 46.458% × 1.6 */
    }
    .fog-6{
        width: initial;
        height: 159.166%; /* 99.479% × 1.6 */
    }
    .mountain-9{
        width: initial;
        height: 41.667%; /* 26.042% × 1.6 */
    }
    .mountain-8{
        width: initial;
        height: 86.656%; /* 54.16% × 1.6 */
    }
    .fog-5{
        width: initial;
        height: 66.667%; /* 41.667% × 1.6 */
    }
    .mountain-7{
        width: initial;
        height: 44.834%; /* 28.021% × 1.6 */
    }
    .mountain-6{
        width: initial;
        height: 34%; /* 21.25% × 1.6 */
    }
    .fog-4{
        width: initial;
        height: 75%; /* 46.875% × 1.6 */
    }
    .mountain-5{
        width: initial;
        height: 52.083%; /* 32.552% × 1.6 */
    }
    .fog-3{
        width: initial;
        height: 154.166%; /* 96.354% × 1.6 */
    }
    .mountain-2{
        width: initial;
        height: 70.834%; /* 44.271% × 1.6 */
    }
    .mountain-3{
        width: initial;
        height: 85%; /* 31.25% × 1.6 */
    }
    .fog-2{
        width: initial;
        height: 100%; /* 62.5% × 1.6 */
    }
    .mountain-4{
        width: initial;
        height: 75.834%; /* 47.396% × 1.6 */
    }
    .mountain-1{
        width: initial;
        height: 125.834%; /* 28.646% × 1.6 */
    }
    .sun-rays{
        width: initial;
        height: 41.25%; /* 25.781% × 1.6 */
    }
    .black-shadow{
        width: initial;
        height: 8.333%; /* 5.208% × 1.6 */
    }
    .fog-1{
        width: initial;
        height: 133.333%; /* 83.333% × 1.6 */
    }
}

@media (max-width: 725px){
    .text h1{
        font-size: 5rem;
        line-height: 1.1;
    }
    .text h2{
        font-size: 4.1rem;
        line-height: 1.1;
    }
    header nav{
        padding: 0 1rem;
    }
    .logo{
        width: 75px;
    }
    header ul a{
        font-size: 0.73rem ;
        padding: 0 0.9rem;
    }
    .search a{
        font-size: 0.85rem;
        padding: 0 1.8rem;
    }
    .hamburger{
        padding-left: 0.9rem;
    }
    .hamburger a {
        height: 30px;
        width: 30px;
    }
    
    /* All images converted to initial width and calculated height */
    .bg-img{
        width: initial;
        height: 266.667%; /* 166.667% × 1.6 */
    }
    .fog-7{
        width: initial;
        height: 183.333%; /* 114.583% × 1.6 */
    }
    .mountain-10{
        width: initial;
        height: 74.333%; /* 46.458% × 1.6 */
    }
    .fog-6{
        width: initial;
        height: 159.166%; /* 99.479% × 1.6 */
    }
    .mountain-9{
        width: initial;
        height: 41.667%; /* 26.042% × 1.6 */
    }
    .mountain-8{
        width: initial;
        height: 86.656%; /* 54.16% × 1.6 */
    }
    .fog-5{
        width: initial;
        height: 66.667%; /* 41.667% × 1.6 */
    }
    .mountain-7{
        width: initial;
        height: 44.834%; /* 28.021% × 1.6 */
    }
    .mountain-6{
        width: initial;
        height: 34%; /* 21.25% × 1.6 */
    }
    .fog-4{
        width: initial;
        height: 66.667%; /* 41.667% × 1.6 */
    }
    .mountain-5{
        width: initial;
        height: 52.083%; /* 32.552% × 1.6 */
    }
    .fog-3{
        width: initial;
        height: 154.166%; /* 96.354% × 1.6 */
    }
    .mountain-2{
        width: initial;
        height: 70.834%; /* 44.271% × 1.6 */
    }
    .mountain-3{
        width: initial;
        height: 85%; /* 31.25% × 1.6 */
    }
    .fog-2{
        width: initial;
        height: 100%; /* 62.5% × 1.6 */
    }
    .mountain-4{
        width: initial;
        height: 75.834%; /* 47.396% × 1.6 */
    }
    .mountain-1{
        width: initial;
        height: 125.834%; /* 28.646% × 1.6 */
    }
    .sun-rays{
        width: initial;
        height: 41.25%; /* 25.781% × 1.6 */
    }
    .black-shadow{
        width: initial;
        height: 8.333%; /* 5.208% × 1.6 */
    }
    .fog-1{
        width: initial;
        height: 133.333%; /* 83.333% × 1.6 */
    }
}

@media (max-width: 520px){
  /* Fog elements - maintain aspect ratio */
    [class*="fog-"] {
        width: 120vw !important;
        height: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    /* Mountain elements - proportional scaling */
    [class*="mountain-"] {
        width: 80vw !important;
        height: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    /* Text adjustments */
    .text {
        width: 90vw;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 20vh !important;
    }
    
    .text h1 {
        font-size: 2.5rem;
    }
    
    .text h2 {
        font-size: 2rem;
    }
       .parallax {
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        transform: none !important;
    }
    
    /* Background image - full width coverage */
    .bg-img {
        width: 100vw !important;
        height: auto !important;
        min-height: 100vh;
        left: 0 !important;
        transform: translate(0, 0) !important;
        object-fit: cover;
    }
    
    
    /* All images converted to initial width and calculated height */
    .bg-img{
        width: initial;
        height: 266.667%; /* 166.667% × 1.6 */
    }
    .fog-7{
        width: initial;
        height: 183.333%; /* 114.583% × 1.6 */
    }
    .mountain-10{
        width: initial;
        height: 74.333%; /* 46.458% × 1.6 */
    }
    .fog-6{
        width: initial;
        height: 159.166%; /* 99.479% × 1.6 */
    }
    .mountain-9{
        width: initial;
        height: 41.667%; /* 26.042% × 1.6 */
    }
    .mountain-8{
        width: initial;
        height: 86.656%; /* 54.16% × 1.6 */
    }
    .fog-5{
        width: initial;
        height: 66.667%; /* 41.667% × 1.6 */
    }
    .mountain-7{
        width: initial;
        height: 44.834%; /* 28.021% × 1.6 */
    }
    .mountain-6{
        width: initial;
        height: 34%; /* 21.25% × 1.6 */
    }
    .fog-4{
        width: initial;
        height: 75%; /* 46.875% × 1.6 */
    }
    .mountain-5{
        width: initial;
        height: 52.083%; /* 32.552% × 1.6 */
    }
    .fog-3{
        width: initial;
        height: 154.166%; /* 96.354% × 1.6 */
    }
    .mountain-2{
        width: initial;
        height: 70.834%; /* 44.271% × 1.6 */
    }
    .mountain-3{
        width: initial;
        height: 85%; /* 31.25% × 1.6 */
    }
    .fog-2{
        width: initial;
        height: 100%; /* 62.5% × 1.6 */
    }
    .mountain-4{
        width: initial;
        height: 75.834%; /* 47.396% × 1.6 */
    }
    .mountain-1{
        width: initial;
        height: 125.834%; /* 28.646% × 1.6 */
    }
    .sun-rays{
        width: initial;
        height: 41.25%; /* 25.781% × 1.6 */
    }
    .black-shadow{
        width: initial;
        height: 8.333%; /* 5.208% × 1.6 */
    }
    .fog-1{
        width: initial;
        height: 133.333%; /* 83.333% × 1.6 */
    }
}

@media (max-width: 480px) {
    /* Reset all parallax elements for mobile */
    .parallax {
        position: absolute;
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        transform: none !important;
    }
    
    /* Full-width background image */
    .bg-img {
        width: 100vw !important;
        height: auto !important;
        min-height: 100vh;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        object-fit: cover;
    }
    
    /* Fog elements - wider to prevent gaps */
    [class*="fog-"] {
        width: 150vw !important;
        height: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    /* Mountain elements - proportional scaling */
    [class*="mountain-"] {
        width: 100vw !important;
        height: auto !important;
        left: 50% !important;
        
        transform: translateX(-50%) !important;
    }
    
    /* Text adjustments */
    .text {
        width: 90vw;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 30% !important;
        white-space: normal;
    }
    
    .text h1 {
        font-size: 4rem;
        line-height: 1.2;
    }
    
    .text h2 {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 350;
    }
    
    /* Header adjustments */
    header nav {
        padding: 0 0.5rem;
    }
    
    .logo {
        width: 60px;
    }
    
    header ul a {
        font-size: 0.6rem;
        padding: 0 0.5rem;
    }
    
    /* Main container height */
    main {
        height: auto;
        min-height: 100vh;
        max-height: none !important;
    }
}
