@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Redressed&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: black !important;
  font-family: 'Poppins', sans-serif !important; }
  body ::selection {
    background-color: #263550;
    color: white; }

a {
  text-decoration: none !important;
  color: inherit !important; }

figure {
  margin: 0 !important;
  overflow: hidden; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important; }

h1 {
  font-size: 2.25rem !important;
  font-weight: bold; }
  @media (max-width: 900px) {
    h1 {
      font-size: 2rem !important; } }
  @media (max-width: 400px) {
    h1 {
      font-size: 1.8rem !important; } }

h2 {
  font-size: 1.75rem !important;
  font-weight: bold; }
  @media (max-width: 900px) {
    h2 {
      font-size: 1.6rem !important; } }
  @media (max-width: 400px) {
    h2 {
      font-size: 1.4rem !important; } }

h3 {
  font-size: 1.5rem !important; }
  @media (max-width: 400px) {
    h3 {
      font-size: 1.3rem !important; } }

h4 {
  font-size: 1.25rem !important; }

h5 {
  font-size: 1.125rem !important; }

h6 {
  font-size: 0.875rem !important; }

li {
  list-style-type: none;
  list-style-position: inside; }

.primary-btn {
  padding-top: 10px;
  color: #ffffff; }
  .primary-btn a {
    width: max-content;
    padding: 10px 30px !important;
    background-color: #F08E12;
    font-weight: 500;
    font-size: 1rem;
    transition: all 500ms linear;
    border-radius: 5px; }
    .primary-btn a:hover {
      background-color: #00185a; }
    .primary-btn a i {
      padding-left: .5rem;
      rotate: 40deg;
      translate: 0 -2.5px; }

button.primary-btn2 {
  width: max-content;
  padding: 10px 24px;
  background-color: #F08E12;
  font-weight: 500;
  font-size: 1.125rem;
  border: 0;
  color: #ffffff;
  margin-top: 2.25rem;
  border-radius: 5px;
  transition: all 500ms linear; }
  button.primary-btn2:hover {
    background-color: #00185a; }
  button.primary-btn2 i {
    padding-left: 14px; }

.error {
  padding-top: 5px;
  font-size: 14px;
  color: red; }

.description {
  font-family: "Work Sans", sans-serif;
  line-height: 24px;
  text-align: justify;
  color: #655C5C; }
  .description table {
    width: 100%;
    border: 1px solid #eeeaea; }
    .description table tr:first-child {
      background: #ebf5ff !important; }
    .description table tr:nth-child(odd) {
      background: #fafafa; }
    .description table tr th,
    .description table tr td {
      font-family: "Open Sans";
      font-size: 14px;
      line-height: 24px;
      color: #3e3a3a;
      padding: 10px 15px; }
    .description table tr th {
      font-weight: 700; }
    .description table tr td a,
    .description table tr td button {
      font-family: "Open Sans";
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      color: #3e3a3a;
      background-color: transparent !important;
      border: 0; }
      .description table tr td a:hover,
      .description table tr td button:hover {
        color: #F08E12 !important; }
  .description iframe {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    margin: 10px 0px !important; }
  .description p {
    margin-bottom: 20px !important;
    font-family: "Work Sans", sans-serif; }
    .description p a {
      font-weight: 500;
      font-style: italic; }
      .description p a:hover {
        text-decoration: underline !important; }
    .description p img {
      margin: 20px 0px;
      width: 100%;
      border-radius: 20px; }
  .description h1,
  .description h2,
  .description h3,
  .description h4,
  .description h5,
  .description h6 {
    font-weight: 600 !important;
    margin: 20px 0px !important;
    color: #F08E12; }
  .description h1 {
    font-size: 20px !important;
    line-height: 30px !important; }
  .description h2 {
    font-size: 18px !important;
    line-height: 26px !important; }
  .description h3 {
    font-size: 16px !important;
    line-height: 24px !important; }
  .description h4 {
    font-size: 24px !important;
    line-height: 22px !important; }
  .description h5 {
    font-size: 12px !important;
    line-height: 20px !important; }
  .description h6 {
    font-size: 10px !important;
    line-height: 18px !important; }
  .description ol {
    list-style: decimal !important; }
    .description ol li {
      font-family: "Work Sans", sans-serif;
      display: list-item;
      font-weight: 500;
      padding: 5px 0px;
      color: #3e3a3a; }
      .description ol li a {
        color: #F08E12 !important; }
        .description ol li a:hover {
          text-decoration: underline !important; }
      .description ol li::marker {
        color: #3e3a3a; }
  .description ul li {
    display: block;
    font-weight: 400;
    padding: 5px 0px;
    display: flex;
    color: #3e3a3a;
    font-family: "Work Sans", sans-serif; }
    .description ul li a {
      color: #F08E12 !important; }
      .description ul li a:hover {
        text-decoration: underline !important; }
    .description ul li::before {
      content: "\f111";
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      font-size: 8px;
      padding-right: 10px;
      line-height: 25px;
      color: #3e3a3a; }
  .description blockquote {
    margin: 40px 0px 40px 0px;
    padding: 20px 30px;
    background: rgba(163, 204, 245, 0.32);
    border-radius: 10px; }
    .description blockquote p {
      color: #3e3a3a;
      font-size: 18px !important;
      font-weight: 500;
      margin-bottom: 0 !important;
      text-align: center; }

.card {
  border: 0 !important;
  border-radius: 0 !important; }

.section-head-wrapper {
  margin-bottom: 2.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .section-head-wrapper .section-titles .section-sub-heading {
    font-size: 2rem;
    color: #F08E12;
    font-family: "Redressed", cursive;
    text-transform: capitalize;
    position: relative;
    padding-left: 3rem;
    letter-spacing: 0.05em; }
    .section-head-wrapper .section-titles .section-sub-heading::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 2.25rem;
      background-color: #F08E12; }
  .section-head-wrapper .section-titles .section-main-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #1C3B70;
    text-transform: capitalize; }

.section-gutter {
  margin-top: 110px; }

.owl-dots {
  padding: 4px 0;
  border-radius: 6px !important; }
  .owl-dots span {
    background-color: #D9D9D9 !important;
    padding: 0 5px;
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important;
    border-radius: 6px !important; }
  .owl-dots .active span {
    background-color: #F08E12 !important;
    padding: 0 14px; }
  .owl-dots .owl-dots {
    padding: 4px 0;
    border-radius: 0px !important; }
    .owl-dots .owl-dots span {
      background-color: #1C3B70 !important;
      padding: 0 5px;
      width: 6px !important;
      height: 6px !important;
      margin: 5px !important; }
    .owl-dots .owl-dots .active span {
      background-color: #1C3B70 !important;
      padding: 0 14px; }

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%; }

.video-img {
  width: 100%;
  height: 100%; }

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  opacity: 1; }

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000; }

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000; }

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%; }

#video-popup-close:hover {
  color: #DE0023; }

.vpop {
  cursor: pointer;
  color: #655C5C;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin-left: 70px; }
  .vpop i {
    border-radius: 50%;
    color: #F08E12;
    cursor: pointer;
    background-color: transparent;
    padding: 14px 16px;
    border: 1px solid #F08E12;
    margin-right: 30px; }

.breadcrumb-all {
  background: url(../images/breadcrumb.png);
  background-size: cover;
  height: 516px;
  position: relative;
  color: #ffffff !important; }
  .breadcrumb-all::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .breadcrumb-all .breadcrumb-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .breadcrumb-all .breadcrumb-item {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    z-index: 1; }
    .breadcrumb-all .breadcrumb-item::before {
      color: #ffffff !important; }
  .breadcrumb-all .breadcrumb {
    margin-bottom: 0;
    margin-top: 42px; }
  .breadcrumb-all .breadcrumb-heading {
    position: absolute;
    font-weight: 700;
    font-size: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0.02em; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  header.sticky-header {
    box-shadow: 0 0 14px #41414152;
    background-color: #ffffff;
    color: #212121; }
    header.sticky-header .main-logo img {
      filter: brightness(1) invert(0); }
    header.sticky-header ul li a {
      color: #202020 !important; }
      header.sticky-header ul li a:hover {
        color: #F08E12 !important; }
    header.sticky-header .secondary-btn {
      border: 1px solid #212121 !important;
      color: #212121;
      transition: all 200ms linear; }
      header.sticky-header .secondary-btn:hover {
        background-color: #F08E12;
        border: 1px solid #F08E12 !important;
        color: white; }
    header.sticky-header i {
      color: #212121; }
  header nav {
    padding: 30px 0;
    color: #ffffff;
    font-family: "Work Sans", sans-serif;
    font-weight: 600; }
    header nav .main-logo {
      width: max-content; }
      header nav .main-logo img {
        filter: brightness(0) invert(1); }
    header nav .navbar-nav {
      flex-direction: inherit;
      gap: 30px;
      font-size: 20px; }
      header nav .navbar-nav .nav-link:hover {
        color: #F08E12 !important; }
      header nav .navbar-nav .active {
        color: #F08E12 !important; }
    header nav .secondary-btn {
      font-size: 18px;
      font-weight: 600;
      border: 2px solid;
      border-radius: 5px;
      padding: 12px 40px; }
    header nav .side-menu {
      cursor: pointer; }
      header nav .side-menu i {
        font-size: 30px; }
  header .mynav {
    transition: 1s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    background-color: #e3e3e3;
    overflow: auto;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20; }
    header .mynav .full-wrapper {
      height: 100%; }
      header .mynav .full-wrapper .nav-heading {
        color: #F08E12 !important;
        margin-bottom: 20px;
        position: relative; }
        header .mynav .full-wrapper .nav-heading span {
          display: block;
          width: fit-content;
          background-color: #e3e3e3;
          position: relative;
          z-index: 1;
          padding-right: 20px; }
        header .mynav .full-wrapper .nav-heading::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          top: 50%;
          right: 0px;
          background-color: #F08E12; }
      header .mynav .full-wrapper .links {
        padding: 0; }
        header .mynav .full-wrapper .links li {
          margin-bottom: 20px; }
          header .mynav .full-wrapper .links li:last-child {
            margin-bottom: 0px; }
          header .mynav .full-wrapper .links li a {
            font-family: "Work Sans", sans-serif;
            font-weight: 500;
            font-size: 16px;
            transition: all 500ms linear; }
            header .mynav .full-wrapper .links li a:hover {
              color: #F08E12 !important; }
          header .mynav .full-wrapper .links li i {
            color: #F08E12;
            margin-right: 8px; }
      header .mynav .full-wrapper .activities-wrapper .activities li {
        border-bottom: 1px solid #F08E12;
        margin-bottom: 14px;
        padding-bottom: 1rem; }
        header .mynav .full-wrapper .activities-wrapper .activities li:last-child {
          margin-bottom: 0;
          border-bottom: 0; }
        header .mynav .full-wrapper .activities-wrapper .activities li a {
          display: flex;
          gap: 10px;
          align-items: center; }
          header .mynav .full-wrapper .activities-wrapper .activities li a:hover .activities-title {
            color: #F08E12 !important; }
          header .mynav .full-wrapper .activities-wrapper .activities li a:hover img {
            transform: scale(1.1) rotate(4deg); }
          header .mynav .full-wrapper .activities-wrapper .activities li a figure {
            flex-shrink: 0;
            border-radius: 5px; }
            header .mynav .full-wrapper .activities-wrapper .activities li a figure img {
              transition: 400ms; }
          header .mynav .full-wrapper .activities-wrapper .activities li a .activities-title {
            font-family: "Work Sans", sans-serif;
            font-weight: 500;
            font-size: 16px; }
    header .mynav .closenav {
      position: absolute;
      right: 4%;
      top: 5%;
      padding: 6px 17px;
      background-color: #F08E12;
      border: 0;
      color: #ffffff !important;
      z-index: 100;
      border-radius: 5px;
      transition: all 500ms linear; }
      header .mynav .closenav:hover {
        background-color: #1C3B70; }

footer {
  background: url(../images/footer.png) no-repeat;
  background-size: cover;
  padding: 75px 0 36px;
  color: #ffffff;
  position: relative; }
  footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  footer .container, footer .bottom-footer {
    position: relative;
    z-index: 1; }
  footer .top-footer .main-logo {
    margin-bottom: 2.25rem !important; }
  footer .top-footer .footer-title {
    font-weight: 700;
    margin-bottom: 1.125rem; }
  footer .top-footer ul {
    padding: 0; }
    footer .top-footer ul li {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 1rem; }
      footer .top-footer ul li a:hover {
        color: #ffcc80 !important; }
  footer .top-footer .associated-img {
    display: flex;
    justify-content: space-between; }
    footer .top-footer .associated-img figure {
      border-radius: 5px; }
  footer .top-footer .socials {
    display: flex;
    gap: 1.125rem; }
    footer .top-footer .socials .icon-wrapper {
      border: 1px solid;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .top-footer .socials .icon-wrapper a {
        width: max-content;
        font-size: 1.5rem; }
  footer .bottom-footer {
    border-top: 1px solid;
    margin-top: 4.75rem; }
    footer .bottom-footer p {
      padding-top: 3.375rem; }

.banner .banner-img {
  position: relative; }
  .banner .banner-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .banner .banner-img figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    z-index: 1; }
    .banner .banner-img figcaption h1 {
      font-family: "Redressed", cursive;
      font-size: 6.25rem !important; }
    .banner .banner-img figcaption .banner-description {
      margin: 0 auto;
      width: 80%;
      font-size: 1.125rem;
      line-height: 27px; }
    .banner .banner-img figcaption .primary-btn {
      margin-top: 30px; }

.about-us .primary-btn {
  margin-top: 36px; }
.about-us figure img {
  border-radius: 1.25rem; }

.services .service-card {
  border: 1px solid gray !important;
  padding: 20px 10px;
  border-radius: 20px !important; }
  .services .service-card .card-head {
    display: flex;
    justify-content: center;
    align-items: center; }
    .services .service-card .card-head figure {
      height: 60px;
      width: fit-content;
      pointer-events: none; }
      .services .service-card .card-head figure img {
        object-fit: scale-down; }
  .services .service-card .card-body {
    text-align: center; }
    .services .service-card .card-body h3 {
      font-family: "Work Sans", sans-serif;
      font-weight: 500 !important;
      color: #1C3B70;
      margin-bottom: 10px !important;
      text-transform: capitalize; }
    .services .service-card .card-body .description {
      text-align: center; }
      .services .service-card .card-body .description p {
        margin-bottom: 0px !important; }

.destination .slide:hover figcaption {
  color: #F08E12; }
.destination figure {
  position: relative;
  border-radius: 10px; }
  .destination figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.23deg, rgba(32, 64, 154, 0) 60.63%, rgba(49, 53, 66, 0.7) 99.8%); }
  .destination figure figcaption {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    bottom: 3%;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    width: 100%;
    text-align: center; }

.video-section {
  background: url(../images/video.png) no-repeat;
  background-size: cover;
  padding: 15rem 0;
  position: relative; }
  .video-section .section-bg-top,
  .video-section .section-bg-bottom {
    position: absolute;
    width: 100%;
    height: max-content;
    left: 0; }
    .video-section .section-bg-top img,
    .video-section .section-bg-bottom img {
      width: 100%; }
  .video-section .section-bg-top {
    top: -1px; }
  .video-section .section-bg-bottom {
    bottom: -2px; }
  .video-section .btn-container {
    margin-top: 3.5rem; }

.blog .blog-card:hover .card-title {
  color: #F08E12 !important; }
.blog .blog-card:hover img {
  transform: scale(1.1) rotate(4deg);
  transition: 400ms; }
.blog .blog-card figure {
  border-radius: 10px; }
  .blog .blog-card figure img {
    transition: 400ms; }
.blog .blog-card .card-body {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  border-bottom: 1px solid #d9d9d9; }
  .blog .blog-card .card-body .card-title {
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #101010; }
  .blog .blog-card .card-body .date-time {
    font-size: 14px;
    color: #767676; }

.reviews .review-card {
  border: 1px solid rgba(217, 217, 217, 0.76);
  padding: 30px 20px;
  border-radius: 10px; }
  .reviews .review-card .description {
    padding: 0.75rem 0 1.5rem; }
  .reviews .review-card .reviewer-wrapper {
    display: flex;
    align-items: center;
    gap: 1.125rem; }
    .reviews .review-card .reviewer-wrapper .name {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 18px;
      text-transform: capitalize; }
    .reviews .review-card .reviewer-wrapper .country {
      font-size: 14px;
      text-align: justify;
      text-transform: capitalize;
      color: #767676; }
    .reviews .review-card .reviewer-wrapper figure {
      flex-shrink: 0;
      width: 87px;
      height: 81px;
      border-radius: 5px; }
    .reviews .review-card .reviewer-wrapper .stars i {
      color: #f08e12;
      font-size: 14px; }

.stats {
  background: url(../images/stats.png) no-repeat;
  background-size: cover;
  padding: 18rem 0;
  position: relative; }
  .stats::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)); }
  .stats .section-bg-top, .stats .section-bg-bottom {
    position: absolute;
    width: 100%;
    height: max-content;
    left: 0;
    z-index: 10; }
    .stats .section-bg-top img, .stats .section-bg-bottom img {
      width: 100%; }
  .stats .section-bg-top {
    top: -1px; }
  .stats .section-bg-bottom {
    bottom: -2px; }
  .stats .stats-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 1;
    font-family: "Work Sans", sans-serif; }
    .stats .stats-wrapper .stats-count {
      color: #ffffff;
      text-align: center; }
      .stats .stats-wrapper .stats-count .count {
        width: 120px;
        aspect-ratio: 1/1;
        border: 1px solid;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 20px;
        margin: 0 auto; }
      .stats .stats-wrapper .stats-count .title {
        margin-top: 22px;
        font-weight: 600;
        font-size: 24px; }

.package .package-card:hover .card-title {
  color: #F08E12;
  transform: translateY(-10px);
  transition: 300ms ease-in; }
.package .package-card figure {
  border-radius: 10px;
  position: relative; }
  .package .package-card figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.11%, rgba(0, 0, 0, 0.88) 100%); }
  .package .package-card figure figcaption {
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: 24px;
    color: #ffffff; }
    .package .package-card figure figcaption .card-title {
      transition: 300ms ease-in;
      font-family: "Work Sans", sans-serif;
      font-size: 18px;
      font-weight: 600; }
    .package .package-card figure figcaption .date {
      font-size: 14px;
      font-weight: 500; }

.package-menu {
  position: sticky;
  top: 123px;
  z-index: 2;
  background: #ffffff !important;
  border-bottom: 1px solid #D3D3D3;
  padding: 1.25rem 0; }
  .package-menu ul {
    justify-content: space-evenly;
    gap: 50px; }
    .package-menu ul li a {
      font-weight: 700;
      font-size: 1rem;
      color: #1C3B70 !important; }

.package-detail .section-head {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1C3B70; }
.package-detail .package-detail-container > * {
  margin-bottom: 70px; }
  .package-detail .package-detail-container > *:last-child {
    margin-bottom: 0px; }
.package-detail .package-detail-container .section-head {
  margin-bottom: 30px; }
.package-detail .package-detail-container .gallery figure {
  border-radius: 20px; }
.package-detail .package-detail-container #itinerary .trip-itinerary-container {
  display: flex;
  gap: 1.5rem; }
  .package-detail .package-detail-container #itinerary .trip-itinerary-container:last-child .day::after {
    display: none; }
.package-detail .package-detail-container #itinerary .day {
  flex-shrink: 0;
  color: #ffffff;
  position: relative; }
  .package-detail .package-detail-container #itinerary .day::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border: 2px dashed #D9D9D9;
    z-index: -1; }
  .package-detail .package-detail-container #itinerary .day p {
    padding: 12px 0;
    height: max-content;
    background-color: #F08E12;
    border-radius: 6px;
    width: 4rem;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center; }
.package-detail .package-detail-container #itinerary .accordion .accordion-item {
  border: 0 !important;
  margin-bottom: 1.25rem; }
  .package-detail .package-detail-container #itinerary .accordion .accordion-item .accordion-button {
    background-color: transparent;
    padding: 0;
    box-shadow: none !important;
    line-height: 24px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    color: #655C5C; }
    .package-detail .package-detail-container #itinerary .accordion .accordion-item .accordion-button::after {
      display: none; }
    .package-detail .package-detail-container #itinerary .accordion .accordion-item .accordion-button:not(.collapsed) {
      color: #F08E12 !important;
      font-weight: 600; }
  .package-detail .package-detail-container #itinerary .accordion .accordion-item .accordion-body {
    padding: 0 !important;
    padding-top: 14px !important; }
.package-detail .package-detail-container .costs .head {
  font-weight: 700;
  font-size: 1.25rem;
  color: #F08E12;
  margin: 10px 0; }
.package-detail .package-detail-container .costs .include {
  padding-left: 0rem; }
  .package-detail .package-detail-container .costs .include li {
    display: flex;
    margin-bottom: 1rem;
    font-family: "Work Sans", sans-serif; }
    .package-detail .package-detail-container .costs .include li::before {
      padding-right: 0.75rem;
      font-family: "Font Awesome 5 Free";
      content: "\f14a";
      font-weight: 700;
      color: #F08E12;
      font-size: 20px; }
.package-detail .package-detail-container .costs .exclude {
  padding-left: 0rem; }
  .package-detail .package-detail-container .costs .exclude li {
    display: flex;
    margin-bottom: 1rem;
    font-family: "Work Sans", sans-serif; }
    .package-detail .package-detail-container .costs .exclude li::before {
      padding-right: 0.75rem;
      font-family: "Font Awesome 5 Free";
      content: "\f057";
      font-weight: 700;
      color: #F60000;
      font-size: 20px; }
.package-detail .package-detail-container .faq .accordion .accordion-item {
  margin-bottom: 1.25rem !important;
  border: 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.93); }
  .package-detail .package-detail-container .faq .accordion .accordion-item .accordion-button {
    color: #655C5C;
    font-weight: 500; }
    .package-detail .package-detail-container .faq .accordion .accordion-item .accordion-button:not(.collapsed) {
      box-shadow: none;
      background-color: transparent;
      color: #1C3B70;
      font-weight: 500; }
    .package-detail .package-detail-container .faq .accordion .accordion-item .accordion-button:focus {
      border-color: transparent;
      outline: 0;
      box-shadow: none; }
  .package-detail .package-detail-container .faq .accordion .accordion-item .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #655C5C; }
.package-detail aside .booking-container {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 42px 42px 55px 24px;
  margin-bottom: 60px; }
  .package-detail aside .booking-container .cost-wrapper {
    font-family: "Work Sans", sans-serif; }
    .package-detail aside .booking-container .cost-wrapper .discount {
      width: max-content;
      background: #B65757;
      border-radius: 10px;
      text-align: center;
      color: #ffffff;
      padding: 14px 24px;
      font-weight: 700;
      font-size: 1.25rem; }
    .package-detail aside .booking-container .cost-wrapper .prev-cost {
      font-weight: 500;
      font-size: 1.125rem;
      color: #655C5C;
      margin: 14px 0 2px; }
      .package-detail aside .booking-container .cost-wrapper .prev-cost span {
        text-decoration: line-through;
        font-weight: 700;
        font-size: 18px;
        color: #655C5C; }
    .package-detail aside .booking-container .cost-wrapper .cost {
      font-weight: 700;
      font-size: 1.125rem;
      color: #655C5C; }
      .package-detail aside .booking-container .cost-wrapper .cost span {
        font-weight: 700;
        font-size: 36px;
        color: #1C3B70; }
  .package-detail aside .booking-container .book-wrapper {
    margin-top: 1.125rem; }
    .package-detail aside .booking-container .book-wrapper p {
      font-family: "Work Sans", sans-serif;
      margin-bottom: 1.125rem !important;
      font-weight: 500;
      color: #2D1D1D; }
      .package-detail aside .booking-container .book-wrapper p i {
        color: #F08E12;
        padding-right: 10px; }
    .package-detail aside .booking-container .book-wrapper .primary-btn {
      margin-top: 2rem; }
.package-detail aside .contact-container {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 60px 48px;
  text-align: center; }
  .package-detail aside .contact-container .section-head {
    font-size: 24px !important; }
  .package-detail aside .contact-container .head {
    color: #F08E12;
    font-weight: 600;
    font-size: 18px; }
  .package-detail aside .contact-container .owl-contact {
    margin-top: 2rem; }
    .package-detail aside .contact-container .owl-contact figure {
      border-radius: 50%;
      aspect-ratio: 1/1;
      width: 50%;
      margin: 0 auto !important; }
    .package-detail aside .contact-container .owl-contact .name {
      font-weight: 600;
      font-size: 18px;
      text-transform: capitalize;
      color: #4E4C4A;
      margin-top: 10px; }
    .package-detail aside .contact-container .owl-contact .title {
      font-weight: 600;
      font-size: 14px;
      color: #888888; }
    .package-detail aside .contact-container .owl-contact a {
      display: block;
      margin-top: .5rem;
      color: #F08E12 !important; }

.blog-detail .date {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #767676;
  margin-top: -1.5rem; }
.blog-detail .main-img {
  margin: 2.375rem 0 2.875rem !important;
  border-radius: 20px; }
.blog-detail .share {
  display: flex;
  gap: 1.125rem;
  align-items: center;
  font-size: 18px;
  margin-top: 1.5rem;
  justify-content: end; }
  .blog-detail .share .socials {
    display: flex;
    gap: 1.125rem; }
    .blog-detail .share .socials .icon-wrapper {
      border: 1px solid;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .blog-detail .share .socials .icon-wrapper:hover {
        background-color: #F08E12 !important;
        border: 1px solid #F08E12 !important;
        color: white !important; }
      .blog-detail .share .socials .icon-wrapper a {
        font-size: 20px !important; }
.blog-detail .other-blogs-wrapper {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 2.5rem 1.75rem; }
  .blog-detail .other-blogs-wrapper .title {
    font-weight: 600;
    font-size: 24px;
    color: #1C3B70;
    margin-bottom: 2.25rem; }
  .blog-detail .other-blogs-wrapper .other-blog-card {
    display: grid;
    grid-template-columns: 1fr 3fr;
    flex-direction: row;
    gap: 1rem;
    padding: 24px 0;
    border-bottom: 1px solid #D9D9D9; }
    .blog-detail .other-blogs-wrapper .other-blog-card:hover .card-title {
      color: #F08E12; }
    .blog-detail .other-blogs-wrapper .other-blog-card:first-child {
      padding-top: 0 !important; }
    .blog-detail .other-blogs-wrapper .other-blog-card:last-child {
      border-bottom: 0px !important;
      padding-bottom: 0 !important; }
    .blog-detail .other-blogs-wrapper .other-blog-card figure {
      border-radius: 5px;
      width: 90px;
      height: 78px; }
    .blog-detail .other-blogs-wrapper .other-blog-card .card-title {
      color: #655C5C;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blog-detail .other-blogs-wrapper .other-blog-card .date {
      margin-top: 0rem !important; }

.team .team-card figure {
  border-radius: 10px; }
.team .team-card .card-body {
  text-align: center; }
  .team .team-card .card-body .name {
    font-weight: 600;
    font-size: 18px;
    color: #1C3B70; }
  .team .team-card .card-body .position {
    font-weight: 600;
    color: #F08E12;
    font-family: "Work Sans", sans-serif; }

.team-detail figure {
  border-radius: 10px; }
.team-detail .team-detail-wrapper .name {
  font-weight: 600;
  font-size: 18px;
  color: #1C3B70; }
.team-detail .team-detail-wrapper .position {
  font-weight: 600;
  color: #F08E12;
  font-family: "Work Sans", sans-serif; }
.team-detail .team-detail-wrapper ul {
  padding-left: 1rem; }
  .team-detail .team-detail-wrapper ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: .5rem; }

.document .documment-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  margin-top: 10px !important;
  text-align: center;
  color: #1C3B70; }
.document figure {
  border-radius: 20px;
  height: 400px; }

.contact-us .section-head {
  text-align: left;
  margin-bottom: 1.25rem !important; }
.contact-us .social-container {
  margin-top: 2.25rem; }
  .contact-us .social-container .socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 1.25rem; }
    .contact-us .social-container .socials .icon-wrapper {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #1C3B70 !important;
      color: white !important; }
      .contact-us .social-container .socials .icon-wrapper:hover {
        background-color: #F08E12 !important;
        border: 1px solid #F08E12 !important; }
      .contact-us .social-container .socials .icon-wrapper i {
        color: #ffffff; }
    .contact-us .social-container .socials .details p {
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      color: #1C3B70; }
    .contact-us .social-container .socials .details a {
      color: #655c5c !important;
      font-family: "Work Sans", sans-serif; }
.contact-us .social--media-container {
  margin-top: 2.25rem; }
  .contact-us .social--media-container .section-head {
    font-size: 1.1255rem;
    text-transform: capitalize;
    color: #1C3B70;
    font-weight: 500; }
  .contact-us .social--media-container .socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 1.25rem; }
    .contact-us .social--media-container .socials .icon-wrapper {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent !important;
      color: #1C3B70 !important;
      border: 1px solid #1C3B70; }
      .contact-us .social--media-container .socials .icon-wrapper:hover {
        background-color: #F08E12 !important;
        color: white !important;
        border: 1px solid #F08E12 !important; }
      .contact-us .social--media-container .socials .icon-wrapper i {
        color: #ffffff; }
    .contact-us .social--media-container .socials .details p {
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      color: #1C3B70; }
    .contact-us .social--media-container .socials .details a {
      color: #655c5c !important;
      font-family: "Work Sans", sans-serif; }
.contact-us .contact-form {
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 60px 28px; }
  .contact-us .contact-form label {
    color: #655c5c;
    font-family: "Work Sans", sans-serif; }
  .contact-us .contact-form input,
  .contact-us .contact-form textarea {
    background: #f7f7f7;
    border: 1px solid rgba(217, 217, 217, 0.45);
    border-radius: 5px; }
    .contact-us .contact-form input::placeholder,
    .contact-us .contact-form textarea::placeholder {
      color: #a9a9a9;
      font-family: "Work Sans", sans-serif;
      font-size: 14px !important; }

.gallery-detail figure {
  border-radius: 1.25rem;
  height: 100%; }

.booking-form .booking-form-wrapper {
  max-width: 1040px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 70px 90px;
  margin: 0 auto; }
.booking-form .head {
  font-weight: 600;
  font-size: 24px;
  color: #1C3B70;
  margin-bottom: 2rem;
  margin-top: 50px; }
  .booking-form .head:first-child {
    margin-top: 0px; }
.booking-form .form-label {
  margin-bottom: 4px;
  color: #655C5C;
  font-family: "Work Sans", sans-serif; }
.booking-form .form-control, .booking-form .form-select {
  background-color: #F7F7F7;
  border: 1px solid rgba(217, 217, 217, 0.45); }
.booking-form .t-c {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem; }
  .booking-form .t-c a {
    color: #F08E12 !important; }
  .booking-form .t-c input[type=checkbox] {
    accent-color: #F08E12;
    width: 1em;
    height: 1em;
    border: 1px solid #F08E12;
    background-image: var(--bs-form-check-bg-image);
    color: #ffffff; }
.booking-form .primary-btn2 {
  border-radius: 5px !important; }

.activites-details .activities-card {
  position: relative; }
  .activites-details .activities-card figure {
    height: 300px;
    position: relative; }
    .activites-details .activities-card figure::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 3;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.78%, rgba(0, 0, 0, 0.5) 98.45%); }
    .activites-details .activities-card figure img {
      transition: 400ms; }
    .activites-details .activities-card figure:hover figcaption h3 {
      color: #F08E12 !important; }
    .activites-details .activities-card figure:hover img {
      transform: scale(1.1) rotate(4deg);
      transition: 400ms; }
  .activites-details .activities-card figcaption {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4; }
    .activites-details .activities-card figcaption h3 {
      width: 100%;
      text-align: center;
      font-family: "Work Sans", sans-serif;
      color: white !important;
      font-size: 18px !important;
      white-space: nowrap; }

.require-document figure {
  height: 400px; }
.require-document figcaption h3 {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  margin-top: 10px !important; }

/*# sourceMappingURL=style.css.map */
