@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat',sans-serif;
}

.wrapper.four {
  font-size: 3rem;
  font-family: "Play", sans-serif;
}
.four .type{
  padding: 1rem 1rem;
  width: auto;
  margin: auto;
}
.four h2  {
  font-size: 1.2em;
  font-weight: 600;
  width: 17ch;
  border-right: 4px solid black;
  margin: 1rem auto;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 2s steps(13, end), blink-caret 0.5s step-end infinite alternate;
}

@-webkit-keyframes typing {
  from {
      width: 0;
  }
}
@-webkit-keyframes blink-caret {
  50% {
      border-color: transparent;
  }
}
.logo-header{
  position: absolute;
  position: fixed;
  z-index: 1000;
  left: 10px ;
  top: 10px;

 
}
#logo-img{
  height: 100px;
  position: absolute;
 z-index: 1000;
 -webkit-filter: drop-shadow(5px 5px 30px #222);
 filter: drop-shadow(5px 5px 5px #666666);
}

nav{
  background-image: url(pattern.png);
  background: #811538 !important;
  padding: 5px 40px;
  position: fixed;
  z-index: 999;
  width: 100%;

}
nav ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
nav ul li{
  
  padding: 15px 0;
  cursor: pointer;
}
nav ul li.items{
  position: relative;
  width: auto;
  margin: 0 16px;
  text-align: center;
  order: 2;
}
nav ul li.items:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background: #33ffff;
  opacity: 0;
  transition: all 0.2s linear;
}
nav ul li.items:hover:after{
  opacity: 1;
  bottom: 8px;
}
nav ul li.logo{
  flex: 1;
  color: white;
  font-size: 23px;
  font-weight: 600;
  margin-left: 20px;
  cursor: default;
  text-transform: uppercase;
}
nav ul li a{
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: .4s;
  text-transform: uppercase;
}
nav ul li:hover a{
  color: cyan;
}
nav ul li i{
  font-size: 23px;
}
nav ul li.btn{
  display: none;
}
nav ul li.btn.hide i:before{
  content: '\f00d';
}
@media all and (max-width: 900px){
  nav{
    padding: 5px 30px;
  }
  nav ul li.items{
    width: 100%;
    display: none;
  }
  nav ul li.items.show{
    display: block;

  }
  nav ul li.btn{
    display: block;
  }
  nav ul li.items:hover{
    border-radius: 5px;
    box-shadow: inset 0 0 5px #33ffff,
                inset 0 0 10px #66ffff;
  }
  nav ul li.items:hover:after{
    opacity: 0;
  }
  nav ul li.logo{
    flex: 1;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    cursor: default;
    text-transform: uppercase;
  }
}
.owl-carousel {
  width: 100%;
  height: 100vh;
}

.slide {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;

 
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide-1 {
  background-image: url(Screenshot.png);
  background-position: center;
  background-size: cover;
}

.slide-2 {
  background-image: url(Morocco.png);
  background-position: center;
  background-size: cover;
}

.slide-3 {
  background-image: url(France.png);
  background-position: center;
  background-size: cover;
}
.slide-4 {
  background-image: url(Croatia.png);
  background-position: center;
  background-size: cover;
}

.slide-content {
  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 0 10%;
}

.slide-content h1 {
font-size: 4em;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 5px;
line-height: 75px;
margin-bottom: 40px;


}


.slide-content p {
  margin-bottom: 65px;
}



.owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1%;
}

.owl-dots span {
  width: 20px !important;
  height: 20px !important;
}



.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  font-size: 65px !important;
  font-weight: bolder !important;
  background:none !important;
}

.owl-prev {
  left: 1%;
}

.owl-next {
  right: 1%;
}




@media screen and (max-width: 1000px) {
  .slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
   
  }
  .slide-content h1 {
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 65px;
    margin-bottom: 35px;
    
    }
 
    .slide-content h2 span{
      font-size: 1em;
      font-weight: 400;
    
    }

    
    .slide-content p {
      margin-bottom: 55px;
    }
}
footer {
  flex-shrink: 0;
 
  width: 100%;
  
  background-image: url(pattern.png);
  background: #811538 !important;
}
.content-footer {

  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  padding: 50px 0 100px;
}

.bloc {
  flex-basis: 20%;
  margin: 0 30px;
}
.bloc h4{
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
 
}
.bloc h4 a{
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
  color:#ffffff;
  transition: .4s;

}
.bloc h4 a:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 50%;
  background: #33ffff;
  opacity: 0;
  transition: all 0.2s linear;
}
.bloc h4 a:hover:after{
  opacity: 1 ;
  bottom: 8px;
 
}
.bloc h4:hover a{
  color: cyan;
}


.social-links a ion-icon{
margin-right: 14px;
margin-bottom: 50px;
color: #fff;

width: 40px;
height: 40px;

}
.social-links a ion-icon:hover{

  color: cyan;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;

}



.footer-contact h4,
.footer-services h4,
.footer-schedule h4,
.footer-medias h4 {
  font-size: 22px;
  padding-bottom: 20px;
}
.media-list {
  position: relative;
  right: 10px;
  
}
.media-list svg {
  width: 30px;
  margin: 10px 10px;
}
.media-list a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
 

  .content-footer {
      max-width: 100%;
      flex-wrap: wrap;
  }
  .bloc {
      flex-basis: auto;
      margin: 20px 20px;
  }
  .bloc h4 a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    color:#ffffff;
    transition: .4s;
  
  }
  .bloc h4 a:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 6px;
    height: 2px;
    width: 25%;
    background: #33ffff;
    opacity: 0;
    transition: all 0.2s linear;
  }
  .bloc h4 a:hover:after{
    opacity: 2 ;
    bottom: 2px;
   
  }
  .bloc h4:hover a{
    color: cyan;
  }
  


}


@media screen and (max-width: 600px) {
  .content-footer {
      justify-content: center;
      padding-top: 30px;
  }
  .bloc {
      flex-basis: 70%;
    
  }
  .footer-contact h4,
  .footer-services h4,
  .footer-schedule h4,
  .footer-medias h4 {
      padding-bottom: 5px;
  }

}
@media (min-width: 280px) and (max-width: 990px){
  .wrapper.four {
    font-size: 3rem;
    font-family: "Play", sans-serif;
  }
  .four .type{
    padding: 1rem 1rem;
    width: auto;
    margin: auto;
  }
  .four h2  {
    font-size: 0.5em;
    font-weight: 600;
    width: 17ch;
    border-right: 4px solid black;
    margin: 1rem auto;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(13, end), blink-caret 0.5s step-end infinite alternate;
  }
  @-webkit-keyframes typing {
    from {
        width: 0;
    }
  }
  @-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
  }
}

