@import url('https://fonts.googleapis.com/css?family=Raleway:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:500&display=swap');

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.gradient {
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #171717;
}

.border-gradient {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
}

.border-gradient-rainbow {
    border-image-source: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
}

::-webkit-scrollbar {
    width: 4px;
    background-image: linear-gradient(to bottom, turquoise, steelblue, rebeccapurple);
    transition: all .4s ease;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to bottom, turquoise, steelblue, rebeccapurple);
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
}

::-webkit-scrollbar-track {
    background: #101010;
    border-radius: 4px;
    width: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html {
    background: #101010;
}

.lightMode {
    background-color: #E5E8E8;
    color: #171717 !important;
}

#loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    z-index: 100;
    font-family: poppins;
    background-color: #202020;
    color: whitesmoke;
    font-size: 70px;
    width: 100%;
}

body {
    user-select: none;
    height: auto;
    overflow-x: hidden;
    width: 100%;
    background: #171717;
}

#header {
    /* background: #171717; */
    height: 100vh;
    width: 100%;
    overflow: hidden;
    animation: scale 1.5s ease;
    position: relative;
    display: block;
}

#navigation-content {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 5;
    background-color: #020202;
    transform: translateY(-200%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#navigation-bar {
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 2;
    padding: 10px;
    background: transparent;
    overflow: hidden;
}

.menubar {
    position: absolute;
    right: 4%;
    top: 40%;
    cursor: pointer;
    opacity: .8;
    transition: all .4s ease;
}

.menubar span {
    position: relative;
    background-color: transparent;
    height: 2px;
    width: 20px;
    display: block;
    margin: 6px;
    border-radius: 20px;
}

.menubar .first-span {
    width: 35px;
}

.menubar .first-span::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    transition: all .5s ease;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
}

.menubar .second-span {
    width: 35px;
}

.menubar .second-span::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 75%;
    top: 0;
    right: 0;
    transition: all .3s ease;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
}

.menubar .third-span {
    width: 35px;
}

.menubar .third-span::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transition: all .3s ease;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
}

.menubar:hover .second-span::before, .menubar:hover .first-span::before {
    width: 100%;
}

.menubar:hover {
    opacity: 1;
}

.close-first, .close-second {
    height: 2px;
    width: 35px;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    display: block;
    margin: 4px;
    cursor: pointer;
    padding: 1px;
    border-radius: 20px;
}

.close-first {
    transform: rotate(45deg);
}

.close-second {
    transform: rotate(-45deg);
}

.navigation-close {
    position: absolute;
    top: 6%;
    right: 4%;
    padding: 10px;
    cursor: pointer;
    transition: all.3s ease;
    opacity: .8;
}

.navigation-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

#navigation-bar img {
    height: 80px;
    position: absolute;
    top: 15%;
    left: 2.5%;
    opacity: .8;
    transition: all .4s ease;
}

#navigation-bar img:hover {
    opacity: 1;
    transform: rotate(-45deg);
}

.header-image img {
    height: 100vh;
    float: right;
}

.header-image {
    float: right;
    height: auto;
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 100vh;
    opacity: 0.06;
    margin-right: 10%;
}

.header-content {
    height: 100vh;
    width: 80%;
    float: left;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    font-family: raleway;
    font-weight: 400;
    letter-spacing: 1px;
    flex-direction: column;
    font-size: 50px;
    z-index: 1;
}

.header-content-box {
    z-index: 2;
    text-align: center;
    height: auto;
    padding-right: 60px;
    width: auto;

}

.header-content .firstline {
    z-index: 2;
    font-weight: 700;
    font-family: poppins;
    font-size: 80px;
    line-height: 150px;
}

.header-content .secondline {
    z-index: 2;
    font-size: 30px;
    padding-top: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255, .8);
}

