.navbar .scrolled {
  background-color: #ccc !important;
}

a {
  cursor: pointer;
}

.headertext {
  color: #bb0004;
  font-weight: 500;
}

::-moz-selection { /* Code for Firefox */
  background: #bb0004;
  color:white;
}

::selection {
  background: #bb0004;
  color:white;
}


.logomarquee {
  margin-left: 30px;
  margin-right: 30px;
}

.navbar > #container-head > .navbar-brand > img {
  display: none;
}

.scrolled > #container-head > .navbar-brand > img {
  display: inline;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
      height: 300%;
      top: -100%;
    }
  }
  
  @media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
      width: 300%;
      left: -100%;
    }
  } */

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

/* .content-service :hover {
  color: #bb0004 !important;
  cursor: pointer;
} */

.heading {
  color: #bb0004 !important;
  font-weight: 700;
}

#Home {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#Home 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%);
}

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

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

@media (pointer: coarse) and (hover: none) {
  header {
    background: url("https://source.unsplash.com/XT5OInaElMw/1600x900") black
      no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.media-body > p {
  text-align: left;
}
svg:hover {
  transform: scale(0.9);
}
svg {
  transition: all 1s;
  transform-origin: 50% 50%;
  transform: scale(0.7);
}

.svg-2 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 75px;
  transform: scale(1.0);
}


.svg-2:hover {
  transform: scale(1.2);
}

.icon {
  font-size: 30px;
  color: white;
}

.modal-content {
  border-radius: 0;
  background-color: #fff;
  background-position: 100% 0;
}
.modal-body {
  background: url("../images/bg-head.png") no-repeat;
  background-position: 100% 0;
}
.modal-footer {
  background: url("../images/bg-foot.png") no-repeat;
  height: 200px;
  border-top: 0px;
}
