/* Global Variables */
/* Mixins */
/* Reset all */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

/* Page Region Includes */
/* Header Styles */
header {
  width: 100%;
  padding: 0 1rem;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #ffffff;
  text-align: center;
  /* Pull in the include class on the button */
}

header img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

header ::after {
  position: absolute;
  background: rgba(66, 66, 66, 0.1);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
}

header .cta {
  background: #cc3333;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #ffffff;
  margin: 1.5rem 0;
  border-radius: 1rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

header h1 {
  font-size: 3rem;
  color: #424242;
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 1rem;
}

header h1 span {
  font-size: 1rem;
  display: block;
}

/* Main Styles */
main {
  width: 100%;
  background-size: cover;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* tick box styles */
  /* End of section */
  /* end reviews */
  /* end form */
  /* end activateSVG */
}

main img {
  max-width: 100%;
  height: auto;
}

main h1,
main p,
main li,
main section {
  margin: 1rem 0;
}

main p {
  font-size: 1rem;
  line-height: 1.5em;
}

main h1,
main h2,
main i {
  color: #cc3333;
}

main h1,
main h2 {
  font-size: 2.5rem;
}

main section {
  width: 1280px;
  margin: auto !important;
  padding: 2rem;
}

@media only screen and (min-width: 320px) and (max-width: 1280px) {
  main section {
    width: 100%;
  }
}

main section.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
}

.intro span {
  color: #cc3333;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

main section.intro div {
  -webkit-box-flex: 1;
  -ms-flex: 1 70%;
  flex: 1 70%;
}

main section.intro .video-responsive {
  margin: 2rem;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.intro .video-responsive {
    margin: 2rem auto 0;
  }
}

main section.intro .video-responsive iframe {
  margin: auto;
  width: 100%;
  padding: 0;
}

main section.testimonial {
  text-align: center;
  background: url(../images/bg.png) 56% 33%;
  font-size: 3rem;
  font-weight: 800;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin: 0rem auto 0 !important;
}

@media only screen and (min-width: 320px) and (max-width: 1280px) {
  main section.testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 2rem;
  }
}

main section.testimonial p.source {
  font-weight: 400;
  font-style: italic;
  padding-top: 2rem;
  color: #333;
}

main section.testimonial .inner {
  width: 60%;
  padding: 2rem 0;
}

main section.testimonial q::before {
  position: relative;
  content: open-quote;
}

main section.testimonial q::after {
  position: relative;
  content: close-quote;
}

main section.features {
  width: 100%;
  background-color: rgba(204, 204, 204, 0.1);
  margin: 4rem auto;
  padding: 4rem 0;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  main section.features {
    padding: 0;
  }
}

