body {
  font-family: "poppins", sans-serif;
  padding: 0;
  margin: 0;
  background-color: black;
  color: white;
  padding-top: 5rem;
}

header {
  padding: 2rem;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #000108;
  z-index: 1000;
}

.myIntro span {
  background-color: gainsboro;
  padding: .1rem .3rem;
  border-radius: 10px;
  color: #00021F;
}

.homePage img {
  width: 20vw;
  position: absolute;
  right: 5rem;
  bottom: 10rem;
}

.fa-code {
  color: white;
  font-size: 25px;
}

.myName span {
  font-weight: 500;
  font-size: 20px;
  color: #00CCFF;
}

a {
  color: white;
  text-decoration: none;
  padding-right: .5rem;
}

#HoveMe:hover {
  color: #00CCFF;
}

.whatsApp button {
  padding: .9rem 1.5rem;
  border-radius: 8rem;
  font-weight: 500;
  background-color: #008E14;
  color: white;
  border: none;
  margin-top: 1rem;
  margin-right: 5rem;
  font-size: 15px;
  cursor: pointer;
}

#whatsApp:hover {
  background-color: #3a9147;
}

.headerSection {
  padding-right: 15rem;
  padding-top: 1.55rem;
}

header p {
  flex: 1;
  padding-left: 5rem;
}

.headerSection span {
  color: gray;
  margin-left: .5rem;

}

.fa-whatsapp {
  font-size: 15px;
}

.fa-bars {
  margin-right: 1rem;
  font-size: 27px;
}

.whatsAppBtn2 {
  margin-right: 0;
}

.introName {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
}

.homePage {
  margin-left: 5rem;
}

.homePage h1 {
  margin-top: 0;
}

.status {
  font-style: italic;
  color: #00CCFF;
}

.fa-briefcase {
  background-color: white;
  padding: 1.22rem 1rem;
  font-size: 25px;
  border-radius: 100px;
}

.homePage button {
  background: rgb(194, 194, 194);
  color: black;
  border: none;
  padding: 0 1rem 0 0;
  font-size: 16px;
  font-weight: 600;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 1rem;
}

.introName span {
  font-weight: 600;
}

.ParaSkills {
  color: gray;
  text-align: justify;
}

.skillsPage h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.skillsPage {
  margin-top: 0;
}

.devicon-html5-plain,
.devicon-css3-plain,
.devicon-javascript-plain {
  font-size: 3rem;
}

.skill {
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: white;
}

.progress-bar {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 50px;
  overflow: hidden;
  height: 25px;
  margin-top: 1.5rem;
  margin-left: .5rem;
}

