@font-face {
    font-family: 'poppins';
    src: url('fonts/poppins/Poppins-Black.ttf') format("ttf"), url('fonts/poppins/Poppins-BlackItalic.ttf') format("ttf"), url('fonts/poppins/Poppins-Bold.ttf') format("ttf"), url('fonts/poppins/Poppins-BoldItalic.ttf') format("ttf"), url('fonts/poppins/Poppins-ExtraBold.ttf') format("ttf"), url('fonts/poppins/Poppins-ExtraBoldItalic.ttf') format("ttf"), url('fonts/poppins/Poppins-ExtraLight.ttf') format("ttf"), url('fonts/poppins/Poppins-ExtraLightItalic.ttf') format("ttf"), url('fonts/poppins/Poppins-LightItalic.ttf') format("ttf"), url('fonts/poppins/Poppins-MediumItalic.ttf') format("ttf"), url('fonts/poppins/Poppins-SemiBold.ttf') format("ttf"), url('fonts/poppins/Poppins-SemiBoldItalic.ttf') format("ttf"), url('fonts/poppins/Poppins-Thin.ttf') format("ttf"), url('fonts/poppins/Poppins-ThinItalic.ttf') format("ttf"),
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
p{
    color:#555555;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height:5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;

  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #b5b6b7; 
    transition:500ms;
    border-radius:40px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0ba376; 
    width:7px;
  }

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    font-family: poppins;
}

