@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;1,400&display=swap');

body {
  font-family: 'Mulish', sans-serif;
}
.style1 {
  background-image: url("../img/header-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0px;
  z-index: 9999;
}

@media (max-width: 599px) {
  .header-logo {
    max-width: 150px;
  }
  .style2 {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  .style2 {
    font-size: 21px;
}
}
.style1b {
  background-image: url("../img/header-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  z-index: 9999;
  margin-bottom: 20px;
}
.style2 {
  color: #f8f9fa;
}
@media (max-width: 599px) {
.style3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
}
@media (min-width: 600px) {
.style3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
}
.col-form-label {
  color: #e0007f;
  font-weight: bold;
}
a, a:hover {
  color: #e0007f;
}
.style4 {
  background-color: #e0007f;
  color: #ffffff;
}
.style4:hover {
  background-color: #bd006b;
  color: #ffffff;
}
.horizontal-line {
  background-color: #bd006b !important;
  color: #bd006b !important;
  height: 2px !important;
}
.bookingform b {
    font-weight: 700;
}
.tts-alert {
    background-color: #ef6fad54;
    color: #DF027F;
}
.hover-hand {
    cursor: pointer;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}