/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary: #091433;
    --light: #f1f8ff;
    --dark: #111a24;
  --background-color: #0b1120;
  --accent-color-1: #3dcd83;
  --accent-color-2: #83cd3d;
  --text-color: #ececec;
  --heading-color: #ffffff;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}
.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}


.header {
  background: url('../img/about.jpeg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 400px 0 100px;
}


.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #3dcd83;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.section-title {
  font-size: 38px;
  margin-top: 40px;
  text-align: center;
}

.details, .program, .special-offer, .reviews, .tickets, .contact, .newsletter, .artist {
  padding: 40px 0;
}

.artist p {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  /* list-style: none; */
  padding: 0;
}

ul li {
  font-size: 18px;
  margin: 10px 0;
}

.ticket-form, .newsletter-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

.ticket-form label, .newsletter-form label {
  margin: 10px 0 5px;
}

.ticket-form input, .ticket-form select, .newsletter-form input {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.social-links li {
  margin: 0 10px;
}

.social-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.btn-primary:hover {
  background-color: #969696;
  transition: background-color 0.3s ease;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #fff; 
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #d1bde1;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

/*** Footer ***/

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
    .cookie-wrapper {
        width: 100%;
    }
}
@media (max-width: 600px) {
  .contact-img {
    display: none;
  }
}

.cookie-wrapper {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 40%;
    background: #0b1120;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(0, 0, 0);
    z-index: 999;
    @media (max-width: 600px) {
        width: 100%;
    }
}
.cookie-wrapper .show {
    right: 20px;
}

.hidden {
    display: none;
}
header i {
    color: #091433;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #091433;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #091433;
    text-decoration: none;
    text-align: center !important;
}
.data p a:hover {
    text-decoration: underline;
}
.buttons {
    padding: 20px 0px;
    text-align: center;
}
.buttons .cookie-button {
    border: 2px solid #091433;
    color: #fff;
    padding: 8px 0;
    background: #091433;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.5s ease;
    max-width: 150px;
    border-radius: 0;
}
.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #091433;
}
#declineBtn {
    background-color: #fff;
    color: #091433;
}
#declineBtn:hover {
    background-color: #091433;
    color: #fff;
}
/* Footer Style */


/* Стилі для головного екрану "О нас" */
.about-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--background-color);
}
.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}


.about-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--accent-color-1);
  margin-bottom: 2rem;
  line-height: 1.4;
}

.about-description {
  font-size: 1.25rem;
  color: var(--text-color);
  margin-bottom: 3rem;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .about-title {
    font-size: 2.8rem;
  }
  
  .about-subtitle {
    font-size: 1.5rem;
  }
  
  .about-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .about-title {
    font-size: 2.2rem;
  }
  
  .about-subtitle {
    font-size: 1.3rem;
  }
  
  .about-description {
    font-size: 1rem;
  }
  
  .about-hero {
    min-height: 90vh;
  }
}


/* new styles  */
:root {
  --primary: #091433;
  --light: #f1f8ff;
  --dark: #111a24;
  --background-color: #0b1120;
  --accent-color-1: #3dcd83;
  --accent-color-2: #83cd3d;
  --text-color: #ececec;
  --heading-color: #ffffff;
}

/* Загальні стилі */
body {
  font-family: 'Roboto', sans-serif;
  color: var(--text-color);
  background-color: var(--background-color);
}

.section-padding {
  padding: 5rem 0;
}

.gradient-text {
  background: linear-gradient(90deg, var(--accent-color-1), var(--accent-color-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.btn-primary-gradient {
  background: linear-gradient(90deg, var(--accent-color-1), var(--accent-color-2));
  border: none;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(61, 101, 205, 0.3);
}

.btn-primary-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(118, 61, 205, 0.4);
}

.img-decoration {
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}

.img-decoration:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(61, 101, 205, 0.3);
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: -1;
  object-fit: cover;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

/* Медіа-запити для адаптивності */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .img-container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
}
/* Стилі для блоків */
.section {
  padding: 4rem 0;
}

.section-title {
  color: var(--heading-color);
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}


.card-custom {
  background-color: rgba(17, 26, 36, 0.5);
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-custom:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(61, 101, 205, 0.2);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-body-dark {
  background-color: var(--dark);
  color: var(--text-color);
}

.accent-text {
  color: var(--accent-color-1);
  font-weight: 500;
}

.tips-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}

.tips-list .material-icons {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--accent-color-1);
}

.season-box {
  border-left: 3px solid var(--accent-color-1);
  padding: 0.5rem 0 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
.bg-dark-semi {
  background-color: rgba(17, 26, 36, 0.7);
  border: 1px solid rgba(61, 101, 205, 0.2);
}
/* Додаємо лише один новий клас для іконок маршрутів */
.route-day {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--accent-color-1), var(--accent-color-2));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin-right: 10px;
}
/* Додатковий стиль для карти */
.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.map-iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.contact-info-item {
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color-1), var(--accent-color-2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 1rem;
  flex-shrink: 0;
}