* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: Nunito;
  src: url(fonts/Nunito-Regular.ttf);
}

@font-face {
  font-family: NunitoB;
  src: url(fonts/Nunito-Bold.ttf);
}

:root {
  --color:#ffc93b;
}

.theme-but {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-gap: 1vw;
  position: absolute;
  right: 2%;
  width: 7.5vw;
  top: 5%;
}

.theme-but .theme {
  border: none;
  display: block;
  border-radius: 4px;
  color: #e2e2e2;
  width: 1.5vw;
  height: 1.5vw;
  -webkit-box-shadow: 0px 0px 1vw black;
          box-shadow: 0px 0px 1vw black;
  z-index: 2;
}

.theme-but .a-t {
  background-color: #ffc93b;
}

.theme-but .a-t:focus {
  --color: #ffc93b;
}

.theme-but .b-t {
  background-color: ##ffc93b;
}

.theme-but .b-t:focus {
  --color: ##ffc93b;
}

.theme-but .c-t {
  background-color: ##ffc93b;
}

.theme-but .c-t:focus {
  --color: ##ffc93b;
}

.swiper-container {
  width: 100vw;
  z-index: 0;
  position: relative;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container .homepage #social-link {
  position: absolute;
  left: 2px;
  padding: 15px;
  top: 10px;
  z-index: 100;
}

.swiper-container .homepage #social-link .icon-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  padding: 20px;
}

.swiper-container .homepage #social-link .icon-home img {
  height: 40px;
  width: auto;
}

.swiper-container .homepage #social-link .inner {
  padding: 10px;
  background: linear-gradient(220deg, #a4a4a4, #000000);
  border-radius: 10px;
  width: 210px;
  -webkit-clip-path: circle(14% at 18% 22%);
          clip-path: circle(14% at 18% 22%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.8s ease-in-out;
  cursor: none;
  padding: 10px 10px;
  list-style: none;
}

.swiper-container .homepage #social-link .inner:hover {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
  background: linear-gradient(220deg, #a4a4a4, #000000);
}

.swiper-container .aboutmes {
  width: 100%;
  padding: 20vh;
}

.swiper-container .contact-me {
  display: contents;
  background-image: image("/images/");
}

.swiper-container .contact-me img {
  border-bottom: 2px solid #1b1b1b;
  padding: 1vw;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}

.swiper-container .contact-me img:hover {
  border-bottom: 2px solid var(--color);
}

.swiper-container .experience {
  width: 100%;
  padding-top: 10vh;
}

.swiper-container .achievements {
  padding: 10vh;
}

.swiper-container .skillswipe skill {
  width: 100%;
  margin-left: 0%;
}

.swiper-container .skillswipe skill .box-block-5 {
  width: 4%;
  border: 2px solid var(--color);
  padding: 4%;
  z-index: 2;
  top: 84%;
  left: -3%;
  position: absolute;
  display: none;
}

.swiper-container .skillswipe skill img {
  position: relative;
  opacity: 0.25;
  width: 120%;
  z-index: 0;
  height: auto;
}

.swiper-container .skillswipe skill #skill-mod {
  position: absolute;
  width: 60%;
  left: 0%;
  margin-top: -45%;
}

.swiper-container .skillswipe skill .pskill {
  border-left: 2px solid grey;
  grid-area: p-skill;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: 1fr (0.5fr)[6];
      grid-template-rows: 1fr repeat(6, 0.5fr);
  display: -ms-grid;
  display: grid;
}

.swiper-container .skillswipe skill .pskill h1 {
  color: #6e6e6e;
  font-family: 'Cairo', sans-serif;
  padding-left: 3vw;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 3.5vw;
  text-align: left;
}

@media screen and (max-width: 520px) {
  .swiper-container {
    display: none;
  }
}

@media screen and (min-width: 520px) {
  .ursor {
    display: none;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #111111;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hello_img {
  z-index: 1;
  position: relative;
  top: 0vh;
}

#hello_img_fk {
  z-index: 1;
  position: relative;
  top: 40vh;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  cursor: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: black;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: -1000;
}

