*{
    margin: 0%;
    padding: 0%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
                        /*--navigatiom--*/

#navigation {
    background-color: #393e46;
    height: 10%;
    position: sticky;
    top: 0px;
}
#navigation nav {
    height: 56px;
    text-align: center;
    line-height: 56px;
}
#navigation nav a {
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    margin: 26px;
    padding: 10px;
    transition: 420ms;
}
#navigation nav a .fas{
    margin-right: 5px;
}
#navigation nav a:hover {
    color: #00c0c0;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 4px #ff1111;
}

                        /*--home--*/
#home {
    background-color: #bbbfca;
    height: 970px;
}
.container {
    width: 1750px;
    height: 920px;
    margin: 0px auto;
}
#home .home-left {
    float: left;
    width: 65%;
}
#home .home-right {
    float: left;
    width: 35%;
}
#home img {
    border-radius: 100px;
    margin-top: 100px;
    margin-left: 100px;
    transition: 1s;
}
#home img:hover {
    box-shadow: 24px 24px 40px 7px rgb(49, 46, 46);
}
#home .container .home-left h1 {
    font-size: 100px;
    margin-top: 45px;
    font-family: 'Josefin Sans', sans-serif;
}
#home .container .home-left h2 {
    font-size: 38px;
    color: #fff;
    margin-top: 55px;
    font-family: 'PT Sans', sans-serif;
}
#home .container .home-left p{
    margin-top: 25px;
    margin-right: 70px;
    font-size: 24px;
}
#home .container .home-left .st-line {
    color: rgb(104, 40, 40);
    margin-top: 90px;
    font-family: 'Roboto', sans-serif;
}
#home .container .home-left h2 span {
    color: rgb(70, 70, 255);
}
.download {
    position: absolute;
    background-color: #393e46;
    border-radius: 50px;
    padding: 10px;
    margin-left: 50px;
    margin-bottom: 0px;
    transition: 410ms;
}
.download a {
    text-decoration: none;
    color: white;
}
.download:hover {
    background-color: rgb(0, 219, 201);
}
.download a i {
    padding-right: 6px;
    padding-left: 3px;
}

                        /*--work--*/

#work {
    background-color: #8db596;
    height: 970px;
}
#work .work-left {
    float: left;
    width: 38%;
    background-image: url(aurelia-it.png);
    background-repeat: no-repeat;
    background-size: 670px;
    margin: 15px 0px 0px 105px;
    height: 600px;
    box-shadow: 0px 0px 10px 0px #000;
    transition: 1s;
}
#work .work-left img {
    background-repeat: no-repeat;
    background-size: cover;
}

#work .work-left:hover {
    box-shadow: 0px 0px 38px 5px #000;
}
#work .work-right {
    float: left;
    width: 40%;
    height: 600px;
    margin: 15px 140px ;
    box-shadow: 0px 0px 10px 0px #000;
    transition: 1s;
}
#work .work-right:hover {
    box-shadow: 0px 0px 30px 5px #000;
}
#work h2 {
    font-size: 43px;
    text-align: center;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}
#work .work-left h3 {
    text-align: center;
    font-size: 28px;
    margin-top: 13px;
    margin-bottom: 30px;
}
#work .work-left p {
    color: rgb(143, 141, 32);
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-family: 'Dosis', sans-serif;
}
#work .work-left  .lorem1 {
    color: black;
}
#work .work-left  .lorem1::first-letter {
    font-size: 28px;
    color: red;
    font-weight: bold;
}
#work .work-right {
    background-image: url(coding-state.jpg);
    background-repeat: no-repeat;
    background-size: 700px;
}
#work .work-right h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-top: 13px;
    margin-bottom: 30px;
}
#work .work-right p {
    color: rgb(143, 141, 32);
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-family: 'Dosis', sans-serif;
}
#work .work-right  .lorem2 {
    color: rgb(255, 255, 255);
}
#work .work-right .lorem2::first-letter {
    font-size: 28px;
    color: red;
    font-weight: bold;
}

                        /*--service--*/

#service {
    background-image: url(campus.png);
    background-size: cover;
    height: 1000px;
    background-color: rgb(65, 61, 61);
    background-attachment: fixed;
}
#service h2 {
    font-size: 43px;
    text-align: center;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}
#service .service-left {
    float: left;
    width: 30%;
    height: 665px;
    margin-top: 30px;
    margin-right: 100px;
    margin-left: 300px;
    background-image: url(design.jpg);
    background-repeat: no-repeat;
    background-size: 999px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgb(76, 202, 51);
    transition: 850ms;
}
#service .service-left:hover {
    box-shadow: 0px 0px 33px 5px rgb(76, 202, 51);
}
#service .service-right {
    float: left;
    width: 30%;
    height: 665px;
    margin-top: 30px;
    background-image: url(develop.jpg);
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgb(76, 202, 51);
    transition: 850ms;
}
#service .service-right:hover {
    box-shadow: 0px 0px 33px 5px rgb(76, 202, 51);
}
#service .service-left h3 {
    font-size: 28px;
    text-align: center;
    margin-top: 16px;
}
#service .service-right h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}
#service .service-left h4 {
    font-size: 25px;
    margin-top: 26px;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
} 
#service .service-right h4 {
    font-size: 25px;
    color: #fff;
    margin-top: 26px;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
} 
#service .service-left p {
    font-size: 24px;
    color: #000;
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
#service .service-right p {
    font-size: 24px;
    color:#fff;
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

                        /*--contact--*/

#contact {
    background-color: #aaaaaa;
    width: 100%;
    height: 970px;
}
.contact-me {
    position: absolute;
    width: 400px;
    height: 450px;
    margin-top: 300px;
    margin-left: 800px;
    background-color: #fff;
    font-family: 'Lobster Two', cursive;
    box-shadow: 0px 0px 25px 6px black;
}
.contact-me h2 {
    text-align: center;
    font-size: 40px;
    padding-top: 40px;
    padding-bottom: 15px;
}
.contact-me a {
    margin-top: 5px;
    font-size: 50px;
    text-align: center;
    display: block;
}
.contact-me a .fa-facebook-square:hover {
    color: blue;
}
.contact-me a .fa-instagram:hover {
    color: rgb(240, 66, 66);
}
.contact-me a .fa-twitter-square:hover {
    color: rgb(64, 99, 255);
}
.contact-me a .fa-envelope:hover {
    color: rgb(14, 50, 105);
}
.contact-me a .fa-linkedin:hover {
    color: #0077b5;
}
.fa-facebook-square , .fa-instagram , .fa-twitter-square , .fa-envelope , .fa-linkedin {
    color: rgb(0, 0, 0);
    transition: 440ms;
}
.copy {
    position: absolute;
    color: #000;
    display: inline;
    margin-top: 900px;
    margin-left: 900px;
}
