html,
body {
  position: relative;
  height: 100%;
}
@font-face {
  font-family: exm;
  src: url(../fonts/Quicksand-Regular.ttf);
}
@font-face {
  font-family: fn1;
  src: url(../fonts/Raleway-Light.ttf);
}
body {
  background: #fff;
  font-family: exm;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
/*PREPARED OVER*/
/*PREPARED OVER*/
/*PREPARED OVER*/
/*PREPARED OVER*/

.topnav {
  overflow: hidden;
  background-color: #000;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #fff;
  color: black;
  border-bottom: 1px solid #fff;
}

.topnav a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #000;
}

.topnav .icon {
  display: none;
}
.swiper-container {
  width: 100%;
  height: 80%;
  background: #111;
}
.swiper-slide {
  font-size: 18px;
  color: #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}
.swiper-slide .subtitle {
  font-size: 21px;
}
.swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.slide-link {
  text-decoration: none;
  color: #fff;
}
a {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

/*Navigation OVER*/
/*Navigation OVER*/
/*Navigation OVER*/
/*Navigation OVER*/

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
  .swiper-container {
    height: 85%;
  }
  .topnav {
    background-color: #000;
  }
  .topnav a.active {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    z-index: 2;
  }
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    background: #fff;
  }
  .logo {
    display: none;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-container {
    height: 90%;
  }
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar:hover {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #818181;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4e4e4e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2b2b2b;
  border-radius: 3px;
}
