body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

body * {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

section#welcome {
    height: 100vh;
}

section {
    height: 100%;
    padding: 100px 0;
}

header {
    padding: 10px 0;
}

header .navbar-brand {
    font-weight: 500;
    color: #000000;
    font-size: 20px;
}

header .nav-link {
    font-weight: 500;
    color: #000000;
    font-size: 17px;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

header .nav-item.active a {
    font-weight: 700;
}

header #menu {
    justify-content: flex-end;
}

.logo {
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    font-weight: 500;
    letter-spacing: -0.075em;

    color: #000000;
}


section {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Section Banner */
section#welcome {
    text-align: center;
}

section#welcome .name {
    font-weight: 900;
    font-size: 99px;
}

section#welcome .welcome-button {
    border: 3px solid #20C997;
    padding: 20px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-top: 100px;
}

section#welcome .welcome-text {
    font-weight: 300;
    font-size: 37px;
    line-height: 40px;
    text-align: left;
    padding: 40px;
}

section#welcome .welcome-text span {
    font-weight: 400;
    font-size: 49px;
}

/* Section Banner */


/* About */
section#about h4 {
    font-weight: 700;
    font-size: 40px;
}

section#about h3 {
    font-weight: 600;
    font-size: 34px;
}

section#about p {
    padding-top: 15px;
}

section#about .skills {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

section#about .skills .skill .bar {
    height: 14px;
    background: #53a88e;
}

section#about .skills .skill .bar .percent {
    box-sizing: content-box;
    content: attr(data-percent);
    display: block;
    height: 14px;
    width: 0%;
    background: #20C997;
}

section#about .projects-counts {
    margin-top: 50px;
}

section#about .projects-counts .count {
    font-weight: 500;
    font-size: 80px;
}

section#about .projects-counts .name {
    font-weight: 500;
    font-size: 20px;
}

section#about .projects-counts .experience .name {
    color: #212529;
}

section#about .projects-counts .clients .name {
    color: #2063C9;
}

section#about .projects-counts .downloads .name {
    color: #FFCC00;
}

section#about .projects-counts .projects .name {
    color: #20C997;
}

/* About */

/* Services */

section#services h4 {
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}

/*section#services h3:after {*/
/*    content: "SERVICES";*/
/*    color: #20C997;*/
/*}*/


.shadow-title {
    position: relative;
}

.shadow-title span {
    position: absolute;
    z-index: -1;
    top: -20px;
    font-weight: 700;
    font-size: 69px;
    left: 10px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    -webkit-text-stroke: 1px #20C997;
    color: white;
}

.shadow-title h3 {
    font-weight: 700;
    font-size: 74px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    z-index: 99;
}

section#services .col {
    border: 1px solid #20C997;
    padding: 70px;
    border-radius: 30px;
    text-align: center;
    max-width: 400px;
}

section#services .col h4 {
    font-weight: 500;
    font-size: 25px;
}

section#services .col p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
}

section#services .col img {
    margin-bottom: 25px;
}

/* Services */

/* Portfolio */

section#portfolio .portfolio_row {
    margin-bottom: 30px;
}

/* Portfolio */

/* Contact */

section#contact input, section#contact select {
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 20px;
}


section#contact .contact-button {
    display: inline-block;
    padding: 10px 30px;
    border: 3px solid #20C997;
    width: auto;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
}

/* Contact */


/* Footer */
footer {
    --bs-border-color: #20C997;
    --bs-secondary-color: #000000;
    justify-content: space-between ;
}

footer .nav-link {
    font-size: 16px;
}

footer .social-buttons{
    display: flex;
    justify-content: flex-end;
}

footer .social-buttons .social-item{
    padding: 10px;
    margin-top: -10px;
}

footer .social-buttons .social-item i{
    color: #20C997;
}

/* Footer */
