@import url(https://fonts.googleapis.com/css?family=Kaushan+Script|Raleway:300,400,500,600,700,800,900);
html,
body {
  height: 100%;
  font-family: "Raleway", sans-serif;
  color: #333;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 15px;
  line-height: 24px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #a30808;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #f55;
  text-shadow: none;
  font-family: "Raleway", sans-serif;
}
::selection {
  background: #f55;
  text-shadow: none;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgb(160 20 20 / 0.9) none repeat scroll 0 0;
  border-bottom: 1px solid hsl(0 0% 100%);
  left: 0;
  opacity: 0.96;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1111111;
}
#scrollUp {
  background: #a30808 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 3px;
  bottom: 55px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 34px;
  right: 20px;
  text-align: center;
  width: 40px;
  transition: all 0.3s;
}
#scrollUp:hover {
  background: #fff;
  color: #a30808;
  border: 1px solid #a30808;
}
.event-wrapper {
  background: #fff0 url(img/event/event-bg.jpg) repeat scroll 0 0;
  border-radius: 4px;
  padding: 10px;
}
.sent-your-wish-left::before {
  bottom: -79px;
  content: url(img/about/2.png);
  left: -95px;
  position: absolute;
}
.bg-img-1 {
  background: #fff0 url(img/attend/1.jpg) repeat scroll center center / cover;
}
#googleMap {
  height: 420px;
}
.breadcrumbs-area {
  background: #fff0 url(img/contact/bg.jpg) repeat scroll center center / cover;
}
.not-found-area {
  background: #fff0 url(img/404/bg.jpg) no-repeat scroll center center / cover;
}
.main-about-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url(./img/about/about-background.webp);
  background-position: center;
  object-fit: cover;
  padding: 30px;
}
.about-page1 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  border-radius: 30px;
}
.about-content {
  border-bottom: 2px solid #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-content h1 {
  color: #fff;
  font-size: 50px;
}
.about-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-para {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: x-large;
  text-shadow: 0 0 10px #000;
}
.user-profiles-container {
  width: 100%;
  display: flex;
  gap: 1px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.user-headings {
  width: 100%;
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.user-headings h1 {
  color: #fff;
}
.search-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
}
.search-items {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 10px silver;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1105px) {
  .search-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-items {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 426px) {
  .search-items {
    flex-direction: column;
    width: 100%;
  }
  .search-items select {
    width: 100%;
    font-size: small;
    height: 20px;
    padding: 0;
  }
  #state {
    width: 100%;
  }
  #search-selection {
    width: 100%;
  }
}
.search-container select {
  width: auto;
  box-shadow: 0 0 10px silver;
  border-radius: 0;
  height: 40px;
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  font-weight: 700;
}
.search-container button {
  font-weight: 700;
  background-color: #a30808;
  border: none;
  color: #fff;
  font-size: larger;
  padding: 10px;
  display: block;
  width: 150px;
  margin: 10px;
}
#resetButton {
  border: 1px solid #a30808;
  background-color: #fff;
  color: #a30808;
}
.card-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  gap: 20px;
}
.card-container .card {
  display: flex;
  align-items: flex-start;
  width: 350px;
  box-shadow: 0 0 10px #000;
  border: 1px solid dimgray;
  padding: 10px;
  background-color: #fff;
  justify-content: center;
  border-radius: 6px;
  flex-direction: column;
}
.card p {
  color: #494848;
  font-weight: 700;
  font-size: 17px;
}
.card-container .card img {
  border: 1px solid whitesmoke;
  box-shadow: 0 0 10px silver;
  width: 200px;
  height: 200px;
  padding: 10px;
  border-radius: 6px;
}
.Progress-form-registration {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.stepwizard-step p {
  margin-top: 10px;
}
.registration-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 0 10px silver;
}
.registration-form input {
  width: auto;
  height: 60px;
  border: none;
  outline: none;
  background-color: #fff;
  box-shadow: 0 0 10px silver;
}
#submit-button {
  width: 100%;
  background-color: #a30808;
  color: #fff;
  border-radius: 5px;
  height: 60px;
  margin-top: 15px;
  border: none;
  font-size: x-large;
}
.registration-form select {
  height: 60px;
  box-shadow: 0 0 10px silver;
  outline: none;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  order: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
#fa-whatsapp {
  border: 2px solid #000;
  display: flex;
  width: fit-content;
}
#fa-whatsapp a i {
  font-size: 32px;
  width: 38px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: #70c745;
  padding: 5px;
  color: #fff;
  text-align: start;
  margin-right: 21px;
  margin-bottom: 110px;
}
.data-not-found {
  border: 2px solid #fff;
  color: #fff;
  font-size: 27px;
  text-align: center;
  letter-spacing: 9px;
  padding: 50px;
}
.admin-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
.admin-box form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 20px;
  border-radius: 10px;
}
.add-button {
  padding: 15px 20px;
  font-size: large;
  border: none;
  border-radius: 10px;
  background-color: #a83232;
  color: #fff;
  cursor: pointer;
}
.profile-Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 20px;
}
.profile-Container h1 {
  padding: 20px;
}
.create-prof-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-shadow: 0 0 10px silver;
  width: 100%;
}
.create-prof-cont-II {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
}
.create-prof-cont-II form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 20px;
}
.update-prof-cont {
  box-shadow: 0 0 10px silver;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}
.card-container {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
}
.profile_cards {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 10px;
  box-shadow: 0 0 5px silver;
}
.profile {
  display: flex;
  width: 300px;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
}
.profile .profile-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 20px;
  padding-top: 10px;
  word-spacing: 6px;
}
.profile .profile-content h4 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.profile-content p {
  font-weight: 600;
}
.profile-content span {
  font-weight: 500;
}
.profile-image {
  max-width: 100%;
  max-height: 300px;
}
.profile img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#table-profiles {
  width: 100%;
}
.recently-added-profiles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px;
  background-color: #eceff8;
}
.recently-added-profiles h1 {
  font-variant-caps: all-small-caps;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-container {
  text-align: center;
  padding: 20px;
}
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-inner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#profileID {
  /* border: 2px solid black; */
  width: 100%;
  text-align: end;
  padding: 5px 18px;
  color: red;
  font-weight: bolder;
}
#profileID span{
    color: black;
    font-weight: bold;
}

.hover-underline {
  /* font-size: 2rem; */
  /* color: #ffffff; */
  
  position: relative;
  display: inline-block;
}
.hover-underline:hover{
  transform: scale(1.04);
  transition: all 0.5s;
}

/* Top & Bottom borders */
.hover-underline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  box-sizing: border-box;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease, transform 0.4s ease;
  background: none;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
}

/* Left & Right borders */
.hover-underline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  box-sizing: border-box;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: border-color 0.4s ease, transform 0.4s ease;
  background: none;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top;
}

/* Hover effect */
.hover-underline:hover::before {
  /* border-top-color:#a00808 ; */
  border-bottom-color: #a00808;
  margin-top: 10px;
  transform: scaleX(1);
}

.hover-underline:hover::after {
  border-left-color: #a00808;
  border-right-color: #a00808;
  transform: scaleY(1);
}
