.seaContainer {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #130560;
	overflow: hidden;
}

.submarine__container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 200px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.submarine__body {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 80px;
	background: #ffa053;
	border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.submarine__propeller {
	position: absolute;
	left: 80%;
	top: 50%;
	width: 30px;
	height: 50px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-webkit-perspective: 600px;
	perspective: 600px;
}

.propeller__perspective {
	width: 100%;
	height: 100%;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: rotateInfinite 1s linear infinite;
	animation: rotateInfinite 1s linear infinite;
	cursor: pointer;
}

.submarine__propeller-parts {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	top: 0%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.darkOne {
	top: 0%;
	background: #ff9a49;
	-webkit-transform: rotateY(180deg) rotateX(225deg);
	transform: rotateY(180deg) rotateX(225deg);
}

.lightOne {
	top: 0%;
	background: #ffdabc;
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
}

.submarine__sail {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 90px;
	height: 50px;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background: #ffa053;
	-webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
}

.submarine__sail html,
.submarine__sail body {
	background: #ffa053;
	overflow: hidden;
}

.submarine__sail .seaContainer {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #130560;
	overflow: hidden;
}

.submarine__sail .submarine__container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 200px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.submarine__sail .submarine__body {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 80px;
	background: #e30449;
	border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.submarine__sail .submarine__propeller {
	position: absolute;
	left: 80%;
	top: 50%;
	width: 30px;
	height: 50px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-webkit-perspective: 600px;
	perspective: 600px;
}

.submarine__sail .propeller__perspective {
	width: 100%;
	height: 100%;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: rotateInfinite 1s linear infinite;
	animation: rotateInfinite 1s linear infinite;
	cursor: pointer;
}

.submarine__sail .submarine__propeller-parts {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	top: 0%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.submarine__sail .darkOne {
	top: 0%;
	background: #ff9a49;
	-webkit-transform: rotateY(180deg) rotateX(225deg);
	transform: rotateY(180deg) rotateX(225deg);
}

.submarine__sail .lightOne {
	top: 0%;
	background: #ffdabc;
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
}

.submarine__sail .submarine__sail {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 90px;
	height: 50px;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background: #c6003d;
	-webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
}

.submarine__sail .submarine__sail-shadow {
	position: absolute;
	width: 160%;
	height: 10%;
	background: #ffdabc;
	border-radius: 5px;
}

.submarine__sail .dark1 {
	left: 0%;
	top: 0%;
	-webkit-transform: translate(0%, -33%);
	transform: translate(0%, -33%);
}

.submarine__sail .dark2 {
	left: 0%;
	top: 50%;
}

.submarine__sail .light1 {
	left: 20%;
	top: 20%;
	width: 50%;
	background: #f77b16;
}

.submarine__sail .submarine__window {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-image: linear-gradient(45deg, #c9e5d9, #fff);
	border: 8px solid #f77b16;
	z-index: 10;
	-webkit-animation: shadow-change 1s linear infinite;
	animation: shadow-change 1s linear infinite;
}

.submarine__sail .one,
.submarine__sail .two {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.submarine__sail .one {
	left: 40%;
}

.submarine__sail .two {
	left: 20%;
}

.submarine__sail .submarine__shadow-dark {
	position: absolute;
	left: 70%;
	top: 50%;
	width: 70px;
	height: 10px;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #f77b16;
}

.submarine__sail .submarine__shadow-light {
	position: absolute;
	left: 35%;
	top: 13%;
	width: 100px;
	height: 6px;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ef689e;
}

.submarine__sail .submarine__shadow-arcLight {
	position: absolute;
	top: 65%;
	left: 80%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ef689e;
}

.submarine__sail .submarine__periscope {
	position: absolute;
	top: 0%;
	left: 40%;
	width: 20px;
	height: 50px;
	border-right: 10px solid #ffdabc;
	border-top: 10px solid #ffa053;
	border-left: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-top-right-radius: 10px;
}

.submarine__sail .submarine__periscope-glass {
	position: absolute;
	left: 40%;
	top: 0%;
	width: 5px;
	height: 15px;
	background: #f7ac08;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
}

.submarine__sail .light {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 500px;
	height: 100px;
	background: linear-gradient(to left, #817e97, #130560);
	-webkit-clip-path: polygon(0% 0%, 50% 45%, 50% 55%, 0% 100%);
	clip-path: polygon(0% 0%, 50% 45%, 50% 55%, 0% 100%);
	-webkit-transform: translate(-18%, -45%);
	transform: translate(-18%, -45%);
}

.submarine__sail .bubbles__container {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 100px;
	height: 50px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.submarine__sail .bubbles {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 5%;
	top: 5%;
	background: #fff;
	opacity: 0.8;
}

.submarine__sail .bubble-1 {
	top: 15%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.submarine__sail .bubble-2 {
	top: 30%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.submarine__sail .bubble-3 {
	top: 45%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.submarine__sail .bubble-4 {
	top: 60%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.submarine__sail .ground__container {
	position: absolute;
	top: 75%;
	left: 0%;
	width: 100%;
	height: 25%;
	background: #08003b;
	margin-top: 20px;
}

.submarine__sail .ground1 {
	top: 75%;
	height: 100%;
	background: #0c0051;
}

.submarine__sail .ground2 {
	position: absolute;
	top: 35%;
	width: 100%;
	height: 100%;
	background: #08003b;
}

.submarine__sail .ground span {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.submarine__sail .ground1 span {
	background: #0c0051;
}

.submarine__sail .ground2 span {
	background: #08003b;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
}

.submarine__sail .up-1 {
	left: 0%;
	top: -2px;
	-webkit-animation: moveThegroundRight 3s infinite linear;
	animation: moveThegroundRight 3s infinite linear;
}

.submarine__sail .up-2 {
	left: -10%;
	top: -4px;
	-webkit-animation: moveThegroundRight 4s infinite linear;
	animation: moveThegroundRight 4s infinite linear;
}

.submarine__sail .up-3 {
	left: -20%;
	top: -6px;
	-webkit-animation: moveThegroundRight 5s infinite linear;
	animation: moveThegroundRight 5s infinite linear;
}

.submarine__sail .up-4 {
	left: -30%;
	top: -8px;
	-webkit-animation: moveThegroundRight 6s infinite linear;
	animation: moveThegroundRight 6s infinite linear;
}

.submarine__sail .up-5 {
	left: -40%;
	top: -10px;
	-webkit-animation: moveThegroundRight 7s infinite linear;
	animation: moveThegroundRight 7s infinite linear;
}

.submarine__sail .up-6 {
	left: -50%;
	top: -12px;
	-webkit-animation: moveThegroundRight 8s infinite linear;
	animation: moveThegroundRight 8s infinite linear;
}

.submarine__sail .up-7 {
	left: -60%;
	top: -14px;
	-webkit-animation: moveThegroundRight 9s infinite linear;
	animation: moveThegroundRight 9s infinite linear;
}

.submarine__sail .up-8 {
	left: -70%;
	top: -16px;
	-webkit-animation: moveThegroundRight 10s infinite linear;
	animation: moveThegroundRight 10s infinite linear;
}

.submarine__sail .up-9 {
	left: -80%;
	top: -18px;
	-webkit-animation: moveThegroundRight 11s infinite linear;
	animation: moveThegroundRight 11s infinite linear;
}

.submarine__sail .up-10 {
	left: -90%;
	top: -20px;
	-webkit-animation: moveThegroundRight 12s infinite linear;
	animation: moveThegroundRight 12s infinite linear;
}

.submarine__sail .up-11 {
	left: -100%;
	top: -22px;
	-webkit-animation: moveThegroundRight 13s infinite linear;
	animation: moveThegroundRight 13s infinite linear;
}

.submarine__sail .up-12 {
	left: -110%;
	top: -24px;
	-webkit-animation: moveThegroundRight 14s infinite linear;
	animation: moveThegroundRight 14s infinite linear;
}

.submarine__sail .up-13 {
	left: -120%;
	top: -26px;
	-webkit-animation: moveThegroundRight 15s infinite linear;
	animation: moveThegroundRight 15s infinite linear;
}

.submarine__sail .up-14 {
	left: -130%;
	top: -28px;
	-webkit-animation: moveThegroundRight 16s infinite linear;
	animation: moveThegroundRight 16s infinite linear;
}

.submarine__sail .up-15 {
	left: -140%;
	top: -30px;
	-webkit-animation: moveThegroundRight 17s infinite linear;
	animation: moveThegroundRight 17s infinite linear;
}

.submarine__sail .up-16 {
	left: -150%;
	top: -32px;
	-webkit-animation: moveThegroundRight 18s infinite linear;
	animation: moveThegroundRight 18s infinite linear;
}

.submarine__sail .up-17 {
	left: -160%;
	top: -34px;
	-webkit-animation: moveThegroundRight 19s infinite linear;
	animation: moveThegroundRight 19s infinite linear;
}

.submarine__sail .up-18 {
	left: -170%;
	top: -36px;
	-webkit-animation: moveThegroundRight 20s infinite linear;
	animation: moveThegroundRight 20s infinite linear;
}

.submarine__sail .up-19 {
	left: -180%;
	top: -38px;
	-webkit-animation: moveThegroundRight 21s infinite linear;
	animation: moveThegroundRight 21s infinite linear;
}

.submarine__sail .up-20 {
	left: -190%;
	top: -40px;
	-webkit-animation: moveThegroundRight 22s infinite linear;
	animation: moveThegroundRight 22s infinite linear;
}

@-webkit-keyframes shadow-change {
	0%,
	100% {
		background-image: linear-gradient(45deg, #c9e5d9 0%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%);
	}
	20% {
		background-image: linear-gradient(45deg, #c9e5d9 20%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%);
	}
	40% {
		background-image: linear-gradient(45deg, #c9e5d9 40%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%);
	}
	60% {
		background-image: linear-gradient(45deg, #c9e5d9 60%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%);
	}
	80% {
		background-image: linear-gradient(45deg, #c9e5d9 80%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%);
	}
}

@keyframes shadow-change {
	0%,
	100% {
		background-image: linear-gradient(45deg, #c9e5d9 0%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%);
	}
	20% {
		background-image: linear-gradient(45deg, #c9e5d9 20%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%);
	}
	40% {
		background-image: linear-gradient(45deg, #c9e5d9 40%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%);
	}
	60% {
		background-image: linear-gradient(45deg, #c9e5d9 60%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%);
	}
	80% {
		background-image: linear-gradient(45deg, #c9e5d9 80%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%);
	}
}

@-webkit-keyframes move-right {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0.4;
		-webkit-transform: translate(10%, 10%);
		transform: translate(10%, 10%);
	}
	50% {
		opacity: 0.2;
		-webkit-transform: translate(450%, 25%);
		transform: translate(450%, 25%);
	}
	80% {
		opacity: 0;
		-webkit-transform: translateX(555%);
		transform: translateX(555%);
	}
	100% {
		opacity: 0;
		left: 0%;
		top: 0%;
	}
}

@keyframes move-right {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0.4;
		-webkit-transform: translate(10%, 10%);
		transform: translate(10%, 10%);
	}
	50% {
		opacity: 0.2;
		-webkit-transform: translate(450%, 25%);
		transform: translate(450%, 25%);
	}
	80% {
		opacity: 0;
		-webkit-transform: translateX(555%);
		transform: translateX(555%);
	}
	100% {
		opacity: 0;
		left: 0%;
		top: 0%;
	}
}

@-webkit-keyframes rotateInfinite {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	50% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

@keyframes rotateInfinite {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	50% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

@-webkit-keyframes moveThegroundRight {
	90% {
		opacity: 1;
		left: 100%;
	}
	95%,
	100% {
		left: 1050%;
		opacity: 0;
	}
}

@keyframes moveThegroundRight {
	90% {
		opacity: 1;
		left: 100%;
	}
	95%,
	100% {
		left: 1050%;
		opacity: 0;
	}
}

.submarine__sail-shadow {
	position: absolute;
	width: 160%;
	height: 10%;
	background: #a10532;
	border-radius: 5px;
}

.dark1 {
	left: 0%;
	top: 0%;
	-webkit-transform: translate(0%, -33%);
	transform: translate(0%, -33%);
}

.dark2 {
	left: 0%;
	top: 50%;
}

.light1 {
	left: 20%;
	top: 20%;
	width: 50%;
	background: #ef689e;
}

.submarine__window {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-image: linear-gradient(45deg, #c9e5d9, #fff);
	border: 8px solid #f77b16;
	z-index: 10;
	-webkit-animation: shadow-change 1s linear infinite;
	animation: shadow-change 1s linear infinite;
}

.one,
.two {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.one {
	left: 40%;
}

.two {
	left: 20%;
}

.submarine__shadow-dark {
	position: absolute;
	left: 70%;
	top: 50%;
	width: 70px;
	height: 10px;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #f77b16;
}

.submarine__shadow-light {
	position: absolute;
	left: 35%;
	top: 13%;
	width: 100px;
	height: 6px;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ffdabc;
}

.submarine__shadow-arcLight {
	position: absolute;
	top: 65%;
	left: 80%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffdabc;
}

.submarine__periscope {
	position: absolute;
	top: 0%;
	left: 40%;
	width: 20px;
	height: 50px;
	border-right: 10px solid #ffdabc;
	border-top: 10px solid #ffa053;
	border-left: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-top-right-radius: 10px;
}

.submarine__periscope-glass {
	position: absolute;
	left: 40%;
	top: 0%;
	width: 5px;
	height: 15px;
	background: #ffdabc;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
}

.light {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 500px;
	height: 100px;
	background: linear-gradient(to left, #817E97, #1305606b);
	-webkit-clip-path: polygon(0% 0%, 50% 45%, 50% 55%, 0% 100%);
	clip-path: polygon(0% 0%, 50% 45%, 50% 55%, 0% 100%);
	-webkit-transform: translate(-18%, -45%);
	transform: translate(-18%, -45%);
}

.bubbles__container {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 100px;
	height: 50px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.bubbles {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 5%;
	top: 5%;
	background: #fff;
	opacity: 0.8;
}

.bubble-1 {
	top: 15%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.bubble-2 {
	top: 30%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.bubble-3 {
	top: 45%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.bubble-4 {
	top: 60%;
	left: 1%;
	opacity: 0;
	-webkit-animation: move-right 1s infinite linear;
	animation: move-right 1s infinite linear;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.ground__container {
	position: absolute;
	top: 75%;
	left: 0%;
	width: 100%;
	height: 25%;
	background: #08003b;
	margin-top: 20px;
}

.ground1 {
	top: 75%;
	height: 100%;
	background: #0c0051;
}

.ground2 {
	position: absolute;
	top: 35%;
	width: 100%;
	height: 100%;
	background: #08003b;
}

.ground span {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.ground1 span {
	background: #0c0051;
}

.ground2 span {
	background: #08003b;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
}

.up-1 {
	left: 0%;
	top: -2px;
	-webkit-animation: moveThegroundRight 3s infinite linear;
	animation: moveThegroundRight 3s infinite linear;
}

.up-2 {
	left: -10%;
	top: -4px;
	-webkit-animation: moveThegroundRight 4s infinite linear;
	animation: moveThegroundRight 4s infinite linear;
}

.up-3 {
	left: -20%;
	top: -6px;
	-webkit-animation: moveThegroundRight 5s infinite linear;
	animation: moveThegroundRight 5s infinite linear;
}

.up-4 {
	left: -30%;
	top: -8px;
	-webkit-animation: moveThegroundRight 6s infinite linear;
	animation: moveThegroundRight 6s infinite linear;
}

.up-5 {
	left: -40%;
	top: -10px;
	-webkit-animation: moveThegroundRight 7s infinite linear;
	animation: moveThegroundRight 7s infinite linear;
}

.up-6 {
	left: -50%;
	top: -12px;
	-webkit-animation: moveThegroundRight 8s infinite linear;
	animation: moveThegroundRight 8s infinite linear;
}

.up-7 {
	left: -60%;
	top: -14px;
	-webkit-animation: moveThegroundRight 9s infinite linear;
	animation: moveThegroundRight 9s infinite linear;
}

.up-8 {
	left: -70%;
	top: -16px;
	-webkit-animation: moveThegroundRight 10s infinite linear;
	animation: moveThegroundRight 10s infinite linear;
}

.up-9 {
	left: -80%;
	top: -18px;
	-webkit-animation: moveThegroundRight 11s infinite linear;
	animation: moveThegroundRight 11s infinite linear;
}

.up-10 {
	left: -90%;
	top: -20px;
	-webkit-animation: moveThegroundRight 12s infinite linear;
	animation: moveThegroundRight 12s infinite linear;
}

.up-11 {
	left: -100%;
	top: -22px;
	-webkit-animation: moveThegroundRight 13s infinite linear;
	animation: moveThegroundRight 13s infinite linear;
}

.up-12 {
	left: -110%;
	top: -24px;
	-webkit-animation: moveThegroundRight 14s infinite linear;
	animation: moveThegroundRight 14s infinite linear;
}

.up-13 {
	left: -120%;
	top: -26px;
	-webkit-animation: moveThegroundRight 15s infinite linear;
	animation: moveThegroundRight 15s infinite linear;
}

.up-14 {
	left: -130%;
	top: -28px;
	-webkit-animation: moveThegroundRight 16s infinite linear;
	animation: moveThegroundRight 16s infinite linear;
}

.up-15 {
	left: -140%;
	top: -30px;
	-webkit-animation: moveThegroundRight 17s infinite linear;
	animation: moveThegroundRight 17s infinite linear;
}

.up-16 {
	left: -150%;
	top: -32px;
	-webkit-animation: moveThegroundRight 18s infinite linear;
	animation: moveThegroundRight 18s infinite linear;
}

.up-17 {
	left: -160%;
	top: -34px;
	-webkit-animation: moveThegroundRight 19s infinite linear;
	animation: moveThegroundRight 19s infinite linear;
}

.up-18 {
	left: -170%;
	top: -36px;
	-webkit-animation: moveThegroundRight 20s infinite linear;
	animation: moveThegroundRight 20s infinite linear;
}

.up-19 {
	left: -180%;
	top: -38px;
	-webkit-animation: moveThegroundRight 21s infinite linear;
	animation: moveThegroundRight 21s infinite linear;
}

.up-20 {
	left: -190%;
	top: -40px;
	-webkit-animation: moveThegroundRight 22s infinite linear;
	animation: moveThegroundRight 22s infinite linear;
}

@keyframes shadow-change {
	0%,
	100% {
		background-image: linear-gradient(45deg, #c9e5d9 0%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%);
	}
	20% {
		background-image: linear-gradient(45deg, #c9e5d9 20%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%);
	}
	40% {
		background-image: linear-gradient(45deg, #c9e5d9 40%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%);
	}
	60% {
		background-image: linear-gradient(45deg, #c9e5d9 60%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%);
	}
	80% {
		background-image: linear-gradient(45deg, #c9e5d9 80%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%);
	}
}

@keyframes move-right {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0.4;
		-webkit-transform: translate(10%, 10%);
		transform: translate(10%, 10%);
	}
	50% {
		opacity: 0.2;
		-webkit-transform: translate(450%, 25%);
		transform: translate(450%, 25%);
	}
	80% {
		opacity: 0;
		-webkit-transform: translateX(555%);
		transform: translateX(555%);
	}
	100% {
		opacity: 0;
		left: 0%;
		top: 0%;
	}
}

@keyframes rotateInfinite {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	50% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

@keyframes moveThegroundRight {
	90% {
		opacity: 1;
		left: 100%;
	}
	95%,
	100% {
		left: 1050%;
		opacity: 0;
	}
}

@media only screen and (min-width:641px) {
	.gform_wrapper .top_label li ul.gfield_checkbox,
	.gform_wrapper .top_label li ul.gfield_radio {
		width: 100%;
	}
}

.error404 .site-menu-header{
    display: none;
}
.error404 .elementor-location-footer{
    display: none;
}