@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Questrial");

.fab,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-github:before {
  content: "\f09b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-users:before{
  content:"\f0c0"
}
.fa-map-marker-alt:before{
  content:"\f3c5"
}
@font-face {
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:normal;
  font-display:auto;
  src:url(https://use.fontawesome.com/releases/v5.7.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.1/webfonts/fa-brands-400.woff) format("woff");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:400;
  font-display:auto;
  src:url(https://use.fontawesome.com/releases/v5.7.1/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.1/webfonts/fa-regular-400.woff) format("woff");
}
@font-face {
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-display:auto;
  src:url(https://use.fontawesome.com/releases/v5.7.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.1/webfonts/fa-solid-900.woff) format("woff");
}


.far {
  font-family: "Font Awesome 5 Free";
}
.fas{font-weight:900}
.fas{font-family:"Font Awesome 5 Free"}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  background: var(--bg-color);
  color: var(--text-color);
  max-width: 100vw;
  overflow-x: hidden;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: var(--bg-color);
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spinner {
  animation: rotate 0.5s infinite linear;
  width: 50px;
  height: 50px;
  border: 2px solid var(--bg-color);
  border-bottom: 2px solid var(--text-color);
  border-radius: 50%;
  margin: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.profile {
  width: 100vw;
  height: 100vh;
  background: var(--background-image) center center;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: fixed;
  color: #fff !important;
}
.profile-content {
  width: 24vw;
  padding: 4vh 3vw;
  height: 92vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.display {
  width: 64vw;
  padding: 4vh 3vw;
  height: 92vh;
  display: inline-block;
  padding-left: 33vw;
}

.display h1 {
  font-size: 50px;
  color: var(--text-color);
  font-weight: bold;
  font-family: "Questrial", sans-serif;
}

.emoji {
  width: 18px;
  height: 18px;
}

.profile_img_blog {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.username_blog {
  font-size: 18px;
  color: var(--text-color);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.username_blog span {
  font-size: 24px;
  font-family: "Questrial", sans-serif !important;
}

.username_blog b {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.background_overlay {
  width: 100vw;
  height: 55vh;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.background {
  width: 100vw;
  height: 55vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

.header {
  width: 63vw;
  text-align: right;
  padding: 3vh 0;
  position: absolute;
}

.header a {
  color: var(--text-color);
  text-decoration: none;
  margin-left: 4vw;
  font-weight: bold;
}

.footer {
  width: 100%;
  padding: 8vh 0;
  text-align: center;
}

.footer a {
  color: var(--text-color) !important;
  text-decoration: none;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
}

.profile_img {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  max-width: 180px;
  max-height: 180px;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.profile div {
  font-weight: bold;
  margin: 1.5vh 0;
}

.username {
  font-size: 18px;
  font-weight: bold;
}

.username span {
  font-size: 24px;
  display: block;
}

.userbio {
  font-size: 26px;
  font-family: "Questrial", sans-serif;
  width: 100%;
}

.about {
  font-size: 18px;
  font-family: "Questrial", sans-serif;
}

.about-icon {
  width: 30px;
}

.about a,
.username a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
}

.about a:hover,
.username a:hover {
  text-decoration: underline;
}

.about span {
  margin: 1vh 0;
  display: block;
}

.about span i {
  font-size: 16px;
}

.socials {
  color: #fff;
  text-decoration: none;
  margin: 3vh 0 !important;
}

.socials span {
  display: inline-block !important;
  margin-right: 2vw !important;
  font-weight: normal !important;
}

.socials span a {
  font-weight: normal !important;
}

::selection {
  color: var(--bg-color);
  background: var(--text-color);
}

@media (max-width: 800px) {
  .profile-content {
    width: 90vw;
    padding: 4vh 5vw;
    height: 60vh;
    text-align: center;
    position: relative;
  }

  .display {
    width: 90vw;
    padding: 4vh 5vw;
    height: auto;
    display: inline-block;
  }

  .profile_img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .socials {
    padding-top: 2vw;
  }
  .socials span {
    margin-left: 3vw;
    margin-right: 3vw!important;
  }
  .about span i {
    font-size: 22px;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: var(--bg-color);
}

::-webkit-scrollbar-thumb {
  background: var(--text-color);
}
:root {
  --bg-color: rgb(10, 10, 10);
  --text-color: #fff;
  --blog-gray-color: rgb(180, 180, 180);
  --background-image: linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.3),
      rgb(10, 10, 10, 1)
    ),
    url("https://images.unsplash.com/photo-1576080971617-5b789d9bcee4?w=1500&q=80");
  --height: 50vh;
}

.display h1 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 800px) {
  :root {
    --background-image: linear-gradient(
        0deg,
        rgba(10, 10, 10, 1),
        rgba(10, 10, 10, 0)
      ),
      url("https://images.unsplash.com/photo-1576080971617-5b789d9bcee4?w=1500&q=80") !important;
  }
}


@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

