/*

Tooplate 2125 ArtXibition

https://www.tooplate.com/view/2125-artxibition

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
    font-family: 'Baskerville', sans-serif;
    font-weight: 400;
    background-color: transparent;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

@media (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  html, body {
    font-size: 14px;
  }
  
  p {
    font-size: 13px;
    line-height: 22px;
  }
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/arkaplan.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
    z-index: -999;
    pointer-events: none;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Baskerville',sans-serif;
    font-weight: 700;
}

h4 {
  line-height: 30px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
  font-weight: 300;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: transparent;
    font-family: 'Baskerville',sans-serif;
}

::selection {
  background: rgba(0, 45, 114, 0.2);
  color: inherit;
}

::-moz-selection {
    background: rgba(0, 45, 114, 0.2);
    color: inherit;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-white-button a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: #fff;
  color: #2a2a2a;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-dark-button a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 8px;
    background-color: rgb(0, 45, 114);
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s;
}

.main-dark-button a:hover {
  opacity: 0.9;
}


.text-button a {
  font-size: 14px;
  color: #7c838b;
  transition: all .3s;
}

.text-button i {
  font-size: 12px;
  margin-left: 5px;
  transition: all .5s;
}

.text-button a:hover {
  color: #343a3e;
}

.text-button a:hover i {
  margin-left: 8px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background-color: #f0f0f1;
  padding: 10px 0px;
}

.pre-header span {
  font-size: 13px;
  color: #2a2a2a;
  font-weight: 500;
}

.pre-header .text-button {
  text-align: right;
}

.pre-header .text-button a {
  color: #2a2a2a;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right:-100px;
  padding: 6px 12px;
  border-radius: 18px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  border: 1px solid #eee;
}

.language-switcher-desktop {
  display: block;
}

.language-switcher-mobile {
  display: none;
}

.language-switcher-mobile .language-switcher {
  margin-right: 0;
  width: 100%;
  justify-content: center;
  border-radius: 0;
  background-color: #f7f7f7;
  box-shadow: none;
  border: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 20px;
  font-size: 14px;
}

.language-switcher-mobile .language-switcher:hover {
  background-color: #eee;
  transform: none;
  box-shadow: none;
  color: #656c74;
}

.language-switcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  color: rgb(0, 45, 114);
}

.language-switcher i {
    font-size: 14px;
}

.header-area {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  min-height: 100px;
  height: auto;
  background: white;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-image: url('../images/arkaplan.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.25;
  z-index: -1;
  pointer-events: none;
}

.header-area > * {
  position: relative;
  z-index: 1;
}


.header-area .container {
  padding-left: 0;
  padding-right: 0;

}

.header-area .main-nav {
  min-height: 100px;
  background: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.header-area .row > .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.header-area .main-nav .logo {
  line-height: normal;
  color: #656c74;
  font-size: 28px;
  font-weight: 700;
  float: none;
  /*display: flex;*/
  align-items: center;
  margin-left: -150px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo {
    margin-left: 0;
  }
}

.header-area .main-nav .logo img {
  max-height: 200px;
  max-width: 800px; 
}

    .header-area .main-nav .logo em {
        font-style: normal;
        color: rgb(0, 45, 114);
        font-weight: 900;
    }

.header-area .main-nav .nav-group {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
}

.header-area .main-nav .nav {
  float: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.header-area .main-nav .nav.nav-right {
  margin-left: auto;
  justify-content: flex-end;
}

.header-area .main-nav .nav li {
    padding-left: 0;
    padding-right: 0;
}

.header-area .main-nav .nav li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: auto;
  line-height: 1.3;
  border: transparent;
  padding: 10px 18px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
}

/* Event Detail Page Styles */
.event-detail-page {
  padding-bottom: 80px;
  padding-top: 40px;
}

/* Event Detail Container */
.event-detail-container {
  margin-top: 0;
}

/* Back Button */
.event-back-button-wrapper {
  margin-bottom: 24px;
}

.event-back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  color: #094c75;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.event-back-button:hover {
  background: #f0f7ff;
  border-color: #094c75;
  color: #094c75;
  transform: translateX(-3px);
  box-shadow: 0 4px 8px rgba(9, 76, 117, 0.15);
  text-decoration: none;
}

.event-back-button i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.event-back-button:hover i {
  transform: translateX(-3px);
}

/* Page Header */
.event-page-header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f0f0f0;
}

.event-page-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f3f7a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.event-page-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.event-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
}

.event-meta-item i {
  color: #094c75;
  font-size: 16px;
}

/* Section Styles */
.event-section {
  margin-bottom: 50px;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f3f7a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.section-title i {
  color: #094c75;
  font-size: 22px;
}

.gallery-count {
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
  margin-left: 8px;
}

.event-description,
.event-news-content {
  color: #4a4a4a;
  line-height: 1.8;
  font-size: 16px;
}

.event-description p,
.event-news-content p {
  margin-bottom: 16px;
}

/* Enhanced Gallery Styles */
.event-gallery-section {
  margin-top: 20px;
}

.event-gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Featured Image */
.gallery-featured {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-featured:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-featured-item {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background: #f0f0f0;
}

.gallery-featured-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.gallery-featured-item:hover img {
  transform: scale(1.05);
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f0f0f0;
}

.gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.gallery-item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .gallery-item-link img {
  transform: scale(1.1);
}

/* Gallery Overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(9, 76, 117, 0.85) 0%, rgba(9, 76, 117, 0.4) 50%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(2px);
}

.gallery-item:hover .gallery-overlay,
.gallery-featured-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-align: center;
}

.gallery-overlay-content i {
  font-size: 32px;
  animation: pulse 2s infinite;
}

.gallery-overlay-content span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Sidebar Styles */
.event-sidebar {
  position: sticky;
  top: 20px;
}

.info-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
}

.info-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f3f7a;
  padding: 20px 24px;
  margin: 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-card-title i {
  color: #094c75;
  font-size: 18px;
}

.info-card-content {
  padding: 24px;
}

.info-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f7ff;
  border-radius: 8px;
  color: #094c75;
  font-size: 18px;
}

