<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;amp;family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;amp;display=swap");

:root {
  /* --custom: #c7aa86; */

  --custom: #158ea9;

  --base: #002343;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}

.material-icons {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

h2 {
  font-size: 40px;
  color: var(--base);
}

.top-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.top-header ul li {
  display: inline-block;
  text-transform: uppercase;
}

.top-header ul li a {
  color: var(--base);
  padding: 8px 14px;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
}

.top-header .social li {
  border-left: 1px solid #e8e8e8;
}

.top-header .social li:last-child {
  border-right: 1px solid #e8e8e8;
}

.top-header .social li a {
  color: var(--custom);
}

.top-header .social li a:hover {
  background: var(--custom);
}

.top-header .social li a:hover .fa {
  color: #fff;
}

.nav-item{
  padding:8px 0px;
}

.navbar-nav li a {
  text-transform: uppercase;
  font-size: 15px;color: #102b4e;
  padding: 0 30px !important;
  font-weight: bold;
}

.navbar-nav li a.active {
  color: #102b4e !important;
}

.btn-custom {
  background: var(--base);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid var(--base) !important;
}

.btn-custom:hover {
  background: #333;
  color: #fff;
}

.btn-primary {
  background: var(--base);
  border-color: var(--base);
}

.btn-primary:hover {
  background: #333;
  color: #fff;
}

.carousel-caption {
  padding: 0 !important;
  bottom: 0 !important;
  top: 48%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px #000;
  right: 15%;
  text-align: right;
}

.carousel-caption h5 small {
  font-size: 40px;
  color: #fff;
}

.carousel-caption h5 {
  font-size: 66px;
  font-weight: 900;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.carousel-caption p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
}

.banner:before,
.carousel-inner:before {
  content: "";
  background: url(../images/wave.png) repeat-x;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.banner {
  position: relative;
  padding: 40px 0 140px 0;
}

.banner h5 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 9;
}

.banner p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  z-index: 9;
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.searchBx {
  padding: 40px;
  position: absolute;
  top: -138px;
  z-index: 99;
  border-radius: 10px;
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(4px);
  border: 1px solid rgb(255 255 255 / 60%);
}

.searchBx input,
.searchBx select {
  text-transform: uppercase;
  font-size: 14px;
  color: #898989;
  font-weight: bold;
  border-color: #fff;
}

.card-title {
  font-weight: bold;
  color: var(--base);
}

.wheel {
  position: absolute;
  top: -79px;
  left: -62px;
  animation: fa-spin 70s infinite;
}

.line {
  position: relative;
  height: 2px;
  background: rgba(30, 144, 255, 0.15);
  margin-top: 25px;
  margin-bottom: 25px;
}

.line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 60px;
  background: #102b4e;
}

.call {
  display: flex;
  justify-content: start;
}

.call-icon {
  background-color: transparent;
  color: var(--base);
  text-align: center;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin-right: 10px;
  font-size: 21px;

  border-radius: 50%;
  border: 2px solid var(--base);
}

.media-body {
  flex: 1;
}

.call-number a {
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0;
  color: var(--base);
}

.sailboat {
  background-repeat: no-repeat;
  background-image: url(../images/icon-boat.png);
  height: 250px;
  position: fixed;
  left: 0;
  top: 50%;
  width: 242px;
  transform: translateY(-50%);
  background-size: cover;
  z-index: -1;
}

.icon-big-boat {
  width: 229px;
  height: 739px;
  background-image: url(../images/icon-big-boat.png);
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bounce-y {
  animation: bounce-y 6s linear infinite;
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  to {
    transform: translateY(0);
  }
}

.wheel2 {
  position: absolute;
  top: -75px;
  right: 25px;
  animation: fa-spin 20s infinite;
  width: 149px;
  height: 147px;
  background: url(../images/icon-wheel2.png) no-repeat;
  z-index: 99;
}

.card2 {
  background: #cff4fc;
  padding: 15px;
  border-radius: 8px;
}

.card2 h5 {
  font-size: 18px;
  color: var(--base);
}

.card3 {
  background: #fff;
  border-radius: 8px;
}

/* .card3 img{ margin-bottom: 15px; } */

.card3 h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin: 15px 0;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 15px 0;
}

.price span {
  margin-right: 30px;
  font-size: 30px;
  font-weight: bold;
  color: var(--base);
}

/* .cruise_bg{ background: url(../images/cruise_bg.jpg) center fixed; background-size:cover; margin: 100px 0; padding: 100px 0; position: relative; overflow: hidden;}

.cruise_bg::before{content: ''; position: absolute; left: 0; top: 0; height: 100vh; width: 100%; backdrop-filter: blur(0px); background: rgb(0 0 0 / 60%);} */

.card3 {
  position: relative;
  overflow: hidden;
}

.card3 img {
  transition: all 0.3s ease;
  border-radius: 8px;
}

.card3:hover img:first-child {
  transform: translateX(0) scaleX(1);

  opacity: 1;

  filter: blur(0);
}

.card3:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);

  opacity: 0;

  filter: blur(10px);
}

