.content header{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../Images/sean-pollock-PhYq704ffdA-unsplash.jpg');
    background-position: center;
    background-size: cover;
}
.hero{
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: hsla(0, 0%, 0%, 0.541);
}
.hamburger{
    width: 2.8em;
    height: 2.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
}
.hamburger i{
    font-size: 2em;
    color: #36f372;
    text-shadow: 1px 1px 3px #000;
}
.menu{
    position: fixed;
    left: -110%;
    top: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease;
}
.menu .menu-title{
    width: 100%;
    height: 10vh;
    padding: .3em;
    padding-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu .menu-title .logo{
    padding: .3em;
}
.menu .menu-title .logo{
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}
.menu-title .logo h2 span{
    color: #36f372;
}
.menu-title .logo p{
    letter-spacing: .3em;
}
.menu-title .menu-close{
    padding: .4em;
}
.menu-title .menu-close i{
    font-size: 2.2em;
}
.menu-title .menu-close i:hover,
.menu-title .menu-close i:active{
    color: #ff0000;
}
.menu ul{
    width: 60%;
    height: 50%;
    margin: 1em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu ul li{
    list-style: none;
    margin: 1em 0;
    border-bottom: 3px solid #36f372;
}
.menu ul li a{
    transition: .4s ease;
    padding: .4em;
    font-size: 1.4em;
    font-family: 'Poppins', 'Roboto';
}
.menu ul li a:active,
.menu ul li a:hover{
    background-color: #36f372;
    color: #000;
}
.menu > p{
    text-align: center;
    font-size: 1.2em;
    font-family: 'Times New Roman', Times, serif;
}





.canva{
    position: relative;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.canva canvas{
    position: relative;
    width: 40%;
    height: 40%;
    pointer-events: none;
    transition: .5s ease;
    opacity: 1;
}
.hero .hero-text{
    position: relative;
    transform: translateY(10%);
    width: 100%;
    height: 60vh;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 60vh;
    overflow: hidden;
}
.hero-text .display{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.hero-text .display .txt{
    position: relative;
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100% 100%;
    grid-template-rows: auto;
}
.hero-text .display .slide{
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 1.6em;
    font-family: 'Kalam';
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    transition: .4s ease;
}
.hero-text .scroll{
    position: relative;
    width: 40%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.hero-text .scroll i{
    font-size: 1.8em;
    margin: 0 1em;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease;
}
.hero-text .scroll i:hover{
    color: #36f372;
    transform: scale(1.1);
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero .hero-text{
        width: 100%;
        height: 90vh;
        display: flex;
        flex-direction: column-reverse;
    }
    .hero-text .display{
        width: 100%;
        height: 40%;
    }
    .hero-text .display .slide{
        font-size: 1em;
    }
    .canva{
        position: relative;
        width: 100%;
        height: 60%;
    }
    .canva canvas{
        opacity: .7;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px){
    .hero .hero-text{
        width: 100%;
        height: 90vh;
        display: flex;
        flex-direction: column-reverse;
    }
}



















/*------------------------------About Me Section--------------------------------*/
#about-me-section{
    width: 100%;
    background-color: #191919;
    padding: 1em 0;
}

/* ----About Me Main Section------ */
#about-me-section .main{
    width: 67.8em;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#about-me-section img{
    height: auto;
    width: 25.8em;
    border-radius: .6em;
    filter: grayscale(1);
}
#about-me-section img:hover{
    filter: grayscale(0);
}
#about-me-section .aboutText{
    width: 33em;
    height: 60vh;
}
#about-me-section .aboutText h2, .about-secondary h2{
    color: #9c9c9c;;
    font-size: 1.4em;
    letter-spacing: .2em;
    margin: 1em .5em 1em 0;
}
#about-me-section .aboutText h3{
    color: #36f372;
    font-size: 1.2em;
    letter-spacing: .2em;
    margin: .5em 1em 1em 0;
    position: relative;
}
#about-me-title{
    position: relative;
}
#about-me-section .aboutText p{
    color: #fff;
    margin: 1.3em 0;
    font-size: 1.1em;
}
.aboutText .about-me-text-links{
    position: relative;
    width: 100%;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
}


