@font-face {
  font-family: 'Aptly';
  src: url('../fonts/Aptly.otf') format('opentype');
}

@font-face {
  font-family: 'AbhayaLibre';
  src: url('../fonts/AbhayaLibre.ttf') format('truetype');
}

:root {
  --primary: #F26522;
  --secondary: #222139;
  --white: #fff;
}

.text-primary-hover:hover {
  color: var(--primary) !important;
}

h1 {
  font-size: 75px;
  font-weight: 700;
}

h3 {
  font-size: 45px;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  font-weight: 700;
}

h6 {
  font-size: 22px;
  font-weight: 700;
}

.subtitle1 {
  font-size: 20px;
}

.subtitle2 {
  font-size: 18px;
}

.body1 {
  font-size: 16px;
}

.body2 {
  font-size: 14px;
}

.caption {
  font-size: 12px;
}

@media (max-width:576px) {
  h1 {
    font-size: 50px;
    font-weight: 700;
  }

  h3 {
    font-size: 35px;
    font-weight: 700;
  }

  h4 {
    font-size: 25px;
    font-weight: 700;
  }

  h6 {
    font-size: 20px;
    font-weight: 700;
  }

  .subtitle1 {
    font-size: 18px;
  }

  .subtitle2 {
    font-size: 16px;
  }

  .body1 {
    font-size: 14px;
  }

  .body2 {
    font-size: 12px;
  }
}

.star-color {
  color: #FAB021;
}