.progress-fill {
  width: 90%;
  background-color: #00cfff;
  height: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.progressdsesTop-fill {
  width: 80%;
  background-color: #00cfff;
  height: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.progress-fill span {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

.Html p {
  font-weight: 500;
}

.nameOfSkill {
  position: absolute;
  margin-bottom: 1rem;
  left: 3.5rem;
  bottom: 1rem;
  font-weight: 500;
}

.frontEndDev {
  box-shadow: 1px 1px 10px 1px #00cfff;
  padding: 1rem 2rem .1rem 1rem;
  border-width: 1px;
  border-radius: 15px;
  margin-right: 1rem;
}

.frontEndDev h3 {
  margin: 0 0 1rem;
  text-align: center;
}

.shopifyDev img {
  width: 50px;
}

.Html5 {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.shopifyDev {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 1rem;
  padding: 4rem 2rem 1rem 1rem;
  border-width: 1px;
  border-radius: 15px;
  margin-top: 1rem;
  box-shadow: 1px 1px 10px 1px #00cfff;
  margin-top: 2rem;
}

#shopifyDev {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  margin-right: 1rem;
  padding: 1rem 2rem 1rem 1rem;
}

.shopifyDev p {
  position: absolute;
  margin-bottom: 1rem;
  left: 4.7rem;
  bottom: 2.7rem;
  font-weight: 500;
}

.shopifyDev h3 {
  position: absolute;
  top: 0;
  left: 4.8rem;
}

.progressShopify-fill {
  width: 95%;
  background-color: #00cfff;
  height: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.projects {
  margin: 5rem;
}

.projects p {
  color: gray;
  margin-top: 0;
  text-align: justify;
}

.projects h1 {
  margin-bottom: 0;
}

footer {
  background-color: #00021F;
  padding: 2rem;
  text-align: center;
}

.experiencePage {
  margin: 5rem;
}

.experiencePage p {
  color: gray;
  text-align: justify;
}

.experiencePage span {
  background-color: rgb(189, 189, 189);
  color: #000108;
  padding: .2rem .5rem;
  border-radius: 10px;
}

.Html5deskTop {
  display: flex;
}

.Html5Desktop {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  width: 30%;
  padding: 1rem;
  border-radius: 12px;
  border-width: 1px;
  box-shadow: 1px 1px 10px 1px #00cfff;
}

.skillsDeskTop {
  display: flex;
  column-gap: 2%;
  justify-content: center;
  margin-right: 1rem;
}

.nameOfSkillDeskTop {
  position: absolute;
  margin-bottom: 1rem;
  left: 4.7rem;
  bottom: 2rem;
  font-weight: 500;
}

#nameOfSkill {
  margin-bottom: 0;
  position: absolute;
  bottom: 1.7rem;
}

.projects {
  margin-left: 5rem;
  margin-top: 4rem;
}

.iconnect {
  width: 110px;
}

.iConnectProject {
  background-color: white;
  padding: 1rem;
  width: 40%;
  margin-top: 5px;
  display: inline-block;
  border-radius: 8px;
  flex: 1;
  cursor: pointer;
}

.TasteShackProject {
  background-color: gold;
  padding: 1rem;
  width: 40%;
  margin-top: 5px;
  display: inline-block;
  border-radius: 8px;
  flex: 1;
  margin-left: 10rem;
  cursor: pointer;
}

.TasteShackProject img {
  margin-left: 20px;
}

.Pikemal img {
  width: 55%;
}

.Pikemal {
  background-color: white;
  width: 45%;
  display: flex;
  justify-content: center;
  justify-items: center;
  border-radius: 8px;
  padding: .5rem;
  margin-top: .5rem;
  margin-right: 3rem;
  cursor: pointer;
}

#Pikemal1:hover {
  transform: scale(90%);
  transition: 1s;
}

#Pikemal2:hover {
  transform: scale(90%);
  transition: 1s;
}

#iconnect1:hover {
  transform: scale(90%);
  transition: 1s;
}

#TasteShackProject1:hover {
  transform: scale(90%);
  transition: 1s;
}

.project1 {
  margin-bottom: 0;
}

.project2 {
  margin-bottom: 0;
}

.first {
  display: flex;
  column-gap: 5px;
}


section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

.headerSection {
  transition: all 0.3s ease;
}

.headerSection.active {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 70px;
  right: 10px;
  padding: 10px;
  border-radius: 10px;
}

.fa-bars.active {
  color: #00ff7f;
}

#Contacts p {
  margin-top: 0;
  margin-left: 5px;
}

#Contacts {
  margin-left: 5rem;
}








.digitalMarketing {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 1rem;
  padding: 4rem 2rem 1rem 1rem;
}

.marketingItem {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  align-items: center;
}

.marketingItem i {
  font-size: 2rem;
  margin-right: 1rem;
  color: #00cfff;
}

