body {
  width: 100%;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.navdiv {
  z-index: 1;
  position: sticky;
  top: 0px;
  background-color: #f1f1f1;
  padding: 10px;
}
.navdiv .title_logo {
  position: relative;
  bottom: 6px;
}
.navdiv .title_logo > img {
  width: 80px;
}
.navdiv .title_logo a {
  text-decoration: none;
}
.navdiv .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px auto;
  padding: 0 50px;
  background-color: transparent;
  vertical-align: middle;
}
.navdiv .navbar .navLeft {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navdiv .navbar .navLeft #downloadButton {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #12cfb1;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #12cfb1 0 -3px 0 inset;
  color: #36395a;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 20px;
  transition: box-shadow 0.15s, transform 0.15s;
}
.navdiv .navbar .navLeft #downloadButton a {
  text-decoration: none;
}
.navdiv .navbar .navLeft #downloadButton:focus {
  box-shadow: #12cfb1 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #12cfb1 0 -3px 0 inset;
}
.navdiv .navbar .navLeft #downloadButton:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #12cfb1 0 -3px 0 inset;
  transform: translateY(-2px);
}
.navdiv .navbar .navLeft #downloadButton:active {
  box-shadow: #12cfb1 0 3px 7px inset;
  transform: translateY(2px);
}
.navdiv .navbar .navLeft .menu {
  display: flex;
  gap: 10px;
}
.navdiv .navbar .navLeft .menu li {
  list-style: none;
  display: inline-block;
}
.navdiv .navbar .navLeft .menu li a {
  display: block;
  margin-left: 25px;
  transition: 0.5s;
  letter-spacing: 2px;
  color: black;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.5s;
}
.navdiv .navbar .navLeft .menu li a:hover {
  color: #64d6c9;
  text-decoration: underline;
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  .navdiv .navbar .navLeft .menu {
    display: none;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .navdiv .navbar .navLeft .menu {
    display: none;
    align-items: center;
  }
}
.navdiv .navbar .navLeft .logo a span {
  color: #12cfb1;
}
.navdiv .navbar .navLeft h1 {
  color: black;
  font-weight: bolder;
  font-family: poppins;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  .navdiv .navbar .navLeft h1 {
    margin: auto;
  }
}
@media all and (max-width: 768px) {
  .navdiv .navbar .navLeft h1 {
    margin: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  .navdiv .navbar .navLeft {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .navdiv .navbar .navLeft {
    flex-direction: column;
    align-items: center;
  }
}
.navdiv .navbar #container {
  display: none;
  cursor: pointer;
}
.navdiv .navbar #container .bar1,
.navdiv .navbar #container .bar2,
.navdiv .navbar #container .bar3 {
  background-color: black;
  width: 30px;
  height: 2px;
  margin: 6px 0px;
  transition: 0.5s;
}
.navdiv .navbar #container .bar1.change {
  transform: rotate(-45deg) translate(-9px, 6px);
}
.navdiv .navbar #container .bar2.change {
  opacity: 0;
}
.navdiv .navbar #container .bar3.change {
  transform: rotate(45deg) translate(-5px, -3px);
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  .navdiv .navbar #container {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .navdiv .navbar #container {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  .navdiv {
    padding: 10px 0;
  }
}
@media all and (max-width: 768px) {
  .navdiv {
    padding: 10px 0;
  }
}

#typewriter2 > img {
  display: block;
  margin: auto;
  width: 80%;
}

#home {
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
  padding: 20px 50px;
  border-radius: 5px;
  width: 85%;
  margin: auto;
}
#home .intro {
  display: flex;
  width: 100%;
  align-items: center;
}
#home .intro .name {
  width: 60%;
  padding: 30px;
}
#home .intro .name .homeName {
  font-size: 5rem;
  text-wrap: wrap;
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #home .intro .name .homeName {
    padding-left: 40px;
    font-size: 2rem;
    margin: auto;
  }
}
@media all and (max-width: 768px) {
  #home .intro .name .homeName {
    font-size: 2rem;
    margin: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #home .intro .name {
    margin: auto;
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  #home .intro .name {
    margin: auto;
    width: 80%;
  }
}
#home .intro .ppImage {
  width: 25%;
  display: flex;
  align-items: center;
}
#home .intro .ppImage img {
  width: 130%;
  border-radius: 5%;
}
@media all and (max-width: 768px) {
  #home .intro .ppImage img {
    width: 50%;
    position: static;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #home .intro .ppImage img {
    width: 50%;
    margin-bottom: 40px;
    position: static;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #home .intro .ppImage {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
  #home .intro .ppImage {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #home .intro {
    display: flex;
  }
}
@media all and (max-width: 768px) {
  #home .intro {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #home {
    padding: 0;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #home {
    padding: 0;
    width: 100%;
  }
}

