/* Fonts */
@font-face {
  font-family: "playlist-script";
  src: url("fonts/PlaylistFF/Playlist Script.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Variables */

:root {
  --color-2054A3: #2054a3;

  --color-EB2226: #eb2226;

  --color-03B1A8: #03b1a8;

  --color-FBBE14: #fbbe14;

  --color-66308D: #66308d;

  --color-213E7C: #213e7c;

  --color-8EC440: #8ec440;

  --color-CA2029: #ca2029;

  --color-DDE6E8: #dde6e8;

  --color-2C529B: #2c529b;

  --color-40C461: #40c461;

  --color-F7F7F7: #f7f7f7;

  --color--E8E0EE: #e8e0ee;
}

/*  */

.text-2054A3 {
  color: var(--color-2054A3);
}

.bg-2054A3 {
  background: var(--color-2054A3);
}

.text-EB2226 {
  color: var(--color-EB2226);
}

.bg-EB2226 {
  background: var(--color-EB2226);
}

.text-03B1A8 {
  color: var(--color-03B1A8);
}

.bg-03B1A8 {
  background: var(--color-03B1A8);
}

.text-FBBE14 {
  color: var(--color-FBBE14);
}

.bg-FBBE14 {
  background: var(--color-FBBE14);
}

.text-66308D {
  color: var(--color-66308D);
}

.bg-66308D {
  background: var(--color-66308D);
}

.text-213E7C {
  color: var(--color-213E7C);
}

.bg-213E7C {
  background: var(--color-213E7C);
}

.text-8EC440 {
  color: var(--color-8EC440);
}

.bg-8EC440 {
  background: var(--color-8EC440);
}

.text-CA2029 {
  color: var(--color-CA2029);
}

.bg-CA2029 {
  background: var(--color-CA2029);
}

.text-DDE6E8 {
  color: var(--color-DDE6E8);
}

.bg-DDE6E8 {
  background: var(--color-DDE6E8);
}

.text-2C529B {
  color: var(--color-2C529B);
}

.bg-2C529B {
  background: var(--color-2C529B);
}

.text-40C461 {
  color: var(--color-40C461);
}

.bg-40C461 {
  background: var(--color-40C461);
}

.text-F7F7F7 {
  color: var(--color-F7F7F7);
}

.bg-F7F7F7 {
  background: var(--color-F7F7F7);
}

.text-E8E0EE {
  color: var(--color--E8E0EE);
}

.bg-E8E0EE {
  background: var(--color--E8E0EE);
}

/* body */

html {
  overflow-x: hidden;

  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;

  font-size: 16px;

  line-height: 24px;
}

img {
  max-width: 100%;

  height: auto;
}

/* font families */

.nunito-sans {
  font-family: "Nunito Sans", sans-serif;

  font-optical-sizing: auto;

  font-style: normal;
}

.coco {
  font-family: "Coco Gothic", sans-serif;

  font-optical-sizing: auto;

  font-style: normal;
}

.playlist-script {
  font-family: "Playlist-Script", sans-serif;
}

.nunito {
  font-family: "Nunito", sans-serif;

  font-optical-sizing: auto;

  font-style: normal;
}

/* Font Sizes */

.f-110 {
  font-size: 110px;

  line-height: 110px;
}

.f-64 {
  font-size: 64px;

  line-height: 75px;
}

.f-55 {
  font-size: 55px;

  line-height: 65px;
}

.f-40 {
  font-size: 40px;

  line-height: 50px;
}

.f-30 {
  font-size: 30px;

  line-height: 36px;
}

.f-24 {
  font-size: 24px;

  line-height: 32px;
}

.f-21 {
  font-size: 21px;

  line-height: 29px;
}

.f-16 {
  font-size: 16px;

  line-height: 24px;
}

.f-15 {
  font-size: 15px;

  line-height: 24px;
}

.f-14 {
  font-size: 14px;

  line-height: 24px;
}

.f-12 {
  font-size: 12px;

  line-height: 24px;
}

.font_weight_900 {
  font-weight: 900;
}

/* word & letter spacing */

.ls_1 {
  letter-spacing: 3px;
}

.ls_2 {
  letter-spacing: 4px;
}

.ls_3 {
  letter-spacing: 5px;
}

.ls_4 {
  letter-spacing: 6px;
}

.ls_5 {
  letter-spacing: 7px;
}

.gap_1 {
  gap: 10px;
}

.gap_2 {
  gap: 15px;
}

.gap_3 {
  gap: 20px;
}

.gap_4 {
  gap: 30px;
}

.gap_5 {
  gap: 40px;
}

.tag-toggle {
  min-width: 31px;

  cursor: pointer;
}

.space_large {
  padding: 100px 0px;
}

/* common and custom css class  */

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-decoration-underline {
  text-decoration: underline;
}

.banner_min_h {
  min-height: 600px;
}

.btn_line:after {
  content: "";

  background: url(images/bg_2026.jpg);

  width: 100%;

  height: 4px;

  background-repeat: repeat;

  background-size: cover;

  display: block;

  position: absolute;

  bottom: -4px;

  left: 0;

  /* border-radius: 5px; */
}

.btn_line_round_b:after {
  border-bottom-right-radius: 5px;
}

.btn_main {
  letter-spacing: 4px;

  font-weight: 900 !important;

  border-bottom-left-radius: 0px;

  border-bottom-right-radius: 0px;

  min-width: 224px;
}

.card_bg {
  background: url(images/bg_2026.jpg) !important;

  background-repeat: no-repeat !important;

  background-size: cover !important;

  transition: 0.5s;
}

.card_bg_hover:hover {
  padding: 8px !important;
}

.btn_transparent {
  background: transparent;

  border-color: #fbbe14 !important;
}

.width_fit_content {
  width: fit-content;
}

.separator {
  background: url("images/bg_2026.jpg");

  width: 100%;

  height: 4px;

  background-repeat: repeat;

  background-size: cover;
}

.w_normal {
  min-width: 250px;

  max-width: 250px;
}

.min_w_150 {
  min-width: 150px;
}

.max_w_260 {
  max-width: 260px;
}

.rounded_10 {
  border-radius: 10px;
}

.rounded_15 {
  border-radius: 15px;
}

.rounded_20 {
  border-radius: 20px;
}

.card_image {
  min-height: 350px;

  max-height: 350px;
}

/* top bar */

.top-bar {
  font-size: 13px;

  line-height: 19px;
}

/* header */

.header.is_home {
  position: absolute;

  top: 0px;

  left: 0px;

  z-index: 9;

  width: 100%;

  background: transparent !important;
}

.main__header {
  font-size: 16px;

  line-height: 24px;
}

.logo {
  max-width: 150px;
}

/* Hamburger Menu */

.nav-toggle {
  display: block;

  cursor: pointer;

  transition: 0.5s;

  width: fit-content;

  font-size: 24px;

  color: #2054a3;
}

/* Offcanvas Styles */

.offcanvas-menu {
  position: fixed;

  top: 0;

  right: -120%;

  width: 100%;

  height: 100%;

  background: #fff;

  /* box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15); */

  transition: right 0.3s ease;

  z-index: 2000;
}

.offcanvas-menu.active {
  right: 0;
}

.offcanvas-logo {
  max-width: 100px;
}

.close-btn {
  background: none;

  border: none;

  font-size: 24px;

  line-height: 1;

  cursor: pointer;

  color: #2054a3;
}

.offcanvas-nav li {
  margin-bottom: 15px;
}

.offcanvas-nav li a {
  color: #2054a3;

  font-weight: bold;

  text-transform: uppercase;

  text-decoration: none;

  display: block;

  font-size: 30px;

  line-height: 36px;
}

.offcanvas-nav li a:hover {
  color: #007bff;
}

.offcanvas-menu-wrapper {
  height: 90vh;

  overflow-y: auto;

  max-height: 100%;
}

/* banner */

.hero-banner {
  position: relative;

  width: 100%;

  /* min-height: 100vh; */

  overflow: hidden;
}

.hero-slide {
  background-size: cover;

  background-position: center;

  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 800px;
}

.hero-content span {
  letter-spacing: 3px;
}

.slider_control.banner_slider_prev {
  left: 20px !important;

  color: #ffffff;
}

.slider_control.banner_slider_next {
  right: 20px !important;

  color: #ffffff;
}

/* experience slider */

.card-wrapper {
  height: 420px;
}

.experience_section {
  padding: 100px 0px;

  background-color: #f7f7f7;
}

.experience_slider_detail .item_count .swiper-pagination-current {
  font-size: 21px;

  line-height: 29px;

  font-weight: bold;
}

.fixed_height {
  max-height: 400px;
}

/* When hovering wrapper, reveal more of wrapper bg */

.card-wrapper:hover {
  padding: 7px;
}

/* INNER CARD with food image */

.inner-card {
  width: 100%;

  height: 100%;

  background: url("images/food.jpg") center/cover no-repeat;
}

/* Dark overlay shown on hover */

.inner-overlay {
  position: absolute;

  bottom: 0;

  left: 0;

  height: 50%;

  width: 100%;

  background: linear-gradient(
    to top,

    #234c90 0%,

    #234c90a3 40%,

    #234c9000 100%
  );

  opacity: 0;

  transition: 0.4s ease;

  z-index: 1;
}

.card-wrapper:hover .inner-overlay {
  opacity: 1;
}

/* TEXT BLOCK – always on top */

.card-content {
  position: absolute;

  bottom: 20px;

  left: 20px;

  right: 20px;

  z-index: 2;

  color: #fff;
}

/* Badges */

.count {
  background: rgba(255, 255, 255, 0.85);

  color: #000;

  font-weight: bold;

  padding: 7px 12px;
}

/* Read now */

.read-more:hover {
  color: #fff;
}

.experience_slide {
  height: 100%;

  padding: 0px !important;
}

.card-wrapper {
  min-height: 480px;
}

.experience_slider_controls .slider_control svg {
  width: 20px;

  height: 20px;
}

.experience_slider_controls .experience_slide_prev,
.experience_slider_controls .experience_slide_next {
  position: unset;

  height: auto;

  width: fit-content;

  transform: rotate(-180deg);
}

/* Custom Nav */

.custom-nav-wrapper {
  position: absolute;

  bottom: 0;

  width: 100%;

  /* background: rgba(0, 0, 0, 0.4); */

  color: #fff;

  overflow-x: auto;

  white-space: nowrap;

  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch;

  border-top: 1px solid #ffffff;

  z-index: 9;
}

.custom-nav {
  position: relative;

  /* overflow-x: auto;

  scroll-behavior: smooth;

  white-space: nowrap; */

  z-index: 9;
}

.custom-nav::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar (optional) */
}

.custom-nav .nav-item {
  cursor: pointer;

  position: relative;

  transition: color 0.3s;

  font-weight: 400;
}

/* .custom-nav .nav-item.active {

  color: #ffd400;

} */

/* Yellow triangle indicator */

.custom-nav .active-bar {
  position: absolute;

  top: 0;

  width: 0;

  height: 0;

  border-top: 30px solid var(--color-FBBE14);

  border-left: 18px solid transparent;

  border-right: 18px solid transparent;

  transition: all 0.3s ease;
}

/* Hide scrollbar */

.custom-nav-wrapper::-webkit-scrollbar {
  display: none;
}

.custom-nav-wrapper {
  -ms-overflow-style: none;

  scrollbar-width: none;
}

/* explore_section */

.explore_detail h4 {
  letter-spacing: 3px;
}

/* cards */

.card_design_1 {
  border-radius: 20px;

  max-height: 300px;

  height: 300px;

  min-height: 300px;
}

.card_content_wrapper,
.card_content_wrapper_3 {
  transition: 0.5s;
}

.card_content_wrapper_3 {
  max-height: 300px;

  min-height: 300px;
}

.card_content_wrapper_3 img {
  object-fit: cover;
}

/* .card_design_1.card:hover img {

  transform: scale(1.2);

} */

.card_design_1.card img {
  transition: 0.5s;
}

.card_overlay {
  background: linear-gradient(to top, rgba(30, 30, 30, 1), rgba(30, 30, 30, 0));

  z-index: 1;
}

.card_content {
  top: 0;

  left: 0;

  z-index: 2;
}

/* card design 2  */

.card_design_2 {
  height: 200px;

  min-height: 230px;
}

.card_design_2.large_size {
  min-height: 350px;
}

/* card type 3 */

.card_design_3 {
  height: 200px;

  min-height: 530px;
}

.card_design_3 .card-body {
  bottom: 0;

  left: 0;

  background-color: #f7f7f7;
}

.card_design_3 .card_badge {
  top: 15px;

  right: 15px;
}

/* popular deals section */

.deals_slider_wrapper {
  overflow: visible;
}

.custom_slider_controls .custom_controls {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 9;

  background: url(images/bg_2026.jpg);

  padding: 2px;

  background-repeat: no-repeat;

  background-size: cover;

  width: 40px;

  height: 40px;

  border-radius: 50px;

  border: 0px;

  overflow: hidden;
}

.custom_slider_controls .custom_controls span {
  color: #2054a3;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50px;

  font-size: 20px;
}

.custom_slider_controls .custom_controls.swiper-button-disabled {
  opacity: 0.5;
}

.custom_slider_controls .deal_slide_prev {
  left: -33px;
}

.custom_slider_controls .deal_slide_next {
  right: -33px;
}

/* images slider section */

.images_slider img {
  cursor: pointer;
}

.custom_slider_controls .images_slide_prev {
  left: -5px;
}

.custom_slider_controls .images_slide_next {
  right: -5px;
}

/* custom selectbox */

.custom_select_box {
  width: 260px;
}

.custom_select_box_trigger {
  display: flex;

  justify-content: space-between;

  align-items: center;

  cursor: pointer;

  letter-spacing: 3px;

  padding: 15px 5px;

  border-bottom: 4px solid transparent;

  background: url("images/bg_2026.jpg") no-repeat left bottom / 100% 4px;
}

.custom-options {
  list-style: none;

  margin: 0;

  padding: 0;

  position: absolute;

  left: 0;

  right: 0;

  background: white;

  border: 1px solid #ddd;

  border-top: none;

  display: none;
  /* hidden by default */

  z-index: 9;

  /* font-weight: bold; */
}

.custom-options li {
  padding: 10px;

  cursor: pointer;
}

.custom-options li:hover {
  background: #eee;
}

/* category badage */

.category-wrapper {
  position: relative;

  display: inline-block;
}

.main-row {
  display: flex;

  align-items: center;

  gap: 6px;
}

.main-row .toggle-more {
  min-width: 31px;

  cursor: pointer;
}

.hidden-box {
  position: absolute;

  left: 0;

  display: none;

  flex-direction: column;

  gap: 8px;

  z-index: 10;

  max-height: 145px;

  overflow-y: auto;

  white-space: nowrap;

  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch;
}

/* Chrome / Edge / Safari */

.hidden-box::-webkit-scrollbar {
  width: 3px;
}

.hidden-box::-webkit-scrollbar-track {
  background: #2054a3;

  border-radius: 10px;
}

.hidden-box::-webkit-scrollbar-thumb {
  background: #fbbe14;

  border-radius: 10px;
}

.hidden-box::-webkit-scrollbar-thumb:hover {
  background: #fbbe14;
}

/* Firefox */

.hidden-box {
  scrollbar-width: thin;

  scrollbar-color: #2054a3 #fbbe14;
}

.category-wrapper[data-position="above"] .hidden-box {
  bottom: 40px;
}

.category {
  padding: 4px 10px;

  min-width: 100px;

  max-width: 200px;
}

.category-wrapper .items {
  display: none;
}

/* Newsletter Section */

.newsletter_section form input[type="email"] {
  border: 2px solid var(--color-2054A3);

  background: transparent;
}

/* Map Section */

.map_slide_next {
  right: -5px !important;
}

.map_slide_prev {
  left: -5px !important;
}

#map-wrapper {
  width: 100%;

  height: 600px;

  position: relative;

  overflow: hidden;
}

