@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-Black.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-BoldIt.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-LightIt.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-Reg.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-RegIt.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/font/ProximaNova/ProximaNova-Xbold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
html, body {
  height: 100%;
  margin: 0;
  overflow: hidden; /* Spriječava vertikalno skrolovanje */
  color: #214f58;
}
@media (max-width: 768px) {
  html, body {
    overflow: inherit !important;
  }
}

body {
  font-family: "Proxima Nova", sans-serif;
}

.bc-tirkiz {
  background-color: #77c4c2;
}

.burger-menu {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: white;
}

.side-menu {
  width: 50%;
  height: 100vh;
  background-color: rgba(10, 160, 150, 0.9294117647);
  position: fixed;
  top: 0;
  right: -50%;
  transition: right 0.3s ease;
  z-index: 5;
  padding-top: 40px;
}

.side-menu ul {
  list-style-type: none;
  padding: 0;
}

.side-menu ul li {
  padding: 10px 20px;
}

.side-menu ul li a {
  text-decoration: none;
  color: white;
  display: block;
}

.close-menu {
  position: absolute;
  top: 35px;
  right: 95px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.first-menu {
  list-style: none;
  text-transform: uppercase;
  display: inline-flex;
  color: white;
  font-size: 14px;
}

.menu-box {
  padding: 50px;
}

.second-menu {
  list-style: none;
  text-transform: uppercase;
  color: white;
  font-size: 17px;
}

.third-menu {
  list-style: none;
  text-transform: uppercase;
  display: inline-flex;
}

.third-menu img {
  width: 20px;
}

.header-box {
  padding: 50px 0px;
}

.logo {
  text-align: center;
}

.p-relative {
  position: relative;
}
.p-relative img {
  width: 100%;
}

.logo {
  position: absolute;
  left: 40%;
}
.logo img {
  width: 80px;
}
@media (max-width: 768px) {
  .logo img {
    position: absolute;
    top: 40px;
  }
}

.logo-right {
  right: 25%;
  position: absolute;
}
.logo-right img {
  width: 50px;
}
@media (max-width: 768px) {
  .logo-right img {
    position: absolute;
    top: 40px;
  }
}

.home-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .home-image img {
    position: absolute;
    top: 40px;
  }
}

.lightbluebackground {
  background: #80c0cc;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .lightbluebackground {
    min-height: auto;
  }
}

.darkbluebackground {
  background: #2c606c;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .darkbluebackground {
    min-height: inherit;
  }
}

.beigebackground {
  background: #fbecdc;
  min-height: 100vh;
}
@media (max-width: 370px) {
  .beigebackground {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .beigebackground {
    min-height: inherit;
  }
}

.orangebackground {
  background: #e7973e;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .orangebackground {
    min-height: auto;
  }
}

.light-beigebackground {
  background: #F2E9DA;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .light-beigebackground {
    min-height: auto;
  }
}

.darkbluebackground2 {
  background: #B7A380;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .darkbluebackground2 {
    min-height: auto;
  }
}

.whitebackground {
  background: #fff;
}

.imgholder {
  height: 100%;
  width: fit-content;
  position: relative;
}
.imgholder img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}

.container {
  display: flex;
  height: 100%;
  max-width: 100%;
  padding: 0px;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    height: auto;
  }
}

.left-box {
  flex: 1;
  padding: 5% 3% 5% 5%;
}

