@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

/* THE NAVBAR STYLE */
.navbar {
  margin: 0;
  font-size: smaller;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
  /*padding-left: 15px;*/
  text-transform: uppercase;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

#navbar-logo {
  position: absolute;
  margin: -13px 0 0 35px;
  padding: 0;
  width: 85px;
}

/*ADDING SOME SPACE BETWEEN THE NAVABR MENU ITEMS */
.navbar-nav li {
  margin-left: 15px;
}

/* STYLING THE (FACE) ELEMENTS */
.face {
  margin: 130px 0 0 0;
}

.welcome-text {
  margin: -3% 0 0 3%;
  padding: 0 0 40px 0;
  font-size: 30px;
  color: #2c3e50;
  max-width: 700px;
}

.welcome-text > strong {
  color: #0d6efd;
  text-transform: uppercase;
  text-decoration-line: overline;
  cursor: wait;
}

.mob-welcome-text > p > strong {
  color: #0d6efd;
  text-transform: uppercase;
  text-decoration-line: overline;
  cursor: wait;
}

.welcome-bg {
  margin: -12% 0 0 0;
  padding: 0;
  max-width: 500px;
}

.welcome-btns {
  margin: 0 0 0 3%;
  padding: 0;
  max-width: 700px;
}

.button-style {
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
  max-width: 300px;
}

.or-word {
  margin: 7px 5px 0 0;
  color: rgb(238, 78, 50);
  text-decoration: underline;
  cursor: progress;
}

.before-projects-bar {
  background-color: #0d6efd;
  font-weight: bolder;
  margin: 0 0 0 0;
  padding: 20px 5px 5px 5px;
  font-size: large;
  text-align: center;
  color: #fff;
}

#mob-logo {
  width: 50%;
  margin: 10% 0 30% 0;
}

/*DISPLAY THE MOBILE VERSION*/
.mob-welcome-text,
.mob-welcome-btns,
.mob-toolkit-nav-btn {
  display: none;
}

/*STYLING THE (SITES-LOGO)*/
.sites-logo {
  margin: 0;
  padding: 0;
}
.sites-logo-img {
  width: 200px;
  margin: 0 4% 0 0;
}

/* STYLING THE (PROJECTS) SECTION */
.projects {
  margin: 0;
  padding: 10px;
  background-color: #eceff1;
}

.projects > .button-style {
  margin: 50px 0 50px 0;
}

.big-posts {
  box-shadow: 5rem black;
}

/*STYLING THE (PROGECTS CARDS) */

/*CARD-1*/
.profile-card {
  max-width: 320px;
  max-height: 450px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px;
  cursor: pointer;
  border-radius: 15px;
}

.profile-card img {
  transition: all linear 0.25s;
  margin-left: -20px;
}

.profile-card .profile-name {
  position: absolute;
  left: 30px;
  bottom: 70px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  font-weight: bold;
  transition: all linear 0.25s;
}

.profile-card .profile-type {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #fff;
  font-size: 14px;
  transition: all linear 0.25s;
}

.profile-card .profile-icons .fa {
  margin: 5px;
}

.profile-card:hover img {
  filter: grayscale(100%);
}

.profile-card:hover .profile-name {
  bottom: 80px;
}

.profile-card:hover .profile-type {
  bottom: 60px;
}

.profile-card:hover .profile-icons {
  right: 40px;
}

/*STYLING THE (TOOLKIT) SECTION*/

.headering-h1 {
  padding: 100px 0 50px 0;
  font-weight: bold;
  text-align: center;
  font-size: 100px;
}

.headering-p {
  width: 50%;
  text-align: center;
  margin-bottom: 5%;
  padding: 0;
}

.table-title {
  text-align: left;
  margin: 0 0 2% 25%;
}

.table {
  width: 50%;
  margin-bottom: 7%;
  margin-left: 25%;
}

/*STYLING THE MOBILE VERSION OF (TOOLKIT) */
.mob-table-title {
  text-align: left;
  margin: 20% 0 5% 0;
}

.mob-table {
  width: 100%;
  margin-bottom: 7%;
  margin-left: 25%;
}

/*STYLING THE (AFTER-PROJECTS-BAR) AFTER (PROJECTS)*/
.after-projects-bar {
  background-color: darkgrey;
  font-weight: bolder;
  margin: 0 0 0 0;
  padding: 50px 30px 40px 30px;
  font-size: x-large;
  text-align: left;
  color: #fff;
}

.after-projects-bar p {
  margin: 0;
  padding: 0;
}

/* STYLING THE MOBILE VERSION OF (AFTER-PROJECTS-BAR) */
.mob-after-projects-bar {
  background-color: darkgrey;
  font-weight: bolder;
  margin: 0 0 0 0;
  padding: 50px 30px 35px 30px;
  font-size: x-large;
  text-align: center;
  color: #fff;
}

/*STYLING THE MOBILE VERSION OF (MOB-SITES-LOGO)*/
.mob-sites-logo {
  margin-top: 5%;
  padding: 0;
  width: 100%;
}
.mob-sites-logo-img {
  width: 200px;
  margin: 0 0 0 0;
}

