@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Black.woff2") format("woff2"),
    url("../fonts/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"),
    url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"),
    url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLight.woff2") format("woff2"),
    url("../fonts/Raleway-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2"),
    url("../fonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"),
    url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"),
    url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.woff2") format("woff2"),
    url("../fonts/Raleway-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway";
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  font-weight: normal;
  color: #102a40;
}

.max-width {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.max-width1 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

h1 {
  font-size: calc(min(max(50px, 10vw), 70px));
  font-weight: bold;
}
#slide {
  width: 96%;
}

* {
  box-sizing: border-box;
}

.mySlides {
  display: none;
}

.slideshow-container {
  position: relative;
  margin: -10px;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  margin-top: 105% !important;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

h2 {
  font-size: calc(min(max(40px, 10vw), 56px));
  font-weight: 800;
  color: #00070d;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title svg {
  margin-top: 9px;
}

@media screen and (max-width: 1120px) {
  .title svg {
    display: none;
  }
}
.title h3 {
  color: #137edb;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

.d-none {
  display: none !important;
}

.apartmani-top {
  text-align: center;
}

.apartmani-top .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.apartmani-top h2 {
  margin-bottom: 30px;
}
.apartmani-top .tower-number {
  margin: 0;
  font-size: 40px;
  margin-top: 60px;
}

.apartmani-top p {
  font-size: 20px;
  font-weight: 500;
}

.type-apartman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.type-apartman button {
  background-color: white;
  border: 3px solid #cccccc;
  color: #102a40;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  max-width: 256px;
  height: 49px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.type-apartman button:hover {
  border: 3px solid #137edb;
  font-weight: bold;
}

.type-apartman button.active {
  border: 3px solid #137edb;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .type-apartman {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media screen and (max-width: 575px) {
  .type-apartman {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.apartmani-bottom {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .apartmani-bottom {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    gap: 30px;
  }
}

.apartmani-bottom .apartmani-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .apartmani-bottom .apartmani-bottom-left {
    text-align: center;
  }
}

.apartmani-bottom .apartmani-bottom-left .title {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .apartmani-bottom .apartmani-bottom-left .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.apartmani-bottom .apartmani-bottom-left .title svg {
  margin-top: 10px;
}

.apartmani-bottom .apartmani-bottom-left h2 {
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .apartmani-bottom .apartmani-bottom-left h2 {
    padding-right: 0;
  }
}

.apartmani-bottom .apartmani-bottom-left p {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-right: 60px;
}

@media screen and (max-width: 991px) {
  .apartmani-bottom .apartmani-bottom-left p {
    margin-right: 0px;
  }
}

.apartmani-bottom .apartmani-bottom-left a {
  text-decoration: none;
  max-width: 339px;
  width: 100%;
}

.apartmani-bottom .apartmani-bottom-left button {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #0a49f2;
  max-width: 339px;
  width: 100%;
  height: 49px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .apartmani-bottom .apartmani-bottom-left button {
    margin-left: auto;
    margin-right: auto;
  }
}

.apartmani-bottom .apartmani-bottom-right {
  position: relative;
}

.apartmani-bottom .apartmani-bottom-right .arrows {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 554px;
  z-index: 2;
  padding-top: 90%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.apartmani-bottom .apartmani-bottom-right .arrows .left-arr {
  cursor: pointer;
}

.apartmani-bottom .apartmani-bottom-right .arrows .right-arr {
  cursor: pointer;
  margin-left: 56%;
}

.apartmani-bottom .apartmani-bottom-right .arrows .right-arr1 {
  cursor: pointer;
  margin-left: 56%;
}

.apartmani-bottom .apartmani-bottom-right .arrows .right-arr2 {
  cursor: pointer;
  margin-left: 56%;
}

.apartmani-bottom .apartmani-bottom-right .arrows .right-arr3 {
  cursor: pointer;
  margin-left: 56%;
}

@media screen and (max-width: 991px) {
  .apartmani-bottom .apartmani-bottom-right .arrows svg {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .apartmani-bottom .apartmani-bottom-right .arrows {
    padding-top: 500px;
  }
}

@media screen and (max-width: 575px) {
  .apartmani-bottom .apartmani-bottom-right .arrows {
    padding-top: 90%;
  }
}

.apartmani-bottom .apartmani-bottom-right .slider {
  position: relative;
}

.apartmani-bottom .apartmani-bottom-right .item img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 554px;
  max-height: 664px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-up .close {
  top: 25px;
  right: 25px;
  position: absolute;
  cursor: pointer;
}

.pop-up .pop {
  position: relative;
  background-color: white;
  border: 2px solid #0a49f2;
}

.pop-up .margin {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pop-up .pop-up-top {
  text-align: center;
}

.pop-up .pop-up-top .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pop-up #ekster-enter1-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter1-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter1-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter1-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter1-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter1-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter1-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter1-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter1-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter1-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter1-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up #ekster-enter2-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter2-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter2-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter2-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter2-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter2-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter2-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter2-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter2-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter2-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter2-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up #ekster-enter3-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter3-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter3-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter3-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter3-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter3-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter3-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter3-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter3-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter3-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter3-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up #ekster-enter4-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter4-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter4-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter4-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter4-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter4-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter4-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter4-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter4-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter4-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter4-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up .popupSlider {
  padding-bottom: 40px;
}

.pop-up #ekster-enter5-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter5-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter5-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter5-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter5-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter5-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter5-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter5-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter5-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter5-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter5-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up #ekster-enter6-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter6-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter6-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter6-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter6-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter6-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter6-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter6-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter6-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter6-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter6-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up #ekster-enter7-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter7-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter7-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter7-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter7-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter7-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter7-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter7-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter7-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter7-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter7-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up #ekster-enter8-slider {
  margin-top: 40px;
}

.pop-up #ekster-enter8-slider .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter8-slider .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pop-up #ekster-enter8-slider .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 416px;
    max-height: 416px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up #ekster-enter8-slider .apartman-details {
  display: block;
  margin-top: 35px;
}

.pop-up #ekster-enter8-slider .apartman-details div {
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pop-up #ekster-enter8-slider .apartman-details div h3 {
  font-weight: 500;
}

.pop-up #ekster-enter8-slider .apartman-details div b {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .pop-up #ekster-enter8-slider .apartman-details div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pop-up #ekster-enter8-slider .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-up #ekster-enter8-slider .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f9ff;
}

.pop-up .popupSlider .nextprev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pop-up .popupSlider .nextprev {
    margin-top: 95px;
  }
}

.pop-up .popupSlider .nextprev button {
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  max-width: 210px;
  color: #102a40;
  width: 100%;
  height: 49px;
  background-color: white;
  border: 2px solid #cccccc;
  cursor: pointer;
}

.pop-up .slick-dots {
  bottom: -75px;
}

.pop-up .slick-dots li button {
  border: 2px solid #cccccc;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 575px) {
  .pop-up .slick-dots li button {
    height: 15px;
    width: 15px;
  }
}

.pop-up .slick-dots li button:before {
  color: transparent;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .pop-up .slick-dots li button:before {
    height: 15px;
    width: 15px;
  }
}

.pop-up .slick-dots li.slick-active button:before {
  background-color: #0a49f2;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots {
  display: none !important;
}

.pagingInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #137edb;
  font-size: 24px;
  font-weight: bold;
}

header {
  position: relative;
}

.header-info {
  padding: 0 15px;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 3;
  width: 100%;
  position: fixed;
  width: 100%;
  max-width: 1280px;
}

.header-info .logo {
  width: 100%;
  max-width: 157px;
  height: 81px;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1120px) {
  .header-info .logo {
    padding: 0;
  }
}

.header-info .logo img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-info .nav-menu .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.header-info .nav-menu .nav-list li a {
  text-decoration: none;
  color: #cee2f2;
  font-size: 16px;
  font-weight: normal;
}

.header-info::before {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  right: -30%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

@media screen and (max-width: 1120px) {
  .header-info::before {
    display: none;
  }
}

.header-info.bg-dark::before {
  opacity: 1;
}

@media screen and (max-width: 1120px) {
  .header-info.bg-dark::before {
    display: none;
  }
}

.header-background {
  padding: 0 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  top: 0;
  position: relative;
  color: white;
  height: 110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1120px) {
  .header-background {
    padding-bottom: 50px;
  }
}

.header-background .black-background-linear {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 7, 13, 0.7);
}

.header-background .header-text {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1120px) {
  .header-background .header-text {
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-background .header-text p {
  font-size: 16px;
  font-weight: 500;
}

.header-background .header-text .title h3 {
  color: #0ac3f2;
  text-transform: uppercase;
}

@media screen and (max-width: 1120px) {
  .header-background .header-text .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-background .header-text h4 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 50px;
}

.header-background .header-text h5 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 50px;
}

.header-background .header-text h1 {
  padding: 20px 0;
}

.header-background .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1120px) {
  .header-background .header-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-background .header-buttons .watch-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.header-background .header-buttons .watch-video .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: 1.5px solid #0a49f2;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.blue-btn {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #0a49f2;
  width: 100%;
  max-width: 298px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  text-transform: uppercase;
  border-radius: 5px;
}

.social-icons {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  gap: 20px;
  bottom: 0px;
}

@media screen and (max-width: 1120px) {
  .social-icons {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 30px;
  }
}

.social-icons .svg-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #137edb;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-icons .svg-icon:hover {
  border: 1px solid white;
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header-info {
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-info .logo {
    height: 50px;
    position: relative;
    width: 157px;
  }
  .header-info .logo img {
    position: absolute;
    z-index: 4;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    height: 100%;
    width: 100%;
  }
  .header-info .nav-menu {
    width: calc(100% + 15px);
    height: auto;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    position: absolute;
    top: 0;
    padding-top: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-info .nav-menu .nav-list {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
  .header-info .nav-menu .nav-list li {
    padding: 20px 0;
  }
  .header-info .nav-menu .nav-list li a {
    font-size: 20px;
  }
  .header-info .nav-menu.open {
    -webkit-transform: translateX(-22.5px);
    transform: translateX(-22.5px);
    background-color: rgba(0, 0, 0, 0.8);
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-info.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .hamburger {
    position: relative;
    z-index: 99;
    float: right;
  }
  .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: white;
  }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  /*
   * 3DX
   */
  .hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
  }
  .hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s
        cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hamburger--3dx .hamburger-inner::before,
  .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s
      cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}

.background-section {
  background-color: #f2f9ff;
  padding-bottom: 160px;
}

@media screen and (max-width: 1120px) {
  .background-section {
    text-align: center;
    padding-bottom: 50px;
  }
}

.stambeni-kompleks-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  gap: 30px;
}

@media screen and (max-width: 1120px) {
  .stambeni-kompleks-cont {
    /* -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; */
    display: block;
  }
}

.stambeni-kompleks-cont .stambeni-kompleks-img {
  position: relative;
  margin-right: 0;
}

@media screen and (max-width: 1120px) {
  .stambeni-kompleks-cont .stambeni-kompleks-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.stambeni-kompleks-cont .slider-part {
  position: relative;
}

@media screen and (max-width: 1120px) {
  .stambeni-kompleks-cont .slider-part {
    width: 100%;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
}
.stambeni-kompleks-cont .slider-part .stambeni-kompleks-slider .slider-item {
  width: 100%;
  max-width: 545px;
  /* height: 845px; */
  height: auto;
}

.stambeni-kompleks-cont .slider-part .stambeni-kompleks-slider {
  transform: translateY(-100px);
}

.stambeni-kompleks-cont
  .slider-part
  .stambeni-kompleks-slider
  .slider-item
  img {
  width: 100%;
  height: 845px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 576px) {
  .stambeni-kompleks-cont
    .slider-part
    .stambeni-kompleks-slider
    .slider-item
    img {
    height: auto;
  }
}
.stambeni-kompleks-cont .slider-part .custom-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  width: 95%;
}

.stambeni-kompleks-cont .slider-part .custom-arrows .left-arr,
.right-arr {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.stambeni-kompleks-cont .slider-part .custom-arrows .left-arr:hover,
.right-arr:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.stambeni-kompleks-cont .slider-part .custom-arrows .left-arr,
.right-arr svg path {
  fill: white;
}

.stambeni-kompleks-cont .stambeni-kompleks-img img {
  width: 111%;
  margin-right: 0;
  right: 0;
  position: absolute;
  top: -100px;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1120px) {
  .stambeni-kompleks-cont .stambeni-kompleks-img img {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
}

.stambeni-kompleks-cont .stambeni-kompleks-text {
  padding-top: 50px;
}

@media screen and (max-width: 1120px) {
  .stambeni-kompleks-cont .stambeni-kompleks-text {
    padding-top: 0;
  }
}

.stambeni-kompleks-cont .stambeni-kompleks-text .title {
  text-transform: uppercase;
}

@media screen and (max-width: 1120px) {
  .stambeni-kompleks-cont .stambeni-kompleks-text .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.stambeni-kompleks-cont .stambeni-kompleks-text .title p {
  font-size: 16px;
  font-weight: bold;
  color: #137edb;
  padding-right: 10px;
}

.stambeni-kompleks-cont .stambeni-kompleks-text h2 {
  padding-bottom: 30px;
}

.stambeni-kompleks-cont .stambeni-kompleks-text p {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #102a40;
}

.stambeni-kompleks-cont .stambeni-kompleks-text .istrazi-apart-btn {
  max-width: 225px;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1120px) {
  .stambeni-kompleks-cont .stambeni-kompleks-text .istrazi-apart-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

section {
  padding: 50px 0;
}

.karakteristike-section {
  padding: 50px 0;
  height: auto;
}

.karakteristike-kompleksa {
  text-align: center;
}

.karakteristike-kompleksa .karakteristike-gallery {
  padding-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media screen and (max-width: 1120px) {
  .karakteristike-kompleksa .karakteristike-gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .karakteristike-kompleksa .karakteristike-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.karakteristike-kompleksa .karakteristike-gallery .gallery-item {
  background-color: white;
  width: 100%;
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.karakteristike-kompleksa .karakteristike-gallery .gallery-item .gallery-img {
  width: 100%;
  max-width: 352px;
  height: 224px;
}

.karakteristike-kompleksa
  .karakteristike-gallery
  .gallery-item
  .gallery-img
  img {
  width: 100%;
  max-width: 352px;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

.karakteristike-kompleksa .karakteristike-gallery .gallery-item .gallery-text {
  padding: 20px;
}

.karakteristike-kompleksa
  .karakteristike-gallery
  .gallery-item
  .gallery-text
  h5 {
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0;
}

.headline-part {
  text-align: center;
  width: 100%;
  max-width: 815px;
  margin-right: auto;
  margin-left: auto;
}

.headline-part .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headline-part .title svg {
  margin: 0;
}

.headline-part .title p {
  font-size: 16px;
  font-weight: bold;
  color: #137edb;
  padding: 0 10px;
  text-transform: uppercase;
}

.headline-part h2 {
  padding: 20px 0;
  font-weight: 800;
}

.kupovina-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 0;
}

@media screen and (max-width: 1120px) {
  .kupovina-gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .kupovina-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.kupovina-gallery .gallery-item-kupovina {
  text-align: center;
  height: 453px;
}

.kupovina-gallery .gallery-item-kupovina .gallery-img {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kupovina-gallery .gallery-item-kupovina .gallery-img img {
  max-width: 263px;
  height: 272px;
  margin-left: auto;
  margin-right: auto;
}

.kupovina-gallery .gallery-item-kupovina .gallery-text {
  padding: 20px;
}

.kupovina-gallery .gallery-item-kupovina .gallery-text h5 {
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0;
}

.background-location {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.background-location .location-text {
  width: 100%;
  max-width: 500px;
  color: white;
  margin-left: auto;
}

@media screen and (max-width: 1120px) {
  .background-location .location-text {
    text-align: center;
  }
}

.background-location .location-text .title {
  padding-bottom: 20px;
}

@media screen and (max-width: 1120px) {
  .background-location .location-text .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.background-location .location-text .title p {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
  padding-top: 0;
  color: #0a49f2;
}

.background-location .location-text h2 {
  color: white;
}

.background-location .location-text p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 30px;
}

.kontakt-section {
  background-color: #cee2f2;
  padding-bottom: 0;
  height: auto;
  padding-top: 60px;
}

@media screen and (max-width: 1120px) {
  .kontakt-section {
    height: auto;
    text-align: center;
  }
}

.kontakt-section .kontakt-cont {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
}

@media screen and (max-width: 1120px) {
  .kontakt-section .kontakt-cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.kontakt-section .kontakt-cont .kontakt-text {
  padding-bottom: 50px;
}

.kontakt-section .kontakt-cont .kontakt-text .title {
  padding-bottom: 20px;
  color: #137edb;
}

.kontakt-section .kontakt-cont .kontakt-text .title p {
  padding-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1120px) {
  .kontakt-section .kontakt-cont .kontakt-text .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.kontakt-section .kontakt-cont .kontakt-text h1 {
  padding: 10px 0;
  color: black;
}

.kontakt-section .kontakt-cont .kontakt-text .blue-btn {
  max-width: 178px;
}

@media screen and (max-width: 1120px) {
  .kontakt-section .kontakt-cont .kontakt-text .blue-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.kontakt-section .kontakt-cont .kontakt-text .paragraphs {
  padding-bottom: 40px;
  color: #102a40;
}

.kontakt-section .kontakt-cont .kontakt-text .paragraphs p {
  padding-top: 30px;
}

.kontakt-section .kontakt-cont .kontakt-img {
  position: relative;
}

@media screen and (max-width: 1120px) {
  .kontakt-section .kontakt-cont .kontakt-img {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }
}

.kontakt-section .kontakt-cont .kontakt-img img {
  width: 100%;
  max-width: 620px;
  position: absolute;
  bottom: -5px;
  right: 0;
  margin-left: 108px;
  -o-object-position: right;
  object-position: right;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 600px;
}

@media screen and (max-width: 1120px) {
  .kontakt-section .kontakt-cont .kontakt-img img {
    margin-left: 0;
  }
}

@media screen and (max-width: 1120px) {
  .kontakt-section .kontakt-cont .kontakt-img img {
    position: relative;
    max-width: 580px;
    height: 600px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 575px) {
  .kontakt-section .kontakt-cont .kontakt-img img {
    height: 400px;
  }
}

footer {
  background-color: #102a40;
}

footer .footer {
  padding-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr 1fr;
  grid-template-columns: 1fr 1.2fr 1fr;
}

@media screen and (max-width: 991px) {
  footer .footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  footer .footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

footer .footer .left-footer {
  max-width: 256px;
}

@media screen and (max-width: 991px) {
  footer .footer .left-footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

footer .footer .left-footer p {
  font-size: 16px;
  color: white;
  margin-top: 40px;
  margin-bottom: 30px;
}

footer .footer .left-footer img {
  max-width: 256px;
  height: 131.1px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

footer .footer .left-footer .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer .left-footer .media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #137edb;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  footer .footer .left-footer .media a {
    margin-left: auto;
    margin-right: auto;
  }
}

footer .footer .middle-footer a {
  margin-bottom: 30px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer .middle-footer a h5 {
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  footer .footer .middle-footer a {
    margin-bottom: 0px;
  }
}

footer .footer .middle-footer #email h5 {
  font-size: calc(min(max(16px, 5vw), 20px));
}

@media screen and (max-width: 991px) {
  footer .footer .middle-footer {
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  footer .footer .middle-footer {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 30px;
  }
}

footer .footer .right-footer iframe {
  width: 397px;
  height: 314px;
}

@media screen and (max-width: 575px) {
  footer .footer .right-footer iframe {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  footer .footer .right-footer {
    grid-column: span 2;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer .right-footer {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
  padding-bottom: 30px;
}

footer .copy h3 {
  font-size: 16px;
  color: white;
  font-weight: normal;
}

footer .copy h4 {
  font-size: 16px;
  color: white;
  font-weight: normal;
}

footer .copy h4 b {
  font-weight: 800;
  color: #137edb;
}

footer .copy h4 a {
  font-weight: 800;
  color: #137edb;
}

@media screen and (max-width: 767px) {
  footer .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.fade-1 {
  opacity: 0;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fade-2 {
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fade-3 {
  opacity: 0;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fade-4 {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fade-5 {
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fade-6 {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fade-7 {
  opacity: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fade-8 {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.anim-fade {
  opacity: 1;
}

.fadein {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-scrollbar {
  z-index: 4;
}

.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.reveal {
  position: relative;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.reveal1 {
  position: relative;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.reveal2 {
  position: relative;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.reveal3 {
  position: relative;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.reveal.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.reveal1.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.reveal2.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.reveal3.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */
