*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #efefef;
  color: #222;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  align-items: center;
}
::-webkit-scrollbar {
  display: none;
}

.topview{
  box-shadow: 3px 4px 3px 2px rgb(72, 115, 152, 0.25);
  border-radius: 10px;
  width: 90%;
  padding: 10px;
  background-color: rgb(122, 215, 252, 0.95);
  backdrop-filter:blur(5px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: fixed;
  z-index: 10;
}
.right-tv{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 40%;
  font-weight: 600;
}

.right-tv .summary-btn:hover{
  color: blue;
  font-weight: 600;
  border-bottom: blue solid 2px;
  cursor: pointer;
}
.right-tv .projects-btn:hover{
  color: blue;
  font-weight: 600;
  border-bottom: blue solid 2px;
  cursor: pointer;
}
.right-tv .details-btn:hover{
  color: blue;
  font-weight: 600;
  border-bottom: blue solid 2px;
  cursor: pointer;
}

.righttv-menu{
  display: none;
}

.pd-section{
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: none;
}
.pd-section.active{
  width: 100%;
  box-shadow: 3px 3px 3px 3px #99beb8b7;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-top: 55px;
}
.pd-section.active .smm-head{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pd-section.active .smm-head .threedots{
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}
.pd-section.active .smm-head .threedots .red{
  width: 12px;
  height: 12px;
  background-color: rgb(216, 33, 33);
  border-radius: 50%;
}
.pd-section.active .smm-head .threedots .yellow{
  width: 12px;
  height: 12px;
  background-color: rgb(240, 240, 45);
  border-radius: 50%;
}
.pd-section.active .smm-head .threedots .green{
  width: 12px;
  height: 12px;
  background-color: rgb(8, 160, 8);
  border-radius: 50%;
}

.pd-section.active .smm-head .threedots .red.active{
  width: 12px;
  height: 12px;
  margin-bottom: 7px;
  background-color: rgb(216, 33, 33);
  border-radius: 50%;
}
.pd-section.active .smm-head .threedots .yellow.active{
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
  background-color: rgb(240, 240, 45);
  border-radius: 50%;
}
.pd-section.active .smm-head .threedots .green.active{
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
  background-color: rgb(8, 160, 8);
  border-radius: 50%;
}

.pd-section.active .smm-head .headline{
  width: 90%;
  display: flex;
  justify-content: center;
  padding: 10px;
  box-shadow: -2px -2px 2px 2px rgba(94, 169, 255, 0.25);
  border-radius: 10px;
}
.pd-section.active .profile{
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 5px;
  justify-content: space-evenly;
  padding: 10px;
}
#current-age{
  font-size: 12px;
  color: #169b68;
  font-weight: 800;
}
.pd-section.active .profile .pphoto img{
  width: 400px;
  height: 400px;
  border-radius: 20px;
}
.pd-section.active .profile .pd-cover{
  height: 100%;
}
.pd-section.active .profile .pdetails{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.pd-section.active .profile .pdetails p{
  font-size: 19px;
  margin-bottom: 5px;
}
.pd-section.active .bio{
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.pd-section.active .bio a{
  text-decoration: none;
  color: blue;
  font-weight: 700;
}
.pd-section.active .interactions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(150, 210, 230, 0.25);
  max-width: 500px;
}
.pd-section.active .interactions .outint{
  display: none;
}
.pd-section.active .interactions .outint.active{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.pd-section.active .interactions .outint.active span:hover{
  cursor: pointer;
  color: blue;
  font-weight: 650;
}
.pd-section.active .interactions .inint{
  display: none;
}
.pd-section.active .interactions .inint.active{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around;

}
.pd-section.active .interactions .inint.active span:hover{
  cursor: pointer;
  color: blue;
  font-weight: 650;
}
.pd-section.active .interactions .inint.active #sendComment-btn{
  display: none;
}
.pd-section.active .interactions .inint.active #closeComment-btn{
  display: none;
}
.pd-section.active .interactions .inint.active #sendComment-btn.active{
  display: block;
}
.pd-section.active .interactions .inint.active #closeComment-btn.active{
  display: block;
}


.pd-section.active .interactions .inint.active #comment_to{
  display: flex;
  height: 30px;
  width: 100%;
  max-width: 400px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  box-shadow: -1px 1px 1px 1px #999;
  outline: none;
  text-align: center;
}

.summary-btn.active{
  color: blue;
  font-weight: 600;
  border-bottom: blue solid 2px;
}
.projects-btn.active{
  color: blue;
  font-weight: 600;
  border-bottom: blue solid 2px;
}
.details-btn.active{
  color: blue;
  font-weight: 600;
  border-bottom: blue solid 2px;
}
.projects{
  display: none;
}
.details{
  display: none;
}


.projects.active{
  width: 100%;
  box-shadow: 3px 2px 3px 2px #efefef;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-top: 50px;
}
.projects.active .fstproject{
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
}
.projects.active .fstproject h3{
  background-color:  rgb(122, 215, 252, 0.4);
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.projects.active .fstproject .details_project{
  background-color: rgb(230, 230, 230);
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.projects.active .fstproject .details_project li{
  border: #222 1px solid;
}
.projects.active .fstproject .details_project .pynedet{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects.active .fstproject .details_project .pynedet img{
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  border-radius: 10px;
  margin: 10px 0;
}
.projects.active .fstproject .details_project .example{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.projects.active .fstproject .details_project .example span{
  color: #777;
}
.projects.active .fstproject .details_project .links{
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px;
}
.projects.active .fstproject .details_project .links a{
  text-decoration: none;
  color: blue;
  font-weight: 700;
}


.details.active{
  width: 100%;
  box-shadow: 3px 2px 3px 2px #efefef;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-top:50px;
}

.details.active .dir{
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.details.active .inspire{
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 610px) {
  .topmenu-blank{
    display: none;
  }
  .topmenu-blank.active{
    display: block;
    position: fixed;
    top: -20px;
    width: 110%;
    height: 110%;
    left: -20px;
    background-color: rgba(110, 110, 110, 0.4);
    z-index: 1;
  }
  .topview{
    position: fixed;
    box-shadow: 3px 4px 5px 2px rgba(170, 170, 170, 0.55);
    border-radius: 10px;
    width: 90%;
    padding: 10px;
    background-color: rgb(122, 215, 252, 0.9);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    z-index: 10;
  }
  .right-tv{
    display: none;
  }
  .right-tv.active{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font-weight: 600;
  }
  .right-tv.active .summary-btn:hover{
    color: blue;
    font-weight: 600;
    border-bottom: blue solid 2px;
    cursor: pointer;
  }
  .right-tv.active .projects-btn:hover{
    color: blue;
    font-weight: 600;
    border-bottom: blue solid 2px;
    cursor: pointer;
  }
  .right-tv.active .details-btn:hover{
    color: blue;
    font-weight: 600;
    border-bottom: blue solid 2px;
    cursor: pointer;
  }

  .righttv-menu{
    display: block;

  }
  #topmenu{
    display: none;
  }
  #topmenu.active{
    display: block;
    cursor: pointer;
  }
  .righttv-menu.notactive{
    display: none;
  }
  .names.notactive{
    display: none;
  }
  .pd-section.active .profile{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pd-section.active .profile .pphoto img{
    border-radius: 50%;
    width:300px;
    height: 300px;
    border:#5498ff 3px solid;
    box-shadow: 2px 2px 5px 5px rgba(126, 145, 145, 0.75);
  }
  .pd-section.active .profile .pd-cover .pdetails{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
