@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Evento - Event HTML Template
    Template URI: https://webtend.net/demo/html/evento/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Default CSS
    02. Common Class
    03. Hero Section
    04. Page Banner
    05. Event Section
    06. Cart + Checkout
    07. Category Section
    08. About Section
    09. Feature Section
    10. Work Process
    11. Testimonials
    12. Shop Section
    13. Client Logos
    14. Blog Section
    15. Widgets
    16. FAQ Page
    17. Contact Section
    18. Footer Area
    19. Rate review
-----------------------------------------------------------------------------------*/

/****************************************************** */
/******************** 01. Default CSS ***************** */
/****************************************************** */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:root {
  scroll-behavior: auto;
  --base-color: #454545;
  --heading-color: #030a15;
  --primary-color: #22b0af;
  --light-color: #f7f7f7;
  --base-font: "Roboto", sans-serif;
  --heading-font: "Raleway", sans-serif;
}

body {
  color: var(--base-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--base-font);
}

a {
  color: var(--base-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading-color);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: #ffffff;
}

h1 {
  font-size: 75px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.46;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
textarea,
select {
  width: 100%;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

textarea {
  height: 170px;
  display: inherit;
  padding-top: 20px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
  width: auto;
}

/****************************************************** */
/****************** 02. Common Class ****************** */
/****************************************************** */
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

/* Section Title */
.section-title h2 {
  margin-bottom: 15px;
}

/** Button styles */
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: white;
  cursor: pointer;
  font-size: 14px;
  transition: 0.5s;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.theme-btn-2 {
  z-index: 1;
  color: white;
  cursor: pointer;
  font-size: 14px;
  transition: 0.5s;
  font-weight: 500;
  text-align: center;
  padding: 0px 16px;
  border-radius: 5px;
  display: inline-block;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btn,
a.btn {
  z-index: 1;
  color: white;
  cursor: pointer;
  font-size: 12px;
  transition: 0.5s;
  font-weight: 500;
  text-align: center;
  padding: 15px 33px;
  border-radius: 5px;
  display: inline-block;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* .btn {
    margin-left: 145px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn {
        margin-left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn {
        margin-left: 110px;
    }
}

@media only screen and (max-width: 400px) {
    .btn {
        margin-left: 115px;
    }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
    .btn {
        margin-left: 170px;
    }
} */

.btn:hover,
a.btn:hover {
  background: transparent;
  color: var(--primary-color);
}


.theme-btn:hover,
a.theme-btn:hover {
  background: transparent;
  color: var(--primary-color);
}

/* Learn More Btn */
.read-more {
  color: #333333;
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  text-transform: capitalize;
}

.read-more:after {
  content: "";
  height: 2px;
  width: 14px;
  transition: 0.3s;
  margin-left: 10px;
  background: var(--primary-color);
}

.read-more:hover:after {
  margin-left: 13px;
}

/*social link style One */
.social-style-one {
  display: flex;
}

.social-style-one a {
  height: 40px;
  width: 40px;
  color: white;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px 5px 0;
  background: rgba(255, 255, 255, 0.1);
}

.social-style-one a:last-child {
  margin-right: 0;
}

.social-style-one a:hover {
  background: var(--primary-color);
}

/*social link style Two */
.social-style-two a {
  margin-right: 15px;
}

.social-style-two a:not(:hover) {
  opacity: 0.5;
}

/* List style One */
.list-style-one li {
  color: #555555;
  margin-bottom: 6px;
}

.list-style-one li i {
  margin-right: 20px;
  font-size: 14px;
  color: var(--primary-color);
}

.list-style-one li i.fa-check {
  color: #4bae4f;
}

/* List style Two */
.list-style-two li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style-two li {
  display: flex;
  justify-content: space-between;
}

/*pagination style*/
.pagination .page-link {
  background: transparent;
  font-weight: 700;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  border: 1px solid #cdd2d9;
  color: var(--heading-color);
}

.pagination .page-item {
  margin: 10px 10px 0 0;
}

.page-item .page-link:hover {
  color: white;
  background: var(--primary-color);
}

.page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 50%;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}

/*** Scroll Top style ** */
.scroll-top {
  flex: none;
  width: 50px;
  height: 50px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #ffffff33;
  background: var(--primary-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group {
  margin-bottom: 30px;
}

.nice-select,
.form-group input,
.form-group textarea,
.input-group input,
.input-group textarea {
  float: none;
  height: auto;
  padding: 15px 25px;
  background: transparent;
}

.nice-select:focus {
  border-color: #eff0f0;
}

.nice-select:hover,
.form-group input:focus,
.form-group textarea:focus,
.input-group input:focus,
.input-group textarea:focus {
  box-shadow: none;
  border-color: #eff0f0;
  background: transparent;
}

.form-group select,
.input-group select {
  border-radius: 1px;
  background: transparent;
}

.form-group label {
  font-weight: 500;
}

/* overlay */
.overlay {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.rel {
  position: relative;
}

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

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

/****************************************************** */
/***************** 03. Hero Section  ****************** */
/****************************************************** */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 600px;
}

.hero-content p,
.hero-content h1 {
  color: white;
}

.hero-content p {
  max-width: 540px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.hero-content .theme-btn {
  background: unset;
  border: 1px solid #fff;
}

.hero-content .theme-btn:hover {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.hero-section .hero-slider-btn-prev {
  margin-inline-start: 30px;
  margin-inline-end: auto;
}

.hero-section .hero-slider-btn-next {
  margin-inline-start: auto;
  margin-inline-end: 30px;
}

.hero-section .hero-slider-btn {
  width: fit-content;
  height: unset;
  color: #fff;
  font-size: 22px;
  border: unset;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background: transparent !important;
}

/* --------------------- */
/* hero-section-v2 */
/* --------------------- */
.hero-section-v2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-section-v2 .hero-slide-item {
  padding-top: 40px;
}

.hero-section-v2 .hero-content-main-wrapper {
  position: relative;
}

.hero-section-v2 .hero-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* =====================
  LEFT
===================== */
.hero-section-v2 .hero-left {
  max-width: 320px;
  padding-bottom: 200px;
}

.hero-section-v2 .hero-headline {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  max-width: 310px;
}

.hero-section-v2 .hero-headline span {
  color: #1de9b6;
}

.hero-section-v2 .hero-subtext {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.65;
}

.hero-section-v2 .hero-ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-section-v2 .btn-primary-hero {
  background: #02B7A4;
  border: 1px solid #02B7A4;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 6px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.hero-section-v2 .btn-primary-hero i {
  margin-inline-start: 15px;
}

.hero-section-v2 .btn-primary-hero:hover {
  background: transparent;
  color: #02B7A4;
}

.hero-section-v2 .btn-secondary-hero {
  background: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 6px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.hero-section-v2 .btn-secondary-hero:hover {
  background: #02B7A4;
  border-color: #02B7A4;
  color: #fff;
}

/* =====================
  CENTER: ARTIST
===================== */
.hero-section-v2 .hero-artist {
  max-width: 350px;
  height: 500px;
  width: 100%;
  position: relative;
}

.hero-section-v2 .hero-artist-img {
  min-height: 480px;
  width: auto;
  display: block;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 0 40px rgba(100, 50, 220, 0.4));
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* =====================
  RIGHT: EVENT INFO
===================== */
.hero-section-v2 .hero-right {
  max-width: 320px;
  padding-bottom: 44px;
  text-align: left;
  padding-top: 50px;
}

.hero-section-v2 .event-artist-name {
  margin: 0;
  letter-spacing: -0.3px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  max-width: 414px;
  margin-bottom: 15px;
}

.hero-section-v2 .event-artist-name span {
  color: #1de9b6;
  margin-bottom: 6px;
}

.hero-section-v2 .event-tagline {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  margin-bottom: 20px;
}

.hero-section-v2 .event-detail-box {
  background: #33155B;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 14px;
}

.hero-section-v2 .event-detail-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.hero-section-v2 .event-cal-icon {
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.90;
  color: #781af7;
}

.hero-section-v2 .event-meta {
  line-height: 1.55;
}

.hero-section-v2 .event-date {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.3px;
}

.hero-section-v2 .event-venue,
.hero-section-v2 .event-time {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.hero-section-v2 .btn-buy-hero {
  background: #02B7A4;
  border: 1px solid #02B7A4;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 6px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  width: 100%;
  display: block;
  text-align: center;
}

.hero-section-v2 .btn-buy-hero:hover {
  background: transparent;
  color: #02B7A4;
}

/* =====================
  BOTTOM: BADGES
===================== */
.hero-section-v2 .hero-badges {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 800px;
  z-index: 2;
}

.hero-section-v2 .hero-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}

.hero-section-v2 .hero-badge-item:first-child {
  padding-left: 0;
}

.hero-section-v2 .hero-badge-item:last-child {
  border-right: none;
}

.hero-section-v2 .badge-icon {
  font-size: 30px;
  color: #fff;
}

.hero-section-v2 .badge-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3px;
}

.hero-section-v2 .badge-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.45;
}

/* pagination */
.hero-section-v2 .hero-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  gap: 10px;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 5;
}

.hero-section-v2 .hero-slider .slick-dots li {
  display: inline-block;
}

.hero-section-v2 .hero-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.hero-section-v2 .hero-slider .slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .hero-section-v2 .hero-artist {
    height: 600px;
  }
}

@media (max-width: 992.98px) {
  .hero-section-v2 .hero-content-wrapper {
    flex-direction: column;
  }

  .hero-section-v2 .hero-left {
    padding-bottom: 0px;
  }

  .hero-section-v2 .hero-artist {
    height: unset;
  }

  .hero-section-v2 .hero-artist-img {
    position: relative;
  }

  .hero-section-v2 .hero-right {
    padding-bottom: 170px;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .hero-section-v2 .hero-left {
    max-width: 100%;
  }

  .hero-section-v2 .hero-headline {
    max-width: 100%;
  }

  .hero-section-v2 .hero-right {
    padding-bottom: 300px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-section-v2 .hero-headline {
    font-size: 32px;
  }

  .hero-section-v2 .event-artist-name {
    font-size: 32px;
  }
}

/* hero-section-v2 End */



@media (max-width: 575.98px) {
  .hero-section .hero-slider-btn {
    display: none !important;
  }
}

.event-search {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.event-search .search-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 0 15px;
}

.event-search .search-item label {
  margin: 0;
  cursor: pointer;
}

.event-search .search-item input,
.event-search .search-item select {
  padding: 0 15px;
  border: none;
}

.event-search .theme-btn {
  border-radius: 0;
}

#borwseby-button {
  border-right: 1px solid rgba(3, 10, 21, 0.15);
}

.ui-icon:after {
  content: "\f0d7";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.ui-icon {
  text-indent: 0;
  margin-right: 0;
}

/****************************************************** */
/***************** 04. Page Banner  ******************* */
/****************************************************** */
.page-title {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  justify-content: center;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: white;
  font-weight: 800;
  font-family: var(--heading-font);
}

/****************************************************** */
/**************** 05. Event Section  ****************** */
/****************************************************** */
.event-page-section .container-custom {
  max-width: 1620px;
}

.gallery-filter,
.events-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.event-info {
  gap: 10px;
  flex-wrap: wrap;
}

.event-info span:first-child a {
  color: var(--primary-color);
  font-weight: 500;
}

.events-filter li,
.gallery-filter li {
  color: black;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 18px;
  transition: 0.5s;
  font-weight: 700;
  border-radius: 4px;
  margin: 0 10px 10px;
  font-family: var(--heading-font);
}

.events-filter li:hover,
.events-filter li.current,
.gallery-filter li:hover,
.gallery-filter li.current {
  color: white;
  background: var(--primary-color);
}

.event-item,
.gallery-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: white;
}

.event-image img,
.gallery-item img {
  width: 100%;
}

.event-content {
  position: relative;
  padding: 25px 25px;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1);
}

.event-content .time-info {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: calc(100% - 35px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  flex-wrap: wrap;
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
  line-height: normal;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1);
}

span.event-info-time {
  display: inline-block;
}

.event-content .time-info i {
  color: var(--primary-color);
  margin-inline-end: 2px;
  font-size: 13px;
}

.event-content .organizer {
  display: inline-block;
  margin-bottom: 5px;
}

.event-content .dates {
  top: -14px;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 16px;
  position: absolute;
  border-radius: 4px;
  background: var(--primary-color);
}

.event-content h4,
.event-content h5 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.event-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 60px;
  color: #0000007a;
}

.event-content .location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: normal;
  flex: 0 0 auto;
  width: calc(100% / 1.45);
}

.event-content .location span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.event-content .location i {
  color: var(--primary-color);
}

.price-remain {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #d9d9d9;
}

.price-remain span:first-child {
  font-weight: 500;
}

.price-remain .price {
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.price-remain .remain {
  font-weight: 300;
}

.price-remain del {
  color: var(--base-color);
}

.event-footer {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  padding: 6px 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  background: var(--light-color);
}

.event-footer li i {
  margin-right: 3px;
  color: var(--primary-color);
}

.event-details-information .syotimer__body,
.event-item .syotimer__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-details-information .syotimer__body {
  gap: 10px;
  justify-content: space-between;
}

.event-details-information .syotimer-cell {
  --size: calc(100% / 4 - 20px);
  height: 100%;
}

.event-item .syotimer__body {
  gap: 5px;
  margin-top: 10px;
}

.event-item .syotimer-cell {
  width: var(--size);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.event-item .syotimer-cell__value {
  line-height: 40px;
}

.event-item .syotimer-cell__unit {
  line-height: 1;
  margin-top: 5px;
}

.event-details-information .syotimer-cell {
  width: var(--size);
  text-align: center;
  font-weight: 400;
}

.event-details-information .syotimer-cell__value {
  font-size: 16px;
  margin-bottom: 5px;
  border: 1px solid #d9d9d9;
  color: var(--primary-color);
}

.event-item .syotimer-cell__value {
  background-color: var(--light-color);
}

.event-item .wishlist-btn {
  --size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline-end: 10px;
  margin-inline-start: auto;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 0 0 5px 5px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  z-index: 1;
}

/* Releted Events */
.releted-event-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

.related-event-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.related-event-wrap .event-item {
  margin-left: 15px;
  margin-right: 15px;
}

.related-event-wrap .event-content {
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.slick-next-prev {
  display: flex;
}

.slick-next-prev button:not(:last-child) {
  margin-right: 10px;
}

.slick-arrow {
  height: 50px;
  width: 50px;
  transition: 0.5s;
  background: white;
  border-radius: 50%;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.slick-arrow:focus,
.slick-arrow:hover {
  color: white;
  background: var(--primary-color);
}

/* Event Details */
.event-details-top {
  margin-bottom: 20px;
}

.event-details-content .has-gap {
  gap: 20px;
}

.event-top-date {
  flex: 0 0 auto;
  min-width: 100px;
  text-align: center;
  background-color: #fff;
  line-height: normal;
}

.event-top-date .event-month {
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background-color: var(--primary-color);
}

.event-top-date .event-date {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--heading-font);
  background-color: var(--light-color);
}

.event-details-content .total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event-details-content .title {
  margin-top: -5px;
}

.event-details-content .title .badge {
  font-size: 12px;
  line-height: normal;
  vertical-align: super;
}

.count-down li {
  flex: 0 0 120px;
  max-width: 120px;
  text-align: center;
  margin: 10px 0;
}

.count-down li:not(:last-child) {
  margin-right: 20px;
}

.count-down li span {
  display: block;
  border: 1px solid #d9d9d9;
  padding: 15px;
  font-size: 20px;
  color: var(--primary-color);
}

.event-details-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-details-content .author {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.event-details-content .author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-inline-end: 15px;
}

.event-details-content .author h6 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.event-details-content .author h6 a {
  color: inherit;
  font-size: inherit;
}

.event-details-content .author a {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.event-details-header ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  padding-inline: 0 !important;
  margin-bottom: 15px;
  align-items: center;
}

.event-details-header ul li:not(:last-child) {
  margin-inline-end: 15px;
  padding-inline-end: 15px;
  border-inline-end: 1px solid #c4c4c4;
}

.event-details-header ul li i {
  color: var(--primary-color);
  margin-inline-end: 5px;
}

.event-details-image {
  position: relative;
  margin-top: 20px;
}

.event-details-image .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.event-details-image .buttons a {
  font-weight: 600;
  padding: 6px 20px;
  display: inline-block;
  background: var(--light-color);
}

.event-details-image .buttons a:not(:last-child) {
  margin-right: 8px;
}

.event-details-information {
  padding: 40px;
  background: white;
  margin: -210px 30px 0 70px;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
}

.event-details-information b {
  display: block;
  color: #030a15;
  font-weight: 500;
  margin-bottom: 5px;
}

.event-details-information .link {
  font-weight: 500;
  align-items: center;
  margin-bottom: 20px;
  display: inline-flex;
  color: var(--primary-color);
}

.event-details-information .link:hover {
  text-decoration: underline;
}

.event-details-information .link i {
  float: left;
  margin-right: 10px;
}

.event-details-information .price-count .quantity-input input,
.event-details-information .price-count .quantity-input button {
  width: 34px;
  height: 34px;
}

.event-details-information .price-count {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e1e1e1;
}

.event-details-information .price-count h6 {
  margin-bottom: 15px;
}

.event-details-information .price-count h6 del {
  margin-inline-start: 5px;
  color: var(--base-color);
  font-size: 14px;
}

.click-show .show-content {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.click-show .show-content * {
  margin-bottom: 0;
}

.click-show.show .show-content {
  line-clamp: 100;
  -webkit-line-clamp: 100;
}

.click-show.show .read-more-btn span:first-child {
  display: none;
}

.click-show.show .read-more-btn span:last-child {
  display: block;
}

.click-show .read-more-btn span:last-child {
  display: none;
}

.click-show .read-more-btn {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.quantity-input {
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
}

.quantity-input button {
  width: 44px;
  flex: none;
  font-size: 22px;
  background: transparent;
  border: 1px solid rgba(3, 10, 21, 0.1);
}

.quantity-input button:first-child {
  font-size: 40px;
}

.quantity-input input {
  width: 44px;
  padding: 0;
  height: 44px;
  font-weight: 700;
  text-align: center;
  border-width: 1px 0 1px 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  border-color: rgba(3, 10, 21, 0.1);
}

.event-details-information .h4 {
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.event-details-information hr {
  margin-top: 8px;
}

.event-details-images .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}

.event-details-images .prev {
  left: 30px;
}

.event-details-images .next {
  right: 30px;
}

/****************************************************** */
/*************** 06. Cart + Checkout  ***************** */
/****************************************************** */
.checkout-product {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-product img {
  width: 100px;
  flex: none;
  margin-right: 20px;
  border-radius: 10px;
}

.checkout-product h6 {
  margin-bottom: 10px;
}

.checkout-product span {
  display: block;
  font-size: 14px;
  line-height: normal;
}

.checkout-product span:not(:last-child) {
  margin-bottom: 5px;
}

.checkout-product span i {
  color: var(--primary-color);
  margin-inline-end: 2px;
}

.checkout-product a {
  color: var(--primary-color);
}

.package-summary li {
  display: flex;
  font-weight: 500;
  align-items: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  justify-content: space-between;
}

.package-summary li:last-child {
  padding-top: 10px;
  border-top: 1px solid #ced4da;
}

.total-cart-price {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.cart-title {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px;
  align-items: center;
  background: var(--light-color);
  justify-content: space-between;
}

.cart-single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.product-title,
.cart-single-item .product-name {
  margin-bottom: 15px;
  margin-right: auto;
  flex: none;
}

.price-title,
.total-title,
.remove-title,
.quantity-title,
.avilable-title,
.cart-single-item .close,
.cart-single-item .avilable,
.cart-single-item .product-price,
.cart-single-item .quantity-input,
.cart-single-item .product-total-price {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  width: 15%;
}

.cart-single-item .avilable i {
  color: var(--primary-color);
  margin-right: 2px;
  font-size: 14px;
}

.cart-single-item .close span {
  font-size: 30px;
  line-height: 0;
}

.update-shopping .theme-btn:first-child {
  margin-right: 15px;
}

/****************************************************** */
/************** 07. Category Section  ***************** */
/****************************************************** */
.category-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}

.category-item {
  position: relative;
  margin: 0 15px 30px;
  width: calc(20% - 30px);
}

.category-item img {
  width: 100%;
}

.category-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: end;
  background: linear-gradient(180deg, rgba(3, 10, 21, 0.4) 0%, #030a15 100%);
}

.category-content h5 {
  margin: 0;
}

/****************************************************** */
/**************** 08. About Section  ****************** */
/****************************************************** */
.about-image-part {
  position: relative;
  padding-right: 45px;
}

.about-image-part img {
  width: 100%;
}

.about-revenues {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px 30px;
  border-radius: 10px;
  background: var(--primary-color);
}

.revenue-item {
  display: flex;
}

.revenue-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid white;
}

.revenue-item i {
  height: 40px;
  width: 40px;
  background: white;
  line-height: 40px;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color);
}

.revenue-item i:before {
  line-height: 40px;
}

.revenue-item h6 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.revenue-item .number {
  color: white;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.about-content {
  max-width: 510px;
}

.about-content .feature-item {
  border: none;
  padding: 0;
}

.about-content .feature-item:last-child {
  margin-bottom: 0;
}

/****************************************************** */
/*************** 09. Feature Section  ***************** */
/****************************************************** */
.feature-section {
  margin-bottom: 330px;
}

.feature-item {
  display: flex;
  background: white;
  margin-bottom: 30px;
  padding: 28px 30px 25px;
  border: 1px solid rgba(3, 10, 21, 0.15);
}

.feature-item i {
  font-size: 50px;
  margin-right: 20px;
  margin-bottom: 18px;
  display: inline-block;
  color: var(--primary-color);
}

.feature-item h4,
.feature-item h5 {
  margin-bottom: 12px;
}

.feature-item p {
  margin: 0;
}

/****************************************************** */
/************* 10. Work Process Section  ************** */
/****************************************************** */
.work-process {
  margin-top: -330px;
  transform: translateY(330px);
}

.work-process-inner {
  background: white;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.07);
}

.work-process-item {
  position: relative;
  margin-bottom: 35px;
}

.work-process-item.after:after,
.work-process-item.before:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 55px;
  top: 45px;
  background-size: 100% 100%;
}

.work-process-item.before:before {
  background-image: url(../images/shapes/before.png);
  left: -42.5px;
}

.work-process-item.after:after {
  background-image: url(../images/shapes/after.png);
  right: -42.5px;
}

.work-process-item .icon {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(34, 176, 175, 0.1);
}

.work-process-item .icon i:before {
  font-size: 50px;
  line-height: 120px;
  color: var(--primary-color);
}

.work-process-item .icon .number {
  position: absolute;
  color: white;
  height: 40px;
  width: 40px;
  top: -5px;
  right: -10px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  font-family: var(--heading-font);
}

.work-process-item h4 {
  margin-bottom: 15px;
}

.work-process-item p {
  font-size: 14px;
}

/****************************************************** */
/***************** 11. Testimonials  ****************** */
/****************************************************** */
.testimonial-content {
  margin-right: -25px;
}

.total-client-reviews {
  padding: 30px;
  max-width: 340px;
}

.review-images {
  display: flex;
  align-items: center;
}

.review-images img {
  min-height: 42px;
  max-height: 42px;
}

.review-images span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 4px solid white;
}

.review-images>*:not(:first-child) {
  margin-left: -10px;
}

.review-images .pluse {
  color: white;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  background: var(--primary-color);
}

.total-client-reviews h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.testimonial-wrap {
  margin-left: 25px;
}

.testimonial-item {
  position: relative;
  margin-bottom: 30px;
  padding: 40px 40px 18px;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.07);
}

.testimonial-item:after {
  position: absolute;
  content: "\f10e";
  font-weight: 600;
  right: 40px;
  top: 40px;
  z-index: -1;
  opacity: 0.05;
  line-height: 1;
  font-size: 100px;
  color: var(--primary-color);
  font-family: "Font Awesome 5 Free";
}

.testimonial-item .author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-item .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-item .author h5 {
  margin-bottom: 0;
}

.testimonial-item .author span {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--primary-color);
}

.ratting {
  display: flex;
}

.ratting i {
  color: #f09e00;
  font-size: 12px;
  margin-right: 3px;
}

/****************************************************** */
/***************** 12. Shop Section  ****************** */
/****************************************************** */
.shop-item {
  text-align: center;
  margin-bottom: 25px;
}

.shop-item .image {
  position: relative;
}

.shop-item .image:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  background: black;
}

.product-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  opacity: 0;
  display: flex;
  transition: 0.5s;
  padding: 5px 18px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: var(--primary-color);
}

.product-icons a {
  color: white;
}

.product-icons a:not(:first-child) {
  margin-left: 15px;
}

.shop-item:hover .product-icons {
  opacity: 1;
}

.shop-item:hover .image:before {
  opacity: 0.25;
}

.shop-item .ratting {
  margin-top: 20px;
  margin-bottom: 13px;
  display: inline-flex;
}

.shop-item h6 {
  margin-bottom: 5px;
}

.shop-item .price {
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.shop-item .price del {
  margin-left: 5px;
}

.product-gallery,
.product-thumb-item {
  border: 1px solid rgba(3, 10, 21, 0.1) !important;
}

.product-thumb .slick-arrow,
.product-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.product-thumb .prev,
.product-gallery .prev {
  left: -15px;
}

.product-thumb .next,
.product-gallery .next {
  right: -15px;
}

.product-thumb-item {
  cursor: pointer;
  margin-inline: 10px;
}

.add-to-cart .theme-btn {
  padding: 10px 20px;
  margin: 0 10px 10px 0;
}

.rating-review .ratting {
  margin-right: auto;
}

.rating-review .in-stock {
  color: white;
  line-height: 1;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--primary-color);
}

.rating-review .in-stock i {
  margin-right: 5px;
  font-size: 10px;
}

.shop-price {
  font-weight: 700;
  color: var(--heading-color);
}

.product-meta li {
  margin-bottom: 6px;
}

.product-meta li a,
.product-meta li span {
  color: var(--primary-color);
}

.product-information-tab {
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.product-information-tab a {
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.product-information-tab li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

.product-information-tab a.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.comment-body {
  display: flex;
  margin-top: 35px;
}

.comment-list .children {
  margin-left: 55px;
}

.author-thumb {
  flex: none;
  max-width: 80px;
  margin-right: 25px;
  margin-bottom: 15px;
}

.comment-content .name-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.comment-content .name-date h6,
.comment-content .name-date .ratting,
.comment-content .name-date .comment-date {
  margin-bottom: 8px;
}

.comment-content .reply-link {
  font-size: 14px;
  font-weight: 600;
}

.comment-content>p {
  margin-bottom: 10px;
}

.products-dropdown {
  text-align: end !important;
}

#products-dropdown-select-button {
  padding: 15px 20px;
  border: 1px solid rgba(3, 10, 21, 0.1);
}

/****************************************************** */
/***************** 13. Client Logos  ****************** */
/****************************************************** */
.client-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

.client-logo-item {
  padding: 25px;
  display: flex;
  align-items: center;
  margin: 0 15px 30px;
  justify-content: center;
  width: calc(20% - 30px);
  border: 1px solid rgba(3, 10, 21, 0.1);
}

/****************************************************** */
/***************** 14. Blog Section  ****************** */
/****************************************************** */
.blog-item {
  margin-bottom: 30px;
}

.blog-image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog-content {
  padding: 25px 30px 15px;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.07);
}

.blog-content h4 {
  margin-bottom: 15px;
}

.blog-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(3, 10, 21, 0.1);
}

