/*
Template Name: Bodo - Simple One Page Personal
Author: BdgPixel
Author URI:  http://themeforest.net/user/BdgPixel
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
1) General
2) Page Loader
3) Helper
4) Header
5) Typography
6) Hero
7) Sections
 7.a) portfolio
 7.b) service
 7.c) experience
 7.d) testimonial
 7.e) blog
 7.f) about
 7.g) contact
 7.h) footer
8) Components
 8.a) skills


-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------1) General--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    left: 0;
    top: 0;
    overflow-x: hidden;
    font-family: 'Instrument Sans';
    height: 100%;
    width: 100%;
    background-color: #fff;

}


body {
    color: #1E2029;
    font-size: 16px;
    line-height: 1.7;


}

a {
    color: #1E2029;
    text-decoration: none;
    transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -o-transition: ease .6s;
    -ms-transition: ease .6s;
}

a:hover {
    text-decoration: none;
    color: #1E2029;
}

a:focus {
    outline: none;
    text-decoration: none;
}

iframe {
    border: none;
    width: 100%;
}

img {
    max-width: 100%;
}

*:focus {
    outline: none;
}

/*----------------------------------------- 2) Preloader --------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin: -40px 0 0 -100px;
}

#status img {
    text-align: center;
    margin-top: -80px;
}

/*----------------------------------------- 3) Helper --------------------------------------------------*/

.no-pad {
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
}

.pad-80 {
    padding-top: 80px;
}

.mar-t-50 {
    margin-top: 50px !important;
}

.mar-tm-10 {
    margin-top: -10px;
}

.white-col {
    background: #ffffff;
    padding: none;
}

/*---- span -----*/


.title-small {
    margin-bottom: 56px;
    font-size: 4.5rem;
    letter-spacing: -0.5px;
    

}

.title-small {
    position: relative;
}


.title-small-center span {
    position: relative;
}

.title-small-center span:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    height: 3px;
    background: #1655FF;
    width: 28px;
    left: 0;
}

/*----- background ------*/

.grey-bg {
    display: block;
    padding: 100px 0px;
    border-radius: 20px;
}

.white-bg {
    background: #ffffff;
    padding: 100px 0px;
    display: block;
    margin: 6%;
    border-radius: 20px;
}

/*-------- content --------*/


#services {
    color: #1E2029;
    background-color: #E0FF00;
    margin: 6%;
    padding: 6% 2%;
}

.content-detail {
    font-weight: 400;
    margin-top: 70px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.4px;

}

.content-details {
    font-weight: 400;
    margin-top: 40px;
    line-height: 30px;
    font-size: 14px;
}

.pad-bottom {
    padding-bottom: 80px;
}

.text-detail {
    margin-top: 15px;
    color: #fff;
}

.text-detail p {
    font-weight: 500;
    line-height: 20px;
}

