@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*,
body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    height: 100vh;
    width: 100%;
}

/* Confirm email */

/* header */

.confirm_email header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;
}

.confirm_email header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main  */

.confirm_email main {
    height: calc(100vh - 80px);
    width: 100%;
}

.confirm_email main .confirm_email_container {
    max-width: 425px;
    margin-bottom: 180px;
}

.confirm_email_container>svg {
    margin-bottom: 20px;
}

.confirm_email_container>h4 {
    font-weight: 600;
    font-size: 20px;
    color: #27272E;
    margin-bottom: 24px;
}

.confirm_email_container>p {
    font-weight: 400;
    font-size: 15px;
    color: #000000cc;
    margin-bottom: 25px;
}

.confirm_email_container>h6 {
    font-weight: 500;
    font-size: 15px;
    color: #000000cc;
    margin-top: 28px;
}

.confirm_email_container h6 a {
    text-decoration: none;
    color: #518EF8;
}

.confirm_email_container button {
    margin-top: 48px;
}


.digit-group input {
    width: 30px;
    height: 50px;
    border: none;
    border-bottom: 1px solid #000;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    margin: 0 2px;
}

.digit-group .splitter {
    padding: 0 5px;
    font-size: 24px;
}

/* media query  */
@media only screen and (max-width: 500px) {
  .confirm_email  main .confirm_email_container {
        max-width: 340px;
        margin-bottom: 80px;
        padding: 0px 40px;
    }
}



/* Landing page */

/* header */

.landing_page header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;

}

.landing_page header h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

.landing_page ul {
    margin-bottom: 0;
}

.landing_page ul li {
    list-style-type: none;
    margin: 0px 20px;
    font-weight: 500;
    font-size: 15.5px;
    color: #425466;
}

.landing_page li select {
    border: none;
    font-weight: 500;
    font-size: 15.5px;
    color: #425466;
}

.landing_page select:focus {
    outline: none;
}

.try_for_free {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 8px 16px;
}

.login {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #1578FD;
    margin-left: 30px;
}

.landing_page main {
    width: 1440px;
    margin-bottom: 200px;
}

.first_container {
    min-height: 763px;
    padding: 0px 100px;
}

.content_container {
    width: 520px;
}

.content_container h1 {
    font-weight: 600;
    font-size: 38px;
    color: #000000e3;
}

.content_container p {
    font-weight: 400;
    font-size: 23px;
    color: #4E4E4E;
}

.content_container button {
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    padding: 16px 35px;
    border-radius: 10px;
    margin-top: 32px;
}

.img_container {
    width: 520px;
    height: 376px;
    background: #D9D9D9;
}

.second_container {
    min-height: 438px;
    width: 100%;
    background: #21285E;
}

.second_container div {
    width: 589px;
    text-align: center;
}

.second_container h1 {
    font-weight: 600;
    font-size: 43px;
    color: #EDF2F7;
}

.second_container p {
    font-weight: 400;
    font-size: 23px;
    color: #EDF2F7;
}

.second_container button {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 16px 35px;
}

.partition_section {
    height: 150px;
    width: 100%;
    padding: 0px 224px;
    background: #21285E;
}

.partition_container {
    height: 150px;
    width: 100%;
    background-color: #FFF;
}

.third_container {
    margin-top: 200px;
    padding: 0px 100px;
}

.fourth_container {
    margin-top: 200px;
    padding: 0px 100px;
}