#map {
  width: 100%;

  height: 100%;

  display: block;
}

.m_state {
  fill: #ffffff;

  stroke: #6ba6ff;

  stroke-width: 1;

  cursor: pointer;

  transition: 0.3s;
}

.m_state:hover {
  fill: #f4cf67;
}

.m_state.active {
  fill: #f4cf67 !important;
}

.label_group,
.label_group .label_box,
.label_group .label_text {
  cursor: pointer;

  transition: 0.5s all;
}

.label_group:hover .label_box {
  fill: var(--color-FBBE14);
}

.label_group:hover .label_text {
  fill: #ffffff;
}

.label_group .label_box {
  fill: transparent;

  stroke: var(--color-FBBE14);

  stroke-width: 1;

  cursor: pointer;
}

.label_group .label_text {
  fill: var(--color-2054A3);

  font-weight: 900;

  font-size: 10px;

  cursor: pointer;

  font-family: inherit;
}

.label_group .connector_line {
  stroke: var(--color-FBBE14);

  stroke-width: 1;

  stroke-linecap: round;
}

.label_group .location_dot {
  fill: var(--color-FBBE14);
}

.label_group.active .label_box {
  fill: var(--color-FBBE14) !important;
}

.label_group.active .label_text {
  fill: #ffffff !important;
}

