/* Cleaned & grouped CSS (auto-deduped props) */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 18, 2025 */



@import url('https://fonts.cdnfonts.com/css/cabinet-grotesk');

@font-face {
    font-family: 'migraextrabold';
    src: url('font/migra-extrabold-webfont.woff2') format('woff2'),
        url('font/migra-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'migraextralight';
    src: url('font/migra-extralight-webfont.woff2') format('woff2'),
        url('font/migra-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'migra_italicextrabold_italic';
    src: url('font/migraitalic-extrabolditalic-webfont.woff2') format('woff2'),
        url('font/migraitalic-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'migra_italicextralight_italic';
    src: url('font/migraitalic-extralightitalic-webfont.woff2') format('woff2'),
        url('font/migraitalic-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  scroll-behavior: smooth;
  background-color: #EDC29D;
  overflow-x: hidden;
}

.background-index {
  width: calc(91.6% - 40px);
  position: absolute;
  top: calc(100vh + 40px);
  left: 40px;
  z-index: -1;
  object-fit: cover;
  object-position: top;
  height: 300%;
}

.background-questionmark {
  width: calc(91.6% - 40px);
  position: absolute;
  top: calc(70vh + 40px);
  left: 40px;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.index-hero-image {
  height: calc(100vh - 100px);
  padding: 40px;
  background-image: url('hero-image.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  margin: 100px 0 120px;
}

.hero-image {
  width: calc(100% - 80px);
  height: calc(70vh - 100px);
  padding: 40px;
  background-image: url('hero-image.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  margin: 100px 40px 120px;
  border-radius: 0 0 40px 40px;
}

.prva {
  width: calc(50% - 80px);
}

.druga {
  width: calc(40% - 40px);
  border-radius: 20px;
  max-width: 655px;
  display: flex;
  height: auto;
}

.container {
  width: 100%;
  position: relative;
  padding: 0 0 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: max-content;
}

.container2 {
  width: 100%;
  position: relative;
  padding: 0 8.33% 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: max-content;
  gap: 20px;
}

.container3 {
  width: calc(100% - (16.66% + 80px));
  position: relative;
  padding: 0 0 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: max-content;
  margin: 0 auto;
}

.container div {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 20px;
}

.container section {
  display: flex;
  flex-direction: column;
  gap: 160px;
}

.container3 section {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.container3 img {
  width: calc(50% - 40px);
  border-radius: 20px;
  max-width: 655px;
  display: flex;
  height: 85vh;
  object-fit: cover;
}

.container4 {
  width: 100%;
  display: flex;
  padding: 0 20px 80px;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
}

.container6 {
  width: 100%;
  position: relative;
  padding: 0 40px 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: max-content;
}

.container6 div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.panelisit-predavaci {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: calc(4 * 8.33%);
}

.panelisit-predavaci h1 {
  padding-top: 20px;
}

.panelisti-predavaci-img {
  border-radius: 20px;
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.reverse-row {
  flex-direction: row-reverse;
}

.cta {
  width: calc(100% - 80px);
  padding: 170px 0;
  margin: 0 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  background-image: url(cta.png);
  background-size: cover;
}

.cta-button {
  padding: 20px 20px 17px;
  background-color: #EDC29D;
  border: solid 4px #670000;
  border-radius: 20px;
}

.cta-button a {
  font-family: cabinet grotesk;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
}

.cta-info {
  width: calc(100% - 80px);
  padding: 170px 0;
  margin: 0 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-image: url(cta.png);
  background-size: cover;
}

.cta-info-container {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.cta-info-div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.cta-info .highlight {
  flex: 1;
}
.cta-info-desc{
  width: 50%;
  margin: 0 auto;
  display: flex;

}

.cta-info-button {
  padding: 20px 20px 17px;
  background-color: #EDC29D;
  border: solid 4px #670000;
  border-radius: 20px;
  text-align: center;
}

.cta-info-button a {
  font-family: cabinet grotesk;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
}





.cta-info2 {
  width: calc(100% - 80px);
  padding: 170px 0;
  margin: 80px 40px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-image: url(cta.png);
  background-size: cover;
}
.cta-info-container2 {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cta-info-div2 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.cta-info2 .highlight {
  flex: 1;
}
.cta-info-desc2{
  width: 40%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: center;

}

.cta-info-button2 {
  padding: 20px 20px 17px;
  background-color: #EDC29D;
  border: solid 4px #670000;
  border-radius: 20px;
  text-align: center;
}

.cta-info-button2 a {
  font-family: cabinet grotesk;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
}

.quote-block {
  width: calc(100% - 80px);
  padding: 170px 0;
  margin: 0 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  text-align: center;
  background-image: url(cta.png);
  background-size: cover;
}

.highlight {
  background-color: #670000;
  border-color: #EDC29D;
}

.accordion-container {
  max-width: 50%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 120px;
}

.accordion-item {
  background: none;
  border-radius: 40px;
  outline: 7px solid #670000;
  outline-offset: -7px;
  overflow: hidden;
}

.accordion-header {
  background-color: #670000;
  color: #EDC29D;
  border: none;
  padding: 40px;
  font-size: clamp(19px, 4vw, 36px);
  line-height: 112%;
  cursor: pointer;
  text-align: left;
  font-family: 'migraextrabold';
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
}

.accordion-header div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.accordion-opis {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(14px, 2vw, 19px);
  line-height: 124%;
  font-weight: 400;
  margin-top: 10px;
}

.accordion-header:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #670000;
  outline: #670000 solid 7px;
  outline-offset: -7px;
}

.accordion-icon {
  font-size: clamp(19px, 4vw, 36px);
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #EDC29D;
  padding: 0 40px;
  transition: .3s ease;
}

.accordion-content.active {
  max-height: 500px;
  padding: 40px;
}

.accordion-text {
  color: #670000;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(14px, 2vw, 19px);
  line-height: 124%;
  font-weight: 400;
}

h1 {
  font-family: 'migraextrabold';
  font-size: clamp(28px, 4vw, 48px);
  line-height: 112%;
}

h2 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(19px, 4vw, 28px);
  line-height: 112%;
  font-weight: 400;
}

.quote-block h1 {
  font-size: clamp(12px, 3.5vw, 48px);
  line-height: 130%;
}

h3 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 24px;
  line-height: 124%;
  color: #3C3C3C;
}

.extrabolditalic {
  font-family: 'migra_italicextrabold_italic';
  letter-spacing: 1px;
}

.extralightitalic {
  font-family: 'migra_italicextralight_italic';
  letter-spacing: 1px;
}

em {
  font-family: 'migra_italicextralight_italic';
  letter-spacing: 1px;
}

strong {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(14px, 2vw, 19px);
  line-height: 124%;
  font-weight: 600;
  color: #670000;
}

b {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(14px, 2vw, 19px);
  line-height: 124%;
  font-weight: 600;
  color: #3c3c3c;
}

h2 b {
  font-size: clamp(19px, 4vw, 28px);
  color: #670000;
}

p {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(14px, 2vw, 19px);
  line-height: 124%;
  font-weight: 400;
  color: #3C3C3C;
}

.bez {
  color: #EDC29D;
}

.bordo {
  color: #670000;
}

.timeline {
  margin: 0 auto;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
}

.timeline h3 {
  margin-top: 80px;
}

.gap833 {
  justify-content: center;
  gap: calc(8.33% + 80px);
}

.gap40 {
  justify-content: center;
  gap: 40px;
}

.space-between {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tipska-tekst-blok {
  gap: 5px;
  margin: 10px 0 0;
}

.header {
  background-color: #EDC29D;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  border-bottom: solid 4px #670000;
}

.header-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  height: 65px;
  width: max-content;
  text-decoration: none;
  color: #8b2635;
  font-weight: bold;
}

.nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 10px;
  margin-right: 20px;
}

.nav-link {
  text-decoration: none;
  color: #670000;
  font-size: 18px;
  padding: 10px 10px 7px;
  border-radius: 10px;
  position: relative;
  font-family: 'migraextrabold';
  transition: .1s ease;
}

.nav-link:hover {
  outline: solid 3px #670000;
  outline-offset: -3px;
}

.login-btn {
  background-color: #670000;
  color: #EDC29D;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 10px 7px;
  border-radius: 10px;
  font-family: 'migraextrabold';
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 27px;
  right: 40px;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-btn span {
  width: 20px;
  height: 3px;
  background-color: #670000;
  transition: all 0.3s ease;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 7px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #EDC29D;
  z-index: 999;
  border-radius: 0 0 20px 20px;
}

.mobile-nav.active {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
        opacity: 0;
  transform: translateY(-10px);
}

to {
  opacity: 1;
  transform: translateY(0px);
}
}

.mobile-nav-list {
  list-style: none;
  padding: 20px;
}

.mobile-nav-list li {
  margin-bottom: 15px;
}

.mobile-nav-list .nav-link {
  display: block;
  padding: 12px 0;
  border-radius: 0;
  border-bottom: 1px solid #670000;
}

.mobile-login-btn {
  margin: 20px;
  margin-bottom: 30px;
}

footer {
  width: 100%;
  padding: 60px 40px 40px 40px;
  background-color: #670000;
  color: #EDC29D;
  gap: 120px;
  display: flex;
  flex-direction: column;
  margin: 120px 0 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
}

.footer-main {
  flex: 1;
}

.footer-img {
  width: 100%;
}

.footer-subtitle {
  font-size: clamp(18px, 4vw, 21px);
  font-family: 'Cabinet Grotesk', sans-serif;
  margin-left: 1%;
}

.footer-link {
  display: flex;
  gap: 20px;
  font-size: clamp(18px, 4vw, 21px);
  font-weight: 300;
  font-family: 'Cabinet Grotesk', sans-serif;
  color: #EDC29D;
}

.footer-link a {
  color: #EDC29D;
  text-decoration: none;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.info-img {
  border-radius: 20px;
  width: calc(50% - 80px);
  display: block;
}

.container-card {
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 0 8.33%;
}

.ticket-card {
  background-color: #670000;
  color: #EDC29D;
  border-radius: 20px;
  padding: 40px;
  width: max-content;
  font-family: 'Cabinet Grotesk', sans-serif;
  text-align: left;
  line-height: 124%;
}

.ticket-title {
  font-size: clamp(24px, 4vw, 32px);
  margin-bottom: 20px;
  line-height: 1.2;
}

.price {
  font-size: 48px;
  margin-bottom: 40px;
}

.description {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.features li {
  font-size: clamp(14px, 4vw, 19px);
  margin-bottom: 8px;
  line-height: 1.4;
}

.features li:before {
  content: "• ";
  font-weight: bold;
}

.buy-button {
  background-color: #EDC29D;
  color: #670000;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: clamp(14px, 4vw, 19px);
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.mt120{
  margin-top: 120px !important;
}
.sponzori{
  background-image: url(sponzori.png);
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 55vh;
  overflow: hidden;
  border-radius: 40px;
  margin-top: 20px;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
  .timeline{
    width: 90%;
  gap: 5px;
}
.sponzori{
  background-image: url(sponzori_mobile.png);
  height: 50vh;
  border-radius: 20px;
}

.timeline h3 {
  margin-top: 40px;
}

.accordion-container {
  max-width: 100%;
  margin-bottom: 80px;
}

.accordion-item {
  border-radius: 20px;
  outline: #670000 solid 4px;
  outline-offset: -4px;
}

.accordion-header {
  background-color: #670000;
  color: #EDC29D;
  border: none;
  padding: 20px;
  font-size: clamp(19px, 4vw, 36px);
  line-height: 112%;
  cursor: pointer;
  text-align: left;
  font-family: 'migraextrabold';
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
}

.accordion-header div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.accordion-opis {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(14px, 2vw, 19px);
  line-height: 124%;
  font-weight: 400;
  margin-top: 10px;
}

.accordion-header:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #670000;
  outline: #670000 solid 4px;
  outline-offset: -4px;
}

.accordion-content {
  padding: 0 20px;
}

.accordion-content.active {
  padding: 20px;
}

.gap833 {
  justify-content: center;
  gap: 40px;
}

.gap40 {
  justify-content: center;
  gap: 40px;
}

.space-between {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.background-index {
  width: 100%;
  position: absolute;
  top: calc(90vh + 40px);
  left: 0px;
  height: 320%;
}

.background-questionmark {
  width: 100%;
  position: absolute;
  top: calc(70vh + 40px);
  left: 0px;
  z-index: -1;
  height: 200%;
  object-fit: cover;
  object-position: top;
}

.index-hero-image {
  height: calc(90vh - 90px);
  padding: 20px;
  gap: 10px;
  margin: 90px 0 120px;
}

.hero-image {
  width: 100%;
  margin: 90px 0px 80px;
  border-radius: 0;
}

.prva {
  width: calc(100% - 40px);
}

.druga {
  width: 100%;
  border-radius: 20px;
  transform: rotate(0deg);
  max-width: 655px;
  display: flex;
  height: auto;
}

.container {
  width: 100%;
  position: relative;
  padding: 0 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
}

.container div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.container section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}

.container3 {
  width: 100%;
  padding: 0 20px 80px;
  flex-direction: column;
  margin: 0 auto;
}

.container3 section {
  width: 100%;
  gap: 20px;
  padding: 0 20px;
}

.container3 section br {
  display: block;
}

.container3 img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: top;
}

.container4 {
  display: flex;
  padding: 0 20px 80px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  gap: 80px;
}

.panelisit-predavaci {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  width: 100%;
}

.panelisit-predavaci h1 {
  padding-top: 10px;
}

.panelisti-predavaci-img {
  border-radius: 20px;
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.container5 {
  flex-direction: column;
  gap: 20px;
}

.topic-button {
  font-size: 14px;
  padding: 15px 20px;
}

.content-panel {
  padding: 20px;
}

.cta {
  width: calc(100% - 40px);
  margin: 0 20px;
  flex-direction: column;
  align-items: center;
  background-image: url(cta.png);
}

.cta-button {
  padding: 20px 20px 17px;
  background-color: #EDC29D;
  border: solid 4px #670000;
  border-radius: 20px;
  text-align: center;
  width: max-content;
}

.cta-button a {
  font-family: cabinet grotesk;
  font-weight: 600;
  font-size: clamp(20px, 4vw, 32px);
  text-decoration: none;
}

.cta-info-div {
  flex-direction: column;
}

.cta-info-button a {
  font-size: 24px;
}

.cta-info2 {
  margin: 40px 40px 0;
}
.cta-info-desc2{
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: center;

}
.info-img {
  display: none;
}

.highlight {
  background-color: #670000;
  border-color: #EDC29D;
}

p br {
  display: none;
}

strong br {
  display: none;
}

b br {
  display: none;
}

h1 br {
  display: none;
}

h3 br {
  display: none;
}

h1 br:last-of-type {
  display: block;
}

h3 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 24px;
  line-height: 124%;
  color: #3C3C3C;
}

.extrabolditalic {
  font-family: 'migra_italicextrabold_italic';
}

strong {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 19px;
  line-height: 124%;
  font-weight: 600;
  color: #670000;
}

.nav {
  display: none;
}

.nav-link:hover {
  outline: none;
}

.mobile-menu-btn {
  display: flex;
}

.header-container {
  padding: 20px;
}

.logo {
  height: 50px;
}

footer {
  padding: 40px 20px;
  margin: 80px 0 0;
}

.footer-subtitle {
  margin-top: 0;
  margin-left: 0;
}

.footer-link {
  width: 100%;
}

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

@media (max-width: 480px) {

footer {
  padding: 30px 15px 25px 15px;
}

.footer-title {
  font-size: 2rem;
}

.footer-links {
  flex-direction: column;
  gap: 15px;
}

.footer-legal {
  flex-direction: column;
  gap: 15px;
}
}