.lets-talk *,
.lets-talk :after,
.lets-talk :before,
.lets-talk:after,
.lets-talk:before {
  border: 0 solid;
}

.lets-talk {
    padding: .9em 1em;
    background-color: transparent;
    border: 2px solid #36f372;
    border-radius: 5px;
    color: #36f372;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    background-color: transparent;
  background-image: none;
  display: block;
  overflow: hidden;
  position: relative;
  transition: .4s linear;

  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  appearance: button;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  mask-image: -webkit-radial-gradient(#000, #fff);
}

.lets-talk:disabled {
  cursor: default;
}

.lets-talk:-moz-focusring {
  outline: auto;
}

.lets-talk svg {
  display: block;
  /* vertical-align: middle; */
}

.lets-talk [hidden] {
  display: none;
}

.lets-talk .original {
  background: transparent;
  color: #fff;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  /* transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1); */
  transition: transform 0.2s ease;
}

.lets-talk:hover{
    transition: .4s ease;
    background-color: #36f372;
    color: #000;
}
.lets-talk:hover .original {
  transform: translateY(100%);
}

.lets-talk .letters {
  display: inline-flex;
}

.lets-talk span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
  text-transform: uppercase;
}

.lets-talk span:nth-child(2n) {
  transform: translateY(15px);
}

.lets-talk:hover span {
  opacity: 1;
  transform: translateY(0);
}

.lets-talk:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.lets-talk:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.lets-talk:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.lets-talk:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.lets-talk:hover span:nth-child(6) {
  transition-delay: 0.5s;
}
.lets-talk:hover span:nth-child(7) {
  transition-delay: 0.6s;
}
.lets-talk:hover span:nth-child(8) {
  transition-delay: 0.7s;
}
.lets-talk:hover span:nth-child(9) {
  transition-delay: 0.8s;
}
.lets-talk:hover span:nth-child(10) {
  transition-delay: 0.9s;
}

.btn2 {
    position: relative;
    padding: .7em 1.1em;
    background: #36f372;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    border: 2px solid #36f372;
    border-radius: 28px;
    box-shadow: 0 0 0 hsla(139, 89%, 58%, 0.549);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    align-items: center;
}
.btn2 a{
    font-size: 1.1;
    font-family: 'Poppins', 'Roboto';
    text-align: center;
}
.btn2 i{
    margin-left: .5em;
    font-size: 1.5em;
}
  
.star-1 {
position: absolute;
top: 20%;
left: 20%;
width: 25px;
height: auto;
filter: drop-shadow(0 0 0 hsla(139, 89%, 58%, 0.549));
z-index: -5;
transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
position: absolute;
top: 45%;
left: 45%;
width: 15px;
height: auto;
filter: drop-shadow(0 0 0 hsla(139, 89%, 58%, 0.549));
z-index: -5;
transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
position: absolute;
top: 40%;
left: 40%;
width: 5px;
height: auto;
filter: drop-shadow(0 0 0 hsla(139, 89%, 58%, 0.549));
z-index: -5;
transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
position: absolute;
top: 20%;
left: 40%;
width: 8px;
height: auto;
filter: drop-shadow(0 0 0 hsla(139, 89%, 58%, 0.549));
z-index: -5;
transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
position: absolute;
top: 25%;
left: 45%;
width: 15px;
height: auto;
filter: drop-shadow(0 0 0 hsla(139, 89%, 58%, 0.549));
z-index: -5;
transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
position: absolute;
top: 5%;
left: 50%;
width: 5px;
height: auto;
filter: drop-shadow(0 0 0 hsla(139, 89%, 58%, 0.549));
z-index: -5;
transition: all 0.8s ease;
}

.btn2:hover {
background: transparent;
color: #36f372;
box-shadow: 0 0 25px hsla(139, 89%, 58%, 0.549);
}