.blog-footer .dot {
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 50%;
  background: rgba(3, 10, 21, 0.2);
}

.blog-footer li i {
  margin-inline-end: 3px;
  color: var(--primary-color);
}

/* Blog Details */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
}

.blog-meta li {
  margin-bottom: 5px;
}

.blog-meta li:not(:last-child) {
  margin-right: 35px;
}

.blog-meta li i {
  margin-right: 5px;
  color: var(--primary-color);
}

.blog-details-content .image img {
  width: 100%;
}

.tag-share b {
  margin-right: 10px;
}

blockquote {
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 35px;
  margin: 30px 0 30px;
  background: var(--light-color);
  border-left: 5px solid var(--primary-color);
}

.blockquote-footer {
  display: flex;
  margin-top: 15px;
  font-style: italic;
  align-items: center;
}

.blockquote-footer:before {
  line-height: 1;
  font-size: 25px;
  margin-right: 5px;
  color: var(--primary-color);
}

/****************************************************** */
/******************* 15. Widgets  ********************* */
/****************************************************** */
.sidebar {
  background: white;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
}

.widget {
  padding: 30px;
}

.widget:not(:last-child) {
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.widget-title {
  margin-top: -6px;
  margin-bottom: 20px;
}

.widget-search form {
  display: flex;
}

.widget-search form input {
  border: none;
  color: var(--heading-color);
  background: var(--light-color);
}

.widget-search form button {
  width: 60px;
  flex: none;
  color: white;
  background: var(--primary-color);
}

.widget-location h6 {
  margin-bottom: 15px;
}

.widget .ui-selectmenu-button.ui-button {
  width: 100%;
  padding: 20px;
  background: var(--light-color);
}

.custom-checkbox:not(:last-child) {
  margin-bottom: 8px;
}

.custom-radio .custom-control-label,
.custom-checkbox .custom-control-label {
  cursor: pointer;
}

.custom-checkbox .custom-control-label:before {
  border-color: var(--primary-color);
  border-radius: 0;
  top: 5px;
}

.custom-checkbox .custom-control-label::after {
  top: 5px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: white;
  border-color: var(--primary-color);
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.widget-dropdown .custom-control-label {
  display: flex;
  justify-content: space-between;
}

.custom-radio:not(:last-child) {
  margin-bottom: 5px;
}

.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
  top: 5px;
}

#dropdown-select-button {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 12px;
  background: transparent;
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.by-date {
  display: none;
  margin-top: 25px;
}

.by-date.active {
  display: block;
}

.price-btn {
  display: flex;
  margin-top: 25px;
  align-items: center;
  gap: 10px;
}

.price-btn input {
  padding: 0;
  height: auto;
  border: none;
  font-weight: 600;
  color: var(--heading-color);
  background: transparent;
}

.price-btn button {
  flex: none;
  border-radius: 0;
  padding: 5px 22px;
  text-transform: capitalize;
}

.price-slider-range.ui-widget.ui-widget-content {
  height: 6px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  background: rgba(3, 10, 21, 0.1);
}

.price-slider-range .ui-widget-header {
  background: var(--primary-color);
}

.price-slider-range .ui-slider-handle {
  height: 16px;
  width: 16px;
  border: none;
  cursor: pointer;
  margin-left: -2px;
  border-radius: 50%;
  background: var(--primary-color);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}

.tags a {
  padding: 2px 15px;
  margin: 0 10px 10px 0;
  background: var(--light-color);
}

.tags a:hover {
  color: white;
  background: var(--primary-color);
}

/****************************************************** */
/******************** 16. FAQ Page ******************** */
/****************************************************** */
.accordion .card:not(:last-child) {
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.accordion .card-header {
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  background: var(--light-color);
  justify-content: space-between;
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.accordion .card {
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid rgba(3, 10, 21, 0.1);
}

.accordion .card-body p {
  margin: 5px 0;
}

.accordion .toggle_btn {
  height: 15px;
  width: 15px;
  display: flex;
  transition: 0.5s;
  position: relative;
  align-items: center;
  justify-content: center;
}

.accordion .toggle_btn:after,
.accordion .toggle_btn:before {
  position: absolute;
  width: 100%;
  content: "";
  height: 2px;
  transition: 0.5s;
  background: var(--primary-color);
}

.accordion .collapsed .toggle_btn {
  transform: rotate(180deg);
}

.accordion .collapsed .toggle_btn:after,
.accordion .collapsed .toggle_btn:before {
  background: rgba(3, 10, 21, 0.5);
}

.accordion .collapsed .toggle_btn:after {
  transform: rotate(90deg);
}

.accordion .collapsed.card-header {
  color: var(--heading-color);
}

/****************************************************** */
/***************** 17. Contact Section **************** */
/****************************************************** */
.contact-info-item {
  display: flex;
  transition: 0.5s;
  padding: 20px 30px;
  margin-bottom: 30px;
  align-items: center;
  background: var(--light-color);
}

.contact-info-item>i {
  height: 50px;
  width: 50px;
  flex: none;
  font-size: 20px;
  line-height: 50px;
  background: white;
  text-align: center;
  margin-right: 15px;
  border-radius: 50%;
  color: var(--primary-color);
}

.contact-info-item .info-content {
  word-break: break-all;
}

.contact-info-item h5 {
  margin-bottom: 5px;
  transition: 0.5s;
}

.contact-info-item span {
  transition: 0.5s;
}

.contact-info-item:hover {
  background: var(--primary-color);
}

.contact-info-item:hover h5,
.contact-info-item:hover span,
.contact-info-item:hover span a {
  color: white;
}

.contact-form {
  margin-left: 30px;
}

.contact-page-map {
  margin-bottom: -10px;
}

/****************************************************** */
/******************* 18. Footer Area ****************** */
/****************************************************** */
.footer-section p,
.link-widget a:not(:hover) {
  opacity: 0.8;
  color: #f7f7f7;
  text-transform: capitalize;
}

.about-widget p a:not(:hover) {
  color: inherit;
}

.about-widget p i {
  margin-inline-end: 5px;
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-title {
  color: white;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.link-widget {
  max-width: 210px;
}

.link-widget li {
  font-size: 18px;
  text-transform: capitalize;
}

.link-widget li:not(:last-child) {
  margin-bottom: 15px;
}

.copyright-area {
  margin-top: 42px;
  border-top: 1px solid rgba(232, 232, 233, 0.1);
  text-align: center;
}

.copyright-area p {
  margin: 20px 15px 20px 0;
}

/* Popup css */
.popup-wrapper {
  display: none;
}

.popup_main-content h1 {
  font-size: 40px;
  line-height: 50px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  right: -15px;
  top: -15px;
}

.popup-wrapper {
  position: relative;
  width: auto;
  max-width: 960px;
  margin: 0 auto;
}

.popup-wrapper .form_control {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  line-height: 70px;
}

/* Popup-one */
.popup-one {
  position: relative;
  padding: 138px 120px;
}

.popup-one .popup_main-content {
  position: relative;
  text-align: center;
  background-color: rgba(69, 29, 83, 0.8);
  border-radius: 10px;
  padding: 90px 55px;
}

.popup-one .popup_main-content h1,
.popup-one .popup_main-content p {
  color: #fff;
}

.popup-one .popup_main-content h1 {
  margin-bottom: 20px;
}

.popup-one .popup_main-content p {
  margin-bottom: 30px;
}

.popup-one .popup_main-content .popup-main-btn {
  padding: 15px 100px;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.popup-one .popup_main-content .popup-main-btn:hover,
.popup-one .popup_main-content .popup-main-btn:focus {
  background-color: #451d53;
  color: #fff;
  border-color: transparent;
}

/* Popup-two */

.popup-two {
  position: relative;
  padding: 120px;
}

.popup-two .popup_main-content {
  position: relative;
  text-align: center;
  background-color: rgba(255, 40, 101, 0.7);
  border-radius: 10px;
  padding: 90px 55px;
}

.popup-two .popup_main-content h1,
.popup-two .popup_main-content p {
  color: #fff;
}

.popup-two .popup_main-content h1 {
  margin-bottom: 20px;
}

.popup-two .popup_main-content p {
  margin-bottom: 30px;
}

.popup-two .popup_main-content .subscribe-form {
  padding: 0 70px;
}

.popup-two .popup_main-content .subscribe-form .form_control {
  border: none;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-two .popup_main-content .subscribe-form .popup-main-btn:focus {
  background-color: #ff2865;
  color: #fff;
  border-color: transparent;
}

/* Popup-three */

.popup-three .popup_main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.popup-three .popup_main-content .left-bg {
  width: 45%;
  height: 100%;
  min-height: 670px;
}

.popup-three .popup_main-content .right-content {
  width: 55%;
  padding: 30px 15px;
  text-align: center;
}

.popup-three .popup_main-content .right-content h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content p {
  margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content .popup-main-btn {
  padding: 15px 70px;
  background-color: #ff2865;
  color: #fff;
  font-size: 19px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}

/* Popup-four */

.popup-four .popup_main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.popup-four .popup_main-content .left-bg {
  width: 45%;
  height: 100%;
  min-height: 670px;
}

.popup-four .popup_main-content .right-content {
  width: 55%;
  padding: 30px 30px;
  text-align: center;
}

.popup-four .popup_main-content .right-content h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-four .popup_main-content .right-content p {
  margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form {
  padding: 0 70px;
}

.popup-four .popup_main-content .subscribe-form .form_control {
  border: 2px solid #c5c5c5;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn {
  width: 100%;
  background-color: #f8960d;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-four .popup_main-content .subscribe-form .popup-main-btn:focus {
  background-color: #f8960d;
  color: #fff;
  border-color: transparent;
}

/* Popup-five */

.popup-five .popup_main-content {
  text-align: center;
  padding: 75px;
}

.popup-five .popup_main-content h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  max-width: 600px;
}

.popup-five .popup_main-content h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 35px;
  margin-bottom: 40px;
  font-weight: 400;
}

.popup-five .popup_main-content .popup-main-btn {
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  background-color: #29a19c;
  border-radius: 40px;
  text-decoration: none;
}

/* Popup-six */
.popup-six .popup_main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  text-decoration: none;
}

.popup-six .popup_main-content .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.popup-six .popup_main-content .right-content {
  background-color: #930077;
  width: 50%;
  height: 100%;
  padding: 120px 15px;
  text-align: center;
  margin-left: 50%;
}

.popup-six .popup_main-content .right-content h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  margin-bottom: 25px;
}

.popup-six .popup_main-content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 400;
}

.popup-six .popup_main-content .right-content .popup-main-btn {
  padding: 15px 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #494949;
  border-radius: 40px;
  text-decoration: none;
}

/* syotimer css */
.popup-wrapper .syotimer__body {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.popup-wrapper .syotimer__body p {
  color: #fff;
}

.popup-wrapper .syotimer-cell {
  flex: 0 0 24%;
  padding-left: 10px;
  padding-right: 10px;
}

.popup-wrapper .syotimer-cell__value {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f3a52;
  border-radius: 10px;
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
  border: 0;
}

.popup-wrapper .syotimer-cell__value:after {
  content: none;
}

.popup-wrapper .syotimer-cell__unit {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}

/*Large Device*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {}

/*Large Device*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .popup-one .popup_main-content h1,
  .popup-three .popup_main-content .right-content h1,
  .popup-four .popup_main-content .right-content h1,
  .popup-five .popup_main-content h1,
  .popup-six .popup_main-content .right-content h1 {
    font-size: 40px;
    line-height: 50px;
  }


  .popup-wrapper {
    max-width: 720px;
  }

  .popup-two .popup_main-content .subscribe-form,
  .popup-four .popup_main-content .subscribe-form {
    padding: 0 15px;
  }

  .popup-one,
  .popup-two {
    padding: 80px 30px;
  }

  .syotimer__body {
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .popup-wrapper .syotimer-cell {
    padding-left: 5px;
    padding-right: 5px;
  }


}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .popup-wrapper {
    max-width: 500px;
  }



  .popup-five .popup_main-content {
    text-align: center;
    padding: 50px 15px;
  }

  .popup-three .popup_main-content .left-bg,
  .popup-four .popup_main-content .left-bg,
  .popup-six .popup_main-content .left-bg {
    display: none;
  }

  .popup-one,
  .popup-two {
    padding: 30px 15px;
  }

  .popup-one .popup_main-content,
  .popup-two .popup_main-content {
    padding: 20px 15px;
  }

  .popup-one .popup_main-content .main-btn {
    padding: 15px 30px;
  }

  .popup-three .popup_main-content .right-content,
  .popup-four .popup_main-content .right-content,
  .popup-six .popup_main-content .right-content {
    width: 100%;
    padding: 50px 15px;
  }

  .popup-two .popup_main-content .subscribe-form,
  .popup-four .popup_main-content .subscribe-form {
    padding: 0 15px;
  }

  .popup-two .popup_main-content .subscribe-form .form_control,
  .popup-four .popup_main-content .subscribe-form .form_control {
    font-size: 15px;
  }

  .popup-two .popup_main-content h1,
  .popup-one .popup_main-content h1,
  .popup-three .popup_main-content .right-content h1,
  .popup-four .popup_main-content .right-content h1,
  .popup-five .popup_main-content h1,
  .popup-six .popup_main-content .right-content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .popup-six .popup_main-content .right-content {
    margin-left: 0%;
  }

  .syotimer__body {
    max-width: 380px;
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

/* Mobile Devices, Tablets */
@media only screen and (max-width: 400px) {
  .popup-wrapper {
    max-width: 300px;
  }

  .syotimer__body {
    max-width: 300px;
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }


}

/* Wide mobile Devices */
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .popup-wrapper {
    max-width: 380px;
  }

}

/* wide mobile devices */
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .popup-wrapper {
    max-width: 380px;
  }
}

.rate {
  background-image: url(../images/rate-star.png);
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  width: 95px;
  margin-bottom: 2px;
}

.rating {
  background-image: url(../images/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}

.shop-review-area {
  padding-top: 15px;
}

.shop-review-area .shop-review-title .title {
  font-size: 24px;
  font-weight: 700;
}

.shop-review-area .shop-review-user ul li {
  display: inline-block;
}

.shop-review-area .shop-review-user {
  position: relative;
  padding-inline-start: 75px;
  margin-top: 33px;
}

.shop-review-area .shop-review-user img {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline-start: 0;
  margin-inline-end: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.shop-review-area .shop-review-user span {
  padding: 3px 0;
  font-size: 14px;
  display: inline-block;
}

.shop-review-area .shop-review-user span span {
  font-weight: 600;
}

.shop-review-area .shop-review-user p {
  font-weight: 300;
}

.shop-review-area .shop-review-form .input-box {
  margin-top: 25px;
}

.shop-review-area .shop-review-form .input-check {
  margin-bottom: 20px;
  margin-top: 20px;
}

.shop-review-area .shop-review-form .input-box input {
  width: 100%;
  height: 50px;
  border: 2px solid #e9ebef;
  padding-left: 20px;
}

.shop-review-area .shop-review-form .input-box span {
  font-size: 14px;
  color: #5f5f5f;
  padding-bottom: 15px;
  display: inline-block;
}

.shop-review-area .shop-review-form .input-box textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #e9ebef;
  padding-left: 20px;
  resize: none;
  color: #8a8a8a;
}

.shop-review-area .shop-review-form .input-box ul li {
  display: inline-block;
}

.shop-review-area .shop-review-form .input-box ul li a {
  color: #25d06f;
}

.shop-review-area .shop-review-form .input-btn button {
  background: #25d06f;
  color: #fff;
  border-color: #25d06f;
}

.shop-review-area .shop-review-form .input-btn button:hover {
  background-color: transparent;
  color: #25d06f;
}

.review-content ul.review-value {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.review-content ul.review-value::after {
  content: "|";
  color: #0000005a;
}

.review-content ul.review-value:last-child::after {
  display: none;
}

.review-content ul:hover i {
  color: #efcb65;
}

/* end popup


  #=========='Rate


  ===============================*/

/*---------------------------
** Cookie alert css
---------------------------*/

.cookie-consent {
  position: fixed;
  background-color: #262938;
  bottom: 0px;
  width: 100%;
  padding: 15px 0px;
  z-index: 10000000000;
  color: #fff;
}

.cookie-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.cookie-consent__agree {
  padding: 5px 16px;
  border: none;
  background-color: #25d06f;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
}

span.cookie-consent__message {
  background-color: transparent !important;
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .cookie-container {
    display: block;
    text-align: center;
  }

  button.cookie-consent__agree {
    margin-top: 15px;
  }

  span.cookie-consent__message {
    line-height: 20px;
    display: block;
  }

}

.purchase-message,
.booking-message {
  padding: 120px 0px;
  max-width: 780px;
  margin: 0 auto;
}

.purchase-success,
.booking-success {
  background: #f1f1f1;
  padding: 40px 0px;
  text-align: center;
  border-radius: 15px;
}

.purchase-success .icon,
.booking-success .icon {
  display: block;
  margin-bottom: 20px;
}

.purchase-success .icon i,
.booking-success .icon i {
  font-size: 60px !important;
}

.purchase-success h2,
.booking-success h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.purchase-success p,
.booking-success p {
  line-height: 26px;
}

/* update css */

.gap-20 {
  gap: 20px;
}

.icon-start i {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

/* -----------------------------------------
    Page-banner CSS
----------------------------------------- */
.page-banner {
  /* background-image: url('/assets/admin/img/mon-laferte-2.png'); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: relative;
  width: 100%;
  background-color: var(--primary-color);
}

@media only screen and (max-width: 820px) {
  .page-banner {
    width: 100%;
  }

}

.page-banner .banner-author {
  text-align: start;
}

.page-banner .banner-author .author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
}

.page-banner .banner-author .author-img {
  flex: 0 0 auto;
  max-width: 100px;
}

.page-banner .banner-author .breadcrumb {
  justify-content: start;
}

/* -----------------------------------------
    Ratings CSS
----------------------------------------- */
.ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.ratings .rate {
  background-image: url(../images/rate-star.png);
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  transition: all 0.5s ease-out 0s;
  width: 95px;
}

.ratings .rating-icon {
  background-image: url(../images/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
  width: 80%;
}

.ratings .ratings-total {
  font-size: 12px;
  line-height: 1;
}

.lh-1 {
  line-height: 1;
}

/* -----------------------------------------
    Author/Vendor CSS
----------------------------------------- */
.author-area .font-sm {
  font-size: 14px;
}

.author-area .font-xsm {
  font-size: 12px;
}

.author-area .author-tabs .nav-link {
  position: relative;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  color: var(--heading-color);
  padding: 0;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  background-color: transparent;
}

.author-area .author-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.author-area .author-tabs .nav-link:is(.active) {
  color: var(--primary-color);
}

.author-area .author-tabs .nav-link:is(.active)::after {
  visibility: visible;
  opacity: 1;
}

.author-area .btn-groups {
  gap: 10px;
}

.author-area .btn,
.author-area .theme-btn {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.author-area .btn:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.author-area .review-box .review-item {
  padding: 30px;
  background-color: var(--light-color);
}

.author-area .review-box .review-item .review-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.author-area .review-box .review-item .review-header .author-img {
  max-width: 70px;
}

.author-area .review-box .review-reply {
  padding: 30px;
}

.author-area .review-box .review-reply .icon {
  font-size: 24px;
}

.author-area .review-box .more-info i {
  color: var(--primary-color);
}

.author-area .review-box .message {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

.author-area .review-submit .author {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.author-area .review-submit .author .author-img {
  flex: 0 0 auto;
  width: 50px;
}

.author-area .review-submit .author p {
  font-size: 14px;
}

.author-area .review-submit textarea.form_control {
  border: 1px solid #e5e5e5;
  height: 150px;
}

.author-area .review-submit .form_group ul.rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.author-area .review-submit .form_group ul.rating li {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  position: relative;
  -webkit-padding-end: 12px;
  padding-inline-end: 12px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
  margin-bottom: 10px;
}

.author-area .review-submit .form_group ul.rating li:after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  width: 2px;
  transform: translateY(-50%);
  content: "|";
}

.author-area .review-submit .form_group ul.rating li:last-child:after {
  display: none;
}

.author-area .review-submit .form_group ul.rating li:hover span {
  color: var(--primary-color);
}

.author-area .card {
  border-radius: 0;
  border: 0;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.07);
}

.author-area .card.card-center {
  align-items: center;
  text-align: center;
}

.author-area .card .card-img {
  max-width: 80px;
}

.author-area .card .btn-text {
  color: var(--heading-color);
  font-weight: 500;
  text-decoration: underline;
}

.author-area .card .btn-text:hover {
  color: var(--primary-color);
}

.author-area .badge-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.author-area .badge-list>* {
  flex: 0 0 auto;
  width: 25px;
}

.author-area .ui-selectmenu-button.ui-button {
  background-color: #fff;
}

.author-area .product-filter h6 {
  text-align: start;
}

.author-area .product-filter .products-dropdown {
  text-align: end;
}

.authors-search-filter .search-filter-form {
  max-width: 840px;
  margin-inline: auto;
}

.authors-search-filter .search-filter-form .form_control {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}

.authors-search-filter .search-filter-form .search-item {
  width: 25%;
}

.authors-search-filter .search-filter-form .search-item:last-child {
  width: 20%;
}

@media (max-width: 991.98px) {
  .authors-search-filter .search-filter-form .search-item {
    width: 50%;
  }

  .authors-search-filter .search-filter-form .search-item:last-child {
    width: 30%;
  }
}

@media (max-width: 575.98px) {
  .authors-search-filter .search-filter-form .search-item {
    width: 100%;
  }

  .authors-search-filter .search-filter-form .search-item:last-child {
    width: 100%;
  }
}

.authors-search-filter .search-filter-form .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  border-radius: 0;
  background-color: #fff;
  color: var(--base-color);
  border: 1px solid #e1e1e1;
}

.authors-search-filter .search-filter-form .ui-selectmenu-button.ui-button .ui-icon {
  overflow: visible;
}

.authors-search-filter .search-filter-form .theme-btn {
  width: 100%;
  text-align: center;
  padding: 0 30px;
  line-height: 53px;
  background-color: var(--heading-color) !important;
}

.authors-search-filter .search-filter-form .theme-btn:hover {
  color: #fff;
}

.contact-modal .modal-dialog {
  max-width: 767px;
}

.contact-modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-radius: 0 0 0 10px;
  opacity: 1;
  float: none;
  padding: 0;
  margin: 0;
  background: var(--danger);
  z-index: 1;
}

.ui-button {
  margin-right: unset;
  -webkit-margin-end: 0.1em;
  margin-inline-end: 0.1em;
}

.ui-menu .ui-menu-item {
  text-align: start;
}

/* -----------------------------------------
	Sidebar Widget CSS
----------------------------------------- */
.sidebar-widget-area .widget {
  overflow: hidden;
  padding-inline: 30px;
}

.sidebar-widget-area .widget .theme-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar-widget-area .widget .title {
  margin-bottom: 0;
  margin-top: -2px;
}

.sidebar-widget-area .widget .list-group li {
  display: block;
  color: var(--base-color);
}

.sidebar-widget-area .widget .list-group li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-widget-area .widget .list-group a {
  color: inherit;
}

.sidebar-widget-area .widget .show-more-btn {
  display: block;
  text-align: center;
}

.sidebar-widget-area .widget .tabs-navigation-3 .nav {
  align-items: center;
}

.sidebar-widget-area .widget .tabs-navigation-3 .nav .nav-link {
  padding: 10px 22px;
  margin: 0;
  font-size: 14px;
  border-radius: 0 0 5px 5px !important;
}

.sidebar-widget-area .widget-author-details {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.sidebar-widget-area .widget-author-details .author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.sidebar-widget-area .widget-author-details .author .author-img {
  flex: 0 0 auto;
  width: 80px;
  margin: 0;
}

.sidebar-widget-area .widget-author-details .author .author-info span {
  font-size: 14px;
}

.sidebar-widget-area .widget-author-details b {
  color: var(--heading-color);
}

.sidebar-widget-area .widget-shared-author .shared-author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.sidebar-widget-area .widget-shared-author .shared-author:last-child {
  margin-bottom: 0 !important;
}

.sidebar-widget-area .widget-shared-author .shared-author .shared-author-img {
  flex: 0 0 auto;
  width: 60px;
}

.sidebar-widget-area .widget-shared-author .shared-author .btn {
  font-size: 12px;
}

.sidebar-widget-area .widget-business-days .list-group li {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

.sidebar-widget-area .widget-business-days .list-group li>* {
  flex: 0 0 auto;
  width: 33.33%;
}

.sidebar-widget-area .widget-business-days .list-group li .open-t {
  color: var(--success);
}

.sidebar-widget-area .widget-business-days .list-group li .close-t {
  color: var(--danger);
}

.sidebar-widget-area .widget .toggle-list li {
  display: flex;
  justify-content: space-between;
}

.sidebar-widget-area .widget .toggle-list li:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-widget-area .widget .toggle-list li span {
  display: flex;
}

.sidebar-widget-area .widget .toggle-list li .first {
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 0;
  flex: 0 0 auto;
  width: 32%;
}

.sidebar-widget-area .widget .toggle-list li .last {
  font-size: 14px;
  word-break: break-all;
}

html[dir*="rtl"] body {
  text-align: right;
}

html[dir*="rtl"] .modal .close {
  right: unset;
  left: 0;
  border-radius: 0 0 10px 0;
}

.user-dashbord .file-upload-area {
  position: relative;
  max-width: 120px;
  padding-bottom: 30px;
}

.user-dashbord .file-upload-area .file-edit {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-inline: auto;
  border-radius: 100%;
  background: var(--light-color);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  color: var(--primary-color);
  z-index: 1;
}

.user-dashbord .file-upload-area .file-edit input {
  display: none;
}

.user-dashbord .file-upload-area .file-edit input+label {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.user-dashbord .file-upload-area .file-edit input+label:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "\f304";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.user-dashbord .file-upload-area .file-edit:hover {
  background: var(--primary-color);
  color: #fff;
}

.user-dashbord .file-upload-area .file-preview {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid var(--light-color);
}

.user-dashbord .file-upload-area .file-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user-dashbord #errorMsg {
  color: var(--danger);
}

.share-event .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.share-event .button-group i {
  --size: 35px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
}

.share-event .button-group p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .event-item .syotimer__body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .event-item .syotimer-cell {
    width: calc(100% / 4 - 5px);
  }
}

@media (max-width: 991.98px) {
  .event-item .syotimer__body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .event-item .syotimer-cell,
  .event-details-information .syotimer-cell {
    margin: 0;
    flex: 0 0 auto;
  }

  .event-item .syotimer-cell {
    width: calc(100% / 2 - 5px);
  }
}

@media (max-width: 767.98px) {
  .event-item .syotimer-cell {
    width: calc(100% / 4 - 5px);
  }

  .event-details-information .syotimer__body {
    gap: 10px;
  }

  .event-details-information .syotimer-cell {
    --size: calc(100% / 4 - 10px);
  }
}

@media (max-width: 575.98px) {
  .event-item .syotimer-cell {
    width: calc(100% / 2 - 5px);
  }

  .event-details-information .syotimer-cell {
    --size: calc(100% / 2 - 10px);
  }
}

.syotimer-cell__value {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid hsl(0 0% 50% / 0.5);
  position: relative;
}

.syotimer-cell_type_day {
  --num: 365;
}

.syotimer-cell_type_hour {
  --num: 24;
}

.syotimer-cell_type_minute,
.syotimer-cell_type_second {
  --num: 60;
}

.syotimer-cell__value::after {
  content: "";
  position: absolute;
  inset: calc(var(--border-size) * -0.5);
  border-radius: inherit;
  --degree: calc(360deg / var(--num) * (var(--num) - var(--value, 0)));
  background-image: conic-gradient(var(--primary-color) var(--degree),
      transparent calc(var(--degree) - 0.1deg));
  --border-size: 3px;
  --mask-image: radial-gradient(100% 100%,
      transparent calc(50% - var(--border-size)),
      black calc(50% - var(--border-size) + 1px));
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
}

@media (max-width: 1439.98px) {
  .main-menu .navigation>li>a {
    margin-left: 0;
    margin-inline-start: 20px;
    font-size: 15px;
  }
}

@media (max-width: 1340.98px) {
  .main-menu .navigation>li>a {
    margin-inline-start: 16px !important;
    font-size: 14px;
  }

  .menu-right {
    margin-left: 0;
    margin-inline-start: 60px;
  }
}

.page-banner .social-style-one {
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.page-banner .social-style-one a {
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .page-banner .social-style-one {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

.error-area .offline {
  margin-bottom: 30px;
}

.error-area {
  position: relative;
  overflow-x: hidden;
  display: grid;
  place-items: center;
  height: 100vh;
  text-align: center;
}

.sidebar-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  margin-top: 200px;
}

.toast-message {
  direction: ltr !important;
}

.amount {
  direction: ltr !important;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-radius: 0;
}

.padding-90 {
  padding: 90px 0px;
}

.bg-facebook {
  background: #4267b2;
}

.bg-google {
  background: #db4437;
}

.mh-60 {
  max-height: 60px;
}

.map-h {
  border: 0;
  width: 100%;
}

.w-60p {
  width: 60% !important;
}

.text-transform-normal {
  text-transform: none;
}

.checkout-product-img {
  min-width: 80px;
}

.object-fit-cover {
  object-fit: cover;
}

.brade_image_section {
  background-color: var(--primary-color);
}

.brade_image_section {
  background-color: var(--primary-color);
}

.brade_image_section h2 {
  color: var(--light-color);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .event-item .event-content .time-info {
    width: 100%;
    padding-inline: 15px;
    gap: 5px;
    font-size: 10px;
  }

  .event-content .time-info {
    width: calc(100% - 15px) !important;
    text-align: center;
  }


  .event-item .event-content .organizer {
    display: block;
  }

  .event-item .event-content .time-info i {
    display: inline-block;
  }

  .event-item .event-content {
    padding: 25px 15px 15px;
  }

  .event-item .event-content h4,
  .event-item .event-content h5 {
    line-height: normal;
    font-size: 18px;
  }

  .event-item .price-remain .btn {
    padding: 0;
    background-color: transparent;
    border: unset;
    color: var(--primary-color);
    text-decoration: underline;
  }
}

@media (max-width: 575.98px) {
  .container.container-custom {
    padding-inline: 20px;
  }

  .container-custom .row .col-6 {
    padding-inline: 10px;
  }

  /*--------customize-------*/
  .event-item .event-content .time-info {
    display: inline-block;
  }

  .event-item .event-content .time-info i {
    display: none;
  }

  .event-item .event-content {
    padding: 25px 10px;
  }

  .event-content .time-info {
    width: calc(100% - 10px);
    padding: 10px 2px;
    text-align: center;
  }

  /*--------customize-------*/

  .event-item .event-content .organizer {
    display: block;
    font-size: 9px;
  }

  .event-item .event-content .location {
    font-size: 10px;
  }

  .event-item .event-content h4,
  .event-item .event-content h5 {
    line-height: normal;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .event-item .wishlist-btn {
    --size: 30px
  }

  .event-item .price-remain .btn {
    padding: 0;
    background-color: transparent;
    border: unset;
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 10px;
  }

  .event-item .price-remain {
    margin-top: 8px;
    padding-top: 8px;
    font-size: 10px;
  }
}


/* offensive canvas start  */


.mt_1 {
  margin-top: -15px;
}

.select-wrapper {
  height: 50px;
  overflow-y: visible;
}

.select-wrapper .form-control {
  background-color: #fff;
}


@media screen and (min-width: 991px) {
  .comprar-ahora-wrapper {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .floating-wpp {
    bottom: 70px !important;

  }

  /*.offcanvas-toggle {*/
  /*  position: fixed;*/
  /*  bottom: 0px;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  width: 100%;*/
  /*  max-width: 380px;*/
  /*  padding-inline: 15px;*/
  /*  margin-inline: auto;*/
  /*  z-index: 999999 !important;*/
  /*  background-color: #fff;*/
  /*  padding: 10px;*/
  /*  opacity: 1;*/
  /*}*/

  .offcanvas-toggle .theme-btn {
    font-size: 18px;
  }

  .footer-section {
    position: relative;
  }

  .related-event-wrap {
    z-index: 1 !important;
    position: relative;
  }

  .related-event-wrap .event-item {
    z-index: -2 !important;
    position: relative;
  }

  .comprar-ahora-wrapper {
    width: 100%;
    max-width: 380px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-inline: auto;
    background: #FFF;
    padding: 15px;
    z-index: 999999 !important;
  }

  .comprar-ahora {
    padding-inline: 15px;
    margin-inline: auto;
    z-index: 999999 !important;
    padding: 10px;
    opacity: 1;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }

  .comprar-ahora-main {
    display: none;
  }

}

/* request loader css start */
.request-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000007a;
  z-index: 10000;
  display: none;
}

.request-loader img {
  position: fixed;
  display: none;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.request-loader.show {
  display: block;
}

.request-loader.show img {
  display: block;
}

/* request loader css end */

/* ---------------------- */
/* dark light toggle  */
/* ---------------------- */
[data-theme="light"] .lightMode {
  display: none;
}

[data-theme="light"] .darkMode {
  display: block;
}

[data-theme="dark"] .lightMode {
  display: block;
}

[data-theme="dark"] .darkMode {
  display: none;
}

.theme-color-btnwrap .themeModeBtn {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}

.theme-color-btnwrap .themeModeBtn i {
  line-height: 45px;
}

@media (max-width: 1199.98px) {
  .theme-color-btnwrap .themeModeBtn {
    margin-top: 20px;
  }
}

/* dark light toggle end  */


/* ---------------------- */
/* events-section-v2 */
/* ---------------------- */
.events-section-v2 .sec-heading {
  display: flex;
  justify-content: space-between;
}

.events-section-v2 .sec-heading .sec-title {
  max-width: 700px;
  color: #6D20AC;
  font-weight: 700;
}

.events-section-v2 .sec-heading .seemore-btn {
  color: #6D20AC;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
}

.events-section-v2 .sec-heading .seemore-btn i {
  margin-inline-start: 13px;
  font-size: 18px;
}

/* event-item-v2 */
.event-item-v2 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
}

.event-item-v2 .event-content .location {
  gap: 8px;
}

.event-item-v2 .event-content .location i {
  color: #7F3FB1;
}

.event-item-v2 .hour-time {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 7px;
}

.event-item-v2 .hour-time i {
  color: #7F3FB1;
  margin-inline-end: 4px;
}

.event-item-v2 .event-date-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: #6D20AC;
  border-radius: 15px 0 15px 0;
  padding: 7px 0;
  overflow: hidden;
  width: 72px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 3px;
}

.event-item-v2 .event-date-card .edc-top {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-item-v2 .event-date-card .edc-day {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.event-item-v2 .event-date-card .edc-month {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-item-v2 .event-content {
  position: relative;
  padding: 15px 20px;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1);
}

.event-item-v2 .event-content h4,
.event-item-v2 .event-content h5 {
  margin-bottom: 15px;
  font-weight: 700;
}

.event-item-v2 .event-content h4 a,
.event-item-v2 .event-content h5 a {
  color: #6D20AC;
}

.event-item-v2 .buy-button {
  background: #6D20AC;
  border: 1px solid #6D20AC;
  color: #fff;
  padding: 7px 20px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 500;
}

.event-item-v2 .buy-button i {
  float: inline-end;
  margin-top: 5px;
}

.event-item-v2 .buy-button:hover {
  background: transparent;
  color: #6D20AC;
}

@media (max-width: 768px) {
  .event-item-v2 .event-date-card {
    width: 54px;
  }

  .event-item-v2 .event-date-card .edc-top {
    font-size: 12px;
  }

  .event-item-v2 .event-date-card .edc-month {
    font-size: 12px;
  }
}

/* --------------------- */
/* cta area */
/* --------------------- */
.cta-area-v2 .cta-area-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: center;
  padding: 10px 30px;
  background: #F1EEF7;
  border-radius: 14px;
}

.cta-area-v2 .cta-area-left {
  min-width: 240px;
  max-width: 500px;
}

.cta-area-left h1 {
  font-size: 38px;
  font-weight: 700;
  color: #6D20AC;
  line-height: 1.25;
  margin-bottom: 16px;
}

.cta-area-left h1 span {
  color: #14a07a;
}

.cta-area-left p {
  font-size: 16px;
  color: #705B9B;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 240px;
  font-weight: 500;
}

.cta-area-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-area-btns .btn-create {
  background: #1ab98b;
  border: 1px solid #1ab98b;
  color: #fff;
  border-radius: 12px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: unset;
  letter-spacing: 1px;
  height: 48px;
}

.btn-create:hover {
  background: transparent;
  color: #01B9A7;
}

.cta-area-btns .btn-demo {
  background: transparent;
  border: 1px solid #7c3aed;
  color: #7c3aed;
  border-radius: 12px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: unset;
  letter-spacing: 1px;
  height: 48px;
}

.cta-area-btns .btn-demo:hover {
  background: #7c3aed;
  color: #fff;
}

@media (max-width: 992.98px) {
  .cta-area-v2 .cta-area-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cta-area-v2 .cta-area-left h1 {
    font-size: 30px;
  }
}

/* --------------------- */
/* why-choose-us-v2 */
/* --------------------- */
.why-choose-us-v2 {
  padding: 50px 0;
}

.why-choose-us-v2 .wcu-title {
  font-size: 26px;
  font-weight: 700;
  color: #7c3aed;
  margin-bottom: 30px;
}

.why-choose-us-v2 .wcu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  flex-wrap: wrap;
}

.why-choose-us-v2 .wcu-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 180px;
}

.why-choose-us-v2 .wcu-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 30px;
  color: #fff;
}

.wcu-icon-teal {
  background-color: #1abd8b;
}

.wcu-icon-purple {
  background-color: #7c3aed;
}

.wcu-icon-pink {
  background-color: #e040a0;
}

.wcu-icon-amber {
  background-color: #f59e0b;
}

.why-choose-us-v2 .wcu-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 7px;
}

.why-choose-us-v2 .wcu-text p {
  font-size: 14px;
  color: #000;
  margin: 0;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1200px) {
  .why-choose-us-v2 .wcu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .why-choose-us-v2 .wcu-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* why-choose-us-v2 End */


/* footer css Start*/
.footer-area-v2 {
  background: #2d1b6b;
}

.footer-area-v2 .footer-wrapper {
  padding: 20px 30px 20px 30px;
  color: #fff;
  border-radius: 16px 16px 0 0;
}

/* Top row */
.footer-area-v2 .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-bottom: 30px;
}

.footer-area-v2 .footer-headline {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 20px;
}

.footer-area-v2 .footer-headline span {
  color: #01B9A7;
}

/* Store buttons */
.footer-area-v2 .footer-stores {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-area-v2 .footer-stores .store-btn {
  width: 130px;
  border: 1px solid #ffffff2e;
  border-radius: 6px;
}

.footer-area-v2 .footer-stores .store-btn img {
  width: 100%;
  border-radius: 6px;
}


/* CTA button */
.footer-area-v2 .footer-cta-row {
  text-align: center;
}

.footer-area-v2 .footer-cta-btn {
  display: inline-block;
  background: #01B9A7;
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  letter-spacing: 1px;
}

.footer-area-v2 .footer-cta-btn i {
  padding-inline-start: 30px;
}


.footer-area-v2 .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-area-v2 .footer-accepted {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-area-v2 .accepted-label {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-area-v2 .pay-badge {
  height: 40px;
}

/* Secure badge */
.footer-area-v2 .footer-secure {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.8);
  padding-inline-start: 30px;
  margin-inline-start: 30px;
}

.footer-area-v2 .footer-secure i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-inline-end: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-area-v2 .footer-top {
    flex-direction: column;
  }

  .footer-area-v2 .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-area-v2 .pay-badge {
    height: 20px;
  }
}

/* footer css End*/

/* event details css start */
.event-details-style-2 .event-details-thumbnail {
  max-height: 400px;
  position: relative;
}

.event-details-style-2 .event-details-thumbnail img {
  width: 100%;
  height: auto;
}

.event-details-style-2 .event-details-thumbnail .concert-btn {
  background: #02B7A4;
  border: 1px solid #02B7A4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: normal;
}

.event-details-style-2 .event-details-thumbnail .meta {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  gap: 10px;
  color: #fff;
}

.event-details-style-2 .event-details-thumbnail .meta a {
  color: #ffffff;
}

.custom-breadcrumb-v18 {
  padding-top: 20px;
}

.custom-breadcrumb-v18 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.custom-breadcrumb-v18 .breadcrumb-label {
  color: #6c7293;
  margin-right: 8px;
}

.custom-breadcrumb-v18 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #5e6278;
}

.custom-breadcrumb-v18 .breadcrumb-item a {
  color: #5e6278;
  text-decoration: none;
  transition: color 0.2s ease;
}

.custom-breadcrumb-v18 .breadcrumb-item a:hover {
  color: var(--primary-color);
}

.custom-breadcrumb-v18 .breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #00000082;
  font-size: 20px;
  margin-top: 5px;
}

.custom-breadcrumb-v18 .breadcrumb-item.active {
  color: #181c32;
  font-weight: 600;
}

@media (max-width: 767px) {
  .custom-breadcrumb-v18 .breadcrumb-list {
    font-size: 13px;
  }
}

/* event-info-section */
.event-info-section {
  margin-bottom: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 0 0 15px 15px;
}

/* Top grid */
.ei-top-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.ei-cell {
  padding: 16px 18px;
  border-right: 1px solid #e5e7eb;
}

.ei-cell:last-child {
  border-right: none;
}

.ei-cell-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.ei-cell-head i {
  font-size: 16px;
  color: #7c3aed;
}

.ei-cell-head span {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}

.ei-cell-main {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  line-height: 1.35;
  margin-bottom: 4px;
}

.ei-cell-sub {
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
}

/* Bottom badges */
.ei-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  border-top: 1px solid #e5e7eb;
  padding: 20px 15px;
}

.ei-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  border-inline-end: 1px solid #e5e7eb;
  padding-inline-end: 15px;
}

.ei-badge:last-child {
  border: none;
}

.ei-badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: #fff;
}

.ei-badge-icon.purple {
  background: #7c3aed;
}

.ei-badge-icon.flame {
  background: #f97316;
}

.ei-badge-main {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

.ei-badge-sub {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}

/* event-tab-nav */
.event-tab-wrapper {
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
  border-radius: 10px;
}

.event-tab-nav {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}

.event-tab-nav {
  scrollbar-width: thin;
  scrollbar-color: #7c3aed #ede9fe;
  scroll-behavior: smooth;
}

/* Chrome, Edge, Safari */
.event-tab-nav::-webkit-scrollbar {
  height: 5px;
}

.event-tab-nav::-webkit-scrollbar-track {
  background: #ede9fe;
  border-radius: 10px;
}

.event-tab-nav::-webkit-scrollbar-thumb {
  background: #7c3aed;
  border-radius: 10px;
}

.event-tab-nav::-webkit-scrollbar-thumb:hover {
  background: #6d28d9;
}

.event-tab-nav .event-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: none;
  display: inline-flex;
  border: none;
  z-index: 1;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: unset;
}

.event-tab-nav .event-tabs .nav-item .nav-link {
  padding: 14px 16px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  border: none;
  border-radius: 0;
  white-space: nowrap;
  background: transparent;
  transition: color 0.15s;
  position: relative;
}

.event-tab-nav .event-tabs .nav-item .nav-link::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 8px 8px 0 0;
  background: #7c3aed;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
}

.event-tab-nav .event-tabs .nav-item .nav-link.active {
  color: #7c3aed;
}

.event-tab-nav .event-tabs .nav-item .nav-link.active::after {
  opacity: 1;
  transform: scale(1);
}

.event-tab-wrapper .tab-content {
  padding: 15px;
}

.tab-content-title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 14px;
  font-weight: 700;
}

/* venue-info-card */
.venue-info-card {
  padding-bottom: 30px;
}

.venue-info-card .vi-label {
  font-size: 24px;
  color: #000000;
  margin-bottom: 14px;
  font-weight: 700;
}

.venue-info-card .vi-name {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.venue-info-card .vi-loc {
  font-size: 16px;
  color: #020202;
  margin-bottom: 5px;
}

.venue-info-card .vi-map-link {
  font-size: 16px;
  color: var(--primary-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 700;
}

.venue-info-card .vi-map-link i {
  font-size: 12px;
}

.venue-info-card .vi-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.venue-info-card .vi-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.venue-info-card .vi-item i {
  font-size: 20px;
  color: #7c3aed;
  margin-top: 2px;
}

.venue-info-card .vi-item-text {
  font-size: 16px;
  color: #111827;
  line-height: 1.4;
}

.venue-info-card .vi-item-text span {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-top: 2px;
}

.sidebar-sticky.event-sidebar-v2 {
  margin: 0;
}

.event-sidebar-v2 .event-details-information {
  border: 1px solid #e5e7eb;
  box-shadow: none;
  padding: 25px;
  border-radius: 14px;
  margin: 0;
  margin-inline-start: 40px;
}

.event-sidebar-v2 .event-details-information .buy-tickets-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
}

.event-sidebar-v2 .event-details-information .buy-tickets-badge i {
  font-size: 36px;
  color: #7c3aed;
}

.event-sidebar-v2 .event-details-information .buy-tickets-badge h4 {
  font-size: 18px;
  font-weight: 900;
  color: #7c3aed;
  margin-bottom: 7px;
}

.event-sidebar-v2 .event-details-information .buy-tickets-badge p {
  font-size: 13px;
  color: #000000;
  margin: 0;
  line-height: normal;
  font-weight: 500;
}

/* ------------ */
.event-sidebar-v2 .zone-container {
  width: 100%;
  max-width: 450px;
  background: transparent;
}

.event-sidebar-v2 .zone-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

/* Card Structures */
.event-sidebar-v2 .zone-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

/* Active State Match (Purple Border and Background Tint) */
.event-sidebar-v2 .zone-card:hover {
  background-color: #f7f3ff;
  border: 1px solid #7c3aed;
}

/* Typography Inside Cards */
.event-sidebar-v2 .zone-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.event-sidebar-v2 .zone-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

.event-sidebar-v2 .zone-description {
  font-size: 14px;
  color: #555555;
  margin-bottom: 8px;
  font-weight: 500;
}

.event-sidebar-v2 .zone-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.event-sidebar-v2 .remaining {
  font-size: 14px;
  color: #222222;
}

.event-sidebar-v2 .price {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

/* Exact Icon Colors matched to image */
.event-sidebar-v2 .zone-header i {
  font-size: 18px;
}

.event-sidebar-v2 .icon-vip {
  color: #f59e0b;
}

/* Amber / Gold */
.event-sidebar-v2 .icon-stand {
  color: #8b5cf6;
}

/* Purple */
.event-sidebar-v2 .icon-general {
  color: #d97706;
}

/* Light Brown / Dark Amber */
.event-sidebar-v2 .icon-box {
  color: #ec4899;
}

/* Deep Pink */

/* Quantity Counter Component */
.event-sidebar-v2 .quantity-selector {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  gap: 5px;
}

.event-sidebar-v2 .qty-btn2 {
  background: transparent;
  border: 1px solid #ddd;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #374151;
  font-size: 14px;
  border-radius: 6px;
  transition: background 0.15s;
  font-weight: 400;
}

.event-sidebar-v2 .qty-btn2:hover {
  background-color: #e5e7eb;
}

.event-sidebar-v2 .qty-value2 {
  background: transparent;
  border: 1px solid #ddd;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #374151;
  font-size: 16px;
  border-radius: 6px;
  transition: background 0.15s;
}

/* Highlight counter when value > 0 */
.event-sidebar-v2 .qty-value.selected {
  background-color: #6d28d9;
  color: #ffffff;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 6px;
}

/* Summary Card Box */
.event-sidebar-v2 .payment-sammery .summary-card {
  background-color: #f0f0f278;
  border-radius: 16px;
  padding: 24px 20px;
  margin-bottom: 16px;
}

.event-sidebar-v2 .payment-sammery .summary-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

/* Rows Alignment */
.event-sidebar-v2 .payment-sammery .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.event-sidebar-v2 .payment-sammery .row-label {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.event-sidebar-v2 .payment-sammery .row-value {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

/* Divider Line */
.event-sidebar-v2 .payment-sammery .summary-divider {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 15px 0;
}

/* Total Section */
.event-sidebar-v2 .payment-sammery .total-row {
  margin-bottom: 0;
}

.event-sidebar-v2 .payment-sammery .total-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.event-sidebar-v2 .payment-sammery .total-price-display {
  font-size: 22px;
  font-weight: 900;
  color: #7c3aed;
}

.event-sidebar-v2 .payment-sammery .purchase-btn {
  background: #05978D;
  border: 1px solid #05978D;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 500;
  transition: all 0.4s ease;
}

.event-sidebar-v2 .payment-sammery .purchase-btn i {
  float: inline-end;
  margin-top: 5px;
}

.event-sidebar-v2 .payment-sammery .purchase-btn:hover {
  background: transparent;
  color: #05978D;
}

.event-sidebar-v2 .payment-sammery .btn-arrow {
  position: absolute;
  right: 20px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.event-sidebar-v2 .payment-sammery .secure-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #000000;
  margin-top: 15px;
  font-weight: 500;
}

.event-sidebar-v2 .payment-sammery .secure-badge i {
  font-size: 16px;
  color: var(--primary-color);
}

/* event details css End */

/* Contact Page css Start */

/* page-banner-v2 */
.support-section {
  background: #F2EFF6;
  padding-top: 40px;
  overflow: hidden;
}

.support-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Left */
.support-inner .sup-left {
  min-width: 180px;
}

.support-inner .sup-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 15px;
}

.support-inner .sup-left h2 span {
  color: #7c3aed;
}

.support-inner .sup-left p {
  font-size: 16px;
  color: #000000;
  line-height: 1.55;
  max-width: 240px;
}

/* center card */
.support-inner .sup-center {
  position: relative;
  max-width: 388px;
  width: 100%;
  text-align: center;
}

.support-inner .sup-center .message {
  position: absolute;
  left: 0px;
  bottom: 40px;
  background: #fff;
  color: #06A7A1;
  width: 75px;
  height: 75px;
  padding: 10px;
  border-radius: 50%;
  font-size: 38px;
  line-height: 55px;
}

.support-inner .sup-center .headphone {
  position: absolute;
  right: 0;
  top: 0;
  background: #4B08B8;
  border: 7px solid #FFF;
  width: 70px;
  color: #fff;
  height: 70px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 54px;
}

/* Right card */
.support-inner .sup-right {
  background: #fff;
  border-radius: 16px;
  padding: 18px 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
  max-width: 400px;
  width: 100%;
  margin-bottom: 20px;
}

.support-inner .sup-right h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.support-inner .sup-right>p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 14px;
  font-weight: 500;
}

.support-inner .sup-channel {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.support-inner .sup-channel:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.support-inner .sup-channel>div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.support-inner .sup-channel:hover {
  border-color: #c084fc;
}

.support-inner .sup-channel i {
  font-size: 22px;
  color: #1ab98b;
  flex-shrink: 0;
}

.support-inner .sup-channel i.chat {
  color: #7c3aed;
}

.support-inner .sup-channel-name {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  flex: 1;
}

.support-inner .sup-online {
  background: #dcfce7;
  color: #16a34a;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 20px;
  line-height: normal;
}

.sup-channel .sup-arrow i {
  font-size: 15px;
  color: #636870;
}

@media (max-width: 1199px) {

  .support-inner .sup-left {
    min-width: 270px;
  }

  .support-inner .sup-center .man {
    margin-bottom: -45px;
  }
}

@media (max-width: 992.98px) {
  .support-inner .sup-left {
    min-width: 220px;
  }

  .support-inner .sup-left h2 {
    font-size: 24px;
  }

  .support-inner .sup-left p {
    font-size: 14px;
  }

  .support-inner .sup-right {
    padding: 12px 15px;
  }

  .support-inner .sup-right h3 {
    font-size: 18px;
  }

  .support-inner .sup-right>p {
    font-size: 12px;
  }

  .support-inner .sup-channel-name {
    font-size: 12px;
  }

  .support-inner .sup-online {
    font-size: 12px;
  }

  .support-inner .sup-center .message {
    width: 50px;
    height: 50px;
    padding: 6px;
    font-size: 28px;
    line-height: 42px;
  }

  .support-inner .sup-center .headphone {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .support-inner {
    flex-direction: column;
  }

  .support-inner .sup-right {
    max-width: 300px;
  }

  .support-inner .sup-center {
    order: 2;
  }
}

/* -------- contact-page-v2 -------------*/
.widget-card-v2 {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  border: 1px solid #f1f1f178;
}

.widget-card-v2 .widget-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.widget-card-v2 .widget-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #6d20ac1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-card-v2 .widget-icon i {
  color: #6D20AC;
  font-size: 16px;
}

.widget-card-v2 .widget-title-v2 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.widget-card-v2 .faq-question {
  font-size: 13px;
  color: #000;
  line-height: 1.55;
  margin-bottom: 4px;
  font-weight: 500;
}

.widget-card-v2 .see-all-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #6D20AC;
  text-decoration: none;
  margin-top: 10px;
}

.widget-card-v2 .see-all-link i {
  margin-inline-start: 10px;
}

.widget-card-v2 .social-desc {
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
}

.widget-card-v2 .social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.widget-card-v2 .social-icons a {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #6d20ac1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-card-v2 .social-icons a i {
  color: #6D20AC;
  font-size: 16px;
}

.widget-card-v2 .social-icons a:hover {
  color: #7b3fa0;
}

.contact-form-v2 {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}

.contact-form-v2 .contact-form-title {
  color: #000;
  font-weight: 700;
}

.contact-form-v2 .contact-form-desc {
  color: #000;
  font-weight: 500;
}

.contact-form-v2 .form-group {
  margin-bottom: 15px;
}

.contact-form-v2 .form-group label {
  font-weight: 500;
  color: #000;
  font-size: 15px;
  margin-bottom: 4px;
}

.contact-form-v2 .form-control {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 7px;
}

.contact-form-v2 .contact-form-btn {
  width: 100%;
  padding: 8px 20px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(to left, #6a3de8, #3db8f5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: opacity 0.2s;
}

.contact-form-v2 .contact-form-btn:hover {
  opacity: 0.92;
}

.contact-form-v2 .contact-form-btn i {
  font-size: 14px;
}

.contact-form-v2 .data-protection-text {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.contact-information-v2-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* contact-information-v2 */
.contact-information-v2 {
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  border: 1px solid #f1f1f178;
}

.contact-information-v2 .ci-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.contact-information-v2 .ci-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-information-v2 .ci-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-information-v2 .ci-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-information-v2 .ci-icon i {
  font-size: 16px;
  color: #7b5ea7ad;
}

.contact-information-v2 .ci-text {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  padding-top: 4px;
  font-weight: 500;
}

.contact-information-v2 .ci-text a {
  color: #7b3fa0;
  text-decoration: none;
  font-weight: 500;
}

.contact-information-v2 .ci-text a:hover {
  text-decoration: underline;
}

/* whatsapp-card */
.contact-information-v2-wrapper .whatsapp-card {
  position: relative;
  background: linear-gradient(135deg, #2d1b6e 0%, #1e3a7a 100%);
  border-radius: 14px;
  padding: 20px 18px 22px;
  overflow: hidden;
}

.contact-information-v2-wrapper .wa-glow {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(130, 80, 255, 0.55) 0%, transparent 70%);
  pointer-events: none;
}

.contact-information-v2-wrapper .wa-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 7px;
}

.contact-information-v2-wrapper .wa-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  margin-bottom: 15px;
}

.contact-information-v2-wrapper .wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 6px 16px;
  background: #07A8A0;
  border: 1px solid #07A8A0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
}

.contact-information-v2-wrapper .wa-btn i {
  font-size: 18px;
  color: #fff;
}

.contact-information-v2-wrapper .wa-arrow {
  position: absolute;
  right: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-information-v2-wrapper .wa-arrow i {
  font-size: 14px;
}

.contact-information-v2-wrapper .wa-btn:hover {
  background: transparent;
  color: #fff;
}

.contact-information-v2-wrapper .wa-btn:hover i {
  color: #fff;
}

/* ── Map Card ── */
.contact-information-v2-wrapper .map-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.contact-information-v2-wrapper .map-embed {
  width: 100%;
  height: 180px;
  display: block;
}

.contact-information-v2-wrapper .map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-information-v2-wrapper .map-popup {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  min-width: 170px;
}

.contact-information-v2-wrapper .map-popup-title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}

.contact-information-v2-wrapper .map-popup-addr {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 8px;
}

.contact-information-v2-wrapper .map-link {
  font-size: 13px;
  font-weight: 600;
  color: #6D20AC;
  text-decoration: none;
}

.contact-information-v2-wrapper .map-link i {
  margin-inline-start: 10px;
  font-size: 12px;
}

.contact-information-v2-wrapper .map-link:hover {
  text-decoration: underline;
}

/* Contact Page css End */

/* --------------------------------- */
/* login page css Start */
/* --------------------------------- */
.login-area-v2 .login-area-wrapper {
  border-radius: 14px;
  padding: 20px 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  border: 1px solid #f1f1f178;
}

.login-area-v2 .login-area-wrapper .auth-heading {
  margin-bottom: 30px;
}

.login-area-v2 .login-area-wrapper .auth-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.login-area-v2 .login-area-wrapper .auth-heading p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  max-width: 250px;
  margin-bottom: 0;
}

.login-area-v2 .social-login-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-area-v2 .social-login-form a {
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 7px 25px;
  border-radius: 10px;
  font-weight: 500;
  display: block;
  width: 100%;
}

.login-area-v2 .social-login-form a.facebook i {
  color: #1866E2;
}

.login-area-v2 .social-login-form a.google i {
  color: #3D9547;
}

.login-area-v2 .social-login-form a i {
  float: left;
  font-size: 16px;
  margin-top: 5px;
  font-size: 18px;
}

.login-area-v2 .divider-text {
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.login-area-v2 .divider-text::after {
  height: 1px;
  background: #e0e0e0;
  width: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  z-index: -1;
}

.login-area-v2 .divider-text span {
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  padding-inline: 10px;
}

.login-area-v2 .form-group input {
  padding: 10px 25px;
}

.login-area-v2 .login-btn {
  background: #4F05A2;
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}

.login-area-v2 .form-group {
  margin-bottom: 20px;
}

.login-area-v2 .forget-password {
  text-align: right;
  color: #4F05A2;
}

.login-area-v2 .forget-password a {
  color: currentColor;
}

.login-area-v2 .terms-text {
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 1.6;
  max-width: 450px;
  margin-inline: auto;
}

.login-area-v2 .terms-text a {
  color: #7b3fa0;
  text-decoration: none;
  font-weight: 500;
}

.login-area-v2 .terms-text a:hover {
  text-decoration: underline;
}

/* login-left */
.login-area-v2 .login-left {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: top right !important;
  background-repeat: no-repeat;
}

.login-area-v2 .login-left-content {
  position: relative;
  z-index: 1;
  padding: 70px 30px 70px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.login-area-v2 .login-left-heading h1 {
  font-size: 40px;
  font-weight: 700;
  color: #4F05A2;
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 270px;
}

.login-area-v2 .login-left-heading h1 .text-teal {
  color: #2ecfb3;
}

.login-area-v2 .login-left-heading p {
  font-size: 14px;
  color: #000;
  line-height: 1.65;
  max-width: 190px;
  font-weight: 500;
}

.login-area-v2 .login-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.login-area-v2 .login-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.login-area-v2 .lf-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.login-area-v2 .lf-icon i {
  font-size: 24px;
  color: #4F05A2;
}

.login-area-v2 .login-features li strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #4F05A2;
}

.login-area-v2 .login-features li p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin: 0;
  max-width: 180px;
}

@media (max-width: 992.98px) {
  .login-area-v2 .login-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .login-area-v2 .login-left-heading h1 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .login-area-v2 .login-area-wrapper {
    padding: 15px 20px;
  }

  .login-area-v2 .login-left-content {
    padding: 40px 30px 50px 30px;
  }
}

/* login page css End */

/* ------------------------------------------ */
/* ------- checkout-area-v2 Start ------ */
/* ------------------------------------------ */

.checkout-area-v2 .form-area .left-side {
  border-radius: 14px;
  padding: 20px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  border: 1px solid #f1f1f178;
}

.checkout-area-v2 .guest-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f3eefe;
  border: 1px solid #e0d0f8;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.checkout-area-v2 .guest-notice-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ede0fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-area-v2 .guest-notice-icon i {
  font-size: 15px;
  color: #7c3aed;
}

