@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --Primary-font: "Montserrat", sans-serif;
}

.test {
  border: 1px solid red;
}

.display-none {
  display: none !important;
}

img[src=""] {
  display: none !important;
}

.wrapper {
  max-width: 450px;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  position: relative;
}

.wrapper #imgBg {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -999;
}

.waterMarkImage {
  position: absolute;
  max-width: 400px;
  max-height: 400px;
  height: 100%;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.waterMarkImage img {
  height: 100%;
  width: 100%;
}

.headerBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.topIcons {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100;
}

.pdfText {
  color: #fff;
  font-family: var(--Primary-font);
  font-weight: bold;
  font-size: 10px;
}

.topIcons a {
  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;
  text-decoration: none;
}

.downloadImage {
  width: 35px;
  z-index: 200;
}

.heroSection {
  padding-top: 10px;
  text-align: center;
  height: 150px;
  z-index: 300;
  word-break: break-word;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.heroSection .userExtraInfo p {
  margin: 0 auto;
  text-align: center;
  font-family: var(--Primary-font);
  font-size: 12px;
  max-width: 112%;
  line-height: 18px;
  color: #323232;
  line-height: 14px;
}

.heroSection .divider {
  margin: 5px auto;
  background: #323232;
  height: 1px;
  width: 60%;
}

.userTitle {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  font-family: var(--Primary-font);
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #323232;
}

.userDesc {
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  font-family: var(--Primary-font);
  font-size: 14px;
  max-width: 90%;
  line-height: 15px;
  color: #323232;
}

.userProfile {
  padding-top: 25px;
  position: relative;
  top: 0px;
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  /* margin-top: 15px; */
  padding-top: 10px;
  z-index: 1;
  overflow: hidden;
}

.userProfile img {
  width: 120px;
  height: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main {
  text-align: center;
  margin: 0 auto;
}

.contactDetails {
  margin: 0 auto;
  height: 253px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactDetails a {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.contactDetails .contactbg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 55px;
}

.contactIcon,
.contactText {
  z-index: 110;
  display: inline-block;
}

.Call,
.Email,
.Website,
.saveContact {
  padding: 0 5px 0 0;
  background: #fff;
  border-radius: 30px;
  border-bottom: 2px solid #8080808c;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contactIcon {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  align-items: center;
}

.contactText {
  width: 80%;
  word-wrap: break-word;
  padding: 5px 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactText p {
  font-family: var(--Primary-font);
  font-size: 12px;
  color: #323232;
  font-weight: bold;
}

.contactText p {
  text-align: left;
  padding-right: 5px;
  padding-left: 10px;
  width: 100%;
}

.contactIcon img {
  width: 52px;
  height: 40px;
}

.mediaIcons {
  height: 70px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mediaIcons a {
  text-decoration: none;
}

.mediaIcons img {
  width: 100%;
  max-width: 43px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footerIcons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  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;
}

.whatsApp {
  width: 70%;
  gap: 10px;
  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;
}

.whatsApp a {
  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;
}

.whatsApp h4 {
  color: #fff;
  font-size: 20px;
  font-family: var(--Primary-font);
}

.UPI {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.UPI a {
  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;
}

.footerWhatsAppIcon {
  width: 30px;
}

.footerUPIIcon {
  width: 55px;
}

.container {

  width: 448px;
  height: 101px;
  z-index: 999;
  background: black;
  opacity: 0.9;
  box-shadow: 0px 4px 4px rgb(26 26 26 / 25%);
  backdrop-filter: blur(1000px);
  border-radius: 10px;
  align-items: center;
  display: flex;
  margin: auto auto;
  margin-top: 29px;


}


img:not([src]), img[type='src'], img[type='src'] {
  display: none !important;
}

/*# sourceMappingURL=style20.css.map */