* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Work Sans";
  font-size: 21px;
  font-weight: 500;
  background-color: #005758;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #ccd814;
}
::-webkit-scrollbar-track {
  background-color: #707070;
}
::-webkit-scrollbar-thumb:hover {
  background: #ccd814;
}

.primary_text {
  color: #ccd814 !important;
}

.white_text {
  color: #ffffff;
}

.py_130 {
  padding: 130px 0;
}

.my_140 {
  margin: 140px 0;
}

.py_100 {
  padding: 100px 0;
}

.py_85 {
  padding: 85px 0;
}

.g_10 {
  gap: 10px;
}

#menu {
  display: none;
}

#menu.active {
  display: block;
}

#toggle-menu {
  display: none;
}

.text-transform-none {
  text-transform: none !important;
}

.clsdisabled {
  pointer-events: none;
  opacity: 0.4;
}

@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1596px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1164px;
  }
}

.heading {
  text-align: center;
  width: 1225px;
  margin: auto;
  max-width: 100%;
  padding-bottom: 80px;
}

.heading .title h2 {
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 45px;
  color: #ccd814;
}

.heading .text p {
  font-size: 24px;

  margin: 0;
  line-height: 31px;
}

.navbar .navbar-brand img {
  width: 160px;
}

.bg_dark .navbar-nav .nav-link.show,
.bg_dark .navbar-nav .nav-link {
  color: #ffffff;
}

.bg_dark .navbar-nav .nav-link.active {
  color: #ccd814;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 30px;
  font-size: 20px;
  text-transform: uppercase;
}

.navbar-collapse {
  justify-content: end;
}

nav.navbar {
  max-width: 1785px;
  margin: auto;
  padding: 35px 0;
}

.position_fixed {
  z-index: 999;
  width: 100%;
  position: fixed;
}

.header_fixed_spacing,
.position_fixed + .bg_light .hero_banner,
.position_fixed + .bg_dark .hero_banner {
  padding-top: 125px;
}

.bg_primary {
  background-color: #005758;
  transition: 0.2s;
}

.bg_light .navbar-nav .nav-link.show,
.bg_light .navbar-nav .nav-link {
  color: #ffffff;
}
.bg_light .navbar-nav .nav-link.active {
  color: #ccd814;
}

.hero_banner {
  background-image: url(../img/hero_banner.png);
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center;
  padding-bottom: 80px;
}

.banner_shadow {
  position: absolute;
  background-image: linear-gradient(rgba(0, 87, 88) 10%, rgba(14, 37, 69, 0), rgba(0, 87, 88));
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner_content {
  text-align: center;
}

.banner_content .banner_content_wrap {
  width: 700px;
  margin: auto;
  max-width: 90%;
}

.banner_content .banner_logo img {
  width: 269px;
  height: auto;
}

.banner_img {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 3px solid #fff;
}

.banner_img img {
  width: 100%;
}

.banner_text .title {
  margin: 34px 0;
}

.banner_text .title p {
  font-size: 35px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}

.banner_text .text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
  font-weight: 500;
}

.banner_text .text p:last-child {
  margin: 0;
}
.banner_text .text .btn {
  font-size: 24px;
  padding: 20px 60px;
}
@media screen and (max-width: 992px) {
  .banner_text .text .btn {
    font-size: 20px;
    padding: 10px 40px;
  }
}
.experience_section {
  padding-bottom: 100px;
}

.experience_section .container {
  width: 1400px;
  max-width: 100%;
}

.experience_content .experience_row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  overflow: auto;
  padding-bottom: 12px;
}

.experience_content .experience_img {
  position: relative;
  width: 300px;
  flex-shrink: 0;
}

.experience_content .experience_img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.experience_content .experience_img .img_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(31, 42, 68, 0.7);
  padding: 9px;
}

.experience_content .experience_img .img_name p {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 31px;
}