.listing-item {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

/*----------------------------------------- 4) Header --------------------------------------------------*/

.header {
    width: 100%;
    z-index: 9999;
}

.for-sticky {
    position: fixed;
    z-index: 6000;
    bottom: 0;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;
    border-bottom: 1px solid #CFCDC8;
    display: block;
    padding: 0px 15px 5px 15px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.logo-nav {
    padding: 15px;
    margin-left: 56px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 200px;
    font-family: 'Instrument Serif';
    font-size: 2.4rem;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: -0.04rem;
    display: block;
    color: #1E2029;
}

/*----------- panel ----------*/

.content-wrap {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
}

.content {
    position: absolute;
    width: 100%;
}

.content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Menu Button */


.menu-button {
    width: 24px;
    height: 24px;
    position: fixed;
    right: 0;
    margin-top: 24px;
    margin-right: 100px;
    z-index: 7000;
    padding: 0;
    cursor: pointer;
    background: #1E2029;
    border: none;
    border-radius: 100px;

}

.menu-button span {
    display: block;
    position: absolute;
    margin: 4px;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 100px;
    opacity: 1;
    left: 0;
}

.menu-button span:nth-child(1) {
    top: 0px;
}

.menu-button span:nth-child(2) {
    top: 6px;
}

.menu-button span:nth-child(3) {
    top: 12px;
}

.menu-button:hover {
    opacity: 0.6;
}

/* Close Button */

.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 2em;
    top: 2em;
    overflow: hidden;
    border: none;
    background: #1E2029;
    border-radius:100px;

}


/* Menu */

.menu-wrap {
    position: fixed;
    z-index: 8000;
    width: 600px;
    height: 100%;
    right: 0;
    float: right;
    background: #F7F7F7AA;
    -webkit-backdrop-filter: blur(12px);
    padding: 2em 1.5em 0;
    -webkit-transform: translate3d(600px, 0, 0);
    transform: translate3d(600px, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu,
.menu-list {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 32px;
}

.menu-list {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.menu-list a {
    display: block;
    padding: 2rem 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    color: #1E202977;
    position: relative;
    font-size: 3rem;
    border-bottom: 1px solid #1E2029;
}

.menu-list a:hover,
.menu-list a:focus {
    color: #1E2029FF;
}

.menu-list,
.menu-list a {
    -webkit-transition: -webkit-transform 0s 0.8s;
    transition: transform 0s 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu a:nth-child(2) {
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
}

.menu-list a:nth-child(3) {
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
}

.menu-list a:nth-child(4) {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}

.menu-list a:nth-child(5) {
    -webkit-transform: translate3d(0, 2500px, 0);
    transform: translate3d(0, 2500px, 0);
}

.menu-list a:nth-child(6) {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}

.menu-list a span:nth-last-child(1) {
    font-family: 'Instrument Sans';
    vertical-align: middle;
    right: 1rem;
    margin-left: 10px;
    font-size: 24px;
    z-index: 2;
    position: absolute;
    margin-bottom: 40px;
    padding: 0px;
}

.menu-list a span {
    font-family: 'Instrument Sans';
    right: 1rem;
    margin-left: 10px;
    font-size: 24px;
    z-index: 2;
    position: absolute;
    margin-bottom: 40px;
    padding: 0px;
}



/* Shown menu */

.show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list,
.show-menu .menu-list a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list a {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*----------------------------------------- 5) Typography --------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Instrument Sans';
    letter-spacing: 0.8px;
}

#home h1 {
    line-height: 40px;
    letter-spacing: 0.6px;
}

#home .typed {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    margin: 0 auto;
    opacity: 0.6;
}

.year {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 10px 0;
    padding: 0;
    font-family: 'Instrument Sans';
}

.company {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
    color: #1E2029;
    padding: 0;
    margin: 0;
}

.company p {
    padding: 0;
}

.job {
    font-size: 20px;
    line-height: 14px;
    color: #737373;
    display: inline-block;
    margin: 16px 0 0 0;
    font-weight: 400;


}


/*----------------------------------------- 6) Hero --------------------------------------------------*/

#home {
    background: url('../images/hero1.jpeg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: block;
}

.wrap-hero-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: absolute;
    text-align: center;
    min-width: 300px;
    left: 50%;
    top: 50%;
    padding: 65px;
    background: rgba(255, 255, 255, 0.8);
    outline: 4px double #FFFFFF;
    outline-offset: 8px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wrap-hero-content-work {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content-work {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    min-width: 300px;
    left: 50%;
    top: 50%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.8);
    outline: 4px double #FFFFFF;
    outline-offset: 8px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*mouse*/

.mouse-icon {
    position: absolute;
    border: 2px solid #1E2029;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 13px;
    height: 40px;
    width: 30px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 100;
}

.mouse-icon .scroll {
    -webkit-animation-name: scrolling;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: scrolling;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .scroll {
    position: relative;
    border-radius: 10px;
    background: #1E2029;
    width: 4px;
    height: 8px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes scrolling {
    0% {
        top: 2px;
        opacity: 0;
    }

    30% {
        top: 8px;
        opacity: 1;
    }

    100% {
        top: 16px;
        opacity: 0;
    }
}

@keyframes scrolling {
    0% {
        top: 2px;
        opacity: 0;
    }

    30% {
        top: 8px;
        opacity: 1;
    }

    100% {
        top: 16px;
        opacity: 0;
    }
}


/*----- typed effect ---*/

.typed-cursor {
    opacity: 0;
}


.description-wrap {
    position: relative;
    box-shadow: 0px 0px 0px #FFF;
    transition: all 0.2s ease 0s;
    -webkit-transform: translateY(0px) translateX(0px);
    border: 1px solid rgba(129, 129, 129, 0.1);
    margin-bottom: 35px;
}

.description-wrap:before,
.description-wrap:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background: #1755FF;
    -webkit-transform: scaleX(0);
    transition: all 0.2s ease;
}

.description-wrap:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
}

.description-wrap:after {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 100% 0;
}

.description-wrap:hover {
    box-shadow: 10px 10px 0px #1A3170;
    -webkit-transform: translateY(-10px) translateX(-10px);
    transition: all 0.2s ease 0.4s;
}

.description-wrap:hover:after,
.description-wrap:hover:before {
    -webkit-transform: scaleX(1);
}

.image-bg {}

.image-bg:before,
.image-bg:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 3px;
    height: 100%;
    background: #1755FF;
    -webkit-transform: scaleY(0);
    transition: all 0.2s ease 0.2s;
}

.image-bg:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 100%;
}

.image-bg:after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
}