.card_container {
    margin: 200px 0px;
    padding: 0px 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.cards {
    height: 600px;
    background-color: #F8FAFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 28px 37px 37px 42px;
}

.cards h4 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.cards h6 {
    font-weight: 500;
    font-size: 18px;
    color: #3A3A3A;
}

.card_content {
    margin-top: 48px;
}

.card_content h3 {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    margin-bottom: 23px;
}

.card_content ul {
    padding: 0;
}

.card_content ul>li {
    font-weight: 500;
    font-size: 16px;
    color: #000000b3;
    margin-bottom: 32px;
}

.cards button {
    width: 270px;
    height: 46px;
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
}

.rating_section {
    min-height: 343px;
    padding: 0px 100px;
}

.rating_section h2 {
    font-weight: 700;
    font-size: 43px;
    color: #252959;
    margin-bottom: 50px;
}

.rating_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.rating_card {
    height: 234px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.landing_page footer {
    height: 387px;
    width: 100%;
    background: #252959;
}

/* Loader */

.loader main {
    height: 100vh;
    width: 100%;
    padding-top: 200px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1578FD;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* main page */

.main_page header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;

}

.main_page header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main */

.main_page main {
    height: calc(100vh - 80px);
}

.main_container {
    max-width: 604px;
    margin-bottom: 80px;
}

.main_container h3 {
    font-weight: 700;
    font-size: 28px;
    color: #000000d9;
    margin-bottom: 57px;
}



.main_container a {
    text-decoration: none;

}

.options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 94px;
    place-items: center;

}
.options div{
    border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 24px;
}

.main_container .continue {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 16px 60px;
}
.label{
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    padding: 39px 78px;
   
}
.label_work{
    font-weight: 600;
        font-size: 19px;
        color: #000000;
        padding: 39px 93px;
}
.options input[type="radio"]:checked+label {
    background-color: rgba(21, 120, 253,.1);
    border: 1px solid #1578FD;
        border-radius: 24px;
}


.main_container input {
    display: none;
}

.button {
    display: flex;
    justify-content: end;
}

/* media query  */
@media only screen and (max-width: 600px) {
    .main_container {
        padding: 10px;
    }

    .options {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin-bottom: 100px;
    }

    .button {
        display: flex;
        justify-content: center;
    }
}

/* personal signup */

.personal_sign_up header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;

}

.personal_sign_up header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main container */

.personal_sign_up main {
    height: calc(100vh - 80px);
    width: 100%;
}

.personal_sign_up .sign_up_container {
    max-width: 425px;
    margin-bottom: 80px;
}

.personal_sign_up .sign_up_container>h1 {
    font-weight: 700;
    font-size: 28px;
    color: #27272E;

}

.personal_sign_up .account_type {
    font-weight: 500;
    font-size: 15px;
    color: #00000099;
    margin-bottom: 20px;
}

.personal_sign_up .form_label {
    font-weight: 500;
    font-size: 14px;
    color: #425466;
}

.personal_sign_up .sign_up_container button {
    font-weight: 600;
    font-size: 14px;
    padding: 14px 0px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.personal_sign_up .sign_up_container a {
    text-decoration: none;
    color: #FFF;
}

/* hr */
.personal_sign_up .separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px;
}

.personal_sign_up .separator::before,
.personal_sign_up .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #EDF2F7;
}

.personal_sign_up .separator:not(:empty)::before {
    margin-right: 24px;
}

.personal_sign_up .separator:not(:empty)::after {
    margin-left: 24px;
}

/* social */

.personal_sign_up .social>div {
    padding: 15.5px 22.5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2), 0px 1px 3px rgba(50, 50, 71, 0.1);
    border-radius: 8px;
    margin-bottom: 34px;
}

.personal_sign_up .social div:nth-child(1) {
    margin-right: 16px;
}

.personal_sign_up .sign_up_container p {
    font-weight: 500;
    font-size: 14px;
    color: #374151;
}

.personal_sign_up .sign_up_container p>a {
    text-decoration: none;
    color: #0BA6E9;
}

/* media query  */
@media only screen and (max-width: 500px) {
    .personal_sign_up .sign_up_container {
        padding: 0px 40px;
        margin-bottom: 0px;
    }
}

/* work signup */

/* header */

.work_sign_up header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;

}

.work_sign_up header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main container */

.work_sign_up main {
    height: calc(100vh - 80px);
    width: 100%;
}

.work_sign_up .sign_up_container {
    min-width: 425px;
    margin-bottom: 80px;
}

