.margin-def {
  margin-top: 10vh;
}

/* section one */
.bgv_overlay_img {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modernUI-video-main-text {
  z-index: 4;
  position: relative;
  color: #fff;
  margin-top: 36vh;
}

.modernUI-video-main-text h1 {
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  line-height: 0.9;
}

.modernUI-video-main-text p {
  font-family: "Antic Slab", serif;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.modernUI-video {
  padding-left: 0;
  padding-right: 0;
}

.video-main-wp {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  width: calc(100vh * (1000 / 562));
  /*  video width / height  */
  height: calc(100vw * (562 / 1000));
  /*  video height / width  */
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-video-responsive {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .modernUI-video-main-text h1 {
    font-size: 50px;
  }
  .modernUI-video-main-text p {
    font-size: 15px;
  }
}

/* testimonial section */
.testi-box {
  background-color: aquamarine;
  text-align: center;
  height: 500px;
  overflow: hidden;
}

/* background parallex effect */
.parllex-effect {
  background-image: url("../images/geek-eyeglasses-main-banner.jpg");
  background-color: #cccccc;
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parllex-inner-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

/* background responsive image */
.hero-image {
  background-image: url("../images/geek-eyeglasses-main-banner.jpg");
  background-color: #cccccc;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

/*  responsive large box with image*/
.responsive-box {
  width: 400px;
  height: 400px;
  background-color: aquamarine;
  background-image: url("../images/geek-eyeglasses-main-banner.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.responsive-box-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

/*  responsive small box with image+details*/
.responsive-box-details {
  width: 400px;
  height: 400px;
  background-color: black;
}

.responsive-box-image-two {
  height: 200px;
  width: 100%;
  background-color: blue;
  background-image: url("../images/geek-eyeglasses-main-banner.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.responsive-box-text-two {
  padding: 20px;
  color: #fff;
}

/*  one side image and another content*/
.padding-none {
  padding: 0px;
}

.smart-service {
  height: 100vh;
  background-color: blue;
}

.serrvice-image {
  background-image: url("../images/geek-eyeglasses-main-banner.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}

.serrvice-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

@media (max-width: 991px) {
  .serrvice-content {
    text-align: center;
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.samrai-image {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.samurai-text {
  position: absolute !important;
  color: #fff;
}

.samurai-text h1 {
  font-size: 13em;
  margin-top: 25vh;
  margin-left: 15vw;
  font-weight: 800;
}
/*# sourceMappingURL=style.css.map */