@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #dabd1d;
    width: 0;
    height: 25%;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #fff;font-weight:300;line-height:25px; width: 100%; max-width: 100%; overflow-x: hidden; -webkit-backface-visibility: hidden;}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Poppins', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #000;}
li{text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* Overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 12px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 14px 46px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Green Button */
.btn.btn-green {background: #dabd1d; border-color: #dabd1d; color: #ffffff}
.btn.btn-green:hover {background: #000 !important; border-color: #000; color: #ffffff !important}

/* White Button */
.btn.btn-white {background: #ffffff; border-color: #ffffff; color: #000}
.btn.btn-white:hover {background: #000 !important; border-color: #000; color: #ffffff !important}

/* Background Color */
.bg-black{background-color: #202020;}
.bg-green{background-color: #dabd1d;}
.bg-grey{background-color: #f2f2f2;}
.bg-light-black{background-color: #000;}

/* Text Color */
.text-black{color: #202020;}
.text-green{color: #dabd1d;}
.text-pink{color: #f2f2f2;}
.text-light-black{color: #000;}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
        Header
====================================== */

header a.logo img {
    max-width: 200px;
	margin-left: 0;
	margin-right: auto;
	height: 13vh;
	
}

.logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.png");
	background-repeat: no-repeat;
    background-size: 95% auto;
	background-position: top 1.3vh left 1vw;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 28px;
    top: 12px;
	height: 100%;
	width: 100%;
	max-width: 200px;
	
	
}

@media only screen and (max-width: 768px) {
	
	.logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.png");
	background-repeat: no-repeat;
    background-size: 95% auto;
	background-position: top .3vh left 1vw;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 28px;
    top: 12px;
	height: 100%;
	width: 100%;
	max-width: 200px;
	
	
}
	
	
}

.navbar-top-default{
    position: absolute;
    z-index: 99;
    overflow: hidden;
	text-align: center;
	padding: 0;
    height: 65px;
    width: 100%;
    background-color:  rgba(0,0,0,0) ;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	padding-bottom: 50px;
}

.header-appear .navbar-top-default {
    height: 65px;
    position: fixed;
    z-index: 99;
    top: 0;
    background-color:  rgba(0,0,0,0) ;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
	
}

.navbar-nav {
    align-items: right;
	
}

.navbar-top-default #mainnav{
    margin-right: 0vw;
	margin-bottom: 0;
	margin-top: 9vh;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-align: right;
    padding: 0 1.1rem;
	
    font-family: 'Montserrat', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #dabd1d;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #dabd1d;
}

/*nav line*/
.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #dabd1d;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #000;
    z-index: 333333;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: auto; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
    align-items: start;
	
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: auto;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    right: 40px;
    top: 1vh;
    position: absolute;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
    margin-left: auto;
    transition: .5s ease;
}

.header-appear .sidemenu_btn span {
    background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1rem 4rem;
    height: 100%;
	text-align: center;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
	margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    display:block;
    align-items: center;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 12px; margin-left: auto; margin-right: auto; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;

    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #dabd1d;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
	margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    color: #ffffff;
}

.side-footer p{
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li .social-icon:hover{
    background-color: #dabd1d;
    color: #ffffff;
}

.side-logo{
	margin-left: auto;
	margin-right: auto;
}



@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0874ba;
    z-index: 99999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}
.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
	
}

.preloader .spinner .double-bounce1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #34b87b;
	background-image: url("../images/WSR-Logo-Single-notext.png");
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
	
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}




.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.5;
}

@-webkit-keyframes loader-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

}

@keyframes loader-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

}



.pp-icons{
	position:fixed;

	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

	font-size: 26px;
	bottom: .5vh;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	z-index: 1500;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

.pp-icons a{
	background-color: #fff;
	height: 55px;
	width: 55px;
	text-align: center;
	justify-content: center;
  align-items: center;
	margin-left: 5px;
	margin-right: 5px;
	bottom: 0;
	border-radius: 20%;
	
}

.pp-icons i{
	position: relative;
	text-align: center;
	justify-content: center;
  align-items: center;
	margin-left: auto;
	margin-right: auto;
	
}

.pp-nav-icons:hover{color:#dabd1d !important; background: #202020 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}

.pp-icons li{
    display: inline-block;
	text-align: center;
	justify-content: center;
  align-items: center;
	font-size: 12px;
	padding-top: 0;
	margin-top: 0;
	bottom: 0;
	line-height: 8px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.pp-icons li a {
	right: auto;
	bottom: 0px;
    font-size: 32px;
    justify-content: center;
	text-align: center;
    color: #222;
	
    height: 50px;
    line-height: 0;
    width: 50px;
    border-radius: 30%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
	
}

.pp-icons .home {
	color: #f06526;
}
.pp-icons .about {
	color: #c0242a;
}

.pp-icons .visioni {
	color: #34b87b;
}

.pp-icons .prizei {
	color: #dabd1d;
}


.pp-icons .teamsi {
	color: #0874ba;
}

.pp-icons .routesi {
	color: #0874ba;
}

.pp-icons .explore {
	color: #126d3f;
}

.pp-icons .relax {
	color: #c0242a;
}
.pp-icons .mgmti {
	color: #3F39D0;
}

.pp-icons .newsi {
	color: #34b87b;
}
.pp-icons .councili {
	color: #c0242a;
}
.pp-icons .friendsi {
	color: mediumslateblue;
}

@media only screen and (max-width: 768px) {

.pp-icons{
	position:fixed;

	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

	font-size: 26px;
	bottom: .5vh;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	z-index: 1500;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

.pp-icons a{
	background-color: #fff;
	height: 45px;
	width: 45px;
	text-align: center;
	justify-content: center;
  align-items: center;
	margin-left: 3px;
	margin-right: 3px;
	bottom: 0;
	border-radius: 20%;
	
}



}


	.slide7{
	padding: 0;
		height: 120vh;
}

.contact-bg{
    background-image: url("../images/contact-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}


.musicplayer{
	position: absolute;
	border-radius: 10px;
	padding: 10px;
	top: 50px;
	left: 15px;
	width: 10%;
	text-align: center;
	max-width: 80px;
	background-color: rgba(255,255,255,0.3);
	backdrop-filter: blur(8px);filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
	z-index: 49999;
}
.musictitle{
	font-size: 22px;
	color: #333;
	font-weight: 400;
}
.musictitlesub{
	font-size: 16px;
	color: #fff;
	font-weight: 200;
}

.music{
	position:relative;
	color: #333;
	font-size: 43px;
	font-weight: 800;
	padding-bottom: 15px;
	padding-top: 8px;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 50000;
	transition: color 0.3s ease;
}


.music.active{
	color: #008624; /* Active color */
    text-shadow: 0 0 8px #34b87b, 0 0 15px #34b87b, 0 0 20px #34b87b;
    animation: glow 1.5s ease-in-out infinite;
    transform: scale(1.1);
}

.music:hover{
	color: mediumslateblue;
}

@keyframes glow {
    0%, 100% { text-shadow: 0 0 2px #34b87b, 0 0 8px #34b87b, 0 0 10px #34b87b; }
    50% { text-shadow: 0 0 8px #34b87b, 0 0 12px #34b87b, 0 0 12px #34b87b; }
}

.airship {
    width: 300px;
    position: absolute;
	margin-top: 200px;
    -webkit-animation: airship 65s linear infinite;
    -moz-animation: airship 65s linear infinite;
    -ms-animation: airship 65s linear infinite;
    -o-animation: airship 65s linear infinite;
 z-index: 10;
}

@-webkit-keyframes airship {
		from {
			left: -550px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -550px;
	}
	}



.airship2 {
    width: 150px;
	margin-top: 130px;
    position: absolute;
    -webkit-animation: airship2 69s linear infinite;
    -moz-animation: airship2 69s linear infinite;
    -ms-animation: airship2 69s linear infinite;
    -o-animation: airship2 69s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship2 {
		from {
			left: -750px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -750px;
	}
	}

.airship3 {
    width: 70px;
	margin-top: 100px;
    position: absolute;
    -webkit-animation: airship3 66s linear infinite;
    -moz-animation: airship3 66s linear infinite;
    -ms-animation: airship3 66s linear infinite;
    -o-animation: airship3 66s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship3 {
		from {
			left: -700px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -700px;
	}
	}
.airship4 {
    width: 220px;
	margin-top: 230px;
    position: absolute;
    -webkit-animation: airship4 91s linear infinite;
    -moz-animation: airship4 91s linear infinite;
    -ms-animation: airship4 91s linear infinite;
    -o-animation: airship4 91s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship4 {
		from {
			left: -700px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -700px;
	}
	}

.airship5 {
    width: 40px;
	margin-top: 50px;
    position: absolute;
    -webkit-animation: airship5 101s linear infinite;
    -moz-animation: airship5 101s linear infinite;
    -ms-animation: airship5 101s linear infinite;
    -o-animation: airship5 101s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship5 {
		from {
			left: -1050px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -1050px;
	}
	}

.airship6 {
    width: 75px;
	margin-top: 230px;
    position: absolute;
    -webkit-animation: airship6 121s linear infinite;
    -moz-animation: airship6 121s linear infinite;
    -ms-animation: airship6 121s linear infinite;
    -o-animation: airship6 121s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship6 {
		from {
			left: -850px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -850px;
	}
	}

.airship7 {
    width: 20px;
	margin-top: 290px;
    position: absolute;
    -webkit-animation: airship7 111s linear infinite;
    -moz-animation: airship7 111s linear infinite;
    -ms-animation: airship7 111s linear infinite;
    -o-animation: airship7 111s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship7 {
		from {
			left: -900px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -900px;
	}
	}

.airship8 {
    width: 260px;
	margin-top: 130px;
    position: absolute;
    -webkit-animation: airship8 311s linear infinite;
    -moz-animation: airship8 311s linear infinite;
    -ms-animation: airship8 311s linear infinite;
    -o-animation: airship8 311s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship8 {
		from {
			left: -400px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -400px;
	}
	}
.airship9 {
    width: 120px;
	margin-top: 90px;
    position: absolute;
    -webkit-animation: airship9 81s linear infinite;
    -moz-animation: airship9 81s linear infinite;
    -ms-animation: airship9 81s linear infinite;
    -o-animation: airship9 81s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship9 {
		from {
			left: -900px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -900px;
	}
	}
.airship10 {
    width: 60px;
	margin-top: 10px;
    position: absolute;
    -webkit-animation: airship10 511s linear infinite;
    -moz-animation: airship10 511s linear infinite;
    -ms-animation: airship10 511s linear infinite;
    -o-animation: airship10 511s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship10 {
		from {
			left: -100px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -100px;
	}
	}
.airship11 {
    width: 150px;
	margin-top: 300px;
    position: absolute;
    -webkit-animation: airship11 111s linear infinite;
    -moz-animation: airship11 111s linear infinite;
    -ms-animation: airship11 111s linear infinite;
    -o-animation: airship11 111s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship11 {
		from {
			left: -200px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -200px;
	}
	}
.airship12 {
    width: 210px;
	margin-top: 290px;
    position: absolute;
    -webkit-animation: airship12 91s linear infinite;
    -moz-animation: airship12 91s linear infinite;
    -ms-animation: airship12 91s linear infinite;
    -o-animation: airship12 91s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship12 {
		from {
			left: -900px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -900px;
	}
	}


.cloud1 {
    width: 350px;
	margin-top: 0px;
    position: absolute;
    -webkit-animation: cloud1 801s linear infinite;
    -moz-animation: cloud1 801s linear infinite;
    -ms-animation: cloud1 801s linear infinite;
    -o-animation: cloud1 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud1 {
		from {
			right: -50px;
			
		}
        99.999% {
            right: 110%;
        }
	
	to {
		right: -100px;
	}
	}
.cloud2 {
    width: 350px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud2 801s linear infinite;
    -moz-animation: cloud2 801s linear infinite;
    -ms-animation: cloud2 801s linear infinite;
    -o-animation: cloud2 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud2 {
		from {
			right: 50px;
			
		}
        99.999% {
            right: 120%;
        }
	
	to {
		right: -100px;
	}
	}

.cloud3 {
    width: 250px;
	margin-top: -70px;
    position: absolute;
    -webkit-animation: cloud3 801s linear infinite;
    -moz-animation: cloud3 801s linear infinite;
    -ms-animation: cloud3 801s linear infinite;
    -o-animation: cloud3 801s linear infinite;
	opacity: 0.4;
}

@-webkit-keyframes cloud3 {
		from {
			right: 450px;
			
		}
        99.999% {
            right: 120%;
        }
	
	to {
		right: -150px;
	}
	}


.cloud4 {
    width: 450px;
	margin-top: 150px;
    position: absolute;
    -webkit-animation: cloud4 801s linear infinite;
    -moz-animation: cloud4 801s linear infinite;
    -ms-animation: cloud4 801s linear infinite;
    -o-animation: cloud4 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud4 {
		from {
			right: 700px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -500px;
	}
	}


.cloud5 {
    width: 300px;
	margin-top: 0px;
    position: absolute;
    -webkit-animation: cloud5 801s linear infinite;
    -moz-animation: cloud5 801s linear infinite;
    -ms-animation: cloud5 801s linear infinite;
    -o-animation: cloud5 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud5 {
		from {
			right: 1350px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -1350px;
	}
	}


.cloud6 {
    width: 150px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud6 801s linear infinite;
    -moz-animation: cloud6 801s linear infinite;
    -ms-animation: cloud6 801s linear infinite;
    -o-animation: cloud6 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud6 {
		from {
			right: 1850px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -350px;
	}
	}

.cloud7 {
    width: 1250px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud7 801s linear infinite;
    -moz-animation: cloud7 801s linear infinite;
    -ms-animation: cloud7 801s linear infinite;
    -o-animation: cloud7 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud7 {
		from {
			right: -50px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -650px;
	}
	}
.cloud8 {
    width: 150px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud8 801s linear infinite;
    -moz-animation: cloud8 801s linear infinite;
    -ms-animation: cloud8 801s linear infinite;
    -o-animation: cloud8 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud8 {
		from {
			right: -250px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -550px;
	}
	}



.hill svg {
    position: absolute;
}

#containerscene {
    width: 100vw;
    height: 100vh;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px) {
	#containerscene {
    width: 300vw;
    height: 100vh;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
}

#glare {
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(closest-side at 50% 50%, #c74d4455, #c7744400);
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}


.hill {
    background: linear-gradient(to bottom, #00A619, #009A17 50%);
    position: absolute;
	margin-bottom: 0;
}

.road {
    background: linear-gradient(to bottom, #00A619, #009A17 50%);
    position: absolute;
    height: 100%;
    top: 0;
}

.roadClip {
    background: linear-gradient(to bottom, #00A619, #009A17 50%);
    position: absolute;
    height: 100%;
    top: 0;
}

#hill1 {
    width: 67%;
    height: 40%;
    left: 0;
    top: 85%;
    border-top-right-radius: 10vw;
    overflow: hidden;
}

#hill1 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    right: 0;
    top: 0;
}

#hill1 .road {
    width: 25%;
    right: 18%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

#hill1 .roadClip {
    width: 15%;
    right: 35%;
}

#hill2 {
    width: 66%;
    height:40%;
    right: 0;
    top: 73%;
    border-top-left-radius: 10vw;
    overflow: hidden;
}

#hill2 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
}

#hill2 .road {
    width: 30%;
    left: 6%;
    transform: skew(-30deg);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#hill2 .roadClip {
    width: 20%;
    left: 22%;
}

#hill3 {
    width: 77%;
    height: 40%;
    left: 0;
    top: 62%;
    border-top-right-radius: 10vw;
    overflow: hidden;
}

#hill3 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    right: 0;
}

#hill3 .road {
    width: 21%;
    right: 10%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    transform: skew(20deg);
}

#hill3 .roadClip {
    width: 13%;
    right: 21%;
}

#hill4 {
    width: 77%;
    height: 25%;
    right: 0;
    top: 55%;
    border-top-left-radius: 10vw;
    overflow: hidden;
}

#hill4 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
}

#hill4 .road {
    width: 20%;
    left: 29%;
    transform: skew(-25deg);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#hill4 .roadClip {
    width: 15%;
    left: 38%;
}

#hill5 {
    width: 74%;
    height: 40%;
    left: 0;
    top: 50%;
    border-top-right-radius: 10vw;
    overflow: hidden;
}

#hill5 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    right: 0;
}

#hill5 .road {
    width: 15%;
    right: 6%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    transform: skew(25deg);
}

#hill5 .roadClip {
    width: 10%;
    right: 12%;
}

#hill6 {
    width: 68%;
    height: 50%;
    right: 0;
    top: 47%;
    border-top-left-radius: 8vw;
    overflow: hidden;
}

#hill6 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
}

#hill6 .road {
    width: 25%;
    left: 15%;
    transform: skew(-25deg);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#hill6 .roadClip {
    width: 22%;
    left: 20%;
}









@keyframes cometAnimation {
    0% {transform: translate(-200%, -150%);}
    100% {transform: translate(300%, 300%);}
}



.windmillContainer {
    position: absolute;
	z-index: 12;
}

#windmill1Container {
    width: 2vw;
    height: 7vw;
    left: 8vw;
    bottom: 50%;
}

#windmill1FanContainer {
    transform-origin: center center;
    transform: rotate(0deg);
}

#windmill2Container {
    width: 1.8vw;
    height: 4.5vw;
    left: 12vw;
    bottom: 50%;
}

#windmill2FanContainer {
    transform-origin: center center;
    transform: rotate(-50deg);
}


#windmill3Container {
    width: 1.4vw;
    height: 3.5vw;
    left: 18vw;
    bottom: 50%;
}

#windmill3FanContainer {
    transform-origin: center center;
    transform: rotate(20deg);
}

#windmill4Container {
    width: 2vw;
    height: 8vw;
    right: 17vw;
    bottom: 53%;
}

#windmill4FanContainer {
    transform-origin: center center;
    transform: rotate(75deg);
}

#windmill5Container {
    width: 1.4vw;
    height: 3.5vw;
    right: 5vw;
    bottom: 53%;
}

#windmill5FanContainer {
    transform-origin: center center;
    transform: rotate(40deg);
}

.windmillBaseContainer {
    width: 20%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.windmillLeg {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    background-color: #fff;
}

.windmillLegLeft {
    transform: translateX(-65%) skew(-1deg);
}

.windmillLegRight {
    transform: translateX(-45%) skew(1deg);
}

.windmillFanContainer {
    width: 100%;
    height: 100%;
}

.fanContainer {
    position: absolute;
    top: 20%;
    left: -25%;
    width: 150%;
    height: 60%;
    animation: windmillAnimation 10s linear 0s infinite forwards;
}

@keyframes windmillAnimation {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.fan {
    width: 100%;
    height: 3%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
	
}

.fan1 {
    transform: rotate(30deg);
}

.fan2 {
    transform: rotate(120deg);
}

.wing {
    background-color: #fff;
    position: absolute;
    width: 35%;
    height: 3%;
	visibility: hidden;
}

.wing1 {
    bottom: 0;
    right: -7%;
}

.wing2 {
    top: 0;
    left: -7%;
}

.windmillCircle {
    width: 0.4vw;
    height: 0.4vw;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
}


.kite {
    width: 100%;
    height: 100%;
	z-index: 15;
}

@keyframes kiteAnimation {
    0% {transform: rotate(-20deg);}
    100% {transform:  rotate(20deg);}
}

.kiteContainer {
    display: flex;
    position: absolute;
    /* animation: kiteAnimation 2.5s linear 0s infinite alternate forwards; */
	z-index: 15;
}


.kiteWire {
    background-color: #4a3752;
    height: 0.007vw;
    position: absolute;
}

#kite1Wire {
    width: 18.2vw;
    top: 73%;
    left: 53vw;
    transform-origin: top left;
    animation: kite1Wire 2.5s linear 0s infinite alternate forwards;
	z-index: 15;
}

@keyframes kite1Wire {
    0% { transform: rotate(-122deg);}
    100% {transform: rotate(-118deg);}
}

#kite1Container {
    width: 2.1vw;
    height: 1.2vw;
    top: 10px;
    right: 0;
    transform: translate(45%, -140%) rotate(90deg);
    align-items: center;
	z-index: 15;
}

.kite1 {
    background-color: rgb(255, 242, 0);
}

#kite2Wire {
    width: 16.5vw;
    top: 55%;
    left: 45vw;
    transform-origin: top left;
    /* transform: rotate(-68deg); */
    animation: kite2Wire 2.5s linear 0s infinite alternate forwards;
	z-index: 15;
}

@keyframes kite2Wire {
    0% { transform: rotate(-66deg);}
    100% {transform: rotate(-70deg);}
}

#kite2Container {
    width: 1.5vw;
    height: 1.0vw;
    top: 0;
    right: 0;
    transform: translate(45%, 0%) rotate(90deg) scaleX(-1);
    align-items: center;
	z-index: 15;
}

