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

@font-face {
  font-family: "Libre Franklin";
  src: url("../_fonts/LibreFranklin-Bold.woff2") format("woff2"),
    url("../_fonts/LibreFranklin-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: "Libre Franklin";
  src: url("../_fonts/LibreFranklin-Regular.woff2") format("woff2"),
    url("../_fonts/LibreFranklin-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Libre Franklin";
  src: url("../_fonts/LibreFranklin-Thin.woff2") format("woff2"),
    url("../_fonts/LibreFranklin-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;
}

body {
  font-family: "Libre Franklin";
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: black;
}

.max-width {
  width: 100%;
  max-width: 1364px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 88%;
  }
}

@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

.max-width-nav {
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1600px) {
  .max-width-nav {
    max-width: 94%;
  }
}

@media only screen and (max-width: 1400px) {
  .max-width-nav {
    max-width: 90%;
  }
}

h1 {
  /* font-size: calc(min(max(27px, 4vw), 45px)); */
  font-size: calc(min(max(26px, 4vw), 38px));
  font-weight: 700;
  color: white;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  color: #484848;
}

h3 {
  font-size: 25px;
  font-weight: 500;
  color: black;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

/* .background-image {
  background-image: url(../_images/header.png);
  height: 780px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .background-image {
    height: 750px;
  }
}

@media screen and (max-width: 767px) {
  .background-image {
    height: 430px;
  }
} */

.background-image {
  height: 780px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.background-image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 780px;
}

.background-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.background-image2 {
  height: 780px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.background-image2 video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 300px;
}

.background-image2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}


.background-image .intro-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.background-image .intro-txt .header-text {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .background-image {
    height: 750px;
  }
}

@media screen and (max-width: 767px) {
  .background-image {
    height: 500px;
  }
  .background-image video source {
    display: none;
  }
}

.background-image2 {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.nav-menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.nav-menu .menu-top {
  display: none;
}

.nav-menu .menu-top a {
  width: 100%;
  text-decoration: none;
  color: white;
}

.nav-menu ul.nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-top: 20px;
}

.nav-menu ul.nav-list {
  display: none;
}

@media screen and (max-width: 1199px) {
  .nav-menu ul.nav-list {
    display: block;
  }
}

.nav-menu ul.nav-list li {
  margin-bottom: 0;
}

.nav-menu ul.nav-list li a {
    /* color: #f2ff38; */
    color: #CDD91A;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-menu ul.nav-list li a:hover {
  color: #821ad9;
}

.nav-menu ul.nav-list li a.active {
  color: white;
}

.mobile .logo {
  display: none;
}

html.no-scroll {
  overflow-y: hidden;
}

.mobile .logoo {
  display: none;
}

.mobile .logoo img {
  /* width: 110px; */
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  padding: 0px;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .mobile .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .mobile .logoo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .mobile {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 6;
    background-color: rgba(7, 0, 13, 0.5);
  }
  .nav-menu {
    position: fixed;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0vw;
    background: white;
    opacity: 0;
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
    z-index: 98;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: rgba(7, 0, 13, 0.8);
  }
  .nav-menu .wrapper {
    margin-top: 133px;
    border-top: 1px solid white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu ul.nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    height: calc(100vh - 126px);
    overflow-y: auto;
  }
  .nav-menu ul.nav-list li {
    width: 100%;
  }
 
  .nav-menu ul.nav-list li a {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    display: block;
    padding: 18px;
    text-align: center;
  }
  .nav-menu ul.nav-list li.header-phone-mob a {
    color: white;
  }
  .nav-menu ul.nav-list li.header-lang-mob a {
    color: white;
  }
  .nav-menu ul.nav-list li .menu-top {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-menu ul.nav-list li .menu-top a {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: none;
  }
  /* .nav-menu ul.nav-list li .menu-top a svg #Facebook__x28_alt_x29_,
  .nav-menu ul.nav-list li .menu-top a #Path_4 {
    fill: #f2ff38;
  } */
  .nav-menu.open {
    opacity: 1;
    width: 100vw;
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }
  .no-scroll .logoo {
    opacity: 0;
  }
}

.hamburger {
  position: relative;
  z-index: 99;
  float: right;
}

.hamburger {
  padding: 23.5px 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: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #f2ff38;
}

.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.3s;
  transition-duration: 0.3s;
  -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;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

button.hamburger:hover {
  background: transparent;
}

@media only screen and (min-width: 1201px) {
  .hamburger {
    display: none;
  }
}

.section-padding {
  padding: 40px 0 40px 0;
}

.nav-bar {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: rgba(7, 0, 13, 0.5);
}

@media screen and (max-width: 1199px) {
  .nav-bar {
    display: none;
  }
}

.nav-bar .nav-meni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar .nav-meni .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar .nav-meni .logo img {
  height: 64px;
  width: 100%;
  max-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.nav-bar .nav-meni .meni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding-top: 10px;
}

.nav-bar .nav-meni .meni ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 40px; */
  /* margin-left: 20px;
  margin-right: 20px; */
  list-style-type: none;
}

.nav-bar .nav-meni .meni ul.meni-icons {
  /* gap: 20px; */
  /* margin-left: 10px;
  margin-right: 10px; */
  align-items: center;
}

.nav-bar .nav-meni .meni ul li {
  width: 100%;
  white-space: nowrap;
}

.nav-bar .nav-meni .meni ul li a {
  /* color: #f2ff38; */
  color: #CDD91A;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-bar .nav-meni .meni ul.meni-icons li a {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.nav-bar .nav-meni .meni ul li a svg {
  height: 22px;
  width: 22px;
}

.nav-bar .nav-meni .meni ul li a:hover {
  color: white;
  font-weight: 600;
}

.nav-bar .nav-meni .meni ul .lang {
  border-left: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  width: 100%;
}

.nav-bar .nav-meni .meni ul .lang details {
  color: white;
  position: relative;
  cursor: pointer;
  width: 45px;
}

.nav-bar .nav-meni .meni ul .lang details summary {
  list-style: none;
  background-image: url("../_images/arrowfat.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0px);
}

.nav-bar .nav-meni .meni ul .lang details ul {
  display: block;
  position: absolute;
  background-color: white;
  color: black;
  width: 190%;
  right: 0;
  top: 55px;
}

.nav-bar .nav-meni .meni ul .lang details ul li a {
  width: 100%;
  max-width: 86px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: black;
  margin-left: 0;
  margin-right: 0;
}

.nav-bar .nav-meni .meni ul .lang details ul li a:hover {
  background-color: #821ad9;
  color: white;
}

.header-text {
  padding-top: 290px;
}

@media screen and (max-width: 1199px) {
  .header-text {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header-text {
    padding-top: 120px;
  }
}

.header-text h1 {
  color: white;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .header-text h1 {
    width: 100%;
  }
}

.header-text p {
  padding-top: 10px;
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.header-text .kontaktiraj {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .header-text .kontaktiraj {
    padding-top: 30px;
  }
}

.header-text .kontaktiraj .kontakt-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #f2ff38; */
  /* background-color: #f2ff38; */
  background-color: #CDD91A;
  color: black;
  width: 100%;
  max-width: 212px;
  height: 59px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header-text .kontaktiraj .kontakt-btn {
    max-width: 175px;
    height: 52px;
  }
}

.header-text .kontaktiraj .kontakt-btn:hover {
  background-color: #821ad9;
  color: white;
}

.around-form {
  margin-top: -270px;
}

@media screen and (max-width: 767px) {
  .around-form {
    margin-top: -150px;
  }
}

@media screen and (max-width: 575px) {
  .around-form {
    margin-top: 0;
  }
}

.around-form .tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* .around-form .tab-btns .tab-btn {
  background: #821ad9;
  background: linear-gradient(315deg, #821ad9 0%, #4c008c 89%);
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  max-width: 160px;
  height: 59px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
} */

/* .around-form .tab-btns .tab-btn::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  background: linear-gradient(315deg, white 0%, white 89%);
  z-index: -1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  width: 100%;
  height: 100%;
} */

/* .around-form .tab-btns .tab-btn:last-child {
  border-bottom-right-radius: 0px;
}

.around-form .tab-btns .tab-btn:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.around-form .tab-btns .tab-btn:last-child {
  border-top-right-radius: 10px;
} */

.around-form .tab-btns .active2 {
  background: white;
  background: linear-gradient(315deg, white 0%, white 89%);
  color: #821ad9;
  position: relative;
  z-index: 4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
}

.around-form .tab-btns .active2:first-child {
  border-top-left-radius: 10px;
}

.around-form .panels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  background-color: white;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 16px;
  border-top-left-radius: 0;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  row-gap: 13px;
  position: relative;
  /* padding-bottom: 50px; */
  padding-bottom: 60px;
  margin-top: -1px;
}

@media screen and (max-width: 991px) {
  .around-form .panels {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.around-form .panels span {
  font-family: "Libre Franklin";
  font-size: 14px;
  font-weight: 400;
  color: #07000d;
}

.around-form .panels .select-divs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.around-form .panels .select-divs select,
.around-form .panels .select-divs .multiple-select-form {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 290px;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
  background: transparent url("../_images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  font-size: 14px;
  cursor: pointer;
}

.around-form .panels .select-divs .multiple-select-form:disabled,
.around-form .panels .select-divs .multiple-select-form[disabled]{
  opacity: 0.5;
  pointer-events: none;
}

.around-form .panels .select-divs .multiple-select-form {
  padding: 0;
}
.around-form .panels .select-divs .multiple-select-form summary {
  padding: 10px;
}

@media screen and (max-width: 575px) {
  .around-form .panels .select-divs select,
  .around-form .panels .select-divs .multiple-select-form {
    max-width: 100%;
  }
}

.around-form .panels .select-divs select option,
.around-form .panels .select-divs select summary,
.around-form .panels .select-divs .multiple-select-form option,
.around-form .panels .select-divs .multiple-select-form summary {
  font-family: "Libre Franklin";
  font-size: 14px;
  font-weight: 400;
  color: #07000d;
}

.around-form .panels .select-divs select:focus,
.around-form .panels .select-divs .multiple-select-form:focus {
  outline: none;
}

.around-form .panels .select-divs .multiple-select-form {
  position: relative;
  cursor: pointer;
}

.around-form .panels .select-divs .multiple-select-form summary {
  list-style: none;
}

.around-form .panels .select-divs .multiple-select-form ul {
  list-style: none;
  position: absolute;
  width: 100%;
  /* height: 130px; */
  height: max-content;
  max-height: 300px;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  z-index: 2;
  background-color: white;
  /* padding: 10px; */
  overflow-y: auto;
  margin: 0;
}

.around-form .panels .select-divs .multiple-select-form ul li {
  padding: 5px 10px;
  /* padding-bottom: 10px; */
  display: flex;
}

.around-form .panels .select-divs .multiple-select-form ul li label {
  padding-left: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
}

.around-form .panels .detaljna-pretraga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
}

.around-form .panels .detaljna-pretraga .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
}

.around-form .panels .detaljna-pretraga .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.around-form .panels .detaljna-pretraga .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.around-form .panels .detaljna-pretraga .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.around-form .panels .detaljna-pretraga input:checked + .slider {
  background-color: #821ad9;
}

.around-form .panels .detaljna-pretraga input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #821ad9;
  box-shadow: 0 0 1px #821ad9;
}

.around-form .panels .detaljna-pretraga input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}

.around-form .panels .detaljna-pretraga .slider.round {
  border-radius: 34px;
}

.around-form .panels .detaljna-pretraga .slider.round:before {
  border-radius: 50%;
}

.around-form .panels .detaljna-pretraga-cont {
  display: none;
  grid-column: span 4;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

@media screen and (max-width: 991px) {
  .around-form .panels .detaljna-pretraga-cont {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
    row-gap: 15px;
  }
}

@media screen and (max-width: 575px) {
  .around-form .panels .detaljna-pretraga-cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column: span 1;
  }
}

.around-form .panels .detaljna-pretraga-cont .select-divs .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.around-form .panels .detaljna-pretraga-cont .select-divs .inputs input {
  max-width: 140px;
}

.around-form .panels .detaljna-pretraga-cont input {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 290px;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}

.around-form .panels .detaljna-pretraga-cont input:focus {
  outline: none;
}

.around-form .panels .detaljna-pretraga-cont input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
}

.around-form .panels .detaljna-pretraga-cont input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
}

.around-form .panels .detaljna-pretraga-cont input::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
}

