*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: url(images/gradiant\ 2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

h1{
    text-align: center;
    font-size: 50px;
    transform: translateY(300px);
    transition: 0.5s;
    font-family: 'Acme', sans-serif;
}

.header p{
    text-align: center;
    transform: translateY(300px);
    transition: 0.5s;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 250px;
    transition: 0.5s;
}

nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-style: oblique;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-links ul li:hover a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-style: oblique;
    text-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
    font-weight: bold;
    transition: 0.5s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
    background-color: rgb(253, 253, 253, 0.952);
}

.nav-links ul li:hover::after{
    width: 100%;
}

.btn-1{
    transform: translate3d(690px, 170px, 0);
    width: 150px;
    height: 50px;
    border: none;
    color: white;
    background-color: rgb(225, 0, 68);
    border-radius: 10px;
    transition: ease-in-out 0.3s;
    font-size: 2rem;
    outline: none;
}

.btn-1:hover{
    background-color: #f9e506;
    color: black;
    cursor: pointer;
}

.logo img{
    transform: translate3d(660px, 230px, 0);
    border-radius: 50%;
    border-color: white;
    border-style: hidden;
    transition: 0.5s;
}

h2{
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    transition: 0.5s;
    font-family: 'Acme', sans-serif;
}

.commands{
    background: wheat;
    padding-bottom: 60px;
}

.box{
    transform: translate3d(250px, 30px, 0);
    width: 1000px;
    height: 660px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.box:hover{
    background-image: url(images/gradiant\ 2\ edt.jpg);
    box-shadow: white;
}

.boxes a{
    color: black;
    text-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
    text-decoration: none;
    font-size: 25px;
    font-style: oblique;
    font-weight: bold;
    transition: 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.boxes a:hover{
    color: whitesmoke;
    text-shadow: none;
}

h5{
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    transition: 0.5s;
    font-family: 'Acme', sans-serif;
}

.imp{
    background: cadetblue;
    padding-bottom: 230px;
}

.imp1{
    width: 150px;
    height: 45px;
    border: none;
    color: white;
    background-color: rgb(225, 0, 68);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
    font-size: 2rem;
    text-align: center;
    outline: none;
    transform: translate3d(680px, 40px, 0);
}

.imp2{
    transform: translate3d(250px, 100px, 0);
    width: 975px;
    height: 370px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 80px;
    padding-top: 20px;
    padding-left: 40px;
    font-size: 30px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    transition: 0.5s;
}

.imp2:hover{
    background-image: linear-gradient(rgba(155, 4, 4, 0.411) rgba(155, 145, 4, 0.411)), url(images/gradiant.jpg);
    box-shadow: white;
}

.imp2 a{
    font-size: 40px;
}

.down img{
    width: 50px;
    height: 25px;
    transform: translate3d(740px, 180px, 0);
    transition: 0.5s;
}

.down img:hover{
    transform: translate3d(740px, 190px, 0);
}

.down p{
    text-align: center;
    transform: translateY(120px);
    font-size: 19px;
}

.syntax{
    padding-bottom: 250px;
    background: lightgreen;
}

h3{
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    transition: 0.5s;
    font-family: 'Acme', sans-serif;
}

.syntax p{
    text-align: center;
}

.cmds{
    font-family: 'Acme', sans-serif;
}

.mod{
    transform: translate3d(250px, 30px, 0);
    width: 1000px;
    height: 270px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.mod p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;}

.mod:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.fun{
    transform: translate3d(250px, 50px, 0);
    width: 1000px;
    height: 220px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.fun p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.fun:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.info{
    transform: translate3d(250px, 70px, 0);
    width: 1000px;
    height: 320px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.info p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.info:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.act{
    transform: translate3d(250px, 90px, 0);
    width: 1000px;
    height: 170px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.act p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.act:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.valo{
    transform: translate3d(250px, 110px, 0);
    width: 1000px;
    height: 170px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.valo p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.valo:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.math{
    transform: translate3d(250px, 130px, 0);
    width: 1000px;
    height: 320px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.math p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.math:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.greet{
    transform: translate3d(250px, 150px, 0);
    width: 1000px;
    height: 170px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.greet p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.greet:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.gen{
    transform: translate3d(250px, 170px, 0);
    width: 1000px;
    height: 420px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.gen p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.gen:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.temp{
    transform: translate3d(250px, 190px, 0);
    width: 1000px;
    height: 510px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}

.temp p{
    text-align: center;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}

.temp:hover{
    background: rgba(8, 8, 8, 0.116);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.about{
    padding-bottom: 100px;
    background: lightslategray;
}

h4{
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    transition: 0.5s;
    font-family: 'Acme', sans-serif;
}

.abt{
    transform: translate3d(250px, 30px, 0);
    width: 1000px;
    height: 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: none;
    transition: 0.5s;
}