 body{
    background-color: #000;
    color: #fff;
    /* Third Colour: #49c5b6 */
    font-family: 'League Spartan', sans-serif;
    /* font-family: 'Roboto Slab', serif; */
    overflow-x: hidden;
}

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

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

/* Intro */

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

.intro-heading{
    color: #66FcF1;
    font-size: 5rem;
    font-weight: 900;
    padding-top: 10rem;
}

.nav-brand{
    color: #66FcF1;
    cursor:default;
}

.nav-brand:hover{
    color: #66FcF1;
    cursor:default;
}

.nav-link-color{
    color: #66FcF1;
}

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

.profile-pic{
    width: 20rem;
    position: relative;
    top: 15%;
    border-radius: 50%;
}

.profile-pic-box{
    text-align: center;
    margin-bottom: 10%;
}

.profile-pic-vishnu{
    transform: scale(1);
}

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

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

/* About Me */

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

/* Skills and Projects */

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

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

.skills-img{
    height: 75%;
    text-align: center;
    padding: 5%;
    padding-bottom: 0;
}

.skill-box{
  display: flex;
  justify-content: center;
  padding-left: 75px;
}
.wall {
  position: relative;
  bottom: 20%;
  display: flex;
  opacity: 0;
}
.v-boxes {
  display: flex;
  flex-direction: column;
}
.v-boxes:not(:first-child) {
  margin-left: -75px;
}
.first{
  margin-top: 150px;
}
.second {
  margin-top: 75px;
}
.third {
  margin-top: 150px;
}
.fourth {
  margin-top: 225px;
}
.box {
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 25px;
  cursor: pointer;
}
.box:hover:not(.link) > .box-face, .box:hover > .box-back {
  transform: translateZ(100px) rotateX(180deg);
  background-color: transparent !important;
}
.box:hover:not(.link) > .box-face > .box-text {
  opacity: 0;
}
.box:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.box-text {
  color: #66FcF1;
  transition: color 0.5s;
}

