body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  background-color: #fcfcfc;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #e91e63;
}
a:hover,
a:focus,
a:active {
  color: #d10047;
}
.btn {
  font-size: 1.1rem;
  font-weight: 700;
}
.btn-danger {
  color: #fff;
  background-color: #a20055;
  border-color: #a20055;
}
.btn-danger:hover,
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle,
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #ca006a;
  border-color: #ca006a;
}
.alert {
  font-size: 1rem;
  font-weight: bold;
}
/* topbar */
.topbar {
  background-color: #74013d;
}
.topbar p {
  margin: 0;
  text-align: center;
  font-family: "Vesper Libre", "Noto Sans", sans-serif;
  color: #f1bf2b;
  padding: 0.5rem 0;
  margin-bottom: -6px;
}
.navbar {
  background-color: #ffffff;
}
a.navbar-brand {
  font-family: "Arya";
  background: -webkit-linear-gradient(#9f0260, #ff0433);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
}
.nav-link {
  font-size: 1.1rem;
}
/* section */
section {
  padding: 5rem 0;
}
.section-title {
  font-family: "Vesper Libre";
  font-weight: 400;
  font-size: 2.2rem;
  color: #d4007f;
}
/* page title */
section.page-title {
  background-image: url("https://lingayatyavatmal.com/assets/img/hero-bg.jpg");
  background-position: center;
  background-size: cover;
}
.page-title h3 {
  color: #ffeb3b;
  font-family: "Vesper Libre";
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: -5px;
  text-align: center;
}
/* hero */
.hero {
  /* background-image: linear-gradient(90deg, #e60e7b, #890341); */
  background-image: url("https://lingayatyavatmal.com/assets/img/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
}
/* .hero img {
  width: 80%;
} */
.vh-fancy {
  margin: 0;
  font-family: "Vesper Libre", "Noto Sans", sans-serif;
  color: #f1bf2b !important;
  padding: 0.5rem 0;
  margin-bottom: -6px;
}
.hero h2 {
  color: #ffffff;
}
.hero p {
  color: #ffd9f5;
  margin-bottom: 0.5rem;
}
/* about event */
.about-event {
  background-color: #ffffff;
}
.about-event img {
  width: 80%;
  display: block;
  margin-left: auto;
}
/* the process */
img.separator {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 386px;
  margin-bottom: 2rem;
}
.the-process {
  background-color: #fcfcfc;
  background-image: url("https://lingayatyavatmal.com/assets/img/process-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.the-process::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.85;
}
.the-process .container {
  position: relative;
}
.process-container {
  text-align: center;
}
.process-container h3 {
  font-family: "Vesper Libre", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #343434;
}
.digit {
  font-family: "Vesper Libre";
  font-size: 2.5rem;
  color: #f1bf2b;
  background-color: #74013d;
  width: 100px;
  padding-top: 10px;
  line-height: 85px;
  margin: 0 auto 2rem;
  border-radius: 100%;
  box-shadow: -1px 0px 10px 6px #fff2f9;
}
.process-container p {
  margin: 0;
  color: #ce9a00;
}
.presidents-message {
  background-color: #ffffff;
}
/* cta */
section.cta {
  background: #800043;
  padding: 3rem 0;
}

/* footer */
footer {
  background-color: #74013d;
  padding: 1rem 0;
}
footer p {
  color: #ffffff;
  font-size: 1.1rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
.powered-by-text {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #ffffff;
}
footer a,
footer a:visited {
  color: #ffeb3b;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #ffc107;
}
/* vh instructions */
.vh_instructions h3 {
  font-family: "Vesper Libre", "Noto Sans", sans-serif;
  color: #d9208f;
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0;
  background: #ffffff;
  display: inline-block;
}
.vh_instructions ul {
  list-style-type: none;
  margin-bottom: 0;
}
.vh_instructions ul li::before {
  content: "\2022";
  color: #e91e63;
  font-size: 1.2rem;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}
.vh_instructions ul li {
  font-size: 1.05rem;
}
.success-container {
  background-color: #ffffff;
  padding: 2rem;
}
.success-container img {
  width: 140px;
  margin-bottom: 1rem;
}
.presidents-message img {
  width: 300px;
  margin: 0 auto;
  display: block;
  padding-bottom: 1.5rem;
}
.vh_about_section img {
  margin-bottom: 1rem;
  display: inline-block;
}
/* form */
.vh-form {
  background-color: #ffffff;
  padding: 2rem;
}
p.vh-error {
  color: #ff1919;
  margin: 0;
  font-size: 1rem;
  padding-left: 1.5rem;
  background-image: url("https://lingayatyavatmal.com/assets/img/error.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 0 0.3rem;
}
.form-title {
  font-family: "Vesper Libre";
  font-weight: 400;
  font-size: 2rem;
  color: #d4007f;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}
.vh-asterisk {
  color: #ff1919;
  font-size: 1rem;
}
.vh-contact-title {
  font-family: "Vesper Libre";
  font-weight: 400;
  font-size: 1.3rem;
  color: #d4007f;
}
.vh-already p {
  text-align: center;
  margin: 0;
}
input[type="time"],
input[type="date"] {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.form-label {
  font-size: 1rem;
  font-weight: 600;
  color: #484848;
}
pre {
  margin: 0;
}
/* my-profile */
.info-container {
  background-color: #ffffff;
  padding: 2rem;
}
.user-profile {
  display: flex;
}
.user-image {
  width: 121px;
  min-width: 121px;
  max-width: 121px;
  margin-right: 1rem;
  border-top: 6px solid #b50e50;
  padding-top: 2px;
  position: relative;
}
.user-image h2 {
  font-family: "Noto Sans";
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: #b50e49;
  font-weight: 700;
}
.user-image img {
  width: 120px;
  height: 152px;
  border: 1px solid #b50e50;
}
.user-image .user-no {
  right: unset;
  left: 4px;
  top: -4px;
  font-family: "Noto Sans";
  font-size: 12px;
  height: 18px;
  line-height: 12px;
  background-color: #b50e50;
  border: 2px solid #ffffff;
}
.user-details {
  border: 4px solid #404040;
  padding: 0 0.5rem;
  width: 410px;
  max-width: 410px;
  height: 230px;
  max-height: 230px;
  position: relative;
}
.user-no {
  position: absolute;
  top: 5px;
  right: 8px;
  background-color: #404040;
  border-radius: 100%;
  color: #ffffff;
  padding: 0 5px;
  font-family: "Vesper Libre";
  font-size: 16px;
  height: 22px;
  width: 33px;
  text-align: center;
}
.vh-flex {
  display: flex;
}
.vh-flex-title::after {
  content: ":";
  float: right;
}
.vh-flex p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
.vh-flex-title {
  width: 76px;
  min-width: 76px;
  max-width: 76px;
  margin-right: 5px;
}
.vh-flex.user-name {
  align-items: center;
}
.vh-flex.user-name p {
  font-weight: bold;
  font-size: 14px;
}
.vh-flex.user-name p.vh-flex-value {
  font-size: 17px;
  line-height: 26px;
}
iframe {
  width: 100%;
  height: 500px;
}

.vh_profile_img {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 253px;
  border: 1px solid #b50e50;
}
.vh_post_details {
  margin-top: 2rem;
  border-top: 1px solid #d7d7d7;
  padding-top: 2rem;
}
.vh_post_details h3 {
  font-size: 1.1rem;
  color: #d6007f;
}

.vh_mahatma {
  width: 285px;
  min-width: 285px !important;
  margin-left: -100px;
}
.vh_m_text {
  width: 285px;
  margin-left: -100px;
  text-align: center;
  font-family: 'Vesper Libre';
  font-size: 1.3rem;
  color: #ffffff !important;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  flex-direction: column;
  color: #ffffff;
  font-size: 14px;
}
.loading-overlay p {
  margin-top: 20px;
}
.processing-txt {
  font-size: 14px;
}

/* media queries */
@media (max-width: 640px) {
  .vh-form {
    padding: 1rem;
  }
  .info-container {
    padding: 1rem;
  }
  .user-profile {
    display: block;
    overflow-x: scroll;
}
.user-details {
  background: #ffffff;
}
.vh_mahatma {
  width: 100%;
  min-width: unset;
  margin-left: 0;
}
.vh_m_text {
  width: 100%;
  margin-left: 0;
}
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000033;
  z-index: 99999;
}

.upload-img {
  max-width: 290px;
  height: 367px;
  cursor: pointer;
}

.modal-content {
  border: 0;
  text-align: center;
}

.modal-content > img {
  margin: 16px auto;
}

.modal-content h3 {
  color: #d9208f;
}

.profile-overview ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.profile-overview .title {
  font-size: 16px;
  margin-bottom: 0;
}

small {
  display: block;
  color: #ffd9f5;
  margin-bottom: 20px;
}

.fill-profile-info h3 {
  color: #a20055;
}