.btn2:hover .star-1 {
position: absolute;
top: -80%;
left: -30%;
width: 25px;
height: auto;
filter: drop-shadow(0 0 10px #36f372);

z-index: 2;
}

.btn2:hover .star-2 {
position: absolute;
top: -25%;
left: 10%;
width: 15px;
height: auto;
filter: drop-shadow(0 0 10px #36f372);
z-index: 2;
}

.btn2:hover .star-3 {
position: absolute;
top: 55%;
left: 25%;
width: 5px;
height: auto;
filter: drop-shadow(0 0 10px #36f372);
z-index: 2;
}

.btn2:hover .star-4 {
position: absolute;
top: 30%;
left: 80%;
width: 8px;
height: auto;
filter: drop-shadow(0 0 10px #36f372);
z-index: 2;
}

.btn2:hover .star-5 {
position: absolute;
top: 25%;
left: 115%;
width: 15px;
height: auto;
filter: drop-shadow(0 0 10px #36f372);
z-index: 2;
}

.btn2:hover .star-6 {
position: absolute;
top: 5%;
left: 60%;
width: 5px;
height: auto;
filter: drop-shadow(0 0 10px #36f372);
z-index: 2;
}

.fil0 {
fill: #36f372;
}














/* -----About Me Secondary Section------- */
#about-me-section a{
    transition: .4s ease;
}
.about-secondary{
    padding: 0 5em;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.about-secondary h2{
    text-align: center;
}
.personal-info .row{    
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.about-secondary .personal-info{
    flex: 0 0 50%;
    width: 50%;
    padding: 0.9em;
}
.about-secondary .personal-info .info-item{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9em;
}
.about-secondary .personal-info .info-item p{
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: .1em;
    padding: .6em 0;
    color: #fff;
    border-bottom: .1em solid #fff;
    margin: 1em 0;
}
.about-secondary .personal-info .info-item p span,
.about-secondary .personal-info .info-item p a{
    color: #36f372;
}
.about-secondary .personal-info .info-item p a:hover{
    text-decoration: underline;
}
.about-secondary .personal-info .info-btns{
    margin: 1.3em auto;
    display: flex;
    align-items: center;
    gap: 1.5em;
}
.ui-btn {
    --btn-default-bg: rgb(51, 51, 51);
    --btn-padding: .8em 1em;
    --btn-hover-bg: rgb(51, 51, 51);
    --btn-transition: .3s;
    --btn-letter-spacing: .1rem;
    --btn-animation-duration: 1.5s;
    --btn-shadow-color: rgba(0, 0, 0, 0.137);
    --btn-shadow: 0 2px 10px 0 var(--btn-shadow-color);
    --hover-btn-color: #36f372;
    --default-btn-color: #fff;
    --font-size: 1.2em;
    --font-weight: 600;
    --font-family: Menlo,Roboto Mono,monospace;
  }
  
  .ui-btn {
    box-sizing: border-box;
    padding: var(--btn-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-btn-color);
    font: var(--font-weight) var(--font-size) var(--font-family);
    background: var(--btn-default-bg);
    border: none;
    cursor: pointer;
    transition: var(--btn-transition);
    overflow: hidden;
    box-shadow: var(--btn-shadow);
  }
  
  .ui-btn span {
    letter-spacing: var(--btn-letter-spacing);
    transition: var(--btn-transition);
    position: relative;
    background: inherit;
  }
  
  .ui-btn span::before {
    position: absolute;
    content: "";
    background: inherit;
  }
  
  .ui-btn:hover, .ui-btn:focus {
    background: var(--btn-hover-bg);
  }
  
  .ui-btn:hover span, .ui-btn:focus span {
    color: var(--hover-btn-color);
  }
  
  .ui-btn:hover span::before, .ui-btn:focus span::before {
    animation: chitchat linear both var(--btn-animation-duration);
  }
  
  @keyframes chitchat {
    0% {
      content: "#";
    }
  
    5% {
      content: ".";
    }
  
    10% {
      content: "^{";
    }
  
    15% {
      content: "-!";
    }
  
    20% {
      content: "#$_";
    }
  
    25% {
      content: "№:0";
    }
  
    30% {
      content: "#{+.";
    }
  
    35% {
      content: "@}-?";
    }
  
    40% {
      content: "?{4@%";
    }
  
    45% {
      content: "=.,^!";
    }
  
    50% {
      content: "?2@%";
    }
  
    55% {
      content: "\;1}]";
    }
  
    60% {
      content: "?{%:%";
    }
  
    65% {
      content: "|{f[4";
    }
  
    70% {
      content: "{4%0%";
    }
  
    75% {
      content: "'1_0<";
    }
  
    80% {
      content: "{0%";
    }
  
    85% {
      content: "]>'";
      right: 0;
    }
  
    90% {
      content: "4";
      right: 0;
    }
  
    95% {
      content: "2";
    }
  
    100% {
      content: "";
    }
  }





/* About skills */
.about-secondary .skills{
    flex: 0 0 50%;
    width: 50%;
    padding: 1em 2em;
    background-color: hsl(0, 0%, 12%);
    position: relative;
}
.about-secondary .skills .skill-item{
    position: relative;
    flex: 0 0 100%;
    max-width:100%;
    margin-bottom: .5em;
    background-color: #f5deb3;
    border-radius: 5px;
    width: 100%;
    height: 1.4em;
}
.about-secondary .skills .skill-item h5{
    font-weight: 600;
    font-size: 1em;
    color: #000;
    text-transform: capitalize;
    z-index: +1;
}
.about-secondary .skills .skill-item .progress-in{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: .3em;
    background-color: #36f372;
    border-right: 2px solid #000;
    padding-top: 3px;
    padding-left: 5px;
}
.about-secondary .skills .skill-item .skill-percent{
    position: absolute;
    right: 0;
    color: #000;
    font-weight: 600;
    top: 0;
    font-size: 1.1em;
}


/* ---------About Working Years-------- */
.about-working-yrs{
    width: 100%;
    background-color: #191919;
}
.about-working-yrs .row1{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.about-working-yrs .row1 .experience,
.about-working-yrs .row1 .education{
    width: 100%;
    padding: 0 3em;
}
.about-working-yrs .row1 .education{
    background-color: hsl(0, 0%, 12%);
    height: 100%;
    padding: .8em 2em;
}
h3.title{
    font-size: 1.3em;
    margin-bottom: .5em;
    font-weight: 700;
    color: rgb(156, 156, 156);
    letter-spacing: .2em;
    text-align: center;
}
.timeline-box{
    flex: 0 0 100%;
    max-width: 100%;
}
.timeline-box .timeline{
    padding: .7em .9em;
    border: .1em solid #000;
    width: 100%;
    position: relative;
}
.shadow-dark{
    box-shadow: 0 0 1.2em hsla(244, 25%, 76%, 0.15);
}
.timeline-box .timeline .timeline-item li,
.timeline-box .timeline .timeline-item p{
    color: #fff;
    margin-bottom: .3em;
    font-family: 'Poppins';
}
.timeline-box .timeline .timeline-item{
    position: relative;
    padding-left: 2.22em;
    padding-bottom: 3em;
    letter-spacing: .1em;
}
.timeline-box .timeline .timeline-item:before{
    content: '';
    width: .2em;
    height: 100%;
    position: absolute;
    left: .4em;
    top: 0;
    background-color: #36f372;
}
.timeline-box .timeline .circle-dot{
    position: absolute;
    left: 0;
    top: 0;
    height: .9em;
    width: .9em;
    border-radius: 50%;
    background-color: #36f372;
}
.timeline-box .timeline .timeline-date{
    font-weight: 600;
    font-size: 1em;
    margin-bottom: .6em;
    color: rgb(156, 156, 156);
}
.timeline-box .timeline .timeline-title{
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: .9em;
    color: #36f372;
}
.timeline-box .timeline .timeline-text{
    line-height: 1.5em;
    font-size: 1em;
    text-align: justify;
}
.about-working-yrs .row1 .experience{
    font-family: 'Poppins', 'Roboto';
    font-size: 1.1em;
    position: relative;
    color: #fff;
}
.about-working-yrs .row1 .experience .courses{
    width: 100%;
    height: 100%;
    margin-top: 1em;
    position: relative;
}
.row1 .experience .courses .course-btns{
    width: 100%;
    display: flex;
}
.row1 .experience .courses .course-btns button{
    width: 33.4%;
    padding: .6em .5em;
    font-size: 1.1em;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 4px;
    color: #fff;
    background-color: #191919;
    transition: .4s ease;
}
.row1 .experience .courses .course-btns button:first-child{
    border-radius: 5px 0 0 0;
}
.row1 .experience .courses .course-btns button:last-child{
    border-radius: 0 5px 0 0;
}
.row1 .experience .courses .course-btns button.active{
    background-color: #333;
}
.about-working-yrs .row1 .experience .courses .course-item{
    width: 100%;
    padding: 0.6em;
    background-color: #333;
    margin-bottom: .5em;
    display: none;
    transition: .4s ease;
}
.courses .course-item .course-title{
    display: grid;
    grid-template-columns: 10% 80% 10%;
    margin-bottom: 1em;
}
.courses .course-item .course-title .course-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses .course-item .course-title .course-logo i{
    font-size: 1.9em;
    transition: .4s ease;
}
.courses .course-item .course-title .course-bio h2{
    font-size: 1.1em;
}
.courses .course-item .course-title a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses .course-item .course-title a:hover{
    background-color: #36f372;
}
.courses .course-item .course-title a:hover i{
    color: #000;
}
.courses .course-item .course-title a i{
    font-size: 1.3em;
}
.courses .course-item .course-tags{
    display: flex;
}
.courses .course-item .course-tags > *{
    margin: 0 .3em;
}
.courses .course-item .course-tags p{
    font-size: .9em;
    color: #000;
    padding: 2px;
    border-radius: 5px;
    background-color: #36f37298
}






































/* Project section-- */

#projects-section{
    padding-top: 2.5em;
    height: 80vh;
    width: 100%;
    position: relative;
    background-color: #333;
    color: #fff;
}

.projects-section > p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.projects-section .view{
    margin: 0 auto;
    align-items: center;
    padding: .6em 1.5em;
    border: 3px solid #000;
    font-size: 1.3em;
    transition: .3s ease;
}
.projects-section .view:hover{
    background-color: #000;
    color: #fff;
    border-radius: 0;
}
.projects-section-title{
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Poppins';
    text-shadow: 1px 1px 1px #000;
}
.projects-section-title h2{
    font-size: 2em;
}
.projects-section-title h3{
    font-size: 1.3em;
    position: relative;
}
#projects-section .projects-box{
    position: relative;
    padding: 2em 0;
    width: 90%;
    margin: 0 auto;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.projects-box .project{
    width: 32%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: .4s ease;
    position: relative;
    background-color: #fff;
    color: #000;
}

.project .project-title{
    position: relative;
    width: 100%;
    height: 20%;
    display: grid;
    grid-template-columns: 20% 80%;
    align-content: center;
    border-bottom: 2px solid #000;
}
.project .project-title p:first-child{
    padding: .3em;
    text-align: center;
}
.project .project-title p i{
    font-size: 2em;
}
.project-title .project-title-box{
    max-width: max-content;
    font-size: 1.2em;
    font-family: 'Poppins';
    align-self: center;
    position: relative;
}
.project-title-box:after{
    position: absolute;
    content: '';
    background-color: #36f372;
    width: 15%;
    height: .2em;
    border-radius: 3px;
    top: 100%;
    left: 0;
    transition: .3s ease;
}
.project:hover .project-title-box::after{
    width: 100%;
}
.projects-box .project:hover{
    box-shadow: 3px 3px 10px hsl(0, 0%, 60%);
}
.project:hover .project-title p i{
    background-color: #36f372;
    padding: .3em;
    border-radius: 50%;
    transition: .4s ease;
    color: #000;
}
.project .project-bio{
    position: relative;
    padding: 0.3em;
    width: 100%;
    height: 80%;
    overflow: hidden;
}
.project .project-bio p{
    position: relative;
    font-size: 1.2em;
    width: 100%;
    height: 20%;
    color: #fff;
    padding-top: .5em;
    text-align: center;
}
.project .project-extra{
    position: absolute;
    top: 50%;
    left: 0;
    padding: 1.2em;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: +2;
    background-color: #191919;
    transition: .2s linear;
}
.project:hover .project-extra{
    top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: +3;
}
.project-bio .canva{
    width: 100%;
    height: 80%;
}
.project-bio #dataChart{
    font-family: 'Poppins', 'Roboto', 'Arial';
    font-size: 1em;
    
}
#dataChart-title{
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #333;
}
#dataChart-heading{
    display: none;
}
.project-bio .bubbles{
    position: absolute;
    left: 0;
    bottom: -2em;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    z-index: +1;
}
.project-bio .bubbles img{
    background-color: #36f37257;
    box-shadow: inset 0 0 1px 2px #000;
    width: 2em;
    border-radius: 50%;
    opacity: .8;
    pointer-events: none;
    transition: .4s ease;
    animation: bubbles 7s linear infinite;
}
.bubbles img:nth-child(1){
    animation-delay: 2s;
    -o-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
.bubbles img:nth-child(2){
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.bubbles img:nth-child(3){
    animation-delay: 3s;
    -o-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}
.bubbles img:nth-child(4){
    animation-delay: 4.5s;
    -o-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s;
}
.bubbles img:nth-child(5){
    animation-delay: 3s;
    -o-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
@keyframes bubbles {
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    25%{
        opacity: .3;
    }
    50%{
        opacity: .5;
    }
    75%{
        opacity: .8;
    }
    100%{
        transform: translateY(-50vh);
        opacity: 0;
        visibility: hidden;
    }
}

.code-editor {
    max-width: 300px;
    min-height: 80%;
    margin: 0 auto;
    background-color: #1d1e22;
    border-radius: 8px;
    padding: 2px;
    color: #fff;
  }
  
  .cd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    color: #f5f5f5;
  }
  
  .cd-title {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1.57px;
    color: rgb(212 212 212);
  }
  
  .icon {
    width: 20px;
    transition: .2s ease;
  }
  
  .icon:hover {
    cursor: pointer;
    border-radius: 50px;
    background-color: #6e7281;
  }
  
  .editor-content {
    margin: 0 10px 10px;
    color: white;
  }
  
  .property {
    margin-left: 30px;
  }
  
  .property:hover {
    cursor: text;
  }
  
  .editor-content .color-0 {
    color: rgb(86 156 214);
  }
  
  .editor-content .color-1 {
    color: rgb(182 206 168);
  }
  
  .editor-content .color-2 {
    color: rgb(156 220 254);
  }
  
  .editor-content .color-3 {
    color: rgb(207 146 120);
  }
  
  .color-preview-1,.color-preview-2 {
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 3px;
  }
  
  .color-preview-1 {
    background-color: #1d1e22;
  }
  
  .color-preview-1 {
    background-color: rgba(0, 0, 0, 0.5);
  }

.project-bio .back-end{
    background-color: #1d1e22;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    align-content: center;
    padding: 1em;
    color: #008000;
}










/* Contact section */
#contact-section{
    position: relative;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 50% 50%;
}
#contact-section .contact-details{
    position: relative;
    width: 100%;
    padding-top: 2em;
    background-color: #000;
    color: #fff;
}
.contact-details h1{
    text-align: center;
    font-size: 2em;
}
.contact-details h1 span{
    color: hsl(139, 89%, 38%);
    transition: .4s ease;
    animation: growUp 2s ease-in infinite;
}
@keyframes growUp {
    50%{
        color: hsl(139, 89%, 88%);
    }
}
.contact-details h3{
    font-family: 'Roboto';
    font-size: 1.3em;
    text-align: center;
}
.contact-details .contact-links{
    padding: 1em;
    width: 80%;
    height: 70%;
    margin: 1em auto;
    border: 2px solid #36f372;
}
.contact-details .contact-links > p{
    width: 80%;
    margin: 0 auto;
    padding-bottom: .3em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-bottom: 1px solid #fff;
}
.contact-details .contact-links table{
    position: relative;
    width: 100%;
    height: 90%;
}
.contact-links table td > *{
    padding: .2em;
}
.contact-links table td i{
    font-size: 1.6em;
}
.contact-links table td p,
.contact-links table td a{
    font-size: 1.2em;
    transition: .4s ease;
}
.contact-links table td a:hover{
    background-color: #36f372;
    color: #000;
}
#contact-section .contact-form{
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
#contact-section .contact-form form{
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.contact-form form input{
    position: relative;
    width: 80%;
    border-radius: 5px;
    margin: .5em auto;
    height: 10%;
    outline: none;
    border: 2px solid #000;
    font-family: 'Poppins';
    font-size: 1em;
    padding: .2em;
}
.contact-form form textarea{
    width: 80%;
    border: 2px solid #000;
    position: relative;
    font-family: 'Poppins';
    font-size: 1em;
    padding: .2em;
    margin-bottom: .2em;
}
.contact-form form button{
    font-family: 'Poppins';
    padding: .4em 2.1em;
    color: #000;
    font-size: 1em;
    background-color: #36f372;
    cursor: pointer;
}























@media screen and (max-width: 600px) {
    #about-me-section{
        padding: .5em 0;
    }
    #about-me-section .main{
        display: flex;
        flex-direction: column;
        padding: 1em;
    }
    #about-me-section img{
        width: 90%;
    }
    #about-me-section .aboutText{
        width: 90%;
        margin: 2em 0;
    }
    .aboutText .about-me-text-links{
        width: 100%;
        padding: 0;
        flex-direction: column;
    }
    #about-me-section .aboutText .lets-talk{
        padding: .5em .6em;
    }
    .about-secondary{
        position: relative;
        width: 100%;
        padding: .5em;
        flex-direction: column;
        min-height: 200vh;
    }
    .about-secondary .personal-info{
        margin-top: 2em;
        width: 100%;
        flex: 0 0 100%;
        padding: .5em;
        height: 100vh;
        position: relative;
    }
    .about-secondary .personal-info .info-item{
        width: 100%;
        flex: 0 0 100%;
    }
    .about-secondary .skills{
        width: 100%;
        height: 100vh;
        padding: .5em .5em;
    }
    .about-working-yrs{
        min-height: 250vh;
    }
    .about-working-yrs .row1{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .about-working-yrs .row1 .education{
        width: 100%;
        padding: 0 1em;
        padding-top: 1em;
    }
    .about-working-yrs .row1 .experience{
        width: 100%;
        padding: 1em;
    }
    .experience .courses .course-btns button{
        padding: .3em;
        text-align: center;
        width: 33.4%;
        font-size: .5em;
    }
    .experience .courses .course-item{
        padding: 0 .4em;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .courses .course-item .course-title .course-logo i{
        font-size: 1.6em;
        margin-right: .4em;
    }
    .courses .course-item .course-title .course-bio h2{
        font-size: 1em;
    }
    .courses .course-item .course-tags > *{
        margin: 0 .2em;
    }
    .courses .course-item .course-tags p{
        font-size: .7em;
        padding: 2px;
    }
    #projects-section{
        padding-top: 2em;
        height: 200vh;
        width: 100%;
        position: relative;
    }
    .projects-section-title h3{
        font-size: 1.1em;
    }
    #projects-section .projects-box{
        width: 100%;
        height: 80%;
        flex-direction: column;
        align-items: center;
        justify-items: flex-start;
        padding: 0;
    }
    #projects-section .project{
        width: 90%;
        height: 50vh;
    }
    .project-bio .back-code pre{
        transform: translateX(-2.5em);
    }
    footer{
        width: 100%;
        min-height: 60vh;
        flex-direction: column;
        padding: 1em .5em;
    }
    footer > p{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    footer .thanks ul{
        width: 100%;
        margin-bottom: 1em;
    }
    footer .thanks ul li{
        list-style-type: decimal;
        margin: .6em 0;
    }
    footer .footer-links li{
        display: inline-block;
    }
    footer .footer-socials{
        margin-bottom: 1em;
    }
    footer .footer-socials a, footer .footer-socials  a i{
        margin: .5em;
        display: inline-block;
    }
    #contact-section{
        width: 100%;
        height: 200vh;
        display: flex;
        flex-direction: column;
    }
    #contact-section .contact-details{
        width: 100%;
        height: 100vh;
        padding: 0 .5em;
    }
    .contact-details .contact-links{
        padding: .5em;
        width: 100%;
        height: 80%;
    }
    #contact-section .contact-form{
        width: 100%;
        height: 100vh;
    }
    #contact-section .contact-form form{
        width: 100%;
        height: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
}








