@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.383);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@-webkit-keyframes float2 {
  0% {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    text-shadow: 0 25px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    text-shadow: 0 25px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

/* top button */
/* #cv {
  text-align: center;
  margin-bottom: 80px;
} */
/* .cv-btn {
  height: 50px;
  width: 250px;
  font-size: 23px;
  background-color: transparent;
} */
@-webkit-keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

body {
  background-color: rgba(255, 255, 255, 0.815);
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

::-moz-selection {
  background: #b5db4c;
  /* WebKit/Blink Browsers */
  color: white;
}

::selection {
  background: #b5db4c;
  /* WebKit/Blink Browsers */
  color: white;
}

html {
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: url("../img/cursor.png"), auto;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

h2 {
  color: #1daed3;
}

.progress-container {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  position: fixed;
  bottom: 210px;
  right: -73px;
  display: none;
  width: 30vh;
  height: 20px;
  background: #e4e1e1;
  border-radius: 10px;
}

.progress-bar {
  height: 20px;
  background: #b7e046;
  width: 0%;
  border-radius: 10px;
}

.extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upper {
  position: absolute;
  margin-bottom: 100px;
}

.top {
  position: relative;
  margin: 0 auto;
  height: 40vh;
  width: 100vw;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #8a8a8a;
  background-color: RGB(107, 193, 226);
}

#cimg {
  position: relative;
  top: -0.5vh;
  z-index: -1;
  width: 100vw;
}

.name {
  color: #faf3f3;
  font-size: 3.8rem;
  font-weight: bold;
  padding-left: 15px;
}

.slogan {
  font-family: "Averia Sans Libre", cursive;
  font-size: 2.2rem;
  color: #c6f6ff;
}

.avatar {
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
}

.pimg {
  position: relative;
  width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

.about {
  position: relative;
  margin-top: -7vh;
}

#about {
  background-color: rgba(231, 229, 224, 0.027);
  padding: 7px;
  font-size: 17px;
}

.contact {
  position: relative;
  margin-top: 6vw;
}

p {
  line-height: 30px;
  color: #504e4e;
}

.btn-light {
  background-color: transparent;
}

.btn-light:hover {
  background-color: rgba(0, 162, 255, 0.301);
}

.card-body {
  background-color: #feffff71;
}

.animation {
  position: relative;
  overflow: hidden;
}

.plane {
  position: relative;
  height: 105px;
  top: 30%;
}

footer {
  background-color: #6bc1e2;
  margin-top: 40px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #b7e046;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #d4f181;
}

#footerMsg {
  text-align: center;
  margin-bottom: 40px;
  color: white;
}

.cv-btn {
  --border-width: 3px;
  position: relative;
  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;
  width: 250px;
  height: 50px;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: white;
  background: transparent;
  border-radius: var(--border-width);
  text-decoration: none !important;
}

.cv-btn::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #5f86f2, #b281e7, #f25fd0, #ec6f71, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  -webkit-animation: moveGradient 4s alternate infinite;
          animation: moveGradient 4s alternate infinite;
}

#aboutSvg {
  height: 140px;
  -webkit-animation: float2 3s ease-in-out infinite;
          animation: float2 3s ease-in-out infinite;
}

#conSvg {
  height: 140px;
  -webkit-animation: float2 4s ease-in-out infinite;
          animation: float2 4s ease-in-out infinite;
}

#uxSvg {
  float: left;
  position: relative;
  height: 130px;
  margin-top: 10vw;
  -webkit-animation: float2 4s ease-in-out infinite;
          animation: float2 4s ease-in-out infinite;
}

#proSvg {
  position: relative;
  height: 190px;
  margin-top: 6vw;
  -webkit-animation: float2 3s ease-in-out infinite;
          animation: float2 3s ease-in-out infinite;
}

#cerSvg {
  position: relative;
  height: 190px;
  margin-top: 9vw;
  -webkit-animation: float2 6s ease-in-out infinite;
          animation: float2 6s ease-in-out infinite;
}

#footerSvg {
  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;
  height: 230px;
  -webkit-animation: float2 6s ease-in-out infinite;
          animation: float2 6s ease-in-out infinite;
}

.ft {
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
}