.comming_soon {
  text-align: center;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.comming_soon h2 {
  font-size: 47px;
  margin: 0;
  line-height: 45px;
  text-transform: uppercase;
  background-color: #005758;
  display: inline-block;
  padding: 0 30px;
}

.comming_soon h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.travel_main {
  background-image: url(../img/travel_bg.png);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: bottom;
  padding: 136px 0 0;
}

.travel_main > .container {
  width: 1400px;
  max-width: 100%;
}

.travel_main .banner_shadow {
  background-image: linear-gradient(rgba(0, 87, 88), rgba(0, 0, 0, 0.56), rgba(0, 87, 88));
}
.travel_main .banner_text {
  width: 700px;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .travel_main .banner_text .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .travel_main .banner_text .text p {
    font-size: 14px;
  }
}
footer {
  margin: 140px 0;
}

footer .name p {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.contact_link .link_inner img {
  width: 28px;
  height: 23px;
  object-fit: contain;
}

.contact_link .link_inner a {
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

.contact_link {
  display: flex;
  margin: 23px 0;
}

.contact_link .link_inner {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.contact_link .link_inner::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact_link > :first-child {
  margin: 0;
  padding: 0;
}

.contact_link > :first-child::before {
  content: none;
}

.text_uppercase {
  text-transform: uppercase;
}

.privacy_link .link_inner a {
  font-size: 16px;
}

.description p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.travel_list {
  display: flex;
  gap: 20px;
  padding: 35px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.travel_list p,
.travel_list a {
  font-size: 27px;
  text-decoration: none;
  color: #ffffff;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0;
}

.travel_banner_img {
  height: 100%;
}

.travel_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right_side .travel_list {
  justify-content: end;
}

.right_side img {
  transform: rotate(90deg);
}

.navbar-toggler {
  padding: 0;
  border: none;
}

/* Accommodation Page */

.accommodation_main .hero_banner {
  background-image: url(../img/accommodation_banner.png);
}

.accommodation_main .banner_content {
  padding: 250px 0 350px 0;
}

.accommodation_main .hero_banner .banner_shadow {
  background-image: linear-gradient(rgba(14, 37, 69, 0.3), rgba(14, 37, 69, 0), rgba(0, 87, 88) 75%);
}

.accommodation_banner_content {
  padding-top: 400px;
  text-align: left;
}

.accommodation_banner_content .accommodation_title {
  width: 80%;
}

.accommodation_banner_content .accommodation_title .sub_title h2 {
  font-size: 50px;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #ccd814;
}

.accommodation_banner_content .accommodation_title .banner_sub_title h3 {
  color: #ccd814;
  margin-bottom: 20px;
}

.accommodation_banner_content .accommodation_title .banner_sub_title {
  border-bottom: 3px solid #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.accommodation_banner_content .accommodation_title .text p span {
  color: #ccd814;
  font-weight: 700;
}

.accommodation_banner_content .accommodation_title .title h1 {
  font-size: 60px;
  margin: 0;
  color: #ccd814;
  margin-bottom: 20px;
}

.accommodation_detail .accommodation_detail_header {
  text-align: center;
}

.accommodation_detail .accommodation_detail_header .title {
  margin-bottom: 22px;
}

.accommodation_detail .accommodation_detail_header .title p {
  font-size: 27px;
  margin: 0;
}

.accommodation_detail .accommodation_detail_header .text p {
  font-size: 21px;
}

.accommodation_detail .accommodation_detail_header .text p a {
  color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.accommodation_address {
  display: flex;
  margin-bottom: 35px;
}

.accommodation_address .address_list {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.accommodation_address .address_list p {
  margin: 0;
  font-size: 22px;
}

.accommodation_address .address_list.location_name {
  gap: 15px;
}

.accommodation_address .address_list.location_name img {
  height: 35px;
}

.accommodation_address .address_list.location_name p {
  color: #ccd814;
  font-size: 22px;
}

.accommodation_address .address_list::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accommodation_address > :first-child {
  margin: 0;
  padding: 0;
}

.accommodation_address > :first-child::before {
  content: none;
}

.accommodation_address .address_list.contact_number {
  display: flex;
  align-items: center;
  gap: 15px;
}

.accommodation_address .address_list.contact_number img {
  height: 23px;
}

.accommodation_address .address_list.contact_number a {
  text-decoration: none;
  color: #ffffff;
}

.slider_image {
  display: flex;
  overflow: auto;
  gap: 26px;
  padding-bottom: 65px;
}

.slider_image .img_inner {
  width: 860px;
  height: 470px;
  flex-shrink: 0;
}

.slider_image .img_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll_more p {
  margin: 0;
  text-align: center;
  color: #ccd814;
  font-size: 21px;

  line-height: 27px;
  margin-top: 20px;
}

.swipe_more p {
  margin: 0;
  text-align: center;
  color: #ccd814;
  font-size: 21px;

  line-height: 27px;
  margin-top: 20px;
  display: none;
}

.accommodation_detail .left_img img {
  width: 100%;
}

.accommodation_room_detail {
  margin-top: 120px;
}

.accommodation_room_detail .sub_title {
  margin-bottom: 50px;
}

.accommodation_room_detail .sub_title p {
  font-size: 27px;
  margin: 0;
}

.accommodation_room_detail .text p {
  font-size: 21px;
}

.accommodation_room_detail .slider_image {
  display: block;
  overflow: initial;
  padding-bottom: 0;
}

.accommodation_room_detail .slider_image .row {
  row-gap: 25px;
}

.accommodation_room_detail .slider_image .img_inner {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9.3;
}

.amenities_banner {
  padding-bottom: 100px;
}

.amenities_banner .row {
  row-gap: 30px;
}

.amenities_banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: end;
  padding: 15px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 87, 88, 0.7));
  opacity: 0;
  transition: 0.3s ease;
}

.amenities_banner .position-relative:hover .text {
  opacity: 1;
}

.amenities_banner .text p {
  width: 100%;
  margin: 0;
}

.amenities_banner img {
  width: 100%;
  aspect-ratio: 16/9.3;
  object-fit: cover;
}

.hotel_amenities .heading {
  width: 100%;
  padding-bottom: 40px;
}

.hotel_amenities .heading .title h2 {
  text-align: left;
  text-transform: initial;
  font-size: 40px;
}

.hotel_amenities .heading .title h2.white_text {
  color: #ffffff;
  font-size: 35px;
}

.hotel_amenities .travel_list {
  padding: 20px 0;
  justify-content: center;
}

.hotel_amenities .travel_list p,
.travel_list a {
  font-size: 21px;
}

.hotel_amenities .terms {
  margin-top: 60px;
  font-size: 24px;
}
.hotel_amenities .terms ul {
  padding-left: 1.2rem;
}
.hotel_amenities .terms ul li::marker {
  color: #ccd814;
}

/* Experience */

.experience_main .nav.nav-pills {
  width: 1427px;
  margin: auto;
  max-width: 100%;
}

.experience_main .hero_banner {
  background-image: url(../img/experiences_banner.png);
}

.experience_main .banner_shadow {
  background-image: linear-gradient(rgba(14, 37, 69, 0.3), rgba(14, 37, 69, 0), rgba(0, 87, 88) 70%);
}

.experience_main .hero_banner {
  height: auto;
  padding-bottom: 0;
}

.nav.nav-pills {
  justify-content: center;
  gap: 17px;
  flex-wrap: nowrap;
}

.nav-pills .nav-link {
  background-color: #ccd814;
  color: #000;
  font-size: 22px;
  border-radius: 0;
  font-weight: 400;
  padding: 24px 40px 22px;
}

.nav-pills .nav-item {
  width: 25%;
}

.nav-pills .nav-item .nav-link {
  width: 100%;
  text-transform: uppercase;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffffff;
  color: #000;
}

.experience_tab_main {
  padding: 80px 0 0;
  width: 1427px;
  margin: auto;
  max-width: 100%;
}

.experience_tab_main .accordion {
  margin-top: 30px;
}

.experience_default p {
  margin: 0;
  text-align: center;
  font-size: 37px;
}

.experience_tab_main .title p {
  color: #ffffff;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.experience_tab_main p.sub_text {
  font-size: 24px;

  text-align: center;
  line-height: 31px;
  text-transform: none;
}

.experience_tab_main p.sub_text a {
  color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.fitness_banner_img {
  margin-bottom: 45px;
}

.fitness_banner_img img {
  width: 100%;
}

.banner_text p {
  font-size: 24px;
  margin: 0;
  line-height: 31px;
}

.experience_tab_main .banner_text p {
  color: #ffffff;
}

.experience_fitness .slider_image .img_inner {
  height: 380px;
  width: auto;
  margin-top: 80px;
}

.golf_section {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

.yoga_section .sub_title {
  margin-bottom: 14px;
}

.yoga_section .sub_title p {
  font-size: 27px;
  line-height: 45px;
  margin: 0;
}

.yoga_section .text p {
  color: #ffffff;
  font-size: 21px;
  line-height: 27px;
}

.yoga_banner_img img {
  width: 100%;
}

.yoga_section .slider_image {
  /* overflow: visible; */
}

.yoga_section .slider_image .img_inner {
  /* width: 100%; */
  height: 100%;
  /* flex-shrink: inherit; */
  margin-top: 25px;
}

.sub_banner {
  margin-top: 45px;
}

.sub_banner .sub_banner_main img {
  width: 100%;
}

.sub_banner .sub_banner_list {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.sub_banner .sub_banner_list .sub_banner_inner {
  width: 25%;
}

.sub_banner .sub_banner_list .sub_banner_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wellness_description {
  margin-top: 60px;
}

.wellness_description .sub_title {
  margin-bottom: 14px;
}

.wellness_description .sub_title p {
  font-size: 40px;
  margin: 0;
  line-height: normal;
}

.wellness_description .text p {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}

.wellness_description .text {
  margin-bottom: 0;
}

.bordered_section {
  position: relative;
  padding-left: 40px;
}

.bordered_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #ccd814;
}

.bordered_section .title p {
  color: #ccd814;
  font-size: 27px;
  margin: 0;
  text-align: left;
  line-height: 45px;
}

.wellness_main .bordered_section {
  width: 80%;
}

.wellness_description .bordered_section .text {
  margin: 0;
}

.wellness_description .bordered_section {
  margin-bottom: 65px;
}

.border_bottom {
  border-bottom: 1px solid #ffffff;
}

.description_bottom {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 3px solid #c8d416;
}

.description_bottom .left_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 11/6.4;
  object-fit: cover;
}

.sightseeing_banner_img {
  margin-bottom: 45px;
}

.sightseeing_banner_img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.sightseeing_main .banner_text p {
  margin-bottom: 30px;
}

.sightseeing_main .banner_text p:last-child {
  margin: 0;
}

.experience_tab_main > .title {
  margin-bottom: 55px;
}

.sightseeing_main .wellness_description .sub_title p {
  font-size: 27px;
  line-height: 45px;
}

.wellness_description .text.list p {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.wellness_description .text.list p:last-child {
  margin: 0;
}

.wellness_description > .row .col-md-6 {
  overflow: hidden;
}

.sightseeing_main .wellness_description .sub_title {
  margin-bottom: 55px;
}

.sightseeing_content {
  width: 90%;
  height: 100%;
  overflow: hidden;
}

/* Agenda */

.page_title .page_title_header p {
  font-size: 55px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 0;
}

.page_title .page_text_header {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.page_title .page_text_header.reg_header {
  flex-direction: column;
}

.page_title .page_text_header .top_latter_space {
  text-transform: uppercase;
  letter-spacing: 5px;
}

.page_title .page_text_header p {
  font-size: 21px;
}

.page_title .page_text_header p.disclaimer {
  font-size: 14px;
}

.page_title .page_text_header .app_logo_mob {
  max-width: 107px;
}

.page_title {
  margin-bottom: 60px;
}

.agenda_day_main .agenda_day_inner .col-md-2 {
  padding-left: 0 !important;
}

.agenda_day_main .agenda_day_inner .sub_title {
  margin-bottom: 35px;
}

.agenda_day_main .agenda_day_inner .sub_title p {
  font-size: 50px;
  line-height: 45px;
  margin: 0;
  font-weight: 600;
}

.agenda_day_main .agenda_day_inner .sub_title p span {
  font-weight: 400;
}

.agenda_day_main .agenda_day_inner .bordered_section {
  margin-bottom: 150px;
  padding-left: 70px;
}

.agenda_day_main .agenda_day_inner:last-child .bordered_section {
  margin: 0;
}

.agenda_day_main .agenda_day_inner .bordered_section .title p {
  color: #ffffff;
}

.agenda_day_main .agenda_day_inner .bordered_section .title p {
  font-weight: 700;
}

.agenda_day_main .agenda_day_inner .bordered_section li,
.agenda_day_main .agenda_day_inner .bordered_section p {
  font-size: 30px;
  margin: 0;
  padding: 20px 0;
}
.agenda_day_main .agenda_day_inner .bordered_section li:nth-child(2),
.agenda_day_main .agenda_day_inner .bordered_section p:nth-child(2) {
  padding-top: 0;
}
.agenda_day_main .agenda_day_inner .bordered_section .row {
  border-bottom: 3px solid #ccd814;
  align-items: center;
}

.leisure_main .yoga_section {
  margin-bottom: 65px;
}

.agenda_main .note p {
  margin-top: 60px;
  font-style: italic;
}

/* Gallery */

.gallery_section {
  display: flex;
  gap: 30px;
  overflow: auto;
  padding-bottom: 50px;
}

.gallery_section .column {
  width: 248px;
  height: 442px;
  background-color: #a7a9ac;
  flex-shrink: 0;
  position: relative;
}

.gallery_section .column a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #a7a9ac;
  overflow: hidden;
}

/* .gallery_section .column:hover a {
  display: flex;
} */

.gallery_section .column a img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_section .two_column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gallery_section .two_column .column {
  width: 368px;
  height: 206px;
}

.gallery_main .agenda_day_main .agenda_day_inner {
  padding-bottom: 150px;
}

.gallery_main .agenda_day_main .agenda_day_inner:last-child {
  padding: 0;
}

.no_gallery .column {
  background-color: rgba(0, 112, 113, 0.5);
}

.no_gallery .gallery_section {
  overflow: hidden;
  pointer-events: none;
  padding: 0;
  position: relative;
}

.no_gallery .gallery_section .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.no_gallery .gallery_section .text p {
  font-size: 80px;
  text-transform: uppercase;
}

/* Style the Image Used to Trigger the Modal */
/* img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
} */

/* The Modal (background) */
#image_viewer {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(14, 37, 69, 0.8);
}
#image_viewer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  height: 100%;
}
#image_viewer .image_download {
  background-color: #ccd814;
  color: white;
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 55px;
}
.viewer {
  margin-inline: auto;
  display: block;
  /* width: 80%; */
  max-width: 60%;
  max-height: 70%;
  object-fit: contain;
}
.viewer {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
#image_viewer .close {
  position: absolute;
  top: 10%;
  right: 100px;
  color: #ccd814;
  transition: 0.3s;
}
#image_viewer .close:hover,
#image_viewer .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* carousel */

.carousel-indicators {
  position: static;
  margin: 0;
  overflow: auto;
  justify-content: start;
  gap: 26px;
  padding: 26px 0;
}

.carousel-indicators img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-indicators [data-bs-target] {
  width: 25%;
  height: 180px;
  text-indent: 0;
  flex-shrink: 0;
  opacity: 1;
  border: none;
}

.carousel-item img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.experience_fitness .carousel {
  margin-top: 45px;
}

/* Travel Advisory */

.get_app {
  margin-bottom: 100px;
  display: flex;
  gap: 65px;
  align-items: center;
}

.get_app a {
  text-decoration: none;
  display: inline-block;
}

.setup_text {
  margin-top: 20px;
  margin-bottom: 80px;
}

.setup_text a {
  color: #ccd814;
  text-decoration: underline;
}

.get_app img {
  height: auto;
}
.get_app .app_logo {
  border-right: 3px solid white;
  padding-right: 65px;
}

.travel_advisory_content .travel_advisory_inner .title p {
  font-size: 27px;
  text-transform: uppercase;
  margin: 0;
}

.travel_advisory_content .travel_advisory_inner .travel_advisory_row .text p {
  font-size: 21px;
  margin: 0;
}

.travel_advisory_content .travel_advisory_inner .travel_advisory_row {
  display: flex;
  gap: 50px;
  align-items: center;
}

.travel_advisory_content .travel_advisory_inner .travel_advisory_row ul li::marker {
  font-size: 26px !important;
}

.travel_advisory_content .travel_advisory_inner {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 3px solid #ffffff;
}

.travel_advisory_content .travel_advisory_inner .title {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  gap: 22px;
}

.travel_advisory_content .travel_advisory_inner .power_supply_img {
  display: flex;
  gap: 30px;
  text-align: center;
}

.accordion {
  background-color: transparent;
}

.accordion-item {
  background-color: transparent;
  color: #ccd814;
  border: none;
  border-bottom: 3px solid #ccd814;
}

.accordion-button:not(.collapsed),
.accordion-button {
  background-color: transparent;
  color: #ccd814;
  box-shadow: none;
}

.accordion-button:focus-visible {
  outline: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button {
  font-size: 37px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 35px 0;
}

.accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 60px;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0);
  background-image: none;
  content: "-";
}

.accordion-body {
  padding: 0;
}

.travel_use .accordion-body .list p {
  margin: 0;
  padding: 30px 0;
  border-top: 3px solid #ccd814;
  font-size: 21px;
}

.travel_use .accordion-body .list p a {
  color: #ccd814;
}

/* Emergency Contact */

.list_title {
  margin-bottom: 65px;
}

.list_title p {
  font-size: 27px;
  margin: 0;
}

.emergency_contact_content .content_right {
  width: 90%;
  margin-left: auto;
}

.emergency_contact_content .content_left {
  width: 90%;
}

.emergency_contact_content .content_left .list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.emergency_contact_content .content_left .list ul li {
  padding: 34px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
}

.emergency_contact_content .content_left .list ul li small {
  font-weight: 400;
}

.emergency_contact_content .content_left .list ul li small a {
  color: #ccd814;
  text-decoration: underline;
}

.emergency_contact_content .content_right .list ul li:last-child {
  padding-top: 0;
}

.emergency_contact_content .content_right .list ul li:nth-last-child(2) {
  border-bottom: none;
}

.emergency_contact_content .content_left .list ul li a {
  color: #ffffff;
  text-decoration: none;
}

.emergency_contact_content .content_left .list ul li:first-child {
  padding-top: 0;
}

.emergency_contact_content .content_left .list ul li img {
  width: 40px;
}

.emergency_contact_content .content_left .list ul li img.info_icon {
  width: 70px;
}

.emergency_contact_content .content_left .list ul li p {
  font-size: 21px;

  margin: 0;
}

/* Registration */

.registration_container {
  width: 1300px;
}

.form_header {
  margin-bottom: 50px;
}

.form_header .form_title p {
  font-size: 27px;
  margin: 0;
}

.form_header .form_title {
  margin-bottom: 14px;
}

.form_header .form_text p {
  font-size: 21px;

  margin: 0;
}

.form_section {
  position: relative;
  width: 100%;
  padding-left: 80px;
}

.section_devider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section_devider .icon {
  position: relative;
  height: 100%;
  z-index: 1;
}

.form_section .icon img {
  width: 45px;
}

.section_devider .icon::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% - 35px);
  background-color: #ccd814;
  z-index: -1;
}