.cursor {
  z-index: 3;
  width: 1rem;
  height: 1rem;
  border: 1px solid white;
  border-radius: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-property: border,-webkit-transform,-webkit-backdrop-filter;
  transition-property: border,-webkit-transform,-webkit-backdrop-filter;
  transition-property: transform,border,backdrop-filter;
  transition-property: transform,border,backdrop-filter,-webkit-transform,-webkit-backdrop-filter;
}

.joel-mouseover {
  background-color: rgba(2, 2, 2, 0.5);
  -webkit-transform: scale(6.2);
          transform: scale(6.2);
  border: none;
  mix-blend-mode: overlay;
}

.text_x-mouseover {
  -webkit-backdrop-filter: invert(100%);
          backdrop-filter: invert(100%);
  border: none;
  -webkit-transform: scale(4.2);
          transform: scale(4.2);
}

.image-mouseover {
  background-color: rgba(2, 2, 2, 0.6);
  border: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.inner-mouseover {
  background-color: rgba(2, 2, 2, 0.6);
  border: 0px solid rgba(2, 2, 2, 0.6);
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
}

#back1lar {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 60%;
  z-index: -1000;
  opacity: 1;
}

#social-link {
  position: absolute;
  right: 2px;
  padding: 15px;
  top: 10px;
  z-index: 100;
}

#social-link .icon-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  padding: 20px;
}

#social-link .icon-home img {
  height: 40px;
  width: auto;
  cursor: none;
}

#social-link .inner {
  padding: 10px;
  background: linear-gradient(220deg, #a4a4a4, #000000);
  border-radius: 10px;
  width: 210px;
  -webkit-clip-path: circle(14% at 88% 22%);
          clip-path: circle(14% at 88% 22%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: none;
  padding: 10px 10px;
  list-style: none;
}

#social-link .inner:hover {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
  background: linear-gradient(220deg, #a4a4a4, #000000);
}

.home #joeljaimon {
  font-family: 'Cairo', sans-serif;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  width: 40%;
  text-align: center;
  position: absolute;
  height: auto;
  top: 30vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home #joeljaimon .Hi {
  border-bottom: 2px solid var(--color);
  color: var(--color);
  z-index: 1;
  font-size: 2.4vw;
  margin-top: 45vh;
}

.home #joeljaimon .Hi .name-user {
  font-size: 2vw;
  color: white;
}

.home #joeljaimon .bio {
  font-size: 1.2vw;
  color: grey;
  margin: 15px;
}

.home #joeljaimon #hello_img {
  width: 80%;
  height: auto;
}

.home #joeljaimon #hello_img_fk {
  width: 20%;
  height: auto;
}

@media screen and (max-width: 520px) {
  .cursor {
    display: contents;
  }
  .home #joeljaimon {
    width: 100%;
  }
  .home #joeljaimon .Hi {
    border-bottom: 1px solid;
    color: var(--color);
    z-index: 100;
    font-size: 6.4vw;
    margin-left: 20%;
    width: 60%;
    margin-top: 42vh;
  }
  .home #joeljaimon .Hi .name-user {
    font-size: 5.5vw;
    color: white;
  }
  .home #joeljaimon .bio {
    font-size: 3.2vw;
    color: grey;
    margin: 15px;
  }
}

#Container {
  display: none;
  position: relative;
  grid-gap: 50px;
  grid-auto-rows: auto;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  background-color: black;
  top: 100%;
  width: 90%;
  margin-left: 5%;
}

@media screen and (max-width: 520px) {
  #Container {
    width: 100vw;
    margin-left: 0%;
    display: -ms-grid;
    display: grid;
    background-color: rgba(36, 36, 36, 0.7);
  }
}

#myVideo {
  height: 110vh;
  width: 100vw;
  opacity: 0.2;
}

