.kma_bg_1 {
  background: url("bg_01.webp") repeat-x center center / cover !important;
}
.kma_bg_2 {
  background: url("bg_02.webp") repeat-x center center / 39% 100% !important;
}
.kma_bg_3 {
  background: url("bg_03.webp") repeat-x center center / cover !important;
}
.kma_bg_4 {
  background: url("bg_04.jpg") repeat-x center center / cover !important;
}
.kma_bg_5 {
  background: url("bg_01.jpg") repeat-x center center / cover !important;
}
.kma_bg_6 {
  background: url("bg_02.jpg") repeat-x center center / cover !important;
}
.kma_bg_7 {
  background: url("bg_03.jpg") repeat-x center center / cover !important;
}
.kma_bg_8 {
  background: url("bg_04.jpg") repeat-x center center / cover !important;
}
body {
  font-family: "Lama Sans", sans-serif;
}
:root,
[data-bs-theme="light"] {
  --bs-blue: #612d96;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #612d96;
  --bs-secondary: #612d96;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 140, 17, 110;
  --bs-secondary-rgb: 107, 62, 152;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #6c6d70;
  --bs-body-color-rgb: 108, 109, 112;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #000000;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #612d96;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(243, 202, 233, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #dd4eb9;
  --bs-link-hover-color: #e969c9;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
a {
  color: #6824DB;
  text-decoration: none;
}
a:hover {
  color: #b4dd1e;
}
.btn-outline-light {
  border-color: #fff;
}
.text-primary {
  color: #6824DB !important;
}
.btn{
  font-weight: bold !important;
}
.btn-white {
  background: #fff;
  color: #612d96;
  border-color: #612d96;
}
.btn-white:hover{
  background:#f1f1f1;
}
.btn.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-primary {
  background: #6824DB;
  color: #fff !important;
  border-color: #6824DB;
}
.btn-facebook {
  background:#0866FF;
  color: #fff !important;
  border-color: #0866FF;
}
.btn-primary:hover{
    background: #612d96;
    color: #fff !important;
    border-color: #612d96;
}
.btn-facebook:hover {
  background:#195ece;
  color: #fff !important;
  border-color: #195ece;
}
.btn-secondary {
    --bs-btn-color: #6824db;
    --bs-btn-bg: #b4dd1e;
    --bs-btn-border-color: #b4dd1e;
    --bs-btn-hover-color: #6825db;
    --bs-btn-hover-bg: #B1FF00;
    --bs-btn-hover-border-color: #B1FF00;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b4dd1e;
    --bs-btn-active-border-color: #b4dd1e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b4dd1e;
    --bs-btn-disabled-border-color: #b4dd1e;
}
.btn-primary.active {
  background: #612d96;
  background: linear-gradient(83deg, #612d96, #6825db);
  color: #612d96 !important;
  border-color: #612d96;
}
.bg-primary {
  background: #6824DB !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
  border-color: transparent;
}
.bg-gray{
  background: #F5F5F5;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #B4DD1E;
}

.pagination {

  --bs-pagination-active-bg: #612d96;
  --bs-pagination-active-border-color: #612d96;

}

.eventcoom-fixed-header {
  background: #6824DB;
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
.eventcoom-fixed-header .menu-list li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}
.eventcoom-fixed-header .menu-list li a:hover {
  color: #eee;
}
.eventcoom-fixed-header.scrollable-header .menu-list li a {
  color: #6824DB;
}
.eventcoom-fixed-header.scrollable-header .menu-list li a:hover {
  color: #b4dd1e;
}
.scrollable-header .btn-outline-light {
  color: #6824DB;
  border-color: #6824DB;
}
.scrollable-header .btn-outline-light:hover {
  color: #fff;
  background: #612d96;
}
.scrollable-header .btn-dark {
  background-color: #6824DB;
  border-color: #6824DB;
  opacity: 1 !important;
}
.eventcoom-fixed-header .light-logo {
  display: none;
}
.eventcoom-menu-icon {
  color: #fff !important;
}
.eventcoom-menu-icon:hover {
  color: #f1f1f1;
}
.eventcoom-fixed-header.scrollable-header {
  background: #fff;
  position: fixed;
  top: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.3s;
}
.eventcoom-fixed-header.scrollable-header .light-logo {
  display: block;
}
.eventcoom-fixed-header.scrollable-header .dark-logo {
  display: none;
}
.eventcoom-fixed-header.scrollable-header .eventcoom-menu-icon {
  color: #612d96 !important;
}
.home_slider {
  padding-bottom: 30px;
  background: url("bg_01.webp") repeat-x center bottom / 100% 7% !important;
}

.home-sections .tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  overflow: auto;
  align-content: flex-end;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.home-sections .tab {
  cursor: pointer;
  transition: background-color 0.3s;
}

.home-sections .tab.active {
  background-color: #612d96;
  color: white;
}

.home-sections .tab:hover {
  background-color: #6825db;
  color: white;
}

.home-sections .items {
  /* display: grid; */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 5px;
}

.home-sections .item {
  /* padding: 15px; */
  /* background-color: white; */
  /* border: 1px solid #ddd; */
  /* border-radius: 5px; */
  /* text-align: center; */
  display: none; /* Hidden by default */
}

.home-sections .item.show {
  display: block;
}
.event-card {
  position: relative;
  overflow: auto;
}
.event-date-bg-icon {
  position: absolute;
  color: #fff;
  top: 15px;
  left: 15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-evenly;
  align-items: baseline;
  width: 55px;
  text-align: center;
  font-size: 15px;

  background: #fff;
  margin: 1px 0 0 0;
  padding: 0px 0;
  font-weight: 700;
  color: #000;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #00000045;
}
.date-paper {
  width: 55px;
  text-align: center;
  font-size: 15px;

  margin: 1px 0 0 0;
  font-weight: 700;
  color: #000;
}
.parent-div-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
}
.nav-filter-tabs {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  align-items: center;
  overflow: auto;
  padding: 5px 0;
  column-gap: 5px;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.nav-filter-tabs .btn.active {
  background-color: #fff !important;
  border-color: #602C95 !important;
  color: #612d96 !important;
}
.nav-filter-tabs .btn.active i {
  color: #B4DD1E;
}
.nav-filter-tabs .btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-evenly;
  align-items: center;
  flex: 1 1 auto;
  white-space: nowrap;
  font-size: 17px;
  background-color: #602C95!important;
  border-radius: 13px !important;
  font-weight: 500;
  color: #fff;
  border-color: #602C95 !important;
      min-width: 150px !important;
}
.nav-filter-tabs .btn i {
  color: #fff;
  font-weight: 300;
  margin: 6px 0 25px 0 !important;
  font-size: 40px;
}
.inner-page-back {
  padding-top: 20px;
}
.fixed-bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.fixed-bottom-navbar.another-top {
  top: auto;
  bottom: 86px;
  transition: all 0.3s;
}

.owl-carousel .owl-stage {
  display: flex;
}
.event-items {
  /*display: flex;*/
  flex: 1 0 auto;
  height: 100%;
}
.event-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.card-dashed {
  border: 1px dashed #e6e6e6;
}
.nav-fixed-bottom a {
  color: #333;
}
.nav-fixed-bottom a:hover {
  color: #612d96;
}
.map-icon:before {
  /* font-family:'Font Awesome 6 Pro'; */
  content: "";
  /* font-weight:bold; */
  /* font-size: 76px; */
  position: absolute;
  /* z-index: -1; */
  /* color: #612d96; */
  /* right: -3px; */
  /* top: -4px; */
  border: 2px solid #612d96;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.text-nowrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  flex: 1 1 auto;
  white-space: nowrap;
}
.image-holder {
  position: relative;
}
.inner-page-break {
  position: absolute;
  top: 30px;
  right: 15px;
  left: 15px;
}
.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}
.separator.separator-content::after,
.separator.separator-content::before {
  content: " ";
  width: 50%;
  border-bottom: 1px solid var(--bs-border-color);
}
.separator.separator-content::before {
  margin-right: 1.25rem;
}
.separator.separator-content::after {
  margin-left: 1.25rem;
}
.separator.separator-content.separator-dotted::after,
.separator.separator-content.separator-dotted::before {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content.separator-dashed::after,
.separator.separator-content.separator-dashed::before {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content.border-light::after,
.separator.separator-content.border-light::before {
  border-color: #f9f9f9 !important;
}
.separator.separator-content.border-primary::after,
.separator.separator-content.border-primary::before {
  border-color: #1b84ff !important;
}
.separator.separator-content.border-secondary::after,
.separator.separator-content.border-secondary::before {
  border-color: #f1f1f4 !important;
}
.separator.separator-content.border-success::after,
.separator.separator-content.border-success::before {
  border-color: #17c653 !important;
}
.separator.separator-content.border-info::after,
.separator.separator-content.border-info::before {
  border-color: #7239ea !important;
}
.separator.separator-content.border-warning::after,
.separator.separator-content.border-warning::before {
  border-color: #f6c000 !important;
}
.separator.separator-content.border-danger::after,
.separator.separator-content.border-danger::before {
  border-color: #f8285a !important;
}
.separator.separator-content.border-dark::after,
.separator.separator-content.border-dark::before {
  border-color: #1e2129 !important;
}
.timeline {
  --bs-timeline-icon-size: 38px;
  --bs-timeline-icon-space: 0.35rem;
}
.timeline .timeline-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.timeline .timeline-item:last-child .timeline-line {
  bottom: 100%;
}
.timeline .timeline-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: var(--bs-timeline-icon-size);
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--bs-gray-300);
  width: var(--bs-timeline-icon-size);
  margin-top: var(--bs-timeline-icon-space);
  margin-bottom: var(--bs-timeline-icon-space);
}
.timeline .timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  width: var(--bs-timeline-icon-size);
  height: var(--bs-timeline-icon-size);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-gray-300);
  border-radius: 50%;
}
.timeline .timeline-content {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}
.timeline.timeline-center .timeline-item {
  align-items: center;
}
.timeline.timeline-center .timeline-item:first-child .timeline-line {
  top: 50%;
}
.timeline.timeline-center .timeline-item:last-child .timeline-line {
  bottom: 50%;
}
.timeline.timeline-border-dashed .timeline-line {
  border-left-style: dashed !important;
}
.timeline.timeline-border-dashed .timeline-icon {
  border-style: dashed !important;
}
.timeline-label {
  position: relative;
}
.timeline-label:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: var(--bs-gray-200);
}
.timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}
.timeline-label .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-label .timeline-label {
  width: 50px;
  flex-shrink: 0;
  position: relative;
  color: var(--bs-gray-800);
}
.timeline-label .timeline-badge {
  flex-shrink: 0;
  background-color: var(--bs-body-bg);
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -0.5rem;
  padding: 3px !important;
  border: 6px solid var(--bs-body-bg) !important;
}
.timeline-label .timeline-content {
  flex-grow: 1;
}
.nav-fixed-bootom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 7px 0 #00000052;
}
.nav-fixed-bootom .btn {
  padding: 8px 0;
  font-size: 0.8rem;
  border-top: 3px solid #fff !important;
  border-radius: 0;
  min-width: 45px;
  display: block;
  color: #612d96;
}
.nav-fixed-bootom .btn-home{
  width:60px;
  height:60px;
  background:#612d96;
  color:#fff;
  border-radius:45px;
  display:block;
  padding:0;
  line-height: 66px;
  position:relative;
  top:-20px;
  border: 0px solid !important;
}
.nav-fixed-bootom .btn:hover,
.nav-fixed-bootom .btn.active {
  border-color: #612d96 !important;
  /* color: #612d96 !important; */
}
.custom-info-window {
  font-family: "SaudiSans-Regular", sans-serif !important;
}
.tempus-dominus-widget {
  margin: 15px auto;
  direction: ltr;
}
.tempus-dominus-widget.light
  .date-container-days
  div:not(.no-highlight).active {
  background-color: #612d96 !important;
}
.slider-home-item {
  position: relative;
  overflow: hidden;
}
.slider-home-item-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}
.slider-desktop {
  position: relative;
}
.slider-desktop:after {
  content: "";
  background: url("../img/bg_amnan.webp");
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 35px;
  z-index: 99;
}
.slider-mobile {
  position: relative;
}
.slider-mobile:after {
  content: "";
  background: url("../img/bg_amnan_mobile.webp");
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 24px;
  z-index: 99;
}
.section-mesh-01 {
   min-height: 200px;
}
.small-card {
  position: relative;
  overflow: hidden;
  border: 0;
  /* height: 375px; */
}
.small-card img {
  width: 100%;
}
.small-card .h5 {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  color: #fff !important;
  z-index: 999;
}
.owl-slider-month-events .owl-nav [class*="owl-"] {
  background: #fff !important;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  font-size: 30px !important;
  box-shadow: 0 0 4px 0px #0000004d;
  margin: 0;
}
.owl-slider-month-events .owl-nav [class*="owl-"]:hover {
  background: #010101 !important;
}
.owl-slider-month-events .owl-nav button.owl-prev {
  left: 0;
  position: absolute;
}
.owl-slider-month-events .owl-nav button.owl-next {
  display: inherit;
  right: 0;
  position: absolute;
}
.owl-slider-month-events .owl-nav {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}
.home-sections{}
.home-sections .owl-nav [class*="owl-"] {
  background: #fff !important;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  font-size: 30px !important;
  box-shadow: 0 0 4px 0px #0000004d;
  margin: 0;
}
.home-sections .owl-nav [class*="owl-"]:hover {
  background: #010101 !important;
}
.home-sections .owl-nav button.owl-prev {
  left: 0;
  position: absolute;
}
.home-sections .owl-nav button.owl-next {
  display: inherit;
  right: 0;
  position: absolute;
}
.home-sections .owl-nav {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}
.small-card a {
  color: #fff;
}
.owl-slider-events .owl-nav button {
  background: #fff !important;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  color: #000 !important;
  font-size: 28px !important;
}
.owl-slider-events .owl-nav button i {
  font-size: 18px !important;
}
.owl-slider-events .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -20px;
}
.owl-slider-events .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -35px;
}
.owl-slider-home .owl-dots {
  position: absolute;
  bottom: 2%;
  right: 0;
  left: 0;
}
.owl-slider-home .owl-dots .owl-dot span {
  width: 15px;
  background: #fbdcf3;
  height: 8px;
  transition: all ease 0.3s;
}
.owl-slider-home .owl-dots .owl-dot.active span,
.owl-slider-home .owl-dots .owl-dot:hover span {
  width: 30px;
  background: #612d96;
  height: 8px;
  transition: all ease 0.3s;
}
.location-icon {
  color: #612d96;
}
.location-icon i {
  color: #b4dd1e;
}

