/*!
Theme Name: Vienna tickets online
Theme URI: http://underscores.me/
Author: Mania
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vienna-tickets-online
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vienna tickets online is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* RESET */
::-moz-selection {
    background: var(--brown-color);
    color: #fff;
}

::selection {
    background: var(--brown-color);
    color: #fff;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/GothamBook.ttf') format('truetype');
    /* Alternativno: url('fonts/MojFont.woff2') format('woff2'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/GothamBold.ttf') format('truetype');
    /* Alternativno: url('fonts/MojFont.woff2') format('woff2'); */
    font-weight: bold;
    font-style: normal;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--black-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--orange-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--dark-blue);
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-color: var(--blue-color) #fff;

}

body {

    scroll-behavior: smooth;
    position: relative;
    background-color: var(--beige-color);
    overflow-x: hidden;
}


body.loading,
html.loading {
    overflow: hidden;



}

body.no-scroll,
html.no-scroll {
    overflow: hidden;
}

#alertMsg {
    font-size: 14px;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    cursor: pointer;
}

button {
    cursor: pointer;
    outline: none;
    border: none;
    font-family: inherit;
}

button[disabled] {
    cursor: default;
}

p {
    color: var(--brown-color);
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: 'Gotham Book';


}

a {
    color: var(--brown-color);
    font-family: 'Gotham Book';
}

ul,
ol {
    list-style: none;
}

input,
textarea {
    font-family: inherit;
    resize: none;
}

/* HIDE ARROWS ON NUMBER INPUTS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}


h2 {
    color: var(--brown-color);
    font-size: 13rem;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.28rem;
    text-transform: uppercase;
    font-weight: 400;


}

h2 span {
    color: var(--orange-color);
    text-transform: uppercase;
    font-weight: 400;
}

/* RESET */

/* UTILITIES */
:root {
    --white-color: #fff;
    --brown-color: #524A3D;
    --orange-color: #FFA24E;
    --black-color: #000;
    --gray-color: #EAE5D5;
    --beige-color: #F8F1E7;

}

.container {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 166rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.container-right {
    padding-left: calc((100vw - 147rem) / 2);
    position: relative;
}

.container-left {
    padding-right: calc((100vw - 147rem) / 2);
    position: relative;
}

.page-loader {
    position: absolute;
    height: 100vh;
    display: flex;
    z-index: 50;
    width: 100%;
    transition: 0.3s ease;



}

.page-loader::after {
    content: "";

    background-color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: 0.8s ease;

}

.page-loader.remove::after {
    opacity: 0;
}

.page-loader.remove-curtain .curtain-left {
    transform: translateX(-100%);
}

.page-loader.remove-curtain .logo {
    opacity: 0;
}

.page-loader.remove-curtain .curtain-right {
    transform: translateX(100%);
}


.fade-out-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 15;


}

.fade-out-mask {
    transition: 2s ease;
}

.fade-out-mask img {
    height: 100%;
}

.fade-to-black img {
    display: block;
    width: 100%;
    height: auto;

    /* Početno stanje: prozirna maska u centru */
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: 0%;
    mask-size: 0%;

    animation: fadeToBlack 2s ease-out forwards;
}

/* Animacija: maska raste iz centra, prekrivajući sliku */
@keyframes fadeToBlack {
    to {
        -webkit-mask-size: 200%;
        mask-size: 200%;
    }
}

.page-loader .logo {
    width: 47rem;
    height: 13rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.8s ease;

}

.page-loader .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.page-loader .curtain-left {
    position: relative;
    width: 55%;
    transition: 1.8s ease-in-out;

}

.page-loader .curtain-right {

    width: 45%;
    transition: 1.8s ease-in-out;
}

.page-loader .curtain-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.page-loader .curtain-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*index*/
.hamburger {
    width: 35px;
    height: 24px;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 8px);
    transform-origin: center;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -10px);

}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s ease;

}

header.active {
    background: unset;
    background-color: var(--brown-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

}

header.header-inner-page {
    background: unset;
}

header.active.header-inner-page {
    background-color: var(--brown-color);
}

header.header-inner-page.active .header-links li a {
    color: var(--white-color);
}

header.header-inner-page.active .cart {
    border: 1px solid white;
}

header.header-inner-page.active .cart path {
    fill: white;
}

header.header-inner-page .header-links li a {
    color: var(--brown-color);
}

header.header-inner-page .cart {
    border: 1px solid var(--brown-color);
}

header.header-inner-page svg path {
    fill: var(--brown-color);

}

.header-logo {
    width: 21rem;
    height: 6rem;

}

.header-mobile-logo {
    display: none;
}

.header-logo img {
    width: 100%;
    height: 100%;

}

nav .select-container {
    display: none;
}

nav {
    transition: 0.3s ease;
}

.hamburger.active span {
    background-color: var(--brown-color)
}

header.opened-menu .language-dropdown svg path {
    fill: var(--brown-color);
}

header.opened-menu .cart {
    border: 1px solid var(--brown-color) !important;
}

header.opened-menu svg path {
    fill: var(--brown-color);
}

header.opened-menu nav.active {
    transform: translateX(0);
}

nav .select-container {
    margin-bottom: 2rem;
}

nav .featured-options {
    display: none;
}

#hero {
    position: relative;
    height: 100dvh;
    display: flex;
    align-items: center;
}

.white-bottom-mobile {
    display: none;
}

#hero::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11.1rem;
    background: #F8F1E7;
    background: linear-gradient(0deg, rgba(248, 241, 231, 1) 0%, rgba(0, 0, 0, 0) 100%);


}

#hero h1 {
    color: var(--beige-color);
    margin-left: 6.5rem;
    margin-right: 6.5rem;
    line-height: 1;
    margin-bottom: 3rem;
    font-size: 8rem;
}

#hero h1 span {
    margin-left: auto;
    display: inline-block;
    width: fit-content;
    float: right;
    margin-right: 6.5rem;

}

#hero h1 i {
    color: var(--orange-color);
}

#hero .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;

}

#hero .background.balerina {
    z-index: 2;
    opacity: 1;
    transition: 3s ease;
    filter: grayscale(100%) sepia(30%) brightness(0.8);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header-links {
    display: flex;
    align-items: center;
    gap: 2.4rem;

}

.header-links li {
    color: var(--white-color);
    font-size: 1.8rem;

    transition: 0.3s ease;
}

.header-links li a {
    font-family: 'Gotham Book';
    color: white;
    transition: 0.3s ease;
}

.header-links li a:hover {
    color: var(--orange-color) !important;
}

.cart {
    border: 1px solid var(--white-color);
    height: 4.6rem;
    width: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 5;
}

.cart-amount {
    color: var(--orange-color);
    font-family: 'Gotham Book';
    font-size: 1.8rem;
    font-weight: 900;
}

.lang-cart-container {
    display: flex;
    gap: 5.4rem;
    align-items: center;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    width: 4rem;
}

.language-dropdown .arrow {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
}

.language-dropdown * {
    font-family: 'Gotham Book';
    font-size: 1.8rem;
}

.language-dropdown.open .arrow {
    transform: rotate(180deg);

}

.pagination-dots {
    width: 100%;
    height: 5rem;

    z-index: 6;
    position: relative;
    display: flex;
    gap: 1rem;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;

}

.pagination-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--brown-color);
    cursor: pointer;
    transition: background 0.3s;

}

.pagination-dots .dot.active {
    background: var(--orange-color);
}

.dropdown-toggle {
    width: unset;
    background: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--beige-color);
    font-family: 'Gotham Book';
}

.flag {
    width: 20px;
    height: 14px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 120px;
    background: transparent;

    z-index: 1000;
    color: var(--beige-color);
}

.dropdown-menu li {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.language-dropdown.open .dropdown-menu {
    display: block;
}

.frame-container {
    height: 47rem;
    max-width: 110rem;

    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: visible;

}

.frame-container .background-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

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

.frame-container .background {
    position: absolute;
    top: 0;
    z-index: 5;

    height: 100%;
    object-fit: fill !important;
}

#featured {

    padding-top: 15.6rem;
    position: relative;

}

/* .background.blur-frame {
    position: relative;
    width: 335px;
    height: 685px;
    background-color: transparent;
    clip-path: path('M167.5 4 C144.349 4 121.916 11.35758 100.805 25.8876 H32.4512 V55.5724 H4 V624.735 H32.4512 V659.117 H100.805 C121.938 673.647 144.372 681.005 167.5 681.005 C190.628 681.005 213.062 673.647 234.195 659.117 H303.02 V624.735 H331 V55.5724 H303.02 V25.8876 H234.195 C213.062 11.35758 190.651 4 167.5 4 Z');
    backdrop-filter: blur(5px);
    filter: drop-shadow(2px 0 20px #D9D3C0);
    z-index: 1;
} */
.border-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 335px;
    height: 685px;
    z-index: 1;
    pointer-events: none;
}

.blur-shape {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    clip-path: path('M167.5 4 C144.349 4 121.916 11.35758 100.805 25.8876 H32.4512 V55.5724 H4 V624.735 H32.4512 V659.117 H100.805 C121.938 673.647 144.372 681.005 167.5 681.005 C190.628 681.005 213.062 673.647 234.195 659.117 H303.02 V624.735 H331 V55.5724 H303.02 V25.8876 H234.195 C213.062 11.35758 190.651 4 167.5 4 Z');
    position: absolute;
    z-index: 0;
    background-color: transparent;

}

#featured h2 {
    text-align: center;
}

#featured .background {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5rem;
	z-index:-1;


}

.cards-left,
.cards-right {


    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 45rem;
    height: 56.4rem;
    position: relative;
}

/* .cards-left .card {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: none;

}

.cards-right .card {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(50px);

} */

.card {

    border: 1px solid var(--orange-color);
    height: 100%;


}

.swiper-pagination-common {
    display: flex;
    height: 50px;

    width: 100%;
    gap: 1rem;
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center;



}

.pagination-dot {
    height: 1rem;
    width: 1rem;
    border: 1px solid var(--brown-color);
    border-radius: 50%;
}

