@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
:root {
    --blue-color: #0000ff;
    --indigo-color: #6610f2;
    --purple-color: #6f42c1;
    --pink-color: #d63384;
    --red-color: #ff4148;
    --orange-color: #fd7e14;
    --yellow-color: #ffc107;
    --green-color: #27ae60;
    --teal-color: #20c997;
    --cyan-color: #21e8df;
    --black-color: #000000;
    --white-color: #ffffff;
    --gray-color: #979797;
    --gray-dark-color: #343a40;
    --gray-100-color: #f8f9fa;
    --gray-200-color: #e9ecef;
    --gray-300-color: #dee2e6;
    --gray-400-color: #ced4da;
    --gray-500-color: #adb5bd;
    --gray-600-color: #6c757d;
    --gray-700-color: #495057;
    --gray-800-color: #343a40;
    --gray-900-color: #212529;
    --primary-color: #f9ba1c;
    --secondary-color: #4851a8;
    --third-color: #4851a8;
    --success-color: #27ae60;
    --info-color: #0dcaf0;
    --warning-color: #ffc107;
    --danger: -color var(--red);
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --gradient-color: linear-gradient(to right, #4851a8, #582a9b);
    --body-font-family: "Poppins", sans-serif, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --body-font-size: 14px;
    --body-font-weight: 400;
    --body-line-height: 22px;
    --body-color: #ffffff;
    --body-bg: #f1f0f5;
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semi-bold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --font-style-italic: italic;
    --border-width: 1px;
    --border-style: solid;
    --border-color: #acacac;
    --border-radius: 3px;
    --link-color: #000000;
    --link-hover-color: var(--secondary-color);
}
body {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-color);
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    position: relative;
    min-height: 100%;
    padding-bottom: 54px;
    background-color: var(--body-bg);
}
html {
    height: 100%;
}
ul,
li,
span,
img,
p,
figure,
img,
ol,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
    margin: 0px;
    padding: 0px;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}

/*head-nav*/

.head-nav,
.sub-footer {
    background-image: var(--gradient-color);
    padding: 15px 0px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-account{
    padding-top: 60px;
}
.login-account .form-control::placeholder,
.number-var .form-select::placeholder {
    color: #000000;
}
.login-account .form-control:-ms-input-placeholder,
.number-var .form-select::placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}
.login-account .form-control::-ms-input-placeholder,
.number-var .form-select::placeholder {
    /* Microsoft Edge */
    color: #000000;
}
.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}
.header-sec-contant {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nev-but {
    display: flex;
    align-items: center;
}
.head-nav .navbar-light .navbar-nav .nav-link,
.sub-footer .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.head-nav .navbar-light .navbar-nav .nav-link.active,
.head-nav .navbar-light .navbar-nav .nav-link:hover,
.sub-footer .navbar-light .navbar-nav .nav-link.active,
.sub-footer .navbar-light .navbar-nav .nav-link:hover {
    color: #fae860;
}
.head-nav .btn.btn-join-now {
    border: solid 2px #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 24px;
    text-transform: capitalize;
}
.head-nav .btn.btn-join-now:hover,
.head-nav .btn.btn-log-in:hover {
    background-color: #d6a731;
    border-color: #d6a731;
}
.head-nav .btn.btn-log-in {
    background-color: #f9ba1c;
    border-radius: 5px;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 24px;
    text-transform: capitalize;
    margin-left: 5px;
}
/*login-account*/
.login-account .login-now {
    margin: 0 auto;
    width: 450px;
    height: 86vh;
}
.login-account .login-form {
    margin-top: 10px;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 15px;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 2px #4851a8;
}
.form-check-input:focus {
    border: none;
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}
.login-account .form-control {
    font-size: 15px;
    line-height: 2.1;
    color: #000000;
    border-radius: 7px;
    text-transform: capitalize;
    border: none;
}
.login-account .btn-tr-in {
    color: #000;
    background-color: #f9ba1c;
    border-color: #f9ba1c;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 10px;
}

/* .login-account .btn-tr-in:hover {
    color: #f9ba1c;
} */
.btn-tr-sort-in {
    color: #000;
    background-color: #f9ba1c;
    border-color: #f9ba1c;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
}
.login-account .form-check-label,
.forpass a,
.forpass-in,
.forpass-in a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}
.cheak-flex {
    display: flex;
    justify-content: space-between;
}
.login-account .forpass-in {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 25px;
}
.forpass-in a,
.forpass a p {
    border-bottom: solid 1px #f9ba1c;
}
/*footer*/

.sub-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.sub-footer .nav-link {
    padding: 0px;
}
.sub-footer {
    padding: 15px 0px;
}
.sub-footer .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: end;
}

