@import url("https://fonts.googleapis.com/css?family=Poppins:400,500&display=swap");
@import "./superslides.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  letter-spacing: 1px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}

.slides-navigation {
  z-index: 6;
}

.slides-navigation .prev, .slides-navigation .next {
  width: 47px;
  height: 47px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slides-navigation a.prev {
  left: 20px;
  background-image: url(../images/icons/previous.png);
}

.slides-navigation a.next {
  right: 20px;
  background-image: url(../images/icons/next.png);
}

.TitleMessage {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 50%;
  z-index: 5;
  text-align: center;
  margin-top: -105px;
}

.TitleMessage .heading p {
  color: #ffffff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  font-weight: 100;
  letter-spacing: 7px;
}

.TitleMessage .heading .main {
  font-size: 50px;
  font-weight: 300;
}

.TitleMessage .heading .sub {
  font-size: 25px;
  font-weight: 300;
}

.about_profile {
  padding: 80px 0px;
  background-color: #000;
}

.aboutImage {
  max-width: 100%;
  max-height: auto;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about_text {
  background-color: #000;
  color: #fff;
  margin-top: -1px;
  margin-bottom: -1px;
}

.heading {
  padding-top: 30px;
  text-align: center;
  color: #ffffff;
}

.sub_heading {
  padding-top: 5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.resume {
  text-align: center;
  color: #ffffff;
}

.about_para {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 16px;
}

.skillsSection {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
  margin-bottom: -80px;
}

@media screen and (max-width: 1336px) {
  .TitleMessage .heading .main {
    font-size: 70px;
    margin-top: -12px;
    font-weight: 300;
  }
  .TitleMessage .heading .sub {
    font-size: 35px;
    font-weight: 300;
    position: relative;
  }
}

@media screen and (max-width: 731px) {
  .TitleMessage .heading .main {
    margin-top: -10px;
    font-size: 30px;
    font-weight: 300;
  }
}

@media screen and (max-width: 628px) {
  .TitleMessage .heading .main {
    font-size: 30px;
    font-weight: 300;
  }
}

@media screen and (max-width: 530px) {
  .TitleMessage .heading .main {
    position: relative;
    top: 45px;
    font-size: 25px;
  }
  .TitleMessage .heading .sub {
    font-size: 15px;
    font-weight: 300;
    position: relative;
    top: 35px;
  }
  .slides-navigation .prev, .slides-navigation .next {
    width: 25px;
    height: 25px;
  }
}

.squareItem {
  margin-top: 60px;
  position: relative;
}

.squareInnerContainer {
  position: relative;
  padding: 50px 15px 35px;
  text-align: center;
  border: 2px solid #444;
  border-top: none;
}

.squareInnerContainer:before, .squareInnerContainer:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 30%;
  border-bottom: 2px solid #444;
}

.squareInnerContainer:before {
  right: 0px;
}

.squareInnerContainer:after {
  left: 0px
}

.squareContent h2 {
  font-size: 56px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .squareContent h2 {
    font-size: 41px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}

.squareContent h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.squareIcon {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 40%;
  height: 60px;
  font-size: 45px;
  margin-left: -20%;
  color: #444;
}

.statsSection {
  padding-bottom: 100px;
  background-color: #000;
  color: #fff;
  margin-bottom: -1px;
  margin-top: -4px;
}

.contactSection {
  padding-bottom: 20px;
  background-color: #000;
  color: #fff;
  margin-bottom: -4px;
  margin-top: -4px;
}

.mailButton, .resumeButton {
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
}

.filter {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.filter ul {
  display: inline-block;
  padding: 5px;
  margin: auto;
  width: 100%;
}

.filter li {
  display: inline-block;
  padding: 5px;
}

.filter a {
  color: #fff;
  border: 1px solid #fff;
  display: block;
  width: 100px;
  line-height: 40px;
  transition: .3s;
}

.filter .current {
  background-color: rgba(255, 255, 255, 0.8);
  ;
  border-color: #fff;
  color: #000000;
}

.filter a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  ;
  border-color: #fff;
  color: #000000;
  text-decoration: none;
  transition: .3s;
}

.statsSection .heading {
  text-align: center;
  padding-bottom: 40px;
  width: 100%;
}

.items li {
  display: inline-block;
  padding: 5px;
}

.itemsContainer {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 50px;
}

.items li img {
  width: 100%;
  -webkit-transition: all 0.3s linear, 1s;
  -ms-transition: all 0.3s linear, 1s;
  -mz-transition: all 0.3s linear, 1s;
  -o-transition: all 0.3s linear, 1s;
  -transition: all 0.3s linear, 1s;
}

.items .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.items .icons {
  position: absolute;
  width: 90px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px auto 0 -47px;
  text-align: center;
  z-index: 3;
}

.items .icons i {
  color: #fff;
  font-size: 20px;
  margin-top: 9px;
}

.items a {
  width: 40px;
  height: 40px;
  background-color: #000;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s linear, 0.2s;
  -moz-transition: all 0.2s linear, 0.2s;
  -o-transition: all 0.2s linear, 0.2s;
  -ms-transition: all 0.2s linear, 0.2s;
  -transition: all 0.2s linear, 0.2s;
}

.items .imageOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s linear, 1s;
  -moz-transition: all 0.2s linear, 1s;
  -o-transition: all 0.2s linear, 1s;
  -ms-transition: all 0.2s linear, 1s;
  -transition: all 0.2s linear, 1s;
}

.items .item:hover .imageOverlay {
  opacity: 1;
}

.items .openButton {
  float: left;
  left: -250px;
}

.items .projectLink {
  float: right;
  right: -250px;
}

.items .item:hover .openButton {
  left: 0px;
}

.items .item:hover .projectLink {
  right: 0px;
}

.items .item:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -transform: scale(1.05, 1.05);
}

.items {
  padding: 0;
}

.copyrightSection {
  background-color: #000;
  color: #fff;
  padding: 30px 5px;
}

.copyrightSection p {
  margin: 0;
}

.social {
  margin-top: 40px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.facebook {
  color: #fff;
  padding: 6px;
}

.facebook:hover {
  color: #4171da;
}

.twitter {
  color: #fff;
  padding: 6px;
}

.twitter:hover {
  color: #55acee;
}

.youtube {
  color: #fff;
  padding: 6px;
}

.youtube:hover {
  color: #f03333;
}

.linkedin {
  color: #fff;
  padding: 6px;
}

.linkedin:hover {
  color: #23a9f1;
}

.github {
  color: #fff;
  padding: 6px;
}

.github:hover {
  color: #0380b9;
}

.telegram {
  color: #fff;
  padding: 6px;
}

.telegram:hover {
  color: #1c6d92;
}

.instagram {
  color: #fff;
  padding: 6px;
}

.instagram:hover {
  color: #6492b8;
}

.dev {
  color: #fff;
  padding: 6px;
}

.dev:hover {
  color: #2ae48d;
}

.line {
  color: #fff;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  size: 10px;
  border-width: 1px;
}

#navigation {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 10px;
  z-index: 100;
  width: 100%;
  margin-bottom: -4px;
}

#navigation li {
  padding: 0 10px;
  transition: .3s;
  margin-right: 10px;
}