.wrapper {
  margin-top: -8vh;
  width: 120%;
  margin-left: -10%;
  top: -0.5px;
  opacity: 1;
  position: -webkit-sticky;
  position: sticky;
  background-color: #121212;
  z-index: 1000;
  /* The progress container (grey background) */
  /* The progress bar (scroll indicator) */
}

.wrapper .progress-container {
  width: 100%;
  height: 2px;
  background: #151515;
}

.wrapper .progress-bar {
  height: 2px;
  background: var(--color);
  width: 0%;
}

.wrapper nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e2e2e2;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  align-items: center;
  font-family: 'Cairo', sans-serif;
  -ms-grid-row: 100;
  grid-row: 100%;
  height: 10vh;
  min-height: 60px;
}

.wrapper nav .logo {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 20px;
}

.wrapper nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.wrapper nav li {
  list-style-type: none;
}

.wrapper nav a {
  color: #e2e2e2;
  line-height: 3.5vw;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.wrapper nav .mob-button {
  display: none;
}

.wrapper nav .mob-button div {
  width: 25px;
  height: 3px;
  background-color: #e2e2e2;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 920px) {
  .wrapper nav .nav {
    background: fi;
  }
  .wrapper nav .nav-links {
    position: absolute;
    right: 0px;
    height: 60vh;
    top: 8vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid var(--color);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #151515;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  }
  .wrapper nav .nav-links li {
    opacity: 0;
  }
  .wrapper nav .mob-button {
    display: block;
    cursor: none;
  }
  .wrapper nav .btn-flip {
    line-height: 50px;
    -webkit-transition: line-height 0.5s ease-in-out;
    transition: line-height 0.5s ease-in-out;
  }
}

.wrapper nav .nav-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background-color: black;
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.wrapper nav .switch .linea {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.wrapper nav .switch .lineb {
  opacity: 0;
}

.wrapper nav .switch .linec {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

.btn-flip {
  opacity: 1;
  outline: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-flip:hover:before {
  border-bottom: 2px solid var(--color);
}

.btn-flip:before {
  top: 2px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2vw;
  text-align: center;
  position: relative;
  content: attr(data-front);
  border-bottom: 2px solid #121212;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}

about {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
}

about h1 {
  color: var(--color);
  font-family: Nunito;
  text-align: right;
  padding-right: 2vw;
  width: 80%;
  margin-left: 10%;
  font-size: 3.5vw;
  border-bottom: 2px solid #6e6e6e;
}

about p {
  background: rgba(27, 27, 27, 0.8);
  margin-top: 0%;
  border-left: 1px solid var(--color);
  font-size: 1.0vw;
  width: 80%;
  color: #e2e2e2;
  padding: 10%;
  margin-left: 10%;
  font-family: Nunito;
}

about img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

about .box-block-1 {
  width: 50%;
  border: 0.6vw solid var(--color);
  padding: 42%;
  z-index: 0;
  margin-top: -90%;
  left: -6%;
  position: relative;
}

about .box-block-3 {
  width: 28%;
  border: 2px solid grey;
  padding-top: 20%;
  z-index: 2;
  margin-top: -18%;
  margin-left: 175%;
  position: relative;
}

@media screen and (max-width: 520px) {
  about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr 0.5fr;
        grid-template-rows: 1fr 0.5fr;
    background: rgba(21, 21, 21, 0.8);
  }
  about h1 {
    color: var(--color);
    font-family: Nunito;
    text-align: right;
    padding-right: 2vw;
    width: 80%;
    margin-left: 10%;
    font-size: 6.5vw;
    border-bottom: 2px solid #6e6e6e;
  }
  about p {
    border-left: 1px solid var(--color);
    font-size: 2.5vw;
    width: 80%;
    color: #e2e2e2;
    padding: 8%;
    margin-left: 10%;
  }
  about img {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
  }
  about .box-block-1 {
    width: 80%;
    border: 2px solid var(--color);
    padding: 45%;
    z-index: 2;
    margin-top: -8%;
    left: 3%;
    position: absolute;
  }
  about .box-block-2 {
    display: none;
  }
  about .box-block-3 {
    display: none;
  }
}

experience h1 {
  color: #ffffff;
  font-size: 3.5vw;
  text-align: center;
  font-family: Nunito;
  margin-top: 5%;
}

experience img {
  opacity: 0.5;
  height: auto;
  margin-left: -10%;
  width: 120%;
  position: relative;
  z-index: 0;
}

experience .on-exp {
  position: absolute;
  width: 80%;
  margin-left: 10%;
  margin-top: -58%;
}

experience .on-exp #exp-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
}

experience .on-exp #exp-panel .sec-exp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto-fit;
      grid-template-rows: auto-fit;
}

experience .on-exp #exp-panel .sec-exp h1 {
  font-size: 1.8vw;
  font-family: Nunito;
  text-align: center;
  color: var(--color);
}

experience .on-exp #exp-panel .sec-exp p {
  font-family: Nunito;
  font-size: 1.2vw;
  color: #c8c8c8;
}

experience .on-exp #exp-panel .sec-exp img {
  height: 20vw;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 520px) {
  experience h1 {
    color: #6e6e6e;
    font-size: 6.5vw;
    text-align: center;
    border-bottom: 2px solid var(--color);
    font-family: Nunito;
  }
  experience img {
    opacity: 0.5;
    height: 1600px;
    margin-left: -10%;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    position: relative;
    z-index: 0;
  }
  experience .on-exp {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-top: -1550px;
  }
  experience .on-exp #exp-panel {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
  }
  experience .on-exp #exp-panel .sec-exp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto-fit;
        grid-template-rows: auto-fit;
    color: var(--color);
  }
  experience .on-exp #exp-panel .sec-exp h1 {
    font-size: 5.5vw;
    font-family: Nunito;
    text-align: center;
    border-bottom: none;
  }
  experience .on-exp #exp-panel .sec-exp p {
    font-family: Nunito;
    font-size: 3.8vw;
  }
  experience .on-exp #exp-panel .sec-exp img {
    height: 20vh;
    min-height: 160px;
    width: auto;
    margin: 0 auto;
  }
}

