* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: Skytree;
  src: url(resources/fonts/skytree.ttf);
}
.bg_help {
  border: 2px solid red;
}
.body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
}
.navbar {
  display: flex;
  background-color: #262439;
  flex-direction: row;
  width: 100vw;
  height: fit-content;
  align-items: center;
  justify-content: start;
  height: 50px;
  border-bottom: 4px dashed #3d3958;
}
.screen {
  background-color: #1b1212;
  width: 100vw;
  height: 400vh;
  display: flex;
  flex-direction: column;
}
.screen1 {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #262439;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  border-bottom: 5px dashed #3d3958;
}
.screen2 {
  position: relative;
  background-color: #262439;
  color: #b58db6;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Clash Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 5px dashed #3d3958;
}
.screen3 {
  position: relative;
  background-color: #262439;
  color: #b58db6;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Clash Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 5px dashed #3d3958;
}
.screen4 {
  position: relative;
  background-color: #262439;
  color: #3d3958;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Clash Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 5px dashed #3d3958;
}

#name-logo {
  font-family: Skytree, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 27px;
  width: fit-content;
  color: #b58db6;
  text-shadow: 2px 2px 0px #3d3958;
  position: relative;
  top: 3px;
  left: 50%;
  transform: translate(-50%);
}
#pfpfr {
  visibility: hidden;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -60%);
  border-radius: 100%;
  width: 200px;
  border: 5px solid #b58db6;
}
.text1 {
  visibility: visible;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #b58db6;
  text-align: center;
  width: 900px;
  line-height: 30px;
  animation: fadeIn 3s;
  animation-delay: 3s;
  animation-fill-mode: backwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#heading1 {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 60px;
  text-shadow: 3px 3px 0px #b58db6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: azure;
  animation: fadeIn 5s;
}
#emoji1 {
  text-shadow: none;
}
.subpage-header {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 50px;
}
#qualifications-block {
  font-family: "Clash Grotesk", sans-serif;
  height: 70vh;
  width: 80vw;
  display: flex;
  flex-direction: column;
  /* border: 4px solid #b58db6; */
  border-radius: 15px;
  border: none;
  gap: 30px;
}

.quals {
  height: 25%;
  width: 100%; /* currently only 3 qualifications added, hence 1/3 space needed for each => 33.33% each*/
  border: 7px solid #b58db6;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bachelorsdegree {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bachelorsdegree::before {
  content: "";
  background-image: url("resources/images/testimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 5% 10%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
  border-radius: 100px;
}

#highschool {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#highschool::before {
  content: "";
  background-image: url("resources/images/gurukul-blur.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 0% 50%;

  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
  border-radius: 100px;
}

#schooling {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#schooling::before {
  content: "";
  background-image: url("resources/images/love.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 0% 30%;

  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
  border-radius: 100px;
}

.quals-text {
  font-weight: 600;
  opacity: 1;
  z-index: 100;
  color: #d8acda;
  text-shadow: 3px 3px 5px #262439;
}

.bigblock {
  font-family: "Clash Grotesk", sans-serif;
  display: flex;
  flex-direction: row;
  /* border: 2px solid #3d3958; */
  width: 80%;
  height: 70%;
  align-items: center;
  justify-content: center;
}

.myskills {
  position: relative;
  /* border-right: 2px dashed #3d3958; */
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.myexperience {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.skills {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.se-header {
  position: absolute;
  top: 0;
  left: 0;
}
.skill-img {
  width: 70px;
  position: absolute;
  left: 30px;
}
#whatevenisthisfor {
  position: absolute;
  left: 0px;
  display: flex;
}
#whatevenisthisfor,
img {
  width: 70px;
}
#jsimg {
  border-radius: 10%;
}
#contact {
  display: flex;
  position: absolute;
  bottom: 30px;
  gap: 30px;
}
.contacts {
  cursor: pointer;
  color: #b58db6;
  text-decoration: overline;
}

#wavinghandimg {
  width: 80px;
  position: relative;
  top: 10px;
}