.rounded-btn {
  padding: 8px 10px;
  min-width: 120px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.hero-banner {
  width: 100%;
  min-height: 300px;
  padding: 24px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width:576px) {
  .hero-banner {
    min-height: 200px;
  }
}

.hero-banner>img {
  width: auto;
  height: 280px;
  position: absolute;
  right: 0px;
  top: 90px;
}

.hero-banner-2>img {
  width: auto;
  height: 220px;
  position: absolute;
  left: 0px;
  top: 80px;
}

.hero-banner-3>img {
  width: auto;
  height: 220px;
  position: absolute;
  right: 0px;
  top: 70px;
}

.filter-container {
  background-color: #D9D9D926;
  padding: 24px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.news-letter {
  background-color: var(--white);
  padding: 4px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}

.boat-card {
  margin: 8px 4px;
}

.boat-card .card-body {
  box-shadow: 1px 1px 12px 0px #00000026;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.feedback-card,
.packages-card {
  width: 70%;
  margin: 15px auto;
  margin-top: 90px;
  padding: 35px 15px;
  text-align: center;
  border: 2px solid #DBDBDB;
  box-shadow: 1px 1px 12px 0px #00000026;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.feedback-card {
  width: 100%;
  margin-top: 0px;
}

.feedback-card img,
.packages-card img {
  width: 140px;
  height: 140px;
  margin-top: -100px;
  margin-bottom: 20px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.packages-card .title {
  background-color: #252161;
  color: var(--white);
  margin: 10px auto;
  padding: 10px 40px;
  width: fit-content;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.news-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.news-card .content {
  position: relative;
  background-color: var(--white);
  width: 95%;
  padding: 16px;
  margin: auto;
  margin-top: -100px;
  box-shadow: 0px 4px 17px 0px #0000002B;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.news-card .content h6 {
  position: absolute;
  right: 20px;
  top: -35px;
  background-color: var(--primary);
  color: var(--white);
  width: 70px;
  height: 70px;
  font-family: "AbhayaLibre";
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.form {
  margin: auto;
  padding: 40px;
  border: 2px solid #DBDBDB;
  box-shadow: 0px 0px 0px 4px #0000000D;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media (max-width:576px) {
  .form {
    padding: 25px;
  }
}

.service-card {
  display: flex;
  padding: 10px;
  border: 1px solid #818181;
  box-shadow: 0px 4.01px 30.1px 0px #0000001C;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.card-img {
  display: flex;
  flex: 1;
  gap: 10px;
}

.card-img div img {
  width: 150px;
  margin-bottom: 6px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.card-img-left {
  width: 350px;
  object-fit: cover;
  border-radius: 28px !important;
  /* border-bottom-left-radius: 28px !important; */
}

.service-card .card-body {
  background-color: var(--white);
  padding: 26px 35px;
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

@media (max-width:576px) {
  .service-card .card-body {
    padding: 20px 25px;
    border-radius: 28px !important;
  }

  .card-img,
  .service-card {
    display: block;
  }

  .card-img div img {
    width: 100%;
  }

  .card-img-left {
    width: 100%;
  }
}

.product-cart {
  position: sticky;
  top: 10%;
  margin: auto;
  padding: 24px 18px;
  border: 2px solid #DBDBDB;
  box-shadow: 0px 0px 0px 4px #0000000D;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product-cart img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.product-cart .counter {
  display: flex;
  gap: 12px;
  justify-content: space-evenly;
  background: #F0F0F0;
  padding: 6px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product-cart .input-group-text,
.blog-search .input-group-text {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.product-cart input,
.blog-search input {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.product-card .card-body {
  box-shadow: 0px 4.01px 34.1px 0px #00000026;
}

.product-card .card-img-top {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.product-card button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq {
  margin: auto;
  padding: 40px;
  border: 2px solid #DBDBDB;
  box-shadow: 0px 0px 0px 4px #0000000D;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.blog-card {
  background-color: var(--white);
  padding: 12px;
  border: 2px solid #DBDBDB;
  box-shadow: 0px 0px 0px 4px #0000000D;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.blog-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.blog-card .date {
  position: absolute;
  right: 20px;
  top: -45px;
  background-color: var(--primary);
  color: var(--white);
  width: 60px;
  height: 60px;
  font-size: 18px;
  font-family: "AbhayaLibre";
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.latest-box {
  display: flex;
  gap: 10px;
  padding: 8px;
  margin: 14px 0px;
  border-radius: 6px;
  box-shadow: 0px 0.57px 19.8px 0px #0000001A;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.latest-box img {
  width: 100px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.chip {
  font-size: 12px;
  background: #F2652247;
  color: #F26522;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.about-who {
  width: 100%;
  height: 230px;
  background-image: url('../images/about-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px;
  margin-top: -140px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width:576px) {
  .about-who {
    height: auto;
    padding: 20px;
    margin-top: 0px;
  }

  .faq {
    padding: 20px;
  }
}

.input-icon {
  cursor: pointer;
  margin-top: 10px;
  margin-left: -30px !important;
  z-index: 100;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  background: #F2652236;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-button-prev {
  left: -70px !important;
}

.swiper-button-next {
  right: -70px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--primary);
}

.swiper-pagination {
  bottom: -20px !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}

@media (max-width:576px) {

  .swiper-button-prev,
  .swiper-button-next {
    background: #F2652236;
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-button-prev {
    left: -10px !important;
  }

  .swiper-button-next {
    right: -10px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
  }
}

.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  background-color: var(--white);
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}

.counter .add-icon {
  font-size: 18px;
  margin-right: 5px;
  cursor: pointer;
}

.counter .minus-icon {
  font-size: 18px;
  margin-left: 5px;
  cursor: pointer;
}

.pickup-slot {
  padding: 14px;
  margin-top: 15px;
  border: 1px solid #818181;
  box-shadow: 0px 4.01px 30.1px 0px #0000001C;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.slot-box {
  cursor: pointer;
  padding: 8px;
  text-align: center;
  background: #F265221A;
  border: 1.14px solid #F26522;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.rd-container {
  width: 100%;
  border: 1px solid #818181 !important;
  box-shadow: 0px 4.01px 30.1px 0px #0000001C !important;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}

.rd-month-label {
  font-size: 20px;
  margin: 5px 0px;
}

.rd-days,
.rd-month {
  width: 100%;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  background-color: var(--primary) !important;
}

.boat-detail-cart {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 14px;
  border-top: 1px solid #818181;
  box-shadow: 0px 4.01px 30.1px 0px #0000001C;
}

.skip-icon {
  background: #F2652236;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.skip-icon i {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}

.product-card label {
  font-size: 12px;
}

.accordion-fix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
}

.boat-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}