.info-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-label {
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-value {
  font-size: 15px;
  color: #2a2a2a;
  line-height: 1.6;
  font-weight: 500;
}

.info-value small {
  color: #6c757d;
  font-weight: 400;
}

.location-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.location-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.location-item strong {
  color: #1f3f7a;
  display: block;
  margin-bottom: 4px;
}

.speakers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.speaker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.speaker-item:hover {
  background: #f0f7ff;
}

.speaker-item i {
  color: #094c75;
  font-size: 16px;
}

.speaker-item span {
  color: #2a2a2a;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .event-page-title {
    font-size: 30px;
  }

  .event-sidebar {
    position: static;
    margin-top: 40px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .event-back-button {
    padding: 8px 16px;
    font-size: 14px;
  }

  .event-page-title {
    font-size: 26px;
  }

  .event-page-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .event-section {
    padding: 20px;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 20px;
  }

  .info-card-title {
    font-size: 18px;
    padding: 16px 20px;
  }

  .info-card-content {
    padding: 20px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
  }

  .gallery-featured-item {
    padding-top: 75%; /* 4:3 aspect ratio on mobile */
  }
  
  .event-detail-page {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  
  .event-page-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  
  .info-item {
    padding: 12px 0;
    gap: 12px;
  }
  
  .info-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  
  .info-value {
    font-size: 14px;
  }
  
  .info-label {
    font-size: 11px;
  }
  
  .speaker-item {
    padding: 10px;
  }
  
  .speaker-item span {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .event-page-title {
    font-size: 24px;
  }
  
  .event-back-button {
    padding: 6px 12px;
    font-size: 13px;
  }
  
  .event-section {
    padding: 16px;
    margin-bottom: 24px;
  }
  
  .section-title {
    font-size: 18px;
    padding-bottom: 12px;
  }
  
  .info-card-title {
    font-size: 16px;
    padding: 14px 16px;
  }
  
  .info-card-content {
    padding: 16px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .gallery-featured-item {
    padding-top: 66.67%; /* 3:2 aspect ratio on small mobile */
  }
  
  .event-description,
  .event-news-content {
    font-size: 14px;
    line-height: 1.6;
  }
}

.event-detail strong,
.event-detail p > strong {
  font-weight: 700;
}

.event-detail-info {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.event-detail-info .detail-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.event-detail-info .detail-label {
  min-width: 190px;
  font-weight: 700;
  color: #2a2a2a;
}

.event-detail-info .detail-value {
  flex: 1;
  color: #4a4a4a;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .event-detail-info .detail-row {
    flex-direction: column;
    gap: 8px;
  }

  .event-detail-info .detail-label {
    min-width: 0;
  }

  .event-detail-info .detail-value {
    width: 100%;
  }
}

    .header-area .main-nav .nav li:hover a {
        color:rgb(0, 45, 114);
        opacity: 1;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 12px rgba(0, 45, 114, 0.15), 0 2px 6px rgba(0, 45, 114, 0.1);
        transform: translateY(-1px);
    }

.header-area .main-nav .nav li a.active {
  position: relative;
  color: #fff;
  background: rgb(0, 45, 114);
  box-shadow: 0 4px 12px rgba(0, 45, 114, 0.25), 0 2px 6px rgba(0, 45, 114, 0.15);
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
    color: rgb(0, 45, 114);
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0, 45, 114, 0.15), 0 2px 6px rgba(0, 45, 114, 0.1);
    transform: translateY(-1px);
}

.background-header .main-nav .nav li a.active {
    color: #fff;
    background: rgb(0, 45, 114);
    box-shadow: 0 4px 12px rgba(0, 45, 114, 0.25), 0 2px 6px rgba(0, 45, 114, 0.15);
    opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 0px !important;
}

.header-area.header-sticky .nav li a.active {
  color: white;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav-group {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header-area .main-nav .nav li a.active:after {
    display: none;
  }
  .header-area .main-nav .logo {
    color: transparent;
    margin-left: 0 !important;
  }
  .header-area .main-nav .logo img {
    max-height: 60px !important;
    max-width: 200px !important;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #656c74!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0;
    text-align: left;
  }
  .header-area .menu-trigger {
    display: block !important;
    right: 15px !important;
    top: 20px !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    position: relative;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav.active {
    display: block;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .header-area .main-nav .nav li.language-switcher-mobile {
    padding: 0 !important;
    border-bottom: 1px solid #eee;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 20px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
    text-align: left !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #656c74!important;
  }
  .language-switcher-desktop {
    display: none !important;
  }
  
  .language-switcher-mobile {
    display: block !important;
    width: 100%;
  }
  
  .language-switcher-mobile .language-switcher {
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 12px 20px;
    display: flex;
    border-radius: 0;
    background-color: #f7f7f7;
    box-shadow: none;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  
  .language-switcher-mobile .language-switcher:hover {
    background-color: #eee !important;
    transform: none !important;
    box-shadow: none !important;
    color: #656c74 !important;
  }
  
  .language-switcher-mobile .language-switcher span {
    font-size: 14px;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 270px 0px 210px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .main-banner {
    padding: 120px 0px 100px 0px;
  }
  
  .main-banner h2 {
    font-size: 32px !important;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .main-banner h6 {
    font-size: 13px;
  }
  
  .main-banner .counter-content {
    height: auto;
    padding: 20px 10px;
  }
  
  .main-banner .counter-content li {
    min-width: 25%;
    margin-bottom: 15px;
  }
  
  .main-banner .counter-content li span {
    font-size: 32px;
  }
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/arkaplan.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

.main-banner > * {
  position: relative;
  z-index: 1;
}

.main-banner h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.main-banner h2 {
  font-size: 50px;
  font-weight: 8000;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.main-banner .next-show {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  animation: move-up-down 3s infinite;
}
.main-banner .next-show {
  color: #fff;
  font-size: 18px;
}

.main-banner .next-show i {
  font-size: 12px;
}

.main-banner .next-show span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.main-banner .counter-content {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 12px 0px;
  height: 100px;
  background-color: rgba(250,250,250,0.3);
}

.main-banner .counter-content li {
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  min-width: 15%;
}

.main-banner .counter-content li span {
  display: block;
  font-size: 50px;
  font-weight: 900;
  margin-top: -10px;
}


/*
---------------------------------------------
Show Events Carousel
---------------------------------------------
*/
.show-events-carousel {
  margin-top: 3px;
  position: relative;
  overflow: visible;
}

@media (max-width: 768px) {
  .show-events-carousel {
    display: none;
  }
}

.owl-show-events {
  position: relative;
  padding: 0 20px;
}

.owl-show-events .owl-stage-outer {
  padding: 1px 0;
}

.owl-show-events .owl-item {
  padding: 0 6px;
}

.owl-show-events .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-show-events .owl-nav button.owl-prev,
.owl-show-events .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #002d72 !important;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: all;
  border: 1px solid rgba(0, 45, 114, 0.12);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.owl-show-events .owl-nav button.owl-prev {
  left: 8px;
}

.owl-show-events .owl-nav button.owl-next {
  right: 8px;
}

@media (max-width: 768px) {
  .owl-show-events {
    padding: 0 50px;
    overflow: visible;
  }
  
  .owl-show-events .owl-nav {
    z-index: 10;
    position: absolute;
    pointer-events: none;
  }
  
  .owl-show-events .owl-nav button.owl-prev,
  .owl-show-events .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    z-index: 11;
    position: absolute;
    pointer-events: all;
  }
  
  .owl-show-events .owl-nav button.owl-prev {
    left: 5px;
  }
  
  .owl-show-events .owl-nav button.owl-next {
    right: 5px;
  }
  
  .owl-show-events .owl-nav button.owl-prev span,
  .owl-show-events .owl-nav button.owl-next span {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .owl-show-events {
    padding: 0 45px;
    overflow: visible;
  }
  
  .owl-show-events .owl-nav {
    z-index: 10;
  }
  
  .owl-show-events .owl-nav button.owl-prev,
  .owl-show-events .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
    z-index: 11;
    position: absolute;
    pointer-events: all;
  }
  
  .owl-show-events .owl-nav button.owl-prev {
    left: 3px;
  }
  
  .owl-show-events .owl-nav button.owl-next {
    right: 3px;
  }
  
  .owl-show-events .owl-nav button.owl-prev span,
  .owl-show-events .owl-nav button.owl-next span {
    font-size: 14px;
  }
}

.owl-show-events .owl-nav button.owl-prev:hover,
.owl-show-events .owl-nav button.owl-next:hover {
  background: #002d72;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(0, 45, 114, 0.2);
}

.owl-show-events .owl-nav button.owl-prev span,
.owl-show-events .owl-nav button.owl-next span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.owl-show-events .owl-nav button.owl-prev span i,
.owl-show-events .owl-nav button.owl-next span i {
  color: inherit;
}

.owl-show-events .item .carousel-image {
  width: 240px;
  height: 380px;
  object-fit: fill;
  border-radius: 8px;
}

.show-events-carousel .owl-show-events .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.show-events-carousel .event-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}

.show-events-carousel .event-info h4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
}

.show-events-carousel .event-info p {
  margin-bottom: 0;
  font-size: 14px;
  color: #7c838b;
}


/*
---------------------------------------------
Amazing Venues
---------------------------------------------
*/

.amazing-venues {
  margin: 100px 0px;
}

.amazing-venues .left-content h4 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.amazing-venues .right-content {
  margin-left: 30px;
}

.amazing-venues .right-content h5 i {
  color: #2a2a2a;
  margin-right: 5px;
}

.amazing-venues .right-content h5 {
  font-size: 22px;
  font-weight: 800;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.amazing-venues .right-content span {
  font-size: 14px;
  color: #2a2a2a;
  line-height: 25px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
}

.map-image img {
  width: 100%;
  overflow: hidden;
}


/*
---------------------------------------------
Venues & Tickets
---------------------------------------------
*/

.venue-tickets {
  margin: 0px auto;
}

.venue-tickets .container {
  max-width: 1600px;
}

.venue-tickets .row {
  row-gap: 15px;
}

.venue-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.venue-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px rgba(15, 23, 42, 0.16);
}

.venue-item .thumb {
  position:center;
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.venue-item .thumb .venue-image {
  width: 100%;
  height: 380px;
  object-fit: contain;
}

@media (max-width: 768px) {
  /* Carousel içeren venue-tickets'teki section-heading'i gizle (Yaklaşan Etkinlikler) */
  .venue-tickets.upcoming-events-section .section-heading {
    display: none;
  }
  
  .venue-tickets .row {
    row-gap: 20px;
    margin: 0 -10px;
  }
  
  .venue-tickets .col-lg-4,
  .venue-tickets .col-md-6 {
    padding: 0 10px;
  }
  
  .venue-item {
    margin-bottom: 0;
  }
  
  .venue-item .thumb {
    height: 220px;
  }
  
  .venue-item .thumb .venue-image {
    height: 220px;
  }
  
  .venue-item .down-content {
    padding: 20px 16px;
  }
  
  .venue-item .right-content .event-title {
    font-size: 18px;
    margin-bottom: 12px;
    min-height: auto;
    line-height: 1.3;
  }
  
  .venue-item .right-content .event-description {
    font-size: 14px;
    margin-bottom: 16px;
    min-height: auto;
    line-height: 1.5;
  }
  
  .venue-item .right-content .event-date,
  .venue-item .right-content .event-units {
    font-size: 13px;
    margin-bottom: 6px;
  }
  
  .section-heading {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  
  .section-heading h2 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .venue-tickets {
    padding: 0 10px;
  }
  
  .venue-tickets .row {
    row-gap: 20px;
    margin: 0;
  }
  
  .venue-item .thumb {
    height: 200px;
  }
  
  .venue-item .thumb .venue-image {
    height: 200px;
  }
  
  .venue-item .down-content {
    padding: 16px 14px;
  }
  
  .venue-item .right-content .event-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .venue-item .right-content .event-description {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .venue-item .right-content .event-date,
  .venue-item .right-content .event-units {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .section-heading {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  
  .section-heading h2 {
    font-size: 20px;
  }
}

.venue-item .down-content {
  flex: 1;
  background-color: #fff;
  padding: 36px 38px 40px;
  color: #1f2933;
}

.venue-item .right-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.venue-item .right-content .event-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2933;
  margin-bottom: 18px;
  min-height: 62px;
}

.venue-item .right-content .event-description {
  font-size: 16px;
  color: #485360;
  margin-bottom: 24px;
  line-height: 1.7;
  min-height: 72px;
}

.venue-item .right-content .event-description.description-empty {
  visibility: hidden;
}

.venue-item .right-content .event-date,
.venue-item .right-content .event-units {
  font-size: 16px;
  color: #5f6b7a;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.venue-item .right-content .event-date {
  margin-top: auto;
  margin-bottom: 8px;
}

.venue-item .right-content .event-units {
  font-size: 16px;
  color: #5f6b7a;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.venue-item .right-content .event-units strong {
  font-weight: 700;
  color: #1f2933;
}

.venue-item .right-content .event-date i,
.venue-item .right-content .event-units i {
  color: rgb(0, 45, 114);
  font-size: 16px;
}

.venue-item .down-content .left-content {
  display: none !important;
}

.venue-item .down-content .right-content {
  width: 100% !important;
  margin-left: 0 !important;
  float: none !important;
  background: transparent !important;
  position: static !important;
  padding: 0 !important;
}

.venue-item .down-content .right-content h4,
.venue-item .down-content .right-content p,
.venue-item .down-content .right-content ul li {
  color: inherit !important;
}

.venue-item .down-content .right-content .price {
  background-color: rgba(124,131,139,0.3);
  display: inline-block;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.venue-item .down-content .right-content .price span {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.venue-item .down-content .right-content .price span em {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
}


/*
---------------------------------------------
Coming Events
---------------------------------------------
*/

.coming-events {
  background-color: #656c74;
  padding: 120px 0px;
  position: relative;
}

.coming-events .left-button {
  text-align: center;
  position: absolute;
  width: 9%;
  height: auto;
  top: 0;
  bottom: 0;
  background-color: rgba(124,131,139,0.3);
}

.coming-events .left-button .main-white-button {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
}

.event-item .thumb img {
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}

.event-item .down-content {
  background-color: #fff;
  padding: 30px;
}

    .event-item .down-content h4 {
        font-size: 22px;
        font-weight: 700;
        color: rgb(0, 45, 114);
        margin-bottom: 25px;
    }

    .event-item .down-content ul li {
        font-size: 14px;
        color: rgb(0, 45, 114);
        font-weight: 300;
        margin-bottom: 15px;
        
    }

.event-item .down-content ul li:last-child {
  margin-bottom: 0px;
}

.event-item .down-content ul li i {
  width: 20px;
  text-align: center;
  font-size: 18px;
  color: rgb(0, 45, 114);
  display: inline-block;
}



/*
---------------------------------------------
Subscribe
---------------------------------------------
*/

.subscribe {
  background-color: #7c838b;
  padding: 30px 0px;
}

.subscribe h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

.subscribe form input {
  padding: 5px 10px;
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(250,250,250,0.5);
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  margin-top: 5px;
}

.subscribe form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
  font-weight: 200;
}

.subscribe form .main-dark-button {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: rgb(83, 86, 90);
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
  border: none;
  outline: none;
  width: 100%;
}

.subscribe form .main-dark-button:hover {
  background-color: #656c74;
}


/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

footer {
  padding-top: 60px;
  margin-bottom: 25px;
  position: relative;
}

footer h4 {
   font-size: 20px;
   color: #2a2a2a;
   font-weight: 700;
   margin-bottom: 25px;
}

footer .address span {
  font-size: 14px;
  color: #2a2a2a;
  line-height: 24px;
  font-weight: 300;
}

footer .links {
  text-align: center;
}

footer .links ul li a {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 300;
  margin-bottom: 5px;
}

footer .hours {
  text-align: right;
}

footer .hours ul li {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 300;
  margin-bottom: 5px;
}

footer .under-footer {
  margin-top: 50px;
}

footer p.copyright {
  text-align: right;
}

/* Developer Signature - Hidden Easter Egg */
.developer-signature {
  position: fixed;
  bottom: 3px;
  right: 8px;
  font-size: 10px;
  color: rgb(83, 86, 90);
  opacity: 0.15;
  font-family: 'Courier New', monospace;
  letter-spacing: 1.5px;
  user-select: none;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 9999;
  font-weight: 300;
  text-transform: uppercase;
}

.developer-signature:hover {
  opacity: 0.4;
}

.sub-footer {
  border-top: 1px solid #e4e4e4;
  margin-top: 30px;
  padding-top: 30px;
}

.sub-footer .logo span {
  font-size: 28px;
  font-weight: 800;
  color: #656c74;
}

.sub-footer .logo span em {
  font-style: normal;
  color: #2a2a2a;
}

.sub-footer .menu {
  text-align: center;
}

.sub-footer .menu ul li {
  display: inline-block;
  margin: 10px 15px 5px 15px;
}

.sub-footer .menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

.sub-footer .menu ul li a:hover {
  color: #656c74;
}

.sub-footer .social-links {
  text-align: right;
  margin-top: 10px;
}

.sub-footer .social-links ul li {
  display: inline-block;
  margin-left: 5px;
}

    .sub-footer .social-links ul li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        background-color: rgb(0, 45, 114); /*social links dış renk*/
        border-radius: 50%;
        color: #fff; /*social links iç renk*/
        font-size: 14px;
        transition: all .3s;
    }

.sub-footer .social-links ul li a:hover {
  background-color: #656c74;
}


/*
---------------------------------------------
About Us Page
---------------------------------------------
*/

.page-heading-about {
  background-image: url(../images/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0px 410px 0px;
}

.page-heading-about h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

.page-heading-about span {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.about-item {
  margin-top: -282px;
}

.about-item .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-item .right-content {
  margin-left: -30px;
}

.about-item .right-content img {
  width: 100%;
  overflow: hidden;
}

.about-item  .down-content {
  background-color: #fff;
  padding: 30px;
  border-right: 1px dotted #d7dadc;
  border-bottom: 1px dotted #d7dadc;
}

.about-item  .down-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.about-item  .down-content ul li {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 5px;
}

.about-item  .down-content span {
  font-size: 14px;
  color: #7c838b;
  font-weight: 300;
  display: block;
  margin-top: 25px;
}

.about-item  .down-content .main-dark-button {
  margin-top: 25px;
}

.about-upcoming-shows {
  margin-top: 120px;
}

.about-upcoming-shows h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.about-upcoming-shows h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.about-upcoming-shows ul{
  margin-bottom: 30px;
}

.about-upcoming-shows ul li {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.about-upcoming-shows p {
  margin-bottom: 30px;
}

.about-upcoming-shows .text-button {
  margin-top: -15px;
}

.about-upcoming-shows .next-shows {
  border: 1px dotted #d7dadc;
  padding: 20px;
}

.about-upcoming-shows .next-shows h4 {
  display: inline-block;
}

.about-upcoming-shows .next-shows h4 i {
  float: left;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
}

.about-upcoming-shows .next-shows ul {
  margin-bottom: 0px;
}

.about-upcoming-shows .next-shows ul li {
  border-bottom: 1px dotted #d7dadc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about-upcoming-shows .next-shows ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-upcoming-shows .next-shows ul li h5 {
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.about-upcoming-shows .next-shows ul li span {
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
}

.about-upcoming-shows .next-shows ul li .icon-button {
  float: right;
  margin-top: -35px;
}

.about-upcoming-shows .next-shows ul li .icon-button a {
  width: 50px;
  height: 50px;
  background-color: #656c74;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  transition: all .3s;
}

.about-upcoming-shows .next-shows ul li .icon-button a:hover {
  background-color: #858b93;
}

.also-like {
  margin-top: 110px;
  background-color: #f0f0f1;
  padding-bottom: 100px;
}

.also-like h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  margin-top: 100px;
  margin-bottom: 40px;
}

.also-like .thumb {
  position: relative;
}

.also-like .thumb .icons {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.also-like .thumb .icons ul li {
  display: inline-block;
  margin-left: 5px;
}

.also-like .thumb .icons ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #656c74;
  border-radius: 50%;
  transition: all .3s;
}

.also-like .thumb .icons ul li a:hover {
  background-color: #858b93;
}

.also-like .thumb .icons ul li a i {
  font-size: 14px;
}

.also-like .like-item img {
  width: 100%;
  overflow: hidden;
}

.also-like .like-item .down-content {
  background-color: #fff;
  padding: 30px;
}

.also-like .like-item .down-content span {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 500;
  display: inline-block;
}

.also-like .like-item .down-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 10px;
}


/*
---------------------------------------------
Rent Venue Page
---------------------------------------------
*/

.page-heading-rent-venue {
  background-image: url(../images/rent_venue_bg.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  padding: 110px 0px;
  text-align: center;
}

.page-heading-rent-venue h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

.page-heading-rent-venue span {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding: 0px 250px;
  display: inline-block;
}

.rent-venue-tabs .heading-tabs {
  padding: 20px 0px;
  border-bottom: 1px dotted #d7dadc;
}

.rent-venue-tabs .heading-tabs .main-dark-button {
  text-align: right;
}

.rent-venue-tabs #tabs ul {
  margin-top: 10px;
  padding: 0;
}
.rent-venue-tabs #tabs ul li {
  display: inline-block;
  margin-right: 30px;
}
.rent-venue-tabs #tabs ul li:last-child {
  margin-right: 0px;
}
.rent-venue-tabs #tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 500;
  transition: all 0.3s;
}
.rent-venue-tabs #tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
.rent-venue-tabs #tabs ul .ui-tabs-active a {
  color: #656c74;
  position: relative;
}
.rent-venue-tabs #tabs ul .ui-tabs-active a:after {
  width: 100%;
  height: 3px;
  background-color: #7c838b;
  content: '';
  left: 0;
  top: -32px;
  position: absolute;
}
.rent-venue-tabs #tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.rent-venue-tabs .tabs-content {
  margin-top: 80px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.rent-venue-tabs .tabs-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 25px;
}
.rent-venue-tabs .tabs-content ul.list {
  border-top: 1px dotted #d7dadc;
  border-bottom: 1px dotted #d7dadc;
  padding: 15px 0px!important;
  margin-top: 30px!important;
  display: block;
}
.rent-venue-tabs .tabs-content ul.list li {
  width: 28%;
  font-size: 14px;
  color: #7c838b;
}

.rent-venue-tabs .tabs-content #map h5 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 15px;
  margin-bottom: 15px;
}

.rent-venue-tabs .tabs-content #map .text-button {
  margin-top: 15px;
}

.rent-venue-application {
  margin: 100px 0px;
}

.rent-venue-application .heading-text h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 50px;
}

.rent-venue-application .contact-form input,
.rent-venue-application .contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.rent-venue-application .contact-form textarea {
  height: 150px;
  resize: none;
}

.rent-venue-application .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.rent-venue-application .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.rent-venue-application .contact-form ::placeholder {
  color: #7a7a7a;
}

    .rent-venue-application form .main-dark-button {
        display: inline-block;
        font-size: 14px;
        padding: 12px 18px;
        background-color: rgb(0, 45, 114);
        color: #fff;
        text-align: center;
        font-weight: 500;
        text-transform: capitalize;
        transition: all .3s;
        border: none;
        outline: none;
    }

        .rent-venue-application form .main-dark-button:hover {
            background-color: rgb(0, 45, 114);
        }

/*
---------------------------------------------
Shows Events Page
---------------------------------------------
*/

.page-heading-shows-events {
    position: relative;
    padding: 70px 0 50px;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
}


.page-heading-shows-events::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/event_banner_big.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  pointer-events: none;
}


.page-heading-shows-events .container {
  position: relative;
  z-index: 1;
}

    .page-heading-shows-events h2 {
        font-size: 48px;
        padding-bottom: -14px;
        margin:-1px;
        font-weight: 800;
        color: #212529;
        letter-spacing: 2px;
    }

    .page-heading-shows-events span {
        font-size: 18px;
        color: #212529;
        font-weight: 400;
        display: inline-block;
        max-width: 780px;
    }

@media (max-width: 768px) {
  .page-heading-shows-events {
    padding: 80px 0 90px;
  }

  .page-heading-shows-events h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .page-heading-shows-events span {
    font-size: 16px;
  }
}

.shows-events-tabs {
  background-color: #f0f0f1;
}

.shows-events-tabs .heading-tabs {
  padding: 20px 0px;
  border-bottom: 1px dotted #d7dadc;
}

.shows-events-tabs .heading-tabs .main-dark-button {
  text-align: right;
}

.shows-events-tabs #tabs ul {
  margin-top: 10px;
  padding: 0;
}
.shows-events-tabs #tabs ul li {
  display: inline-block;
  margin-right: 30px;
}
.shows-events-tabs #tabs ul li:last-child {
  margin-right: 0px;
}
.shows-events-tabs #tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 500;
  transition: all 0.3s;
}
.shows-events-tabs #tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
.shows-events-tabs #tabs ul .ui-tabs-active a {
  color: #656c74;
  position: relative;
}
.shows-events-tabs #tabs ul .ui-tabs-active a:after {
  width: 100%;
  height: 3px;
  background-color: #7c838b;
  content: '';
  left: 0;
  top: -32px;
  position: absolute;
}
.shows-events-tabs #tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.shows-events-tabs .tabs-content {
  margin-top: 80px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.shows-events-tabs .tabs-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.shows-events-tabs .tabs-content .heading h2 {
  font-size: 30px;
  color: #656c74;
  font-weight: 700;
  margin-bottom: 40px;
}