.work_sign_up .sign_up_container>h1 {
    font-weight: 700;
    font-size: 28px;
    color: #27272E;

}

.work_sign_up .account_type {
    font-weight: 500;
    font-size: 15px;
    color: #00000099;
    margin-bottom: 20px;
}

.work_sign_up .form_label {
    font-weight: 500;
    font-size: 14px;
    color: #425466;
}



.work_sign_up .sign_up_container button {
    font-weight: 600;
    font-size: 14px;
    padding: 14px 0px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.work_sign_up .sign_up_container a {
    text-decoration: none;
    color: #FFF;
}

/* hr */
.work_sign_up .separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px;
}

.work_sign_up .separator::before,
.work_sign_up .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #EDF2F7;
}

.work_sign_up .separator:not(:empty)::before {
    margin-right: 24px;
}

.work_sign_up .separator:not(:empty)::after {
    margin-left: 24px;
}

/* social */

.work_sign_up .social>div {
    padding: 15.5px 22.5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2), 0px 1px 3px rgba(50, 50, 71, 0.1);
    border-radius: 8px;
    margin-bottom: 34px;
}

.work_sign_up .social div:nth-child(1) {
    margin-right: 16px;
}

.work_sign_up .sign_up_container p {
    font-weight: 500;
    font-size: 14px;
    color: #374151;
}

.work_sign_up .sign_up_container p>a {
    text-decoration: none;
    color: #0BA6E9;
}

/* media query  */
@media only screen and (max-width: 500px) {
    .work_sign_up .sign_up_container {
        padding: 0px 40px;
        margin-bottom: 0px;
        min-width: auto;
    }
}

/* login */

/* header */

.login_page header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;
}

.login_page header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}


/* main container */

.login_page main {
    height: calc(100vh - 80px);
    width: 100%;
}

.login_page .login_container {
    min-width: 425px;
    margin-bottom: 80px;
}

.login_page .login_container >h1 {
    font-weight: 600;
    font-size: 28px;
    color: #27272E;
    margin-bottom: 12px;

}

.login_page .account_type {
    font-weight: 400;
    font-size: 16px;
    color: #27272E;
    margin-bottom: 46px;
}

.login_page .form_label {
    font-weight: 500;
    font-size: 14px;
    color: #425466;
}
.forgot{
    font-weight: 500;
        font-size: 10.99px;
        color: #007AFF !important;
        display: block;
       
}
.login_page .login_container button {
    font-weight: 600;
    font-size: 14px;
    padding: 14px 0px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.login_page .login_container a {
    text-decoration: none;
    color: #FFF;
}

/* hr */
.login_page .separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 500;
        font-size: 11px;
    color: #718096;
    margin-bottom: 15px;
}

.login_page .separator::before,
.login_page .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #EDF2F7;
}

.login_page .separator:not(:empty)::before {
    margin-right: 24px;
}

.login_page .separator:not(:empty)::after {
    margin-left: 24px;
}

/* social */

.login_page .social>div {
    padding: 15.5px 22.5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2), 0px 1px 3px rgba(50, 50, 71, 0.1);
    border-radius: 8px;
    margin-bottom: 34px;
}

.login_page .social div:nth-child(1) {
    margin-right: 16px;
}

.login_page .login_container p {
    font-weight: 500;
    font-size: 14px;
    color: #374151;
}

.login_page .login_container p > a {
    text-decoration: none;
    color: #007AFF;
}

/* media query  */
@media only screen and (max-width: 500px) {
    .login_page .login_container {
        padding: 0px 40px;
        margin-bottom: 0px;
        min-width: auto;
    }
}


/* forgot password */

/* header */
.forgot_password header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;
}

.forgot_password header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main */
.forgot_password main {
    width: 100%;
    height: calc(100vh - 80px);
}
.forgot_password .forgot_password_container{
    width: 425px;
    margin-bottom: 180px;
}