.label_group.active .connector_line {
  stroke: var(--color-FBBE14) !important;
}

.label_group.active .location_dot {
  fill: var(--color-FBBE14) !important;
}

.sea_label {
  fill: var(--color-2054A3);

  pointer-events: none;

  letter-spacing: 1.5px;
}

/* Form multi-select */

.custom_multi_select {
  /* width: 260px; */

  position: relative;

  /* font-family: Arial; */
}

.custom_selectbox {
  border: 1.5px solid #1e59c4;

  padding: 6px;

  min-height: 40px;

  border-radius: 5px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  cursor: pointer;

  font-weight: 900;
}

.custom_select_tag {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  flex: 1;
}

.custom_new_tag {
  background: var(--color-2054A3);

  color: white;

  padding: 0px 8px;

  border-radius: 20px;

  display: flex;

  align-items: center;

  gap: 4px;

  font-size: 12px;
}

.custom_new_tag .remove {
  cursor: pointer;

  font-weight: bold;
}

.custom_select_arrow {
  margin-left: auto;

  font-size: 14px;

  transition: 0.5s all;
}

.custom_selectbox_dropdown {
  display: none;

  border: 1px solid #ccc;

  border-radius: 6px;

  margin-top: 5px;

  background: #ffffff;

  padding: 10px;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);

  position: absolute;

  width: 100%;

  z-index: 9;

  font-weight: 900;
}

