@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Poppins", sans-serif !important;
  color: #444444 !important; }
  body ::selection {
    background-color: #c97800;
    color: white; }

::-webkit-scrollbar {
  width: 6px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cccccc;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F48939;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b38300; }

a, button {
  text-decoration: none !important;
  color: inherit !important;
  display: block; }

ul,
ol {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important; }

.description {
  font-size: 18px;
  line-height: 30px;
  text-align: justify; }
  .description p {
    margin-bottom: 10px !important; }

button {
  border: 0; }

figure {
  margin: 0 !important;
  overflow: hidden;
  position: relative; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }
  figure .video-play-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    figure .video-play-section .video-play-button {
      width: 47px;
      height: 47px;
      background-color: #F48939;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      figure .video-play-section .video-play-button:hover {
        background-color: #F48939; }
        figure .video-play-section .video-play-button:hover i {
          color: #ffffff; }
      figure .video-play-section .video-play-button img {
        width: 30px !important;
        height: 36px !important;
        width: 15px !important;
        height: 18px !important; }

.primary-btn {
  background-color: #ffffff;
  color: #444444 !important;
  width: fit-content;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 16px; }
  .primary-btn:hover::after {
    background-color: #ffffff;
    border: 1px solid #F48939;
    transform: rotate(0deg);
    color: #F48939 !important; }
  .primary-btn::after {
    border: 1px solid #ffffff;
    transform: rotate(-45deg);
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 13px;
    font-weight: 700;
    background-color: #F48939;
    color: #ffffff;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms; }
  .primary-btn.bg {
    background-color: #F48939;
    color: #ffffff !important; }
    .primary-btn.bg::after {
      background-color: #ffffff;
      color: #F48939; }
    .primary-btn.bg:hover::after {
      background-color: #F48939;
      border: 1px solid #ffffff;
      transform: rotate(0deg);
      color: #ffffff !important; }

.section-gutter {
  margin-top: 80px; }

.title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px; }
  .title-wrapper .sub-title {
    font-weight: 700;
    font-size: 14px;
    color: #F48939;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .title-wrapper .title {
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    color: #444444;
    line-height: 50px; }
  .title-wrapper a {
    color: #6D6D6D !important;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    transition: all 300ms; }
    .title-wrapper a:hover {
      color: #F48939 !important; }
      .title-wrapper a:hover::after {
        transform: rotate(0deg); }
    .title-wrapper a::after {
      transition: all 300ms;
      transform: rotate(-45deg);
      font-family: "Font Awesome 5 Free";
      content: "\f061";
      font-size: 13px;
      font-weight: 700;
      display: block;
      width: fit-content; }

.breadcrumb-all {
  background-size: cover !important;
  height: 435px;
  position: relative;
  color: #ffffff !important;
  background-position: center; }
  .breadcrumb-all::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(29, 47, 74, 0.7); }
  .breadcrumb-all .breadcrumb-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .breadcrumb-all .breadcrumb-heading {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 1;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    margin-top: 21px;
    width: 100%;
    text-align: center;
    padding-inline: 70px; }
  .breadcrumb-all img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1; }

.faq {
  margin-top: 40px; }
  .faq .category-title {
    font-size: 20px;
    padding: 15px 20px;
    background-color: #FFEDDF;
    border-radius: 4px;
    position: sticky;
    top: 0;
    z-index: 10;
    font-weight: 600;
    font-family: "Playfair Display", serif; }

.accordion .accordion-item {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 0px;
  padding-left: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); }
  .accordion .accordion-item h2, .accordion .accordion-item h3, .accordion .accordion-item h4, .accordion .accordion-item h5, .accordion .accordion-item h6 {
    margin: 0 !important; }
    .accordion .accordion-item h2 .accordion-button, .accordion .accordion-item h3 .accordion-button, .accordion .accordion-item h4 .accordion-button, .accordion .accordion-item h5 .accordion-button, .accordion .accordion-item h6 .accordion-button {
      color: #5B5B5B;
      border-radius: 20px;
      padding: 20px;
      background-color: transparent; }
      .accordion .accordion-item h2 .accordion-button:focus, .accordion .accordion-item h3 .accordion-button:focus, .accordion .accordion-item h4 .accordion-button:focus, .accordion .accordion-item h5 .accordion-button:focus, .accordion .accordion-item h6 .accordion-button:focus {
        border-color: transparent;
        box-shadow: none; }
      .accordion .accordion-item h2 .accordion-button:not(.collapsed), .accordion .accordion-item h3 .accordion-button:not(.collapsed), .accordion .accordion-item h4 .accordion-button:not(.collapsed), .accordion .accordion-item h5 .accordion-button:not(.collapsed), .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
        color: #5B5B5B;
        border-radius: 20px 20px 0 0;
        box-shadow: none; }
  .accordion .accordion-item .accordion-body {
    padding-top: 0 !important;
    color: #454545;
    font-weight: 300;
    padding-bottom: 22px; }
  .accordion .accordion-item .description {
    padding-left: 18px; }

.legaldocument a figure {
  border: 8px solid #F48939;
  height: 100%; }
.legaldocument a .img-fluid {
  width: 100%;
  height: 100%; }

.detail-wrapper h1 {
  font-size: 2.5rem !important; }
.detail-wrapper h2, .detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  font-weight: 600;
  font-size: 1.5rem !important;
  margin: 1.25rem 0 !important; }
.detail-wrapper h2 {
  margin-block: 30px !important; }
.detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  margin-block: 20px !important; }
.detail-wrapper a {
  color: #F48939 !important;
  display: inline;
  border-bottom: 1px solid #F48939; }
.detail-wrapper li {
  margin-bottom: 10px; }
.detail-wrapper blockquote {
  position: relative;
  background-color: #FFF9EC;
  border-left: 3px solid #F48939;
  padding: 40px 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  margin: 1rem 0;
  margin-block: 1.25rem !important;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .detail-wrapper blockquote::before {
    content: url("../images/quote2.svg"); }
.detail-wrapper .table-wrapper {
  overflow-x: auto;
  margin-block: 30px; }
.detail-wrapper table {
  min-width: 600px;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500; }
  .detail-wrapper table tbody, .detail-wrapper table td, .detail-wrapper table tfoot, .detail-wrapper table th, .detail-wrapper table thead, .detail-wrapper table tr {
    color: #444444 !important;
    padding-block: 16px; }
  .detail-wrapper table th {
    padding-block: 10px;
    border-bottom: 0 !important;
    font-family: "Playfair Display", serif;
    font-size: 18px; }
  .detail-wrapper table th:first-child,
  .detail-wrapper table td:first-child {
    border-radius: 10px 0 0 0px !important; }
  .detail-wrapper table th:last-child,
  .detail-wrapper table td:last-child {
    border-radius: 0 10px 0px 0 !important; }
  .detail-wrapper table tr:last-child td {
    border-bottom: 0 !important; }
  .detail-wrapper table thead {
    color: #727272 !important;
    font-weight: 500; }
    .detail-wrapper table thead th {
      background-color: #F48939 !important;
      font-weight: 500;
      vertical-align: middle;
      color: #ffffff !important; }
.detail-wrapper .accordion-item h2 {
  background-color: transparent !important;
  color: #5B5B5B !important; }
  .detail-wrapper .accordion-item h2 .accordion-button:not(.collapsed) {
    background-color: transparent !important; }
.detail-wrapper .accordion-item .accordion-body {
  padding-left: 0;
  border-left: 0; }
.detail-wrapper p img {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px; }

.error {
  color: #FF6262;
  font-size: 12px;
  font-weight: 500; }

.pagination {
  justify-content: center; }
  .pagination .ul-pg {
    display: flex;
    align-items: flex-end;
    position: relative; }
  .pagination .ul-btn {
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination .ul-btn:hover:not(.active) {
      color: #666; }
    .pagination .ul-btn.active {
      color: #F48939 !important;
      border-bottom: 4px solid #F48939; }
  .pagination .ul-arrows {
    display: flex;
    gap: 6px;
    padding-bottom: 4px;
    margin-left: 8px; }
  .pagination .ul-arr {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
    outline: none; }
    .pagination .ul-arr:hover:not([disabled]) {
      background: #f5f5f5;
      color: #111; }
    .pagination .ul-arr:active:not([disabled]) {
      transform: scale(0.92); }
    .pagination .ul-arr[disabled] {
      opacity: 0.2;
      cursor: not-allowed; }

.captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 16px; }
  .captcha .captcha-refresh {
    background-color: #F48939;
    padding: 4px;
    border: 0;
    height: auto;
    border-radius: 4px; }
    .captcha .captcha-refresh i {
      color: #ffffff; }

@media (max-width: 1399px) {
  .hero-banner figure figcaption {
    bottom: 35% !important;
    transform: translateY(50%); }
    .hero-banner figure figcaption .main {
      max-width: 900px !important; } }
@media (max-width: 1199px) {
  .main-header nav ul {
    gap: 37px !important; }
    .main-header nav ul li a {
      font-size: 18px !important; } }
@media (max-width: 991px) {
  header {
    display: none; }

  .mission-vision .tab-pane .main-img {
    display: none; }

  .primary-btn {
    font-size: 18px !important;
    gap: 12px !important; }
    .primary-btn::after {
      width: 35px  !important;
      height: 35px  !important; }

  .title-wrapper {
    gap: 10px; }
    .title-wrapper .sub-title {
      font-size: 10px !important;
      margin-bottom: 10px !important; }
    .title-wrapper .title {
      font-size: 26px !important;
      line-height: 32px !important; }
    .title-wrapper a {
      font-size: 14px !important; }

  .hero-banner figure figcaption {
    bottom: 80px !important;
    transform: none !important; }
    .hero-banner figure figcaption .main {
      font-size: 40px !important;
      line-height: initial !important; }
    .hero-banner figure figcaption .sub {
      font-size: 18px !important;
      margin-block: 20px 10px !important; }

  .package-card-details {
    bottom: 20px !important; }
    .package-card-details .title {
      font-size: 20px !important; }
    .package-card-details .height-days {
      font-size: 12px !important;
      margin-block: 10px !important; }
    .package-card-details .price span {
      font-size: 12px !important; }

  .about-us .aboutus-img-wrapper {
    padding-left: 0 !important; }
    .about-us .aboutus-img-wrapper figure {
      width: 100% !important; }
      .about-us .aboutus-img-wrapper figure.secondary-img {
        display: none !important; }
    .about-us .aboutus-img-wrapper .year-experience {
      top: initial !important;
      bottom: 0 !important;
      z-index: 1 !important;
      right: 0 !important;
      padding: 4px 7px 16px 12px !important; }
      .about-us .aboutus-img-wrapper .year-experience .year {
        font-size: 26px !important; }
      .about-us .aboutus-img-wrapper .year-experience p {
        font-size: 14px !important; }

  .category .category-wrapper .details-wrapper {
    margin-top: 12px !important;
    border-right: 0px solid #DDDDDD !important; }

  .category .category-wrapper {
    padding: 22px 20px !important; }

  .expert figure figcaption {
    bottom: 10px !important;
    left: 10px !important; }
  .expert .customize-trip {
    padding: 30px 20px !important; }
    .expert .customize-trip .title {
      font-size: 28px !important; }

  .seasons .season-wrapper {
    flex-wrap: wrap; }
    .seasons .season-wrapper figure {
      height: auto !important;
      flex-basis: 48% !important; }
      .seasons .season-wrapper figure figcaption {
        font-size: 30px !important; }

  .activities .activities-wrapper {
    flex-direction: column-reverse !important; }
  .activities .activities-content .number {
    font-size: 30px !important;
    width: 57px !important;
    height: 57px !important; }
    .activities .activities-content .number::after {
      width: 79px !important;
      height: 79px !important; }
  .activities .activities-content .title {
    font-size: 48px !important;
    margin-top: 6px !important;
    margin-bottom: 9px !important; }
  .activities .details-wrapper {
    margin-block: 12px 12px !important;
    padding: 10px 20px !important; }

  .heights .nav .nav-item {
    width: 46%; }
    .heights .nav .nav-item .nav-link {
      margin-bottom: 0px !important;
      padding: 16px 16px !important;
      width: 100%; }
      .heights .nav .nav-item .nav-link p {
        font-size: 20px !important; }
  .heights .tab-pane .height-card {
    padding: 18px 8px !important; }
    .heights .tab-pane .height-card .number {
      font-size: 30px !important;
      margin-right: 8px !important; }
    .heights .tab-pane .height-card .height-days-wrapper .title {
      font-size: 18px !important; }
    .heights .tab-pane .height-card .amount {
      font-size: 18px !important; }

  .testimonials .testimonial-card {
    margin-left: 0 !important;
    padding: 26px 25px !important; }
    .testimonials .testimonial-card .description {
      font-size: 16px !important; }

  footer .quicklinks {
    padding-left: 16px !important; }
  footer .social-icons::before,
  footer .social-icons::after {
    display: none; }

  .blogs .main-blog-card .card-body .title {
    font-size: 20px !important;
    margin-block: 10px !important; }
  .blogs .main-blog-card .card-body .description {
    -webkit-line-clamp: 1 !important; }
  .blogs .aside .blog-card {
    flex-direction: column; }
    .blogs .aside .blog-card .title {
      margin-block: 12px 10px !important; }

  .mission-vision .nav .nav-link {
    padding: 8px 8px !important;
    width: 150px !important;
    font-size: 18px !important; }

  .contact-form-wrapper .contact-detail {
    padding-left: 0 !important; }

  .team-detail .team-info .main-description {
    margin-block: 20px; }
  .team-detail .team-info .title {
    font-size: 30px !important;
    padding-top: 8px !important; }
  .team-detail .team-info .team-content-wrapper {
    column-gap: 20px !important;
    row-gap: 14px !important; }
    .team-detail .team-info .team-content-wrapper .team-content .number {
      font-size: 28px !important; }

  .team-about-content-wrapper {
    padding: 30px 25px !important; }

  .package-detail .trip-facts-wrapper {
    padding: 30px 10px !important; }
  .package-detail .wrapper div {
    font-size: 16px !important; }
  .package-detail .wrapper span {
    font-size: 14px !important; }
  .package-detail .tabs-wrapper .tab-pane.trip-itinerary .trip-itinerary-container {
    gap: 0.5rem !important; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .review-form {
    padding: 40px 20px !important; }
  .package-detail .cost-wrapper {
    padding: 30px 15px 30px !important; }

  .package-detail-breadcrumb figure .main-img {
    min-height: 460px; }
  .package-detail-breadcrumb figure figcaption {
    top: 55% !important; }
    .package-detail-breadcrumb figure figcaption .breadcrumb-heading {
      font-size: 32px !important;
      line-height: 37px; }
    .package-detail-breadcrumb figure figcaption .breacrumb-detail-wrapper {
      margin-top: 30px;
      padding-left: 0 !important; }

  .plan-trip {
    flex-direction: column;
    gap: 20px;
    text-align: center; }

  .booking-form .booking-form-wrapper {
    padding: 30px 20px !important; }

  .trip-plan .plan-trip-wrapper {
    padding: 40px 20px !important; } }
@media (max-width: 575px) {
  .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::after {
    width: 93% !important; }

  .sidebar-menu .navbar .top-menu {
    width: 90% !important; }

  .activities .seperator {
    display: none !important; }
  .activities .activities-content .number {
    display: none !important; }
  .activities .activities-content .title {
    line-height: 45px !important;
    font-size: 36px !important; }
  .activities .activities-content figure figcaption {
    display: none; } }
.main-header {
  position: absolute;
  top: 30px;
  width: 100%;
  background-color: transparent;
  z-index: 500; }
  .main-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main-header nav figure {
      width: fit-content; }
    .main-header nav ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 45px; }
      .main-header nav ul li {
        list-style-type: none; }
        .main-header nav ul li a {
          font-size: 20px;
          font-weight: 800;
          font-family: "Playfair Display", serif;
          color: #ffffff !important; }
    .main-header nav .nav-item {
      color: #3A3636;
      position: relative; }
      .main-header nav .nav-item i {
        font-size: 16px; }
      .main-header nav .nav-item a {
        font-size: 18px; }
      .main-header nav .nav-item:hover ul {
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-top: 2px solid #F48939;
        z-index: 2; }
      .main-header nav .nav-item .nav-link {
        position: relative;
        font-size: 20px;
        font-weight: 800; }
      .main-header nav .nav-item .active {
        color: #F48939 !important; }
      .main-header nav .nav-item ul {
        background-color: #929292;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        padding: 1rem 1.25rem !important;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 140%;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: all .25s ease;
        border-radius: 4px;
        flex-direction: column;
        align-items: start;
        gap: 4px; }
        .main-header nav .nav-item ul li {
          margin-top: 8px;
          transition: all 300ms ease;
          width: max-content;
          list-style-type: none;
          padding-block: 2px;
          color: #444444; }
          .main-header nav .nav-item ul li a {
            display: inline-block;
            color: #444444 !important;
            font-family: 'Poppins', sans-serif;
            font-weight: 500; }
            .main-header nav .nav-item ul li a:hover {
              color: #1D2F4A !important; }
          .main-header nav .nav-item ul li:first-child {
            margin-top: 0; }
          .main-header nav .nav-item ul li:hover {
            transform: translateX(0.5rem);
            color: #1D2F4A !important;
            transition: all 300ms ease; }

.search-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease; }
  .search-trigger:hover {
    opacity: 0.6; }

.search-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  z-index: 1110;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .search-backdrop.is-open {
    opacity: 1;
    visibility: visible; }

.search-popup {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1201;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 1.25rem 1.5rem;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease; }
  .search-popup.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; }
  .search-popup__inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.75rem; }
    .search-popup__inner form {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 0.75rem; }
  .search-popup__input {
    flex: 1;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    outline: none;
    font-size: 1.1rem;
    padding: 0.5rem 0.25rem;
    background: transparent;
    color: #111;
    transition: border-color 0.2s ease;
    width: 100%; }
    .search-popup__input::placeholder {
      color: #aaa; }
    .search-popup__input:focus {
      border-color: #111; }
  .search-popup__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: none;
    background: #F48939;
    color: #fff !important;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease; }
    .search-popup__submit:hover {
      background: #444;
      transform: scale(1.08); }
  .search-popup__close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    transition: color 0.2s ease, transform 0.2s ease; }
    .search-popup__close:hover {
      color: #111;
      transform: rotate(90deg); }

.sidebar-menu {
  position: relative;
  padding: 0 1.5rem;
  display: none;
  margin-top: 0;
  width: 100%;
  z-index: 1045;
  border-bottom: 4px solid #ffb669; }
  .sidebar-menu .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px; }
    .sidebar-menu .navbar .top-menu-wrapper {
      color: black;
      pointer-events: none; }
      .sidebar-menu .navbar .top-menu-wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: background 0.5s; }
      .sidebar-menu .navbar .top-menu-wrapper::after {
        content: '';
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        transition: width 0.4s;
        width: 0%; }
    .sidebar-menu .navbar .open-mobile-menu {
      background: none;
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 50%;
      border: 0;
      transform: translateY(-50%); }
    .sidebar-menu .navbar .top-menu {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      transform: translate3d(100%, 0, 0);
      transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .sidebar-menu .navbar .top-menu {
      display: flex;
      flex-direction: column;
      width: 60%;
      overflow-y: auto;
      padding: 1.5rem 1.5rem;
      background: #fff;
      height: 100%;
      gap: 10px !important; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas {
      pointer-events: all; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::before {
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
      backdrop-filter: blur(10px); }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::after {
      background: #ffb669;
      z-index: 1;
      width: 62%; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .panel,
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transform: translate3d(0, 0, 0);
      transition-duration: 0.7s; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transition-delay: 0.2s; }
    .sidebar-menu .navbar ul a {
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      transition: color 0.35s ease-out;
      color: #636363 !important; }
      .sidebar-menu .navbar ul a:hover {
        color: #F48939 !important; }
    .sidebar-menu .navbar .has-dropdown i {
      display: none; }
    .sidebar-menu .navbar .sub-menu {
      padding: 0.5rem 1.5rem 0 1.5rem; }
      .sidebar-menu .navbar .sub-menu a {
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0rem; }
    .sidebar-menu .navbar .top-menu li + li {
      margin-bottom: 1.5rem;
      margin-left: 30px;
      list-style-type: none; }
    .sidebar-menu .navbar .top-menu .dropdown-menu li {
      margin-left: 20px;
      margin-bottom: 10px; }
    .sidebar-menu .navbar .top-menu .dropdown-menu.show {
      padding: 20px 20px 10px 0;
      border: 0;
      box-shadow: 0 0 15px 2px #0000002b; }
    .sidebar-menu .navbar .top-menu .mob-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2rem; }
      .sidebar-menu .navbar .top-menu .mob-block .logo {
        font-size: 1.7rem;
        font-weight: 700;
        text-transform: uppercase;
        color: red; }
      .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu {
        border: none;
        background: none; }
        .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu i {
          color: #F48939;
          font-size: 40px; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: block; } }

footer {
  background: url(../images/footerbg2.png) no-repeat center center/cover !important;
  color: #ffffff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 70px; }
  footer::after {
    content: url(../images/footerbg.png);
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    text-align: center; }
  footer figure {
    width: fit-content;
    margin: 0 auto 20px !important; }
  footer .read-more {
    font-size: 20px;
    font-weight: 600; }
    footer .read-more:hover {
      color: #F48939 !important; }
      footer .read-more:hover::after {
        transform: rotate(0deg);
        color: #F48939; }
    footer .read-more::after {
      transform: rotate(-45deg);
      font-family: "Font Awesome 5 Free";
      content: "\f061";
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      margin-left: 10px;
      transition: all 200ms; }
  footer .footer-title {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff; }
  footer .quicklinks {
    padding-left: 80px !important; }
    @media (max-width: 991px) {
      footer .quicklinks {
        padding-left: 16px !important; } }
  footer .contacts {
    padding-left: 80px !important; }
    @media (max-width: 991px) {
      footer .contacts {
        padding-left: 16px !important; } }
  footer .footer-links {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .footer-links li {
      margin-bottom: 16px; }
      footer .footer-links li a {
        font-size: 16px;
        color: #ffffff; }
        footer .footer-links li a:hover {
          color: #F48939 !important; }
  footer .bottom-footer {
    padding-bottom: 32px;
    margin-top: 80px; }
    footer .bottom-footer .social-icons {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      isolation: isolate;
      margin-bottom: 32px; }
      footer .bottom-footer .social-icons::before {
        content: '';
        position: absolute;
        width: 37%;
        height: 1px;
        background-color: #ffffff;
        top: 50%;
        left: 0;
        z-index: -1; }
      footer .bottom-footer .social-icons::after {
        content: '';
        position: absolute;
        width: 37%;
        height: 1px;
        background-color: #ffffff;
        top: 50%;
        right: 0;
        z-index: -1; }
      footer .bottom-footer .social-icons .social-icons-wrapper {
        padding-inline: 35px; }
        footer .bottom-footer .social-icons .social-icons-wrapper a {
          font-size: 20px;
          margin-right: 24px; }
          footer .bottom-footer .social-icons .social-icons-wrapper a:last-child {
            margin-right: 0; }
    footer .bottom-footer p {
      text-align: center;
      margin-bottom: 12px !important; }
      footer .bottom-footer p a {
        display: inline-block; }

.chat-bot-container {
  position: fixed;
  bottom: 100px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  z-index: 10; }
  .chat-bot-container .icon-whatsapp {
    transition: 500ms;
    z-index: 1; }
    .chat-bot-container .icon-whatsapp span {
      font-size: 30px;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #41c051; }
      @media (max-width: 480px) {
        .chat-bot-container .icon-whatsapp span {
          width: 40px;
          height: 40px;
          font-size: 25px; } }
      .chat-bot-container .icon-whatsapp span:hover {
        background: #00740f; }
  .chat-bot-container .icon-messenger span {
    font-size: 24px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00A0F7; }
    @media (max-width: 480px) {
      .chat-bot-container .icon-messenger span {
        width: 40px;
        height: 40px;
        font-size: 25px; } }
    .chat-bot-container .icon-messenger span:hover {
      background: #005583; }

.hero-banner {
  position: relative; }
  .hero-banner figure img {
    min-height: 490px; }
  .hero-banner figure::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%; }
  .hero-banner figure figcaption {
    z-index: 1;
    position: absolute;
    bottom: 160px;
    color: #ffffff;
    width: 100%; }
    .hero-banner figure figcaption .main {
      font-size: 88px;
      font-family: "Playfair Display", serif;
      font-weight: 800;
      line-height: 97px;
      max-width: 560px; }
    .hero-banner figure figcaption .sub {
      max-width: 560px;
      font-size: 20px;
      font-weight: 500;
      margin-block: 30px; }
      .hero-banner figure figcaption .sub p {
        margin-bottom: 16px !important; }
  .hero-banner .owl-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }
    .hero-banner .owl-dots .owl-dot span {
      width: 93px;
      height: 10px;
      display: block;
      background: #ffffff; }
    .hero-banner .owl-dots .owl-dot.active span {
      background: #1D2F4A !important; }

.packages .package-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate; }
  .packages .package-card:hover figure img {
    transform: rotate(2deg) scale(1.1); }
  .packages .package-card figure img {
    transition: all 300ms; }
  .packages .package-card figure::after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
  .packages .package-card .destination {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(141, 141, 141, 0.5);
    border: 1px solid #CECECE;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    padding: 4px 16px; }
  .packages .package-card .rating {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(141, 141, 141, 0.5);
    border: 1px solid #CECECE;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    padding: 4px 16px; }
    .packages .package-card .rating i {
      padding-right: 4px; }
  .packages .package-card .package-card-details {
    position: absolute;
    bottom: 30px;
    padding-inline: 20px;
    color: #ffffff;
    width: 100%; }
    .packages .package-card .package-card-details img {
      width: fit-content; }
    .packages .package-card .package-card-details .title {
      font-family: "Playfair Display", serif;
      font-size: 26px;
      font-weight: 700; }
      .packages .package-card .package-card-details .title:hover {
        color: #F48939 !important; }
    .packages .package-card .package-card-details .height-days {
      color: #DFDFDF;
      font-size: 14px;
      margin-block: 18px;
      display: flex;
      gap: 30px; }
      .packages .package-card .package-card-details .height-days span {
        display: flex;
        align-items: center;
        gap: 8px; }
    .packages .package-card .package-card-details .price {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .packages .package-card .package-card-details .price span {
        font-size: 14px;
        color: #dfdfdf;
        text-transform: uppercase; }
        .packages .package-card .package-card-details .price span .amount {
          font-size: 18px;
          font-weight: 700; }
      .packages .package-card .package-card-details .price .booking-btn {
        transform: rotate(-45deg);
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        font-size: 13px;
        font-weight: 700;
        background-color: #F48939;
        color: #ffffff;
        border-radius: 50%;
        width: 39px;
        height: 39px;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 300ms all; }
        .packages .package-card .package-card-details .price .booking-btn:hover {
          color: #F48939 !important;
          background-color: #ffffff;
          transform: rotate(0deg); }

.about-us.about-us-page .description {
  -webkit-line-clamp: none !important;
  max-height: 320px;
  overflow-y: auto; }
.about-us .title-wrapper {
  margin-bottom: 20px !important; }
.about-us .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: initial; }
.about-us .primary-btn {
  margin-top: 20px; }
.about-us .stats {
  margin-top: 0; }
  .about-us .stats .count-wrapper {
    padding: 20px;
    border: 1px solid #F48939;
    border-radius: 10px; }
    .about-us .stats .count-wrapper figure {
      width: fit-content; }
    .about-us .stats .count-wrapper .count {
      font-size: 24px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      margin-block: 8px 5px; }
    .about-us .stats .count-wrapper .description {
      font-size: 12px;
      font-weight: 500; }
.about-us .aboutus-img-wrapper {
  padding-left: 25px;
  position: relative; }
  .about-us .aboutus-img-wrapper figure {
    width: fit-content;
    border-radius: 10px; }
    .about-us .aboutus-img-wrapper figure.main-img {
      margin-left: auto !important; }
    .about-us .aboutus-img-wrapper figure.secondary-img {
      margin-top: -100px !important; }
  .about-us .aboutus-img-wrapper .year-experience {
    background-color: #F48939;
    width: fit-content;
    padding: 18px 13px 22px 18px;
    position: absolute;
    top: 50%;
    right: 40px;
    border-radius: 10px; }
    .about-us .aboutus-img-wrapper .year-experience .year {
      font-weight: 600;
      font-size: 38px;
      font-family: "Playfair Display", serif;
      color: #ffffff; }
    .about-us .aboutus-img-wrapper .year-experience p {
      color: #1D2F4A;
      font-weight: 500;
      font-size: 18px; }

.category {
  background-color: #1D2F4A;
  padding-block: 70px; }
  .category .title-wrapper {
    justify-content: center; }
    .category .title-wrapper .title {
      color: #ffffff !important; }
  .category .category-wrapper {
    background-color: #ffffff;
    border: 1px solid #F48939;
    padding: 26px 32px;
    border-radius: 10px;
    transition: all 300ms; }
    .category .category-wrapper:hover {
      background-color: #ffe6d0; }
      .category .category-wrapper:hover .title {
        color: #F48939; }
    .category .category-wrapper .title {
      font-size: 24px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      margin-block: 12px; }
    .category .category-wrapper .subtitle {
      font-size: 12px;
      font-weight: 500;
      color: #868686; }
    .category .category-wrapper figure {
      width: fit-content;
      background-color: rgba(244, 138, 57, 0.2);
      border: 1px solid rgba(244, 138, 57, 0.3);
      padding: 14px;
      border-radius: 10px; }
    .category .category-wrapper .col-md-6:last-child .details-wrapper {
      border-right: 0; }
    .category .category-wrapper .details-wrapper {
      margin-top: 22px;
      border-right: 1px solid #DDDDDD; }
      .category .category-wrapper .details-wrapper p {
        font-size: 24px;
        font-weight: 700;
        color: #F48939; }
      .category .category-wrapper .details-wrapper span {
        font-size: 12px;
        font-weight: 500;
        color: #868686; }

.fixed-departure .title-wrapper {
  position: sticky;
  top: 10px; }
.fixed-departure .departure-table-wrapper {
  overflow: auto; }
  .fixed-departure .departure-table-wrapper::-webkit-scrollbar {
    height: 6px; }
  .fixed-departure .departure-table-wrapper .departure-table {
    min-width: 600px; }
    .fixed-departure .departure-table-wrapper .departure-table .departure-card-title {
      background-color: #F48939;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      border-radius: 10px 10px 0 0; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card-title div:first-child {
        flex-basis: 290px; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card-title div:nth-child(2n) {
        flex-basis: 215px; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card-title div:nth-child(3n) {
        flex-basis: 215px; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card-title div:nth-child(4n) {
        flex-basis: 0; }
    .fixed-departure .departure-table-wrapper .departure-table .departure-card {
      display: flex;
      align-items: center;
      padding: 16px 18px;
      border: solid #F48939;
      border-width: 0 2px 1px 2px; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card:last-child {
        border-radius: 0 0 10px 10px;
        border-bottom: 2px solid #F48939; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card .country {
        border-radius: 50%;
        margin-right: 51px !important;
        box-shadow: 0 0 12px 0 color(srgb 0 0 0/0.2);
        width: 41px;
        height: 41px;
        flex-shrink: 0; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card .trip-detail {
        flex-basis: 290px; }
        .fixed-departure .departure-table-wrapper .departure-table .departure-card .trip-detail a {
          display: block;
          font-weight: 600;
          font-size: 14px; }
          .fixed-departure .departure-table-wrapper .departure-table .departure-card .trip-detail a:hover {
            color: #F48939 !important; }
        .fixed-departure .departure-table-wrapper .departure-table .departure-card .trip-detail span {
          font-weight: 500;
          color: #F48939;
          margin-top: 4px;
          display: block; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card .dates p {
        display: block;
        font-weight: 600;
        font-size: 14px; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card .dates span {
        font-weight: 600;
        color: #F48939;
        font-size: 14px;
        margin-top: 4px;
        display: block; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card .space {
        font-size: 14px;
        font-weight: 600; }
        .fixed-departure .departure-table-wrapper .departure-table .departure-card .space span {
          font-weight: 600;
          color: #F48939;
          font-size: 14px;
          margin-top: 4px;
          display: block; }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card .booking-btn {
        font-size: 14px;
        font-weight: 600; }
        .fixed-departure .departure-table-wrapper .departure-table .departure-card .booking-btn::after {
          transform: rotate(-45deg);
          font-family: "Font Awesome 5 Free";
          content: "\f061";
          font-size: 14px;
          font-weight: 700;
          color: #F48939;
          display: inline-block;
          margin-left: 10px;
          transition: all 200ms; }
        .fixed-departure .departure-table-wrapper .departure-table .departure-card .booking-btn:hover {
          color: #F48939 !important; }
          .fixed-departure .departure-table-wrapper .departure-table .departure-card .booking-btn:hover::after {
            transform: rotate(0deg); }
      .fixed-departure .departure-table-wrapper .departure-table .departure-card .dates, .fixed-departure .departure-table-wrapper .departure-table .departure-card .space {
        flex-basis: 215px; }

.expert figure {
  position: relative;
  border-radius: 10px 0 0 10px;
  height: 100%; }
  .expert figure::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
    width: 100%;
    height: 100%; }
  .expert figure figcaption {
    z-index: 1;
    position: absolute;
    background-color: #2C241E;
    border: 1px solid #878787;
    bottom: 30px;
    left: 30px;
    padding: 18px;
    border-radius: 10px;
    color: #ffffff;
    width: 50%; }
    .expert figure figcaption .name {
      font-size: 18px;
      font-weight: 700; }
    .expert figure figcaption .experties {
      font-size: 14px;
      font-weight: 500;
      margin-block: 6px;
      font-style: italic; }
    .expert figure figcaption a {
      font-size: 14px;
      font-weight: 500;
      color: #F48939 !important; }
.expert .customize-trip {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #1D2F4A;
  color: #ffffff;
  padding: 50px 40px;
  border-radius: 0 10px 10px 0; }
  .expert .customize-trip .sub-title {
    font-size: 14px;
    color: #F48939;
    background-color: #ffffff;
    border-radius: 10px;
    width: fit-content;
    padding: 2.5px 13px;
    font-weight: 500; }
  .expert .customize-trip .title {
    font-size: 38px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-block: 12px 22px; }
  .expert .customize-trip .description {
    font-size: 18px;
    color: #DBDBDB; }
  .expert .customize-trip .btn-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 40px;
    margin-block: 40px 30px; }
    .expert .customize-trip .btn-wrapper .secondary-btn {
      background-color: #F48939;
      font-family: "Playfair Display", serif;
      padding: 14px 20px;
      border-radius: 5px;
      font-size: 20px;
      font-weight: 700; }
      .expert .customize-trip .btn-wrapper .secondary-btn img {
        margin-right: 10px;
        margin-bottom: 2px; }
  .expert .customize-trip .mail-wrapper {
    border-top: 1px solid #5E5E5E;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-weight: 600; }
    .expert .customize-trip .mail-wrapper i {
      padding-right: 10px;
      font-size: 20px; }
    .expert .customize-trip .mail-wrapper a {
      color: #F48939 !important; }

.seasons .title-wrapper {
  justify-content: center; }
.seasons .season-wrapper {
  display: flex;
  gap: 14px; }
  .seasons .season-wrapper figure {
    border-radius: 10px;
    position: relative;
    flex-basis: 25%;
    transition: all 500ms;
    height: 437px; }
    .seasons .season-wrapper figure::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 300ms; }
    .seasons .season-wrapper figure figcaption {
      z-index: 1;
      position: absolute;
      bottom: -140px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      color: #ffffff;
      font-size: 38px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      transition: all 300ms;
      white-space: nowrap; }
      .seasons .season-wrapper figure figcaption .title {
        margin-bottom: 10px; }
    .seasons .season-wrapper figure:hover {
      flex-basis: 80%; }
      .seasons .season-wrapper figure:hover::after {
        opacity: 1; }
      .seasons .season-wrapper figure:hover figcaption {
        bottom: 40px; }

.activities {
  color: #ffffff;
  position: relative;
  isolation: isolate;
  background-color: #1D2F4A;
  padding-block: 70px; }
  .activities .activities-wrapper {
    display: flex;
    flex-direction: column; }
  .activities::before {
    background: url("../images/bg.png");
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .activities .activities-content {
    display: none; }
    .activities .activities-content.active {
      display: block;
      animation: revealWidth 1s ease forwards;
      padding-top: 12px; }
    .activities .activities-content .number {
      font-size: 40px;
      font-weight: 600;
      color: #F48939;
      font-style: italic;
      width: 77px;
      height: 77px;
      border: 1px solid rgba(244, 138, 57, 0.4);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      position: relative;
      margin-left: 12px; }
      .activities .activities-content .number::after {
        position: absolute;
        content: '';
        border: 1px solid #F48939;
        width: 99px;
        height: 99px;
        border-radius: 50%; }
    .activities .activities-content .title {
      font-size: 98px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      margin-top: 16px;
      line-height: 90px;
      margin-bottom: 20px;
      z-index: 1;
      position: relative; }
      .activities .activities-content .title::after {
        content: '.';
        color: #F48939; }
    .activities .activities-content .description {
      font-size: 16px;
      line-height: initial;
      color: #E0E0E0;
      max-width: 355px; }
    .activities .activities-content .package-stats {
      display: flex; }
      .activities .activities-content .package-stats .details-wrapper {
        margin-block: 22px 30px;
        border-left: 1px solid #6C4425;
        padding: 11px 30px; }
        .activities .activities-content .package-stats .details-wrapper p {
          font-size: 24px;
          font-weight: 700;
          color: #F48939; }
        .activities .activities-content .package-stats .details-wrapper span {
          font-size: 12px;
          font-weight: 500;
          color: #868686;
          text-transform: uppercase; }
    .activities .activities-content .primary-btn {
      background-color: transparent;
      padding-left: 0;
      color: #ffffff !important; }
      .activities .activities-content .primary-btn p {
        border-bottom: 1px solid #F48939;
        font-family: poppins;
        padding-bottom: 3px;
        font-weight: 600; }
      .activities .activities-content .primary-btn::after {
        flex-shrink: 0; }
    .activities .activities-content figure {
      position: relative; }
      .activities .activities-content figure::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
        width: 100%;
        height: 100%; }
      .activities .activities-content figure figcaption {
        z-index: 1;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 30px;
        font-style: italic; }
  .activities .activities-content-tiles .owl-stage-outer {
    padding-block: 30px 4px; }
  .activities .activities-content-tiles figure {
    min-height: 352px;
    position: relative;
    overflow: visible;
    margin: 0 6px !important; }
    .activities .activities-content-tiles figure img {
      min-height: 352px; }
    .activities .activities-content-tiles figure:not(.active) {
      cursor: pointer; }
    .activities .activities-content-tiles figure figcaption {
      font-size: 18px;
      font-weight: 500;
      position: absolute;
      bottom: 40px;
      left: 20px; }
    .activities .activities-content-tiles figure.active {
      outline: 3px solid #F48939; }
      .activities .activities-content-tiles figure.active figcaption {
        z-index: 1; }
      .activities .activities-content-tiles figure.active::before {
        border: 1px solid #F48939;
        background-color: #F48939; }
      .activities .activities-content-tiles figure.active::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 47, 74, 0.6) 100%); }
    .activities .activities-content-tiles figure::before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border: 1px solid #978282;
      border-radius: 50%;
      top: -28px;
      left: 50%;
      transform: translateX(-50%); }
    .activities .activities-content-tiles figure::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 47, 74, 0.8) 100%);
      width: 100%;
      height: 100%; }
  .activities .seperator {
    margin-block: 30px 20px;
    border-top: 1px solid #8f8f8f;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #788291;
    text-transform: uppercase; }

@keyframes revealWidth {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0% 0 0); } }
.heights .title-wrapper {
  justify-content: center; }
.heights .nav {
  justify-content: center;
  gap: 20px;
  border-bottom: 0;
  margin-bottom: 20px; }
  .heights .nav .nav-link {
    background-color: #1D2F4A;
    padding: 18px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff !important;
    width: 197px;
    text-align: left; }
    .heights .nav .nav-link.active {
      color: #ffffff !important;
      background-color: #F48939 !important; }
    .heights .nav .nav-link p {
      font-size: 24px;
      font-weight: 700;
      font-family: "Playfair Display", serif; }
    .heights .nav .nav-link span {
      font-size: 12px;
      font-weight: 500; }
.heights .tab-pane figure {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px !important; }
  .heights .tab-pane figure figcaption {
    position: absolute;
    left: 50px;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #ffffff; }
    .heights .tab-pane figure figcaption p {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      margin-top: 10px;
      font-size: 24px; }
    .heights .tab-pane figure figcaption span {
      font-size: 12px;
      font-weight: 500; }
    .heights .tab-pane figure figcaption img {
      width: fit-content !important;
      background-color: rgba(244, 138, 57, 0.2);
      border: 1px solid rgba(244, 138, 57, 0.3);
      padding: 16px;
      border-radius: 10px; }
.heights .tab-pane .height-card {
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 10px;
  padding: 22px 26px;
  background-color: #1D2F4A;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 300ms;
  margin-bottom: 20px; }
  .heights .tab-pane .height-card:hover {
    border: 1px solid rgba(244, 138, 57, 0.29);
    color: #F48939 !important;
    background-color: #FFD4B4; }
    .heights .tab-pane .height-card:hover .number {
      color: #AC7A54; }
    .heights .tab-pane .height-card:hover .height-days {
      color: #787878 !important; }
      .heights .tab-pane .height-card:hover .height-days img {
        filter: brightness(0) invert(60%); }
    .heights .tab-pane .height-card:hover .price p {
      color: #787878; }
    .heights .tab-pane .height-card:hover .booking-btn {
      background-color: #F48939; }
      .heights .tab-pane .height-card:hover .booking-btn i {
        color: #ffffff; }
  .heights .tab-pane .height-card .number {
    font-size: 50px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #817871;
    margin-right: 32px;
    line-height: 65px; }
  .heights .tab-pane .height-card .height-days-wrapper {
    margin-right: auto; }
    .heights .tab-pane .height-card .height-days-wrapper .title {
      font-size: 24px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      margin-bottom: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .heights .tab-pane .height-card .height-days-wrapper .title:hover {
        color: #1D2F4A !important; }
    .heights .tab-pane .height-card .height-days-wrapper .height-days {
      font-size: 14px;
      color: #DFDFDF;
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .heights .tab-pane .height-card .height-days-wrapper .height-days span {
        margin-right: 20px; }
        .heights .tab-pane .height-card .height-days-wrapper .height-days span img {
          padding-right: 4px; }
  .heights .tab-pane .height-card .price {
    display: flex;
    align-items: center;
    gap: 10px; }
    .heights .tab-pane .height-card .price p {
      font-size: 14px;
      margin-bottom: 8px !important;
      color: #DFDFDF; }
    .heights .tab-pane .height-card .price .amount {
      font-size: 20px;
      font-weight: 700;
      white-space: nowrap; }
  .heights .tab-pane .height-card .booking-btn {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #777471;
    transform: rotate(-45deg);
    transition: all 300ms;
    margin-left: 23px; }
    .heights .tab-pane .height-card .booking-btn:hover {
      transform: rotate(0deg);
      background-color: #1D2F4A; }
.heights .tab-pane .all-height-btn {
  font-weight: 500;
  border: 1px dashed #444444;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  transition: all 300ms; }
  .heights .tab-pane .all-height-btn:hover {
    background-color: #1D2F4A;
    border: 1px dashed #F48939;
    color: #ffffff !important; }

.blogs .title-wrapper {
  justify-content: center; }
.blogs .main-blog-card {
  position: relative;
  transition: all 300ms; }
  .blogs .main-blog-card:hover .title {
    color: #F48939; }
  .blogs .main-blog-card:hover figure::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
  .blogs .main-blog-card figure {
    border-radius: 20px;
    overflow: hidden; }
    .blogs .main-blog-card figure::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .blogs .main-blog-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    color: #ffffff !important; }
    .blogs .main-blog-card .card-body .title {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      font-size: 24px;
      margin-block: 15px; }
    .blogs .main-blog-card .card-body .description {
      color: #DBDBDB;
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
.blogs .aside figure {
  height: fit-content;
  border-radius: 10px;
  flex-shrink: 0; }
.blogs .aside .blog-card {
  display: flex;
  gap: 20px;
  margin-bottom: 14px;
  background-color: #1D2F4A;
  border-radius: 10px;
  padding: 16px;
  color: #ffffff;
  transition: all 300ms; }
  .blogs .aside .blog-card:hover .title {
    color: #F48939; }
  .blogs .aside .blog-card .date {
    color: #929292;
    font-family: "Playfair Display", serif; }
    .blogs .aside .blog-card .date i {
      margin-right: 6px; }
  .blogs .aside .blog-card .title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-block: 12px 19px; }
  .blogs .aside .blog-card .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #DBDBDB;
    font-size: 16px;
    line-height: 24px; }

.partners .title-wrapper {
  justify-content: center; }
.partners figure {
  height: 125px;
  margin: 0 auto !important;
  background: #FFEDDF;
  border-radius: 10px;
  padding: 7px; }
  .partners figure img {
    object-fit: contain; }

.testimonials .testimonial-card {
  margin-left: 76px;
  background-color: #FFEDDF;
  padding: 26px 35px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .testimonials .testimonial-card figure {
    width: fit-content;
    border-radius: 50%;
    overflow: visible; }
    .testimonials .testimonial-card figure .video-play-section {
      top: 80%;
      left: 20%; }
  .testimonials .testimonial-card .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px; }
  .testimonials .testimonial-card .description {
    line-height: 27px; }
  .testimonials .testimonial-card .reviewer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #B3B3B3; }
    .testimonials .testimonial-card .reviewer .reviewer-name-country {
      display: flex;
      align-items: center;
      gap: 22px; }
      .testimonials .testimonial-card .reviewer .reviewer-name-country .name {
        font-size: 20px;
        font-weight: 600;
        color: #F48939; }
      .testimonials .testimonial-card .reviewer .reviewer-name-country .country {
        font-family: "Playfair Display", serif;
        font-size: 18px; }
    .testimonials .testimonial-card .reviewer .package {
      margin-top: 7px;
      font-size: 20px;
      color: #969696; }

.rts-milestone {
  background-color: #1D2F4A;
  background-size: cover;
  color: #ffffff;
  padding-block: 80px; }
  .rts-milestone figure {
    width: 100%; }
  .rts-milestone .title-wrapper {
    justify-content: center; }
    .rts-milestone .title-wrapper .title {
      color: #ffffff; }
  .rts-milestone .rts-timeline-section .rts-timeline-content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1399px) {
      .rts-milestone .rts-timeline-section .rts-timeline-content {
        gap: 80px; } }
    @media screen and (max-width: 991px) {
      .rts-milestone .rts-timeline-section .rts-timeline-content {
        gap: 60px; } }
    @media screen and (max-width: 576px) {
      .rts-milestone .rts-timeline-section .rts-timeline-content {
        flex-wrap: wrap;
        gap: 15px; } }
    .rts-milestone .rts-timeline-section .rts-timeline-content .left-side {
      margin-top: 40px;
      position: relative; }
      @media screen and (max-width: 1399px) {
        .rts-milestone .rts-timeline-section .rts-timeline-content .left-side {
          left: 0; } }
      @media screen and (max-width: 576px) {
        .rts-milestone .rts-timeline-section .rts-timeline-content .left-side {
          margin-top: 0; } }
      .rts-milestone .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item {
        position: relative;
        text-align: right; }
        @media screen and (max-width: 576px) {
          .rts-milestone .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item {
            text-align: center; } }
        .rts-milestone .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item .description {
          text-align: right;
          max-width: 385px;
          margin-right: 0 !important;
          margin-left: auto !important;
          line-height: 27px;
          font-size: 1rem;
          color: #dfdfdf; }
          @media screen and (max-width: 576px) {
            .rts-milestone .rts-timeline-section .rts-timeline-content .left-side .single-timeline-item .description {
              max-width: 100%;
              text-align: center; } }
    .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item {
      position: relative;
      text-align: right; }
      .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item:not(:last-child) {
        margin-bottom: 100px; }
        @media screen and (max-width: 576px) {
          .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item:not(:last-child) {
            margin-bottom: 50px; } }
      .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item h5 {
        margin-bottom: 10px !important;
        position: relative;
        font-size: 24px !important;
        font-family: "Playfair Display", serif; }
        .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
          position: absolute;
          content: "";
          height: 1px;
          width: 100px;
          background: #D9D9D9;
          top: 15px;
          right: -24.4%; }
          @media screen and (max-width: 1399px) {
            .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
              width: 60px;
              right: -80px; } }
          @media screen and (max-width: 991px) {
            .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
              right: -21%;
              display: block;
              width: 50px;
              top: 15px; } }
          @media screen and (max-width: 768px) {
            .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item h5::after {
              display: none; } }
      .rts-milestone .rts-timeline-section .rts-timeline-content .single-timeline-item .description {
        max-width: 385px;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        line-height: 27px;
        font-size: 1rem;
        color: #dfdfdf; }
    .rts-milestone .rts-timeline-section .rts-timeline-content .right-side {
      margin-top: 110px;
      position: relative; }
      @media screen and (max-width: 1399px) {
        .rts-milestone .rts-timeline-section .rts-timeline-content .right-side {
          right: 0; } }
      @media screen and (max-width: 576px) {
        .rts-milestone .rts-timeline-section .rts-timeline-content .right-side {
          margin-top: 20px; } }
      .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item {
        position: relative;
        text-align: left; }
        @media screen and (max-width: 576px) {
          .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item {
            text-align: center; } }
        .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item:not(:last-child) {
          margin-bottom: 100px; }
          @media screen and (max-width: 576px) {
            .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item:not(:last-child) {
              margin-bottom: 50px; } }
        .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5 {
          margin-bottom: 10px !important;
          position: relative; }
          .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
            position: absolute;
            content: "";
            height: 1px;
            width: 100px;
            background: #D9D9D9;
            top: 15px;
            left: -24%; }
            @media screen and (max-width: 1399px) {
              .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
                width: 60px;
                left: -80px; } }
            @media screen and (max-width: 991px) {
              .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
                left: -21%;
                display: block;
                width: 50px;
                top: 15px; } }
            @media screen and (max-width: 768px) {
              .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item h5::after {
                display: none; } }
        .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item .description {
          max-width: 385px;
          margin-left: 0 !important;
          margin-bottom: 20px !important; }
          @media screen and (max-width: 576px) {
            .rts-milestone .rts-timeline-section .rts-timeline-content .right-side .single-timeline-item .description {
              max-width: 100%; } }
    .rts-milestone .rts-timeline-section .rts-timeline-content .separator {
      position: relative; }
      .rts-milestone .rts-timeline-section .rts-timeline-content .separator::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 90%;
        width: 1px;
        background: #D9D9D9;
        content: ''; }

.mission-vision .nav {
  justify-content: center;
  border-bottom: 0;
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px; }
  .mission-vision .nav .nav-link {
    padding: 16px 8px;
    border-radius: 10px;
    width: 200px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-right: 8px; }
    .mission-vision .nav .nav-link img {
      margin-right: 6px;
      margin-bottom: 1px; }
    .mission-vision .nav .nav-link.active {
      color: #ffffff !important;
      background-color: #F48939 !important; }
      .mission-vision .nav .nav-link.active img {
        filter: brightness(0) invert(1); }
.mission-vision .tab-pane {
  margin-top: 40px; }
  .mission-vision .tab-pane .main-img {
    height: 100% !important; }
    .mission-vision .tab-pane .main-img img {
      object-fit: contain; }
  .mission-vision .tab-pane .mission-vision-content {
    background-color: #FFEDDF;
    height: 100%;
    padding: 30px; }
    .mission-vision .tab-pane .mission-vision-content .sub-title {
      padding: 3px 15px !important;
      background-color: #1D2F4A;
      width: fit-content;
      font-size: 14px;
      color: #F48939;
      border-radius: 15px; }
    .mission-vision .tab-pane .mission-vision-content .title {
      margin-block: 24px 15px;
      font-family: "Playfair Display", serif;
      font-size: 24px;
      font-weight: 700; }

.manager-why-us {
  background-color: #1D2F4A;
  padding-block: 60px 80px; }
  .manager-why-us .title-wrapper {
    justify-content: center; }
    .manager-why-us .title-wrapper .title {
      color: #ffffff; }
  .manager-why-us .manager {
    padding-inline: 40px; }
    .manager-why-us .manager .description {
      color: #ffffff; }
    .manager-why-us .manager .quote {
      margin-bottom: 10px; }
    .manager-why-us .manager span {
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      margin-bottom: 10px;
      display: block; }
    .manager-why-us .manager .manager-detail {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 42px; }
      .manager-why-us .manager .manager-detail::before {
        content: "";
        height: 1px;
        width: 62px;
        background: linear-gradient(90deg, #f48939 0%, #2c241e 100%);
        display: block; }
      .manager-why-us .manager .manager-detail p {
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        color: #F48939; }
      .manager-why-us .manager .manager-detail span {
        font-size: 16px;
        text-transform: uppercase;
        color: #ffffff; }

.why-us .nav {
  counter-reset: number;
  max-height: 531px;
  overflow-y: auto; }
  .why-us .nav .nav-link {
    padding: 10px 38px 14px 20px;
    border-radius: 0px;
    color: #ffffff !important;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #504943 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%; }
    .why-us .nav .nav-link:nth-child(n + 10)::before {
      content: counter(number); }
    .why-us .nav .nav-link:last-child {
      margin-bottom: 0 !important; }
    .why-us .nav .nav-link::before {
      counter-increment: number;
      content: "0" counter(number);
      font-size: 50px;
      font-weight: 700;
      color: #AC7A54;
      font-family: "Playfair Display", serif;
      margin-top: -11px; }
    .why-us .nav .nav-link img {
      margin-right: 6px;
      margin-bottom: 1px; }
    .why-us .nav .nav-link .content-title {
      margin: 0 auto;
      margin-left: 40px;
      text-align: left; }
    .why-us .nav .nav-link p {
      font-family: "Playfair Display", serif;
      font-size: 18px;
      font-weight: 700;
      text-align: left; }
    .why-us .nav .nav-link figure {
      flex-shrink: 0; }
      .why-us .nav .nav-link figure img {
        filter: brightness(0) invert(80%);
        height: auto !important;
        width: auto !important; }
    .why-us .nav .nav-link.active {
      background-color: #FFD4B4 !important;
      border: 1px solid rgba(244, 138, 57, 0.3); }
      .why-us .nav .nav-link.active img {
        filter: none; }
      .why-us .nav .nav-link.active p {
        color: #F48939 !important; }
      .why-us .nav .nav-link.active span {
        color: #787878; }
.why-us .tab-content {
  counter-reset: count;
  height: 100%; }
  .why-us .tab-content .tab-pane {
    height: 100%;
    color: #ffffff;
    background-color: #504943;
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative; }
    .why-us .tab-content .tab-pane::before {
      counter-increment: count;
      content: "0" counter(count);
      font-size: 200px;
      font-weight: 700;
      color: rgba(172, 122, 84, 0.15);
      font-family: "Playfair Display", serif;
      margin-top: -11px;
      position: absolute;
      right: 10px;
      top: 0;
      z-index: 0;
      pointer-events: none;
      line-height: 237px; }
    .why-us .tab-content .tab-pane .why-us-content .title {
      font-family: "Playfair Display", serif;
      font-size: 36px;
      font-weight: 700;
      margin-block: 26px 20px; }
    .why-us .tab-content .tab-pane .why-us-content .description {
      font-size: 18px;
      color: #DBDBDB;
      max-width: 600px; }
    .why-us .tab-content .tab-pane .why-us-content .content-icon {
      width: fit-content;
      background-color: rgba(244, 138, 57, 0.2);
      border: 1px solid rgba(244, 138, 57, 0.3);
      padding: 14px; }
    .why-us .tab-content .tab-pane .why-us-stats {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #ffffff; }
      .why-us .tab-content .tab-pane .why-us-stats .number {
        font-size: 36px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        color: #F48939; }
      .why-us .tab-content .tab-pane .why-us-stats span {
        font-size: 18px;
        color: #DBDBDB;
        margin-top: 20px;
        display: block; }

.contact-form-wrapper .contact-form label {
  color: #444444;
  font-size: 16px;
  font-weight: 500; }
.contact-form-wrapper .contact-form .form-control {
  border: 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  padding: 14px 18px; }
  .contact-form-wrapper .contact-form .form-control::placeholder {
    color: #AEACAC;
    font-weight: 500; }
.contact-form-wrapper .contact-form textarea {
  height: 170px; }
.contact-form-wrapper .contact-form .primary-btn {
  margin-top: 26px; }
.contact-form-wrapper .contact-detail {
  padding-left: 30px;
  padding-block: 10px; }
  .contact-form-wrapper .contact-detail .title {
    margin-bottom: 24px;
    font-size: 38px;
    font-weight: 600;
    color: #444444;
    font-family: "Playfair Display", serif; }
  .contact-form-wrapper .contact-detail .wrapper {
    margin-bottom: 25px; }
  .contact-form-wrapper .contact-detail .small {
    color: #828282;
    margin-bottom: 4px !important; }
  .contact-form-wrapper .contact-detail a {
    color: #515151;
    font-weight: 600;
    font-size: 18px;
    font-family: "Playfair Display", serif; }
  .contact-form-wrapper .contact-detail figure {
    margin-top: 30px !important;
    border-radius: 10px; }

.team .team-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px; }
  .team .team-links a {
    font-size: 20px;
    background-color: #E0E0E0;
    width: 170px;
    border-radius: 90px;
    padding: 18px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-align: center; }
    .team .team-links a.active {
      background-color: #F48939;
      color: #ffffff !important; }
.team .team-card {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 15px 34px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative; }
  .team .team-card:hover .team-card-details .team-name {
    color: #F48939; }
  .team .team-card figure::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
  .team .team-card figure img {
    width: 100%;
    object-fit: cover; }
  .team .team-card .tags {
    position: absolute;
    top: 16px;
    left: 10px;
    background-color: #F48939;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px; }
  .team .team-card .team-card-details {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 30px; }
    .team .team-card .team-card-details .team-name {
      color: #ffffff;
      font-size: 30px;
      font-weight: 700;
      font-family: "Playfair Display", serif; }
    .team .team-card .team-card-details .team-role {
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      margin-top: 10px; }

.team-detail .team-img {
  position: relative;
  border-radius: 10px; }
  .team-detail .team-img .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #F48939;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px; }
.team-detail .team-info .title {
  font-size: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  position: relative;
  padding-top: 28px; }
  .team-detail .team-info .title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 3px;
    background-color: #F48939;
    content: "";
    border-radius: 4px; }
.team-detail .team-info .role {
  margin-block: 20px 23px;
  font-size: 16px;
  font-weight: 500;
  color: #F48939; }
.team-detail .team-info .team-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 20px; }
  .team-detail .team-info .team-content-wrapper .team-content figure {
    width: fit-content; }
  .team-detail .team-info .team-content-wrapper .team-content .number {
    font-size: 40px;
    font-weight: 700;
    font-family: "Playfair Display", serif; }
  .team-detail .team-info .team-content-wrapper .team-content p {
    font-size: 14px;
    text-transform: uppercase; }
  .team-detail .team-info .team-content-wrapper .team-content:nth-child(3n-1) {
    text-align: center; }
    .team-detail .team-info .team-content-wrapper .team-content:nth-child(3n-1) .d-flex {
      justify-content: center; }
  .team-detail .team-info .team-content-wrapper .team-content:nth-child(3n) {
    text-align: end; }
    .team-detail .team-info .team-content-wrapper .team-content:nth-child(3n) .d-flex {
      justify-content: end; }
.team-detail .team-info .main-description {
  margin-top: 40px;
  font-size: 18px;
  padding-left: 20px;
  padding-block: 10px;
  position: relative;
  font-weight: 500;
  font-style: italic; }
  .team-detail .team-info .main-description::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #F48939;
    content: "";
    border-radius: 4px; }

.team-about-content .team-about-content-wrapper {
  background-color: #FFEDDF;
  padding: 53px 45px; }
  .team-about-content .team-about-content-wrapper .title {
    font-size: 28px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 18px; }
    .team-about-content .team-about-content-wrapper .title::before {
      content: url(../images/quote.svg);
      display: inline-block;
      width: 60px;
      height: 60px;
      padding-block: 10px;
      background-color: rgba(244, 138, 57, 0.2);
      border: 1px solid rgba(244, 138, 57, 0.3);
      border-radius: 10px;
      display: flex;
      justify-content: center; }
  .team-about-content .team-about-content-wrapper .description {
    font-size: 18px; }
    .team-about-content .team-about-content-wrapper .description::first-letter {
      font-size: 28px;
      color: #F48939; }
    .team-about-content .team-about-content-wrapper .description p {
      margin-bottom: 15px; }

.language-wrapper {
  background-color: #FFF9F4;
  padding: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px; }
  .language-wrapper .team-about-title {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: "Playfair Display", serif; }
  .language-wrapper ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 0; }
    .language-wrapper ul li {
      color: #8F8F8F;
      font-size: 16px;
      font-weight: 600;
      padding: 6px 15px;
      border: 1px solid #8F8F8F;
      border-radius: 20px;
      font-size: 12px; }

.trip-plan .descripition {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center; }
.trip-plan .radio-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem; }
  .trip-plan .radio-wrapper .form-check-input:checked[type=radio] {
    filter: sepia(100%) saturate(600%) hue-rotate(319deg) brightness(100%); }
  .trip-plan .radio-wrapper .form-check-input:checked {
    background-color: #D9D9D9;
    border-color: #9C9C9C; }
.trip-plan .plan-trip-wrapper {
  margin-top: 2.5rem;
  background: #FFEDDF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 70px 40px; }
  .trip-plan .plan-trip-wrapper .head {
    font-weight: 700;
    font-size: 1.5rem;
    color: #444444;
    margin-bottom: 2rem;
    font-family: "Playfair Display", serif; }
  .trip-plan .plan-trip-wrapper .form-label {
    margin-bottom: 6px;
    color: #444444;
    font-size: 14px; }
    .trip-plan .plan-trip-wrapper .form-label::placeholder {
      color: #949494; }
  .trip-plan .plan-trip-wrapper .form-control {
    margin-bottom: 6px;
    color: #444444;
    font-size: 14px;
    height: 44px; }
    .trip-plan .plan-trip-wrapper .form-control::placeholder {
      color: #949494; }
  .trip-plan .plan-trip-wrapper textarea {
    height: 120px !important; }
  .trip-plan .plan-trip-wrapper .form-select {
    margin-bottom: 6px;
    color: #949494;
    font-size: 14px;
    height: 44px; }
    .trip-plan .plan-trip-wrapper .form-select::placeholder {
      color: #949494; }
  .trip-plan .plan-trip-wrapper .t-c {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 700; }
    .trip-plan .plan-trip-wrapper .t-c label {
      display: flex;
      gap: 6px; }
    .trip-plan .plan-trip-wrapper .t-c input[type=checkbox] {
      width: 1em;
      height: 1em;
      color: #ffffff; }
  .trip-plan .plan-trip-wrapper .primary-btn {
    font-size: 15px;
    margin-top: 20px; }

.booking-form .booking-form-wrapper {
  background: #F2F2F2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 52px 33px;
  margin-bottom: 30px; }
  .booking-form .booking-form-wrapper .head {
    font-size: 24px;
    line-height: 36px;
    color: #4E4C4A;
    margin-bottom: 20px;
    margin-top: 50px;
    font-family: "Playfair Display", serif; }
    .booking-form .booking-form-wrapper .head:first-child {
      margin-top: 0px; }
  .booking-form .booking-form-wrapper .form-label {
    margin-bottom: 6px;
    color: #444444;
    font-size: 14px; }
  .booking-form .booking-form-wrapper .form-control, .booking-form .booking-form-wrapper .form-select {
    background-color: #ffffff;
    border: 0; }
  .booking-form .booking-form-wrapper .input-group-text {
    border: 0 !important; }
  .booking-form .booking-form-wrapper p {
    margin-top: -1.5rem !important;
    font-style: italic;
    margin-bottom: 2rem !important; }
  .booking-form .booking-form-wrapper .t-c {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 700; }
    .booking-form .booking-form-wrapper .t-c a {
      color: #1D2F4A !important; }
    .booking-form .booking-form-wrapper .t-c input[type=checkbox] {
      accent-color: #1D2F4A;
      width: 1em;
      height: 1em;
      border: 1px solid #1D2F4A;
      color: #ffffff; }
    .booking-form .booking-form-wrapper .t-c label {
      display: flex;
      gap: 6px; }
  .booking-form .booking-form-wrapper .primary-btn {
    font-size: 15px;
    margin-top: 30px; }
.booking-form aside {
  position: sticky;
  top: 0; }
  .booking-form aside .trip-summary {
    padding: 2.25rem 1.75rem;
    background-color: #FFEDDF;
    border-radius: 20px; }
    .booking-form aside .trip-summary .head {
      color: #4E4C4A;
      font-size: 24px;
      font-style: normal;
      font-family: "Playfair Display", serif; }
    .booking-form aside .trip-summary figure {
      border-radius: 6px;
      margin: 30px 0 !important; }
    .booking-form aside .trip-summary .tour-title {
      color: #F48939;
      font-size: 20px;
      font-weight: 600;
      margin-top: 16px; }
    .booking-form aside .trip-summary .trip-details {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .booking-form aside .trip-summary .trip-details div {
        width: 50%;
        padding: 1rem 0 0;
        color: #4E4C4A; }
        .booking-form aside .trip-summary .trip-details div svg {
          color: #F48939;
          padding-right: 8px; }
        .booking-form aside .trip-summary .trip-details div span {
          color: #888888; }
    .booking-form aside .trip-summary .price-btn {
      background-color: #F48939;
      text-transform: none;
      text-align: center;
      border-radius: 5px;
      padding: 14px 0;
      font-size: 18px;
      color: #ffffff !important;
      width: 100%;
      border: 0; }
      .booking-form aside .trip-summary .price-btn span {
        font-weight: 600;
        font-size: 24px;
        padding-left: 10px; }

.packages-list-header {
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 40px; }
  .packages-list-header .filter-menu-heading {
    font-family: "Playfair Display", serif;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444444;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; }
    .packages-list-header .filter-menu-heading img {
      margin-right: 10px;
      transform: scale(1);
      animation: pulse 2s infinite; }

body:has(.packagesFilter.open):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 100000; }

.packagesFilter.open {
  left: 0;
  opacity: 1;
  pointer-events: all; }

.packagesFilter {
  position: fixed;
  top: 0;
  left: -100%;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 9999999999;
  background: white;
  height: 100vh;
  width: 100%;
  max-width: 400px;
  opacity: 0;
  pointer-events: none; }
  .packagesFilter .side-nav-close-btn {
    padding: 30px 0px;
    width: fit-content;
    margin-left: auto;
    padding-right: 38px; }
    .packagesFilter .side-nav-close-btn a {
      display: inline-block;
      padding: 5px 10px;
      background-color: #F48939;
      color: white !important;
      font-size: 20px;
      border-radius: 5px;
      cursor: pointer; }
  .packagesFilter .packagesFilter-body {
    padding: 0px 30px 30px;
    height: calc(100vh - 100px);
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .packagesFilter .packagesFilter-body::-webkit-scrollbar {
      width: 8px; }
    .packagesFilter .packagesFilter-body::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px; }
    .packagesFilter .packagesFilter-body::-webkit-scrollbar-thumb {
      background: #707070;
      border-radius: 10px; }
    .packagesFilter .packagesFilter-body::-webkit-scrollbar-thumb:hover {
      background: #acacac; }
    .packagesFilter .packagesFilter-body .accordion .accordion-item {
      border: 0 !important;
      background-color: transparent;
      box-shadow: none; }
      .packagesFilter .packagesFilter-body .accordion .accordion-item:last-child {
        margin-bottom: 0; }
      .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion-button:not(.collapsed) {
        box-shadow: none; }
      .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion-button {
        padding: 10px 24px 10px 24px;
        background-color: #F48939 !important;
        color: #ffffff !important;
        border-radius: 4px;
        font-size: 20px;
        font-weight: 600; }
        .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion-button::after {
          filter: brightness(0) invert(1); }
        .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion-button:focus {
          border-color: transparent;
          outline: 0 !important;
          box-shadow: none !important; }
      .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion-body {
        padding: 0.7rem 0.55rem; }
      .packagesFilter .packagesFilter-body .accordion .accordion-item form {
        margin-top: 16px; }
        .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper {
          display: block;
          position: relative;
          padding-left: 30px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 16px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper .checkmark {
            position: absolute;
            top: 4px;
            left: 0;
            height: 15px;
            width: 15px;
            background-color: #eee; }
            .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper .checkmark:hover {
              background-color: #ccc; }
            .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper .checkmark::after {
              content: "";
              position: absolute;
              display: none; }
          .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper input:checked ~ .checkmark {
            background-color: #686868; }
            .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper input:checked ~ .checkmark::after {
              display: block; }
          .packagesFilter .packagesFilter-body .accordion .accordion-item form .wrapper .checkmark::after {
            left: 5px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion .accordion-item {
        padding-left: 0; }
        .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion .accordion-item .accordion-collapse {
          border: 0; }
        .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion .accordion-item .accordion-header {
          line-height: normal !important;
          border-bottom: 0; }
          .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion .accordion-item .accordion-header .accordion-button {
            background-color: transparent !important;
            padding: 0 0 0px 30px;
            color: #444444 !important;
            border-radius: 0;
            position: relative; }
            .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion .accordion-item .accordion-header .accordion-button::after {
              display: none; }
            .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion .accordion-item .accordion-header .accordion-button .checkmark {
              left: 0px; }
        .packagesFilter .packagesFilter-body .accordion .accordion-item .accordion .accordion-item .accordion-body {
          padding-left: 30px;
          padding-top: 0; }

@keyframes pulse {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
.package-detail-breadcrumb figure {
  position: relative; }
  .package-detail-breadcrumb figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .package-detail-breadcrumb figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 1; }
    .package-detail-breadcrumb figure figcaption .breadcrumb-heading {
      font-size: 50px;
      font-weight: 700;
      font-family: "Playfair Display", serif; }
    .package-detail-breadcrumb figure figcaption .breacrumb-detail-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      font-weight: 600; }
      .package-detail-breadcrumb figure figcaption .breacrumb-detail-wrapper img {
        width: fit-content !important;
        padding-right: 11px; }

.package-detail .trip-facts-wrapper {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 40px;
  border-radius: 6px;
  margin-bottom: 40px; }
  .package-detail .trip-facts-wrapper .title {
    font-size: 22px;
    color: #5e5e5e;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif; }
.package-detail .wrapper {
  display: flex;
  gap: 14px;
  align-items: center; }
  .package-detail .wrapper figure {
    height: max-content;
    flex-shrink: 0; }
  .package-detail .wrapper span {
    color: #565656;
    font-size: 16px;
    font-family: "Playfair Display", serif; }
  .package-detail .wrapper div {
    color: #444444;
    font-size: 18px; }
.package-detail .tabs-wrapper .menu {
  background-color: #FFEDDF;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-width: 1px;
  scrollbar-color: #ffc27d #FFEDDF;
  padding: 17px 15px 10px;
  border-radius: 10px;
  margin-bottom: 30px; }
  .package-detail .tabs-wrapper .menu li button {
    color: #444444;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 10px !important;
    border: 0 !important; }
  .package-detail .tabs-wrapper .menu li a.active {
    background-color: #444444;
    color: #ffffff; }
.package-detail .tabs-wrapper .tab-pane .title {
  font-size: 22px;
  margin-bottom: 16px;
  font-family: "Playfair Display", serif; }
.package-detail .tabs-wrapper .tab-pane .description {
  font-size: 16px;
  line-height: 28px; }
.package-detail .tabs-wrapper .tab-pane figure {
  margin-top: 20px; }
.package-detail .tabs-wrapper .tab-pane .video-play-section {
  border-radius: 14px;
  transform: translate(0); }
  .package-detail .tabs-wrapper .tab-pane .video-play-section .popup-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .package-detail .tabs-wrapper .tab-pane .video-play-section .video-play-button {
    background-color: #ff2121;
    padding: 7px 27px 8px 27px;
    border-radius: 8px;
    width: max-content;
    color: #ffffff;
    height: 42px; }
    .package-detail .tabs-wrapper .tab-pane .video-play-section .video-play-button:hover {
      background-color: #be0000; }
.package-detail .tabs-wrapper .tab-pane.trip-itinerary .trip-itinerary-container {
  display: flex;
  gap: 1.5rem; }
  .package-detail .tabs-wrapper .tab-pane.trip-itinerary .trip-itinerary-container:last-child .day::after {
    display: none; }
.package-detail .tabs-wrapper .tab-pane.trip-itinerary .day {
  flex-shrink: 0;
  color: #ffffff;
  position: relative;
  padding-bottom: 22px; }
  .package-detail .tabs-wrapper .tab-pane.trip-itinerary .day p {
    padding: 12px 0;
    height: max-content;
    background-color: #ffffff;
    color: #1D2F4A;
    border-radius: 6px;
    width: 4rem;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center; }
.package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item {
  border: 0 !important;
  margin-bottom: 1.25rem;
  background-color: transparent;
  box-shadow: none; }
  .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-button {
    background-color: transparent !important;
    padding: 0;
    box-shadow: none !important;
    line-height: 25px;
    font-weight: 500;
    color: #6F6F6F !important; }
    .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-button::after {
      display: none; }
    .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-button:not(.collapsed) {
      color: #1D2F4A !important;
      font-weight: 500; }
  .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-body {
    padding: 0 !important;
    padding-top: 10px !important;
    border: none; }
    .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-body p {
      margin-top: .45rem !important; }
    .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-body .wrapper {
      margin-top: 14px;
      display: flex;
      gap: 14px;
      align-items: center; }
      .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-body .wrapper figure {
        height: max-content;
        flex-shrink: 0; }
      .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-body .wrapper span {
        color: #565656;
        font-size: 14px;
        font-family: "Playfair Display", serif; }
      .package-detail .tabs-wrapper .tab-pane.trip-itinerary .accordion .accordion-item .accordion-body .wrapper div {
        color: #474747;
        font-size: 15px; }
.package-detail .tabs-wrapper .tab-pane.trip-gallery figure {
  border-radius: 10px; }
.package-detail .tabs-wrapper .tab-pane.trip-cost .include-sub-head {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #4E4C4A;
  margin-bottom: 20px; }
.package-detail .tabs-wrapper .tab-pane.trip-cost ul {
  padding-left: 0; }
  .package-detail .tabs-wrapper .tab-pane.trip-cost ul li {
    display: flex;
    gap: 12px;
    color: #4D4D55;
    margin-bottom: 1.25rem; }
    .package-detail .tabs-wrapper .tab-pane.trip-cost ul li::before {
      content: url("../images/tick.svg");
      font-weight: 700;
      background-color: #F48939;
      color: #ffffff;
      margin-top: 2px;
      height: max-content;
      border-radius: 50%;
      padding: 2px 7px; }
.package-detail .tabs-wrapper .tab-pane.trip-cost .excludes {
  background: #FFF5F5;
  border-radius: 4px;
  padding: 28px; }
  .package-detail .tabs-wrapper .tab-pane.trip-cost .excludes .excludes-sub-head {
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    color: #5A5A5A;
    margin-bottom: 20px; }
  .package-detail .tabs-wrapper .tab-pane.trip-cost .excludes li::before {
    padding: 0px 7px !important;
    content: url("../images/wrong.svg");
    background-color: #DA4A4A;
    color: #ffffff; }
.package-detail .tabs-wrapper .tab-pane.trip-departures .selection-wrapper {
  gap: 20px;
  margin-bottom: 0rem; }
  .package-detail .tabs-wrapper .tab-pane.trip-departures .selection-wrapper .filter-wrapper {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 16px; }
  .package-detail .tabs-wrapper .tab-pane.trip-departures .selection-wrapper p {
    font-weight: 500;
    color: #888888;
    letter-spacing: 0.05em; }
  .package-detail .tabs-wrapper .tab-pane.trip-departures .selection-wrapper select {
    width: auto;
    border-radius: 4px;
    color: #A3A3A3;
    background-color: transparent; }
.package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper {
  overflow-x: auto; }
  .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper::-webkit-scrollbar {
    height: 8px; }
  .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table {
    padding: 0 60px;
    width: 100%;
    color: #5b5b5b;
    min-width: 600px; }
    .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table > :not(caption) > * > * {
      border: 0;
      background: transparent;
      text-align: center;
      color: #444444; }
    .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table tr:has(th) {
      border-top: 1px solid #C8C8C8;
      border-bottom: 1px solid #C8C8C8;
      font-weight: 500;
      font-size: 18px; }
    .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table th {
      padding: 8px 0;
      font-size: 16px;
      color: #5B5B5B; }
    .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table td {
      padding-top: 12px;
      font-size: 14px; }
    .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table tr:last-child {
      border-bottom: 1px solid #C8C8C8; }
      .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table tr:last-child td {
        padding-bottom: 16px; }
    .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table .book {
      color: #F48939 !important;
      font-weight: 600; }
    .package-detail .tabs-wrapper .tab-pane.trip-departures .trip-wrapper .table .package:hover {
      color: #056E9D !important; }
.package-detail .tabs-wrapper .tab-pane.trip-expectations ul li {
  margin-bottom: 8px; }
.package-detail .tabs-wrapper .tab-pane.trip-map figure {
  padding: 20px;
  border: 1px solid #D9D9D9; }
  .package-detail .tabs-wrapper .tab-pane.trip-map figure figcaption {
    color: #F48939;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "Playfair Display", serif;
    font-size: 18px; }
    .package-detail .tabs-wrapper .tab-pane.trip-map figure figcaption::before {
      content: url("../images/download.svg");
      font-weight: 700;
      margin-top: 2px; }
.package-detail .tabs-wrapper .tab-pane.trip-equipments .description {
  margin-bottom: 16px !important; }
.package-detail .tabs-wrapper .tab-pane.trip-equipments .equipment-content-wrapper .equipment-content .head {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #5A5A5A;
  margin-top: 10px; }
.package-detail .tabs-wrapper .tab-pane.trip-equipments .equipment-content-wrapper .equipment-content figure {
  background-color: #FFF9EC;
  height: 60px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(235, 156, 45, 0.09); }
  .package-detail .tabs-wrapper .tab-pane.trip-equipments .equipment-content-wrapper .equipment-content figure img {
    width: max-content !important;
    height: max-content !important; }
.package-detail .tabs-wrapper .tab-pane.trip-equipments .equipment-content-wrapper .equipment-content .content ul {
  margin-top: 20px;
  padding-left: 20px !important; }
  .package-detail .tabs-wrapper .tab-pane.trip-equipments .equipment-content-wrapper .equipment-content .content ul li {
    list-style-type: disc;
    list-style-position: outside;
    color: #5A5454;
    margin-bottom: 10px; }
.package-detail .tabs-wrapper .tab-pane.trip-review .review-form {
  background-color: #EEEEEE;
  padding: 60px 50px;
  border-radius: 20px; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .review-form .head {
    color: #4E4C4A;
    font-size: 20px;
    font-weight: 500; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .review-form p {
    padding-top: 4px; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .review-form label {
    font-weight: 500;
    color: #4D4D55;
    font-size: 14px;
    letter-spacing: 0.03em; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .review-form .form-control {
    border: 0; }
    .package-detail .tabs-wrapper .tab-pane.trip-review .review-form .form-control::placeholder {
      color: #C6C2C2; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .review-form .primary-btn {
    margin-top: 30px; }
.package-detail .tabs-wrapper .tab-pane.trip-review .reviews {
  margin-top: 2rem; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper {
    display: none;
    background-color: #FFEDDF;
    padding: 30px;
    margin-bottom: 20px;
    border-left: 3px solid #F48939; }
    .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .reviewer-wrapper {
      display: flex;
      align-items: center;
      gap: 22px; }
      .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .reviewer-wrapper figure {
        flex-shrink: 0;
        border-radius: 50%;
        width: 90px;
        height: 90px; }
      .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .reviewer-wrapper .name {
        font-weight: 500; }
      .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .reviewer-wrapper .country {
        font-family: "Playfair Display", serif; }
      .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .reviewer-wrapper .stars {
        margin-top: 8px; }
        .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .reviewer-wrapper .stars i {
          margin-right: 8px; }
        .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .reviewer-wrapper .stars svg {
          color: #FBBD06; }
    .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .review-content {
      margin-top: 1rem; }
      .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .review-content .content-title {
        font-weight: 500;
        color: #505050;
        margin-bottom: 6px; }
      .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .review-wrapper .review-content .review-description {
        font-size: 16px; }
  .package-detail .tabs-wrapper .tab-pane.trip-review .reviews .btn {
    padding: 0;
    color: #F48939;
    margin-top: 1.75rem;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline; }
.package-detail .cost-wrapper {
  background-color: #ffffff;
  padding: 40px 25px 30px;
  border: 1px solid #dfdfdf;
  border-radius: 6px; }
  .package-detail .cost-wrapper .discounted {
    padding: 10px 0 0;
    color: #B6B6B6;
    font-size: 20px; }
    .package-detail .cost-wrapper .discounted span {
      text-decoration: line-through; }
  .package-detail .cost-wrapper .final-price {
    font-size: 18px;
    color: #848484;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px; }
    .package-detail .cost-wrapper .final-price span {
      font-size: 36px;
      color: #F48939; }
  .package-detail .cost-wrapper ul {
    margin-top: 1.5rem;
    padding-left: 0; }
    .package-detail .cost-wrapper ul li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      padding-bottom: 8px;
      padding-inline: 10px;
      border-bottom: 1px solid #D4D4D4;
      font-size: 16px; }
      .package-detail .cost-wrapper ul li span {
        color: #555; }
      .package-detail .cost-wrapper ul li p {
        color: #505050; }
  .package-detail .cost-wrapper .text {
    color: #848484;
    /* text-align: center; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-block: 1rem;
    font-family: "Playfair Display", serif; }
  .package-detail .cost-wrapper .number {
    display: flex;
    position: relative;
    margin-bottom: 30px; }
    .package-detail .cost-wrapper .number .minus,
    .package-detail .cost-wrapper .number .plus {
      cursor: pointer;
      position: absolute;
      width: 54px;
      height: max-content;
      padding: 8px 5px 8px 5px;
      border: 1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      top: 4px;
      color: #153C00;
      font-size: 24px;
      border-radius: 2px;
      border: 1px solid #B5B5B5;
      background: #FFF9EC; }
    .package-detail .cost-wrapper .number .minus {
      left: 4px; }
    .package-detail .cost-wrapper .number .plus {
      right: 4px; }
    .package-detail .cost-wrapper .number input {
      height: 62px;
      width: 100%;
      text-align: center;
      font-size: 26px;
      display: inline-block;
      border-radius: 2px;
      border: 1px solid #B5B5B5;
      vertical-align: middle; }
      .package-detail .cost-wrapper .number input:focus-visible {
        outline: none; }
.package-detail .share-wrapper .title {
  margin-bottom: 16px;
  font-size: 22px; }
  .package-detail .share-wrapper .title svg {
    font-size: 20px;
    margin-left: 10px; }
.package-detail .share-wrapper .socials {
  color: #5A5454 !important;
  display: flex;
  gap: 0.5rem; }
  .package-detail .share-wrapper .socials .icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 1rem;
    border: 1px solid #AEACAC;
    color: #5A5454 !important; }
    .package-detail .share-wrapper .socials .icon-wrapper a {
      color: #5A5454 !important;
      font-size: 1.5rem;
      line-height: 1px; }
      .package-detail .share-wrapper .socials .icon-wrapper a:hover {
        color: #F48939 !important; }
.package-detail .share-wrapper .primary-btn {
  margin-left: 0 !important;
  margin-top: 10px !important;
  padding-left: 0; }
.package-detail .expert figure {
  border-radius: 10px; }
  .package-detail .expert figure figcaption {
    width: 80%; }

.plan-trip {
  background-color: #FFEDDF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 26px;
  border-radius: 4px;
  margin-top: 30px; }
  .plan-trip figure {
    margin-right: 30px !important; }
  .plan-trip .trip-detail {
    margin-right: auto; }
    .plan-trip .trip-detail p {
      color: #6F6F6F;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: .2rem !important; }
    .plan-trip .trip-detail span {
      color: #4b4b4b;
      font-size: 12px;
      font-weight: 500; }

.blog-detail .main-img {
  margin-bottom: 30px !important;
  border-radius: 10px; }
.blog-detail .date-readtime {
  border: 1px solid #DDDDDD;
  padding: 20px;
  border-radius: 10px; }
  .blog-detail .date-readtime i {
    margin-right: 6px;
    font-size: 20px; }
  .blog-detail .date-readtime .date {
    font-size: 16px;
    font-weight: 600;
    color: #a4a4a4; }
  .blog-detail .date-readtime .read-time {
    margin-block: 16px;
    font-size: 16px;
    color: #a4a4a4; }
.blog-detail .toc {
  border: 1px solid #DDDDDD;
  padding: 30px 15px;
  border-radius: 10px;
  margin-top: 30px; }
  .blog-detail .toc figure img {
    width: auto !important;
    height: auto !important; }
  .blog-detail .toc .title {
    color: #F48939 !important;
    font-family: "Playfair Display", serif;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-left: 10px; }
  .blog-detail .toc ul {
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 0; }
    .blog-detail .toc ul li {
      list-style-type: none;
      margin-top: 10px;
      font-weight: 500; }
      .blog-detail .toc ul li.sub {
        padding-left: 10px; }
.blog-detail .faq {
  margin-top: 20px; }
  .blog-detail .faq .title {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 20px; }
.blog-detail .related-blogs-wrapper {
  padding: 20px 14px;
  border-radius: 10px;
  border: 1px solid #DDDDDD; }
  .blog-detail .related-blogs-wrapper .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #F48939; }
  .blog-detail .related-blogs-wrapper .related-blog {
    margin-bottom: 20px; }
    .blog-detail .related-blogs-wrapper .related-blog:hover .blog-title {
      color: #F48939 !important; }
    .blog-detail .related-blogs-wrapper .related-blog:last-child {
      margin-bottom: 0px; }
    .blog-detail .related-blogs-wrapper .related-blog figure {
      border-radius: 10px; }
    .blog-detail .related-blogs-wrapper .related-blog .date {
      font-size: 14px;
      color: #a4a4a4;
      margin-block: 10px 6px; }
    .blog-detail .related-blogs-wrapper .related-blog .blog-title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 14px;
      font-weight: 500; }

/*# sourceMappingURL=style.css.map */