.shows-events-tabs .tabs-content .sidebar {
  background-color: #fff;
  padding: 30px;
}

.shows-events-tabs .tabs-content .sidebar .heading-sidebar h4 {
  font-weight: 700;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 24px;
}

.shows-events-tabs .tabs-content .sidebar .heading-sidebar {
  border-bottom: 1px dotted #d7dadc;
}

.shows-events-tabs .tabs-content .sidebar .month h6,
.shows-events-tabs .tabs-content .sidebar .category h6,
.shows-events-tabs .tabs-content .sidebar .venues h6 {
  font-weight: 700;
  color: #2a2a2a;
  font-size: 15px;
  margin-top: 30px;
}

.shows-events-tabs .tabs-content .sidebar ul li {
  display: block!important;
}

.shows-events-tabs .tabs-content .sidebar .month,
.shows-events-tabs .tabs-content .sidebar .category {
  border-bottom: 1px dotted #d7dadc;
  padding-bottom: 30px;
}

.shows-events-tabs .tabs-content .sidebar ul li a {
  font-size: 14px;
  color: #7c838b!important;
  font-weight: 400!important;
}

.shows-events-tabs .tabs-content .sidebar ul li a:hover {
  color: #343a3e!important;
}

.shows-events-tabs .tabs-content .event-item {
  border: 1px dotted #d7dadc;
  margin-bottom: 30px;
}