.kite2 {
    background-color: rgb(255, 0, 0);
}

#kite3Wire {
    width: 26.1vw;
    top: 85%;
    left: 7vw;
    transform-origin: top left;
    transform: rotate(-73.5deg);
    animation: kite3Wire 2.5s linear 0s infinite alternate forwards;
	z-index: 15;
}

@keyframes kite3Wire {
    0% { transform: rotate(-75.5deg);}
    100% {transform: rotate(-71.5deg);}
}

#kite3Container {
    width: 2.1vw;
    height: 1.2vw;
    top: 15px;
    right: 0;
    transform: translate(40%, -150%) rotate(60deg);
    align-items: center;
	z-index: 15;
}

.kite3 {
    background-color: rgb(5, 5, 255);
}

.kiteTail {
    flex-basis: 70%;
    height: 5%;
    display: flex;
    flex-direction: column;
}

.kiteTop {
    width: 100%;
    height: 50%;
    border-top-left-radius: 0%;
}


.iteBot {
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 100%;
}

.kiteHead {
    flex-basis: 60%;
    height: 100%;
	width: 110%;
    transform: rotate(55deg);
}



@keyframes bushAnimation {
    0% {transform: rotate(-3deg);}
    100% {transform:  rotate(3deg);}
}


@keyframes treeAnimation {
    0% {transform: rotate(-5deg);}
    100% {transform:  rotate(5deg);}
}

