@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

a{
    text-decoration: none;
}

html {
  background: url(bg01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    animation: mymove 30s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
  }

body { 
  background: url(bg01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation: mymove 30s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
}
@keyframes mymove {
0% { background-image: url(bg02.jpg); opacity:0; }
    1% { background-image: url(bg01.jpg); opacity:0;}
    2% { background-image: url(bg01.jpg); opacity:1; }
    46% { background-image: url(bg01.jpg); }
  49% { background-image: url(bg02.jpg); }
  97% { background-image: url(bg02.jpg); }
  }
.gradient {
	width: 100wh;
min-height: 100vh;
    height: 100%;
	color: #fff;
	background: linear-gradient(-45deg, rgba(238, 119, 82, 0.4), rgba(231, 60, 126, 0.4), rgba(35, 166, 213, 0.4), rgba(35, 213, 171, 0.4));
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,
h6 {
	font-family: 'Dancing Script', cursive;
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

h2 {
font-family: 'Dancing Script', cursive !important;
font-size: 4rem !important;
}

.shake {
	animation: shake-animation 4.72s ease;
    animation-delay: 1s;
	transform-origin: 50% 50%;
  }
  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: red;
  }
  @keyframes shake-animation {
	 0% { transform:translate(0,0) }
	1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(0,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(0,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
  }

  .backdrop {
        box-shadow: inset 0px 0px 0px 3px #EEE;
	  -moz-box-shadow: inset 0px 0px 0px 3px #EEE; 
	  -webkit-box-shadow: inset 0px 0px 0px 3px #EEE;

	  -moz-border-radius:30px; 
	  -webkit-border-radius:30px; 
	  border-radius:30px;
  }

  .linktree {
	  width: 120px;
	  height: 120px;
	  background-image: url(profile-color-512.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
  }
  
  .social__links ul li{
    width: 80%;
    text-align: center;
    display: inline-block;
    border: 1px solid #f8f9fa;
    margin: 1.2rem 0;
    cursor: pointer;
    padding: 0.4rem 0.8rem;
    background: rgba( 255, 255, 255, 0.1 );
    backdrop-filter: blur( 0px );
    border-radius: 5px;
    transition: background 0.25s;
    transform-style: preserve-3d;
    perspective: 500px;
    box-shadow: 0 0 0.8rem rgba(255, 255, 255, .12);
}
.js-tilt-glare{
    border-radius: 5px;
}
.social__links ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    color: #ffff;
    font-size: 1rem;
    text-decoration: none;
}
.social__links ul li a i{
    text-align: center;
    line-height: 3rem;
    font-size: 1.8rem;
    transform: scale(1.4) translateZ(50px);
    transition: 0.25s;
    position: absolute;
}
.social__links ul li a span{
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
}
.social__links ul .instagram:hover{
    background: linear-gradient(-45deg, rgba(5, 10, 230, 1), rgba(131, 58, 180, 1), rgba(225, 48, 108, 1), rgba(255, 220, 128, 1));
}
.social__links ul .patreon:hover{
    background: #ff6855;
}
.social__links ul .youtube:hover{
    background:#FF0000;
}
.social__links ul .facebook:hover{
    background:#0866ff;
}
.social__links ul .github:hover{
    background: #333;
} 
.social__links ul .black:hover{
    background: #000;
} 

@media screen and (min-width: 576px) {
  .container-nomobile {
      display: block!important;
  }
    .container-mobile {
      display: none!important;
  }
}
.container-nomobile {
    display: none;
}
.container-mobile {
    display: block;
}
.mobile-li {
    height: 45px;
    justify-content: center;
    display: flex!important;
    width: 60px !important;
    float: left;
    border: 2px solid white;
    padding: 5px;
    border-radius: 5px;
}