*{
    padding:0%;
    margin:0%;
    box-sizing: border-box;
}
body{
    background-color: #000000;
}
.navbar{
    height: 40px;
    width: 100%;
    background-color: #d8afff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.navbar ul{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
}
.navbar a{
    text-decoration: none;
    color:#000000
}
.logo{
    font-size: x-large;
    font-weight: bold;
    color:#000000;
    cursor: default;
}
li{
    cursor: pointer;
}
h1{
    color:#b66cfb;
    text-align: center;
    position: relative;
    top:30px;
}
h4{
  color: #ffffff;
  mix-blend-mode: difference;
  text-align: center;
  position: relative;
  top:40px;
  font-weight: lighter;
}
.main-heading{
    height:140px;
    width: 100%;
}
.sample-resume{
    height: 60vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#image{
    height: 45vh;
    width: 20vw;
    background-image: url("hakathon-sample-profile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 3px 3px #b66cfb;
}
.sample-resume ul{
    margin-top: 19px;
    color: #ffffff;
    text-align: center;
    list-style-type: none;
    mix-blend-mode: difference;
}
.about-me{
    height: 25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-me h2{
    color: #ffffff;
    mix-blend-mode: difference;
    text-align: center;
}
.about-me p{
    text-align: center;
    color: #b66cfb;
    font-size: large;
}
.Education{
    height: 10rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
.Education article{
    text-align: center;
    color: #b66cfb;
    font-size: large;
}
.Education h2{
    color: #ffffff;
    mix-blend-mode: difference;
    text-align: center;
}
.skills{
    height: 25rem;
    width: 100%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.skills h2{
    color: #ffffff;
    mix-blend-mode: difference;
    text-align: center;
}
.skills p{
    text-align: center;
    color: #b66cfb;
    font-size: large;
}
.Experience{
    height:100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
big{
    color: #ffffff;
    mix-blend-mode: difference;
}
.Experience article{
    height:100vh;
    width: 100%;
    text-align: center;
    color: #b66cfb;
    font-size: 1rem;
    overflow: hidden;
}
.Experience h2{
    color: #ffffff;
    mix-blend-mode: difference;
}
.toggle-button{
    height:6vh ;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hide{
    height: 5vh;
    width: 8rem;
    border: none;
    box-shadow: 0px 0px 2px 2px #9932cc;
    background:linear-gradient(white, #b66cfb) ;
}
/* rocket image */
#contact-background{
    height:100vh;
    width:100%;
    background-image: url("forest-image-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.contact-form{
    height:80vh;
    width:40vw;
    background-color: rgba(255, 255, 255,0.3);
    backdrop-filter: blur(9px);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    border:2px solid #b66cfb;
}
.input-name {
    height: 2.5rem;
    width: 25vw;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 2px #9932cc;
  }
  .input-email {
    height: 2.5rem;
    width: 25vw;
    border: none;
    box-shadow: 0px 0px 3px 2px #9932cc;
    border-radius: 10px;
  }
  .textarea {
    height: 30vh;
    width: 25vw;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 2px #9932cc;
    padding-top: 0.4rem;
    padding-left: 0.2rem;
    &:placeholder-shown{
        font-family: Arial, Helvetica, sans-serif;
    }
  }
  .submit-button {
    height: 2.5rem;
    width: 8rem;
    border: none;
    border-radius: 15px;
    color: #000000;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
    box-shadow: 0px 0px 2px 0.5px #000000;
    background: linear-gradient(#9932cc, #ffffff);
  }
  #resume{
    height: 100vh;
    width: 100%;
    background:linear-gradient(#9932cc,white);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  #resume-name{
    height: 2rem;
    width:50vw;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 10px;
  }
  #resume-email{
    height: 2rem;
    width:50vw;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 10px;
}
#resume-contact{
      height: 2rem;
      width:50vw;
      border: 1px solid transparent;
      padding: 3px;
      border-radius: 10px;
  }
  #About-resume{
    height: 4rem;
    width:50vw;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 10px;
  }
  #Experience-resume{
    height: 4rem;
    width:50vw;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 10px;
  }
  #skills-resume{
    height: 4rem;
    width:50vw;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 10px;
  }
  #achievements-resume{
    height: 4rem;
    width:50vw;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 10px;
  }
  #template{
    height:inherit;
    width:100% ;
    text-align:center;
    display:none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #profile-pic-tem{
    height: 30vh;
    width: 30vh;
    background-image: url("profile-default.png");
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    overflow: hidden;
    padding-top: 5px;
  }
  #resume-name-tem{
    height: 6vh;
    color: #ffffff;
    mix-blend-mode: difference;
    padding-top: 5px;
  }
  .submit-button-resume{
     height: 2rem;
     width: 7rem;
     border: 1px solid black;
     border-radius: 10px;
     background-color: #b66cfb;
  }
