html {
    scroll-behavior: smooth;
    transition: scroll-behavior 1s ease-out;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

.animation-line {
    animation: hero-text;
    animation-timing-function: ease-in;
}

.hero-bg-picture {
    background: url('../images/08032k.jpg');
    background-size: cover;
    background-repeat: none;
}

.cursor {
    display: none;
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    background-color: #eb5939;
    z-index: 10000;
    height: 30px;
    width: 30px;
    transition: all 250ms linear;
}

.navbar-top>ul>li {
    font-weight: bold;
}

a {
    cursor: none;
}


.not-highlighted {
    color: #d1ccc530;
}

.highlight {
    -webkit-text-stroke: 0px;
    color: #d1ccc5;
}

.red-highlighted {
    color: #eb5939;
}

.red-not-highlighted {
    color: #eb593930;
}

.mobile-about-section > span{
    line-height: 110%;
    letter-spacing: -.01em;
    font-weight: 700;
    color: rgb(182, 182, 182, 0.2);
    background: linear-gradient(to right, #d1ccc5, #d1ccc5) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1, .5, .5, 1) .6s;
    margin: 0;
    width: auto;
    text-align: justify !important;
    font-size: 2.4rem;
}

.mobile-about-section{
    display: none;
}

.specific-about-line-words{
    display: flex;
    flex-direction: column;
}


.about-line-words {
    line-height: 110%;
    letter-spacing: -.01em;
    font-weight: 800;
    color: rgb(182, 182, 182, 0.2);
    background: linear-gradient(to right, #d1ccc5, #d1ccc5) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1, .5, .5, 1) .6s;
    margin: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.red-text {
    color: #eb593930;
    background: linear-gradient(to right, #eb5939, #eb5939 100%) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1, .5, .5, 1) .1s;
}

.about-section {
    background-color: rgb(20,20,20);
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.skillsText {
    z-index: 1;
    position: relative;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 100%;
    margin: 0;
    color: rgb(182, 182, 182, 0.2);
    background: linear-gradient(to right, #d1ccc5, #d1ccc5) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1, .5, .5, 1) .8s;
    border-bottom: 2px solid #2F2B28;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.skills-section {
    padding: 0 2em 0 2em;
}

.skillsText:nth-child(6) {
    border-bottom: 0px
}


.skillsText>span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    background-color: #eb5939;
    color: #0D0D0D;
    clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0 50%);
    transform-origin: center;
    transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 3em;
    z-index: -1;
}

.skillsText:hover>span {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}

.skillsText:hover {
    color: #0D0D0D;
}

.experience-section {
    background-image: url('https://github.githubassets.com/images/modules/site/home-campaign/footer-galaxy.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.experience-section > div{
    backdrop-filter: grayscale(1);
    width: 100%;

}
#experience-line-section{
    width: fit-content;
}
#experience-section-hover-effect span{
    text-align: justify;
    line-height: 110%;
    font-weight: 800;
}

.contact-section{
    display: grid;
    place-items: center;
}

.contact-div > div{
    width: 100%;
}

.contact-row{
    margin-left: auto;
    color: #eeeeee;
    letter-spacing: -6px;
    font-weight: 900;
    line-height: .82;
    font-size: 8.5rem;
}
.contact-row:nth-child(1){
    display: flex;
    justify-content: center;
}
.contact-row:nth-child(2){
    padding-left: 15vw;
}
.contact-row:nth-child(3){
    display: flex;
    justify-content: center;
}

.contact-btn{
    font-weight: 700;
    padding: 1em 1em .1em 1em;
    background: transparent;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #d1ccc5;
    cursor: pointer !important;
    text-decoration: none;
    z-index: 1;
}

/* MEDIA QUERIES */

@media screen and (width > 1400px) {
    .hero-lines {
        font-size: 8.5rem;
        line-height: 85%;
        font-weight: 700;
        letter-spacing: -9px;
    }

    .hero-main-text-section {
        height: 90vh;
    }

    .hero-main-text-div {
        padding: 2rem 0 2rem 0;
    }

    .about-line-words {
        font-size: 5.5rem;
        text-align: center;
    }

    .skillsText {
        font-size: 7rem;
    }

    .skillsText>span {
        font-size: 1.5rem;
    }
}

@media screen and (width > 1280px) and (width < 1400px) {
    .skillsText {
        font-size: 6rem;
    }

    .skillsText>span {
        font-size: 1.2rem;
    }
}

@media screen and (width > 1024px) {
    #about-section-hover-effect {
        padding: 0 3em 0 3em !important;
        font-size: 2rem;
    }
    .specific-about-line-words{
        display: inline;
    }
}

@media screen and (width > 1000px) {
    .specific-about-line-words{
        display: flex;
        flex-direction: row;
    }
    .cursor{
        display: block;
    }
}


@media screen and (width > 1000px) and (width < 1281px) {
    .skillsText {
        font-size: 5rem;
    }

    .skillsText>span {
        font-size: 1rem;
    }

}

@media screen and (width < 880px) {
    .skillsText {
        pointer-events: none;
    }

    .skillsText>span {
        display: none;
    }

    .contact-div > div{
        padding-top: 5em;
        width: 100%;
    }
    
    .contact-row{
        font-weight: 700;
        font-size: 4rem;
    }
    .contact-row:nth-child(2){
        display: flex;
        justify-content: center;
        padding-left: 0em !important;
    }
}

@media screen and (width < 710px) {
    .skills-section {
        padding: 0;
    }

    .skillsText {
        font-size: 4.5rem;

    }
}

@media screen and (width > 700px) and (width < 1000px) {
    .skills-section {
        padding: 0 0 0 0em;
    }

    .skillsText {
        font-size: 5rem;
    }

    .contact-row{
        font-size: 6rem;
    }
}

@media screen and (width > 600px) and (width < 1400px) {
    .hero-lines {
        font-size: 6.5rem;
        line-height: 85%;
        font-weight: 700;
        letter-spacing: -8px;
    }

    .about-line-words {
        font-size: 4rem;
    }

}


@media screen and (width > 500px) and (width < 1400px) {
    .hero-lines {
        font-size: 6.5rem;
        line-height: 85%;
        font-weight: 700;
        letter-spacing: -8px;
    }

}

@media screen and (width > 800px) and (width < 1400px) {
    .about-line-words {
        font-size: 4rem;
    }
}

@media screen and (width > 500px) and (width < 800px) {
    .about-line-words {
        font-size: 3.5rem;
    }

}

@media screen and (width < 499px) {
    .hero-lines {
        font-size: 4.5rem;
        line-height: 85%;
        font-weight: 700;
        letter-spacing: -7px;
    }

    .hero-main-text-section {
        margin-top: 1em;
    }

    .icons>img {
        height: 24px;
    }

    .about-line-words {
        font-size: 2.2rem;
    }

    .skillsText {
        font-size: 3rem;
    }

    .mobile-about-section{
        display: block;
    }
    #about-section-hover-effect{
        display: none;
    }
}

@media screen and (width < 290px) {
    .hero-lines {
        font-size: 4rem;
        line-height: 85%;
        font-weight: 700;
        letter-spacing: -7px;
    }

}





/* ANIMATIONS */

@keyframes hero-text {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}


.lineUp {
    animation: 2s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}


@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

@-webkit-keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.hover-text-dark:hover {
    color: black;
}

.hvr-forward {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    text-decoration: none;
    color: #777777;
    font-weight: bold;
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


.hvr-wobble-top {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.slide-in-elliptic-top-fwd {
    -webkit-animation: slide-in-elliptic-top-fwd .8s;
    animation: slide-in-elliptic-top-fwd .8s;
}

.scale-up-hor-center {
    -webkit-animation: scale-up-hor-center .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-center .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



.blob-c {
	min-height: 72%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	filter: blur(40px);
}

.shape-blob {
	background:#c45036;
	height: 60px;
	width: 80px;
	border-radius: 40% 50% 30% 40%;
  	animation: 
		transform 18s ease-in-out infinite both alternate,
		movement_one 12s ease-in-out infinite both;
	opacity:.5;
	position: absolute;
	left: 75%;
	top: 40%;
}
.shape-blob.one{
	background:#ff8468;
	height: 150px;
	width: 200px;
	left: 10px;
	top: 10px;
	transform: rotate(-180deg);
	animation: transform 8s ease-in-out infinite both alternate, movement_two 20s ease-in-out infinite both;
}

.shape-blob.six{
	background:#f0350b;
	height: 70px;
	width: 100px;
	left: 160px;
	top: 200px;
	transform: rotate(-180deg);
	animation: transform 5s ease-in-out infinite both alternate, movement_two 5s ease-in-out infinite both;
}

.shape-blob.four{
	background:#f0350b;
	height: 100px;
	width: 80px;
	left: 350px;
	top: 60px;
	transform: rotate(-180deg);
	animation: transform 17s ease-in-out infinite both alternate, movement_two 13s ease-in-out infinite both;
}

.shape-blob.five{
	background:#ff8468;
	height: 100px;
	width: 80px;
	left: 480px;
	top: 30px;
	transform: rotate(-180deg);
	animation: transform 12s ease-in-out infinite both alternate, movement_two 18s ease-in-out infinite both;
}

.shape-blob.two{
	background:#da4c2d;
	height: 150px;
	width: 150px;
	left: 600px;
	top: 150px;
	transform: rotate(-180deg);
	animation: transform 10s ease-in-out infinite both alternate, movement_two 10s ease-in-out infinite both;
}

.shape-blob.three{
	background:#eb5939;
	height: 150px;
	width: 150px;
	left: 800px;
	top: 30px;
	transform: rotate(-180deg);
	animation: transform 7s ease-in-out infinite both alternate, movement_two 23s ease-in-out infinite both;
}

@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%; } 
   20% { border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%; } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%; } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%; } 
   80% { border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%; } 
}


@keyframes movement_one
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotateY(10deg) scale(1); }
}

@keyframes movement_two
{
    0%,
  500% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.3);}
}