.content_title {
  padding-bottom: 55px;
}

.content_title p {
  font-size: 35px;
  margin: 0;
  font-weight: 600;
}
.input_small_text,
.middle_text p,
.content_title .small_text {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .input_small_text,
  .middle_text p,
  .content_title .small_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .input_small_text,
  .middle_text p,
  .content_title .small_text {
    font-size: 12px;
  }
}

.form-label {
  font-size: 27px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.form-label a {
  color: #ffffff;
}

.form-select {
  width: 265px;
  max-width: 100%;
  background-color: #005758;
  color: #ffffff;
  border: 1px solid #ccd814;
  --bs-form-select-bg-img: url(../../assets/img/arrow_down.png);
}

.form-select:focus {
  border-color: #ccd814;
  box-shadow: none;
}

.form-control {
  background-color: #005758;
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #ccd814;
  border-radius: 0;
  font-size: 23px;
  padding: 0.375rem 0;
}

.form-control::placeholder {
  color: #ffffff;
}

.form-control:focus {
  color: #ffffff;
  background-color: #005758;
  border-color: #ffffff;
  box-shadow: none;
}

.form_control {
  margin-bottom: 40px;
}

.form-check {
  display: flex;
  column-gap: 13px;
  margin-bottom: 12px;
  align-items: center;
}

.form-check-label {
  font-size: 27px;
}

.form-check-input {
  width: 35px;
  height: 35px;
}

.form-check-input,
.form-check-input:checked {
  background-color: #005758;
  border-color: #ccd814;
  margin-top: 0;
  border-width: 2px;
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23CCD814'/%3E%3C/svg%3E");
  background-size: 54%;
}

.form-check-input:focus {
  box-shadow: none;
}

.form_text {
  font-size: 21px;

  margin: 0;
}

.custom_file_btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom_file_btn input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.custom_file_btn .file-up-btn {
  background-color: #ccd814;
  color: #ffffff;
  border-radius: 0;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 45px;
  cursor: pointer;
}

.form_control .custom_file_btn {
  margin-top: 40px;
}

.form_section_default {
  padding: 50px 0;
}

.btn {
  background-color: #ccd814;
  color: #015758;
  border-radius: 0;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 85px;
  cursor: pointer;
}

.btn:hover {
  background-color: #ccd814;
  color: #003031;
}

.text_small p {
  font-size: 17px;

  margin-bottom: 1rem;
}

.error_msg {
  color: #4ec3e0;
  font-size: 16px;
  margin-top: 6px;
}

.modal {
  background: rgba(0, 8, 15, 0.8);
}

.modal-content {
  background: #005758;
  color: #ccd814;
  text-align: center;
  border-radius: 50px;
}

.modal-content .modal_title p {
  font-size: 60px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.modal-content .modal_text {
  margin-bottom: 60px;
}

.modal-content .modal_text p {
  font-size: 37px;
  margin: 0;
  text-transform: uppercase;
}

.modal-body {
  padding: 100px 80px;
}

.btn.btn-secondary {
  border: 2px solid #005758;
  color: #005758;
  font-size: 27px;
}

/* Activity Booking */

.activity_booking_container {
  width: 1164px;
}

.activity_booking_container .page_title .page_title_header p {
  line-height: normal;
}

.activity_booking_main .bordered {
  padding: 0;
}

.activity_booking_main .form_section_default .form-label {
  font-size: 37px;
  font-weight: 600;
}

.activity_booking_main .form_section_default .form-control {
  border-color: #ccd814;
  border-width: 3px;
}

.form_page_text p {
  font-size: 30px;
}

.activity_booking_main .form_section_default .btn {
  font-size: 27px;
  padding: 6px 50px 8px;
  letter-spacing: 2px;
}

.activity_detail .activity_list {
  display: flex;
  gap: 10px;
  margin-bottom: 17px;
}

.activity_detail .activity_list:last-child {
  margin: 0;
}

.activity_detail .activity_list p {
  font-size: 27px;
  margin: 0;
  color: #ccd814;
}

.activity_booking_main .form_header {
  margin: 50px 0;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ffffff;
  padding-right: 0;
  background-image: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: none;
  border-color: #ffffff;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border-color: #ccd814;
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  box-shadow: none;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #ffffff;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #ccd814;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #005758;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ffffff;
  padding-right: 0;
  background-image: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ffffff;
  box-shadow: none;
}

.invalid-feedback {
  color: #ff680a;
  font-size: 20px;
  display: block;
  font-weight: 400;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border-color: #ccd814;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  box-shadow: none;
}

.form-check .invalid-feedback {
  margin-left: -30px;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ccd814;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #ccd814;
}

.nav-item.dropdown .dropdown-menu {
  background-color: #005758;
  border: none;
  left: 30px;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #ccd814;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ccd814;
  color: #ffffff;
}

.nav-item.dropdown .dropdown-toggle::after {
  content: none;
}

#menu.active::-webkit-scrollbar-thumb {
  background: #21314d;
}
#menu.active::-webkit-scrollbar-track {
  background-color: #707070;
}
#menu.active::-webkit-scrollbar-thumb:hover {
  background: #005758;
}

