/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.home .main-content {
  padding-top: 1px;
  padding-bottom: 33px;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding-bottom: 86px;
  }
}
.home .main-content .page-title {
  width: 100%;
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .main-content .page-title {
    max-width: 534px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .page-title {
    max-width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .page-title {
    max-width: 704px;
    margin-bottom: 43px;
  }
}
.home .main-content .image-holder {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  max-width: 337px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home .main-content .image-holder {
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .image-holder {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.home .main-content .btn-play {
  position: absolute;
  top: 47%;
  transform: translateY(-47%);
  left: 30px;
  margin-bottom: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .home .main-content .btn-play {
    top: 60%;
    transform: translateY(-60%);
    left: 72px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .btn-play img {
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .btn-play img:is(:hover, :focus) {
    transform: scale(1.01);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.home .main-content .btn-play-txt {
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.25em;
  line-height: 9px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 9.76px;
}

@media screen and (min-width: 992px) {
  .home .main-content .btn-play-txt {
    font-size: 17px;
    line-height: 19.62px;
    letter-spacing: 4.29px;
    margin-top: 20.85px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content-container {
    max-width: 581px;
  }
}
.home .section-two .why-choose-us-bg-container {
  position: relative;
  z-index: -1;
  background-color: var(--color-primary);
  padding-top: 133px;
}

@media screen and (min-width: 1200px) {
  .home .section-two .why-choose-us-bg-container {
    height: 100%;
    padding-top: 65px;
  }
}
.home .section-two .why-choose-us-bg-container:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 177px;
  background-image: url("../images/daytona-beach-view-bg-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .home .section-two .why-choose-us-bg-container:before {
    background-image: url("../images/daytona-beach-view-bg.jpg");
    height: 200px;
    background-position: 50% 75%;
  }
}
@media screen and (min-width: 992px) {
  .home .section-two .why-choose-us-bg-container:before {
    height: 250px;
    background-position: 50% 68%;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-two .why-choose-us-bg-container:before {
    background-image: url("../images/daytona-beach-view-bg.jpg");
    background-position: center;
    width: 585px;
    height: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .section-two .why-choose-us-bg-container:before {
    width: 440px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .section-two .why-choose-us-bg-container:before {
    width: 530px;
  }
}
.home .section-two .why-choose-us-bg-container .why-choose-us-img-container {
  position: relative;
  width: 100%;
  max-width: 230px;
  height: 187px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .section-two .why-choose-us-bg-container .why-choose-us-img-container {
    max-width: 331px;
    height: 280.31px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-two .why-choose-us-bg-container .why-choose-us-img-container {
    max-width: 431px;
    height: 364.61px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-two .why-choose-us-bg-container .why-choose-us-img-container {
    max-width: 431px;
    height: 346px;
    margin-right: 88.1px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: -25px 25px 35px 0px rgba(9, 32, 62, 0.25);
  }
}
.home .section-two .why-choose-us-bg-container .why-choose-us-img-container:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  bottom: 0;
  width: 87.62px;
  height: 87.14px;
  background-color: var(--accent-color);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .home .section-two .why-choose-us-bg-container .why-choose-us-img-container:before {
    width: 107.62px;
    height: 107.14px;
    right: -12.31px;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .section-two .why-choose-us-bg-container .why-choose-us-img-container:before {
    width: 171.245px;
    height: 170.314px;
    right: -18.61px;
    bottom: -18.61px;
  }
}
.home .section-two .why-choose-us__heading {
  font-weight: 600;
  margin-bottom: 22px;
}

@media (max-width: 575px) {
  .home .section-two .why-choose-us__heading {
    width: 100%;
    max-width: 291px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .section-two .why-choose-us__heading {
    font-weight: 500;
  }
}
.home .section-two .why-choose-us-content {
  padding: 30.33px 23px 11px;
}

@media (max-width: 329px) {
  .home .section-two .why-choose-us-content {
    padding: 30.33px 11.5px 11px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-two .why-choose-us-content {
    padding: 40.33px 31.5px 21px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-two .why-choose-us-content {
    padding: 40.33px 51.5px 31px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-two .why-choose-us-content {
    width: 100%;
    max-width: 553px;
    margin-left: -20px;
    padding: 89px 0 60px;
  }
}
@media (min-width: 1400px) {
  .home .section-two .why-choose-us-content {
    margin-left: 0;
  }
}
.home .section-two .why-choose-us-content * {
  color: #fff;
}

.home .section-two .why-choose-us-content-bg-container {
  position: relative;
  background-color: var(--color-primary);
}

.home .section-two .why-choose-us-content-bg-container:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .section-two .why-choose-us-content-bg-container:before {
    position: absolute;
    z-index: -2;
    content: "";
    top: 0;
    left: -134px;
    bottom: 0;
    width: 135px;
    height: 100%;
    background-color: var(--color-primary);
  }
}
.home .section-three {
  position: relative;
  padding-top: 25px;
  padding-bottom: 131px;
}

@media screen and (min-width: 768px) {
  .home .section-three {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-three {
    padding-bottom: 221px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three {
    padding-top: 65px;
  }
}
.home .section-three:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 264px;
  background-image: url("../images/the-human-element-is-our-priority-bg-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .home .section-three:before {
    height: 498px;
    background-image: url("../images/the-human-element-is-our-priority-bg.jpg");
    background-size: initial;
    max-width: initial;
  }
}
.home .section-three-heading {
  font-weight: 600;
  width: 100%;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .section-three-heading {
    max-width: initial;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-three-heading {
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three-heading {
    max-width: initial;
    margin-bottom: 47px;
  }
}
.home .section-three .section-three-img-container {
  position: relative;
  width: 100%;
  max-width: 335px;
  padding-top: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .home .section-three .section-three-img-container {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-three .section-three-img-container {
    max-width: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three .section-three-img-container {
    max-width: 614px;
    height: 575px;
    padding-top: 20px;
    padding-right: 20px;
  }
}
.home .section-three .section-three-img-container:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  width: 82px;
  height: 82px;
  background-color: var(--accent-color);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .home .section-three .section-three-img-container:before {
    width: 92px;
    height: 92px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-three .section-three-img-container:before {
    width: 149px;
    height: 149px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three .section-three-img-container:before {
    width: 179px;
    height: 179px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three-content {
    width: 100%;
    max-width: 549px;
    margin-top: 35px;
    margin-right: 0;
    margin-left: auto;
  }
}
.home .section-three-content .btn {
  min-width: 210px;
}

.home .section-meet-with-us .meet-with-us-bg-container {
  position: relative;
  z-index: 1;
  background-color: var(--color-primary);
  padding-top: 133px;
}

@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-bg-container {
    padding-top: 41px;
    height: 100%;
  }
}
.home .section-meet-with-us .meet-with-us-bg-container:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 177px;
  background-image: url("../images/when-you-meet-with-us-bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .home .section-meet-with-us .meet-with-us-bg-container:before {
    background-image: url("../images/when-you-meet-with-us-bg-img-desktop.jpg");
    height: 200px;
    background-position: 50% 75%;
  }
}
@media screen and (min-width: 992px) {
  .home .section-meet-with-us .meet-with-us-bg-container:before {
    height: 250px;
    background-position: 50% 68%;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-bg-container:before {
    width: 585px;
    height: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .section-meet-with-us .meet-with-us-bg-container:before {
    width: 100%;
  }
}
.home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container {
  position: relative;
  width: 100%;
  max-width: 230px;
  height: 187px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container {
    max-width: 360px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container {
    max-width: 463px;
    height: 372.61px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container {
    max-width: 463px;
    height: 372px;
    margin-left: -39px;
    margin-right: initial;
    border: 1px solid rgba(255, 255, 255, 0.15);
    filter: drop-shadow(-25px 25px 35px rgba(9, 32, 62, 0.25));
  }
}
.home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  bottom: 0;
  width: 87.62px;
  height: 87.14px;
  background-color: var(--accent-color);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container:before {
    width: 107.62px;
    height: 107.14px;
    right: -12.31px;
    bottom: -12.31px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container:before {
    width: 164px;
    height: 163px;
    right: -20px;
    bottom: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-bg-container .meet-with-us-img-container:before {
    width: 184px;
    height: 183px;
    right: -20px;
    bottom: -20px;
  }
}
.home .section-meet-with-us .meet-with-us__heading {
  font-weight: 600;
  margin-bottom: 17px;
}

@media screen and (min-width: 992px) {
  .home .section-meet-with-us .meet-with-us__heading {
    font-weight: 500;
  }
}
.home .section-meet-with-us .meet-with-us-content {
  padding: 30.33px 24px 41px;
}

@media screen and (min-width: 768px) {
  .home .section-meet-with-us .meet-with-us-content {
    padding: 40.33px 31.5px 41px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-meet-with-us .meet-with-us-content {
    padding: 40.33px 51.5px 41px;
  }
}
.home .section-meet-with-us .meet-with-us-content-bg-container {
  position: relative;
  background-color: var(--color-primary);
}

.home .section-meet-with-us .meet-with-us-content-bg-container:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-content-bg-container:before {
    position: absolute;
    z-index: -2;
    content: "";
    top: 0;
    right: -24px;
    bottom: 0;
    width: 25px;
    height: 100%;
    background-color: var(--color-primary);
    pointer-events: none;
  }
}
@media (max-width: 399px) {
  .home .section-meet-with-us .meet-with-us-content {
    padding: 30.33px 20px 41px;
  }
}
@media (max-width: 329px) {
  .home .section-meet-with-us .meet-with-us-content {
    padding: 30.33px 12px 41px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-content {
    width: 100%;
    max-width: 730px;
    padding: 129px 24px 100px;
    padding-left: 88px;
  }
}
.home .section-meet-with-us .meet-with-us-content * {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .home .section-meet-with-us .meet-with-us-content .btn {
    margin-top: 10px;
  }
}

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