@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

  @import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

body {
  background: #0f0f0f;
}

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

#header {
  position: fixed;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 15px 0;
  color: #fff;
}

#hero {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
#hero .hero-image {
  position: absolute;
  top: 0;
  right: 0;
}
#hero .content-holder {
  position: relative;
  z-index: 10;
}
#hero .learn-more {
  color: #FFEE00;
}

#clients {
  padding: 50px 0;
  background-color: #6C1FA3;
}
#clients .client-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
#clients .client-holder img {
  flex: 0 1 5%;
  /* The important bit. This percentage decides your columns. 
  The percent can be px. It just represents your minimum starting width.
  */
  margin: 10px 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(15% - 10px);
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  #clients .client-holder img {
    flex: 0 1 35%;
    width: calc(30% - 10px);
  }
}

#bio {
  background: #FFE5B4;
  padding: 50px 0;
}

#kudos {
  padding: 100px 0px;
  color: #fff;
  background: #5c4500;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
}
#kudos {
	
}
/*#kudos img {
  width: 30%;
  filter: invert(30%) sepia(70%) saturate(4728%) hue-rotate(185deg) brightness(92%) contrast(101%);
}*/

/*@media (max-width: 991.98px) {
  #kudos img {
    width: 50%;
  }
}*/
#kudos .from {
  color: #ffe5b4;
  font-size: 2em;
  font-weight: bold;
}
#kudos video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
#kudos .row {
  position: relative;
  z-index: 3;
}
@media (max-width: 330px) {
  #kudos .row {
    padding: 0 !important;
  }
}
#kudos .carousel-item {
  padding: 0px 150px;
  background: transparent;
}
#kudos .carousel-item h2 {
  color: #fff;
  font-size: 2.5em;
  font-family: "Special Elite";
}
#kudos .carousel-item p {
  text-align: right;
  padding-top: 35px;
}
@media (max-width: 991.98px) {
  #kudos .carousel-item {
    padding: 0px 100px;
  }
  #kudos .carousel-item h2 {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  #kudos .carousel-item {
    padding: 0px;
  }
  #kudos .carousel-item h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  #kudos [data-bs-target="#carouselExampleControls"] {
    display: none;
  }
}

#service {
  padding: 100px 0;
  background-color: #0077BB;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#service video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
#service .row {
  position: relative;
  z-index: 3;
}

#booking {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #D1B464 0%, #D1B464 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  padding: 100px 0;
}

#contactModal {
  color: #fff;
}
#contactModal .modal-content {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #D1B464 0%, #D1B464 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.text-yellow {
  color: #FFBF00;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #FFEE00;
}
a:hover {
  opacity: 0.9;
  color: #FFEE00;
}

.accordion-item {
  border: none !important;
  margin-bottom: 10px;
}

.accordion-button {
  background: #A67C00;
  border: 1px solid #FFBF00;
  color: #FFBF00;
  display: block;
  box-shadow: none !important;
}
.accordion-button::after {
  display: none;
}
.accordion-button[aria-expanded=true] {
  background-color: #FFBF00;
  color: #000;
}

.accordion-collapse {
  background-color: #FFBF00;
}
.accordion-collapse.show {
  background-color: #FFBF00;
}/*# sourceMappingURL=style.css.map */

.full-height-section {
    min-height: 100vh; /* 100% of the viewport height */
}