.bushContainer {
    position: absolute;
    transform-origin: center bottom;
    animation: treeAnimation 2.5s linear 0s infinite alternate forwards;
}

#bush1Container {
    bottom: 15%;
    left: 48%;
    width: 1.1vw;
    height: 0.73vw;
}

#bush2Container {
    bottom: 15%;
    left: 23%;
    width: 0.9vw;
    height: 0.6vw;
}

#bush3Container {
    bottom: 15%;
    left: 8%;
    width: 0.8vw;
    height: 0.54vw;
}

#bush4Container {
    bottom: 27%;
    right: 46%;
    width: 0.8vw;
    height: 0.54vw;
}

#bush5Container {
    bottom: 27%;
    right: 35%;
    width: 0.75vw;
    height: 0.50vw;
}

#bush6Container {
    bottom: 27%;
    right: 26%;
    width: 0.82vw;
    height: 0.55vw;
}

#bush7Container {
    bottom: 38%;
    left: 48%;
    width: 0.65vw;
    height: 0.43vw;
}

#bush8Container {
    bottom: 38%;
    left: 28%;
    width: 0.65vw;
    height: 0.43vw;
}

#bush9Container {
    bottom: 38%;
    left: 21%;
    width: 0.65vw;
    height: 0.43vw;
}

