#video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  padding-top: 100vh;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

video#bg-video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -27%);
  -webkit-transform: translate(-50%, -27%);
  -moz-transform: translate(-50%, -27%);
  -ms-transform: translate(-50%, -27%);
  -o-transform: translate(-50%, -27%);
}

#video-content {
  position: absolute;
  z-index: 33;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  color: white;
  text-align: center;
  bottom: 5%;
  left: 0;
  right: 0;
}

.mask {
  position: absolute;
  z-index: 30;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(26, 107, 238, 0.22); */
  background-color: rgba(4, 24, 56, 60%);
}

#video-content h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
}

/* #video-content h1 span{color: var(--bgtitles);} */
.topmargin {
  margin-top: 92.5vh !important;
}

@media (min-width: 768px) {
  .innernav .navbar-nav .nav-link {
    color: #fff !important;
  }
}

.fivebtn {
}

.fivebtn .btnbg {
  background: rgb(2, 130, 211);
  background: linear-gradient(
    90deg,
    rgba(2, 130, 211, 1) 0%,
    rgba(193, 54, 55, 1) 100%
  );
}

.fivebtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff !important;
  padding: 15px 0;
  height: 100%;
  text-align: center;
  position: relative;
  line-height: 1;
}
.fivebtn .col-md a::after {
  content: '';
  position: absolute;
  height: 30px;
  right: -0.15rem;
  border: 1px solid #fff;
}
.removeafter.fivebtn .col-md a::after {
  content: none;
}
.removeafter.fivebtn .col-md {
  border: 1px solid #fff;
}
.fivebtn .col-md:last-child a::after {
  content: none;
}
.planebox {
  height: 250px;
  width: 300px;
  background-color: #b1b1b1;
  margin: 10px;
}
.planeboxbif {
  height: 300px;
  width: 100%;
  background-color: #b1b1b1;
}

@media (max-width: 768px) {
  .fivebtn .col-md a::after {
    height: 20px;
  }
  .fivebtn .col-md:nth-child(3n + 0) a::after {
    content: none;
  }
  header {
    position: static;
  }
  .topmargin {
    margin-top: 55.5% !important;
  }
  #video-content h1 {
    font-size: 1.2rem;
  }
  .fivebtn a {
    font-size: 0.876rem;
    padding: 5px 0;
    margin-bottom: 8px;
    height: 90%;
    line-height: 1;
  }
  .planebox {
    height: 157px;
  }
  .planeboxbif {
    height: 158px;
  }

  #video-background {
    padding-top: 56%;
  }
  .mariginone {
    margin-top: 1px;
  }
}

.styleText {
  text-decoration: underline !important;
  color: #3667ad !important;
}
