.navigation-clean::before {
  mix-blend-mode: multiply;
}

@media (min-width: 1400px) {
  footer {
    background-size: 100%;
  }
}

@media (max-width: 1200px) {
  footer {
    background-size: auto 100%;
  }
}

.card-custom-text {
  text-align: start;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 143.5%;
  color: white;
}

.card-custom-text-1 {
  text-align: start;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 143.5%;
  color: white;
}

.card-body {
  margin-top: 5px;
  background-color: rgb(242, 242, 242, 0.3);
}

.sectionstyle {
  min-height: 100vh;
}

@media (max-width: 768px) {
  header {
    min-height: 65vh !important;
  }
}

video::-webkit-media-controls {
  display: none !important;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

:host::shadow::-webkit-media-controls-container {
  display: none !important;
  -webkit-appearance: none;
}