body.show-menu {
  overflow-y: hidden;
}

.experience_tab_main .accordion-header .accordion-button {
  padding: 10px 15px;
  font-size: 21px;
  background-color: #ffffff;
  color: #21314d;
}

.experience_tab_main .accordion-header .accordion-button.collapsed {
  background-color: #ccd814;
  color: #21314d;
}

.experience_tab_main .accordion-header .accordion-button::after {
  font-size: 25px;
}

.experience_tab_main .accordion-item {
  color: #ffffff;
}

.experience_tab_main .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.experience_tab_main .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.experience_tab_main .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.experience_tab_main .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.experience_tab_main .accordion-item {
  margin-bottom: 35px;
  border: none;
}

.fileinput__input {
  display: none;
}

.fileinput__face {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.fileinput__button {
  background-color: #ccd814;
  color: #005758;
  border-radius: 0;
  font-size: 27px;
  text-transform: uppercase;
  padding: 6px 45px;
  cursor: pointer;
  display: inline-block;
}
.fileinput__status-text {
  color: #ccd814;
  font-size: 18px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(70%) sepia(36%) saturate(411%) hue-rotate(22deg);
}

input[type="date"]:active,
input[type="date"]:focus,
input[type="date"] {
  text-transform: uppercase;
  color: #ccd814;
}

.form_control:has(.form-check) {
  position: relative;
  padding-bottom: 20px;
}

.form_check_row .form-label {
  width: 100%;
}

.form_check_row .form-check {
  display: inline-flex;
}

.form-check .invalid-feedback {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.form_control:has(.invalid-feedback[style="display: none"]) {
  padding-bottom: 0;
}

.form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http%3A//www.w3.org/2000/svg'%3E%3Cpath d='M6 10L9 13L15 7' stroke='%23CCD814' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form_check_row {
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.inner_devider {
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner_devider {
    padding: 25px 0;
  }
}

.primary_border_bottom {
  border-bottom: 3px solid #ccd814;
}

.inner_devider:first-child {
  padding-top: 0;
}

.inner_devider .form_control.form_check_row {
  position: static;
  padding-bottom: 0;
}

.inner_devider .form-check .invalid-feedback {
  bottom: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Responsive */

/* Min-width */

@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

/* Max Width */

@media screen and (max-width: 1700px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1560px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 1460px) {
  .header_fixed_spacing,
  .position_fixed + .bg_light .hero_banner,
  .position_fixed + .bg_dark .hero_banner {
    padding-top: 168px;
  }

  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    width: 100%;
  }

  .travel_list {
    padding: 30px 0;
  }

  .travel_list p,
  .travel_list a {
    font-size: 20px;
  }

  .travel_list .icon img {
    width: 20px;
  }

  .travel_main > .container {
    max-width: 90%;
  }

  .accommodation_address {
    flex-wrap: wrap;
  }

  .accommodation_address .address_list.location_name {
    width: 100%;
    justify-content: center;
  }

  .accommodation_address .address_name {
    padding: 0;
    margin: 0;
  }

  .accommodation_address .address_name::before {
    content: none;
  }

  #image_viewer .container {
    gap: 30px;
  }
  #image_viewer .close {
    top: 14%;
  }
  #image_viewer .close svg {
    width: 35px;
    height: 35px;
  }
  #image_viewer .image_download {
    font-size: 1.3rem;
    padding: 12px 35px;
  }
}