#about {
  padding-bottom: 0;
  padding-top: 100px;
}
#about #user-detail-intro h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 15%;
  display: block;
  position: relative;
  text-align: left;
}
#about #user-detail-intro p {
  margin: auto;
  width: 70%;
}
#about h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 15%;
  display: block;
  position: relative;
  text-align: left;
}
#about h1::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#about h1:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#about > h3,
#about > p {
  width: 70%;
  margin: auto;
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
}

#skills2 {
  padding: 20px 50px;
  padding-top: 0;
  text-align: center;
}
#skills2 h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
}
#skills2 h1::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#skills2 h1:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#skills2 #skillsSection {
  margin-top: 20px;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
#skills2 #skillsSection .singleSkill {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  padding: 10px;
  transition: 0.5s;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
#skills2 #skillsSection .singleSkill img {
  height: 100px;
  width: 100px;
  border-radius: 5px;
}
#skills2 #skillsSection .singleSkill p {
  position: relative;
  top: 3px;
  scale: 0;
  transition: 0.5s;
}
#skills2 #skillsSection .singleSkill:hover {
  transform: scale(1.2);
}
#skills2 #skillsSection .singleSkill:hover p {
  scale: 1;
  color: #0faaf1;
}
@media all and (max-width: 768px) {
  #skills2 #skillsSection {
    width: 100%;
    gap: 20px;
  }
}

#projects {
  width: 80%;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#projects h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
}
#projects h1::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#projects h1:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#projects #projectSection {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  gap: 50px;
}
#projects #projectSection .project {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 100%;
  transition: background-size 0.25s ease-in;
  border-radius: 10px;
  width: 100%;
  margin: auto;
  display: flex;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#projects #projectSection .project .projectScreenShot {
  padding: 20px;
  width: 40%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#projects #projectSection .project .projectScreenShot img {
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
#projects #projectSection .project .projectScreenShot .liveLinks {
  display: flex;
  gap: 20px;
  justify-content: center;
  transition: all 0.5s;
}
#projects #projectSection .project .projectScreenShot .liveLinks .gitHubLink,
#projects #projectSection .project .projectScreenShot .liveLinks .liveLink {
  display: flex;
  background-color: white;
  border-radius: 25px;
  padding: 10px;
  transition: 0.5s;
}
#projects #projectSection .project .projectScreenShot .liveLinks .gitHubLink img,
#projects #projectSection .project .projectScreenShot .liveLinks .liveLink img {
  height: 25px;
  box-shadow: none;
  transition: 0.5s;
}
#projects #projectSection .project .projectScreenShot .liveLinks .gitHubLink p,
#projects #projectSection .project .projectScreenShot .liveLinks .liveLink p {
  width: 0;
  opacity: 0;
  scale: 0;
  transition: 0.5s;
}
#projects #projectSection .project .projectScreenShot .liveLinks .gitHubLink p a,
#projects #projectSection .project .projectScreenShot .liveLinks .liveLink p a {
  text-decoration: none;
}
#projects #projectSection .project .projectScreenShot .liveLinks .gitHubLink:hover p,
#projects #projectSection .project .projectScreenShot .liveLinks .liveLink:hover p {
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  padding: 0 10px;
  opacity: 1;
  scale: 1;
}
@media all and (max-width: 768px) {
  #projects #projectSection .project .projectScreenShot {
    width: 90%;
    padding-bottom: 0;
  }
}
#projects #projectSection .project .projectDescription {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  transition: color 0.5s;
  background-color: transparent;
}
#projects #projectSection .project .projectDescription strong {
  font-size: 17px;
  text-align: left;
  width: 100%;
}
#projects #projectSection .project .projectDescription span {
  margin: 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: black;
}
#projects #projectSection .project .projectDescription .techStacks {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  margin: 15px 0;
  padding: 10px;
  border-radius: 10px;
  transition: background-color 0.5s;
}
#projects #projectSection .project .projectDescription .techStacks p {
  display: none;
}
#projects #projectSection .project .projectDescription .techStacks img {
  height: 50px;
  width: 50px;
  transition: 0.5s;
  border-radius: 10px;
}
#projects #projectSection .project .projectDescription .techStacks:hover {
  background-color: white;
}
@media all and (max-width: 768px) {
  #projects #projectSection .project .projectDescription .techStacks {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  #projects #projectSection .project .projectDescription {
    width: 90%;
    padding-top: 0;
  }
  #projects #projectSection .project .projectDescription h1 {
    margin: 10px;
  }
}
@media all and (max-width: 768px) {
  #projects #projectSection .project {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#projects #projectSection .project:hover {
  background-size: 100% 100%;
}
#projects #projectSection .project.alternate {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  #projects #projectSection .project.alternate {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  #projects {
    padding-top: 0;
  }
}

#statistics {
  width: 80%;
  margin: auto;
}
#statistics h1 {
  padding: 100px 0 0px 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