.custom_selectbox_dropdown label {
  display: flex;

  align-items: center;

  gap: 8px;

  padding: 4px 0;

  cursor: pointer;
}

.custom_selectbox_dropdown input[type="checkbox"] {
  width: 16px;

  height: 16px;

  margin: 0;

  padding: 0;

  opacity: 1;

  appearance: none;

  border: 1.5px solid #3f51b5;

  border-radius: 3px;

  background: #fff;

  position: relative;

  margin-right: 10px;
}

.custom_selectbox_dropdown input[type="checkbox"]:checked {
  border: 1.5px solid var(--color-2054A3);

  background: var(--color-2054A3);
}

.custom_selectbox_dropdown input[type="checkbox"]:checked:before,
.custom_selectbox_dropdown input[type="checkbox"]:checked:after {
  content: "";

  position: absolute;

  height: 2px;

  background: #fff;
}

.custom_selectbox_dropdown input[type="checkbox"]:checked:before {
  width: 7px;

  top: 7px;

  left: 0px;

  transform: rotate(44deg);

  border-radius: 0px 2px 2px 0px;
}

.custom_selectbox_dropdown input[type="checkbox"]:checked:after {
  width: 10px;

  top: 5px;

  left: 3px;

  transform: rotate(-55deg);
}

.custom_selectbox_dropdown input[type="checkbox"]:focus {
  outline: none;
}

