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

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
 
}
.about-section {
  background-color: #f5f5f5; /* Background color */
   padding: 20px; /* Add some padding for spacing */
   border-radius: 10px; /* Add rounded corners */
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

ul li {
  margin: 10px 0; /* Add spacing between list items */
  font-size: 16px; /* Adjust the font size */
  color: #666; /* Text color */
}

/* Style the list (ul) */
ul {
  padding-left: 20px; /* Add left padding to the list */
}

body {
    background:  #f0f0f0;
    user-select: none;
    font-size: 200%;
    overflow-x: hidden;
    color:rgb(8, 76, 97);
    font-family: 'Acme', sans-serif;
    font-family: 'Merriweather', serif;
    font-family: 'Poppins', sans-serif;
    
}
#resume-title {
  font-family: 'Mooli', sans-serif;
}


#tech-stack 
{
  border: 5px solid #008080;
}

#tech-stack > #icons {
  padding: 10px 0px;
}

main 
{
  /* max-height: 100vh; */
   scroll-snap-type: y mandatory;
   
}

#about-me {
   margin: 0;
   padding: 5px;
}

.hidden
{
  opacity: 0;
  transform: translateX(-100%);
  transition: all 2s ease;
}
.show {
  opacity: 1;
  transform: translateX(0);
}

p { 
  font-family: 'Mooli', sans-serif;
}
#title 
{
  color: white;
  font-weight: bolder;
}


.javascript-section {
  background-color: #f5f5f5; /* Code background color */
  color: #333; /* Light text color */
  padding: 20px; /* Add padding for spacing */
  border-radius: 5px; /* Add rounded corners */
  font-family: 'Courier New', monospace; /* Use a monospace font for code */
  line-height: 1.4; /* Adjust line height for code readability */
}

/* Dark mode styles for the javascript-keyword */
.javascript-keyword {
  color: #008080; /* JavaScript keyword color */
  margin: 0; /* Remove margin for title */
  text-align: center;
}

.javascript-property {
  color: #025050;
  text-align: center;
}
/* Dark mode styles for the javascript-string */
.javascript-string {
  color: #008080; /* JavaScript string color */
  text-align: center;
}

/* Style the javascript-section */
.javascript-section {
  background-color: #f5f5f5; /* Code background color */
  color: #333; /* Light text color */
  padding: 20px; /* Add padding for spacing */
  border-radius: 5px; /* Add rounded corners */
  font-family: 'Courier New', monospace; /* Use a monospace font for code */
  line-height: 1.4; /* Adjust line height for code readability */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Style the javascript-keyword */
.javascript-keyword {
  color: #008080; /* JavaScript keyword color */
  margin: 0; /* Remove margin for title */
}

/* Style the project-link */


/* Style the project-image */
.project-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 10px;
}

/* Style the tags */
.tags {
  margin-top: 10px;
  text-align: center;
}

/* Style the javascript-string */
.javascript-string {
  color: #008080; /* JavaScript string color */
  font-style: italic;
}

/* Style the javascript-section */
.javascript-section {
  background-color: #f5f5f5; /* Code background color */
  color: #333; /* Light text color */
  padding: 20px; /* Add padding for spacing */
  border-radius: 5px; /* Add rounded corners */
  font-family: 'Courier New', monospace; /* Use a monospace font for code */
  line-height: 1.4; /* Adjust line height for code readability */
}

/* Style the javascript-keyword */
.javascript-keyword {
  color: #008080; /* JavaScript keyword color */
  margin: 0; /* Remove margin for title */
}

/* Style the profile-image */
.profile-image {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-top: 10px;
}

