@charset "UTF-8";
@font-face {
  font-family: "Cera Pro Black Italic";
  src: url(../fonts/Cera\ Pro\ Black\ Italic.otf);
}
@font-face {
  font-family: "Cera Pro Black";
  src: url(../fonts/Cera\ Pro\ Black.otf);
}
@font-face {
  font-family: "Cera Pro Bold";
  src: url(../fonts//Cera\ Pro\ Bold.otf);
}
@font-face {
  font-family: "Cera Pro Bold Italic";
  src: url(../fonts//Cera\ Pro\ Bold\ Italic.otf);
}
@font-face {
  font-family: "Cera Pro Light";
  src: url(../fonts/Cera\ Pro\ Light.otf);
}
@font-face {
  font-family: "Cera Pro Light Italic";
  src: url(../fonts//Cera\ Pro\ Light\ Italic.otf);
}
@font-face {
  font-family: "Cera Pro Medium";
  src: url(../fonts/Cera\ Pro\ Medium.otf);
}
@font-face {
  font-family: "Cera Pro Medium Italic";
  src: url(../fonts//Cera\ Pro\ Medium\ Italic.otf);
}
@font-face {
  font-family: "Cera Pro Regular";
  src: url(../fonts/Cera\ Pro\ Regular.otf);
}
@font-face {
  font-family: "Cera Pro Regular Italic";
  src: url(../fonts/Cera\ Pro\ Regular\ Italic.otf);
}
@font-face {
  font-family: "Cera Pro Thin";
  src: url(../fonts/Cera\ Pro\ Thin.otf);
}
@font-face {
  font-family: "Cera Pro Thin Italic";
  src: url(../fonts/Cera\ Pro\ Thin\ Italic.otf);
}

.my-10{
  margin: 10px 0;
}

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Cera Pro Regular";
  font-size: 18px;
  color: #636361;
  background-color: #f9f9f9;
}

#no-overflow{
  overflow-x: hidden;
}

.container {
  max-width: 1220px;
  width: 100%;
  margin: auto;
}

input.btnBordo,
.btnBordo {
  display: block;
  margin: auto;
  width: 280px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #9D6787;
  padding: 15px 20px;
  outline: none;
  border: none;
  font-size: 18px;
  font-family: "Cera Pro Bold";
}

h2 {
  text-align: center;
  font-size: 40px;
  margin: 50px 0;
  color: #545454;
  font-family: "Cera Pro Bold";
}

h4 {
  margin-bottom: 20px;
  margin-top: 10px;
}

a {
  text-decoration: none;
  color: #636361;
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.bold {
  font-family: "Cera Pro Bold";
}

.mobileBordo {
  display: none;
  margin-top: 40px;
}

.catShow {
  position: absolute;
  background-color: #A5B8CE;
  color: #ffffff;
  top: 0;
  right: 0;
  padding: 15px 50px;
  font-size: 14px;
}

.bigParagraph {
  font-size: 32px;
}

.details {
  display: flex;
  justify-content: space-between;
}
.details p {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details p .detail-icon {
  width: auto !important;
 
  margin-right: 5px;
}
.details p:first-child .detail-icon{height: 15px !important;}
.details p:nth-child(2) .detail-icon{height: 20px !important;}
.details p:last-child .detail-icon{height: 25px !important;}

.details p span {
  font-size: 14px;
}

.regular-span {
  font-family: "cera Pro regular";
}
.regular-span span {
  font-family: "Cera Pro Bold";
}

/*
|--------------------------------------------------------------------------
| CONTACT FORM 7
|--------------------------------------------------------------------------
*/
.our-form {
  width: 100%;
}

.our-form .form-row {
  margin-bottom: 26px;
}

.our-form .two-columns {
  display: flex;
  gap: 48px;
}

.singleLokacija .our-form .two-columns {
  gap: 10px;
}
.singleLokacija .our-form input:not([type=checkbox]):not([type=submit]),
.singleLokacija .our-form textarea,
.singleLokacija .our-form select {
  padding: 15px 10px 0px 10px;
  font-size: 14px;
}

.our-form .field {
  width: 100%;
}

.our-form input:not([type=checkbox]):not([type=submit]),
.our-form textarea,
.our-form select {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 15px 24px 0px 24px;
  font-size: 18px;
  color: #6d6d6d;
  font-family: inherit;
  outline: none;
  transition: 0.3s;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.our-form input,
.our-form select {
  height: 58px;
}

.our-form textarea {
  height: 165px;
  padding-top: 22px;
  resize: none;
}

.our-form input:focus,
.our-form textarea:focus,
.our-form select:focus {
  border-color: #9d6a8d;
}

/*
|--------------------------------------------------------------------------
| SELECT ARROW
|--------------------------------------------------------------------------
*/
.our-form .select-field {
  position: relative;
}

.our-form .select-field::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.aboutPage .our-form .select-field::after,
.kontaktPage .our-form .select-field::after,
.prostoriPage .our-form .select-field::after {
  top: 30%;
}

/*
|--------------------------------------------------------------------------
| CHECKBOX
|--------------------------------------------------------------------------
*/
.checkbox-row {
  display: flex;
  align-items: center;
}

.checkbox-row .wpcf7-form-control-wrap {
  width: auto;
}

.checkbox-row .wpcf7-list-item {
  margin: 0;
}

.checkbox-row .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.checkbox-row input[type=checkbox] {
  flex: 0 0 22px;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  accent-color: #9d6a8d;
  cursor: pointer;
}

.checkbox-row .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.4;
}

/*
|--------------------------------------------------------------------------
| BUTTON
|--------------------------------------------------------------------------
*/
.our-form .btnBordo {
  width: 220px;
  height: 60px;
  border: none;
  background: #9d6a8d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
  margin-left: 0;
}

.our-form .btnBordo:hover {
  opacity: 0.85;
}

/*
|--------------------------------------------------------------------------
| CF7 ERRORS
|--------------------------------------------------------------------------
*/
.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
}

.wpcf7-response-output {
  margin: 20px 0 0 !important;
}

/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/
@media (max-width: 768px) {
  .our-form .two-columns {
    flex-direction: column;
    gap: 20px;
  }
  .our-form .btnBordo {
    width: 100%;
    font-size: 22px;
  }
}
/*HEADER*/
#navbar {
  display: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
header .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
header .container .brand {
  padding-top: 20px;
  transition: 0.3s;
}
header .container .brand a {
  display: block;
  height: 100%;
  width: 100%;
}
header .container .brand a img {
  height: 100%;
  width: auto;
}
header .container nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex: 0 0 80%;
}
header .container nav .menuToggler {
  display: none;
}
header .container nav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  padding-top: 10px;
}
header .container nav ul li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10px 20px 10px;
}
header .container nav ul li a {
  text-decoration: none;
  color: #636361;
  transition: 0.3s;
  text-align: center;
}
header .container nav ul li a:hover {
  color: #2d3238;
}
header .container nav ul:nth-child(2) {
  background-color: #9D6787;
}
header .container nav ul:nth-child(2) li a {
  color: #ffffff;
}
header .container nav ul:first-child {
  flex: 0 0 62%;
}

