:root {
  --color1: #072044;
  --color2: #b3d369;
  --color3: #ffbc09;
  --color4: #f94fa4;
  --color5: #38ddf7;
  --color6: #f89035;
  --black: #000000;
  --text-color: #222222;
  --white: #ffffff;
  --bg-color-light: #f7f7f7; }

.fs-1 {
  font-size: 1px; }

.fs-2 {
  font-size: 2px; }

.fs-3 {
  font-size: 3px; }

.fs-4 {
  font-size: 4px; }

.fs-5 {
  font-size: 5px; }

.fs-6 {
  font-size: 6px; }

.fs-7 {
  font-size: 7px; }

.fs-8 {
  font-size: 8px; }

.fs-9 {
  font-size: 9px; }

.fs-10 {
  font-size: 10px; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-17 {
  font-size: 17px; }

.fs-18 {
  font-size: 18px; }

.fs-19 {
  font-size: 19px; }

.fs-20 {
  font-size: 20px; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background-color: #f1f5f8; }

a,
a:hover {
  text-decoration: none; }

.bg-none {
  background-color: transparent !important;
  background: none !important; }

label {
  font-weight: 500; }

.border-dashed {
  border-style: dashed; }

.border-bottom-dashed {
  border-bottom-style: dashed; }

.destination {
  font-size: 14px;
  color: #999;
  list-style: 25px;
  margin-bottom: 0px; }
  .destination .owl-carousel {
    margin-bottom: 0px; }
    .destination .owl-carousel .owl-item img {
      height: 220px;
      object-fit: cover;
      border-radius: 15px; }

.boat {
  cursor: pointer;
  display: flex;
  outline: 5px solid #fff;
  border: 1px dashed #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  color: #666;
  margin: 0px 0px 20px 0px; }
  .boat .boat-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px; }
  .boat .boat-img {
    margin-right: 10px; }
    .boat .boat-img img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 5px; }
  .boat .rate {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-wrap: nowrap;
    line-height: 1.2;
    border-radius: 5px;
    display: flex;
    align-self: center; }
  .boat .boat-footer {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500; }

.btn-check:checked + .boat,
.boat.active,
.boat.show,
.boat:first-child:active,
:not(.btn-check) + .boat:active {
  border: 1px dashed #555;
  box-shadow: 0 0 40px #0003;
  color: #000; }

.bg-gr-1 {
  background: #3493e1;
  background: linear-gradient(0deg, #3493e1 0%, #003fce 100%); }

.bg-gr-2 {
  background: linear-gradient(0deg, #dee6f9 0%, #f8f9fd 100%); }

.bg-gr-3 {
  background: linear-gradient(0deg, #ffefdf 0%, #f9f1e4 100%); }

.bg-gr-4 {
  background: linear-gradient(0deg, #f8e7f9 0%, #f8f9fd 100%); }

.offer-box {
  margin-bottom: 0px;
  border: 1px solid #ccc;
  font-size: 11px;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
  line-height: 1.2; }
  .offer-box .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    margin-bottom: 5px; }
    .offer-box .title img {
      width: 35px;
      height: 35px;
      margin-right: 10px; }

.why-book-box {
  font-size: 11px;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 5px;
  background-color: #eaf0ff;
  display: flex;
  align-items: center; }
  .why-book-box img {
    width: 45px !important;
    height: 45px;
    margin-right: 10px;
    background-color: #bdd6f6;
    padding: 10px;
    border-radius: 100px; }
  .why-book-box .title {
    font-size: 15px;
    font-weight: 500; }

.ads {
  border: 2px solid #ccc;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px; }
  .ads .box {
    text-align: center;
    font-size: 12px;
    line-height: 1.2; }
    .ads .box img {
      width: 60px;
      height: 60px;
      margin-bottom: 10px; }
    .ads .box b {
      font-size: 16px; }

.easy-step {
  background-color: #f8f4f3;
  padding: 5px;
  border: 2px solid #f3e8e7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px; }
  .easy-step .point {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #f3dddf;
    width: 60px;
    text-align: center; }
  .easy-step img {
    width: 50px;
    height: 50px; }

.cruise {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  .cruise .details, .cruise .booking {
    width: 100%; }
  .cruise .details .name {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px; }
    .cruise .details .name .name_box {
      display: flex; }
    .cruise .details .name img {
      width: 100px;
      margin-right: 10px; }
    .cruise .details .name span {
      font-size: 18px;
      color: #8F8F8F;
      font-weight: 400; }
    .cruise .details .name .tag {
      padding: 2px 6px;
      border-radius: 3px;
      background: #F2F6FF;
      color: #030303;
      margin: 0 8px 4px 0;
      white-space: nowrap;
      display: inline-block; }
  .cruise .time {
    display: flex;
    justify-content: space-between;
    align-items: end;
    text-align: center;
    width: 100%; }
    .cruise .time strong, .cruise .time b {
      color: #01b46c;
      font-weight: 700;
      font-size: 30px; }
    .cruise .time span {
      font-size: 24px;
      color: #C4C4C4;
      line-height: 1.25;
      display: block; }
    .cruise .time .t_duration {
      font-size: 18px;
      color: #000;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
      justify-content: space-between; }
      .cruise .time .t_duration .cruise_icon {
        position: relative;
        width: 200px;
        text-align: center; }
        .cruise .time .t_duration .cruise_icon::after, .cruise .time .t_duration .cruise_icon::before {
          content: "";
          width: 11px;
          height: 11px;
          top: 0px;
          position: absolute;
          border: 2px solid #fff;
          outline: 1px solid #eee;
          top: 0;
          bottom: 0;
          margin: auto;
          border-radius: 50%;
          background: #01b46c; }
        .cruise .time .t_duration .cruise_icon::after {
          right: 0px; }
        .cruise .time .t_duration .cruise_icon::before {
          left: 0px; }
        .cruise .time .t_duration .cruise_icon img {
          width: 35px;
          margin: 0 auto; }
        .cruise .time .t_duration .cruise_icon .line {
          border-top: 3px dotted rgba(16, 249, 122, 0.2);
          width: 100%;
          position: absolute;
          top: 17px; }
  .cruise .stars {
    font-size: 16px;
    color: var(--color3);
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .cruise .stars span {
      color: #8F8F8F;
      display: inline-block;
      margin-left: 10px; }
  .cruise .cruise_class {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%; }
    .cruise .cruise_class .class-box {
      flex-grow: 1; }
    .cruise .cruise_class label {
      flex-grow: 1;
      width: 100%;
      background-color: white;
      border-radius: 5px;
      overflow: hidden;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.1); }
    .cruise .cruise_class b {
      background: #01b46c;
      color: white;
      padding: 5px;
      display: block; }
    .cruise .cruise_class input[type=radio] {
      display: none; }
      .cruise .cruise_class input[type=radio]:checked + label {
        border: 2px solid #000;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
    .cruise .cruise_class .price {
      font-size: 15px;
      font-weight: 600;
      padding: 10px 10px 5px; }
      .cruise .cruise_class .price del {
        display: block;
        color: rgba(0, 0, 0, 0.5);
        font-size: 13px; }
  .cruise .booking {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #e6e6e6;
    padding-top: 10px; }
    .cruise .booking .price {
      color: #01b46c;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.1; }
      .cruise .booking .price span {
        display: block;
        font-size: 16px;
        color: #333;
        font-weight: 400; }
    .cruise .booking .select_boat {
      font-size: 24px;
      font-weight: 700;
      color: var(--white);
      background-color: #01b46c;
      padding: 10px 20px;
      display: inline-block;
      border-radius: 5px;
      border: 0px; }

@media (max-width: 768px) {
  .cruise {
    display: flex;
    row-gap: 10px;
    padding: 10px; }
    .cruise .details, .cruise .booking, .cruise .time {
      width: 100%; }
    .cruise .details .name {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0px; }
      .cruise .details .name .name_box {
        display: block; }
        .cruise .details .name .name_box img {
          width: 80px;
          height: 80px; }
      .cruise .details .name span {
        font-size: 14px;
        display: block; }
      .cruise .details .name .tag {
        font-size: 13px; }
    .cruise .time b, .cruise .time strong {
      font-size: 16px; }
    .cruise .time span {
      font-size: 13px; }
    .cruise .time .t_duration {
      font-size: 12px; }
      .cruise .time .t_duration .cruise_icon .line {
        border-top-width: 2px;
        top: 16px; }
      .cruise .time .t_duration img {
        width: 25px; }
    .cruise .stars {
      font-size: 13px;
      margin-bottom: 0px; }
    .cruise .booking .price {
      font-size: 26px; }
      .cruise .booking .price span {
        font-size: 13px; }
    .cruise .booking .select_boat {
      padding: 10px 20px;
      font-size: 16px; } }
.destination-buttons {
  display: flex; }
  .destination-buttons .btn-destination {
    text-align: center; }
    .destination-buttons .btn-destination img {
      border: 3px solid #ccc;
      border-radius: 15px; }
    .destination-buttons .btn-destination .name {
      display: block;
      font-size: 13px;
      color: #777;
      line-height: 24px; }
  .destination-buttons .btn-check:checked + .btn-destination {
    text-align: center; }
    .destination-buttons .btn-check:checked + .btn-destination img {
      border-color: var(--bs-teal); }
    .destination-buttons .btn-check:checked + .btn-destination .name {
      color: var(--bs-teal); }

.btn-6 {
  background-color: var(--color6);
  color: #fff; }

.icon-form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 1px 1px 1px 10px; }
  .icon-form-control i {
    margin-right: 5px; }
  .icon-form-control .form-control, .icon-form-control .form-select {
    border: 0px !important;
    box-shadow: none;
    margin: 0px !important; }

.cruise-container {
  background-color: #fff;
  font-size: 14px; }
  .cruise-container .banner {
    padding: 20px;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background: #fff8ec;
    background: url(../images/cruise.png) 100% 35% no-repeat, linear-gradient(90deg, #ffb964 0%, #f89836 100%); }
    .cruise-container .banner .header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 15px; }
      .cruise-container .banner .header h1 {
        font-size: 24px;
        margin: 0px;
        color: #000; }
        .cruise-container .banner .header h1 b {
          color: #876500; }
      .cruise-container .banner .header a {
        padding: 5px 10px;
        background-color: rgba(255, 255, 255, 0.6);
        color: #000;
        font-weight: 500;
        border-radius: 10px;
        text-wrap: nowrap; }
        .cruise-container .banner .header a i {
          margin-right: 5px; }
    .cruise-container .banner h2 {
      font-size: 22px;
      margin: 0px;
      color: #871a00; }
    .cruise-container .banner ul, .cruise-container .banner li {
      padding: 0px;
      margin: 0px;
      list-style: none; }
    .cruise-container .banner .bottom {
      display: flex;
      column-gap: 10px;
      align-items: center;
      font-weight: 500;
      margin-bottom: 20px;
      color: #871a00;
      font-size: 13px; }
      .cruise-container .banner .bottom img {
        height: 30px; }
    .cruise-container .banner a {
      border-radius: 30px;
      padding: 5px 15px;
      font-size: 14px;
      font-weight: 500;
      background-color: var(--color1);
      color: #fff; }
      .cruise-container .banner a i {
        margin-left: 5px; }
  .cruise-container .experience-1 {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin: -50px 20px 0 20px; }
    .cruise-container .experience-1 h3 {
      font-size: 16px;
      margin: 0px;
      color: #000;
      text-align: center;
      padding: 15px;
      background-color: #e9fccf; }
    .cruise-container .experience-1 .img {
      padding: 3px;
      width: 66px;
      height: 66px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(90deg, #ffb964 0%, #f89836 100%);
      margin: 0 auto 10px auto; }
      .cruise-container .experience-1 .img .c_img {
        width: 60px;
        height: 60px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px; }
      .cruise-container .experience-1 .img img {
        width: 28px;
        height: 28px;
        margin: 0 auto; }
    .cruise-container .experience-1 .matter {
      padding: 15px 25px;
      text-align: center;
      display: flex;
      align-items: flex-start;
      font-size: 12px;
      justify-content: space-between; }
      .cruise-container .experience-1 .matter b {
        font-size: 13px;
        font-weight: 500;
        display: block; }
  .cruise-container .myTab {
    margin-bottom: 20px; }
    .cruise-container .myTab .nav-tabs {
      border: 0px; }
      .cruise-container .myTab .nav-tabs .nav-item .nav-link {
        font-weight: 600;
        border-radius: 10px;
        border: 0px;
        background-color: #e9fccf;
        margin: 5px;
        color: #000; }
        .cruise-container .myTab .nav-tabs .nav-item .nav-link img {
          width: 30px;
          height: 30px;
          margin-right: 10px; }
        .cruise-container .myTab .nav-tabs .nav-item .nav-link.active {
          background-color: #fff;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-bottom: 0px;
          border-radius: 10px 10px 0 0;
          margin-bottom: 0px;
          padding: 12px;
          position: relative;
          bottom: -1px; }
    .cruise-container .myTab .tab-content {
      padding: 20px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background-color: #fff; }
      .cruise-container .myTab .tab-content .tab-pane h1 {
        font-size: 16px;
        margin-bottom: 20px; }
      .cruise-container .myTab .tab-content .tab-pane label {
        font-size: 13px; }
        .cruise-container .myTab .tab-content .tab-pane label::before {
          content: "\f192";
          font-family: fontawesome;
          margin-right: 5px;
          color: rgba(0, 0, 0, 0.5); }
      .cruise-container .myTab .tab-content .tab-pane .form-control {
        border-radius: 0;
        border: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 10px; }
  .cruise-container .carousel h2 {
    font-size: 16px; }
  .cruise-container .carousel .screen img {
    border-radius: 10px;
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-bottom: 10px; }
  .cruise-container .carousel .owl-stage {
    padding-left: 0px !important; }
  .cruise-container .popular-routes {
    margin-bottom: 24px; }
    .cruise-container .popular-routes ul, .cruise-container .popular-routes li {
      padding: 0px;
      margin: 0px;
      list-style: none; }
    .cruise-container .popular-routes li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 15px 0; }
      .cruise-container .popular-routes li a {
        font-size: 12px;
        font-weight: 600;
        color: #000;
        display: flex;
        align-items: center; }
        .cruise-container .popular-routes li a span {
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 100px;
          color: #fff;
          background-color: var(--color6);
          margin-right: 10px; }
        .cruise-container .popular-routes li a::after {
          content: "\f061";
          font-family: fontawesome;
          margin-left: auto; }
  .cruise-container .c_videos .h-video .owl-stage-outer .owl-stage {
    padding-left: 0px !important; }
  .cruise-container .c_videos video {
    border-radius: 10px; }
  .cruise-container .c_videos .owl-nav {
    text-align: center;
    font-size: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    width: 100%; }
  .cruise-container .c_rating {
    display: flex;
    border: 2px solid #ffb964;
    border-radius: 10px;
    padding: 40px 15px;
    background-color: #fff;
    align-items: center;
    margin-bottom: 20px; }
    .cruise-container .c_rating .c_rating_left, .cruise-container .c_rating .c_rating_right {
      width: 50%; }
    .cruise-container .c_rating .c_rating_left {
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      text-align: center; }
      .cruise-container .c_rating .c_rating_left h5 {
        font-size: 16px;
        margin: 0;
        color: #30e1a2;
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
      .cruise-container .c_rating .c_rating_left h2 {
        font-size: 45px;
        color: #000;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 5px auto 10px auto; }
      .cruise-container .c_rating .c_rating_left .c_rating_list {
        display: flex;
        align-items: center;
        font-weight: 500;
        color: #ffb964; }
        .cruise-container .c_rating .c_rating_left .c_rating_list .stars {
          display: flex;
          column-gap: 0px;
          margin-right: 5px;
          color: #ffd900; }
          .cruise-container .c_rating .c_rating_left .c_rating_list .stars i {
            font-size: 11px; }
    .cruise-container .c_rating .c_rating_right {
      padding-left: 15px; }
      .cruise-container .c_rating .c_rating_right b {
        color: #871a00; }
  .cruise-container .c_important {
    margin-bottom: 20px; }
    .cruise-container .c_important h3 {
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 20px; }
    .cruise-container .c_important .points {
      display: flex;
      flex-direction: column;
      row-gap: 0px; }
      .cruise-container .c_important .points > div {
        display: flex;
        align-items: flex-start;
        column-gap: 15px;
        font-weight: 500;
        padding: 10px;
        border-bottom: 0px solid rgba(0, 0, 0, 0.1); }
        .cruise-container .c_important .points > div small {
          display: block;
          font-weight: 400; }
      .cruise-container .c_important .points img {
        width: 30px;
        height: 30px; }
  .cruise-container .easy-steps-container {
    margin-bottom: 20px; }
    .cruise-container .easy-steps-container .easy-step {
      background-color: #e9fccf; }
      .cruise-container .easy-steps-container .easy-step .point {
        color: #876500; }
  .cruise-container .c_faq h2 button {
    font-size: 14px;
    font-weight: 500; }
  .cruise-container .c_s_point {
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    font-weight: 500;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .cruise-container .c_s_point div {
      width: 29%;
      text-wrap: nowrap;
      font-size: 12px;
      display: flex;
      align-items: center; }
    .cruise-container .c_s_point img {
      width: 20px;
      margin-right: 5px; }
  .cruise-container .c_bg_1 {
    background: linear-gradient(180deg, #fff 0%, #ffb9641a 100%);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px; }
  .cruise-container .c_seat {
    margin-bottom: 25px; }
    .cruise-container .c_seat .c_seat_box {
      padding: 15px 15px 0;
      border-radius: 10px;
      display: flex;
      align-items: center;
      background: linear-gradient(0deg, #5fe9cf 0%, #fff 100%); }
      .cruise-container .c_seat .c_seat_box b {
        font-size: 20px;
        color: #067c67; }
      .cruise-container .c_seat .c_seat_box img {
        height: 160px; }
  .cruise-container .c_selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    background-color: #fff;
    padding: 15px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .cruise-container .c_selection .left {
      display: flex;
      align-items: center;
      column-gap: 10px; }
      .cruise-container .c_selection .left i {
        color: #999; }
    .cruise-container .c_selection .location i {
      margin-right: 5px;
      color: #000; }
    .cruise-container .c_selection .date {
      border-radius: 5px;
      padding: 3px 10px;
      background-color: #e9fccf;
      font-size: 14px; }
  .cruise-container .c_filter {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 7px 10px;
    margin-bottom: 20px;
    background-color: #fff; }
    .cruise-container .c_filter i {
      font-size: 20px; }
    .cruise-container .c_filter select {
      border: 0px; }
  .cruise-container .c_form label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6); }
  .cruise-container .c_form input,
  .cruise-container .c_form select {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1); }

/*# sourceMappingURL=style.css.map */