.image-bg:hover:after,
.image-bg:hover:before {
    -webkit-transform: scaleY(1);
}

.card-img-top {
    height: 150px;
    width: 100%;
    border: 1px solid rgba(129, 129, 129, 0.1);
}

.card-body {
    position: absolute;
    opacity: 0;
    color: #fff;
    padding: 24px;
    z-index: 1000;
}

.card-title {
    font-size: 3em;
    letter-spacing: -1px;
}

.card-body p {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.work-card {
    margin-right: 0;
    margin-bottom: 1.5rem;
}

.work-card:hover {
    margin-right: 0;
    margin-bottom: 1.5rem;
    transition-duration: 0.2s;
}

.work-card:hover img {
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
    transition-duration: 0.2s;
}

.work-card:hover .card-body {
    opacity: 1;
    transition-duration: 0.2s;
}


/*---------- b. service -----------*/

.icon-use {
    font-family: 'Glypter';
    font-size: 30px;
    line-height: 20px;
    color: #818181;
    margin: 0;
}

.head-sm {
    font-family: 'Instrument Sans';
    font-size: 3rem;
    color: #1E2029;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 400;
}

.text-grey {
    display: block;
    color: #1E2029;
    position: relative;
    font-size: 2rem;

    /*
    color: #1E2029;
    line-height: 26px;
    margin-bottom: 60px;
*/
}

.noise {

    background: conic-gradient(#E0FF00, #1E2029);
    border-radius: 1000px;
}


.work-together {}

.work-together a {
    color: #1E2029;
    font-weight: 700;

}



.link--underline-effect {
    position: relative;
    display: inline-block;
}

.link--underline-effect:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #1E2029;
    height: 2px;
    left: auto;
    right: 0;
    width: 0px;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.link--underline-effect:hover:before {
    width: 100%;
    right: auto;
    left: 0;
    color: #1755FF;
}



/*---------- c. experience -----------*/

.wrap-card {
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transform: translateY(0px) translateX(0px);

}



.wrap-card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
}

.wrap-card:after {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 100% 0;
}

.wrap-card:hover {
    /*    box-shadow: 0px 2px 0 #E3E3E3;*/
    background-color: #F5F5F5;
    -webkit-transform: translateY(-4px) translateX(0px);
    transition: all 0.2s ease 0s;
}

.wrap-card:hover:after,
.wrap-card:hover:before {
    -webkit-transform: scaleX(1);
}

.card {
    padding: 32px 48px 32px 48px;
    margin-bottom: -4px;
    height: 100%;
    border-top: 1px solid #E3E3E3;
}



.card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 100%;
}

.card:after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
}

.card:hover:after,
.card:hover:before {
    -webkit-transform: scaleY(1);
}

.card h2 {
    color: #132029;
    letter-spacing: -0.2px;
    font-weight: 500;
    font-family: 'Instrument Sans';
}

/*---------- d. testimonial -----------*/

#testimonial {
    background-image: url(../images/testimonial-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 550px;
}

.list-testimonial {
    display: block;
    width: 100%;
}

.list-testimonial .content-testimonial {
    text-align: center;
    color: #ffffff;
}

.list-testimonial .content-testimonial .testi {
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 2px;
}

.list-testimonial .content-testimonial .people {
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: 2px;
    color: #B7B7B7;
    font-weight: 700;
}

