*{
    margin: 0;
    padding: 0;
}
body {
    user-select: none;
}
section{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
nav{
    position: fixed;
    width: 100%;
    top: 0;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    color: #232123;
    z-index: 1;
}

ul{
    list-style: none;
}
li{
    display: inline;
    margin: 0 20px;    
    cursor: pointer;
    z-index: 999;
}
nav li {
    color: #fff;
}
nav li img {
    width: 4rem;    
}
nav ul .home{
    position: relative;
}
nav ul .home::after {
    content: '';
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    top: -4rem;
    left: -.7rem;
    border-radius: 50%;
    background-color: #ffffff96;
    z-index: -10;
}
.container{
    position: relative;
    height: 100%;
    width: 100%;
}


.title{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -7rem;
    z-index: -1;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 1px;
    transform: scaleY(1.7);
}
.black{
    color: #f5a425;
    position: relative;
}


.outlined{
    position: relative;
    color:transparent;
    -webkit-text-stroke: 2px #fff;
    opacity: .8;
}

.outlined2{
    color: transparent;
    position: absolute;
    left: 0;
    -webkit-text-stroke: 6px #f5a425;
    opacity: 1;
    z-index: -2;    
}
.white_outline{
    color:transparent;
    -webkit-text-stroke: 2px #fff;
    opacity: 0.8;
}

.desc{
    position: fixed;
    bottom: 0;
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    padding: 0 3rem;
}
.sub-title{
    color: white;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 25px;
    width: 35%;
    overflow: hidden;
    align-self: center;
    line-height: 1.3rem;
}
.bottom-nav{
    width: 60%;
    height: 80px;
    background: #CAC5C1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bottom-nav h4{
    font-family: 'Oswald', sans-serif;
    transform: scaleY(1.7) translateX(25px);
    color: #232123;
    transition: .7s all;
}
.circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #232123;
    margin: 0 50px;
    cursor: pointer;
}
.circle::before{
    content: '';
    display: block;
    height: 1.5px;
    width: 15px;
    background-color: #232123;
    margin-top: 46%;
    margin-left: -50%;
}
.circle::after{
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
    background-color: #232123;
    margin-left: -170px;
    margin-top: -130%;
    transition: .7s all;
    transition-timing-function: ease;
    
}
.bottom-nav:hover .circle::after{
    transition: .7s all;
    transition-timing-function: ease;
    margin-left: -15px;
}
.bottom-nav:hover h4{
    transform: scaleY(1.7) translateX(15px);
}


/* *****Info grid section******* */

.forest{
    position: absolute;
    top: 50vh;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.forest img{
    width: 100%;
}

.grid{
    display: none;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(12,1fr);
    grid-column: 1/span 12;
    grid-row: 1/span 12;
    width: 100%;
    height: 100%;
    grid-row-gap: .5rem;
    grid-column-gap: 1rem;
    position: absolute;
    top: 0;
}


.imgs{
    grid-column: 3/span 3;
    grid-row: 3/span 9;
    position: relative;
    width: 100%;
    height: 0%;
    margin: 20px;
    top: 100%;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, .2);
    border-radius: 15px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px);
    transform: rotateX(180deg);  
    transform-origin: top;
    transition: .2s;
}
.imgs-2{
    grid-column: 6/span 2;   
    grid-row: 3/span 5;    
}
.imgs-3{
    grid-column: 6/span 2;   
    grid-row: 8/span 4;    
}
.imgs-4{
    grid-column: 8/span 3;    
    grid-row: 3/span 9;    
}


.imgs .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
    opacity: 0.7;
    transition: .5s;
    color: #fff; 
    transform: rotateX(180deg);
}
.imgs:hover .content{
    opacity: 1;
    transform: translateY(-20px);
    transform: rotateX(180deg);
    text-decoration: underline;
    color: #f5a425;
}
.imgs .content .box{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    border: 10px solid rgba(0, 0, 0, .25);
}
.imgs .content .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgs .content .boxcontent h3 {
    /* color: #fff; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
    padding: 0 .5rem;
    line-height: 1.1rem;
}
.imgs .content .boxcontent h3 a{
    text-decoration: none;
    color: #fff;
    opacity: 1;
}
.imgs .content .boxcontent h3 a:hover{
    color: #f5a425;
}



.destination{
    grid-column: 2/span 2;
    grid-row: 10/span 1;
    z-index: 1;
    line-height: 2rem;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: white;
    letter-spacing: 1px;
    transform: scaleY(1.5) translateY(20px);
    margin: 0;
    padding: 0;
    opacity: 0;
}
.white_outline{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.bg-image{
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
    position: fixed;
    background: url("../img/g1b.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.footer {
    z-index: 10;
    overflow: hidden;
}



@media only screen and (max-width: 1175px){
    .title{
        font-size: 60px;
    }
    .sub-title{
        width: 90%;
    }
}

@media only screen and (max-width: 887px){

    nav {        
        top: -1rem;
    }   
    li{
        display: inline;        
    }   
    nav li img {
        width: 3rem;
    }

    nav ul .home::after {
        
        width: 4.5rem;
        height: 4.5rem;
        top: -3rem;
        left: -.7rem;        
    }


    .title{
        font-size: 50px;
    }


    .desc{       
        height: 350px;
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 0;
        padding: 0;

    }
   

    .sub-title{        
        width: 90%;
        align-self: flex-end;
        font-size: 15px;
    }
    .bottom-nav{
        width: 100%;
        height: 80px;        
        justify-content: flex-end;
    }
    

    .imgs .content .box{        
        width: 6rem;
        height: 6rem;       
    }

    .imgs{
        grid-column: 1/span 5;
        grid-row: 3/span 3;
    }
    .imgs-2{
        grid-column: 1/span 5;   
        grid-row: 6/span 4;    
    }
    .imgs-3{
        grid-column: 6/span 5;   
        grid-row: 4/span 4;    
    }
    .imgs-4{
        grid-column: 6/span 5;    
        grid-row: 8/span 3;    
    }   

   
    
}

@media only screen and (max-width: 762px){
    .title{
        font-size: 30px;
        margin-left: 20px;
        top: -3.5rem;
    }
    .desc{        
        width: 60%;        
    }
    .sub-title{
        width: 90%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .bottom-nav{
        height: 60px;
        font-size: 12px;
    }
    .forest img{
        height: 100%;
        width: 130%;
        margin-left: -15%;
    }
    nav{
        flex-direction: column;
        font-size: 13px;
        gap: 1rem;
    }
    li {
        font-size: 1.1rem;
    } 
}

@media only screen and (max-width: 460px) {

    .title{
        justify-content: start;   
        top: -7rem;  
    }

    .outlined{
        display: block;
        margin-top: -15px;
    }


    .desc{        
        width: 80%;        
    }

    .sub-title{
        width: 90%;
        font-size: 12px;
        padding: 10px 0;
    }
    .bottom-nav{
        height: 60px;
        font-size: 12px;
    }
}