@import url('https://fonts.googleapis.com/css2?family=Rubik+Scribble&family=Tac+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Tac+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Tac+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

h1.name{
  color: #b2b2b2;
  font-size: 27px;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.header{
  z-index: 13;
  display: flex;
  height: 55px;
  flex-direction: row;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0px; 
  padding-top: 8px;
  padding-bottom: 15px;
  justify-content: space-between;
  border-bottom-left-radius: 18px;
  backdrop-filter: blur(8px);
  padding-inline: 22px;
}

.middle-section{
  display: flex;
  flex-direction: row;
  padding-top: 6px;
  font-size: 15px;
  gap: 86px;
  transition: transform 3s;
}

.last-section{
  z-index: 13;
}

.contact-me{
  padding-left: 0px;
}

.view-resume{
  color: #000000;
  padding-inline: 18px;
  padding-block: 9px;
  background-color: #01d8c3;
  border-radius: 8px;
  margin-block: 16px;
  transition: transform 0.3s ease-in-out;
}

.view-resume:hover{
  border-color: #01d8c3;
  transform: scale(1.1);
}

.left-section{
  padding-top: 10px;
}

.logo{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-top: -6px;
}

/* header.css */

.active {
  color: #01d8c3; 
  font-weight: bold; 
}


@media (max-width: 1040px){
  .middle-section{
    gap: 35px;
  }
}

@media (max-width: 900px){
  .middle-section{
    display: none;
  }
}

@media (max-width: 520px){
  .small-intro{
    margin: auto;
    width: 70%;
  }
  
  .header{
    height: 60px;
    
  }
 
}
