*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}
body {
    background-color: rgb(200, 190, 191);
    font-family: "Roboto Slab", serif;
}
  
  /* NOTE nav bar  */
.navbar {
    padding: 0em 2em;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
  
.logo > img {
    width: 70px;
    height: 70px;
    border-radius: 40%;
}
.sec {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 5em;
}
.sec > a {
    font-size: 1.3em;
    padding: 0.3em 0.8em;
    font-weight: 500;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: goldenrod;
    border-radius: 5px;
}
.sec > a:hover {
    background-color: #fff;
    color: black;
    transition: all 1s;
}
.resume > a {
    font-size: 1.3em;
    font-weight: 500;
    padding: 0.3em 0.8em;
    border-radius: 5px;
    color: goldenrod;
    border: 1px solid;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.resume > a:hover {
    background-color: black;
    color: #fff;
    transition: all 0.5s;
}
#menu-icon {
    display: none;
}
  /* NOTE home section */
.home_container {
    /* border: 2px solid; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0em 5em;
}
  /* .main_container1{
      border: 2px solid;
  }  */
.name_cont {
    /* border: 1px dashed ; */
    font-size: 2em;
}
  
.hand_g {
    height: 60px;
    width: 70px;
}
.email > p {
    font-size: 2em;
    font-weight: 600;
}
.email_link {
    font-size: 1em;
    font-weight: 200;
}
.logo_content {
    display: flex;
    gap: 2em;
    padding: 2em 0em;
}
.img {
    height: 40px;
    width: 40px;
}
.download {
    display: flex;
    
}
.down_btn {
    height: 30px;
    width: 40px;
}
  
.download > a {
    font-size: 1.5em;
    font-weight: 100px;
    padding: 0em 0.1em;
    border-radius: 5px;
    color: #fff;
    background: black;
}
.main_container2 > img {
    height: 600px;
    width: 600px;
    /* border: 1px solid; */
}


.change-text h3 {
    display: inline-flex;
    margin: 0;
    vertical-align: top;
    font-size: 1em;
}

.change-text h3 .word {
    position: absolute;
    display: flex;
    opacity: 0;
    color: var(--hover-color);
}

.change-text h3 .word .letter {
    transform-origin: center center 25px;
}

.change-text h3 .word .letter.out {
    transform: rotateX(90deg);
    transition: 0.32 cubic-bezier(0.6, 0, 0.7, 0.2);
}

.change-text h3 .word .letter.in {
    transition: 0.38s ease;
}

.change-text h3 .word .letter.behind {
    transform: rotateX(-90deg);
}



  /* NOTE about section  */
.about_container {
    /* border: 2px solid;
      padding: 2em 2em; */
    width: 100%;
}
.abt {
    font-size: 3em;
    text-align: center;
    background-color: black;
    color: #fff;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
  
.dp_about {
    /* border: 1px solid; */
    display: flex;
    gap: 5em;
    align-items: center;
    justify-content: space-between;
    padding: 2em 2em;
}
  
.my_pic > img {
    border: 2px solid;
    height: 500px;
}
.intro {
    padding: 0em 2em;
}
.name {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
}
.intro > p {
    font-size: 1.5rem;
    text-align:justify;
}
.place {
    font-size: 2em;
    font-weight: 600;
}
.place > span {
    font-weight: 500;
    line-height: 2em;
}
  /* NOTE Skill section  */
  
.tech {
    text-align: center;
    font-size: 40px;
    padding-top: 1em;
}
.techskill {
    /* border: 2px dashed; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 2em 0em;
}

.size {
    border-radius: 30%;
}
.techskill > div {
    text-align: center;
}
.techskill > div > img {
    height: 150px;
}
.techskill > div > p {
    font-size: 30px;
}
  /* NOTE projects section */
  
.first_container {
    /* border: 2px dashed; */
    display: flex;
    justify-content: space-between;
    margin: 3em 1em;
    gap: 0.5em;
}
.first_container > div {
    text-align: center;
    font-size: 30px;
    background-color: black;
    color: white;
    /* border: 1px solid; */
    border-radius: 5%;
    padding: 0.5em 0.5em;
    transition: transform 0.5s;
}
.first_container > div:hover {
    transform: translatey(-5px);
    box-shadow: rgb(248, 246, 246) 0px 30px 90px;
}
  
.first_container > div > img {
    height: 300px;
    width: 300px;
}
.project_points {
    font-size: 20px;
    text-align: left;
    padding-left: 2em;
}
.stack {
    font-size: 20px;
    color: goldenrod;
}
.git_link > button > a {
    font-size: 25px;
    background-color: white;
    color: black;
}
  /* NOTE git section */
.container1 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2em;
}
.container1 > div,.container2 > div {
    transition: transform 0.5s;
}
.container1 > div:hover,.container2 > div:hover {
    transform: scale(1.1);
}
  
.container1 > div:first-child > img {
    width: 428px;
}
  
.container2 {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
  
  /* NOTE contact section */
  
.idm {
    font-size: 20px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    text-align: center;
    padding-top: 1em;
}
.contact {
    /* border: 2px dashed; */
    margin: 3em 4em 0em 4em;
    display: flex;
    gap: 2em;
}
.contact_container {
    margin-top: 1.5em;
}
  .contact > div {
    text-align: center;
}
.contact > div > a > img {
    width: 40px;
}
.p_mail {
    margin: 1em 4em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    /* border: 1px solid; */
}
.p_mail > div > a > img {
    width: 30px;
}
.p_mail > div {
    display: flex;
    gap: 1em;
    align-items: center;
    font-size: 20px;
}