@import 'bootstrap.min.css';

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background: #101010;
}
body {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    height: 100%;
    background: #101010;
}

/* ======= Preloader ======= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #f21e4e; }
.pace.pace-inactive {
  width: 100vw;
  opacity: 0; }
.pace.pace-inactive .pace-progress {
    max-width: 100vw; 
}
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999; }
#preloader:after, #preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #101010;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
#preloader:before {
    top: 0; 
}
#preloader:after {
    bottom: 0; 
}
#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
#preloader.isdone:after, #preloader.isdone:before {
      height: 0;
      -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
      -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
      transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
.loading-text {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: 'Jost', sans-serif;
  z-index: 9999; }
.loading-text.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }




/* scrollbar */

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #101010
}


/* selection */

::selection {
    background-color: #101010;
    color: #fff
}

-webkit-::selection {
    background-color: #101010;
    color: #fff
}

::-moz-selection {
    background-color: #101010;
    color: #fff
}

h3,
.h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}

h3 a,
.h3 a {
    color: inherit
}

.h3 a:hover {
    text-decoration: none
}

p {
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}

a {
    color: #101010;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:hover,
a:focus {
    color: #101010;
    outline: none
}

a:focus {
    text-decoration: none
}

.div-logo p {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.logo {
    width: 200px;
    max-width: 200px;
    text-align: center;
    margin-bottom: 15px;
}

.btn {
    font-family: 'Jost', sans-serif;
    position: relative;
    display: inline-block;
    padding: 10px 24px;
    font-size: 17px;
    line-height: 1.5em;
    color: #fff;
    border: 2px solid #f21e4e;
    background-color: #f21e4e;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important
}

.btn:hover,
.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}

.layout {
    background: #101010 url("../img/bg.jpg") 50% 0 no-repeat;
    background-size: cover;
    min-height: 100%
}

.brand {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 20px;
}

.brand span {
    color: #f21e4e !important;
}

.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}

.text-primary {
    color: #101010
}

.main {
    padding-top: 80px;
    text-align: center
}

.description {
    margin-top: 3.6em
}

.rudy-version {
    margin: 90px 0 30px 0;
}

.rudy-version h3 {
    margin: 40px 15px;
}

.rudy-version figure {
    position: relative
}

.rudy-version figure img {
    display: block
}

.rudy-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.rudy-version figcaption .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rudy-version figure:hover figcaption {
    opacity: 1
}

@media(min-width:768px) {
    html {
        font-size: 85%
    }
}

@media(min-width:992px) {
    html {
        font-size: 92%
    }
}

@media(min-width:1200px) {
    html {
        font-size: 100%
    }
}




/* ======= Cursor Style ======= */
body {
  cursor: none; 
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }
.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #fff;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out; }
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #f21e4e;
  opacity: .3; }
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 2px solid #f21e4e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .9;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out; }
.cursor-outer.cursor-hover {
    opacity: 0; 
}



/* New */

.new-popular {
    background-color: #ff0000;
    border-radius: 100%;
    height: 65px;
    width: 65px;
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    text-transform: uppercase;
}

.new-popular p {
    font-family: 'Jost', sans-serif;
    padding-top: 23px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.25em;
}