

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100&display=swap');
@font-face {
    font-family: 'klavika';
    src:        
        url(assets/font/klavika-regular-webfont.woff) format('woff');  
    font-weight: 400;
    font-style: normal;  
}
@font-face {
    font-family: 'klavika';
    src:        
        url(assets/font/klavika-bold-webfont.woff) format('woff');  
    font-weight: 700;
    font-style: bold;  
}
@font-face {
    font-family: 'klavika';
    src:        
        url(assets/font/klavika-medium-webfont.woff) format('woff');  
    font-weight: 500;
    font-style: medium;  
}
@font-face {
    font-family: 'klavika';
    src:        
        url(assets/font/klavika-light-webfont.woff) format('woff');  
    font-weight: 300;
    font-style: lighter;  
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    overflow: hidden;
}
 .container--slider{
     position: relative;
 }
 .slider{
  background-color: black;
  width: 100%;
 }

.slider__img{
    top: 0;
    left: 0;
    width: 550%;
    margin-left:0% ;
}
.slider__btn{
    position: absolute;
    color: white;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 60px;
    font-family: 'Advent Pro', sans-serif;
    
}
.slider__btn:hover{
    color: rgba(255, 255, 255, 0.87);
    cursor: pointer;
}

.slider__btn--left{
    position:absolute; 
    z-index:300;
    left: 10px;
}
.slider__btn--left:hover{
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    padding-right: 4px;
}


.slider__btn--right{
    position:absolute; 
    z-index:300;
    right:10px;
    
}
.slider__btn--right:hover{
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    padding-left: 4px;
}

.slider__phrase{
    position: absolute; 
    display: block;
    text-transform: uppercase;
    font-family: klavika;    
    font-size: 40px;
    font-weight: normal;    
    color: honeydew;
    text-decoration: underline 1px;
    
    width:330px;
    height: 150px;

    bottom: 30px;
    left: 30px;
}
.slider__phrase--one{      
    top: 30px;
    left: 30px;   
}
.slider__phrase--two{ 
    top: 46%;
    left: 50px;
}

.slider__phrase--three{ 
    top: 46%;
    left: 50px;
}
.slider__phrase--four{ 
    top: 40%;
    left: 70%;
    
}
.slider__phrase--five{ 
    top: 46%;
    left: 70%;
    text-align: right;
}
.slider__phrase--six{ 
    top: 40%;
    left: 70%;
    text-align: right;
    height: 250px;
}
.slider__phrase--seven{ 
    top: 46%;
    left: 50px;
}
.slider__phrase--eight{ 
    top: 46%;
    left: 50px;    
    width:360px;
}
.slider__phrase--nine{ 
    top: 46%;
    left: 50px;
}
.slider__phrase--ten{ 
    top: 3%;
    left: 76%;
}
#slider__comment{
    position: absolute; 
    display: block;
    font-family: klavika;    
    font-size: 12px;
    font-weight: normal;    
    color: honeydew;
    
    width:380px;
    height: 150px;

    bottom: -20px;
    left: 25px;
}

.nav__menu{
    position: absolute;    
    top: 90%;
    left: 30px;
    max-width: max-content;
    height: 30px;

}
.nav__menu--list li{
    font-family: klavika;
    font-weight: lighter;
    font-size: 12px;  
    display: inline;
    cursor: pointer;
    border-style: dotted;
    border-width: 2px;
    border-color: white;
    color: white;
    
    padding-top: 1px;    
    padding-bottom: 1px;
    
    padding-left: 3px;
    padding-right:3px;

    margin-left: -6px;

}
.nav__menu--item{    
    display: inline;  
    padding-left: 5px;
    padding-right: 5px;
}
.nav__menu--list li{
    border-left-color: transparent;
}
.nav__menu--list li:hover{
    color: rgb(200, 195, 195);
}
#li-0{
    border-left-color: white;
    color: transparent;    
}
#li-9{
    color: transparent;    
}

.step{
    position: absolute;
    font-family: klavika;
    font-weight: lighter;
    font-size: 12px;  
    top: 90.5%;
    left: 22%;
    color: white;
}

.contact{
    position: absolute;
    font-family: klavika;
    font-weight: lighter;
    font-size: 11px;  
    top: 40%;
    left: 75%;
    color: white;
    text-align: end;   
}
.contact--info a{    
    text-decoration: none;
    color: white;
    text-decoration: underline;
}
.social a{
  
    text-decoration: none;
    color: white; 
}
.social {
    width: max-content;
    display: flex;
    padding-left: 100px;
}

.gg-mail{
    position: absolute;
    right: 30px;
    top: 13px;
}
.mail{
    font-size: 10px;
    width: max-content;
    width: max-content;
    padding-left: 20px;
    color: white;
    margin-right: 20px;    
    margin-top: 5px;
}
.gg-facebook{
    position: absolute;
    right: 30px;
    top: 13px;
}
.facebook{
    font-size: 10px;
    width: max-content;
    width: max-content;
    padding-left: 20px;
    margin-right: 20px;
    color: white;    
}

.gg-twitter{
    position: absolute;
    right: 30px;
    top: 13px;
}
.twitter{
    font-size: 10px;
    width: max-content;
    width: max-content;
    padding-left: 20px;
    color: white;    
}
.logo{
    position: absolute;
    top: 87%;
    left: 90%;
    width: 6%;

    filter: invert(99%) sepia(58%) saturate(482%) hue-rotate(214deg) brightness(113%) contrast(100%);
}

/* .interface{
    display:block;
    margin:auto;
    padding-top: 20%;
    animation: fadein ;
    animation-name: slidein;


    animation-duration: 2s;
    animation-iteration-count: 3;
    animation-direction: alternate;
}

*/





/* .interface--container{
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 

    -webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
} */
/* 
.interface{
    display:block;
    margin:auto;    
    padding-top: 20%;
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 

    -webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
} */

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
         display: none;
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
        display: none;
        background-color: transparent;
    } 
} 

/* .interface--container{
    -webkit-animation-duration:4s;
	animation-duration: 4s;
    display: none;
} */
