*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.col-0-5 {
  width: 4.16%;
}
.col-1 {
  width: 8.33%;
}
.col-1-5 {
  width: 12.5%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-9-5 {
  width: 79.16%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.Upperstrip {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 76px;
  background-image: linear-gradient(
    -90deg,
    rgba(34, 167, 240, 1),
    rgba(83, 51, 237, 1)
  );
  box-shadow: 10px 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.buttons {
  width: 80%;
  height: 45px;
  font-size: 16px;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  background-color: inherit;
  border: 0px;
  margin: 16px;
  letter-spacing: 3px;
  color: white;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}
.buttons:hover {
  width: 85%;
  height: 45px;
  cursor: pointer;
  letter-spacing: 7px;
  box-shadow: 5px 6px 8px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  color: black;
}
.photo_detail {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.topimage {
  margin-left: 30px;
  margin-top: 5px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.topname {
  margin: 30px 0px 20px 10px;
  letter-spacing: 5px;
  font-weight: bolder;
  font-size: 16px;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  color: white;
  text-transform: uppercase;
}
.topimage:hover {
  cursor: pointer;
}

@media only screen and (max-width: 875px) {
  .Upperstrip {
    background-image: none;
    background-color: rgba(25, 181, 254, 1);
    height: 55px;
    width: 100%;
    position: static;
  }
  .topname {
    display: none;
  }
  .photo_detail {
    height: 50px;
    width: 12.5%;
  }
  .imageholder {
    width: 100%;
    height: 100%;
  }
  .topimage {
    margin: 8px 0px 0px 5px;
    height: 38px;
    width: 38px;
    image-orientation: center;
  }
  .col-2 {
    width: 29.16%;
    height: 40px;
  }
  .buttons,
  .buttons:hover {
    letter-spacing: 1px;
    width: 82%;
    height: 35px;
    margin: 10px 5px 10px 5px;
    text-align: center;
    font-size: 13px;
  }
  .buttons:hover {
    letter-spacing: 2px;
    background-color: white;
    color: black;
  }
}
.centerpart {
  margin-top: 75px;
  padding-top: 200px;
  height: 550px;
}
.subheading {
  margin-top: 15px;
  margin-bottom: 0px;
  letter-spacing: 5px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
}
.mainheading {
  margin-top: 18px;
  font-size: 45px;
  letter-spacing: 10px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: "Major Mono Display", monospace;
  font-weight: bolder;
  text-transform: lowercase;
  text-align: center;
  color: black;
}
.mainheading:after {
  content: "YOUR FULL NAME";
}
.mainheading:hover:after {
  cursor: pointer;
  opacity: 1;
  content: "A WEB DEVELOPER:)";
}
@media only screen and (max-width: 875px) {
  .centerpart {
    height: 250px;
    margin-top: 50px;
    padding-top: 0px;
  }
  .subheading {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .mainheading {
    font-size: 42px;
    letter-spacing: 0px;
  }
}

.lowerstrip {
  height: 250px;
  background-color: rgba(46, 49, 49, 1);
  box-shadow: 10px 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.Contact {
  text-align: right;
  font-size: 16px;
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
  padding-right: 150px;
  padding-top: 50px;
  letter-spacing: 5px;
  color: white;
}
.addressmob {
  font-family: "Roboto", sans-serif;
  letter-spacing: 3px;
  font-weight: lighter;
  color: white;
}
.emaila {
  margin-top: 50px;
  margin-bottom: 0px;
  font-weight: lighter;
}
.id {
  margin-top: 5px;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 2px;
  color: rgba(41, 241, 195, 1);
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}
.add1 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: lighter;
}
.add2 {
  font-size: 14px;
  margin-top: 5px;
  width: 75%;
  font-weight: lighter;
  letter-spacing: 2px;
}
.Mob1 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: lighter;
}
.Mob2 {
  font-size: 15px;
  margin-top: 5px;
  font-weight: lighter;
  letter-spacing: 2px;
  color: rgba(41, 241, 195, 1);
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}
.id:hover {
  color: white;
  cursor: pointer;
  letter-spacing: 4px;
}
.Mob2:hover {
  color: white;
  cursor: pointer;
  letter-spacing: 4px;
}
.Socialconts {
  display: flex;
  flex-wrap: wrap;
}
.social {
  height: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  text-align: right;
  font-size: 16px;
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
  letter-spacing: 3px;
  color: white;
}
.icons {
  height: 100px;
}
.link1 {
  height: 100px;
}
.link2 {
  height: 100px;
}

.git {
  width: 25px;
  height: 25px;
  image-orientation: center;
  filter: invert(100%);
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}
.linkedin {
  width: 25px;
  height: 25px;
  image-orientation: center;
  filter: grayscale(100%);
  transition-property: all;
  transition-duration: 0.15s;
  transition-delay: 0.05s;
}
.git:hover,
.linkedin:hover {
  filter: none;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 875px) {
  .lowerstrip {
    display: block;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .Contact {
    padding: 0px;
    letter-spacing: 2px;
    text-align: left;
  }
  .addressmob {
    width: 100%;
    height: auto;
  }
  .emaila {
    margin-top: 20px;
    letter-spacing: 2px;
  }
  .id {
    margin-bottom: 0px;
    letter-spacing: 2px;
  }
  .add1,
  .add2,
  .Mob2,
  .Mob1 {
    letter-spacing: 2px;
  }
  .Socialconts {
    width: 100%;
    height: auto;
  }
  .icons {
    height: auto;
  }
  .social {
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  a[target] {
    height: auto;
  }
}
.aboutstrip {
  background-color: rgba(41, 241, 195, 1);
}
.educationstrip {
  background-color: rgba(41, 241, 195, 1);
}
.about {
  height: 100px;
  padding-top: 50px;
  text-align: right;
  font-size: 16px;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  padding-right: 150px;
  color: rgba(46, 49, 49, 1);
  letter-spacing: 5px;
}
.aboutme {
  margin: 0px;
  padding-top: 50px;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  padding-right: 20px;
}
.education {
  height: 90px;
  padding-top: 30px;
  text-align: right;
  font-size: 16px;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  padding-right: 150px;
  color: rgba(46, 49, 49, 1);
  letter-spacing: 5px;
}
.eddetail {
  height: 90px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-right: 20px;
  color: rgba(46, 49, 49, 1);
}
.ed1 {
  margin-top: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: black;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
.ed2 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.ed3 {
  margin-top: 25px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: black;
  font-family: "Roboto", sans-serif;
}
.ed4 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.ed5 {
  margin-top: 25px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.ed6 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.years {
  padding-left: 50px;
}
.year,
.edbutton {
  margin: 0px;
  font-weight: bolder;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.edbutton {
  border: 0px;
  background-color: rgba(46, 49, 49, 1);
  color: white;
  margin-top: 5px;
  font-weight: lighter;
}
.fall {
  margin-top: 30px;
}
.fall2 {
  margin-top: 25px;
}
.fall3 {
  margin-top: 20px;
}
.pdfhold {
  padding-left: 50px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.pdf {
  image-orientation: center;
  margin-left: 10px;
  margin-top: 50px;
  width: 18px;
  height: 18px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
  filter: invert(100%);
  float: right;
}
.resume {
  margin-top: 50px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  letter-spacing: 1px;
}
.pdf:hover {
  filter: none;
  width: 25px;
  height: 25px;
}
a[target] {
  text-decoration: none;
  color: inherit;
}
a[target]:hover {
  text-decoration: underline;
}

.classx {
  margin-top: 5px;
}

@media only screen and (max-width: 875px) {
  .aboutstrip {
    display: block;
    width: 100%;
    height: 127.2px;
  }
  .about {
    width: 100%;
    height: 50px;
    text-align: left;
    padding: 30px 0px 0px 20px;
    letter-spacing: 2px;
  }
  .aboutholder {
    width: 100%;
    height: 77.2px;
  }
  .aboutme {
    text-align: left;
    padding: 10px 20px 0px 20px;
  }
  .pdfhold {
    display: none;
  }
  .educationstrip {
    display: block;
    width: 100%;
    height: auto;
  }
  .education {
    width: 100%;
    padding: 20px 0px 0px 20px;
    height: auto;
    text-align: left;
    letter-spacing: 2px;
  }
  .eddetail {
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 20px;
  }
  .ed1 {
    margin-top: 10px;
  }
  .ed3,
  .ed5 {
    margin-top: 0px;
    padding-top: 10px;
  }
  .educ {
    padding-top: 0px;
  }
  .years {
    width: 100%;
    height: auto;
    padding-left: 20px;
    font-weight: lighter;
  }
  .fall,
  .fall2,
  .fall3 {
    margin-top: 5px;
  }
  .edstrip2,
  .edstrip3 {
    padding-top: 10px;
    height: auto;
  }
  .edbutton {
    margin-top: 0px;
  }
  .ed2,
  .ed4,
  .ed6 {
    color: black;
    font-weight: bolder;
  }
}

.skillset {
  height: 220px;
  background-color: rgba(41, 241, 195, 1);
  font-family: "Roboto", sans-serif;
  /*background-image: linear-gradient(-90deg,#57BC90,#77C9D4);*/
}
#skill {
  padding-top: 0px;
  padding-right: 150px;
  text-align: right;
  font-size: 16px;
  font-weight: bolder;
  letter-spacing: 5px;
}
.tskill {
  margin-top: 0px;
  display: block;
}
.tskills {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 150px;
  margin-bottom: 15px;
  font-size: 15px;
  border: 0px;
  color: white;
  font-weight: lighter;
  background-color: inherit;
  width: 25%;
  height: 22px;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(46, 49, 49, 1);
  border-radius: 10px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}
.tskills:hover {
  text-align: right;
  box-shadow: 10px 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.skill1 {
  width: 70%;
}
.skill2 {
  width: 60%;
}
.skill3 {
  width: 75%;
}
.skill4 {
  width: 60%;
}
.skill5 {
  width: 65%;
}
.skill1:after {
  content: "Skill-1";
}
.skill1:hover:after {
  content: "70%";
}
.skill2:after {
  content: "Skill-2";
}
.skill2:hover:after {
  content: "60%";
}
.skill3:after {
  content: "Skill-3";
}
.skill3:hover:after {
  content: "75%";
}
.skill4:after {
  content: "Skill-4";
}
.skill4:hover:after {
  content: "60%";
}
.skill5:after {
  content: "Skill-5";
}
.skill5:hover:after {
  content: "65%";
}
@media only screen and (max-width: 875px) {
  .skillset {
    display: block;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #skill {
    padding-left: 20px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    color: rgba(46, 49, 49, 1);
    text-align: left;
  }
  .tskill {
    width: 100%;
    height: auto;
    padding-left: 20px;
  }
  .tskills {
    margin-bottom: 10px;
  }
}
