*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    font-weight: 600;
}

.hero{
    height: 130vh;
    width: 100%;
    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 .logo{
   
    margin-top: 1rem;
    font-size: 20px;
}
.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: 25px;
    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;
    margin-top: 390px;
}

.container{
    background: transparent;
    width: 50%;
    height: 5%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 350px;

    border-radius: 15px;

}

.hero p{
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap-reverse;
    padding: 5px;
    margin-top: 50px;
    font-size: 19px;
    margin: 0 0 1px 0;
    margin: 0 auto;
    margin-left: -100px;
    font-family: 'Roboto', sans-serif;
    
}

li{
    color: white;
}
ul{
    list-style: disc;
    padding-left: 20px;
}
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;
}
.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;
}
.credit{
    background: black;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    justify-content: center;
    color: white;
    margin-top: 10rem;

    
}

.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){
    .hero{
        width: 150%;
        height: 152vh;
       
    }
    .hero .logo{
        margin-top: -13px;
        margin-left: -25px;
    }
    .hero .logo h2{
        margin-top: 100rem;
    }
    .hero h1{
        font-size: 17px;
        padding: 14px;
        margin-top: 10px;
        margin-left: -11.5rem;
    }
    .hero h2{
        font-size: 14px;
        margin-right: 9rem;
        
    }
    .build{
        padding-top: 180px;
        padding-right: 40px;
    }
    
    nav ul li a{
        display: none;
    }
   
   
    .hero p{
        font-size: 15px;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        margin: 20px auto;
        font-family: 'Roboto', sans-serif;
        
    }
    h3{
        margin-top: -250rem;
        font-size: 45px;
        margin-left: 2rem;
    }
    .credit{
        margin-top: 45rem;
        font-size: 10px;
        margin-left: -6rem;
       
        
        
    }
    
    button{
        width: 25%;
        height: 75px;
        align-items: center;
        justify-content: center;
        margin-left: 500px;
        background: blue;
        color: white;
        border-radius: 10px;
        font-size: 35px;
       
        
    }
    button:hover{
        background: beige;
        color: black;
    }
    .container{
        height: 15rem;
        width: 60%;
        margin-left: 1.2rem;

        
    }
    .credit{
        margin-top: 2rem;
    }
    
    

}
@media (max-width: 768px){
    .nav{
        padding: 5px 0;
        display: block;  

    }
    .credit{
        margin-top: 20rem;
        font-size: 10px;
        margin-left: -6rem;
       
        
        
    }
   
   
    
}