.forgot_password_container h3{
    font-weight: 700;
    font-size: 26px;
    color: #27272E;
    margin-bottom: 8px;
}
.forgot_password_container p {
    font-weight: 400;
    font-size: 15px;
    color: #00000099;
    margin-bottom: 50px;
}
.forgot_password_container .form_label {
    font-weight: 500;
    font-size: 14px;
    color: #425466;
}
.forgot_password_container button {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: #1578FD;
    border-radius: 10px;
    padding: 10px 0px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.forgot_password_container a {
    font-weight: 500;
    font-size: 14px;
    color: #000000bf;
}

/* media query  */
@media only screen and (max-width: 500px) {
 .forgot_password_container {
        padding: 0px 40px;
        margin-bottom: 0px;
        min-width: auto;
    }
}
/* forgot password two */

/* header */
.forgot_password_two header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;
}

.forgot_password_two header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main */

.forgot_password_two main {
    width: 100%;
    height: calc(100vh - 80px);
}

.forgot_password_two .forgot_password_two_container {
    width: 306px;
   margin-top: 100px;
   text-align: center;
}

.forgot_password_two_container h3 {
    font-weight: 700;
    font-size: 26px;
    color: #27272E;
    margin-bottom: 16px;
}

.forgot_password_two_container h6 {
    font-weight: 400;
    font-size: 15px;
    color: #00000099;
    margin-bottom: 44px;
}
.forgot_password_two_container p {
    font-weight: 400;
    font-size: 14px;
    color: #00000099;
    margin-bottom: 24px;
}
.forgot_password_two_container span > a {
    font-weight: 500;
    font-size: 14px;
    color: #1578FD;
    text-decoration: none;
}
.forgot_password_two_container a {
    font-weight: 500;
    font-size: 14px;
    color: #000000bf;
}

@media only screen and (max-width: 500px) {
    .forgot_password_two .forgot_password_two_container {
        padding: 0px 40px;
        margin-bottom: 0px;
        min-width: auto;
    }
}

/* Set new Password */

/* header */
.set_new_password header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;
}

.set_new_password header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main */

.set_new_password main {
    width: 100%;
    height: calc(100vh - 80px);
}
.set_new_password .set_new_password_container {
    width: 425px;
    margin-bottom: 180px;
   
}
.set_new_password h3 {
    font-weight: 700;
    font-size: 26px;
    color: #27272E;
    margin-bottom: 8px;
}

.set_new_password h6 {
    font-weight: 400;
    font-size: 15px;
    color: #00000099;
    margin-bottom: 20px;
}
.set_new_password .form_label {
    font-weight: 500;
    font-size: 14px;
    color: #425466;
    margin-top: 20px;
}
.set_new_password button {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: #1578FD;
    border-radius: 10px;
    padding: 10px 0px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.set_new_password a {
    font-weight: 500;
    font-size: 14px;
    color: #000000bf;
}


/* media query  */
@media only screen and (max-width: 500px) {
    .set_new_password .set_new_password_container {
            padding: 0px 40px;
                margin-bottom: 0px;
                min-width: auto;
    
        }
}
/* Success Page */

/* header */
.success_page header {
    height: 80px;
    width: 100%;
    padding: 20px 40px;
}

.success_page header>h2 {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #1578FD;
}

/* main */

.success_page main {
    width: 100%;
    height: calc(100vh - 80px);
}

.success_page .success_page_container {
    width: 425px;
    margin-top: 80px;

}

.success_page h3 {
    font-weight: 700;
    font-size: 26px;
    color: #27272E;
    margin-bottom: 8px;
}

.success_page h6 {
    font-weight: 400;
    font-size: 15px;
    color: #00000099;
    margin-bottom: 50px;
}

.success_page button {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: #1578FD;
    border-radius: 10px;
    padding: 10px 0px;
}

@media only screen and (max-width: 500px) {
    .success_page .success_page_container {
        padding: 0px 40px;
        margin-bottom: 0px;
        min-width: auto;
    }
}