#bush10Container {
    bottom: 38%;
    left: 6%;
    width: 0.65vw;
    height: 0.43vw;
}

#bush11Container {
    bottom: 45%;
    right: 45%;
    width: 0.55vw;
    height: 0.34vw;
}

#bush12Container {
    bottom: 45%;
    right: 36%;
    width: 0.55vw;
    height: 0.34vw;
}

#bush13Container {
    bottom: 45%;
    right: 5%;
    width: 0.55vw;
    height: 0.34vw;
}

#bush14Container {
    bottom: 50%;
    left: 30%;
    width: 0.48vw;
    height: 0.32vw;
}

#bush15Container {
    bottom: 50%;
    left: 23%;
    width: 0.48vw;
    height: 0.32vw;
}

#bush16Container {
    bottom: 50%;
    left: 1%;
    width: 0.48vw;
    height: 0.32vw;
}

.ChrisTreeContainer {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform-origin: center bottom;
    animation: treeAnimation 2.5s linear 0s infinite alternate forwards;
}

#ChrisTree1Container {
    bottom: 15%;
    left: 2%;
    width: 1.4vw;
    height: 3.5vw;
}

#ChrisTree2Container {
    bottom: 15%;
    left: 7%;
    width: 1.32vw;
    height: 3.3vw;
}

#ChrisTree3Container {
    bottom: 15%;
    left: 28%;
    width: 0.9vw;
    height: 2.2vw;
}

#ChrisTree4Container {
    bottom: 15%;
    left: 36%;
    width: 0.85vw;
    height: 2.1vw;
}

#ChrisTree5Container {
    bottom: 27%;
    right: 33%;
    width: 0.8vw;
    height: 2vw;
}

#ChrisTree6Container {
    bottom: 27%;
    right: 36%;
    width: 0.72vw;
    height: 1.8vw;
}

#ChrisTree7Container {
    bottom: 27%;
    right: 10%;
    width: 0.8vw;
    height: 2vw;
}

#ChrisTree8Container {
    bottom: 27%;
    right: 5%;
    width: 0.72vw;
    height: 1.8vw;
}

#ChrisTree9Container {
    bottom: 38%;
    left: -0.3%;
    width: 0.68vw;
    height: 1.7vw;
}

#ChrisTree10Container {
    bottom: 38%;
    left: 21%;
    width: 0.6vw;
    height: 1.5vw;
}

#ChrisTree11Container {
    bottom: 38%;
    left: 26%;
    width: 0.56vw;
    height: 1.4vw;
}

#ChrisTree12Container {
    bottom: 38%;
    left: 45%;
    width: 0.68vw;
    height: 1.7vw;
}

#ChrisTree13Container {
    bottom: 38%;
    left: 49%;
    width: 0.72vw;
    height: 1.8vw;
}

#ChrisTree14Container {
    bottom: 45%;
    right: 3%;
    width: 0.52vw;
    height: 1.3vw;
}

#ChrisTree15Container {
    bottom: 45%;
    right: 13%;
    width: 0.52vw;
    height: 1.3vw;
}

#ChrisTree16Container {
    bottom: 45%;
    right: 33%;
    width: 0.48vw;
    height: 1.15vw;
}

#ChrisTree17Container {
    bottom: 45%;
    right: 49%;
    width: 0.48vw;
    height: 1.15vw;
}

#ChrisTree18Container {
    bottom: 45%;
    right: 53%;
    width: 0.49vw;
    height: 1.1vw;
}

#ChrisTree19Container {
    bottom: 50%;
    left: 35%;
    width: 0.44vw;
    height: 1.1vw;
}

#ChrisTree20Container {
    bottom: 50%;
    left: 18%;
    width: 0.41vw;
    height: 1vw;
}

#ChrisTree21Container {
    bottom: 50%;
    left: 3%;
    width: 0.44vw;
    height: 1.1vw;
}

#ChrisTree22Container {
    bottom: 53%;
    right: 32%;
    width: 0.36vw;
    height: 0.9vw;
}

#ChrisTree23Container {
    bottom: 53%;
    right: 18%;
    width: 0.36vw;
    height: 0.9vw;
}

#ChrisTree24Container {
    bottom: 53%;
    right: 5%;
    width: 0.36vw;
    height: 0.9vw;
}

.treeContainer {
    position: absolute;
    transform-origin: center bottom;
    animation: treeAnimation 2.5s linear 0s infinite alternate forwards;
}

#tree1Container {
    bottom: 15%;
    left: 32%;
    width: 2vw;
    height: 3vw;
}

#tree2Container {
    bottom: 15%;
    left: 30%;
    width: 2.3vw;
    height: 3.5vw;
}

#tree3Container {
    bottom: 27%;
    right: 27%;
    width: 2vw;
    height: 3vw;
}

#tree4Container {
    bottom: 27%;
    right: -0.5%;
    width: 2vw;
    height: 3vw;
}

#tree5Container {
    bottom: 38%;
    left: 23%;
    width: 1.5vw;
    height: 2.2vw;
}

#tree6Container {
    bottom: 38%;
    left: 3%;
    width: 1.7vw;
    height: 2.5vw;
}

#tree7Container {
    bottom: 45%;
    right: -0.6%;
    width: 1.34vw;
    height: 2vw;
}

#tree8Container {
    bottom: 45%;
    right: 8%;
    width: 1.34vw;
    height: 2.1vw;
}

#tree9Container {
    bottom: 45%;
    right: 55%;
    width: 1.30vw;
    height: 1.8vw;
}

#tree10Container {
    bottom: 50%;
    left: 49%;
    width: 1.05vw;
    height: 1.5vw;
}

#tree11Container {
    bottom: 50%;
    left: 32%;
    width: 1.05vw;
    height: 1.4vw;
}

#tree12Container {
    bottom: 50%;
    left: 12%;
    width: 1vw;
    height: 1.3vw;
}

#tree13Container {
    bottom: 50%;
    left: 48%;
    width: 1vw;
    height: 1.3vw;
}

#tree14Container {
    bottom: 53%;
    right: 33%;
    width: 0.7vw;
    height: 0.95vw;
}

#tree15Container {
    bottom: 53%;
    right: 15.5%;
    width: 0.73vw;
    height: 1vw;
}

#tree16Container {
    bottom: 53%;
    right: 15%;
    width: 0.73vw;
    height: 1.1vw;
}

#tree17Container {
    bottom: 53%;
    right: 2%;
    width: 0.7vw;
    height: 1vw;
}


