* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}


/*Font*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #343a40;
    line-height: 1.5;
    font-size: 1rem;
}

.font-name {
    color: #ffffff;
    font-size: 21px;
    position: relative;
    top: 20px;
    text-decoration: none;
}



/*display & align*/
.padding-left {
    position: relative;
    left: 16.66%;
}
.text-center {
    text-align: center;
}
.justify-between{
    justify-content:space-between;
}
.items-center {
    align-items: center;
}

.position-relative {
    position: relative;
}

.display-flex {
    display: flex;
}
.justfy-center  {
    justify-content: center;
    
}
 .padding-t{
     padding-top: 24px;
 }
 .space-between {
    justify-content: space-between;
 }

.display-wrap {
    flex-wrap: wrap;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.menu-icon {
    display: none;
}

.behide {
    z-index: -99;
}

/*Nav Section*/

.main-menu {
    position: fixed;
    background: #111418;
    width: 16.66%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    z-index: 1000;
    overflow: auto;
}

a {
    text-decoration: none;
    color: #dee2e6;
}

.menu-img {
    padding-top: 20px ;
    align-items: center;
}

.menu-img img {
    display: initial;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: 9px solid #343a40;
}

.menu-img h1 {
    display: inline-block;
}

.text-welcome {
    position: relative;
    top: 40%;
    line-height: 40px;
    height: 200px;
    width: 100%;
    color: #ffffff;
}

.text-welcome h3,
h2 {
    font-size: 30px;
}

.nav-active {
    color: #1cc997;
    text-decoration: none;
    font-size: 1.2rem;
}

.menu-section {
    display: flex;
    flex-direction: column;
    padding: 5rem 0;
}

.non-active {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}

li a:hover {
    color: #1cc997;
}

li a {
    color: #1cc997;
    text-decoration: none;
}

li {
    padding: 10px;
    list-style-type: none;
}


/*Banner section*/

.img-content {
    
    background-image: url("../img/nav.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 100vh;
    width: 100%;
}

.overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #111418;
    opacity: 0.6;
    vertical-align: middle;
    display: inline-block;
}


/*Know me section*/

.main-about-me {
    position: relative;
    left: 16.66%;
    padding: 4.5rem 0;
}

.description-about-me {
    padding-left: 15px;
    
}

.title-know-me h2 {
    font-size: 8.25rem;
    opacity: 0.1;
    line-height: 1.3;
    margin-bottom: 0;
    width: 100% !important;
}

.title-know-me p {
    line-height: 1.6;
    font-size: 2.25rem;
    color: #343a40;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
    top: 50px;
}

.text-about-me {
    padding: 10px;
}

.text-about-me h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.text-about-me span {
    color: #1cc997;
}

.text-about-me p {
    margin-bottom: 1rem;
    line-height: 1.8;
    text-align: left;
}

.info-about-me {
    padding: 0;
    margin: 0;
}

.button-cv {
    display: inline-block;
    margin-top: 20px;
    padding: 15px;
    background-color: #1cc997;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.ul-info-about-me {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.ul-info-about-me span {
    font-weight: 600;
}

.li-info-about-me {
    border-bottom: 1px solid #eaeaea;
    padding-top: 12px;
    padding-bottom: 12px;
}

.conteiner-progress {
    padding-top: 50px;
}

.col-md-3 span {
    font-size: 3rem;
    color: #343a40;
}


/*Resume section*/

.main-what-i-do {
    position: relative;
    left: 16.66%;
    padding: 4.5rem 0;
    background-color: #f8f9fa;
}

.padding-content {
    padding-left: 100px;
    padding-right: 100px;
}

.col-md-1 i {
    border-radius: 5px;
    display: inline-block;
    font-size: 2rem;
    box-shadow: 2px 2px 2px 1px #343a40;
    padding: 20px;
    color: #1cc997;
}
.resume-title{
    z-index: 9;
    
    top:20px;
}

.content-to-do {
    padding: 0 20px 20px;
    text-align: left;
}

/*Skills section*/
#skills{
    flex-wrap: wrap;
}

.bar-progress {
    background-color: grey;
    width:100%;
    height: 24px;
}

.skill-progress1 {
    margin-left: 20px;
}

.skill-progress2 {
    margin-left: 20px;
}

.html-progress {
    background-color: #1cc997;
    height: 24px;
    width:80%;
}

.css-progress {
    background-color: #1cc997;
    height: 24px;
    width:70%;
}

