* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana;
}

body {
    background: #36454F;
    color: white;
}

/*Header Section*/

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
}

nav {
    padding-right: 50px;
}

nav ul {
    display: flex;
    justify-content: space-between;
}

nav ul li {
    list-style: none;
    padding: 20px;
}

nav ul li a {
    text-decoration: none;
    color: grey;

    padding: 5px;
}

nav ul li a:hover {
    color: white;
    border-bottom: 1px solid;
}

.active {
    color: white;
}

/* Hero Section*/

#hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

#hero img {
    width: 500px;
    height: auto;
    border-radius: 50%;
}

#projectHero {
    margin-top: 25px;
}

#projectHero a {
    text-decoration: none;
    color: white;
    border: 1px solid;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    box-shadow: 10px 10px 5px 0px rgba(86, 196, 119, 0.3);
}

#projectHero a:hover {
    background-color: white;
    color: #56c477;
}

#hero-card h1 {
    padding-bottom: 10px;
}

#hero h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: rgba(162, 221, 61, 0.651);
}

#hero h5 {
    font-size: 25px;
    margin-bottom: 10px;
}

#typing {
    color: #70f799;
    font-weight: bold;
}

#hero h5 span {
    border-bottom: 1px solid;
}

#hero p {
    font-size: 20px;
}

#hero button {
    width: 30%;
    height: 30px;
    border-radius: 50px;
    padding: 20px 20px 38px 20px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}

#hero button:hover {
    background: rgb(162, 173, 182)
}

#icons {
    margin-top: 30px;
}

#icons i {
    font-size: 25px;
    padding-right: 50px;
    margin-left: 20px;
}

#icons a {
    color: white
}

#icons a:hover {
    color: rgb(77, 147, 205);
}

/*About Section*/
#about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    gap: 50px;
}

#aboutLeftCard {
    width: 40%;
    padding-left: 20px;
    border: solid 1px;
    height: 85%;
    border-radius: 50px;
    margin-left: 30px;
}

#aboutLeftCard img {
    border-radius: 50%;
    margin-top: 20px;
    border: 2px solid white;
}

#aboutHeroImage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#aboutHeroImage h4 {
    margin-top: 10px;
    font-size: 30px;
}

#aboutHeroImage p {
    margin-top: 10px;
    font-size: 20px;
}

#aboutHeroContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

#aboutEmail {
    border: 1px solid;
    border-radius: 25px;
    height: 50px;
    padding: 12px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.274);
}

#aboutEmail:hover {
    background-color: white;
    color: black;
}

#aboutPhone {
    border: 1px solid;
    border-radius: 50px;
    height: 50px;
    padding: 12px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.274);
}

#aboutPhone:hover {
    background-color: white;
    color: black;
}

#aboutAddress {
    border: 1px solid;
    border-radius: 50px;
    height: 50px;
    padding: 12px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.274);
}

#aboutAddress:hover {
    background-color: white;
    color: black;
}

#aboutRightCard {
    width: 60%;
    height: 95%;

}

#aboutTitleIntro h3 {
    background-color: white;
    width: 180px;
    color: black;
    border-radius: 10px;
    font-size: 25px;
    padding: 12px;
    border: 1px solid black;
}

#aboutTitleIntro h2 {
    font-size: 40px;
    margin-top: 20px;
    color: rgba(176, 228, 86, 0.651);
}

#aboutRightCard p {
    font-size: 20px;
    margin-top: 20px;
    padding: 0px 20px;
}

#aboutTitleCard {
    margin-top: 70px;
}

#aboutSpecsCard {
    display: flex;
    margin-left: 50px;
}

#specCard1 h3 {
    color: gray;
    width: 100%;
}

#specCard1 p {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
}

#specCard2 {
    margin-left: 70px;
}

#specCard2 h3 {
    color: gray;
    width: 100%;
}

#specCard2 p {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
}

#aboutDownloadCV button {
    width: 25%;
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px;
    margin: 6%;
}

#aboutDownloadCV button:hover {
    color: azure;
    background-color: black;
}

/*Skills Section*/

#skills {
    height: 100vh;
}

#skills h3 {
    font-size: 40px;
    margin-top: 20px;
    color: rgba(176, 228, 86, 0.651);
    display: flex;
    justify-content: center;
}

#skillCard {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

#skillCard1 {
    border: 1px solid;
    border-radius: 20px;
    width: 40%;
    height: 500px;
    margin-top: 50px;
    padding: 20px;
    transition: transform 0.5s ease;
}

#skillCard1:hover {
    transform: scale(1.05);
}

#skillCard1 h4 {
    color: rgb(211, 208, 208);
    width: 100%;
    font-size: 25px;
    margin-top: 20px;
}

#borderBottom {
    border-top: 3px solid white;
    width: 10%;
    margin-top: 10px;
}

