@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
font-family: "Montserrat", sans-serif;
    font-weight: 400;
   font-style: normal;
   padding-top:90px;
   color:#000000;
   font-size:16px;
}
.custom-navbar{
  position: fixed;
  left:0px;
  top:0px;
 z-index:99;
 padding-top:0;
 padding-bottom:0px;
 width:100%;
 background:#1a396b;
 z-index: 99;
}
.text-orange{
  color:#ffc533;
}
.text-yellow{
  color:#ffc533;
}
.text-blue1{
  color:#15a4f4;
}
.text-blue2{
  color:#10ccff;
}
.text-blue3{
  color:#1a396b;
}
.text-red{
  color:#ff335a;
}
.bg-1{
  background-color: #f3f5f7;
}
.bg-2{
  background-color:#a9cffb;
}
.bg-3{
  background-color:#afebff;
}
.bg-4{
  background-color:#80ffff;
}
.bg-5{
  background-color: #F4F7FF;
}
.bg-blue{
  background-color:#15a4f4;
}
.bg-blue-light{
  background-color:#deecff;
}
h1,h2,h3,h4{
   font-family: "Montserrat", sans-serif;
   font-weight: bold;
}
h1{
  font-size:45px;
}
h2{
  font-size:45px;
}
h3{
  font-size:28px;
}
.custom-navbar.scrolled{
    background:#1a396b !important;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}
.navbar-brand{
    background:#1a396b;
    display: block;
    padding:6.75px 0px;
    transition:.3s;
    transform: scale(1);
}
.navbar-brand img{
width:80px;
}
.custom-navbar.scrolled .navbar-brand{
transform: scale(.7);
margin-top:0px;
}
.nav-link{
  color: #ffffff !important;
    text-transform: capitalize;
    font-weight:400;
    font-size:16px;
    padding-top: 12px;
    padding-bottom:10.6px;
    position: relative;
    text-transform: uppercase;
}
.nav-link:hover{
  color:#000000 !important;;
}
.nav-link.active{
    color:#000000!important;;
}
.nav-link.book-now{
  background:#fe3359;
  color: #ffffff;
  box-shadow: 7px 7px 0px 0px rgba(249.00000000000006, 205.99999999999994, 16.000000000000036, 0.75);
      transition: all .3s;
}
.nav-link.book-now:hover{
  color:#ffffff !important;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
/*.custom-navbar.scrolled .nav-link.nav-link:hover{
    color:#000000!important;;
}
.custom-navbar.scrolled .nav-link.active{
    color:#000000!important;;
}*/
.nav-link:before{
  content:'';
  width:0px;
  height:100%;
  background-color:#ffc533;
  transition:.3s;
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  margin:0 auto;
  z-index:-1;
}
/*.custom-navbar.scrolled .nav-link:after{
    background:#fe3359;
}*/
.nav-link:hover::before{
 width:calc(100%);
}
.nav-link.active::before{
width:calc(100%);
}
#main-carousel{
  position: relative;
  overflow: hidden;
}
@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}
/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  min-height:520px;
  max-height:520px;
}
.kb-carousel .carousel-inner{
	height:100%;
}
/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
  height:100%;
}
.kb-carousel .carousel-item::after{
	content:'';
	width:100%;
	height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:0;
    background-image:linear-gradient(180deg, RGBA(0,0,0, 0.6) 0%, RGBA(0,0,0,.2) 75%, RGBA(0,0,0, .85) 100%);
    background-image: linear-gradient(180deg, RGBA(0,0,0, 0.2) 0%, RGBA(0,0,0,.2) 00%, RGBA(0,0,0, .85) 100%);
    background-size: cover;
    background-position:left bottom;
}
.kb-carousel .carousel-item img{
	width: 100%;
    object-fit: cover;
    object-position: left bottom;
    height: 100%;
}
.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}
.kb-carousel .carousel-indicators{
	column-gap: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    bottom:100px;
}
.kb-carousel .carousel-indicators [data-bs-target]{
	border: 0px;
    opacity: 1;
    width:12px;
    height:12px;
    border-radius:100%;
    background:transparent;
    border:1px solid #15a4f5;
}
.kb-carousel .carousel-indicators .active{
	background:#15a4f5;
	border:1px solid #15a4f5;
}
.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */
.kb-caption {
   z-index:3;
 left:0px;
 top:100px;
 bottom:auto;
 right:0px;
 text-align: left;
 width:100%;
 margin:0 auto;
 padding-left:12px;
 padding-right:12px;
}

