#map-large {
  background-color: rgba(1, 172, 195, 0.9);
  background-image: linear-gradient(
    to right,
    #0047ba 0%,
    #098bd1 50%,
    #0047ba 100%
  );
  background: radial-gradient(
    circle,
    rgba(1, 172, 195, 1) 0%,
    rgba(0, 71, 186, 1) 69%,
    rgba(31, 25, 97, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 71, 186, 1) 0%,
    rgba(1, 172, 195, 1) 100%
  );
  padding-bottom: 65px;
}
#map-bottom {
  height: 70px;
  width: 100%;
  /* background: url(images/footerBG.png) left top repeat-x transparent; */
  background: url("../images/footerBG2.png") left top repeat transparent;
}
.map-container {
  /* padding: 3.2rem 0.8rem; */
  position: relative;
  display: inline-block;
  /*margin: 10px auto 10px auto;
  background-color: black;*/
  margin: 0px 80px 0px 80px;
}
.map-container img {
  margin: 0px 0px 0px 0px;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #0047ba;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(10, 139, 209, 0.4);
  animation: pulse 3s infinite;
  border: 2px solid #fff;
  z-index: 1;
}
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .pointFounder {
  cursor: pointer;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: pulsefounder 3s infinite;
  border: 2px solid #000;
  z-index: 1;
}
.map-container .pointFounder:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16),
    0 3px 6px rgba(255, 255, 255, 0.23);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 139, 209, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@keyframes pulsefounder {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

/* COUNTIRES MODAL*/

.fancybox__content {
  padding: 0px !important;
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 5.5) !important;
  background-color: rgba(24, 24, 27, 5.5) !important;
}

.country-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.country-modal .col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.country-info p {
  margin-bottom: 30px;
  z-index: 9999 !important;
}

.grad-flag {
  background-position: 118% 196% !important;
  background-size: 46% !important;
  background-repeat: no-repeat !important;
}

.maptext {
  font-size: 26px;
  padding-top: 10px;
  font-weight: 300;
    padding-left: 6%;
    text-align: left;
    padding-left: 3%;
}
.country-info {
  background-color: #fff;
}
.flagmbig {
  height: 130px;
  width: 132px;
  float: right;
  background-image: url(https://www.reloadify.com/assets/vendor/flag-icon-css/flags/4x3/la.svg);
  display: block;
  background-size: 130px 170px;
  transform: rotate(-45deg);
  overflow: hidden;
  position: absolute;
  right: -40px;
  bottom: -26px;
  border: 1px solid #fff;
}
.flagmbig .flagfader {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 84%
  );
  display: block;
  height: 240px;
}

.founders-mobile {
  color: #01aac3;
  font-style: italic;
  border-left: 5px solid #01aac3;
}

.country-title {
  background-image: linear-gradient(
    -225deg,
    #1f1961 0%,
    #01aac3 50%,
    #0047ba 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 8px;
  font-family: "playlistscript", Arial;
  font-size: 40px;
    line-height: 54px;
}

.country-body {
  max-height: 600px;
  overflow: scroll;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */




/*

[data-tooltip] {
  position: relative;

  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;

  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1f1961;
  background-color: hsla(252, 100%, 24%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  z-index: 9999;
}

[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #1f1961;
  border-top: 5px solid hsla(252, 100%, 24%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;

  opacity: 1;
    z-index: 999;;
}

*/