.custom_selectbox .custom_select_arrow.open {
  transform: rotate(180deg);
}

.has-search button {
  position: absolute;

  right: 0;

  z-index: 2;

  display: block;

  min-width: 2.375rem;

  height: 2.2rem;

  /* line-height: 2.375rem; */

  text-align: center;

  color: var(--color-2054A3);
}

.has-search .search_field {
  border: 1.5px solid var(--color-2054A3);

  height: 40px;
}

/* ----------- experience page -------------- */

/* hero slider */

.hero-banner-slide {
  background-size: cover;

  background-position: center;

  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 600px;
}

.hero_slide_next {
  right: 20px;
}

.hero_slide_prev {
  left: 20px;
}

/* spinner loading */

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);

  border-top: 4px solid white;

  border-radius: 50%;

  width: 20px;

  height: 20px;

  animation: spin 1s linear infinite;

  position: absolute;
  /* Position spinner in center */

  opacity: 0;
  /* Hidden initially */

  transition: opacity 0.3s ease-in-out;
}

.favorite-btn {
  cursor: pointer;
}

.favorite-btn.loading i {
  display: inline-block !important;
  /* Show spinner when loading */
}

.favorite-btn.loading {
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* pagination */

.pagination {
  max-width: fit-content;

  margin: auto;

  border: 1px solid #2054a3;

  /* box-shadow: 0px 3px 4px 0px #c0c0c0; */
}

.pagination a {
  color: #2054a3;

  background-color: #ffffff;

  text-decoration: none;

  transition: background-color 0.3s;

  font-weight: bold;

  width: 40px;

  height: 40px;

  border-radius: 100%;
}

.pagination a span {
  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  height: 100%;

  background: #ffffff;

  border-radius: 100%;
}

.pagination a.active {
  background: url("images/bg_2026.jpg");

  padding: 4px;

  background-repeat: repeat;

  background-size: cover;
}

.pagination a span i {
  font-size: 20px;
}

.pagination a:hover:not(.active) {
  background: url("images/bg_2026.jpg");

  padding: 4px;

  background-repeat: repeat;

  background-size: cover;
}

.bg_transparent.pagination span {
  background: #f7f7f7;
}

.signup_section {
  background-repeat: no-repeat;

  background-size: cover;
}

/* event calendar filter */

.date-bar-month {
  position: relative;
}

.date-bar-month.is-active:after,
a:hover .date-bar-month:after {
  content: "";

  background: url("images/bg_2026.jpg");

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 4px;

  position: absolute;

  bottom: -5px;

  left: 0;
}

.filter_month {
  min-height: 40px;
}

/* responsive */

/* below laptop... include tablet landscape and tablet */

@media (max-width: 991px) {
  /* Typograpgy */

  .f-110 {
    font-size: 60px;

    line-height: 80px;
  }

  .top-bar {
    font-size: 12px;
  }

  .main__menu a {
    font-size: 12px;
  }

  .logo {
    max-width: 130px;
  }

  /* banner */

  .hero-slide {
    min-height: 600px;
  }

  /* Upcoming Events */

  .card_design_2 img {
    max-height: 440px;
  }

  /* popular deals */

  .custom_slider_controls .deal_slide_prev {
    left: -18px;
  }

  .custom_slider_controls .deal_slide_next {
    right: -18px;
  }

  /* map section */

  #map-wrapper {
    height: 450px;
  }

  #map {
    margin-top: -50px;
  }

  /* month filter */

  .filter_month {
    overflow-x: auto;

    gap: 30px;
  }
}