.kb-caption-left {
  margin-right: auto;
}

.kb-caption-right {
  margin-left: auto;
}

.kb-caption-center {
  margin: auto;
}
.kb-caption h1,.kb-caption h2 {
  padding:0.5rem 0;
  margin-bottom: 0;
}
.kb-caption h1,.kb-caption h2 {
  animation-delay: 1s;
  font-size:60px;
font-weight:700;
font-family: "Montserrat", sans-serif;
text-align: center;
}
.kb-caption p {
  animation-delay: 1.5s;
  font-size:18px;
}
.kb-caption .btn1{
	margin-top:15px;
}
.kb-carousel .carousel-control-next, .carousel-control-prev{
    width: 40px;
    right:20px;
    left:auto;
    top:auto;
    bottom:60px;
    border-radius:100%;
/*    border:2px solid #4284d2;*/
}
.kb-carousel .carousel-control-prev {
    left: calc(50% - 30px);
    transform: translateX(-50%);
}
.kb-carousel .carousel-control-next {
    right: calc(50% - 30px);
    transform: translateX(50%);
}

.kb-carousel .carousel-indicators::before {
    content: '';
    width:60px;
    height:1px;
    position: absolute;
    top:50%;
    left:-80px;
    transform: translatey(-50%);
    background: rgba(255, 255, 255, .5);
}
.kb-carousel .carousel-indicators::after{
    content: '';
    width:60px;
    height:1px;
    position: absolute;
    top:50%;
    right:-80px;
    left: auto;
    transform: translatey(-50%);
    background: rgba(255, 255, 255, .5);
}
.navigation-toggler {
  border: 0px;
  padding:0px;
}
.navigation-toggler:focus {
  box-shadow: none;
  outline: 0px;
  border: 0px;
}
.navigation-toggler.collapsed .navigation-toggler-icon {
  filter: invert(1) brightness(100);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navigation-toggler .navigation-toggler-icon {
  filter: invert(1) brightness(100);
    background-image: url(../images/close.png);
}
.section-padding{
  padding-top:110px;
  padding-bottom:110px;
  position: relative;
}
.section-padding .container{
  position: relative;
  z-index: 1;
}
.image-cover{
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
border-radius:8px;
overflow: hidden;
border:8px solid #ffffff;
}
.image-cover-border-1{
border:8px solid #15a4f4;
}
.image-cover-border-2{
border:8px solid #ffc533;
}
.custom-card{
  background: #ffc533;
  padding:30px 15px;
  border-radius:8px;
  margin-bottom:24px;
  display: flex;
  align-items: center;
  justify-content:start;
  position: relative;
  padding-right:60px;
}
.custom-card p{
  margin:0px;
  font-size:20px;
}
.custom-card img{
  width:50px;
 position: absolute;
 right:15px;
/* top:50%;
 transform: translateY(-50%);*/
}
a{
  text-decoration: none;
}
.btn-default{
/*    padding: 16px 36px 16px 36px;*/
    padding:13px 24px 13px 24px;
    background:#ffc533;
    border:1px solid #ffc533;
    color:#000000;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:fit-content;
    transition: all .3s;
    border-radius:5px;
}
.btn-default-1{
  background:#15a4f5;
  border:1px solid #15a4f5;
  color:#ffffff;
}
.btn-default:hover{
  background:#1a396b;
  color:#ffffff;
  border:1px solid #1a396b;
}
.btn-default-1:hover{
  background:#ffc533;
  border:1px solid #ffc533;
  color:#000000;
}
.animation-1{
      -webkit-animation: jump-1 1.5s linear alternate infinite;
    animation: jump-1 1.5s linear alternate infinite;
}
@keyframes jump-1{
0% {
    -webkit-transform: translate3d(0,-15px, 0);
    transform: translate3d(0, -15px, 0);
}
50% {
    -webkit-transform: translate3d(0,0px, 0);
    transform: translate3d(0,0px, 0);
}
100% {
    -webkit-transform: translate3d(0,15px, 0);
    transform: translate3d(0,15px, 0);
}
}
.section1 .container{
  position: relative;
  z-index: 1;
}
.section1::before{
content:'';
width:100%;
height:100%;
background: url(../images/bg.png);
background-size: cover;
position: absolute;
left:0px;
top:0px;
opacity:.15;
z-index:1;
}
.video-cover{
  overflow: hidden;
  position: relative;
}
.video-cover video{
  width:100%;
    border-radius:8px;
/*    border:8px solid #ffc533;*/
background:#000000;
}
.video-cover-content{
  background-color:#1a396b;
    padding: 30px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: -100px;
    background-image: url(../images/bg-shape1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size:175px;
    color:#ffffff;
}
.video-play-button-cover{

}
.video-play-button {
    position:relative;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background:#1a396b;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background:#ffc533;
    border-radius: 50%;
    transition: all 200ms;
    background:#15a4f5;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.arrow-pointer{
  margin:0 auto;
  position: relative;
  width:fit-content;
  margin-top:30px;
}
.play-with-sound {
    color: #fff;
    font-size:22px;
    position: absolute;
    right: 0px;
    z-index: 1111;
    bottom: 6px;
    background: #15a4f5;
    padding: 5px 20px;
    border-radius: 0px 0px 4px 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.arrow-pointer h4 a{
  color: #15a4f5 ;
}
.arrow-pointer img {
    width: 80px;
    filter: invert(14%) sepia(47%) saturate(2650%) hue-rotate(202deg) brightness(95%) contrast(88%);
    filter: invert(49%) sepia(87%) saturate(2112%) hue-rotate(174deg) brightness(101%) contrast(92%);
    transform: translate3d(0px, 0px, 0px) rotatez(-180deg) rotatex(180deg);
    animation: animate-arrow 3s ease-out infinite;
}
@keyframes animate-arrow {
  0% {
    transform:translate3d(20px,30px, 20px) rotatez(-180deg) rotatex(180deg);
  }
  50% {
    transform:translate3d(0px, 0px, 0px) rotatez(-180deg) rotatex(180deg);
  }
  100% {
    transform:translate3d(20px, 30px, 20px) rotatez(-180deg) rotatex(180deg);
  }
}
.icon-cover{
 width:60%;
 margin:0 auto;
}
.faq-section .icon-cover{
  margin:0px;
  width:100px;
}
.icon-cover img{
  width:100%;
}
/*.custom-card1 {
    padding: 30px;
    background: linear-gradient(to bottom right,#386ccf,#3062bf,#386ccf,#3a80d1,#438fe6,#438fe6,#438fe6);
    border-radius: 25px;
    height: 100%;
    color: #fff;
    transition: .3s
}
.custom-card1 .custom-card-icon {
    width:130px;
    height:130px;
    padding:0px;
    background-color: #0f75bc66;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 16px;
    background-color: #fff
}
.custom-card1 .custom-card-icon img {
    display: block;
    width: 100%
}

.custom-card1 .custom-card-content h3 {
    font-size: 22px
}*/
.section2{
      background-image: url(../images/foam-bg.webp);
      background-size:contain;
      background-position:bottom left;
      background-repeat: no-repeat;
      padding-bottom:250px;
      background-color: #deecff;
    }
.section3{
  padding-top:30px !important;
}
.footer{
  background:#1a396b;
  color:#ffffff;
}
.footer1{
padding-top:50px;
  padding-bottom:30px;
}
.footer-logo a{
  display: block;
  width: fit-content;
}
.footer-logo a img{
width:140px;
}
.footer  h3{
  font-size:22px;
  margin-bottom: 30px;
  font-weight:600;
}
.footer ul{
  padding: 0px;
  list-style-type:none;
}
.footer-item a{
    margin-bottom:15px;
  display:flex;
  align-items: start;
}
.footer-item a i{
  margin-right: 12px;
    margin-top: 4px;
}
.footer-item1 a{
 font-size:18px;
color:#ffc533;
}
.footer-item1 a:hover{
  color: #ffffff;
}
.footer-item2 a{
 font-size:16px;
   color:#ffffff;
   text-transform: capitalize;
}
.footer-item2 a:hover{
color: #cba419;
}
ul.social-icons{
  display: flex;
  align-items: center;
  justify-content:flex-start;
  list-style-type: none;
  padding: 0px;
}
ul.social-icons li{
  padding:0px 5px;
}
ul.social-icons li a{
  width: 40px;
  height: 40px;
  background-color:#15a4f5;
  color:#ffffff;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: .3s;
}
ul.social-icons li a i{
  margin-top:0px;
  margin:0 auto !important;
}
ul.social-icons li a:hover{
background-color:#ffffff;
color: #000000;
}
ul.footer-links li a{
  position: relative;
  padding-left:30px;
}
ul.footer-links li a:hover{
  color:#15a4f5;
}
ul.footer-links li a::before{
 content:'';
 width:20px;
 height:2px;
 background:#ffc533;
 position: absolute;
 left:0px;
 top:50%;
 transform: translateY(-50%);
}
ul.footer-links li a:hover::before{
  background:#15a4f5;
}
ul.footer-links li a.active{
   color:#15a4f5;
}
ul.footer-links li a.active::before{
  background:#15a4f5;
}
.copyright{
  padding-top:30px;
  padding-bottom:30px;
  text-align: center;
  border-top:1px solid #ffffff;
}
.animation-3{
      width:100px;
    opacity:.3;
    position: absolute;
    left: 100px;
    top:110px;
    filter: invert(92%) sepia(19%) saturate(3182%) hue-rotate(329deg) brightness(103%) contrast(101%);
}
.circle-dots {
    position: absolute;
    animation: rotateIt 7s linear infinite;
    top: 100px;
    right: 100px;
}
.circle-dots1 {
    position: absolute;
    animation: rotateIt 7s linear infinite;
    bottom:20px;
    left:20px;
}
@keyframes rotateIt{
100% {
    transform: rotate(-360deg);
}
}
.animation-4 {
  position: absolute;
  right:0px;
  top:300px;
  opacity: .5;
  width:400px;
}
.fixed-banner {
    padding-top:150px;
    padding-bottom:150px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}
.fixed-banner.fixed-banner-1 {
    background-image: url(../images/package6.jpg);
}
.fixed-banner.fixed-banner-2 {
    background-image: url(../images/package7.jpg);
}
.fixed-banner.fixed-banner-3 {
    background-image: url(../images/package8.jpg);
        padding-top: 128px;
    padding-bottom: 100px;
}
.fixed-banner .container {
    position: relative;
    z-index:2;
}
.fixed-banner::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, RGBA(0, 0, 0, 0.5) 0%, RGBA(0, 0, 0, 0.55) 25.9%, RGBA(0, 0, 0, .5) 100%);
    background-image: linear-gradient(90deg, RGBA(0, 0, 0, 0.6) 0%, RGBA(0, 0, 0, .2) 75%, RGBA(0, 0, 0, .85) 100%);
    z-index: 0;
}
/*.fixed-banner::after{
  background: linear-gradient(132deg, rgba(26, 57, 107, .25), rgba(0, 0, 0, .25));
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0px;
    z-index:0;
    left: 0px;
    top: 0px;
}*/
.fixed-banner h1{
  font-size: 60px !important;
    font-weight:700 !important;
}
.faq-section .custom-accordion-button {
    font-size: 20px;
    line-height: 30px;
    padding-left:5px;
    font-weight: 600;
}

.faq-section .custom-accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #000
}

