@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
/*variables*/
.more-info-section {
  background-color: #f1fbff;
  height: 650px;
}

.info-content-div {
  text-align: center;
}

.info-content-div p {
  color: #828a9c;
  margin-bottom: 0px;
}

.info-content-div h1 {
  color: #ff3514;
  margin-bottom: 0px;
  font-weight: 800;
}

.info-content-div .progress-circle span {
  color: #59585b;
}

.circles-bar {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.circles-bar .circle-info {
  color: #2f3985;
}

.circles-container {
  margin-top: 50px !important;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url("../images/worldmap.png");
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.video-container .popup-content img {
  max-height: 350px;
  max-width: 650;
  border-radius: 4%;
}

.video-container .popup-content span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 50px;
}

.video-container .popup-content {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  overflow: hidden;
}

.videoplayer-div {
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

.videoplayer-div span {
  cursor: pointer;
}

.videoplayer-div iframe {
  height: 90%;
  width: 100%;
}

@media (max-width: 555px) {
  .more-info-section {
    background-color: #f1fbff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .circles-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .circles-bar {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .circles-bar .circle-info {
    color: #2f3985;
  }
  .video-container .popup-content span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 35px;
  }
}
/*# sourceMappingURL=moreinfo.css.map */