.slash {
    animation-name: animateslash;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes animateslash {
    0% {
        opacity: 1;
        z-index: 2;
    }

    100% {
        opacity: 0;
        z-index: 0;
    }
}

@-webkit-keyframes animateslash {
    0% {
        opacity: 1;
        z-index: 2;
    }

    100% {
        opacity: 0;
        z-index: 0;
    }
}

.social-media-links {
    height: 100vh;
    position: absolute;
    z-index: 2;
    padding: 10px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-media {
    color: whitesmoke;
    width: 30px;
    opacity: .6;
    margin: 8px;
    transition: all .4s ease;
}

.social-media:hover {
    opacity: 1;
    transform: scale(1.1);
}

.navigation-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: poppins;
}

.navigation-links a {
    padding: 10px;
    text-decoration: none;
    color: whitesmoke;
    font-size: 30px;
    opacity: .7;
    transition: all .4s ease;
}

.navigation-links a:hover {
    opacity: 1;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navigation-links a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
    align-items: center;
    font-size: 5em;
    font-weight: 400;
    font-family: monoton;
    color: rgb(255, 255, 255, .1);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    letter-spacing: 100px;
    transition: all .4s ease;
}

.navigation-links a:hover::before {
    content: attr(data-text);
    opacity: 0.2;
    letter-spacing: 10px;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#breaker {
    height: 100vh;
    width: 200%;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    opacity: 1;
    animation: breakeranimate 1.5s forwards;
    display: none;
    transition: all .4s ease;
    border-radius: 5px;
    z-index: 10;
    position: fixed;
}

@keyframes breakeranimate {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(100%)
    }
}

@-webkit-keyframes breakeranimate {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(100%)
    }
}

.color-cyan {
    color: turquoise;
    transition: all .4s ease;
}

.color-white {
    color: whitesmoke;
    transition: all .4s ease;
}

#about {
    /* background-color: #101010; */
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@keyframes scale {
    0% {
        transform: scale(.6);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes breakeranimate {
    0% {
        transform: scale(.6);
    }

    100% {
        transform: scale(1);
    }
}

#about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    height: auto;
    width: 100%;
}

.about-header {
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: whitesmoke;
    padding-top: 30px;
    font-weight: 900;
}

.about-header button {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .4s ease;
}

.about-header a button:hover {
    transform: scale(1.05);
}

.about-first-paragraph {
    color: whitesmoke;
    justify-content: center;
    font-size: 20px;
    font-family: poppins;
    width: 50%;
    font-weight: 400;
    margin-top: -50px;
}

.about-first-paragraph-light {
    color: #020202;
}

.about-first-paragraph span {
    font-size: 25px;
}

.about-first-line {
    font-size: 35px;
    opacity: 1;
    margin-bottom: 10px;
    display: block;
}

.about-first-line-ajust {
    color: whitesmoke;
    font-size: 40px;
    margin-bottom: 20px;
}

.break-line {
    display: none;
}

.about-second-line {
    opacity: .8;
    font-size: 12px;
    text-align: center;
    line-height: 5px;
    line-height: 55px;
}

.about-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: row;
}

.about {
    width: 550px;
    height: auto;
    padding: 30px;
    border-radius: 40px;
    margin-bottom: 10%;
    margin-top: 30px;
}

.about img {
    height: 400px;
    border-radius: 40px;
    margin-left: 100px;
}

#about-content a {
    text-decoration: none;
    font-family: aileron;
    font-weight: 400;
    font-size: 35px;
    color: turquoise;
    transition: all .4s ease;
}

.cv {
    padding-top: 40px;
}

.cv-links {
    color: whitesmoke;
}

.cv-links-light {
    color: #020202;
}

.cv a button {
    background: transparent;
    border: none;
    padding: 15px 30px;
    outline: none;
    font-family: aileron;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
}

.cv h5 {
    font-size: 30px;
    font-weight: 100;
}

