#myVideo {
  width: 100%;
}

.header {
  background: #151515 url("../images/headerbg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.header .text-container {
  z-index: 10;
}

.header .roles {
  font-family: "lora-regular", serif;
}

.header .social {
  bottom: 50px;
}

.xl-text {
  font-size: 75px;
}

.slide {
  width: 70%;
  margin: 0 auto;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 44px;
  border-radius: 50%;
  display: block;
  box-sizing: content-box;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: block;
  background: var(--bs-primary);
  cursor: pointer;
  animation: pulse-border 1500ms ease-in-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  background: var(--bs-primary);
  cursor: pointer;
  transition: all 200ms;
}

.video-play-button span {
  position: relative;
  display: block;
  z-index: 3;
  top: 6px;
  left: 4px;
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-modal .modal-dialog {
  max-width: 1150px;
  margin-top: 20px;
}

.project-modals .modal-dialog {
  max-width: 1150px;
  margin-top: 130px;
}

@media (max-width: 1000px) {
  .slide {
    width: 90%;
    margin: 0 auto;
  }
}
/* 
 Reservation
 ----------- */
.reservation {
  padding-bottom: 80px;
}

.reservation .reservation-form {
  border: 1px solid #f3f1ed;
  padding: 25px 50px;
}

.reservation-form .form-group {
  padding: 10px 0px;
  position: relative;
}

.reservation-form .form-group .form-control {
  padding: 0px 50px 0px 15px;
  font-size: 16px;
  height: 40px;
}

.reservation-form .form-group input[type=number]::-webkit-inner-spin-button,
.reservation-form .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.reservation-form .reservation-btn {
  text-align: center;
  padding: 20px 0px;
}

.reservation-form .reservation-btn a {
  padding: 15px 40px;
}

.reservation-form i {
  position: absolute;
  right: 20px;
  top: 53px;
  color: #f28a2f;
}

.reservation-footer {
  position: relative;
  text-align: center;
  background-color: #fafafa;
  overflow: visible;
  padding-top: 20px;
}

.reservation-footer p {
  margin-bottom: 20px;
}

.reservation-footer span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 5px;
  text-align: center;
  background: 0 center repeat-x url("../images/zigzag.svg");
}

.reservation td .active {
  background-color: #f9c56a !important;
}

.help-block {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}

.top-space {
  margin-top: 15px;
}

/* 
 Date Picker
 ----------- */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #000;
  background-color: #f9c56a;
  border-color: #f9c56a;
  border-radius: 0px;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #000;
  background-color: #f9c56a;
  border-color: #f9c56a;
  border-radius: 0px;
}

.datepicker {
  font-family: "Josefin Sans", sans-serif;
}

.datepicker.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0 13px;
}

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0;
}

.text-primary {
  color: #000;
}

/* 
 Clock Picker
 ------------ */
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #f9c56a;
  background-color: rgba(249, 197, 106, 0.5);
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #fcb840;
}

.clockpicker-canvas-bg {
  stroke: none;
  fill: #f9c56a;
}

.clockpicker-canvas-bg-trans {
  fill: rgba(249, 197, 106, 0.5);
}

.clockpicker-canvas line {
  stroke: #f9c56a;
}

.popover {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
