/* start preloader */
body {
  background-color: black;
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%) translateY(-50%);
}
/* end preloader */

/* start home */
.landing .head {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.landing .head h1 {
  font-size: 35px;
}
.landing .head h2 {
  margin-left: auto !important;
  font-size: 20px;
  line-height: 1.2;
  width: 375px;
}
/* end home */

/*start responsive */
@media (max-width: 994px) {
  .landing .head {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .landing .head {
    font-family: "Fugaz One", cursive;
    font-weight: 400;
    margin: 200px 0;
  }
  .landing .head h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: auto;
  }
}
@media (min-width: 988px) {
  .landing .head {
    font-family: "Fugaz One", cursive;
    font-weight: 400;
    margin: 200px 0;
  }
  .landing .head h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  #bg-video {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
  }
  .loader video {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -50;
  }
}
@media (min-width: 768px) {
  #bg-video {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100vh;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
  }
  .loader video {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    min-width: 100%;
    min-height: 100vh;
    transform: translateX(-50%) translateY(-50%);
    z-index: -50;
  }
}
@media (max-width: 768px) {
  .landing .head {
    margin-top: 335px !important;
    margin: auto;
    text-align: center;
  }
  .landing .head span {
    display: none;
  }
  #bg-video {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
  }
  .loader video {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    min-width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -50;
  }
}
@media (max-width: 568px) {
  .landing .head h1 {
    font-size: 30px;
  }
  .landing .head h2 {
    font-size: 20px;
    margin: auto;
    width: 350px;
  }
}
/*end responsive */
