 body{
    background-color: #000;
    color: #fff;
    /* Third Colour: #49c5b6 */
    font-family: 'League Spartan', sans-serif;
    /* font-family: 'Roboto Slab', serif; */
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}
html{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

#Image_1{
    width:100%;
    height: 450px;
    margin:13%auto;
    display:flex;
    
  }
  .tree{
    fill-opacity:0;
    stroke:rgb(18, 222, 198);
    stroke-width:25px;
    stroke-dashoffset:0;
    stroke-dasharray:40000;
    animation:tree 8s ease-in-out}
  
    @keyframes tree{
      0%
      {
        stroke-dashoffset:40000;
      }
  
      100%
      {
        stroke-dashoffset:0;
      }
  
    }

.sub-heading{
    font-family: 'Roboto Slab', serif;
    color: #08fdd8;
    font-size: 2rem;
    font-weight: 600;
}

/* Intro */

#intro{
    padding: 5% 10%;
    font-family: 'Roboto Slab', serif;
}

.intro-heading{
    color: #08fdd8;
    font-size: 5rem;
    font-weight: 900;
    padding-top: 10rem;
}
.nav-brand{
    color: #08fdd8;
    cursor:default;
}

.nav-brand:hover{
    color: #08fdd8;
    cursor:default;
}

.nav-link-color{
    color: #08fdd8;
}

.nav-link-color:hover{
    color: #fff;
}




.caption{
    opacity: 0;
    animation: appear 3s forwards;
    animation-delay: 2.5s;
    color: #08fdd8;
}

@keyframes appear{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* About Me */

#about-me{
    padding: 0% 10% 10% 10%;
    text-align: left;
    line-height: 1.5;
    font-size: 1.5rem;
    color: #fff;
}

/* Skills and Projects */

#skills-and-projects{
    padding: 5% 10%;
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.skills-col{
    padding-left: 0%;
    font-size: 1.5rem;
}

.skills-img{
    height: 75%;
    text-align: center;
    padding: 5%;
    padding-bottom: 0;
}
.skills-content1{
    position: relative;
    top: 15%;
}

.profile-pic{
    width: 20rem;
    position: relative;
    top: 15%;
    border-radius: 50%;
    opacity: 0;
    scale: 1.3;
}
/* Contact Me */
.btn-look{
    color: #08fdd8;
    padding: 5%;
    scale: 2;
}


.contact-me-text{
    padding: 5% 10% 2% 10%;
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.or{
    text-align: center;
    padding: 15% 0%;
    font-size: 1.75rem;
}

.contact-form{
    padding: 5%;
    padding-top: 0%;
}

.input-box{
    margin: 2%;
}

.input-box input,
.input-box textarea{
    position: relative;
    width: 100%;
    padding: 1%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255, 0.4);
}

.send-msg{  
    text-align: center;
}
.btn1{
    border: 1px solid #08fdd8;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin: 10px;
    color: #08fdd8;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
.btn1:hover{
    color: #000;
}
.btn1::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #08fdd8;
    z-index: -1;
    transition: 0.8s;
    bottom: 0;
    border-radius: 50% 50% 0 0;
}
.btn1:hover::before{
    height: 180%;
}
.copyright{
    text-align: center;
}

.footer{
    text-align: center;
    padding: 2%;
}

.text-zone{
    padding-top: 120px;
    padding-bottom: 50px;
}

