@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Protest+Riot&display=swap');
html {
    margin: 0 !important;
    padding: 0;
    border: none;
    width:100%;
    scroll-behavior: smooth;
}
body {
    margin:0;
    overflow-x:hidden;
}

.bg {
    width:100%;
    background-size:cover;
    background-position:center;
    height:250vh;
    background: -webkit-linear-gradient(90deg, #A9206F 0%, #cf3991 25%, #ff5fbc 65%, #cf82af 85%);
    animation: gradientBG 30s ease infinite;
    overflow:hidden;
    background-size: 100% 500%;
}
@keyframes gradientBG {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}
.cloud-1 {
    width:100%;
    background-size:cover;
    background-position:center;
    background-image: url(img/clouds1.svg);
    opacity:.8;
    height: 50vh;
    margin-top:0vh;
    position: absolute;
    bottom:0;
    animation: cloud1 150s ease infinite;
    z-index:101;
}
@keyframes cloud1 {
	0% {
		background-position: 0% 50%;
	}
    25% {
		background-position: 70% 50%;
	}
	50% {
		
        background-position: 100% 50%;
	}
    75% {
		background-position: 50% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.cloud-1::after {
    width:100%;
    background-size:cover;
    background-position:center;
    background-image: url(img/clouds1.svg);
    height: 50vh;
    animation: cloud1 150s ease infinite;
    z-index:99;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    position:absolute;
    bottom:-70vh;
    content:"";
}
.cloud-1::before {
    width:100%;
    background-color:#E80F6F;
    height: 20vh;
    bottom:-20vh;
    content:'';
    position:absolute;
    opacity:.5;
}
.cloud-2 {
    width:100%;
    background-size:cover;
    background-position:center;
    background-image: url(img/clouds2.svg);
    opacity:.6;
    height: 50vh;
    margin-top:0vh;
    bottom:50px;
    animation: cloud2 500s ease infinite;
    z-index:99;
    position:sticky;
}
.cloud-2::before {
    width:100%;
    background-color:#E80F6F;
    height: 50vh;
    bottom: -50vh;
    content:'';
    position:absolute;
    opacity:.6;
}
.cloud-2::after {
    width:100%;
    background-size:0% 50%;
    background-position:center;
    background-image: url(img/clouds2.svg);
    height: 50vh;
    animation: cloud2 500s ease infinite;
    z-index:99;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    position:absolute;
    bottom:-100vh;
    content:"";
}
@keyframes cloud2 {
	0% {
		background-position: 7.5% 50%;
	}
    25% {
		background-position: 70% 50%;
	}
	50% {
		
        background-position: 92.5% 50%;
	}
    75% {
		background-position: 50% 50%;
	}
	100% {
		background-position: 7.5% 50%;
	}
}
.cloud-3 {
    width:100%;
    background-size:cover;
    background-position:50% 50%;
    background-image: url(img/clouds3.svg);
    height: 50vh;
    margin-top:0vh;
    bottom:100px;
    opacity:.5;
    animation: cloud3 250s ease infinite;
    z-index:98;
    position:absolute;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.cloud-3::before {
    width:100%;
    background-color:#E80F6F;
    height: 100vh;
    bottom:-100vh;
    content:'';
    position:absolute;
    opacity:.8;
}
.cloud-3::after {
    width:100%;
    background-size:cover;
    background-position:center;
    background-image: url(img/clouds3.svg);
    height: 50vh;
    animation: cloud3 350s ease infinite;
    z-index:99;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV2;
    -ms-filter: "FlipV2";
    position:absolute;
    bottom:-120vh;
    content:"";
    opacity:1;
}
@keyframes cloud3 {
	0% {
		background-position: 100% 50%;
	}
    25% {
		background-position: 40% 50%;
	}
	50% {
		
        background-position: 0% 50%;
	}
    75% {
		background-position: 70% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
.mountain {
    background-image: url(img/mountain-light.svg);
    width:100%;
    background-size:cover;
    background-position:center;
    height:100vh;
    margin-top: -180vh;
    z-index:100;
    position:absolute;
}
.blackbox {
    min-height: 50vh;
    background-color: #fff;
    width: 100%;
    margin-top: 80vh;
}
.wolf img {
    width: auto;
    height: 43vh;
    bottom:7.4vh;
    z-index: 100;
    position:absolute;
    left: 45%;
    animation: wolf 15s ease-in-out infinite;
}
@keyframes wolf {
	0% {
		transform:rotate(0);
	}
	50% {
        transform:rotate(5deg);
	}
	100% {
		transform:rotate(0deg);
	}
}
.foliage img {
    position: absolute;
    top: 50vh;
    width: 500px;
    left:-225px;
    z-index: 103;
    animation: foliage1 15s ease-in-out infinite;
}
@keyframes foliage1 {
	0% {
		transform:rotate(0);
	}
	50% {
        transform:rotate(15deg);
	}
	100% {
		transform:rotate(0deg);
	}
}
.foliage2 img {
    position: absolute;
    top: 20vh;
    width: 300px;
    right:-150px;
    z-index: 98;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    animation: foliage2 10s ease-in-out infinite;
}
@keyframes foliage2 {
	0% {
        transform: scaleX(-1) rotate(0);
	}
	50% {
        transform: scaleX(-1) rotate(10deg);
	}
	100% {
        transform: scaleX(-1) rotate(0);
	}
}
.foliage3 img {
    width: 500px;
    position:absolute;
    top:110vh;
    left:-150px;
    z-index: 500;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) rotate(-45deg);
    filter: FlipH;
    -ms-filter: "FlipH";
    animation: foliage3 12s ease-in-out infinite;
}
@keyframes foliage3 {
	0% {
        transform: scaleX(-1) rotate(-30deg);
	}
	50% {
        transform: scaleX(-1) rotate(-45deg);
	}
	100% {
        transform: scaleX(-1) rotate(-30deg);
	}
}

.main {
    margin-top: -85vh;
    background-color: #fff;
    width:100%;
    height:100vh;
    z-index: 102;
    position: absolute;
    display: flex;
}
.main .narrow {
    max-width: 900px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    display: flex;
}
.narrow h1 {
    color: #000;
    text-align:left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    margin-top:0;
}
.hello-dribbble {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:50vh;
    z-index: 500;
    flex-direction: column;
}
.dribbble-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.link-text {
    width:auto;
    text-align: center;
    margin-left: 15vw;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index:500;
}
.link-text a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    background-color:rgba(255,255,255,0.5);
    padding: 15px;
    border-radius: 100px;
}
.hello-dribbble span {
    color: #000;
    font-size: 50px;
    margin-top: 51vh;
    margin-right: 15px;
    margin-left: 15vw;
    font-family: "Protest Riot", sans-serif;
}
.hello-dribbble img {
    width: 200px;
    margin-top: 50vh;
    animation: dtext 60s ease-in-out infinite;
}
@keyframes dtext {
	0% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
	}
    1% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    2% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    5% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    6% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    7% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    8% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    9% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    10% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    15% {
        filter: drop-shadow(0 0px 10px rgba(232, 15, 111, 0.7));
    }
    20% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    21% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    22% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    23% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    24% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    35% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    36% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    37% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    38% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    39% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    50% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    51% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    52% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    55% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    56% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    57% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    63% {
        filter: drop-shadow(0 0px 10px rgba(232, 15, 111, 0.7));
    }
    70% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    71% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    72% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    78% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    79% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    80% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    81% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    82% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    83% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
    84% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    92% {
        filter: drop-shadow(0 0px 10px rgba(232, 15, 111, 0.7));
    }
    98% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
    }
    99% {
        filter: drop-shadow(0 0px 5px rgba(232, 15, 111, 0.7));
    }
	100% {
        filter: drop-shadow(0 0px 15px rgba(232, 15, 111, 0.7));
	}
}
.dribbble-ball {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dribbble-ball img {
    width: 50vw;
    position: absolute;
    z-index: 50;
    animation: ball 30s ease-in-out infinite;
    top:-50%;
    /* filter: drop-shadow(0 0px 15px rgba(255, 255, 255, 0.5)); */
}
@keyframes ball {
	0% {
		transform:rotate(0);
        filter: drop-shadow(0 0px 15px rgba(255, 159, 226, 0.5));
        top:-50%;
	}
	20% {
        transform:rotate(90deg);
        filter: drop-shadow(0 0px 5px rgba(255, 159, 226, 0.5));
        top:-55%;
	}
    60% {
        top:-52%;
        filter: drop-shadow(0 0px 5px rgba(255, 159, 226, 0.5));
    }
    80% {
        transform:rotate(-90deg);
        filter: drop-shadow(0 0px 20px rgba(255, 159, 226, 0.5));
        top:-50%;
	}
	100% {
		transform:rotate(0);
        filter: drop-shadow(0 0px 15px rgba(255, 159, 226, 0.5));
        top:-50%;
	}
}