
  @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');



html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #ffffff;
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  color: rgb(0, 0, 0);

}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  background-color: #132742;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 15px !important;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#F89C1D !important;
  transform: scale(1.05);
  border-bottom: 1px #F89C1D solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../photos/LADUTI\ \(50\ of\ 54\).jpg') rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../photos/LADUTI\ \(24\ of\ 54\).jpg') rgba(20, 19, 19, 0.516) ;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../photos/sony\ \(1\ of\ 74\).jpg')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
  
}

.carousel-caption h1 {
  text-shadow: 3px 3px 4px #F89C1D;
  font-family: 'Gilda Display', serif;
  text-transform: uppercase;
  font-size: 100px !important;
  font-weight: 500;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: 'Dancing Script', cursive !important;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 100;
  color: #F89C1D !important;

}

.c-button {
  color: #155A6F;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.9em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.c-button--gooey {
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #155A6F;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #155A6F;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}

.about-section{
  background: url('../photos/h4-bg-04.png');
background-color: #ffffff;
  background-position:bottom right;
  background-size: 17%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
}

.services4 {
  padding-top: 100px;

height: 350px;
  background: url('../photos/funfact-bg-1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-bottom: 300px !important;

}
.services4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #155A6F;
  z-index: -1;
}
.services4 .item {
  position: relative;
  padding: 45px 30px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 7px 15px rgba(30,144,255,.1);
}
.services4 .item:hover .number {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  border-radius: 0 0 0 50px
}
.services4 .item .number {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  
  font-size: 15px;
  text-align: center;
  background-color: #f0f8ff;
  border-radius: 50%;
  color: #F89C1D;
  font-weight: 400;
  transition: all .5s;
}
.services4 .item h5 {
  font-size: 24px;
  color: #F89C1D;
  margin-bottom: 15px;
}
.services4 .item p {
  color: #6f7b91;
}
.services4 .item .icon {
  font-size: 60px;
  color: #155A6F;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 0;
}
/* arrow */
.services4 .item .arrow {
  position: relative;
  display: block;
}
.services4 .item .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #155A6F;
  background: #155A6F;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services4 .item .arrow:hover a {
  border: 2px solid #061138;
  background: #155A6F;
}

.section-title{
  font-size: 50px;
}

.row1{
  height: 250px;

}
.row2{
  position: relative;
  margin-top: -150px;
  margin-bottom: 400px !important;
}

.wrapper{
  position: relative;
  margin-top: -370px ;
  padding: 50px;
  background: #132742;

  color: #fff;
}


.blue-section{
  background: url('../photos/funfact-bg-1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50px;
  margin-top: 100px;
}
/* ======= Yachts 1 style ======= */
.yachts1 {
  margin-top: 100px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;

}
.yachts1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #061138;
  z-index: -1;
}
.yachts1 .yachts1-carousel {
  position: relative;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.yachts1 .yachts1-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}
.yachts1 .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.yachts1 .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.yachts1 .item .img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.yachts1 .item:hover .img img {
  transform: scale(1.05);
}
.yachts1 .item .wrapper {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px;
  margin-top: -60px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 2;
  visibility: visible;
  opacity: 0;
  -webkit-box-shadow: 0px 5px 120px 0px rgba(39,71,125,0.15);
  box-shadow: 0px 5px 120px 0px rgba(39,71,125,0.15);
  border-radius: 3px;
}
.yachts1 .item .wrapper.active,
.yachts1 .owl-item.active .item .wrapper {
  visibility: visible;
  opacity: 1;
}
.yachts1 .item .wrapper .title,
.yachts1 .item .wrapper .title a {
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: #061138;
  font-weight: 700;
  line-height: 1.2em;
  transition: all 500ms ease;
}
.yachts1 .item .wrapper .details {
  font-size: 15px;
  color: #6f7b91;
  margin-bottom: 0;
  margin-right: 10px;
  transition: all 500ms ease;
}
.yachts1 .item .wrapper .details span {
  margin-right: 15px;
}
.yachts1 .item .wrapper .details span i {
  color: #132742;
  margin-right: 2px;
}
/* arrow */
.yachts1 .item .wrapper .arrow {
  position: relative;
  display: block;
  top: 9px;
  transform: translateY(-0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
  text-align: -webkit-right;
}
.yachts1 .item .wrapper .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #132742;
  background: #132742;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.yachts1 .item .wrapper .arrow:hover a {
  border: 2px solid #061138;
  background: #061138;
}
/* owl nav */
.yachts1 .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%
}
.yachts1 .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yachts1 .owl-theme .owl-prev,
.yachts1 .owl-theme .owl-prev {
  left: 10px !important
}
.yachts1 .owl-theme .owl-next {
  right: 10px !important
}
.yachts1 .owl-theme .owl-prev,
.yachts1 .owl-theme .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  text-align: center;
  font-size: 15px
}
.yachts1 .owl-theme .owl-prev > span,
.yachts1 .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.yachts1 .owl-carousel .owl-nav button.owl-next,
.yachts1 .owl-carousel .owl-nav button.owl-prev {
  outline: none;
}
.yachts1 .owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #F89C1D;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
  border-radius: 100%;
  border: 2px solid #F89C1D;
}
.yachts1 .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #F89C1D;
}
.yachts1 .owl-theme .owl-nav {
  top: 35% !important;
}
.yachts1 .owl-theme .owl-nav [class*=owl-] {
  opacity: 0;
}
.yachts1 .owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .yachts1 .yachts1-carousel {
  overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .yachts1 .owl-theme .owl-nav {
      display: none;
  }
  .yachts1 .item .wrapper {
      margin-left: 15px;
      margin-right: 15px;
  }
}

