.left-img {
  top: 3%;
  left: 1%;
  width: 45vw;
  height: 60vh;
}

.left-img img {
  width: 100%;
  height: 100%;
  size-adjust: auto;
}

.center-img {
  width: 60vw;
  height: 60vh;
  top: 10%;
  left: 15%;
}

.center-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

.new_footer_top {
  padding: 0px 0px 10px;
  position: absolute;
  overflow-x: hidden;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 0px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}

.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}

.new_footer_top .footer_bg {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("{{ asset('assets/images/car.gif') }}") no-repeat center
    center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
  margin-top: 20px;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("{{ asset('assets/images/cyclist.gif') }}") no-repeat center
    center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

.account .form-group {
  padding: 0px !important;
}

.account .card {
  height: 385px;
  min-height: 370px;
  width: 450px;
  float: right;
  backdrop-filter: blur(4px) saturate(78%);
  -webkit-backdrop-filter: blur(4px) saturate(78%);
  background-color: rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.account label {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.hostelregi {
  line-height: 1px;
}

#createpassword .form-control-sm {
  width: 100%;
}

#CreatePasswordForm .form-control-sm {
  width: 100%;
}

input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  font-size: 11px;
}

input[type="file"]::-webkit-file-upload-button {
  height: 35px;
  padding: 0px;
  font-size: 11px;
  width: 80px;
  background: #fff;
  border: none;
}

.choose {
  margin-bottom: 3%;
  height: 34px;
  color: #fff;
  font-family: Roboto;
  font-style: normal;
}

.badge {
  border: 1px solid grey;
  margin: 2px;
  padding: 2px;
}

.fill-remaining-space {
  flex: auto;
}

.plan {
  background: #ffc107;
}

.cardmiddle div {
  font-size: 13px;
}

.cardmiddle div i {
  margin-left: 1rem;
  color: green;
  padding: 7px;
}

.plan-top {
  font-size: 23px;
  display: flex;
  padding: 8px;
  font-family: Roboto;
  font-style: normal;
}

.plan-top div {
  -ms-flex: 1;
  flex: 2;
  font-weight: bolder;
}

.plan button {
  max-width: 200px;
  width: 150px;
  border: 50px;
}

.plan-top-header {
  display: flex;
}

.plan-top div {
  -ms-flex: 1;
  flex: 2;
  font-weight: bolder;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
#loderModel {
  background-color: rgba(0, 0, 0, 0.2);
  filter: drop-shadow(4px 6px 10px #fff);
  z-index: 10000;
}

#loderModel .modal-content {
  background-color: rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0x 10px 10px black);
  border: none;
  box-shadow: none;
}

/* Optional: add some styles for a border or box-shadow if needed */
#loderModel .modal-content {
  padding: 1.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 10px rgba(f, f, f, 1);
}

#loderModel .loader-show {
  font-size: 1.8rem;
  font-weight: 800;
  background: transparent;
  width: 4rem;
  height: 4rem;
}

.blurred-overlay {
  background: rgba(248, 245, 245, 0.87);
  backdrop-filter: blur(1px) saturate(179%);
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 5px;
  color: black;
}
