@font-face {
    font-family: Roboto-Regular;
    src: url(https://trakbond.com/website/css/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(https://trakbond.com/website/css/fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Century Gothic;
    src: url(https://trakbond.com/website/css/fonts/Century Gothic.ttf);
}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 100px;
}

.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-interrupting, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen 
{
    background-color: #fff;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.d-flex
{
    margin-top: 180px;
    color: #fff;
    font-family: 'Roboto-Regular';
}

.display-3
{
    font-family: 'Roboto-Regular';
    font-weight: 600;
}

.p-display-3
{
    font-family: 'Roboto-Regular';
    font-size: 16px;
}

.wecome-content-trail .a-watch 
{
    display: inline-block;
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 20px 0 0;
    border: 1px solid #fff;
    font-weight: 700;
    cursor: pointer;
    opacity: 0.5;
}

.wecome-content-trail .a-watch:hover 
{
    background-color: #3b3b3b;
    color: #fff;
    border: 1px solid #fff;
}

.modal-dialog 
{
      max-width: 800px;
      margin: 30px auto;
}

.modal-body 
{
  position:relative;
  padding:0px;
}

.close 
{
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

@media(max-width:768px){
header 
{
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: transparent;
}

header .overlay 
{
    background-color: transparent;
}

header video 
{
    width: 50%;
}

.d-flex 
{
    margin-top: 270px;
}

}

@media(max-width:767px){
header 
{
    background-color: transparent;
    margin-top: -150px;
    margin-bottom: -90px;
}

header .overlay 
{
    background-color: transparent;
}

header video 
{
    width: 50%;
    height: auto;

}

.d-flex 
{
    margin-top: 200px;
}

.display-3 
{
    font-size: 20px;
}

.p-watch
{
    font-family: Roboto-Regular;
    font-size: 13px;
}
.wecome-content-trail .a-watch 
{
    padding: 5px 10px;
    margin: 10px 0 0;
}

}
@media(max-width:736px){
header 
{
    background-color: transparent;
    margin-top: -10px;
    margin-bottom: 70px;
}

.d-flex 
{
    margin-top: 180px;
    color: #fff;
    font-family: 'Roboto-Regular';
}
}

@media(max-width:736px){
.d-flex 
{
    margin-top: 70px;
    color: #fff;
    font-family: 'Roboto-Regular';
}
}



@media(max-width:414px){

header 
{
    background-color: transparent;
    margin-top: -50px;
    margin-bottom: 50px;
}

header .overlay 
{
    background-color: transparent;
}

header video 
{
    width: 50%;
    height: auto;

}

.d-flex 
{
    margin-top: 195px;
}

.display-3 
{
    font-size: 20px;
}

.p-watch
{
    font-family: Roboto-Regular;
    font-size: 13px;
}
.wecome-content-trail .a-watch 
{
    padding: 5px 10px;
    margin: 10px 0 0;
}

}