body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
h1 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
h4.titleProviding {
  font-size: 25px;
  font-weight: 700;
}
h3 {
  font-weight: 700;
}
h3 small {
  font-weight: 500;
}
p{
  font-size: 15px;
}
a {
  color: #11aeb3;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #13e4ff;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar-toggler {
  color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-primary:hover {
  background-color: #11aeb3;
  border-color: #11aeb3;
}
.bg-secondary {
  background-color: #11aeb3 !important;
}
.btn-light {
  background-color: transparent!important;
  border-color: #fcffff !important;
}
.smallProviding {
  font-size: 14px;
  color: #3db7ce;
  font-weight: 600;
}
.contetProviding p{
  font-size: 12;
}
.mainslide {
}
.mainslide .slick-arrow {
  position: absolute;
  top: 45%;
  transition: 0.5s all ease-in-out 0s;
  color: #fff;
  font-size: 20px;
  background-color: rgba(241, 231, 231, 0.2);
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  text-align: center;
}
.mainslide .slick-arrow.arrow-left {
  left: 10%;
}
.mainslide .slick-arrow.arrow-right {
  right: 10%;
}
.mainslide .overlay-mainslide{
  height: 400px;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainslide small {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.mainslide .slick-active h1 {
  animation: 1.5s .3s fadeInDown both;
}
.mainslide .slick-active .btn-home-discover {
  -webkit-animation: 1.5s 1s fadeInUp both;
  animation: 1.5s 1s fadeInUp both;
}
.mainslide .btn-home-discover a {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.mainslide .slick-active small {
 -webkit-animation: 1.5s .7s fadeInUp both;
 animation: 1.5s .7s fadeInUp both;
}
.mainslide h1,.mainslide small {
  position: relative;
  z-index: 4;
}
.discover-wrapper-left {
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 0.5rem 1rem;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    z-index: 1;
    min-height: 160px;
    border-bottom: 4px solid #11aeb3;
}
.mainslide .overlay-mainslide:before {
  content: "";
  background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mainslide.subpages .overlay-mainslide:before {
  background: linear-gradient(to bottom,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 100%); 
}
hr {
  background-color: #11aeb3;
  opacity: 1;
}
hr:not([size]) {
  height: 3px;
}
.header.fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.fixedHeader.navbar-fixed {
  z-index: 4;
  top: 0;
  background-color: #fff;
  -webkit-animation: fadeInDown 1600ms;
  animation: fadeInDown 1600ms;
  border-bottom: 1px solid #f1f1f1;
}
.topContact {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.topContact button {
  background-color: transparent;
  color: #fff;
}
.topContact button:hover {
  color: #13e4ff;
}
.fixedHeader.navbar-fixed .navbar-nav .nav-link {
  color: #222;
}
.fixedHeader.navbar-fixed .navbar-nav .nav-link:hover {
  color: #13e4ff;
}
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 17px ;
}
.navbar-nav .nav-link:hover {
  color: #13e4ff;
}
.topContact .dropdown-menu a {
  color: #fff;
}
.topContact a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.topContact a:hover {
  color: #13e4ff;
}
.waves-wraper{
  position: relative;
  margin-top: -137px;
  overflow: hidden;
}
.mainslide.subpages .overlay-mainslide {
  height: 250px;
}
.wrapper-discountTour {
  font-size: 27px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #ff6600;
    color: #ffffff;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.wrapper-discountTour small{
  font-weight: 400;
  line-height: 27px;
  font-size: 15px;
}
.wrapper-discountTour span {
  line-height: 27px;
  font-weight: 700;
  display: block;
  padding: 23px 0;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height: 150px;
  max-height: 150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
.accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.accordion-button{
   background: linear-gradient(45deg, #11afb3 0%, #156bb6 100%);
  font-weight: 600;
  color: #ffffff;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
  box-shadow: none;
  border-bottom: 1px solid #dfdfdf;
}
.accordion-header {
   background: linear-gradient(45deg, #11afb3 0%, #156bb6 100%);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
}
.slideTourThumb {
  position: relative;
}
.slideTourThumb .slick-arrow {
  font-size: 20px;
  position: absolute;
      top: calc(50% - 13px);
    z-index: 3;
        background: rgba(0, 0, 0, 0.5);
    height: 30px;
    width: 36px;
    color: #fff;
}
.slideTourThumb .slick-arrow.arrow-left {
  transform: rotate(-90deg);
  left: -7px;
}
.slideTourThumb .slick-arrow.arrow-right {
  transform: rotate(-90deg);
  right: -7px;
}
.bg-primary {
    background-color: rgb(17 174 179 / 10%) !important;
}
.cancellation-reserve svg {
  fill: #11aeb3;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
.slideTour .carousel-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.checkout-rounded-number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #1569b3;
}
#btncollapseThree:after {
  display: none;
}
.dropdown-menu {
  background-color: #FF5722;
  color: #ffffff;
}
.calendar-tour-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
.navs-tours-page ul.nav-tabs{
  border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.navs-tours-page .nav-tabs .nav-item .nav-link {
  color: #222;
  font-size: 17px;
}

.navs-tours-page .nav-tabs .nav-item .nav-link:hover {
 border-color: #11aeb3;
    background-color: #e7f7f7;
    color: #11aeb3;
}
.navs-tours-page .nav-tabs .nav-item.show .nav-link, .navs-tours-page .nav-tabs .nav-link.active,.navs-tours-page .nav-tabs .nav-link.active:hover {
  background: linear-gradient(45deg, #11afb3 0%, #156bb6 100%);
    transition: 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #ffffff;
}
.hover-book-now {

   position: relative;
 
}

 .hover-book-now svg {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 .hover-book-now rect {
   fill: none;
   stroke: transparent;
   stroke-width: 3;
   stroke-dasharray: 422, 0;
   transition: all 0.35s linear;
}
 .hover-book-now:hover {
  
}
 .hover-book-now:hover rect {
   stroke: #064244;
   stroke-width: 3;
   stroke-dasharray: 19, 310;
   stroke-dashoffset: 48;
   transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


#navbarSupportedContent.show, #navbarSupportedContent.collapsing, #navbarSupportedContent.collapse {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.95);
  top: 0;
  left: 0;
  z-index: 8;
  min-width: 300px;
  min-height: 100%;
  transition: transform 0.6s ease-in-out;
  transform: translateX(100%);
  display: flex;
  justify-content: center;
  align-items: center ;
  border-bottom: 10px solid #00BCD4;
}
#navbarSupportedContent.showMenu{
  transform: translateX(0%);
  height: 100%;
  width: 100%;
}
#navBarContentClosebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  padding: 10px;
}
#navbarSupportedContent.showMenu a.nav-link {
  color: #000;
  font-size: 25px;
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 50px;
    min-height: 50px;
  }
  .waves-wraper{
    margin-top: -43px;
  }
}
.titleAbout {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.textabout {
  font-size: 15px;
}
.content-border {
  border-radius: 20px;
  overflow: hidden;
}
.content-border h3 {
  font-weight: 700;
  font-size: 18px;
}
.content-border p{
  font-size: 14px;
  line-break: 22px;
}
.content-border ul{
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}
.content-border ul li{
  list-style: none;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 22px;
}
.content-border ul li:before {
  content: "\f111";
  font-family: "Font Awesome 6";
  font-size: 10px;
  color: #11aeb3;
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 900;
}
.starsReviews i{
  color: #ff7f00;
}
.specialOffer {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 15px;
}
.fromPrice {
  font-size: 12px;
  font-weight: 600;
}
.prices {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.wrapper-prices a{
  font-weight: 600;
  font-size: 19px;
  color: #fff;
}
.prices small {
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.listTourHome ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container-packages {
  border-radius: 20px;
}
.wrapper-discount {
  background-color: #f71a39;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.container-packages del {
  font-size: 12px;
}
.wrapper-discount span, .wrapper-discount small {
  line-height: 1em;
}
.priceListing {
  font-size: 20px;
}
.packages-title a {
  color: #222;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 19px;
  height: 60px;
  overflow: hidden;
  display: block;
}
.duration-activity-level i {
  color: #00a294;
}
.listTourHome ul li {
  font-size: 13px;
  line-height: 22px;
  color: #000;
  padding-left: 18px;
  position: relative;
  padding-bottom: 3px;
}
.listTourHome ul li:before {
  content: "\f105";
  font-family: "Font Awesome 6";
  font-weight: normal;
  font-style: normal;
  color: #3fc1d7;
  position: absolute;
  left: 0;
  top: ;
  font-size: 14px;
  font-weight: 900;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  padding-left: 18px;
  position: relative;
  padding-bottom: 3px;
}
footer ul li a{
  color: #ffffff;
}
footer ul li:before {
  content: "\f105";
  font-family: "Font Awesome 6";
  font-weight: normal;
  font-style: normal;
  color: #3fc1d7;
  position: absolute;
  left: 0;
  top: ;
  font-size: 14px;
  font-weight: 900;
}
.title-footer {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 10px;
}
footer {
  background-image: url(/images/lifestyle.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 32, 45, 0.95);
  z-index: 0;
}
footer > div {
  z-index: 1;
}
h3 small {
  font-size: 14px;
  color: #a8a8a8;
}
.slideTourThumb button {
  padding: 0;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) { 
  #navbarSupportedContent.show, #navbarSupportedContent.collapsing, #navbarSupportedContent.collapse {
    position: relative;
        background-color: transparent;
        width: auto;
        height: auto;
        transform: translate(0);
        justify-content: flex-end;
        border-bottom: 0;
  }
  .slideTourThumb .slick-arrow {
    top: inherit;
  }
  .slideTourThumb .slick-arrow.arrow-left {
  transform: rotate(0);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.slideTourThumb .slick-arrow.arrow-right {
  transform: rotate(0);
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 7px;
}
  h1 {
    font-size: 60px;
  } 
  .mainslide small {
    font-size: 20px;
  }
   .content-border h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .prices {
    font-size: 44px;
  }
  .prices small {
    font-size: 16px;
    text-decoration: line-through;
  }
  h4.titleProviding {
    font-size: 50px;
  }
  .mainslide .overlay-mainslide{
    height: 700px;
  }
  .header.fixedHeader{
    top: 49px;
  }
  .header.fixedHeader.navbar-fixed{
    top: 0;
  }
  .discover-wrapper-left {
      margin-top: -6em;
  }
  .mainslide.subpages .overlay-mainslide {
    height: 350px;
  }
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}