@media screen and (min-width: 600px) and (max-width: 768px) {
    #about-me-section{
        padding: .5em 0;
    }
    #about-me-section .main{
        display: flex;
        flex-direction: column;
        padding: 1em;
        height: 10vh;
    }
    #about-me-section img{
        width: 90%;
        height: 60vh;
    }
    #about-me-section .aboutText{
        width: 90%;
        margin: 2em 0;
    }
    .aboutText .about-me-text-links{
        width: 100%;
        padding: 0;
        flex-direction: column;
    }
    #about-me-section .aboutText .lets-talk{
        padding: .5em .6em;
    }
    .mySpotify i{
        animation: none;
    }
    .about-secondary{
        position: relative;
        width: 100%;
        padding: .5em;
        flex-direction: column;
        min-height: 120vh;
    }
    .about-secondary .personal-info{
        margin-top: 2em;
        width: 100%;
        flex: 0 0 100%;
        padding: .5em;
        height: 100vh;
        position: relative;
    }
    .about-secondary .personal-info .info-item{
        width: 100%;
        flex: 0 0 100%;
    }
    .about-secondary .skills{
        width: 100%;
        height: 100vh;
        padding: .5em .5em;
    }
    .about-working-yrs{
        min-height: 110vh;
    }
    .about-working-yrs .row1{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .about-working-yrs .row1 .education{
        width: 100%;
        padding: 0 1em;
        padding-top: 1em;
    }
    .about-working-yrs .row1 .experience{
        width: 100%;
        padding: 1em;
    }
    .experience .courses .course-btns button{
        padding: .3em;
        text-align: center;
        width: 33.4%;
        font-size: .5em;
    }
    .experience .courses .course-item{
        padding: 0 .4em;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .courses .course-item .course-title .course-logo i{
        font-size: 1.6em;
        margin-right: .4em;
    }
    .courses .course-item .course-title .course-bio h2{
        font-size: 1em;
    }
    .courses .course-item .course-tags > *{
        margin: 0 .2em;
    }
    .courses .course-item .course-tags p{
        font-size: .7em;
        padding: 2px;
    }
    #projects-section{
        padding-top: 2em;
        height: 120vh;
        width: 100%;
        position: relative;
    }
    .projects-section-title h3{
        font-size: 1.1em;
    }
    #projects-section .projects-box{
        width: 80%;
        height: 85%;
        display: grid;
        grid-template-columns: 90%;
        grid-template-rows: 30vh;
    }
    .projects-box .project{
        width: 90%;
        height: 30vh;
        margin: 0 auto;
    }
    .project-bio .back-code pre{
        transform: translateX(-2.5em);
    }
    footer{
        width: 100%;
        height: 65vh;
        padding: .5em;
        display: flex
    }
    footer > p{
        position: relative;
    }
    footer .thanks{
        position: relative;
        width: 100%;
    }
    footer .footer-links{
        width: 100%;
        position: relative;
        align-items: center;
        text-align: center;
    }
    footer .footer-socials{
        text-align: center;
        width: 100%;
        position: relative;
        height: 15vh;
    }
    #contact-section{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    #contact-section .contact-details{
        width: 100%;
        height: 50vh;
        padding: .5em 0;
    }
    .contact-details .contact-links{
        padding: .5em;
        width: 80%;
        height: 80%;
    }
    #contact-section .contact-form{
        width: 100%;
        height: 50vh;
    }
    #contact-section .contact-form form{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px){
    .hamburger{
        display: inline-block;
    }
    nav{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 89;
        background-color: #000;
    }
}