@font-face {
  font-family: "GreatVibes-Regular";
  src: url("../assets/fonts/GreatVibes-Regular.ttf");
}

.font-styles {
  font-family: "GreatVibes-Regular";
}

.whothis {
  color: #753a84;
  background-color: #ffffffb5;
  padding: 9px;
  font-family: "GreatVibes-Regular";
  font-weight: 800;
}

.features-list-dark {
  list-style-type: none;
}

.whythis {
  color: #6e4191 !important;
  font-family: "GreatVibes-Regular";
  font-weight: 800;
  font-size: 34px !important;
}

.whythispara2 {
  margin-left: 20px;
  padding-right: 25px;
  color: #696969 !important;
}

.lyla {
  color: #6e4191;
  /* margin-right: 3px; */
  font-size: 16px;
}

.hometext h1 {
  color: #6e4191 !important;
  font-family: "GreatVibes-Regular";
  font-size: 50px !important;
  text-align: center;
  font-weight: 800;
}

.hometext .para-text {
  color: #773889 !important;
  font-weight: 700;
}

.violet {
  color: #773889 !important;
}

.logo-img {
  width: 100px;
  height: auto;
}

.btn-blue {
  color: #ffffff !important;
  font-size: 30px;
  font-weight: 500;
  border-radius: 6px 6px;
  margin: 10px 0;
  padding: 16px 30px;
  display: inline-block;
  background: linear-gradient(135deg, #753a84 0%, #892db6 100%);
}

.btn-blue:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #892db6 0%, #753a84 100%);
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #892db6;
    background: linear-gradient(135deg, #892db6 0%, #a15bb3 100%);
  }

  40% {
    box-shadow: 0 0 20px #892db6;
    background: linear-gradient(135deg, #682678 0%, #892db6 100%);
  }

  60% {
    box-shadow: 0 0 20px #892db6;
    background: linear-gradient(135deg, #892db6 0%, #753a84 100%);
  }

  100% {
    box-shadow: 0 0 -10px #892db6;
    background: linear-gradient(135deg, #753a84 0%, #892db6 100%);
  }
}

.button-glow {
  animation: glowing 5000ms infinite;
}

.form-group {
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: #753a84;
}

.errorMsg {
  color: red;
  font-size: 12px;
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-control {
  padding: 0.75rem 0.75rem;
}

.form-control:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.th-btn {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px 6px;
  padding: 12px 30px;
  display: inline-block;
  background: linear-gradient(135deg, #753a84 0%, #892db6 100%);
}

.th-btn:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #892db6 0%, #753a84 100%);
}

.iframe-video {
  width: 100%;
  height: 600px;
}

.thankhead {
  font-family: "GreatVibes-Regular";
  font-size: 5rem;
  color: white;
  font-weight: 800;
}

.thankpara {
  /* font-family: "GreatVibes-Regular"; */
  font-size: 2rem;
  color: white;
  font-weight: 800;
}

.thank {
  background-color: #88449c;
}

.thankyou {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.thankjpg {
  height: auto;
  width: 200px;
}

@media (max-width: 767px) {
  .thankyou {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }

  .thankhead {
    font-family: "KaushanScript-Regular";
    font-size: 2rem;
    color: white;
  }

  .thankpara {
    font-family: "KaushanScript-Regular";
    font-size: 20px;
    color: white;
    text-align: center;
  }
  .btn-blue {
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 10px 20px;
    display: inline-block;
    background: linear-gradient(135deg, #753a84 0%, #892db6 100%);
  }
  .masterhead h1 {
    color: #6e4191 !important;
    font-family: "GreatVibes-Regular";
    font-size: 33px !important;
    text-align: center;
    font-weight: 800;
    padding-top: 12px;
  }
  .mobtext {
    font-size: 20px;
  }
  .logo-img {
    width: 80px;
    height: auto;
  }
  .tranhead h1 {
    color: #6e4191 !important;
    font-family: "GreatVibes-Regular";
    font-size: 32px !important;
    text-align: center;
    font-weight: 800;
    padding-top: 20px;
  }
  .hometext .para-text {
    color: #773889 !important;
    font-weight: 700;
    font-size: 16px;
  }
  .whythis {
    color: #6e4191 !important;
    font-family: "GreatVibes-Regular";
    font-weight: 800;
    font-size: 25px !important;
  }
  .features-list-dark {
    list-style-type: none;
    padding-left: 10px;
  }
  .indeximg {
    padding-top: 20px;
  }
  .whytop {
    margin-top: 20px !important;
  }
}