.pagination-dot.active {
    background-color: var(--orange-color);
}

.card-date {


    display: flex;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;

    border-bottom: 1px solid var(--orange-color);
    padding-bottom: 1rem;
    padding-top: 1rem;


}

.card-date .day {
    color: var(--brown-color);
    font-size: 4.8rem;
    padding-right: 2rem;
    font-family: "Playfair Display", serif;
    line-height: unset;

}

.card-date .month-time {
    padding-left: 2rem;
    padding-right: 2rem;
    min-width: 11rem;
    border-left: 1px solid var(--orange-color);

}



.card-date .type {
    color: var(--orange-color);
    font-size: 1.6rem;
    text-transform: uppercase;
    font-family: 'Gotham Book';
    padding-bottom: 1rem;
    margin-left: auto;
    margin-top: auto;

}

.card-photo {
    padding: 1rem 1.5rem;
    height: 20rem;
    border-bottom: 1px solid var(--orange-color);

}

.card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.card-text {
    padding-left: 4rem;
    padding-top: 2.3rem;
    padding-right: 4rem;
}

.card-name {
    color: var(--brown-color);
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 2rem;

}

.card-text p {
    color: var(--brown-color);
    font-size: 1.6rem;
    font-family: 'Gotham Book';
    margin-bottom: 2rem;

}

.orange-link {
    color: var(--black-color);
    background-color: var(--orange-color);
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-family: 'Gotham Book';
    transition: 0.3s ease;


}

.orange-link:hover {
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
    background-color: transparent;

}

.transparent-link {
    font-family: 'Gotham Book';
    background-color: var(--beige-color);
    color: var(--brown-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    height: 4.6rem;
    border: 1px solid var(--brown-color);

    font-size: 1.6rem;

    width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: 0.3s ease;

}

.transparent-link:hover {
    background-color: var(--brown-color);
    color: white;
    border: none;
}

.transparent-link img {
    transition: 0.3s ease;
}

.transparent-link:hover img {
    transform: translateX(10px);
}

.card-links {
    display: flex;
    gap: 1.5rem;
    width: 24rem;
}

.card-links a {
    width: 100%;
}

.featured-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 3rem;
}

.featured-filter {

    height: 70rem;

    position: relative;

    width: 33.5rem;
    padding-top: 9rem;






}

.featured-filter .background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
    z-index: 0;


}

.select {
    font-family: 'Gotham Book';
    appearance: none;
    /* sklanja default strelicu u većini browsera */

    background-color: transparent;
    height: 4.6rem;
    border: 1px solid var(--brown-color) !important;
    padding-left: 2rem;

    padding-right: 4rem;
    width: fit-content;

    position: relative;
    font-size: 1.8rem;

}

.select::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(images/arrow-select.svg);
    height: 5px;
    width: 10px;
    background-position: center;
    background-size: contain;

}

.filter-options-container {

    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.select-container {
    position: relative;

    width: fit-content;

}

.select-container::after {

    content: "";
    position: absolute;
    width: 10px;
    height: 10px;

    right: 2rem;
    top: 41%;

    background-image: url("images/arrow-select.svg");
    background-position: center;
    background-repeat: no-repeat;



}

.featured-options {
    display: flex;
    flex-direction: column;


    gap: 3rem;
    margin-top: 4rem;
}

.featured-options button {
    all: unset;
    text-align: center;
    background-color: transparent;
    font-size: 1.8rem;

    font-family: 'Gotham Book';
    cursor: pointer;
    transition: 0.3s ease;

}

.featured-options button:hover {
    color: var(--orange-color);
}

select option {
    font-size: 1.8rem;

    font-family: 'Gotham Book';
}

.see-all-events {
    font-family: 'Gotham Book';
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-left: 3rem;
    padding-right: 3rem;
    height: 4.6rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    font-size: 1.8rem;
    border: 1px solid var(--brown-color);
    margin-top: 4rem;
    position: relative;
    z-index: 5;
    transition: 0.3s ease;


}

.see-all-events img {
    transition: 0.3s ease;
}

.see-all-events:hover img {
    transition: 0.3s ease;
    transform: translateX(15px);


}

#experience {
    margin-top: 9rem;
}

#experience h2 {
    letter-spacing: 9.6px;
    font-size: 12rem;
    line-height: 1;

}

#experience h2 span {
    font-size: 10rem;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 0;
    display: block;
    position: relative;
    left: 30rem;
    width: fit-content;

}

.experience-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem;
    gap: 5rem;
}

.experience-text-img {
    display: flex;
    gap: 3rem;
    margin-left: 15rem;

    height: 28.7rem;
}

.experience-text-img p {
    width: 25.5rem;
    text-align: right;

}

.experience-img {
    max-width: 51.3rem;
    height: 28.7rem;
    position: relative;

}

.experience-img .frame {
    position: absolute;
    width: unset;
    height: unset;
    bottom: -3rem;
    right: -3rem;

}

.experience-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-text-img {
    display: flex;
    align-items: flex-end;

}

.experience-graphic div {

    height: 24.1rem;
    display: flex;
    flex-direction: column;

    justify-content: center;


}

.experience-graphic h3 {
    color: var(--orange-color);
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
    font-weight: 400;
}

.experience-graphic p {
    width: 14.8rem;
}

.experience-graphic {
    width: 43rem;
    height: 40.5rem;
    flex-shrink: 0;

    position: relative;
}

.experience-graphic .background {
    position: absolute;
    top: 0;
    left: 0;

}

.experience-graphic div:nth-of-type(1) {
    position: absolute;
    top: -1rem;
    left: 18%;
}

.experience-graphic div:nth-of-type(2) {
    position: absolute;
    bottom: -4rem;
    left: 5rem;



}

.experience-graphic div:nth-of-type(3) {
    position: absolute;
    bottom: 1.5rem;
    right: 3rem;

}


#theatre h2 {
    position: relative;
    top: 6.5rem;
    margin-left: 9rem;
    z-index: 2;
}

#theatre p {
    width: 100%;
    max-width: 47rem;
}

#theatre .img-container {
    width: 102.4rem;
    height: 58rem;
    flex-shrink: 0;
    position: relative;

}

#theatre .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#theatre .img-container .frame {
    width: unset;
    height: unset;
    position: absolute;
    top: -3rem;
    right: -3rem;
    transform: rotate(270deg);
}

.theatre-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5rem;


}

.theatre-inner .text {
    margin-bottom: 5rem;
}

.link {
    display: flex;
    gap: 2rem;
    align-items: center;
    font-size: 1.6rem;
    text-transform: capitalize;

}

.link img {
    transition: 0.3s ease;
}

.link:hover {
    text-decoration: underline;
}

.link:hover img {
    transform: translateX(15px);
}

#theatre a {
    margin-top: 3.4rem;
}

#opera .img-container {
    width: 82rem;
    height: 49rem;
    position: relative;


}

.opera-inner {
    display: flex;
    gap: 7.8rem;
    align-items: flex-end;

}

#opera {
    position: relative;
}

#opera .figure {
    position: absolute;
    right: 0;

}

#opera .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#opera .text {
    width: 40.4rem;
    position: relative;

}

#opera .link {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

#opera h2 {

    top: 7rem;
    text-align: center;
    margin-right: 3rem;
    position: relative;
    z-index: 2;


}

#concerts h2 {
    position: relative;
    top: 7rem;
    margin-left: 13rem;
    z-index: 2;
}

#concerts .img-container {
    width: 100%;
    max-width: 102.4rem;
    height: 58rem;
    position: relative;


}

#concerts .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#concerts .img-container .frame {
    width: unset;
    height: unset;
    position: absolute;
    bottom: -3rem;
    left: -3rem;
    transform: rotate(90deg);
}

.concerts-inner {
    display: flex;
    align-items: flex-end;
    gap: 4rem;
    justify-content: space-between;

}

#concerts .frame {
    position: absolute;
    width: unset;
    height: unset;

}

.concerts-inner p {
    width: 100%;
    max-width: 47rem;
}

.concerts-inner .link {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

#voucher {
    position: relative;
    margin-top: 20rem;
}

#voucher h2 {
    line-height: 1;
    margin-bottom: 3.3rem;


}

#voucher h2 span {
    color: var(--brown-color);
    position: relative;
    left: -14rem;
    z-index: -1;
}

#voucher .background {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 13rem;

}

#voucher .background .bg-mobile {
    display: none;
}

#voucher .background::after {
    content: "";
    height: 90%;
    top: 2rem;
    border: 1px solid white;
    width: 100%;
    z-index: 5;
    display: block;
    position: absolute;
}

.voucher-inner {
    display: flex;
    gap: 10rem;
    align-items: flex-start;

}

#voucher .transparent-link {
    margin-top: 2rem;
}

#voucher .container {
    max-width: 136rem;
}

#voucher .text-container p strong {
    font-family: 'Gotham Book';
}

footer .contact-info {

    width: 30rem;

}

.contact-info a {
    font-size: 1.6rem;
    color: var(--brown-color);
}

.contact-info a:hover {
    text-decoration: underline;
}

footer .contact-info h3 {
    color: var(--orange-color);
    font-size: 2.2rem;
    margin-bottom: 2.3rem;
    font-weight: 400;



}

.address {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;


}

.address svg {
    margin-top: 1rem;
}

.address p a {
    color: var(--orange-color);
    font-style: italic;
    display: block;
    text-decoration: underline;
}

.phone {
    display: flex;
    gap: 2.2rem;
    margin-bottom: 1.5rem;

}

.email {
    display: flex;
    gap: 2.2rem;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    border-bottom: 0.5px solid var(--brown-color);
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem;

}

form input {

    border: 1px solid var(--beige-color);
    height: 4.6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #FFFBF5;
    font-family: 'Gotham Book';
    font-size: 1.6rem;
    width: 100%;
    color: var(--brown-color);
}

footer form input,
footer form textarea {
    background-color: rgba(248, 241, 231, 0.1);
    color: var(--brown-color);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(8px);
    /* podrška za Safari */

}