.faq-section .custom-accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-color:#15a4f5;
    background-image: url(../images/plus.svg);
    background-size: cover;
    border-radius: 50%
}

.faq-section .custom-accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    transform: rotate(0)
}

.faq-section .custom-accordion-item {
    border: 0;
    border-top: .0625rem solid rgba(36,28,21,.3)!important;
    border-radius: 0!important
}

.faq-section.faq-section1 .custom-accordion-item {
    background: #f4f4f1;
}

.faq-section .custom-accordion-item:last-child {
    border-bottom: .0625rem solid rgba(36,28,21,.3)!important
}

.faq-section .custom-accordion-header {
    padding-top: 8px;
    padding-bottom: 8px
}

.faq-section .custom-accordion-body {
    font-size:16px
}

.faq-section .custom-accordion-body ul {
    padding: 0;
    padding-left: 15px
}

.faq-section .custom-accordion-button:focus {
    box-shadow: none;
    border: 0
}
.pricing-section{
  background:#deecff;
}
.service-card{
  background:#ffffff;
box-shadow: 0 0 10px 5px rgb(0 0 0 / .03);
border-radius:5px;
overflow: hidden;
height:100%;
position: relative;
}
.service-card img{
  width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}
.service-card-content{
  padding:10px 20px 0px;
  margin-bottom:200px;

}
.service-card-content h3{
  font-size:22px;
}
.service-card-content p{
  margin-bottom:0px;
}
.service-card-footer{
  padding:0px 20px 20px;
  position: absolute;
  bottom:0px;
  left:0px;
  width:100%;
}
.service-card ul{
  padding:0px;
  font-weight:500;
}
.service-card ul li{
  display: flex;
  align-items:start;
  justify-content: start;
}
.service-card ul li i{
  margin-right:12px;
  margin-top:3px;
}
a.contact-card{
  padding:20px;
  background:#ffffff;
  box-shadow: 7px 7px 0px 0px #ffc533;
  border:1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  color:#000000;
  flex-direction: column;
  height:100%;
  text-align: center;
  position: relative;
  transition:.3s;
}
a.contact-card:hover{
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.contact-icon{
  width:70px;
  height:70px;
  background:#15a4f4;
  border-radius:100%;
  color: #ffffff;
  font-size:30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex:0 0 70px;
  margin-bottom:20px;
}
a.contact-card:hover .contact-icon{
  background:#ffc533;
}
.contact-content{
}
.contact-content h3{
  font-size:22px;
}
.contact-content p{
margin-bottom:0px;
  font-size:18px;
}
video.bkg {
    background: black
}


.booking-section form {
    padding: 30px 15px;
    margin-top: 30px;
}
.booking-section form {
    padding:25px 45px 45px 45px;
    background: #ffffff;
    border-radius:10px;
}
.booking-section form .form-control {
    padding: 0 15px;
    height: 54px;
    background-color: #F6F7F5 !important;
    color: #000000;
    border: 1px solid #222222 !important;
    border-radius: 3px;
    transition: .3s;
        background-position: right 5px center;
}
.booking-section form .form-control:focus {
    box-shadow: none;
    border: 1px solid #4284d2 !important;
}
.booking-section form textarea.form-control {
    height: 150px;
    padding: 10px 15px;
}
.booking-section form input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
}
.booking-section input[type="checkbox"]::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #4284d2;
}
.booking-section form input[type="checkbox"]:checked::before {
    background-color:#4284d2;
}
.booking-section input[type="checkbox"]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 9px;
    top: 4px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(50deg);
}
.booking-section form input[type="checkbox"]:checked::after {
    opacity: 1;
}
.booking-section form input[type="checkbox"]+label {
    font-weight: 400;
    margin-left: 35px;
    margin-bottom:0px;
    cursor: pointer;
}
.booking-section form label{
    margin-bottom:6px;

}
.booking-section form label strong{
    font-weight:500;
    font-size:16px;
}
.booking-section .staric{
    color: #dc3545;
}
#background-wrap {
    bottom: 0;
  left: 0;
  position:absolute;
  right: 0;
  top: 0;
  z-index:1;
  opacity:.65;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 500px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: -5%;
  top: 5%;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 5%;
  top: 80%;
  
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 10%;
  top: 40%;
  
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  
  left: 20%;
  top: 0;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 30%;
  top: 50%;
  
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 50%;
  top: 0;
  
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 65%;
  top: 70%;
  
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  
  left: 80%;
  top: 10%;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 90%;
  top: 50%;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 80%;
  top: 80%;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  
    height: 200px;
  position: absolute;
  width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  
  content: "";
    height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}