.fa-pinterest:before {
  content: "\f0d2";
  font-size: 40px;
  color: red;
  content: "\f0d2";
  font-size: 26px;
  color: red;
}

.fa-behance-square:before {
  content: "\f1b5";
  font-size: 40px;
  color: #53a8da;
  content: "\f1b5";
  font-size: 26px;
  color: #2415f6;
  margin-left: 4px;
}

.img-fluid {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#cv-img {
  position: relative;
  height: 290px;
  margin-top: 6vw;
}

.button {
  background-color: #d3f3ff;
  border: none;
  color: #7c7979;
  padding: 6px 18px;
  text-align: center;
  font-size: 12px;
  margin: 4px 2px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  outline: none;
}

.button:hover {
  opacity: 0.6;
  border: none;
  cursor: initial;
}

.button-after {
  background-color: #eb7575;
  border: none;
  color: white;
  padding: 6px 18px;
  text-align: center;
  font-size: 14px;
  margin: 4px 2px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0 !important;
}

.skill-btns {
  float: left;
}

.ux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ux-card {
  width: 300px;
  height: 420px;
  margin-top: 5px;
  -webkit-box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ux-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#uiSvg {
  position: relative;
  height: 190px;
  margin-top: 5vw;
  -webkit-animation: float2 6s ease-in-out infinite;
          animation: float2 6s ease-in-out infinite;
}

.cer-div {
  color: black;
  background-color: rgba(206, 203, 203, 0);
  padding: 10px;
  border: solid 1px #5eb5d8;
  border-radius: 15px;
  margin: 15px 10px 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cer-div img {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  float: left;
  padding-right: 20px;
}

.project-card {
  margin-top: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.project-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 25px;
  color: #727272 !important;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.form:hover {
  border: 1px solid #8bc3a3;
}

.form:focus {
  color: white;
  outline: none;
  border: 1px solid #8bc3a3;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-div {
  height: 80vh;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 7px;
      grid-template-areas: "box1 box1 box2" "box1 box1 box3" "box4 box5 box3";
}

.box1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: box1;
}

.box3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: box3;
}

.box4 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: box4;
}

.box5 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: box5;
}

.category-item-div {
  position: relative;
  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;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.category-item-div img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category-item-div img:hover {
  opacity: 50%;
}

.category-item-div:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #4fabe0f8;
}

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

.text p {
  color: white;
  font-size: 1rem;
}

.text a {
  background-color: #303131;
  border: none;
  color: #fffdfd;
  padding: 6px 18px;
  text-align: center;
  font-size: 15px;
  margin: 4px 2px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.text a:hover {
  background-color: #ffffff;
  color: black;
  border: none;
  cursor: pointer;
}

text a:focus {
  outline: 0 !important;
}

.ui-container {
  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;
  margin: 1vmin;
  overflow: hidden;
}

.ui-container .ui-card {
  -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;
  -webkit-box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
}

.ui-container .ui-card .card__head {
  color: black;
  background: #b6e1ff;
  padding: 0.5em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 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: 1.2rem;
  white-space: nowrap;
}

.ui-container .ui-card:hover {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.ui-container .ui-card:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.ui-container .ui-card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(86, 210, 248, 0.6);
  font-size: 2rem;
  -webkit-transform: rotate(0deg) skew(-5deg);
          transform: rotate(0deg) skew(-5deg);
}

.ui-container .ui-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.ui-container .ui-card:not(:nth-child(5)) {
  margin-right: 1em;
}

.brain-svg {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
}

.brain-svg:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#left {
  opacity: 70%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#left:hover {
  opacity: 100%;
}

#right {
  opacity: 80%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#right:hover {
  opacity: 100%;
}

#bottom {
  opacity: 70%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#bottom:hover {
  opacity: 100%;
}

.experiences h2 {
  text-align: center;
}

.experiences h3 {
  margin-top: 80px;
  padding-bottom: 10px;
  color: #429abd;
}

.contact-text {
  margin: 45px auto;
}

.mail-message-area {
  width: 100%;
  padding: 0 15px;
}

.mail-message {
  width: 100%;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  margin: 0 auto;
  border-radius: 0;
}

.not-visible-message {
  height: 0px;
  opacity: 0;
}

.visible-message {
  height: auto;
  opacity: 1;
  margin: 25px auto 0;
}