.bushLeft {
    height: 90%;
    width: 70%;
    position: absolute;
    left: -50%;
    bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background: linear-gradient(to bottom, #033500, #111532);
}

.bushRight {
    height: 80%;
    width: 60%;
    position: absolute;
    right: -50%;
    bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background: linear-gradient(to bottom, #033500, #111532);
}

.bushMid {
    height: 120%;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background: linear-gradient(to bottom, #033500, #111532);
}

.ChrisTreeLeavesContainer {
    width: 100%;
    height: 70%;
    position: relative;
    bottom: 40%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.ChrisTreeLeave {
    height: 15%;
    margin-top: 7%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #111532, #111532);
}

.ChrisTreeLeave9 {
    width: 100%;
}

.ChrisTreeLeave8 {
    width: 90%;
}

.ChrisTreeLeave7 {
    width: 80%;
}

.ChrisTreeLeave6 {
    width: 70%;
}

.ChrisTreeLeave5 {
    width: 60%;
}

.ChrisTreeLeave4 {
    width: 50%;
}

.ChrisTreeLeave3 {
    width: 40%;
}

.ChrisTreeLeave2 {
    width: 30%;
}

.ChrisTreeLeave1 {
    width: 20%;
}

.ChrisTreeTrunk {
    width: 25%;
    height: 50%;
    background: linear-gradient(to bottom, #523a27, #271608);
}

.treeLeaves {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    background: linear-gradient(to bottom, #033500, #033500);
}

.treeTrunk {
    width: 10%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #523a27, #271608);
}

.birdone {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 1s;
		animation-delay: -0.5s;		
	}
	
	

.bird-containerone {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 15s;
		animation-delay: 0;

	z-index: 15;
}


.birdtwo {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 0.9s;
		animation-delay: -0.75s;	
	}
	
	

.bird-containertwo {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 16s;
		animation-delay: 1s;
z-index: 15;
	
}

.birdthree {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 1.25s;
		animation-delay: -0.25s;	
	}
	
	

.bird-containerthree {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 14.6s;
		animation-delay: 9.5s;

	
}

.birdfour {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 1.1s;
		animation-delay: -0.5s;	
	}
	
	

.bird-containerfour {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-two;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 16s;
		animation-delay: 10.25s;
z-index: 15;
	
}


@keyframes fly-cycle {
	
	100% {
		background-position: -900px 0;
	}
	
}

@keyframes fly-right-one {
	
	0% {
		transform: scale(0.3) translateX(-10vw);
	}
	
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(0vh) translateX(30vw) scale(0.5);
	}
	
	30% {
		transform: translateY(4vh) translateX(50vw) scale(0.6);
	}
	
	40% {
		transform: translateY(2vh) translateX(70vw) scale(0.6);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
	}
	
	60% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(0vh) translateX(110vw) scale(0.5);
	}
	
	10% {
		transform: translateY(0vh) translateX(110vw) scale(0.4);
	}
	
	20% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
	}
	
	30% {
		transform: translateY(2vh) translateX(70vw) scale(0.45);
	}
	
	40% {
		transform: translateY(4vh) translateX(50vw) scale(0.5);
	}
	
	50% {
		transform: translateY(0vh) translateX(30vw) scale(0.45);
	}
	
	60% {
		transform: translateY(2vh) translateX(10vw) scale(0.45);
	}
	
	100% {
		transform: translateY(0.3vh) translateX(-20vw) scale(0.45);
	}
	
}

@media only screen and (max-width: 768px) {
	
.airship {
    width: 300px;
    position: absolute;
	margin-top: 200px;
    -webkit-animation: airship 65s linear infinite;
    -moz-animation: airship 65s linear infinite;
    -ms-animation: airship 65s linear infinite;
    -o-animation: airship 65s linear infinite;
 z-index: 10;
}

@-webkit-keyframes airship {
		from {
			left: -550px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -550px;
	}
	}



.airship2 {
    width: 150px;
	margin-top: 130px;
    position: absolute;
    -webkit-animation: airship2 69s linear infinite;
    -moz-animation: airship2 69s linear infinite;
    -ms-animation: airship2 69s linear infinite;
    -o-animation: airship2 69s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship2 {
		from {
			left: -750px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -750px;
	}
	}

.airship3 {
    width: 70px;
	margin-top: 100px;
    position: absolute;
    -webkit-animation: airship3 66s linear infinite;
    -moz-animation: airship3 66s linear infinite;
    -ms-animation: airship3 66s linear infinite;
    -o-animation: airship3 66s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship3 {
		from {
			left: -700px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -700px;
	}
	}
.airship4 {
    width: 220px;
	margin-top: 230px;
    position: absolute;
    -webkit-animation: airship4 91s linear infinite;
    -moz-animation: airship4 91s linear infinite;
    -ms-animation: airship4 91s linear infinite;
    -o-animation: airship4 91s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship4 {
		from {
			left: -700px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -700px;
	}
	}

.airship5 {
    width: 40px;
	margin-top: 50px;
    position: absolute;
    -webkit-animation: airship5 101s linear infinite;
    -moz-animation: airship5 101s linear infinite;
    -ms-animation: airship5 101s linear infinite;
    -o-animation: airship5 101s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship5 {
		from {
			left: -1050px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -1050px;
	}
	}

.airship6 {
    width: 75px;
	margin-top: 230px;
    position: absolute;
    -webkit-animation: airship6 121s linear infinite;
    -moz-animation: airship6 121s linear infinite;
    -ms-animation: airship6 121s linear infinite;
    -o-animation: airship6 121s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship6 {
		from {
			left: -850px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -850px;
	}
	}

.airship7 {
    width: 20px;
	margin-top: 290px;
    position: absolute;
    -webkit-animation: airship7 111s linear infinite;
    -moz-animation: airship7 111s linear infinite;
    -ms-animation: airship7 111s linear infinite;
    -o-animation: airship7 111s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship7 {
		from {
			left: -900px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -900px;
	}
	}

.airship8 {
    width: 260px;
	margin-top: 130px;
    position: absolute;
    -webkit-animation: airship8 311s linear infinite;
    -moz-animation: airship8 311s linear infinite;
    -ms-animation: airship8 311s linear infinite;
    -o-animation: airship8 311s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship8 {
		from {
			left: -400px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -400px;
	}
	}
.airship9 {
    width: 120px;
	margin-top: 90px;
    position: absolute;
    -webkit-animation: airship9 81s linear infinite;
    -moz-animation: airship9 81s linear infinite;
    -ms-animation: airship9 81s linear infinite;
    -o-animation: airship9 81s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship9 {
		from {
			left: -900px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -900px;
	}
	}
.airship10 {
    width: 60px;
	margin-top: 10px;
    position: absolute;
    -webkit-animation: airship10 511s linear infinite;
    -moz-animation: airship10 511s linear infinite;
    -ms-animation: airship10 511s linear infinite;
    -o-animation: airship10 511s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship10 {
		from {
			left: -100px;
			
		}
        99.999% {
            left: 150%;

        }
	
	to {
		left: -100px;
	}
	}
.airship11 {
    width: 150px;
	margin-top: 390px;
    position: absolute;
    -webkit-animation: airship11 111s linear infinite;
    -moz-animation: airship11 111s linear infinite;
    -ms-animation: airship11 111s linear infinite;
    -o-animation: airship11 111s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship11 {
		from {
			left: -200px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -200px;
	}
	}
.airship12 {
    width: 210px;
	margin-top: 290px;
    position: absolute;
    -webkit-animation: airship12 91s linear infinite;
    -moz-animation: airship12 91s linear infinite;
    -ms-animation: airship12 91s linear infinite;
    -o-animation: airship12 91s linear infinite;
	z-index: 10;
}

@-webkit-keyframes airship12 {
		from {
			left: -900px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -900px;
	}
	}


.cloud1 {
    width: 350px;
	margin-top: 0px;
    position: absolute;
    -webkit-animation: cloud1 801s linear infinite;
    -moz-animation: cloud1 801s linear infinite;
    -ms-animation: cloud1 801s linear infinite;
    -o-animation: cloud1 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud1 {
		from {
			right: -50px;
			
		}
        99.999% {
            right: 110%;
        }
	
	to {
		right: -100px;
	}
	}
.cloud2 {
    width: 350px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud2 801s linear infinite;
    -moz-animation: cloud2 801s linear infinite;
    -ms-animation: cloud2 801s linear infinite;
    -o-animation: cloud2 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud2 {
		from {
			right: 50px;
			
		}
        99.999% {
            right: 120%;
        }
	
	to {
		right: -100px;
	}
	}

.cloud3 {
    width: 250px;
	margin-top: -70px;
    position: absolute;
    -webkit-animation: cloud3 801s linear infinite;
    -moz-animation: cloud3 801s linear infinite;
    -ms-animation: cloud3 801s linear infinite;
    -o-animation: cloud3 801s linear infinite;
	opacity: 0.4;
}

@-webkit-keyframes cloud3 {
		from {
			right: 450px;
			
		}
        99.999% {
            right: 120%;
        }
	
	to {
		right: -150px;
	}
	}


.cloud4 {
    width: 450px;
	margin-top: 150px;
    position: absolute;
    -webkit-animation: cloud4 801s linear infinite;
    -moz-animation: cloud4 801s linear infinite;
    -ms-animation: cloud4 801s linear infinite;
    -o-animation: cloud4 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud4 {
		from {
			right: 1200px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -0px;
	}
	}


.cloud5 {
    width: 300px;
	margin-top: 0px;
    position: absolute;
    -webkit-animation: cloud5 801s linear infinite;
    -moz-animation: cloud5 801s linear infinite;
    -ms-animation: cloud5 801s linear infinite;
    -o-animation: cloud5 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud5 {
		from {
			right: 1350px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: 100px;
	}
	}


.cloud6 {
    width: 150px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud6 801s linear infinite;
    -moz-animation: cloud6 801s linear infinite;
    -ms-animation: cloud6 801s linear infinite;
    -o-animation: cloud6 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud6 {
		from {
			right: 1850px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -350px;
	}
	}

.cloud7 {
    width: 1250px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud7 801s linear infinite;
    -moz-animation: cloud7 801s linear infinite;
    -ms-animation: cloud7 801s linear infinite;
    -o-animation: cloud7 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud7 {
		from {
			right: 1000px;
			

		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: 1000px;
	}
	}
.cloud8 {
    width: 150px;
	margin-top: -30px;
    position: absolute;
    -webkit-animation: cloud8 801s linear infinite;
    -moz-animation: cloud8 801s linear infinite;
    -ms-animation: cloud8 801s linear infinite;
    -o-animation: cloud8 801s linear infinite;
	opacity: 0.7;
}

@-webkit-keyframes cloud8 {
		from {
			right: -250px;
			
		}
        99.999% {
            right: 150%;
        }
	
	to {
		right: -550px;
	}
	}



.hill svg {
    position: absolute;
	bottom: 0;
}

#containerscene {
    width: 500vw;
    height: 150vh;
    bottom: 0;
	top: auto;
    overflow: hidden;
    position: relative;
}


#glare {
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(closest-side at 50% 50%, #c74d4455, #c7744400);
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}


.hill {
    background: linear-gradient(to bottom, #00A619, #009A17 50%);
    position: absolute;
	margin-bottom: 0;
}

.road {
    background: linear-gradient(to bottom, #00A619, #009A17 50%);
    position: absolute;
    height: 100%;
    top: 0;
}

.roadClip {
    background: linear-gradient(to bottom, #00A619, #009A17 50%);
    position: absolute;
    height: 100%;
    top: 0;
}

#hill1 {
    width: 67%;
    height: 40%;
    left: 0;
    bottom: 0;
    border-top-right-radius: 10vw;
    overflow: hidden;
}

#hill1 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    right: 0;
    bottom: 0;
}

#hill1 .road {
    width: 25%;
    right: 18%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

#hill1 .roadClip {
    width: 15%;
    right: 35%;
}

#hill2 {
    width: 66%;
    height:40%;
    right: 0;
    top: 73%;
    border-top-left-radius: 10vw;
    overflow: hidden;
}

#hill2 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
}

#hill2 .road {
    width: 30%;
    left: 6%;
    transform: skew(-30deg);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#hill2 .roadClip {
    width: 20%;
    left: 22%;
}

#hill3 {
    width: 77%;
    height: 40%;
    left: 0;
    top: 62%;
    border-top-right-radius: 10vw;
    overflow: hidden;
}

#hill3 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    right: 0;
}

#hill3 .road {
    width: 21%;
    right: 10%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    transform: skew(20deg);
}

#hill3 .roadClip {
    width: 13%;
    right: 21%;
}

#hill4 {
    width: 77%;
    height: 25%;
    right: 0;
    top: 55%;
    border-top-left-radius: 10vw;
    overflow: hidden;
}

#hill4 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
}

#hill4 .road {
    width: 20%;
    left: 29%;
    transform: skew(-25deg);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#hill4 .roadClip {
    width: 15%;
    left: 38%;
}

#hill5 {
    width: 74%;
    height: 40%;
    left: 0;
    top: 50%;
    border-top-right-radius: 10vw;
    overflow: hidden;
}

#hill5 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    right: 0;
}

#hill5 .road {
    width: 15%;
    right: 6%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    transform: skew(25deg);
}

#hill5 .roadClip {
    width: 10%;
    right: 12%;
}

#hill6 {
    width: 68%;
    height: 50%;
    right: 0;
    bottom: 0;
	top: auto;
    border-top-left-radius: 8vw;
    overflow: hidden;
}

#hill6 svg {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
}

#hill6 .road {
    width: 25%;
    left: 15%;
    transform: skew(-25deg);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#hill6 .roadClip {
    width: 22%;
    left: 20%;
}









@keyframes cometAnimation {
    0% {transform: translate(-200%, -150%);}
    100% {transform: translate(300%, 300%);}
}



.windmillContainer {
    position: absolute;
	z-index: 12;
}

#windmill1Container {
    width: 8vw;
    height: 28vw;
    left: 8vw;
    bottom: 50%;
	
}

#windmill1FanContainer {
    transform-origin: center center;
    transform: rotate(0deg);
}

