/* ------------------------------------------ */
/*         General & Basic Styles
 * ------------------------------------------ */
body, html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "CalibreBold";
  font-family: "CalibreRegular";
  font-family: "SFMonoBold";
  font-family: "SFMonoRegular";
}

@font-face {
  font-family: "CalibreBold";
  src: url(../webfonts/CalibreBold.otf);
}

@font-face {
  font-family: "CalibreRegular";
  src: url(../webfonts/CalibreRegular.otf);
}

@font-face {
  font-family: "SFMonoBold";
  src: url(../webfonts/SFMonoBold.otf);
}

@font-face {
  font-family: "SFMonoRegular";
  src: url(../webfonts/SFMonoRegular.otf);
}

* {
  font-family: "CalibreBold";
  font-family-font-family: "CalibreRegular";
  font-family-font-family: "SFMonoBold";
  font-family-font-family: "SFMonoRegular";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 !important;
  padding: 0 !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

li {
  padding: 0 !important;
  margin: 0 !important;
}

p {
  margin: 0 !important;
  padding: 0 !important;
}

.col-md-2 {
  margin: 0 !important;
  padding: 0 !important;
  width: 19.900%;
}

a {
  text-decoration: none !important;
  outline: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

.container-fluid {
  margin-top: 10px;
  margin-left: 7px;
}

.center-block {
  float: none;
}

.background-cover {
  background-size: cover !important;
}

input, textarea, button, select {
  outline: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Owl {
  direction: ltr;
}

body {
  /* background-image: url('../demo-images/background.png');*/
  background-color: #0A192F !important;
  width: 100%;
  height: 100%;
}

/**************************************************
 *   ******************* MenuMobile **********************
 *   **************************************************/
.navigation__checkbox {
  display: none;
}

.navigation__button {
  display: none;
  position: fixed;
  top: 26px;
  right: 65px;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #0A192F;
  border-radius: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.navigation__background {
  position: fixed;
  background: #64FFDA;
  background-size: cover;
  background-position: center;
  z-index: 99;
  -webkit-transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
  /*@include center */
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  list-style: none;
}

.navigation__item {
  margin: 1rem;
}

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: #0A192F;
  font-size: 25px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navigation__link span {
  margin-right: 1.5rem;
  display: inline-block;
}

.navigation__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navigation__checkbox:checked ~ .navigation__background {
  -webkit-transform: scale(100);
          transform: scale(100);
}

.navigation__checkbox:checked ~ .navigation__nav {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.navigation__icon {
  position: relative;
  margin-top: 18px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.navigation__icon::before, .navigation__icon::after {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.navigation__icon::before, .navigation__icon::after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.navigation__icon::before {
  top: 8px;
}

.navigation__icon::after {
  top: 15px;
}

.navigation__button:hover .navigation__icon::before {
  top: 8px;
}

.navigation__button:hover .navigation__icon::after {
  top: 15px;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 7px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/**************************************************/
/******************* Header************************/
/**************************************************/
.headerFixed {
  background-color: #0A192F;
  color: #CCD6F6;
  position: fixed !important;
  height: 95px !important;
  -webkit-transform: 0.5s;
          transform: 0.5s;
  z-index: 99;
}

.headerFixed .logo h2 {
  font-size: 25px;
  font-family: "CalibreBold";
  color: #CCD6F6 !important;
}

.header {
  width: 100%;
  height: 120px;
  padding: 40px 0;
  z-index: 99999999999999999999;
  position: fixed;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header .nav .logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.header .nav .logo::before {
  content: "<";
  position: absolute;
  color: #64FFDA !important;
  left: -23px;
  top: -6px;
  font-size: 40px;
}

.header .nav .logo::after {
  content: "/>";
  position: absolute;
  color: #64FFDA !important;
  left: 290px;
  top: -5px;
  font-size: 35px;
}

.header .nav .logo h2 {
  font-size: 36px;
  font-family: "CalibreBold";
  color: #CCD6F6;
}

.header .nav .logo h2 span {
  color: #64FFDA;
}

.header .nav .list {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.header .nav .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav .list ul li a {
  color: #CCD6F6;
  font-size: 18px;
  font-family: "SFMonoRegular";
}

/**************************************************/
/******************** top-section *****************/
/**************************************************/
@-webkit-keyframes typing {
  75%,
  100% {
    max-width: calc(var(--characters) * 1ch);
  }
}
@keyframes typing {
  75%,
  100% {
    max-width: calc(var(--characters) * 1ch);
  }
}

@-webkit-keyframes blink {
  0%,
  75%,
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}

@keyframes blink {
  0%,
  75%,
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}

.top-section {
  padding-top: 145px;
}

.top-section .title {
  padding-top: 100px;
  z-index: -1;
  position: relative;
}

.top-section .title p {
  font-size: 30px;
  font-family: "CalibreBold";
  color: #CCD6F6;
}

.top-section .title .typewriter-effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: #64FFDA;
  font-family: "CalibreBold";
}

.top-section .title .typewriter-effect > .text {
  max-width: 0;
  -webkit-animation: typing 3s steps(var(--characters)) infinite;
          animation: typing 3s steps(var(--characters)) infinite;
  white-space: nowrap;
  overflow: hidden;
}

.top-section .title .typewriter-effect > .text::after {
  content: " |";
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
}

.top-section .title span {
  font-size: 20px;
  font-family: "CalibreRegular";
  color: #CCD6F6;
  padding-top: 15px;
}

.top-section .social {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-section .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-section .social ul li {
  width: 50px;
  text-align: center;
}

.top-section .social ul li i {
  font-size: 25px;
  color: #CCD6F6;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.top-section .social ul li i:hover {
  color: #64FFDA;
  font-size: 30px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.top-section .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.top-section .img img {
  width: 100%;
  height: 100%;
  z-index: -1;
}

/**************************************************/
/******************** About Me ********************/
/**************************************************/
.aboutMe {
  padding-top: 35px;
  margin-bottom: 80px;
}

.aboutMe .title {
  position: relative;
}

.aboutMe .title::before {
  content: "<";
  position: absolute;
  color: #64FFDA !important;
  left: -23px;
  top: -8px;
  font-size: 40px;
}

.aboutMe .title::after {
  content: "/>";
  position: absolute;
  color: #64FFDA !important;
  left: 148px;
  top: -5px;
  font-size: 35px;
}

.aboutMe .title h2 {
  position: relative;
  color: #CCD6F6;
  font-size: 34px;
  overflow: hidden;
}

.aboutMe .title h2 span {
  color: #64FFDA;
}

.aboutMe .title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #64FFDA;
  left: 192px;
  top: 12px;
}

.aboutMe .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 45px;
  width: 100%;
  height: 100%;
}

.aboutMe .pic::before {
  content: "";
  position: absolute;
  border: 3px solid #64FFDA;
  width: 96%;
  height: 88%;
  right: -21px;
  border-radius: 10px;
  top: 81px;
  z-index: -1;
}

.aboutMe .pic img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.aboutMe .pic img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.aboutMe .disc {
  font-size: 24px;
  color: #CCD6F6;
  font-family: "CalibreRegular";
  padding: 45px !important;
}

/**************************************************/
/******************* My Skills ********************/
/**************************************************/
.Skills {
  margin-bottom: 35px;
}

.Skills .title {
  position: relative;
}

.Skills .title::before {
  content: "<";
  position: absolute;
  color: #64FFDA !important;
  left: -23px;
  top: -8px;
  font-size: 40px;
}

.Skills .title::after {
  content: "/>";
  position: absolute;
  color: #64FFDA !important;
  left: 135px;
  top: -5px;
  font-size: 35px;
}

.Skills .title h2 {
  position: relative;
  color: #CCD6F6;
  font-size: 34px;
  overflow: hidden;
}

.Skills .title h2 span {
  color: #64FFDA;
}

.Skills .title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #64FFDA;
  left: 192px;
  top: 12px;
}

.Skills .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.Skills .flex-wrapper .single-chart {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.Skills .flex-wrapper .single-chart .circular-chart {
  display: block;
  max-width: 80%;
  max-height: 250px;
}

.Skills .flex-wrapper .single-chart .percentage {
  fill: #64FFDA;
  font-family: "CalibreBold";
  font-size: 0.5em;
  text-anchor: middle;
}

.Skills .flex-wrapper .single-chart .circle-bg {
  fill: none;
  stroke: #707070;
  stroke-width: 1.8;
}

.Skills .flex-wrapper .single-chart .circle {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  -webkit-animation: progress 10s ease-out forwards;
          animation: progress 10s ease-out forwards;
  stroke: #64FFDA;
}

.Skills .flex-wrapper .single-chart p {
  font-size: 18px;
  color: #fff;
  font-family: "CalibreBold";
}

@-webkit-keyframes counter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 10%;
  }
  20% {
    counter-increment: count 20%;
  }
  30% {
    counter-increment: count 30%;
  }
  40% {
    counter-increment: count 40%;
  }
  50% {
    counter-increment: count 50%;
  }
  60% {
    counter-increment: count 60%;
  }
  70% {
    counter-increment: count 70%;
  }
  80% {
    counter-increment: count 80%;
  }
}

@keyframes counter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 10%;
  }
  20% {
    counter-increment: count 20%;
  }
  30% {
    counter-increment: count 30%;
  }
  40% {
    counter-increment: count 40%;
  }
  50% {
    counter-increment: count 50%;
  }
  60% {
    counter-increment: count 60%;
  }
  70% {
    counter-increment: count 70%;
  }
  80% {
    counter-increment: count 80%;
  }
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

/*************************************************/
/******************* Experience ******************/
/**************************************************/
.Experience {
  margin-bottom: 35px;
}

.Experience .title {
  position: relative;
}

.Experience .title::before {
  content: "<";
  position: absolute;
  color: #64FFDA !important;
  left: -23px;
  top: -8px;
  font-size: 40px;
}

.Experience .title::after {
  content: "/>";
  position: absolute;
  color: #64FFDA !important;
  left: 160px;
  top: -5px;
  font-size: 35px;
}

.Experience .title h2 {
  position: relative;
  color: #CCD6F6;
  font-size: 34px;
  overflow: hidden;
}

.Experience .title h2 span {
  color: #64FFDA;
}

.Experience .title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #64FFDA;
  left: 212px;
  top: 12px;
}

.Experience .section {
  padding-top: 95px;
  color: #CCD6F6;
}

.Experience .section h4 {
  color: #CCD6F6;
  font-size: 26px;
  font-family: "CalibreBold";
  padding-bottom: 15px !important;
}

.Experience .section .card {
  padding-top: 30px;
}

.Experience .section .card .right {
  padding-left: 0;
}

.Experience .section .card .left, .Experience .section .card .rifht {
  padding-bottom: 15px;
}

.Experience .section .card .left span, .Experience .section .card .rifht span {
  color: #64FFDA;
}

.Experience .section .card .left p, .Experience .section .card .rifht p {
  font-size: 15px;
}

.Experience .section .card .info {
  padding-left: 50px;
  font-size: 15px;
}

.Experience .section .card .info p {
  padding-bottom: 10px !important;
  font-size: 15px;
  font-family: "CalibreRegular";
}

.Experience .section .card .info span {
  color: #64FFDA;
}

/**************************************************/
/******************* Projects *********************/
/**************************************************/
.project .title {
  position: relative;
}

.project .title::before {
  content: "<";
  position: absolute;
  color: #64FFDA !important;
  left: -23px;
  top: -8px;
  font-size: 40px;
}

.project .title::after {
  content: "/>";
  position: absolute;
  color: #64FFDA !important;
  left: 135px;
  top: -5px;
  font-size: 35px;
}

.project .title h2 {
  position: relative;
  color: #CCD6F6;
  font-size: 34px;
  overflow: hidden;
}

.project .title h2 span {
  color: #64FFDA;
}

.project .title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #64FFDA;
  left: 173px;
  top: 12px;
}

.project .myCanvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project .tags ul li img {
  width: 10%;
}

audio,
canvas,
progress,
video {
  width: 40%;
}

/**************************************************/
/******************* Contact **********************/
/**************************************************/
.Contact {
  height: 300px;
}

.Contact .title {
  position: relative;
}

.Contact .title::before {
  content: "<";
  position: absolute;
  color: #64FFDA !important;
  left: -23px;
  top: -8px;
  font-size: 40px;
}

.Contact .title::after {
  content: "/>";
  position: absolute;
  color: #64FFDA !important;
  left: 135px;
  top: -5px;
  font-size: 35px;
}

.Contact .title h2 {
  position: relative;
  color: #CCD6F6;
  font-size: 34px;
  overflow: hidden;
}

.Contact .title h2 span {
  color: #64FFDA;
}

.Contact .title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #64FFDA;
  left: 173px;
  top: 12px;
}

.Contact .form-center {
  position: relative;
  width: 100%;
  height: 500px;
}

.Contact .form-center form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

.Contact .form-center form label {
  color: #64FFDA;
  font-size: 16px;
  font-family: "CalibreRegular";
}

.Contact .form-center form input {
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #807f7f;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
}

.Contact .form-center form textarea {
  width: 100%;
  background-color: transparent;
  color: #fff;
  height: 180px;
  border: 1px solid #807f7f;
}

.Contact .form-center form button {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 40px;
  width: 159px;
  height: 45px;
  margin-top: 15px;
  border: 1px solid #64FFDA;
}

.Contact .form-center form button span {
  position: relative;
  color: #fff;
  z-index: 1;
}

.Contact .form-center form button .liquid {
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #64FFDA;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
}

.Contact .form-center form button .liquid::after, .Contact .form-center form button .liquid::before {
  content: '';
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  background: #fff;
  background-color: #0A192F !important;
}

.Contact .form-center form button .liquid::before {
  border-radius: 45%;
  background: #141414;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

.Contact .form-center form button .liquid::after {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}

.Contact .form-center form button:hover .liquid {
  top: -120px;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translate(-50%, -75%) rotate(0deg);
            transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -75%) rotate(360deg);
            transform: translate(-50%, -75%) rotate(360deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translate(-50%, -75%) rotate(0deg);
            transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -75%) rotate(360deg);
            transform: translate(-50%, -75%) rotate(360deg);
  }
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  background-color: #64FFDA;
  color: #0A192F;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