.textarea {
  height: 100px;
  max-height: 100px;
  max-width: 100%;
}

.form-btn {
  width: 180px;
  display: block;
  height: auto;
  padding: 15px;
  color: #fff;
  background: #b2ce66;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.form-btn:hover {
  background: #111;
  color: white;
  border: none;
}

.form-btn:active {
  opacity: 0.9;
}

center {
  margin-top: 330px;
}

input {
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 500px) {
  .plane {
    position: relative;
    height: 85px;
    top: 30%;
  }
  .slogan {
    font-size: 3.3vw;
  }
  #conSvg {
    display: none;
  }
  #cv-img {
    display: none;
  }
  #aboutSvg {
    display: none;
  }
  #cerSvg {
    margin-top: 90px;
  }
  .brain-svg {
    display: none;
  }
  #progress {
    display: none;
  }
  .category-div {
    width: 100%;
    height: 10%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "box1 box3" "box4 box5";
  }
  .text p {
    color: white;
    font-size: 0.5rem;
  }
  .text a {
    background-color: #303131;
    border: none;
    color: #fffdfd;
    padding: 6px 18px;
    text-align: center;
    font-size: 0.5rem;
    margin: 4px 2px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    outline: none;
  }
  .ui-container .ui-card .card__head {
    font-size: 0.8rem;
  }
  .ui-container .ui-card:hover .card__head {
    text-align: center;
    top: calc(100% - 2em);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    -webkit-transform: rotate(0deg) skew(-5deg);
            transform: rotate(0deg) skew(-5deg);
  }
  .fa-behance-square:before {
    content: "\f1b5";
    font-size: 16px;
    margin-left: 2px;
  }
  .fa-pinterest:before {
    content: "\f0d2";
    font-size: 16px;
    color: red;
  }
  .cer-div img {
    width: 130px;
  }
}

@media screen and (max-width: 1200px) {
  .plane {
    position: relative;
    height: 85px;
    top: 30%;
  }
  .slogan {
    font-size: 3.4vw;
  }
  #conSvg {
    display: none;
  }
  #cv-img {
    display: none;
  }
  #aboutSvg {
    display: none;
  }
  #cerSvg {
    margin-top: 90px;
  }
  .brain-svg {
    display: none;
  }
  #progress {
    display: none;
  }
  .name {
    color: #faf3f3;
    font-size: 50px;
    padding-left: 15px;
  }
  .ui-container .ui-card .card__head {
    font-size: 0.6rem;
  }
  .ui-container .ui-card:hover .card__head {
    text-align: center;
    top: calc(100% - 2em);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    -webkit-transform: rotate(0deg) skew(-5deg);
            transform: rotate(0deg) skew(-5deg);
  }
  .fa-behance-square:before {
    content: "\f1b5";
    font-size: 16px;
    margin-left: 2px;
  }
  .fa-pinterest:before {
    content: "\f0d2";
    font-size: 16px;
    color: red;
  }
}

.cv-button {
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 50px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #1670f0;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-decoration: none !important;
  -webkit-box-shadow: 0 20px 50px rgba(255, 255, 255, 0.05);
          box-shadow: 0 20px 50px rgba(255, 255, 255, 0.05);
  overflow: hidden;
  z-index: 1000;
}

.cv-button:hover {
  color: #40e068;
}

.cv-button span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#4197e7), to(#37f670));
  background: linear-gradient(to right, #4197e7, #37f670);
  -webkit-animation: animate1 2s linear infinite;
          animation: animate1 2s linear infinite;
}

@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.cv-button span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#37f670), to(#1779ff));
  background: linear-gradient(to bottom, #37f670, #1779ff);
  -webkit-animation: animate2 2s linear infinite;
          animation: animate2 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.cv-button span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#3bd68e), to(#1779ff));
  background: linear-gradient(to left, #3bd68e, #1779ff);
  -webkit-animation: animate3 2s linear infinite;
          animation: animate3 2s linear infinite;
}

@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.cv-button span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0c002b), to(#1779ff));
  background: linear-gradient(to top, #0c002b, #1779ff);
  -webkit-animation: animate4 2s linear infinite;
          animation: animate4 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*# sourceMappingURL=style.css.map */