footer form input::placeholder,
footer form textarea::placeholder {
    color: var(--brown-color);
}

input::placeholder,
textarea::placeholder {
    font-size: 1.6rem;
    color: var(--brown-color);
}

form textarea {

    background-color: #FFFBF5;
    border: 1px solid var(--beige-color);
    height: 4.6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-family: 'Gotham Book';
    font-size: 1.6rem;
    padding-top: 1.2rem;

}

.contact-form {
    display: flex;
    width: 67.5rem;
    justify-content: space-between;
    align-items: center;

}

footer .socials {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

footer .socials a path {
    transition: 0.3s ease;
}

footer .socials a:hover path {
    fill: var(--orange-color);

}

.footer-middle {
    display: flex;
    justify-content: space-between;
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
    align-items: flex-end;
    border-bottom: 1px solid var(--brown-color);

}

.payment-options {
    margin-top: 2.5rem;
    display: flex;
    gap: 2rem;
}

.footer-links {
    width: 62rem;
    display: grid;
    grid-template-columns: repeat(3, auto);
    row-gap: 3rem;
}

.footer-links li a {
    transition: 0.3s ease;

}

.footer-links li a:hover {
    color: var(--orange-color);

}

.footer-links li {
    color: var(--brown-color);
    font-size: 1.8rem;
}

.footer-logo {
    width: 20rem;
    height: 6rem;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 2rem;
    align-items: center;
}

footer {
    position: relative;
}

footer .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;

}

#inner-page-hero {
    position: relative;
    height: 45.6rem;
}

#inner-page-hero .background {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;

}

#inner-page-hero .background-mobile {
    display: none;
}

#inner-page-hero .container {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#inner-page-hero .graphic {
position: absolute;
    right: 5rem;
    top: 0px;

    width: 78rem;
  
    top: -15rem;
    right: -10rem;

}

#inner-page-hero h1 {
    color: var(--brown-color);
    font-size: 12rem;
    font-weight: 400;
    letter-spacing: 9.6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

#events-menu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid var(--orange-color);
    border-bottom: 1px solid var(--orange-color);

}

#events-menu .select {
    background-color: var(--gray-color);
    border: none !important;
}

.selected-event {
    display: none;
}

.events-list {
    display: flex;
    gap: 3rem;
    align-items: center;

}

.events-list li:hover a {
    color: var(--orange-color);

}

.events-list li,
.events-list li a,
.selected-event {
    color: var(--brown-color);
    font-size: 1.8rem;
    font-family: 'Gotham Book';



}

#events-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

#calendar {
    padding-top: 3.5rem;
}

#calendar .years {
    display: flex;
    gap: 2rem;
    flex: 1;
}

#calendar p {
    font-size: 2.8rem;
    color: var(--brown-color);
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-right: 2rem;
}

#calendar .container {
    display: flex;
    align-items: center;
    gap: 1.6rem;


}


#months li {
    font-size: 2.2rem;
    color: var(--brown-color);
}

#months {
    display: flex;

    align-items: center;
    border: 1px solid #E4DECC;
    padding-left: 5rem;
    padding-right: 5rem;

    height: 4.6rem;
    gap: 3.5rem;
    max-width: 104rem;




}



.year.active {
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
}

.year {
    height: 4.6rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--brown-color);
    border: 1px solid var(--brown-color);
    font-family: 'Gotham Book';
    background-color: transparent;
}

.event-card {

    align-items: center;
    padding-right: 3rem;
    justify-content: space-between;


}

#events-cards {
    margin-top: 11rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#events-calendar {

    margin-bottom: 16rem;
}

#events-cards .event-card:nth-child(even) .flex {
    flex-direction: row-reverse;
    margin-left: 8rem;

}



.event-card {
    display: flex;
    height: 32rem;
    padding-top: 7.6rem;
    padding-bottom: 8.5rem;
    position: relative;

}

.event-card::before {
    content: "";
    position: absolute;
    top: 3.8rem;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #EAE5D5;
    z-index: -1;



}

.event-card::after {
    content: "";
    position: absolute;
    bottom: 5.2rem;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #EAE5D5;
    z-index: -1;
}


.event-date {
    color: var(--brown-color);
    width: 16.5rem;

    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EAE5D5;
    flex-direction: column;
    font-family: 'Gotham Book';
    font-size: 1.6rem;
    gap: 1.4rem;


}

.event-date-time {
    display: flex;
}

.event-date span {
    color: var(--orange-color);
    font-size: 6rem;
    font-weight: bold;
    display: block;

}

.type-time {
    width: 18rem;
    padding-left: 1rem;
    padding-right: 1rem;

    flex-shrink: 0;

    border-right: 1px solid #EAE5D5;
    border-left: 1px solid #EAE5D5;



}

.type-time-inner {
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    background-color: var(--gray-color);
}

.type-time p {
    font-style: italic;
    font-weight: 600;
}

.type-time span {
    font-family: 'Gotham Book';
    font-size: 1.6rem;
}

#buy-ticket:hover {
    text-decoration: underline;
}

#buy-ticket,
#send {
    background-color: var(--orange-color);
    height: 4.6rem;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: 'Gotham Book';
    font-size: 1.8rem;
    margin-left: auto;
    width: fit-content;
}

#buy-ticket {
    margin-left: 2rem;
}

.sold-out-text {
    font-size: 2.6rem;
    text-transform: uppercase;
    padding-right: 2rem;
}

.event-text {
    margin-left: 8rem;
}

.event-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-text h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 3.2rem;
    color: var(--brown-color);
    margin-bottom: 0.5rem;

}

.event-photo {
    height: 32rem;
	transform:rotate(-6deg);
    width: 31rem;
    flex-shrink: 0;
    position: relative;
	-webkit-clip-path: path(
    'M56.9628 306.58L56.9213 305.52C56.2779 285.855 40.4219 270.451 20.7886 270.451H20L20.0415 266.585C27.2431 243.136 31.5392 204.512 31.5392 163.29C31.5392 122.068 27.2639 83.4443 20.0623 59.9957L20.0208 59.767V56.0876H20.8094C40.4219 56.0876 56.2987 40.7046 56.942 21.0394L56.9835 20L57.9797 20.3326C81.0789 28.1488 120.719 32.8053 164.012 32.8053C207.304 32.8053 246.944 28.1488 270.044 20.3326L271.04 20L271.081 21.0394C271.704 40.0602 287.082 55.4224 306.052 56.0252L307.11 56.0668L306.778 57.0646C298.975 80.2014 294.326 119.906 294.326 163.29C294.326 206.674 298.995 246.42 306.799 269.557L307.172 270.659L305.637 270.555C304.993 270.513 304.329 270.472 303.665 270.472C284.135 270.472 268.259 285.813 267.532 305.375L267.491 306.414L266.495 306.081C243.582 298.431 204.689 293.858 162.476 293.858C120.262 293.858 80.8091 298.494 57.959 306.248L56.9628 306.58Z'
  );

  clip-path: path(
    'M56.9628 306.58L56.9213 305.52C56.2779 285.855 40.4219 270.451 20.7886 270.451H20L20.0415 266.585C27.2431 243.136 31.5392 204.512 31.5392 163.29C31.5392 122.068 27.2639 83.4443 20.0623 59.9957L20.0208 59.767V56.0876H20.8094C40.4219 56.0876 56.2987 40.7046 56.942 21.0394L56.9835 20L57.9797 20.3326C81.0789 28.1488 120.719 32.8053 164.012 32.8053C207.304 32.8053 246.944 28.1488 270.044 20.3326L271.04 20L271.081 21.0394C271.704 40.0602 287.082 55.4224 306.052 56.0252L307.11 56.0668L306.778 57.0646C298.975 80.2014 294.326 119.906 294.326 163.29C294.326 206.674 298.995 246.42 306.799 269.557L307.172 270.659L305.637 270.555C304.993 270.513 304.329 270.472 303.665 270.472C284.135 270.472 268.259 285.813 267.532 305.375L267.491 306.414L266.495 306.081C243.582 298.431 204.689 293.858 162.476 293.858C120.262 293.858 80.8091 298.494 57.959 306.248L56.9628 306.58Z'
  );
}

.event-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-photo img.blur {
    opacity: 0.7;
    position: absolute;
}

.event-text {
    width: 100%;
    max-width: 46rem;
}

.event-card .flex {
    display: flex;
    align-items: center;
}

.event-card.sold-out::before {
    height: 75%;

}

.event-card.sold-out .event-date span {
    color: var(--brown-color)
}

.event-card.sold-out::after {
    display: none;
}

.event-details {

    background-color: #f3eddd;


    width: 320px;
    border-radius: 8px;
    color: #3a332d;
    padding-left: 8.2rem;
    padding-top: 2.7rem;
    padding-right: 2.5rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
    align-items: center;



}

.event-details-photo {
    display: flex;
}

.event-details-photo .event-details {
    padding-top: unset !important;

    align-items: flex-start;

}

.row {
    display: flex;
    margin-bottom: 2rem;
}

.event-details .label {
    font-family: 'Gotham Book';
    width: 120px;
    font-style: italic;
    font-size: 1.6rem;
}

.event-details .value {
    font-family: 'Gotham Book';
    font-size: 1.6rem;
    font-weight: bold;
}

.value {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.map-link {
    color: #6c6c6c;
    text-decoration: underline;
    font-style: italic;
}

.map-link:hover {
    color: var(--orange-color);
}

#event-details {
    margin-top: 10rem;
    margin-bottom: 15rem;
}

h2.event-name,
.about-event h2 {
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 3.2rem;
    font-family: "Playfair Display", serif;
    letter-spacing: unset;
    text-transform: capitalize;
}

.event-photo-info {
    display: flex;
    margin-top: 3.5rem;
    gap: 2.5rem;
}

.event-photo-info .event-photo {
    flex: 1;
    height: 28.6rem;

}

.event-photo-info .event-photo img {
    width: 100%;
    height: 100%;
}

.event-details {
    flex: 1;
}

.event-details div:nth-child(1) {
    padding-right: 2rem;
}

