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

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

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

@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-ensedBold.woff2") format("woff2"),
    url("../assets/fonts/HelveticaNeue-ensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Helvetica Neue";
  line-height: 2;
}

p {
  text-align: justify !important;
}

.courgette {
  font-family: "Courgette", cursive;
}
header .drawer-container.active {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0ms;
}
header .drawer-container.active ~ .backdrop-container.show-backdrop {
  display: block;
}

.location {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #000;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.location.teheran {
  top: 140px;
  right: 245px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  margin-top: -12px;
}

.map-holder {
  width: 660px !important;
  max-width: 100%;
}

@media (max-width: 768px) {
  .map-holder {
    width: 450px !important;
  }
  .location.teheran {
    right: 165px;
    top: 95px;
  }
}

@media (max-width: 552px) {
  .map-holder {
    width: 450px !important;
  }
  .location.teheran {
    right: 165px;
    top: 90px;
  }
}

.tooltip .tooltipcontent {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -96px;

  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltipcontent::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.location:hover .tooltipcontent {
  visibility: visible;
  opacity: 1;
}

.mini-container {
  width: 700px;
  max-width: 97%;
  margin: 0 auto;
}
