* {
    padding: 0;
    margin: 0;
    color: var(--neutral-color);
}

:root {


    --primary-color: white;
    --secondary-color: rgb(116, 144, 157);
    --neutral-color: rgb(55, 7, 86);
    --other-color: rgb(182, 190, 130);
    --consistent-color: rgba(0, 0, 0, 0.936);
    --supplementary-color: rgb(73, 212, 240);
    font-family: 'Roboto', sans-serif;
/*     
    --primary-color: hsla(56, 85%, 89%, 1);
    --secondary-color: hsla(56, 85%, 74%, 1);
    --neutral-color: hsla(56, 84%, 15%, 1);
    --other-color: hsla(239, 94%, 19%, 1);
    --font-family: font-family: 'Roboto', sans-serif; */

}

.navigation {
    height: 100px;
    background-color: var(--consistent-color);
    border-bottom: 2px solid var(--supplementary-color);
    overflow: hidden;
    position: fixed;
    z-index: 50;
}

.logo_nav {
    position: relative;
    left: 10px;
    top: 10px;
}

.logo_img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow:  5px 3px 3px 3px var(--supplementary-color);
}

.navlist_item {
    display: flex;
    justify-content: center;
}

.unordered_listitem, li {
    font-size: 20px;
    color: var(--supplementary-color);
    margin-left: 40px;
    display: flex;
    margin-top: -20px;
    text-shadow: 1px 1px 2px var(--primary-color), 0 0 25px var(--other-color), 0 0 5px var(--supplementary-color);
    cursor: pointer;
}

.introduction_wrapper {
    background-image: url(Images/latest.gif);
    background-size: cover;
    height: 700px;
}
.introduction_section {
    position: absolute;
    left: 100px;
    top: 150px;
    font-family: var(--font-family);
    animation: typing 10s steps(50) infinite;
}

.firstparagraph_introduction {
    font-size: 20px;
    color: var(--supplementary-color);
    animation: typing 10s steps(50) infinite;

}

.lastparagraph_introduction {
    font-size: 20px;
    color: var(--supplementary-color);
    width: 500px;
}

@keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }


.firstheading_introduction {
    font-size: 70px;
    width: 300px;
    color: var(--supplementary-color);
}

.resume_btn {
    background-color: var(--supplementary-color);
    height: 50px;
    width: 150px;
    color: var(--primary-color);
    margin-top: 20px;
    border-radius: 15px;
}

/* .profileimage_bg {
    width: 400px;
    height: 400px;
    right: 30px;
} */

.profileimage {
    height: 500px;
    position: absolute;
    right: 100px;
    margin-top: 100px;
    border-radius: 100px;
    border: var(--neutral-color);
    box-shadow:  5px 2px 5px 2px var(--supplementary-color);

}

.about_bg {
    background-color: black;
    height: 600px;
}

.about_heading {
    color: var(--primary-color);
    /* position: absolute; */
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    display: flex;
    justify-content: center;
}

.about_paragraph {
    color: var(--primary-color);
    position: absolute;
    width: 400px;
    left: 100px;
    margin-top:100px;
}

.about_paragraph_two{
    color: var(--primary-color);
    position: absolute;
    width: 400px;
    left: 100px;
    margin-top: 200px;   
}


.about_image {
    height: 300px;
    width: 300px;
    position: absolute;
    right: 200px;
    margin-top: 100px;
    border-radius: 100px;
    border: var(--neutral-color);
    box-shadow:  10px 5px 5px 5px var(--primary-color)
}

/* project styling */
.project_bg {
    height: 1000px;
    background-color: black;
    position: relative;
}

.project_heading {
    color: var(--neutral-color);
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    display: flex;
    justify-content: center
}

.first_project {
    background-color: var(--neutral-color);
    height: 350px;
    width: 300px;
    position: absolute;
    left: 100px;
    margin-top: 100px;
    border-radius: 30px;
    border: 10px solid var(--secondary-color);
}

.first_project_paragraph {
    margin-top: 10px;
    white-space: wrap;
    color: var(--primary-color);
    position: absolute;
    left: 20px;
}

.result_summary_img {
    height: 120px;
    position: absolute;
    top: 100px;
    left: 20px;
}

.link_project {
    color: var(--primary-color);
    position: absolute;
    bottom: 30px;
    margin-bottom: 10px;
    text-decoration: none;
    left: 20px;
    border: 5px solid;
}

.link_project_two {
    color: var(--primary-color);
    position: absolute;
    bottom: 5px;
    text-decoration: none;
    left: 20px;
    border: 5px solid;
}


/* second project */
.second_project {
    background-color: var(--neutral-color);
    height: 350px;
    width: 300px;
    position: absolute;
    right: 200px;
    margin-top: 100px;
    border-radius: 30px;
    border: 10px solid var(--secondary-color);
}

.second_project_paragraph {
    margin-top: 10px;
    white-space: wrap;
    color: var(--primary-color);
    position: absolute;
    left: 20px;
}

.result_summary_img_two {
    height: 120px;
    position: absolute;
    top: 100px;
    left: 20px;
}

/* third project */

.third_project {
    background-color: var(--neutral-color);
    height: 350px;
    width: 300px;
    position: absolute;
    bottom: 50px;
    left: 450px;
    border-radius: 30px;
    border: 10px solid var(--secondary-color);
}

.third_project_paragraph {
    margin-top: 10px;
    white-space: wrap;
    color: var(--primary-color);
    position: absolute;
    left: 20px;
}

.result_summary_img_three {
    height: 120px;
    position: absolute;
    top: 100px;
    left: 20px;
}

.btn_dis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.project_buttom {
    position: absolute;
    bottom: 10px;
}

/* blog section */

.blog_bg {
    background-color: var(--primary-color);
    height: 800px;
}

.blog-heading {
    color: var(--neutral-color);
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    display: flex;
    justify-content: center;
}

.firstblog {
    height: 400px;
    width: 800px;
    position: absolute;
    left: 100px;
    margin-top: 50px;
}

.buttonblog {
    background-color: var(--neutral-color);
    position: absolute;
    height: 400px;
    width: 500px;
    right: 200px;
    margin-top: 200px;
    color: var(--primary-color);
    font-size: 15px;
}

.blogtheme {
    font-size: 20px;
    position: absolute;
    right: 50px;
    margin-top: 50px;
}


/* contact */
.contact_bg {
    background-color: var(--consistent-color);
    height: 400px;
    position: relative;
}

.getintouch,
.text,
.spantext
 {
    color: var(--supplementary-color);
    font-family: var(--font-family);
    position: absolute;
    left: 70px;
    top: 100px;
}

.getintouch {
    font-size: 20px;
    position: absolute;
    top: 70px;
}

.spantext {
    font-size: 20px;
    color: var(--supplementary-color);
    margin-top: 20px;
}

.btnwrapper, .messagebtn {
    padding: 20px;
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.footerbg {
    background-color: var(--primary-color);
    text-align: center;
    margin-top: 65px;
}