@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Nunito+Sans:wght@700&family=Syne:wght@700&family=Telex&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&family=IBM+Plex+Sans:wght@500&family=Montserrat:wght@500&family=Poppins:wght@300&family=Syne:wght@400;600&family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Nunito+Sans:wght@700&family=Syne:wght@700&family=Telex&display=swap');

.font-tang {
  font-family: 'Tangerine', cursive;
  font-size: 30px;
}




.bodi{
  font-family: 'Poppins', sans-serif;
  background: #e1e1e1;
}


.customPopup {
  z-index: 9999; /* Set a high z-index value */
}

.flutter-inputs{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh;  */
  padding: 1rem;

}

.flutter-inputs input{
  width: 100%;
  max-width: 400px;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.flutter-inputs button{
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  background: #41088A;
  cursor: pointer;
  color: #fff;
}

.flutter-inputs button:hover{
  background: #333;
}








.headingFont {
  font-family: 'Syne', sans-serif;
  font-size: 30px;
}

.Montserr {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-top: 20px;
  line-height: 28.8px;
}

.logo {
  font-family: 'Tangerine', cursive;
  line-height: 30px;
  font-size: 30px;
}
.Montserrat {
  font-family: 'Montserrat', sans-serif;
}
.cards {
  color: #595959;
}
.midnight {
  color: #333333;
}
.password-body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}
.contact {
  border: 2px solid #999999;
}
.mon {
  font-family: 'Montserrat', sans-serif;
}

.font-syne {
  font-family: 'Syne', sans-serif;
}

.link-no-underline {
  text-decoration: none !important;
}
.Nunito {
  font-family: 'Nunito Sans', sans-serif;
  background: rgba(255, 255, 255, 0.8);
}
.h-image {
  height: 500px;
}

.syne-font {
  font-family: 'Syne', sans-serif;
}
.bg-button {
  background: #54afff;
  color: white;
}
.bg-button:hover {
  background: #0a6098;
}

.holder {
  background: #e6e6e6;
  height: 600px;
}
.h-head {
  height: 575px;
  background: #e6e6e6;
}

.b-button {
  width: 143px;
  height: 48px;
}

.bn-button {
  border: 2px solid grey;
  color: #f56e00;
}

.bg-orange {
  color: orange;
}

.clock-bg {
  background: #ffe6ec;
  color: #b3002d;
}

.select-content {
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  height: px;
}
.telex {
  font-family: 'Telex', sans-serif;
}
/* ****************************************** */

.font {
  font-family: 'Syne', sans-serif;
  color: #333333;
}

.pricefont {
  color: #595959;
  font-family: 'Syne', sans-serif;
}
.inputbox {
  color: #999999;
}


.toast-message {
 margin-top: 4rem;
}

.payment {
  border: 1px solid #bfbfbf;
}
.logo {
  font-family: 'Tangerine', cursive;
  line-height: 30px;
}

.zipcode {
  width: 48.5%;
}
@media (max-width: 768px) {
  .zipcode {
    width: 100%;
  }
}

.dance {
  animation-name: dance;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: center;
}

@keyframes dance {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.card-style {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 640px) {
  .card {
    flex-direction: row;
  }

  .card-image {
    flex: 0 0 30%;
  }

  .card-text {
    flex: 1;
  }
}

.trans {
  transition: all 0.3s ease-in-out;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.shake-animation {
  animation: shake 0.5s ease-in-out;
}



/* Style for the select input (Google Translate widget) */
.goog-te-combo {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  font-size: 14px;
}


.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: black;
  /* white-space: nowrap; */
}


.VIpgJd-ZVi9od-l4eHX-hSRGPd{
   display: none;
  color: #fff;
  margin-left: 4px;
  margin-top: 6px;
}

/* Style for the arrow button in the select input */
.goog-te-combo-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}

