﻿body{background-color:#9ecaf1;background-image:url(../img/homeBg.jpg);background-size:100%;background-repeat:no-repeat;margin:0;}#easygo{margin:10px auto;width:73%;transition:all 1s;}#easygo .bgImg{margin-top:1000px;transform:rotate(-10deg);animation-name:rise,rotateBg;animation-duration:3s,4s;animation-delay:0s,3.2s;animation-iteration-count:1,infinite;animation-fill-mode:forwards;-webkit-transform:rotate(-10deg);-webkit-animation-name:rise,rotateBg;-webkit-animation-duration:3s,4s;-webkit-animation-delay:0s,3.2s;-webkit-animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;}#easygo .title{position:relative;text-align:center;margin-top:-25%;display:none;}#easygo .title img{width:70%;transition:all 1s;}#easygo .cloud{display:block;width:60px;position:absolute;transition:all 1s;filter:drop-shadow(-12px 12px 7px rgba(0,0,0,.6));}#earth{width:100%;margin-top:800px;}@keyframes rotateBg{50%{transform:rotate(10deg);}100%{transform:rotate(-10deg);}}@keyframes rise{0%{margin-top:1000px;}100%{margin-top:0;}}@-webkit-keyframes rotateBg{50%{transform:rotate(10deg);}100%{transform:rotate(-10deg);}}@-webkit-keyframes rise{0%{margin-top:1000px;}100%{margin-top:0;}}#lang{position:fixed;bottom:0;width:100%;max-height:100vh;perspective:250px;perspective-origin:50% 40%;font-size:0;}#langBg{width:100%;}.langBtn{position:absolute;width:37.5%;z-index:1;transition:all 1s;transform:rotateY(0deg)!important;}#langC{margin-left:18.75%;margin-top:4%;}a.langC{display:block;transform:rotateY(20deg) scale(1,1);}#langS{margin-left:44%;margin-top:15%;}a.langS{display:block;transform:rotateY(-20deg) scale(1,1);}#langP{margin-left:18.75%;margin-top:26%;}a.langP{display:block;transform:rotateY(20deg) scale(1,1);}#langE{margin-left:43.75%;margin-top:37%;}a.langE{display:block;transform:rotateY(-20deg) scale(1,1);}