html {
    scroll-behavior: smooth;
    font-size: 16px;

}

* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    background-color: #060d15;
    background-color: white;
    /* width: 100%;
    height: 100%;
    position: relative; */
    color: black;
    line-height: normal;
    font-family: "Inter", sans-serif;

}



ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

.login-form {
    padding-top: 16px !important;
}

.register-form {
    padding-top: 16px !important;
}

.reset-password-section {
    margin-top: 0px !important;
}

.login-header-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 10px 20px;
    display: none;

}

.login-section {
    margin-top: 0 !important;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

.register-section {
    margin-top: 0 !important;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

.credentiels {
    color: #364153;
    font-size: 16px;
}

.login-sinup-account {
    font-size: 16px;
    color: white;
}

.login-sinup-account a {
    color: #0225fd;
}

.login-text-credie {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.form-control::placeholder {
    color: white !important;
}

.login-text-credie .form-label {
    font-weight: bold;
}

.login-text-credie h1 {
    font-size: 2rem;
    font-weight: 700;
}

.input-icons {
    top: 50%;
    transform: translate(0, -50%);
}

.form-control-1 {
    padding-left: 42px;
    box-shadow: 0 1px 2px 0 #0000000d;
}

.input-icons svg {
    color: #99a1af;
    width: 22px;
}

.from-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-page-form {
    box-shadow:
        0 5px 10px -5px rgba(0, 0, 0, 0.08),
        /* नीचे हल्की shadow */
        0 -5px 10px -5px rgba(0, 0, 0, 0.08);
    background-color: white;
    border-radius: 8px;
    padding: 20px;



}

.login-img {
    min-height: auto !important;
    overflow: visible !important;

    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    height: auto !important;


}

.loginimg {
    width: 100%;
    height: 100%;
}


.login-img img {
    height: 100%;
    width: 100%;

}

.login-btn {
    background-color: #0225fd !important;

}

.login-page-left {
    padding: 50px 40px;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    justify-content: center;
    align-items: center;
}

.forget-password-section {
    margin-top: 0px !important;
}

.forget-password-form {
    padding: 20px 35px !important;
}

.login-page-right {
    padding: 50px 40px;
    background-color: #ffffff;
    position: relative;
    padding-top: 0;

}

.fw-600 {
    font-weight: 600;
}

/* .login-page-right::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: calc(4px * 40);
    height: calc(4px * 40);
    border-radius: 50%;
    background-color: #0225fd0f;


} */

.login-signupin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;

}

.login-signupin-header a.image {
    padding: 32px 0;
}

/* .login-page-right::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: -32px;
    width: calc(4px * 40);
    height: calc(4px * 40);
    border-radius: 50%;
    background-color: #0225fd0f;

} */

/* a.home-btn {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 99;
    color: white;
    display: flex;
    gap: 8px;
    align-items: center;


} */


/* .langauge-drop-down {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 99;
} */

button#dropdownMenuButton1 {
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 8px;
    padding: 16px 32px;
}

.forgate-login-btn {
    display: flex;
    flex-direction: column;
}

.forgate-login-btn .reset-link {
    background-color: #0225fd !important;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 100px;
}

.forgate-login-btn a {
    color: black;
}

.credentielss {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.forgate-pass-img img {
    width: 140px;
    filter: invert(1);

}

.logo-fix-size {

    max-width: 140px !important;

}

.alert {
    margin-bottom: 6px;
}

.login-slide-img img {
    width: 100%;
}

.login-slide-text h3 {
    font-size: 2rem;
    color: black;
    font-weight: 700;

}

.login-slide-text p {
    color: #2c2c2c;
    font-size: 16px;
}

.login-slide-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.login-slider .slick-dots li {
    background-color: black;
    opacity: 0.5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.login-slider .slick-dots {
    z-index: 9;
}

.login-slider .slick-dots li.slick-active {
    background-color: black;
    width: 20px;
    border-radius: 100px;
    transition: all 0.3s ease;
    opacity: 1;

}

.slick-dots li button {
    width: 0;
    height: 0;
    padding: 0;
}

.slick-dots li button:before {
    font-size: 0;
    content: '';
}

.forgate-header {
    padding: 16px 0px;
}






.login-page-right {
    background-image: url('../images/star-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}





.singup-in-footer {
    display: none;
}

.login-page-form {
    background-color: transparent;

}

.login-form-post {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.08), 0 -5px 10px -5px rgba(0, 0, 0, 0.08);
    background-color: transparent;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.login-form-post::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    filter: blur(415px);
    background: #ffffff29;
    z-index: -1;
}

.login-form-post::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(157deg, rgba(255, 255, 255, 0.40) 2.12%, rgba(255, 255, 255, 0.00) 39%, rgba(255, 255, 255, 0.00) 54.33%, rgba(255, 255, 255, 0.10) 93.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;

}


.col-form-label,
.form-label {
    color: white;
}

.form-check-label {
    color: white;

}

.login-text-credie h1 {
    color: white;
}

.credentiels {
    color: #ffffff;
    font-size: 16px;
    display: none;
}

.link-info {
    color: white;
}

.text-sm-white {
    color: white !important;
    font-size: 16px;
}

.link-info-blue {
    color: #0225fd;
}

.login-text-credie {
    gap: 0;
}

.login-btn {
    background: #0511AA;
    background: linear-gradient(90deg, #005bff -16.75%, #2a00cd 113.25%) !important;
    border-radius: 100px;
    border: none;
}

.video-app video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.video-app {
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;

}



.app-main-page {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    z-index: 999;

    width: 100%;
}

.app-main-page::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 75%;
    background-color: black;
    content: "";
    z-index: -1;

}

.app-main-page::before {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 90%;
    background-color: #000000;
    content: "";
    transform: scale(1.3);
    z-index: -1;
    filter: blur(33px);

}

.app-sing-login-btn {

    width: 100%;
    max-width: 85%;
    margin: auto;
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;

}

.app-sing-login-btn h2 {
    font-size: 6vw;
    color: white;
    font-weight: 700;
}

.bnts-combo {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.bnts-combo a {

    line-height: 1.5;
    padding: .563rem 1.563rem;
    background-color: #0225fd;
    color: white;
    border-radius: 10px;


}

.bnts-combo a:last-child {
    background-color: transparent;
    border: 1px solid white;
}

.app-fav-icon img {
    width: 70px;
}

.for-app-screen.activete-app-signinup {
    bottom: 0;
    z-index: 999;

    border-radius: 40px 40px 0 0;
     overflow-y: auto;

}

.for-aap-screen-1.activete-app-signinup {
    bottom: 0;
    z-index: 999;
    border-radius: 40px 40px 0 0;
     overflow-y: auto;
}



.login-fav-icon img {
    width: 40px;
}

.copyright {
    color: white !important;

}

.copyright a {
    color: #0225fd;
}

.bg-transparent {
    background: transparent;
}

.bg-transparent:not(:placeholder-shown) {
    background: white !important;
}

.bg-transparent:focus {
    background-color: white !important;
}

.forget-password-form {
    background-image: url('../images/star-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.reset-password-form {
    background-color: black;
    margin-top: 0 !important;
    background-image: url('../images/star-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 35px !important;
    min-height: 100vh;
    justify-content: center;
}


@media screen and (max-width:991px) {
.login-page-left {
        display: none;
    }
    
}


@media screen and (max-width:576px) {

   

    /* .for-app-screen {
        position: fixed;
        bottom: -100%;
        left: 0;
        z-index: 9999;
        transition: 0.2s;
        height: 80vh;
        width: 101%;
        
        display: flex
;
        justify-content: start;
        align-items: start;

    } */

    .for-aap-screen-1 {
        position: fixed;
        bottom: -100%;
        left: 0;
        z-index: 9999;
        transition: 0.2s;
        height: 80vh;
        width: 101%;
       
        display: flex
;
        justify-content: start;
        align-items: start;
    }

    .login-sinup-account {
        text-align: center;
    }

    .forget-password-form {
        padding: 20px 25px !important;
    }

    .reset-password-form {

        padding: 20px 25px !important;

    }


   


}

@media screen and (max-width:460px) {
    .login-page-form {
        padding: 0;
    }
}

@media screen and (max-width:420px) {


    .login-page-right {
        padding: 50px 20px;

        padding-top: 0;
    }

}