#windmill2Container {
    width: 7.2vw;
    height: 18vw;
    left: 18vw;
    bottom: 50%;
	
}

#windmill2FanContainer {
    transform-origin: center center;
    transform: rotate(-50deg);
}


#windmill3Container {
    width: 5.6vw;
    height: 14vw;
    left: 35vw;
    bottom: 50%;
	visibility: hidden;
}

#windmill3FanContainer {
    transform-origin: center center;
    transform: rotate(20deg);
}

#windmill4Container {
    width: 2vw;
    height: 8vw;
    right: 17vw;
    bottom: 53%;
	visibility: hidden;
}

#windmill4FanContainer {
    transform-origin: center center;
    transform: rotate(75deg);
}

#windmill5Container {
    width: 7.2vw;
    height: 18vw;
    left: 78vw;
    bottom: 50%;
	
}

#windmill5FanContainer {
    transform-origin: center center;
    transform: rotate(40deg);
}

.windmillBaseContainer {
    width: 20%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.windmillLeg {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    background-color: #fff;
}

.windmillLegLeft {
    transform: translateX(-65%) skew(-1deg);
}

.windmillLegRight {
    transform: translateX(-45%) skew(1deg);
}

.windmillFanContainer {
    width: 100%;
    height: 100%;
}

.fanContainer {
    position: absolute;
    top: 20%;
    left: -25%;
    width: 150%;
    height: 60%;
    animation: windmillAnimation 10s linear 0s infinite forwards;
}

@keyframes windmillAnimation {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.fan {
    width: 100%;
    height: 3%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
}

.fan1 {
    transform: rotate(30deg);
}

.fan2 {
    transform: rotate(120deg);
}

.wing {
    background-color: #fff;
    position: absolute;
    width: 35%;
    height: 300%;
}

.wing1 {
    bottom: 0;
    right: -7%;
}

.wing2 {
    top: 0;
    left: -7%;
}

.windmillCircle {
    width: 0.4vw;
    height: 0.4vw;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
}


.kite {
    width: 100%;
    height: 100%;
	z-index: 15;
}

@keyframes kiteAnimation {
    0% {transform: rotate(-20deg);}
    100% {transform:  rotate(20deg);}
}

.kiteContainer {
    display: flex;
    position: absolute;
    /* animation: kiteAnimation 2.5s linear 0s infinite alternate forwards; */
	z-index: 15;
}


.kiteWire {
    background-color: #4a3752;
    height: 0.017vw;
    position: absolute;
}

#kite1Wire {
    width: 58.2vw;
    top: 85%;
    left: 63vw;
    transform-origin: top left;
    animation: kite1Wire 2.5s linear 0s infinite alternate forwards;
	z-index: 15;
}

@keyframes kite1Wire {
    0% { transform: rotate(-122deg);}
    100% {transform: rotate(-118deg);}
}

#kite1Container {
    width: 12.6vw;
    height: 7.2vw;
    top: 10px;
    right: 0;
    transform: translate(45%, -140%) rotate(90deg);
    align-items: center;
	z-index: 15;
}

