@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Medium.woff2') format('woff2'),
    url('../fonts/PublicSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Regular.woff2') format('woff2'),
    url('../fonts/PublicSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Bold.woff2') format('woff2'),
    url('../fonts/PublicSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


a:hover {
  color: #29a0b1;
}

.event-categ {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bdbaba;
  padding: 10px 20px;
  border-radius: 20px;
}

.event-series {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bdbaba;
  padding: 10px 20px;
  border-radius: 20px;
}

.events-lists {
  margin-top: 30px;
}

.events-box {
  box-shadow: 0px 0px 10px #cac6c6;
  border-radius: 20px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.event-data {
  padding: 10px 15px 18px 15px;
  color: #393939;
}

.event-data h3 {
  font-size: 18px;
  line-height: 28px;
}

.event-data:hover h3 {
  color: #29a0b1;
}

.event-data p {
  margin-bottom: 0px;
}

.bread-bg {
  background-image: url('../img/bread-banner.jpg');
  padding: 180px 0px 80px;
}

.bread-bg p {
  display: none;
}

.bread-bg p a {
  color: #29a0b1;
}

.event-box-desc p {
  color: #636262;
  padding: 8px 0px;
  font-size: 14px;
  text-align: justify !important;

}

.event-btn {
  margin-top: 10px;
}

.know-btn {
  background-color: #29a0b1;
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  border: none;
}

.search-btn {
  color: #fff;
  background-color: #29a0b1;
  border-color: #29a0b1;
}

.event-detail-sec {
  overflow: hidden;
}

.swiper-container-event .swiper-slide img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
  border-radius: 10px;
}

.swiper-container-event .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.events-inner-title {
  margin-top: 0;
}

.events-inner-title h2 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}

.events-inner-desc {
  margin-top: 30px;
}

.event-price h4 {
	font-size: 16px;
	line-height: 26px;
}

.events-inner-desc p {
  text-align: justify;
}

.event-inner-categ {
	background-color: #d2f6fb;
	padding: 5px 10px;
	border-radius: 15px;
	color: #29a0b1;
	position: absolute;
	left: 20px;
	z-index: 9;
	top: 20px;
	font-size: 14px;
	line-height: 24px;
  display: none;
}

.events-loc span {
  font-size: 14px;
  background-color: #e7e7e7;
  border-radius: 15px;
  padding: 5px 10px;
  color: #29a0b1;
}

.event-price {
  margin: 15px 0px;
  padding: 10px 0px;
}

.event-price p {
  margin-bottom: 0px;
}

.event-detail-sec {
  padding: 15px;
  box-shadow: 0px 0px 10px #e6e3e3;
  border-radius: 12px;
}

.ticket-btn {
  background-color: #29a0b1;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  color: #fff;
}

.sold-out {
  background-color: #e9232d;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  color: #fff;
}

.side-categ ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.side-categ li {
  padding: 5px 0px;
}

/* Add Products */

.add-products-sec {
  margin-bottom: 20px;
}