header.stick{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0 0 8px rgna(0,0,0,.4);
}

/*FRONT PAGE*/
.hero-desktop {
  position: relative;
}

.hero-mobile{
  display: none;
}

.banner {
  width: 100%;
  height: 100%;
}
.banner .owl-item {
  position: relative;
}
.banner .owl-item .opis {
  padding-top: 70px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: #ffffff;
  text-align: center;
}
.banner .owl-item .opis h1 {
  font-size: 64px;
  font-family: "cera Pro Regular";
  max-width: 25ch;
}
.banner .owl-item .opis h1 span{
   font-family: "cera Pro Bold";
}
.banner .owl-item .opis p {
  max-width: 800px;
  font-size: 24px;
  margin: 10px auto;
}
.banner .owl-item .opis .btnBordo {
  width: 320px;
}
.banner .owl-item img {
  filter: brightness(50%);
}

.banner-mob {
  display: none;
}

.brojaci {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  margin: auto;
  background-color: #ffffff;
  min-width: 850px;
  padding: 20px;
  bottom: 0;
  z-index: 2;
}
.brojaci section {
  text-align: center;
  flex: 0 0 30%;
}
.brojaci section .counter {
  font-family: "Cera Pro Bold";
  font-size: 53px;
  color: #636361;
}

.fourSections {
  padding: 150px 0 50px 0;
}
.fourSections .container {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin: auto;
}
.fourSections .container section {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #636361;
  text-align: center;
  padding-right: 20px;
}
.fourSections .container section:last-child {
  border-right: none;
}
.fourSections .container section img {
  width: 100px;
}
.fourSections .container section h3 {
  margin: 10px 0;
}
.fourSections .container section p {
  font-size: 16px;
  word-break: break-word;
  max-width: 150px;
  text-transform: uppercase;
}
.fourSections .container section:first-child h3 {
  color: #A5B8CE;
}
.fourSections .container section:nth-child(2) h3 {
  color: #ACAE9B;
}
.fourSections .container section:nth-child(3) h3 {
  color: #C98EA9;
}
.fourSections .container section:last-child h3 {
  color: #CFC08E;
}

.listingDostupan {
  margin-bottom: 100px;
}
.listingDostupan h2 {
  font-family: "Cera Pro Bold";
}
.listingDostupan .owl-stage {
  height: 500px;
  display: flex;
  align-items: center;
}
.listingDostupan .owl-item.active {
  transform: scale(0.8);
  transition: 0.3s ease;
}
.listingDostupan .owl-item.active .catShow {
  display: none;
}
.listingDostupan .owl-item.active .opis {
  display: none;
}
.listingDostupan .owl-item.center {
  transform: scale(1.3);
  /* najveći */
  z-index: 5;
}
.listingDostupan .owl-item.center .catShow {
  display: flex;
}
.listingDostupan .owl-item.center .opis {
  display: flex;
  flex-direction: column;
}
.listingDostupan .owl-item.center .opis h3 {
  margin-bottom: 10px;
}
.listingDostupan .owl-item.center .opis {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #ffffff;
  width: 80%;
  left: 10%;
}
.listingDostupan .owl-nav {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  height: 50px;
  top: calc(50% - 25px);
}
.listingDostupan .owl-nav .owl-prev span,
.listingDostupan .owl-nav .owl-next span {
  font-size: 48px;
}

