h1,
h4,
h3{
  font-family: 'Cinzel', serif !important;
  font-weight: 500;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 50vh;
}
.hd{
  background-color: #faea93;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head {
  margin: 8rem 5vw 5vw 5vw;
}

.navbar {
  background-color: white;
}

.nav-link {
  color: rgb(189, 1, 1) !important;
  font-weight: 500;
}

.nav-link:hover {
  color: rgb(0, 0, 0) !important;
  font-weight: 500;
}




/* .top {
  flex: 1;
  display: flex;
  flex-direction: row;
  height: 25vw;
  font-family: 'Cinzel', serif;
  width: 100%;
  margin: 10rem auto 4rem auto;
  object-fit: contain;
} */

#titleImg {
  width: 100%;
  height: auto;
}

#titleImg:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}


@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.blink {
  animation: blink 3s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

/* .Desc {
  
  color: rgb(0, 0, 131);
  justify-content: center;
  align-items: center;
  padding-left: 1.3vw;
  padding-right: 1.3vw;
  background-color: #faea93;
} */

/* .innerCont {
  font-weight: bold;
} */

#sp {
  font-weight: 600;
  margin-bottom: 26px;
}

.heading {
  color: rgb(0, 0, 131);
}
.b{
  color: rgb(189, 1, 1);
  font-weight: bolder;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .heading {
    font-size: 4vw;
  }
}


.content {
  display: flex;
  margin-top: 8rem;
  justify-content: center;
  text-align:center;
  font-family: 'Poppins', sans-serif;
}

/* .DescHead {
  font-size: 3.7vw;
  line-height: 3vw;
  font-weight: bold;
}

.DescBody {
  font-size: 1.6vw;
  line-height: 1.1vw;
} */

.debug {
  margin-top: 3vw;
}

.buttons {
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;

}

.bt {
  color: white;
  padding: 1.1rem 3rem;
  border-radius: 3rem;
  font-weight: 400;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: large;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.bt:focus {
  outline: none;

}

.bt:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.724), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blue {
  background-color: #0d6efd;
}

.blue:hover {
  background-color: #0042a6;
}

.green {
  background-color: #52b302;
}

.green:hover {
  background-color: #3c8600;
}

a {
  text-decoration: none;
}

.belowPay {
  font-family: 'Poppins', sans-serif;

}

.nextHead {
  font-weight: lighter;
  text-align: center;

  font-family: 'Cinzel', serif;
}

iframe {
  display: block;
  margin: 0 auto;
}

.a {
  text-decoration: none;
}

.poster {
  width: 100%;
}

.vid {
  padding-bottom: 50px;
}

.icons {
  text-align: center;
  padding-bottom: 30px;
}

/* popup  form in sample */
.my-form {

  gap: 1rem;

}

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 45px;
}

input {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #757575;
}

input:focus {
  outline: none;
}

/* LABEL ======================================= */
label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus~label,
input:valid~label {
  top: -20px;
  font-size: 14px;
  color: #5264AE;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 300px;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}




/* ------------------------------------------------------------- */


.button__text {
  font: bold 20px "Quicksand", san-serif;
  transition: all 0.2s;
}

/* .button--loading .button__text {
  visibility: hidden;
  opacity: 0;
} */

.button--loading::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #000000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}