@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  background-color: #000;

  user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
}

canvas {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  margin: 0;
  padding: 20;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #adadad;
}

h1 {
  color: #f7f7f7;
  font-family: "Poppins", Arial, sans-serif;
  margin: 5 0 30px 0;
  margin-bottom: 30px;
}

h2 {
  color: #b3b3b3;
  font-family: "Poppins", Arial, sans-serif;
  margin: 10 0 50px 0;
  margin-bottom: 30px;
  font-size: 22px;
}
h3 {
  color: #b3b3b3;
  font-family: "Poppins", Arial, sans-serif;
  margin: 5 0 30px 0;
  margin-bottom: 30px;
  font-size: 18px;
}
h4 {
  color: #b3b3b3;
  font-family: "Poppins", Arial, sans-serif;
  margin: 5 0 30px 0;
  margin-bottom: 30px;
  font-size: 16px;
}

.social { z-index: 1; }

.main-content {
    width: 500px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 140px;
}

/* Figure Image */
figure {
  margin-bottom: 1.5em;
  display: block;
}

/* Icons */
.social {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
}
.social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
.social li a {
  font-size: 22px;
  color: #f7f7f7;
  padding: 8px 8px;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
}

@media screen and (max-width: 1020px) {
  body {
    background-repeat: no-repeat;
  }

  .social li a {
    padding: 10px 8px;
    visibility: visible;
  }
  #container, #header, #content, #footer {
    float: none;
    width: auto;
  }
 #subtitle, #share, #slider, #sidebar{
    display:none;
  }
  p{ font-size: 2em; }
 }


.social li a:hover {
  color: #ff3270;
}

.social li a:hover, .social li a:active, .social li a:focus {
  outline: none;
  text-decoration: none;
}
.sed {
  color: #fff;
}
.skillsSection {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
  margin-bottom: -80px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}

.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;
}

.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;
}

/* Footer */
.resume { z-index: 1; }
/* Particles container */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #000;
  text-align: center;
}

/*extra stuff*/

#skills-item-container {
  display:grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0 20px;
  margin-left: -20px;
}
