html {
    scroll-behavior: smooth;
}

:root {
    --primary-bg-clr: #172755;
    --primary-fnt-clr: #172755;
    --secondary-fnt-clr: #8794ba;
    --navLink-fnt-clr: #d9d9d9;
    --white-fnt-clr: #ffffff;
    --signUp-btn-bg: #3d66fb;
    --logIn-btn-bg: grey;
    --navBar-transition-time: 350ms;
    --navLink-hover-time: 350ms;
    --btn-transition-time: 150ms;
    --primary-fnt-size: 50px;
}

*{
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0px;
    background-color: #F0F2F5;
}

span.asteric {
    color: red;
    font-size: 16px;
    font-weight: bolder;
}

span.asteric::before {
  content: "\00a0 \00a0";
} 

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.stick-action-column {
    position: sticky;
    right: 0;
    background-color: #f2f2f2;
}


/*Custom css*/

.neeleez-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.neeleez-page-header--actions {
    display: flex;
    gap: 15px;
    flex-wrap:wrap;
    justify-content: flex-end;
}

.stick-action-column {
    position: sticky;
    right: 0;
    background-color: #f2f2f2;
}

@media (max-width: 800px) {

    .neeleez-page-header--actions {
        justify-content: flex-start;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.row {
    display: flex;
}

body {
    word-wrap: break-word;
}

.overflow-hidden {
    overflow: hidden;
}

header {
    height: 80px;
    background-color: var(--primary-bg-clr);
}

nav.top-nav {
    height: 100%;
    padding-top: 2em;
}

.brand-log {
    height: 100%;
    width: 143px;
}

.brand-log img {
    height: 100%;
}

nav.top-nav {
    position: relative;
}

.nav-items + .nav-items {
    margin-top: 1.5em;
}

.nav-items {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    list-style-type: none;
    text-align: center;
}

.nav-links {
    font-size: 16px;
    text-decoration: none;
    color: var(--navLink-fnt-clr);
    letter-spacing: 1px;
    position: relative;
}

.hoverable-links::before {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 5px;
    width: 0;
    background-color: var(--secondary-fnt-clr);
    transition: width var(--navLink-hover-time) ease-out;
    width: 100%;
}

.hoverable-links:hover::before {
    width: 0;
}

.hamburger {
    position: absolute;
    top: 50%;
    right: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 35px;
    height: 21px;
    cursor: pointer;
    z-index: 10;
}

.half-size {
    width: 50%;
}

.bar {
    height: 3px;
    background-color: var(--white-fnt-clr);
    border-radius: 20px;
}

.btn {
    padding: 10px 24px 10px 24px;
    border-radius: 5px;
    color: var(--white-fnt-clr);
    cursor: pointer;
    max-width: 120px;
}

.log-in {
    background-color: var(--logIn-btn-bg);
    border: 1px solid var(--white-fnt-clr);
    margin-top: 2.5em;
    transition: scale var(--btn-transition-time) ease-out;
}

.sign-up {
    background-color: var(--signUp-btn-bg);
    border: inherit;
    outline: none;
    transition: scale var(--btn-transition-time) ease-out;
}

    .log-in:hover,
    .sign-up:hover {
        scale: 1.03;
    }

.hero-section {
    background-color: var(--primary-bg-clr);
    padding: 3em;
    margin-bottom: 2em;
}

.hero-content {
    max-width: 550px;
    min-width: 50%;
}

.hero-img {
    max-width: 800px;
}

.hero-img > img{
    width: 100%;
}

.hero-content h1 {
    color: var(--white-fnt-clr);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    font-size: 35px;
    font-weight: 700;
}

.hero-content p {
    color: var(--secondary-fnt-clr);
    line-height: 27px;
    margin-bottom: 2em;
    font-size: 1.1rem;
}

.hero-content-btn {
    list-style: none;
    margin-bottom: 2em;
}

    .hero-content-btn button {
        display: inline-block;
        padding: 10px 40px;
        text-decoration: none;
        background-color: #ef2a82;
        border-radius: 100px;
        color: var(--white-fnt-clr);
        transition: background-color var(--btn-transition-time) ease-out;
    }

        .hero-content-btn button:hover {
            background-color: #f13c8d;
        }

        .hero-content-btn button:disabled {
            cursor: not-allowed;
            opacity: 0.6;
        }

.services-section {
    padding: 0 3em;
    margin-bottom: 6em;
}

    .services-section h2,
    .services-section p {
        text-align: center;
    }

    .services-section h2 {
        color: var(--primary-fnt-clr);
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 0.6em;
    }

    .services-section p {
        color: var(--secondary-fnt-clr);
        line-height: 27px;
        margin-top: 18.75px;
        font-size: 18px;
    }

.services-section-content {
    margin-top: 2em;
}

.grid {
    display: grid;
    place-items: center;
    margin-top: 5em;
    padding: 0 1.5em;
}

    .grid h4 {
        margin-top: 40px;
        font-weight: 700;
    }

.wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

.reasons-to-choose-section h2 {
    color: var(--primary-fnt-clr);
    font-weight: 700;
    margin-bottom: 2em;
    text-align: center;
}

.our-reasons {
    margin-bottom: 5em;
}

.our-reasons-content {
    text-align: center;
}

    .our-reasons-content h3 {
        color: var(--primary-fnt-clr);
        margin-bottom: 1em;
        font-weight: 700;
    }

    .our-reasons-content p {
        color: var(--secondary-fnt-clr);
        line-height: 1.6;
        margin-bottom: 2em;
        font-size: 1.2rem;
    }

.our-reasons-img img {
    width: 100%;
    border-radius: 30px;
}

@media (max-width: 800px) {
    .primary-navigation {
        position: fixed;
        inset: 0 0 0 0%;
        padding: min(30vh, 15rem) 2em;
        background: hsl(0 0 100%/0.1);
        backdrop-filter: blur(7.5rem);
        transform: translateX(100%);
        transition: transform var(--navBar-transition-time) ease-out;
        z-index: 5;
    }
}

.nav-toggle {
    transform: translateX(0%);
}

/* FOR Medium SCREENS */
@media (min-width: 800px) {
    .hamburger {
        display: none;
    }

    .primary-navigation,
    nav.top-nav,
    .nav,
    .nav-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nav-items + .nav-items,
    .log-in {
        margin: 0;
    }

    .primary-navigation {
        width: 100%;
    }

    .divider {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    nav.top-nav {
        padding: 0 4em;
    }

    .hero-content h1,
    .services-section h2 {
        font-size: var(--primary-fnt-size);
    }

    .hero-img img {
        max-width: 100%;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .services-section-content {
        display: flex;
    }

    .hero-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding-left: 4em;
        padding-right: 0;
    }

    .our-reasons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .our-reasons-content {
        max-width: 40%;
    }

    .reasons-to-choose-section h2 {
        font-size: var(--primary-fnt-size);
    }

    .our-reasons-content h3 {
        font-size: 40px;
    }

    .extra {
        padding: 0 8em;
    }
}
/* FOR LARGE SCREENS */
@media (min-width: 1250px) {
    .nav {
        gap: 36px;
        margin-left: 9rem;
    }

    .hero-content-btn a {
        padding: 15px 40px 15px 40px;
    }

    .brand-log {
        margin-left: 2rem;
    }
}



/*login page css*/



* {
    box-sizing: border-box;
}

.container-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 80px);
}

h1 {
    font-weight: bold;
    margin: 0;
}

h2 {
    text-align: center;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.sign-in-button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

    .sign-in-button:active {
        transform: scale(0.95);
    }

    .sign-in-button:focus {
        outline: none;
    }

    .sign-in-button.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
    }

form.signin-up {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    margin: 0 30px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.field-container-sign-in
{
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .overlay-container
    {
        display: none;
    }

    .sign-in-container
    {
        width : 100%;
    }

    .field-container-sign-in {
        width: 80%;
    }
}


/*SSR Loader*/
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