.checkout-area-v2 .guest-notice-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #7c3aed;
  margin-bottom: 3px;
}

.checkout-area-v2 .guest-notice-text p {
  font-size: 14px;
  color: #101010;
  margin: 0;
  line-height: 1.5;
}

.checkout-area-v2 .form-group label {
  font-weight: 500;
  color: #000;
  font-size: 15px;
  margin-bottom: 4px;
}

.checkout-area-v2 .form-control {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 7px;
}

.checkout-area-v2 .form-control:focus {
  box-shadow: none;

}

.checkout-area-v2 .form .form-group p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 992.98px) {
  .checkout-area-v2 .form-area .left-side {
    margin-bottom: 30px;
  }
}

/* ------------------------ */
/* checkout-sidebar-v2 */
/* ------------------------ */
.checkout-sidebar-v2 {
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  border: 1px solid #f1f1f178;
}

.checkout-sidebar-v2 .checkout-sidebar-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.checkout-sidebar-v2 .checkout-product-v2 .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: lowercase;
}

.checkout-sidebar-v2 .checkout-product-v2 .checkout-product-img {
  max-height: 170px;
  height: 100%;
  overflow: hidden;
  display: block;
  border-radius: 14px;
  margin-bottom: 16px;
}

.checkout-sidebar-v2 .checkout-product-v2 .checkout-product-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.checkout-sidebar-v2 .checkout-product-v2 .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.checkout-sidebar-v2 .checkout-product-v2 .title a {
  color: currentColor;
}