@media screen and (max-width: 1270px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1200px) {
  .hotel_amenities .travel_banner_img {
    margin-top: 50px;
  }

  #image_viewer .close {
    top: 10%;
  }

  .no_gallery .gallery_section .text p {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 767px) {
  .travel_list_main .travel_list:first-child {
    border-top: 0;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 992px) {
  .header_fixed_spacing,
  .position_fixed + .bg_light .hero_banner,
  .position_fixed + .bg_dark .hero_banner {
    padding-top: 125px;
  }

  body {
    font-size: 19px;
  }

  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    justify-content: space-between;
    width: 90%;
  }

  #toggle-menu {
    display: block;
  }

  #menu.active {
    position: absolute;
    background: #ccd814;
    width: 375px;
    height: 100vh;
    max-width: 100%;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 60px #000;
  }

  .hero_banner #menu.active {
    right: -12px;
  }

  .py_130 {
    padding: 80px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #21314d;
    padding: 14px;
    font-size: 21px;
    border-top: 2px solid #21314d;
  }

  .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 21px;
  }

  .bg_dark .navbar-nav .nav-link.active,
  .bg_dark .navbar-nav .nav-link.show,
  .bg_dark .navbar-nav .nav-link {
    color: #21314d;
  }

  .nav-item.dropdown .dropdown-menu {
    background-color: #ccd814;
    padding: 0;
  }

  .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #21314d;
    padding: 14px 14px 14px 50px;
  }

  .mobile_nav_header {
    display: flex;
    align-items: start;
    padding: 25px 25px 50px;
  }

  .mobile_nav_logo img {
    width: 215px;
  }

  .mobile_nav_header .navbar-toggler {
    margin-left: auto;
  }

  .contact_link.footer_contact {
    flex-wrap: wrap;
  }

  .contact_link.footer_contact .link_inner {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }

  .contact_link.footer_contact .link_inner::before {
    content: none;
  }

  footer {
    margin: 100px 0;
  }

  .contact_link .link_inner a {
    font-size: 18px;
  }

  .heading .title h2 {
    font-size: 40px;
  }

  .heading .text p {
    font-size: 20px;
    line-height: normal;
  }

  .comming_soon h2 {
    font-size: 22px;
  }

  .accommodation_banner_content .accommodation_title .sub_title h2 {
    font-size: 30px;
  }

  .accommodation_banner_content .accommodation_title .title h1 {
    font-size: 50px;
    letter-spacing: 5px;
  }

  .accommodation_detail .accommodation_detail_header .title p {
    font-size: 20px;
  }

  .accommodation_detail .accommodation_detail_header .text p {
    font-size: 16px;
  }

  .accommodation_address .address_list {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .accommodation_address .address_list {
    padding: 0;
    margin: 0;
  }

  .accommodation_address .address_list::before {
    content: none;
  }

  .accommodation_address .address_list p,
  .accommodation_address .address_list a {
    font-size: 16px;
  }

  .accommodation_address .address_list.contact_number img {
    display: none;
  }

  .slider_image .img_inner {
    width: 550px;
    height: 300px;
  }

  .slider_image {
    padding-bottom: 24px;
  }

  .scroll_more p {
    font-size: 16px;
  }

  .accommodation_room_detail .sub_title p {
    font-size: 20px;
  }

  .accommodation_room_detail .text p {
    font-size: 16px;
  }

  .accommodation_room_detail {
    text-align: center;
  }

  .accommodation_room_detail .right_content {
    margin-top: 20px;
  }

  .hotel_amenities .terms {
    font-size: 16px;
  }

  .nav-pills .nav-link {
    background-color: #ccd814;
    color: #000;
    font-size: 18px;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 30px 12px;
  }

  .experience_default p {
    font-size: 30px;
  }

  .experience_default br {
    display: none;
  }

  .page_title .page_title_header p {
    font-size: 40px;
    line-height: normal;
  }

  .page_title .page_text_header p {
    font-size: 16px;
  }

  .form_header .form_title p {
    font-size: 20px;
  }

  .form_header .form_text p {
    font-size: 16px;
  }

  .content_title p {
    font-size: 20px;
  }

  .form_section .icon img {
    width: 35px;
  }

  .form_section {
    padding-left: 80px;
  }

  .section_devider .icon::before {
    top: 25px;
    height: calc(100% - 25px);
  }

  .form-label {
    font-size: 20px;
  }

  .content_title {
    padding-bottom: 45px;
  }

  .form-check-label {
    font-size: 20px;
  }

  .form-check-input {
    width: 31px;
    height: 31px;
  }

  .py_85 {
    padding: 45px 0;
  }

  .form_section_default {
    padding: 60px 0;
  }

  .py_100 {
    padding: 60px 0;
  }

  .fileinput__button {
    font-size: 22px;
    padding: 6px 45px;
  }

  .btn {
    font-size: 22px;
    padding: 10px 55px;
  }

  .form_text {
    font-size: 16px;
  }

  .form-control {
    font-size: 18px;
  }

  .invalid-feedback {
    font-size: 14px;
  }

  .activity_booking_main .form_section_default .form-label {
    font-size: 22px;
  }

  .activity_booking_main .form_section_default .btn {
    font-size: 22px;
    padding: 10px 55px;
  }

  .activity_booking_main .bordered {
    padding: 40px;
  }

  .modal-content .modal_title p {
    font-size: 40px;
  }

  .modal-content .modal_text p {
    font-size: 20px;
  }

  .modal-content .modal_text {
    margin-bottom: 45px;
  }

  .btn.btn-secondary {
    font-size: 21px;
  }

  .modal-body {
    padding: 80px 40px;
  }

  .activity_detail .activity_list p {
    font-size: 20px;
  }

  .my_140 {
    margin: 80px 0;
  }

  .experience_default p {
    font-size: 22px;
  }

  .experience_tab_main .title p {
    font-size: 35px;
  }

  .experience_tab_main p.sub_text {
    font-size: 18px;
  }

  .banner_text p,
  .yoga_section .text p {
    font-size: 16px;
  }

  .experience_tab_main {
    padding: 50px 0 0;
  }

  .experience_tab_main > .title {
    margin-bottom: 45px;
  }

  .experience_fitness .slider_image .img_inner {
    height: 340px;
    margin-top: 40px;
  }

  .golf_section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .wellness_description .sub_title p {
    font-size: 20px;
  }

  .wellness_description .text p {
    font-size: 16px;
  }

  .bordered_section .title p {
    font-size: 22px;
  }

  .wellness_description .bordered_section {
    margin-bottom: 50px;
  }

  .sightseeing_banner_img img {
    height: 350px;
  }

  .sightseeing_main .wellness_description .sub_title p {
    font-size: 20px;
    line-height: inherit;
  }

  .sightseeing_main .wellness_description .sub_title {
    margin-bottom: 40px;
  }

  .sightseeing_banner_img {
    margin-bottom: 35px;
  }

  .sightseeing_content {
    width: 100%;
  }

  .agenda_day_main .agenda_day_inner .sub_title p {
    font-size: 22px;
  }
  .agenda_day_main .agenda_day_inner .bordered_section li,
  .agenda_day_main .agenda_day_inner .bordered_section p {
    font-size: 26px;
  }

  .agenda_day_main .agenda_day_inner .bordered_section .text p {
    font-size: 18px;
  }

  .page_title {
    margin-bottom: 30px;
  }

  .agenda_day_main .agenda_day_inner .bordered_section {
    margin-bottom: 100px;
  }

  .gallery_main .agenda_day_main .agenda_day_inner {
    padding-bottom: 120px;
  }

  .travel_advisory_content .travel_advisory_inner .title p {
    font-size: 22px;
  }

  .travel_advisory_content .travel_advisory_inner .travel_advisory_row .text p {
    font-size: 17px;
  }

  .travel_use .accordion-button {
    font-size: 27px;
    padding: 28px 0;
  }

  .travel_use .accordion-button::after {
    font-size: 35px;
  }

  .travel_use .accordion-body .list p {
    font-size: 18px;
  }

  .emergency_contact_content .content_left .list ul li {
    padding: 26px 0;
  }

  .emergency_contact_content .content_left {
    width: 100%;
  }

  .emergency_contact_content .content_right {
    margin-top: 55px;
  }

  .emergency_contact_content .content_left .list ul li p {
    font-size: 17px;
  }

  .list_title {
    margin-bottom: 45px;
  }

  .list_title p {
    font-size: 22px;
  }

  .scroll_more p {
    display: none;
  }

  .swipe_more p {
    display: block;
  }

  .no_gallery .gallery_section .text p {
    font-size: 60px;
  }

  .setup_text {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header_fixed_spacing,
  .position_fixed + .bg_light .hero_banner,
  .position_fixed + .bg_dark .hero_banner {
    padding-top: 85px;
  }

  .experience_content .experience_img .img_name p {
    font-size: 21px;
  }

  .experience_content .experience_img {
    height: 300px;
  }

  .experience_content .experience_img img {
    height: 100%;
  }

  .left_side .travel_list {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .right_side .travel_list {
    justify-content: space-between;
  }

  .left_side .travel_list:first-child {
    border-top: 0;
  }

  .left_side .travel_list .icon img {
    transform: rotate(90deg);
  }

  .travel_list {
    padding: 16px 0;
  }

  .hotel_amenities .travel_list {
    padding: 16px 0;
  }

  .travel_list .icon img {
    width: 20px;
  }

  .travel_main {
    padding: 80px 0;
  }

  .experience_section {
    padding-bottom: 80px;
  }

  .comming_soon {
    margin-top: 50px;
  }

  footer {
    margin: 60px 0;
  }

  .left_side {
    margin-top: 50px;
  }

  .py_130 {
    padding: 80px 0;
  }

  br {
    display: none;
  }

  .heading {
    padding-bottom: 50px;
  }

  .banner_text .title p {
    font-size: 30px;
    line-height: normal;
  }

  .travel_banner_img {
    height: auto;
  }

  .comming_soon h2 {
    padding: 0 15px;
  }

  .travel_main {
    background-size: 140% 600px;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }

  .travel_main .banner_shadow {
    left: 0;
    top: 79%;
    width: 100%;
    transform: translateY(-50%);
    height: 670px;
  }

  nav.navbar {
    background-color: #005758;
    padding: 15px 0;
  }

  .bg_light nav.navbar {
    background-color: transparent;
  }

  .bg_dark .hero_banner {
    background-position: center 30px;
  }

  .banner_content .banner_logo img {
    width: 200px;
  }

  .hero_banner .banner_content {
    padding-top: 30px;
  }

  .experience_main .banner_content .accommodation_title .title h1 {
    font-size: 30px;
  }

  .accommodation_main .banner_content {
    padding: 100px 0 250px;
  }

  .accommodation_room_detail {
    margin-top: 80px;
  }

  .hotel_amenities .left_side .travel_list {
    justify-content: start;
  }

  .amenities_banner {
    padding-bottom: 80px;
  }

  .hotel_amenities .left_side {
    margin-top: 0;
  }

  .hotel_amenities {
    padding: 100px 0 0;
  }

  .experience_default p {
    font-size: 20px;
  }

  .wellness_main .bordered_section {
    width: 100%;
  }

  .description_bottom {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #c8d416;
  }

  .description_bottom .right_content {
    margin-top: 22px;
  }

  .d-md-block.d-none .sightseeing_banner_img img {
    height: 200px;
  }

  .d-md-none.d-block .col-12 .col-md-8 .sightseeing_banner_img img {
    height: 300px;
  }

  .d-md-none.d-block .sightseeing_banner_img img {
    height: 350px;
  }

  .sub_banner {
    margin-top: 0;
  }

  .travel_advisory_inner img {
    width: 65px;
  }

  .get_app img {
    height: 50px;
  }

  .travel_advisory_content .travel_advisory_inner {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .banner_text .title {
    margin-top: 0;
  }

  .index_page.hero_banner {
    padding-bottom: 50px;
  }

  .accommodation_banner_content .accommodation_title {
    width: 100%;
  }

  .experience_main .hero_banner .banner_content,
  .accommodation_banner_content {
    padding-top: 300px;
  }

  .hotel_amenities .heading .title h2 {
    font-size: 30px;
  }

  .hotel_amenities .heading .title h2.white_text {
    font-size: 22px;
  }

  .no_gallery .gallery_section .text p {
    font-size: 50px;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }

  .contact_link .link_inner a {
    font-size: 14px;
  }

  .banner_text .text p {
    font-size: 14px;
    line-height: 21px;
  }

  .contact_link.privacy_link .link_inner a {
    font-size: 14px;
  }

  .heading .title h2 {
    font-size: 24px;
  }

  .heading .text p {
    font-size: 12px;
  }

  .comming_soon h2 {
    font-size: 17px;
  }

  .travel_main {
    padding: 40px 0;
  }

  .experience_section {
    padding-bottom: 40px;
  }

  .comming_soon {
    margin-top: 30px;
  }

  footer {
    margin: 50px 0;
  }

  .py_130 {
    padding: 30px 0;
  }

  .heading {
    padding-bottom: 30px;
  }

  .banner_text .title p {
    font-size: 24px;
  }

  .travel_list p,
  .travel_list a {
    font-size: 17px;
  }

  .travel_main {
    background-size: 200% 500px;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-position: center 350px;
  }

  .travel_main .banner_shadow {
    top: 60%;
    height: 660px;
    background-image: linear-gradient(rgba(0, 87, 88) 20%, rgba(0, 87, 88, 0.4), rgba(0, 87, 88));
    transform: translateY(-70%);
  }

  .banner_content .banner_logo img {
    width: 145px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 90%;
  }

  .contact_link .link_inner {
    margin-left: 15px;
    padding-left: 15px;
  }

  .contact_link > :first-child {
    margin: 0;
    padding: 0;
  }

  .contact_link.footer_contact .link_inner {
    gap: 15px;
  }

  .travel_main footer {
    padding-top: 100px;
  }

  .hero_banner .container-fluid {
    width: 100%;
  }

  .accommodation_banner_content .accommodation_title .sub_title h2 {
    font-size: 16px;
  }

  .accommodation_banner_content .accommodation_title .title h1 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .accommodation_detail .accommodation_detail_header .title p {
    font-size: 14px;
  }

  .accommodation_detail .accommodation_detail_header .text p {
    font-size: 12px;
  }

  .accommodation_address .address_list.location_name {
    flex-wrap: wrap;
    gap: 12px;
  }

  .accommodation_address .address_list.location_name p {
    width: 100%;
    font-size: 24px;
  }

  .accommodation_address .address_list p,
  .accommodation_address .address_list a {
    font-size: 12px;
  }

  .accommodation_room_detail {
    margin-top: 30px;
  }

  .scroll_more p {
    font-size: 14px;
  }

  .accommodation_room_detail .sub_title p {
    font-size: 14px;
  }

  .accommodation_room_detail .text p {
    font-size: 12px;
  }

  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .amenities_banner {
    padding-bottom: 30px;
  }

  .hotel_amenities {
    padding: 65px 0 0;
  }

  .hotel_amenities .travel_list p,
  .travel_list a {
    font-size: 17px;
  }

  .hotel_amenities .travel_banner_img {
    margin-bottom: 70px;
  }

  .hotel_amenities .terms {
    font-size: 12px;
  }

  .accommodation_main .hotel_amenities .travel_banner_img {
    margin-bottom: 0;
  }

  .accommodation_room_detail .sub_title {
    margin-bottom: 12px;
  }

  .accommodation_main .banner_content {
    padding: 65px 0 150px 0;
  }

  .experience_default p {
    font-size: 14px;
  }

  .page_title .page_title_header p {
    font-size: 31px;
  }

  .page_title .page_text_header p {
    font-size: 12px;
  }
  .page_title .page_text_header p.disclaimer {
    font-size: 12px;
  }

  .form_header .form_title p {
    font-size: 14px;
  }

  .form_header .form_text p {
    font-size: 12px;
  }

  .content_title p {
    font-size: 17px;
  }

  .form-label {
    font-size: 14px;
  }

  .content_title {
    padding-bottom: 35px;
  }

  .form-check-label {
    font-size: 14px;
  }

  .form_section {
    padding-left: 40px;
  }

  .form_section .icon img {
    width: 25px;
  }

  .section_devider .icon::before {
    top: 25px;
    height: calc(100% - 25px);
  }

  .py_100 {
    padding: 30px 0;
  }

  .page_title {
    margin-bottom: 30px;
  }

  .py_85 {
    padding: 25px 0;
  }

  .form_section_default {
    padding: 30px 0;
  }

  .fileinput__button {
    font-size: 17px;
    padding: 6px 45px;
  }

  .btn {
    font-size: 17px;
    padding: 6px 45px;
  }

  .form_text {
    font-size: 12px;
  }

  .fileinput__face {
    flex-wrap: wrap;
  }

  .form-control {
    font-size: 14px;
  }

  .form_control {
    margin-bottom: 20px;
  }

  .invalid-feedback {
    font-size: 12px;
  }

  .form-check-input {
    width: 26px;
    height: 26px;
  }

  .section_devider .icon::before {
    width: 2px;
  }

  .activity_booking_main .form_section_default .form-label {
    font-size: 14px;
  }

  .activity_booking_main .form_section_default .btn {
    font-size: 17px;
    padding: 6px 45px;
  }

  .activity_booking_main .bordered {
    padding: 28px;
  }

  .modal-content .modal_title p {
    font-size: 31px;
  }

  .modal-content .modal_text p {
    font-size: 17px;
  }

  .modal-content .modal_text {
    margin-bottom: 20px;
  }

  .btn.btn-secondary {
    font-size: 17px;
  }

  .modal-body {
    padding: 80px 40px;
  }

  .activity_detail .activity_list p {
    font-size: 14px;
  }

  .activity_booking_main .bordered {
    border: 1.5px solid #ccd814;
  }

  .my_140 {
    margin: 50px 0;
  }

  .experience_default p {
    font-size: 14px;
  }

  .experience_tab_main .title p {
    font-size: 24px;
  }

  .experience_tab_main p.sub_text {
    font-size: 12px;
  }

  .banner_text p,
  .yoga_section .text p {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }

  .experience_tab_main {
    padding: 30px 0 0;
  }

  .experience_tab_main > .title {
    margin-bottom: 25px;
  }

  .experience_fitness .slider_image .img_inner {
    height: 310px;
    margin-top: 20px;
  }

  .yoga_section .sub_title p {
    text-align: center;
  }

  .sub_banner .sub_banner_list {
    flex-wrap: wrap;
  }

  .sub_banner .sub_banner_list .sub_banner_inner {
    width: 100%;
  }

  .fitness_banner_img {
    margin-bottom: 20px;
  }

  .fitness_banner_img img {
    height: 170px;
    object-fit: cover;
  }

  .wellness_description .sub_title p {
    font-size: 14px;
  }

  .wellness_description .text p {
    font-size: 12px;
  }

  .bordered_section .title p {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .wellness_description .bordered_section {
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .sightseeing_main .wellness_description .sub_title {
    margin-bottom: 28px;
  }

  .bordered_section::before {
    width: 3px;
  }

  .sightseeing_banner_img {
    margin-bottom: 25px;
  }

  .sightseeing_main .wellness_description .sub_title p {
    font-size: 14px;
  }

  .d-md-none.d-block .col-12 .col-md-8 .sightseeing_banner_img img {
    height: 200px;
  }

  .d-md-none.d-block .col-12 .sightseeing_banner_img img {
    height: 325px;
  }
  .agenda_day_main .agenda_day_inner .bordered_section li,
  .agenda_day_main .agenda_day_inner .bordered_section p {
    font-size: 22px;
  }

  .agenda_day_main .agenda_day_inner .bordered_section .text p {
    font-size: 14px;
  }

  .agenda_day_main .agenda_day_inner .sub_title p {
    font-size: 17px;
    line-height: inherit;
  }

  .agenda_main .note p {
    font-size: 12px;
  }

  .page_title {
    margin-bottom: 30px;
  }

  .agenda_day_main .agenda_day_inner .bordered_section {
    margin-bottom: 65px;
  }

  .gallery_main .agenda_day_main .agenda_day_inner {
    padding-bottom: 60px;
  }

  .get_app {
    gap: 25px;
    margin-bottom: 70px;
  }

  .get_app img {
    height: 50px;
  }

  .travel_advisory_inner img {
    width: 55px;
  }

  .travel_advisory_content .travel_advisory_inner .title p {
    font-size: 17px;
  }

  .travel_advisory_content .travel_advisory_inner .travel_advisory_row .text p {
    font-size: 16px;
  }

  .travel_advisory_content .travel_advisory_inner {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }

  .travel_advisory_content .travel_advisory_inner .title {
    margin-bottom: 20px;
  }

  .travel_use .accordion-button {
    font-size: 17px;
    padding: 22px 0;
  }

  .travel_use .accordion-button::after {
    font-size: 25px;
  }

  .travel_use .accordion-body .list p {
    font-size: 14px;
    border-top: 1.5px solid #ccd814;
  }

  .travel_use .accordion-item {
    border-bottom: 1.5px solid #ccd814;
  }

  .emergency_contact_content .content_left .list ul li {
    padding: 20px 0;
    gap: 20px;
  }

  .emergency_contact_content .content_right {
    margin-top: 45px;
  }

  .emergency_contact_content .content_left .list ul li p {
    font-size: 12px;
  }

  .list_title {
    margin-bottom: 20px;
  }

  .list_title p {
    font-size: 17px;
  }

  .emergency_contact_content .content_left .list ul li img {
    width: 25px;
  }

  .emergency_contact_content .content_left .list ul li img.info_icon {
    width: 56px;
  }

  .form-control {
    border-bottom: 1px solid #ffffff;
  }

  .viewer {
    max-width: 90%;
    max-height: 70%;
    object-fit: contain;
  }
  #image_viewer .close {
    right: 50px;
  }
  #image_viewer .close svg {
    width: 20px;
    height: 20px;
  }
  #image_viewer .container {
    padding-top: 1.5rem;
  }
  #image_viewer .image_download {
    font-size: 1rem;
    padding: 10px 25px;
  }

  .accommodation_main .hero_banner .banner_shadow {
    background-image: linear-gradient(rgba(14, 37, 69, 0.3), rgba(14, 37, 69, 0), rgba(0, 87, 88) 50%);
  }

  .no_gallery .gallery_section .text p {
    font-size: 20px;
  }
  .setup_text {
    margin-bottom: 20px;
  }

  .travel_advisory_content .travel_advisory_inner .power_supply_img {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 375px) {
  .travel_main .banner_shadow {
    height: 590px;
    background-image: linear-gradient(rgba(0, 87, 88) 20%, rgba(14, 37, 69, 0.4), rgba(0, 87, 88));
    transform: translateY(-70%);
  }

  .get_app {
    gap: 15px;
  }

  .get_app img {
    height: 40px;
  }
}

.fw_400 {
  font-weight: 400;
}

.emergency_contact_content .content_left .list ul li img.info_icon {
  width: 56px;
}

.form-control {
  border-bottom: 3px solid #ccd814;
}

.viewer {
  max-width: 90%;
  max-height: 70%;
  object-fit: contain;
}
#image_viewer .close {
  right: 50px;
}
#image_viewer .close svg {
  width: 20px;
  height: 20px;
}
#image_viewer .container {
  padding-top: 1.5rem;
}
#image_viewer .image_download {
  font-size: 1rem;
  padding: 10px 25px;
}

.accommodation_main .hero_banner .banner_shadow {
  background-image: linear-gradient(rgba(14, 37, 69, 0.3), rgba(14, 37, 69, 0), rgba(0, 87, 88) 50%);
}

@media screen and (max-width: 375px) {
  .travel_main .banner_shadow {
    height: 690px;
    background-image: linear-gradient(rgba(0, 87, 88) 20%, rgba(14, 37, 69, 0.4), rgba(0, 87, 88));
    transform: translateY(-70%);
  }

  .get_app {
    gap: 15px;
  }

  .get_app img {
    height: 40px;
  }
}

.fw_400 {
  font-weight: 400;
}

.small_primary_text {
  font-size: 20px;
  color: #ccd814;
}