.card3 img:first-child {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: 1;

  transform: translateX(50%) scaleX(2);

  opacity: 0;

  filter: blur(10px);
}

.cruise_bg {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.footer {
  padding: 30px 0 15px 0;
  position: relative;
  background: #002343;
  margin-top: 100px;
}

.footer:before {
  content: "";
  background: url(../images/wave2.png) repeat-x;
  width: 100%;
  height: 72px;
  position: absolute;
  top: -72px;
  left: 0;
  z-index: 99;
}

.footer p,
.footer h5 {
  color: #fff;
}

.footer ul.footer-link a {
  display: block;
  color: #fff;
  padding: 6px 16px;
  position: relative;
  transition: all 0.3s ease;
}

.footer ul.footer-link a::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer ul.footer-link a:hover {
  color: var(--custom);
  padding-left: 18px;
  text-decoration: underline;
}

.footer p &gt; a {
  color: #fff;
}

.footer p &gt; a:hover {
  color: var(--custom);
}

.copyright {
  font-size: 16px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  position: relative;
  z-index: 99;
}

#nav-tab button {
  font-size: 20px;
  color: #898989;
  padding: 0 30px;
}

.nav-underline .nav-link.active,
.nav-underline .show &gt; .nav-link {
  color: var(--base) !important;
}

.btn-grad {
  /* margin: 10px;

     padding: 15px 45px; */

  text-align: center;

  text-transform: uppercase;

  transition: 0.5s;

  background-size: 200% auto;

  color: #fff;

  /* box-shadow: 0 0 20px #eee; */

  border-radius: 10px;

  display: block;

  background-image: linear-gradient(
    to right,
    #102b4e 0%,
    #102b4e 51%,
    #102b4e 100%
  );
}

.btn-grad:hover {
  background-position: right center;

  color: #fff;

  text-decoration: none;
}

.star {
  position: absolute;
  left: 0px;
  top: 6px;
  background: rgb(0 0 0 / 40%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 10px;
  line-height: 24px;
  margin: 0;
}

.star &gt; .fa {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.detailBx {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1366px;
  }
}

@media (max-width: 768px) {
  .top-header,
  .sailboat,
  .icon-big-boat {
    display: none;
  }

  h2 {
    font-size: 30px;
  }

  .searchBx {
    position: relative;
    top: 0;
    padding: 15px;
  }

  .searchBx input,
  .searchBx select {
    font-size: 12px;
    border-color: #e8e8e8;
    margin-bottom: 10px;
  }

  .card3 {
    border: 1px solid #e8e8e8;
    padding: 15px;
  }

  .card3 h4 {
    font-size: 16px;
  }

  .card2,
  .card3 {
    margin-bottom: 15px;
  }

  h3 {
    margin-top: 30px;
  }

  .banner h5 {
    font-size: 50px;
  }

  #nav-tab button,
  .banner p {
    font-size: 16px;
  }

  #nav-tab button {
    padding: 0 !important;
  }

  .detailBx {
    display: block;
  }

  .detailBx img {
    margin-bottom: 30px;
    width: 100%;
  }

  .star {
    top: 30px;
    left: 15px;
  }
}


#contentpage ul li:before{
    font-family: "Material Icons";
content: "\e88e";
position: absolute;
top: 18px;
left: 0;
color: var(--grey-2);
font-size: 21px;
font-weight: normal;
}


.text-teal{ color: #148da9 !important;}

.list, .detailBx ul, #contentpage ul{ margin-bottom: 15px;}
.list li, .detailBx ul li, #contentpage ul li{
  font-size: 16px;
  /* font-weight: 600;
  color: var(--grey-4); */
  border-bottom: 1px solid var(--grey-1);
  padding: 6px 0 6px 35px;
  position: relative;
}

.list li, .detailBx ul li, #contentpage ul li{ position: relative;}

.list li::before, .detailBx ul li::before, #contentpage ul li::before {
  font-family: "Material Icons";
  content: "\e86c";
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--grey-2);
  font-size: 21px;
  font-weight: normal;
}</pre></body></html>