.novosti h2,
.releatedNews h2 {
  font-family: "cera Pro Bold";
}
.novosti .container,
.releatedNews .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.novosti .container article,
.releatedNews .container article {
  flex: 0 0 30%;
  overflow: hidden;
}
.novosti .container article .featured-image,
.releatedNews .container article .featured-image {
  margin-bottom: 10px;
  height: 250px;
}
.novosti .container article .featured-image img,
.releatedNews .container article .featured-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.novosti .container article .meta,
.releatedNews .container article .meta {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.novosti .container article .meta .date,
.releatedNews .container article .meta .date {
  padding-bottom: 10px;
  border-bottom: 1px solid #636361;
  font-size: 11px;
  margin-bottom: 10px;
  border-right: none;
  width: 100%;
}
.novosti .container article .meta h3,
.releatedNews .container article .meta h3 {
  font-family: "Cera Pro Regular";
}
.novosti .container article .meta .link,
.releatedNews .container article .meta .link {
  margin-top: 30px;
  padding-bottom: 1px;
  border-bottom: 2px solid #9D6787;
  font-family: "Cera Pro Bold";
}

.releatedNews {
  margin-bottom: 50px;
}

.symbol {
  background-image: url(img/our_simbol.png);
  background-size: 70% 90%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.contact {
  padding: 100px 0;
}
.contact .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .container section {
  padding: 20px 0;
  flex: 0 0 50%;
}
.contact .container section h2 {
  font-size: 36px;
  max-width: 80%;
  text-align: left;
  margin: 0;
  font-family: "Cera Pro Regular";
}
.contact .container section h2 span {
  font-family: "Cera Pro Bold";
}

.fourElements {
  padding: 50px 0;
  text-align: center;
}
.fourElements .container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.fourElements .container article {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 0.5px solid #636361;
}
.fourElements .container article .polygonBg {
  width: 180px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.fourElements .container article .polygonBg img {
  width: 40%;
}
.fourElements .container article p {
  font-size: 18px;
  width: 80%;
  margin: auto;
}
.fourElements .container article:last-child {
  border-right: none;
}

.fourElements .polygonBg {
  background-image: url(../img/polygon.png);
}

.za_koga {
  margin-bottom: 70px;
}
.za_koga .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.za_koga .container section {
  flex: 0 0 40%;
}
.za_koga .container section:first-child h2 {
  margin-bottom: 40px;
  font-weight: 900;
  text-align: left;
}
.za_koga .container section:first-child h4 {
  font-family: "Cera Pro Regular";
}
.za_koga .container section:first-child ul {
  list-style: none;
}
.za_koga .container section:first-child ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.za_koga .container section:first-child ul li img {
  display: inline-block !important;
  margin-right: 15px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*DOSTUPAN PROSTOR PAGE*/
#filtriraj {
  display: none;
}

.dostupanProstor {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
  padding: 50px 0;
}
.dostupanProstor main section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.dostupanProstor main section article {
  flex: 0 0 30%;
  position: relative;
  background-color: #ffffff;
}
.dostupanProstor main section article .catShow {
  width: 130px;
  padding: 10px;
  font-size: 12px;
}
.dostupanProstor main section article .link {
  margin-top: 20px;
  font-family: "Cera Pro Bold";
  border-bottom: 2px solid #9D6787;
}
.dostupanProstor main section article .btnBordo {
  width: 150px;
  height: 40px;
  background-color: #A5B8CE;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
.dostupanProstor main section article .details {
  margin: 30px 0;
}
.dostupanProstor main section article .details p {
  text-wrap: nowrap;
}
.dostupanProstor main section article .meta {
  padding: 20px;
}
.dostupanProstor main section article h4 {
  margin-bottom: 10px;
  font-size: 22px;
}

/*SINGLE PROSTOR*/
.singleProstor h2 {
  text-align: left;
}
.singleProstor h4 {
  text-align: left;
}
.singleProstor .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.singleProstor .content aside {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
}
.singleProstor .content aside form {
  padding: 10px;
  border: 1px solid #636361;
}
.singleProstor .content aside form h3 {
  text-align: center;
}
.singleProstor .content main {
  flex: 0 0 70%;
}
.singleProstor .content main section:first-child {
  display: grid;
  grid-template-areas: "prva prva prva prva druga druga" "prva prva prva prva treca treca";
  grid-gap: 10px;
}
.singleProstor .content main section:first-child img:first-child {
  grid-area: prva;
}
.singleProstor .content main section:first-child img:nth-child(2) {
  grid-area: druga;
}
.singleProstor .content main section:first-child img:last-child {
  grid-area: treca;
}
.singleProstor .content main section:last-child {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.singleProstor .content main section:last-child article:first-child {
  flex: 0 0 65%;
}
.singleProstor .content main section:last-child article:first-child .map {
  margin-top: 50px;
}
.singleProstor .content main section:last-child article:first-child p {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.singleProstor .content main section:last-child article:last-child {
  flex: 0 0 30%;
  background-color: #E6E7E1;
  padding: 20px 10px;
}
.singleProstor .content main section:last-child article:last-child h3 {
  text-align: center;
}
.singleProstor .content main section:last-child article:last-child .specifikacije ul {
  padding-top: 20px;
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}
.singleProstor .content main section:last-child article:last-child .specifikacije ul li {
  display: flex;
  margin-bottom: 10px;
  font-family: "Cera Pro Light";
}
.singleProstor .content main section:last-child article:last-child .specifikacije ul li::before {
  display: block;
  margin-right: 10px;
  margin-top: 10px;
}
.singleProstor .content main section:last-child article:last-child .specifikacije ul .lokacija::before {
  content: url(img/location_pin.png);
}
.singleProstor .content main section:last-child article:last-child .specifikacije ul .kvadratura::before {
  content: url(img/ruler_icon.png);
}
.singleProstor .content main section:last-child article:last-child .specifikacije ul .kancelarija::before {
  content: url(img/building_icon.png);
}

/*KONTAKT PAGE*/
.kontaktPage {
  padding: 50px 0;
}
.kontaktPage .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 50px;
}
.kontaktPage .container main {
  flex: 0 0 50%;
}
.kontaktPage .container main h2 {
  text-align: left;
  margin-top: 0;
}
.kontaktPage .container main p {
  margin-bottom: 50px;
}
.kontaktPage .container main form p{
  margin-bottom: 0;
} 
.kontaktPage .container aside {
  flex: 0 0 30%;
  padding: 20px;
  border: 1px solid #636361;
}
.kontaktPage .container aside ul {
  list-style: none;
}
.kontaktPage .container aside ul li {
  margin-bottom: 20px;
}
.kontaktPage .container aside ul li span {
  font-family: "Cera Pro Bold";
  display: block;
}
.kontaktPage .container aside a {
  font-family: "Cera Pro Black";
  display: block;
  color: #9D6787;
  margin-bottom: 10px;
}

/*ABOUT US*/
.aboutPage .firstSection {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.aboutPage .firstSection article {
  flex: 0 0 50%;
}
.aboutPage .firstSection article:first-child {
  padding-right: 10%;
}
.aboutPage .firstSection article:first-child h2 {
  text-align: left;
}
.aboutPage .firstSection article:first-child h2 span {
  font-family: "Cera Pro Bold";
}
.aboutPage .secondSection {
  padding: 50px 0;
}
.aboutPage .secondSection h3 {
  font-family: "Cera Pro Bold";
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
}
.aboutPage .secondSection p {
  text-align: center;
  max-width: 1000px;
  margin: 10px auto;
}
.aboutPage .thirdSection {
  padding: 50px 0;
}
.aboutPage .thirdSection .container {
  display: flex;
  justify-content: space-between;
}
.aboutPage .thirdSection .container article {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.aboutPage .thirdSection .container article img {
  width: 100px;
  margin: 0 auto 30px auto;
}
.aboutPage .thirdSection .container article .opis {
  padding: 20px;
  border-left: 1px solid #636361;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
}
.aboutPage .thirdSection .container article .opis h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}
.aboutPage .thirdSection .container article .opis p {
  text-align: center;
}
.aboutPage .thirdSection .container article:first-child .opis {
  border-left: none;
}
.aboutPage .istorijat {
  padding: 50px 0;
}
.aboutPage .istorijat .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutPage .istorijat .container section {
  flex: 0 0 45%;
}
.aboutPage .istorijat .container section:last-child {
  flex: 0 0 50%;
  padding: 20px 0;
}
.aboutPage .istorijat .container section:last-child h3 {
  font-size: 28px;
  margin-bottom: 50px;
}
.aboutPage .istorijat .container section:last-child p:nth-child(2) {
  margin-bottom: 20px;
}
.aboutPage .fifthSection {
  padding: 50px 0;
}
.aboutPage .fifthSection .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutPage .fifthSection .container section {
  flex: 0 0 50%;
}
.aboutPage .fifthSection .container section:first-child {
  padding: 5%;
}
.aboutPage .fifthSection .container section:first-child h4 {
  font-size: 28px;
  margin-bottom: 50px;
}
.aboutPage .fifthSection .container section:first-child p {
  margin-bottom: 20px;
}
.aboutPage .fifthSection .container section:first-child ul {
  padding-left: 20px;
}
.aboutPage .fifthSection .container section:first-child ul li {
  margin-bottom: 20px;
}
.aboutPage .fifthSection .container section:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.aboutPage .fifthSection .container section:last-child div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.aboutPage .fifthSection .container section:last-child div:first-child img:first-child {
  width: 40%;
  height: auto;
  align-self: flex-end;
}
.aboutPage .fifthSection .container section:last-child div:first-child img:last-child {
  width: 50%;
  height: auto;
  margin-bottom: 40px;
}
.aboutPage .fifthSection .container section:last-child div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutPage .fifthSection .container section:last-child div:last-child img {
  width: 100%;
  height: auto;
}
.aboutPage .sixthSection {
  padding: 50px 0;
}
.aboutPage .sixthSection .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutPage .sixthSection .container section {
  flex: 0 0 50%;
}
.aboutPage .sixthSection .container section:last-child {
  padding: 20px 8%;
  display: flex;
  flex-direction: column;
}
.aboutPage .sixthSection .container section:last-child h4 {
  font-size: 26px;
  margin-bottom: 50px;
}
.aboutPage .sixthSection .container section:last-child p {
  margin-bottom: 50px;
}
.aboutPage .sixthSection .container section:last-child .btnBordo {
  margin: 0;
}
.aboutPage .contact {
  padding: 50px 0;
}
.aboutPage .contact .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutPage .contact .container h4 {
  font-size: 28px;
  margin-bottom: 50px;
}
.aboutPage .contact .container p {
  margin-bottom: 50px;
}
.aboutPage .contact .container form {
  max-width: 600px;
  margin: auto;
}

.aboutPage .contact .container form p{
  margin-bottom: 0;
}

/*NASE LOKACIJE*/
.lokacijePage {
  padding: 50px 0;
}
.lokacijePage h1 {
  text-align: center;
}
.lokacijePage h3 {
  text-align: center;
  margin-bottom: 50px;
}
.lokacijePage .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  padding-top: 50px;
}
.lokacijePage .container article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lokacijePage .container article h3 {
  margin: 15px 0 10px 0;
  text-align: left;
}
.lokacijePage .container article .lokacija {
  margin-bottom: 10px;
}
.lokacijePage .container article .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lokacijePage .container article .details p {
  justify-content: flex-start;
  text-wrap: nowrap
}
.lokacijePage .container article .details p:nth-child(2) {
  justify-content: center;
}
.lokacijePage .container article .details p:first-child img{
  height: 22px !important;
}
.lokacijePage .container article .details p:last-child {
  justify-content: flex-end;
}
.lokacijePage .container article .meta {
  background-color: #ffffff;
  padding: 0 10px 10px 10px;
  width: 100%;
}
.lokacijePage .container article .meta div:last-child {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.lokacijePage .container article .meta div:last-child .btnBordo {
  background-color: #A6B8CE;
  flex: 0 0 30%;
  font-size: 14px;
  margin-left: auto;
  margin-right: 0;
}

/*SINGLE LOKACIJA*/
.singleLokacija {
  padding-bottom: 50px;
}
.singleLokacija .container h2 {
  text-align: left;
  margin-bottom: 0;
}
.singleLokacija .container .o-lokaciji {
  margin-top: 20px;
  padding: 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 50px;
  position: relative;
}
.singleLokacija .container .o-lokaciji article {
  margin: 0;
  padding: 0;
}
.singleLokacija .container .o-lokaciji article .detalji {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.singleLokacija .container .o-lokaciji article .detalji .text p {
  margin-bottom: 20px;
}
.singleLokacija .container .o-lokaciji article .detalji .text h3 {
  margin-bottom: 40px;
  margin-top: 60px;
}
.singleLokacija .container .o-lokaciji article .detalji .specifikacije {
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
}
.singleLokacija .container .o-lokaciji article .detalji .specifikacije h3 {
  margin: 20px 0;
}
.singleLokacija .container .o-lokaciji article .detalji .specifikacije ul {
  list-style: none;
}
.singleLokacija .container .o-lokaciji article .detalji .specifikacije ul li {
  display: flex;
  align-items: center;
  padding: 3px 0;
  font-size: 16px;
}
.singleLokacija .container .o-lokaciji article .detalji .specifikacije ul li img {
  height: 20px;
  width: auto;
  margin-right: 20px;
}
.singleLokacija .container .o-lokaciji article:last-child {
  padding: 20px;
  border: 1px solid black;
  max-height: 650px;
}
.singleLokacija .container .o-lokaciji article:last-child h3 {
  margin-bottom: 40px;
}
.singleLokacija .container .o-lokaciji article:last-child form div input {
  flex: 0 0 47%;
  margin-bottom: 0;
}
.singleLokacija .container .o-lokaciji article:last-child form input {
  margin-bottom: 20px;
  width: 100%;
  padding-top: 20px;
}
.singleLokacija .container .o-lokaciji article:last-child form textarea {
  padding-top: 20px;
}
.singleLokacija .container .prostori {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.singleLokacija .container .prostori article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  /* pointer-events: none; */
}
.singleLokacija .container .prostori article .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.singleLokacija .container .prostori article .meta {
  padding-top: 20px;
}
.singleLokacija .container .prostori article .meta .details {
  margin-top: 20px;
  justify-content: space-between;
}
.singleLokacija .container .prostori article .meta .details p {
  /* margin-right: 15px; */
  font-size: 14px;
  text-wrap: nowrap;
  flex: unset;
}
.singleLokacija .container .prostori article .meta .details p:last-child{margin-right: 0;}
.singleLokacija .container .prostori article .meta .details p span {
  margin-right: 7px;
}
.singleLokacija .container .prostori article .meta .details p span img{height: 20px; width:auto;}
.singleLokacija .container .prostori article .dostupnost {
  position: absolute;
  width: 40%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  top: 0;
  right: 0;
  font-size: 14px;
}
.singleLokacija .container .prostori article .dostupan {
  background-color: #c98ea9;
}
.singleLokacija .container .prostori article .izdato {
  background-color: black;
}
.singleLokacija .grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 15px;
}
.singleLokacija .big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.singleLokacija .small {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.singleLokacija .small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.singleLokacija {
  /* HIDDEN IMAGES */
}
.singleLokacija .hidden-images {
  display: none;
}
.singleLokacija {
  /* LIGHTBOX */
}
.singleLokacija .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.singleLokacija .lightbox-img {
  margin: auto;
  display: block;
  max-width: auto;
  width: auto;
  margin: auto;
  max-height: 90vh;
}
.singleLokacija .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.singleLokacija .prev,
.singleLokacija .next {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
}
.singleLokacija .prev {
  left: 20px;
}
.singleLokacija .next {
  right: 20px;
}
.singleLokacija .foogallery {
  width: 100%;
}
.singleLokacija .foogallery .fg-item {
  display: inline-block !important;
  vertical-align: top;
}
.singleLokacija .foogallery img {
  width: 100%;
  height: auto;
  display: block;
}
.singleLokacija .pgc-sgb-cb {
  width: 100%;
  min-height: 500px;
}

/*PROSTORI*/
.prostoriPage .first-section {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.prostoriPage .first-section .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.prostoriPage .first-section .container article:first-child {
  flex: 0 0 45%;
}
.prostoriPage .first-section .container article:first-child h2 {
  text-align: left;
  margin-bottom: 10px;
}
.prostoriPage .first-section .container article:first-child h4 {
  font-size: 28px;
  font-family: "Cera Pro Regular";
  margin-bottom: 50px;
  margin-top: 0;
}
.prostoriPage .first-section .container article:first-child p {
  margin-bottom: 20px;
}
.prostoriPage .first-section .container article:last-child {
  flex: 0 0 55%;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.prostoriPage .first-section .container article:last-child .hexagon_1 {
  grid-area: prva;
  flex: 0 0 40%;
}
.prostoriPage .first-section .container article:last-child .hexagon_2 {
  grid-area: druga;
  flex: 0 0 60%;
}
.prostoriPage .first-section .container article:last-child .hexagon_3 {
  grid-area: treca;
  position: absolute;
  left: 25%;
  bottom: -20%;
}
.prostoriPage .first-section .container article:last-child .hexa-mob {
  display: none;
}
.prostoriPage .first-section .container article:last-child .hexagon {
  transition: transform 0.2s ease-out;
  --rot: 30deg;
  /* početna rotacija */
  transform: rotate(var(--rot));
  aspect-ratio: 1;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  overflow: hidden;
  will-change: transform;
}
.prostoriPage .first-section .container article:last-child .hexagon img {
  transition: transform 0.5s ease;
  transform: rotate(calc(-1 * var(--rot)));
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.prostoriPage .first-section .container article:last-child .hexagon:hover {
  transform: rotate(2deg) scale(1.03);
}
.prostoriPage .first-section .container article:last-child .hexagon:hover img {
  transform: scale(1.1);
}
.prostoriPage .second-section .container div {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.prostoriPage .second-section .container div article {
  flex: 0 0 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
  background-size: cover;
}
.prostoriPage .second-section .container div article img {
  width: 40%;
  height: auto;
  left: 30%;
  top: -20%;
  position: absolute;
}
.prostoriPage .second-section .container div article h3 {
  margin-bottom: 40px;
  font-family: "Cera Pro Bold";
  font-size: 28px;
}
.prostoriPage .second-section .container div article p {
  margin-bottom: 20px;
}
.prostoriPage .second-section .container div article:first-child {
  background: url(img/office_bg.png);
}
.prostoriPage .second-section .container div article:nth-child(2) {
  background: url(img/space_bg.png);
}
.prostoriPage .second-section .container div article:last-child {
  background: url(img/coworking_bg.png);
}
.prostoriPage .second-section .container .mobile {
  display: none;
}
.prostoriPage .third-section h3 {
  text-align: center;
  font-size: 28px;
  text-wrap: balance;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  font-family: "Cera Pro Regular";
}
.prostoriPage .third-section .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.prostoriPage .third-section .container article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.prostoriPage .third-section .container article .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.prostoriPage .third-section .container article h4 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Cera Pro Bold";
}
.prostoriPage .third-section .container article p {
  margin-bottom: 0;
}
.prostoriPage .sixth-section {
  padding: 50px 0;
}
.prostoriPage .sixth-section .container {
  padding-bottom: 50px;
}
.prostoriPage .sixth-section .container:first-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.prostoriPage .sixth-section .container:first-child h2 {
  text-align: left;
}
.prostoriPage .sixth-section .container:first-child h4 {
  font-family: "Cera Pro Regular";
}
.prostoriPage .sixth-section .container:first-child p {
  margin-bottom: 50px;
}
.prostoriPage .sixth-section .container:first-child .btnBordo {
  margin-left: 0;
}
.prostoriPage .sixth-section .container:last-child {
  max-width: 800px;
  padding-top: 50px;
}
.prostoriPage .sixth-section .container:last-child p {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}
.prostoriPage .sixth-section .container:last-child h2 {
  margin-bottom: 20px;
}

/*BLOG*/
.blogPage {
  padding: 50px 0;
}
.blogPage h2 {
  text-align: left;
}
.blogPage section {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.blogPage section article {
  flex: 0 0 48%;
}
.blogPage section article .featured-image {
  overflow: hidden;
}
.blogPage section article .featured-image img {
  transition: 0.8s;
}
.blogPage section article .meta {
  padding-top: 10px;
}
.blogPage section article .meta .date {
  color: #636361;
  font-size: 16px;
}
.blogPage section article .meta hr {
  color: #636361;
  margin: 10px 0;
}
.blogPage section article .meta h3 {
  font-size: 18px;
}
.blogPage section article:first-child {
  display: grid;
  grid-template-areas: "prvi drugi" "treci treci";
  grid-gap: 20px;
}
.blogPage section article:first-child > a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.blogPage section article:first-child > a .featured-image img {
  width: 100%;
  height: auto;
}
.blogPage section article:first-child > a:first-child {
  grid-area: prvi;
}
.blogPage section article:first-child > a:nth-child(2) {
  grid-area: drugi;
}
.blogPage section article:first-child > a:last-child {
  grid-area: treci;
}
.blogPage section article {
  /* ✅ OVDJE ide last-child za desni article */
}
.blogPage section article:last-child {
  display: flex;
  align-items: stretch;
}
.blogPage section article:last-child a {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
.blogPage section article:last-child a .featured-image {
  flex: 1;
  min-height: 0;
  width: 100%;
}
.blogPage section article:last-child a .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blogPage section article a:hover .featured-image img {
  transform: scale(1.2);
}
.blogPage section article a:not(:last-child) .featured-image {
  height: 160px;
}
.blogPage section article a:not(:last-child) .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogPage .newsTwo {
  flex-direction: row-reverse;
}
.blogPage .pagination {
  margin-top: 30px;
  text-align: center;
}
.blogPage .pagination .current {
  color: #9D6787;
}

/*SINGLE BLOG*/
.singleBlog {
  padding: 50px 0;
}
.singleBlog h2 {
  text-align: left;
  padding: 0 5vw;
}
.singleBlog .featured-image {
  max-height: 425px;
  overflow: hidden;
}
.singleBlog .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singleBlog .meta {
  padding: 10px 5vw 0 5vw;
  display: flex;
  font-size: 16px;
  margin-bottom: 50px;
}
.singleBlog .meta p {
  border-right: 1px solid #636361;
  padding: 0 2vw;
}
.singleBlog .meta p.date {
  padding-left: 0;
}
.singleBlog .meta p:last-child {
  border-right: none;
}
.singleBlog .content {
  margin: auto;
  max-width: 1000px;
}
.singleBlog .content p {
  margin-bottom: 20px;
}
.singleBlog .content h1 {
  margin-bottom: 50px;
}
.singleBlog .content h2,
.singleBlog .content h3 {
  margin-bottom: 30px;
}
.singleBlog .content ul,
.singleBlog .content ol {
  padding-left: 50px;
  margin-bottom: 30px;
}

/*FOOTER*/
footer {
  background-color: #ffffff;
  padding: 50px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
}
footer .container .topBar {
  margin-bottom: 50px;
  padding: 0 20px 0 50px;
}
footer .container .topBar img {
  width: 100px;
}
footer .container .bottomSection {
  display: flex;
  justify-content: space-between;
}
footer .container .bottomSection article {
  flex: 0 0 25%;
  padding: 20px 20px 20px 50px;
  position: relative;
}
footer .container .bottomSection article:not(:nth-last-child(-n+2)):after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-right: 1px solid #636361;
  pointer-events: none;
}
footer .container .bottomSection article ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer .container .bottomSection article ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .container .bottomSection article ul li span {
  display: block;
  font-family: "Cera Pro Bold";
}
footer .container .bottomSection article ul li a {
  text-transform: uppercase;
}
footer .container .bottomSection article:nth-child(2) a {
  display: block;
  font-family: "Cera Pro Bold";
  text-decoration: underline;
}
footer .container .bottomSection article:nth-child(2) a:nth-child(2) {
  margin-bottom: 20px;
  font-family: "Cera Pro Regular";
}
footer .footer-mobile {
  display: none;
}

/*ANIMACIJE*/
@keyframes move {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(0%, 200%);
  }
  50% {
    transform: translate(-250%, 200%);
  }
  75% {
    transform: translate(-250%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*RESPONSIVE*/
@media (min-width: 1920px) {
  .container {
    max-width: 80%;
  }
  .hero-desktop .banner .btnBordo {
    margin: 5vh auto;
  }
  .hero-desktop .banner .opis {
    justify-content: center;
  }
  .hero-desktop .banner .opis h1 {
    margin-bottom: 3vh;
  }
  .listingDostupan .btnBordo {
    margin-top: 3vh;
  }
  .aboutPage .fifthSection .container section:last-child .dvostruka_slika {
    margin-bottom: 3vh !important;
  }
}
@media (max-width: 1250px) {
  .container {
    width: 90%;
  }
  #navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c98ea9;
    height: 90vh;
    top: 10vh;
    left: -100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    transition: 0.3s;
  }
  #navbar ul {
    list-style: none;
  }
  #navbar ul li a {
    color: #ffffff;
    font-size: 26px;
  }
  #navbar.active {
    left: 0;
  }
  header {
    transition: 0.3s;
    margin-bottom: 0;
    /* padding-top: 20px; */
    height: 10vh;
  }
  .header .container{
    padding: 5%;
  }
  header .container .brand {
    padding-top: 0;
  }
  header .container .brand a img{
    height: 8vh;
    width: auto;
    margin-top: 1vh;
  }
  header .container nav {
    justify-content: flex-end;
    align-items: center;
    flex: none;
  }
  header .container nav .desktopMenu {
    display: none;
  }
  header .container nav ul {
    padding-top: 0;
  }
  header .container nav ul li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .container nav .menuToggler {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin-left: 15px;
  }
  header .container nav .menuToggler .bar {
    height: 4px;
    width: 40px;
    background-color: #636361;
    transition: 0.3s;
  }
  header .container nav .menuToggler.active .bar1 {
    transform: rotate(-315deg) translate(9px, 8px);
  }
  header .container nav .menuToggler.active .bar2 {
    transform: translateX(300px);
    opacity: 0;
  }
  header .container nav .menuToggler.active .bar3 {
    transform: rotate(315deg) translate(10px, -10px);
  }
  header.stick {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 4;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
  header.stick .container .brand a {
    height: 30px;
  }
  .brojaci {
    min-width: auto;
    width: 80%;
    left: 10%;
  }
  .lokacijePage .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .singleLokacija .container .o-lokaciji {
    display: flex;
    flex-direction: column;
  }
  .singleLokacija .container .o-lokaciji article:last-child {
    max-height: 100%;
  }
  .prostoriPage .first-section .container {
    flex-direction: column;
  }
}
@media (max-width: 1150px) {
  .brojaci {
    position: static;
    width: 100%;
    background-color: transparent;
  }
  .fourElements .container {
    flex-wrap: wrap;
  }
  .fourElements .container article {
    align-self: center;
    margin: 20px auto;
  }
  #filtriraj {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 50px;
    margin: auto;
    background-color: #EFEFEF;
    cursor: pointer;
  }
  .dostupanProstor {
    position: relative;
    flex-direction: column;
  }
  .dostupanProstor aside {
    position: absolute;
    top: -2000px;
    left: 0%;
    width: 100%;
    transition: 0.3s;
    overflow: hidden;
    min-height: 90vh;
    z-index: 3;
  }
  .dostupanProstor aside.activated {
    top: 0;
  }
  .aboutPage .firstSection {
    flex-direction: column-reverse;
  }
  .aboutPage .thirdSection .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: stretch;
  }
  .aboutPage .thirdSection .container article {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    width: 100%;
  }
  .aboutPage .thirdSection .container article img {
    margin: 0 auto 20px;
  }
  .aboutPage .thirdSection .container article .opis {
    border: none;
    flex: 1;
  }
  .aboutPage .istorijat {
    padding-bottom: 50px;
  }
  .aboutPage .istorijat .container {
    flex-direction: column-reverse;
  }
  .aboutPage .fifthSection .container {
    flex-direction: column;
  }
  .aboutPage .sixthSection .container {
    flex-direction: column-reverse;
  }
  .aboutPage .sixthSection .container .btnBordo {
    display: none;
  }
  .aboutPage .sixthSection .container .mobileBordo {
    display: block;
  }
  .kontaktPage .container {
    gap: 40px;
  }
  .kontaktPage .container main {
    flex: 0 0 65%;
  }
}
@media (max-width: 1000px) {
  .banner .owl-item .opis {
    padding-top: 20px;
  }
  .prostoriPage .second-section {
    padding-top: 50px;
  }
  .prostoriPage .second-section h2 {
    text-align: center;
  }
  .prostoriPage .second-section .container .desktop {
    display: none;
  }
  .prostoriPage .second-section .container .mobile {
    display: block;
    padding: 100px 0 0 0;
  }
  .prostoriPage .second-section .container .mobile article {
    flex: 100%;
  }
  .prostoriPage .second-section .container .mobile .owl-nav {
    display: none;
  }
  .prostoriPage .second-section .container .mobile .owl-dots {
    display: none;
  }
  .prostoriPage .second-section .container div {
    padding: 0;
  }
}
@media (max-width: 800px) {
  .prostoriPage .container .mobile article {
    min-height: 600px !important;
  }
}
@media (max-width: 876px) {
  .pl-5 {
    padding-left: 5%;
  }
  .align-left {
    text-align: left;
  }
  h2 {
    text-align: left;
    font-size: 36px;
  }
  .banner .owl-item .opis {
    width: 90%;
    left: 10%;
    align-items: flex-start;
  }
  .banner .owl-item .opis h1 {
    font-size: 40px;
    text-align: left;
  }
  .banner .owl-item .opis p {
    text-align: left !important;
    margin: 10px 0;
  }
  .banner .owl-item .opis .btnBordo {
    margin-left: 0;
  }
  .brojaci .brojaci-wrapper .counter {
    font-size: 40px;
  }
  .fourSections .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .fourSections .container section {
    border-right: none !important;
    padding-right: 0;
  }
  .listingDostupan .owl-stage {
    height: auto;
    margin-bottom: 30px;
  }
  .listingDostupan .owl-item.active {
    transform: scale(1);
  }
  .listingDostupan .owl-item.active .catShow {
    display: block;
  }
  .listingDostupan .owl-item.active .opis {
    display: flex;
    padding: 5px;
  }
  .listingDostupan .owl-item.center {
    transform: scale(1);
  }
  .listingDostupan .owl-item.center .opis .details {
    padding-top: 5px;
  }
  .listingDostupan .owl-dots{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
   .listingDostupan .owl-dots .owl-dot{
    margin: 0 10px;
   }
  .listingDostupan .owl-dots .owl-dot span{
    display: block;
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    background-color: #d1d1d1;
  }
  .listingDostupan .owl-dots .owl-dot.active span{
    background-color: #636361;
  }
  /* .listingDostupan .owl-item.center .opis .details img {
    height: 20px !important;
  } */
  .listingDostupan .owl-item.center .opis .details p span {
    font-size: 14px;
  }
  .symbol {
    background-image: none;
  }
  .novosti .container {
    flex-direction: column;
  }
  .novosti .container article:not(:last-child) {
    margin-bottom: 50px;
  }
  .novosti .container article .meta .date {
    font-size: 14px;
  }
  .contact .container {
    flex-direction: column;
    align-items: stretch;
  }
  .contact .container section h2 {
    max-width: 100%;
    font-family: "Cera Pro Light";
  }
  footer .footer-desktop {
    display: none;
  }
  footer .footer-mobile {
    display: flex;
    flex-direction: column;
  }
  footer .footer-mobile .bottomSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "prva druga" "treca treca";
  }
  footer .footer-mobile .bottomSection article:first-child {
    grid-area: prva;
  }
  footer .footer-mobile .bottomSection article:first-child::after {
    height: 100%;
  }
  footer .footer-mobile .bottomSection article:nth-child(2) {
    grid-area: druga;
  }
  footer .footer-mobile .bottomSection article:nth-child(2):after {
    border-right: none;
  }
  footer .footer-mobile .bottomSection article:last-child {
    grid-area: treca;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-mobile .bottomSection article:last-child section {
    display: flex;
    flex-direction: column;
    flex: 0 0 45%;
  }
  .hero_page .container {
    flex-direction: column;
  }
  .hero_page .container section:last-child {
    margin-top: 50px;
  }
  .planovi .container {
    flex-direction: column;
  }
  .planovi .container section:first-child {
    margin-bottom: 50px;
  }
  .planovi .container section:last-child img {
    width: 45%;
  }
  .benefiti .container {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .benefiti .container section:first-child {
    margin-top: 50px;
  }
  .benefiti .container section:last-child {
    align-items: stretch;
  }
  .lokacije .container {
    flex-direction: column;
  }
  .lokacije .container article {
    margin-bottom: 50px;
  }
  .lokacije .container article .details p img {
    height: 20px !important;
  }
  .lokacije .container article .details p span {
    font-size: 14px;
  }
  .singleProstor .content {
    flex-direction: column;
    align-items: stretch;
  }
  .singleLokacija .container .prostori {
    display: flex;
    flex-wrap: wrap;
  }
  .prostoriPage .first-section {
    padding-bottom: 0;
  }
  .prostoriPage .first-section .container article:last-child {
    flex: unset;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    position: relative;
  }
  .prostoriPage .first-section .container article:last-child .hexa-mob {
    display: block;
  }
  .prostoriPage .first-section .container article:last-child .hexagon {
    display: none;
  }
  .prostoriPage .third-section h2 {
    width: 90%;
    margin: 50px auto;
  }
  .prostoriPage .third-section .container {
    display: flex;
    flex-direction: column;
  }
  .prostoriPage .fourElements h2 {
    width: 90%;
    margin: 50px auto;
  }
  .prostoriPage .fourElements p {
    text-align: left;
    width: 90%;
    margin: 50px auto;
  }
  .prostoriPage .fourElements .container {
    display: flex;
    flex-direction: column;
  }
  .prostoriPage .fourElements .container article {
    border: none;
  }
  .prostoriPage .fourElements .container article p {
    text-align: center;
  }
  .prostoriPage .za_koga .container {
    display: flex;
    flex-direction: column;
  }
  .prostoriPage .za_koga .container section:first-child {
    margin-bottom: 50px;
  }
  .prostoriPage .sixth-section .container {
    display: flex;
    flex-direction: column !important;
  }
  .prostoriPage .sixth-section .container .btnBordo {
    display: none;
  }
  .prostoriPage .sixth-section .container .mobileBordo {
    display: block;
    margin: 40px auto 0 auto !important;
  }
  .dostupanProstor main section {
    display: flex;
    flex-wrap: wrap;
  }
  .kontaktPage .container {
    gap: 40px;
    flex-direction: column;
  }
  .kontaktPage .container main {
    flex: unset;
  }
}
@media (max-width: 768px) {
  .hero-desktop {
    display: none !important;
  }
  .hero-mobile{
    display: block;
  }
  .hero-mobile .featured-image{
    /* height: 50vh; */
    position: relative;
    margin-bottom: 15vh;
  }
  .hero-mobile h1{
    position: absolute;
    color: #FFF;
    top: 15vh;
    left: 0;
    padding: 0 5%;
    font-family: "Cera Pro Light";
  }  
   .hero-mobile h1 span{
    font-family: "Cera Pro Bold";
   }
   .hero-mobile .brojaci{
    background-color: #fff;
    width: 90%;
    position: absolute;
    bottom: -10vh;
    height: 30vh;
    left: 5% !important;
   }

   .hero-mobile p{
    padding: 0 5%;
   }
   .hero-mobile .brojaci p{
    padding: 0;
   }
   .hero-mobile .btnBordo{
    text-wrap: nowrap;
    margin-top: 25px;
   }
  .fourSections {
    padding: 50px 0;
  }
  .dostupanProstor main section {
    flex-direction: column;
  }
  .dostupanProstor main section article {
    margin-bottom: 100px;
  }
  .dostupanProstor main section article:last-child {
    margin-bottom: 0;
  }
  .dostupanProstor main section article .details p img {
    height: 20px;
  }
  .dostupanProstor main section article .details p span {
    font-size: 14px;
  }
  .dostupanProstor main section article .link {
    display: inline-block;
    margin: 50px 0 0 0;
    padding-bottom: 10px;
  }
  .aboutPage .thirdSection .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .singleProstor .content main section:last-child {
    flex-direction: column;
    align-items: stretch;
  }
  .singleProstor .content main section:last-child article:first-child {
    margin-bottom: 50px;
  }
  .blogPage .container section {
    flex-direction: column;
  }
  .releatedNews .container {
    flex-direction: column;
  }
  .singleLokacija .container .o-lokaciji article .detalji {
    display: flex;
    flex-direction: column;
  }

   footer .footer-mobile .topBar{
    background-color: transparent;
    position: relative;
    height: 20px;
   }

  footer .footer-mobile .topBar img{
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 30%;
  }
}
@media (max-width: 500px) {
  form div {
    flex-direction: column;
  }
  form div input,
  form div select {
    width: 100%;
  }
  form div input:first-child {
    margin-bottom: 20px;
  }
  header .container .brand {
    height: auto;
    width: 150px;
    height: auto;
  }
  header .container .brand a {
    height: 100%;
    width: auto;
  }
  header .container .brand a img {
    width: 100%;
    height: auto;
  }
  .banner .owl-item .opis {
    padding-top: 0;
    min-height: 300px;
  }
  .banner-mob .btnBordo {
    margin-top: 20px;
  }
  .stick .container .brand {
    width: auto;
  }
  form .check,
  #filterForma div {
    flex-direction: row;
  }
  .banner-mob h1{top: 10vh}
  .brojaci {
    justify-content: space-between;
    height: 15vh !important;
  }
  .brojaci .brojaci-wrapper .counter {
    font-size: 20px;
  }

  .listingDostupan .owl-item .opis{
    position: static !important;
    width: 100% !important;
    padding: 15px 10px 5px 10px !important;
  }

  
  .lokacijePage{padding-bottom: 100px !important;}

  .lokacijePage .container article{width: 100%;}
  footer .footer-mobile .topBar {
    padding: 0;
  }
  footer .footer-mobile .bottomSection article {
    padding: 0;
  }
  footer .footer-mobile .bottomSection article:nth-child(2) {
    padding-left: 10%;
  }
  footer .footer-mobile .bottomSection article:last-child {
    padding-top: 20px;
  }
  .blogPage .container section article {
    padding-bottom: 15px;
    display: flex !important;
    flex-direction: column;
  }
  .blogPage .container section article a {
    margin-bottom: 15px;
  }
  .blogPage .container section article a .featured-image {
    height: 250px !important;
    flex: auto !important;
  }
  .blogPage .container section article a .featured-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blogPage .container .newsTwo {
    padding-top: 0;
  }
  .singleBlog {
    padding: 25px 0;
  }
  .singleBlog .container h2 {
    padding-left: 0;
  }
  .singleBlog .container .meta {
    flex-direction: column;
    padding-left: 0;
  }
  .singleBlog .container .meta p {
    padding-left: 0;
    border: none;
  }
  .singleBlog .container .meta p:not(:last-child) {
    margin-bottom: 10px;
  }
  .singleLokacija .grid {
    display: block;
  }
  .singleLokacija .grid .small {
    display: none;
  }
}
@media(max-width: 420px){
  .hero-mobile h1{
    top: 5vh;
  }
}
/*KEYFRAMES*/
@keyframes morph {
  /* HEXAGON (8 tačaka fake) */
  0% {
    clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  }
  /* OCTAGON */
  25% {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  }
  /* SQUARE */
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
  }
  /* TRIANGLE */
  75% {
    clip-path: polygon(50% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
  }
  /* CIRCLE */
  100% {
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
  }
}/*# sourceMappingURL=main.css.map */