.text-zone h1{
    font-size: 6.3rem;
    line-height: 85px;
    letter-spacing: -15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.text-zone .S{
    /* color: #08fdd8; */
    color: #ff4c68;
}
.space {
    opacity: 0;
}
.pop {
    display: inline-block;
    transform: scale(0,0);
    animation: popup 1s forwards;
    position: relative;
    transition: ease;
}

.pop:nth-child(1){
    animation-delay: 0.1s;
}
.pop:nth-child(2){
    animation-delay: 0.2s;
}
.pop:nth-child(3){
    animation-delay: 0.3s;
}
.pop:nth-child(4){
    animation-delay: 0.4s;
}
.pop:nth-child(5){
    animation-delay: 0.5s;
}
.pop:nth-child(6){
    animation-delay: 0.6s;
}
.pop:nth-child(7){
    animation-delay: 0.7s;
}
.pop:nth-child(8){
    animation-delay: 0.8s;
}
.pop:nth-child(9){
    animation-delay: 0.9s;
}
.pop:nth-child(10){
    animation-delay: 1.0s;
}
.pop:nth-child(11){
    animation-delay: 1.1s;
}
.pop:nth-child(12){
    animation-delay: 1.2s;
}
.pop:nth-child(13){
    animation-delay: 1.3s;
}
.pop:nth-child(14){
    animation-delay: 1.4s;
}
.pop:nth-child(15){
    animation-delay: 1.5s;
}
.pop:nth-child(16){
    animation-delay: 1.6s;
}
.pop:nth-child(17){
    animation-delay: 1.7s;
}
.pop:nth-child(18){
    animation-delay: 1.8s;
}
.pop:nth-child(19){
    animation-delay: 1.9s;
}
.pop:nth-child(20){
    animation-delay: 2.0s;
}
.pop:nth-child(21){
    animation-delay: 2.1s;
}
.pop:nth-child(22){
    animation-delay: 2.2s;
}
.pop:nth-child(23){
    animation-delay: 2.3s;
}
.pop:nth-child(24){
    animation-delay: 2.4s;
}
.pop:nth-child(25){
    animation-delay: 2.5s;
}
.pop:nth-child(26){
    animation-delay: 2.6s;
}
.pop:nth-child(27){
    animation-delay: 2.7s;
}
.pop:nth-child(28){
    animation-delay: 2.8s;
}
.pop:nth-child(29){
    animation-delay: 2.9s;
}
.pop:nth-child(30){
    animation-delay: 3.0s;
}

@keyframes popup{
    0%{
        opacity: 0;
    }
    49%{
        opacity: 0;
    }
    50%{
        transform: scale(0.8,0.8);
        opacity: 0.5;
    }
    60%{
        transform: scale(1.2,1.2);
        opacity: 1;
    }
    75%{
        transform: scale(0.9,0.9);
        opacity: 1;
    }
    80%{
        transform: scale(1.1,1.1);
        opacity: 1;
    }
    100%{
        transform: scale(1,1);
        opacity: 1;
    }
}


.jiggle{
    animation-name: jiggle;
    color: #08fdd8;
}

.jelly-letters span {
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: 1;
    display: inline-block;
}

@keyframes jiggle {
    20%,
    50%,
    80%,
    to {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(1.55, 0.65);
    }
    45% {
        transform: scale(1.55, 0.65);
    }
    70% {
        transform: scale(1.25, 0.75);
    }
    90% {
        transform: scale(1.15, 0.85);
    }
}

.abo{
    opacity: 0;
}
#about-me h1,#skills-and-projects h1,#contact-me h1{
    color: #08fdd8;
    font-size: 4.3rem;
    line-height: 85px;
    letter-spacing: -10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
#contact-me h1{
    position: relative;
    left: 35%;
    padding-bottom: 10px;
}

.sk{
    opacity: 0;
}
.sk1{
    opacity: 0;
}
.slideup{
    opacity: 0;
    animation: slideup 2s forwards;
}
@keyframes slideup{
    0%{
        opacity: 0;
        translate: 0 40px;
    }
    100%{
        opacity: 1;
        translate: none;
    }
}
.slideleft{
    opacity: 0;
    animation: slideleft 2s forwards;
}
@keyframes slideleft{
    0%{
        opacity: 0;
        transform: translateX(20%);
    }
    100%{
        opacity: 1;
        translate: none;
    }
}

.slideright{
    opacity: 0;
    animation: slideright 2s forwards;
}
@keyframes slideright{
    0%{
        opacity: 0;
        transform: translateX(-20%);
    }
    100%{
        opacity: 1;
        translate: none;
    }
}


.circle{
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: #08fdd8;
    top: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

#skills1{
    scale: 0.8;
    position: relative;
    bottom: 15%;
}

