@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Veličine fontova */
/* 14px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 56,  3=48px */
/* Težine fontova */
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6; /* Dobar line-height za čitljivost */
  color: #000000; /* Osnovna boja teksta */
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 3.7rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.005em;
  margin: 0 0 0.5em; /* Razmak ispod naslova */
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  font-weight: 500;
  margin: 0 0 0.5em; /* Razmak ispod naslova */
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.67;
}

h4 {
  font-size: 1.25rem;
  font-weight: 300;
}

a {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 0.5em; /* Razmak ispod naslova */
}

.txt-higlight h4 {
  font-weight: 400;
}

.txt-central {
  text-align: center;
}

.section h2 {
  margin-bottom: 32px;
}

@media only screen and (max-width: 600px) {
  #mobile-logo {
    visibility: visible;
  }
  header {
    visibility: hidden;
    position: relative;
  }
  #logo, #contact-header, nav {
    visibility: hidden;
  }
  .header-mob {
    visibility: hidden;
    bottom: 0;
    height: 70px;
    width: 100%;
    position: fixed;
    transition: opacity 0.3s;
    background-color: #fff;
  }
  .header-mob ul {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .header-mob a {
    text-decoration: none;
  }
}
header {
  visibility: visible;
  width: 100%;
  max-width: 2650px;
  position: fixed;
  top: 0;
  transition: top 0.3s;
  z-index: 1000;
  padding: 2rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  mix-blend-mode: difference;
  background-color: transparent;
}

#logo {
  width: 100px;
}

nav {
  width: 330px;
  display: flex;
  justify-content: space-between;
}

.nav-link {
  width: 70px;
  height: 37px;
  text-align: center;
  color: #fff;
  transition: color 0.3s ease;
  mix-blend-mode: difference;
}

.nav-active {
  border-bottom: 1px solid white;
}

.header-mobile {
  visibility: hidden;
}

.cards-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 600px) {
  .cards-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.card {
  height: 300px;
  margin-right: 0.5rem;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  flex: 1 1 0px;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background-color: #f8f9fa;
  background-color: #f5f5f7;
  color: #000;
  text-align: center;
  border-radius: 15px;
}
.card h3 {
  font-weight: 500;
}

.card-vertical {
  height: 300px;
}

.card-recommendation {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-bottom: 0.5rem;
  padding: 1rem;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  background-color: #f5f5f7;
  color: #000000;
  overflow: hidden;
}
.card-recommendation img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}
.card-recommendation h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
}
.card-recommendation div {
  width: 100%;
  padding: 0 0.5rem;
}
.card-recommendation p {
  text-overflow: ellipsis;
  max-width: 700px;
  height: auto;
}

.parallax-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-title {
  font-size: 3rem;
  text-align: center;
  z-index: 2;
}

/* Stilovi za parallax iteme */
.parallax-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease-out;
  transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px));
  z-index: 1;
  background-color: rgb(245, 245, 245);
}

/* Stilovi za slike */
.parallax-image {
  width: 150px;
  height: auto;
}

/* Stilovi za tekst */
.parallax-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: white;
  text-align: center;
}

.button {
  padding: 10px 30px;
  border-radius: 32px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.1rem;
}

.button:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

.btn-header {
  padding: 0px 0px;
}

.btn-primary,
.btn-secondary {
  min-width: 150px;
  border-radius: 24px;
  padding: 12px 24px;
  text-align: center;
  margin-right: 20px;
}

/* PRIMARY */
.btn-primary {
  color: #ffffff;
  background-color: black;
}

.btn-primary:hover {
  background-color: black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* SECONDARY */
.btn-secondary {
  border: 1px solid rgb(86, 86, 86);
  color: black;
}

.btn-secondary:hover {
  background-color: rgb(221, 221, 221);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* CTA Container */
.ctas {
  display: flex;
  flex-direction: row;
}

#projects {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Osnovni stil za sekciju */
.projects-gallery {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease; /* Glatka promena pozadinske slike */
}

/* Osnovni stil za svaki projekat */
.project {
  height: 100px;
  width: 195px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Povećanje dimenzija na hover */
.project:hover {
  transform: scale(1.2); /* Povećava dimenzije za 30% */
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Stil slike i naziva unutar projekta */
.project img {
  width: 100%;
  height: auto;
}

.project h3 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #333;
}

/* Add this to your existing CSS */
.project.active {
  transform: scale(1.25);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 1;
  border: 2px solid #fff;
}

/* Style for the progress bar */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff; /* Color of the progress bar */
  transition: width 3s linear; /* Smoothly animate width over 3 seconds */
}

.center-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.center-text h4 {
  max-width: 500px;
  text-align: center;
}

.project-metrics {
  display: flex;
  flex-direction: row;
  border: 1px solid olivedrab;
}
.project-metrics div {
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid orangered;
}

#projects-preview {
  width: 100%;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 71%, rgb(0, 0, 0) 100%);
}
#projects-preview img {
  width: 100%;
  height: auto;
}