.checkout-sidebar-v2 .checkout-product-v2 .meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.checkout-sidebar-v2 .checkout-product-v2 .meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.checkout-sidebar-v2 .checkout-product-v2 .meta li .icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.checkout-sidebar-v2 hr {
  border-color: #cfccccb3;
}

.package-summary-v2 .package-summary-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.package-summary-v2 li {
  display: flex;
  font-weight: 500;
  align-items: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  justify-content: space-between;
}

/* ----slot-box-v2---- */
.package-summary-v2 .slot-box-v2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.package-summary-v2 .slot-box-v2 .slot-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-inline-start: 20px;
}

.package-summary-v2 .slot-box-v2 .slot-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  position: relative;
}

.package-summary-v2 .slot-box-v2 .slot-name::before {
  position: absolute;
  content: '';
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  min-width: 9px;
  border-radius: 50%;
  background: #6D20AC;
}

.package-summary-v2 .slot-box-v2 .slot-qty {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.package-summary-v2 .slot-box-v2 .slot-price-info {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 190px;
  width: 100%;
  justify-content: space-between;
}

.package-summary-v2 .slot-box-v2 .slot-unit-price {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.package-summary-v2 .slot-box-v2 .slot-total-price {
  font-size: 16px;
  font-weight: 700;
  color: #6D20AC;
}

.package-summary-v2 .total-price {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cfccccb3;
  padding-top: 10px;
  margin-top: 15px;
}

.package-summary-v2 .total-price .text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.package-summary-v2 .total-price .number {
  font-size: 23px;
  color: #6D20AC;
  font-weight: 700;
}

.checkout-sidebar-v2 .coupon-group {
  display: flex;
  gap: 15px;
}

.checkout-sidebar-v2 .coupon-group .form-control {
  padding: 22px 25px;
  background: transparent;
  box-shadow: none;
}

.checkout-sidebar-v2 .coupon-group .form-control:focus {
  border-color: #6D20AC;
}

.checkout-sidebar-v2 .coupon-group .coupon-btn {
  background: #6D20AC;
  color: #fff;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 14px;
}

.checkout-sidebar-v2 .payment-btn {
  background: #6D20AC;
  border: 1px solid #6D20AC;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 500;
}

.checkout-sidebar-v2 .payment-btn i {
  float: inline-end;
  margin-top: 5px;
  font-size: 20px;
}

/* ------- checkout-area-v2 End ------ */


/* booking success  Start*/
.booking-message-v2 .booking-success-v2 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: transparent;
  padding: 30px 25px;
  border-radius: 12px;
}

.booking-message-v2 .booking-success-v2 .icon i {
  font-size: 110px;
}

.booking-message-v2 .booking-success-v2 .booking-success-top {
  text-align: center;
}

.booking-message-v2 .booking-success-v2 .icon {
  margin-bottom: 20px;
}


/* ── Order Details Card ── */
.booking-message-v2 .booking-success-v2 .order-info-list {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 20px 20px;
  max-width: 500px;
  margin-inline: auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.booking-message-v2 .booking-success-v2 .order-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-message-v2 .booking-success-v2 .oi-label {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.booking-message-v2 .booking-success-v2 .oi-value {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
}

.booking-message-v2 .booking-success-v2 .oi-payment {
  display: flex;
  align-items: center;
  gap: 6px;
}

.booking-message-v2 .booking-success-v2 .oi-payment img {
  height: 22px;
  object-fit: contain;
}

/* What Next */
.booking-message-v2 .booking-success-v2 .order-next {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.booking-message-v2 .booking-success-v2 .order-next h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.booking-message-v2 .booking-success-v2 .order-next p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* Action Buttons */
.booking-message-v2 .order-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin-inline: auto;
}

.booking-message-v2 .order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.booking-message-v2 .primary-btn {
  background: #07A8A0;
  color: #ffffff;
  border: 1px solid #07A8A0;
}

.booking-message-v2 .primary-btn:hover {
  background: transparent;
  color: #07A8A0;
}

.booking-message-v2 .secondary-btn {
  background: transparent;
  color: #1a1a2e;
  border: 1px solid #ddd;
}

.booking-message-v2 .secondary-btn:hover {
  background: #07A8A0;
  border-color: #07A8A0;
  color: #fff;
}

/* booking success End */