.event-details > div:nth-child(2) {

    width: 100%;
    max-width: 29rem;
    justify-content: center;
    display: flex;
    align-items: center;


}

.event-details > div:nth-child(2) {

    display: flex;
    flex-direction: column;
    gap: 2rem;

}

.event-details > div:nth-child(2) button {
    width: 17.5rem;

}


.about-event {
    margin-top: 8.5rem;
    display: flex;
    gap: 6rem;
    position: relative;



}

.about-event .white-graphic {
    position: absolute;
    top: -6rem;
    left: -9rem;
    z-index: -1;
}

.about-event-text {
    padding-top: 4.5rem;
    border-top: 1px solid var(--orange-color);
    position: relative;

}

.about-event-text .detail {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);

}

.design-cards {
    display: flex;
    gap: 6rem;

}

.design-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.design-cards {
    display: flex;

}

.design-card-label {
    font-style: italic;
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 1.4rem;
    font-family: "Playfair Display", serif;
}

#vouchers {
    margin-top: 5rem;
    margin-bottom: 8rem;
}

.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    max-width: 115rem;
    margin: auto;
}

label {
    display: block;
    margin-bottom: 6px;
    color: #444;
}


select {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #eae3d0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-family: 'Gotham Book';
}


select option {
    appearance: none;
    color: var(--brown-color);

}



.full-width {
    grid-column: span 2;
}

.price-total {
    text-align: right;
    color: #FF3737;

    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 2rem;
    font-family: 'Gotham Bold';
}

.add-to-cart {
    background-color: var(--orange-color);
    color: #000;
    padding: 12px 24px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;

    grid-column: span 2;
    justify-self: end;
    font-family: 'Gotham Book';
    padding-left: 10rem;
    padding-right: 10rem;
    width: fit-content;

}

.voucher-form label {
    font-family: 'Gotham Book';
    font-size: 1.8rem;

}

.voucher-form input {
    background-color: var(--gray-color);
    border: 1px solid var(--beige-color);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);


}

.voucher-form {
    margin-top: 5.5rem;

}

#vouchers .voucher-form .select-container .select {
    border: none !important;
    width: 100%;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.voucher-form .select-container {
    width: 100%;
    background-color: var(--gray-color);
    border: 1px solid var(--beige-color);
    box-shadow: unset;
}

.services-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.4rem;
    row-gap: 5rem;

}

.service-card {
    background-color: rgba(213, 196, 170, 0.3);
    height: 37rem;
    padding-bottom: 5rem;
}

.services-cards .service-card:nth-child(1) {
    display: flex;
    padding-left: 5.5rem;
    padding-top: 13.4rem;
    align-items: flex-start;
    gap: 9rem;
    position: relative;


}

.services-cards .service-card:nth-child(1) ul {
    flex-shrink: 0;
    width: 34rem;
    padding-right: 5.4rem;

}

.services-cards .service-card:nth-child(1) .white-frame {
    position: absolute;
    bottom: 1.7rem;
    left: 1.4rem;
}

.services-cards .service-card:nth-child(1) .white-detail {
    position: absolute;
    top: 4rem;
    left: 37.5%;

}

.services-cards .service-card:nth-child(1)::after {
    position: absolute;
    content: "";
    background-color: white;
    height: 100%;
    width: 2px;
    top: 0;
    left: 42%;
}

.services-cards .service-card:nth-child(1)::before {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 90%;
    height: 85%;
    border: 2px solid white;
    bottom: 0;
    left: 0;
    border-top-right-radius: 5rem;
    border-left: unset;
    border-bottom: unset;

}

.services-cards .service-card p {
    font-size: 4.2rem;
    color: var(--brown-color);
    line-height: 5rem;
    font-family: "Playfair Display", serif;
    position: relative;
    z-index: 5;

}


.services-cards .service-card ul {
    display: flex;
    list-style-type: disc;
    flex-direction: column;
    position: relative;
    z-index: 2;


}

.services-cards .service-card ul li {
    font-family: 'Gotham Book';
    font-size: 1.6rem;
    color: var(--brown-color);
}

.services-cards .service-card:nth-child(2) {
    display: flex;
    gap: 3.7rem;
    position: relative;
}

.services-cards .service-card:nth-child(2) ul {
    padding-left: 2rem;

}

.services-cards .service-card:nth-child(2) .white-frame {
    transform: rotate(-180deg);
    position: absolute;
    top: 2rem;
    right: 2.3rem;
}

.services-cards .service-card:nth-child(2) .text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 7rem;

}

#services {
    margin-top: 8.2rem;
}

.services-cards .service-card:nth-child(3) {

    display: flex;
    flex-direction: column;
    padding-top: 3.5rem;
    position: relative;


}

.services-cards .service-card:nth-child(3) .white-frame {
    position: absolute;

    transform: rotate(270deg);
    right: 2.3rem;
    bottom: 1.5rem;
}

.services-cards .service-card:nth-child(3) p {
    padding-left: 6.3rem;
    z-index: 5;
}

.services-cards .service-card:nth-child(3) div {
    display: flex;
    position: relative;
    z-index: 2;
}

.services-cards .service-card:nth-child(3) div img {
    position: relative;
    left: -10rem;
}

.services-cards .service-card:nth-child(3) ul {
    margin-top: 7rem;
}

.services-cards .service-card:nth-child(3)::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: white;
    top: 11rem;
    z-index: 0;
    border-left: unset;


}

.services-cards .service-card:nth-child(3)::before {
    position: absolute;
    content: "";
    height: 85%;
    top: 0;
    left: 0;
    width: 87%;
    border: 2px solid white;
    border-bottom-right-radius: 5rem;
    border-left: unset;
    border-top: unset;
}

.services-cards .service-card:nth-child(4) {
    padding-top: 3.6rem;
    position: relative;
    padding-left: 4rem;
}

.services-cards .service-card:nth-child(4) p {
    position: relative;
    z-index: 1;
}

.services-cards .service-card:nth-child(4)::after {
    content: "";
    position: absolute;
    height: 85%;
    width: 90%;
    border: 2px solid white;
    border-bottom-left-radius: 5rem;
    top: 0;
    right: 0;
    z-index: 0;
    border-top: unset;
    border-right: unset;
}

.services-cards .service-card:nth-child(4)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: white;
    right: 8.5rem;
    top: 0;


}

.services-cards .service-card:nth-child(4) ul {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 53rem;

}

.services-cards .service-card:nth-child(4) .white-detail {
    position: absolute;
    bottom: 3rem;
    right: 5rem;
}

.services-cards .service-card:nth-child(5) {
    position: relative;
    padding-top: 7.3rem;
    padding-left: 6rem;
    display: flex;
    justify-content: space-between;
    padding-right: 4.5rem;
    gap: 2rem;

}

.services-cards .service-card:nth-child(5)::after {
    position: absolute;
    content: "";
    border: 2px solid white;
    width: 28%;
    height: 85%;
    left: 0;
    top: 0;
    border-bottom-right-radius: 5rem;
    border-top: unset;
    border-left: unset;

}

.services-cards .service-card:nth-child(5)::before {
    position: absolute;
    content: "";
    border: 2px solid white;
    border-top: unset;
    border-right: unset;
    right: 0;
    top: 0;
    height: 70%;
    width: 55%;
    border-bottom-left-radius: 5rem;


}

.services-cards .service-card:nth-child(5) .white-detail {
    position: absolute;
}

.services-cards .service-card:nth-child(5) p {
    width: 100%;
    max-width: 33.4rem;
    position: relative;
    z-index: 2;
}

.services-cards .service-card:nth-child(5) .white-detail {
    position: absolute;
    left: 40.5%;

}

.services-cards .service-card:nth-child(6) {
    display: flex;
    padding-left: 3.6rem;
    padding-top: 4rem;
    gap: 7rem;
    position: relative;


}

.services-cards .service-card:nth-child(6) .img-container {
    width: 22.2rem;
    height: 27.2rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;

}

.services-cards .service-card:nth-child(6) .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-cards .service-card:nth-child(6) ul {
    padding-left: 2rem;
    margin-top: 5rem;
}

.services-cards .service-card:nth-child(6)::after {
    position: absolute;
    top: 10rem;
    width: 100%;
    left: 0;
    height: 2px;
    content: "";
    background-color: var(--white-color);
    display: block;
    z-index: 0;

}

.services-cards .service-card:nth-child(6)::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    height: 78%;
    width: 85%;
    border-bottom-right-radius: 5rem;



}

.services-cards .service-card:nth-child(6) .white-frame {
    position: absolute;

    transform: rotate(270deg);
    right: 2rem;
    bottom: 2rem;
}

#services {
    margin-bottom: 12rem;
}

#contact {

    margin-top: 3.5rem;
    margin-bottom: 15rem;
    position: relative;
}

.contact-inner-top {
    position: relative;

}

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

#contact .white-graphic {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-inner-top::after {
    content: "";
    position: absolute;
    height: 60%;
    background-color: rgba(213, 196, 170, 0.3);
    width: 100%;
    top: 9.5rem;

    display: block;

    z-index: -1;


}

#contact .container {

    max-width: 137.5rem;
}

.contact-inner-form h2 {

    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: unset;
    text-transform: capitalize;
}

.contact-inner-form .form-container {
    margin-top: 4.5rem;
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
}

.contact-inner-form .form-container input,
.contact-inner-form .form-container textarea {
    background-color: transparent;
    border-bottom: 2px solid var(--gray-color);

}



.form-row {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.input-group {
    position: relative;
    flex: 1;
    height: 4.6rem;
}

label {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    color: #8d7f6f;
}

/* Zvjezdica pored labela */
label.required::after {
    content: " *";
    color: #ff9c46;
}


input::placeholder,
textarea::placeholder {
    color: #d9cfc0;
}

textarea {
    resize: vertical;

}

button {
    background-color: #ff9c46;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    color: black;
    cursor: pointer;
    margin-left: auto;
    display: block;
    width: 150px;
}

.input-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    font-size: 1.6rem;
    font-family: 'Gotham Book';
}