#statistics h1::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#statistics h1:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#statistics img {
  margin-top: 50px;
  width: 100%;
}
#statistics .gitStats2 {
  margin-top: 30px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#statistics .gitStats2 img {
  width: 33%;
}
#statistics .gitStats2 img:hover {
  transform: translateY(-2px);
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #statistics .gitStats2 {
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 0;
  }
  #statistics .gitStats2 img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #statistics .gitStats2 {
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 0;
  }
  #statistics .gitStats2 img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #statistics img {
    margin-top: 20px;
  }
}

#contact2 {
  width: 80%;
  margin: 80px auto 0 auto;
  display: flex;
  padding: 40px 0 40px 0;
  gap: 40px;
  flex-direction: column;
  top: 30px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
#contact2 h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 768px) {
  #contact2 h1 {
    margin: 0 20px;
  }
}
#contact2 h1::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#contact2 h1:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#contact2 #contactBody {
  display: flex;
  width: 100%;
}
#contact2 #contactBody #contactLeft {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-evenly;
}
#contact2 #contactBody #contactLeft span {
  padding: 0 15px;
  font-size: 30px;
}
@media all and (max-width: 768px) {
  #contact2 #contactBody #contactLeft span {
    padding: 0 5px;
  }
}
#contact2 #contactBody #contactLeft p {
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
  border-radius: 10px;
  width: 70%;
  margin: auto;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #contact2 #contactBody #contactLeft p {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  #contact2 #contactBody #contactLeft p {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #contact2 #contactBody #contactLeft {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  #contact2 #contactBody #contactLeft {
    width: 95%;
  }
}
#contact2 #contactBody #contactRight {
  text-align: center;
  width: 50%;
}
#contact2 #contactBody #contactRight form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 350px;
  width: 90%;
}
#contact2 #contactBody #contactRight form input,
#contact2 #contactBody #contactRight form textarea {
  padding-left: 10px;
  font-size: 15px;
  border: 1px solid black;
  border-radius: 5px;
  height: 40px;
}
#contact2 #contactBody #contactRight form #message {
  resize: none;
  height: 100px;
}
#contact2 #contactBody #contactRight form #submit {
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #contact2 #contactBody #contactRight form {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
@media all and (max-width: 768px) {
  #contact2 #contactBody #contactRight form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #contact2 #contactBody #contactRight {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  #contact2 #contactBody #contactRight {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
  #contact2 #contactBody {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  #contact2 #contactBody {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  #contact2 {
    gap: 20px;
    width: 90%;
    padding: 40px 0 10px 0;
  }
  #contact2 img {
    margin: 20px;
  }
}

.homeLinks {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 120px;
  gap: 20px;
}
.homeLinks #socialMedia1,
.homeLinks #socialMedia2,
.homeLinks #socialMedia3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  padding: 20px;
  width: 80px;
  transition: 0.5s;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.homeLinks #socialMedia1 a,
.homeLinks #socialMedia2 a,
.homeLinks #socialMedia3 a {
  text-decoration: none;
  transform: scaleY(0);
}
.homeLinks #socialMedia1 a p,
.homeLinks #socialMedia2 a p,
.homeLinks #socialMedia3 a p {
  margin-bottom: 10px;
}
.homeLinks #socialMedia1 img,
.homeLinks #socialMedia2 img,
.homeLinks #socialMedia3 img {
  height: 50px;
  width: 50px;
}
.homeLinks #socialMedia1 p,
.homeLinks #socialMedia2 p,
.homeLinks #socialMedia3 p {
  position: relative;
  top: 3px;
  transition: 0.5s;
  font-size: 0px;
  overflow: hidden;
}
.homeLinks #socialMedia1:hover p,
.homeLinks #socialMedia2:hover p,
.homeLinks #socialMedia3:hover p {
  transform: scaleY(1);
  color: #0faaf1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  font-size: 20px;
  transition: 0.5s;
}
.homeLinks #socialMedia1:hover a,
.homeLinks #socialMedia2:hover a,
.homeLinks #socialMedia3:hover a {
  transform: scaleY(1);
}
@media all and (max-width: 768px) {
  .homeLinks {
    width: 80%;
    flex-direction: column;
    height: 500px;
    margin: auto;
  }
}

#collabSections {
  margin: auto;
  width: 80%;
}

#footer {
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #12cfb1;
}

.goToTop {
  position: fixed;
  width: 50px;
  left: 95%;
  top: 85%;
  transition-duration: 1s;
}
.goToTop img {
  width: 90%;
  transform: rotate(-90deg);
}
@media all and (max-width: 768px) {
  .goToTop {
    left: 85%;
  }
}

html {
  scroll-behavior: smooth;
  transition: all 0.5s;
}/*# sourceMappingURL=index.css.map */