.box-face, .box-back {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: #343434;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-style: preserver-3d;
  -webkit-transform-style: preserver-3d;
  -moz-transform-style: preserver-3d;
  transition: transform 1s, background-color 0s 0.3s;
}
.box-face .box-text {
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: #66FcF1;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: opacity 0s linear 0.3s;
}
.box-back .box-text {
  line-height: 100px;
  text-align: center;
  font-size: 12px;
  color: #636363;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-135deg) rotateY(180deg);
  transition: opacity 0s linear 0.3s;
}
.box-back {
  z-index: 0;
  background-image: linear-gradient(#fff, #efefef);
}
.box-text img {
  max-width: 32px;
  max-height: 32px;
  -webkit-filter: grayscale(100%) saturate(0);
  filter: grayscale(100%) saturate(0);
  opacity: 0.5;
}
.tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 35px;
  width: 80px;
  font-size: 13px;
  color: #000;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .8);
  padding: 5px 0;
  z-index: 1000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: visibility 0s linear 0.3s, opacity 1s linear 0.3s;
}
.tooltip:after {
  position: absolute;
  top: -5px;
  left: 35px;
  content: ' ';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.box-appear{
  animation: boxIn 2s ease-in forwards;
}

@keyframes boxIn{
  from{
    opacity:0;
    transform: scale(0.5);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}

/* Contact Me */
.btn-look{
    color: #66FcF1;
    padding: 5%;
}


.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{
    font-size: 4.3rem;
    line-height: 85px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
#contact-me h1{
    position: relative;
    left: 35%;
    padding-bottom: 10px;
}

.sk{
    opacity: 0;
}

.slideup{
    opacity: 0;
    animation: slideup 2s forwards;
}
@keyframes slideup{
    0%{
        opacity: 0;
        translate: 0 40px;
    }
    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;
}

.glitched-name{
  padding-top: 15%;
}


.glitch-effect h1{
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 6.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.glitch-effect h1:before, .glitch-effect h1:after{
  color: #fff;
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  top: 0;
}

.glitch-effect h1:before{
  left: 5px;
  text-shadow: -5px 0 red;
  animation: glitch-1 2s linear infinite reverse;
}

.glitch-effect h1:after{
  left: -5px;
  text-shadow: -5px 0 blue;
  animation: glitch-2 2s linear infinite reverse;
}

@keyframes glitch-1 {
  0% {
    clip: rect(132px, auto, 101px, 30px);
  }
  5% {
    clip: rect(17px, auto, 94px, 30px);
  }
  10% {
    clip: rect(40px, auto, 66px, 30px);
  }
  15% {
    clip: rect(87px, auto, 82px, 30px);
  }
  20% {
    clip: rect(137px, auto, 61px, 30px);
  }
  25% {
    clip: rect(34px, auto, 14px, 30px);
  }
  30% {
    clip: rect(133px, auto, 74px, 30px);
  }
  35% {
    clip: rect(76px, auto, 107px, 30px);
  }
  40% {
    clip: rect(59px, auto, 130px, 30px);
  }
  45% {
    clip: rect(29px, auto, 84px, 30px);
  }
  50% {
    clip: rect(22px, auto, 67px, 30px);
  }
  55% {
    clip: rect(67px, auto, 62px, 30px);
  }
  60% {
    clip: rect(10px, auto, 105px, 30px);
  }
  65% {
    clip: rect(78px, auto, 115px, 30px);
  }
  70% {
    clip: rect(105px, auto, 13px, 30px);
  }
  75% {
    clip: rect(15px, auto, 75px, 30px);
  }
  80% {
    clip: rect(66px, auto, 39px, 30px);
  }
  85% {
    clip: rect(133px, auto, 73px, 30px);
  }
  90% {
    clip: rect(36px, auto, 128px, 30px);
  }
  95% {
    clip: rect(68px, auto, 103px, 30px);
  }
  100% {
    clip: rect(14px, auto, 100px, 30px);
  }
}
@keyframes glitch-2 {
  0% {
    clip: rect(129px, auto, 36px, 30px);
  }
  5% {
    clip: rect(36px, auto, 4px, 30px);
  }
  10% {
    clip: rect(85px, auto, 66px, 30px);
  }
  15% {
    clip: rect(91px, auto, 91px, 30px);
  }
  20% {
    clip: rect(148px, auto, 138px, 30px);
  }
  25% {
    clip: rect(38px, auto, 122px, 30px);
  }
  30% {
    clip: rect(69px, auto, 54px, 30px);
  }
  35% {
    clip: rect(98px, auto, 71px, 30px);
  }
  40% {
    clip: rect(146px, auto, 34px, 30px);
  }
  45% {
    clip: rect(134px, auto, 43px, 30px);
  }
  50% {
    clip: rect(102px, auto, 80px, 30px);
  }
  55% {
    clip: rect(119px, auto, 44px, 30px);
  }
  60% {
    clip: rect(106px, auto, 99px, 30px);
  }
  65% {
    clip: rect(141px, auto, 74px, 30px);
  }
  70% {
    clip: rect(20px, auto, 78px, 30px);
  }
  75% {
    clip: rect(133px, auto, 79px, 30px);
  }
  80% {
    clip: rect(78px, auto, 52px, 30px);
  }
  85% {
    clip: rect(35px, auto, 39px, 30px);
  }
  90% {
    clip: rect(67px, auto, 70px, 30px);
  }
  95% {
    clip: rect(71px, auto, 103px, 30px);
  }
  100% {
    clip: rect(83px, auto, 40px, 30px);
  }
}


/* .glitch-effect{
  position: relative;
  width: 100%;
  height: 100%;
}

.glitch-effect h1{
  position: absolute;
  font-size: 6.3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.glitch-effect h1:before{
  content: attr(data-text);
  position: absolute;
  left: 3px;
  color: red;
  opacity: 1;
  z-index: -1;
}

.glitch-effect h1:after{
  content: attr(data-text);
  position: absolute;
  left: 2px;
  color: blue;
  opacity: 1;
  z-index: -1;
}

.glitch-effect h1:nth-child(1){
  animation: glitch1 3s infinite steps(1, end);
}

.glitch-effect h1:nth-child(2){
  animation: glitch2 3s infinite steps(1, end);
}

.glitch-effect h1:nth-child(3){
  animation: glitch3 3s infinite steps(1, end);
}

.glitch-effect h1:nth-child(4){
  animation: glitch4 3s infinite steps(1, end);
}

.glitch-effect h1:nth-child(5){
  animation: glitch5 3s infinite steps(1, end);
}

@keyframes glitch1{
  20% {
    clip-path: polygon(0 0%, 100% 0%, 100% 33%, 0 33%);
    transform: translate(-50%, -50%);
  }
  30% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100%, 0);
    transform: translate(-50%, -50%);
  }
  47% {
    transform: translate(-45%, -45%);
  }
  48% {
    transform: translate(-50%, -50%);
  }
  49% {
    transform: translate(-55%, -45%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
}

@keyframes glitch2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0% 60%);
    transform: translate(-50%, -50%);
  }
  21% {
    transform: translate(-46%, -46%);
  }
  22% {
    transform: translate(-54%, -54%);
  }
  30% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100%, 0);
    transform: translate(-50%, -50%);
  }
  35% {
    transform: translate(-45%, -55%);
  }
  36% {
    transform: translate(-50%, -50%);
  }
  37% {
    transform: translate(-40%, -45%);
  }
  38% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-45%, -55%);
  }
  51% {
    transform: translate(-50%, -60%);
  }
  52% {
    transform: translate(-45%, -50%);
  }
  53% {
    transform: translate(-50%, -50%);
  }
  71% {
    transform: translate(-40%, -60%);
  }
  72% {
    transform: translate(-45%, -50%);
  }
  73% {
    transform: translate(-40%, -50%);
  }
  77% {
    transform: translate(-50%, -50%);
  }
}

@keyframes glitch3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    clip-path: polygon(0 70%, 100% 70%, 100% 100%, 0% 100%);
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-40%, -40%);
  }
  31%{
    transform: translate(-50%, -50%); 
  }
  35% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100%, 0);
    transform: translate(-50%, -50%);
  }
  45% {
    transform: translate(-60%, -60%);
  }
  46%{
    transform: translate(-50%, -50%); 
  }
  47% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100%, 0);
    transform: translate(-50%, -50%);
  }
  69% {
    transform: translate(-40%, -40%);
  }
  71% {
    transform: translate(-50%, -50%); 
  }
}

@keyframes glitch4 {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 1;
    clip-path: polygon(0 32%, 100% 32%, 100% 41%, 0% 41%);
    transform: translate(-48%, -50%);
  }
  24% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100%, 0);
    transform: translate(-50%, -50%);
  }
}

@keyframes glitch5 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    clip-path: polygon(0 59%, 100% 59%, 100% 71%, 0% 71%);
    transform: translate(-52%, -50%);
  }
  25% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100%, 0);
    transform: translate(-50%, -50%);
  }
} */

.wave-name{
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.wave-name h1 {
  color: #fff;
  font-size: 8rem;
  position: absolute;
  transform: translate(0%, -50%);
}

.wave-name h1:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #08fdd8;
}

.wave-name h1:nth-child(2) {
  color: #08fdd8;
  animation: wave 4s ease-in-out infinite;
}

@keyframes wave {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}