@charset "UTF-8";
/************************/
/* 
* Project Name   :  French Design Week - Change by (Co)Design
*/
/************************/
:root {
  --eleven-primary-color: #BF569C;
  --eleven-base-color: #06032f;
  --eleven-border-color: #e8e8e8;
  --bs-link-color: var(--eleven-primary-color);
  --bs-link-hover-color: var(--eleven-base-color);
  --bs-body-color: var(--eleven-base-color);
}

html {
  overflow-x: hidden;
}

body {
  color: var(--eleven-base-color, #06032f);
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  text-rendering: optimizelegibility;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

.card {
  --bs-card-border-radius: 0;
  --bs-card-border-color: var(--eleven-border-color);
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none !important;
  outline: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 0px;
}

embed,
object,
video {
  width: 100%;
  height: auto;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}

a {
  outline: 0;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

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

*:focus {
  outline: none;
}

.section-sub-text .sub-title {
  color: var(--eleven-text-color, #797979);
  font-size: 52px;
  font-family: "Hillbear";
  font-weight: 400;
  line-height: 62px;
  padding-bottom: 10px;
}

.btn-close:focus {
  box-shadow: none;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--eleven-primary-color, #BF569C);
}

.slick-arrow {
  cursor: pointer;
}

.bg-image {
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-section {
  margin-bottom: 120px;
}

.about-section-wrap .about-sec-title {
  font-size: 72px;
  line-height: 94px;
  margin-bottom: 85px;
}

.inner-shape-left::before {
  content: '';
  top: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: var(--eleven-base-color, #212121) transparent transparent transparent;
  position: absolute;
  z-index: -1;
}

.inner-shape-right::before {
  content: '';
  top: -15px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 150px 150px 0;
  border-color: transparent var(--eleven-base-color, #212121) transparent transparent;
  position: absolute;
  z-index: -1;
}

.inner-shape-bottom-right::after {
  content: "";
  bottom: -15px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent var(--eleven-base-color, #212121) transparent;
  position: absolute;
  z-index: -1;
}

.inner-shape-bottom-left::after {
  content: "";
  bottom: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent var(--eleven-base-color, #212121);
  position: absolute;
  z-index: -1;
}

.about-first-content {
  margin-bottom: 100px;
}

.about-thumb-shape-right {
  top: -15px;
  right: -15px;
  z-index: -1;
}

.about-inner-content-left {
  padding-right: 50px;
  padding-left: 30px;
}

.about-inner-content-right {
  padding-left: 50px;
  padding-right: 30px;
}

.order-0 .about-inner-content-right {
  padding-left: 0;
}

.order-2 .about-inner-content-right {
  padding-right: 0;
}

.about-inner-title {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 40px;
}

.about-inner-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 70px;
}

.backtotop {
  bottom: 20px;
  right: 30px;
  z-index: 999;
  display: none;
}

.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 14px;
  padding: 15px;
  background-color: var(--eleven-primary-color, #BF569C);
  box-shadow: 0px 10px 33px 2px rgba(0, 0, 0, 0.15);
}

.backtotop .scroll svg {
  color: #fff;
}

.brand-section {
  padding: 120px 0px;
}

.brand-title {
  font-size: 72px;
  line-height: 94px;
  padding-bottom: 70px;
}

.brand-thumb {
  width: 270px;
  height: 90px;
  padding: 20px;
  background-color: var(--eleven-light-color, #f3f3f3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-thumb img {
  width: auto;
}

.brand-btn {
  padding-top: 70px;
}

.custom-btn {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 15px 20px;
  background-color: var(--eleven-base-color, #212121);
  position: relative;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 1px solid var(--eleven-base-color, #212121);
  z-index: 1;
}

.custom-btn:before {
  content: "";
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  position: absolute;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.custom-btn:hover {
  color: #fff;
  border: 1px solid var(--eleven-primary-color, #BF569C);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: var(--eleven-primary-color, #BF569C);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.ticket-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 15px 30px;
  position: relative;
}

.ticket-btn:hover {
  border: 1px solid var(--eleven-primary-color, #BF569C);
}

.contact-section {
  padding-top: 99px;
}

.contact-section-wrap {
  padding: 100px 0px;
  background-color: var(--eleven-light-color, #f3f3f3);
}

.contact-inner-content .contact-title {
  font-size: 72px;
  line-height: 94px;
  padding-bottom: 40px;
}

.contact-inner-content .contact-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 70px;
}

.contact-inner-content .contact-icon {
  width: 100px;
}

.contact-section-form {
  z-index: 3;
}

.contact-section-form::before {
  content: "";
  top: -211px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 150px 150px 0;
  border-color: transparent var(--eleven-base-color, #212121) transparent transparent;
  position: absolute;
  z-index: 1;
}

.contact-section-form .eleven-contact-form {
  background-color: #fff;
}

.contact-section-form form {
  padding: 56px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  margin-top: -200px;
  position: relative;
  z-index: 2;
}

.contact-section-form form .form-label {
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.contact-section-form form .input-field {
  padding: 26px 0px 25px 19px;
  background-color: var(--eleven-light-color, #f3f3f3);
  margin-bottom: 28px;
}

.contact-section-form form .input-field:focus {
  box-shadow: none;
  border-color: transparent;
}

.contact-section-form form .comment-field {
  padding: 26px 0px 50px 19px;
  background-color: var(--eleven-light-color, #f3f3f3);
  margin-bottom: 30px;
}

.contact-section-form form .comment-field:focus {
  box-shadow: none;
  border-color: transparent;
}

.input-field::-moz-placeholder, .comment-field::-moz-placeholder {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 21px;
}

.input-field::placeholder,
.comment-field::placeholder {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 21px;
}

.countdown-section-wrap {
  padding: 120px 0px 120px 0px;
  background: var(--eleven-base-color, #212121);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-size: cover;
}

.countdown-sub-text .sub-title {
  color: #e8e8e8;
  font-size: 52px;
  font-family: "Hillbear";
  font-weight: 400;
  line-height: 62px;
  padding-bottom: 10px;
}

.countdown-sec-title {
  font-size: 72px;
  line-height: 94px;
  padding-bottom: 80px;
}

.countdown-content-wrap .countdown-timer li {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-content-wrap .countdown-timer li strong {
  font-size: 52px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 20px;
}

.countdown-content-wrap .countdown-timer li span {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.countdown-content-wrap .countdown-timer-2 {
  max-width: 500px;
}

.countdown-content-wrap .countdown-timer-2 li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-content-wrap .countdown-timer-2 li strong {
  font-size: 52px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 20px;
}

.countdown-content-wrap .countdown-timer-2 li span {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

/* =============== dark elements start =============== */
.dark-version {
  --bs-link-hover-color: #f3f3f3;
  --bs-body-color: #fff;
  --bs-body-bg: #292f3a;
  --eleven-dot-color: #fff;
  --eleven-border-color: rgba(255,255,255, .25);
}

.dark-version .navbar-section.sticky {
  --eleven-mode-color: #fff;
}

.dark-version .gallery-btn a {
  --eleven-base-color: #fff;
}

.dark-version .gallery-top-desc {
  --eleven-text-color: #fff;
}

.dark-version .contact-inner-content .contact-icon img {
  filter: invert(1);
}

.dark-version .subscribe-section-wrap {
  --eleven-text-color: #fff;
}

.dark-version .card {
  --bs-card-bg: #282a2e;
}

.dark-version .card .entry-title a {
  color: var(--bs-body-color);
}

.dark-version .card .entry-title a:hover {
  color: var(--bs-link-color);
}

.mode {
  cursor: pointer;
}

.mode-and-button {
  z-index: 2;
}

.dark-version {
  /* =============== hero section start =============== */
  /* =============== about section start =============== */
  /* =============== service section start =============== */
  /* =============== perform section start =============== */
  /* =============== schedule section start =============== */
  /* =============== ticket box start =============== */
  /* =============== gallery-1 start =============== */
  /* =============== news-section start =============== */
  /* =============== gallery-section-2 start =============== */
  /* =============== testimonial start =============== */
  /* =============== organize- start =============== */
  /* =============== subscribe-section start =============== */
  /* =============== video-section start =============== */
  /* =============== price-section start =============== */
  /* =============== brand-section start =============== */
  /* =============== contact-section start =============== */
}

.dark-version .custom-btn {
  color: black;
  background-color: #fff;
  border: 1px solid transparent;
}

.dark-version .slick-dots.slick-dots li button:before {
  background-color: transparent;
  border: 1px solid #fff;
}

.dark-version .slick-dots.slick-dots .slick-active button:before {
  opacity: .75;
  background: #fff;
}

.dark-version .section-sub-text .sub-title,
.dark-version .countdown-sub-text .sub-title {
  color: #fff;
}

.dark-version .navbar-collapse-area .collapse-menu-bar {
  color: #fff;
}

.dark-version .hero-content-area {
  color: #fff !important;
}

.dark-version .hero-content-area .hero-subtitle {
  color: #fff !important;
}

.dark-version .sec-btns-group .tour-btn {
  color: white;
  border: 1px solid white;
}

.dark-version .sec-btns-group .ticket-btn {
  color: #000;
  background-color: #fff;
}

.dark-version .sec-btns-group .ticket-btn:hover {
  color: #fff;
  border: 1px solid transparent;
  background-color: transparent;
}

.dark-version .slide-item-thumb::after {
  border-color: transparent transparent transparent var(--eleven-primary-color, #BF569C);
}

.dark-version .about-section {
  color: #fff;
}

.dark-version .about-inner-desc {
  color: #fff;
}

.dark-version .inner-shape-left::before {
  border-color: var(--eleven-primary-color, #BF569C) transparent transparent transparent;
}

.dark-version .inner-shape-bottom-right::after {
  border-color: transparent transparent var(--eleven-primary-color, #BF569C) transparent;
}

.dark-version .inner-shape-bottom-left::after {
  border-color: transparent transparent transparent var(--eleven-primary-color, #BF569C);
}

.dark-version .inner-shape-right::before {
  border-color: transparent var(--eleven-primary-color, #BF569C) transparent transparent;
}

.dark-version .service-section-wrap {
  background-color: var(--eleven-base-color, #212121);
}

.dark-version .service-title {
  color: #fff;
}

.dark-version .service-desc {
  color: #fff;
}

.dark-version .service-slider-box .slick-list::before {
  background: var(--eleven-base-color, #212121);
}

.dark-version .service-slider-box::before {
  border-color: var(--eleven-primary-color, #BF569C) transparent transparent transparent;
}

.dark-version .service-slider-nav .service-slider-left-nav {
  border: 1px solid #fff;
}

.dark-version .service-slider-nav .service-slider-left-nav svg {
  color: #fff;
}

.dark-version .service-slider-nav .service-slider-right-nav {
  background-color: #fff;
}

.dark-version .service-slider-nav .service-slider-right-nav svg {
  color: #000;
}

.dark-version .performe-section {
  background-color: #292f3a;
}

.dark-version .performe-sec-title {
  color: #fff;
}

.dark-version .performe-item-shape::before {
  border-color: transparent red transparent transparent;
}

.dark-version .schedule-section-wrap {
  background-color: var(--eleven-base-color, #212121);
}

.dark-version .schedule-top-content .schedule-top-title {
  color: #fff;
}

.dark-version .schedule-top-content .schedule-top-desc {
  color: #fff;
}

.dark-version .schedule-nav-content .nav-tabs .nav-link.active {
  color: #fff;
}

.dark-version .schedule-prev-arrow,
.dark-version .schedule-next-arrow {
  color: #fff;
  border: 1px solid #fff;
}

.dark-version .schedule-prev-arrow:hover,
.dark-version .schedule-next-arrow:hover {
  background-color: #fff;
}

.dark-version .schedule-prev-arrow:hover svg,
.dark-version .schedule-next-arrow:hover svg {
  color: #000 !important;
}

.dark-version .tickets-box-wrapper::before {
  border-color: var(--eleven-primary-color, #BF569C) transparent transparent transparent;
}

.dark-version .gallery-top-content .gallery-top-title {
  color: #fff;
}

.dark-version .gallery-slide .slick-list::before {
  background-color: #292f3a;
}

.dark-version .gallery-slide::before {
  border-color: transparent transparent var(--eleven-primary-color, #BF569C) transparent;
}

.dark-version .gallery-btn .custom-btn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.dark-version .gallery-btn .custom-btn:hover {
  border: 1px solid transparent;
}

.dark-version .news-content-wrap .news-title {
  color: #fff;
}

.dark-version .news-content-wrap .news-desc {
  color: #fff;
}

.dark-version .news-item-shape::before {
  border-color: transparent var(--eleven-primary-color, #BF569C) transparent transparent;
}

.dark-version .gallery-section-2-wrap .gallery-section-2-title {
  color: #fff;
}

.dark-version .gallery-item-content-2 .gallery-item-title {
  color: #fff;
}

.dark-version .gallery-item-content-2 .gallery-item-desc {
  color: #fff;
}

.dark-version .testimonial-section {
  background-color: var(--eleven-base-color, #212121);
}

.dark-version .testimonial-top-title {
  color: #fff;
}

.dark-version .testimonial-author-text .author-title {
  color: #fff;
}

.dark-version .testimonial-author-text .author-address {
  color: #fff;
}

.dark-version .testimonial-author-desc {
  color: #fff;
}

.dark-version .organize-content .organize-title {
  color: #fff;
}

.dark-version .organize-items-content li p {
  color: #fff;
}

.dark-version .organize-thumb::after {
  border-color: transparent transparent var(--eleven-primary-color, #BF569C) transparent;
}

.dark-version .subscribe-section {
  background-color: var(--eleven-base-color, #212121);
}

.dark-version .subscribe-content .subscribe-title {
  color: #fff;
}

.dark-version .subscribe-form-field .subscribe-btn {
  color: #000 !important;
  background-color: #fff;
}

.dark-version .video-content-wrap .video-title,
.dark-version .video-content-wrap .video-desc {
  color: #fff;
}

.dark-version .video-player-thumb::before {
  border-color: transparent transparent transparent var(--eleven-primary-color, #BF569C);
}

.dark-version .price-section {
  background-color: var(--eleven-base-color, #212121);
}

.dark-version .price-top-content .price-top-title,
.dark-version .price-top-content .price-desc {
  color: #fff;
}

.dark-version .price-item-box:hover .ticket,
.dark-version .price-item-box:hover .price {
  color: #000 !important;
}

.dark-version .price-item-box:hover .price-item-lists li {
  color: #000;
}

.dark-version .price-item-box .ticket,
.dark-version .price-item-box .price {
  color: #fff;
}

.dark-version .price-item-lists li {
  color: #fff;
}

.dark-version .price-item-box:hover .custom-btn {
  color: #fff;
  background-color: var(--eleven-primary-color, #BF569C);
}

.dark-version .brand-title {
  color: #fff;
}

.dark-version .contact-section-wrap {
  padding: 100px 0px;
  background-color: var(--eleven-base-color, #212121);
}

.dark-version .contact-inner-content .contact-title {
  color: #fff;
}

.dark-version .contact-inner-content .contact-desc {
  color: #fff;
}

.dark-version .contact-inner-content .contact-icon a svg {
  color: #fff;
}

.dark-version .contact-section-form .custom-btn {
  color: #fff;
  background-color: var(--eleven-primary-color, #BF569C);
}

.dark-version .contact-section-form::before {
  border-color: transparent var(--eleven-primary-color, #BF569C) transparent transparent;
}

@font-face {
  font-family: "Hillbear";
  src: url("../fonts/Hillbear.eot?") format("eot"), url("../fonts/Hillbear.woff") format("woff"), url("../fonts/Hillbear.ttf") format("truetype"), url("../fonts/Hillbear.svg#Hillbear") format("svg");
  font-weight: normal;
  font-style: normal;
}

.footer-section {
  background-color: var(--eleven-base-color, #212121);
}

.footer-top-content {
  padding: 100px 0px 93px;
}

.footer-top-content .footer-logo {
  width: 118px;
  height: 30px;
  margin-bottom: 30px;
}

.footer-top-content .footer-desc {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 42px;
}

.footer-social-links li a {
  padding: 20px;
  background-color: transparent;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer-social-links li a.active {
  background-color: var(--eleven-primary-color, #BF569C);
}

.footer-social-links li a:hover {
  background-color: #bf569c;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer-social-links li a .feather {
  stroke: none;
  fill: #fff;
}

.footer-social-links li:not(:last-child) {
  margin-right: 10px;
}

.footer-content-wrap {
  padding-left: 100px;
}

.footer-item-content:not(:last-child) {
  padding-right: 90px;
}

.footer-item-content .footer-item-title {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 38px;
}

.footer-item-content .footer-items, .footer-item-content .menu {
  list-style: none;
  padding-left: 0;
}

.footer-item-content .footer-items li, .footer-item-content .menu li {
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer-item-content .footer-items li:hover, .footer-item-content .menu li:hover {
  transform: translateX(3px);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer-item-content .footer-items li:hover a, .footer-item-content .menu li:hover a {
  color: var(--eleven-text-color, #797979);
}

.footer-item-content .footer-items li:not(:last-child), .footer-item-content .menu li:not(:last-child) {
  padding-bottom: 30px;
}

.footer-item-content .footer-items li a, .footer-item-content .menu li a {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 21px;
}

.footer-bottom-content .copyright-text {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 21px;
  padding: 30px 0px 30px;
  --bs-border-color: #797979;
}

.footer-widget img {
  width: auto;
}

.sidebar .widget ul, .sidebar .widget ol {
  margin-bottom: 0;
}

.gallery-section-wrap {
  padding: 120px 0px;
}

.gallery-section-wrap .gallery-item-thumb img {
  width: 100%;
}

.gallery-top-content {
  max-width: 550px;
}

.gallery-top-content .gallery-top-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 30px;
}

.gallery-top-content .gallery-top-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 82px;
}

.gallery-btn a {
  color: var(--eleven-base-color, #212121);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 15px 20px;
  position: relative;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 1px solid var(--eleven-base-color, #212121);
  z-index: 1;
}

.gallery-btn a:before {
  content: "";
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  position: absolute;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.gallery-btn a:hover {
  color: #fff;
  border: 1px solid var(--eleven-primary-color, #BF569C);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-btn a:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: var(--eleven-primary-color, #BF569C);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item-content {
  padding: 15px;
  border: 1px solid var(--eleven-border-color, #e8e8e8);
}

.gallery-item-content-text {
  color: #212121;
  padding-left: 25px;
}

.gallery-item-content-text .gallery-item-price {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 20px;
}

.gallery-item-content-text .gallery-wishlist-icon svg {
  color: #bf569c;
  cursor: pointer;
}

.gallery-item-content-text .gallery-wishlist-icon:hover svg {
  fill: var(--eleven-primary-color, #BF569C);
}

.gallery-item-content-text .gallery-item-title {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 10px;
}

.gallery-item-content-text .gallery-item-place {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
}

.gallery-icons-box {
  max-width: 170px;
  padding-bottom: 21px;
  margin-top: 15px;
}

.gallery-icons-box .gallery-item-icon .quantity {
  color: var(--eleven-text-color, #797979);
  font-size: 14px;
  line-height: 21px;
  padding-left: 8px;
}

.gallery-item-btn .custom-btn {
  padding: 8px 16px !important;
}

.gallery-slide::before {
  content: "";
  bottom: -9px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent var(--eleven-base-color, #212121) transparent;
  position: absolute;
}

.gallery-slide .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.gallery-slide .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: inherit;
}

.gallery-slide .slick-list:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 100%;
  background-color: #fff;
  bottom: 0;
  height: 110%;
  width: 700px;
  z-index: 22;
}

.gallery-slide .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: -315px;
  background: rgba(217, 217, 217, 0.5);
  bottom: 0;
  width: 300px;
  z-index: 22;
}

.gallery-section-2 {
  padding: 124px 0px 91px 0px;
}

.gallery-section-2-wrap .gallery-section-2-title {
  font-size: 72px;
  line-height: 94px;
  padding-bottom: 90px;
}

.gallery-item-content-2 a:hover .gallery-btn-action span {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition-delay: 0.1s;
}

.gallery-item-content-2 .gallery-item-thumb {
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item-content-2 .gallery-item-thumb:hover {
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item-content-2 .gallery-item-thumb:hover::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item-content-2 .gallery-item-title {
  color: var(--eleven-base-color, #212121);
  font-size: 20px;
  line-height: 25px;
  padding: 15px 0px;
}

.gallery-item-content-2 .gallery-item-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0px;
}

.gallery-btn-action {
  top: 40%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
}

.gallery-btn-action span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  opacity: 0;
  transform: translateY(40px);
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

.gallery-btn-action span:hover {
  background-color: var(--eleven-primary-color, #BF569C);
}

.gallery-btn-action span:hover svg {
  color: #fff;
}

.gallery-btn-action span svg {
  color: #000;
}

.zoom-gallery .gallery-item-thumb {
  display: block;
  overflow: hidden;
  position: relative;
}

.zoom-gallery .gallery-item-thumb img {
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.zoom-gallery .gallery-item-thumb i {
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
}

.zoom-gallery .gallery-item-thumb:hover img {
  opacity: 0.3;
  transform: scale(1.08);
}

.zoom-gallery .gallery-item-thumb:hover i {
  opacity: 1;
}

.header-section::before {
  content: "";
  top: 0px;
  left: 55%;
  right: 0;
  height: 100%;
  position: absolute;
  background-color: var(--eleven-base-color, #212121);
}

.landing-header {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.logo-1,
.logo-2 {
  width: var(--eleven-logo-width, 126px) !important;
}

.site-header ~ .site-content {
  padding-top: 70px;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader-wrapper #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  padding: 20px;
  background-image: var(--eleven-loader-image, url("../img/loader-image.png"));
  z-index: 1001;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
}

#loader-wrapper #loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid var(--eleven-primary-color, #BF569C);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

#loader-wrapper #loader::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--eleven-primary-color, #BF569C);
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 99;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

@keyframes spin {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

.loaded #loader-wrapper {
  visibility: hidden;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.hero-section {
  margin-top: 80px;
  overflow: hidden;
}

.hero-section .container {
  max-width: 1390px;
}

.hero-slide-item.hero-slide-item {
  display: flex;
  flex-wrap: wrap;
}

.hero-slider {
  height: 100%;
}

.hero-slide-content .slick-slide {
  margin: 0 50px;
}

.hero-slide-content .slick-slide .hero-slide-item {
  opacity: 1;
  transition: .3s ease;
}

.hero-slide-content .slick-list {
  overflow: visible;
  position: relative;
  margin: 0 -16px;
}

.hero-slide-content .slick-current.slick-active + div .hero-slide-item,
.hero-slide-content .slick-current.slick-active + div + div .hero-slide-item {
  opacity: 0;
  transition: .3s ease;
}

.hero-section-wrap {
  height: 800px;
}

.hero-content-area {
  margin-top: 75px;
}

.hero-content-area .hero-subtitle {
  color: var(--eleven-text-color, #797979);
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.hero-content-area .hero-title {
  font-size: 80px;
  line-height: 1.2;
  padding-bottom: 70px;
  max-width: 735px;
  position: relative;
  z-index: 3;
}

.hero-content-area .hero-circle svg {
  fill: currentColor;
  height: auto;
  transform-origin: center;
  width: 200px;
  animation: rotation 20s infinite linear;
  position: absolute;
  left: 25%;
}

.hero-content-area .hero-circle svg text textPath {
  text-transform: uppercase;
  letter-spacing: 3.1px;
  font-weight: 100;
  font-size: 9px;
  fill: var(--bs-body-color);
}

.hero-content-area .hero-circle svg #dotcircle {
  fill: var(--eleven-dot-color);
}

.slide-item-thumb {
  position: relative;
}

.slide-item-thumb .thumb::after {
  content: "";
  bottom: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent var(--eleven-base-color, #212121);
  position: absolute;
  z-index: -1;
}

.slide-item-thumb img {
  width: 100%;
}

.slide-thumb-shape {
  bottom: 349px;
  left: -18px;
  z-index: -1;
}

.slide-thumb-shape-2 {
  bottom: 242px;
  left: -18px;
  z-index: -1;
}

.sec-btns-group .ticket-btn {
  background-color: var(--eleven-base-color, #212121);
}

.sec-btns-group .tour-btn {
  color: var(--eleven-base-color, #212121);
  background-color: transparent;
  border: 1px solid var(--eleven-base-color, #212121);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.sec-btns-group .tour-btn:hover {
  color: #fff;
  border: 1px solid var(--eleven-primary-color, #BF569C);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-sec-form {
  width: 55%;
  position: relative;
  padding-left: 0;
}

.hero-sec-form .form-label {
  color: #212121;
}

.hero-sec-form form {
  padding: 56px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

.hero-sec-form::after {
  content: "";
  bottom: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent var(--eleven-base-color, #212121);
  position: absolute;
  z-index: -1;
}

.hero-sec-form .input-field {
  width: 100%;
  padding: 26px 0px 25px 19px;
  background-color: var(--eleven-light-color, #f3f3f3);
  margin-bottom: 28px;
}

.hero-sec-form .input-field:focus {
  box-shadow: none;
  border-color: transparent;
}

.form-select-option {
  padding: 17px 0px 17px 19px;
  margin-bottom: 30px;
  background-color: var(--eleven-light-color, #f3f3f3);
}

.form-select-option .nice-select {
  font-size: 16px;
  padding: 0px;
  border: none;
  background-color: transparent;
}

.form-select-option .nice-select .current {
  color: #cdcdcd;
  line-height: 21px;
}

.hero-slide-nav {
  bottom: 50px;
  right: 35%;
  z-index: 7;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.map-section-wrap {
  padding: 150px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.map-inner-content {
  padding: 70px 40px;
}

.map-inner-content .map-icon-box {
  width: 100%;
  max-width: 90px;
  height: 91px;
  display: block;
  padding-right: 29px;
}

.map-inner-box-content .map-inner-title,
.map-inner-box-content .map-inner-sub-title {
  color: #0d1111;
  font-size: 20px;
  line-height: 25px;
}

.map-inner-box-content .map-inner-sub-title {
  color: #bf569c;
  padding-bottom: 30px;
}

.map-inner-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
}

.map-location-icon svg {
  color: #BF569C;
}

.navbar-area {
  height: 80px;
}

.navbar-area .nav-scroll {
  top: -100px;
}

.navbar-section, .site-header {
  width: 100%;
  height: 80px;
  padding: 15px 0px;
  z-index: 222;
}

.navbar-section.sticky, .site-header.sticky {
  top: 0;
  position: fixed;
  margin-top: var(--wp-admin--admin-bar--height);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--bs-body-bg);
}

.navbar-section.sticky .navbar-tickets-btn a, .site-header.sticky .navbar-tickets-btn a {
  color: #bf569c;
  border: 1px solid #bf569c;
}

.navbar-section .mode {
  color: var(--eleven-mode-color, #fff);
}

.navbar-section.sticky {
  transition: 0.5s ease-in;
  --eleven-mode-color: $default-color;
}

.navbar-collapse-area .collapse-menu-bar {
  color: var(--eleven-base-color, #212121);
}

.navbar-tickets-btn a {
  color: #bf569c;
  border: 1px solid transparent;
}

.primary-menu {
  padding-left: 0;
}

.menu-items,
.sub-menu {
  list-style: none;
}

.site-header .mode {
  color: var(--bs-body-color, #fff);
  padding-left: 15px;
}

.site-header .site-header-menu.toggled-on {
  background-color: var(--bs-body-bg);
  margin: 0;
}

.site-header .site-header-menu .sub-menu {
  background-color: var(--bs-body-bg);
}

.site-header .site-header-menu .mode-and-button {
  display: none;
}

.mobile-menu-toggle {
  display: block;
}

.news-section-wrap {
  padding: 120px 0px 100px 0px;
  border-bottom: 1px solid var(--eleven-border-color, #e8e8e8);
}

.news-content-wrap .news-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 40px;
}

.news-content-wrap .news-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 70px;
}

.news-item-content {
  padding: 35px;
  border: 1px solid var(--eleven-border-color, #e8e8e8);
}

.news-item-content .news-item-title {
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 15px;
}

.news-item-content .news-item-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.news-item-content .news-item-more-btn a {
  color: #bf569c;
  font-size: 15px;
  line-height: 21px;
}

.news-item-shape {
  position: relative;
}

.news-item-shape::before {
  content: "";
  top: -15px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 150px 150px 0;
  border-color: transparent var(--eleven-base-color, #212121) transparent transparent;
  position: absolute;
  z-index: 0;
}

.menu-bar-offcanvas {
  padding-left: 40px;
  background: var(--eleven-base-color, #212121);
  width: 300px !important;
  margin-top: var(--wp-admin--admin-bar--height);
}

.menu-bar-offcanvas .menu-items li:not(:last-child) {
  margin-bottom: 12px;
}

.menu-bar-offcanvas .menu-items li a {
  position: relative;
  display: block;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  color: var(--eleven-primary-color, #BF569C);
  line-height: 2;
  font-size: 16px;
}

.menu-bar-offcanvas .menu-items li a span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
}

.menu-bar-offcanvas .menu-items li a:hover {
  color: #fff;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(3px);
}

.menu-bar-offcanvas .menu-items li nav.stroke ul li a:after,
.menu-bar-offcanvas .menu-items li nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}

.menu-bar-header .offcanvas-title {
  color: #bf569c;
}

.organize-section {
  padding: 120px 0px;
}

.organize-thumb::after {
  content: "";
  bottom: -15px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent var(--eleven-base-color, #212121) transparent;
  position: absolute;
  z-index: -1;
}

.organize-content {
  padding-left: 80px;
}

.organize-content .organize-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 40px;
}

.organize-items-content li img {
  width: 24px;
  height: 24px;
}

.organize-items-content li i {
  color: #bf569c;
  font-size: 24px;
  margin-top: 4px;
}

.organize-items-content li svg {
  color: #bf569c;
  width: 60px;
}

.organize-items-content li p {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
  padding-left: 18px;
}

.performe-section {
  margin-top: 130px;
  margin-bottom: 120px;
}

.performe-sec-title {
  font-size: 72px;
  line-height: 94px;
  margin-bottom: 100px;
}

.performe-content-item {
  color: #212121;
  padding: 14px;
  border: 1px solid var(--eleven-border-color, #e8e8e8);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.performe-content-item:hover {
  border: 1px solid transparent;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.performe-content-item .performer-thumb img {
  width: 100%;
}

.performe-content-item .performer-title {
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0px 5px 0px;
}

.performe-content-item .performer-sub-title {
  color: #bcbcbc;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}

.performe-content-item .performer-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}

.performe-item-shape::before {
  content: "";
  top: -15px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 150px 150px 0;
  border-color: transparent var(--eleven-base-color, #212121) transparent transparent;
  position: absolute;
  z-index: -1;
}

.performer-social-links ul li {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: var(--eleven-base-color, #212121);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.performer-social-links ul li:hover {
  background-color: #bf569c;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.performer-social-links ul li:not(:last-child) {
  margin-right: 5px;
}

.performer-social-links ul li .feather {
  stroke-width: 0;
  fill: #fff;
  width: 16px;
}

.perform-btn {
  margin-top: 70px;
}

.performence-section-wrap {
  padding: 120px 0px;
  background-size: cover;
  background-position: 65% 50%;
  background-repeat: no-repeat;
}

.performence-content-wrap {
  padding-left: 100px;
}

.performence-content-wrap .performence-sub-title {
  color: #e8e8e8;
  font-size: 52px;
  font-weight: 400;
  font-family: "Hillbear";
  line-height: 62px;
  padding-bottom: 19px;
}

.performence-content-wrap .performence-title {
  font-size: 72px;
  line-height: 94px;
  padding-bottom: 70px;
}

.performence-content-wrap .sec-btns-group .ticket-btn {
  color: var(--eleven-base-color, #212121);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.performence-content-wrap .sec-btns-group .bio-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.price-section {
  padding: 117px 0px 120px 0px;
  background-color: #e9e9e9;
}

.price-top-content .price-top-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 40px;
}

.price-top-content .price-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 54px;
}

.price-item-box {
  padding: 45px 40px;
  border: 1px solid #e0e0e0;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.price-item-box:hover {
  background-color: #fff;
  border: 1px solid transparent;
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.15));
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.price-item-box:hover .price-vat {
  color: #212121;
}

.price-item-box .ticket {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 17px;
}

.price-item-box .price {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 40px;
}

.price-item-box .price .regular-price {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.price-item-lists svg {
  color: #77bf41;
}

.price-item-lists li {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 20px;
}

.price-btn {
  padding: 60px 0px 25px 0px;
}

.price-vat {
  font-size: 14px;
  line-height: 21px;
}

.schedule-section-wrap {
  padding: 120px 0px 150px 0px;
  background-color: var(--eleven-light-color, #f3f3f3);
}

.schedule-top-content .schedule-top-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 40px;
}

.schedule-top-content .schedule-top-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding: 0px 86px 90px 86px;
  margin-bottom: 0px;
}

.schedule-nav-content .nav-tabs {
  padding-bottom: 60px;
}

.schedule-nav-content .nav-tabs .nav-link {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.schedule-nav-content .nav-tabs .nav-link:not(:last-child) {
  padding-right: 50px !important;
}

.schedule-nav-content .nav-tabs .nav-link.active {
  color: var(--eleven-base-color, #212121);
  background-color: transparent;
}

.schedule-slide-content {
  padding: 16px;
  border: 1px solid var(--eleven-border-color, #e8e8e8);
  margin: 15px;
}

.schedule-slide-thumb {
  padding-bottom: 15px;
}

.schedule-slide-top-content {
  margin-bottom: 15px;
}

.schedule-slide-top-content .schedule-time {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.schedule-slide-top-content .schedule-place {
  color: #bf569c;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.schedule-slide-title {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 15px;
}

.schedule-slide-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
}

.schedule-slide-desc .read-more {
  color: #bf569c;
}

.slick-dots.slick-dots {
  bottom: -50px;
}

.slick-dots.slick-dots li button:before {
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: transparent;
  line-height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
}

.slick-dots.slick-dots .slick-active button:before {
  opacity: .75;
  background: black;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.schedule-prev-arrow {
  content: "";
  left: -60px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--eleven-base-color, #212121);
  transform: translateY(-50%);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 100%;
  cursor: pointer;
}

.schedule-prev-arrow:hover {
  color: #000;
  background-color: var(--eleven-base-color, #212121);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.schedule-prev-arrow:hover svg {
  color: #fff;
}

.schedule-next-arrow {
  right: -60px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--eleven-base-color, #212121);
  transform: translateY(-50%);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  border-radius: 100%;
}

.schedule-next-arrow:hover {
  color: #000;
  background-color: var(--eleven-base-color, #212121);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.schedule-next-arrow:hover svg {
  color: #fff;
}

.service-section-wrap {
  padding: 120px 0px 117px 0px;
  background-color: var(--eleven-light-color, #f3f3f3);
}

.service-title {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 30px;
}

.service-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 103px;
}

.service-slider-box {
  margin-left: 35px;
}

.service-slider-box::before {
  content: "";
  top: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: var(--eleven-base-color, #212121) transparent transparent transparent;
  position: absolute;
}

.service-slider-box .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.service-slider-box .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: inherit;
}

.service-slider-box .slick-list:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 100%;
  background: var(--eleven-light-color, #f3f3f3);
  bottom: 0;
  height: 110%;
  width: 700px;
  z-index: 22;
}

.service-slider-box .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(243, 243, 243, 0.5);
  bottom: 0;
  width: 700px;
  z-index: 22;
}

.service-slider-item {
  padding: 30px;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-slider-item i {
  font-size: 4rem;
}

.service-slider-item:hover {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-slider-item:hover .slider-item-icon img, .service-slider-item:hover .slider-item-icon i {
  filter: invert(43%) sepia(27%) saturate(1260%) hue-rotate(267deg) brightness(96%) contrast(82%);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.slider-item-icon {
  width: 160px;
  height: 115px;
}

.slider-item-icon img {
  width: 100%;
}

.slider-item-content {
  padding-left: 30px;
}

.slider-item-content .slider-item-title {
  color: #0d1111;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 30px;
}

.slider-item-content .slider-item-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0px;
}

.service-slider-nav {
  right: 0px;
  bottom: 95px;
  cursor: pointer;
}

.service-slider-nav .service-slider-left-nav,
.service-slider-nav .service-slider-right-nav {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--eleven-base-color, #212121);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-slider-nav .service-slider-left-nav:hover,
.service-slider-nav .service-slider-right-nav:hover {
  background-color: var(--eleven-base-color, #212121);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-slider-nav .service-slider-left-nav:hover svg,
.service-slider-nav .service-slider-right-nav:hover svg {
  color: #fff;
}

.subscribe-section {
  padding: 120px 0px;
  background-color: var(--eleven-light-color, #f3f3f3);
}

.subscribe-content .subscribe-top-title {
  color: #bf569c;
  font-size: 72px;
  line-height: 94px;
}

.subscribe-content .subscribe-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 70px;
}

.subscribe-form-field {
  max-width: 560px;
  margin: auto;
}

.subscribe-form-field .form-control {
  padding: 14px 0px 14px 20px;
  margin-right: 5px;
  border: 1px solid #bcbcbc;
}

.subscribe-form-field .form-control::-moz-placeholder {
  color: #bcbcbc;
  font-size: 18px;
  line-height: 22px;
}

.subscribe-form-field .form-control::placeholder {
  color: #bcbcbc;
  font-size: 18px;
  line-height: 22px;
}

.subscribe-form-field .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.subscribe-form-field .subscribe-btn {
  padding: 0px 20px;
  background-color: var(--eleven-base-color, #212121);
}

.subscribe-terms-content {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding-top: 20px;
}

.subscribe-terms-content .subscribe-policy {
  color: #bf569c;
}

.testimonial-section {
  padding: 100px 0px 120px 0px;
  background-color: var(--eleven-light-color, #f3f3f3);
}

.testimonial-top-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 80px;
}

.testimonial-author-content {
  margin-bottom: 35px;
}

.testimonial-slide-item:before {
  content: "“";
  bottom: -5px;
  right: -108px;
  color: var(--eleven-primary-color, #BF569C);
  font-size: 65px;
  position: absolute;
}

.testimonial-slide-item:after {
  content: "”";
  bottom: -54px;
  left: -108px;
  color: var(--eleven-primary-color, #BF569C);
  font-size: 65px;
  position: absolute;
}

.testimonial-author-text {
  padding-left: 20px;
}

.testimonial-author-text .author-title {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 5px;
}

.testimonial-author-text .author-address {
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-author-desc {
  max-width: 770px;
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: auto;
  margin-bottom: 0px;
}

.tickets-box-wrapper {
  z-index: 22;
}

.tickets-box-wrapper::before {
  content: "";
  top: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: var(--eleven-base-color, #212121) transparent transparent transparent;
  position: absolute;
  z-index: 1;
}

.tickets-box-content-wrap {
  padding: 20px 35px 20px 35px;
  margin-top: -50px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 3;
  color: #000;
}

.tickets-box-content .tickets-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 13px;
}

.tickets-box-content .price,
.tickets-box-content .number {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
  border: none;
}

.tickets-box-content .tickets-box-btn a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit";
  line-height: 22px;
  padding: 15px 22px;
  background-color: var(--eleven-base-color, #212121);
}

.tickets-box-select-options .nice-select {
  border: none;
  padding-left: 0px;
  padding-right: 50px;
}

.tickets-box-select-options .nice-select .current {
  color: var(--eleven-text-color, #797979);
  font-size: 16px;
  line-height: 21px;
}

.tickets-box-select-options .nice-select .option:hover {
  color: #fff;
  background-color: var(--eleven-primary-color, #BF569C);
}

.tickets-box-select-options .nice-select .option.focus {
  background-color: var(--eleven-primary-color, #BF569C);
}

.tickets-box-select-options .nice-select .option.selected {
  font-weight: 400;
}

.tickets-box-select-options .nice-select .option.selected.focus {
  background-color: var(--eleven-primary-color, #BF569C);
}

.tickets-box-content.line {
  position: relative;
  display: inline-block;
}

.tickets-box-content.line:after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  right: -72px;
  background: #dad9d9;
  top: 50%;
  transform: translateY(-50%);
}

.ticket-modal .modal-body {
  padding: 2rem;
}

.form-select-options .nice-select {
  padding-left: 10px;
  background-color: none;
  border: 1px solid #ced4da;
  border-radius: 0px;
}

.form-select-options .nice-select:focus {
  border: 1px solid var(--eleven-primary-color, #BF569C);
}

.form-select-options .nice-select .current {
  color: #85898d;
  font-size: 16px;
  font-weight: 500;
}

.video-section {
  padding: 100px 0px;
}

.video-content-wrap .video-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 40px;
}

.video-content-wrap .video-desc {
  color: var(--eleven-text-color, #797979);
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 91px;
}

.video-player-thumb::before {
  content: "";
  bottom: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent var(--eleven-base-color, #212121);
  position: absolute;
  z-index: -1;
}

.video-player {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-player .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
}

.video-player .video-btn svg {
  color: #bf569c;
}

.video-modal .modal-body,
.gallery-modal .modal-body {
  padding: 30px !important;
}

.video-modal .btn-close,
.gallery-modal .btn-close {
  top: -19px;
  right: -17px;
  opacity: 1;
  background-color: #bf569c;
  border-radius: 100%;
  padding: 6px;
  background-size: 10px;
}

.video-modal .btn-close:focus,
.gallery-modal .btn-close:focus {
  box-shadow: none;
}

.video-player-2 {
  top: calc(50% - 50px);
  left: 50%;
  transform: translateX(-50%);
}

.video-player-2 .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
}

.video-player-2 .video-btn svg {
  color: #bf569c;
}

/************************/
/* 
* Project Name   :  Eleven Concert
* File           :  Responsive CSS Base
* Version        :  1.0.0
* Project Start  :  08 Nov 2022
* Developer		   :	Imran Hosain
*/
/************************/
/* media screen and (min-width: 1350px) */
@media screen and (max-width: 1399.98px) {
  .hero-content-area .hero-title {
    font-size: 60px;
    line-height: 70px;
    max-width: 500px;
  }
  .contact-inner-content .contact-title {
    font-size: 60px;
    line-height: 74px;
  }
  .hero-sec-form {
    top: -10px;
  }
}

/* media screen and (min-width: 1200px) */
/* media screen and (max-width: 1200px) */
@media screen and (max-width: 1199.98px) {
  .navbar-tickets-btn a {
    color: white;
    background-color: var(--eleven-base-color, #212121) !important;
  }
  .hero-section-wrap {
    height: 690px;
  }
  .hero-section {
    margin-bottom: 80px;
    min-height: 600px;
  }
  .hero-slide-content .slick-list::before {
    background-color: white !important;
  }
  .hero-content-area {
    margin-bottom: 75px;
  }
  .hero-circle {
    margin-top: 75px;
  }
  .slide-item-shape::after,
  .slide-item-thumb::after,
  .hero-sec-form::after {
    display: none;
  }
  .hero-slide-content .slick-list {
    overflow: hidden !important;
  }
  .hero-content-area .hero-circle svg {
    width: 160px;
    position: absolute;
    left: 26%;
    bottom: 0%;
  }
  .about-section-wrap .about-sec-title,
  .performe-sec-title,
  .countdown-sec-title,
  .schedule-top-content .schedule-top-title,
  .gallery-top-content .gallery-top-title,
  .performence-content-wrap .performence-title,
  .gallery-section-2-wrap .gallery-section-2-title,
  .testimonial-top-title,
  .organize-content .organize-title,
  .subscribe-content .subscribe-top-title,
  .video-content-wrap .video-title,
  .price-top-content .price-top-title,
  .contact-inner-content .contact-title,
  .brand-title {
    font-size: 50px;
    line-height: 65px;
  }
  .about-inner-title,
  .service-title,
  .news-content-wrap .news-title,
  .subscribe-content .subscribe-title {
    font-size: 30px;
    line-height: 38px;
  }
  .organize-thumb {
    margin-bottom: 30px;
  }
  .organize-content {
    padding-left: 0px !important;
  }
  .tickets-box-content.line:after {
    right: -26px;
  }
  .brand-thumb {
    width: 100%;
    margin: 10px;
  }
  .contact-inner-content {
    margin-bottom: 30px;
  }
  .contact-inner-content .contact-desc {
    padding-right: 145px;
  }
  .contact-section {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1023.98px) {
  .hero-section-wrap {
    height: auto;
  }
  .hero-content-area {
    order: 2;
  }
  .slide-item-shape,
  .slide-item-thumb,
  .hero-sec-form {
    position: relative !important;
    width: 100%;
    left: 0;
    order: 1;
  }
  .hero-section::before {
    display: none;
  }
  .mode {
    --eleven-mode-color: var(--bs-body-color);
  }
  .tickets-box-content.line:after {
    display: none;
  }
  .hero-content-area .hero-circle {
    display: none;
  }
}

/* media screen and (max-width: 992px) */
@media screen and (max-width: 991.98px) {
  .hero-section {
    margin-bottom: 50px;
  }
  .hero-content-area .hero-title {
    font-size: 47px;
    line-height: 60px;
  }
  .about-section {
    margin-bottom: 70px;
  }
  .service-section-wrap,
  .countdown-section-wrap,
  .schedule-section-wrap,
  .gallery-section-wrap,
  .performence-section-wrap,
  .news-section-wrap,
  .gallery-section-2,
  .testimonial-section,
  .organize-section,
  .subscribe-section,
  .video-section,
  .price-section,
  .brand-section,
  .contact-section-wrap,
  .map-section-wrap,
  .footer-top-content {
    padding: 70px 0px;
  }
  .service-inner-content {
    max-width: 500px;
  }
  .gallery-item-content-text {
    margin-top: 15px;
  }
  .gallery-top-content .gallery-top-desc {
    padding-bottom: 40px;
  }
  .gallery-btn {
    margin-bottom: 30px;
  }
  .performe-section {
    margin: 70px 0px;
  }
  .performe-sec-title {
    margin-bottom: 50px;
  }
  .performence-content-wrap {
    padding-left: 0px;
  }
  .about-inner-content-right,
  .about-inner-content-left {
    padding: 30px 0px 0px 0px;
  }
  .schedule-top-content .schedule-top-desc {
    padding: 0px 30px 50px 30px;
  }
  .testimonial-author-desc {
    max-width: 100%;
    font-size: 14px;
    margin: auto;
  }
  .testimonial-slide-item:before {
    display: none;
  }
  .testimonial-slide-item:after {
    display: none;
  }
  .contact-section-form {
    margin-top: 0px;
  }
  .contact-section-form::before {
    top: -11px;
  }
  .contact-section-form form {
    margin-top: -0px;
  }
  .map-inner-content {
    padding: 30px;
  }
  .footer-content-wrap {
    padding-left: 0px;
  }
  .footer-social-links {
    margin-bottom: 60px;
  }
  .gallery-item-content-text {
    padding-left: 0px;
  }
}

/* media screen and (max-width: 768px) */
@media screen and (max-width: 767.98px) {
  .section-sub-text .sub-title,
  .countdown-sub-text .sub-title,
  .performence-content-wrap .performence-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-content-area .hero-circle {
    max-width: 120px;
  }
  .about-section-wrap .about-sec-title,
  .performe-sec-title,
  .countdown-sec-title,
  .schedule-top-content .schedule-top-title,
  .gallery-top-content .gallery-top-title,
  .performence-content-wrap .performence-title,
  .gallery-section-2-wrap .gallery-section-2-title,
  .testimonial-top-title,
  .organize-content .organize-title,
  .subscribe-content .subscribe-top-title,
  .video-content-wrap .video-title,
  .price-top-content .price-top-title,
  .contact-inner-content .contact-title,
  .brand-title {
    font-size: 30px;
    line-height: 35px;
  }
  .about-inner-title,
  .service-title,
  .news-content-wrap .news-title,
  .subscribe-content .subscribe-title {
    font-size: 25px;
    line-height: 27px;
  }
  .about-inner-desc,
  .gallery-top-content .gallery-top-desc,
  .schedule-top-content .schedule-top-desc,
  .news-content-wrap .news-desc,
  .organize-items-content li p,
  .price-top-content .price-desc,
  .contact-inner-content .contact-desc {
    font-size: 16px;
  }
  .service-title {
    margin-bottom: 10px;
  }
  .service-desc {
    font-size: 15px;
    margin-bottom: 70px;
  }
  .service-slider-nav {
    position: static !important;
    margin-bottom: 60px;
  }
  .slide-arrow {
    display: none !important;
  }
  .news-item-shape::before {
    display: none;
  }
  .news-content-wrap .news-desc {
    padding-bottom: 15px;
  }
  .news-btn {
    margin-bottom: 15px;
  }
  .schedule-arrow-nav {
    display: none;
  }
  .countdown-sec-title {
    padding-bottom: 50px;
  }
  .countdown-content-wrap .countdown-timer li strong,
  .countdown-content-wrap .countdown-timer-2 li strong {
    font-size: 35px;
    line-height: 30px;
  }
  .countdown-content-wrap .countdown-timer li span,
  .countdown-content-wrap .countdown-timer-2 li span {
    font-size: 18px;
    line-height: 22px;
  }
  .video-player-2 {
    top: 40%;
  }
  .video-content-wrap .video-desc {
    font-size: 16px;
    padding-bottom: 50px;
  }
  .gallery-section-2-wrap .gallery-section-2-title {
    padding-bottom: 30px;
  }
  .contact-inner-content .contact-desc {
    padding-right: 0px;
  }
  .contact-section-form form,
  .hero-sec-form form {
    padding: 30px 20px;
  }
}

/* media screen and (max-width: 576px) */
@media screen and (max-width: 575.98px) {
  .hero-content-area .hero-subtitle {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .hero-content-area .hero-title {
    font-size: 35px;
    line-height: 45px;
  }
  .hero-content-area .hero-title {
    padding-bottom: 30px;
  }
  .section-sub-text .sub-title,
  .countdown-sub-text .sub-title,
  .performence-content-wrap .performence-sub-title {
    font-size: 22px;
    line-height: 18px;
  }
  .about-section-wrap .about-sec-title,
  .performe-sec-title,
  .countdown-sec-title,
  .schedule-top-content .schedule-top-title,
  .gallery-top-content .gallery-top-title,
  .performence-content-wrap .performence-title,
  .gallery-section-2-wrap .gallery-section-2-title,
  .testimonial-top-title,
  .organize-content .organize-title,
  .subscribe-content .subscribe-top-title,
  .video-content-wrap .video-title,
  .price-top-content .price-top-title,
  .contact-inner-content .contact-title,
  .brand-title {
    font-size: 22px;
    line-height: 27px;
  }
  .about-inner-title,
  .service-title,
  .news-content-wrap .news-title,
  .subscribe-content .subscribe-title {
    font-size: 20px;
    line-height: 25px;
  }
  .about-section-wrap .about-sec-title {
    margin-bottom: 50px;
  }
  .service-slider-item .slick-slide {
    width: 400px;
  }
  .gallery-section-2 {
    padding-bottom: 30px;
  }
  .subscribe-content .subscribe-title {
    padding-bottom: 35px;
  }
  .video-content-wrap .video-desc {
    padding-bottom: 45px;
  }
  .price-top-content .price-desc {
    padding-bottom: 30px;
  }
  .contact-inner-content .contact-desc {
    padding-bottom: 50px;
  }
}

/* media screen and (max-width: 480px) */
@media screen and (max-width: 479.98px) {
  .video-player-2 {
    top: 25% !important;
  }
  .footer-content-wrap {
    flex-direction: column;
  }
}
