@font-face {
  font-family: 'Lulo';
  src: url("../fonts/Lulo-Clean-One-Bold.otf") format("opentype");
}

* {
  font-family: "Open Sans", sans-serif;
}

*:active {
  outline: none;
}

body {
  padding-right: 0 !important;
}

.h1, h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffcd6a;
  font-family: "Lulo", sans-serif;
}

.h4, h4 {
  font-size: .85rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin: 0;
  margin-top: 2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #0d0d0d;
  line-height: 1.75rem;
}

.bold {
  font-weight: 800;
}

.btn-main-outline {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding: .5rem 2rem;
}

.btn-main-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

.modal-open .modal {
  padding-right: 0 !important;
  background: rgba(0, 0, 0, 0.75) !important;
}

.modal-content {
  background-color: white;
  border: 5px solid #ffcd6a;
  border-radius: 0;
  outline: 0;
}

.modal-content h2 {
  font-family: "Lulo", sans-serif;
}

.modal-content .btn-main {
  background: #ffcd6a;
  color: #FFFFFF;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
}

.modal-content .btn-main-secondary {
  background: #0d0d0d;
  color: #FFFFFF;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
}

.modal-header {
  border-bottom: 0px solid #dee2e6;
  padding: 25px;
}

.modal-body {
  padding-bottom: 4rem;
}

.section-01 {
  background-color: #0d0d0d;
  background: url("../images/backkground-space.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem 2rem;
}

.section-01 .logo {
  margin-bottom: 65px;
}

.section-01 .logos {
  opacity: .75;
  margin-top: 2rem;
}

.section-01 h2 {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 2rem;
  padding-right: 10rem;
  letter-spacing: 2px;
  margin: 2rem 0rem;
}

.section-02 {
  padding: 8rem 2rem;
  background: #101521;
}

.section-02 p {
  margin-right: 4rem;
  color: #FFFFFF;
}

.section-02 .user-items {
  margin-top: -12rem;
}

.section-03 {
  padding: 7rem 2rem;
  padding-bottom: 2.5rem;
}

.section-03 h2 {
  color: #0d0d0d;
  margin-bottom: 2rem;
}

.section-03 .user-items {
  margin-top: -12rem;
}

.section-04 {
  padding-bottom: 5rem;
}

.section-04 .space {
  padding: 2rem;
}

.section-04 .block {
  -webkit-box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.1), 0px 11px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.1), 0px 11px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.section-04 .block .bg-1 {
  background-color: #0d0d0d;
  background: url("../images/pod1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 10rem;
}

.section-04 .block .bg-2 {
  background-color: #0d0d0d;
  background: url("../images/pod2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 10rem;
}

.section-04 .block .bg-3 {
  background-color: #0d0d0d;
  background: url("../images/pod3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 10rem;
}

.section-04 .block .bg-4 {
  background-color: #0d0d0d;
  background: url("../images/pod4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 10rem;
}

.section-04 .content {
  padding: 2rem;
}

.section-04 .content p {
  line-height: 1.35rem;
}

.section-05 {
  padding: 4rem 2rem;
  background-color: #000;
}

.section-05 p {
  color: #FFFFFF;
}

.footer {
  background-color: #0d0d0d;
  background: url("../images/footerbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 4rem 2rem;
  padding-top: 2rem;
}

.footer .logo {
  width: 15rem;
  margin: 2.5rem 0rem;
  margin-bottom: 0;
}

.footer ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
}

.footer ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-right: 3px solid #FFFFFF;
}

.footer ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 4px;
  font-weight: 700;
  margin: 0rem 1rem;
  font-size: .95rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.footer ul li a:hover {
  color: #ffcd6a;
  text-decoration: none;
}

.footer ul li:last-child {
  border-right: 0px solid #FFFFFF;
}
/*# sourceMappingURL=style.css.map */