skill {
  width: 120%;
  margin-left: -10%;
}

skill .box-block-5 {
  width: 4%;
  border: 2px solid var(--color);
  padding: 4%;
  z-index: 2;
  top: 84%;
  left: -3%;
  position: absolute;
  display: none;
}

skill img {
  position: relative;
  opacity: 0.25;
  width: 100%;
  z-index: 0;
  height: auto;
}

skill #skill-mod {
  position: absolute;
  width: 60%;
  margin-left: 10%;
  margin-top: -45%;
}

skill .pskill {
  border-left: 2px solid grey;
  grid-area: p-skill;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: 1fr (0.5fr)[6];
      grid-template-rows: 1fr repeat(6, 0.5fr);
  display: -ms-grid;
  display: grid;
}

skill .pskill h1 {
  color: #6e6e6e;
  font-family: 'Cairo', sans-serif;
  padding-left: 3vw;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 3.5vw;
  text-align: left;
}

skill .Other-skills {
  text-align: right;
}

skill .Other-skills a {
  color: #e2e2e2;
  font-family: Nunito;
  font-size: 1.5vw;
  padding-right: 12%;
}

skill .progress {
  background: #c2c2c2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  border-radius: 5px;
  width: 80%;
  margin-left: 10%;
}

skill .skill {
  padding-bottom: 6px;
  border-radius: 5px;
  background: var(--color);
  height: auto;
  width: 0;
}

skill .m-1 {
  -webkit-animation: skill-level-1 4s normal forwards;
          animation: skill-level-1 4s normal forwards;
}

@-webkit-keyframes skill-level-1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes skill-level-1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

skill .m-2 {
  -webkit-animation: skill-level-2 4s normal forwards;
          animation: skill-level-2 4s normal forwards;
}

@-webkit-keyframes skill-level-2 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes skill-level-2 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

