*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    font-weight: 600;
    
    
}
.hero{
    height: 122vh;
    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 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;
    font-size: 20px;
    
}

.container{
    background: transparent;
    width: 50%;
    height: 25%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 350px;
    border-radius: 15px;

}
h3{
    color: white;
    font-size: 20px;
    margin-top: 50px;
    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;
}
li{
    color: white;
}

.hero p{
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
    margin: 0 10px 0;
    font-size: 18px;
    margin-bottom: -2rem;
    text-shadow: 0 0 5px #00f, 0 0 10px rgb(2, 2, 8), 0 0 15px rgb(168, 194, 19);
    font-family: 'Roboto', sans-serif;
    
}
.hero .par{
    margin-top: 10px;
}
.tec{
    margin-top: 50px;
}

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: 400px;

    
}

.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;
}

button{
    width: 15%;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-left: -4rem;
    background: blue;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    margin-top: .1rem;
}
button:hover{
    background: beige;
    color: black;
}

@media (max-width: 1060px){
    body,html{
        overflow-x: hidden;
    }
    .hero{
        width: 100%;
        height: 200rem;
        justify-content: center;
        align-items: center;
        text-align: center;
        
    }
    .logo{
        padding: 15px;
        margin-left: -15px;
        

    }
    .hero h1{
        font-size: 20px;
        padding: 5px;
        margin-top: 20px;
        margin-left: -.3rem;
    }
    .build{
        background: red;
        
    }
    
    .hero .container p{
        margin-left: -10rem;
        font-size: 13px;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }
    .container ul li{
        margin-bottom: -50px;
        margin: 10px;
        padding: 1px;
        font-size: 10px;
        position: relative;
        top: 2230px;
        margin-left: -19rem;
        list-style-position: inside;
        padding-left: 0;
        
        
    }
    h3{
        margin-top: -140rem;
        font-size: 5px;
        margin-left: 25rem;
    }
    .credit{
        margin-top: 150rem;
        margin-left: -5px;
        
        
    }
    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: 40rem;
        width: 70%;
        margin-left: 13rem;

        
    }
    .container .par{
        margin-bottom: -50px;
        margin: 0;
        padding: 0;
        font-size: 10px;
        position: relative;
        top: 2300px;
        margin-left: -18rem;

    }
    .container .tec{
        margin-bottom: -50px;
        margin: 0;
        padding: 0;
        font-size:15px;
        line-height: 1.4;
        position: relative;
        top: 2400px;
        margin-left: -19rem;
    }
   

    .container button{
        margin-bottom: -50px;
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 1.4;
        position: relative;
        top: 2500px;
        margin-left: -20rem;
        width: 40%;
        height: auto;
    }

    nav ul li{
        display: none;
    }
    
    
    

}
@media (max-width: 768px){
    .nav{
        padding: 5px 0;
        display: block;
        

    }
    nav ul li{
        display: none;
    }
    
}