@import url("../fonts/fonts.css");
html {
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Nunito", sans-serif;
    color: #343a40;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    color: #212529;
    background-color: #E3A93B !important;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,input{
    font-family: outfitRegular !important;
}
.bgImg{
    position: fixed;
    height: 105%;
    width: 120%;
    z-index: -3;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginFormTitle{
    font-family: outfitRegular !important;
    font-size: 16px;
    color: black;
    align-self: flex-start;
}
.mb-5i{
    margin-bottom: 5px !important;
}

.hide{
    display: none;
}
.show{
    display: block;
}
.landing-otp-timer {
    margin-top: 15px;
    color: black;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
}


.enter-phone {
    color: black;
    font-family: outfitRegular !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    margin-top: 25px;
    margin-bottom: 0;
}

.subscribe-input::placeholder {
    color: black; /* Your desired placeholder color */
    font-size: 18px;
    opacity: 0.5;
}

.subscribe-input {
    background: transparent;
    border: 1.2px solid #252525;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    height: 56px;
    padding: 15px;
    text-align: left;
    transition: .5s ease;
    width: 85vw;
    max-width: 484px;
}
.subscribe-input:focus{
    background-color: #FECF33;
  border: 1.2px solid #3d3c3a;
  color: #000;
  outline: none;
}

.subscription-input-otp {
    border: 1.2px solid #252525;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 5px;
}

.otp-detail {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    margin-top: 30px;
    text-align: center;
}

.subscription-input-otp input,
.subscription-input-otp input:active {
    outline: none;
    border-bottom-color: #000; /* Change border color */
}

.subscription-input-otp input {
    height: 50px;
    color: black;
    border-bottom: 1px solid #252525;
    font-size: 24px;
    width: 40px;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: .5rem;
    text-align: center;
}

.subscribe-otp-btn:hover {
	background-color: #3d3c3a !important;
  border: 1px solid #3d3c3a;
  box-shadow: 0 5px #666;
  color: #ffca0a !important;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.subscribe-otp-btn:active{
    background-color: #3d3c3a !important;
  border: 1px solid #3d3c3a;
  box-shadow: 0 5px #666;
  color: #ffca0a !important;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.subscribe-otp-btn {
    background: #252525;
    background-color: rgb(37, 37, 37);
  border: none;
  border-radius: 12px;
  box-shadow: -1px 1px 9px -4px #000;
  color: #ffca0a;
  font-family: outfitRegular;
  font-size: 24px;
  min-width: 200px;
  padding: 5px;
  text-align: center;
  transition: .5s ease;
  width: 85vw;
  max-width: 484px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.service-charges {
    color: black;
    text-align: center;
    font-size: 12.14px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    margin-top: 20px;
}
.terms-wrapper {
    display: flex;
    justify-content: center; 
    align-items: center;     
    padding: 0;
    gap: 8px;                
}

.terms-wrapper input[type="checkbox"] {
    margin: 0;               
}

.terms-condition {
    text-align: center;
    font-size: 12.14px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    margin: 0;
}

.terms-wrapper span{
    color: #F0F0F0;
}

.terms-condition a {
    color: #F0F0F0;
    text-decoration: underline;
}
.terms-condition .p-wrap-ul li{
    text-align: left;
}
.error-msg{
    color: red;
}
.success-msg{
    color: #8CB517;
}