.around-form .panels .detaljna-pretraga-cont input::placeholder {
  color: #bfbfbf;
  font-size: 16px;
}

.around-form .panels .show {
  display: -ms-grid;
  display: grid;
}

.around-form .panels .remove {
  display: none;
}

.around-form .panels .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 0 35px;
  width: 100%;
  /* max-width: 700px; */
  max-width: 550px;
  grid-column: span 2;
  gap: 35px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
  .around-form .panels .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    grid-column: span 1;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .around-form .panels .first-form-button {
    grid-row: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.around-form .panels .form-buttons {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 575px) {
  .around-form .panels .form-buttons {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
  }
}

.around-form .panels .form-buttons .button {
  width: 100%;
  max-width: 290px;
  height: 60px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-weight: 500;
  color: #821ad9;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: white;
  background: linear-gradient(315deg, white 0%, white 89%);
  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;
  gap: 10px;
}

.around-form .panels .form-buttons .button::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #821ad9;
  background: linear-gradient(315deg, #821ad9 0%, #4c008c 89%);
  z-index: -1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  border-radius: 8px;
}

.around-form .panels .form-buttons .button svg path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.around-form .panels .form-buttons .button:hover {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.around-form .panels .form-buttons .button:hover svg path {
  stroke: white;
}

.around-form .panels .form-buttons .button:hover::after {
  opacity: 1;
}

.around-form .active1 {
  display: -ms-grid;
  display: grid;
}

.around-form .d-none {
  display: none;
}

.other-pages {
  margin-top: -59px;
}

.mobile-form {
  display: none;
}

.mobile-form .active1 {
  display: -ms-grid;
  display: grid;
}

.mobile-form .d-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-form {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mobile-form .panels {
  gap: 20px;
}

.istaknute-nekretnine {
  position: relative;
}

.istaknute-nekretnine .top-part {
  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;
}

@media screen and (max-width: 991px) {
  .istaknute-nekretnine .top-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}

.istaknute-nekretnine .top-part .filters {
  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: 40px;
}

@media screen and (max-width: 575px) {
  .istaknute-nekretnine .top-part .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.istaknute-nekretnine .top-part .filters .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.istaknute-nekretnine .top-part .filters .filter .filter-p {
  color: #5d5d5d;
}

.istaknute-nekretnine .top-part .filters .filter select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../_images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0px);
  background-color: transparent;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
}

.istaknute-nekretnine .top-part .filters .filter select:focus {
  outline: none;
}

.istaknute-nekretnine .pagination {
  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;
  gap: 20px;
  padding-top: 50px;
  list-style: none;
  width: 100%;
}

.istaknute-nekretnine .pagination.grid {
  grid-column: span 4;
}

.istaknute-nekretnine .pagination 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;
  color: #5d5d5d;
  font-weight: 400;
}

.istaknute-nekretnine .pagination .active-pag {
  background-color: #821ad9;
  color: white;
  border-radius: 4px;
  padding: 5px 10px;
}
.istaknute-nekretnine .pagination .active {
  background-color: #821ad9;
  color: white;
  border-radius: 4px;
  padding: 5px 10px;
}

.istaknute-nekretnine .istaknute-nekretnine-gallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  padding-top: 40px;
  row-gap: 35px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

@media screen and (max-width: 1199px) {
  .istaknute-nekretnine .istaknute-nekretnine-gallery {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .istaknute-nekretnine .pagination.grid {
    grid-column: span 3;
  }
}

@media screen and (max-width: 991px) {
  .istaknute-nekretnine .istaknute-nekretnine-gallery {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .istaknute-nekretnine .pagination.grid {
    grid-column: span 2;
  }
  .top-part {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .istaknute-nekretnine .istaknute-nekretnine-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .istaknute-nekretnine .pagination.grid {
    grid-column: span 1;
  }
  .istaknute-nekretnine .top-part {
    padding-left: 0;
    padding-right: 0;
  }
  .istaknute-nekretnine .istaknuta-nekretnina {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .istaknute-nekretnine .istaknute-nekretnine-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .istaknute-nekretnine .pagination.grid {
    grid-column: span 1;
  }
}

.istaknute-nekretnine .istaknute-nekretnine-gallery .blured {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
}


.istaknute-nekretnine
  .istaknute-nekretnine-gallery
  .blured
  .nekretnina-img
  img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.istaknute-nekretnine .istaknute-nekretnine-gallery .blured .text-about {
  opacity: 0.5;
}


.istaknute-nekretnine .istaknuta-nekretnina.blured {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.istaknute-nekretnine .istaknuta-nekretnina.blured .nekretnina-img img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.istaknute-nekretnine .istaknuta-nekretnina.blured .text-about {
  opacity: 0.5;
}


.istaknute-nekretnine .istaknuta-nekretnina {
  width: 100%;
  max-width: 300px;
  border-radius: 16px;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
}

.istaknute-nekretnine .istaknuta-nekretnina.no-estates {
  grid-column: span 4;
  width: 100%;
  max-width: 100%;
}

.istaknute-nekretnine .istaknuta-nekretnina .nekretnina-img {
  width: 100%;
  height: 240px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
}

.istaknute-nekretnine .istaknuta-nekretnina .nekretnina-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.istaknute-nekretnine .istaknuta-nekretnina .nekretnina-img .corner-div {
  position: absolute;
  width: 100%;
  max-width: 100px;
  height: 35px;
  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;
  padding: 15px 12px;
  border-radius: 8px;
  right: 10px;
  top: 10px;
}

.istaknute-nekretnine .istaknuta-nekretnina .nekretnina-img .corner-div p {
  font-size: 12px;
  font-weight: 700;
}

.istaknute-nekretnine .istaknuta-nekretnina .nekretnina-img .corner-sale {
  position: absolute;
  width: 100%;
  max-width: 43px;
  height: 43px;
  background-color: #f93333;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.istaknute-nekretnine .istaknuta-nekretnina .nekretnina-img .corner-sale svg {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}

.istaknute-nekretnine .istaknuta-nekretnina .text-about {
  padding: 20px;
}

.istaknute-nekretnine .istaknuta-nekretnina .text-about h3 {
  display: none;
}

.istaknute-nekretnine .istaknuta-nekretnina .text-about .price-id {
  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;
}

.istaknute-nekretnine .istaknuta-nekretnina .text-about .price-id p {
  font-size: 18px;
  font-weight: 700;
  color: #484848;
}

.istaknute-nekretnine .istaknuta-nekretnina .text-about .price-id .id {
  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: 5px;
  /* color: #5d5d5d; */
  color: #821ad9;
}

.istaknute-nekretnine .istaknuta-nekretnina .text-about .price-id .id span {
  font-size: 16px;
  font-weight: 400;
  /* color: #5d5d5d; */
  color: #821ad9;
}

.istaknute-nekretnine .istaknuta-nekretnina .text-about .descrp {
  color: #484848;
  padding: 20px 0;
}

.istaknute-nekretnine .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .istaknute-nekretnine .view {
    display: none;
  }
}

.istaknute-nekretnine .view .grid-view {
  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 #d5d5d5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.istaknute-nekretnine .view .grid-view svg.active-purple #Path_267 {
  fill: #821ad9;
}

.istaknute-nekretnine .view .grid-view svg.active-purple #Path_265 {
  fill: #821ad9;
}

.istaknute-nekretnine .one-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina {
  max-width: 100%;
  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;
  height: 250px;
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina .nekretnina-img {
  max-width: 400px;
  height: 250px;
  margin-right: 30px;
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina .nekretnina-img img {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.istaknute-nekretnine
  .one-grid
  .istaknuta-nekretnina
  .nekretnina-img
  .corner-div {
  top: 20px;
  left: 20px;
}

.istaknute-nekretnine
  .one-grid
  .istaknuta-nekretnina
  .nekretnina-img
  .corner-sale {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  left: calc(100% - 43px);
}

.istaknute-nekretnine
  .one-grid
  .istaknuta-nekretnina
  .nekretnina-img
  .corner-sale
  svg {
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  left: 7px;
  top: 5px;
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina .text-about {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina .text-about h3 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #474747;
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina .text-about .short-info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 50px;
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina .text-about .price-id {
  position: absolute;
  bottom: 20px;
  right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .istaknute-nekretnine .one-grid .istaknuta-nekretnina .text-about .price-id {
    position: relative;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    bottom: 0;
    right: 0;
    padding-top: 20px;
  }
}

.istaknute-nekretnine .one-grid .istaknuta-nekretnina .text-about .price-id p {
  font-size: 25px;
  color: #484848;
}

.short-info {
  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;
  /* padding-top: 20px; */
  padding-top: 10px;
  min-height: 25px;
}

.short-info .info {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.short-info .info .svg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
}

.short-info .info .svg-info .svg-p {
  font-weight: 700;
  color: #484848;
}

.short-info p {
  font-weight: 400;
  color: #5d5d5d;
}

.yellow {
  background: #f2ff38;
  background: linear-gradient(315deg, #f2ff38 0%, #ccd91a 99%);
  color: #484848;
}

.white {
  background-color: white;
  color: #07000d;
}

.purple {
  background: #821ad9;
  background: linear-gradient(315deg, #821ad9 0%, #4c008c 89%);
  color: white;
}

.purple-section {
  position: relative;
  height: 745px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .purple-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
  }
}

.left-premium {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 500px;
}

.left-premium h2 {
  font-size: 40px;
  color: white;
}

.left-premium .saznaj-btn {
  width: 100%;
  max-width: 200px;
  color: black;
  background: #f2ff38;
  background: linear-gradient(315deg, #f2ff38 0%, #ccd91a 99%);
  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 20px;
  border-radius: 8px;
}

.around-slider {
  width: 50%;
  background-color: white;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .around-slider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 720px;
  }
}

.around-slider .slider-top-nekretnine .slider-item {
  width: 100%;
}

.around-slider .slider-top-nekretnine .slider-item .slider-img {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .around-slider .slider-top-nekretnine .slider-item .slider-img {
    height: 300px;
  }
}

.around-slider .slider-top-nekretnine .slider-item .slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.around-slider .slider-top-nekretnine .slider-item .slider-img .corner-div {
  position: absolute;
  width: 100%;
  max-width: 130px;
  height: 35px;
  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;
  gap: 10px;
  padding: 25px 17px;
  border-radius: 8px;
  left: 20px;
  top: 20px;
}

.around-slider .slider-top-nekretnine .slider-item .slider-img .corner-div p {
  font-weight: 700;
  font-size: 17px;
}

.around-slider .slider-top-nekretnine .slider-item .slider-img .top-5 {
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  max-width: 190px;
  background-color: #f93333;
  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: 10px 10px;
  gap: 10px;
}

.around-slider .slider-top-nekretnine .slider-item .slider-img .top-5 p {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

.around-slider .slider-top-nekretnine .slider-item .slider-descr {
  padding: 30px 50px;
}

@media screen and (max-width: 575px) {
  .around-slider .slider-top-nekretnine .slider-item .slider-descr {
    padding: 30px;
  }
}

.around-slider .slider-top-nekretnine .slider-item .slider-descr .price-id {
  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;
}

.around-slider .slider-top-nekretnine .slider-item .slider-descr .price-id p {
  font-size: 29px;
  font-weight: 700;
  color: #484848;
}

.around-slider .slider-top-nekretnine .slider-item .slider-descr .price-id .id {
  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: 5px;
  font-size: 22px;
  color: #5d5d5d;
  font-weight: 400;
}

.around-slider .slider-top-nekretnine .slider-item .slider-descr .descrp {
  color: #484848;
  padding: 15px 0;
  font-size: 22px;
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info {
  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;
}

@media screen and (max-width: 575px) {
  .around-slider
    .slider-top-nekretnine
    .slider-item
    .slider-descr
    .around-short-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info
  .short-info {
  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;
  padding-top: 15px;
  gap: 50px;
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info
  .short-info
  .info {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info
  .short-info
  .info
  svg {
  width: 22px;
  height: 22px;
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info
  .short-info
  .info
  .svg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info
  .short-info
  .info
  .svg-info
  .svg-p {
  font-weight: 700;
  color: #484848;
  font-weight: 19px;
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info
  .short-info
  p {
  font-weight: 400;
  color: #5d5d5d;
}

.around-slider
  .slider-top-nekretnine
  .slider-item
  .slider-descr
  .around-short-info
  .detaljnije-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;
  width: 100%;
  max-width: 100px;
  padding: 15px 10px;
  border-radius: 8px;
  color: black;
  background-color: #bfbfbf;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.around-slider .custom-arrows {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
}

@media screen and (max-width: 575px) {
  .around-slider .custom-arrows {
    top: 43%;
  }
}

.around-slider .custom-arrows .prev-arr,
.around-slider .custom-arrows .next-arr {
  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: #821ad9;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .around-slider .custom-arrows .prev-arr,
  .around-slider .custom-arrows .next-arr {
    height: 40px;
    width: 40px;
  }
  .around-slider .custom-arrows .prev-arr svg,
  .around-slider .custom-arrows .next-arr svg {
    height: 22px;
    width: 22px;
  }
}

.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.contact-flex .map {
  width: 100%;
  max-width: 730px;
  height: 670px;
  border-radius: 24px;
}

@media screen and (max-width: 575px) {
  .contact-flex .map {
    height: 500px;
  }
}

.contact-flex .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

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

.contact-flex .contact-form {
  padding: 30px 25px;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
}

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

.contact-flex .contact-form form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  gap: 25px;
  list-style: none;
  width: 100%;
}

.contact-flex .contact-form form ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.contact-flex .contact-form form ul label {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  padding-bottom: 7px;
}

.contact-flex .contact-form form ul input {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}

.contact-flex .contact-form form ul input:focus {
  outline: none;
}

.contact-flex .contact-form form ul input::-webkit-input-placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul input:-ms-input-placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul input::-ms-input-placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul input::placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul textarea {
  width: 100%;
  max-width: 350px;
  height: 144px;
  resize: none;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px;
}

.contact-flex .contact-form form ul textarea:focus {
  outline: none;
}

.contact-flex .contact-form form ul textarea::-webkit-input-placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul textarea:-ms-input-placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul textarea::-ms-input-placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul textarea::placeholder {
  font-family: inherit;
  color: #bfbfbf;
}

.contact-flex .contact-form form ul .btn-send {
  width: 100%;
  max-width: 350px;
  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;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.o-nama-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.o-nama-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.o-nama-section .o-nama-txt {
  position: relative;
  z-index: 2;
}

.o-nama-section .o-nama-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 991px) {
  .o-nama-section .o-nama-cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 70%;
  }
}

@media screen and (max-width: 575px) {
  .o-nama-section .o-nama-cont {
    width: 100%;
  }
}

.o-nama-section .o-nama-cont h2 {
  color: white;
  font-size: 40px;
}

.o-nama-section .o-nama-cont p {
  color: white;
  padding: 15px 0;
  font-weight: 400;
}

footer {
  background-color: #2a1040;
  padding: 70px 0;
  position: relative;
}

footer .footer-cont {
  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;
  width: 70%;
}

@media screen and (max-width: 1199px) {
  footer .footer-cont {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  footer .footer-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

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

footer .footer-cont .logo-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  footer .footer-cont .logo-copy {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 575px) {
  footer .footer-cont .logo-copy {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

footer .footer-cont .logo-copy .logo-f {
  width: 100%;
  /* max-width: 255px; */
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left;
}

footer .footer-cont .logo-copy .logo-f img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
  /* -o-object-position: center;
  object-position: center; */
}

footer .footer-cont .logo-copy .copyright {
  font-size: 16px;
  color: white;
  font-weight: 400;
}

footer .footer-cont .logo-copy .copyright a {
  /* color: #f2ff38; */
  color: #CDD91A;
}

footer .footer-cont .navigation-cont p {
  /* color: #f2ff38; */
  color: #CDD91A;
  font-weight: 700;
}

footer .footer-cont .navigation-cont ul {
  list-style: none;
  padding-top: 15px;
}

footer .footer-cont .navigation-cont ul li {
  padding-bottom: 15px;
}

footer .footer-cont .navigation-cont ul li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

footer .footer-cont .footer-info p {
  /* color: #f2ff38; */
  color: #CDD91A;
  font-weight: 700;
}

footer .footer-cont .footer-info .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  padding-top: 17px;
}

footer .footer-cont .footer-info .contact-info a {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

footer .footer-cont .footer-info .contact-info p {
  color: white;
  font-weight: 400;
}

footer .footer-cont .footer-info .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 15px;
  padding-top: 20px;
}

@media screen and (max-width: 575px) {
  footer .footer-cont .footer-info .social-icons {
    padding-top: 50px;
  }
  footer .footer-cont .logo-copy .logo-f {
    max-width: 140px;
    height: auto;
  }
}

footer .footer-cont .footer-info .social-icons a {
  padding: 7px 8px;
  border: 1px solid #634080;
  border-radius: 8px;
  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;
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../_images/footer-logo.png");
  height: 342px;
  width: 100%;
  max-width: 240px;
}

.about-us-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .about-us-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-us-cont .about-us-text {
  width: 100%;
  max-width: 650px;
}

.about-us-cont .about-us-text .small-title {
  color: #ccd91a;
}

.about-us-cont .about-us-text .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;
  width: 200px;
  height: 55px;
  color: white;
  padding: 20px;
  border-radius: 8px;
}

.about-us-cont .about-us-img {
  width: 100%;
  max-width: 570px;
  height: 550px;
}

@media screen and (max-width: 767px) {
  .about-us-cont .about-us-img {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .about-us-cont .about-us-img {
    height: 300px;
  }
}

.about-us-cont .about-us-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.text-p {
  padding-top: 30px;
}

.text-p p {
  color: #989898;
  line-height: 30px;
  margin-bottom: 20px;
}

.about-us {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.about-us p {
  color: white;
  text-align: center;
  width: 70%;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .about-us p {
    width: 100%;
  }
}

.reverse-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 50%;
  margin-left: auto;
  padding-left: 40px;
}

@media screen and (max-width: 1399px) {
  .reverse-cont {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}

.about-us-section {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 575px) {
  .about-us-section {
    padding-bottom: 40px;
  }
}

.about-us-section .reverse-cont-img {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 730px;
  height: 370px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us-section .reverse-cont-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1399px) {
  .about-us-section .reverse-cont-img {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0 40px;
  }
}

@media screen and (max-width: 575px) {
  .about-us-section .reverse-cont-img {
    height: 300px;
  }
}

.contact-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .contact-cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 70px;
  }
}

.contact-cont .contact-info {
  max-width: 450px;
}

.contact-cont .contact-info .contact-p {
  color: #989898;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 10px;
  line-height: 28px;
}

.contact-cont .contact-info h4 {
  padding: 40px 0 0px 0;
}

.contact-cont .contact-info .contact-svg {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.contact-cont .contact-info .media-icons {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 50px;
}

.contact-cont .contact-img {
  width: 100%;
  max-width: 580px;
  height: 450px;
  position: relative;
}

.contact-cont .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.contact-cont .contact-img .question-div {
  position: absolute;
  bottom: -70px;
  right: 0;
  padding: 40px 40px;
  width: 90%;
}

@media screen and (max-width: 575px) {
  .contact-cont .contact-img .question-div {
    padding: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.contact-cont .contact-img .question-div h2 {
  color: white;
  padding-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .contact-cont .contact-img .question-div h2 {
    font-size: 26px;
  }
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 15px;
}

.contact-link a {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

.send-message-form form {
  padding-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .send-message-form form {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.send-message-form form input {
  border: none;
  background-color: #f1f1f1;
  color: #484848;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  height: 58px;
}

.send-message-form form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form input:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .send-message-form form input[type="number"] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.send-message-form form textarea {
  border: none;
  background-color: #f1f1f1;
  color: #484848;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  grid-column: span 2;
  resize: none;
  height: 170px;
}

@media screen and (max-width: 767px) {
  .send-message-form form textarea {
    grid-column: span 1;
    grid-row: span 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.send-message-form form textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form form textarea:focus {
  outline: none;
}

.send-message-form form button {
  width: 150px;
  height: 55px;
  border-radius: 8px;
  border: none;
  margin-top: auto;
  margin-left: auto;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .send-message-form form button {
    margin-right: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.contact-map {
  padding-top: 50px;
}

.contact-map h2 {
  text-align: center;
}

.contact-map iframe {
  margin-top: 50px;
  width: 100%;
  height: 600px;
  margin-bottom: -3px;
}

@media screen and (max-width: 575px) {
  .contact-map iframe {
    height: 400px;
  }
}

.section-contact {
  padding-top: 80px;
}

.plain-page-cont {
  text-align: center;
}

.plain-page-cont .plain-page-img1 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.plain-page-cont .plain-page-img1,
.plain-page-cont .plain-page-img2 {
  width: 100%;
  height: 530px;
}

@media screen and (max-width: 575px) {
  .plain-page-cont .plain-page-img1,
  .plain-page-cont .plain-page-img2 {
    height: 250px;
  }
}

.plain-page-cont .plain-page-img1 img,
.plain-page-cont .plain-page-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.plain-page-cont .plain-page-img2 {
  height: 330px;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .plain-page-cont .plain-page-img2 {
    height: 250px;
  }
}

.plain-page-cont .term {
  text-align: start;
  padding-top: 50px;
}

.plain-page-cont .term h3 {
  color: #821ad9;
  font-weight: 700;
}

.plain-page-cont .term p {
  padding: 0;
  padding-top: 10px;
}

.plain-page-cont .term:last-child {
  padding-bottom: 40px;
}

.title-text p {
  color: #989898;
  width: 50%;
  padding-top: 10px;
  line-height: 28px;
}

@media screen and (max-width: 1199px) {
  .title-text p {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .title-text p {
    width: 100%;
  }
}

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

@media screen and (max-width: 991px) {
  .gallery-cont {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .gallery-cont {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.gallery-cont a {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  padding-top: 115%;
}

.gallery-cont a:hover img {
  border: 2px solid #821ad9;
}

@media screen and (max-width: 575px) {
  .gallery-cont a {
    padding-top: 90%;
  }
}

.gallery-cont a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.load-more-btn {
  width: 190px;
  height: 55px;
  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;
  font-size: 16px;
  border-radius: 8px;
  margin-left: auto;
  cursor: pointer;
}

.details-realestate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .details-realestate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.details-realestate .realestate-slider {
  width: 100%;
  max-width: 590px;
  position: relative;
}

.details-realestate
  .realestate-slider
  .realestateSwiper2
  .swiper-wrapper
  .swiper-slide {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 575px) {
  .details-realestate
    .realestate-slider
    .realestateSwiper2
    .swiper-wrapper
    .swiper-slide {
    height: 350px;
  }
}

.details-realestate
  .realestate-slider
  .realestateSwiper2
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.details-realestate .realestate-slider .realestateSwiper {
  margin-top: 20px;
  position: relative;
}

.details-realestate
  .realestate-slider
  .realestateSwiper
  .swiper-wrapper
  .swiper-slide {
  width: 100%;
  max-width: 188px;
  height: 235px;
}

@media screen and (max-width: 575px) {
  .details-realestate
    .realestate-slider
    .realestateSwiper
    .swiper-wrapper
    .swiper-slide {
    max-width: 213px;
  }
}

.details-realestate
  .realestate-slider
  .realestateSwiper
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.details-realestate .details {
  width: 100%;
  max-width: 600px;
}

.details-realestate .details h2 span {
  font-size: 20px;
  font-weight: 500;
  color: #821ad9;
}

.details-realestate .details .info1 {
  padding: 20px 0;
  width: 100%;
  max-width: 500px;
}

.details-realestate .details .info1 p {
  color: #989898;
  padding-bottom: 10px;
}

.details-realestate .details .short-info {
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;

}

.details-realestate .details .short-info.short-info-details p.svg-p {
 font-size: 26px;
}
.details-realestate .details .short-info.short-info-details svg {
  height: 24px;
  width: 24px;
}

.details-realestate .details .short-info .info {
  padding-right: 60px;
}

.details-realestate .details .info2 {
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.details-realestate .details .info2 ul {
  list-style: none;
}

.details-realestate .details .info2 ul li {
  padding-bottom: 13px;
}

.details-realestate .details .info2 ul li:last-child {
  padding-bottom: 0;
}

.details-realestate .details .info2 ul li p {
  color: #434141;
  font-weight: 400;
}

.details-realestate .details .info3 {
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.details-realestate .details .info3 h4 {
  font-weight: 600;
  color: #484848;
}

.details-realestate .details .info3 .around-svgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 20px;
  flex-wrap: wrap;
}

.details-realestate .details .info3 .around-svgs .svg-info2 {
  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;
  /* gap: 15px; */
  padding-right: 20px;
  margin-bottom: 15px;
}

.details-realestate .details .info3 .around-svgs .svg-info2 svg {
  margin-right: 15px;
}

.details-realestate .details .info3 .around-svgs .svg-info2 p {
  color: #434141;
}

.details-realestate .details .price {
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #484848;
}

.swiper-arrows {
  width: 110%;
  position: absolute;
  top: 86%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  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;
}

@media screen and (max-width: 575px) {
  .swiper-arrows {
    top: 81%;
  }
  .details-realestate .details .short-info.short-info-details p.svg-p {
    font-size: 18px;
   }
}

.swiper-arrows .arrow {
  background-color: #821ad9;
  width: 50px;
  height: 35px;
  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;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .swiper-arrows .arrow {
    width: 40px;
  }
  .istaknute-nekretnine .swiper-arrows {
    display: none;
  }
  .slider-nekretnine {
    max-width: 100% !important;
  }
  .slicne-nekretnine-slider .slider-item {
    max-width: 90% !important;
  }
}

.agent-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

@media screen and (max-width: 767px) {
  .agent-info {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

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

.agent-info .agent-name {
  position: relative;
}

.agent-info .agent-name::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100px;
  width: 1px;
  height: 90%;
  background-color: rgba(112, 112, 112, 0.2);
}

@media screen and (max-width: 1199px) {
  .agent-info .agent-name::before {
    right: 80px;
  }
}

@media screen and (max-width: 991px) {
  .agent-info .agent-name::before {
    right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .agent-info .agent-contact {
    padding-left: 40px;
  }
}

@media screen and (max-width: 575px) {
  .agent-info .agent-contact {
    padding-left: 0;
  }
}

.agent-info .agent-contact .contact-link {
  padding-bottom: 15px;
}

.agent-info .agent-contact .contact-link:last-child {
  padding-bottom: 0;
}

.agent-info .contact-btn {
  width: 160px;
  height: 55px;
  color: white;
  border-radius: 8px;
  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;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .agent-info .contact-btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .slider-nekretnine {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.istaknute-nekretnine .swiper-arrows {
  top: 40%;
  width: calc(100% + 75px);
}

@media screen and (max-width: 575px) {
  .istaknute-nekretnine .swiper-arrows {
    width: calc(100% + 75px);
  }
}

.slicne-nekretnine-slider {
  margin-top: 40px;
}

.slicne-nekretnine-slider .slider-item {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
  border-radius: 16px;
}
/*# sourceMappingURL=main.css.map */





.around-form .tab-btns .tab-btn {
  background: #821ad9;
  background: linear-gradient(315deg, #821ad9 0%, #4c008c 89%);
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 59px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.around-form .tab-btns .tab-btn.rent-buy {
  background: #821ad9;
  background: linear-gradient(135deg, #821ad9 0%, #4c008c 89%);
}

.around-form .tab-btns .tab-btn.rent {
  background: #4c008c;
}

.around-form .tab-btns .tab-btn.rent-buy {
  border-top-left-radius: 10px;
}

.around-form .tab-btns .tab-btn.buy {
  border-top-right-radius: 10px;
}

.around-form .tab-btns input:checked+label {
  background: white !important;
  background: linear-gradient(315deg, white 0%, white 89%) !important;
  color: #821ad9 !important;
}



.tab-btns input {
  width: 0;
  opacity: 0;
  display: none;
}


/* .other-pages {
  margin-top: 50px;
} */


.realestate-slider .title-mob {
  display: none;
}




.realestate-slider .title-mob h2 span {
  font-size: 20px;
  font-weight: 500;
  color: #821ad9;
}


@media screen and (max-width: 991px) {
  .realestate-slider .title-mob {
    display: block;
    margin-bottom: 30px;
  }
  .details-realestate .details .title-desktop {
    display: none;
  }
  .background-image2 {
    height: 200px;
  }
  .background-image2 video {
    height: 200px;
  }
}

















.istaknute-nekretnine .istaknuta-nekretnina .text-about .descrp span {
  display: block;
  min-height: 55px;
}

.around-form .tab-btns .tab-btn.tab-btn-premium {
  position: absolute;
  right: 0;
  /* background: #ccd91a; */
    /* background: #f2ff38; */
    background: #CDD91A;
  /* color: #484848; */
  color: #821ad9;
  white-space: nowrap;
  max-width: max-content;
  min-width: 25%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
} 

.tab-btn.tab-btn-premium-mob {
  display: none;
}


@media screen and (max-width: 991px) {
  .around-form .tab-btns .tab-btn.tab-btn-premium {
    display: none !important;
  }
  .tab-btn.tab-btn-premium-mob {
    background: #ccd91a;
    color: #821ad9;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 290px;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  
}

@media screen and (max-width: 576px) {
  .tab-btn.tab-btn-premium-mob {
    max-width: calc(90% + 7.5px);
    /* margin-top: -20px; */
    margin-top: -70px;
  }
}

.around-form .panels .detaljna-pretraga {
  position: absolute;
  right: 15px;
  bottom: 15px;

}

.around-form .panels span.span-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.around-form .panels span.span-switch svg {
  height: 14px;
  width: 14px;
}

.around-form .panels span.span-switch span.txt {
  margin-right: 10px;
}

.around-form .panels span.span-switch.rotate svg {
  transform: rotate(180deg);
  transform-origin: center;
}


.around-form .panels .select-divs .multiple-select-form summary {
  padding-right: 35px;
}






.no-scroll {
  overflow-y: hidden;
}

.around-popup {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0 40px;

}

.around-popup .upit-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.around-popup .around-upit {
  height: 100%;
}

.around-popup .upit-cont {
  position: relative;
  width: 100%;
  /* max-width: 522px; */
  background-color: white;
  margin-top: 50px;
}
.around-popup .upit-cont .around-forma {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}


.around-popup .upit-cont .forma-posalji-poruku {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px;
  gap: 20px;
  width: 100%;
  /* max-width: 504px; */
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.16);
  background-color: white;
}










.around-popup .modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.send-message-form2 form {
  padding-top: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .send-message-form2 form {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .send-message-form2 form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.send-message-form2 form input {
  border: none;
  background-color: #f1f1f1;
  color: #484848;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  height: 45px;
}

.send-message-form2 form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form input:focus {
  outline: none;
}

.send-message-form2 form textarea {
  border: none;
  background-color: #f1f1f1;
  color: #484848;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  grid-column: span 3;
  resize: none;
  height: 150px;
}

.send-message-form2 form textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

.send-message-form2 form textarea:focus {
  outline: none;
}

.send-message-form2 form button {
  width: 150px;
  height: 55px;
  border-radius: 8px;
  border: none;
  margin-top: auto;
  margin-left: auto;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.around-popup .send-message-form2 .btn-wrapper {
  grid-column: span 3;
}

@media screen and (max-width: 991px) {
  .send-message-form2 form {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .send-message-form2 form textarea {
    grid-column: span 1;
  }
  .around-popup .send-message-form2 .btn-wrapper {
    grid-column: span 1;
  }
  .section-slicne-nekretnine {
    padding-top: 0 !important;
  }
  .around-form .panels {
    padding-bottom: 90px;
  }
  .around-form .panels .detaljna-pretraga {
    bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .around-popup .upit-cont .forma-posalji-poruku {
    padding: 30px 20px;
  }
  .around-popup .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .around-form .panels .buttons {
    padding: 0;
  }
  .around-form .panels .form-buttons {
    max-width: 100%;
  }
  .around-form .panels .form-buttons .button {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  .around-form .tab-btns .tab-btn {
    font-size: 14px;
  }
  .around-form .panels .detaljna-pretraga {
    bottom: 15px;
  }
}


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


.tooltip {
  position: relative;
}

.tooltip:before {
  content: attr(data-text);
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 32px;
  margin-left: -20px;
  width: max-content;
  padding: 15px;
  border-radius: 10px;
  background: #821ad9;
  color: #fff;
  display: none;
}

.tooltip:hover:before {
  display: block;
}

.tooltip:after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0px;
  bottom: 12px;
  border: 10px solid #821ad9;
  border-color: #821ad9 transparent  transparent  transparent ;
  display: none;
}

.tooltip:hover:before, .tooltip:hover:after {
  display: block;
}


.swiper-slide-thumb-active {
  opacity: 0.5;
}

.logo-link {
  display: flex;
  align-items: center;
}

.realestate-main-images {
  position: relative;
  display: block;
  height: 100%;
}


.realestate-main-images .corner-div {
  position: absolute;
  width: 100%;
  max-width: 100px;
  height: 35px;
  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;
  padding: 15px 12px;
  border-radius: 8px;
  right: 10px;
  top: 10px;
}

.realestate-main-images .corner-div p {
  font-size: 12px;
  font-weight: 700;
}

.realestate-main-images .corner-sale {
  position: absolute;
  width: 100%;
  max-width: 43px;
  height: 43px;
  background-color: #f93333;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.realestate-main-images .corner-sale svg {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}

@media screen and (max-width: 576px) {
  .istaknute-nekretnine .istaknuta-nekretnina .text-about .descrp span {
    min-height: auto;
    margin-bottom: 5px;
  }
  .istaknute-nekretnine .istaknuta-nekretnina .text-about .descrp {
    padding: 15px 0;
  }
  .istaknute-nekretnine .istaknuta-nekretnina .nekretnina-img {
    height: 220px;
  }
  .around-form .panels {
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .around-form .panels .detaljna-pretraga-cont .select-divs .inputs input,
  .around-form .panels .detaljna-pretraga-cont input {
    max-width: 100%;
  }
}



details,
details summary {
padding-left:0;
background-image:none;
-webkit-appearance:none;
}

details summary::-webkit-details-marker {
  display:none;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

.istaknute-nekretnine .top-part .filters .filter {
  position: relative;
}


.istaknute-nekretnine .top-part .filters .filter summary {
  width: 100%;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("../_images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0px);
  background-color: transparent;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
}

.istaknute-nekretnine .top-part .filters .filter details ul {
  list-style: none;
  position: absolute;
  width: 100%;
  /* height: 130px; */
  height: max-content;
  max-height: 300px;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  z-index: 2;
  background-color: white;
  /* padding: 10px; */
  overflow-y: auto;
  margin: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.around-form .panels .select-divs .multiple-select-form ul {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.istaknute-nekretnine .top-part .filters .filter details ul li {
  padding: 0;
  /* padding-bottom: 10px; */
  display: flex;
}

.istaknute-nekretnine .top-part .filters .filter details ul li label{
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
}

#custom-select input[type="radio"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.around-form .panels .select-divs .multiple-select-form ul {
  top: 85px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  background: white;
  position: relative;
  transform: none;
  left: 0;
  top: 0;
  background: white;
}

.around-form .panels .select-divs .multiple-select-form .dropdown-list {
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  z-index: 2;
  background: transparent;
}

.around-form .panels .select-divs .multiple-select-form .list-search-wrapper {
  border: 1px solid #bfbfbf;
  height: 50px;
  width: 100%;
  font-family: "Libre Franklin";
  font-size: 14px;
  font-weight: 400;
  color: #07000d;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
  padding: 10px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: white;
}

.around-form .panels .select-divs .multiple-select-form .list-search {
  height: 100%;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  outline: none;
  padding: 5px;
}

.around-form .panels .select-divs .multiple-select-form .list-search::placeholder {
  opacity: 0.8;
}

.nav-bar .nav-meni .meni ul li.header-phone a {
  color: white;
  margin-left: 25px;
}

.pin-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: 35px;
  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;
  padding: 15px 12px;
  border-radius: 8px;
  background-color: white;
}