@charset "UTF-8";

body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

section {
    overflow: hidden;
    position:relative;
  }

  .overlay::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: #000;
    opacity: .3;
    left: 0;
    backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
  }

  .overlay > div, .overlay > * {
    position: Relative;
    z-index: 1;
  }

  b, strong {
    font-weight: 600;
  }

  .small, small {
    font-size: 1em;
    line-height: 1.85rem;
  }

  .smaller {
    font-size: 0.9rem;
    line-height: 1.15rem;
  }

  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  a {
    color: #2B5483;
    text-decoration: none;
  }

  a:hover {
    color: #15B9E1;
    text-decoration: none;
  }

  p {
    font-size: 1.25rem;
    line-height: 1.85rem;
  }

  h1, h3, h4, h5, .btn {
    font-family: 'Oswald', sans-serif;
    font-weight:700;
  }

  h1 {
    font-size: 2.65rem;
    text-transform: uppercase;
  }

  h2 {
    font-family: 'Caveat Brush', cursive;
    font-size:2.5rem;
    color:#2D5583;
  }

  h3 {
    font-family: 'Oswald', sans-serif;
    font-weight:bold; 
    font-size: 2.15rem;
    text-transform: uppercase;
  }

  h4 {
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size: 1.65rem;
  }

  h5 {
    font-family: 'Oswald', sans-serif;
    font-weight:700; 
  }

  .text-shadow {
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .text-red {
    color:#FE5760;
  }

  .text-dark-blue {
    color:#2B5483;
  }

  .gm-style .place-card {
    display:none!important;
  }

  @keyframes Premium-effects {
    0% {
     transform:translateY(-100%)
    }
    50% {
     transform:translateY(-40%)
    }
    75% {
     transform:translateY(25%)
    }
    100% {
     transform:translateY(50%)
    }
   }

   .btn-primary {
    background-color:#00afdd!important;
    background:linear-gradient(-45deg,#00AFDD,#3F5B82,#107B95,#02ADC1);
 background-size:400% 400%;
 animation:gradient 15s ease infinite;
    border:0!important;
    position:relative;
    color:#fff!important;
    font-size: 1.25rem;
    text-align:center;
    -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    cursor:pointer;
    display:inline-block;
    margin:0 auto;
    min-width:15%;
    padding:.35rem 2rem!important;
    z-index:0;
    overflow:hidden;
   }

  .btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: -1;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #03a3b9;
    border-radius: 50%;
    opacity: .3;
    animation: Premium-effects 6s infinite;
  }

  .btn-outline-primary {
    color: #ffffff;
    border-color: #ffffff;
    border-width:2px;
    padding: 0.85rem 1rem;
    font-weight: bold;
  }

  .btn-outline-primary:hover {
    background-color:#16B9E1;
    border-color: #17a4c4;
  }

  .colourstrip {
    background-image: url(../images/colorstrip2.webp);
background-repeat: repeat-x;
width: 100%;
height: 4px;
background-size: contain;
  }

  /*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  

/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: white;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: white;
  border-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: white;
  display: block;
}
  
.card-image img {
  transition: .4s ease;
  width: 100% !important;
  min-height: 160px;
  max-height: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}

.card-image {
  overflow: hidden;
  position: relative;
}

.card-body.overlay {
  background:rgba(0, 0, 0, 0.3);
}

.card:hover .card-image img.animated-image {
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

#content-boxes .tax-card img {
  height: 450px;
  min-height: 450px;
}

#content-boxes p {
  line-height:1.5rem;
}

#content-boxes h3 {
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

.hero-logo img {
  max-width:300px;
}

#home h2 span {
    color: #fff;
    transition: 0.3s;
    border-bottom: 2px solid #FEC65F;
  }

  .parallax-window {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: relative;
    padding:15vh 0;
  }

  @media (max-width: 992px) {
    .parallax-window {
      width: 100%;
      min-height: 100%;
      background-size: cover;
      position: relative;
      padding:0;
      min-height:350px;
    }
  }



  #home .btn-get-started i {
    font-size: 36px;
    display: inline-block;
    padding: 4px 0;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    margin: 10px;
    width: 64px;
    height: 64px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
  }

  #home .btn-get-started i::before {
    vertical-align: middle;
  }

  #home .btn-get-started i:hover { 
    padding-top: 8px;
background: rgba(255, 255, 255, 0.15);
  }

 #about.parallax-window {
  padding:5vh 0;
 } 

/*--------------------------------------------------------------
# Ads
--------------------------------------------------------------*/

.bookingcomad img {
  width:100%;
  height:auto;

}

@media (max-width: 992px) {

}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.card-image img {
  transition: .4s ease;
  width: 100% !important;
  min-height: 160px;
  max-height: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}

.card {
  transition: .4s ease;

border-radius: .45rem !important;
overflow: hidden;
}

.card:hover {
  transform: translate3d(0,-3px,0) !important;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,.3) !important;
  transition-property: opacity,transform,box-shadow;

}

/*--------------------------------------------------------------
# Hotels
--------------------------------------------------------------*/

#hotels.parallax-window {
  padding: 8vh 0;
}

.hotel-card .card-image img {
  max-height:250px;
  min-height:250px;
}

.hotels-slider .swiper-slide {
  padding:1rem 0;
}

.hotels-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.hotel-card h5 {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  margin-bottom:0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 60px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ccc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 1.15rem;
  margin: 0 15px 15px 15px;
    margin-bottom: 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
width: 0;
height: 0;
border-top: 20px solid #fff;
border-right: 20px solid transparent; 
border-left: 20px solid transparent;
position: absolute;
bottom: -20px;
left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

.cta {
  
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Beach Life
--------------------------------------------------------------*/
#beach-life.parallax-window {
  padding:3vh 0;
}

#beach-life .icon-box {
  text-align: center;
  position:relative;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.15);
  color:#ffffff;
}

#beach-life .icon-box .icon {
  margin: 0 auto;
    margin-bottom: 0px;
  width: 64px;
  height: 64px;
  background: #FFC75F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

#beach-life .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  color:inherit;
  border: 1px solid #ffffff;
}

#beach-life .icon-box:hover::before {
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  border-radius: 0px;
}

#beach-life .icon-box::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

#beach-life .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-slider.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33%;
  height: auto;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height:100%;
  object-fit:cover;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq {
  padding: 0;
}

.faq .content {
  padding: 60px 100px 0 100px;
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}


.faq .img {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}


.faq .accordion-list {
  padding: 0 100px 60px 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 4px;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight:700;
  font-size: 1.25rem;
  line-height: 1.65remx;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.faq .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #15B9E1;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .faq .content,
  .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  

  .faq .content {
    padding-top: 30px;
  }

  .faq .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Google Maps
--------------------------------------------------------------*/

.map-responsive{
  overflow:hidden;
  padding-bottom: 28.25%;
  position:relative;
  height:0;
}

@media screen and (max-width: 768px) {
  .map-responsive {
    padding-bottom:50%;
    min-height:300px;
  }
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../images/underwater-at-sandbanks-dorset.webp") fixed center center;
    background-size: auto, auto;
  background-size: cover;
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #15B9E1;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 25px;
  bottom: 25px;
  z-index: 996;
  background: #2B5482;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #15B9E1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#footer {
  background: #0f0f0f;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 30px 0;
}

#footer p {
  font-size:1rem;
}

#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #2B5483;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #15B9E1;
  color: #fff;
  text-decoration: none;
}