.kite1 {
    background-color: rgb(255, 242, 0);
}

#kite2Wire {
    width: 46.5vw;
    top: 50%;
    left: 45vw;
    transform-origin: top left;
    /* transform: rotate(-68deg); */
    animation: kite2Wire 2.5s linear 0s infinite alternate forwards;
	z-index: 15;
}

@keyframes kite2Wire {
    0% { transform: rotate(-66deg);}
    100% {transform: rotate(-70deg);}
}

#kite2Container {
    width: 6vw;
    height: 3.0vw;
    top: 0;
    right: 0;
    transform: translate(45%, 0%) rotate(90deg) scaleX(-1);
    align-items: center;
	z-index: 15;
}

.kite2 {
    background-color: rgb(255, 0, 0);
}

#kite3Wire {
    width: 36.1vw;
    top: 85%;
    left: 7vw;
    transform-origin: top left;
    transform: rotate(-73.5deg);
    animation: kite3Wire 2.5s linear 0s infinite alternate forwards;
	z-index: 15;
}

@keyframes kite3Wire {
    0% { transform: rotate(-75.5deg);}
    100% {transform: rotate(-71.5deg);}
}

#kite3Container {
    width: 6.3vw;
    height: 3.6vw;
    top: 15px;
    right: 0;
    transform: translate(40%, -150%) rotate(60deg);
    align-items: center;
	z-index: 15;
}

.kite3 {
    background-color: rgb(5, 5, 255);
}

.kiteTail {
    flex-basis: 70%;
    height: 5%;
    display: flex;
    flex-direction: column;
}

.kiteTop {
    width: 100%;
    height: 50%;
    border-top-left-radius: 0%;
}


.iteBot {
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 100%;
}

.kiteHead {
    flex-basis: 60%;
    height: 100%;
	width: 110%;
    transform: rotate(55deg);
}



@keyframes bushAnimation {
    0% {transform: rotate(-3deg);}
    100% {transform:  rotate(3deg);}
}


@keyframes treeAnimation {
    0% {transform: rotate(-5deg);}
    100% {transform:  rotate(5deg);}
}

.bushContainer {
    position: absolute;
    transform-origin: center bottom;
    animation: treeAnimation 2.5s linear 0s infinite alternate forwards;
}

#bush1Container {
    bottom: 15%;
    left: 48%;
    width: 4.4vw;
    height: 2.92vw;
	visibility: hidden;
	
}

#bush2Container {
    bottom: 15%;
    left: 23%;
    width: 4.4vw;
    height: 2.92vw;
	visibility: hidden;
}

#bush3Container {
    bottom: 15%;
    left: 8%;
    width: 5.4vw;
    height: 3.92vw;
	visibility: hidden;
}

#bush4Container {
    bottom: 27%;
    right: 46%;
    width: 4.4vw;
    height: 2.92vw;
	visibility: hidden;
}

#bush5Container {
    bottom: 27%;
    right: 35%;
    width: 4.4vw;
    height: 2.92vw;
	visibility: hidden;
}

#bush6Container {
    bottom: 27%;
    right: 26%;
    width: 0.82vw;
    height: 0.55vw;
	visibility: hidden;
}

#bush7Container {
    bottom: 38%;
    left: 48%;
    width: 4.4vw;
    height: 2.92vw;
	visibility: hidden;
}

#bush8Container {
    bottom: 38%;
    left: 28%;
    width: 4.4vw;
    height: 2.92vw;
	visibility: hidden;
}

#bush9Container {
    bottom: 38%;
    left: 21%;
    width: 4.4vw;
    height: 2.92vw;
	visibility: hidden;
}

#bush10Container {
    bottom: 38%;
    left: 6%;
    width: 4.4vw;
    height: 2.92vw;
	
}

#bush11Container {
    bottom: 45%;
    right: 45%;
    width: 4.4vw;
    height: 2.92vw;
}

#bush12Container {
    bottom: 45%;
    right: 36%;
    width: 4.4vw;
    height: 2.92vw;
}

#bush13Container {
    bottom: 45%;
    right: 5%;
    width: 4.4vw;
    height: 2.92vw;
}

#bush14Container {
    bottom: 50%;
    left: 30%;
    width: 4.4vw;
    height: 2.92vw;;
}

#bush15Container {
    bottom: 50%;
    left: 23%;
   width: 4.4vw;
    height: 2.92vw;
}

#bush16Container {
    bottom: 50%;
    left: 1%;
    width: 2.4vw;
    height: 1.92vw;
}

.ChrisTreeContainer {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform-origin: center bottom;
    animation: treeAnimation 2.5s linear 0s infinite alternate forwards;
}

#ChrisTree1Container {
    bottom: 15%;
    left: 2%;
    width: 5.6vw;
    height: 14vw;
	
}

#ChrisTree2Container {
    bottom: 15%;
    left: 7%;
    width: 5.6vw;
    height: 14vw;
	
}

#ChrisTree3Container {
    bottom: 15%;
    left: 28%;
    width: 5.6vw;
    height: 14vw;
	visibility: hidden;
}

#ChrisTree4Container {
    bottom: 15%;
    left: 36%;
    width: 5.6vw;
    height: 14vw;
	visibility: hidden;
}

#ChrisTree5Container {
    bottom: 27%;
    right: 33%;
    width: 5.6vw;
    height: 14vw;
	visibility: hidden;
}

#ChrisTree6Container {
    bottom: 27%;
    right: 36%;
    width: 5.6vw;
    height: 14vw;
	visibility: hidden;
}

#ChrisTree7Container {
    bottom: 27%;
    right: 10%;
    width: 5.6vw;
    height: 14vw;
	visibility: hidden;
}

#ChrisTree8Container {
    bottom: 27%;
    right: 5%;
    width: 5.6vw;
    height: 14vw;
	visibility: hidden;
}

#ChrisTree9Container {
    bottom: 38%;
    left: 1%;
    width: 4.6vw;
    height: 10vw;
	
}

#ChrisTree10Container {
    bottom: 38%;
    left: 10%;
    width: 2.8vw;
    height: 9vw;
	
}

