* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  background-color: #121113 !important;
}

.home-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 40px 20px;
}

.home-top img {
  width: 140px;
  filter: invert(1);
  margin-bottom: 20px;
}

.home-top h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.home-top p {
  color: #fff;
}

.home-bottom > a {
  background-color: #fff;
  width: 100%;
  display: block;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-bottom span {
  color: #fff;
}

.home-bottom span a {
  color: #555;
  text-decoration: none;
}

.home-vdo {
  overflow: hidden;
  height: 100vh;
}

.home-vdo video {
  width: 100%;
}

.lzr-dev {
  padding: 30px 30px 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.lzr-dev-2 {
  padding: 30px 30px 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100vh;
}

.lzr-box:hover {
  background-color: #191919;
}

.lzr-box:hover .dev-box img {
  position: relative;
  top: -30px;
}

.dev-box {
  text-align: center;
}

.dev-box img {
  height: 200px;
  filter: invert(1);
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
}

.dev-box h2 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.dev-box a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  width: 60%;
  border-radius: 100px;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 600;
}

.third {
  text-align: center;
}

.third img {
  width: 130px;
  filter: invert(1);
  margin-bottom: 20px;
}

.third h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.back a {
  color: #fff;
  text-decoration: none;
}

.back a svg {
  margin-right: 2px;
}

.verify-right h2 {
  color: #fff;
}

.verify-right p {
  color: #aaa;
  line-height: 40px;
}

.btn.activeForm {
  margin-right: 8px;
  padding: 10px 30px;
}

.btn.activeForm:hover {
  color: #fff;
}

.btn.formactive {
  background-color: #bbb3fa !important;
  border: #5cb85c !important;
  color: #000 !important;
  font-weight: bold;
}

.key_input {
  background: transparent !important;
  border: 1px solid rgb(51, 51, 51) !important;
  padding: 15px !important;
  color: #eee !important;
}

.key_input::placeholder {
  color: #aaa !important;
  opacity: 1; /* Firefox */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #bbb3fa !important;
  color: #000 !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: 700 !important;
}

.nav-tabs {
  border-bottom: 0px !important;
}

.nav-tabs button {
  padding: 8px 20px !important;
  font-size: 14px;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  color: #555 !important;
  margin-right: 10px !important;
}

.k-inputs {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 15px;
  margin-top: 30px;
  color: #ccc;
}

.k-inputs input {
  margin-bottom: 5px;
  padding: 8px 10px;
}

.btn-custom {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 100px !important;
  padding: 10px !important;
  color: #000 !important;
}

.phone-box {
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.phone-box h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.phone-box p {
  font-weight: 600;
  color: #aaa;
  font-size: 18px;
}

#error-msg {
  color: red;
}

#valid-msg {
  color: #00c900;
}

input.error {
  border: 1px solid #ff7c7c;
}

.hide {
  display: none;
}

.phone-input {
  margin-bottom: 5px;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  width: 100% !important;
  background-color: transparent !important;
  border: 1px solid #777 !important;
  color: #eee !important;
}

.phone-input::placeholder {
  color: #ccc !important;
}

.iti {
  width: 100%;
}

.iti__search-input {
  padding: 8px;
}

input {
  outline: none;
}

.lzr-btn {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 100px !important;
  padding: 10px 30px !important;
  box-shadow: none !important;
  width: 200px;
  font-weight: 700 !important;
}

.lzr-back-btn {
  border: 2px solid #aaa !important;
  border-radius: 100px !important;
  padding: 5px 20px !important;
  box-shadow: none !important;
  font-weight: 500 !important;
}

#phn-box {
  display: none;
}

.navbar {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}

.logo img {
  filter: invert(1);
  width: 170px;
}

.navbar-nav {
  display: inline !important;
  margin-left: auto;
}

.nav-item {
  display: inline-block !important;
  padding: 0px 20px;
}

.nav-item a {
  padding: 0px;
  padding-bottom: 5px;
}

@media screen and (max-width: 700px) {
  .t-home {
    height: unset;
    position: unset;
  }

  .nav-tabs button {
    margin-bottom: 10px !important;
  }
}
