* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* width */
::-webkit-scrollbar {
  width: 1rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #3700FF;
  -webkit-transition: all ease .5s !important;
  transition: all ease .5s !important;
  width: 2rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border: 6px solid #3700FF;
  background: white;
  -webkit-transition: all ease .5s !important;
  transition: all ease .5s !important;
  border-radius: 1rem;
}

body {
  font-family: 'Source Code Pro', monospace;
  font-family: 'Rock Salt', cursive;
  font-family: 'Abril Fatface', cursive;
  position: relative;
  width: 100%;
  cursor: none;
  min-height: 100vh;
  height: auto;
  -webkit-perspective: 200px;
          perspective: 200px;
  overflow: hidden;
  background-color: #3700FF;
}

body:hover .the_beginning .imgs_container img {
  -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(0px);
          transform: rotateX(0deg) rotateY(0deg) translateZ(0px);
  margin-top: initial;
}

body .navigationContainer {
  position: absolute;
  z-index: 1000000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: none;
  transition: none;
}

body .navigationContainer .navigationIcons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2vw;
  display: none;
  text-shadow: 0 0 1rem white;
  color: white;
}

body .navigationContainer .fa-chevron-left {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

body .navigationContainer .fa-chevron-down {
  display: none;
}

body .navigationContainer .fa {
  opacity: 1;
}

body .the_beginning {
  position: relative;
  z-index: -100;
  border: 1vw solid #3700FF;
  overflow: hidden;
  padding: 1.5% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black !important;
  color: white;
  -webkit-transition: all ease 1.75s;
  transition: all ease 1.75s;
  -webkit-transform: rotateY(0deg) translate(0%) translateZ(0px);
          transform: rotateY(0deg) translate(0%) translateZ(0px);
}

body .the_beginning .imgs_container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  height: 85vh;
  width: 85vh;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

body .the_beginning .imgs_container img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: -10%;
  opacity: .2;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
  -webkit-transform: rotateX(50deg) rotateY(20deg) translateZ(0px);
          transform: rotateX(50deg) rotateY(20deg) translateZ(0px);
}

body .the_beginning .imgs_container .imgs_container2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 0;
  margin-left: 35%;
  height: 65vh;
  width: 65vh;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

body .the_beginning .imgs_container .imgs_container2 img {
  opacity: .4;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

body .the_beginning .imgs_container .imgs_container2 .imgs_container3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 0;
  margin-left: 35%;
  height: 45vh;
  width: 45vh;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

body .the_beginning .imgs_container .imgs_container2 .imgs_container3 img {
  opacity: .6;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

body .the_beginning .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
}

body .the_beginning .row i {
  font-size: 2vw;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  padding: 1%;
  -webkit-transform: translate(45%, -30%) translateZ(1px);
          transform: translate(45%, -30%) translateZ(1px);
}

body .the_beginning .row i:hover {
  background: #3700FF;
}

body .the_beginning .row h2 {
  -webkit-transform: translate(-10%, -75%) translateZ(1px);
          transform: translate(-10%, -75%) translateZ(1px);
  font-size: 1.5vw;
}

body .the_beginning .top, body .the_beginning .middle {
  width: 100%;
}

body .the_beginning .middle .design, body .the_beginning .middle .develop {
  position: relative;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  letter-spacing: 2px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  font-size: 4vw;
}

body .the_beginning .middle .design::after, body .the_beginning .middle .develop::after {
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  content: '';
  position: absolute;
  height: 0%;
  width: 90%;
  background-color: #3700FF;
  left: 0;
  bottom: -25%;
  border-radius: .5rem;
}

body .the_beginning .middle .design::first-letter, body .the_beginning .middle .develop::first-letter {
  font-size: 5vw;
}

body .the_beginning .middle .selected::after {
  content: '';
  position: absolute;
  height: 10%;
  width: 90%;
  background-color: #3700FF;
  left: 0;
  bottom: -25%;
}

body .the_beginning .bottom.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3%;
  height: auto;
}

body .the_beginning .bottom.row div {
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  position: relative;
  z-index: 1000;
  border-radius: 100%;
  height: .75vw;
  width: .75vw;
  background-color: rgba(255, 255, 255, 0.479);
  cursor: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

body .the_beginning .bottom.row div:hover {
  background-color: white;
}

body .the_beginning .bottom.row .centerspan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}

body .the_beginning .bottom.row .centerspan div {
  margin: 20% 0%;
}

body .the_beginning .bottom.row .mid {
  background-color: white;
}

body .recent_works, body .about_me, body .contact_me, body .skills_section, body .nav_section {
  position: absolute;
  border: 1vw solid #3700FF;
  overflow: visible;
  padding: 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black !important;
  -webkit-transition: all ease 1.75s;
  transition: all ease 1.75s;
  color: white;
  -webkit-transform: rotateY(90deg) translate(-150%) translateZ(100px);
          transform: rotateY(90deg) translate(-150%) translateZ(100px);
  top: 0;
  left: 0;
}

