/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 25, 2014 */


/*
@font-face {
    font-family: 'larish_neueregular';
    src: url('larish_neue-webfont.eot');
    src: url('larish_neue-webfont.eot?#iefix') format('embedded-opentype'),
         url('larish_neue-webfont.woff') format('woff'),
         url('larish_neue-webfont.ttf') format('truetype'),
         url('larish_neue-webfont.svg#larish_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'Venus-Medium';
    src: url(https://d2lqp9zb9oifsc.cloudfront.net/assets/Venus-Medium-2f994f032d79dccf6dfffc1a92a06edb1b2d6b5c14aee99faef6668c560b8a76.woff2) format("woff2"),url(https://d2lqp9zb9oifsc.cloudfront.net/assets/Venus-Medium-1f38088650fe1cf39b14bbbe145bc73cb7595c5ef710970d4b76babead6cbaca.woff) format("woff");
    font-style: normal
}

.slider {
 overflow: hidden;
 width: 100vw;
 height: 100vh;
 position: relative;
}
 
.slider .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 animation: slider 25s infinite;
}
 
.slider .slide:nth-child(1) {
   background-image: url('https://a--z.studio/images/IG_Book8.jpg');
   animation-delay: 0s;
}

.slider .slide:nth-child(2) {
   background-image: url('https://a--z.studio/images/IG_Book4.jpg');
   animation-delay: -5s;
}

.slider .slide:nth-child(3) {
   background-image: url('https://a--z.studio/images/IG_Book5.jpg');
   animation-delay: -10s;
}

.slider .slide:nth-child(4) {
   background-image: url('https://a--z.studio/images/IG_Book7.jpg');
   animation-delay: -15s;
}

.slider .slide:nth-child(5) {
   background-image: url('https://a--z.studio/images/IMG_6102.jpg');
   animation-delay: -20s;
}

@keyframes slider {
 0%, 13%, 100% {
   transform: translateX(0);
   animation-timing-function: ease;
 }
 20% {
   transform: translateX(-100%);
   animation-timing-function: step-end;
 }
 93% {
   transform: translateX(100%);
   animation-timing-function: ease;
 }
}