/* below tablet.... include mobile  */

@media (max-width: 767px) {
  /* Font Sizes */

  .f-55 {
    font-size: 40px;

    line-height: 46px;
  }

  .f-64 {
    font-size: 45px;

    line-height: 50px;
  }

  .f-40 {
    font-size: 30px;

    line-height: 40px;
  }

  .logo {
    max-width: 100px;
  }

  .main__menu_mobile {
    gap: 15px;
  }

  .main__menu_mobile li a {
    color: #000000;

    font-size: 13.33px;
  }

  /* banner */

  .hero-slide {
    min-height: 500px;
  }

  .slider_control.banner_slider_prev {
    left: 0px !important;
  }

  .slider_control.banner_slider_next {
    right: 0px !important;
  }

  .slider_control.banner_slider_prev svg,
  .slider_control.banner_slider_next svg {
    width: 20px;

    height: 20px;
  }

  .custom-nav .active-bar {
    border-top: 25px solid #fbbe14;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;
  }

  /* Experience Section */

  .experience_slide.swiper-slide-active .card_bg_hover {
    padding: 8px !important;
  }

  .experience_slide.swiper-slide-active .inner-overlay {
    opacity: 1;
  }

  /* Explore Section */

  .custom_select_box {
    font-size: 14px;

    line-height: 20px;
  }

  .custom_select_box .arrow {
    max-width: 20px;
  }

  /* Upcoming Events */

  .card_design_2 img {
    max-height: 350px;
  }

  /* popular deals */

  .custom_slider_controls .deal_slide_prev {
    left: -10px;
  }

  .custom_slider_controls .deal_slide_next {
    right: -10px;
  }

  /* images slider */

  .images_slider .swiper-slide-active .card_bg_hover {
    padding: 8px !important;
  }

  /* banner slider */

  .hero_slide_next {
    right: 5px;
  }

  .hero_slide_prev {
    left: 5px;
  }

  /* Newsletter Section */

  .custom_slider_controls .images_slide_prev {
    left: 0px;
  }

  .custom_slider_controls .images_slide_next {
    right: 0px;
  }

  /* Map section */

  #map-wrapper {
    height: 250px;
  }

  #map {
    margin-top: -30px !important;
  }

  .map_slide_next {
    right: 2px !important;
  }

  .map_slide_prev {
    left: 2px !important;
  }

  .label_group .label_text {
    font-size: 4px !important;
  }

  /* custom class */

  .w_mb_100 {
    width: 100%;
  }
}