body .recent_works .row, body .about_me .row, body .contact_me .row, body .skills_section .row, body .nav_section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .recent_works .row i:not(.contacter), body .about_me .row i:not(.contacter), body .contact_me .row i:not(.contacter), body .skills_section .row i:not(.contacter), body .nav_section .row i:not(.contacter) {
  font-size: 2vw;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  padding: 1%;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}

body .recent_works .row i:not(.contacter):hover, body .about_me .row i:not(.contacter):hover, body .contact_me .row i:not(.contacter):hover, body .skills_section .row i:not(.contacter):hover, body .nav_section .row i:not(.contacter):hover {
  background: #3700FF;
}

body .recent_works .top, body .recent_works .middle, body .about_me .top, body .about_me .middle, body .contact_me .top, body .contact_me .middle, body .skills_section .top, body .skills_section .middle, body .nav_section .top, body .nav_section .middle {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .recent_works .top h2, body .recent_works .middle h2, body .about_me .top h2, body .about_me .middle h2, body .contact_me .top h2, body .contact_me .middle h2, body .skills_section .top h2, body .skills_section .middle h2, body .nav_section .top h2, body .nav_section .middle h2 {
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
  text-align: center;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 8vw;
  z-index: 10;
}

body .recent_works .top h2 span, body .recent_works .middle h2 span, body .about_me .top h2 span, body .about_me .middle h2 span, body .contact_me .top h2 span, body .contact_me .middle h2 span, body .skills_section .top h2 span, body .skills_section .middle h2 span, body .nav_section .top h2 span, body .nav_section .middle h2 span {
  font-size: 4vw;
}

body .recent_works .top p:not(.aboutdesc), body .recent_works .middle p:not(.aboutdesc), body .about_me .top p:not(.aboutdesc), body .about_me .middle p:not(.aboutdesc), body .contact_me .top p:not(.aboutdesc), body .contact_me .middle p:not(.aboutdesc), body .skills_section .top p:not(.aboutdesc), body .skills_section .middle p:not(.aboutdesc), body .nav_section .top p:not(.aboutdesc), body .nav_section .middle p:not(.aboutdesc) {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  font-size: 1.7vw;
  text-align: center;
  -webkit-transform: translate(-50%, 80%) translateZ(10px);
          transform: translate(-50%, 80%) translateZ(10px);
}

body .recent_works .top p:not(.aboutdesc) a, body .recent_works .middle p:not(.aboutdesc) a, body .about_me .top p:not(.aboutdesc) a, body .about_me .middle p:not(.aboutdesc) a, body .contact_me .top p:not(.aboutdesc) a, body .contact_me .middle p:not(.aboutdesc) a, body .skills_section .top p:not(.aboutdesc) a, body .skills_section .middle p:not(.aboutdesc) a, body .nav_section .top p:not(.aboutdesc) a, body .nav_section .middle p:not(.aboutdesc) a {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 0% 1%;
}

body .recent_works .top p:not(.aboutdesc) a::after, body .recent_works .middle p:not(.aboutdesc) a::after, body .about_me .top p:not(.aboutdesc) a::after, body .about_me .middle p:not(.aboutdesc) a::after, body .contact_me .top p:not(.aboutdesc) a::after, body .contact_me .middle p:not(.aboutdesc) a::after, body .skills_section .top p:not(.aboutdesc) a::after, body .skills_section .middle p:not(.aboutdesc) a::after, body .nav_section .top p:not(.aboutdesc) a::after, body .nav_section .middle p:not(.aboutdesc) a::after {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 8%;
  background: #3700ff;
  z-index: -1;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

body .recent_works .top p:not(.aboutdesc) a:hover::after, body .recent_works .middle p:not(.aboutdesc) a:hover::after, body .about_me .top p:not(.aboutdesc) a:hover::after, body .about_me .middle p:not(.aboutdesc) a:hover::after, body .contact_me .top p:not(.aboutdesc) a:hover::after, body .contact_me .middle p:not(.aboutdesc) a:hover::after, body .skills_section .top p:not(.aboutdesc) a:hover::after, body .skills_section .middle p:not(.aboutdesc) a:hover::after, body .nav_section .top p:not(.aboutdesc) a:hover::after, body .nav_section .middle p:not(.aboutdesc) a:hover::after {
  height: 90%;
}

body .recent_works .middle, body .about_me .middle, body .contact_me .middle, body .skills_section .middle, body .nav_section .middle {
  font-size: 2rem;
  -webkit-perspective: 75vw;
          perspective: 75vw;
}

body .recent_works .middle a, body .about_me .middle a, body .contact_me .middle a, body .skills_section .middle a, body .nav_section .middle a {
  -webkit-transition: all ease .75s;
  transition: all ease .75s;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  background-size: 100% 100%;
  color: white;
  border-bottom: .25rem solid #3700FF;
  background-position: center;
  cursor: pointer;
  -webkit-perspective: 10px;
          perspective: 10px;
  position: absolute;
}

body .recent_works .middle a div, body .about_me .middle a div, body .contact_me .middle a div, body .skills_section .middle a div, body .nav_section .middle a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #3700ffab !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: inherit;
  width: 100%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  opacity: 0;
}

body .recent_works .middle a div h1, body .recent_works .middle a div h6, body .about_me .middle a div h1, body .about_me .middle a div h6, body .contact_me .middle a div h1, body .contact_me .middle a div h6, body .skills_section .middle a div h1, body .skills_section .middle a div h6, body .nav_section .middle a div h1, body .nav_section .middle a div h6 {
  text-shadow: 0 0 1rem black;
  font-size: 1vw;
}

body .recent_works .middle a div h1, body .about_me .middle a div h1, body .contact_me .middle a div h1, body .skills_section .middle a div h1, body .nav_section .middle a div h1 {
  font-size: 2.5vw;
  line-height: 1;
}

body .recent_works .middle a:hover, body .about_me .middle a:hover, body .contact_me .middle a:hover, body .skills_section .middle a:hover, body .nav_section .middle a:hover {
  background-size: 150% 150%;
  border-bottom: .25rem solid white;
}

body .recent_works .middle a:hover div, body .about_me .middle a:hover div, body .contact_me .middle a:hover div, body .skills_section .middle a:hover div, body .nav_section .middle a:hover div {
  opacity: 1;
}

body .recent_works .middle .varepprev, body .about_me .middle .varepprev, body .contact_me .middle .varepprev, body .skills_section .middle .varepprev, body .nav_section .middle .varepprev {
  height: 10vw;
  width: 20vw;
  z-index: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  background-image: url(/public/images/varepPreview.webp);
}

body .recent_works .middle .varepprev div, body .about_me .middle .varepprev div, body .contact_me .middle .varepprev div, body .skills_section .middle .varepprev div, body .nav_section .middle .varepprev div {
  background: #305fb1c4;
}

body .recent_works .middle .reactsite, body .about_me .middle .reactsite, body .contact_me .middle .reactsite, body .skills_section .middle .reactsite, body .nav_section .middle .reactsite {
  background-image: url(/public/images/reactsite.webp);
  height: 10vw;
  width: 20vw;
  top: 0;
  right: 0;
  -webkit-transform: translate(-20%, 50%);
          transform: translate(-20%, 50%);
}

body .recent_works .middle .reactsite div, body .about_me .middle .reactsite div, body .contact_me .middle .reactsite div, body .skills_section .middle .reactsite div, body .nav_section .middle .reactsite div {
  background: rgba(111, 26, 160, 0.671);
}

body .recent_works .middle .intsite, body .about_me .middle .intsite, body .contact_me .middle .intsite, body .skills_section .middle .intsite, body .nav_section .middle .intsite {
  background-image: url(/public/images/interactiveprev.webp);
  height: 10vw;
  width: 20vw;
  top: 0;
  left: 0;
  -webkit-transform: translate(20%, 50%);
          transform: translate(20%, 50%);
  background-size: 101% 101%;
}

body .recent_works .middle .intsite div, body .about_me .middle .intsite div, body .contact_me .middle .intsite div, body .skills_section .middle .intsite div, body .nav_section .middle .intsite div {
  background: rgba(0, 255, 0, 0.178);
}

body .recent_works .middle .gameprev, body .about_me .middle .gameprev, body .contact_me .middle .gameprev, body .skills_section .middle .gameprev, body .nav_section .middle .gameprev {
  background-image: url(/public/images/gameprev.webp);
  height: 10vw;
  width: 10vw;
  background-size: 101% 101%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

body .recent_works .middle .gameprev div, body .about_me .middle .gameprev div, body .contact_me .middle .gameprev div, body .skills_section .middle .gameprev div, body .nav_section .middle .gameprev div {
  background: rgba(0, 0, 255, 0.308);
}

body .recent_works .middle .paintedsite, body .about_me .middle .paintedsite, body .contact_me .middle .paintedsite, body .skills_section .middle .paintedsite, body .nav_section .middle .paintedsite {
  height: 10vw;
  width: 20vw;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
  background-image: url(/public/images/animateprev.webp);
}

body .recent_works .middle .paintedsite div, body .about_me .middle .paintedsite div, body .contact_me .middle .paintedsite div, body .skills_section .middle .paintedsite div, body .nav_section .middle .paintedsite div {
  background: #585858c4;
}

body .recent_works .bottom.row, body .about_me .bottom.row, body .contact_me .bottom.row, body .skills_section .bottom.row, body .nav_section .bottom.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3%;
  height: auto;
  position: relative;
}

body .recent_works .bottom.row div, body .about_me .bottom.row div, body .contact_me .bottom.row div, body .skills_section .bottom.row div, body .nav_section .bottom.row div {
  opacity: .3;
  position: relative;
  z-index: 1000;
  border-radius: 100%;
  height: .75vw;
  width: .75vw;
  background-color: rgba(255, 255, 255, 0.479);
  cursor: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

body .recent_works .bottom.row div:hover, body .about_me .bottom.row div:hover, body .contact_me .bottom.row div:hover, body .skills_section .bottom.row div:hover, body .nav_section .bottom.row div:hover {
  background-color: white;
}

body .recent_works .bottom.row .centerspan, body .about_me .bottom.row .centerspan, body .contact_me .bottom.row .centerspan, body .skills_section .bottom.row .centerspan, body .nav_section .bottom.row .centerspan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .recent_works .bottom.row .centerspan div, body .about_me .bottom.row .centerspan div, body .contact_me .bottom.row .centerspan div, body .skills_section .bottom.row .centerspan div, body .nav_section .bottom.row .centerspan div {
  margin: 20% 0%;
}

body .recent_works .bottom.row .left, body .about_me .bottom.row .left, body .contact_me .bottom.row .left, body .skills_section .bottom.row .left, body .nav_section .bottom.row .left {
  background-color: white;
}

body .recent_works .bottom.row .mid, body .about_me .bottom.row .mid, body .contact_me .bottom.row .mid, body .skills_section .bottom.row .mid, body .nav_section .bottom.row .mid {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .recent_works .top {
  z-index: 100;
}

body .recent_works .middle {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100vh;
  width: 100%;
}

body .nav_section {
  z-index: 3;
  cursor: default;
  -webkit-transform: rotateX(0deg) translate(0) translateZ(100vh);
          transform: rotateX(0deg) translate(0) translateZ(100vh);
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: black;
}

body .nav_section .bottom {
  visibility: hidden !important;
}

body .nav_section .row h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 25%;
  cursor: pointer;
  height: auto;
  font-size: 5vw;
  border: none;
  background-size: 0% 0%;
  background-size: none !important;
  border: none !important;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

body .nav_section .row h2:hover {
  color: #3700FF;
}

body .nav_section .row .gohome {
  -webkit-transform: translate(-50%, -270%);
          transform: translate(-50%, -270%);
}

body .nav_section .row .goabout {
  -webkit-transform: translate(85%, -70%) rotate(90deg);
          transform: translate(85%, -70%) rotate(90deg);
}

body .nav_section .row .gocontact {
  -webkit-transform: translate(-50%, 110%);
          transform: translate(-50%, 110%);
}

body .nav_section .row .gowork {
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}

body .nav_section .row .goskills {
  -webkit-transform: translate(-190%, -70%) rotate(-90deg);
          transform: translate(-190%, -70%) rotate(-90deg);
}

body .about_me, body .contact_me {
  -webkit-transform: rotateX(90deg) translate(0%, 150%) translateZ(200px);
          transform: rotateX(90deg) translate(0%, 150%) translateZ(200px);
}

body .about_me .row i, body .contact_me .row i {
  z-index: 1;
}

body .about_me .row .down, body .contact_me .row .down {
  background-color: white !important;
}

body .about_me .row .left, body .contact_me .row .left {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .about_me .row .up, body .contact_me .row .up {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .about_me .row .right, body .contact_me .row .right {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .about_me .middle, body .contact_me .middle {
  height: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .about_me .middle div, body .contact_me .middle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .about_me .middle div p, body .contact_me .middle div p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.2vw;
  -webkit-transform: translate(-3%, -3%);
          transform: translate(-3%, -3%);
}

body .about_me .middle div .rightside, body .contact_me .middle div .rightside {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-transform: translate(3%);
          transform: translate(3%);
}

body .about_me .middle div img, body .contact_me .middle div img {
  position: absolute;
  width: 20vw;
}

body .about_me .middle div .family, body .contact_me .middle div .family {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

body .about_me .middle div .guitar, body .contact_me .middle div .guitar {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(35%, -25%) rotate(-10deg);
          transform: translate(35%, -25%) rotate(-10deg);
}

body .about_me .middle .left_inner, body .contact_me .middle .left_inner {
  position: relative;
}

body .about_me .middle .left_inner .descwords, body .contact_me .middle .left_inner .descwords {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: rotate(0deg) translate(-8%, 0%);
          transform: rotate(0deg) translate(-8%, 0%);
}

body .about_me .middle .right_inner, body .contact_me .middle .right_inner {
  position: relative;
}

body .about_me .middle .right_inner .descwords, body .contact_me .middle .right_inner .descwords {
  -webkit-transform: rotate(0deg) translate(5%, -10%);
          transform: rotate(0deg) translate(5%, -10%);
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .about_me .middle .inner h3, body .contact_me .middle .inner h3 {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-size: 3vw;
  color: #4815ff;
}

body .contact_me {
  -webkit-transform: rotateY(-90deg) translate(200%) translateZ(100px);
          transform: rotateY(-90deg) translate(200%) translateZ(100px);
}

body .contact_me .row .down {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .contact_me .row .left {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .contact_me .row .up {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .contact_me .row .right {
  background-color: white !important;
}

body .contact_me .middle {
  height: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .contact_me .middle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

body .contact_me .middle div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100% !important;
  font-size: 2vw !important;
  position: static !important;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}

body .contact_me .middle .left_inner {
  position: relative;
}

body .contact_me .middle .right_inner {
  position: relative;
}

body .contact_me .middle .right_inner form {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(0, 80%);
          transform: translate(0, 80%);
}

body .contact_me .middle .right_inner form span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 30%;
}

body .contact_me .middle .right_inner form span input, body .contact_me .middle .right_inner form span textarea {
  max-height: 2rem;
  padding: .5rem;
  width: 100%;
  background: white;
  border: none;
  margin-left: 1rem;
  font-weight: bolder;
  color: black;
  font-family: arial;
}

body .contact_me .middle .right_inner form span input::after, body .contact_me .middle .right_inner form span textarea::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: red;
  width: 100%;
  height: 10rem;
}

body .contact_me .middle .right_inner form .spanmessage {
  width: 50%;
}

body .contact_me .middle .right_inner form #submit {
  background: #3700ffaf;
  height: 2rem;
  padding: 0% 1%;
  color: white;
  border: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

body .contact_me .middle .right_inner form #submit:hover {
  background: #3700FF;
  cursor: pointer;
  border-radius: .5rem;
}

body .contact_me .middle .getintouch {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .contact_me .middle .getintouch a {
  position: static !important;
  text-align: center;
  color: white;
  -webkit-transform: translate(0%, 10%);
          transform: translate(0%, 10%);
  font-size: 1.25vw;
  text-decoration: none;
  border-bottom: none;
  z-index: 1;
  padding: 1%;
}

body .contact_me .middle .getintouch a i {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

body .contact_me .middle .getintouch a::after {
  background: #3700FF;
  width: 100%;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 5%;
  z-index: -1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

body .contact_me .middle .getintouch a:hover {
  text-shadow: 0 0 1rem black;
}

body .contact_me .middle .getintouch a:hover::after {
  height: 100%;
}

body .contact_me .middle .getintouch a:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

body .contact_me .middle .getintouch a * {
  font-size: 3vw;
}

body .contact_me .middle .inner h3 {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-size: 3vw;
  color: #4815ff;
}

body .skills_section {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform: rotateX(-90deg) translate(0%, -150%) translateZ(200px);
          transform: rotateX(-90deg) translate(0%, -150%) translateZ(200px);
}

body .skills_section .row .down {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .skills_section .row .left {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .skills_section .row .up {
  background-color: white !important;
}

body .skills_section .row .right {
  background-color: rgba(255, 255, 255, 0.479) !important;
}

body .skills_section .top {
  z-index: 1000 !important;
}

body .skills_section .middle {
  height: 100vh;
  width: 100%;
  min-height: auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .skills_section .middle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  line-height: .7;
}

body .skills_section .middle h2 span {
  position: static !important;
  margin: 0rem 2vw;
}

body .skills_section .middle img {
  width: 10vw;
  border-radius: 100%;
  border: .5vw solid #3700FF;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: absolute;
}

body .skills_section .middle img:hover {
  -webkit-box-shadow: 0 0 1rem 1rem #3700ff88;
          box-shadow: 0 0 1rem 1rem #3700ff88;
}

body .skills_section .middle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 12.5%;
  left: 25%;
}

body .skills_section .middle span h3 {
  font-size: 2vw;
  margin-right: 1.75vw;
}

body .skills_section .middle .skillset.secondary {
  top: 80%;
  left: 6%;
}

body .skills_section .middle .html {
  -webkit-transform: translate(15%, 25%);
          transform: translate(15%, 25%);
  left: 0;
  top: 0;
}

body .skills_section .middle .css {
  -webkit-transform: translate(190%, 40%);
          transform: translate(190%, 40%);
  width: 7vw;
  left: 0;
  top: 0;
}

body .skills_section .middle .sass {
  -webkit-transform: translate(25%, 205%);
          transform: translate(25%, 205%);
  width: 7vw;
  left: 0;
  top: 0;
}

body .skills_section .middle .javascript {
  -webkit-transform: translate(-15%, -25%);
          transform: translate(-15%, -25%);
  right: 0;
  bottom: 0;
}

body .skills_section .middle .react {
  width: 7vw;
  -webkit-transform: translate(-190%, -40%);
          transform: translate(-190%, -40%);
  right: 0;
  bottom: 0;
}

body .skills_section .middle .wordpress {
  -webkit-transform: translate(-25%, -205%);
          transform: translate(-25%, -205%);
  width: 7vw;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .nav_section .middle {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .nav_section .middle h2 {
    background-size: none !important;
    border: none !important;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    font-size: 10vw !important;
  }
  .nav_section .middle h2:hover {
    color: #3700FF;
  }
  .nav_section .middle .gohome {
    -webkit-transform: translate(-50%, -270%);
            transform: translate(-50%, -270%);
  }
  .nav_section .middle .goabout {
    -webkit-transform: translate(85%, -70%) rotate(90deg);
            transform: translate(85%, -70%) rotate(90deg);
  }
  .nav_section .middle .gocontact {
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
  }
  .nav_section .middle .gowork {
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
  .nav_section .middle .goskills {
    -webkit-transform: translate(-190%, -70%) rotate(-90deg);
            transform: translate(-190%, -70%) rotate(-90deg);
  }
  .the_beginning .imgs_container {
    height: 50vh !important;
    width: 50vh !important;
    -webkit-transform: translate(-30%, -50%) !important;
            transform: translate(-30%, -50%) !important;
  }
  .the_beginning .row i {
    font-size: 5vw !important;
    -webkit-transform: translate(0%, 0%) translateZ(1px) !important;
            transform: translate(0%, 0%) translateZ(1px) !important;
  }
  .the_beginning .row h2 {
    -webkit-transform: translate(0%, 0%) translateZ(1px) !important;
            transform: translate(0%, 0%) translateZ(1px) !important;
    font-size: 4.5vw !important;
  }
  .the_beginning .middle .design, .the_beginning .middle .develop {
    font-size: 7vw !important;
  }
  .the_beginning .middle .design::first-letter, .the_beginning .middle .develop::first-letter {
    font-size: 8vw !important;
  }
  .the_beginning .bottom.row {
    width: 6% !important;
  }
  .the_beginning .bottom.row div {
    height: 1.5vw !important;
    width: 1.5vw !important;
  }
  .recent_works .top i, .about_me .top i, .contact_me .top i, .skills_section .top i, .nav_section .top i {
    font-size: 5vw !important;
    -webkit-transform: translate(0%, 0%) translateZ(1px) !important;
            transform: translate(0%, 0%) translateZ(1px) !important;
  }
  .recent_works .bottom.row, .about_me .bottom.row, .contact_me .bottom.row, .skills_section .bottom.row, .nav_section .bottom.row {
    width: 6% !important;
  }
  .recent_works .bottom.row div, .about_me .bottom.row div, .contact_me .bottom.row div, .skills_section .bottom.row div, .nav_section .bottom.row div {
    height: 1.5vw !important;
    width: 1.5vw !important;
  }
  .recent_works .middle {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: 80vh !important;
  }
  .recent_works .middle h2, .recent_works .middle p, .recent_works .middle a {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .recent_works .middle h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100% !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    line-height: 1;
    font-size: 8vw !important;
  }
  .recent_works .middle h2 span {
    font-size: 5vw !important;
  }
  .recent_works .middle span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recent_works .middle p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100% !important;
    font-size: 4vw !important;
    margin: 5% 0% !important;
  }
  .recent_works .middle p a {
    width: 30% !important;
  }
  .recent_works .middle .gameprev {
    display: none !important;
  }
  .skills_section .middle {
    min-height: auto !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .skills_section .middle h2 {
    position: static !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    -webkit-transform: none !important;
            transform: none !important;
    line-height: .7;
    width: 100% !important;
    font-size: 8vw !important;
  }
  .skills_section .middle h2 span {
    position: static !important;
    font-size: 5vw !important;
  }
  .skills_section .middle span {
    position: static !important;
  }
  .skills_section .middle span h3 {
    font-size: 4vw !important;
  }
  .skills_section .middle .skillset {
    width: 70%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .skills_section .middle .skillset.second {
    margin-bottom: -10rem !important;
  }
  .skills_section .middle .html {
    width: 15vw !important;
  }
  .skills_section .middle .css {
    width: 10vw !important;
  }
  .skills_section .middle .sass {
    width: 10vw !important;
  }
  .skills_section .middle .javascript {
    width: 15vw !important;
  }
  .skills_section .middle .react {
    width: 10vw !important;
  }
  .skills_section .middle .wordpress {
    width: 10vw !important;
  }
  .about_me {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .about_me .middle {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 90% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .about_me .middle h2 {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    font-size: 8vw !important;
  }
  .about_me .middle h2 span {
    position: static !important;
    font-size: 5vw !important;
  }
  .about_me .middle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_me .middle div p {
    height: 100%;
    font-size: 4vw !important;
    text-align: center !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .about_me .middle div .rightside {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-transform: translate(3%);
            transform: translate(3%);
  }
  .about_me .middle div img {
    position: absolute;
    width: 20vw;
  }
  .about_me .middle div .family {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-25%, 25%);
            transform: translate(-25%, 25%);
  }
  .about_me .middle div .guitar {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(35%, -25%) rotate(-10deg);
            transform: translate(35%, -25%) rotate(-10deg);
  }
  .about_me .middle .inner .descwords {
    -webkit-transform: none !important;
            transform: none !important;
    position: static !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .about_me .middle .inner .descwords h3 {
    margin: 2rem;
    text-align: center;
    font-size: 4vw !important;
  }
  .about_me .middle .left_inner .descwords {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .contact_me .middle {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 90% !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .contact_me .middle h2 {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    font-size: 8vw !important;
  }
  .contact_me .middle h2 span {
    position: static !important;
    font-size: 5vw !important;
  }
  .contact_me .middle div {
    height: auto !important;
  }
  .contact_me .middle .left_inner .contact {
    font-size: 4vw !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .contact_me .middle .right_inner {
    position: relative;
  }
  .contact_me .middle .right_inner form {
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .contact_me .middle .right_inner form span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 100% !important;
  }
  .contact_me .middle .right_inner form span input, .contact_me .middle .right_inner form span textarea {
    max-height: 2rem;
    padding: none !important;
    width: 70% !important;
    background: white;
    border: none;
    margin-left: 0rem !important;
    font-weight: bolder;
    color: black;
    font-family: arial;
    min-height: 5rem !important;
    margin-bottom: 2rem !important;
  }
  .contact_me .middle .right_inner form span input::after, .contact_me .middle .right_inner form span textarea::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: red;
    width: 100%;
    height: 10rem;
  }
  .contact_me .middle .right_inner form span input::-webkit-input-placeholder, .contact_me .middle .right_inner form span textarea::-webkit-input-placeholder {
    color: white;
  }
  .contact_me .middle .right_inner form span input:-ms-input-placeholder, .contact_me .middle .right_inner form span textarea:-ms-input-placeholder {
    color: white;
  }
  .contact_me .middle .right_inner form span input::-ms-input-placeholder, .contact_me .middle .right_inner form span textarea::-ms-input-placeholder {
    color: white;
  }
  .contact_me .middle .right_inner form span input::placeholder, .contact_me .middle .right_inner form span textarea::placeholder {
    color: white;
  }
  .contact_me .middle .right_inner form #submit {
    background: #3700ffaf;
    width: 100% !important;
    height: auto !important;
    padding: 2% 1% !important;
    color: white;
    border-radius: 1rem !important;
    border: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 4vw !important;
    font-family: 'Abril Fatface', cursive;
  }
  .contact_me .middle .right_inner form #submit:hover {
    background: #3700FF;
    cursor: pointer;
    border-radius: .5rem;
  }
  .contact_me .middle .getintouch {
    margin-bottom: 2rem !important;
  }
  .contact_me .middle .getintouch a {
    font-size: 4vw !important;
  }
  .contact_me .middle .getintouch a i {
    font-size: 10vw !important;
  }
}

@media only screen and (max-width: 600px) {
  .the_beginning .imgs_container {
    height: 50vh !important;
    width: 50vh !important;
    -webkit-transform: translate(-30%, -50%) !important;
            transform: translate(-30%, -50%) !important;
  }
  .the_beginning .row i {
    font-size: 8vw !important;
    -webkit-transform: translate(0%, 0%) translateZ(1px) !important;
            transform: translate(0%, 0%) translateZ(1px) !important;
  }
  .the_beginning .row h2 {
    -webkit-transform: translate(0%, 0%) translateZ(1px) !important;
            transform: translate(0%, 0%) translateZ(1px) !important;
    font-size: 7.5vw !important;
  }
  .the_beginning .middle {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .the_beginning .middle .design, .the_beginning .middle .develop {
    font-size: 10vw !important;
  }
  .the_beginning .middle .design::first-letter, .the_beginning .middle .develop::first-letter {
    font-size: 11vw !important;
  }
  .the_beginning .middle .develop {
    margin-bottom: 8rem !important;
  }
  .the_beginning .bottom.row {
    width: 13% !important;
  }
  .the_beginning .bottom.row div {
    height: 3vw !important;
    width: 3vw !important;
  }
  .recent_works .top i, .about_me .top i, .contact_me .top i, .skills_section .top i, .nav_section .top i {
    font-size: 8vw !important;
    -webkit-transform: translate(0%, 0%) translateZ(1px) !important;
            transform: translate(0%, 0%) translateZ(1px) !important;
  }
  .recent_works .bottom.row, .about_me .bottom.row, .contact_me .bottom.row, .skills_section .bottom.row, .nav_section .bottom.row {
    width: 13% !important;
  }
  .recent_works .bottom.row div, .about_me .bottom.row div, .contact_me .bottom.row div, .skills_section .bottom.row div, .nav_section .bottom.row div {
    height: 3vw !important;
    width: 3vw !important;
  }
  .recent_works .middle {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: 80vh !important;
  }
  .recent_works .middle h2, .recent_works .middle p, .recent_works .middle a {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .recent_works .middle h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100% !important;
    align-items: center !important;
    line-height: 1;
    font-size: 10vw !important;
  }
  .recent_works .middle h2 span {
    font-size: 10vw !important;
  }
  .recent_works .middle span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recent_works .middle span a {
    width: 50vw !important;
    height: 10vh !important;
  }
  .recent_works .middle p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100% !important;
    font-size: 5vw !important;
    margin: 5% 0% !important;
  }
  .recent_works .middle p a {
    width: 50% !important;
  }
  .skills_section .middle h2 {
    font-size: 10vw !important;
  }
  .skills_section .middle h2 span {
    font-size: 10vw !important;
  }
  .skills_section .middle span h3 {
    font-size: 7vw !important;
  }
  .skills_section .middle .skillset {
    width: 90%;
  }
  .skills_section .middle .html {
    width: 20vw !important;
  }
  .skills_section .middle .css {
    width: 13vw !important;
  }
  .skills_section .middle .sass {
    width: 13vw !important;
  }
  .skills_section .middle .javascript {
    width: 20vw !important;
  }
  .skills_section .middle .react {
    width: 13vw !important;
  }
  .skills_section .middle .wordpress {
    width: 13vw !important;
  }
  .about_me {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .about_me .middle {
    width: 90% !important;
  }
  .about_me .middle h2 {
    font-size: 10vw !important;
  }
  .about_me .middle h2 span {
    font-size: 10vw !important;
  }
  .about_me .middle div p {
    font-size: 5vw !important;
    text-align: center !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .about_me .middle div .rightside {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-transform: translate(3%);
            transform: translate(3%);
  }
  .about_me .middle .inner .descwords {
    -webkit-transform: none !important;
            transform: none !important;
    position: static !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .about_me .middle .inner .descwords h3 {
    margin: 0rem;
    text-align: center;
    font-size: 6vw !important;
  }
  .about_me .middle .left_inner .descwords {
    margin-bottom: 0vh !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .about_me .middle .right_inner .descwords {
    margin-top: 0vh !important;
  }
  .contact_me .middle {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 90% !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .contact_me .middle h2 {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    font-size: 10vw !important;
  }
  .contact_me .middle h2 span {
    position: static !important;
    font-size: 10vw !important;
  }
  .contact_me .middle div {
    height: auto !important;
  }
  .contact_me .middle .left_inner .contact {
    font-size: 5vw !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .contact_me .middle .right_inner {
    position: relative;
  }
  .contact_me .middle .right_inner form {
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .contact_me .middle .right_inner form span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 100% !important;
  }
  .contact_me .middle .right_inner form span input, .contact_me .middle .right_inner form span textarea {
    max-height: 2rem;
    padding: none !important;
    width: 50% !important;
    background: white;
    border: none;
    margin-left: 0rem !important;
    font-weight: bolder;
    color: black;
    font-family: arial;
    min-height: 2rem !important;
    margin-bottom: 0rem !important;
  }
  .contact_me .middle .right_inner form span input::after, .contact_me .middle .right_inner form span textarea::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: red;
    width: 100%;
    height: 10rem;
  }
  .contact_me .middle .right_inner form span textarea {
    min-height: 4rem !important;
  }
  .contact_me .middle .right_inner form #submit {
    margin-top: 2rem !important;
    background: #3700ffaf;
    padding: 1% 1% !important;
    font-size: 5vw !important;
  }
  .contact_me .middle .getintouch {
    margin-bottom: 3.5vh !important;
  }
  .contact_me .middle .getintouch a {
    font-size: 5vw !important;
  }
  .contact_me .middle .getintouch a i {
    font-size: 12vw !important;
  }
}
/*# sourceMappingURL=styles.css.map */