/*join-now-page*/
.navbar-toggler-icon {
    background-image: url(../images/menu-img.svg) !important;
}
.navbar-light .navbar-toggler {
    border: none;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.number-var .codein {
    border-radius: 11px;
    border: none;
    line-height: 31px;
}
.number-var .form-select {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}
.whatsup-img img {
    width: 18px;
}
.whatsup-img {
    position: absolute;
    top: 10px;
    left: 15px;
}
.whatsup-sec {
    position: relative;
}
.input-left .form-control {
    padding-left: 50px;
}
.socail-1 ul li {
    list-style-type: none;
    padding: 10px;
}
.socail-1 {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
    margin-top: -122px;
}
.socail-1 ul li a img {
    width: 42px;
}
.mak-gin {
    margin-bottom: 1rem;
}
.right-side-img {
    background-size: cover;
    height: 86vh;
    background-position: top center;
}
.forget-login {
    height: 106vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}F
.navbar-brand,.navbar {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
footer .row {
    align-items: center;
}
.head-nav .logo-fluid,
.sub-footer .logo-fluid {
    height: 40px;
    max-width: 100%;
}
.form-label {
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
}
.resend-otp p {
    color: var(--secondary-color);
    text-align: right;
    font-weight: 600;
}

.error {
    color: red;
}
.fg-pass-remem {
    color: #000;
    text-align: end !important;
    display: flex;
    justify-content: center;
}
.black-color {
    color: #000;
}
.mo-number-right {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.btn.cmn-bdr-btn.otp-btn {
    float: right;
    margin: 0;
    background-color: #04041e;
}
.cmn-bdr-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.btn.cmn-bdr-btn.otp-btn:hover {
    color: #ffffff;
}
.login-now p {
    text-align: center;
    color: #333;
}
.whatsapp-btn .thm-but {
    margin-right: 0;
    background-color: #4caf50;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    border-color: #4caf50;
    font-size: 16px;
    line-height: 30px;
    margin-top:10px;
}
.whatsapp-btn img {
    margin-right: 10px;
}
.blinking {
    animation: blink-animation 1s infinite;
}
@keyframes blink-animation {
    0% { opacity: 0;}
    100% { opacity: 1;}
  }
  .or-text {
    font-weight: 600;
    padding-top: 15px;
    color: #333;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid #4851a8 !important;
  -webkit-text-fill-color: #4851a8 !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.login-flow-heading {
    padding-bottom: 20px;
}
.login-flow-heading .login-form {
    padding: 0;
    text-align: center;
}
.login-flow-heading p {
    text-align: center;
    font-weight: 500;
    color: #333;
}
.whatsapp-btn {
    margin-bottom: 16px;
    text-align: center;
    margin: 0;
}
.or-text {
    font-weight: 600;
    padding-top: 15px;
    color: #333;
}
.mo-number-right {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.mo-number-right p {
    text-align: right;
}
.btn.cmn-bdr-btn.otp-btn {
    float: right;
    margin: 0;
    background-color: #04041e;
}

.whatsapp-btn .btn.thm-but{margin-top: 0;}
.mak-gin.resend-otp p {
    text-align: left;
}

.float-right {
    float: right;
}

.reg-number-field {
    position: relative;
    top: 15px;
}

.whatsApp {
    position: fixed;
    left: 10px;
    bottom: 12rem;
    z-index: 3;
    width: 81px;
    height: 81px
  }

  .whatsApp_img {
    position: relative;
    z-index: 2
  }

  .whatsApp .circleIconPanel {
    width: 265px;
    height: 50px;
    border-radius: 25px;
    z-index: 1;
    position: absolute;
    left: 30px;
    bottom: 19px;
    opacity: 0;
    text-align: start;
    padding: 8px 20px 7px 50px;
    font: normal normal 600 12px/17px Poppins;
    letter-spacing: 0;
    color: #fff;
    background: #2db642 0 0 no-repeat padding-box;
    background-image: url(/images/landingpage13/WhatsAppMessage.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
  }
  .whatsApp .circleIconPanel {
    opacity: 0;
    -webkit-animation: hideMessage 1s linear;
    /* animation: hideMessage 1s linear; */
    animation: hideMessage 6s infinite;
    width: 0
  }

  .whatsApp:hover .circleIconPanel{
    opacity: 1;
    -webkit-animation: showMessage 1s linear;
    animation: showMessage 1s linear;
    width: 270px;
  }
  input#usernameregister{
    text-transform: lowercase;
  }



  @-webkit-keyframes showMessage {
    0%,25% {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 265px
    }
  }

  @keyframes showMessage {
    0%,25% {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 265px
    }
  }

  @-webkit-keyframes hideMessage {
    0% {
        opacity: 1;
        width: 265px
    }

    80%,to {
        opacity: 0;
        width: 0
    }
  }

  @keyframes hideMessage {
    0% {
        opacity: 1;
        width: 265px
    }

    80%,to {
        opacity: 0;
        width: 0
    }
  }

