@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Redressed&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Alexandria", sans-serif !important;
  color: #444444 !important; }
  body ::selection {
    background-color: #c46500;
    color: white; }

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; }

.section-gutter {
  margin-top: 100px; }

figure {
  margin: 0 !important;
  overflow: hidden;
  position: relative; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

.description {
  text-align: justify;
  color: #444444;
  text-align: justify;
  line-height: 30px; }
  .description a {
    display: inline-block;
    text-decoration: underline !important; }
  .description > * {
    margin-bottom: 1rem !important; }
  .description h1,
  .description h2,
  .description h3,
  .description h4,
  .description h5,
  .description h6 {
    margin-bottom: 8px !important; }
  .description p {
    margin-bottom: 10px !important; }
    .description p:last-child {
      margin-bottom: 0 !important; }
    .description p img {
      width: 100% !important;
      height: auto !important; }

.primary-btn {
  color: #7C7C7C !important;
  padding: 14px 23px;
  background-color: #F68712;
  white-space: nowrap;
  border-radius: 29px;
  width: 58px;
  transition: all 200ms;
  max-width: max-content;
  font-size: 20px;
  border: 0; }
  .primary-btn:hover {
    max-width: max-content;
    transition: width 1000ms, color 100ms;
    background: linear-gradient(45deg, #F68712 0%, #2E3192 100%);
    background-color: #F68712;
    width: 100%;
    color: #ffffff !important; }
  .primary-btn::after {
    padding-left: 0.5rem;
    font-family: "Font Awesome 5 Free";
    content: "\f178";
    font-size: 14px;
    font-weight: 700; }

.secondary-btn {
  background: -webkit-gradient(linear, left top, right top, from(#F68712), to(#2E3192));
  background: linear-gradient(90deg, #F68712 0%, #2E3192 100%);
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  color: #ffffff !important; }

.video-play-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .video-play-section .video-play-button {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 800ms;
    border: 2px solid #F68712; }
    .video-play-section .video-play-button:hover {
      background-color: #F4F5FF; }
    .video-play-section .video-play-button img {
      width: 20px !important;
      height: 24px !important;
      transition: all 500ms; }

.section-sub-title {
  font-family: "Redressed", cursive;
  color: #F68712;
  font-size: 18px; }

.section-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 54px; }

.breadcrumb-all {
  background: url(../images/breadcrumb.png) no-repeat;
  background-size: cover;
  height: 402px;
  position: relative;
  color: #ffffff !important; }
  .breadcrumb-all::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, black 100%); }
  .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-size: 52px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 21px;
    width: 100%;
    text-align: center;
    padding-inline: 70px;
    font-family: "Redressed", cursive; }
  .breadcrumb-all img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1; }

.error {
  color: #ff4444;
  font-size: 14px;
  margin-top: 4px; }

.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: 700;
  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: #F68712 !important;
  display: inline;
  border-bottom: 1px solid #F68712; }
.detail-wrapper li {
  margin-bottom: 10px; }
.detail-wrapper blockquote {
  position: relative;
  background-color: #F4F5FF;
  padding: 40px 20px;
  font-size: 20px;
  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/quote.svg"); }
.detail-wrapper .table-wrapper {
  overflow-x: auto;
  margin-block: 30px; }
.detail-wrapper table {
  min-width: 600px;
  padding: 8px 12px;
  margin-bottom: 0; }
  .detail-wrapper table tbody, .detail-wrapper table td, .detail-wrapper table tfoot, .detail-wrapper table th, .detail-wrapper table thead, .detail-wrapper table tr {
    border: 1px solid #EEEAEA;
    color: #454545; }
  .detail-wrapper table thead {
    color: #727272 !important;
    font-weight: 500; }
    .detail-wrapper table thead th {
      background-color: #F4F5FF !important;
      font-weight: 500;
      vertical-align: middle; }
.detail-wrapper .accordion-item {
  border-radius: 6px !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; }

.pagination {
  color: #2E3192;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px; }
  .pagination li {
    font-size: 20px;
    font-weight: 700;
    width: 35px; }
    .pagination li .page-link {
      background: #e7e7e7;
      border: 0;
      padding: 6px 12px; }
      .pagination li .page-link:hover {
        background-color: #cacaca !important; }
    .pagination li.active .page-link {
      background-color: #F68712 !important;
      color: white !important;
      border: 0; }

@media (max-width: 1199px) {
  header nav .main-nav {
    gap: 17px !important; } }
@media (max-width: 991px) {
  header {
    display: none; }

  .about-us.inner-about-us .inner-img-content figure {
    top: initial !important; }

  .accommodation .room-card .room-detail-wrapper {
    margin-left: 0 !important;
    padding: 2rem 1.75rem 1.6rem 0.7rem !important; }
    .accommodation .room-card .room-detail-wrapper .btn-wrapper {
      column-gap: 20px !important; } }
@media (max-width: 767px) {
  .hero-banner figure figcaption {
    font-size: 30px !important;
    line-height: 40px !important; }

  .about-us .inner-img-content {
    flex-wrap: wrap;
    margin-left: 0 !important; }

  .services .col-sm-6 {
    flex: initial !important;
    width: 48% !important; }

  .section-title {
    font-size: 26px !important;
    line-height: 37px !important; }

  .blogs .blog-card .title {
    font-size: 20px !important; }

  .contact-professional .contact-person-details .detail-wrapper {
    padding: 1.5rem 1.5rem 1.25rem 1.5rem !important; }

  .booking-form .booking-form-wrapper {
    padding: 30px 20px !important; } }
header {
  position: absolute;
  width: 100%;
  z-index: 3213;
  margin-top: 16px; }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header nav figure {
      width: fit-content; }
    header nav .main-nav {
      display: flex;
      align-items: center;
      gap: 50px;
      font-size: 20px;
      color: #ffffff !important;
      margin-bottom: 0; }
      header nav .main-nav li {
        list-style-type: none;
        position: relative; }
        header nav .main-nav li:hover ul {
          opacity: 1;
          visibility: visible;
          z-index: 2;
          border-radius: 6px;
          padding-left: 10px !important; }
        header nav .main-nav li ul {
          background: #ffffff;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          position: absolute;
          opacity: 0;
          visibility: hidden;
          z-index: 1;
          transition: all 0.25s ease;
          width: max-content;
          top: 130%;
          left: 50%;
          transform: translate(-50%, 0);
          flex-direction: column;
          align-items: flex-start;
          gap: 0;
          padding: 20px !important;
          border-top: 2px solid #F68712; }
          header nav .main-nav li ul li {
            transition: all 300ms ease; }
            header nav .main-nav li ul li a {
              color: #616161 !important;
              padding-block: 8px 11px;
              font-weight: 600; }
            header nav .main-nav li ul li:hover {
              color: #F68712;
              transition: all 300ms ease;
              transform: translateX(0.5rem); }
              header nav .main-nav li ul li:hover a {
                color: #F68712 !important; }
            header nav .main-nav li ul li a::before {
              padding-right: 1rem;
              font-family: "Font Awesome 5 Free";
              content: "\f061";
              font-size: 13px;
              font-weight: 700; }
            header nav .main-nav li ul li:first-child {
              margin-top: 0; }
            header nav .main-nav li ul li i {
              padding-right: 0.5rem;
              font-size: 13px; }
        header nav .main-nav li a i {
          color: #ffffff !important;
          font-size: 14px;
          padding-left: 4px; }
        header nav .main-nav li a {
          color: #ffffff !important;
          display: block;
          text-decoration: none;
          font-size: 1.125rem; }
          header nav .main-nav li a.active {
            font-weight: 500; }
      header nav .main-nav .contact-btn {
        background: linear-gradient(90deg, #F68712 0%, #2E3192 100%);
        padding: 12px 20px;
        border-radius: 6px;
        font-weight: 500; }

.sidebar-menu {
  position: relative;
  padding: 0 1.5rem;
  display: none;
  margin-top: 0;
  position: absolute;
  width: 100%;
  z-index: 3213; }
  .sidebar-menu .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between; }
    .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 .open-mobile-menu {
      background: none;
      color: white !important;
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 50%;
      border: 0;
      transform: translateY(-50%); }
    .sidebar-menu .navbar .top-menu {
      position: fixed;
      top: 0;
      left: 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: 100%;
      overflow-y: auto;
      padding: 1.5rem 1.5rem;
      background: #fff;
      height: 100%; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas {
      pointer-events: all; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::before {
      background: black;
      z-index: 1; }
    .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: #F68712 !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-top: 1rem;
      margin-left: 30px;
      list-style-type: none; }
    .sidebar-menu .navbar .top-menu .dropdown-menu.show {
      padding: 20px; }
    .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: #FA8927;
          font-size: 40px; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: block; } }

footer {
  font-size: 18px;
  background: url(../images/footerbg.png) no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 80px;
  position: relative;
  isolation: isolate;
  z-index: 10; }
  footer::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  footer .top-footer {
    margin-bottom: 90px; }
    footer .top-footer figure {
      width: fit-content; }
    footer .top-footer .tel {
      display: flex;
      gap: 3px 8px;
      flex-wrap: wrap; }
    footer .top-footer .custom-border {
      border-left: 1px solid #ffffff;
      padding-bottom: 40px; }
    footer .top-footer .title {
      font-family: "Redressed", cursive;
      font-size: 36px;
      margin-bottom: 20px; }
    footer .top-footer ul {
      padding-left: 0; }
      footer .top-footer ul li {
        list-style-type: none;
        font-size: 16px;
        margin-bottom: 16px; }
  footer .bottom-footer-wrapper {
    background-color: #2E3192; }
    footer .bottom-footer-wrapper .bottom-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-block: 20px; }
      footer .bottom-footer-wrapper .bottom-footer a {
        display: inline-block; }
  footer .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; }
    footer .chat-bot-container svg {
      width: 30px; }
      @media (max-width: 480px) {
        footer .chat-bot-container svg {
          width: 20px; } }
    footer .chat-bot-container .icon-whatsapp {
      transition: 500ms;
      z-index: 1; }
      footer .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) {
          footer .chat-bot-container .icon-whatsapp span {
            width: 40px;
            height: 40px;
            font-size: 25px; } }
        footer .chat-bot-container .icon-whatsapp span:hover {
          background: #00740f; }
    footer .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) {
        footer .chat-bot-container .icon-messenger span {
          width: 40px;
          height: 40px;
          font-size: 25px; } }
      footer .chat-bot-container .icon-messenger span:hover {
        background: #005583; }

.hero-banner {
  position: relative; }
  .hero-banner figure {
    height: 100%;
    position: relative;
    border-radius: 0 0 20px 20px;
    width: 100%; }
    .hero-banner figure img {
      aspect-ratio: 48 / 22;
      min-height: 520px; }
    .hero-banner figure::before {
      position: absolute;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; }
    .hero-banner figure figcaption {
      font-size: 60px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 55%;
      color: #ffffff;
      z-index: 1;
      width: clamp(200px, 90vw, 750px);
      line-height: 80px;
      width: 70%;
      text-align: center;
      font-family: "Redressed", cursive; }

.about-us {
  background: url(../images/aboutbg.png) no-repeat;
  padding-block: 90px;
  background-size: contain; }
  .about-us .section-sub-title {
    padding-left: 30px; }
  .about-us .section-title {
    padding-left: 30px; }
  .about-us .inner-img-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-left: -130px;
    margin-top: 36px; }
    .about-us .inner-img-content figure {
      width: fit-content;
      flex-shrink: 0;
      border: 14px solid #ffffff; }
    .about-us .inner-img-content ul {
      margin-top: 30px;
      display: flex;
      justify-content: left;
      flex-direction: row;
      flex-wrap: wrap;
      flex-flow: row wrap;
      align-content: flex-end;
      padding-left: 18px;
      gap: 10px 20px; }
      .about-us .inner-img-content ul li {
        width: 47%; }
  .about-us.inner-about-us {
    background: none; }
    .about-us.inner-about-us figure {
      position: sticky;
      top: 40px; }
    .about-us.inner-about-us .inner-img-content {
      align-items: initial !important; }
      .about-us.inner-about-us .inner-img-content figure {
        height: fit-content;
        top: 140px; }

.accommodation figure {
  isolation: isolate; }
  .accommodation figure::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .accommodation figure:hover::after {
    display: none; }
  .accommodation figure:hover figcaption {
    transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
  .accommodation figure figcaption {
    transform-origin: center;
    transition: 300ms;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    width: 90%;
    line-height: 32px; }

.services {
  background: url(../images/bg.png) repeat;
  padding: 55px 0; }
  .services .title {
    text-align: center;
    max-width: 854px;
    font-size: 40px;
    font-weight: 500;
    margin: 0 auto;
    color: #ffffff;
    margin-bottom: 60px;
    line-height: 54px; }
  .services .row {
    max-width: 900px;
    margin: 0 auto; }
    .services .row .service-card {
      color: #ffffff; }
      .services .row .service-card figure {
        width: fit-content;
        text-align: center;
        margin: 0 auto !important; }
        .services .row .service-card figure figcaption {
          margin-top: 30px !important;
          font-size: 20px; }
        .services .row .service-card figure img {
          width: auto !important; }

.packages .section-title, .packages .section-sub-title {
  text-align: center; }
.packages .section-sub-title {
  margin-bottom: 40px; }
.packages .col-sm-12:nth-child(2n) {
  margin-top: 60px !important; }
@media (max-width: 767px) {
  .packages .col-sm-12:nth-child(2n) {
    margin-top: var(--bs-gutter-y) !important; } }
.packages .package-card figure::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border: 1px solid #ffffff;
  z-index: 1; }
.packages .package-card figure::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%; }
.packages .package-card figure figcaption {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: #ffffff; }
  .packages .package-card figure figcaption .title {
    margin-bottom: 8px; }
  .packages .package-card figure figcaption a {
    border-bottom: 1px solid #ffffff;
    width: fit-content;
    font-size: 12px; }
.packages.all-list-package .col-sm-12:nth-child(2n) {
  margin-top: var(--bs-gutter-y) !important; }

.review {
  background: url(../images/reviewbg.png) repeat; }
  .review .tripadvisor-wrapper {
    padding-block: 50px;
    background-color: #F68712;
    text-align: center;
    color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .review .tripadvisor-wrapper figure {
      width: fit-content;
      margin: 0 auto !important; }
    .review .tripadvisor-wrapper .rating {
      font-size: 160px;
      font-weight: 500;
      line-height: 170px; }
    .review .tripadvisor-wrapper .star {
      margin-bottom: 16px; }
    .review .tripadvisor-wrapper .reviews {
      margin-bottom: 30px; }
    .review .tripadvisor-wrapper .review-btn {
      background: linear-gradient(90deg, #F68712 0%, #2E3192 100%);
      padding: 12px 20px;
      border-radius: 6px;
      font-weight: 500;
      width: fit-content;
      margin: 0 auto;
      font-size: 20px;
      font-weight: 500; }
  .review .owl-stage {
    display: flex; }
    .review .owl-stage .content-wrapper {
      display: flex;
      flex-direction: column;
      flex: 1 0 auto;
      height: 100%;
      border-right: 2px solid #D4D4D4; }
      .review .owl-stage .content-wrapper .review-content {
        flex: 1 0 auto;
        height: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 70px 20px 30px 20px;
        text-align: center; }
        .review .owl-stage .content-wrapper .review-content .star {
          margin-bottom: 16px;
          font-size: 14px;
          margin-block: 10px 20px; }
        .review .owl-stage .content-wrapper .review-content figure {
          width: fit-content;
          margin: 0 auto !important;
          border-radius: 50%; }
        .review .owl-stage .content-wrapper .review-content .title {
          font-size: 24px;
          font-weight: 500;
          text-align: center;
          margin-bottom: 30px; }
        .review .owl-stage .content-wrapper .review-content .description {
          text-align: center; }
        .review .owl-stage .content-wrapper .review-content .name {
          font-size: 18px;
          color: #585858;
          font-weight: 600;
          margin-block: 10px 5px; }

.blogs .section-sub-title, .blogs .section-title {
  text-align: center; }
.blogs .section-title {
  margin-bottom: 30px; }
.blogs .blog-card .date {
  font-weight: 300;
  font-size: 14px;
  margin-block: 12px 10px; }
.blogs .blog-card .title {
  font-size: 24px;
  font-weight: 500; }
.blogs .blog-card .description {
  margin-block: 8px 14px;
  line-height: 30px; }

.contact-professional .section-title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px; }
.contact-professional .contact-person-details {
  width: 60%;
  margin: 0px auto !important;
  display: grid;
  grid-template-columns: 3fr 3fr; }
  @media (max-width: 991px) {
    .contact-professional .contact-person-details {
      width: 80%; } }
  @media (max-width: 767px) {
    .contact-professional .contact-person-details {
      width: 90%;
      grid-template-columns: 1fr; } }
  .contact-professional .contact-person-details .cover-photo figure {
    height: 100%;
    width: 100%; }
  .contact-professional .contact-person-details .detail-wrapper {
    height: 100%;
    padding: 2.5rem 2.5rem 2.25rem 3.5rem;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); }
    .contact-professional .contact-person-details .detail-wrapper .title-wrapper .name {
      color: #3a3636;
      font-size: 1.5rem;
      font-weight: 500; }
    .contact-professional .contact-person-details .detail-wrapper .title-wrapper .designation {
      color: #747474;
      font-size: 1.125rem; }
    .contact-professional .contact-person-details .detail-wrapper .contact-information {
      margin-top: 20px; }
      .contact-professional .contact-person-details .detail-wrapper .contact-information p {
        text-align: justify;
        font-size: 18px;
        margin-bottom: 20px !important; }
  .contact-professional .contact-person-details .contact-information .wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 18px; }
  .contact-professional .contact-person-details .contact-information .icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); }
    .contact-professional .contact-person-details .contact-information .icon-box i {
      color: #F68712; }
  .contact-professional .contact-person-details .contact-information .title {
    color: #2E2E2E; }
  .contact-professional .contact-person-details .contact-information a {
    color: #2E3192 !important;
    border-bottom: 0 !important; }

.documents .owl-review figure {
  border: 6px solid #2E3192; }

.contact-us .info-wrapper .title {
  font-size: 40px; }
.contact-us .info-wrapper .contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px; }
.contact-us .info-wrapper figure {
  width: fit-content; }
.contact-us .info-wrapper a {
  display: inline-block; }
.contact-us .contact-form label {
  color: #595757;
  font-size: 16px;
  font-weight: 500; }
.contact-us .contact-form .form-select {
  color: #948B9F;
  font-weight: 500; }
.contact-us .contact-form .form-control, .contact-us .contact-form .form-select {
  border: 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 14px 18px; }
  .contact-us .contact-form .form-control::placeholder, .contact-us .contact-form .form-select::placeholder {
    color: #948B9F; }
.contact-us .contact-form textarea {
  height: 170px; }
.contact-us .contact-form .primary-btn {
  margin-top: 30px; }

.accommodation .room-card {
  border: 0;
  background-color: transparent;
  padding: 20px; }
  .accommodation .room-card figure {
    background-color: #e2e2e2; }
    .accommodation .room-card figure img {
      max-height: 500px;
      object-fit: cover; }
  .accommodation .room-card .room-detail-wrapper {
    z-index: 10;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 4rem 2.25rem 4rem 4.5rem;
    margin-left: -90px; }
    .accommodation .room-card .room-detail-wrapper .room-title {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap; }
      .accommodation .room-card .room-detail-wrapper .room-title .name {
        color: #3a3636;
        font-size: 1.5rem;
        font-weight: 500; }
    .accommodation .room-card .room-detail-wrapper .features {
      column-count: 2;
      margin-top: 28px !important;
      padding-left: 0; }
      .accommodation .room-card .room-detail-wrapper .features li {
        list-style-type: none;
        margin-bottom: 8px;
        display: flex; }
        .accommodation .room-card .room-detail-wrapper .features li::before {
          padding-right: 0.5rem;
          font-family: "Font Awesome 5 Free";
          content: "\f30b";
          font-size: 16px;
          font-weight: 700;
          color: #fa6f0b; }
    .accommodation .room-card .room-detail-wrapper .btn-wrapper {
      display: flex;
      align-items: center;
      column-gap: 50px;
      row-gap: 0px;
      flex-wrap: wrap; }

.accommodation-detail .title-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-block: 30px 20px;
  border-bottom: 1px solid #C2C2C2; }
  .accommodation-detail .title-wrapper .title {
    font-size: 24px;
    font-weight: 500; }
  .accommodation-detail .title-wrapper .popup-youtube {
    display: flex;
    align-items: center;
    color: #F68712 !important;
    font-size: 20px;
    font-family: "Redressed", cursive; }
    .accommodation-detail .title-wrapper .popup-youtube img {
      margin-left: 10px; }
.accommodation-detail .room-services .services-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; }
  .accommodation-detail .room-services .services-wrapper figure {
    width: fit-content; }
.accommodation-detail .room-services .service-list {
  display: flex;
  justify-content: left;
  flex-flow: row wrap;
  align-content: flex-end; }
  .accommodation-detail .room-services .service-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
    width: 50%; }
    .accommodation-detail .room-services .service-list li::before {
      padding-right: 0.5rem;
      font-family: "Font Awesome 5 Free";
      content: "\f30b";
      font-size: 13px;
      font-weight: 700;
      color: #F68712; }
.accommodation-detail .description {
  margin-top: 30px;
  font-size: 18px; }
.accommodation-detail h1, .accommodation-detail h2, .accommodation-detail h3, .accommodation-detail h4, .accommodation-detail h5, .accommodation-detail h6 {
  margin-bottom: 16px !important;
  margin-top: 20px !important; }
.accommodation-detail .tripadvisor-wrapper {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  border-radius: 10px; }
  .accommodation-detail .tripadvisor-wrapper .rating-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    margin-block: 30px; }
    .accommodation-detail .tripadvisor-wrapper .rating-wrapper .review-number {
      padding-left: 14px;
      border-left: 1px solid #444444; }
  .accommodation-detail .tripadvisor-wrapper .booking-summary .title {
    font-size: 24px;
    font-weight: 500;
    color: #4e4c4a;
    margin-bottom: 30px; }
  .accommodation-detail .tripadvisor-wrapper .booking-summary .content {
    margin-bottom: 20px; }
    .accommodation-detail .tripadvisor-wrapper .booking-summary .content p {
      font-size: 18px; }
    .accommodation-detail .tripadvisor-wrapper .booking-summary .content a {
      font-size: 14px; }
  .accommodation-detail .tripadvisor-wrapper .booking-summary .primary-btn {
    margin-top: 40px; }

.more-room .section-title {
  margin-bottom: 30px;
  text-align: center; }

.gallery a figure {
  border-radius: 6px;
  position: relative; }
  .gallery a figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%); }
  .gallery a figure:hover figcaption {
    color: #F68712; }
  .gallery a figure figcaption {
    z-index: 1;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    text-align: center; }

.package-detail .package-img {
  border-radius: 10px; }
.package-detail .package-detail-wrapper {
  margin-top: 30px; }
  .package-detail .package-detail-wrapper .contents {
    margin-bottom: 2.5rem; }
    .package-detail .package-detail-wrapper .contents:last-child {
      margin-bottom: 0 !important; }
    .package-detail .package-detail-wrapper .contents .description {
      text-align: justify;
      line-height: 30px;
      margin-block: 4px 10px !important;
      font-size: 16px; }
    .package-detail .package-detail-wrapper .contents .title {
      font-size: 26px;
      font-weight: 500;
      text-transform: capitalize;
      color: #4E4C4A;
      margin-bottom: .8rem; }
  .package-detail .package-detail-wrapper #itinerary .trip-itinerary-container {
    display: flex;
    gap: 1.5rem; }
    .package-detail .package-detail-wrapper #itinerary .trip-itinerary-container:last-child .day::after {
      display: none; }
  .package-detail .package-detail-wrapper #itinerary .day {
    flex-shrink: 0;
    color: #ffffff;
    position: relative;
    padding-bottom: 22px; }
    .package-detail .package-detail-wrapper #itinerary .day p {
      padding-top: 4px;
      height: max-content;
      background-color: #ffffff;
      color: #F68712;
      border-radius: 6px;
      width: 5rem;
      font-weight: 600;
      font-size: 14px;
      text-align: center; }
  .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item {
    border: 0 !important;
    margin-bottom: 1.25rem;
    background-color: transparent;
    box-shadow: none; }
    .package-detail .package-detail-wrapper #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 .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-button::after {
        display: none; }
      .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-button:not(.collapsed) {
        color: #F68712 !important;
        font-weight: 500; }
    .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-body {
      padding: 0 !important;
      padding-top: 10px !important;
      border: none; }
      .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-body p {
        margin-top: .45rem !important; }
      .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-body .wrapper {
        margin-top: 14px;
        display: flex;
        gap: 14px;
        align-items: center; }
        .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-body .wrapper figure {
          height: max-content;
          flex-shrink: 0; }
        .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-body .wrapper span {
          color: #565656;
          font-size: 14px; }
        .package-detail .package-detail-wrapper #itinerary .accordion .accordion-item .accordion-body .wrapper div {
          color: #474747;
          font-size: 15px; }
  .package-detail .package-detail-wrapper #cost ul {
    padding-left: 0; }
    .package-detail .package-detail-wrapper #cost ul li {
      display: flex;
      gap: 12px;
      color: #4D4D55;
      margin-bottom: 1.25rem; }
      .package-detail .package-detail-wrapper #cost ul li::before {
        content: url("../images/tick.svg");
        font-weight: 700;
        background-color: #F68712;
        color: #ffffff;
        margin-top: 2px;
        height: max-content;
        border-radius: 50%;
        padding: 2px 7px; }
  .package-detail .package-detail-wrapper #map figure {
    padding: 40px;
    border: 1px solid #D9D9D9; }
    .package-detail .package-detail-wrapper #map figure figcaption {
      color: #2E3192;
      margin-bottom: 20px;
      display: flex;
      gap: 10px;
      align-items: center;
      font-size: 18px; }
      .package-detail .package-detail-wrapper #map figure figcaption::before {
        content: url("../images/download.svg");
        font-weight: 700;
        margin-top: 2px; }
  .package-detail .package-detail-wrapper .accordion .accordion-item {
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
    background-color: #F4F5FF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); }
    .package-detail .package-detail-wrapper .accordion .accordion-item h2, .package-detail .package-detail-wrapper .accordion .accordion-item h3, .package-detail .package-detail-wrapper .accordion .accordion-item h4, .package-detail .package-detail-wrapper .accordion .accordion-item h5, .package-detail .package-detail-wrapper .accordion .accordion-item h6 {
      margin: 0 !important; }
      .package-detail .package-detail-wrapper .accordion .accordion-item h2 .accordion-button, .package-detail .package-detail-wrapper .accordion .accordion-item h3 .accordion-button, .package-detail .package-detail-wrapper .accordion .accordion-item h4 .accordion-button, .package-detail .package-detail-wrapper .accordion .accordion-item h5 .accordion-button, .package-detail .package-detail-wrapper .accordion .accordion-item h6 .accordion-button {
        color: #5B5B5B !important;
        background-color: #F4F5FF !important;
        border-radius: 20px;
        padding: 20px; }
        .package-detail .package-detail-wrapper .accordion .accordion-item h2 .accordion-button:focus, .package-detail .package-detail-wrapper .accordion .accordion-item h3 .accordion-button:focus, .package-detail .package-detail-wrapper .accordion .accordion-item h4 .accordion-button:focus, .package-detail .package-detail-wrapper .accordion .accordion-item h5 .accordion-button:focus, .package-detail .package-detail-wrapper .accordion .accordion-item h6 .accordion-button:focus {
          border-color: transparent;
          box-shadow: none; }
        .package-detail .package-detail-wrapper .accordion .accordion-item h2 .accordion-button:not(.collapsed), .package-detail .package-detail-wrapper .accordion .accordion-item h3 .accordion-button:not(.collapsed), .package-detail .package-detail-wrapper .accordion .accordion-item h4 .accordion-button:not(.collapsed), .package-detail .package-detail-wrapper .accordion .accordion-item h5 .accordion-button:not(.collapsed), .package-detail .package-detail-wrapper .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
          color: #5B5B5B;
          background-color: #F4F5FF !important;
          border-radius: 20px 20px 0 0;
          box-shadow: none; }
    .package-detail .package-detail-wrapper .accordion .accordion-item .accordion-body {
      padding-top: 0 !important;
      color: #454545;
      font-weight: 300;
      padding-bottom: 22px; }
    .package-detail .package-detail-wrapper .accordion .accordion-item .description {
      padding-left: 18px;
      border-left: 1px solid #F68712; }
.package-detail .share-wrapper {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  padding: 40px 30px; }
  .package-detail .share-wrapper .title {
    margin-bottom: 16px;
    font-size: 22px; }
  .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: #F68712 !important; }
  .package-detail .share-wrapper .primary-btn {
    margin-left: 0 !important;
    margin-top: 20px !important; }
  .package-detail .share-wrapper .btn-wrapper {
    border-bottom: 1px dashed #AEAEAE; }
    .package-detail .share-wrapper .btn-wrapper .secondary-btn {
      width: fit-content;
      margin-block: 20px; }

.booking-form .booking-form-wrapper {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 52px 33px;
  margin-bottom: 30px; }
  .booking-form .booking-form-wrapper .head {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px; }
    .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;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    min-height: 44px;
    color: #444444; }
  .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;
    flex-wrap: wrap;
    gap: 1rem;
    font-weight: 700; }
    .booking-form .booking-form-wrapper .t-c a {
      color: #2E3192 !important; }
    .booking-form .booking-form-wrapper .t-c input[type=checkbox] {
      accent-color: #2E3192;
      width: 1em;
      height: 1em;
      border: 1px solid #2E3192;
      color: #ffffff; }
    .booking-form .booking-form-wrapper .t-c label {
      display: flex;
      flex-wrap: wrap;
      gap: 6px; }
  .booking-form .booking-form-wrapper .primary-btn {
    margin-top: 30px; }
.booking-form aside {
  position: sticky;
  top: 0; }
  .booking-form aside .trip-summary {
    padding: 2.25rem 1.75rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 20px; }
    .booking-form aside .trip-summary .head {
      color: #4E4C4A;
      font-size: 24px;
      font-style: normal; }
    .booking-form aside .trip-summary figure {
      border-radius: 6px;
      margin: 30px 0 !important; }
    .booking-form aside .trip-summary .tour-title {
      color: #F68712;
      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 i {
          padding-right: 5px;
          color: #F68712; }
        .booking-form aside .trip-summary .trip-details div span {
          color: #888888; }

.booking-form-wrapper {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
  color: #444444 !important; }
  @media (max-width: 767px) {
    .booking-form-wrapper {
      padding: 20px; } }
  .booking-form-wrapper .btn-primary {
    background-color: #2E3192 !important;
    border: 0; }
  .booking-form-wrapper .btn-danger {
    background-color: #F68712 !important;
    border: 0; }
  .booking-form-wrapper .heading {
    margin-bottom: 20px; }
    .booking-form-wrapper .heading .tittle {
      color: #3a3636;
      font-size: 24px !important;
      font-weight: 500;
      line-height: normal; }
    .booking-form-wrapper .heading p {
      color: #4d4d55;
      font-family: Work Sans;
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      line-height: 25px;
      /* 156.25% */ }

.room-booking .booking-summary {
  padding: 40px 36px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px; }
  .room-booking .booking-summary .title {
    font-size: 24px;
    font-weight: 500;
    color: #4e4c4a;
    margin-bottom: 30px; }
  .room-booking .booking-summary .content {
    margin-bottom: 20px; }
    .room-booking .booking-summary .content p {
      font-size: 18px; }
    .room-booking .booking-summary .content a {
      font-size: 14px; }
  .room-booking .booking-summary figure {
    border-radius: 10px; }

.blog-detail {
  max-width: 1064px;
  margin: 0 auto !important;
  margin-top: 90px !important; }
  .blog-detail .blog-title {
    font-size: 30px;
    font-weight: 500;
    text-align: center; }
  .blog-detail .share-date-time {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap; }
    .blog-detail .share-date-time .date {
      color: #444444; }
      .blog-detail .share-date-time .date i {
        padding-right: 10px; }
  .blog-detail .main-img {
    border-radius: 10px;
    margin-top: 30px !important; }
  .blog-detail .toc-wrapper {
    background-color: #EBEBEB;
    border: 1px solid #DEDEDE;
    max-width: 630px; }
    .blog-detail .toc-wrapper .title {
      font-size: 22px;
      margin-bottom: 14px;
      font-weight: 600; }
    .blog-detail .toc-wrapper ul li {
      list-style-type: none; }
    .blog-detail .toc-wrapper .main {
      font-size: 18px;
      margin-block: 8px; }
    .blog-detail .toc-wrapper .sub {
      margin-left: 26px;
      margin-bottom: 6px;
      font-size: 16px !important; }
  .blog-detail .detail-wrapper {
    font-size: 18px; }
    .blog-detail .detail-wrapper p {
      margin-bottom: 1rem;
      line-height: 30px; }
    .blog-detail .detail-wrapper .blog-package-card {
      float: left;
      margin-right: 12px;
      margin-top: 10px; }
      .blog-detail .detail-wrapper .blog-package-card .blog-card-title {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%);
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        width: max-content; }
      .blog-detail .detail-wrapper .blog-package-card figcaption {
        bottom: 80px; }
    .blog-detail .detail-wrapper .accordion .accordion-item .description {
      font-size: 16px; }

/*# sourceMappingURL=style.css.map */
