*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    overflow-x: hidden;
    background-color: rgb(249, 251, 250);
}


header{
    width: 100vw;
    height: 100vh;
    background-image: url(mountain-ranges-covered-in-snow-714258.jpg);
    background-position: bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


a{
    text-decoration: none;
}


ul{
    list-style: none;

}


.navbar{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    font-size: 25px;
    justify-content: space-between;
    padding: 20px;
}


.active{
    margin: 0 30px;
    height: 30px;
    background-color: rgb(70, 61, 61);

    width: 90px;
    display: flex;
    justify-content: center;
    border-radius: 10px;

}

.active:hover{
    background-color: #000000;

    height: 30px;
    width: 90px;

}

.nav-links{
    

    display: flex;
    align-items: center;




    li{
        
    &:hover{
        box-shadow: 0px 0px 15px;
    }
    }
}     




.navbar ul li a{
    color: whitesmoke;  
    font-size: 23px;
    font-weight: 400;


}
.header-content{
    margin-bottom: 70px;
    text-align: center;

}
.header-content h2{
    font-size: 4vmin;
}
.line{
    width: 250px;
    height: 4px;
    background: #000000;
    margin: 10px auto;
    border-radius: 5px;
}
.header-content h1{
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;

}
.ctn{
    padding: 8px 15px;
    background: #fc0368;
    border-radius: 30px;
    color: whitesmoke;
}
.menu-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    cursor: pointer;
    display: none;
}
section{
    width: 80%;
    margin: 80px auto;

}
.title{
    text-align: center;
    font-size: 4vmin;
    color: #49497e;
}



.row{
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;


}
.row .cols {
display: flex;
flex-direction: column;
align-items: center;

}
.row .cols img {
width: 80%;
}
.events .row{
margin-top: 50px;

}
h4{
font-size: 3vmin;
color: #000000;
margin: 20px auto;
}
p{
color: #000000;
padding: 0px 40px;
font-size: 19px;
}
.events .ctn{
margin-top: 30px;
padding: 10px;
font-size: 20px;
}
.explore {
height: 100vh;
width: 100%;
background-size: cover;
background-image: url(f.jpg);
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
.explore-content{
width: 50%;
padding: 50px;
display: flex;
align-items: center;
flex-direction: column;

}
.im4{
display: flex ;
}


.cols{
height: 500px;    
width: 500px;

}

.explore-content h1{
font-size: 6vmin;
margin: 50px;
position: relative;
top: 50px;




}
.explore-content .line{
margin-bottom: 50px;
}
.explore-content p{
color: rgb(0, 0, 0);
font-size: 16px;
font-weight: 500;
}
.explore-content .ctn{
margin-top: 40px;
}

.explore-content .ctn{
margin-top: 40px;
}
.content-col{
width: 40%;
}
.image-col{
width: 60%;
}

.tours .image-gallery{
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;

}
.image-gallery img{
width: 350px;
height: 300px;
margin: 10px;


}
.im4{

display: flex;
flex-direction: row;
gap: 10px;
position: relative;
top: 21vh;
height: 90vh;

border-radius: 30px;
}


.im5{

display: flex;
flex-direction: row;
gap: 10px;
position: relative;
left: 50vh;
bottom: 20vh;
border-radius: 30px;
}

.tours .row p{
position: relative;
right: 40px;
bottom: 20px;

}
.tours .row h1{
font-size: 25px;
position: relative;
bottom: 20px;
}
.tours .row .ctn{
margin-top: 20px;
}
.footer{
width: 100%;
height: 160px;
margin: 0;
text-align: center;
position: relative;


}
.ctn:hover{
    background: whitesmoke;
   color: #fc0368;
}
.footer p{
color: rgb(0, 0, 0);
margin: 20px auto;
padding: 20px auto;

}
@media(max-width:850px){
    .menu-btn{
        display: block;
    }
    .navbar{
        padding: 0;
      

    }
   
    .logo{
        position: absolute;
        top: 30px;
        left: 30px;

    }
    .nav-links{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: #484872;
       
       margin-top: -900px;
       transition: all 0.5s ease ;
    }
    .nav-links li{
        margin: 30px auto;

    }
    .mobile-menu{
        margin-top: 0px;
        border-bottom-right-radius: 30%;
    }
    .row{
    flex-direction: column;
}
.im4{
flex-direction: column;
}
.im5{
flex-direction: column;
}
.footer{
    padding: 10px;
}
}

