*{
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image: url(./assets/image/main.jpg); */
  background-color: rgba(220, 203, 203, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;

}

.contain {
  position: relative;
  top: 2%;
  height: 50%;
  width: 95%;
  /* background-color: rgba(0, 0, 0,0.6); */
  border-radius: 20px;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.nav{
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0,0.9);
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap:800px; */
  color: white;
  padding: 10px,0,10px,0;
}

.navmenu{
  /* background-color: red; */
  display: flex;
  height: 80%;
  width: 30%;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}

.navmenu li{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  /* background-color: gray; */
  height: 80%;
  width: 19%;
}

.navmenu li a{
  text-decoration: none;
  color: white;
}

.navmenu li a:active{
  background-color: rgba(255, 12, 12, 0.6);
  border-radius: 20px;

}

.navmenu li:hover{
  background-color: rgba(255, 12, 12, 0.6);
  border-radius: 20px;
  
}

.navimg{
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
  height: 100%;
  width: 20%;

}
.navimg img{
  height: 70px;
}




.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image: url(./assets/image/main.jpg); */
  background-color: rgba(220, 203, 203, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;

}

.contain {
  position: relative;
  top: 2%;
  height: 50%;
  width: 95%;
  /* background-color: rgba(0, 0, 0,0.6); */
  border-radius: 20px;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}


.wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  
  .pcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 480px;
    height: 480px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 2px 2px 20px black;
    /* box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
  }
  
  .pcontainer .profile-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* position: ;
    top: -65px;
    left: 85px; */
    border: 5px solid rgb(216, 48, 53);
  }
  
  .content{
    padding: 65px 20px 20px;
  }
  
  .content .sub-content{
    text-align: center;
  }
  
  .content .sub-content h1{
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(216, 48, 53);
  }
  
  .content .sub-content span{
    font-size: 12px;
    color: #494949;
  }
  
  .content .sub-content p{
    margin-top: 15px;
    font-weight: 600;
  }
  
  .content .sub-content span.location{
    display: block;
    margin: 5px 0 20px;
  }
  
  .content .sub-content span.location .fa{
    font-size: 18px;
    margin-right: 5px;
  }
  
  .content .sub-content a{
    color: #1da1f2;
  }
  
  .data{
    width: 100%;
    overflow: hidden;
    margin: 30px 0 20px;
  }
  
  .inner-data{
    width: 33.3%;
    float: left;
    text-align: center;
  }
  
  .inner-data span .fa{
    font-size: 30px;
    margin-bottom: 5px;
    color: #1da1f2;
  }
  
  .edit-btn{
      clear: both;
      text-align: center;
      width: 80%;
      height: 35px;
      background: rgb(216, 48, 53);
     color: #fff;
    text-transform: uppercase;
    line-height:38px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
  }


  .back{
    height: 20%;
    width: 100%;
    position: relative;
  }