/* Scrollbar Colour / selection */
	/* Firefox */
    * {
        scrollbar-color: #ff0000 transparent;
      }
    
    /* Chrome, Edge, and Safari */
      *::-webkit-scrollbar {
        width: 10px;
        background: transparent;
      }
      
    
      *::-webkit-scrollbar-track {
        background: transparent;
      }
    
      *::-webkit-scrollbar-thumb {
        background-color: #ff0000;
        border-radius: 20px;
      }
      *::-webkit-scrollbar-thumb:hover {
        background-color:rgb(237, 0, 0);
        border-radius: 20px;
      }
    ::selection {
        background-color: #ff0000;
        color: #fafafa;	
    }
    /*--------------------------------------------------------------
    # General
    --------------------------------------------------------------*/
    body {
      font-family: "Open Sans", sans-serif;
      color: #212212;
      
    }
    
    a {
      color: #ff0000;
      text-decoration: none;
    }
    
    a:hover {
      color: #ff0000;
      text-decoration: none;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: "Raleway", sans-serif;
    }
    html {
        background-color: #242424;
    }
    /*--------------------------------------------------------------
    # Back to top button
    --------------------------------------------------------------*/

    .container {
		width: 1000px;
		height: 390px;
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 7px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 1rem;
    background-color: #333;
	}
  .social-btn1 {
    width: 48%;
		height: 80px;
    position: absolute;
		top: 123%;
		left: 25%;
		transform: translate(-50%, -50%);
    border-radius: 7px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 1rem;
    background-color: #333;
  }
  .social-btn2 {
    width: 48%;
		height: 80px;
    position: absolute;
		top: 149%;
		left: 25%;
		transform: translate(-50%, -50%);
    border-radius: 7px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 1rem;
    background-color: #333;
  }
  .social-btn3 {
    width: 48%;
		height: 80px;
    position: absolute;
		top: 175%;
		left: 25%;
		transform: translate(-50%, -50%);
    border-radius: 7px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 1rem;
    background-color: #333;
  }
  .social-btn4 {
    width: 48%;
		height: 80px;
    position: absolute;
		top: 123%;
		left: 76%;
		transform: translate(-50%, -50%);
    border-radius: 7px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 1rem;
    background-color: #333;
  }
  .social-btn5 {
    width: 48%;
		height: 80px;
    position: absolute;
		top: 149%;
		left: 76%;
		transform: translate(-50%, -50%);
    border-radius: 7px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 1rem;
    background-color: #333;
  }
  .social-btn6 {
    width: 48%;
		height: 80px;
    position: absolute;
		top: 175%;
		left: 76%;
		transform: translate(-50%, -50%);
    border-radius: 7px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 1rem;
    background-color: #333;
  }
  .profile img {
    margin: none;
    display: block;
    width: 120px;
    position: absolute;
		top: 10%;
		left: 50%;
		transform: translate(-50%, -50%);
    width: 22%;
    height: 55%;
  }
  h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: #fafafa;
    position: absolute;
		top: 48%;
		left: 50%;
		transform: translate(-50%, -50%);
  }
  p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 29px;
    text-align: center;
    color: #fafafa;
    position: absolute;
		top: 65%;
		left: 50%;
		transform: translate(-50%, -50%);
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links a:hover {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}
.text-center {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center!important;
}
.footer {
  position: absolute;
  left: 0;
  top: 200%;
  bottom: 0;
  width: 100%;
  text-align: center;
  }
  .profile-bio {
    font-size: 20px;
  }
  .emailbtn{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center!important;
    color: #fff;
    border: 0.125rem solid #ff0000;
    border-radius: 2rem;
    background-color: #ff2929;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 40px;
    width: 160px;
    text-align: center;
    font-size: 1rem;
  } 
  .emailbtn a {
    color: #fff;
    padding: 1.375rem 2.625rem 1.375rem 2.625rem;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
  }

 
  .emailbtn:hover {
    background-color: transparent;
    color: #ff0000;
    text-decoration: none;
  }
