.big_popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }
  .big_popup .close_popup {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 3;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .25s all ease;
    cursor: pointer;
    color: #fff;
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor); }
    .big_popup .close_popup i {
      height: 100%;
      line-height: 40px; }
    .big_popup .close_popup:hover {
      color: var(--mainColor);
      background-color: transparent; }
  .big_popup .overlay_popup {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
    height: 100%; }
  .big_popup .video_popup {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  .big_popup.active {
    visibility: visible;
    opacity: 1; }

.contact-information-area iframe {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px; }

.contact-info-card p {
  min-height: 25px; }

html.active {
  overflow: hidden !important;
  overflow-y: auto !important;
  margin-right: 0 !important; }

.popup-img {
  text-align: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999999999;
  display: none; }

.popup-img .overlay-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 0; }

.popup-img .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.popup-img iframe {
  height: 80%;
  width: 80%;
  z-index: 9999; }

.popup-img .btn-close {
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: var(--mainColor);
  height: 40px;
  width: 40px;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  background: none; }

.popup-img .btn-close:hover {
  color: var(--mainColor);
  background-color: transparent;
  border-color: var(--mainColor); }

.popup-img.active {
  visibility: visible;
  opacity: 1; }

/*# sourceMappingURL=style-custome.css.map */