.shows-events-tabs .tabs-content .event-item img {
  max-width: 100%;
  overflow: hidden;
}

.shows-events-tabs .tabs-content .event-item .left-content {
  padding: 30px;
}

.shows-events-tabs .tabs-content .event-item .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.shows-events-tabs .tabs-content .event-item .left-content .main-dark-button {
  margin-top: 25px;
}

.shows-events-tabs .tabs-content .event-item .right-content ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7dadc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.shows-events-tabs .tabs-content .event-item .right-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}


.shows-events-tabs .tabs-content .event-item .right-content {
  padding: 10px 30px 10px 0px;
}

.shows-events-tabs .tabs-content .event-item .right-content ul li i {
  width: 30px;
  display: inline-block;
  height: 60px;
  float: left;
}
.shows-events-tabs .tabs-content .event-item .right-content ul li h6 {
  font-weight: 700;
  color: #2a2a2a;
  font-size: 15px;
  width: 100%;
  display: inline;
  line-height: 28px;
}

.shows-events-tabs .tabs-content .event-item .right-content ul li span {
  font-size: 15px;
}

.shows-events-tabs .tabs-content .pagination ul {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.shows-events-tabs .tabs-content .pagination ul li {
  margin: 0px 10px!important;
  display: inline-block!important;
}

.shows-events-tabs .tabs-content .pagination ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 20px;
  background-color: #e6e7e8;
  color: #2a2a2a;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
}

