

:root {
scroll-behavior: auto !important;
}

*,
::after,
::before {
box-sizing: border-box;
}

*,
p {
margin: 0;
padding: 0;
}

html {
font-size: 10px;
overflow-x: hidden;
scroll-behavior: smooth;
}

body {
overflow-x: hidden;
font-family: "Roboto", sans-serif;
font-size:16px;
font-style: normal;
font-weight: 400;
line-height: 1.6;
color: #494949;
background:url(../images/bg1.jpg) 50% 50% no-repeat;
background-size: cover;
background-attachment: fixed;
/* letter-spacing: 0.5px; */
letter-spacing: 0;
}

img {
max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  color: #6f77df;
   font-size: 20px;
  line-height: 1.5;
  margin-bottom:10px;
}

h1 {
    font-size: 40px;
    line-height:1.2;
    color: #000;
}
h1 span {
    font-size:1.2em;
}

h2 {
  color: #6f77df;
  font-size: 25px;
}

h3 {
  color: #686974;
  font-size: 20px;
}


a,
button {
transition: all 0.5ms ease-in-out;
-webkit-transition: all 0.5ms ease-in-out;
-moz-transition: all 0.5ms ease-in-out;
-ms-transition: all 0.5ms ease-in-out;
-o-transition: all 0.5ms ease-in-out;
text-decoration: none;
color: #000;
}

ul,
li {
list-style: none;
padding: 0;
margin: 0;
}

sup {
font-size: 0.6em;
position: relative;
top: 1px;
}

section {
overflow: hidden;
}

.container {
width: 100%;
max-width: 1100px;
margin-right: auto;
margin-left: auto;
padding: 20px;
}

.d-flex-center {
display: flex;
justify-content: center;
align-items: center;
}

.d-flex-center-stretch {
display: flex;
justify-content: center;
align-items: stretch;
}

.d-flex-between {
display: flex;
justify-content: space-between;
align-items: center;
}

.text-center {
text-align: center;
}

.wrapper {
border-radius: 10px !important;
box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, .1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, .1), 0 0.25rem 0.53125rem rgba(90, 97, 105, .12), 0 0.125rem 0.1875rem rgba(90, 97, 105, .1);
/* background: white; */
background: #fcfcff;
padding:0;
border-radius: 15px;
text-align: center;
margin: 30px auto;
max-width: 550px;
}






.lock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px auto;
  transition: transform 0.5s ease;
}
.lock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px auto;
  transition: transform 0.5s ease;
  position: relative;
  width:100%;
  max-width: 450px;
  height: 420px;
}
.zip-input {
  font-size: 20px;
  text-align: center;
  width: 150px;
  margin: 20px auto 40px;
  padding: 5px;
  border: 8px solid #ffc90e;
  border-radius: 0;
  box-shadow: 6px 6px 0px #ff7f27;
}
.keypad {
  display: grid;
  grid-template-columns: repeat(5, 40px);
  gap: 10px;
  justify-content: center;
}
.key {
  width: 40px;
  height: 40px;
  background: #ffc90e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  color: #7f7f7f;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 2px 3px 0px #ff7f27, -1px -1px 0px #ffffff inset;
}
.error-message {
  color: red;
  display: none;
}

.lock img {
  display: none;
 }

.lock img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.lock img.show { display: block; }
.error-message { display: none; color: red; }
.btn {
  width: 100%;
  height: 40px;
  background: #ff9911;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 1px #cd9346;
  box-shadow: 2px 3px 0px #d16012, -1px -1px 0px #ffffff inset;
  clear: both;
  margin: 30px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 300px;
  border: 0;
}

@media (max-width:559px){
  .lock {
    height:80vw;
}
}
@media (max-width:459px){
  .lock {
    height:75vw;
}
h2 {
  font-size: 20px;
}
}



.form-sec {
  padding: 20px 0 0;
}

.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}

label.form-label {
  font-size: 18px!important;
  color: #6b0bad;
  text-align: left;
  display: block;
}

.only-image-new .no-title-bar-new {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  padding: 14px 25px;
  display: flex;
  align-items: center;
  position: relative;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border: 1px solid #ccc;
  border-radius: .375rem;
  color: #212529;
  color:#ccc;
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.form-control {
  height: 45px;
  color: #935797;
  border: 1px solid #dfb9e1;
  box-shadow: 0 0 9px #ddd;
}

.error {
  border-color: red!important;
}

.acc-header {
  border-bottom: 1px dashed #f18603;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  position: relative;
  color: #f18603;
  background: #efefef;
  margin: 30px 0 20px;
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  padding:0;
  background: transparent;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.acc-header.active + .acc-content {
  max-height: none;
}

img.arrow-acc {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  width: 30px!important;
  height: 30px!important;
}

.acc-header.active img.arrow-acc {
  transform: rotate(180deg);
}

.mrm {
  margin-left: -25px;
  margin-bottom: 40px;
}