.js-progress {
    background-color: #1cc997;
    height: 24px;
    width:60%;
}
.csharp-progress {
    background-color: #1cc997;
    height: 24px;
    width:70%;
}
.java-progress {
    background-color: #1cc997;
    height: 24px;
    width:45%;
}
.lua-progress {
    background-color: #1cc997;
    height: 24px;
    width:60%;
}


/*Resume Section*/

.main-resume {
    left: 16.66%;
    padding: 4.5rem 0;
    background-color: #f8f9fa;
}

.resume-card {
    padding: 24px;
    border: solid #dee2e6 1px;
    margin-bottom: 1.5rem;
    border-radius: 0.25rem;
}

.resume-content {
    padding: 0px 15px;
}

.resume-content h2 {
    margin-bottom: 1.5rem;
}

.resume-card span {
    background-color: #1cc997;
    color: #ffffff;
    padding: 5px;
    border-radius: 15px;
}

.resume-card h3 {
    padding: 10px 0px;
}

/*Form Section*/

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #1dc997;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }
  .form-container {
      padding: 40px;
  }

/*Footer Section*/

.main-footer {
    background: #111418;
    text-align: center;
    color: #eaeaea;
}

.main-footer a {
    color: #1cc997;
}

.p-titles {
    font-size: 8.25rem;
    opacity: 0.1;
    line-height: 1.3;
    margin-bottom: 0;
    width: 100% !important;
}

/*Responsive Section*/
@media(min-width: 366px){
    .padding-left {
        padding: 0 !important;
        margin: 0 !important;
    }
   
    .main-menu {
        overflow: hidden;
    }
}

@media(max-width: 767px) {
    .main-menu {
        background-color: #111418;
        height: 3rem;
        width: 100%;
        position: fixed;
        z-index: 1000;
        top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .menu-section{
        display: none;
    }
    .font-name {
        font-size: 1rem;
        position: static;
        text-decoration: none;
        padding-top: 10px;
        padding-left: 10px;
    }
    .menu-section {
        display: inline-block;
        flex-direction: column;
    }
    .menu-img {
        display: none !important;
    }
    nav {
        display: flex;
        justify-content: space-between;
    }
    .nav-active {
        color: #1cc997;
        text-decoration: none;
        font-size: 20px;
    }
    li a:hover {
        color: #1cc997;
    }
    .menu-section .hide {
        display: none;
    }
    li {
        padding: 10px 2px;
    }
    .menu-icon {
        display: contents;
        display: inline;
        position: relative;
        padding-right: 40px;
        padding-top: 10px;
    }
    .social-icons {
        display: inline-flex;
        padding: 0 50px;
        justify-content: space-between;
    }
    .social-icons a {
        padding: 12px 10px 0;    
    }
    a {
        display: inline;
        text-decoration: none;
        color: #dee2e6;
    }
    #menu {
        position: fixed;
        height: auto;
        width: 100%;
        background-color: rgb(0, 0, 0, .9);
        right: 0;
        top: 3rem;
        color: white;
        overflow: hidden;
    }
    /*Banner section*/
    .banner-container{
        left: 0;
    }
    .img-content {
        background-image: url("../img/nav.jpeg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0px;
        height: 100vh;
        width: 100%;
    }
    .overlay-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #111418;
        opacity: 0.8;
        vertical-align: middle;
        display: inline-block;
    }
    .padding-top {
        padding-top: 3rem;
    }
    /*About me Section*/
    .main-about-me {
        position: relative;
        left: 0;
        padding: 4.5rem 0;
    }
    .title-know-me h2 {
        position: absolute;
        font-size: 5rem;
    }
    .title-know-me p {
        padding-top: 10px;
    }
    .col-md-3 {
        padding: 20px;
    }
    /*What I do Section*/
    .main-what-i-do {
        position: relative;
        left: 0;
        padding: 4.5rem 0;
        background-color: #f8f9fa;
    }
    .padding-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .title-know-me h2 {
        display: none;
    }
    /*Skill section*/
    #skills {
        left:0;
    }
    /*Resume Section*/
    .main-resume {
        left: 0;
        padding: 4.5rem 0;
    }
    /*footer section*/
    .main-footer {
        width: 100%;
        overflow: hidden;
        left: 0;
    }
    .flex-column{
        flex-direction: column;
    }
}

@media(min-width:768px) and (max-width: 1024px) {
    .padding-left {
                left: 16.66%;
    }
    .position-absolute {
        position: absolute;
    }
    #picture {
        display: none;
    }
}