.input-group input,
.input-group textarea {
    height: 4.6rem;
    background-color: transparent;
    border-bottom: 2px solid var(--gray-color);
}

.input-group,
.input-group textarea {
    height: 4.6rem;
    width: 100%;
}

.contact-inner-form form {
    margin-top: 5rem;
}

.cart-inner {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: flex-start;
    height: 30rem;

}

.cart-img {
    height: 32rem;
    width: 28.5rem;
    flex-shrink: 0;
    position: relative;
    margin-right: 3rem;
    margin-left: 5rem;
}

.cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-inner .event-details {
    width: 30rem;

    flex: unset;
    padding-left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;

    padding-top: 7rem;

}

.cart-inner .event-details .label {
    flex-shrink: 0;
}

.cart-text-container div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;

}

.cart-text-container div a,
.event-text a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-transform: capitalize;

}

.cart-text-container div a img,
.event-text a img {
    transition: 0.3s ease;
}

.cart-text-container div a:hover img,
.event-text a:hover img {
    transform: translateX(15px);
    transition: 0.3s ease;
}

.event-text a {
    margin-top: 2rem;
}

.cart-text-container h2 {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 3.2rem;
    letter-spacing: unset;
    text-transform: capitalize;


}

.cart-text-container {
    flex: 1;
    padding-top: 6rem;
}



.cart-text-container p i,
.cart-text-container p {
    font-family: 'Gotham Book';
}

.cart-text-container .description {
    margin-top: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cart {
    margin-top: 4.5rem;
    position: relative;
    margin-bottom: 16rem;
}

#cart .white-graphic {
    position: absolute;
    right: 0;
    top: 0;

}

.seats-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);


    padding-top: 2rem;

    gap: 1rem;
    position: relative;
    z-index: 3;

}

.seats-rows-container {
    margin-top: 3rem;


}

.seats-rows-container.hide {
    display: none;
}

.seats-header div {
    font-weight: bold;
    color: var(--brown-color);
    font-size: 1.8rem;
    font-family: 'Gotham Book';
    line-height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.seat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-bottom: 1rem;
    gap: 2rem;

}

.seat-row.active .option,
.seats-header .one {
    display: flex;
    width: 48.5rem;
    border: 1px solid var(--orange-color);
    background-color: var(--beige-color);
    height: 4rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;


}

.seat-row .option {
    display: flex;
    width: 48.5rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.seat-row .decrease {
    display: none !important;
}
.seat-row .increase {
  display: none !important;
}

.seat-row .choose-quantity {
    height: 4rem;
    border: 0;
    background-color: #ffffff00;
    width: fit-content;
    display: flex;
    width: 107px;
    text-align: center;
    justify-content: center;
}


.seat-row.active .decrease {
    display: flex !important;
}


.seat-row.active .choose-quantity {
    height: 4rem;
    border: 1px solid var(--orange-color);
    background-color: var(--beige-color);
    width: fit-content;
    display: flex;
}



.seat-row.active .increase {
    display: flex !important;
}

.seat-row .transparent-link {
    display: none;
}

.seat-row.active .choose-quantity {
    display: flex;
}

.seat-row.active .transparent-link {
    display: flex;
}


.seat-row.active .transparent-link {
    display: flex;
}

.quantity-header {
    width: 11rem;
    margin-left: auto;
}

.choose-quantity {
    display: -inline-flex;
    margin-left: auto;
}

.cart-options-container {
    padding-left: 2rem;
    background-color: var(--gray-color);
    width: 100%;
    max-width: 116rem;
    padding-right: 6rem;

    padding-top: 3rem;
    padding-bottom: 3rem;

    z-index: 1;


}

.seats-options {
    width: 100%;


}

.choose-quantity {
    height: 4rem;
    border: 1px solid var(--orange-color);
    background-color: var(--beige-color);
    width: fit-content;
    display: flex;
}

.choose-quantity .increase,
.choose-quantity .decrease {
    font-size: 1.6rem;
    font-family: 'Gotham Book';
    color: var(--brown-color);
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.choose-quantity .quantity {
    font-weight: bold;
    color: var(--orange-color);
    font-size: 2rem;
    font-family: 'Gotham Book';
    margin-top: auto;
    margin-bottom: auto;
    min-width: 3.5rem;
    display: flex;
    justify-content: center;
}

.seats-header .one {
    background-color: transparent;
    border: unset;
}

.price-header {
    width: 6rem;
}

.breadcrumbs {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

#cart h3 {
    margin-bottom: 6.5rem;
    font-size: 2.4rem;
    color: var(--brown-color);
}

.cart-options-outer {
    display: flex;
    gap: 10rem;
    position: relative;
    justify-content: space-between;

}

.cart-element {
    width: 100%;
    max-width: 110rem;
    padding-top: 2.6rem;
    border-top: 1px solid #EAE5D5;
    border-bottom: 1px solid #EAE5D5;
    padding-bottom: 0.6rem;
    height: max-content;




}

.cart-element.hide .price-header {
    display: none;
}

.cart-element.hide .button svg {

    transform: rotate(180deg);
}

.cart-element.hide .quantity-header {
    display: none;
}

.cart-element .transparent-link {
    width: max-content;
}

.choose-seat-category {
    background-color: var(--gray-color);
    margin-top: 2.6rem;
    padding-left: 10rem;
    position: relative;
    padding-bottom: 2rem;

}

.choose-seat-category .choose-seat {
    position: relative;
    z-index: 3;
}

.choose-seat-category .button {
    width: 100%;
    position: absolute;
    height: 8rem;
    left: 0;
    cursor: pointer;


    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    padding-top: 2rem;
    z-index: 4;


}

.choose-seat-category .button svg {
    transition: 0.3s ease;
}

.cart-element-info {
    display: flex;
}

.cart-element-info .number {
    font-weight: 600;
    color: var(--brown-color);
    font-size: 2.4rem;
    border-right: 1px solid var(--gray-color);
    padding-right: 2rem;
    display: flex;
    align-items: center;
}

.cart-element-info .name {
    font-size: 3.6rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-left: 6rem;
    line-height: 1;

}

.cart-element-info .date-location {
    margin-left: 17rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-element-info .date-location p {
    font-weight: 700;

}

.cart-element-info .date-location p span {
    display: block;
    font-family: unset;
}

.cart-element-info .name span {
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
    margin-top: 1rem;
}

#apply-vaucher {
    font-family: 'Gotham Book';
    background-color: var(--brown-color);
    margin-bottom: 7rem;
    width: 100%;
    color: var(--beige-color);
    font-size: 1.8rem;
    margin-top: 1rem;

}

.by-cart-form p {
    font-family: 'Gotham Book';
    font-size: 1.6rem;
}

.by-cart-form .total {
    font-family: 'Gotham Bold';
    margin-left: auto;
    font-weight: bold;
    width: fit-content;
    margin-bottom: 1rem;
}

.by-cart-form .fees {
    font-family: 'Gotham Bold';
    font-size: 1.8rem;
    text-align: center;

}

.by-cart-form .total-amount {
    color: #FF3737;
    font-family: 'Gotham Bold';
    margin-left: auto;
    width: fit-content;
}

.by-cart-form #buy-ticket {
    width: 100%;
    margin-top: 2rem;
    margin-left: unset;
}

.by-cart-form input {
    height: 4rem;
    border: 1px solid var(--brown-color);
    width: 100%;
    padding: 10px;
}





#scroll-spacer {
    height: 0;
}

#voucher .background .bg-desktop {
    width: 100%;
}



@media (max-width: 1500px) {
    .experience-text-img {
        margin-left: unset;

    }
}

@media (max-width: 1415px) {
    #months {
        width: 60.5rem;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #months::-webkit-scrollbar {
        height: 5px;
    }

    #months::-webkit-scrollbar-track {
        height: 5px;
    }

    #months::-webkit-scrollbar-thumb {
        height: 5px;
    }

    #months::-webkit-scrollbar-thumb:hover {
        height: 5px;
    }


}

@media (max-width: 1415px) {
    #voucher h2 {
        font-size: 12rem;
    }

    .voucher-inner {
        gap: 4rem;
    }

    #voucher h2 span {
        left: -10rem;
    }
}

@media (max-width: 1350px) {
    .services-cards .service-card:nth-child(3) div {
        padding-left: 7rem;
        position: static;

    }

    .services-cards .service-card:nth-child(3) {
        position: relative;
    }

    .services-cards .service-card:nth-child(3) div img {
        left: -10rem;
        bottom: 0;
        position: absolute;
        width: 21rem;
    }

    .services-cards .service-card p {
        font-size: 3.2rem;
        line-height: 1;
    }



    .services-cards .service-card:nth-child(1) {
        padding-left: 3.5rem;

    }

    #theatre .img-container {
        width: 78.5rem;
    }

    #concerts h2 {
        text-align: right;
        margin-left: unset;
    }

}

@media (max-width: 1250px) {

    .services-cards .service-card:nth-child(6) {
        flex-direction: column-reverse;
        padding-bottom: 2rem;
        gap: 4rem;


    }


    .services-cards .service-card:nth-child(2) .text-content {
        padding-top: 3rem;
    }

    .services-cards .service-card:nth-child(6) .img-container {
        height: 8.5rem;
        width: 70%;
    }

    .services-cards .service-card:nth-child(1) {
        flex-direction: column;
        padding-top: 4rem;
        padding-left: 9rem;
        gap: 4rem;


    }

    .selected-event {
        display: block;
        padding-left: 2rem;
        padding-right: 3rem;
    }

    .events-list {

        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        background-color: var(--beige-color);
        padding-left: 2rem;
        z-index: 5;
        bottom: -2.5rem;
        transform: translateY(100%);
        padding-bottom: 2rem;
        padding-right: 2rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        display: none;


    }

    .events-list.open {
        display: flex;
    }

    .events-list-container {
        position: relative;


    }

    .events-list-container::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        right: 0;
        top: 7px;
        background-image: url(images/arrow-select.svg);
        background-position: center;
        background-repeat: no-repeat;


    }

    .event-text,
    #events-cards .event-card:nth-child(even) .flex {
        margin-left: 3rem;
    }


}