#skillCard2 {
    border: 1px solid;
    border-radius: 20px;
    width: 40%;
    height: 500px;
    margin-top: 50px;
    padding: 20px;
    transition: transform 0.5s ease;
}

#skillCard2:hover {
    transform: scale(1.05);
}

#statusCardHTML {
    margin-top: 30px;
}

#statusCard {
    margin-top: 30px;
}

#skillCard2 h4 {
    color: rgb(211, 208, 208);
    width: 100%;
    font-size: 25px;
    margin-top: 20px;
}

#skillCardHTML h6 {
    display: flex;
    justify-content: space-between;
    width: 85%;
}

#statusBar {
    background-color: thistle;
    width: 100%;
    height: 20px;
    border-radius: 5px;
}

#progressBar {
    padding: 1px;
    background-color: rgb(20, 103, 171);
    height: 100%;
    border-radius: 5px;
    border: white 1px solid;
}

.html {
    width: 80%;
}

.css {
    width: 70%;
}

.js {
    width: 65%;
}

.ps {
    width: 78%;
}

.discipline {
    width: 83%;
}

.cl {
    width: 76%;
}

#skillCardHTML {
    font-size: 25px;
}


.skillText {
    opacity: 0;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 30px;
    color: gray;
    transition: ease-in 0.5s;
}

.htmlSkill:hover .skillHTML {
    opacity: 1;
}

.cssSkill:hover .skillCSS {
    opacity: 1;
}

.jsSkill:hover .skillJs {
    opacity: 1;
}

.psSkill:hover .skillPs {
    opacity: 1;
}

.discSkill:hover .skillDisc {
    opacity: 1;
}

.clSkill:hover .skillCl {
    opacity: 1;
}

/*Resume Section*/



#resumeContainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#resume h1 {
    font-size: 40px;
    margin-top: 20px;
    color: rgba(176, 228, 86, 0.651);
    display: flex;
    justify-content: center;
}

#resumeLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
    height: 900px;
    border: 1px solid;
    border-radius: 20px;
    padding: 20px;
}

#resumeLeft img {
    width: 200px;
    height: auto;
    border: 2px solid white;
}

#resumeLeft h2 {
    margin-top: 20px;
    color: #56c477;
}

#resumeLeft p {
    font-size: 18px;
    margin-top: 20px;
    padding: 0px 20px;
}

.resumeIcon {
    font-size: 18px;
    margin-top: 20px;
    padding: 0px 20px;
    width: 100%;
}

.cardResume h4 {
    display: flex;
    justify-content: space-between;
    width: 450px;
    margin-top: 20px;
}



.StatusBarResume {
    background-color: thistle;
    width: 100%;
    height: 20px;
    border-radius: 5px;
}

.ProgressBarResume {
    padding: 3px;
    background-color: rgb(20, 103, 171);
    height: 100%;
    border-radius: 5px;
    border: white 1px solid;
}

.webDevelop {
    width: 60%;
}

.projectManagement {
    width: 80%;
}

#resumeRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 57%;
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
}

#resumeRight h2 {
    color: #56c477;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px;
}

.firstExperience {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.arrowFirst {
    width: 1px;
    background: #e9e6e6;
    border-radius: 10px;
    align-self: stretch;
}

.firstExperienceContent {
    width: 100%;
}

.firstExperienceContent h3 {
    font-size: 22px;
    color: #d5ba09c2;
}

.firstExperienceContent h4 {
    font-size: 18px;
    color: #8fa90dc2;
}

.firstExperienceContent h5 {
    font-size: 18px;
    color: #57dc9e;
}

.firstExperienceContent ul {
    margin-top: 10px;
    padding-left: 30px;
    color: #d5d5d5;
    gap: 10px;
}

.secondExperience {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 70px;
}

.arrowSecond {
    width: 1px;
    background: #e9e6e6;
    border-radius: 10px;
    align-self: stretch;
}

.secondExperienceContent {
    width: 100%;
}

.secondExperienceContent h3 {
    font-size: 22px;
    color: #d5ba09c2;
}

.secondExperienceContent h4 {
    font-size: 18px;
    color: #8fa90dc2;
}

.secondExperienceContent h5 {
    font-size: 18px;
    color: #57dc9e;
}

.secondExperienceContent ul {
    margin-top: 10px;
    padding-left: 30px;
    color: #d5d5d5;
    gap: 10px;
}

.thirdExperience {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 70px;
}

.arrowThird {
    width: 1px;
    background: #e9e6e6;
    border-radius: 10px;
    align-self: stretch;
}

.thirdExperienceContent {
    width: 100%;
}

.thirdExperienceContent h3 {
    font-size: 22px;
    color: #d5ba09c2;
}

.thirdExperienceContent h4 {
    font-size: 18px;
    color: #8fa90dc2;
}

.thirdExperienceContent h5 {
    font-size: 18px;
    color: #57dc9e;
}

.thirdExperienceContent ul {
    margin-top: 10px;
    padding-left: 30px;
    color: #d5d5d5;
    gap: 10px;
}

.firstEducation {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 50px;
}

.arrowFirstEd {
    width: 1px;
    background: #e9e6e6;
    border-radius: 10px;
    align-self: stretch;
}

.firstEducationContent {
    width: 100%;
}

.firstEducationContent h3 {
    font-size: 22px;
    color: #d5ba09c2;
}

.firstEducationContent h4 {
    font-size: 18px;
    color: #8fa90dc2;
}

.firstEducationContent h5 {
    font-size: 18px;
    color: #57dc9e;
}

.firstEducationContent ul {
    margin-top: 10px;
    padding-left: 30px;
    color: #d5d5d5;
    gap: 10px;
}

.secondEducation {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 50px;
}

.arrowSecondEd {
    width: 1px;
    background: #e9e6e6;
    border-radius: 10px;
    align-self: stretch;
}

.secondEducationContent {
    width: 100%;
}

.secondEducationContent h3 {
    font-size: 22px;
    color: #d5ba09c2;
}

.secondEducationContent h4 {
    font-size: 18px;
    color: #8fa90dc2;
}

.secondEducationContent h5 {
    font-size: 18px;
    color: #57dc9e;
}

.secondEducationContent ul {
    margin-top: 10px;
    padding-left: 30px;
    color: #d5d5d5;
    gap: 10px;
}

#project {
    height: 100vh;
}