.right-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 108.2407407407vh;
}
.right-box .middle-box {
  background: #2c606c;
  color: white;
  position: absolute;
  height: inherit;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 3.2px;
  padding: 35px 0px 20px;
}
@media (max-width: 1400px) {
  .right-box .middle-box {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 3px;
    padding: 20px 0px 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .right-box .middle-box {
    line-height: 35px;
  }
}
@media (min-width: 2000px) {
  .right-box .middle-box {
    background: #2c606c;
    color: white;
    position: absolute;
    height: inherit;
    width: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 43px;
    letter-spacing: 3.2px;
    padding: 80px 0px 60px;
  }
}
.right-box .middle-box span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 1.1px;
}
@media (max-width: 1400px) {
  .right-box .middle-box span {
    font-size: 13px;
    margin-top: 11px;
    letter-spacing: 1.1px;
  }
}
@media (min-width: 2000px) {
  .right-box .middle-box span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .right-box .middle-box {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0px 5px;
  }
}
.right-box .logo {
  position: absolute;
  top: 40px;
  z-index: 99;
}
@media (max-width: 768px) {
  .right-box .logo {
    top: -10%;
    left: 33%;
  }
}
.right-box .logo img {
  height: 135px;
}
@media (min-width: 1400px) {
  .right-box .logo img {
    height: 155px;
  }
}
@media (min-width: 1900px) {
  .right-box .logo img {
    height: 175px;
  }
}
@media (max-width: 768px) {
  .right-box .logo img {
    width: 110px;
  }
}
.right-box .logo-right {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .right-box .logo-right {
    top: -4%;
    right: 20%;
  }
}
.right-box .logo-right img {
  height: 80px;
}
@media (min-width: 1400px) {
  .right-box .logo-right img {
    height: 100px;
  }
}
@media (min-width: 1900px) {
  .right-box .logo-right img {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .right-box .logo-right img {
    width: 60px;
  }
}
.right-box .right-2-box {
  padding: 30px 60px;
  position: absolute;
  top: 30%;
  width: 100%;
}
.right-box .right-2-box .single-team {
  padding: 12px;
}
.right-box .right-2-box .single-team img {
  width: 100%;
  height: auto;
}
.right-box .right-2-box .single-team p {
  color: white;
  text-transform: uppercase;
  font-size: 11.6px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}
.right-box .right-2-box .mainbrandheader {
  height: auto;
}
.right-box .right-2-box .mainbrandheader .imgholder {
  height: auto;
  width: 100%;
  position: relative;
}
.right-box .right-2-box .mainbrandheader .imgholder img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}
.right-box .right-2-box .single-team-solo {
  background: white;
  padding: 10px;
}
.right-box .right-2-box .single-team-solo img {
  padding: 10px;
  width: 60%;
  height: auto;
}
.right-box .right-2-box .single-team-solo p {
  color: #2b606a;
  font-size: 13px;
}
.right-box .right-2-box .single-team-solo .sector-box {
  padding: 10px;
}
.right-box .right-2-box .single-team-solo .sector-box .sector-name {
  color: #2b606a;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.right-box .right-2-box .single-team-solo .sector-box .sector-name span {
  font-weight: bold;
}
.right-box .right-2-box .nmb-house {
  border-radius: 15px;
  margin-bottom: 20px;
}
.right-box .right-2-box .nmb-house ul {
  list-style: none;
  display: inline-flex;
}
@media (max-width: 768px) {
  .right-box .right-2-box .nmb-house ul {
    margin-bottom: 0px;
  }
}
.right-box .right-2-box .nmb-house ul li {
  margin-right: 10px;
}
.right-box .right-2-box .nmb-house ul li.list-year p {
  color: #2c606c;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .right-box .right-2-box .nmb-house ul li.list-year p {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .right-box .right-2-box .nmb-house ul li.list-year p {
    font-size: 70px;
  }
}
.right-box .right-2-box .nmb-house ul li.list-year span {
  color: #80c0cc;
  font-size: 27px;
  font-weight: bold;
  margin-top: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .right-box .right-2-box .nmb-house ul li.list-year span {
    font-size: 18px;
  }
}
.right-box .right-2-box .nmb-house ul li.list-performance p {
  color: #80c0cc;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .right-box .right-2-box .nmb-house ul li.list-performance p {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .right-box .right-2-box .nmb-house ul li.list-performance p {
    font-size: 70px;
  }
}
.right-box .right-2-box .nmb-house ul li.list-performance span {
  color: #2c606c;
  font-size: 27px;
  font-weight: bold;
  margin-top: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .right-box .right-2-box .nmb-house ul li.list-performance span {
    font-size: 18px;
  }
}
.right-box .right-2-box .nmb-house .desc-text {
  color: #a25b33;
  font-size: 20px;
  text-align: right;
  margin: auto;
}
@media (max-width: 768px) {
  .right-box .right-2-box .nmb-house .desc-text {
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .right-box .right-2-box .nmb-house {
    width: 100%; /* Osigurava da svaki box zauzima celu širinu */
    margin-bottom: 10px;
  }
}
.right-box .right-2-box .comment {
  border-radius: 15px;
  background: white;
  padding: 15px 10px;
}
.right-box .right-2-box .comment .coment-title {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 60px;
  line-height: 25px;
  align-items: center;
  display: flex;
}
@media (min-width: 370px) {
  .right-box .right-2-box .comment .coment-title {
    font-size: 25px;
  }
}
.right-box .right-2-box .comment .coment-desc {
  font-size: 20px;
  color: #A25B32;
}
.right-box .right-2-box .comment .coment-author {
  font-size: 17px;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.right-box .right-2-box .comment img {
  width: auto;
}
.right-box .right-2-box .comment .content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  height: 20vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #2c606c lightgray;
  /* Track */
  /* Handle */
  /* Handle */
}
.right-box .right-2-box .comment .content::-webkit-scrollbar {
  width: 60px; /* width of the entire scrollbar */
  background: transparent;
}
.right-box .right-2-box .comment .content::-webkit-scrollbar-track {
  background-image: url("/assets/image/line-blue.png"); /* path to your SVG image */
  background-repeat: no-repeat;
  background-position: center;
  width: 2px;
  position: relative;
}
.right-box .right-2-box .comment .content::-webkit-scrollbar-thumb {
  background: transparent; /* white background for the handle */
  border-radius: 10px; /* roundness of the handle */
  background-image: url("/assets/image/point.png"); /* path to your SVG image */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px; /* width and height of the SVG image */
}
@media (max-width: 768px) {
  .right-box .right-2-box {
    padding: 65px 30px;
  }
}
@media (max-width: 768px) {
  .right-box {
    width: 100%;
    display: inline-flex;
  }
}
.right-box #team-container {
  position: relative;
  max-height: 450px; /* Podesi visinu prema potrebi */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #B7A381 lightgray;
  height: 60vh;
}
.right-box #team-container::-webkit-scrollbar {
  width: 8px; /* Širina skrola */
}
.right-box #team-container::-webkit-scrollbar-thumb {
  background-color: #B7A381; /* Boja skrola */
  border-radius: 10px; /* Zaobljeni uglovi */
}
.right-box #team-container::-webkit-scrollbar-track {
  background-color: lightgray; /* Boja pozadine trake */
}
@media (min-width: 1400px) {
  .right-box #team-container {
    max-height: 550px; /* Podesi visinu prema potrebi */
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .right-box #team-container {
    max-height: 60vh;
  }
}
@media (max-width: 768px) {
  .right-box #team-container {
    max-height: inherit !important;
    overflow-y: inherit;
    height: inherit;
  }
}
.right-box #house-nmb {
  max-height: 550px; /* Podesi visinu prema potrebi */
  overflow-y: auto;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
}

