@font-face {
  font-family: "Inter_regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter_bold", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.common-loader-hide {
  animation: hideit 0.5s normal forwards ease-in-out !important;
  animation-delay: 0.3s !important;
}

.common-loader-initial {
  animation: fade-in 0.5s normal forwards ease-in-out;
  animation-delay: 0s;
}

@keyframes hideit {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    display: none !important;
    height: 100vh;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, html {
  margin: 0;
  padding: 0;
  font-size: 14px;
  box-sizing: border-box;
  user-select: inherit;
  -webkit-touch-callout: inherit;
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Inter_regular", sans-serif, Inter_regular;
  background-color: #FFFFFF;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: black !important;
}

.pointer:hover {
  cursor: pointer;
}

.content-fluid {
  height: 100vh;
  width: 100%;
  max-width: 1560px;
  padding-right: 25px;
  padding-left: 25px;
  margin: auto;
}

.content-fluid2 {
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}

@media (min-width: 768px) {
  .content-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.buttondiv .button {
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 11, 12, 0.07);
}

.full-width {
  width: 100% !important;
}

.center-text {
  text-align: center;
}

.align-item-center {
  align-items: center !important;
}

.h100 {
  height: 100px;
  width: 100%;
}

.h50 {
  height: 50px;
  width: 100%;
}

.flex {
  display: flex !important;
}

.none {
  display: none;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.uploadModal {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.uploadModal .modal-dialog {
  min-width: 45%;
}
.uploadModal .modal-body {
  margin: 20px 0;
}
.uploadModal #modalfileuploadform {
  width: 75% !important;
}

.file-upload-wrapper:before {
  font-weight: unset !important;
  font-size: 14px !important;
  text-transform: unset !important;
}

.image {
  max-width: 100%;
}

.block {
  height: 185px;
  width: 100%;
}

.label-max {
  font-family: "Inter_regular", sans-serif, Inter_regular;
  color: black;
  font-size: 33px;
}

.label {
  font-family: "Inter_regular", sans-serif, Inter_regular;
  color: black;
  font-size: 23px;
}

.label-medium {
  font-family: "Inter_regular", sans-serif, Inter_regular;
  color: black;
  font-size: 18px;
}

.label-min {
  font-family: "Inter_regular", sans-serif, Inter_regular;
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.reverse {
  flex-direction: row-reverse;
}

.image-container {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
  mix-blend-mode: color-burn;
  z-index: 1;
  overflow: hidden;
}

.paragraphdiv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.column-div {
  column-count: 2;
  column-gap: 120px;
  column-rule: 2px solid #efefef;
}

.sticky {
  position: sticky;
  top: 0;
}

.btn {
  border-radius: 0 !important;
}

.fc-daygrid-dot-event .fc-event-title {
  color: #fff !important;
  text-align: center;
  background-color: #00A6FB !important;
}

.btn-primary {
  margin-top: 30px;
  padding: 5px 40px !important;
  --bs-btn-color: #fff!important;
  --bs-btn-bg: #00A6FB!important;
  --bs-btn-border-color: #00A6FB!important;
}

#calendar-container {
  width: 100%;
  overflow: auto;
  background: #fff;
}

#calendar {
  min-width: 800px;
}

h1, h2, h3 {
  font-family: "Bebas Neue", sans-serif;
}

.fc .fc-timegrid-slot-label {
  color: #000 !important;
}

.mainbg {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/jpg/team9_boat.jpg) repeat;
  background-size: cover;
  padding-top: 20px;
}

.container {
  max-width: 95% !important;
}

body {
  color: #fff !important;
}

.modal {
  color: #000 !important;
}

.modal label {
  margin-top: 20px;
}

.bg {
  background-image: url("../assets/jpg/team9_boat.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
}
.bg .img {
  position: absolute;
  right: -10rem;
  bottom: -1rem;
  transform: scale(0.35);
}

.signature {
  margin-top: 150px;
}
.signature a {
  color: #fff !important;
  text-decoration: underline !important;
}

.book-calendar .content-fluid2 {
  max-width: 100% !important;
  padding: 0 !important;
}

.homepage-logo {
  max-width: 400px;
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  flex-direction: column;
  display: flex;
}
.container .company {
  position: relative;
  padding-top: 10%;
  width: 100%;
}
.container .company .btn-div {
  background-color: black;
  border-radius: 7px;
  height: 37px;
  width: 161px;
  text-align: center;
  color: white;
  border: 1px solid black;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.container .company .btn-div .btn-label {
  padding: 20px;
  color: white;
  width: 100%;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.container .company .btn-div .btn-label:hover {
  color: black !important;
  transition: all 0.3s ease-in-out;
}
.container .company .btn-div:hover {
  background-color: white !important;
  color: black !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#popup {
  display: none;
  top: 0;
  left: 0;
  z-index: 2;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#popup .popup-content {
  height: fit-content;
  width: 30%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 10px;
  gap: 30px;
  padding: 30px;
}
#popup .popup-content .accept {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
#popup .popup-content .accept .btn {
  background-color: #7a8a49;
  padding: 15px;
  width: 23%;
  color: white;
  transition: all 0.3s ease-in-out;
}
#popup .popup-content .accept .btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgb(74, 84, 45) !important;
  transform: scale(1.1);
}
#popup .popup-content .labeldiv .label {
  font-weight: 500;
  text-decoration: underline;
}

.content-fluid-form {
  width: 100%;
  padding: 20px;
}
.content-fluid-form .row-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.content-fluid-form .row-form .secure .form-box .input-text {
  width: 100%;
  height: 40px;
  border: 1px solid lightgray;
  padding-left: 10px;
  font-weight: 100;
}
.content-fluid-form .text-area {
  width: 100%;
  height: 100px;
  border: 1px solid lightgray;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: 100;
}
.content-fluid-form .btn-div {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.content-fluid-form .btn-div .btn-label {
  border-radius: 7px;
  height: 37px;
  width: 161px;
  text-align: center;
  background-color: black;
  color: white;
  border: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.content-fluid-form .btn-div .btn-label:hover {
  background-color: rgb(0, 0, 0) !important;
  transition: all 0.3s ease-in-out;
}

#rows {
  justify-content: center;
  /*padding: 0 20%;*/
}
#rows .content-fluid-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
#rows .content-fluid-form .activities-form {
  max-width: 400px;
  margin: 0 auto;
}
#rows .content-fluid-form .activities-form select {
  text-align: left;
}
#rows .content-fluid-form .activities-form select option {
  text-align: left;
}
#rows .content-fluid-form .activities-form label {
  width: 150px;
}
#rows .content-fluid-form .content-form .form-box {
  justify-content: center;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
#rows .content-fluid-form .content-form .form-box .label-row {
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5607843137);
  text-align: center;
  font-size: 17px;
  border: 1px solid black;
}
#rows .content-fluid-form .content-form .form-box .select {
  width: 50%;
  height: 30px;
  font-size: 17px;
  border-radius: 4px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5607843137);
}

.modal .show .modal-dialog {
  transform: translate(0, -50%) !important;
  top: 50% !important;
}

/*# sourceMappingURL=app.css.map */
