body {
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fixed-navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    height: 100px;
    z-index: 9999;
}

.header span {
    color: #E73927;
}

html {
    scroll-behavior: smooth;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

#header-wrapper {
    position: relative;
    font-size: 40px;
    margin-left: 20%;
    margin-top: 20%;
}

.header {
    /* position: relative;
    font-size: 40px;
    margin-left: 20%;
    margin-top: 20%; */
}

.header h1 {
    margin-left: 15px;
}

.header p {
    margin-top: -50px;
    margin-left: 35px;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 30px;
    margin-top: -20px;
}

.header li {
    float: left;
}

.header li a {
    display: block;
    box-shadow: inset 0 0 0 0 #E73927;
    color: #E73927;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .6s ease-in-out;
    margin-left: 20px;
    padding: 15px;
    text-decoration: inherit;
    color: inherit;
    border: solid 2px #E73927;
    border-radius: 5px;
    color: #E73927;
}

.header li a:hover {
    box-shadow: inset 200px 0 0 0 #E73927;
    color: black;
}

#about-wrapper {
    background-color: #E73927;
    position: relative;
    width: 100%;
    margin-top: 30%;
    text-align: center;
}

.about {
    /* background-color: #E73927;
    position: relative;
    width: 100%;
    margin-top: 30%;
    text-align: center; */
}

.about h1 {
    font-size: 50px;
    color: #F5F5F5;
    padding-top: 10%;
    padding-left: 20%;
}


.about .description {
    font-size: 25px;
    color: #F5F5F5;
    padding-left: 41%;
    max-width: 38%;
    min-width: 38%;
    padding-bottom: 10%;
}

@media screen and (max-width: 660px) {
    .about h1 {
        font-size: 40px;
    }

    .about .description {
        font-size: 18px;
    }
}

.about img {
    position: relative;
    float: left;
    padding-top: 10%;
    padding-left: 2%;
    border-radius: 50%;
}

#skills-wrapper {
    position: relative;
    width: 100%;
    margin-top: 30%;
    text-align: center;
}

.skills {
    /* position: relative;
    width: 100%;
    margin-top: 30%;
    text-align: center; */
}

.skills h1 {
    font-size: 70px;
    color: #E73927;
}

.skills ul {
    list-style: none;
    display: block;
    padding-right: 1%;
}

.options {
    font-size: 40px;
    display: inline-block;
    margin-left: 5%;
    cursor: pointer;
}

.options:hover {
    color: #E73927;
}

.options.active-option {
    color: #E73927;
}

.options::after {
    content: '';
    background: #681c75;
    position: absolute;
}

.options.active-option::after {
    width: 100%;
}

.option-contents.active-tab li {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 3%;
}

.option-contents li {
    display: none;
}

.skills img {
    width: 100px;
    height: 180px;
}

#css-logo {
    width: 170px;
    height: 210px;
}

#html-logo {
    width: 150px;
    height: 180px;
}

#javascript-logo {
    width: 120px;
    height: 180px;
}

#git-logo {
    width: 300px;
    height: 180px;
}

#github-logo {
    width: 200px;
    padding-right: 120px;
}

#projects-wrapper {
    background-color: #E73927;
    position: relative;
    width: 100%;
    margin-top: 30%;
}

.projects {
    /* background-color: #E73927;
    position: relative;
    width: 100%;
    margin-top: 30%; */
}

.projects h1 {
    font-size: 55px;
    margin-top: 5%;
    text-align: center;
    color: #F5F5F5;
}

.project-image {
    width: 900px;
    height: 1000px;
}

.projects-slider.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.projects-slider::-webkit-scrollbar {
    display: none;
}

.projects-slider {
    margin-bottom: 10%;
    transform: scale(0.98);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.projects-slider div {
    display: inline-block;
    padding-top: 2%;
    margin-bottom: 10%;
}

.projects-slider div + div {
    margin-left: 30%;
}

#project1 {
    margin-left: 35%;
}

#project1 h2 {
    color: white;
    font-size: 30px;
    text-align: center;
}

#project1 a {
    color: orange;
}

#project1 a:hover {
    top: -10px;
    color: purple;
}

#contact-wrapper {
    width: 100%;
    position: relative;
    margin-top: 30%;
    text-align: center;
}

