*{
    font-family: 'Prompt', sans-serif !important;
}

body{
    /* transition: background-color 1s; */
    transition: background-image 1s;
    overflow: hidden;
}

.center-screen{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-center {
    position: relative;
    text-align: center;
    margin-left: -15vw;
    margin-right: -15vw;
  }


  .header {
    z-index: 10;
    color: red;
    position: relative;
    text-align: center;
  }

.white-text{
    color:#ffffff;
}
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 50%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;

  &::placeholder {
    color: transparent;
  }

  &:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
}

.form__field:focus {
  ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #eb6a37;
    font-weight: 700;
  }
  padding-bottom: 6px;
  /* font-weight: 700; */
  border-width: 3px;
  border-image: linear-gradient(to right, #d60101, #c93d3d);
  border-image-slice: 1;
}
/* reset input */
.form__field {
  &:required,
  &:invalid {
    box-shadow: none;
  }
}

.qimg{
  border-radius: 10%;
}

.trimg{
  box-shadow: 5px 7px 20px #919191;
  border-radius: 50%;
  max-width: 50vw;
}

.flash-card {
  max-width: 95vw;
  position: absolute;

}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

.front {
  background-color: green;
  z-index: 2;
}

.back {
  background-color: orange;
  transform: rotateY(180deg);
}

.flip {
  transform: rotateY(var(--rotation-angle, 0deg));
}

.hidden {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: -99;
}

.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.auto-grid {
  --auto-grid-min-size: 16rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 1rem;
}

.set14text {
  top: 0;
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.set14 {
  margin-top: 50px; 
  display:block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  overflow: hidden;
}

.qimg {
  max-width: 100%;
  height: auto;
  margin: 10px;
}


.set15text {
  top: 0;
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.set15 {
  margin-top: 50px;
  display:block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  overflow: hidden;
}

.qimg {
  max-width: 100%;
  height: auto;
  margin: 10px;
}

.set17text {
  top: 0;
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.set17 {
  margin-top: 50px;
  display:block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  overflow: hidden;
}

.qimg {
  max-width: 100%;
  height: auto;
  margin: 10px;
}