.mask-testimonial {
    background-color: rgba(47, 47, 47, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wrap-testimonial {
    z-index: 1;
    position: relative;
}

/*-------------- e. blog -------------*/

.grid {
    margin-top: 60px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    width: 33.333%;
    float: left;
    top: 0px;
    left: 0px;
    overflow: hidden;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.grid-item .wrap-article {
    border: 1px solid rgba(129, 129, 129, 0.1);
    background: #ffffff;
    padding: 30px 20px;
}

.grid-item .wrap-article img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.grid-item .wrap-article .img-circle {
    width: 133px;
    height: 133px;
}

.grid-item .wrap-article .fancy {
    line-height: 0.5;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
    color: #818181;
}

.grid-item .wrap-article .fancy span {
    display: inline-block;
    position: relative;
}

.grid-item .wrap-article .fancy span:before,
.grid-item .wrap-article .fancy span:after {
    content: "";
    margin-top: 1px;
    position: absolute;
    height: 5px;
    border-top: 1px solid #1655FF;
    top: 0;
    width: 60%;
}

.grid-item .wrap-article .fancy span:before {
    right: 100%;
    margin-right: 5px;
}

.grid-item .wrap-article .fancy span:after {
    left: 100%;
    margin-left: 5px;
}

.grid-item .wrap-article .title {
    font-size: 16px;
    padding: 0 10px 0 10px;
    text-align: center;
    letter-spacing: 0.1;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.grid-item .wrap-article .title:after {
    content: "";
    display: block;
    margin: 0 auto;
    bottom: -20px;
    height: 1px;
    background: #dedede;
    width: 48px;
    left: 0;
    margin-top: 30px;
}

.grid-item .wrap-article .content-blog {
    margin-top: 30px;
    padding: 0 10px 0 10px;
    text-align: justify;
    color: #5f5f5f;
}

/*---------- f. quote -----------*/

#about {
    padding-top: 16%;
    min-height: 550px;
    display: inline-block;
    width: 100%;
}

.wrap-about {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    min-height: 480px;
}

.photo-profil {
    display: block;

}

.wrap-about .w-content {
    position: absolute;
    left: 40%;
    top: 70%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%);
}

.wrap-about .w-content td {
    font-size: 13px;
    font-weight: 300;
}

.wrap-about .w-content td.title {
    padding-right: 10px;
    font-weight: 500;
}

.wrap-about .w-content td.break {
    padding-right: 15px;
}

.wrap-about .w-content tr {
    height: 35px;
}

.wrap-about .head-about {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #1E2029;
    opacity: 75%;
    margin-bottom: 50px;

}

#about H1 {
    font-family: 'Instrument Serif';
    font-size: 6rem;
    line-height: 8rem;
    font-style: normal;
    letter-spacing: -0.01rem;
    color: #1E2029;
    margin: 0;
    margin-bottom: 40px;
}

#about H1 span {
    color: #1E2029;
    background-color: #E0FF00;
    font-size: 3rem;
    line-height: 3rem;
    border-radius: 20px;
    padding: 1px 8px 1px 8px;
    vertical-align: middle;
}


#about p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 40px;
}

#about .btn {
    margin-top: 30px;
    margin-bottom: 100px;
}



.btn {
    padding: 12px 0px 12px 16px;
    height: 100%;
    border-radius: 100px;
    background-color: #1E2029;

}

.btn a {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-family: 'Instrument Sans';
}


.btn span {
    margin-left: 16px;
    position: relative;
    color: #1E2029;
    background-color: #E0FF00;
    padding: 6px 8px 6px 8px;
    border-radius: 100px;
    font-weight: 400;
    transition: all 0.2s ease 0s;
    border: 2px solid #E0FF00;

}

.btn svg {

    vertical-align: middle;
    width: 23px;
    height: 21px;
}

.btn:hover span {
    margin-left: 18px;
    position: relative;
    color: #1E2029;
    background-color: #E0FF00;
    border-radius: 20px;
    font-weight: 700;
    padding: 6px 8px 6px 8px;
    border: 0px solid #E0FF00;
    transition: all 0.2s ease 0s;
}

#contact .btn {
    padding: 12px 20px 12px 20px;
    height: 100%;
    border-radius: 100px;
    background-color: #fff;
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-family: 'Instrument Sans';

}

#contact .btn input {
    color: #1E2029;
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-family: 'Instrument Sans';
    background: none;
    border: 0;
}


#contact .btn span {
    color: 1E2029;
}




/*---------- g. contact -----------*/


#contacts {
    width: 100%;
    margin: 6%;
    padding: 6%;
    text-align: center;

}


#contacts a {
    width: 100%;
    font-family: 'Instrument Serif';
    text-align: center;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
    color: #1E2029;
    margin: 0;
}

#contacts label {
    font-size: 20rem;
    font-weight: 400;
    font-family: 'Instrument Serif';
    color: #fff;
}

#name {
    display: inline;
    position: relative;
}

.hello {
    margin-bottom: 100px;
}

.col {
    flex-grow: 1;
}

#Name,
#Object,
#Email {
    width: 16rem;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 0;
    text-align: center;
    border: 0;
    border-bottom: 2px solid #E3E3E3;
    outline: none;
    background-color: transparent;
    border-radius: 0px;
    font-family: 'Instrument Serif';
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
}

/* Frame 14 */


