#rightSide {
  height: 80vh;
  display: flex;
  align-items: center;
  float: right;
  direction: rtl;
  width: 80%;
}

#rightSide-left {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  direction: rtl;
}

#rightSide-left > h2 {
  letter-spacing: 5px;
  margin-bottom: 6px;
  color: #37b178;
  direction: rtl;
}

#rightSide-left > h1 {
  font-weight: 800;
  margin: 10px 0;
  letter-spacing: 2px;
  color: rgb(31, 31, 31);
  direction: rtl;
}

#rightSide-left > h3 {
  margin-bottom: 6px;
  color: rgb(100, 100, 100);
  font-weight: 600;
  direction: rtl;
}

#rightSide-left > h4 {
  color: rgb(129, 129, 129);
  margin-top: 10px;
  line-height: 25px;
  direction: rtl;
  font-family: "Vazir";
}

#rightSide-socials {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 40px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 50px;
  height: 200px;
}

#rightSide-socials > a {
  margin: 3px;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rightSide-socials > a:active {
  background-color: rgb(218, 218, 218);
}

#seeCV {
  width: 150px;
  height: 50px;
}

#seeCV > button {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #36b178;
  background-color: #36b178;
  cursor: pointer;
  margin-top: 40px;
  color: white;
  font-size: 17px;
  font-family: "Roboto";
}

#seeCV:active > button {
  background-color: transparent;
  color: #36b178;
}

#backgroundP {
  position: fixed;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 95%;
}

#blackPage {
  display: none;
  position: fixed;
  z-index: 50;
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