@media (max-width: 1200px) {
    .sold-out-text {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .event-card {
        display: flex;
        flex-direction: column;
        height: unset;
        padding-top: 1rem;

        border-top: 1px solid #EAE5D5;
        border-bottom: 1px solid #EAE5D5;
        padding-bottom: 2rem;
    }

    .type-time {
        height: unset;
    }

    .event-card.event-card::before {
        display: none;
    }

    .event-card.event-card::after {
        display: none;
    }

    .event-date-time {
        justify-content: center;
    }

    .event-card .flex {
        justify-content: space-between;
    }

    #buy-ticket {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 1167px) {
    .event-details {
        padding-left: 2.5rem;
    }

    .services-cards .service-card:nth-child(5) {
        flex-direction: column-reverse;

    }

    .services-cards .service-card:nth-child(5) .white-detail {
        right: 46.5%;
        top: 0;
    }

    .voucher-inner .img-container img {
        width: 26rem;
    }

    #voucher h2 span {
        left: -7rem;
    }

    #voucher {
        margin-top: 15rem;
    }

    footer {
        padding-top: 7rem;
    }

    .by-cart-form {
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    .seat-row .option {
        width: unset;
        flex: 1;
        margin-right: 2rem;
    }


}

@media (max-width: 1081px) {
    .cart-options-container {
        padding-right: 2rem;
    }

    .cart-options-outer {
        bottom: unset;
        margin-top: 3rem;
    }

    .cart-inner {
        flex-direction: column;
        height: unset;
    }

    .cart-options-outer {
        flex-direction: column;
        gap: 3rem;
    }

    .event-photo-info {
        flex-direction: column;
    }

    .experience-inner {
        flex-direction: column;
    }

    .experience-img {
        max-width: unset;
        width: 100%;
    }

    .experience-graphic {
        margin-left: auto;
        margin-right: auto;
    }

    .experience-text-img {
        margin-right: 2rem;
    }

    #experience h2 span {
        left: 8rem;
    }

    #theatre .img-container {
        width: 68.5rem;
    }



}

@media (max-width: 1035px) {



    .event-photo-info .event-photo,
    .event-details {
        width: unset;
    }

    .about-event {
        flex-direction: column;
    }

    .services-cards .service-card:nth-child(2) ul {
        padding-left: 4rem;
    }

    .services-cards .service-card p {
        height: 16rem;
        background-color: rgba(213, 196, 170, 0.3);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-cards .service-card:nth-child(1) {
        height: unset;
        background-color: unset;
        padding: unset;
        gap: unset;

    }

    .services-cards .service-card:nth-child(1) ul {
        background-color: var(--beige-color);
        width: 100%;
        margin-left: 2.5rem;
        padding-top: 1.5rem;
    }

    .services-cards .service-card:nth-child(2) {
        padding-bottom: unset;
        flex-direction: column;
        height: unset;
        gap: unset;
    }

    .services-cards .service-card:nth-child(2) p {
        position: absolute;
        height: unset;
        top: 3rem;
        right: 2rem;
        width: 70%;
        background-color: transparent;
    }

    .services-cards .service-card:nth-child(2) .white-frame {
        width: 6rem;
        top: 1.5rem;
        right: 1.5rem;
    }

    .services-cards .service-card:nth-child(2) .text-content {
        background-color: var(--beige-color)
    }

    .services-cards .service-card:nth-child(2) .img-container {
        height: 16rem;
        width: 9rem;
    }

    .services-cards .service-card:nth-child(2) .img-container img {
        height: 100%;
    }

    .services-cards .service-card:nth-child(1) .white-frame {
        width: 6rem;
        bottom: 11.7rem;
    }

    .services-cards {
        display: flex;
        flex-direction: column;

    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }

    footer .socials {
        flex-direction: row;
        justify-content: center;

    }

    .footer-top {
        flex-direction: column-reverse;
        gap: 4.5rem;
    }

    .contact-form {
        width: 100%;
        flex-direction: column;
        gap: 3.5rem;
        align-items: flex-start;
    }

    .footer-links {
        width: unset;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 5rem;
        gap: 2.5rem;
    }

    .payment-options div {

        max-width: 15rem;
    }

    .payment-options div img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }




    .contact-form div {
        width: 100%;
    }

    .footer-middle {
        flex-direction: column;
        align-items: flex-start;
        gap: 4rem;
    }

    nav {
        position: fixed;
        left: 0;
        top: 0;


        background: unset;
        background-color: var(--beige-color);
        height: 100%;
        width: 100%;
        padding: 2rem;
        transform: translateX(100%);
    }

    nav .header-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    nav .header-links li a {
        color: var(--brown-color);
    }

    nav .select-container {
        display: flex;
    }

    .header-mobile-logo {
        display: block;
        height: 3.3rem;
        width: 12rem;
        margin-bottom: 7rem;
    }

    .header-mobile-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    nav .featured-options {
        align-items: flex-start;
        padding-bottom: 4rem;
        border-bottom: 1px solid var(--orange-color);
        margin-bottom: 4rem;
    }

    .services-cards .service-card:nth-child(3) {
        background-color: unset;
        padding-top: unset;
        height: unset;
        padding-bottom: unset;
    }

    .services-cards .service-card:nth-child(3) .white-frame {
        right: 1.3rem;
        top: 8.5rem;
        width: 6rem;
    }



    .services-cards .service-card:nth-child(3) ul {
        margin-top: 3rem;
    }

    .services-cards .service-card:nth-child(3) div {
        padding-left: 3rem;

    }

    .services-cards .service-card:nth-child(3)::before {
        height: 46%;
    }

    .services-cards .service-card:nth-child(3)::after {
        top: 5rem;
    }

    .services-cards .service-card:nth-child(4) {
        padding: unset;
        height: unset;
        padding-bottom: 4rem;
    }

    .services-cards .service-card:nth-child(4) p {
        justify-content: flex-start;
        padding-left: 3rem;
    }

    .services-cards .service-card:nth-child(4)::after {
        height: 30%;
    }

    .services-cards .service-card:nth-child(4)::before {
        display: none;
    }

    .services-cards .service-card:nth-child(4) .white-detail {
        top: 27%;
        width: 4rem;
    }

    .services-cards .service-card:nth-child(4) ul {
        margin-left: 4rem;

    }

    .services-cards .service-card:nth-child(5) {
        padding: unset;
        background-color: unset;
        gap: 2rem;
        height: unset;
        margin-left: unset;
    }

    .services-cards .service-card:nth-child(5) p {
        max-width: unset;
        padding-left: 2rem;
    }

    .services-cards .service-card:nth-child(5) ul {
        margin-left: 4rem;
    }

    .services-cards .service-card:nth-child(6) {
        flex-direction: column;
        height: unset;
        background-color: unset;
        padding-left: 2rem;
    }

    .services-cards .service-card:nth-child(6) .img-container {
        width: 14.3rem;
        height: 10rem;
        position: relative;
        z-index: 10;
    }

    .services-cards .service-card:nth-child(6) p {
        height: 16rem;
        position: absolute;
        top: 0;
        left: 0;
        justify-content: flex-end;
        padding-right: 16%;

    }

    .services-cards .service-card:nth-child(6) ul {
        margin-top: unset;
    }

    .services-cards .service-card:nth-child(6)::before {
        height: 36%;
    }

    .services-cards .service-card:nth-child(6)::after {
        top: 5rem;
    }

    .services-cards .service-card:nth-child(6) .white-frame {
        width: 6rem;
        top: 8.5rem;
        right: 1rem;
    }

    .services-cards .service-card:nth-child(5)::before {
        height: 32%;
    }

    .services-cards .service-card:nth-child(5)::after {
        height: 40%;
    }

    .services-cards .service-card:nth-child(5) .white-detail {
        left: unset;
        right: 50%;
        width: 4rem;
        top: 3rem;
    }

    #inner-page-hero h1 {
        font-size: 5.5rem;
        letter-spacing: 4.8px;
        text-align: center;
        line-height: 1;
    }

    #inner-page-hero h1 img {
        width: 8rem;
        margin-top: 2rem;
    }

    .services-cards .service-card:nth-child(1) .white-detail {
        width: 4rem;
    }

    .services-cards .service-card:nth-child(1) .white-frame {
        width: 6rem;
    }

    .services-cards .service-card:nth-child(1) .white-frame {
        bottom: 20.7rem;
    }

    .services-cards .service-card:nth-child(3) p {
        padding-left: 12.3rem;
    }

    .services-cards .service-card:nth-child(3) div img {
        width: 13.4rem;
        bottom: unset;
        top: 6rem;
        left: -2rem;
    }






}

@media (max-width: 983px) {

    .cards-left,
    .cards-right {
        height: 56.4rem;
    }

    .concerts-inner .link {
        margin-bottom: unset;
    }

    .voucher-inner .img-container {
        margin-left: auto;
        margin-right: auto;

    }

    #voucher .background {
        bottom: unset;
        height: 100%;
    }

    #voucher .background .bg-mobile {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    #voucher .background .bg-desktop {
        display: none;
    }

    .voucher-inner {
        flex-direction: column;
        gap: unset;
    }

    #voucher h2 span {
        display: block;
        left: unset;

    }

    #voucher {
        margin-top: 8rem;
        padding-bottom: 6.7rem;
    }

    #voucher h2 {
        font-size: 5.5rem;
        letter-spacing: 4.8px;
    }

    #concerts h2 {
        font-size: 8rem;
        top: 3rem;

    }

    .concerts-inner p {
        max-width: unset;
    }

    #concerts .img-container {
        height: 20rem;
    }

    #concerts .img-container .frame {
        width: 6rem;
        bottom: -1.5rem;
        left: -1.5rem;

    }


    .concerts-inner {
        flex-direction: column-reverse;
    }

    .theatre-inner {
        flex-direction: column-reverse;
    }

    #theatre .img-container {
        width: unset;
    }

    #theatre p {
        width: unset;
        max-width: unset;
    }

    .opera-inner {
        flex-direction: column;
        gap: 3rem;
    }

    #opera .text {
        width: 100%;
    }

    #opera .img-container {
        width: 100%;


    }

    #opera .figure {
        height: 37rem;
        bottom: 0;
    }

    .featured-flex {
        flex-direction: column;
        align-items: center;
    }

    .featured-filter {
        order: -1;
    }

    #featured h2 {
        font-size: 5.5rem;
        letter-spacing: 4.8px;
    }

    .cards-right .card,
    .cards-left .card {
        position: static;
        opacity: 1;
        transform: unset;
        padding-bottom: 2.5rem;
    }

    #featured {
        padding-top: 3.5rem;
        overflow: hidden;
    }
}

