
@font-face {
    font-family: 'Sxuidz-Bold';
    src: url(../font/Sxuidz-Bold.eot);
    src: url(../font/Sxuidz-Bold.ttf) format('truetype'), 
        url(../font/Sxuidz-Bold.svg) format('svg'),
        url(../font/Sxuidz-Bold.woff) format('woff');
        font-weight: normal;
        font-style: normal;
}

body {
    background-color: #272727;
	background-image: url("../img/noir2.jpg");
    background-repeat: repeat;
}
.page {
    font-family: 'Sxuidz-Bold', Tahoma, sans-serif;
}
h1 {
    color: #efefdf;
    padding-left: 25px;
    font-size: 1.2rem;
}
.header-top{
    height: 40px;
}
header .header-icon{
    padding: 10px;
}
header .header-top-center input{
    width: 50%;
    padding-left: 10px;
    font-size: 1.2rem;
}
header .header-top-center i{
    border-top: 0.1px solid #ccc;
    border-right: 0.1px solid #ccc;
    border-bottom: 0.1px solid #ccc;
    padding: 5px;
}
header .header-top-right i{
   font-size: 1.1rem;
}
header .header-top-right i:hover{
   color: #acdc01;
   transform: scale(1.2);
}
/*.logo img{
    width: 250px;
}
.logo img:nth-child(2){
    display: none;
    width: 80px;
}
*/
/*************** HEADER LEFT***************/
header  .header-left{
    background-color: #212121;
    font-weight: normal;
    width: 200px;
    z-index: 99;
}
header  .header-left a{
    display: block;
    padding: 15px 30px;
}
header  .header-left li:hover{
    background-color: #efefdf;
}

/******************** SLIDER *****************/
.slides-container{
    width: 98%;
    max-width: 98%;
    margin: auto;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.slide-details {
    bottom: 120px;
    color: #575757;
    font-size: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 800;
    width: 350px;
    top: 50%;
    left: 37%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    padding: 10px;
}
.slide-decription{
    font-size: 1.3rem;
    font-weight: 500;
    margin: 10px 0;
}

.slide-title{
    font-weight: bold;
    font-size: 2.3rem;
}
.slide-button button{
    border: none;
    height: 45px;
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;
    background-color: #012121;
    color: #efefdf;
}
.slide-button button:hover{
    background-color: #efefdf;
    border: 2px solid #acdc01;
    color: #575757;
}
.dots{
    margin: 0 auto;
    left: 50%;
    bottom: 16px;
    transform: translate(-50%,-50%);
}
 .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #efefdf;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.6);
  }

  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgb(77, 72, 72);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .dot:hover, .dots span.active{
      background-color: #efefdf;
      border: 0.1px solid black;
  }
@media screen and (min-width: 650px) {

h1 {
    padding-left: 40px;
    font-size: 1.8rem;
}

.header-top{
    height: 45px;
}

header .header-top-center input{
    width: 70%;
    padding-left: 10px;
    font-size: 1.4rem;
}
header .header-top-right i{
   font-size: 1.3rem;
}
}

@media screen and (min-width: 850px) {

h1 {
    padding-left: 50px;
    font-size: 2.2rem;
}

.header-top{
    height: 50px;
}

header .header-top-center input{
    width: 80%;
    padding-left: 10px;
    font-size: 1.6rem;
}
header .header-top-right i{
   font-size: 1.5rem;
}
}
/*    .logo img:nth-child(1){
        display: none;
    }
    .logo img:nth-child(2){
        display: block;
    }
    header  .header-left{
        width: 100%;
    }
   */ 