.progressMarketing-fill {
  background-color: #00cfff;
  height: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.progressMarketing-fill span {
  color: white;
  font-weight: 500;
  font-size: 14px;
}


















@media only screen and (max-width: 768px) {
  header {
    padding: 0;
  }

  .experiencePage {
    margin: 1rem;
  }

  .fa-code {
    font-size: 15px;
  }

  .homePage img {
    display: none;
  }

  .headerSection {
    display: none;
  }

  header p {
    flex: 1;
    padding: 0;
  }

  .WhatsAppBtn {
    display: none;
  }

  .whatsApp {
    margin-right: 0;
    padding-right: 0;
  }

  .whatsAppBtn2 {
    margin-right: 0;
    margin-left: 1rem;
  }

  .fa-whatsapp {
    font-size: 24px;
    margin: 1rem;
  }

  .fa-code {
    margin-left: .55rem;
    font-size: 22px;
  }

  .fa-bars {
    font-size: 22px;
  }

  .homePage {
    margin-left: 1rem;
    font-weight: 400;
  }

  .myIntro,
  .ParaSkills {
    color: gray;
    font-size: 14px;
    margin-top: 0;
  }

  .skillsPage {
    margin-left: 1rem;
    margin-top: 4rem;
  }

  .homePage button {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
  }

  .imageSection img {
    width: 250px;
    margin-top: 2rem;
  }

  .imageSection {
    text-align: center;
    margin: 0;
  }

  .skillsPage h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .skillsPage {
    margin-top: 0;
  }

  .devicon-html5-plain,
  .devicon-css3-plain,
  .devicon-javascript-plain {
    font-size: 3rem;
  }

  .skill {
    margin-bottom: 1.5rem;
    font-family: "Poppins", sans-serif;
    color: white;
  }

  .progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 50px;
    overflow: hidden;
    height: 25px;
    margin-top: 1.5rem;
    margin-left: .5rem;
  }

  .progress-fill {
    width: 90%;
    background-color: #00cfff;
    height: 100%;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }

  .progresss-fill {
    width: 80%;
    background-color: #00cfff;
    height: 100%;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }

  .progress-fill span {
    color: white;
    font-weight: 500;
    font-size: 14px;
  }

  .Html p {
    font-weight: 500;
  }

  .nameOfSkill {
    position: absolute;
    margin-bottom: 1rem;
    left: 3.5rem;
    bottom: 1rem;
    font-weight: 500;
  }

  .frontEndDev {
    box-shadow: 1px 1px 10px 1px #00cfff;
    padding: 1rem 2rem .1rem 1rem;
    border-width: 1px;
    border-radius: 15px;
    margin-right: 1rem;
  }

  .frontEndDev h3 {
    margin: 0 0 1rem;
    text-align: center;
  }

  .shopifyDev img {
    width: 50px;
  }

  .Html5 {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }

  .shopifyDev {
    display: flex;
    margin-bottom: 2rem;
    margin-right: 1rem;
    padding: 4rem 2rem 1rem 1rem;
    border-width: 1px;
    border-radius: 15px;
    margin-top: 1rem;
    box-shadow: 1px 1px 10px 1px #00cfff;
    margin-top: 2rem;
  }


  .shopifyDev p {
    position: absolute;
    margin-bottom: 1rem;
    left: 4.7rem;
    bottom: 2.7rem;
    font-weight: 500;
  }

  .shopifyDev h3 {
    position: absolute;
    top: 0;
    left: 4.8rem;
  }

  .progressShopify-fill {
    width: 95%;
    background-color: #00cfff;
    height: 100%;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }

  .projects {
    margin: 1rem;
    margin-top: 4rem;
  }

  .iconnect {
    width: 110px;
  }

  .iConnectProject {
    background-color: white;
    padding: 1rem;
    width: 40%;
    margin-top: 5px;
    display: inline-block;
    border-radius: 8px;
    flex: 1;
  }

  .TasteShackProject {
    background-color: gold;
    padding: 1rem;
    width: 40%;
    margin-top: 5px;
    display: inline-block;
    border-radius: 8px;
    flex: 1;
  }

  .TasteShackProject img {
    margin-left: 20px;
  }

  .Pikemal img {
    width: 55%;
  }

  .Pikemal {
    background-color: white;
    width: 45%;
    display: flex;
    justify-content: center;
    justify-items: center;
    border-radius: 8px;
    padding: .5rem;
    margin-top: .5rem;
  }

  .project1 {
    margin-bottom: 0;
  }

  .project2 {
    margin-bottom: 0;
  }

  .first {
    display: flex;
    column-gap: 5px;
  }

  footer {
    background-color: #000436;
    padding: 2rem;
    text-align: center;
  }

  .skillsDeskTop {
    display: none;
  }

  #Contacts {
    margin-left: 1rem;
  }

  .digitalMarketing {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 1rem;
    padding: 4rem 2rem 1rem 1rem;
  }

  .marketingItem {
    display: flex;
    position: relative;
    margin-bottom: 2rem;
    align-items: center;
  }

  .marketingItem i {
    font-size: 2rem;
    margin-right: 1rem;
    color: #00cfff;
  }

  .progressMarketing-fill {
    background-color: #00cfff;
    height: 100%;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }

  .progressMarketing-fill span {
    color: white;
    font-weight: 500;
    font-size: 14px;
  }
}














@media only screen and (min-width: 769px) {
  body {
    padding-top: 12rem;
  }

  .fa-bars {
    color: white;
    display: none;
  }

  .whatsAppBtn2 {
    margin-right: 0;
    display: none;
  }

  .fa-whatsapp {
    display: none;
  }

  .myIntro {
    width: 940px;
    color: gray;
    font-size: 1.2em;
    text-align: justify;
  }

  .skillsPage {
    margin-left: 5rem;
    margin-top: 4rem;
  }

  .imageSection {
    display: none;
  }

  .frontEndDev {
    display: none;
  }

}