@media (max-width: 905px) {
    #contact .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 6.5rem;
    }

    .contact-inner-top::after {
        bottom: 3rem;
        top: unset;
        height: 45%;
    }

    #contact .white-graphic {
        height: 21rem;
    }

    #map {
        height: 25.4rem;
    }

    #map img {
        height: 100%;
        width: 100%;
    }

    #contact {
        margin-bottom: 8rem;
    }
}

@media (max-width: 850px) {






    #events-menu {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .selected-event {
        font-size: 1.8rem;
    }

    #events-cards {
        margin-top: 7rem;
    }

    #calendar .container {
        padding-left: unset;
        padding-right: unset;
    }

    #months::-webkit-scrollbar {
        height: 0;
    }

    #calendar .container {
        align-items: flex-start;
    }

    #calendar p {
        order: -1;
        text-align: left;
        padding-left: 2rem;
        font-size: 2.2rem;
    }

    #calendar .years {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }

    #months {
        order: 2;
        padding-left: 2rem;
    }

    #calendar .container {
        flex-direction: column;
    }

    #months {
        width: 100%;
        border-left: unset;
        border-right: unset;
    }

    #theatre h2 {
        font-size: 5.5rem;
        top: 2.5rem;
        letter-spacing: 4.8px;
        margin-left: unset;
    }

    .theatre-inner {
        gap: 2rem;
    }

    #opera h2 {
        font-size: 5.5rem;
        top: 2.3rem;
        text-align: start;
        letter-spacing: 4.8px;

    }
	#inner-page-hero .graphic{
		top:-9rem;
	right:-2rem;
	width:37rem;}
    .theatre-inner .text {
        margin-bottom: 2rem;
    }

    .design-cards {
        flex-direction: column;
    }

    .voucher-form .form-container {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    #cart .container {
        padding-left: unset;
        padding-right: unset;
    }

    .cart-inner,
    #cart .breadcrumbs {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .cart-text-container {
        padding-bottom: 5rem;
        position: relative;
    }

    .cart-text-container div a {
        position: absolute;
        bottom: 0;
    }

    .cart-inner .event-details,
    .event-details div:nth-child(1) {
        padding-right: unset;
        padding-bottom: unset;
    }

    #cart .white-graphic {
        width: 12rem;
    }


    .cart-img img {
        object-fit: unset;
        height: unset;
        width: 12rem;
    }

    .cart-img {
        width: unset;
        height: unset;
    }

    .cart-inner .event-details {
        justify-content: flex-start;
    }



    .seats-header,
    .seat-row {
        display: flex;
    }

    .cart-img {

        margin-right: unset;
        margin-left: unset;
    }

    .cart-inner .event-details {
        width: unset;
    }

    #event-details {
        margin-top: 5rem;
    }

    h2.event-name,
    .about-event h2 {
        font-size: 2.8rem;
    }

    .event-details {

        flex-direction: column;

    }

    .event-details > div:nth-child(2) {
        border: none;
    }

    .event-details > div:nth-child(2) {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }



    .inner-page-hero h1 img {
        width: 8rem;
    }

    .contact-inner-form .form-row {
        flex-direction: column;
        gap: 2rem;
    }

    .contact-inner-form {
        margin-top: 2rem;
    }

    .contact-inner-form #inner-page-hero h1 img {
        width: 9.6rem;
    }

    #inner-page-hero .background {
        display: none;


    }

    #inner-page-hero .background-mobile {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;

    }

    #inner-page-hero {
        height: 22.5rem;
        overflow: hidden;
    }

   

    header .container {
        padding-right: 2rem;
    }

    #concerts h2 {
        font-size: 5.8rem;
        letter-spacing: 4.8px;
    }


    .hamburger {
        display: flex;
    }

    .lang-cart-container {
        gap: 1.5rem;
    }

    .language-dropdown {
        margin-right: 2rem;
    }

    .hamburger {
        display: flex;
    }

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .dropdown-toggle span {
        display: none;
    }

    .dropdown-toggle {
        width: unset !important;
    }

    .header-logo {
        display: block;
        height: 3.3rem;
        width: 12rem;
    }

    .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #hero h1 {
        font-size: 3.8rem;
    }

    .frame-container .background {
        display: none;
    }

    .frame-container .background-mobile {
        display: block;
        object-fit: fill;
    }

    .frame-container {
        height: 63rem;

    }

    .white-bottom-mobile {
        display: block;
        position: absolute;
        z-index: 5;
        width: 100%;
        bottom: 0;

    }

    #hero h1 {
        margin-right: unset;
        margin-bottom: 8rem;
        margin-left: 3.5rem;
    }

    #hero h1 span {
        float: unset;
        margin: unset;
    }

    .cart {
        height: 3.3rem;
        width: 6.5rem;
        padding-left: 0.5rem;
    }

    .cart svg {
        height: 1.6rem;

    }

    .experience-text-img {
        flex-direction: column;
        height: unset;
        margin-right: unset;

    }

    .experience-text-img p {
        width: 65%;

    }

    .experience-img {
        position: relative;
        right: 2rem;
    }

    #experience h2 {
        font-size: 5.5rem;
        letter-spacing: 4.8px;
    }

    #experience h2 span {
        font-size: 5.5rem;
        letter-spacing: 4.8px;
    }

    .experience-graphic h3 {
        font-size: 2.2rem;
    }

    .experience-graphic p {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .experience-graphic .background {
        width: 100%;

    }

    .experience-graphic {
        width: 100%;
        max-width: 35rem;
        height: 36.5rem;
    }

    .experience-graphic div {
        width: fit-content;

    }

    .experience-graphic div:nth-of-type(3) {

        right: 0;

    }

    .experience-graphic div:nth-of-type(1) {
        top: -3rem;
    }

    .experience-graphic div:nth-of-type(3) {
        bottom: 3.5rem;
    }

    .experience-graphic div:nth-of-type(2) {
        left: 3rem;
        bottom: -2rem;
    }

    #theatre .img-container {
        height: 20rem;
        width: 100%;
    }

    #theatre .img-container .frame {
        top: -1.5rem;
        right: -1.5rem;
        width: 6rem;

    }

    .experience-img .frame {
        bottom: -1.7rem;
        width: 6rem;
        right: -1.7rem;

    }

    #opera .img-container {
        height: 21.1rem;

    }

    .page-loader .logo {
        width: 22rem;
    }


}

@media (max-width: 650px) {
    .event-card .flex {
        flex-direction: column-reverse;
        margin-bottom: 2rem;
    }

    #events-cards .event-card:nth-child(even) .flex {
        flex-direction: column-reverse;
        margin-left: unset;
    }

    .event-text,
    #events-cards .event-card:nth-child(even) .event-text {
        margin-left: unset;
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 600px) {
    .selected-event {
        padding-left: unset;

    }


    .cards-left,
    .cards-right {
        width: 100%;
    }

    .card-text,
    .card-date {
        padding-left: 2rem;
        padding-right: 2rem;
    }



    #experience h2 span {
        left: unset;
    }
}


    .card.sold-out {
        opacity: 0.8;
    }
    
    .sold-out-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 18px;
        z-index: 2;
    }
    
    .sold-out-btn {
        background: #ccc;
        color: #666;
        padding: 8px 16px;
        border-radius: 4px;
        font-weight: bold;
        cursor: not-allowed;
        display: inline-block;
        text-decoration: none;
    }
    
    .card-photo {
        position: relative;
    }



/*placanje */

	
	#payment {
  display: none;
}
	
#buy-cart {
    margin-top: 3.2rem;
    margin-bottom: 11rem;


}




.type-of-payment p,
.personal-info-form p {
    color: var(--brown-color);
    font-size: 2.8rem;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 3rem;


}

.type-of-payment-flex {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.type-of-payment-flex div {
    background-color: var(--gray-color);

    display: flex;
    height: 6rem;
    width: 7rem;
    padding: 1.3rem;

}

.type-of-payment-flex div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.personal-info-form {
    margin-top: 8.5rem;

}

.personal-info-form .input-flex {
    display: flex;
    gap: 2rem;
	margin-bottom: 3rem;
}

.personal-info-form .input-flex input {
    background-color: var(--gray-color);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);

}
.remove-from-checkout{
	font-size: 2.5rem!important;
}
#order_review table dt{
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Gotham Book';
	padding-top: 0.3rem;
}
#order_review table dd p{
	font-size: 16px;
	font-weight: 700;
	    font-family: 'Gotham Book';
}
.product-name .variation{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 30rem;
    margin-top: 3rem;
}

.woocommerce-checkout-review-order h3{
	color: var(--brown-color);
    font-size: 2.8rem;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 3rem;
	margin-top: 5rem;
}
.personal-info-form .input-flex div {
    flex: 1;
}

.personal-info-form form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.personal-info-form label {
    font-size: 1.6rem;
    color: var(--brown-color);
    font-family: 'Gotham Book';
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-family: Arial, sans-serif;
    user-select: none;
}

.custom-checkbox input {
    display: none;

}

.checkbox-box {
    width: 20px;
    height: 20px;
    border: 1px solid var(--brown-color);
    margin-top: 0.5rem;



    margin-right: 10px;
    position: relative;
    transition: all 0.2s ease;
}

.custom-checkbox input:checked + .checkbox-box::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid var(--brown-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);

}