skill .m-3 {
  -webkit-animation: skill-level-3 4s normal forwards;
          animation: skill-level-3 4s normal forwards;
}

@-webkit-keyframes skill-level-3 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

@keyframes skill-level-3 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

skill .m-4 {
  -webkit-animation: skill-level-4 4s normal forwards;
          animation: skill-level-4 4s normal forwards;
}

@-webkit-keyframes skill-level-4 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

@keyframes skill-level-4 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

skill .m-5 {
  -webkit-animation: skill-level-1 4s normal forwards;
          animation: skill-level-1 4s normal forwards;
}

@keyframes skill-level-1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

skill .m-6 {
  -webkit-animation: skill-level-2 4s normal forwards;
          animation: skill-level-2 4s normal forwards;
}

@keyframes skill-level-2 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@media screen and (max-width: 520px) {
  skill {
    width: 100%;
    margin-left: 0%;
  }
  skill .box-block-5 {
    width: 4%;
    border: 2px solid var(--color);
    padding: 4%;
    z-index: 2;
    top: 84%;
    left: -3%;
    position: absolute;
    display: none;
  }
  skill img {
    position: relative;
    opacity: 0.25;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    height: 700px;
  }
  skill #skill-mod {
    position: absolute;
    width: 90%;
    margin-top: -600px;
  }
  skill .pskill {
    border-left: none;
    grid-area: p-skill;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 1fr (1fr)[6];
        grid-template-rows: 1fr repeat(6, 1fr);
    display: -ms-grid;
    display: grid;
  }
  skill .pskill h1 {
    color: var(--color);
    font-family: 'Cairo', sans-serif;
    padding-left: 3vw;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 6.5vw;
    text-align: left;
  }
  skill .Other-skills {
    text-align: right;
  }
  skill .Other-skills a {
    color: #e2e2e2;
    font-family: Nunito;
    font-size: 3.8vw;
    padding-right: 18%;
  }
  skill .progress {
    background: #c2c2c2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    border-radius: 5px;
    width: 80%;
    margin-left: 2%;
  }
  skill .skill {
    padding-bottom: 6px;
    border-radius: 5px;
    background: var(--color);
    height: auto;
    width: 0;
  }
}

achievements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  grid-row: 10% 90%;
  height: 110vh;
  width:100%;
}

achievements h1 {
  text-align: center;
  color: var(--color);
  font-family: Nunito;
  font-size: 3.5vw;
}

achievements .certi-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 1vw;
  -webkit-transform: skew(-4deg);
          transform: skew(-4deg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2vw;
}

achievements .certi-view .certi {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 35vmin;
  position: relative;
}

achievements .certi-view .certi .cert-sub {
  color: white;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  min-width: 110%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  line-height: 2em;
  font-family: Nunito;
  white-space: nowrap;
}

achievements .certi-view .certi:hover {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 3;
}

achievements .certi-view .certi:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  border-bottom: solid 0.5vw var(--color);
}

achievements .certi-view .certi:hover .cert-sub {
  text-align: center;
  opacity: 1;
  color: white;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  line-height: 5em;
}

achievements .certi-view .certi img {
  width: 100%;
  opacity: 0.8;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

achievements .certi-view .certi:not(:nth-child(6)) {
  margin-right: 1em;
}

@media screen and (max-width: 520px) {
  achievements {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    grid-row: 2% 98%;
    height: 70vh;
    min-height: 500px;
    width: 100%;
  }
  achievements h1 {
    text-align: center;
    color: var(--color);
    font-family: Nunito;
    font-size: 6.5vw;
  }
  achievements .certi-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin: 1vw;
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2vw;
  }
  achievements .certi-view .certi {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: 40vmin;
    position: relative;
  }
  achievements .certi-view .certi .cert-sub {
    color: white;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    white-space: nowrap;
  }
  achievements .certi-view .certi:hover {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  achievements .certi-view .certi:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  achievements .certi-view .certi:hover .cert-sub {
    text-align: center;
    opacity: 1;
    color: white;
    font-family: Nunito;
    -o-object-fit: cover;
       object-fit: cover;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2vh;
    line-height: 8em;
    width: 110%;
  }
  achievements .certi-view .certi img {
    width: 100%;
    opacity: 0.8;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  achievements .certi-view .certi:not(:nth-child(6)) {
    margin-right: 1em;
  }
}

.contact-me {
  position: relative;
  display: none;
}

.contact-me .contact-me-content {
  height: 30vw;
  width: 100vw;
}

.contact-me .contact-me-content #email {
  color: #6e6e6e;
  font-family: Nunito;
  font-size: 1.2vw;
  text-align: center;
}

.contact-me .contact-me-content #email a {
  text-decoration: none;
  color: #6e6e6e;
}