#navigation li:hover {
  font-weight: 600;
  transition: .3s;
  transform: scale(1.2);
}

#navigation li a {
  color: #fff;
}

.navbar-brand {
  color: #fff;
  margin-bottom: 5px;
  margin-left: 8px;
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-toggler-icon {
  background: url(../images/icons/menu.png);
  background-size: 100%;
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.fixedNav #navigation {
  position: fixed;
  top: 0;
}

.loader {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.loader .inner {
  width: 100%;
  height: 100%;
  background: url(../images/loader.gif) center center no-repeat;
}

.progress, .progress-bar {
  height: 1.2rem;
  transition: .3s;
}

.progress-bar:hover {
  cursor: pointer;
  filter: invert(100%);
  transition: .5s;
}

@media screen and (max-width: 993px) {
  #navigation li:hover {
    transition: .3s;
    transform: scale(1);
    margin-left: 20px;
  }
}

@keyframes fillBar {
  to {
    transform: scaleX(1);
  }
}

.resumeButton, .mailButton {
  text-decoration: none;
  font-weight: 600;
  transition: .4s;
}

.resumeButton:hover, .mailButton:hover {
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #444;
  transition: .4s;
  text-decoration: none;
}

.filter .filter-apps:hover {
  background-color: #3f51b5;
  color: white;
}

.filter .filter-eb:hover {
  background-color: #00897b;
  color: white;
}

.filter .filter-roms:hover {
  background-color: #ef6c00;
  color: white;
}

.filter .filter-websites:hover {
  background-color: #607d8b;
  color: white;
}

.filter .filter-other:hover {
  background-color: #00695f;
  color: white;
}

.heart {
  color: red;
  font-size: 22px;
}

.creditSection {
  margin-top: 20px;
}

.creditSection p {
  margin: 0;
}

/* GreyMod */

/* ############### */

/* body,
 .about_profile,
 .about_text,
 .skillsSection,
 .statsSection,
 .contactSection,
 .items a, 
 .copyrightSection, 
 .loader {
   background-color: #1b1b1b;
 }
#navigation {
  background-color: rgba(27,27,27,0.8);
}

.resumeButton {
  background-color: #009688;
} */

/* ############### */