img{
    padding: 1%;
    position: absolute;
    left:17%;
    top:10%;
    z-index: -1;
    transform:scale(1,1);
    transition:transform 10s;
    
    
    /* transition-delay: ; */
    
}

body{
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.forest{
    animation-name: new;
    animation-delay: 13s;
    animation-duration:3s ;
    animation-fill-mode: forwards;
}

.plant {
  z-index:3;
  animation: hideAnimation 0s ease-in 8s;
  animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

.image{
    z-index: 2;
    animation-name: move;
    animation-duration: 8s;
    animation-delay: 8s;
    animation-fill-mode: forwards;
    
}

@keyframes move{
    from{transform: translate(-50vw,0);}
    to {transform : translate(100vw,0);}
}
@keyframes anime{
    0%{width:0%;}
    50%{width:50%;}
    100%{width:100%;}
}
#cover{
  width:100vw;
  height:100vh;

}
.show{
  left:46%;

}
.first{

    width:50%;
    height:50%;
    background-color:white;
    display:inline-block;
    text-align:center;
    /*     border-radius: 25% 0 0 0;
 */
    animation-delay: 13s;
    animation-fill-mode: forwards;
    animation-name: fir;
    animation-duration: 7s;
    transition-timing-function: linear();


}
.second{
    width: 50vw;
    height:50vh;
    background-color:white;
    /* display: inline-block; */
    float:right;
    text-align:center;
    animation-name: sec;
    animation-delay: 13s;
    animation-fill-mode: forwards;
    animation-duration: 7s;
    transition-timing-function: linear();
    


}

.third{
    width: 50vw;
    height:50vh;
    background-color:white;
    display: inline-block;
    /* padding-top: 50%; */
    text-align:center;
    /* border-radius: 0 25% 0 0; */
    animation-name: thd;
    animation-duration: 7s;
    animation-delay: 13s;
    animation-fill-mode: forwards;
    transition-timing-function: linear();
}
.fourth{
    width: 50vw;
    height:50vh;
    background-color:white;
    /* display: inline-block; */
    /* padding-top: 50%; */
    float:right;
    text-align:center;
    /* border-radius: 25% 0 0 0; */
    animation-name: four;
    animation-duration: 7s;
    animation-delay: 13s;
    animation-fill-mode: forwards;
    transition-timing-function: linear();
}


@keyframes fir{
    0% {border-radius: 0 0 0 0;opacity:100%;}
    25% {opacity:99%;}
    50% {opacity:99%;}
    75% {opacity:99%;}
    100% {border-radius: 0 0 100% 0;
    opacity:0.0;}
    
}
@keyframes sec {
    0% {border-radius: 0 0 0 0;opacity:100%;}
    25% {opacity:99%;}
    50% {opacity:99%;}
    75% {opacity:99%;}
    100% {border-radius: 0 0 0 100%;opacity:0.0;}
    
}
@keyframes thd{
    0% {border-radius: 0 0 0 0;opacity:100%;}
    25% {opacity:99%;}
    50% {opacity:99%;}
    75% {opacity:99%;}
    100%{border-radius: 0 100% 0 0;opacity:0.0;}
}

@keyframes four{
   0%{ border-radius: 0 0 0 0;opacity:100%;}
   25% {opacity:99%;}
   50% {opacity:99%;}
   75% {opacity:99%;}
    100% {border-radius: 100% 0 0 0;opacity:0.0;}
}
@keyframes new{
    from{transform: scale(1,1); visibility: hidden;}
    to{transform: scale(1.75,1.75); visibility: visible;}
}
@media (max-width:800px){
  img{
    /* padding: 1%; */
    position: absolute;
    left:0%;
    top:10%;
    z-index: -1;
    transform:scale(1,1);
    transition:transform 10s;
    
    /* transition-delay: ; */
    
}
#cover{
  left:0%;
}
}

.pace.pace-inactive {
  display: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  height: 60px;
  width: 100px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace .pace-progress {
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;

  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:before {
  content: attr(data-progress-text);
  text-align: center;
  color: #fff;
  background: #29d;
  border-radius: 50%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
  padding: 20% 0 7px;
  width: 50%;
  height: 40%;
  margin: 10px 0 0 30px;
  display: block;
  z-index: 999;
  position: absolute;
}

.pace .pace-activity {
  font-size: 15px;
  line-height: 1;
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;

  display: block;
  -webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
  -moz-animation: pace-theme-center-atom-spin 2s linear infinite;
  -o-animation: pace-theme-center-atom-spin 2s linear infinite;
  animation: pace-theme-center-atom-spin 2s linear infinite;
}

.pace .pace-activity {
  border-radius: 50%;
  border: 5px solid #29d;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100px;
}

.pace .pace-activity:after {
  border-radius: 50%;
  border: 5px solid #29d;
  content: ' ';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;

  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.pace .pace-activity:before {
  border-radius: 50%;
  border: 5px solid #29d;
  content: ' ';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;

  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

@-webkit-keyframes pace-theme-center-atom-spin {
  0%   { -webkit-transform: rotate(0deg) }
  100% { -webkit-transform: rotate(359deg) }
}
@-moz-keyframes pace-theme-center-atom-spin {
  0%   { -moz-transform: rotate(0deg) }
  100% { -moz-transform: rotate(359deg) }
}
@-o-keyframes pace-theme-center-atom-spin {
  0%   { -o-transform: rotate(0deg) }
  100% { -o-transform: rotate(359deg) }
}
@keyframes pace-theme-center-atom-spin {
  0%   { transform: rotate(0deg) }
  100% { transform: rotate(359deg) }
}
