body {
  font-family: "Ubuntu", sans-serif;
}
.home {
  background-color: black;
  height: 51rem;
  font-family: "Ubuntu", sans-serif;
  margin-top: -3.5%;
}

.home h1,
.home p {
  color: #dcbfe8;
}
.home img {
  width: 60%;
  margin-left: 1%;
}
.header {
  margin-top: 15%;
}
.header li {
  list-style-type: none;
  color: white;
  margin-left: 10%;
}
.header .name-header p,
h1 {
  margin-left: 35%;
  animation-name: text-color;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes text-color {
  0% {
    color: #dcbfe8;
  }
  25% {
    color: #e8bfbf;
  }
  50% {
    color: #bfd4e8;
  }
  100% {
    color: #bfe8dd;
  }
}
.name-header {
}
.name-header p {
  font-size: 20px;
}
.name-header p:nth-child(1) {
  margin-top: 5%;
}
.name-header h1 {
  font-size: 60px;
  margin-top: -2%;
}
.name-header .bottom-header {
  margin-top: -2%;
}

.profile-pic {
  border-right: 2px solid black;
}
.home button {
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 2rem;
  cursor: pointer;
  position: absolute;
  top: 4%;
}
.home button span {
  display: block;
  width: 3rem;
  height: 2.5px;
  background: white;
}
.sideDrawer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 20%;
  background: rgba(57, 55, 55, 0.737);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(14.5px);
  -webkit-backdrop-filter: blur(14.5px);
  border-radius: 10px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 10%;
 transition: 0.5s;
  
}

h2 {
  font-size: 50px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 6%;
   font-family: "Josefin Sans", sans-serif;
}

.about {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.profile-img {
  margin-top: 5%;
  z-index: 1;
  margin-left: 10%;
  height: 20rem;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.about {
}
.about-text {
  font-family: "Ubuntu", sans-serif;
  height: 4rem;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 5%;
}

.about-text p {
  font-size: 20px;
}
.about h2 {
  font-size: 35px;
}
.profile-div {
}
.profile-div ul {
  margin-top: 9%;
  margin-left: 9%;
}
.profile-div ul li {
  float: left;
  list-style-type: none;
  padding-left: 5%;
}
.profile-div a {
  color: black;
}
.profile-div a:hover {
  color: #dcbfe8;
}
.navBar ul {
  list-style-type: none;
  margin-top: 85%;
  margin-left: 15%;
   font-family: "Josefin Sans", sans-serif;
}
.navBar ul li {
  float: none;
  padding-top: 15%;
}

.navBar ul li a {
  text-decoration: none;
  font-size: 35px;
   color: #f1f1f1;

  transition: 0.3s;
}
.navBar ul li a:hover {
  
   color: #a5a2a2;
}
#navBar h2 {
  cursor: pointer;
  font-size: 20px;
  margin-left: 75%;
  margin-top: -40%;
}
.video {
  margin-left: 35%;
  margin-top: -3%;
}
@media (max-width: 560px) {
  .about {
    display: flex;
    flex-direction: row;
  }

  .about {
    display: grid;
    grid-template-columns: auto;
  }
  .home {
  }
  .header .name-header p,
  h1 {
    margin-left: 15%;
  }
  .header {
    margin-top: 35%;
  }
  .header img {
    margin-left: 18%;
  }
  .about-text {
    height: 43rem;
  }
  .sideDrawer {
    width: 90%;
  }
  .video {
    width: 90%;
    margin-left: 5%;
  }
  .navBar ul {
    margin-top: 20%;
    list-style-type: none;
    margin-left: 20%;
  }
  .navBar ul li {
    float: none;
    padding-top: 15%;
  }
  .navBar ul li a {
    text-decoration: none;
    font-size: 40px;
    color: white;
  }
  #navBar h2 {
    margin-top: 9%;
    margin-left: 75%;
    cursor: pointer;
    font-size: 20px;
  }
  .profile-div img {
    margin-left: 2%;
  }
  .profile-div ul {
    margin-left: 59%;
    margin-top: -60%;
  }
  .profile-div ul li {
    float: none;
    padding-top: 8%;
  }
}