#project h1 {
    font-size: 40px;
    margin-top: 20px;
    color: rgba(176, 228, 86, 0.651);
    display: flex;
    justify-content: center;
}

.projectContainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

.firstProject {
    position: relative;
}

.firstProjectContent {
    position: relative;
    bottom: 100px;
    left: 20px;
    opacity: 0;
}

.firstProject:hover .firstProjectContent {
    opacity: 1;
}

.secondProject {
    position: relative;
}

.secondProjectContent {
    position: relative;
    bottom: 100px;
    left: 20px;
    opacity: 0;
}

.secondProject:hover .secondProjectContent {
    opacity: 1;
}

.thirdProject {
    position: relative;
}

.thirdProjectContent {
    position: relative;
    bottom: 100px;
    left: 20px;
    opacity: 0;
}

.thirdProject:hover .thirdProjectContent {
    opacity: 1;
}

.projectCard h5 {
    font-size: 25px;
    color: white;
}

.projectCard{
    transition: transform 0.5s ease;
}

.projectCard:hover{
    transform: scale(1.05);
}

.projectCard button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.projectCard button:hover {
    background: rgb(162, 173, 182);
}

.projectCard img {
    border-radius: 50px;
}

#contactContainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

#contact h2 {
    font-size: 32px;
    display: flex;
    justify-content: center;
    color: #56c477;
    padding: 20px;
}

.contactLeft {
    border: 1px solid;
    border-radius: 20px;
    width: 40%;
    height: 500px;
    margin-top: 50px;
    padding: 20px;
    background-color: white;
    color: black;
    font-size: 23px;
}

.contactLeft p{
    margin-top: 10px;
    font-size: 20px;
}

.contactRight {
    border: 1px solid;
    border-radius: 20px;
    width: 55%;
    height: 500px;
    margin-top: 50px;
    padding: 20px;
    box-shadow: 10px 10px 5px 0px rgba(86, 196, 119, 0.3);
}

.addContact {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.addContact div p i {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 30px;
}

.phoneContact {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.phoneContact div p i {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 30px;
}

.emailContact {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.emailContact div p i {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 30px;
}

.contactallContainer{
    margin: 60px 0px 0px 30px
}

.contactRight h3{
    font-size: 28px;
}

.inputContact{
    margin: 30px 0px 0px 10px;
}

.inputContact input{
    width: 40%;
    height: 50px;
    border-radius: 10px;
}

#nameInput{
    margin-right: 20px;
}

#emailInput{
    margin-right: 20px;
    width: 40%;
}

#subjectInput{
    margin-bottom: 20px;
    width: 85%;
}

.inputContact textarea{
    width: 85%;
    height: 150px;
    margin-bottom: 20px;
}

.inputContact button{
    width: 30%;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #56c4775b;
    color: white;
}

footer button{
    width: 90px;
    height: 40px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
}

#goTop{
    border-radius: 50%;
    border: 1px solid;
    font-size: 30px;
    background-color: #56c477;
    color: white;
    position: fixed;
    bottom: 30px;
    right: 50px;
    transition: 0.3s ease;
}

#goTop:hover{
    background-color: white;
    color: #56c477;
}

html{
    scroll-behavior: smooth;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background: #6cce86;
}

::-webkit-scrollbar-thumb{
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover{
    background: #555;
}