#card1{
    animation: rotate1 6s linear infinite;
}
#card2{
    animation: rotate2 6s linear infinite;
}
#card3{
    animation: rotate3 6s linear infinite;
}
#Hand{
    animation: handmove 2s linear infinite;
    transform-origin: 5%;
}
#head{
    animation: headmove 2s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}
@keyframes rotate1{
    0%{
        transform: translateX(0%,)
    }
    10%{
        transform: translate(0%,0%)
    }
    33%{
        transform: translate(-26%,-16%)
    }
    43%{
        transform: translate(-26%,-16%)
    }
    66%{
        transform: translate(0%,-30%)
    }
    76%{
        transform: translate(0%,-30%)
    }
    100%{
        transform: translateX(0%)
    }
}
@keyframes rotate2{
    0%{
        transform: translateX(0%)
    }
    10%{
        transform: translate(0%,0%)
    }
    33%{
        transform: translate(27%,-15%)
    }
    43%{
        transform: translate(27%,-15%)
    }
    66%{
        transform: translate(27%,15%)
    }
    76%{
        transform: translate(27%,15%)
    }
    100%{
        transform: translateX(0%)
    }
}
@keyframes rotate3{
    0%{
        transform: translateX(0%)
    }
    10%{
        transform: translate(0%,0%)
    }
    33%{
        transform: translate(0%,30%)
    }
    43%{
        transform: translate(0%,30%)
    }
    66%{
        transform: translate(-27%,15%)
    }
    76%{
        transform: translate(-27%,15%)
    }
    100%{
        transform: translateX(0%)
    }
}
@keyframes handmove{
    0%{
        transform: rotate(0deg)
    }
    50%{
        transform: rotate(5deg)
    }
    100%{
        transform: rotate(0deg)
    }
}
@keyframes headmove{
    0%{
        transform: rotate(0deg)
    }
    50%{
        transform: rotate(-10deg)
    }
    100%{
        transform: rotate(0deg)
    }
}

#skills2{
    scale: 0.8;
    position: relative;
    right: 13%;
    opacity: 0;
}

.hidden{
    display: none;
}
.css3,.html,.vscode,.github,.javascript,.c,.python,.bootstrap,.oracle,.jquery,.git{
    transform-origin: center;
    transform-box: fill-box;
}
.css3{
    animation: css3 2s ease-in-out;
}
.html{
    animation: css3 2s ease-in-out;
}
.javascript{
    animation: css3 2s ease-in-out;
}
.github{
    animation: css3 2s ease-in-out;
}
.vscode{
    animation: css3 2s ease-in-out;
}
.c{
    animation: css3 2s ease-in-out;
}
.python{
    animation: css3 2s ease-in-out;
}
.bootstrap{
    animation: css3 2s ease-in-out;
}
.oracle{
    animation: oracle 2s ease-in-out;
}
.jquery{
    animation: oracle 2s ease-in-out;
}
.git{
    animation: oracle 2s ease-in-out;
}
@keyframes css3{
    0% {
        opacity: 0;
      }
      40%{
        opacity: 1;
        transform: translate(1400%,-1000%) scale(3);
      }
      60%{
        opacity: 1;
        transform: translate(1400%,-1000%) scale(3);
      }
      100% {
        opacity: 1;
      }
}
@keyframes oracle{
    0% {
        opacity: 0;
      }
      40%{
        opacity: 1;
        transform: translate(800%,-1000%) scale(3);
      }
      60%{
        opacity: 1;
        transform: translate(800%,-1000%) scale(3);
      }
      100% {
        opacity: 1;
      }
}

#hand2{
    animation: movement 2s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}
@keyframes movement{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(-20deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

@media (max-device-width: 800px){
    html{
        overflow-x: hidden;
    }
    #skills2{
        scale: 0.5;
        right: 70%;
    }
    #skills1{
        scale: 0.5;
        right: 50%;
    }
    #contact-me h1{
        left: 30%;
    }
    .circle{
        opacity: 0;
    }
    .caption{
        font-size: 1.5rem;
    }
    #Image_1{
        position: relative;
        right: 12%;
    }
}