/* Style the footer */
.footer {
  color: #75715e; /* Footer text color */
  font-style: italic;
}
/* Style the javascript-section */
.javascript-section {
  background-color: #f5f5f5; /* Code background color */
  color: #333; /* Light text color */
  padding: 20px; /* Add padding for spacing */
  border-radius: 5px; /* Add rounded corners */
  font-family: 'Courier New', monospace; /* Use a monospace font for code */
  line-height: 1.4; /* Adjust line height for code readability */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Style the javascript-keyword */
.javascript-keyword {
  color: #008080; /* JavaScript keyword color */
  margin: 0; /* Remove margin for title */
}

/* Style the icons */
.icons {
  max-width: 48px; /* Adjust the max-width of icons */
  height: auto;
  margin: 5px; /* Add margin to space out icons */
}

/* Style the socials links */
.fa {
  font-size: 24px; /* Adjust the font size of social icons */
  margin-right: 10px; /* Add margin to space out social icons */
  text-decoration: none; /* Remove underlines from social links */
  color: #66d9ef; /* Social icon color */
}
/* Style the javascript-section */
.javascript-section {
  background-color: #f5f5f5; /* Code background color */
  color: #333; /* Light text color */
  padding: 20px; /* Add padding for spacing */
  border-radius: 5px; /* Add rounded corners */
  font-family: 'Courier New', monospace; /* Use a monospace font for code */
  line-height: 1.4; /* Adjust line height for code readability */
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* Style the socials container */
.javascript-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the social icons */
.fa {
  padding: 10px; /* Reduce padding for spacing */
  font-size: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s; /* Add transition effect for hover */
}

/* Style the social icons on hover */
.fa:hover {
  opacity: 0.7;
  transform: scale(1.2); /* Correct the scale property */
}

/* Style the Twitter icon */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Style the LinkedIn icon */
.fa-linkedin {
  background: white;
  color: #55ACEE;
}

/* Style the GitHub icon */
.fa-github {
  background: rgb(65, 64, 64);
  color: white;
}

/* Style the Gmail icon */
#gmail {
  width: 100%; /* Make sure the Gmail icon fills the container */
}

.footer {
  color: white;
}

#socials {
  display: flex;
  justify-content: center;
}
#header {
  /* background-color: #008080; */
  background: linear-gradient(to bottom, #008080 0%, #006666 100%);
  color: #fff;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
#tags 
{
   font-size: 1.7rem;
   margin-top: 10px;
}
#usage 
{
  padding: 0px 10px;
  border: 4px solid black;
  border-radius: 5px;
}

#foot 
{
    display: flex;
    flex-direction: row; 
}
#me3 
{
  border-radius: 100%;
  width: 200px;
  height: 200px;
}
#mySidenav a {
    margin-right: 10px;
    transition: 0.3s;
    padding: 10px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color:rgb(8, 76, 97);
    border-radius: 10px;
    border-color: rgb(230, 250, 245); ;
  }

  #symb {
    font-size: 60px;
  }
  
  .menu-icon {
    display: none;
    cursor: pointer;
  }
  .bar {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }
  #hamburger-menu > input,ul {
    display: none;
  }
  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  
  #mySidenav a:hover {
    
    background-color:#008080;
    color: rgb(230, 250, 245);
  }
  
  #about {
    /* top: 20px; */
    border: 2px solid black;
    background-color:rgb(230, 250, 245);
  }
  #projects {
    /* top: 80px; */
    border: 2px solid black;
    background-color: rgb(230, 250, 245);
   
  }

  #aboutme {
    display: flex;
    flex-direction: row;
  }
  #aboutme > img {
    width: 500px;
    height: 500px;
  }
  #aboutme > p {
    margin: 110px 10px;
    font-family: 'Merriweather', serif;
    color: #084c61;
  }
  
  #contact {
    /* top: 140px; */
    border: 2px solid black;
    background-color: rgb(230, 250, 245);
  }
  #icons {
    height: 100px ;
    width: 100px;
  }



h4 {
    margin-top: 0px;
    margin-left: 20px;
    color: rgb(230, 250, 245);
    font-family: 'Dancing Script', cursive;
}

#scroll {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  scroll-behavior: smooth;
 
}
#container {
  display: flex;
  justify-content:center;
  margin-bottom: 30px;
}

#aayush {
  padding-top: 10px;
  padding-bottom: 10px;
}

#aayush-1 {
  padding-bottom: 10px;
}

#about_me{
    color: rgb(8, 76, 97);
    text-align: left;
    /* animation: about_me 5s ease-in-out;  */
    animation-duration: 3s;
    padding-top: 30px;
    font-family: 'Merriweather', serif;
}
#me,#me:before {
  width: 100%;
  width: 300px;
  height: 400px;
  display: block;
  margin-top: 60px;
  margin-right: 60px;
  /* animation: me 2s ease-in-out; */
  animation-duration: 3s;
  /* box-shadow: 2px 2px 2px 2px darkslategray;` */
  
}
#me:hover{
  transition: 0.3s;
  box-shadow: 4px 4px 4px 4px darkslategray;

}

