a {
  text-decoration: none;
}

.button {
  display: flex;
  overflow: hidden;
  width: 4em;
  height: 4em;
  margin-top: 2.1em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
  cursor: pointer;
}

.button.mute {
  z-index: 1;
}

.body {
  background-color: #f8f8f8;
  font-size: 1vw;
  line-height: 1.6;
}

.body:focus {
  color: #fff;
}

.banner-container {
  display: flex;
  overflow: hidden;
  height: 25em;
  justify-content: center;
  background-color: #31202b;
}

.banner__leftside {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 50%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/tile_1tile.webp');
  background-position: 0% 0%;
  background-size: 40px;
}

.banner__rightside {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-2 {
  overflow: hidden;
  margin-top: 0em;
  margin-bottom: 0px;
  font-family: Atlasgrotesk, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  display: block;
  font-size: 1.4375em;
}

.image-3 {
  display: block;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 4.8125em;
  padding-right: 12%;
  padding-left: 12%;
}

.item-p {
  width: 100%;
  max-width: 100%;
  margin: 1.8em auto 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 1.36em;
  line-height: 1.3;
}

.item-p.start-p {
  width: 34em;
  margin-top: 0em;
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.35;
  text-align: center;
}

.start_button {
  padding: 0.625em 3.75em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  transition: all 200ms ease;
  font-family: Restora;
}

.start_button:hover {
  color: #000;
}

.map-dot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 25.1em;
  margin-left: 46em;
}

.map-dot.dot8 {
  margin-top: 39.7em;
  margin-left: 33.6em;
}

.map-dot.dot9 {
  width: 36.71875px;
  margin-top: 37.7em;
  margin-left: 22.9em;
}

.map-dot.dot6 {
  margin-top: 45.4em;
  margin-left: 28.3em;
}

.map-dot.dot7 {
  margin-top: 33.8em;
  margin-left: 33.8em;
}

.map-dot.dot12 {
  margin-top: 27em;
  margin-left: 31em;
}

.map-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300%;
  max-width: none;
  margin-bottom: 1em;
  background-image: url('../images/manuscript.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 1em;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.box {
  display: flex;
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50% 0px;
  background-color: rgba(225, 38, 28, 0.7);
  transform: rotate(45deg);
  font-size: 1em;
  cursor: pointer;
}

.box-inner {
  display: flex;
  width: 65%;
  height: 65%;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.text-block {
  font-family: Atlasgrotesk, sans-serif;
  color: #fff;
  font-size: 1.4375em;
  font-weight: 400;
}

.div-block {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  grid-column-gap: 1.4375em;
  grid-row-gap: 1.4375em;
}

.image-4 {
  max-width: 20%;
  flex: 0 auto;
}

.image-5 {
  flex: 0 auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.image-6 {
  flex: 0 0 auto;
}

.polaroid {
  width: 13.5625em;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.polaroid:hover {
  transform: scale(1.1);
}

.frame_1 {
  display: flex;
  width: 100%;
  height: 13.875em;
  justify-content: center;
  align-items: center;
}

.text-block-2 {
  display: none;
  font-family: Baskervville, sans-serif;
  color: #fff;
  font-size: 2.6875em;
  text-align: center;
}

.text-block-2:active {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .item-p.start-p {
    width: 90%;
  }

  .div-block {
    position: relative;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {

  .item-p.start-p {
    width: 90%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .map-dot.dot9 {
    margin-top: 56.9em;
    margin-left: 10.7em;
  }

  .map-dot.dot6 {
    margin-top: 68.5em;
    margin-left: 17.2em;
  }

  .map-image {
    height: 510%;
  }

  .box {
    display: none;
  }

}

@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}