:root {
  --bg-color: #1f1b24 !important;
  --text-color: #fff;
}
html,
body {
  scroll-behavior: smooth;
}
header {
  width: 100%;
  z-index: 9;
  top: 0;
}
header table {
  width: 100%;
}
header table tr td {
  text-align: center;
}
header table tr td img {
  width: 40px;
  height: auto;
}
#left_panel {
  background-color: rgb(20, 20, 20);
}
#info {
  text-align: center;
}
#basic_info {
  background-color: #121212;
  width: 11vw;
  height: 40vh;
  max-height: 45vh;
  position: fixed;
  border-radius: 2vh;
  left: 1vw;
  top: 0;
  padding: 4vh 4vw;
  margin-bottom: 4vh;
  font-weight: bold;
  margin: 1.5vh 0px;
  display: flex;
  flex-direction: column;
}

#left_panel {
  width: 11vw;
  height: 45vh;
  border-radius: 25px;
  position: fixed;
  left: 1vw;
  top: 45vh;
  padding: 4vh 4vw;
  border-radius: 2vh;
  margin-bottom: 4vh;
}
#left_panel b:hover {
  cursor: pointer;
}
#left_panel li:hover {
  cursor: pointer;
}
#left_panel li {
  list-style-type: none;
  margin-top: 5px;
  font-weight: bold;
  color: #ccc;
}
#right-panel {
  width: 78vw;
  height: 100%;
  position: fixed;
  left: 22vw;
  max-height: 100vh;
  overflow-y: scroll;
  padding: 0px 0vw;
  border: 0px;
}
#profile_img {
  width: 12vw;
  height: 12vw;
  border-radius: 0.1rem;
  background-size: cover !important;
  border-radius: 20px;
}
a {
  color: #fff;
  text-decoration: none;
  margin: 0px 15px;
  font-weight: bold;
  display: inline-block !important;
  text-align: right;
}
#username {
  font-size: 18px;
  font-weight: bold;
}

#username span {
  font-size: 24px;
}
.insider {
  width: 90%;
  padding: 2vh 5%;
  color: #fff;
  max-width: 100vw;
  overflow: hidden;
}
.insider a {
  color: #fff;
}
.insider heading {
  font-size: 70px;
  background: url("https://images.unsplash.com/photo-1537429149818-2d0e3e20857b?&w=1000&q=80")
    center center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 400% !important;
  font-weight: bold;
}
.insider p {
  font-size: 40px;
  font-weight: bold;
  padding-top: 6vh !important;
}
.insider pre {
  width: 85%;
  background: rgb(20, 20, 20);
  border: 0px !important;
  font-family: inherit;
  border-radius: 5px;
  padding: 0px 20px;
  word-wrap: wrap break-word;
  padding-top: 3vh !important;
  margin: 6vh 0px !important;
  font-size: 16px;
  font-weight: bold;
  max-width: 85%;
  overflow-x: auto;
}
.insider h3 a {
  color: #fff;
}
.insider h3 span {
  color: #ffa0a0;
}
#about {
  font-size: 18px;
  font-family: "Questrial", sans-serif;
}

#about span {
  margin: 1vh 0px;
  display: block;
  overflow-x: hidden;
}

#about span i {
  font-size: 16px;
}
#leftloading {
  width: 50%;
  height: 100%;
  background: #121212;
  position: fixed;
  left: 0;
}
#rightloading {
  width: 50%;
  height: 100%;
  background: #121212;
  position: fixed;
  right: 0;
}
#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
  align-items: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#spinner {
  animation: rotate 0.8s infinite linear;
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-bottom: 5px solid #000;
  border-radius: 50%;
  margin: 0px auto;
}
#text {
  width: 100vw;
  height: 100vh;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.center {
  width: 100%;
  text-align: center;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.big-icon {
  font-size: 10vw;
  text-align: center;
  padding: 5vh;
}

#where {
  width: 100%;
  padding: 4vh 0;
}

#where a {
  font-size: 24px;
  color: #bbb;
  margin-right: 8vw;
  margin-left: 5px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  text-align: center;
  display: block;
  margin: 0 auto;
}

#where a:hover {
  color: #fff;
}

.projects {
  columns: 2;
}

.projects a {
  width: 90%;
}

.projects section {
  width: 85%;
  padding: 2.5vh 5%;
  display: inline-block;
  border-radius: 5px;
  color: var(--text-color);
  border: 1px solid rgb(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px rgb(0, 0, 0, 0);
  transition: 0.4s ease-in-out;
  margin: 2vh 0px;
  transform: scale(1);
  background: rgb(20, 20, 20);
}

.projects section:hover {
  cursor: pointer;
  border: 1px solid rgb(0, 0, 0, 0);
  box-shadow: 0px 15px 35px rgb(0, 0, 0, 0.06);
  transform: scale(1.03);
}

.section_title {
  font-size: 24px;
  font-weight: bold;
  margin: 1vh 0px;
  word-wrap: break-word;
}

.about_section {
  font-size: 18px;
  font-family: "Questrial", sans-serif;
  margin: 2vh 0px;
  font-weight: bold;
  word-wrap: break-word;
}

.bottom_section {
  margin: 2vh 0px;
  font-size: 14px;
  word-wrap: break-word;
}

.bottom_section span {
  margin-right: 20px;
  font-weight: bold;
}

.bottom_section span i {
  font-size: 15px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: var(--bg-color);
}
::-webkit-scrollbar-thumb {
  background: var(--text-color);
}

@media (max-width: 1100px) {
  #profile_img {
    width: 120px;
    height: 120px;
    margin: 0px auto !important;
  }
  #basic_info {
    display: inline-block;
    width: 90vw;
    padding: 4vh 0;
    left: 5vw;
    height: auto;
    overflow-y: auto;
    max-height: 100%;
    text-align: center;
    position: relative;
  }
  #left_panel {
    display: none;
  }
  #right-panel {
    position: relative;
    max-height: 100%;
    left: 0;
    width: 100%;
    overflow-y: visible;
  }
}