#vesti {
  min-height: 550px;
}
#vesti .vesti-box {
  padding: 20px;
}
#vesti .vesti-box .date span {
  font-weight: bold;
}
#vesti .vesti-box .img-holder-vesti {
  height: 280px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#vesti .vesti-box .img-holder-vesti img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}
#vesti .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 999;
}

.scroll-nmb {
  width: 100%;
  height: 480px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 15px;
  scrollbar-width: thin;
  scrollbar-color: #2c606c lightgray;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .scroll-nmb {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .scroll-nmb {
    height: inherit !important;
  }
}

.vesti-container-h {
  height: 480px !important;
}
@media (max-width: 768px) {
  .vesti-container-h {
    height: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .vesti-container-h {
    max-height: 60vh;
  }
}

#vesti-container {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #2c606c lightgray;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #vesti-container {
    max-height: 380px;
  }
}
@media (max-width: 768px) {
  #vesti-container {
    max-height: inherit;
    height: inherit !important;
  }
}
#vesti-container .vesti-box {
  padding: 20px;
}
@media (max-width: 370px) {
  #vesti-container .vesti-box .date {
    font-size: 12px;
    display: grid;
  }
}
#vesti-container .vesti-box .date span {
  font-weight: bold;
}
@media (max-width: 370px) {
  #vesti-container .vesti-box .date span {
    font-size: 12px;
  }
}
#vesti-container .vesti-box .img-holder-vesti {
  height: 280px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#vesti-container .vesti-box .img-holder-vesti img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}
#vesti-container .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 370px) {
  #vesti-container .close-btn {
    top: 5px;
    right: 5px;
  }
}

.main-title {
  align-items: flex-end;
  justify-content: flex-start;
  display: flex;
}

.homeheader {
  margin-bottom: 40px;
  padding-right: 60px;
}

.main-title-content {
  display: flex;
  flex-direction: column;
  color: white;
}
.main-title-content h1 {
  letter-spacing: 2px;
  font-size: 33px;
}
@media (max-width: 768px) {
  .main-title-content h1 {
    font-size: 23px;
  }
}
.main-title-content h1.house-in-nmb {
  text-transform: uppercase;
  font-size: 45px;
}
@media (max-width: 370px) {
  .main-title-content h1.house-in-nmb {
    font-size: 30px;
  }
}
.main-title-content h1.best-wishes {
  color: #e7973e !important;
  text-transform: uppercase;
  font-size: 45px;
}
.main-title-content span {
  letter-spacing: 2px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .main-title-content span {
    letter-spacing: 1px;
  }
}