#Message {
    padding: 15px 30px;
    margin-top: 16px;
    margin-bottom: 40px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: 'Instrument Serif';
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    min-height: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.2s ease 0s;
    -webkit-transform: translateY(0px) translateX(0px);
    border-radius: 20px;
}

#Message:hover {
    padding: 15px 30px;
    margin-top: 16px;
    margin-bottom: 40px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: 'Instrument Serif';
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    min-height: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 2px 0 #E3E3E3;
    background-color: #F5F5F5;
    -webkit-transform: translateY(-4px) translateX(0px);
    transition: all 0.2s ease 0s;
}

#Message:focus {
    padding: 15px 30px;
    margin-top: 16px;
    margin-bottom: 40px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: 'Instrument Serif';
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    min-height: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 2px 0 #E3E3E3;
    background-color: #fff;
    -webkit-transform: translateY(-4px) translateX(0px);
    transition: all 0.2s ease 0s;
}

#sendMessage {
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
    background-color: #fff;
    color: #1E2029;
}

/*-------------- h. footer ------------------*/

.footer-top {
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #1E2029;
    display: table;
}

.footer-top .logo-nav {
    color: #FFF;
    font-family: 'Instrument Serif';
}


/*----------------------------------------- 8) Component --------------------------------------------------*/

/*---------------- a. Skills ----------------*/

.skillst {
    margin-top: 30px;
}

.skillst .skillbar {
    width: 100%;
    height: 10px;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 60px;
    padding: 2px;
    box-sizing: border-box;
}

.skillst .count-bar {
    width: 100%;
    height: 5px;
    width: 0px;
    position: relative;
}

.skillst .count-bar {
    background-color: #1655FF;
}

.skillst .count-bar span {
    font-size: 12px;
}

.skillst .title {
    position: absolute;
    line-height: 25px;
    top: -35px;
    left: 0;
    padding-left: 10px;
    font-size: 12px !important;
}

.skillst .count-bar .count {
    position: absolute;
    line-height: 18px;
    top: -28px;
    right: -20px;
    width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
    background-color: #1E2029;
}

.skillst .count-bar {
    position: relative;
    display: block;
}

.count {
    display: none;
}

.skillst .count-bar .count span:after {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 18px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.skillst .count-bar .count {
    background-color: #818181;
}

.skillst .count-bar .count span:after {
    border-top: 4px solid #1655FF;
}

.w-content a {
    margin-top: 200px;
    font-family: 'Instrument Sans';
    text-transform: none;
    background: #1755FF;
    border: 1px solid #1755FF !important;
    color: #FFFFFF;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: -0.5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.w-content a:hover {
    font-family: 'Instrument Sans';
    text-transform: none;
    background: #FFFFFF;
    border: 1px solid #1755FF !important;
    color: #1E2029;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: -0.5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.w-content > a > span {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------
*/

.portfolio-container {
    margin: 1rem;
}

.portfolio .portfolio-item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    padding: 0 8px;


}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 100px;
    padding: 8px 0;


}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 12px 24px;
    line-height: 1;
    border-radius: 100px;
    color: #1E2029;
    margin: 0 8px 0 8px;
}



.portfolio #portfolio-flters li:hover {
    background-color: #FFF;
}

.portfolio #portfolio-flters li.filter-active {
    color: #FFF;
    background-color: #1E2029;
}


.portfolio .portfolio-wrap {
    transition: 0.3s;
    height: 400px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #F7F7F7;
    border-radius: 20px;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: #F7F7F7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.6s cubic-bezier(0.81, 0, 0.18, 0.96);
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: 0.6s cubic-bezier(0.7, 0.1, 0.1, 0.7);
}

.portfolio .portfolio-wrap p {
    position: absolute;
    background-color: #1E2029;
    color: #FFF;
    margin: 2rem;
    padding: 8px 20px 8px 12px;
    border-radius: 100px;
    font-family: 'Instrument sans';
    font-weight: 400;
}

.portfolio .portfolio-wrap p:before {
    content: '';
    background-color: #E0FF00;
    padding: 2px 12px;
    margin-right: 8px;
    border-radius: 100px;
}

.portfolio .portfolio-wrap .in-progress {
    filter: brightness(50%);
    filter: blur(3rem);
    margin-top: 20%;
}

.portfolio .portfolio-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 24px 0 0 0;
}

.portfolio-info h4 {
    font-size: 3rem;
    letter-spacing: -0.05rem;
    color: #1E2029;
    font-weight: 400;
    margin: 0;
}


.portfolio-info p {
    color: #1E2029;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 100px;
    background-color: #E0FF00;


}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}


.portfolio .portfolio-wrap:hover::before {}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.05);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}