.emailbtn i {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.profile-bkg-hero-wrapper {
  position: relative;
  overflow: hidden;
  height: 460px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slice-div {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -100px;
  height: 200px;
  background-color: #242424;
  opacity: 1;
  -webkit-transform: skew(-10deg,0deg) rotate(-6.5deg);
  -ms-transform: skew(-10deg,0deg) rotate(-6.5deg);
  transform: skew(-10deg,0deg) rotate(-6.5deg);
};
.home {
  color: #fafafa;
  font-size: 20px;
  line-height: 29px;
  font-weight: 900;
  text-align: center;
  padding: 0.5rem;
  position: fixed;
  top: 3%;
  left: 2%;
  transform: translate(-50%, -50%);
}
.bx-home {
  color: #fafafa;
  font-size: 20px;
  line-height: 29px;
  font-weight: 900;
  text-align: center;
  padding: 0.5rem;
  position: fixed;
  top: 3%;
  left: 2%;
  transform: translate(-50%, -50%);
}
.bx-home:hover {
  font-size: 20px;
  line-height: 29px;
  font-weight: 900;
  text-align: center;
  color: #ff0000;
  padding: 0.5rem;
  position: fixed;
  top: 3%;
  left: 2%;
  transform: translate(-50%, -50%);
}
h2,h3,h4,h5,h6,h7{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #fafafa;
    position: absolute;
		top: 35%;
		left: 25%;
		transform: translate(-50%, -50%);
    padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
  }
  .social-btn p {
    color: #929292;
    top: 70%;
		left: 35%;
		transform: translate(-50%, -50%);
  }
  .bi-arrow-right-short {
    font-size: 22px;
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: #929292;
    position: absolute;
		top: 50%;
		left: 94%;
		transform: translate(-50%, -50%);
    transition: transform .3s ease;
    padding: 0.5rem;
  }
  .social-btn .bi-arrow-right-short:hover {
    transform: translateX(0) translateY(0) translateZ(0);
  }
  .social-img {
    position: relative;
    border-radius: 2px;
    display: inline-block;
    max-width: 12%;
    max-height: 70%;
    position: absolute;
		top: 50%;
		left: 4%;
		transform: translate(-50%, -50%);
    transition: transform .3s ease;
  }
  .social-img:hover{
    transform: 10px
  }
  img {
    height: 100%;
    width: 100%;
   }
   @media all and (max-width: 600px) {
    .social-links a {
      font-size: 18px;
      display: inline-block;
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s;
    }
    .emailbtn{
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center!important;
      color: #fff;
      border: 0.125rem solid #ff0000;
      border-radius: 2rem;
      background-color: #ff2929;
      text-decoration: none;
      transition: all 0.2s ease;
      height: 40px;
      width: 160px;
      text-align: center;
      font-size: 1rem;
    } 
    p {
      margin-top: 0;
      margin-bottom: 15px;
      line-height: 29px;
      text-align: center;
      color: #fafafa;
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
    h1 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 35px;
      line-height: 29px;
      font-weight: 900;
      text-align: center;
      color: #fafafa;
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .profile img {
      margin: none;
      display: block;
      width: 120px;
      position: absolute;
      top: 8%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 32%;
      height: 38%;
    }
    .container {
      width: 100%;
      height: 390px;
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 7px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 1rem;
      background-color: #333;
    }
    .social-btn1 {
      width: 90%;
      height: 80px;
      position: absolute;
      top: 123%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 7px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 1rem;
      background-color: #333;
    }
    .social-btn2 {
      width: 90%;
      height: 80px;
      position: absolute;
      top: 149%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 7px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 1rem;
      background-color: #333;
    }
    .social-btn3 {
      width: 90%;
      height: 80px;
      position: absolute;
      top: 175%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 7px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 1rem;
      background-color: #333;
    }
    .social-btn4 {
      width: 90%;
      height: 80px;
      position: absolute;
      top: 201%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 7px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 1rem;
      background-color: #333;
    }
    .social-btn5 {
      width: 90%;
      height: 80px;
      position: absolute;
      top: 228%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 7px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 1rem;
      background-color: #333;
    }
    .social-btn6 {
      width: 90%;
      height: 80px;
      position: absolute;
      top: 255%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 7px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 1rem;
      background-color: #333;
    }
    .footer {
      position: absolute;
      left: 0;
      top: 280%;
      bottom: 0;
      width: 100%;
      text-align: center;
      }
   }
   .back-to-top.active {
    position: fixed;
    top: 190%;
    left: 110%;
    transform: translate(-50%, -50%);
   }
   