:root{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 164px;
    position: relative;
    width: 1440px;
    height: 5349.05px; 
    overflow-x: hidden;   
}

*{
    box-sizing:border-box;
    margin: 0px;
    padding: 0px;
}

html{
    scroll-behavior: smooth;
    background-color:#f5f1e7;
}

body{
    margin:0;
    font-family: 'Roboto Mono', monospace;
}

.header{

    position:relative;
    width: 104.8%;
    top:0;
    right:0;
    display:flex;
    justify-content: space-around;
    background-color:#f5f1e7;
    height: 80px;

    flex: none;
    order: 0;
    flex-grow: 0;
    border-bottom: 2px solid black;
    
}

.sticky{
    background-color: aqua;
    position:-webkit-sticky;
    position: sticky;
    left: 2000px;
    top: 600px;
    border-radius: 100%;
}

.navbar{
    left: 3.4%;
    right: 7.08%;
    top: 20%;
    bottom: 32.73%;
}

.nav{
    display:flex;
    justify-content: space-around;
    width:400px;

    /* About */
    position: absolute;
    left: 54%;
    top: 33.64%;
    bottom: 32.73%;
    text-decoration: none;
    width: 636px;
    font-size: 18px;
    
}

li{
    list-style:none;
}

a{
    text-decoration: none;
    color: black;
}

.logo{
    position: absolute;
    left: 0.1%;
    right: 91.81%;
    top: -90%;
    /* bottom: 32.73%; */
    width: 40%;
    max-width: 100%;

}

.burger{
    width: 25px;
    height: 2px;
    color:rebeccapurple;
    background-color:#000000;
    margin: 5px;
}

.intro-container{
margin-left: 20px;
/* margin-bottom: 50px; */
margin-top: 50px;

}

.wave {
    animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;        /* Change to speed up or slow down */
    animation-iteration-count: infinite;  /* Never stop waving :) */
    transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
    display: inline-block;
  }
  
  @keyframes wave-animation {
      0% { transform: rotate( 0.0deg) }
     10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
     20% { transform: rotate(-8.0deg) }
     30% { transform: rotate(14.0deg) }
     40% { transform: rotate(-4.0deg) }
     50% { transform: rotate(10.0deg) }
     60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( 0.0deg) }
  }

  /* -----------------nav bar hover underline----------------- */
  a.underline-hover-effect {
    text-decoration: none;
    color: inherit;
  }
  
  .underline-hover-effect {
    display: inline-block;
    padding-bottom: 0.25rem; /* defines the space between text and underline */
    position: relative;
  }
  
  .underline-hover-effect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: rgb(0, 0, 0);
    transition: width 0.25s ease-out;
  }
  .underline-hover-effect:hover::before {
    width: 100%;
  }



.about-me-btn{
    position: absolute;
    left:101px;
    top:610px;
    width:20%;

    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 80px;

    color: #282828; 
    background-color: transparent;   
    
}

