/*----------------------------------------
Default
----------------------------------------*/
* {
  box-sizing: border-box;
}
body {
  background-color: #191923;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
Global
----------------------------------------*/
.separtor {
  width: 100%;
  max-width: 380px;
  background-color: rgba(193, 193, 194, 0.2);
  height: 1px;
  margin: 10px auto;
}
.p-10-20 {
  padding: 10px 20px;
}
.heading-title {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
}
a {
  transition: all 0.5s ease 0s;
}
a:hover {
  color: #e4ae0b;
}

/*----------------------------------------
Sidebar
----------------------------------------*/
.sidebar {
  background-color: #16161d;
  width: 30%;
}
.profile-box {
  background-color: #252530;
  padding: 30px 20px;
}
.profile__img {
  background-color: #ffffff;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50% 50%;
  width: 105px;
  height: 105px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__name {
  color: #ffffff;
  text-align: center;
  margin: 0 0 10px;
  font-size: 20px;
}
.profile__job-title {
  display: block;
  color: #c1c1c2;
  font-size: 14px;
  text-align: center;
}
.profile__personal-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile__personal-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.profile__personal-info ul li:last-child {
  margin-bottom: 0;
}
.profile__personal-info ul li h4 {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.profile__personal-info ul li span {
  color: #c1c1c2;
  font-size: 14px;
  display: block;
  font-weight: 300;
}
.skill__item {
  margin-bottom: 10px;
}
.skill__item:last-child {
  margin-bottom: 0;
}
.skill__title-percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.skill__title {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.skill__percentage {
  color: #c1c1c2;
  font-size: 14px;
  display: block;
  font-weight: 300;
}
.skill__rate-bar {
  background-color: #1b1b25;
  width: 100%;
}
.skill__rate-bar-inner {
  background-color: #e4ae0b;
  padding: 2px;
  border-radius: 2px;
}
.profile__skillset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile__skillset ul li {
  color: #c1c1c2;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.profile__skillset ul li:last-child {
  margin-bottom: 0;
}
.profile__skillset ul li::before {
  content: "\f00c";
  color: #e4ae0b;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
}
.profile__used-tools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.profile__used-tools ul li {
  margin: 0 5px 5px 0;
  color: #000000;
  background-color: #c1c1c2;
  font-size: 14px;
  padding: 2px 8px;
}
.profile__cv {
  margin-bottom: 20px;
}
.cv-link {
  color: #c1c1c2;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.profile__social-media {
  background-color: #252530;
  padding: 20px;
}
.profile__social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile__social-media ul li a {
  color: #c1c1c2;
}

/*----------------------------------------
Main Content
----------------------------------------*/
#page-wrapper {
  padding: 20px;
}
.content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.primary {
  width: 70%;
  padding: 20px;
  background-color: #121218;
}
.banner {
  background: #121218 url("../images/banner-bg.png") no-repeat scroll 0 0 / cover;
  padding: 65px 40px;
  margin-bottom: 30px;
}
.banner__heading {
  color: #ffffff;
  margin: 0 0 20px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.3em;
  width: 55%;
}
.banner__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner__list li {
  color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  font-weight: 500;
}
.banner__list li:first-child {
  margin-left: 0;
}
.banner__list li:last-child {
  margin-right: 0;
}
.counters {
  margin-bottom: 30px;
}
.counters__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter__item {
  display: flex;
  align-items: center;
}
.counter__item h4 {
  color: #e4ae0b;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.counter__item span {
  color: #c1c1c2;
  font-size: 14px;
  display: block;
}
.projects__heading {
  color: #ffffff;
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 20px;
}
.projects__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 1089px;
  overflow-y: scroll;
  padding-right: 10px;
}
/* width */
.projects__content::-webkit-scrollbar {
  width: 2px;
}
/* Track */
.projects__content::-webkit-scrollbar-track {
  background: #20202a;
}
/* Handle */
.projects__content::-webkit-scrollbar-thumb {
  background: #e4ae0b;
}
/* Handle on hover */
.projects__content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.project__item {
  background-color: #2c2c38;
  padding: 20px;
  width: 31.8%;
}
.project__name {
  color: #ffffff;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
}
.project__name::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 50px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0 0;
}
.project__description {
  color: #c1c1c2;
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: 300;
}
.project__meta {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.project__meta li {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.project__meta li:first-child {
  margin-bottom: 0;
}
.project__thumbnail {
  margin-bottom: 20px;
}
.project__meta li h4 {
  margin: 0 10px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.project__meta li span {
  margin: 0;
  color: #c1c1c2;
  font-size: 14px;
  display: block;
}
.project__link {
  color: #e4ae0b;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
}