.mySlides {display:none;}
.marquee_images{
  margin-top: -53%;
  height: 700px;
}
.marquee_images2{
  margin-top: -68%;
  height: 700px;
}
.marquee_images3{
  margin-top: -67%;
  height: 700px;
}
.marquee_images4{
  margin-top: -60%;
  height: 800px;
}
.marquee_images5{
  margin-top: -50%;
  height: 700px;
}


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face{
  font-family: 'Staatliches', cursive;
}
#animatedBackground {
 
  position: absolute;
  top: 0;
  left: 0;
}
.ex_header{
  text-align: center;
  font-family: 'Staatliches', cursive;
  font-size: 50px;
  color: #000000;
}
.logo_img{width: 40%}
.header{
  padding-top:10px ;
}
.header .left{
  display: inline-block;
}
.header .center{
  display: inline-block;
  margin-left: 30%;
}
.header .right{
  display: inline-block;
  float: right;
}
.content{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -850px;
}

.content2{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -250px; 
}
.block{
  width: 50%;
  display: inline-block;
}
.block2{
  width: 50%;
  display: inline-block;
}
.box{
  margin-left: 36%;
  position: relative;
  width: 200px;
  height: 200px;
  transform-style: preserve-3d;
  animation: animate 20s linear infinite;
}
.box:hover{
  animation-play-state: paused;
}
@keyframes animate{
  0%{
    transform: perspective(1000px) rotateY(0deg) rotateY(35deg);
  }
  100%{
    transform: perspective(1000px) rotateY(360deg) rotateY(35deg);
  }
}
.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(300px);
}

.box span img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
  transition: all .5s ease;
}
.box span img:hover{
  -webkit-filter: grayscale(0);
  transform: scale(1.2,1.2) rotate(0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-prev{
  width: 65px;
  height: 65px;
  border-radius: 30px;
  cursor: pointer;
  background: transparent;
  color: #fff;
  border: 1px solid;
  background: transparent;
  transition: all .5s ease; 
  visibility: hidden;
  position: relative;
}

.slick-prev:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "\2190";
    font-size: 40px;
}

.slick-prev:hover{
  border: 1px solid #fff;
  background: #fff;
  color: #000; 
}
.slick-next{
  width: 50px;
  height: 50px;
  float: right;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  border: 1px solid;
  background: transparent;
  transition: all .5s ease;
  visibility: hidden;
  position: relative; 
  margin-top: -5%;
}
.slick-next:after{ 
  visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "\2192";
    font-size: 40px;
  }
.slick-next:hover{
  border: 1px solid #fff;
  background: #fff;
  color: #000; 
}
.preimage{
  position: absolute;
  display: inline-block;
  margin-left: 40%;
  z-index: 1000;
  width: 100px;
  height: 40px;
  background-color: #d51111;
  border: 1px solid #e3e3e3;
  transition: all .5s ease;
  color: #fff;
  margin-top: -3%;
}
.preimage:hover{
  background-color: #e3e3e3;
  color: #d51111;
}

.nextimage{
  position: absolute;
  display: inline-block;
  margin-left: 48%;
  z-index: 1000;
  width: 100px;
  height: 40px;
  background-color: #d51111;
  border: 1px solid #e3e3e3;
  transition: all .5s ease;
  color: #fff;
  margin-top: -3%;
}
.nextimage:hover{
 background-color: #e3e3e3;
  color: #d51111; 
}

.imgs2 img{
    background:lightblue;
    height:450px;
    -webkit-animation: expand 5s;
}

@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:450px}
}




div.slide4 {
  width:100%;
  overflow:hidden;
}
div.slide4 a.imgs4 img {
  animation: slide-left 3s;
  margin-top:0%;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}
.logo_title{
  font-size: 28px;
  font-family: sans-serif;
  color: #000;
}