#projects-preview-2 {
  width: 100%;
  text-align: center;
  background-color: black;
}
#projects-preview-2 img {
  width: 100%;
  height: auto;
}

body {
  background-color: rgb(244, 244, 244);
  background: #fff;
}

#wrapper {
  max-width: 2650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dm {
  background-color: #000;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}

/* VARIABLES */
/* SPACING */
/* COLORs */
section {
  padding: 5rem;
  min-height: 40vh;
}

@media only screen and (max-width: 600px) {
  section {
    padding: 2rem;
    min-height: 40vh;
  }
}
.section-min {
  max-width: 1400px;
}

.title-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
}
.title-text h2,
.title-text h4 {
  max-width: 700px;
  margin-bottom: 32px;
}

.title-cards {
  max-width: 1400px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.964); /* Semi-transparent black */
  transition: background-color 0.3s ease;
}

/* Adjust overlay when hovering over the project */
.project:hover .overlay {
  background-color: rgba(0, 0, 0, 0.3); /* Lighten overlay slightly on hover */
}

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hero h1 {
  max-width: 770px;
}
#hero h3 {
  max-width: 700px;
}

@media only screen and (max-width: 600px) {
  #hero {
    height: 100vh;
    justify-content: flex-start;
    background-size: 210%;
    background-position: bottom;
  }
}
.home-page #hero {
  background-image: url("/images/heroes/rock (10).jpg");
  color: white;
}

.interview-page #hero {
  background-image: url("/images/heroes/conference-small.jpg");
}

.about-page #hero {
  background-image: url("/images/heroes/designer-big.jpg");
}

#hero-2 {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#hero-2 h1 {
  max-width: 700px;
  mix-blend-mode: difference;
  background-color: transparent;
}
#hero-2 h3 {
  max-width: 600px;
  mix-blend-mode: difference;
  background-color: transparent;
}

.home-page #hero-2 {
  background-image: url("/images/heroes/rock-9.jpg");
  color: white;
}

footer {
  width: 100%;
  height: 40vh;
  background-color: #000;
  color: #fff;
}

.footer-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  height: 35vh;
}
.footer-cta h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.67;
  margin: 0;
}
.footer-cta h3 {
  margin-bottom: 40px;
}
.footer-cta h4 {
  padding-bottom: 1.5rem;
}

.footer-links {
  padding: 0 3rem;
  display: flex;
  color: #fff;
}

.footer-copy {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4549019608);
}

.designer-metrics h4 {
  font-size: 3.7rem;
  font-weight: 500;
}
.designer-metrics p {
  font-size: 19px;
  font-weight: 300;
}

#recommendations {
  display: flex;
  flex-direction: column;
}
#recommendations h2 {
  text-align: center;
}

.designer-metrics {
  width: 100%;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #ffffff;
}
.designer-metrics div {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.designer-metrics div:nth-child(-n+2) {
  border-right: 1px solid #636366;
}

@media only screen and (max-width: 600px) {
  .designer-metrics {
    flex-direction: column;
    gap: 50px;
  }
}
.about-designer h3 {
  max-width: 700px;
}

.projects-list {
  display: flex;
  flex-direction: column;
}

.project-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
}

.project-image-container {
  width: 50%;
}
.project-image-container img {
  max-width: 600px;
  max-height: 350px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-content,
.project-placeholder {
  width: 25%;
}

.confidential {
  color: red;
}

.project-body {
  overflow: hidden;
}

.horizontal-scroll-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow-x: scroll;
  overflow-y: hidden;
}

.scroll-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding-left: 300px;
  padding-right: 128px;
  background-color: #e5eaf1;
}

.book {
  display: flex;
  flex-direction: row;
  height: auto;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3); /* Senka samo na donjoj strani */
}