.custom-checkbox input:checked + .checkbox-box {
    background-color: var(--orange-color);
    border: none;

}

.checkbox-label {
    font-size: 16px;
}

.shipping-method {
    margin-top: 9rem;
}


.methods ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.methods ul li  {
    width: 31%; 
}
	
.buttons {
    display: flex;
    gap: 1.6rem;

}

.buttons button {
    width: 20.3rem;
    text-transform: capitalize;
}

.buttons .transparent-link {
    border: 1px solid var(--orange-color);

}

.buttons .link {
    justify-content: center;
    font-family: 'Gotham Book';
    margin-left: unset;
}

@media (max-width: 768px) {
    .personal-info-form form .input-flex {
        flex-direction: column;
    }

    .methods {
        flex-direction: column;
        gap: 3rem;
    }
.methods .custom-checkbox {
    width: 100%; 
}
    .buttons .transparent-link {
        margin-left: unset;
    }

    .buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #buy-cart {
        margin-bottom: unset;
    }

    .type-of-payment p,
    .personal-info-form p {
        font-size: 2.2rem;
    }

    .type-of-payment-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .type-of-payment-flex div {
        height: 6rem;
        width: 11rem;
    }

    .personal-info-form {
        margin-top: 5.5rem;
    }

    .shipping-method {
        margin-top: 4rem;
    }

    .methods {
        margin-bottom: 3.5rem;
    }


}
/* Checkout tabela */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: transparent;
 
}

.woocommerce-checkout-review-order-table thead {
    background: #F8F1E7;
    border-bottom: 1px solid #FFA24E;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 2rem;
    text-align: left;
    font-family: 'Gotham Book';
}

.woocommerce-checkout-review-order-table th {
    color: #FFA24E;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-checkout-review-order-table td {
	color: #524A3D;
    font-size: 2rem;
    font-family: 'Gotham Book';
    font-weight: 700;
}

.woocommerce-checkout-review-order-table tbody tr {
    border-bottom: 1px solid #EAE5D5;
}

.woocommerce-checkout-review-order-table tfoot tr {
    border-top: 1px solid #FFA24E;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 2rem;
    font-weight: 600;
    background: #F8F1E7;
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    font-weight: normal;
    text-transform: none;
    font-size: 2.2rem!important;
	color: #524A3D;
	font-family: 'Gotham Book', sans-serif;
}

/* Sakrivanje shipping radio dugmića */
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    padding: 0 !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul#shipping_method {
    display: none !important;
}

/* Cene */
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    color: #524A3D;
    font-weight: 700;
	font-size: 17px;
		font-family: 'Gotham Book', sans-serif;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi, .woocommerce-checkout-review-order-table .woocommerce-Price-amount span{
		font-family: 'Gotham Book', sans-serif;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount bdi, .woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount span{
		font-size: 2.2rem;
}
.woocommerce-info{
	  border-top-color: #8fae1b;
    font-size: 1.8rem;
    font-family: 'Gotham Book';
}
.order-total th{
	color: #524A3D;
	font-family: 'Gotham Book', sans-serif;
	font-size: 2.2rem!important;
	text-align: right;
}
.woocommerce-message {
    border-top-color: #8fae1b;
    font-size: 1.8rem;
    font-family: 'Gotham Book';
}

.woocommerce-checkout-review-order-table .product-quantity {
    color: #524A3D;
	font-family: 'Gotham Book', sans-serif;
}
.woocommerce-checkout .button{
	font-family: 'Gotham Book', sans-serif;
	font-size: 1.8rem;
}

/*POSLIJE PLAACNJA */
/* --------------------------------------------------
   THANK-YOU PAGE (order-received)
   -------------------------------------------------- */

/* Opći kontejner */
.woocommerce-order {
    background: #fff;
    border: 1px solid #FFA24E;
    padding: 2rem 2.5rem;
    margin: 4rem 0;
    font-family: 'Gotham Book', sans-serif;
}

/* “Hvala” poruka */
.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #F8F1E7;
    border: 1px solid #FFA24E;
    padding: 1.8rem 2rem;
    margin-bottom: 2.5rem;
    color: #524A3D;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

/* Pregled narudžbe (Order overview) */
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 4rem;
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    font-size: 1.6rem;
}

.woocommerce-order-overview li {
    color: #524A3D;
}

.woocommerce-order-overview strong {
    font-weight: 600;
}

/* --------------------------------------------------
   TABELA DETALJA NARUDŽBE
   -------------------------------------------------- */
.woocommerce-order-details .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 3rem;
    background: #fff;
    border: 1px solid #FFA24E;
}

.woocommerce-order-details .shop_table thead {
    background: #F8F1E7;
    border-bottom: 1px solid #FFA24E;
}

.woocommerce-order-details .shop_table th,
.woocommerce-order-details .shop_table td {
    padding: 2rem;
    text-align: left;
    font-family: 'Gotham Book', sans-serif;
}

.woocommerce-order-details .shop_table th {
    color: #524A3D;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-order-details .shop_table td {
    color: #524A3D;
    font-size: 1.6rem;
}

.woocommerce-order-details .shop_table tbody tr {
    border-bottom: 1px solid #EAE5D5;
}

.woocommerce-order-details .shop_table tfoot tr {
    border-top: 1px solid #FFA24E;
}

.woocommerce-order-details .shop_table .product-quantity,
.woocommerce-order-details .shop_table .woocommerce-Price-amount {
    color: #FFA24E;
    font-weight: 600;
}

/* Redovi Subtotal / Shipping / Total */
.woocommerce-order-details .shop_table .order-total th,
.woocommerce-order-details .shop_table .order-total td {
    font-size: 2rem;
    font-weight: 600;
    background: #F8F1E7;
}

/* Shipping oznaka “via …” smanji i poravnaj */
.woocommerce-order-details .shop_table small.shipped_via {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    color: #524A3D;
    margin-top: 0.3rem;
}

/* --------------------------------------------------
   ADRESA KUPCA
   -------------------------------------------------- */
.woocommerce-customer-details {
    border-top: 1px solid #FFA24E;
    padding-top: 2.5rem;
}

.woocommerce-customer-details h2 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #524A3D;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.6;
    color: #524A3D;
    font-size: 1.6rem;
}

.woocommerce-customer-details--email {
    margin-top: 1rem;
}

h2.woocommerce-order-details__title {
    font-size: 5em;
    text-align: center;
}



.card-date .month-time p {
    color: var(--brown-color);
    font-family: 'Gotham Book';
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 1rem;
    font-weight: 600;
    text-transform: capitalize;

}

.event-slider .swiper-button-next:after,
.event-slider .swiper-button-prev:after {
    font-size: 2.4rem;
    color: var(--beige-color);

}



.time-termins .time {
    padding-right: 1.5rem;
    border-right: 1px solid #524A3D;
}

.time-termins {
    position: relative;
}

.time-termins .time:not(:first-child) {
    padding-left: 1.5rem;
}

.card-date .month-time p {
    margin-top: unset;
}

.card-date .month-time {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.cards-left,
.cards-right {
    height: unset;
    min-height: 56.4rem;
    max-height: 60rem;
}

.time-termins .swiper-button-prev:after,
.time-termins .swiper-button-next:after {
    color: var(--orange-color);
    font-size: 2.4rem;

}

.time-termins .swiper-button-next {
    right: -4rem;



}

.time-termins .swiper-button-prev {
    left: -1rem;
    background-color: var(--beige-color);
}

.time-termins .swiper-slide {
    width: auto;
}

.time-termins {
    margin-top: 1rem;
}


.card-photo .swiper{
	height:100%;
}


.available-dates {
    color: var(--brown-color);
    font-weight: bold;


}

.available-dates span {
    font-size: 4.8rem;

    font-weight: 600;
    margin-right: 22px;

}

.available-dates-container {
    background-color: #EAE5D5;
    height: 8.7rem;
    padding-inline: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-calendar .container {
    padding-inline: unset;
}

.dates-buy-ticket {
    width: 100%;

    max-width: 136.5rem;
    margin-left: auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;

}

.available-ticket {
    background-color: var(--gray-color);
    padding-inline: 4.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.6rem;




}

.available-ticket a {
    font-size: 1.6rem;
    text-decoration: underline;

}

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;



}

.popup-overlay.active {
    display: flex;
}

/* Zajednički stil za popup prozor */
.popup {
    background: #fff;
    background-color: white;
    border: 1px solid var(--brown-color);


    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
    width: 100%;
    max-width: 96rem;
    padding-top: 7.5rem;
    padding-left: 8rem;

    position: relative;
    padding-bottom: 8.5rem;
    padding-right: 8rem;
}

.popup .background {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;

}

.popup h3 {
    text-align: left;
    font-size: 4.4rem;
    color: var(--brown-color);
    margin-bottom: 5rem;
}

.popup p {
    text-align: left;
    width: 70%;

}

.close-popup {
    background-color: #EAE5D5;
    width: 3rem;
    height: 3.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

    right: 1rem;
    top: 1rem;





    cursor: pointer;
}

.close-popup svg {
    display: block;
    flex-shrink: 0;

}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 555px) {

    .seat-row.active .option,
    .seats-header .one {
        width: 26rem;

    }

}

@media (max-width: 420px) {
    .quantity-header {
        justify-content: flex-start;
        margin-right: 1.5rem;


    }

    .seat-row.active .option,
    .seats-header .one {
        width: 22rem;
    }

    .seat-row .option {
        width: 24rem;
    }
}

#buyTicketPopUp .icon {
    height: 4.7rem;
    width: 4.7rem;
    border-radius: 50%;
    border: 1px solid var(--orange-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}



#buyTicketPopUp p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 2rem;
}

#buyTicketPopUp .links {
    display: flex;
    gap: 2rem;
}

#buyTicketPopUp .links * {
    flex: 1;
}
.available-ticket{
	border:1px solid transparent;
}
.available-ticket .date{
	cursor:none;
}
.available-ticket:hover{
	border:1px solid var(--orange-color);
}