@font-face {
    font-family: 'Poppins';
    src: url('https://dabarpl.hr/wp-content/uploads/2024/06/Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://dabarpl.hr/wp-content/uploads/2024/06/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://dabarpl.hr/wp-content/uploads/2024/06/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  overflow: hidden;
}

#dpl-google-map {
  width: 100%;
  height: 100%;
  align-self: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

/*
 * Property styles in unhighlighted state.
 */
.property {
  align-items: center;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.property::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 99%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.property .pin-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.property .pin-icon svg {
  height: 20px;
  width: auto;
}

.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

svg {
  fill: #ff5a09;
  pointer-events: none;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
  background-color: #232120;
  border-radius: 5px;
  height: auto;
  padding: 20px 20px;
  width: 320px;
}

.property.highlight::after {
  border-top: 10px solid #232120;
}

.property.highlight .details {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.property.highlight .pin-icon {
  display: none;
}

.property.highlight .details .dpl-logo {
  display: flex;
  justify-content: center;
  width: 120px;
  background-color: #232120;
}

.property.highlight .details .dpl-logo img {
  width: 60px;
}

.property.highlight .details .featured-image {
  margin-top: 12px;
  margin-bottom: 30px;
}

.property.highlight .details .featured-image img {
  width: 200px;
}
.property.highlight .details .info {
  width: 100%;
  border: 1px dashed #ff5a09;
  border-radius: 5px;
}
.property.highlight .details .info .geo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.property.highlight .details .info .web {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.property.highlight .details .info .geo i {
  font-size: 1.2em;
  color: #fefefe;
  margin-right: 20px;
}
.property.highlight .details .info .geo .address {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 15px;
}
.property.highlight .details .info .geo .address h3 {
  font-family: 'Poppins', serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fefefe;
}
.property.highlight .details .info .geo .address p {
  font-family: 'Poppins', serif;
  font-size: 0.9em;
  font-weight: 200;
  font-style: italic;
  line-height: 0;
  margin-bottom: 0px;
  color: #ff5a09;
}
.property.highlight .details .info .web i {
  font-size: 1em;
  color: #fefefe;
  margin-right: 20px;
}
.property.highlight .details .info .web .url a {
  font-family: 'Poppins', serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 0;
  color: #e04a00;
}
.property.highlight .details .info .web .url a:hover {
  color: #ff5a09;
}
.property.highlight .details .more-details {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.property.highlight .details .more-details button {
  width: 100%;
  height: 50px;
  background-color: #ff5a09;
  color: #FFF;
  border: none;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  font-size: 1.2em;
  font-family: 'Poppins', serif;
  font-weight: 200;
  cursor: pointer;
  touch-action: manipulation;
}

.property.highlight .details .close-property {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.property.highlight .details .close-property button {
width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.35);
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  font-size: 1.2em;
  font-family: 'Poppins', serif;
  font-weight: 200;
}