.book-page {
  height: 83vh;
  width: 74.6786632391vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-right: 0.5px solid #e3e3e3;
}

.no-page-breake {
  border-right: 1px solid rgb(116, 109, 125);
}

.page-size-half {
  width: 45.9807197943vh;
}

.page-size-wide {
  width: 106.6838046272vh;
}

.page-cover {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.page-cover .page-cover-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
}
.page-cover .page-cover-body {
  padding: 4.36em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
  gap: 16px;
}
.page-cover .page-cover-body p {
  max-width: 500px;
}
.page-cover .page-cover-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15%;
}

.page-content-text {
  width: 100%;
  height: 100%;
  padding: 4.36em;
  gap: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-content-text p,
.page-content-text h3 {
  max-width: 630px;
}

.content-quote {
  justify-content: center;
  align-items: center;
}
.content-quote .quote-wrapper {
  width: 75%;
}

.page-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -o-object-position: center;
     object-position: center;
}

.page-content-image {
  padding: 4.36em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-content-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.page-content-image video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-title {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  color: #717171;
}

.page-content-slider {
  width: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-content-wrapper {
  padding: 4.36em;
  padding-bottom: 0;
}
.slider-content-wrapper img,
.slider-content-wrapper video,
.slider-content-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-caption {
  height: 100px;
  padding: 10px 0;
  overflow: hidden;
}

.slide-dots {
  position: relative;
  text-align: center;
  padding: 16px;
}

.slider-dot {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.slider-dot:hover {
  background-color: #717171;
}

.page-content-cover {
  width: 500px;
  height: 100%;
  margin: 0 auto;
  padding: 64px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-content-cover h2,
.page-content-cover p {
  max-width: 400px;
}

.page-title-shadow img {
  position: absolute;
  height: 100%;
  top: 0;
}

.page-right-shadow {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  float: right;
  pointer-events: none;
}

.page-left-shadow {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  float: left;
  transform: scaleX(-1);
  pointer-events: none;
}

.book-pages-effect {
  width: 16px;
  height: 83vh;
}
.book-pages-effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tooltip-highlight {
  padding: 2px 6px;
  background-color: rgba(255, 227, 71, 0.765);
  color: black;
}

.tooltip-highlight:hover {
  background-color: rgba(255, 217, 0, 0.4);
}

/* Tooltip styling */
.tooltip {
  display: none; /* Hidden by default */
  position: absolute; /* Absolute to follow the word */
  width: 400px;
  padding: 24px;
  gap: 8px;
  background-color: rgb(232, 210, 86);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 8px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

/* Tooltip visible */
.tooltip.show {
  display: block;
  opacity: 1;
}

.close-tooltip {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* Overlay for tooltip */
.overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  z-index: 999; /* Ensure it's behind the tooltip */
}

/* Show overlay when tooltip is visible */
.overlay.show {
  display: block;
}

.close-tooltip:hover {
  background-color: #e3e3e3;
  cursor: pointer;
}

.floating-contents {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ffffff;
  height: 50px;
  overflow: hidden;
}

.floating-contents:hover {
  height: auto;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  cursor: pointer;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  cursor: pointer;
}

.close-project {
  width: 160px;
  position: fixed;
  z-index: 1001;
  height: auto;
  top: 30px;
  left: 20px;
  padding: 8px 14px;
  border-radius: 22px;
  background-color: rgba(255, 255, 255, 0.4392156863);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-project p {
  margin: 0;
}

.close-project:hover {
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.close-project:hover p {
  font-weight: 400;
}

/* Table of Contents (TOC) stilizacija */
.toc {
  position: fixed;
  top: 100px; /* Možeš prilagoditi visinu */
  left: 20px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.431372549);
  color: #555555;
  padding: 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  z-index: 1003;
}

.toc h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #aaa;
}

.toc ul {
  list-style: none;
  padding: 0;
}

.toc li {
  margin-bottom: 10px;
}

.toc a {
  text-decoration: none;
  color: #1c1f23;
  display: block;
  transition: color 0.3s ease;
}

.toc a:hover {
  font-weight: 500;
}

.text-white {
  color: white;
}

.qa {
  max-width: 700px;
  background-color: #f5f5f7;
  margin-bottom: 32px;
  gap: 16px;
}

.question {
  font-weight: 600;
}/*# sourceMappingURL=main.css.map */