/*tours.html*/
.section-background{
  background: url('../photos/LADUTI\ \(24\ of\ 54\).jpg') rgba(20, 19, 19, 0.516) ;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
.section-title1 h1{
  text-align: center;
  padding-top: 9%;
  font-size: 50px;
  color: #ffffff;
  z-index: 100 !important;
}

.tour-content{
  position: relative;
  padding: 30px;
  margin-top: -70px;
  background: white;

  justify-content: center;
  align-items: center;
  border-top-right-radius: 50%;


}

.tour-content1{
  position: relative;
  padding: 30px;
  margin-top: -70px;
  background: white;

  justify-content: center;
  align-items: center;
  border-top-right-radius: 50%;


}
/*Aboutus.html*/
.section-background1{
  background: url('../photos/sony\ \(1\ of\ 74\).jpg') rgba(20, 19, 19, 0.516) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}

.text-wrapper{
  position: relative;
  padding: 50px;
  background: #132742c5;
  color: #ffffff;
  margin-left: -100px;
}

.cover-bg{
  background: url('../photos/LADUTI\ \(47\ of\ 54\).jpg') rgba(20, 19, 19, 0.75) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-wrapper1{
  padding: 50px;
  background: url('../photos/h4-banner-03.jpg') rgba(20, 19, 19, 0.49) ;
color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(calc(-250px * 7));
 }
}
.slider {
  background: #142843;
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before, .slider::after {
  content: "";
  height: 300px;
  position: absolute;
  width: 300px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
}
.slider .slide {
  height: 300px;
  width: 300px;
}
/*gallery slider end*/

.private{
  background: url('../photos/h4-bg-03.png') rgba(20, 19, 19, 0) ;
padding-bottom: 100px;
  background-position: bottom left;
  background-size: 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

}

 /*Contact.html*/
 .section-background2{
  background: url('../photos/sony\ \(3\ of\ 74\).jpg') rgba(20, 19, 19, 0.516) ;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
.contact-box{
  padding: 40px;
  background: #F0F8FF;
}



 /*gallery.html*/
 .section-background3{
  background: url('../photos/LADUTI\ \(50\ of\ 54\).jpg') rgba(20, 19, 19, 0.516) ;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
@media(max-width:990px){

  .carousel-caption {
    margin-bottom: 40% !important;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
    text-shadow: 3px 3px 4px #F89C1D;
    font-family: 'Gilda Display', serif;
    text-transform: uppercase;
    font-size: 55px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Dancing Script', cursive !important;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 7px;
    font-weight: 100;
    color: #F89C1D !important;
  
  }
  .carousel1, .carousel2, .carousel3{
    height: 700px;
  }
  nav.navbar{
    height: auto;
  }
  .text-wrapper{
    margin-left: 0px !important;
  }
  .section-background, .section-background1, .section-background2, .section-background3{
    background-attachment: scroll !important;
 
  }
  .section-title1 h1{
    padding-top: 34%;
  }
  .section-title{
    font-size: 40px;
  }
  .services4{
    padding-top: 40px;
  }
  .row2{
    margin-top: -70px;
  }

  .map-col{
    justify-content: center !important; 
    text-align: center !important;
    align-items: center !important;
  }
}



 /*Animations*/
 .fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}