input::-moz-placeholder {
  color: #8F8F8F !important;
  font-weight: 400;
}

input::placeholder {
  color: #8F8F8F !important;
  font-weight: 400;
}

.input-box {
  position: relative;
  margin: 25px 0;
}

.input-box input {
  height: 38px;
  width: 100%;
  padding-left: 0.5rem;
  background: transparent;
  border-radius: 30px;
  font-size: 16px;
  color: #FFFFFF;
  border: 2px solid #353c4a;
  font-weight: lighter;
}

.input-box label {
  display: flex;
  align-items: start;
}

a {
  text-decoration: none;
}

body {
  background-color: #0E1212;
}

/* Ensure particle background doesn't block UI - place it behind content */
#particles-js { position: fixed; z-index: 0; top:0; left:0; right:0; bottom:0; }

.content { z-index: 5; position: relative; }

h1 {
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: -0.094rem;
  line-height: 7.2rem;
  color: #03CCDA;
}

h2 {
  font-weight: 600;
  font-size: 3.75rem;
  letter-spacing: -0.031rem;
  line-height: 4.5rem;
  text-align: center;
  color: #03CCDA;
}

h3 {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 3.625rem;
  text-align: center;
  color: #03CCDA;
}

h4 {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.016rem;
  line-height: 2.625rem;
  color: #03CCDA;
}

h5 {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.938rem;
  color: #03CCDA;
}

.btn {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0rem;
  line-height: 0.8rem;
  border-radius: 30px;
  padding: 0.45rem 1rem;
  color: #0E1212;
  background-color: #03CCDA !important;
  transition: 0.3s ease-in-out;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  background-color: #03CCDA;
  color: #0E1212;
  box-shadow: 5px 2px 14px rgba(3, 204, 218, 0.6039215686);
}
.btn:disabled {
  cursor: not-allowed !important;
}

.button2 {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0rem;
  line-height: 0.8rem;
  border-radius: 30px;
  padding: 0.45rem 1rem;
  border: 2px solid #353C4A;
  color: #FFFFFF;
  background-color: #181E29;
  transition: 0.3s ease-in-out;
}
.button2:hover {
  color: #C9CED6;
  border-color: #C9CED6;
}

.button3 {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0rem;
  line-height: 0.8rem;
  border-radius: 30px;
  padding: 0.45rem 1rem;
  border: 2px solid #03CCDA;
  color: #03CCDA;
  background-color: #181E29;
  transition: 0.3s ease-in-out;
}
.button3:hover {
  box-shadow: 5px 2px 14px rgba(3, 204, 218, 0.6039215686);
}

.undername {
  font-size: 0.7rem;
}

input[type=checkbox]:checked {
  accent-color: #124d51; /* Changes checkbox color in modern browsers */
}

input[type=checkbox] {
  height: 17px;
  width: 17px;
}

.hoverEffect:hover {
  position: relative;
  bottom: 2px;
  color: #353c4a;
}

#toastBox {
  position: fixed;
  bottom: 64px;
  left: 30px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  z-index: 10000000000000000000000000000000000000000000000000000000000;
}
#toastBox .toastmsg {
  border: 0px;
  padding: 10px 20px;
  border-radius: 10px;
  width: 400px;
  background: #181E29;
  font-weight: 500;
  margin: 15px 0;
  box-shadow: 0 0 20px black;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  transform: translateX(-100%);
  animation: moveright 0.3s linear forwards;
}
#toastBox .toastmsg i {
  font-size: 1.5rem;
}
#toastBox .toastmsg p {
  padding-left: 45px;
  color: #FFFFFF;
}
#toastBox .toastmsg::after, #toastBox .toastmsg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  animation: anim 5s linear forwards;
}
#toastBox .error::after, #toastBox .error::before {
  background: red;
}
#toastBox .success::after, #toastBox .success::before {
  background: green;
}
#toastBox .info::after, #toastBox .info::before {
  background: dodgerblue;
}

/* loader */
#loader {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #0E1212;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#loader #loader_logo {
  height: 80px;
  animation: rotate 1s linear infinite;
}
#loader #jumper {
  position: absolute;
  top: 31%;
  width: 30px;
  height: 150px;
  background-size: 210px;
  background-repeat: no-repeat;
  animation: jump 1s steps(7) infinite;
}

.fade-out {
  opacity: 0 !important;
  visibility: hidden !important;
}

.form-back {
  background-color: #11151D;
}

#id_mobile, #id_phone_Number, #id_whatsapp_Number, #id_customer_support_phone_Number, #id_owner_phone_number {
  border-left: 2px solid #353C4A;
  border-radius: 30px;
  width: 100%;
}

.iti__flag-container {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #0E1212;
}

.iti--separate-dial-code {
  width: 100%;
}

.iti__selected-dial-code {
  color: #FFFFFF;
}

.iti__country-list {
  background-color: #11151D;
  color: #FFFFFF;
}

.iti__country {
  background-color: #181E29;
}

.iti__country.iti__highlight {
  background-color: #11151D !important;
}

.iti__country:hover {
  background-color: #11151D !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes jump {
  100% {
    background-position: -210px;
  }
}
@keyframes moveright {
  100% {
    transform: translateX(0);
  }
}
@keyframes anim {
  100% {
    width: 0;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 2rem !important;
    line-height: 2.2rem;
  }
  h4 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 1rem;
    line-height: 2rem;
  }
  h6 {
    font-size: 1rem;
  }
  #toastBox {
    bottom: 5px;
    left: 10px;
  }
  #toastBox .toastmsg {
    padding: 10px 20px;
    width: 300px;
    margin-bottom: 10px;
  }
  #toastBox .toastmsg i {
    font-size: 1.2rem;
  }
  .toastmsg i {
    font-size: 1.2rem;
  }
  .toastmsg {
    padding: 10px 20px;
    width: 300px;
    margin-bottom: 10px;
  }
  .toastmsg .platform_para {
    padding-left: 42px;
  }
  .cookie_consent img {
    height: 50px !important;
    width: 50px !important;
  }
  .cookie_consent p {
    font-size: 0.8rem !important;
    margin-top: 1rem;
  }
  .cookie_consent button {
    font-size: 0.8rem !important;
    padding: 2px 10px;
    font-weight: 400;
    margin: 5px !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  .input-box {
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .cookie_consent img {
    display: none;
  }
}
@media (max-width: 426px) {
  h3 {
    font-size: 1.3rem !important;
  }
  .cookie_bottons {
    align-items: end;
  }
  .cookie_consent p {
    font-size: 0.5rem !important;
    margin-top: 1rem;
  }
  .cookie_consent button {
    font-size: 0.5rem !important;
    margin-right: 0 !important;
  }
}/*# sourceMappingURL=base_style.css.map */