.right-box img {
  height: 100%;
  width: auto; /* Zadrži aspect ratio */
}
@media (max-width: 768px) {
  .right-box img {
    width: 100%;
  }
}

.vesti .left-2-text {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .vesti .left-2-text {
    padding-top: 100px;
  }
}

.vesti .left-box {
  overflow: auto;
}

.left-box .content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: justify;
  height: 60vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #2c606c lightgray;
  /* Track */
  /* Handle */
  /* Handle */
}
@media (min-width: 768px) and (max-width: 1400px) {
  .left-box .content {
    height: 47vh;
  }
}
@media (max-width: 768px) {
  .left-box .content {
    height: inherit;
    overflow: auto;
    text-align: left;
  }
}
.left-box .content::-webkit-scrollbar {
  width: 60px !important; /* width of the entire scrollbar */
  background: transparent !important;
}
.left-box .content::-webkit-scrollbar-track {
  background-image: url("/assets/image/line.png") !important; /* path to your SVG image */
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 2px !important;
  position: relative !important;
}
.left-box .content::-webkit-scrollbar-thumb {
  background: transparent !important; /* white background for the handle */
  border-radius: 10px !important; /* roundness of the handle */
  background-image: url("/assets/image/star-point.svg") !important; /* path to your SVG image */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px 30px !important; /* width and height of the SVG image */
}
.left-box .about-text {
  font-size: 21px;
}
.left-box .left-2-text {
  padding-top: 30%;
}
@media (max-width: 768px) {
  .left-box .left-2-text {
    padding-top: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .left-box .left-2-text {
    padding-top: 10%;
  }
}
.left-box .left-2-text h1 {
  color: #2c606c;
  font-weight: 600;
}
.left-box .second-box {
  color: #2c606c;
  margin-top: 50px;
}
.left-box .second-box p {
  color: #2c606c;
  text-transform: uppercase;
  font-size: 22px;
}
@media (max-width: 370px) {
  .left-box .second-box p {
    font-size: 18px;
    display: grid;
  }
}
.left-box .second-box a {
  color: #2c606c;
  text-decoration: none;
}
.left-box .second-box a.aktiv {
  font-weight: bold;
}

.multiple-items {
  position: relative;
  padding-bottom: 40px;
}

.slick-prev, .slick-next {
  background: transparent;
  border: none;
  position: absolute;
  bottom: -20px;
}

.slick-prev {
  left: 2%;
}

.slick-next {
  right: 2%;
}

.repertoar-header {
  display: flex;
}
.repertoar-header .left-side {
  float: left;
}
.repertoar-header .left-side p {
  width: 90%;
}
.repertoar-header .right-side {
  float: right;
}
.repertoar-header .right-side .download-img {
  position: absolute;
  top: 15px;
  right: 55px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 370px) {
  .repertoar-header .right-side .download-img {
    top: 5px;
    right: 50px;
  }
}
.repertoar-header .right-side .download-img img {
  width: 25px;
}

.potpis p {
  list-style: none;
  position: absolute;
  top: 750px;
  left: 20px;
  transform-origin: 0 0;
  transform: rotate(270deg);
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .potpis p {
    top: 600px;
    font-size: 9px;
  }
}
.potpis p a {
  color: #214F59;
  text-decoration: none;
}

.potpis-mob p {
  list-style: none;
  font-size: 12px;
  margin-top: 40px;
}
.potpis-mob p a {
  color: #214F59;
  text-decoration: none;
}

.vesti .container.over-f-scroll {
  display: block !important;
}

.image-slider {
  display: contents;
}
.image-slider .slick-slide {
  padding: 0px !important;
}

.multiple-items .slick-slide {
  display: block;
  padding: 0px 10px !important;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 4% 5%;
  z-index: 9;
}
@media (min-width: 370px) {
  .header {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
  }
}
.header .menubar {
  width: fit-content;
}
.header .menubar .imgholder {
  position: relative;
}
.header .menubar .imgholder img {
  width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  animation: spin 3s ease-in infinite;
}
.header .menubar .imgholder img:hover {
  transform: rotate(45deg);
}
.header .menubar .imgholder:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(181, 161, 127, 0.9);
  left: 0px;
  z-index: 0;
  animation: pulse 2s infinite;
}
@media (max-width: 768px) {
  .header .menubar .imgholder:after {
    left: 0px;
  }
}
@media (max-width: 768px) {
  .header .menubar .imgholder {
    padding: 1% 1%;
  }
}
.header .menubar .menu {
  display: none;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 35px;
  margin-top: 20px;
  width: 450px;
}
@media (max-width: 768px) {
  .header .menubar .menu {
    width: auto;
  }
}
.header .menubar .menu .menu-nav {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.header .menubar .menu .menu-nav li {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 0px;
}
.header .menubar .menu .menu-nav li a {
  text-decoration: none;
  color: #2b606a;
}
@media (max-width: 768px) {
  .header .menubar .menu .menu-nav li a {
    font-size: 14px;
  }
}
.header .menubar .menu .menu-nav li.active a {
  font-weight: 600;
}
.header .menubar .menu .menu-nav li:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .header .menubar .menu {
    box-shadow: none;
    margin-top: 0px;
    padding: 0px 35px 30px;
  }
}
.header .menubar .footer-menu {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.header .menubar .footer-menu a {
  text-decoration: none;
  color: #2b606a;
}
@media (max-width: 768px) {
  .header .menubar .footer-menu a {
    font-size: 14px;
  }
}
.header .menubar .footer-menu a:hover {
  text-decoration: underline;
}
.header .menubar .footer-menu.active a {
  font-weight: 600;
}
.header .menubar .footer-menu .languages a:first-child {
  margin-right: 5px;
}
.header .menubar.active img {
  transform: rotate(45deg);
}
.header .menubar.active .menu {
  display: block;
}
@media (max-width: 768px) {
  .header .menubar.active {
    background: white;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  16.67% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@media (max-width: 768px) {
  .header {
    z-index: 9999;
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header {
    padding: 1% 1%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.3);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.modal-backdrop.show {
  opacity: 0; /* Postavi providnost na 0 kada je modal zatvoren */
  transition: opacity 0.3s ease; /* Dodaj tranziciju za glatko uklanjanje */
}

.modal-dialog {
  top: 40%;
  position: absolute;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  right: 5%;
  max-width: 865px;
}

.slick-initialized .slick-slide {
  display: block;
  padding: 0px 10px;
}

.only-lp {
  display: block;
}
@media (max-width: 768px) {
  .only-lp {
    display: none;
  }
}

.only-mb {
  display: none;
}
@media (max-width: 768px) {
  .only-mb {
    display: block;
  }
}

.zvezdarin-tim .container.over-f-scroll {
  display: block !important;
}

.over-f-scroll {
  overflow: scroll;
}

#glumacke-ekipe .imgholder {
  width: 100%;
  position: relative;
}
#glumacke-ekipe .imgholder::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#glumacke-ekipe .imgholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#iza-kulisa .imgholder {
  width: 100%;
  position: relative;
}
#iza-kulisa .imgholder::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#iza-kulisa .imgholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#detailsDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255); /* Lagani beli overlay */
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 480px;
  overflow-y: scroll;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  scrollbar-width: thin;
  scrollbar-color: #2c606c lightgray;
  /* Stilizacija za WebKit pretraživače (Chrome, Safari, Edge) */
}
@media (min-width: 768px) and (max-width: 1400px) {
  #detailsDiv {
    height: 400px;
  }
}
#detailsDiv::-webkit-scrollbar {
  width: 8px; /* Širina skrola */
}
#detailsDiv::-webkit-scrollbar-thumb {
  background-color: #2c606c; /* Boja skrola */
  border-radius: 10px; /* Zaobljeni uglovi */
}
#detailsDiv::-webkit-scrollbar-track {
  background-color: lightgray; /* Boja pozadine trake */
}
@media (max-width: 768px) {
  #detailsDiv {
    position: fixed;
    top: 20%;
    left: 3%;
    width: 94%;
  }
}
@media (min-width: 768px) {
  #detailsDiv {
    position: fixed;
    top: 20%;
    left: calc(50% - 300px);
    width: 600px;
  }
}

#detailsDiv button {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  background: transparent;
  z-index: 999;
}

#detailsCaption {
  font-size: 15px;
  margin-bottom: 40px;
}
#detailsCaption span {
  font-weight: bold;
}

#detailsCaptionLong {
  text-align: left;
  margin-bottom: 0px;
}

.no-scroll {
  overflow: hidden;
}

.img-fluid2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.img-fluid2 img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}

.bold-text {
  font-weight: bold;
}

.slider .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .slider .slick-slide {
    width: 100%;
  }
}

.laptop {
  display: inherit;
}
@media (max-width: 768px) {
  .laptop {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: inherit;
  }
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .image-wrapper img {
    position: relative;
  }
}

#backgroundImage.fade-out {
  opacity: 0.5; /* Zadržavanje blago vidljive slike */
}

#backgroundImage.fade-in {
  opacity: 1;
}

#detailsCaptionLong img {
  max-width: 100%;
  height: inherit !important;
}

/*# sourceMappingURL=style.css.map */
