.map-overview-container {
  margin-top: 50px;
}

.map-overview-container .map-overview {
  width: 80%;
  margin: 0px auto;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.map-overview-container .map-overview .map-overview-left {
  width: 35%;
  min-width: 327px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.map-overview-container .map-overview .map-overview-right {
  width: 65%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.main-content .information{
     width: 100%;
     line-height: 25px; 
}

.main-content .map-overview {
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-content .map-overview .map-overview-center ol {
   line-height: 30px; 
}

.main-content .map-overview .map-overview-center ol li{
    padding-left: 15px;
}

.main-content .map-overview-center {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.map-overview-container
  .map-overview
  .map-overview-left
  .map-overview-image-container {
  width: 400px;
}

.map-overview-container
  .map-overview
  .map-overview-left
  .map-overview-image-container
  img {
  display: block;
  width: 100%;
  height: auto;
}
.map-overview-container .map-overview .map-overview-right ol {
  line-height: 30px;
}
.map-overview-container .map-overview .map-overview-right ol li {
  padding-left: 15px;
}

.map-overview-container
  .map-overview
  .map-overview-right
  .custom-row:nth-child(1)
  .heading
  .main-heading {
  font-size: calc(20px + 0.39vw);
}

.map-overview-container
  .map-overview
  .map-overview-right
  .custom-row:nth-child(2) {
  margin-top: 30px;
}

.map-overview-container
  .map-overview
  .map-overview-right
  .custom-row:nth-child(2)
  .heading {
  background: var(--main-accent-color);

  padding: 15px 0px;
  min-width: 200px;
}

.map-overview-container
  .map-overview
  .map-overview-right
  .custom-row:nth-child(2)
  .heading
  .main-heading {
  margin: 0px 20px;
  text-align: center;
  color: var(--font-color-primary);
  font-size: calc(15px + 0.39vw);
}
.map-overview-container
  .map-overview
  .map-overview-right
  .custom-row:nth-child(2)
  .custom-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.map-overview-container
  .map-overview
  .map-overview-right
  .custom-row:nth-child(2)
  .custom-row
  ol {
  width: 33%;
  min-width: 250px;
  margin: 0;
}
.custom-hr {
  width: 80%;
  padding: 1px;
  margin: 0px auto;
  margin-top: 40px;
  background: var(--main-accent-color);
}

.map-description {
  width: 80%;

  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.map-description .custom-heading .main-heading {
  font-size: calc(20px + 0.39vw);
}

.map-description .map-description-left {
  width: 80%;
}
.map-description .map-description-right {
  width: 18%;
}

.map-description .map-description-left .description p {
  line-height: 35px;
}

.map-description .map-description-right .image-container {
  width: 100%;
}

.map-description .map-description-right .image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.map-gallery-container {
  width: 100%;
  background: var(--main-bg-color);
}

.map-gallery-container .custom-heading-container {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.map-gallery-container .custom-heading .main-heading {
  width: fit-content;
  margin: 0px auto;
  padding: 0px 10px;

  color: var(--main-accent-color);
  font-size: calc(15px + 0.39vw);
  text-transform: uppercase;
  text-align: center;
}

.map-gallery-container .custom-heading-container .bar-left,
.map-gallery-container .custom-heading-container .bar-right {
  padding: 1px;

  background-size: 400%;
  opacity: 0.3;
  background: radial-gradient(
    circle,
    var(--main-accent-color) 20%,
    rgba(252, 70, 107, 1) 100%
  );
}

.map-gallery-container .custom-heading-container .bar-left {
  width: 10%;
}
.map-gallery-container .custom-heading-container .bar-right {
  width: 72%;
}

.map-gallery-container .map-gallery {
  width: 80%;

  margin: 0px auto;
  padding: 30px 0px;
}

.map-gallery-container .map-gallery .custom-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.map-gallery-container .map-gallery .img-card {
  margin: 30px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.map-gallery-container .map-gallery .img-card .img-card-title {
  width: 100%;
  max-height: 60px;
  margin-bottom: 20px;
  padding: 20px 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  font-family: Helvetica-regular;
  text-transform: uppercase;

  color: var(--main-accent-color);
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.1);

  transition: all 0.3s;
  cursor: pointer;
  overflow-y: scroll;
}
.map-gallery-container .map-gallery .img-card .img-container {
  width: 100%;
}
.map-gallery-container .map-gallery .img-card .img-container img {
  width: 100%;
  height: auto;
}

.before-footer {
  width: 100%;
}
.before-footer .img-container {
  width: 80%;

  margin: 0px auto;
  margin-bottom: 20px;
}

.before-footer .img-container img {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(10px 10px 7px #13566f);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;

}

.fullscr {
  width: 100%;
  height: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;

  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);

  display: flex;
  justify-content: center;
  align-items: center;

  user-select: none;
}

.fullscr .close-fullscr {
  font-size: calc(20px + 0.39vw);
  color: var(--font-color-primary);

  position: absolute;
  top: 5%;
  right: 5%;

  cursor: pointer;
}

.fullscr .img-container {
  width: 500px;
}

.fullscr .img-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* hover */
.map-gallery-container .map-gallery .img-card .img-card-title:hover {
  transform: scale(0.9);
  box-shadow: none;
}
/* animation */