main section.features .inner {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 2rem auto;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  main section.features .inner {
    width: 95%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.features .inner {
    width: 95%;
  }
}

main section.features .inner div {
  -webkit-box-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
  /* Send to the mixin */
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  -webkit-box-shadow: 2px 2px 30px #cccccc;
  box-shadow: 2px 2px 30px #cccccc;
  border-radius: 1rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.features .inner div {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  main section.features .inner div {
    -webkit-box-flex: 1;
    -ms-flex: 1 30%;
    flex: 1 30%;
  }
}

main section.features i {
  font-size: 2.7rem;
  margin: 1rem 0;
}

main section.reviews {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: url(../../images/bannerbg.jpg);
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;

  & h2 {
    color: #ffffff;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  main section.reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

main section.reviews div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  justify-items: start;
}

main section.reviews div:nth-child(1) {
  font-size: 1.5rem;
  padding: 2rem;
}

main section.reviews .text-block {
  background: #424242;
}

main section.reviews div:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  main section.reviews div:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

main section.reviews::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: rgba(66, 66, 66, 0.7);
  height: 100%;
}

main section.reviews div.inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

main section.package-features {
  background-color: rgba(198, 197, 197, 0.5);
  width: 100%;
}

main section.package-features h2 {
  color: #cc3333;
  text-align: center;
  font-size: 1.5rem;
}

main section.package-features h2 span {
  display: block;
  color: #424242;
  font-style: italic;
}

main section.package-features .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main section.package-features .inner div {
  padding: 2rem;
  position: relative;
}

main section.package-features .inner div:nth-child(1) {
  background-color: #ffffff;
  width: 80%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.package-features .inner div:nth-child(1) {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  main section.package-features .inner div:nth-child(1) {
    width: 55%;
  }
}

main section.package-features .inner div:nth-child(2) {
  color: #ffffff !important;
  height: 100%;
  -ms-grid-column-align: center;
  justify-self: center;
  width: 20%;
  background: #cc3333;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.package-features .inner div:nth-child(2) {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  main section.package-features .inner div:nth-child(2) {
    width: 36%;
  }
}

main section.package-features .inner div:nth-child(2) h2 {
  background: #cc3333;
  color: #ffffff;
  padding: 2rem;
}

main section.package-features .inner div:nth-child(2) h2::before {
  position: absolute;
  border-right: 42px solid #cc3333;
  border-top: 51px solid transparent;
  border-bottom: 51px solid transparent;
  height: 0;
  width: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  content: "";
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.package-features .inner div:nth-child(2) h2::before {
    border-bottom: 44px solid #cc3333;
    border-left: 139px solid transparent;
    border-right: 156px solid transparent;
    border-top: 0;
    right: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: -14%;
  }
}

main section.package-features .inner div:nth-child(2) h2 span {
  color: #ffffff;
}

main section.package-features ul {
  margin: 4rem auto;
  font-size: 1.5rem;
  text-align: left;
  width: 50%;
  list-style: none;
}

@media only screen and (min-width: 320px) and (max-width: 1280px) {
  main section.package-features ul {
    width: 80%;
  }
}

main section.package-features ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main section.package-features ul li::before {
  background: #cc3333;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -30px;
  right: 0;
  content: "";
  border-radius: 50%;
}

main section.book {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/bannerbg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #ffffff;
  /* Pull in the include class on the button */
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main section.book {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

main section.book div {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main section.book div:nth-child(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main section.book h2 {
  text-transform: uppercase;
  font-size: 2rem !important;
  color: #ffffff;
}

main section.book .cta {
  background: #424242;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #ffffff;
  margin: 1.5rem 0;
  border-radius: 1rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

main section.book .cta:hover {
  background: #cc3333;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #ffffff;
  margin: 1.5rem 0;
  border-radius: 1rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-shadow: 2px 2px 5px #333;
  box-shadow: 2px 2px 5px #333;
}

main section.book::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(204, 51, 51, 0.9);
  z-index: -1;
}

main #bookform {
  display: none;
}

main .show {
  display: block !important;
}

main .cta {
  background: #cc3333;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #ffffff;
  margin: 1.5rem 0;
  border-radius: 1rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

main .cta:hover {
  background: #424242;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #ffffff;
  margin: 1.5rem 0;
  border-radius: 1rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

main form#mainfrm input[type="checkbox"]:not(:checked),
main form#mainfrm input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

main form#mainfrm [type="checkbox"]:not(:checked) + label,
main form#mainfrm [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

main form#mainfrm [type="checkbox"]:not(:checked) + label:before,
main form#mainfrm [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

main form#mainfrm [type="checkbox"]:not(:checked) + label:after,
main form#mainfrm [type="checkbox"]:checked + label:after {
  content: "\2713\0020";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main form#mainfrm [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

main form#mainfrm [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

main form#mainfrm [type="checkbox"]:checked:focus + label:before,
main form#mainfrm [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #cc3333;
}

main form#mainfrm label:hover::before {
  border: 2px solid #424242;
}

main form#mainfrm p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main form#mainfrm label {
  color: #424242;
  font-weight: 800;
}

main form#mainfrm input,
main form#mainfrm textarea {
  border: 3px solid rgba(198, 197, 197, 0.9);
  padding: 1rem;
  font-family: inherit;
  font-size: 1rem;
}

main form#mainfrm input:focus,
main form#mainfrm textarea:focus {
  background: #cc3333;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main #svgAnim {
  display: none;
  width: 400px;
  margin: auto;
}

main .activateSVG {
  display: block !important;
}

main .activateSVG #inside {
  -webkit-animation: svgAnim 5s linear infinite;
  animation: svgAnim 5s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes svgAnim {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes svgAnim {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Faq's */

.dropdown {
  height: 0;
  opacity: 0;
  transition: all 250ms ease-in;
  pointer-events: none;
}

.dropdown-item {
  height: auto;
  transition: height 250ms ease-in;
  border-bottom: 1px solid #ccc;
  pointer-events: none;
  padding: 1rem;

  & ul {
    margin-left: 2rem;
  }

  & span {
    color: #cc3333;
  }
}

.dropdown-item i {
  margin-left: auto;
}

.dropdown-item h2 {
  pointer-events: visible;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.675em;
  display: flex;
  padding: 1rem 0 0;
}

.dropdown-item:last-child {
  border: none;
}

.show {
  height: 100%;
  opacity: 1;
  transition: all 250ms ease-in;
}

.questions {
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 0 1.5rem;
  margin: 0 auto 2rem auto;
  width: 80%;
}

.questions-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* end main */
footer {
  width: 1280px;
  padding: 2rem;
  margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 1280px) {
  footer {
    width: 100%;
  }
}

footer .copyright {
  margin: 2rem auto;
  text-align: center;
}

footer p {
  font-style: italic;
  margin-top: 1rem;
}

/* Media Queries */
/*# sourceMappingURL=sbs.css.map */