#ChrisTree11Container {
    bottom: 38%;
    left: 26%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree12Container {
    bottom: 38%;
    left: 45%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree13Container {
    bottom: 38%;
    left: 49%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree14Container {
    bottom: 45%;
    right: 3%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree15Container {
    bottom: 45%;
    right: 13%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree16Container {
    bottom: 45%;
    right: 33%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree17Container {
    bottom: 45%;
    right: 49%;
    width: 2.8vw;
    height: 7vw;
}

#ChrisTree18Container {
    bottom: 45%;
    right: 53%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree19Container {
    bottom: 50%;
    left: 35%;
    width: 2.8vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree20Container {
    bottom: 50%;
    left: 18%;
    width: 2.8vw;
    height: 7vw;
	
}

#ChrisTree21Container {
    bottom: 50%;
    left: 3%;
    width: 2.8vw;
    height: 7vw;
	
}

#ChrisTree22Container {
    bottom: 53%;
    right: 32%;
    width: 5.6vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree23Container {
    bottom: 53%;
    right: 18%;
    width: 5.6vw;
    height: 7vw;
	visibility: hidden;
}

#ChrisTree24Container {
    bottom: 53%;
    right: 5%;
    width: 5.6vw;
    height: 7vw;
	visibility: hidden;
}

.treeContainer {
    position: absolute;
    transform-origin: center bottom;
    animation: treeAnimation 2.5s linear 0s infinite alternate forwards;
}

#tree1Container {
    bottom: 15%;
    left: 16%;
    width: 11vw;
    height: 13vw;
	visibility: hidden;
}

#tree2Container {
    bottom: 15%;
    left: 30%;
    width: 2.3vw;
    height: 3.5vw;
	visibility: hidden;
}

#tree3Container {
    bottom: 27%;
    right: 27%;
    width: 2vw;
    height: 3vw;
	visibility: hidden;
}

#tree4Container {
    bottom: 27%;
    right: -0.5%;
    width: 2vw;
    height: 3vw;
	visibility: hidden;
}

#tree5Container {
    bottom: 38%;
    left: 17%;
    width: 8vw;
    height: 9vw;
	
}

#tree6Container {
    bottom: 38%;
    left: 3%;
    width: 9vw;
    height: 10vw;
	
}

#tree7Container {
    bottom: 45%;
    right: 6%;
    width: 1.34vw;
    height: 2vw;
	visibility: hidden;
}

#tree8Container {
    bottom: 45%;
    right: 8%;
    width: 1.34vw;
    height: 2.1vw;
	visibility: hidden;
}

#tree9Container {
    bottom: 45%;
    right: 55%;
    width: 1.30vw;
    height: 1.8vw;
	visibility: hidden;
}

#tree10Container {
    bottom: 50%;
    left: 49%;
    width: 1.05vw;
    height: 1.5vw;
	visibility: hidden;
}

#tree11Container {
    bottom: 50%;
    left: 14%;
    width: 4vw;
    height: 6vw;
	
}

#tree12Container {
    bottom: 50%;
    left: 12%;
    width: 6vw;
    height: 7vw;
	
}

#tree13Container {
    bottom: 50%;
    left: 48%;
    width: 1vw;
    height: 1.3vw;
	visibility: hidden;
}

#tree14Container {
    bottom: 53%;
    right: 33%;
    width: 0.7vw;
    height: 0.95vw;
	visibility: hidden;
}

#tree15Container {
    bottom: 53%;
    right: 15.5%;
    width: 0.73vw;
    height: 1vw;
	visibility: hidden;
}

#tree16Container {
    bottom: 53%;
    right: 15%;
    width: 0.73vw;
    height: 1.1vw;
	visibility: hidden;
}

#tree17Container {
    bottom: 53%;
    right: 2%;
    width: 0.7vw;
    height: 1vw;
	visibility: hidden;
}


.bushLeft {
    height: 90%;
    width: 70%;
    position: absolute;
    left: -50%;
    bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background: linear-gradient(to bottom, #033500, #111532);
}

.bushRight {
    height: 80%;
    width: 60%;
    position: absolute;
    right: -50%;
    bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background: linear-gradient(to bottom, #033500, #111532);
}

.bushMid {
    height: 120%;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background: linear-gradient(to bottom, #033500, #111532);
}

.ChrisTreeLeavesContainer {
    width: 100%;
    height: 70%;
    position: relative;
    bottom: 40%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.ChrisTreeLeave {
    height: 15%;
    margin-top: 7%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #111532, #111532);
}

.ChrisTreeLeave9 {
    width: 100%;
}

.ChrisTreeLeave8 {
    width: 90%;
}

.ChrisTreeLeave7 {
    width: 80%;
}

.ChrisTreeLeave6 {
    width: 70%;
}

.ChrisTreeLeave5 {
    width: 60%;
}

.ChrisTreeLeave4 {
    width: 50%;
}

.ChrisTreeLeave3 {
    width: 40%;
}

.ChrisTreeLeave2 {
    width: 30%;
}

.ChrisTreeLeave1 {
    width: 20%;
}

.ChrisTreeTrunk {
    width: 25%;
    height: 50%;
    background: linear-gradient(to bottom, #523a27, #271608);
}

.treeLeaves {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    background: linear-gradient(to bottom, #033500, #033500);
}

.treeTrunk {
    width: 10%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #523a27, #271608);
}

.birdone {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 1s;
		animation-delay: -0.5s;		
	}
	
	

.bird-containerone {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 15s;
		animation-delay: 0;

	z-index: 15;
}


.birdtwo {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 0.9s;
		animation-delay: -0.75s;	
	}
	
	

.bird-containertwo {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;

	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 16s;
		animation-delay: 1s;
z-index: 15;
	
}

.birdthree {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 1.25s;
		animation-delay: -0.25s;	
	}
	
	

.bird-containerthree {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 14.6s;
		animation-delay: 9.5s;

	
}

.birdfour {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 88px;
	height: 125px;
	will-change: background-position;
	transform: translate(0px, 50px) scale(0.35);
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
		animation-duration: 1.1s;
		animation-delay: -0.5s;	
	}
	
	

.bird-containerfour {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-two;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
animation-duration: 16s;
		animation-delay: 10.25s;
z-index: 15;
	
}


@keyframes fly-cycle {
	
	100% {
		background-position: -900px 0;
	}
	
}

@keyframes fly-right-one {
	
	0% {
		transform: scale(0.6) translateX(-10vw);
	}
	
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.6);
	}
	
	20% {
		transform: translateY(0vh) translateX(30vw) scale(0.7);
	}
	
	30% {
		transform: translateY(4vh) translateX(50vw) scale(.8);
	}
	
	40% {
		transform: translateY(2vh) translateX(70vw) scale(.8);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(.8);
	}
	
	60% {
		transform: translateY(0vh) translateX(110vw) scale(.8);
	}
	
	100% {
		transform: translateY(0vh) translateX(180vw) scale(.8);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(0vh) translateX(130vw) scale(0.5);
	}
	
	10% {
		transform: translateY(0vh) translateX(110vw) scale(0.4);
	}
	
	20% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
	}
	
	30% {
		transform: translateY(2vh) translateX(70vw) scale(0.45);
	}
	
	40% {
		transform: translateY(4vh) translateX(50vw) scale(0.5);
	}
	
	50% {
		transform: translateY(0vh) translateX(30vw) scale(0.45);
	}
	
	60% {
		transform: translateY(2vh) translateX(10vw) scale(0.45);
	}
	
	100% {
		transform: translateY(0.3vh) translateX(-20vw) scale(0.45);
	}
	
}
	
	@media screen and (orientation:landscape) {
	
	.musicplayer{
	position: absolute;
	border-radius: 10px;
	padding: 10px;
	top: 10px;
	left: 15px;
	width: 10%;
	text-align: center;
	max-width: 80px;
	background-color: rgba(255,255,255,0.3);
	backdrop-filter: blur(8px);filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
	z-index: 49999;
}
	}