/* nann */

/* nann  event detail page*/

.c_gallery .img-wrapper {
  position: relative;

  overflow: hidden;
}

.c_gallery .img-wrapper img {
  object-fit: cover;
}

.more-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 86, 179, 0.7);

  display: flex;

  justify-content: center;

  align-items: center;

  color: white;

  font-size: 2rem;

  font-weight: bold;

  border-radius: 0.25rem;

  transition: background-color 0.3s ease;
}

.more-overlay:hover {
  background-color: rgba(0, 86, 179, 0.85);
}

/* instagram feed section */
body.modal-open {
  overflow-y: hidden !important;
}

.gallery-modal img,
.gallery-modal video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 17px 0px 0px 17px;
}

.gallery-modal .gallery_prev,
.gallery-modal .gallery_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.gallery-modal .gallery_prev {
  left: -60px;
}

.gallery-modal .gallery_next {
  right: -60px;
}
.gallery__item {
  max-height: 270px;
}
.gallery__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gallery__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.gallery__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000b0 2%, #ffffff00);
}

.gallery__item .network-icon {
  color: #ffffff;
}
.gallery__item .network-icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 34px;
}
.modal-video {
  display: block;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  background-color: #ffffff;
}
.gallery_close {
  position: absolute;
  top: 13px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  font-size: 35px;
  line-height: 1;
  opacity: 1;
  z-index: 99;
}
.gallery_date {
  bottom: 15px;
  right: 20px;
}
.break__word {
  word-break: break-all;
}
.gallery-modal .modal-content {
  border-radius: 17px;
  border: none;
}
.media-col {
  max-height: 80vh;
}
.media-col img,
.media-col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal_body_text {
  max-height: calc(80vh - 120px);
}
@media (max-width: 990px) {
  .modal_body_text {
    max-height: calc(10vh - 120px);
  }
  .gallery-modal img,
  .gallery-modal video {
    border-radius: 0px;
  }
  .gallery_close {
    width: 45px;
    height: 45px;
    top: 9px;
    right: 13px;
  }
  .gallery-modal .gallery_prev,
  .gallery-modal .gallery_next {
    width: 45px;
    height: 45px;
  }
  .modal_body_text {
    max-height: none;
    overflow: visible;
  }
  .gallery_date {
    bottom: 5px;
  }
  .media-col img,
  .media-col video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .gallery__item {
    max-height: 200px;
  }
  .modal-content {
    border-radius: 0px;
    border: none;
  }
  .gallery-modal img,
  .gallery-modal video {
    border-radius: 0px;
  }
  .gallery-modal .modal-content {
    border-radius: 0px;
    border: 0px;
  }
  .modal-dialog {
    margin: 0px;
  }
  .gallery_close {
    top: 12px;
    right: 6px;
    width: 40px;
    height: 40px;
  }
  .gallery-modal .gallery_prev,
  .gallery-modal .gallery_next {
    width: 40px;
    height: 40px;
  }
  .gallery-modal .gallery_next {
    right: 10px;
    top: 194px;
    transform: none;
  }
  .gallery-modal .gallery_prev {
    left: 10px;
    top: 194px;
    transform: none;
  }
  .gallery__item .network-icon {
    font-size: 24px;
  }
  .mb_gap {
    gap: 10px;
  }
  .media-col img,
  .media-col video {
    max-height: 250px;
  }
}