/*STYLING THE (CODING PROGRESS DIV)*/
.cp {
  margin: 0;
  padding: 0;
}

.headering-h6 {
  margin: 15% 0 3% 0;
  font-weight: bolder;
  font-size: xx-large;
  text-transform: capitalize;
  text-align: center;
}

.headering-p2 {
  width: 90%;
  text-align: center;
  margin: 5% 0 0 5%;
  padding: 0;
}

.left-section-cp {
  margin: 5% 0 0 0;
  padding: 0;
  background-image: url(/css/imgs/coding-progress/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 50%;
}

/*STYLING THE (TOOLKIT-ICONS) */
.toolkit-icons {
  margin: 0 2% 0 0;
  width: 10%;
}

.col-resize {
  width: 20%;
}

/*STYLING THE (EXPIRANCE-LEVELS)*/
.gyr-levels {
  font-size: small;
}
.green-level {
  color: rgb(0, 200, 0);
}
.yellow-level {
  color: rgb(156, 156, 0);
}

/*STYLING THE (CODING PROGRESS - TIMELINE)*/
@media (min-width: 992px) {
  .page-container {
    max-width: 1140px;
    margin: 0 auto;
  }

  .page-sidenav {
    display: block !important;
  }
}

.padding {
  padding: 2rem;
}

.w-32 {
  width: 32px !important;
  height: 32px !important;
  font-size: 0.85em;
}

.tl-item .avatar {
  z-index: 2;
}

.circle {
  border-radius: 500px;
}

.gd-warning {
  color: #fff;
  border: none;
  background: #f4c414 linear-gradient(45deg, #f4c414, #f45414);
}

.timeline {
  position: relative;
  border-color: rgba(160, 175, 185, 0.15);
  padding: 0;
  margin: 0;
}

.p-4 {
  padding: 1.5rem !important;
}

.block,
.card {
  background: #fff;
  border-width: 0;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.tl-item {
  border-radius: 3px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.tl-item > * {
  padding: 10px;
}

.tl-item .avatar {
  z-index: 2;
}

.tl-item:last-child .tl-dot:after {
  display: none;
}

.tl-item.active .tl-dot:before {
  border-color: #448bff;
  box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-item:last-child .tl-dot:after {
  display: none;
}

.tl-item.active .tl-dot:before {
  border-color: #448bff;
  box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
  position: relative;
  border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tl-dot:after {
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}

tl-item.active .tl-dot:before {
  border-color: #448bff;
  box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
  position: relative;
  border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tl-dot:after {
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}

.tl-content p:last-child {
  margin-bottom: 0;
}

.tl-date {
  font-size: 0.85em;
  margin-top: 2px;
  min-width: 100px;
  max-width: 100px;
}

.avatar {
  position: relative;
  line-height: 1;
  border-radius: 500px;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 500px;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
}

.b-warning {
  border-color: #f4c414 !important;
}

.b-primary {
  border-color: #448bff !important;
}

.b-danger {
  border-color: #f54394 !important;
}

/*STYLING FOR BIG DEVICES*/
@media (min-width: 1200px) {
  .mob-after-projects-bar,
  .mob-toolkit,
  .mob-posts,
  .hide-on-lg {
    display: none;
  }
}

/*STYLING FOR THE SMALL DEVICS*/
@media (max-width: 1200px) {
  .welcome-bg,
  .navbar-brand,
  .welcome-text,
  .welcome-btns,
  .toolkit,
  .after-projects-bar,
  .big-posts,
  .hide-on-sm,
  .main-toolkit-nav-btn {
    display: none;
  }

  .welcome-text {
    text-align: center;
  }

  .mob-welcome-text,
  .mob-welcome-btns,
  .mob-toolkit-nav-btn {
    display: inline;
  }
  .mob-welcome-text p {
    margin: 0;
    padding: 0 0 65px 0;
    font-size: 30px;
    color: #2c3e50;
    text-align: center;
  }
}

.main-sub-btn {
  margin: 20px 0 100px 0;
  padding: 30px 15px;
  border-radius: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 5px solid #0346ff;
}

.bio {
  margin: 6% 0 10% 0;
  text-align: center;
}

.bio-img img {
  width: 25%;
  height: 25%;
  margin: 35px 0 40px 0;
  border-radius: 100%;
  border: 10px groove rgb(238, 78, 50);
  box-shadow: 0 0 10px 0 rgb(0, 0, 0);
}

.bio-img img:hover {
  width: 40%;
  height: 40%;
  cursor: zoom-in;
  transition: 1.2s;
}
.media-btns {
  margin: 50px 0 0 0;
  border: black;
}

.media-btns a {
  margin: 0 1% 0 0;
  padding: 5px 15px 5px 15px;
  font-size: medium;
}

.media-btns img {
  margin: 0 6px 0 -5px;
}

.media-btns a:hover {
  border-bottom: 1px solid rgb(238, 78, 50);
  transition: 1s;
}

.media-btns a:focus {
  border: 0;
  background-color: rgba(238, 78, 50, 0.1);
}

/*STYLIGN THE (FOOTER) CONTENT*/
footer {
  margin: 0;
  text-transform: capitalize;
  font-size: small;
  text-align: center;
  padding: 20px 0 5px 0;
}
