.border-radius {
  border-radius: 60% 40% 55% 45% / 30% 49% 51% 70%;
  background: rgb(206, 14, 226);
  background: linear-gradient(
    225deg,
    rgba(207, 99, 219, 0.815) 0%,
    rgba(159, 58, 200, 1) 47%,
    rgba(56, 2, 78, 1) 100%
  );
  width: 20rem;
  height: 20rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 10px rgba(141, 10, 155, 0.619);
}

.border-radius img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  object-fit: cover;
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
  animation: slider 8s linear;
  -webkit-animation: slider 2s linear;
  top: 1rem;
  right: 2rem;
}
@keyframes slider {
  0% {
    right: 25rem;
  }
  80% {
    right: 0rem;
    opacity: 0.9;
  }
  100% {
    right: 2rem;
  }
}

.animation-box {
  overflow: hidden;
}
.aminmation-back-big {
  top: 0;
  left: 0;
  width: 35rem;
  height: 35rem;
  background-color: rgba(131, 131, 131, 0.085);
  border-radius: 57% 43% 19% 81% / 51% 41% 59% 49%;
  -webkit-border-radius: 57% 43% 19% 81% / 51% 41% 59% 49%;
  -moz-border-radius: 57% 43% 19% 81% / 51% 41% 59% 49%;
  -ms-border-radius: 57% 43% 19% 81% / 51% 41% 59% 49%;
  -o-border-radius: 57% 43% 19% 81% / 51% 41% 59% 49%;
  z-index: -10;
  animation: big 20s linear infinite alternate;
  -webkit-animation: big 20s linear infinite alternate;
}
@keyframes big {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  20% {
    top: 5rem;
    left: 3rem;
  }
  40% {
    top: -3rem;
    left: 10rem;
  }
  60% {
    top: 1;
    left: 2rem;
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    left: 0;
    top: 0;
  }
}

.aminmation-back-medium {
  top: 0;
  right: 10rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(131, 131, 131, 0.085);
  border-radius: 40% 60% 77% 23% / 51% 27% 73% 49%;
  -webkit-border-radius: 40% 60% 77% 23% / 51% 27% 73% 49%;
  -moz-border-radius: 40% 60% 77% 23% / 51% 27% 73% 49%;
  -ms-border-radius: 40% 60% 77% 23% / 51% 27% 73% 49%;
  -o-border-radius: 40% 60% 77% 23% / 51% 27% 73% 49%;
  z-index: -10;
  animation: medium 20s linear infinite alternate;
  -webkit-animation: medium 20s linear infinite alternate;
}
@keyframes medium {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  20% {
    top: 5rem;
    right: 20rem;
  }
  40% {
    right: 10rem;
  }
  60% {
    top: 1;
    right: 2rem;
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    right: 0;
    top: 0;
  }
}

.animation-hover:hover i {
  color: rgb(175, 175, 175);
  animation: icone 0.2s linear;
  -webkit-animation: icone 0.2s linear;
}
@keyframes icone {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
}
.hover-scale h4{
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -o-transition:all .2s linear;
}
.hover-scale:hover h4{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

footer{
  border-radius: 30% 30% 0 0;
  background: #052125; /*#3f444d;*/
  height: 10rem;
  -webkit-border-radius: 30% 30% 0 0;
  -moz-border-radius: 30% 30% 0 0;
  -ms-border-radius: 30% 30% 0 0;
  -o-border-radius: 30% 30% 0 0;
}

.fontsize5 {
    font-size: 5rem;
}
.topstyle {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.padiing1 {
    min-height: 35rem;
    padding: 2rem 0;
}
.padiing2 {
    padding: 0 2rem;
}
.padiing3 {
    padding: 1rem 3rem;
}


.sticky-box {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: .5rem;
    bottom: .5rem;
    width: 18rem;
    padding: .2rem .5rem;
    z-index: 100;
    background-color: transparent;
    border: none;
}

    .sticky-box button {
        right: 0 !important;
        left: 100% !important;
        top: -1.5rem !important;
        padding: 0 !important;
        color: white !important;
    }

    .sticky-box .img-alert {
        width: 100%;
        height: 9rem;
    }

        .sticky-box .img-alert img {
            width: 100%;
            height: 100%;
        }


.card-head {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

    .card-head.work {
        padding: 1em 1em 0 1em !important;
    }

        .card-head.work img {
            width: 150px;
        }

    .card-head .projects span {
        font-weight: 400;
    }

img.img-circle {
    margin-top: 2em;
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
}

.card-title {
    margin-bottom: 0;
}

    .card-title::after {
        content: '...';
        float: left;
        cursor: pointer;
    }

    .card-title + div {
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: max-height 0.5s linear;
        -moz-transition: max-height 0.5s linear;
        -ms-transition: max-height 0.5s linear;
        -o-transition: max-height 0.5s linear;
        transition: max-height 0.5s linear;
    }

div.open {
    max-height: max-content;
    height: auto;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

.skill-title-list img {
    width: 35px;
}