#landingPop {
  position: fixed;
  top: 0%;
  background: rgba(10, 10, 10, 0.6196078431);
  height: 100vh;
  width: 100%;
  right: 0;
  /* padding-top: 0px; */
  z-index: 30;
}

.landing-pop.hide-sec {
  display: none;
}

.landing-pop {
  display: flex;
  align-items: center;
}

#landingPop button.close.plcy {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 3px 5px rgba(32, 32, 32, 0.13);
}

.anding-pop-area {
  width: 60%;
  margin: auto;
  position: relative;
}

#landingPop {
  padding: 100px;
}

button.close.plcy {
  margin-left: 1rem;
}

@media (max-width: 991px) {
  #landingPop {
    padding: 0px !important;
  }
}

.f-12 {
  font-size: 12px;
}

