html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-x:hidden;
  background-color: rgb(0, 0, 0);
  background-image: linear-gradient(to bottom right, #02147e, #68e9fa);
}

.mygradient
{
  overflow-x:hidden;
  background-color: rgb(0, 0, 0);
  background-image: linear-gradient(to bottom right, #02147e, #68e9fa);
}

.btn
{
  z-index: 150;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.cover-container {
  /*max-width: 42em;*/
  z-index: 1;
}
#screenCanvas 
{
  position: absolute;
  z-index: 1;
  /*pointer-events: none;*/
    top: 0;
    left: 0;
    bottom: 0;
/*    width:2000px;
    height:1000px;*/
}

/*
 * Header
 */

.nav-masthead .nav-link {
 /* padding: .25rem 0;*/
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
/*  border-bottom: .25rem solid transparent;*/
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

/*
.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}*/

.nav-masthead .active {
  color: #fff;
 /* border-bottom-color: #fff;*/
}

.sticky-footer {
    height:40px;
    z-index: 100000;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #00000099;
}

/* Timeline CSS */

.timeline {
  border-left: 3px solid #727cf5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(9, 12, 51, 0.09);
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 60%;
}

@media (max-width: 767px) {
  .timeline {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  background-image: var(--bg-image);
  background-size: contain;
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  min-height: 120px;
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: 0px;
      text-align: left;
      min-width: 60px;
      min-height: 60px;
    
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #727cf5;
  box-shadow: 0 0 0 3px #727cf5;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.nav {
  z-index: 5000;
}

.cover-container
{
  z-index:3000;
}
/* Paralax */


.content {
  position: absolute;
  width: 100%;
  height: 500px;
  overflow: hidden;
  top: -110px;
}

.koala
{
  position:absolute;
  z-index :9;
  width:130px;
  height:130px;
  bottom:40px;
  left:200px;
  background: url("./paralax/L4.png");
  background-size: cover;;
  animation: movekoala 2s linear infinite;

}

.koala2
{
  position:absolute;
  z-index :4;
  width:100px;
  height:100px;
  bottom:29px;
  left:500px;
  background: url("./paralax/L7.png");
  background-size: cover;;
  animation: movekoala2 2s linear infinite;
}

.koala3
{
  position:absolute;
  z-index :4;
  width:100px;
  height:100px;
  bottom:29px;
  left:900px;
  background: url("./paralax/L2.png");
  background-size: cover;;
  animation: movekoala3 4s linear infinite;
}

.paralax {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
 /* background: url("./paralax/paralaxL0.png");
  background-size: cover;
  background-position: center;*/
}

.paralax .layer {
  position: absolute;
  width: 4000px;
}

.paralax .grass1 {
  height: 500px;
  bottom: 0;
  background: url("./paralax/paralaxL4.png") repeat-x;
  background-size: 25% 100%;
  animation: moveit 40s linear infinite;
  z-index: 10;
}

.paralax .grass2 {
  height: 364px;
  bottom: -0px;
  background: url("./paralax/paralaxL3.png") repeat-x;
  background-size: 25% 100%;
  animation: moveit 80s linear infinite;
  z-index: 5;
}

.paralax .trees {
  height: 296px;
  bottom:29px;
  background: url("./paralax/paralaxL2.png") repeat-x;
  background-size: 25% 100%;
  animation: moveit 160s linear infinite;
  z-index: 3;
}

.paralax .palms {
  height: 264px;
  bottom: 29px;
  background: url("./paralax/paralaxL1.png") repeat-x;
  background-size: 25% 100%;
  animation: moveit 320s linear infinite;
  z-index: 2;
}

@keyframes moveit {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes movekoala {
  0%, 100% {
    bottom: 40px;
  }
  50% {
    bottom: 50px;
  }
}
@keyframes movekoala2 {
  0%, 100% {
    bottom: 90px;
  }
  50% {
    bottom: 100px;
  }
}@keyframes movekoala3 {
  0%, 100% {
    bottom: 80px;
  }
  50% {
    bottom: 100px;
  }
}


/* Roadmap */
section#timeline {
  width: 80%;
  margin: 20px auto;
  position: relative;
}
section#timeline:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
section#timeline article {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
section#timeline article:after {
  content: '';
  display: block;
  clear: both;
}
section#timeline article div.inner {
  width: 40%;
  float: left;
  margin: 5px 0 0 0;
  border-radius: 6px;
  text-align: end;
}
section#timeline article div.inner span.date {
  display: block;
  width: 70px;
  height: 70px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -32px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: #25303B;
  color: rgba(255,255,255,0.5);
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 0 0 7px #25303B;
}
section#timeline article div.inner span.date span {
  display: block;
  text-align: center;
}
section#timeline article div.inner span.date span.day {
  font-size: 14px;
}
section#timeline article div.inner span.date span.month {
  font-size: 18px;
}
section#timeline article div.inner span.date span.year {
  font-size: 10px;
}
section#timeline article div.inner h2 {
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
section#timeline article div.inner h2:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -5px;
  	width: 10px; 
	  height: 10px;
  -webkit-transform: rotate(-45deg);
}
section#timeline article div.inner p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  background: #fff;
  color: #656565;
  border-radius: 0 0 6px 6px;
}
section#timeline article:nth-child(2n+2) div.inner {
  float: right;
}
section#timeline article:nth-child(2n+2) div.inner h2:after {
  left: -5px;
}
section#timeline article:nth-child(1) div.inner h2 {
  background: #e74c3c;
}
section#timeline article:nth-child(1) div.inner h2:after {
  background: #e74c3c;
}
section#timeline article:nth-child(2) div.inner h2 {
  background: #2ecc71;
}
section#timeline article:nth-child(2) div.inner h2:after {
  background: #2ecc71;
}
section#timeline article:nth-child(3) div.inner h2 {
  background: #e67e22;
}
section#timeline article:nth-child(3) div.inner h2:after {
  background: #e67e22;
}
section#timeline article:nth-child(4) div.inner h2 {
  background: #1abc9c;
}
section#timeline article:nth-child(4) div.inner h2:after {
  background: #1abc9c;
}
section#timeline article:nth-child(5) div.inner h2 {
  background: #9b59b6;
}
section#timeline article:nth-child(5) div.inner h2:after {
  background: #9b59b6;
}




@media screen and (max-width: 440px) and (orientation: portrait) { 

  .content {
    top: -80px;
    height:300px;
      }

      .koala
      {
    
        width:80px;
        height:80px;
     
      }
      
      .koala2
      {
        width:40px;
        height:40px;
      }
      
      .koala3
      {
        width:40px;
        height:40px;
      }
      
      .paralax .grass1 {
        height: 300px;
      }
      
      .paralax .grass2 {
        height: 200px;
        bottom: -0px;
      }
      
      .paralax .trees {
        height: 200px;
        bottom:0px;
      }
      
      .paralax .palms {
        height: 200px;
        bottom: 0px;
      }
 
      @keyframes movekoala {
        0%, 100% {
          bottom: 20px;
        }
        50% {
          bottom: 30px;
        }
      }
}