.form-control-cover{
      position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap:15px;
}
select.select-time{
width:66.66666% !important;
}
select.select-am-pm{
width:33.3333% !important;
}
.booking-package{
  display: flex;
  justify-content: start;
  align-items: center;
  height:100%;
  position: relative;
  border-radius:4px;
      border: 1px solid #1a396b;
      overflow:hidden;
      padding:45px 10px 10px;
      cursor: pointer;
}
.booking-package:hover img{
transform: scale(1.05);
}
.booking-package .booking-package-image{
  width: fit-content;
  margin-right:10px;
}
.booking-package .booking-package-image img{
  width:100px;
  height:100%;
    object-fit: cover;
    object-position: center;
    border-radius:3px;
    transition:.2s;
}
.booking-package .booking-package-content{
}
.booking-package .booking-package-content h3{
    font-size: 16px;
    position: absolute;
    background:#1a396b;
    color: #fff;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 8px 12px;
    font-weight: 500;
    margin-bottom:0px;
}
.booking-package .booking-package-content ul{
  padding:0px;
  margin:0px;
  list-style-type: none;
  font-size:14px;
}
.booking-package .booking-package-content ul li{
  display: flex;
  align-items: start;
  justify-content: start;
}
.booking-package .booking-package-content ul li i{
  margin-top: 4px;
    margin-right: 5px;
}
.booking-package.selected h3:before { 
    content: '\f058';
    width:20px;
    height:20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font:var(--fa-font-regular);
    font-family: FontAwesome;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
}
.booking-package.selected h3{
  background: #15a4f4;
}
.booking-package.selected{
  border:1px solid #15a4f4;
}
.booking-package.selected img{
transform: scale(1.05);
}
.faqs-col{
  padding:15px 15px 15px 0px;
  border-radius:3px;
}
.faqs-col h3{
  font-size:20px;
  font-weight:600;
  margin-bottom:30px;
}
.faq-section .faqs-col .icon-cover{
}
.form-control-cover{
  position: relative;
}
.form-control-cover .error-message {
  position: absolute;
  bottom:0px;
}
#questionBox{
  display: none;
}
#collective-error{
  display:none;
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.modal .check-icon{
color: ;
}
.tada.animated {
  animation-name: tada;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#successModal .modal-body{
  text-align: center;
}
#successModal .modal-body i.check-icon {
    font-size:36px;
    color: green;
    outline: 5px solid;
    outline-offset: 10px;
    border-radius: 100%;
    margin-bottom:30px;
}
#successModal .modal-body p {
    font-size:20px;
    margin-bottom: 0px;
}