.page{
  position: relative;
  top:-1.5vh;
  overflow: hidden;
}
#background-video {
  margin: auto;
  width: 99vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
 
  z-index: -1;
}


.car {
  position: relative;
  top:3vh;
  width: 500%;
  height: 85vh;
  display: inline-flex; 
  display: -webkit-inline-flex; 
  
  color: gold;
  font-family: 'Exo 2', sans-serif;
  font-size: calc(0.5rem + 2vw);
  animation: movex 45s infinite;
}

.txtlogo{
  padding: 0.5rem;
  background-color: rgb(177, 182, 182);
  display: inline-flex;
  align-items: start;
  align-content: center;
}
.txtlogo>img{
  margin-left: 2rem;
  margin-right: 2rem;
  height: calc(1rem + 1.5vw);
}

.sh{
  position: absolute;
  background-color: rgb(177, 182, 182);
  opacity: 0.9;
  border-radius: 1rem;
         /* offset-x | offset-y | blur-radius | color */
  box-shadow: 1rem 1rem 1.5rem rgb(255, 255, 255);
}

.slide1{
  position: relative;
  width: 100%;
  height: 85vh;
}
.slide2{
  position: relative;
  width: 100%;
  height: 85vh;
}
.slide3{
  position: relative;
  width: 100%;
  height: 85vh;
}
.slide4{
  position: relative;
  width: 100%;
  height: 85vh;
}

.slide5{
  position: relative;
  width: 100%;
  height: 85vh;
}


.caption11{
  top: 3vh;
  left: 2vw;
}

.img11{
  width: 35vw;
  top:15vh;
  left:2vw;
}

.img12div{
  position: absolute;
  display: inline-flex;
  align-items: center;
  align-content: baseline;
  top:3vh;
  left: 68vw;
}


.img12div img{
  width: 14vw;
  top:0vh;
  left:7vw;
}

.caption12{
  top:20vh;
  left: -3vw;
  rotate: -90deg;
  padding: 1rem;
  font-size: calc(1rem + 1vw);
}


.caption41{
  top: 3vh;
  left: 2vw;
}


.img41{
  width: 25vw;
  top:15vh;
  left:2vw;
}
.img42{
  width: 22vw;
  top:3vh;
  left:70vw;
}

.img22{
  width: 32vw;
  top:8vh;
  left:55vw;
}


.txtlogo>.saga{
  height: 5vw;
  width: 5vw;
}

 .img31{
  width: 32vw;
  top:0vh;
  left:1vw;
}
.caption31{
  top: 3vh;
  left: 35vw;
}


.kovtxt{
  width: 25vw;
}

.txtlogo .great{
  height: calc(1rem + 2.3vw);
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
}


@keyframes movex {
  0% {
    left: 0%;
  }

  9% {
    left: 0%;
  }

  18% {
    left: -100%;
  }

  27% {
    left: -100%;
  }

  36% {
    left: -200%;
  }

  45% {
    left: -200%;
  }

  54% {
    left: -300%;
  }

  63% {
    left: -300%;
  }

  72% {
    left: -400%;
  }

  81% {
    left: -400%;
  }

  100% {
    left: 0%;
  }
}

@media (max-width: 800px) {
  .car {
    display: none;
  }
}