* {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.h1-section {
    font-family: "Nova Square", sans-serif;
    font-weight: 700;
    font-size: 70px;
    margin-top: 180px;
    color: #8B0001;
    letter-spacing: 50px; 
}
  

.navbar-nav-gabri {
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

.imgLogo {
    z-index: 0;
    width: 120px;
    height: 70px;
    margin-bottom: 10px;
}

.nav-link {
    margin-right: 30px;
    margin-left: 30px;
    z-index: 0;

    
}

.section-mountain {
    margin-top: 200px;
    display: flex;
    width: 100%;
    background-image: url('./media/switzerland-862870_1920.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

.section-mountain h1 {
    justify-content: center;
    position: relative;
    background: transparent;
    top: 100px;
}

.section-mountain img {
    width: 130%;
    height: auto;
}


.img2 {
    position: relative;
    background-image: url('./media/mountains.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}
.fume {
    position: absolute;
    
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff89 50%,#ffffff56 60%,#ffffff25 70%, #ffffff00 80%, #ffffff00 90%, transparent 100%);
}

/* -----------------media query------------------ */

@media screen and (max-width: 768px) {
    .nav-link {
        margin-right: 10px;
        margin-left: 10px;
    }
    .img2 {
        position: relative;
        transform: scale(1.4); 
    }

    .h1-section {
        font-size: 60px;
        margin-top: 180px;
        letter-spacing: 40px; 
    }
    
}