.about-me-btn:hover {
    background-color: white;
opacity: 0.8;
background-image: radial-gradient(#000000 0.5px, white 0.5px);
background-size: 10px 10px;

}

.title{
    padding-bottom: 75px;
    width: 104%;
    height: 59px;

    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-size: 45.0633px;
    line-height: 59px;

    color: #000000;

    flex: none;
    order: 0;
    flex-grow: 0;

    border-bottom: 2px solid black;
}

.title-container{


    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 27px;

    width: 1284px;
    height: 86px;
    left: 0px;
    top: 0px;

}

.intro{
    width: 1250px;
    height: 655px;
    left: 0px;
    top: 27px;
    padding-top: 80px;


    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-size: 69px;
    line-height: 91px;

    color: #282828;

}

.me-container{       
    width:100%;
    position: relative;
    left: 850px;
    top: -500px;
}

.me{
    position: absolute;
    width: 606px;
    height: 564px;
    left: 822px;
    top: 40px;
    margin-top: 110px;
    background: url(), #C4C4C4;

}
.about-container{
    display: inline-block;

}

.myself{
    
    /* position: ab; */
  border-style: ridge;

    display: flex;
    width: 450px;
    height: 450px;
    margin-top: 110px;
    background: url(), #C4C4C4;
}

.myself-back{
  border-style: ridge;
  background-color: #f5f1e7;
  opacity: 0.7;
  background: repeating-linear-gradient( -45deg, #000000, #000000 2px, #f5f1e7 2px, #f5f1e7 10px );
  position: relative;
  width: 450px;
  height: 450px;
  right: 15px;
  top: -420px;
  z-index: -1;

}

.project-container{
    margin-top: 90px;
    margin-bottom: 60px;
    display: flex;
    height: 600PX;
    /* flex-direction: row; */
    justify-content: center;


}

.project{
    position: relative;
    /* background-color:RED; */
    /* display: flex; */
    /* flex-direction: row; */
    width: 400px;


    
    
}
.project-name{
    margin-bottom: 20px;;
    height: 40px;
    left: 0px;
    top: 181.58px;

    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;

    color: #000000;
}


.project-photo{
    
width: 370px;
height: 459px;
left: 0px;
top: 233.58px;
/* padding-right: 50px; */
background: url(.jpg);
mix-blend-mode: normal;
border-radius: 5px;
}

.about-text{
    margin-top: 50px;
    width: 735px;
    height: 447.96px;
    left: 4px;
    top: 163.5px;
    text-align: justify;
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;

    color: #000000;
}

.skills{
    /* border-top: 2px solid black;
    border-bottom: 2px solid black; */
    padding: 20px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 150px;
    margin-top: 80px;

}

.contact-input{
    display:inline-flexbox;
    /* align-items: flex-start; */
    /* padding: 0px; */
    /* gap: 24px; */
    padding-top: 130px;
    padding-left: 100px;
    position: absolute;
    left:50%;
    /* right: 1.23%; */
    top: 102.5%;
    /* bottom: -1.48%; */
    
    padding-bottom: 275px;
}

.hello{
    padding-top: 60px;
}

.hello-text{
    
margin-top: 50px;
width: 1250px;
height: 447.96px;
left: 4px;
top: 163.5px;

font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 40px;

color: #000000;
}

.input-box{
    /* box-sizing: border-box; */



padding: 11px 13px;
margin-right: 37px;
width: 251px;
height: 48px;
border: 2px solid #4E4E4E;

}

.input-message-box{
    box-sizing: border-box;

/* Auto layout */

display: flex;
flex-direction: row;
align-items: flex-start;
padding: 11px 13px;
gap: 10px;

width: 548px;
height: 140px;

border: 2px solid #4E4E4E;

/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
}

.txt{
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 26px;

color: #000000;

}

.btn-send{
    box-sizing: border-box;

/* Auto layout */

display: flex;
flex-direction: row;
align-items: flex-start;
padding: 8px 30px;
gap: 10px;

width: 109px;
height: 42px;

border: 2px solid #4E4E4E;

/* Inside auto layout */

flex: none;
order: 3;
flex-grow: 0;

font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 26px;
text-align: center;
}

.socials{
    display: flex;
    flex-direction: column;
    color: #000000;
    align-items:end;
    /* padding-top: 80px */
}


.end-logo{
    position: absolute;
    left: 6%;
    padding-top:100px;
    top: 116.5%;

}

.socialUl{
    padding-top: 800px;
    /* padding-left: 100px; */
    position: absolute;
    left: 70%;
    /* right: 1.23%; */
    top: 102%;
    /* bottom: -1.48%; */
    display:flex;
    justify-content: space-around;
    width:400px;
}

.education-container {
    min-height: auto;
    width: 104%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;

    background-color: transparent;
    opacity: 0.8;
    background-image:  radial-gradient(#000000 0.5px, transparent 0.5px), radial-gradient(#000000 0.5px, transparent 0.5px);
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;

  }
  .timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  
  .timeline ul {
    list-style: none;
  }
  .timeline ul li {
    padding: 20px;
    background-color: #C4C4C4;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .timeline ul li:last-child {
    margin-bottom: 0;
  }
  .timeline-content h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .timeline-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
  }
  .timeline-content .date {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  

  
@media only screen and (max-width:800px) {


    ul.show {
        display: block;
    }

    nav {
        display: flex;
        flex-direction: column-reverse;
        background-color: #2b2c38;
    }

    .h1{
        position: relative;
        margin-bottom: 50px;
        font-size:auto;
        display:inline;
        transform: translate(-50%, -50%);

    }
    .p{
        position: relative;
        margin-bottom: 50px;
        font-size:auto;
        transform: translate(-50%, -50%);
    }
    .selfie {
        width: 200px;
        margin-left: 10px;
        display:inline;

    }
    
    .selfie-container {
        display:inline;
        align-items: bottom;
    }
    .sub-section{
        height: auto;
    }
}


@media only screen and (min-width: 768px) {
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: gray;
  }
  .timeline ul li {
    width: 50%;
    position: relative;
    margin-bottom: 50px;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-30px);
    border-radius: 20px 0px 20px 20px;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
    border-radius: 0px 20px 20px 20px;
  }
  .timeline ul li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: gray;
    top: 0px;
  }
  .timeline ul li:nth-child(odd)::before {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .timeline ul li:nth-child(even)::before {
    transform: translate(-50%, -50%);
    left: -30px;
  }
  .timeline-content .date {
    position: absolute;
    top: -30px;
  }
  .timeline ul li:hover::before {
    background-color: rgb(0, 0, 0);
  }
}

/* -------------------------about-me----------------- */
.about-me-flex{
  display: flex;
  flex-direction: column;
}

.column-flex{
  display: flex;
  flex-direction: row;
}

/*---------------- Skill-globe----------------------- */
.skill-globe{
  margin-right: 130px;
  margin-top: 50px;

}
 /* Applying CSS to sphere */
 .tagcloud {
  display: inline-block;
  top: 100px;
  left: 32%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  color: #000000;
}

/* Change color of each text in sphere on hover   */
.tagcloud--item:hover {
  font-size: 25px;



/* scroll text */
/* #scroll-container {
    display: flex;
    flex-direction: row;
    width:104%;
    background-color: #f5f1e7;
    opacity: 0.8;
    background-image: radial-gradient(#000000 0.5px, #f5f1e7 0.5px);
    background-size: 10px 10px;
  } */
  
  /* #scroll-text {
  

    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 40s linear infinite;
    -webkit-animation: my-animation 40s linear infinite;
    animation: my-animation 40s linear infinite;
  } */
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
  }
  
  /* for Chrome */
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }}}