/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Cormorant Garamond', serif;
==================================== */

/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  About me 
4.  Repertoire
5.  Calendar
6.  Media
7.  Footer

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #676a81;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  display: inline-block;
  text-decoration: none;
  color: #6a708e;
  font-size: 18px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #3b3d44;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
}
p {
  margin: 0;
  line-height: 1.8;
  color: #434343;
  font-size: 14px;
  font-family: "Cormorant Garamond", sans-serif;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
ul li {
  list-style: none;
}
select,
input,
textarea,
button {
  box-shadow: none;
  outline: 0 !important;
}
button {
  background: transparent;
  border: 0;
}

html,
body {
  height: 100%;
  position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.section {
  padding-top: 30px;
}

.fix {
  position: relative;
  clear: both;
}

.section-heading h2 {
  margin-top: 3rem;
  font-weight: 600;
  padding-bottom: 1em;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
  position: relative;
  z-index: 9999;
}
@media (min-width: 1024px) {
}
nav.navbar.bootsnav.no-background {
  background-color: #292929;
  border: none;
}

nav.navbar.bootsnav {
  background-color: #898989;
  border-bottom: transparent;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #fff;
  font-size: 2.2em;
  text-transform: lowercase;
  padding: 30px 0 10px;
  letter-spacing: 0.3em;
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: italic;
}

.navbar-header img {
  max-height: 80px;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 35px 20px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a {
  color: #fff;
  font-size: 17px;
}

.navbar-nav .fa-globe {
  color: white;
}

.navbar .nav.navbar-nav.navbar-right .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: auto !important;
}

.navbar .nav.navbar-nav.navbar-right .dropdown-menu > li > a {
  color: #fff !important;
  padding: 6px 12px !important;
  white-space: nowrap;
}

.navbar .nav.navbar-nav.navbar-right .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

nav.navbar.bootsnav ul.nav > li > ul > li > a {
  color: #c1c7d2;
  font-weight: 400;
  font-size: 18px;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active > a {
  color: #ffffff;
  font-weight: bold;
}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
  overflow-y: hidden !important;
  height: 210px;
}
.menu-ui-design::-webkit-scrollbar {
  width: 1px;
}
.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #1b263b;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px;
  top: 0;
}
nav.navbar.bootsnav .navbar-toggle i {
  color: #fff;
}
/*.navbar-toggle */

/*-------------------------------------
          Welcome
--------------------------------------*/
.welcome-photo {
  width: 100%;
  height: 900px;
  background-image: url("../images/Felix Pacher Gallery Image 5.jpg");
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between; */
}
/*-------------------------------------
        3.  About
--------------------------------------*/

.tab {
  display: flex;
  justify-content: flex-end;
}

/*.single-about-txt*/
.single-about-txt h3 {
  font-size: 18px;
  color: #3c4258;
  text-transform: initial;
  line-height: 1.8;
}
.single-about-txt p {
  font-size: 19px;
  padding: 10px 0 10px;
}
.single-about-txt p:first-child {
  padding-top: 0;
}
.single-about-add-info {
  margin: 35px 0;
}
.single-about-add-info h3 {
  color: #636a82;
  font-size: 16px;
  text-transform: capitalize;
}
.single-about-add-info p {
  font-weight: 300;
  border: 0;
  padding: 0;
  margin-top: 3px;
}
/*.single-about-txt*/
.img-container {
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
/*.single-about-img */
.single-about-img img {
  max-height: 650px;
}
.about-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 109%;
  height: 90px;
  background: #1f2c6c;
}
/*.ab-list-icon */
.about-list-icon ul {
  display: flex;
}
.about-list-icon ul li a {
  padding-right: 22px;
  cursor: pointer;
  color: #fff;
}
.about-list-icon ul li a {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  border: 2px solid;
  margin-left: 20px;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.about-list-icon ul li a i {
  margin-left: 6px;
}

/*-------------------------------------
        4.  repertoire
--------------------------------------*/
/* Repertoire Section */
#repertoire.repertoire {
  color: #000;
  background: #8989891f;
  padding: 3rem 1rem;
}

.filters {
  text-align: center;
  margin-bottom: 2rem;
}

.filters button {
  background: #f5f5f5;
  border: 1px solid #bbb;
  color: #333;
  padding: 0.5rem 1.2rem;
  margin: 0 0.4rem;
  cursor: pointer;
  font-size: 2.5rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.filters button.active,
.filters button:hover {
  background: #444;
  color: #fff;
  border-color: #444;
}

.repertoire-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.category {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
}

.repertoire-half {
  margin: 0 2rem;
}

.category h2 {
  font-size: 1.6rem;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

.composer {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 400;
  color: #555;
  text-decoration: underline;
  text-decoration-color: #5555558a;
  text-underline-offset: 4px;
}

.group ul {
  list-style: none;
  padding-left: 1rem;
}

.group ul li {
  margin: 0.2rem 0;
  font-size: 2.5rem;
  color: #333;
}

.group ul li em {
  font-style: italic;
  color: #777;
}

.hidden {
  display: none;
}

.additional-repertoire-info {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#repertoire p.info {
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  color: #555555;
  line-height: 2rem;
  padding: 2rem 2rem 0;
  width: 70%;
  text-align: center;
}

.additional-timeline-info {
  color: black;
  font-weight: 600;
  padding-top: 0.5em;
  font-size: 24px;
}

.cv-container {
  padding: 2em 0;
  display: flex;
  justify-content: center;
}

.cv-container a {
  width: fit-content;
  padding: 0 10px;
  height: 65px;
  line-height: 60px;
  border-radius: 3px;
  text-transform: capitalize;
  background: #000;
  color: #fff;
  font-size: 25px;
  box-shadow: ;
  font-weight: bold;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  box-shadow: 1px 2px 67px -38px rgba(0, 0, 0, 0.92);
  -webkit-box-shadow: 1px 2px 67px -38px rgba(0, 0, 0, 0.92);
  -moz-box-shadow: 1px 2px 67px -38px rgba(0, 0, 0, 0.92);
}
.cv-container a:hover {
  background: #39414f8f;
  color: #fff;
}

/*-------------------------------------
        5. Calendar
-------------------------------------*/

.event-section-title {
  font-size: 2em !important;
  text-align: center !important;
  margin-bottom: 1rem;
}

.event-card {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.event-card:hover {
  transform: translateY(-4px);
}

.event-date {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 12px;
  text-align: center;
  padding: 2rem 2.5rem;
  margin-right: 1.5rem;
}

.event-date .month {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.5px;
}

.event-date .day {
  font-size: 2.5rem;
  font-weight: bold;
  color: #900;
  line-height: 1.2;
}

.event-info {
  padding-left: 1rem;
}

.event-info h3 {
  margin: 0;
  font-size: 2.2rem;
  color: #111;
  font-weight: 600;
}

.event-info span {
  color: #555;
  font-size: 2rem;
}

.event-info p {
  font-size: 2rem;
}

.event-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 2rem;
  text-decoration: none;
  color: #900;
  font-weight: 600;
}

.event-link:hover {
  text-decoration: underline;
}
/*-------------------------------------
        6. Media
--------------------------------------*/
.media-area {
  display: flex;
  align-items: center;
}

.audio-container p {
  font-size: 20px;
  text-align: center;
}

.audio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.width-third img {
  max-height: 700px;
  width: auto;
}

.gallery .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

iframe {
  display: block;
  margin: 1em auto;
}

.divide-photo {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.781)),
    url("../images/andjela\ -3.png");
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.credits-container {
  position: relative;
  display: inline-block;
  height: fit-content;
  margin-bottom: 0.5em;
}

.credits-container img {
  display: block; /* Prevents unwanted spacing below the image */
  width: 100%; /* Optional: Ensures the image scales responsively */
}

.credits {
  background-color: #1d1d1d;
  color: #cdcccc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.46);
  color: #a8a7a7;
  padding: 0 0.5em;
  font-size: 0.8em;
}

.credits-white {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 100%;
  color: #8080807d;
  font-size: 0.7em;
}
.width-half {
  width: 45%;
}

.width-third {
  width: 30%;
}

.single-photo-container {
  display: flex;
  justify-content: center;
  padding: 0 0.5em;
  margin-bottom: 0.5rem;
}

.single-photo-container > img {
  min-width: 100% !important;
}

.single-photo-container-with-credits {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  height: fit-content;
}

/*-------------------------------------
        Footer
--------------------------------------*/

.footer-copyright {
  margin-top: 1rem;
  background: #8989891f;
  min-height: 300px;
  padding: 3em 0 0;
}

.contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-copyright .footer-title {
  color: #000;
  font-size: 25px;
  text-align: center;
  padding-top: 30px;
  text-transform: lowercase;
  padding-bottom: 0.5em;
}

.footer-title i {
  font-size: 28px;
}

.footer-copyright a {
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0.5em;
  color: #000;
  text-decoration: none;
  font-size: 33px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-copyright .operabase {
  margin-top: 1rem;
  background: white;
  width: fit-content;
  border-radius: 5px;
}

.footer-copyright img {
  height: 20px;
}

.footer-copyright a:hover {
  text-decoration: none;
  color: #696969;
  transform: scale(1.2);
}

#operabaseImg {
  max-width: 280px;
}

.social-media-container {
  display: flex;
  justify-content: center;
}

.custom-icon {
  cursor: pointer;
  stroke: #000;
  margin: 0 1em;
  fill: transparent;
}

.custom-icon:hover {
  cursor: pointer;
  stroke: black;
  margin: 0 1em;
  fill: transparent;
}
/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#scroll-Top .return-to-top:hover {
  background: #fff;
  color: #262f3f;
  border: 1px solid #262f3f;
}

#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;
}

#scroll-Top .return-to-top i {
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes example {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 7px;
  }
}

/*===============================
    Horizontal rule
===============================*/

.hr-text {
  padding-bottom: 30px;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}

.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: #818078;
  padding: 0 0.5em;
  line-height: 1.5em;
  background-color: #fcfcfa;
  font-weight: 500;
  font-size: 1.2em;
}