h2{
   color: #9932cc;
  }
  #resume-email-tem{
    height: 6vh;
    color: #ffffff;
    mix-blend-mode: difference;
    padding-top: 5px;
  }
  #resume-contact-tem{
    height: 6vh;
    color: #ffffff;
    mix-blend-mode: difference;
    padding-top: 5px;
  }

  #About-resume-tem{
    height:inherit;
    width: 100%;
    color: #ffffff;
    mix-blend-mode: difference;
    padding-top: 5px;
  }
  #Experience-resume-tem{
    height:inherit;
    width: 100%;
    color: #ffffff;
    mix-blend-mode: difference;
    padding-top: 5px;
  }
  #skills-resume-tem{
    height:inherit;
    width: 100%;
    color: #ffffff;
    mix-blend-mode: difference;
    padding-top: 5px;
  }

  #achievements-resume-tem{
    height:inherit;
    width: 100%;
    color: #ffffff;
    mix-blend-mode: difference;
    padding-top: 5px;
  }
  .download-button{
     height: 2rem;
     width: 7rem;
  }
  hr{
    width:100%;
  }
  /* share and download button */
  #share-url{
    height: 1.5rem;
    width: 5rem;
    margin-top: 6px;
    font-size: 1rem;
    border-radius: 5px;
    background-color: #d8afff;
    border: none;
  }
  
  #download-button{
    height: 1.5rem;
    width: 8rem;
    margin-top: 6px;
    margin-bottom: 7px;
    font-size: 1rem;
    border-radius: 5px;
    background-color: #d8afff;
    border: none;

  }
  
  footer{
    height: 40vh;
    width: 100%;
    background-color: #d8afff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
    align-items: center;
    margin-left: 3rem;
  }
  @media (min-width:400px) and (max-width:540px ) {
    .Experience article{
        font-size: 0.8rem;
    }
    #image{
        height: 30svh;
        width: 40svw;
    }
    .Education article{
        font-size:0.8rem;
    }
    .skills{
        height: 20rem;
    }
    .skills p{
        font-size:0.8rem;
    }
    .about-me p{
        text-align: center;
        color: #b66cfb;
        font-size:0.8rem;
    }
    #contact-background{
        height:100vh;
        width:100%;
    }
    .contact-form{
        height:80vh;
        width:70vw;
    }
    .input-name {
        height: 1.5rem;
        width: 50vw;
      }
      .input-email {
        height: 1.5rem;
        width: 50vw;
      }
      .textarea {
        height: 30vh;
        width: 50vw;
      }
      .submit-button {
        height: 2rem;
        width: 6rem;
      }
  }
  @media (min-width:300px) and (max-width:400px ) {
    .navbar li{
        font-size: 0.7rem;
    }
    .logo{
        font-size:0.9rem;
    }
    #image{
        height: 30svh;
        width: 40svw;
    }
    .Experience article{
        font-size: 0.8rem;
    }
    .Education article{
        font-size:0.8rem;
    }
    .skills{
        height: 20rem;
    }
    .skills p{
        font-size:0.8rem;
    }
    .about-me p{
        text-align: center;
        color: #b66cfb;
        font-size:0.8rem;
    }
    footer li{
        font-size: 0.7rem;
    }
    #contact-background{
        height:100vh;
        width:100%;
    }
    .contact-form{
        height:80vh;
        width:70vw;
    }
    .input-name {
        height: 1.5rem;
        width: 50vw;
      }
      .input-email {
        height: 1.5rem;
        width: 50vw;
      }
      .textarea {
        height: 30vh;
        width: 50vw;
      }
      .submit-button {
        height: 2rem;
        width: 6rem;
      }
  }