.bg-section-11 {
  background: url("../img/mesh_bg_2.webp") repeat-x top / 100%;
  position: relative;
  margin-top: 50px;
}
.bg-section-11:after {
  background: url(../img/gray-anmat.webp) repeat-x top;
  content: "";
  height: 30px;
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
}
.wide-image-mobile {
  display: block;
  height: 350px;
  background: #e1e1e142;
}
.wide-image-mobile img {
  object-fit: cover;
  height: 100%;
}
.bg-primary-gred {
background: rgb(97,45,150);
background: linear-gradient(90deg, #B4DD1E 0%, #B4DD1E 35%, #B1FF00 100%);
  position: relative;
}
.bg-primary-gred:after {
  background: url(../img/bg_color.webp) no-repeat center;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
}
.btn-outline-primary{
  color:#6824DB;
  border-color:#6824DB;
  
}

.btn-outline-primary {
    color: #6824DB;
    border-color: #6824DB;
}

.btn-outline-primary {
    --bs-btn-color: #6824DB
    --bs-btn-border-color: #6824DB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6824DB;
    --bs-btn-hover-border-color: #6824DB;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6824DB;
    --bs-btn-active-border-color: #6824DB;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6824DB;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6824DB;
    --bs-gradient: none;
}
.footer-bg {
  background: url("../img/gray-anmat.webp") repeat-x top / 25%;
  padding-bottom: 35px;
  padding-top: 40px;
  text-align: center;
}
.square-anmat-map {
  background: url("../img/square-anma-2.webp") no-repeat left top;
}
#map {
  height: 500px;
  border-radius: 20px;
  margin-right: 100px;
}
.info-box {
  background: white;
  padding: 0;
  border-radius: 5px;
}
.v-slider{
  position: absolute;
  top: 5%;
  width: 20%;
  z-index: 999;
  bottom: 5%;
}
.swiper-container {width: 100%;height: 440px;overflow: hidden;}
.swiper-wrapper { display: flex; flex-direction: column; }
.swiper-slide { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.swiper-slide img {width: 100%;height: auto;cursor: pointer;border-radius: 15px;}
.v-slider .swiper-button-prev,.v-slider .swiper-button-next{
  display:none;
}
  .color-card{
        background: url(../img/bg_amnan_mobile.webp) repeat-x bottom / 100%;
  }
.bg-title{
  background-position: center;
  color: #fff;
  position: relative;
  background-size: cover;
}
.bg-title:after{
  content: "";
  background: url(../img/bg_color.webp) repeat-x top;
  bottom: 0;
  position: absolute;
  width: 28px;
  display: block;
  top: 0;
  right: 0;
}
.bg-title .inner{
  background:#00000096 
  }
.colored-card-header{
  background:url(../img/bg_amnan_mobile.webp) repeat-x bottom / 100%;
  text-align:center;
}
.profile-list li{
  margin-bottom: 15px;
}
.profile-list li .btn-light i{
  color: #B4DD1E;
}
.profile-list li .btn-light:hover{
  background: #6824DB;
  border-color: #6824DB;
  color:#fff;
}
.profile-list li .btn-light:hover i{
  color:#fff;
}
.tab-nav-custom{
  border-bottom:4px solid #E6E6E6
}
.tab-nav-custom li a{
  border-bottom:4px solid #612d96;
  margin-bottom:-4px;
  padding:14px 15px;
  font-size:20px;
}
.tab-nav-custom li a.active{
  color:#6825db;
  border-color:#6825db;
}
.tab-nav-custom li a:hover{
  color:#6825db;
  border-color:#6825db
}
.event-in-profile{
  border-bottom:1px dashed #D9D9D9
}
.event-in-profile-info span i{
  color: #6c339e;
}
.mobile-nav-auto{
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start;
    overflow: auto;
}
.mobile-nav-auto  button{
  white-space: nowrap;
}
.partner-nave .nav-link{
  background: #EBEBEB;
}
.event-info-box{
  box-shadow:0 0 7px 0px #0000002e !important
}
.event-info-box .card-title{
  padding:10px 10px 30px 10px;
  background:url(../img/gray-anmat.webp) repeat-x bottom / 30%;
}
.info-mobile-box h3{
  padding:10px 10px 30px 10px;
  background: url(../img/bg_amnan.webp) repeat-x bottom / 100%;
}
.event-info-box .list-unstyled li{
  margin-bottom:7px
}
.event-info-box .list-unstyled li i{
  color:#6825db;
}
.event-time-box{
  background:#eee url(../img/bg_amnan_mobile.webp) repeat-x top;
  padding-top:30px;
}
.event-time-box span{
  display:block;
}
.event-time-box i{
  color:#6825db;
}
.event-price-box{
  background: #b4dd1e url(../img/square-anma-2.webp) no-repeat left top / 25%;
  color:#fff;
}
.event-border-dashed{
  border-bottom: 2px dashed #D9D9D9;
  padding:15px;
  margin-bottom:15px;
  box-shadow: none !important;
} 
.event-border-dashed-menu{
  border-bottom: 2px dashed #D9D9D9;
}
.event-border-dashed-ticket{
  border-bottom: 2px dashed #000;

}
.event-img-holder{
  position:relative
}
.event-img-holder:after{
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgb(0 0 0 / 44%) 0%, rgba(0,0,0,0) 100%);
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
.date-container-days{
  font-size: 12px;
}
.social-menu .nav-link{
  padding:0;
  display:block;
  width:35px;
  height:35px;
  line-height:35px;
}
.card-img-object{
width: 100%; height: 530px;object-fit:cover;
}
@media only screen and (max-width: 600px) {
  .owl-slider-events .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
  }
  .owl-slider-events .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
  }
  .nav-filter-tabs {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    align-items: center;
    overflow: auto;
    padding: 5px 0;
    column-gap: 5px;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .nav-filter-tabs .active {
    background: #eee !important;
    border-color: #eee !important;
    color: #fff !important;
  }
  .nav-filter-tabs .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    flex: 1 1 auto;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 50px !important;
    background: #612d96 !important;
    border-color: #612d96 !important;
  }
  .nav-filter-tabs .btn i {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 0 10px !important;
  }
  .wide-image-mobile {
    height: 170px;
  }
  .event-card .h5 {
    font-size: 16px;
  }
  .event-card .location-icon {
    margin-bottom: 3px !important;
  }
  .event-card .location-icon span {
    font-size: 13px;
  }
  .owl-slider-month-events .owl-nav button.owl-prev {
    right: 0;
  }
  .bg-section-11 {
    background: transparent;
    margin-top: 0;
  }
  .bg-section-11:after {
    display: none;
    height: 0;
  }
  .bg-section-10 {
    position: relative;
  }
  .bg-section-10:after {
    background: url(../img/gray-anmat.webp) repeat-x top / 100%;
    content: "";
    height: 30px;
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
  }

  .bg-primary-gred:after {
    background: url(../img/bg_amnan_mobile.webp) repeat-x top / cover;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
  }
  #map {
  height: 500px;
  border-radius: 20px;
  margin-right: 0;
  }
  .info-box {
    background: white;
    padding: 0;
    border-radius: 5px;
  }
  .v-slider{
    position: relative;
    bottom:50px;
    width: 100%;
    z-index: 9999;
    top:auto
  }
  #map { width: 100%; height: 300px; }
  .swiper-container { width: 100%; height: 250px; }
  .swiper-wrapper { flex-direction: row; }
  .bg-title{
    background-position: center;
    color: #fff;
    position: relative;
    background-size: cover;
  }
  .bg-title:after{
    content: "";
    background: url(../img/bg_amnan.webp) repeat-x top;
    bottom: 0;
    position: absolute;
    width: 100%;
    display: block;
    top: auto;
    right: 0;
    height: 28px;
  }
.bg-title .inner{
  background:#00000096 
  }
  .ticket-controls{
    width:150px;
  }
  .tab-nav-custom li a {
      border-bottom: 4px solid #612d96;
      margin-bottom: -4px;
      padding: 14px 15px;
      font-size: 16px;
  }
}
.wer-bg{
  background: url('wer.png');
}
@media only screen and (max-width: 320px) {
  .tab-nav-custom li a {
    border-bottom: 4px solid #612d96;
    margin-bottom: -4px;
    padding: 14px 8px;
    font-size: 15px;
}
}