.cv a button:hover {
    opacity: 1;
    transform: scale(1.05);
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cv span:hover {
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-first-paragraph {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.colors {
    color: whitesmoke;
}

#skills {
    width: 100%;
    height: auto;
}

.skills-header {
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: whitesmoke;
    padding: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 900;
}

.skills-content {
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10%;
}

.skill-html {
    height: auto;
    width: 45%;
    padding: 0%;
    position: relative;
    font-family: poppins;
    color: whitesmoke;
    display: inline-block;
    padding: 1.5%;
    margin-right: -190px;
}

.skill-text {
    width: 80%;
    position: relative;
    height: 50px;
}

.html {
    display: inline-block;
    position: absolute;
    left: 1%;
    top: 30%;
}

.skill-level {
    display: flex;
    width: 25%;
    margin-left: 1%;
}

.skill-spacer {
    margin-right: 10px;
}

.empty-circle {
    height: 27px;
    width: 27px;
    background-image: linear-gradient(#101010, #101010), radial-gradient(circle at top left, turquoise, steelblue, rebeccapurple);
    border: double 2px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 50%;
}


.empty-circle-light {
    height: 27px;
    width: 27px;
    background-image: linear-gradient(#E5E8E8, #E5E8E8), radial-gradient(circle at top left, turquoise, steelblue, rebeccapurple);
    border: double 2px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 50%;
}

.full-circle {
    height: 25px;
    width: 25px;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    border-radius: 50%;
}

.portfolio-header {
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    transition: all .4s ease;
    color: whitesmoke;
    padding: 10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}

.header-caption {
    opacity: .8;
    display: block;
    font-size: 25px;
    font-family: raleway;
    padding: 8px;
    padding-top: 15px;
    color: whitesmoke;
    font-weight: 400;
}

.portfolio {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1.5%;
    padding-right: 2%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.portfolio-text {
    width: 40%;
    padding-left: 1%;
    margin: 1%;
    margin-left: -40px;
    margin-top: 50px;
    z-index: 3;
    opacity: 1;
    background: #080808;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.portfolio-text-light {
    width: 40%;
    padding-left: 1%;
    margin: 1%;
    margin-left: -40px;
    margin-top: 50px;
    z-index: 3;
    opacity: 1;
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.portfolio-text h2 {
    font-size: 30px;
    font-family: poppins;
    font-weight: 200;
    padding: 20px;
    color: turquoise;
    transition: all .4s ease;
}

.portfolio-text p {
    font-size: 16px;
    opacity: .8;
    font-family: poppins;
    font-weight: 200;
    padding: 20px;
}

.portfolio-text button {
    font-size: 16px;
    opacity: .8;
    font-family: poppins;
    font-weight: 200;
    padding: 10px 20px;
    background: transparent;
    color: turquoise;
    transition: all .4s ease;
    outline: none;
    margin: 20px;
    /* border: 1.5px solid turquoise; */
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
}

.portfolio-text button::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    transform: rotate(-15deg) translateY(-20px);
    top: 0;
    left: 0;
    z-index: 3;
    background-image: linear-gradient(to left, turquoise, steelblue, rebeccapurple);
    transition: all .7s ease;
}

.portfolio-text button:hover {
    opacity: 1;
    color: #080808;
}

button:hover .index {
    position: relative;
    z-index: 4;
}

.portfolio-text button:hover::before {
    opacity: 1;
    width: 120%;
}

.button {
    text-align: center;
}

.portfolio-image img {
    height: 400px;
    width: 100%;
    position: relative;
}

.portfolio-image {
    height: 400px;
    width: 40%;
}

.portfolio-image img::before {
    content: "";
    height: 100%;
    width: 100%;
    background: turquoise;
    opacity: .1;
    top: 0;
    left: 0;
    transition: all .4s ease;
    position: absolute;
    z-index: 2;
}

#portfolio-content {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#portfolio {
    display: none;
    height: auto;
    overflow-x: hidden;
    /* background-color: #101010; */
    width: 100%;
    color: whitesmoke;
}

.icon {
    height: 40px;
    opacity: .8;
}

.footer {
    /* background: #101010; */
    width: 100%;
    padding: 20px;
    color: whitesmoke;
    display: flex;
    flex-direction: row;
    font-family: poppins;
    align-items: center;
    justify-content: center;
}

.footer a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 20px;
}

.footer button {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .4s ease;
}

.footer button:hover {
    transform: scale(1.05);
}

.footer .footer-text a {
    position: relative;
    display: inline;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
}

.colors ul {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    max-width: 150px;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}

.colors li {
    height: 30px;
    width: 30px;
    margin: 5px;
    border-radius: 20%;
    position: relative;
    overflow: hidden;
}

.colors li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*For devices with smaller width like mobile phone*/
@media only screen and (max-width: 400px) {
    .header-image {
        /* display: none; */
        margin-top: -70px;
    }

    .html {
        text-align: left;
    }

    .portfolio-header {
        margin-top: 20px;
        margin-bottom: -40px;
    }

    .social-media-links {
        margin-left: 10px;
    }

    .skill-level {
        width: 90%;
        margin-top: 10px;
    }

    .skill-spacer {
        margin-right: 10px;
    }

    .empty-circle {
        height: 20px;
        width: 20px;
    }

    .full-circle {
        height: 18px;
        width: 18px;
    }
}

@media only screen and (max-width: 550px) {
    .header-content {
        height: 100vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 40px;
    }

    .header-image img {
        width: 100px;
        height: 100px;
        margin-top: 100px;
        margin-right: 100px;
    }

    .break-line {
        display: block;
    }

    .social-media-links {
        width: 100%;
        bottom: 40px;
        position: absolute;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .social-media-links img {
        width: 40px;
        padding: 5px;
    }

    .header-content-box {
        padding-left: 0px;
        z-index: 2;
        text-align: center;
    }

    #breaker {
        height: 100vh;
        width: 200%;
        background-color: turquoise;
        opacity: 1;
        animation: breakeranimate 1.5s forwards;
        display: none;
        transition: all .4s ease;
        z-index: 10;
        position: fixed;
    }

    @keyframes breakeranimate {
        0% {
            transform: translateX(-100%)
        }

        50% {
            transform: translateX(0%)
        }

        100% {
            transform: translateX(100%)
        }
    }

    @-webkit-keyframes breakeranimate {
        0% {
            transform: translateX(-100%)
        }

        50% {
            transform: translateX(0%)
        }

        100% {
            transform: translateX(100%)
        }
    }

    .header-content-box {
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    }

    #about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: whitesmoke;
        justify-content: center;
        height: auto;
        width: 100%;
        padding: 30px;
    }

    .about-header {
        color: whitesmoke;
        justify-content: center;
        font-size: 35px;
        font-family: raleway;
        padding: 10px;
        font-weight: 900;
    }

    .about-first-paragraph {
        color: whitesmoke;
        justify-content: center;
        font-size: 20px;
        font-family: poppins;
        width: 95%;
        padding: 10px;
        font-weight: 400;
    }

    .about-first-paragraph .color {
        font-size: 30px;
    }

    .about-first-line-ajust {
        font-size: 25px;
        opacity: 1;
        margin-top: 50px;
        margin-bottom: 10px;
        display: block;
    }

    .about-second-line {
        opacity: .8;
        font-size: 15px;
    }

    .about-main {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column-reverse;
    }

    .about img {
        width: 250px;
        height: 300px;
        padding: 5px;
        margin-left: 120px;
        border-radius: 10%;
    }

    .cv a button {
        font-size: 40px;
    }

    .cv span {
        font-size: 40px;
    }

    .skills-content {
        height: auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 25px;
        display: flex;
        flex-direction: column;
    }

    .html {
        width: 150px;
    }

    .skill-level {
        width: 90%;
        margin-top: 10px;
    }

    .skill-level img {
        width: 20%;
    }

    .portfolio {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5%;
        padding-right: 2%;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .portfolio-text {
        width: 90%;
        padding-left: 0%;
        margin: 0%;
        margin-left: 0px;
        margin-top: 0px;
        z-index: 1;
        /* background: #070707; */
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .portfolio-image {
        position: relative;
    }

    .portfolio-text h2 {
        font-size: 30px;
        font-family: poppins;
        font-weight: 200;
        padding: 10px;
    }

    .portfolio-text p {
        font-size: 25px;
        opacity: .8;
        font-family: poppins;
        font-weight: 200;
        padding: 15px;
    }

    .portfolio-image img {
        height: 300px;
        width: 100%;
    }

    .portfolio-image {
        height: 300px;
        width: 90%;
    }

    #navigation-bar img {
        height: 80px;
        position: absolute;
        top: 15%;
        left: 2.5%;
        opacity: .8;
        transition: all .4s ease;
        display: none;
    }

    .footer a {
        font-size: 25px;
    }
}

/*for tabs and large phones*/
@media all and (max-width: 1025px) and (min-width: 551px) {
    .header-content {
        height: 100vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 40px;
    }

    .header-image {
        float: right;
        height: auto;
        width: 0%;
    }

    .header-image img {
        width: 400px;
        height: 400px;
        margin-top: 250px;
        margin-left: 200px;
    }

    .social-media-links {
        width: 100%;
        left: 0;
        bottom: 150px;
        position: absolute;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .social-media-links img {
        width: 80px;
        padding: 10px;
    }

    .header-content-box {
        padding-left: 0px;
        z-index: 2;
        text-align: center;
    }

    #breaker {
        height: 100vh;
        width: 200%;
        background-color: turquoise;
        opacity: 1;
        animation: breakeranimate 1.5s forwards;
        display: none;
        transition: all .4s ease;
        z-index: 10;
        position: fixed;
    }

    @keyframes breakeranimate {
        0% {
            transform: translateX(-100%)
        }

        50% {
            transform: translateX(0%)
        }

        100% {
            transform: translateX(100%)
        }
    }

    @-webkit-keyframes breakeranimate {
        0% {
            transform: translateX(-100%)
        }

        50% {
            transform: translateX(0%)
        }

        100% {
            transform: translateX(100%)
        }
    }

    .header-content-box {
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    }

    #about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: whitesmoke;
        justify-content: center;
        height: auto;
        width: 100%;
        padding: 10px;
    }

    .about-header {
        color: whitesmoke;
        justify-content: center;
        font-size: 45px;
        font-family: raleway;
        padding: 15px;
        font-weight: 900;
    }

    .about-first-paragraph {
        color: whitesmoke;
        justify-content: center;
        font-size: 40px;
        font-family: poppins;
        width: 95%;
        padding: 25px;
        font-weight: 400;
    }

    .about-first-paragraph .color {
        font-size: 35px
    }

    .about-first-line {
        font-size: 32px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }

    .about-second-line {
        opacity: .8;
        font-size: 24px;
    }

    .about-main {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column-reverse;
    }

    .about {
        width: 550px;
        height: auto;
        padding: 30px;
        padding-top: 10px;
        border-radius: 40px;
        margin-bottom: -20px;
    }

    .cv a button {
        border: none;
        padding: 20px 30px;
        color: whitesmoke;
        outline: none;
        font-size: 50px;
        font-family: aileron;
        border-radius: 8px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;
    }

    .skills-content {
        height: auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 20px;
        display: flex;
        flex-direction: column;
    }

    .html {
        width: 300px;
        font-size: 40px;
    }

    .skill-text {
        margin-bottom: 30px;

    }

    .skill-level {
        width: 90%;
        margin-top: 10px;
    }

    .skill-level img {
        width: 30%;
    }

    .skill {
        width: 30%;
    }

    .prog {
        height: 35px;
    }

    .skills-content {
        height: auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .portfolio {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5%;
        padding-right: 2%;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .portfolio-text {
        width: 70%;
        padding-left: 0%;
        margin: 0%;
        margin-left: 0px;
        margin-top: 0px;
        z-index: 1;
        /* background: #080808; */
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .portfolio-image {
        position: relative;
    }

    .portfolio-text h2 {
        font-size: 35px;
        font-family: poppins;
        font-weight: 200;
        padding: 15px;
    }

    .portfolio-text p {
        font-size: 25px;
        opacity: .8;
        font-family: poppins;
        font-weight: 200;
        padding: 15px;
    }

    .portfolio-image img {
        height: 380px;
        width: 100%;
        position: relative;
    }

    .portfolio-image {
        height: 380px;
        width: 70%;
    }

    #navigation-bar img {
        height: 80px;
        position: absolute;
        top: 15%;
        left: 2.5%;
        opacity: .8;
        transition: all .4s ease;
    }

    .footer a {
        font-size: 25px;
    }

}

@media all and (max-width: 9000px) and (min-width: 1441px) {

    .portfolio-image img {
        height: 500px;
        width: 100%;
        position: relative;
    }

    .portfolio-image {
        height: 500px;
        width: 40%;
    }

    .about-img img {
        width: 100%;
        height: 450px;
        padding: 30px;
        border-radius: 40px;
        animation: opacity 1.4s ease;
    }

    .about-img {
        width: 40%;
        height: auto;
        padding: 30px;
        border-radius: 40px;
    }

    .about-first-line {
        font-size: 45px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }

    .about-first-line .color {
        font-size: 46px;
    }

    .about-second-line {
        opacity: .8;
        font-size: 28px;
        font-weight: 200;
    }

    .cv a button {
        background: transparent;
        border: none;
        padding: 25px 35px;
        color: whitesmoke;
        outline: none;
        font-size: 50px;
        font-family: aileron;
        border-radius: 4px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;

    }

    .cv span {
        font-size: 50px;
    }

    .skill-level {
        width: 90%;
        margin-top: 10px;
    }

    .skill-text {
        margin-bottom: 30px;
    }

    .html {
        font-size: 40px;
    }

    .footer a {
        font-size: 40px;
    }
}