.main-page-dev {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-dev {
    width: 100%;
    max-width: 1280px;
    min-height: 80vh;
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-height: 80vh;
    margin: 10vh auto;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b7080), to(#0ba376));
    background: linear-gradient(#0b7080, #0ba376);
    -webkit-box-shadow: 0 0 100px -5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 100px -5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 100px -5px rgb(0 0 0 / 25%);
    border-radius: 32px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: #ffffff;
    border-radius: 30px;
    height: 100%;
    overflow: auto;
}

#section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-page {
    height: 80vh;
    max-width: 35%;
    padding: 70px 30px 45px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.box-image-person {
    margin-bottom: 30px;
}

.main-content-about {
    padding: 60px;
    box-sizing: border-box;
}

.box-image-person img {
    border-radius: 50%;
}

.name-person {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 5px 0 7px;
    line-height: 44px;
}

.function-person {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 5px 0;
    line-height: 26px;
}

.social-person>a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    opacity: .9;
}

.social-person {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.social-person>a:first-child {
    margin-right: 10px;
}

.button-cv {
    margin-top: 50px;
}

.button-cv button {
    min-width: 200px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    transition: 500ms;
}

.button-cv button:focus {
    outline: none;
}

.button-cv button:hover {
    background-color: #ffffff;
    color: #0ba376;
}

.arr {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    left: 0;
}

.arr p {
    color: #ffffff;
    font-size: 12px;
}

.home-name {
    font-size: 60px;
    line-height: 74px;
    margin: 0;
    text-align: center;
    color: #000000;
}

.home-function>p:first-child,
.home-function>p:last-child {
    color: #888;
    font-size: 21px;
    font-weight: 300;
    margin: 5px 0;
    text-align: center;
    transition: 500ms;
    transform: scale(0);
}

.home-function>p:last-child {
    display: none;
}

.box-nav-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-page {
    width: 70px;
    background: #ffffff;
    position: absolute;
    right: -90px;
    border-radius: 40px;
    padding: 15px 0;
}

.nav-page a {
    padding: 10px;
    color: #b5b6b7;
    text-decoration: none;
    transition: 500ms;
}

.nav-page a:hover {
    color: #0ba376;
}

.nav-page .lnr {
    font-size: 30px;
}
.title-page{
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.title-page p {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color:#222222;
}
.subtitle-page p{
    position: relative;
    font-size: 21px;
    font-weight: 600;
    margin-top:50px;
    color:#222222;
}
.subtitle-page{
    padding-right: 12px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.title-page p span, .subtitle-page p span {
    color: #0ba376;
}
.about-me .row-page{
    display:flex;
    justify-content: space-between;
}
.about-me .row-page:nth-child(2) > .col-page:first-child{
    width:55%;
}
.about-me .row-page:nth-child(2) > .col-page:last-child{
    width: 40%;
}
.row-page-what-i-do{
    display:flex;
    justify-content: space-between;
}
.row-page-what-i-do .col-page{
    width:45%;
    margin-bottom:25px;
}
.row-page-what-i-do .col-page p:nth-child(2){
    font-size:18px;
    line-height:25px;
    margin:5px 0;
    font-weight:600;
    color:#222222;
}
.row-page-what-i-do .icon-page i{
    position: relative;
    font-size: 42px;
    color: #0ba376;
    opacity: .7;
}
.info-about-me p, .info-about-me a{
    font-size:15px;
    line-height:25px;
    color:#555555;
    margin-bottom:10px;
    text-decoration:none;
}
.info-about-me p span{
    color:#0ba376;
    font-weight: 600;
    display:inline-block;
    margin-right:5px;
}
.section-right{
    display:none;
}
.home {
    display:block;
}
.active-menu{
    color:#0ba376;
}
.main-content-sec3 {
    padding: 60px;
    box-sizing: border-box;
}
.main-content-sec3 > .row-page{
    display:flex;
    justify-content: space-between;
}
.main-content-sec3 > .row-page > .col-page:first-child{
    width:55%;
}
.main-content-sec3 > .row-page > .col-page:last-child{
    width:40%;
}
.main-content-sec3 .second-row{
    display: flex;
    justify-content: space-between;
}
.main-content-sec3 .second-row .second-col:first-child{
    width:30%;
    padding:0 5px;
}
.main-content-sec3 .second-row .second-col:last-child{
    width:60%;
    padding:0 5px;
}
.main-content-sec3 .second-row .period-line{
    width:10%;
}
.period-line{
    position:relative;
}
.period-line .line{
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    right: calc(50% - 0.5px);
}
.period-line .line::before{
    content: '';
    display: block;
    position: absolute;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0ba376;
    opacity: .25;
    z-index: 0;
    left: calc(50% - 8px);
    top: 3px;
}
.period-line .line::after{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #0ba376;
    z-index: 1;
    left: calc(50% - 5.5px);
    top: 10px;
}
.period-sec3 > p:first-child{
    color: #222;
    margin: 3px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.period-sec3 > p:last-child{
    font-weight:300;
    color:#a5a6a7;
    font-size:13px;
    margin: 0 0 4px;
    text-align: right;
}
.wrapper-job > p:first-child{
    color:#222;
    font-weight:600;
    font-size:16px;
    margin-bottom:3px;
}
#section-5 .row-page > .col-left-page{
    width:30%;
    padding-right: 15px;
    box-sizing: border-box;
}
#section-5 .row-page > .col-right-page{
    width:70%;
    padding-left: 15px;
    box-sizing: border-box;
}
#section-5 .row-page > .col-left-page .box-sec5-left{
    margin-bottom:15px;
    padding:20px 10px;
    border:1px solid #e5e5e5;
    text-align: center;
}
#section-5 .row-page > .col-left-page .box-sec5-left > i{
    font-size: 33px;
    color: #0ba376;
}
#section-5 .row-page > .col-left-page .box-sec5-left > p{
    font-size: 15px;
    margin-top: 8px;
    color: #222;
    font-weight: 600;
}
#section-5 .row-page > .col-right-page .subtitle-page p{
    margin-top:0;
}
.form-contact form{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.form-group{
    width:49%;
}
.form-group-textarea{
    width:100%;
}
.form-contact form input[type="text"], .form-contact form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 10%);
    padding: 10px 25px 10px 12px;
    box-sizing: border-box;
    border: 1px solid #d5d6d7;
}

.form-contact form textarea{
    width:100%;
    height:120px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 10%);
    padding: 10px 25px 10px 12px;
    box-sizing: border-box;
    border: 1px solid #d5d6d7;
}
.submit-class{
    display: inline-block;
    position: relative;
    padding: .8em 2.1em;
    margin-bottom: .75em;
    margin-right: .25em;
    font-size: 15px;
    line-height: 1.2;
    border: 0;
    outline: 0;
    border: 2px solid #0ba376;
    color: #222;
    text-shadow: none;
    background-color: #fff;
    border-radius: 30px;
    font-family: poppins,Helvetica,sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 22%);
    cursor:pointer;
}
.submit-class:hover{
    background-color: #0ba376;
    color: #fff;
    border: 2px solid #0ba376;
}
input:focus, textarea:focus{
    outline:none!important;
}