.add-products-sec .minus {
  width: 40px;
  height: 40px;
  background: #29a0b1;
  border-radius: 20px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #29a0b1;
  display: flex;
  text-align: center;
  flex-direction: row;
  font-size: 30px !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

.add-products-sec .plus {
  width: 40px;
  height: 40px;
  background: #29a0b1;
  border-radius: 20px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #29a0b1;
  display: flex;
  text-align: center;
  flex-direction: row;
  font-size: 30px !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.add-products-sec input {
  height: 40px;
  width: 100px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.contact-bg {
  background-image: url('../img/contact-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0px;
  position: relative;
  z-index: 0;
}

.contact-bg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact-bg .title {
  position: relative;
  z-index: 2;
}


.contact-bg .title p {
  display: none;
}

.contact-bg .title p a {
  color: #29a0b1;
}


.contact-box {
  background-color: #29a0b1;
  color: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  box-shadow: 0px 5px 15px #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.contact-content {
  margin-top: 15px;
}

.contact-content p {
  margin-bottom: 0px;
}

.contact-ico {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -70px;
  color: #29a0b1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px #29a0b13b;
}

.contact-content h2 {
  margin-bottom: 15px !important;
}

.contact-box:hover {
  background-color: #198fa0;
  transition: .5s ease;
  cursor: pointer;
}

.contact-form form {
  margin: 0 auto;
}

.contact_name_sec {
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #bdbaba;
}

.contact-sub {
  background-color: #198fa0;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #198fa0;
  border-radius: 5px;
  text-transform: capitalize;
}

.contact-form-sec {
  padding: 20px;
  margin: 0 50px;
  box-shadow: 0px 0px 10px #d7d7d7;
  border-radius: 10px;
}

.contact-map {
  margin-top: -70px;
  position: relative;
  z-index: 0;
}

.about-inner-media img {
  width: 95%;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #b3b3b3;
}

.about-media {
  background-image: url('../img/about-shape2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-content-title h5 {
  font-size: 20px;
  font-weight: 300;
  color: #198fa0;
  letter-spacing: 2px;
}

.about-content-title h2 {
  font-size: 50px;
}

.about-content-desc p {
  font-size: 15px;
  text-align: justify;
  font-weight: 400;
  color: #636262;
  margin-bottom: 35px !important;
}

.about-content-desc h3 {
  font-size: 20px;
  margin-bottom: 15px !important;
}

.value-bg {
  background-image: url('../img/about-bg-value.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}

.value-box {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #e1e1e191;
}

.value-box::after {
  content: "";
  background-color: #198fa0;
  width: 80%;
  height: 5px;
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 35px;
}

.value-txt h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.mission-value-media {
  margin-top: 50px;
}

.mission-value-media img {
  width: 100%;
  border-radius: 5px;
}

.values-title p {
  margin-top: 20px;
  text-align: justify;
  font-size: 15px;
}

.value-txt p {
  font-size: 15px;
}

.faq-inner-sec {
  font-family: "Public Sans", sans-serif !important;
}

.faq-inner-sec .accordion-header {
  font-family: "Public Sans", sans-serif;
}

.faq-inner-sec .accordion-button:not(.collapsed) {
  background-color: #c5edf2 !important;
  color: #000;
}

.faq-inner-sec .accordion-button:focus {
  box-shadow: 0px 0px 0px transparent;
}

.faq-inner-sec .accordion-button {
  padding: 25px;
}

.terms-sec {
  box-shadow: 0px 0px 10px #e6e6e6;
  border-radius: 10px;
}

.terms-sec .title h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Public Sans", sans-serif;
}

.terms-sec p {
  text-align: justify;
  font-size: 15px;
}

.theme-color-line {
  width: 150px;
  height: 5px;
  background-color: #198fa0;
  border-radius: 5px;
  margin-bottom: 15px;
}

.search-filter {
  padding: 0;

  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-sec {
  padding: 8px 10px;
  border-radius: 25px;
  border: 1px solid #cac9c9;
  width: 100%;
}

.events-list-title {
  padding: 15px;
  box-shadow: 0px 0px 10px #e6e6e6;
  border-radius: 15px;
}

.side-categ {
  padding: 20px;
  box-shadow: 0px 0px 10px #dbdada;
  border-radius: 15px;
  margin-bottom: 20px;
}

.user-sidebar {
  box-shadow: 0px 0px 10px #e9e9e9;
  padding: 30px;
  border-radius: 10px;
  background-color: #2fbcd0;
}

.user-thumb img {
  width: 150px !important;
  height: 150px;
  object-fit: cover;
}

.user-sidebar .user-title h2 {
  font-size: 28px;
  line-height: 38px;
  margin: 10px 0 0;
  text-transform: capitalize;
}

.user-side-opt {
  margin-top: 30px;
}

.user-side-opt ul {
  padding-left: 0px;
  list-style: none;
}

.user-side-opt ul li {
  padding: 15px 10px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.user-side-opt li:hover {
  background-color: #29a0b1;
  color: #fff;
  transition: .5s;
  cursor: pointer;
}

.order-lists {
  padding: 15px;
  box-shadow: 0px 0px 10px #e9e9e9;
  border-radius: 10px;
}

.user-side-opt li {
  background-color: #eeeeee36;
  margin: 10px 0px;
}

table tr th,
table tr td {
  text-wrap: wrap;
  padding: 15px !important;
}

.purchase-history tr,
th,
td {
  border: 1px solid #aaa;
  padding: 10px;
}

.purchase-history td span {
  background-color: #098a1a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.cancel-tab {
  background-color: rgb(211, 11, 11) !important;
}

.user-side-opt li a {
  color: #fff;
  display: block;
  width: 100%;
}

.purchase-history td:first-child {
  width: 50px;
  text-align: center;
}

.purchase-history td:last-child {
  text-align: center;
  width: 50px;
  cursor: pointer;
}

.ico-next-li {
  position: absolute;
  top: 18px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-sec-user {
  padding: 15px 15px;
  box-shadow: 0px 0px 10px #e1e1e1;
  border-radius: 8px;
  height: 100%;
}

.notify-box {
  padding: 20px 15px;
}

.user-switch-dash {
  width: 50px !important;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-notify-box h4 {
  font-size: 20px;
}

.edit-ico {
  cursor: pointer;
}

.inner-det-box {
  margin-bottom: 30px;
}

.thumb-upl-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #0000003d;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2fbcd0;
  position: absolute;
  bottom: 29px;
  right: 40%;
}

.inner-det-box h5 {
  font-size: 17px;
  font-weight: 600;
}

.inner-det-box span {
  font-size: 16px;
  line-height: 30px;
}

.user-edit-sec {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #e1e0e0 !important;
  border-radius: 5px;
}

.inner-det-edit-box label {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

.inner-det-edit-box {
  padding: 10px;
  margin-bottom: 15px;
}

.user-edit-sec:focus-visible {
  border: none;
}

.user-edit-btn {
  min-width: 200px;
  padding: 12px 15px;
  background-color: #2fbcd0;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: none !important;
}

.user-edit-btn:focus {
  color: #fff;
}

.edit-ico span {
  background-color: #2fbcd0;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
}

.edit-lang {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: transparent;
  width: 100%;
  border: 1px solid #cecece;
  margin: 5px 0px;
}

/* DOcument upload */
.file_upload_2 {
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  padding: 40px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff29;
  margin: 0 10px;
  min-height: 210px;
  position: relative;
}

.file_upload_2 .main-container {
  cursor: pointer;
}

.file_upload_2 .drop-zone-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.drop-zone .docs-file {
  opacity: 0;
  position: absolute;
  min-height: 210px;
  z-index: 99;
  width: 100%;
}

/* End Document */

.det-view-user {
  border: 1px solid #e1e0e0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.user-dash-title h3 {
  border-bottom: 3px solid #ffa339;
  font-size: 24px;
  font-weight: 600;
}

.transaction-box {
  padding: 20px;
  box-shadow: 0px 0px 10px #aca3a38f;
  border-radius: 10px;
  margin: 15px;
  align-items: center;
}

.trans-thumb img {
  width: 60px;
}

.event-title-desc h3 {
  font-size: 22px;
  font-weight: 600;
}

.event-title-desc p {
  font-size: 13px;
  font-weight: 400;
}

.filter-boxes {
  width: 150px;
}

.search-filter form {
  width: 100%;
}

.sear-filt {
  background-color: #29a0b1;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  width: 100%;
}

.filtr-sear {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.side-categ img {
  width: 100%;
  border-radius: 5px;
}

.side-categ .titl h3 {
  font-size: 18px;
  font-weight: 600;
}

.side-categ p {
  font-size: 14px;
  color: #666262;
}

.side-cont-box .desc p {
  font-size: 14px;
  margin-bottom: 0px;
}

.trns-book {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #29a0b1;
  border-radius: 5px;
  color: #29a0b1;
}

.trns-book:hover {
  background-color: #29a0b1;
  padding: 5px 10px;
  border: 1px solid #29a0b1;
  border-radius: 5px;
  color: #fff;
}

.share-book {
  background-color: #29a0b1;
  padding: 5px 10px;
  border: 1px solid #29a0b1;
  border-radius: 5px;
  color: #fff;
}

.share-book:hover {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #29a0b1;
  border-radius: 5px;
  color: #29a0b1;
}

.conf-book-card.p-3 {
  box-shadow: 0px 0px 10px #e3e3e3;
  border-radius: 8px;
  margin-bottom: 10px;
}

.event-loc {
  margin-top: 10px;
}

.side-categ h3 {
  font-size: 20px;
  font-weight: 600;
}

.side-categ li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.book-tick a:hover {
  color: #fff;
}

.user-side-opt .active {
  color: #fff !important;
  background-color: #29a0b1 !important;
}

.side-cont-box .ico {
  background-color: #29a0b1;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #e3e2e2;
}

.book-conf-title .title-name h3 {
  font-size: 25px;
  font-weight: 600;
}

.bottom-sec-confirm h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.dashboard-menu {
  background-color: #2fbcd0;
}

.dashboard-menu .offcanvas-title {
  color: #fff;
}

.mobile-menu ul li a {
  color: #000;
}

.menu-btn {
  min-width: auto;
  padding: 8px 17px;
  background-color: #2fbcd0;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: none !important;
}


.contact-bg .title p {
  display: none;
}

.bread-bg p {
  display: none;
}

.bottom-sec p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.event-thumb img {
  width: 100%;
  height: 360px;
  object-fit: cover !important;
}


.pagination .page-link {
  padding: 6px 11px;
  color: #29a0b1;
}

.pagination {
  margin-left: 0 !important;
  justify-content: center;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #29a0b1;
  border-color: #29a0b1;
}

.event-inner-aval {
	background-color: #81b380;
	padding: 5px 10px;
	border-radius: 15px;
	color: #f6f8f9;
	font-size: 14px;
	line-height: 24px;
}

.event-inner-unaval {
  background-color: #df3a32;
  padding: 5px 10px;
  border-radius: 15px;
  color: #f6f8f9;
}

.book-conf-title .timer {
  background: #ee4545;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  font-weight: 700;
}

.book-conf-desc .evnt-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.booking-info {
  padding-left: 0;
  margin: 0;
}

.booking-info li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #393939;
}

.booking-info li:last-child {
  margin-bottom: 0;
}

.booking-info li h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

.booking-info li p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.booking-info li:last-child h6,
.booking-info li:last-child p {
  font-weight: 700;
}

/* Stripe Form CSS */

#payment-info-form .form-control {
  height: 50px;
  line-height: 50px;
  padding: 15px 15px;
  border: 1px solid #e1e0e0 !important;
  border-radius: 5px;
}

#payment-info-form .form-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.no-data-img{
  margin: 0 auto;
  text-align: center;
}

.no-data-img img{
  max-width: 100%;
}
.fileupload .ul .li {
  color: red!important;
}

.deatils-top .top-inner {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 100px;
  display: flex;
  align-items: start;
  justify-content: left;
  background: url('../img/details-bg.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  gap: 30px;
  flex-wrap: wrap;
}

.deatils-top .top-inner .symbol {
	width: 120px;
	height: 120px;
	border-radius: 10px;
	background: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 120px;
}
.deatils-top .top-inner .symbol img{
  width: 45px;
}

.deatils-top .top-inner .value h1{
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 0;
}

.deatils-top .top-inner .value p{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.deatils-top .top-inner .value p span {
	color: #ffffff;
	background-color: rgba(3, 240, 40, 0.35);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 0px 15px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
}

.deatils-top .top-inner .value h4, .deatils-top .top-inner .value h5, .deatils-top .top-inner .value h6{
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}


.events-loc h6 {
	text-overflow: ellipsis;
	overflow: hidden;
	text-wrap: wrap;
	width: 300px;
}

/* Custome-checks */


.checkbox-box input[type="radio"] {
  display: none;
}

.checkbox-box input + label {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 1px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 1px #8b98b1;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  display: flex;
  flex-grow: 4;
  height: 100%;
  justify-content: space-between;
  line-height: 14px base;
  padding: 25px 10px;
  width: 100%;
}

.checkbox-box input:checked + label {
  box-shadow: 0 0 0 2px #00af05;
  border-color: #fff;
  background: #fff;
  color: #333;
 
}

.checkbox-box h4 {
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	margin: 0;
}

.checkbox-box p {
  align-items: baseline;
  color: #53b8e2;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 .2rem;
  padding: 0;
  text-align: right;
  top: 1.5rem;
  margin: 0;
}
.checkbox-box p span {
	color: #8d99b1;
	font-size: .75rem;
}

.border-box{
  padding: 1.25rem;
  border: 1px solid #c8d3de;
  border-radius: 2px;
  display: flex;
  flex: 3 1;
  flex-direction: column;
}

.border-box .box-cont{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}