.shows-events-tabs .tabs-content .pagination ul li a:hover,
.shows-events-tabs .tabs-content .pagination ul li.active a {
  background-color: rgb(0, 45, 114);
  color: #fff!important;
}


/*
---------------------------------------------
Tickets Page
---------------------------------------------
*/

.tickets-page {
  margin-bottom: 100px;
}

    .tickets-page .search-box {
        position: relative;
        margin: 5px 0 16px;
        padding: 18px 0 22px;
        background: transparent;
        border-radius: 0;
        overflow: visible;
        box-shadow: none;
        backdrop-filter: none;
    }

.tickets-page .search-box::before,
.tickets-page .search-box::after {
  content: none;
}

.tickets-page .search-box .search-heading {
  position: relative;
  z-index: 1;
}

.tickets-page .search-box h4 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 6px;
}

.tickets-page .search-box .search-heading p {
  color:darkturquoise;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.tickets-page .filter-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: rgba(28, 52, 102, 0.86);
  font-size: 13px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.tickets-page .filter-header {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.tickets-page .filter-layout {
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .tickets-page .filter-layout {
    margin-bottom: 24px;
  }
}

.tickets-page .filter-layout-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

@media (min-width: 992px) {
  .tickets-page .filter-layout-actions {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .tickets-page .filter-layout-actions {
    justify-content: center;
  }
}

.tickets-page .filter-download-btn {
  display:flex;
}

.tickets-page .filter-download-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.tickets-page .filter-download-btn a i {
  font-size: 16px;
}

.tickets-page .filter-summary strong {
  font-size: 18px;
  color: #1f3f7a;
  font-weight: 700;
}

.tickets-page .filter-groups {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px 18px;
  margin-top: 12px;
  align-items: end;
}

.club-filter-groups {
  grid-template-columns: minmax(260px, 1fr) auto auto;
  column-gap: 8px;
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.club-filter-groups .filter-item-wrapper--compact {
  max-width: 180px;
  margin-left: 35px;
}

.tickets-page .filter-item-wrapper {
  width: 100%;
}

.tickets-page .filter-item-wrapper--compact {
  max-width: 180px;
  justify-self: start;
  flex: 0 0 auto;
}

.tickets-page .filter-item-wrapper--wide {
  grid-column: span 2;
}

.tickets-page .filter-actions-wrapper {
  max-width: 240px;
  justify-self: end;
}

.tickets-page .filter-actions {
  display: flex;
  gap: 10px;
}

.tickets-page .filter-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.tickets-page .filter-item.filter-item--inline {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.tickets-page .search-box .filter-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-left: 20px;
    font-weight: 600;
    color: #094c75;
}

    .tickets-page .search-box .filter-label.filter-label--inline {
        display: inline-flex;
        align-items: center;
        margin: 0;
        min-width: max-content;
        color: #0b2842
    }

.tickets-page .filter-item.filter-item--inline .filter-field {
  flex: 1;
}

.tickets-page .filter-item.filter-item--inline .filter-field {
  padding: 10px 22px;
}

.tickets-page .search-box .filter-label.text-muted {
  color: #0b2842 !important;
}

.tickets-page .filter-field {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(8, 58, 100, 0.08);
    border: 1px solid rgba(8, 58, 100, 0.22);
    border-radius: 12px;
    padding: 10px 14px 10px 42px;
    margin-left: 15px;
    margin-right:15px;
    transition: all 0.25s ease;
    min-height: 42px;
    backdrop-filter: blur(3px);
}

.tickets-page .filter-field:focus-within {
  border-color: rgba(8, 58, 100, 0.48);
  box-shadow: 0 12px 24px rgba(8, 24, 52, 0.18);
  background: rgba(8, 58, 100, 0.14);
}

.tickets-page .filter-icon {
  position: absolute;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #094c75;
  font-size: 15px;
}

.tickets-page .filter-input,
.tickets-page .filter-select {
  width: 100%;
  background: transparent;
  border: none;
  color: #0b2842;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 0;
  height: 100%;
}

.tickets-page .filter-input::placeholder {
  color: rgba(11, 40, 66, 0.52);
}

.tickets-page .filter-input::-webkit-input-placeholder {
  color: rgba(11, 40, 66, 0.52);
}

.tickets-page .filter-input:-ms-input-placeholder {
  color: rgba(11, 40, 66, 0.52);
}

.tickets-page .filter-input:-ms-input-placeholder {
  color: rgba(11, 40, 66, 0.52);
}

.tickets-page .filter-input::-webkit-calendar-picker-indicator {
  filter: invert(28%) sepia(34%) saturate(1164%) hue-rotate(166deg) brightness(92%) contrast(89%);
  opacity: 0.9;
  cursor: pointer;
}

.tickets-page .filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  cursor: pointer;
}

.tickets-page .filter-item-wrapper--compact .filter-field {
  padding: 10px 12px;
}

.tickets-page .filter-item-wrapper--compact .filter-select {
    padding: 0 28px 0 4px;
    background-position: right 10px center;
    color: rgba(11, 40, 66, 0.52);
}

.tickets-page .filter-field.filter-field--select {
  padding: 10px 12px;
}

.tickets-page .filter-field.filter-field--select::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #094c75;
  pointer-events: none;
  font-size: 12px;
}

.tickets-page .filter-field.filter-field--select .filter-select {
  text-align: center;
  font-weight: 600;
}

.tickets-page .filter-field.filter-field--select .filter-select-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #0b2842;
  pointer-events: none;
  z-index: 2;
  text-align: center;
}

.tickets-page .filter-field.filter-field--select .filter-select {
  position: relative;
  z-index: 1;
  color: transparent;
  text-shadow: none;
}

.tickets-page .filter-field.filter-field--select .filter-select:focus {
  color: transparent;
}

@media (max-width: 768px) {
  .tickets-page .filter-item-wrapper--wide {
    grid-column: span 1;
  }
}

.tickets-page .search-box option {
  background-color: rgba(0, 45, 114, 0.9);
  color: #ffffff;
}

.tickets-page .filter-item-button {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}


.tickets-page .filter-apply-btn,
.tickets-page .filter-reset-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
  min-height: 44px;
  backdrop-filter: blur(2px);
}