#resume {
        font-size: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: darkslategray;
        padding: 20px;
        border: 5px solid #008080;
        box-shadow: 2px 22px 60px 0px rgba(8,76,97,0.85);
}
#resume > h1 {
     font-size: 60px;
}
 
@keyframes me {
  0% {
    transform: translateY(-1000%);
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}



@keyframes zoom-move {
  from {
    transform: scale(1) translate(0, 0);
  }

  to {
    transform: scale(1.2) translate(10px, 10px);
  }
}

@keyframes scalee {
  0% 
  {
    scale: 1;
  }
  
  50% 
  {
    scale: 1.3;
  }
  
  100% 
  {
    scale: 1;
  }
}

#headline {
  text-align: center;
  color:rgb(230, 250, 245);
  /* background-color: rgb(8, 76, 97); */
  background:  #008080;
}

#project {
    color:  rgb(8, 76, 97);
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content:space-evenly ;
    
    font-family: 'Poppins', sans-serif;
}
#project > div {
  border: 5px solid darkslategray;  
  border-radius: 10%;
  box-shadow: 2px 22px 60px 0px rgba(8,76,97,0.85);
  padding: 10px;
  /* width: 600px; */
  margin: 5px;
}

.button {
  display: flex;
  justify-content: center;
}

.utility-btn {
  padding: 10px;
  margin: 5px 10px;
  border: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  outline: none;
  /* padding: 16px 24px; */
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 100%; */
  will-change: transform;
}
.utility-btn:disabled {
  pointer-events: none;
}
.utility-btn:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.utility-btn:active {
  box-shadow: none;
  transform: translateY(0);
}

#about1 {
  border: 5px solid #008080;
  box-shadow: 2px 22px 60px 0px rgba(8,76,97,0.85);
}
#pro {
  box-shadow: 2px 2px 2px 2px darkslategray; 
  height: 200px;
  width: 300px;
}
/* #pro:hover {
  box-shadow: 4px 4px 4px 4px darkslategray;
  transition: 0.3s;
} */
#desc p{
  border: 5px solid  rgb(8, 76, 97);
  padding: 2px;
}
#Contacts{
  border: 5px solid #008080;
  color:  rgb(8, 76, 97);
  background: #008080;
  box-shadow: 2px 22px 60px 0px rgba(8,76,97,0.85);
  padding: 5px;
  margin: 0;
  font-weight: bold;
   
}
#gmail {
   background-color: white;
}
footer {
  text-align: center;
  font-size: 20px;
}
#more_icon {
  margin-top: 90px;
  margin-bottom: 20px;
  width:  200px;
  height: 200px;
}
a{
  text-decoration: none;
  color:  rgb(8, 76, 97);
}
/* a:hover {
  transition: 0.3s;
  box-shadow: 4px 4px 4px 4px darkslategray;
  color: rgb(230, 250, 245);
  background-color:  rgb(8, 76, 97);
} */

@media screen and (max-width: 400px) {
  body {
    font-size: 100%;
    text-align: center;
    margin: 5px;
  }
  #project {
    display: flex;
    flex-direction: column;
  }
  
  #container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    top: 140%;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #120505;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  #aboutme > p {
    margin: 10px 10px ;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  iframe {
    margin-top: 0;
  }

  #aboutme {
    flex-direction: column;
  }
  #aboutme > img {
    width: 250px;
    height: 250px;
    margin: 10px 34px;
    object-fit: contain;
  }

  .menu-icon {
    display: block;
  }
  
  .nav-links {
    display: none;
  }
  
  #mySidenav a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #foot 
  {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #me3 
  {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    
  }
  #header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    padding: 10px;
  }
  #title {
    font-size: 150%;
    padding-right: 10px;
  }
  #me {
    object-fit: contain;
    margin: 20px 40px;
    /* height: 350px;
    width: 300px; */
    align-self: center;
  }
 #socials {
  margin: 10px;
 }
 .fa {
  padding: 10px; /* Adjust padding for mobile */
  font-size: 40px; /* Adjust font size for mobile */
  height: 40px; /* Adjust height for mobile */
  width: 40px; /* Adjust width for mobile */
}

footer {
  font-size: 12px;
}


}