@import url("https://fonts.googleapis.com/css?family=Allerta+Stencil|Open+Sans|Roboto");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.9;
  width: 100%;
  overflow-x: hidden;
}

header {
  width: 100%;
}

.main {
  width: 100%;
  height: 95vh;
  background: url("https://images.pexels.com/photos/924824/pexels-photo-924824.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82vh, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82vh, 0 100%);
}

.header-content {
  display: inline-block;
  margin: 28vh auto;
  z-index: 2;
  padding: 1rem;
}

.header-content .hello {
  letter-spacing: 5px;
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  color: white;
}

.header-content .name {
  letter-spacing: 5px;
  font-size: 2.2rem;
  font-family: "Allerta Stencil", sans-serif;
  text-transform: uppercase;
  color: white;
}

.header-content .designation {
  letter-spacing: 1px;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  border-left: 3px solid #c31432;
  border-right: 3px solid #c31432;
  padding-left: 1rem;
  color: white;
  padding-right: 1rem;
}

.header-content .btn:link,
.header-content .btn:visited {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 0.9rem;
  color: white;
  padding: 0.5rem 2.5rem;
  background: #111;
  border-radius: 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  text-transform: capitalize;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}

.header-content .btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #111;
}

.header-content .btn:hover {
  -webkit-box-shadow: 1rem 2rem 5rem rgba(0, 0, 0, 0.5);
          box-shadow: 1rem 2rem 5rem rgba(0, 0, 0, 0.5);
}

.header-content .btn:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.particle {
  position: absolute;
  height: inherit;
  width: 100%;
  z-index: 0;
}

.about {
  padding-top: 9rem;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: -15vh;
}

.about-section {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-family: "Allerta Stencil", sans-serif;
  letter-spacing: 5px;
  color: crimson;
  overflow: hidden;
}

.about-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #c31432;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.about-section:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.about-content {
  font-size: 1.32rem;
  font-family: "Open Sans", sans-serif;
  text-transform: initial;
}

.about-skills {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.about-skills-icon {
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-column-gap: 25px;
}

.about-skills-icon i {
  font-size: 5rem;
}

.projects {
  padding-top: 3rem;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 100%;
}

.projects-section {
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  font-size: 2rem;
  font-family: "Allerta Stencil", sans-serif;
  letter-spacing: 5px;
  color: crimson;
  overflow: hidden;
}

.projects-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #c31432;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.projects-section:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.projects-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects-content img {
  padding: 2rem !important;
}

.projects-content-blog {
  color: transparent;
  text-decoration: none;
}

.projects-content-cgp {
  color: transparent;
  text-decoration: none;
}

.projects-content-photo {
  color: transparent;
  text-decoration: none;
}

.projects-content-task {
  color: transparent;
  text-decoration: none;
}

.contact {
  padding: 3rem;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 100%;
}

.contact-section {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-family: "Allerta Stencil", sans-serif;
  letter-spacing: 5px;
  color: crimson;
  overflow: hidden;
  text-transform: capitalize;
}

.contact-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #c31432;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.contact-section:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.contact .email {
  font-size: 1.2rem;
  text-transform: capitalize;
  color: crimson;
}

.contact strong {
  font-size: 1.1rem;
  color: #666;
}

.footer {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  color: white;
}

.footer a {
  text-decoration: none;
  padding: 0.5rem;
}

.footer .tooltip {
  position: absolute;
  text-align: right;
  top: 30px !important;
  right: 10px !important;
}

.footer .tooltip a {
  color: white;
}

.footer .git,
.footer .lin {
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.footer .git:hover {
  color: #6e5494;
}

.footer .lin:hover {
  color: #0077b5;
}

.project {
  position: relative;
}

.project-blog h4, .project-cgp h4, .project-task h4, .project-photo h4 {
  font-size: 1.3rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  letter-spacing: 2px;
  color: coral;
}

@media (min-width: 100px) and (max-width: 600px) {
  .header-content .hello {
    letter-spacing: 2px;
    font-size: 1.4rem;
  }
  .header-content .name {
    letter-spacing: 3px;
    font-size: 1.7rem;
  }
  .header-content .designation {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .header-content .btn:link,
  .header-content .btn:visited {
    padding: 0.4rem 2.2rem;
    font-size: 1rem;
  }
  .about {
    padding-top: 8rem;
  }
  .about-section {
    font-size: 1.7rem;
  }
  .about-content {
    font-size: 0.85rem;
    text-align: left;
  }
  .about-skills {
    font-size: 1.2rem;
  }
  .about-skills-icon {
    padding: 1rem;
    grid-gap: 15px;
  }
  .about i {
    font-size: 3rem;
  }
  .projects-section {
    font-size: 1.7rem;
  }
  .projects img {
    width: 300px;
    height: 200px;
  }
  .contact-section {
    font-size: 1.7rem;
  }
}

@media (min-height: 100px) and (max-height: 600px) {
  .header-content {
    margin: 15vh auto;
  }
}
/*# sourceMappingURL=style.css.map */