.contact {
    /* width: 100%;
    position: relative;
    margin-top: 30%;
    text-align: center; */
}

.contact h1 {
    margin-bottom: 0;
    font-size: 70px;
    color: #E73927;
}

.contact p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
}

.contact-form-success {
    margin-top: 5%;
}

.contact span {
    font-size: 35px;
}

.linkedin a {
    display: inline-block; 
    position: relative;
    text-decoration: none;
    color: #E73927;
    cursor: pointer;
    top: 0;
    transition: top ease 0.5s;
}

.linkedin a:hover {
    top: -10px;
}

.contact p + p {
    padding-top: 15px;
}

.contact-form {
    position: relative;
    max-width: 700px;
    margin: auto;
}

form {
    display: inline-block;
    align-items: center;
    padding-top: 5%;
}

form input, form textarea {
    background: #D3D3D3;
    color: #E73927;
    font-size: 18px;
    border-style: solid;
    border-color: #E73927;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
    width: 60%;
    float: center;
}

.button {
    margin: 8%;
    margin-bottom: 1%;
    padding-left: 50%;
}

.btn {
    padding: 16px 32px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #D3D3D3;
}

.btn:active {
    background-color: #E73927;
}

#success-msg {
    color: #E73927;
}

#footer-wrapper {
    width: 100%;
    margin-top: 10%;
    background-color: #E73927;
    text-align: center;
    font-size: 20px;
    color: white;
}

.footer {
    /* width: 100%;
    margin-top: 10%;
    background-color: #E73927;
    text-align: center;
    font-size: 20px;
    color: white; */
}



/* Background!! */
.container1 {
    z-index: -9999;
    position: absolute;
    width: 100%;
    height: 120%;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
  
.particles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    bottom: -150px;
  
    &:nth-child(1) {
        left: 25%;
        width: 80px;
        height: 80px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background: #f25f5c;
    }
    &:nth-child(2) {
        left: 10%;
        width: 20px;
        height: 20px;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-duration: 12s;
        animation-duration: 12s;
        background: #ffe066;
    }
    &:nth-child(3) {
        left: 70%;
        width: 20px;
        height: 20px;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        background: #247ba0;
    }
    &:nth-child(4) {
        left: 40%;
        width: 60px;
        height: 60px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 18s;
        animation-duration: 18s;
        background: #70c1b3;
    }
    &:nth-child(5) {
        left: 65%;
        width: 20px;
        height: 20px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background: #50514f;
    }
    &:nth-child(6) {
        left: 75%;
        width: 110px;
        height: 110px;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        background: #f25f5c;
    }
    &:nth-child(7) {
        left: 35%;
        width: 150px;
        height: 150px;
        -webkit-animation-delay: 7s;
        animation-delay: 7s;
        background: #ffe066;
    }
    &:nth-child(8) {
        left: 50%;
        width: 25px;
        height: 25px;
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        -webkit-animation-duration: 45s;
        animation-duration: 45s;
        background: #247ba0;
    }
    &:nth-child(9) {
        left: 20%;
        width: 15px;
        height: 15px;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-duration: 35s;
        animation-duration: 35s;
        background: #70c1b3;
    }
    &:nth-child(10) {
        left: 85%;
        width: 150px;
        height: 150px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 11s;
        animation-duration: 11s;
        background: #50514f;
    }
}


/* Animations!! */

.animate.wipe-enter {
    animation-name: wipe-enter;
    animation-duration: 1s;
}

@keyframes wipe-enter {
    0% {
        transform: scale(0, .025);
    }

    50% {
        transform: scale(1, .025);
    }
}

.animate.pop {
    animation-fill-mode: both;
    animation-duration: 1.2s;
    animation-delay: 0.2s;
    animation-name: pop;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}

@keyframes pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.animate.fade-out {
    animation-duration: .6s;
    animation-name: fade-out;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animate {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
    }
}
  
  @keyframes animate {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
    }
}

/* Animation Delays */
.delay-1 { animation-delay: 0.6s}
.delay-2 { animation-delay: 0.7s}
.delay-3 { animation-delay: 0.8s}

/* Loading Animation */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring.hide {
    display: none;
}

  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #E73927;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #E73927 transparent transparent transparent;
}

  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}