html{
  font-size: 16px;
  font-family: 'Montserrat';
}
body{
  background-color: azure;
  width: 100%;
}
section{
  width: 100%;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.container{
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  position: relative;
}
.container img{
  width: 100%;
  height: 100%;
}
.all-tooltips{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tooltip-content{
  position: absolute;
  background-color: #f2e9da;
  box-shadow: 0 0 20px #00000020;
  padding: 0 10px 10px 10px;
  border-style: solid;
  border-color: #7a5006;
  border-radius: 8px;
  width: 160vw;
  max-width: 300px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.tooltip-content .arrow{
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
/*13:20*/
.pin{
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
}
.pin::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #d2c8a6;
  border-radius: 50%;
  animation: puls-effect 2s ease-in-out infinite;
}
/*17:01*/
.tooltip.active .tooltip-content{
  opacity: 1;
  pointer-events: all;
}

/* Rings */
/* Custom style for tooltip-1 */
.tooltip-1 .pin{
  top: 39.5%;
  left: 42.5%;
  height: 10px;
  width: 10px;
}
/* Luminia Gate */
/* Custom style for tooltip-2 */
.tooltip-2 .pin{
  top: 34%;
  left: 49%;
  height: 10px;
  width: 10px;
}
/* Nebbegaard River */
/* Custom style for tooltip-3 */
.tooltip-3 .pin{
  top: 51%;
  left: 57.75%;
  height: 10px;
  width: 10px;
}
/* The Arc */
/* Custom style for tooltip-4 */
.tooltip-4 .pin{
  top: 33.5%;
  left: 67%;
  height: 10px;
  width: 10px;
}
/* The Canal */
/* Custom style for tooltip-5 */
.tooltip-5 .pin{
  top: 27.5%;
  left: 74.78%;
  height: 10px;
  width: 10px;
}
/* The Lynn */
/* Custom style for tooltip-6 */
.tooltip-6 .pin{
  top: 33%;
  left: 80%;
  height: 10px;
  width: 10px;
}
/* The Rhil */
/* Custom style for tooltip-7 */
.tooltip-7 .pin{
  top: 9.4%;
  left: 69.2%;
  height: 10px;
  width: 10px;
}
/* The Cantum Pale */
/* Custom style for tooltip-8 */
.tooltip-8 .pin{
  top: 26%;
  left: 55%;
  height: 10px;
  width: 10px;
}
/* The Rhillim Coast */
/* Custom style for tooltip-9 */
.tooltip-9 .pin{
  top: 42.5%;
  left: 89.3%;
  height: 10px;
  width: 10px;
}
/* Sanguine Innundare */
/* Custom style for tooltip-10 */
.tooltip-10 .pin{
  top: 22%;
  left: 19%;
  height: 10px;
  width: 10px;
}
/* Caravan Road */
/* Custom style for tooltip-11 */
.tooltip-11 .pin{
  top: 26%;
  left: 35%;
  height: 10px;
  width: 10px;
}
/* Melifidelis Wells */
/* Custom style for tooltip-12 */
.tooltip-12 .pin{
  top: 30%;
  left: 13%;
  height: 10px;
  width: 10px;
}
/* River Ode */
/* Custom style for tooltip-13 */
.tooltip-13 .pin{
  top: 15%;
  left: 17.8%;
  height: 10px;
  width: 10px;
}
/* Reus */
/* Custom style for tooltip-14 */
.tooltip-14 .pin{
  top: 55.5%;
  left: 5.5%;
  height: 10px;
  width: 10px;
}
/* The Hidden Land */
/* Custom style for tooltip-15 */
.tooltip-15 .pin{
  top: 7.5%;
  left: 13.5%;
  height: 10px;
  width: 10px;
}
/* Plain of Ode */
/* Custom style for tooltip-16 */
.tooltip-16 .pin{
  top: 34%;
  left: 27%;
  height: 10px;
  width: 10px;
}
/* Edge of the World */
/* Custom style for tooltip-17 */
.tooltip-17 .pin{
  top: 37.4%;
  left: 5%;
  height: 10px;
  width: 10px;
}
/* Errabundis */
/* Custom style for tooltip-18 */
.tooltip-18 .pin{
  top: 21.2%;
  left: 16.35%;
  height: 10px;
  width: 10px;
}
/* Nyilynns */
/* Custom style for tooltip-19 */
.tooltip-19 .pin{
  top: 13.5%;
  left: 88.2%;
  height: 10px;
  width: 10px;
}
/* Wehrle */
/* Custom style for tooltip-20 */
.tooltip-20 .pin{
  top: 35.5%;
  left: 57.2%;
  height: 10px;
  width: 10px;
}

/* Insert Begin */


/* Banner images side by side*/

.bannercolumn {
  float: left;
  width: 20%;
  height: 170px;
  padding: 0px;
  filter: brightness(75%);
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: flex;
}

/* Hyperlink colors */

a:link {
  color: #bf8509;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #b1a167;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #b1a167;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #b1a167;
  background-color: transparent;
  text-decoration: underline;
}

/* Map arar background color */

.div-2 {
  background-color: #71643a;
}

table {
  border-spacing: 0px;
}
/* Insert End */

@keyframes puls-effect{
  0%{
    transform: scale(.5);
    opacity: 1;
  }
  100%{
    transform: scale(3);
    opacity: 0;
  }
}
@media (max-width: 768px){
  .tooltip-1 .tootip-content{
    flex-direction: column;
    max-width: 300px;
  }
  .tooltip-1 .tooltip-content .content{
    width: 1005;
  }
}

/*16:51*/