html {
    line-height: 1.15;
    text-size-adjust: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    font-size: 1em;
    position: relative;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    cursor: default;
    text-rendering: optimizelegibility;
    overflow-x: hidden;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #B314E0;
}

.noise {
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 120vh;
    z-index: -2;
    position: fixed !important;
}



* {
    backface-visibility: hidden;
}

h3 {
    color: #ffffffa8;
    margin: 0 0 0 0;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0.66rem;
}

p {
    color: #fff;
    margin: 40px 0;
    font-size: 0.9rem;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.033rem;
    line-height: 1.5;
}

span.lead {
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 6vw;
    color: #fff;
    width: auto;
    background: transparent;
    border: 3px solid white;
    padding: 2px 10px;
}

.percent {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    height: 3rem;
    width: 3px;
    margin: -20px 0 0 40px;
    z-index: 11;
}

.fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: background 0.15s ease;
}

h1 {
    color: #fff;
    font-size: 5.66vw;
    line-height: 1.3;
    font-weight: 700;
    white-space: normal;
    margin: 0;
}

h2 {
    font-size: 7.875em;
    letter-spacing: -2px;
    max-width: 100%;
    font-size: 2rem;
    /* min-width: 100%; */
    letter-spacing: 0.01rem;
    color: #fff;
}

h2 span {
    background-image: linear-gradient(transparent calc(65% - 5px), #b406e7 5px);
    background-size: 0px;
    background-repeat: no-repeat;
    display: inline;
    transition: all 0.5s ease 0s;
}

h2 span {
    background-size: 0%;
    transition: 0.5s ease all;
}

h2.visible span {
    background-size: 100%;
    transition: 1s ease all;
}

a {
    color: #FFEB3B;
    letter-spacing: 0.86px;
    text-align: left;
    font-weight: bold;
    line-height: 18.48px;
    display: block;
}

.section--container>.section>* {
    filter: blur(4px);
    transform: translateY(-200px);
    transition: 1s ease all;
    opacity: 0;
}

.section--container>.section.bounce>* {
    filter: blur(0);
    transform: translateY(0);
    transition: 1s ease all;
    opacity: 1;
}

.section-half.section-content.content-uglyboy img {
    display: block;
    width: auto;
    height: 50vh;
}

main.section--container {
    max-width: 1280px;
    padding-right: 2rem;
    margin: 0 auto;
    height: 100vh;
    padding-left: 2rem;
}

main.section--container>section:last-of-type {
    margin-bottom: 380px;
}

.content-item {
    width: 100%;
    margin-bottom: 6.66%;
}

ul {
    padding: 0;
    list-style: none;
    font-size: 0.88rem;
    font-weight: 500;
}

li {
    padding-bottom: 0.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

svg {
    width: 100%;
    max-width: 4rem;
    height: auto;
    margin-bottom: 1rem;
}

svg g,
svg path {
    fill: #fff;
}

.exp-employer-details {
    padding-top: 0.5rem;
    max-width: 88%;
}

section.section {
    height: auto;
    min-height: calc(100vh - 10vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 5vh 0;
}

.footer .footer--title h3 {
    font-size: 1.6rem;
    color: #fff;
}

.footer .footer--title h3 a {
    padding: 10px 0;
}

footer.footer {
    height: auto;
    background: #f44336;
    padding: 0px;
    border: none;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    color: white;
    left: 0px;
    z-index: 10;
    max-width: 100vw;
    transition: all 0.25s ease 0s;
}

footer.footer {
    bottom: -500px;
    transition: all 0.25s ease 0s;
    padding: 40px;
    display: flex;
    gap: 30px;
    height: auto;
    width: calc(100vw - 80px);
    flex-direction: column;
}

.footer--active {
    bottom: 0 !important;
}

footer.footer .footer--content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

footer.footer .footer--content>.footer-content--section {
    flex-basis: 50%;
    display: inline-flex;
    flex-direction: column;
}

footer.footer canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    filter: blur(1rem);
    width: 100%;
    height: 100%;
}

.footer--content .footer-title {
    margin: 0;
    font-size: 1.2rem;
    /* font-weight: 700; */
    margin-bottom: 0.88rem;
}

.footer--content .footer-copy,
.footer--content .footer-copy a {
    /* line-height: 1.5; */
    /* margin: 5px 0px 0px; */
    /* font-size: 1em; */
    font-weight: 600;
    color: white;
}

.section--skills .header-title {
    max-width: 100%;
}

.skills-intro .header-title+p {
    margin-bottom: 5vw;
    font-size: 1.2rem;
    max-width: 88%;
}

section--skills .section--content {
    display: flex;
    flex-direction: column;
}

.section--skills .section--content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section--skills .section--content .content-item {
    width: 100%;
    min-width: 100%;
}

.section--experience .section--content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 3.33vw;
}

.section--experience .section--content .content-item {
    width: 48%;
    flex-grow: 1;
    padding-right: 2%;
}

h2.header-title {
    margin-bottom: 6.66vw;
}

.section--values .section--content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section--values .content-item {
    min-width: 100%;
    max-width: 100%;
}

h2.header-title.visible {
    width: 100%;
}

.section--proccess .section--content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.section--proccess .section--content .content-item {
    /* width: 43%; */
    padding-right: 6%;
}

section.section.section--intro.bounce {
    /* justify-content: space-evenly; */
}