.contact-me .contact-me-content .contact-title {
  text-align: center;
  color: var(--color);
  font-size: 3.5vw;
  font-family: Nunito;
  padding-top: 4vw;
}

.contact-me .contact-me-content .contact-section {
  z-index: 100;
  background: #1b1b1b;
  height: 17vw;
  position: relative;
  width: 50vw;
  margin-top: 2%;
  margin-left: 25vw;
  -webkit-transition: border-top 0.5s;
  transition: border-top 0.5s;
  border-top: 2px solid #111111;
}

.contact-me .contact-me-content .contact-section:hover {
  border-top: 2px solid var(--color);
}

.contact-me .contact-me-content .contact-section .social {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 50%;
  margin-left: 20%;
  bottom: 40%;
  position: absolute;
}

.contact-me .contact-me-content .contact-section .social img {
  position: absolute;
  width: 5vw;
  height: 5vw;
  cursor: none;
}

.contact-me .contact-me-content .contact-section .social .con a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#license {
  z-index: 3;
  position: absolute;
  font-size: 20px;
  font-family: Nunito;
  bottom: 22px;
  width: 51%;
  margin-left: 24.5%;
  color: grey;
}

#license a {
  color: var(--color);
  text-decoration: none;
}

#license a:active {
  color: var(--color);
}

@media screen and (max-width: 520px) {
  #license {
    z-index: 3;
    position: absolute;
    font-size: 20px;
    font-family: Nunito;
    bottom: 22px;
    width: 60%;
    margin-left: 24%;
    color: grey;
  }
  #license a {
    color: var(--color);
    text-decoration: none;
  }
  #license a:active {
    color: var(--color);
  }
  .contact-me {
    display: contents;
    background-color: #161616;
  }
  .contact-me .contact-me-content {
    height: 300px;
    margin-top: 100px;
  }
  .contact-me .contact-me-content #email {
    color: #6e6e6e;
    font-family: Nunito;
    font-size: 4vw;
    text-align: center;
  }
  .contact-me .contact-me-content .contact-title {
    text-align: center;
    color: var(--color);
    font-size: 8.5vw;
    font-family: Nunito;
    position: relative;
    padding: 0.5em;
  }
  .contact-me .contact-me-content .contact-section {
    z-index: 100;
    background-color: #181818;
    height: 300px;
    position: relative;
    width: 80vw;
    margin-top: 2%;
    margin-left: 10vw;
  }
  .contact-me .contact-me-content .contact-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 90%;
    margin-left: 0%;
    bottom: 70%;
    position: absolute;
  }
  .contact-me .contact-me-content .contact-section .social img {
    position: absolute;
    width: 8vw;
    height: 8vw;
  }
  .contact-me .contact-me-content .contact-section .social .con a {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#menu {
  z-index: 1000;
  position: absolute;
  display: none;
}

.swiper-pagination-bullet {
  opacity: 1;
  border: #616161 solid 1px;
  background-color: transparent;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 0.6vw;
}

.swiper-pagination-bullet-active {
  background-color: var(--color);
  border: none;
}

.swiper-button-prev {
  color: whitesmoke;
}

.swiper-button-next {
  color: whitesmoke;
}
/*# sourceMappingURL=Home.css.map */