/* Global Css Start */
.desktop_none {
    display: none;
}

.mobile_none {
    display: block;
}

/* Global Css End */

/* Login Start */
.login_s1 {
    padding: 212px 0px 0px 0px;
    background-image: url(../image/login_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_cmain {
    position: relative;
}

.login_c1bar {
    position: absolute;
    top: 0px;
    height: -webkit-fill-available;
}

.login_c1 {
    display: flex;
    height: 100%;
}

.login_leftmain {
    display: flex;
    align-items: center;
}

.login_left {
    display: inline-flex;
    flex-direction: column;
    gap: var(--Lrg, 40px);
}

.login_titlebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 620px;
}

.login_title {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0px;
}

.login_subtitle {
    color: #232323;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin: 0px;
}

.login_form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.label_textboxbar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login_label {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    margin: 0px;
}

.login_textbox {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: var(--Sml, 10px);
    align-self: stretch;
    border-radius: 13px !important;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: #FFF;
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
}

.pass_eye {
    position: absolute;
    top: 18px;
    right: 18px;
}

.login_btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    align-self: stretch;
    border-radius: 60px;
    background: var(--Accent-Red-Accent, #9F0000);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.login_btn:hover {
    border: 1px solid #9F0000;
    background-color: #FFFFFF;
    color: #9F0000;
}

.account_black {
    color: var(--Nuetral-Dark-Gray, #232323);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin: 0px;
}

.account_red {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    cursor: pointer;
    margin: 0px;
}

/* Checkbox Start */
.login_checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #9F0000;
    box-shadow: none;
    border-radius: 4px !important;
    cursor: pointer;
    outline: none;
    top: -2px;
}

.login_checkbox:checked {
    background: url(../image/check_tick.svg) no-repeat center center;
    background-size: cover;
    border: none;
}

.login_check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.login_checkboxtext {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin: 0px;
}

.login_checklink {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
    margin: 0px;
}

/* Checkbox End */
/* Login End */

/* Register Start */
.register_s1 {
    padding: 212px 0px 0px 0px;
    background-image: url(../image/register_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_firstlast {
    display: flex;
    gap: 24px;
}

.reg_capbtnbar {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.register_deskimg {
    object-fit: cover;
    min-height: 800px;
    border-radius: 48px 0px 0px 48px;
}

/* Register End */


/* Supported Language Start */
.supported_s1 {
    display: flex;
    flex-direction: column;
    padding: 123px 0px 45px 0px;
    gap: 54px;
    background-image: url(../image/supported_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.supported_c1 {
    padding: 76px 0px 64px 0px;
    background-image: url(../image/support_s1redbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 36px;
    max-width: 1300px;
}

.supported_c1contentbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.supported_c1titlebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.supported_c1btnbar {
    display: flex;
    align-items: center;
    gap: 16px;
}

.supported_c1whitetitle {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    text-align: center;
    font-family: "DM Sans";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    text-transform: uppercase;
    margin: 0px;
}

.supported_c1redtitle {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    text-transform: uppercase;
    margin: 0px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 0px 12px;
}

.supported_c1subtitle {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin: 0px;
    max-width: 580px;
}

.supported_btn1 {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    border-radius: 60px;
    background: var(--Nuetral-Almost-White, #FAFAFA);
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.supported_btn1:hover {
    color: var(--Accent-Red-Accent, #9F0000);
    border-radius: 60px;
    background: var(--Accent-Hover, #C90000);
}

.supported_btn2 {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    border-radius: 60px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: rgba(255, 255, 255, 0.40);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.supported_btn2:hover {
    color: var(--Accent-Red-Accent, #9F0000);
    border-radius: 60px;
    background: var(--Accent-Hover, #C90000);
}

.supported_c2 {
    display: flex;
    padding: 43px 0px;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.supported_c2title {
    color: var(--Accent-Red-Accent, #9F0000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0px;
}

.supported_c2contentbar {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 29px 42px;
    flex-wrap: wrap;
}

.supported_c2text {
    color: var(--Accent-Red-Accent, #9F0000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    width: 111px;
    flex-shrink: 0;
    margin: 0px;
}

.supported_s2 {
    padding: 88px 0px;
    background-image: url(../image/support_s2redbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.supported_c3 {
    display: flex;
    max-width: 1257px;
    align-items: center;
    border-radius: 27px;
    border: 2px solid var(--Nuetral-Almost-White, #FAFAFA);
    background: linear-gradient(to left, transparent 50%, #FFFFFF 50%);
}

.supported_c3left {
    display: flex;
    padding: 40px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Lrg, 40px);
    flex: 1 0 0;
}

.supported_c3title {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 59.781px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 59.781px */
    text-transform: capitalize;
    margin: 0px;
}

.supported_c3infobar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.supported_c3infoline {
    display: flex;
    align-items: center;
    gap: 16px;
}

.supported_c3infotext {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin: 0px;
}

.supported_c3right {
    display: flex;
    padding: 40px 32px;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}

.supported_textboxbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.supported_label {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    margin: 0px;
}

.supported_textbox {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: var(--Sml, 10px);
    align-self: stretch;
    border-radius: 15px;
    border: 2px solid var(--Nuetral-Stroke, #BEBEBE);
    background: rgba(255, 255, 255, 0.10);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
}

.supported_textbox::placeholder {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
}

.supported_capbtnbar {
    display: flex;
    justify-content: space-between;
}

.supported_submitbtn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    border-radius: 60px;
    background: var(--Nuetral-Almost-White, #FAFAFA);
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.supported_submitbtn:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: transparent;
}

/* Checkbox Start */
.supported_checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    box-shadow: none;
    border-radius: 4px !important;
    cursor: pointer;
    outline: none;
    top: -2px;
}

.supported_checkbox:checked {
    background: url(../image/check_tick.svg) no-repeat center center;
    background-size: cover;
    border: none;
}

.supported_check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.supported_checkboxtext {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin: 0px;
}

.supported_checklink {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: 0.24px;
    text-decoration-line: underline;
    margin: 0px;
}

/* Checkbox End */
/* Supported Language End */


/* Translate Document Start */
.translate_s1 {
    display: flex;
    flex-direction: column;
    padding: 123px 0px 45px 0px;
    gap: 54px;
    background-image: url(../image/translate_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.translate_c2text {
    color: var(--Accent-Red-Accent, #9F0000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    width: 200px;
    flex-shrink: 0;
    margin: 0px;
}
/* Translate Document End */














/********************/
/* Responsive start */
/********************/
@media only screen and (max-width: 600px) {

    /* Global Css Start */
    .desktop_none {
        display: block;
    }

    .mobile_none {
        display: none;
    }

    /* Global Css End */

    /* Login Start */
    .login_s1 {
        background-image: url(../image/login_bgmob.png);
        background-position: top center;
        padding: 142px 0px 0px;

    }

    .login_c1bar {
        position: relative;
    }

    .login_c1 {
        flex-direction: column;
        padding: 0px 0px 24px 0px;
        gap: 48px;
    }

    .login_leftmain {
        padding: 0px 24px;
    }

    .login_titlebar {
        gap: 12px;
    }

    .login_title {
        font-size: 32px;
    }

    .login_subtitle {
        font-size: 13px;
    }

    .login_left {
        gap: 24px;
    }

    .login_form {
        gap: 16px;
    }

    .login_btn {
        font-size: 13px;
    }

    .login_textbox {
        padding: 12px;
        font-size: 13px;
    }

    .pass_eye {
        top: 11px;
        right: 13px;
    }

    .login_checkboxtext {
        font-size: 13px;
    }

    .login_checklink {
        font-size: 12px;
    }

    .account_black {
        font-size: 13px;
    }

    .account_red {
        font-size: 13px;
    }

    /* Login End */
    /* Register Start */
    .register_s1 {
        background-image: url(../image/register_bgmob.png);
        background-position: top center;
        padding: 142px 0px 0px;

    }

    .login_firstlast {
        flex-direction: column;
        gap: 16px;
    }

    .reg_capbtnbar {
        flex-direction: column;
        gap: 16px;
    }

    /* Register End */

    /* Supported Language Start */
    .supported_s1{
        padding: 95px 24px 57px 24px;
        gap: 24px;
        background-image: url(../image/supported_bgmob.png);
    }
    .supported_c1{
        padding: 0px;
        background-image: url(../image/support_s1redbgmob.png);
    }
    .supported_c1whitetitle{
        font-size: 40px;
    }
    .supported_c1redtitle{
        font-size: 40px;
        padding: 0px 6px;
        border-radius: 8px;
    }
    .supported_c1titlebar{
        gap: 12px;
    }
    .supported_c1subtitle{
        font-size: 13px;
    }
    .supported_btn1{
        font-size: 13px;
    }
    .supported_btn2{
        font-size: 13px;
    }
    .supported_c1contentbar{
        padding: 30px 20px 38px 20px;
    }
    .supported_c2{
        padding: 32px 0px 0px;
        gap: 24px;
    }
    .supported_c2contentbar{
        gap: 20px 20px;
    }
    .supported_c2text{
        width: 95px;
    }
    .supported_s2{
        background-image: url(../image/support_s2redbgmob.png);
        padding: 32px 24px;
        margin-bottom: 24px;
    }
    .supported_c3{
        flex-direction: column;
        background: linear-gradient(to bottom, white 32.5%, transparent 32.5%);
        border: 1px solid var(--Nuetral-Almost-White, #FAFAFA);
    }
    .supported_c3left{
        padding: 20px;
        gap: 24px;
    }
    .supported_c3title{
        font-size: 32px;
    }
    .supported_c3infobar{
        gap: 12px;
    }
    .supported_c3infoline{
        gap: 12px;
    }
    .supported_c3infoline img{
        height: 36px;
    }
    .supported_c3infotext{
        font-size: 13px;
    }
    .supported_c3right{
        padding: 24px;
    }
    .supported_textbox{
        padding: 12px;
    }
    .supported_checkboxtext{
        font-size: 13px;
    }
    .supported_checklink{
        font-size: 13px;
        font-weight: 400;
    }
    .supported_capbtnbar{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .supported_submitbtn{
        width: 100%;
        padding: 12px;
        font-size: 13px;
    }
    .supp_mainsec{
        background-image: url(../image/supported_bgmob.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .supported_c2title{
        font-size: 32px;
    }
    /* Supported Language End */


    /* Translate Document Start */

    .translate_s1{
        padding: 95px 24px 57px 24px;
        gap: 24px;
        background-image: url(../image/translate_bgmob.png);
    }
    .translate_c2text{
        width: 146px;
    }
    .translate_title{
        font-size: 36px;
    }
    .trans_mainsec{
        background-image: url(../image/translate_bgmob.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* Translate Document End */
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .supported_c1 {
        max-width: 1100px;
    }

    .supported_c3 {
        max-width: 1050px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .supported_c1 {
        max-width: 1100px;
    }

    .supported_c3 {
        max-width: 1050px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .supported_c1 {
        max-width: 1200px;
    }

    .supported_c3 {
        max-width: 1100px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {}

@media only screen and (min-width: 1600px) and (max-width:1699px) {}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}