* {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  /* overflow-y: hidden; */
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  width: 100%;
  background-color: lavender;
  position: fixed;
  top: 0px;
  z-index: 5;
  filter: drop-shadow(rgb(207, 205, 205) 1rem 1rem 20px);
}
.logoholder {
  width: 40%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoimg {
  position: absolute;
  left: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: aqua;
  background-image: url("IMG_20230703_091604_762.jpg");
  background-size: cover;
  margin-right: 10px;
}
#nameanchor {
  text-decoration: none;
  font-size: 2rem;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 600;
}

.hapc {
  width: 400px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 80px;
  list-style-type: none;
  font-weight: 200%;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.tagme {
  margin-right: 20px;
  font-size: 2rem;
}
a {
  text-decoration: none;
  color: black;
}
main {
  background-image: linear-gradient(
      0deg,
      rgba(23, 22, 22, 0.3),
      rgba(255, 254, 254, 0.678)
    ),
    url("https://d33wubrfki0l68.cloudfront.net/daac8858fd4a0ccea44f59dfd079c3c16c263f33/c157c/assets/svg/common-bg.svg");
  height: 716px;
  width: 100%;
  position: absolute;
  top: 150px;
}
.name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.am {
  color: #000;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 4rem;
  position: relative;
  top: 100px;
}
.pr {
  width: 1100px;
  position: relative;
  top: 150px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 2rem;
  text-align: center;
}
.btn {
  background-color: #7843e9;
  font-size: 2rem;
  border: none;
  position: relative;
  top: 200px;
  height: 100px;
  width: 250px;
  text-align: center;
  border-radius: 5%;
  color: #fff;
  filter: drop-shadow(#7843e978 1rem 1rem 10px);
}
.pjbtn {
  color: #fff;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 500%;
  text-align: center;
}
.social-media-buttons {
  height: 300px;
  width: 75px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 5px;
  /* z-index: 5; */
}
.twitter,
.insta,
.github,
.linkedin {
  font-size: 3rem;
  margin-bottom: 18px;
}
.ani {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 320px;
  height: 80px;
  width: 50px;
  border: 2px groove black;
  border-radius: 60px;
  /* background-color: #fff; */
}

.ani::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s ease 0s infinite;
  -webkit-animation: wheel 1.3s infinite;
}

@keyframes wheel {
  from {
    top: 7px;
  }
  to {
    top: 73px;
    opacity: 0;
  }
}

.mainabout {
  position: absolute;
  top: 716px;
  height: 500px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inabout {
  position: absolute;
  top: 150px;
  height: 50px;
  width: 500px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.4rem;
}

#bofp {
  font-size: 2.5rem;
}

.hori {
  width: 200px;
  height: 7px;
  border-radius: 25px;
  background-color: #7843e9;
  position: absolute;
  top: -30px;
}
.pofp {
  position: relative;
  top: 20px;
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.85rem;
}
.getoknowmeskill {
  position: absolute;
  top: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gettoknowme {
  width: 37%;
  height: 200px;
  position: absolute;
  left: 150px;
  top: 250px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.gettoknowme h1 {
  font-size: 1.85rem;
}

.gettoknowme p {
  font-size: 1.5rem;
}

#contactbtn {
  position: relative;
  top: 40px;
  color: #fff;
}
.skill {
  height: 500px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-self: center;
  position: absolute;
  right: 90px;
  top: 210px;
  flex-direction: column;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.myskills {
  font-size: 1.5rem;
  position: absolute;
  left: -100px;
  top: 20px;
}
.skillboxholder {
  position: absolute;
  right: 100px;
  top: 100px;
  height: 200px;
  width: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}
.skillbox {
  /* margin-right: 50px; */
  font-weight: 500;
  height: 70px;
  width: 100px;
  background-color: rgba(112, 112, 112, 0.344);
  color: #000;
  /* border: 2px solid black; */
  padding-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500%;
  font-size: 1.01rem;
  border: none;
  border-radius: 20%;
}

.projecth {
  width: 100%;
  height: 150vh;
  position: absolute;
  top: 1750px;
  display: flex;
  flex-direction: column;

  align-items: center;
}
.mainproject {
  color: #000;
  font-size: 3rem;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#prhori {
  position: absolute;
  top: 10vh;
}
.imge {
  background-image: url("Untitled design.png");
  width: 600px;
  height: 400px;
  background-size: cover;
}
.prj1,
.prj2,
.prj3 {
  display: flex;
  flex-direction: row;
}
.prjdes {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hea {
  font-weight: 900;
  font-size: 2rem;
  /* text-align: center; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.des {
  font-size: 2rem;
  /* text-align: center; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.loading {
  position: absolute;
  top: 190px;
  left: 235px;
  width: 200px;
  height: 200px;
  border: 10px solid transparent;
  border-radius: 50%;
  border-top: 10px dotted #fff;
  animation: loadere 2s linear infinite;
}

@keyframes loadere {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
#l1 {
  position: absolute;
  top: 590px;
}
#l2 {
  position: absolute;
  top: 990px;
}
@keyframes twi {
  0% {
    left: 7px;
  }
  50% {
    left: 190px;
  }
  100% {
    left: 7px;
  }
}
.hori::before {
  align-self: center;
  content: "";
  height: 5px;
  width: 30px;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 20%;
  opacity: 1;
  animation: twi 2s ease 0s infinite;
  -webkit-animation: twi 4s infinite;
}
.contct {
  position: absolute;
  top: 3100px;
  width: 100%;
  /* height: 200vh; */
  background-image: linear-gradient(
      0deg,
      rgba(23, 22, 22, 0.3),
      rgba(255, 254, 254, 0.678)
    ),
    url("https://d33wubrfki0l68.cloudfront.net/daac8858fd4a0ccea44f59dfd079c3c16c263f33/c157c/assets/svg/common-bg.svg");
  height: 716px;
  /* width: 100%; */
  /* position: absolute; */
  /* top: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.maincontact {
  color: #000;
  font-size: 3rem;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  position: absolute;
  top: 0px;
}
#cnhori {
  position: absolute;
  top: 10vh;
}
#cnpfop {
  position: absolute;
  top: 15vh;
}
form {
  position: absolute;
  top: 200px;
  width: 50%;
  height: 70vh;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  /* border: .002px solid white; */
  backdrop-filter: blur(1000px);
  border: none;
  border-radius: 20px;
}
#name,
#email,
#Phone,
#description {
  padding: 1rem;
  height: 5vh;
  width: 250px;
  border: none;
  border-radius: 20px;
  background-color: #f0f0f0;
}

form button {
  height: 6vh;
  width: 200px;
  border-radius: 20px;
  border: none;
  background-color: #7843e9;
  color: #fff;
}
footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 3968px;
    height: 316px;
    width: 100%;
    background-color: #000;
}
#footer-social-media-buttons{
    display: flex;
    flex-direction: row;
    height: 75px;
    width: 300px;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 1100px;
    padding: 1rem;
    /* background-color: ; */
}
.footname{
    position: absolute;
    top: 100px;
    color: #fff;
    font-size: 1.5rem;
}
.footname p{
    /* text-wrap: nowrap; */
    width: 65%;
}
hr{
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 230px;
}
.Copyright{
    width: 100%;
    color: #fff;
    position: absolute;
    top: 240px;
    text-align: center;
}
.Copyright a{
    color: #fff;
}
#backtotop{
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    top: 5px;
}