*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    font-weight: 600;
}
.hero{
    height: 120vh;
    width: 104%;
    background-image: url(beautiful-shot-rocky-mountains-covered-with-white-snow.jpg);
    background-size: cover;
    background-position: center;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-left: 8%;
    padding-right: 8%;
    background: linear-gradient(gray, blue, yellow);
}
.hero h1{
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 5px #00f, 0 0 10px #00f, 0 0 15px #00f, 0 0 20px #00f, 0 0 25px #00f, 0 0 30px #00f;
    font-size: 20px;
    padding: 25px;
}

.hero h2{
    color: white;
    cursor: pointer;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 5px #00f, 0 0 10px #00f, 0 0 15px #00f, 0 0 20px #00f, 0 0 25px #00f, 0 0 30px #00f;
    font-size: 20px;
}
.container{
    background: transparent;
    backdrop-filter: blur(100px);
    width: 50%;
    height: 33%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 350px;
    border-radius: 15px;

}
.hero p{
    color: white;
    flex-wrap: wrap-reverse;
    padding: 5px;
    margin-top: 50px;
    font-size: 17px;
    left: -5rem;
    text-align: center;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 150px 0 auto;
    font-family: 'Roboto', sans-serif;
}
span{
    color: red;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}

nav ul li a:hover{
    color:blue;
	border-bottom: .1rem solid;
	padding-bottom: .5rem;
    transition: .5s ease;
}
h3{
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    text-shadow: 0 0 5px #00f, 0 0 10px #00f, 0 0 15px #00f, 0 0 20px #00f, 0 0 25px #00f, 0 0 30px #00f;
    margin-top: -7rem;
    font-size: 20px;

}

.btn{
    background-color: blue;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
    
}
button{
    width: 10%;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-left: 570px;
    background: blue;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    margin-top: .5rem;
    
}
button:hover{
    background: beige;
    color: black;
}
.credit{
    background: black;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    justify-content: center;
    color: white;
    margin-top: 2.5rem;
    

    
}
ul{
    color: white;
    margin-left: 20px
}

.footer .credit{
    padding: 2rem;
    padding-top: 5rem;
    margin-top: 2rem;
    text-align: center;
    font-size: 2rem;
    color: green;
    border-top: .1rem solid black; 
    
}

.footer .credit span{
    color:black;
}

.scroll{
    position: fixed;
    bottom: 2.2rem;
    border-top: 2rem;
    right: 3.2rem;
}

.scroll i{
    font-size: 22px;
    color: var(--text-color);
    background: red;
    padding: 10px;
    border-radius: 2rem;
}



@media (max-width: 1060px){
    body, html{
        overflow-x: hidden;
    }
    .hero{
        width: 100%;
        height: 120rem;
        position: relative;
     
    }
    .hero li a{
        display: none;
    }
    
    .hero h1{
        font-size: 15px;
        margin-left: -10px;
        margin-top: 45px;
        padding: 30px;
        
        
        
    }
    .hero h2{
        font-size: 15px;
        flex-wrap: wrap;
        margin-left: -90px;
    }
    .hero p{
        font-size: 10px;
        padding: 1px;
        margin-left: 50px;
        display: flex;
        margin: 100px auto;
        font-family: 'Roboto', sans-serif;
        
        
        
    }
    h3{
        margin-top: -51rem;
        font-size: 20px;
        margin-left: 25rem;
    }
    .credit{
        margin-top: 31rem;
        width: 100rem;
        margin-left: -39rem;
        font-size: 15px;
    
    }
    ul li{
        font-size: 10px;
        display: block;
        padding: 10px;
    }
    button{
        width: 25%;
        height: 75px;
        align-items: center;
        justify-content: center;
        margin-left: 570px;
        background: blue;
        color: white;
        border-radius: 10px;
        font-size: 30px;
        margin-top: 30px;
    }
    button:hover{
        background: beige;
        color: black;
    }

}

@media (max-width: 768px){
    .nav{
        padding: 5px 0;
        display: block;
        
    }
    
}