.tickets-page .filter-apply-btn {
  background: linear-gradient(135deg, #0b6ea3, #094c75);
  color: #ffffff;
  border: 1px solid rgba(9, 76, 117, 0.75);
  box-shadow: 0 10px 24px rgba(9, 76, 117, 0.25);
}

.tickets-page .filter-reset-btn {
  background: transparent;
  color: #0b6ea3;
  border: 1px solid rgba(11, 110, 163, 0.45);
}

.tickets-page .filter-reset-btn:hover {
  background: rgba(11, 110, 163, 0.12);
  border-color: rgba(11, 110, 163, 0.55);
}

.tickets-page .filter-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(9, 76, 117, 0.32);
  background: linear-gradient(135deg, #0c7abb, #08507d);
}

.tickets-page .filter-apply-btn:focus-visible,
.tickets-page .filter-reset-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(11, 110, 163, 0.28);
}

.tickets-page .filter-apply-btn i,
.tickets-page .filter-reset-btn i {
  font-size: 16px;
  color: inherit;
}

.tickets-page .filter-reset-btn:focus-visible {
  outline: none;
}

/* Clubs Sayfası Özel Ara Butonu */
.tickets-page .filter-item-button-wrapper {
  width: auto;
  flex-shrink: 0;
  margin-right: 0;
  padding-right: 0;
}

.tickets-page .filter-item-button-wrapper .filter-item-button {
  align-self: flex-end;
  width: auto;
  margin-right: 0;
  padding-right: 0;
}

.tickets-page .club-search-btn {
  width: auto !important;
  min-width: unset !important;
  max-width: fit-content;
  padding: 12px 12px !important;
  font-size: 12px !important;
  min-height: 32px !important;
  gap: 5px;
  border-radius: 8px;
  white-space: nowrap;
}

.tickets-page .club-search-btn i {
  font-size: 12px !important;
}

.tickets-page .club-search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(9, 76, 117, 0.28);
}

@media (max-width: 991px) {
  .tickets-page .filter-summary {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .tickets-page .search-box {
    padding: 18px 18px 22px;
  }
  
  .col-lg-4,
  .col-md-6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .col-lg-4,
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .tickets-page .filter-groups {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .club-filter-groups {
    grid-template-columns: 1fr !important;
  }

  .tickets-page .filter-field {
    padding: 10px 12px 10px 40px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .tickets-page .filter-item-wrapper--wide {
    grid-column: span 1;
  }
  
  .tickets-page .filter-item-wrapper--compact {
    max-width: 100%;
    margin-left: 0 !important;
  }
  
  .tickets-page .filter-item-button-wrapper {
    width: 100%;
  }
  
  .tickets-page .club-search-btn {
    width: 100% !important;
    justify-content: center;
  }

  .tickets-page .filter-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .tickets-page .filter-actions-wrapper {
    max-width: 100%;
    width: 100%;
  }
  
  .tickets-page .filter-apply-btn,
  .tickets-page .filter-reset-btn {
    width: 100%;
  }
  
  .tickets-page .filter-item.filter-item--inline {
    flex-direction: column;
    align-items: stretch;
  }
  
  .tickets-page .filter-label.filter-label--inline {
    display: block;
    padding-left: 0;
    margin-bottom: 8px;
  }
}

.tickets-page .search-box .filter-control__button .main-dark-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
 
.tickets-page .heading h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.tickets-page .ticket-item .thumb {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #f8f9fa;
    object-fit: contain;
}

.tickets-page .ticket-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tickets-page .ticket-item .thumb .price {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(15, 23, 42, 0.75);
  border-radius: 24px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
}

.tickets-page .ticket-item .thumb .price span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.tickets-page .ticket-item .thumb .price span em {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
}

.tickets-page .ticket-item {
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tickets-page .ticket-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.tickets-page .ticket-item .down-content {
  background-color: #fafafa;
  padding: 30px;
}

.tickets-page .ticket-item .down-content span {
  font-size: 14px;
  color: #656c74;
  font-weight: 700;
}

.tickets-page .ticket-item .down-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 10px;
  margin-bottom: 25px;
}

.tickets-page .ticket-item .down-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tickets-page .ticket-item .down-content ul li {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 300;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tickets-page .ticket-item .down-content ul li i {
  color: rgb(0, 45, 114);
  margin-right: 0;
  min-width: 18px;
  height: auto;
  float: none;
  line-height: 1.4;
  font-size: 15px;
}

.tickets-page .ticket-item .down-content .main-dark-button {
  margin-top: 30px;
}

.tickets-page .pagination ul {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.tickets-page .pagination ul li {
  display: inline-block;
  margin: 0px 10px!important;
}

.tickets-page .pagination ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid rgb(0, 45, 114);
  color: rgb(0, 45, 114);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
}

.tickets-page .pagination ul li a:hover,
.tickets-page .pagination ul li.active a {
  background-color: rgb(0, 45, 114);
  color: #fff!important;
}



/*
-------------------------------
Ticket Details Page
-------------------------------
*/

.ticket-details-page {
  margin: 100px 0px;
}

.ticket-details-page img {
  max-width: 100%;
  overflow: hidden;
}

.ticket-details-page .right-content {
  margin-left: 15px;
}

.ticket-details-page .right-content h4 {
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
}

.ticket-details-page .right-content span {
  font-size: 14px;
  font-weight: 700;
  color: #656c74;
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.ticket-details-page .right-content ul {
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ticket-details-page .right-content ul li {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 300;
  margin-bottom: 15px;
}

.ticket-details-page .right-content ul li i {
  color: #7c838b;
  margin-right: 10px;
  width: 15px;
  height: 25px;
  float: left;
}

.ticket-details-page .right-content .quantity-content {
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.ticket-details-page .right-content .quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.ticket-details-page .right-content .quantity-content .right-content {
  text-align: right;
}

.ticket-details-page .right-content .quantity-content .left-content h6 {
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
}

.ticket-details-page .right-content .total h4 {
  float: left;
  font-size: 20px;
  margin-top: 8px;
}

.ticket-details-page .right-content .total .main-dark-button {
  text-align: right;
}
.ticket-details-page .right-content .warn p {
  margin-top: 45px;
}


.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }



#features {
  margin-bottom: 80px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #656c74;
  font-weight: 500;
}


/*
-------------------------------
Event Details Page
-------------------------------
*/

.shows-events-schedule {
  margin-top: 0px;
  padding-bottom: 100px;
  background-color: #f0f0f1;
}

.shows-events-schedule ul li {
  background-color: #fff;
  padding: 30px 30px 25px 30px;
  margin-bottom: 30px;
}

.shows-events-schedule ul li .title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.shows-events-schedule ul li .title span {
  font-size: 14px;
  font-weight: 700;
  color: #656c74;
}

.shows-events-schedule ul li .time span {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 300;
  display: inline-block;
  width: 200px;
}

.shows-events-schedule ul li .time span i {
  color: #7c838b;
  margin-right: 10px;
  width: 15px;
  height: 25px;
  float: left;
  font-size: 18px;
}

.shows-events-schedule ul li .place span {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 300;
  display: inline-block;
}

.shows-events-schedule ul li .place span i {
  color: #7c838b;
  margin-right: 10px;
  width: 15px;
  height: 25px;
  float: left;
  font-size: 18px;
}

.shows-events-schedule ul li .main-dark-button {
  text-align: right;
}

.shows-events-schedule .pagination ul {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.shows-events-schedule .pagination ul li {
  display: inline-block;
  margin: 0px 10px!important;
  padding: 0px;
  background-color: transparent;
}

.shows-events-schedule .pagination ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 20px;
  background-color: #fff;
  color: #2a2a2a;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all .3s;
}

.shows-events-schedule .pagination ul li a:hover,
.shows-events-schedule .pagination ul li.active a {
  background-color: rgb(0, 45, 114);
  color: #fff!important;
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


/*@media (max-width: 1036px) {

  .owl-show-events .owl-nav {
    display: none;
  }

}*/

@media (max-width: 992px) {

  .amazing-venues .right-content {
    margin-left: 0;
    margin-top: 45px;
  }

  .subscribe,
  .subscribe input,
  footer .address,
  footer .hours {
    text-align: center; 
  }

  .subscribe h4 {
    margin-bottom: 20px;
  }

  .subscribe .main-dark-button {
    margin-top: 20px;
  }

  footer .address {
    margin-bottom: 45px;
  }

  footer .hours {
    margin-top: 45px;
  }

  .sub-footer,
  .sub-footer .social-links {
    text-align: center;
  }

  .coming-events .event-item {
    margin-bottom: 30px;
  }

  .coming-events .left-button {
    display: none;
  }

  .under-footer,
  footer p.copyright {
    text-align: center;
  }

  .about-item .right-content {
    margin-left: 0px;
  }

  .about-item .down-content {
    border-left: 1px dotted #d7dadc;
  }

  .about-upcoming-shows .next-shows {
    margin-top: 30px;
  }
  
  .also-like .like-item {
    margin-bottom: 30px;
  }

  .page-heading-rent-venue span,
  .page-heading-shows-events span {
    padding: 0px;
  }

  .rent-venue-tabs .heading-tabs .main-dark-button,
  .shows-events-tabs .heading-tabs .main-dark-button {
    display: none;
  }

  .shows-events-tabs #tabs ul li {
    margin-bottom: 15px;
  }

  .shows-events-tabs .tabs-content .event-item .right-content ul li i {
    height: 40px;
  }
  .shows-events-tabs .tabs-content .event-item .right-content {
    padding: 30px;
  }

  .shows-events-tabs #tabs ul li:last-child {
    margin-bottom: 0px;
  }

  .shows-events-tabs .tabs-content .sidebar {
    margin-bottom: 45px;
  }

  .tickets-page .search-box {
    text-align: center;
  }
  
  .tickets-page .search-box .main-dark-button,
  .tickets-page .search-box select {
    margin-top: 30px;
  }

  .shows-events-tabs .tabs-content .pagination ul li,
  .shows-events-schedule .pagination ul li,
  .tickets-page .pagination ul li {
    margin: 0px 2px!important;
  }

  .ticket-details-page .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }

  .shows-events-schedule ul li,
  .shows-events-schedule ul li .main-dark-button {
    text-align: center;
  }

  .shows-events-schedule ul li .title,
  .shows-events-schedule ul li .time,
  .shows-events-schedule ul li .place {
    margin-bottom: 15px;
  }
  
  .venue-tickets .row {
    row-gap: 20px;
  }
  
  .venue-item .down-content {
    padding: 24px 20px 28px;
  }
  
  .venue-item .right-content .event-title {
    font-size: 20px;
    min-height: auto;
  }
  
  .venue-item .right-content .event-description {
    font-size: 15px;
    min-height: auto;
  }
  
  .section-heading h2 {
    font-size: 24px;
  }
  
  .page-heading-shows-events h2 {
    font-size: 36px;
  }
  
  .page-heading-shows-events span {
    font-size: 16px;
  }
  
  .filter-download-btn {
    margin-top: 15px;
  }
  
  .filter-download-btn a {
    font-size: 13px;
    padding: 10px 16px;
  }

}

@media (max-width: 450px) {

  .rent-venue-tabs #tabs ul li {
    text-align: center;
    margin-right: 0px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
  } 

  .rent-venue-tabs #tabs ul .ui-tabs-active a:after,
  .shows-events-tabs #tabs ul .ui-tabs-active a:after {
    display: none;
  }

  .rent-venue-tabs .tabs-content ul.list {
    text-align: center;
  }

  .rent-venue-tabs .tabs-content ul.list li {
    text-align: center;
    width: 100%;
  }

  .pre-header {
    display: block;
  }
  
  .main-banner {
    padding: 80px 0px 60px 0px;
  }
  
  .main-banner h2 {
    font-size: 24px !important;
  }
  
  .main-banner .counter-content li {
    min-width: 50%;
    font-size: 12px;
  }
  
  .main-banner .counter-content li span {
    font-size: 28px;
  }
  
  .page-heading-shows-events {
    padding: 60px 0 70px !important;
  }
  
  .page-heading-shows-events h2 {
    font-size: 28px !important;
  }
  
  .page-heading-shows-events span {
    font-size: 14px;
  }
  
  .section-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .section-heading h2 {
    font-size: 20px;
  }
  
  .venue-item .right-content .event-title {
    font-size: 18px;
  }
  
  .venue-item .right-content .event-description {
    font-size: 14px;
  }
  
  .venue-item .down-content {
    padding: 20px 16px 24px;
  }
  
  .tickets-page .heading h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  
  .tickets-page .ticket-item .down-content h4 {
    font-size: 18px;
  }
  
  .tickets-page .ticket-item .down-content {
    padding: 20px;
  }
  
  .main-white-button a,
  .main-dark-button a {
    font-size: 13px;
    padding: 10px 16px;
  }
  
  footer {
    padding-top: 40px;
  }
  
  footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .sub-footer {
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .sub-footer .logo span {
    font-size: 24px;
  }
  
  .sub-footer .menu ul li {
    margin: 8px 10px 4px 10px;
  }
  
  .sub-footer .menu ul li a {
    font-size: 13px;
  }
  
  .pagination .page-link {
    padding: 8px 14px;
    font-size: 13px;
  }
  
  .owl-show-events .item .carousel-image {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  
  .show-events-carousel .event-info h4 {
    font-size: 18px;
  }
  
  .show-events-carousel .event-info p {
    font-size: 13px;
  }

}


@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } 
}

.pagination .page-link {
  border: 1px solid rgb(0, 45, 114);
  color: rgb(0, 45, 114);
  padding: 10px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: rgb(0, 45, 114);
  color: #fff;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background-color: rgb(0, 45, 114);
  border-color: rgb(0, 45, 114);
  color: #fff;
}