.how_to_section_container,
.where-can-use-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* margin-top: 30px; */
    width: 100%;
    flex-wrap: wrap;
}

#cloud_flare_captcha {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 1%;
    bottom: 17%;
}

.how_to_image_container {
    flex: 1;
}

.how_to_image_container img {
    width: 100%;
    max-width: 628px;
}

.where-can-use-image-container {
    flex: 1;
    background: linear-gradient(81.02deg,
            #fdf0fb 13.64%,
            rgba(240, 247, 255, 0) 86.36%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 25px 10px;
    justify-content: center;
}

.where-can-use-image-container .top_img_section,
.middle_img_section,
.bottom_img_section,
.last_img_section {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}

.how_to_steps,
.where-can-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    flex: 1;
    width: 100%;
    padding: 16px;
}

.where_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    gap: 6px;
    box-shadow: 0px 24px 64px 0px #406EF31F;
    border: 1.5px solid #FFFFFF;
    background: #FFFFFFBF;
}

.where_box:hover {
    box-shadow: 0px 24px 64px 0px #406ef31f;
}

.where_box:hover {
    background: white;
    box-shadow: 0px 24px 50px 0px #406ef32b;
}

.where_box p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.steps_container,
.where-can-steps-container {
    display: flex;
    gap: 16px;
}

.how_to_para,
.where-to-para {
    text-align: start !important;
}

.step_no {
    padding: 0px 10px;
    font-size: 14px !important;
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
    border-radius: 50%;
    color: white;
}

/* end how to use */
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.card-loader {
    padding: 8px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 0;
    overflow: hidden;

    &:only-child {
        margin-top: 0;
    }

    &:before {
        content: "";
        height: 122px;
        display: block;
        border-radius: 10px;
        background-color: #ededed;
    }

    &:after {
        content: "";
        background-color: #333;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
        animation-name: loader-animate;
        animation-timing-function: linear;
        background: -webkit-linear-gradient(left,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.6) 30%,
                rgba(255, 255, 255, 0) 81%);
        background: -o-linear-gradient(left,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.6) 30%,
                rgba(255, 255, 255, 0) 81%);
        background: linear-gradient(to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.6) 30%,
                rgba(255, 255, 255, 0) 81%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    }
}

@keyframes loader-animate {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

/* end preloader */
.footer_result_paragraph {
    color: #7a7b8e;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.start-over {
    border-radius: 30px;
    background: #f4f5fb;
    padding: 9px 32px;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    border: none;
}

.start-over:hover {
    cursor: pointer;
    background-color: #eeeff5;
}

.download_zip {
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    background: var(--color-paragraph);
    /* display: none; */
    padding: 8px 16px;
    outline: none;
    border: none;
    color: white;
}

.download_zip:hover {
    cursor: pointer;
    border-radius: 30px;
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
    box-shadow: 0px 2px 8px 0px rgba(255, 146, 245, 0.2);
}

.converted_footer_sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.converted_img_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.converted_footer_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.active {
    color: var(--purple) !important;
    cursor: pointer;
}





.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    margin-top: 100px;
}

.sub-main-content {
    max-width: 1200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.custom_page_main_content {
    align-items: start !important;
    text-align: start !important;
}

.custom_page_main_content p {
    text-align: start !important;
}

.custom_page_main_content ul {
    padding: 2px 15px !important;
}

.custom_page_main_content h2,
.custom_page_main_content h3 {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-style: normal;
    line-height: normal;
    text-align: start;
}

.sub-main-content>h1 {
    color: var(--color-paragraph);
    text-align: center;
    font-family: var(--Nunito);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

h2 {
    font-family: Nunito;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.blog-page-title {
    color: var(--color-paragraph);
    text-align: center;
    font-family: var(--Nunito);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
}

.sub-main-content-result {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 10px;
}

.sub-main-content-result>h3 {
    color: var(--color-paragraph);
    text-align: center;
    font-family: var(--Nunito);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
}

.copy-btn {
    cursor: pointer;
}

.file-completed {
    color: var(--purple);
}

.custom_page_para {
    text-align: start !important;
}

.main-file-content {
    border-radius: 15px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
    padding: 20px;
    height: 470px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px 50px;
}

#upload_images_form {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.pivacy_note {
    position: absolute;
    bottom: 5px;
    left: 30px;
    z-index: 1;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #7a7b8e !important;
    font-weight: 900;
}

.main-file-content-uploaded {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
    padding: 20px 20px 30px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border: 2px solid;

    border-image-source: linear-gradient(254.64deg, #FFFFFF -20.07%, rgba(255, 255, 255, 0) 55.83%, #FFFFFF 121.4%);


    text-align: center;
}

#uploaded-content-show {
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
    width: 100%;
    padding: 0px 10px;
}

#uploaded-container {
    width: 50%;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uploaded-heading {
    color: #262626;
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.clear-all {
    color: #262626;
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    border: none;
    background-color: transparent;
    outline: none;
}

.uploaded-image-section {
    display: flex;
    justify-content: space-between;
    padding: 14px 8px;
    border-bottom: solid 1px gainsboro;
    gap: 12px;
}

.uploaded-cropper-image-container {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    background: white;
    box-shadow: 0px 1px 4px 0px #00000033;
    padding: 2px 4px;
    border-radius: 5px;
    cursor: pointer;
}

.image-info-container::after {
    content: 'Picture Detail';
    position: absolute;
    bottom: 107%;
    left: 50%;
    font-family: var(--Nunito);
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    opacity: 0.90 !important;
    visibility: hidden;
    white-space: nowrap;
    transition: opacity 0.2s, visibility 0.2s;
}

.image-info-container:hover::after {
    opacity: 1;
    visibility: visible;
}

.image-preview {
    position: relative;

}

.img-name-and-percent {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.copy-btn {
    background-color: transparent;
    border: none;
    outline: none;
}

#images_array {
    height: 330px;
    overflow: auto;
    overflow-x: hidden;
}

#images_array::-webkit-scrollbar,
.select-lang-list::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#images_array::-webkit-scrollbar-thumb,
.select-lang-list::-webkit-scrollbar-thumb {
    background-color: #aca8a8;
    border-radius: 10px;
}

#main-uploaded {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    cursor: pointer;
    border: 1.5px solid #E8D3E1
}

#main-uploaded:hover {
    background: linear-gradient(28deg, #fdf0fb 4.02%, #f0f7ff 89.34%);
}

.file-upload-completed {
    color: var(--purple);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.drag-or-browse,
.drag-or-browse>b {
    color: var(--Paragraph, #000);
    text-align: center;
    font-family: var(--Nunito) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21px;
    letter-spacing: 0.32px;
}

.file-name {
    font-size: 16px !important;
    line-height: 21px !important;
}

.file-size {
    color: #7a7b8e;
    font-weight: 400;
    font-family: var(--Nunito) !important;
    margin-left: 16px;
}

.file-upload-percent {
    color: #262626;
    font-family: var(--Nunito);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.file-uploaded-sec {
    color: #7a7b8e;
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#main-upload {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px dashed #e8d3e1;
}

#main-uploaded {
    width: 50%;
    height: 400px;
    border-radius: 8px;
    border: 1px dashed #e8d3e1;
}

#main-upload:hover {
    border-radius: 8px;
    border: 1px dashed #e8d3e1;
    background: linear-gradient(28deg, #fdf0fb 4.02%, #f0f7ff 89.34%);
}

.main-file-content>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-file-content>div:hover {
    cursor: pointer;
}

.main-file-content>div>p>b {
    color: var(--Paragraph, #000);
    text-align: center;
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.main-file-content>div>p>span {
    color: var(--purple);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

.file-input {
    border-radius: 35px;
    width: 300px;
    height: 40px;
    /* padding: 3px 10px; */
    flex-shrink: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 20px 0px #FDF0FB inset;
    background: #FFFFFF80;
}

.main-icons-parent-section {
    position: relative;
    bottom: 29px;
    left: 140px;
}

.main-icons-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    right: 20px;
    top: 9px;
}

.content {
    margin: 10px 50px;
}

.work-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 1200px;
    margin: auto;
    max-width: 100%;
    margin-top: 100px;
    gap: 40px;
}

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

.working-content>h3 {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px !important;
}

.copy-text {
    position: absolute;
    bottom: 35px;
    background: #060318;
    border-radius: 10px;
    text-align: center;
    padding: 7px 2px;
    color: #f1f1f1;
    left: 5px;
    width: 71px;
    font-family: var(--Nunito);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}

.working-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 24px;
}

.top-section {
    display: flex;
    gap: 14px;
    align-items: center;
}

.working-steps>.steps {
    border-radius: 15px;
    backdrop-filter: blur(2px);
    flex: 1;
    flex-basis: 29%;
    width: 100%;
    display: flex;
    word-wrap: break-word;
    flex-direction: column;
    gap: 16px;
}

.steps:hover {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
}

.steps {
    padding: 24px;
}

.steps>p {
    text-align: start;
}

.steps-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-align: start;
}

.steps-para {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.18px;
    margin-top: 10px;
}

.steps-img {
    border-radius: 15px;
    box-shadow: 0px 10px 40px -5px #00439226;
    height: 60px;
    width: 60px;
}

.tools-container {
    margin-top: 50px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    margin-top: 100px;
}

.tools-sub-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    text-align: center;
    gap: 10px;
}

.tools-heading {
    font-family: Nunito;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.tools-para {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.tools-formate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 570px;
    margin: 40px auto;
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(28deg, #fdf0fb 4.02%, #f0f7ff 89.34%);
}

.tools-sub-formate-main {
    border-radius: 10px;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    box-shadow: 0px 10px 15px 0px rgba(64, 110, 243, 0.1);
}

.tools-sub-formate {
    display: flex;
}

.formate-title {
    border-bottom: solid 1px #e8e8e8;
    padding: 10px;
    width: 180px !important;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}



.why-jpg-container {
    border-radius: 24px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    margin-top: 100px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    background: linear-gradient(293.26deg, #FDF0FB 10.49%, #F0F7FF 89.51%);

}

.sub-jpg-container {
    display: flex;
    margin-top: 20px;
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 56px;
    /* padding: 26px; */
    max-width: 100%;
    margin: auto;
    text-align: center;
    justify-content: space-between;
}

.why-jpg-section {
    border-radius: 16px;
    border: 1.5px solid #fff;
    background: white;
    backdrop-filter: blur(2px);
    padding: 20px;
    width: 100%;
    flex: 1;
    flex-basis: 47%;
    text-align: start;
}

.why-jpg-section:hover {
    box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
}

.why-jpg-img {
    height: 50px;
    position: relative;
    bottom: 50px;
    left: 6px;
    box-shadow: 0px 10px 50px -5px #00439226;
    border-radius: 15px;
}

.why-jpg-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why-jpg-para {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 12px 0px;
}

.why-jpg-first {
    width: 100%;
    text-align: start;
}

.why-jpg-step-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-top: 16px;
    letter-spacing: 0.24px;
    text-align: start;
}

.who-can-container {
    margin-top: 40px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.who-can-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-align: center;
}

.who-can-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.who-can-para {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px;
}

.who-can-sec-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
}

.who-can-sec-container>div {
    flex: 1;
}

.who-can-sec-para {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 30px;
    line-height: 180%;
}

.freq-title-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.freq-ask-container {
    margin-top: 100px !important;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 10px;
}

.freq-ask-sub-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.freq-questions-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    flex-direction: column;
}

.freq-top-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    /* margin-bottom: 16px; */
}

.freq-ask-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

.freq-ask-para {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* margin-top: 5px; */
}

.freq-question-container {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 16px;
    margin-top: 30px;
}

.freq-questions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-radius: 16px;
    border: 2px solid rgba(255, 146, 245, 0.17);
    background: #fff;
    gap: 16px;
    box-shadow: 0px 24px 80px 0px #406ef31a;
    border: 2px solid;
    border-image-source: linear-gradient(254.64deg, #ffffff -20.07%, rgba(255, 255, 255, 0) 55.83%, #ffffff 121.4%);
}

.freq-questions:hover {
    cursor: pointer;
}

.freq_ans {
    background: #fff;
    text-align: left;
}

.freq_ans>ul {
    list-style-type: none;
}

.freq-question-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: start;
}

.blog-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 1200px;
    margin: 100px auto;
    max-width: 100%;
    padding: 0px;
}

.blog-main-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.blog-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.blog-content {
    border-radius: 16px;
    border: 2px solid #fff;
    padding: 20px;
    margin-top: 30px;
    width: 380px;
    background: #FFFFFF66;
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 15px 0px #406EF31A;
}


.blog-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 16px;
    letter-spacing: 0.18px;
}

.hero-blog-title {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0px;
    letter-spacing: 0.18px;
}

.blog-title-main {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0px 20px;
    margin-top: 15px;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 5px;
}

.single-blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0px 20px;
}

.blog-read-more {
    border-radius: 40px;
    background: #f4f5fb;
    padding: 8px 24px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 500;
}

.blog-read-more:hover {
    border-radius: 30px;
    color: white;
    transition: 10ms;
    background: var(--color-paragraph);
    box-shadow: 0px 21px 10px 0px rgba(255, 146, 245, 0.1);
}

.blog-img {
    width: 100%;
    height: 242px;
    border-radius: 15px;
}

.blog-date>p {
    font-size: 14px !important;
    line-height: 19px !important;
    color: #8C94A5 !important;
}

.footer-container {
    margin-top: 100px;
    padding: 32px 0px 16px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 30px 30px 0px 0px;
    gap: 24px;
    background: linear-gradient(4deg, #12104a -31.6%, #d145bf -31.59%, #060318 37.41%);
}

.footer-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    /* padding: 25px; */
}

.supported_formats {
    font-size: 12px !important;
    line-height: 20px !important;
}

.footer-nav-links {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer-nav-links:hover {
    color: white;
}

.footer-mid-section {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.footer-mid-section>div>a {
    color: #ffffff;
    font-family: var(--Nunito);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.footer-bottom-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-section>p {
    color: white !important;
    text-align: center;
    font-family: var(--Nunito);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.nav-end-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-end {
    display: flex;
    padding: 5px 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    border-radius: 35px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(64, 110, 243, 0.1);
    width: 670px;
    backdrop-filter: blur(25px);
}

.footer-end-img-section {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.footer-nav>div>a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.footer-end-para {
    font-family: var(--Nunito);
    color: #ffffff !important;
    font-size: 14px !important;
    /* flex: 2; */
    text-align: center;
}

#full_year {
    color: #ffffff !important;
    font-size: 14px !important;
}

.footer-end-copywrite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.working-desc {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* margin-top: 8px; */
}

#freq_question {
    cursor: pointer;
}



.menu-show {
    border-radius: 22.5px;
    background: #fff;
    cursor: pointer;
}

#freq_ans_one,
#freq_ans_two,
#freq_ans_three,
#freq_ans_four {
    transition: max-height 0.5s ease, width 0.5s ease;
}

#freq_ans_one,
#freq_ans_two,
#freq_ans_three,
#freq_ans_four {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.5s ease;
}

#freq_ans_one.is-show,
#freq_ans_two.is-show,
#freq_ans_three.is-show,
#freq_ans_four.is-show {
    max-height: 500px;
    opacity: 1;
}

.freq_q:hover {
    cursor: pointer;
}

#imageUrl {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 10px 16px;
    background: transparent;
    border: none;
    outline: none;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
}

.main-blog-section {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    margin: 10px 50px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.hero-blog-first {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    width: 65%;
    flex-grow: 8;
    box-shadow: 0px 2px 8px 0px rgba(191, 203, 255, 0.25);
}

.hero-blog-first>img {
    border-radius: 10px;
}

.hero-blog-img {
    width: 85%;
    height: 350px;
    max-width: 100%;
    display: flex;
    margin: auto;
    border-radius: 10px;
}

.latest_post_title {
    color: #000;
    font-family: var(--Nunito);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    /* padding: 10px; */
}

.latest-blog {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 30%;
    flex-grow: 1;
    gap: 10px;
}

.posts>div>div>h3 {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.18px;
}

.posts {
    /* border-bottom: solid 1px #e8e8e8; */
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 8px;
    text-decoration: none;
    width: 100%;
    box-shadow: 0px 2px 8px 0px #BFCBFF40;
    background: #FFFFFF;
    border-radius: 16px;
    align-items: center;
}

.posts>img {
    min-height: 64px;
    height: 64px;
    width: 120px;
    border-radius: 8px;
}

.posts-para {
    color: #8c94a5;
    font-family: var(--Nunito);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.related-blog-section {
    margin: 10px 50px;
}

.footer-social-icons {
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 32px;
}

.footer-social-icons a img {
    height: 20px;
    width: 20px;
}

.footer-social-icons:hover {
    cursor: pointer;
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
    border: 1px solid #ffffff;
    box-shadow: 0px 21px 20px 0px #ff92f51a;
}

.blog-share-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    padding: 2px 8px;
    border-radius: 26px;
}

.blog-share {
    color: #000;
    text-align: right;
    font-family: var(--Nunito);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-share-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.share-icon {
    background: #000000;

    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.share-icon:hover {
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
}

.blog-share-icon:hover {
    cursor: pointer;
    color: black;
}

.blog-detail-para {
    color: #3c3f40;
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 0px 20px;
}

.blog-sub-heading {
    color: #262626;
    font-family: var(--Nunito);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.18px;
}

.latest-blog-detail {
    border-radius: 10px;
    background: #ecf4fd;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 100%;
    padding: 24px 16px;
    gap: 16px;
}

.contact-form {
    border-radius: 15px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 4px 15px 0px rgba(64, 110, 243, 0.1);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    width: 680px;
    margin: 0px auto;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 15px;
    margin-top: 20px;
}

.form-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    width: 100%;
}

.form-label {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-input {
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    background: #fff;
    /* color: #e8e8e8; */
    padding: 15px 10px;
    width: 580px;
    /* color: #9a9cac; */
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-input:focus {
    border: 1px solid #d145bf;
    background: #fdf0fb;
    outline: none;
}

.check-box {
    text-align: start;
}

.checkbox {
    accent-color: var(--purple) !important;
}

.contact-form-button {
    border-radius: 30px;
    background: var(--color-paragraph);
    display: inline-flex;
    padding: 11px 29px 10px 29px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    cursor: pointer;
}

.error-message {
    width: 35%;
    background-color: rgb(253, 193, 193);
    color: rgb(185, 27, 27);
    padding: 15px 20px;
    border-radius: 10px;
    text-align: start;
    position: absolute;
    left: 0px;
}

.success-message {
    width: 100%;
    background-color: rgb(170, 255, 189);
    color: rgb(32, 139, 38);
    padding: 15px 20px;
    border-radius: 10px;
}

.loader {
    width: 27px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 0px 5px;
    border: 5px solid lightblue;
    border-right-color: var(--purple);
    animation: l2 1s infinite linear;
    position: absolute;
    right: 376px;
    top: 6px;
}

@keyframes l2 {
    to {
        transform: rotate(1turn);
    }
}

.contact-form-button:hover {
    padding: 11px 29px 10px 29px;
    border-radius: 30px;
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
    box-shadow: 0px 21px 20px 0px rgba(255, 146, 245, 0.1);
}

.form-button {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.checkbox-label {
    color: var(--Text-Color-Dark, #252f40);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 7px;
    letter-spacing: -0.42px;
}

.nav-icon-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-heading {
    color: #000;
    font-family: var(--Nunito);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.uploaded-footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
}

.footer-first-section {
    display: flex;
    gap: 10px;
}

.convert-button {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    color: #f9f9f9;
    align-items: center;
    border-radius: 40px;
    background: var(--color-paragraph);
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cancel-button {
    background: #F4F5FB;
    border: none;
    outline: none;
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer;
}

.convert-button:hover {
    cursor: pointer;
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
    box-shadow: 0px 21px 20px 0px rgba(255, 146, 245, 0.1);
}

.upload-footer-para {
    color: #7a7b8e;
    font-family: var(--Nunito);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upload-footer-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.converted-file-heading {
    color: #262626;
    font-family: var(--Nunito);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.converted-file-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.no-text-found {
    background: #FFF5FE;
    border: 1px solid #D145BF !important;
}

.remove-img {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.no-text-para-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    gap: 8px;
    padding: 0px 16px;
}

.no-text-sub-container {
    gap: 20px !important;
}

.no-text-para-container>div>p {
    color: #FF5D5B !important;
    font-family: Nunito;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

.no-text-heading {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
}

.no-text-para {
    height: auto !important;
    font-family: Nunito;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.01em !important;
    text-align: left;
}

.clear-all-button {
    color: #8c94a5;
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    outline: none;
    border: none;
}

.clear-all-button:hover {
    cursor: pointer;
}

.freq_q {
    display: inline-flex;
}

.steps>p>a,
.steps>p>a>em>strong,
.working-content>p>a {
    color: purple;
    text-decoration: none;
    font-weight: 600;
}

.working-content>p>em>strong>a,
.working-content>p>em>strong>a>span {
    text-decoration: none;
    font-weight: 600;
    color: purple !important;
}

progress[value] {
    --w: 200px;
    --color: linear-gradient(90deg, #D145BF 0.82%, #060318 100.61%);
    --background: lightgrey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: var(--w);
    height: 6px;
    margin: 0 10px;
    border-radius: 10em;
    background: var(--background);
}

progress[value]::-webkit-progress-bar {
    border-radius: 10em;
    background: var(--background);
}

progress[value]::-webkit-progress-value {
    border-radius: 10em;
    background: var(--color-paragraph);
}

progress[value]::-moz-progress-bar {
    border-radius: 10em;
    background: var(--color-paragraph);
}

label {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.converted-content {
    border-radius: 15px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    position: relative;
}

.converted_privacy_note {
    bottom: 0px !important;
    position: static !important;
}

.converted-privacy-note-container {
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    bottom: 0px;
    height: 30px;
    /* margin-top: 10px; */
}

.feedback-rating-container label.active img{
    filter: (0) saturate(100%) invert(51%) sepia(15%) saturate(4477%) hue-rotate(349deg) brightness(96%) contrast(109%)
}

.feedback-container {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.feedback-container>p {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #7A7B8E !important;
}

.feedback-container>button {
    background: #F4F5FB;
    border-radius: 40px;
    padding: 6px 12px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.feedback-overlay,
.success-feedback-overlay,
.already-feedback-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    display: none;
}

.feedback-form-container,
.feedback-success-container,
.feedback-already-submitted {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    gap: 24px;
    max-width: 380px;
    width: 100%;
    border-radius: 16px;
    padding: 24px;
    z-index: 100000;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.feedback-success-container,
.feedback-already-submitted {
    /* display: flex; */
    align-items: center;
    gap: 12px;
    max-width: 320px;
}


.feedback-header,
.feedback-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    gap: 12px;
}

.feedback-rating-container {
    display: flex;
    align-items: center;
}

.feedback-rating-container>label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    cursor: pointer;
}

.highlighted,
.feedback-rating-container>label:hover img{
    filter: brightness(0) saturate(100%) invert(51%) sepia(15%) saturate(4477%) hue-rotate(349deg) brightness(96%) contrast(109%);
}

.feedback-header>.heading,
.feedback-success-container>.heading,
.feedback-already-submitted>.heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #060318;
}

.feedback-success-container p,
.feedback-already-submitted p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #060318 !important;
}

.feedback-already-submitted p a {
    color: #D145BF !important;
    text-decoration: none;
}

.success_modal_close_btn {
    width: 100%;
    border-radius: 40px;
    padding: 8px 12px;
    background: #060318;
    color: white;
    cursor: pointer;
    outline: none;
    border: none;
}

.feedback-form>span>b {
    color: #060318;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;

}

.feedback-form>span {
    color: #90939A;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

}

.feedback-textarea {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
    border-radius: 12px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    resize: none;
    height: 100px;
}

.feedback-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    gap: 12px;
}

.feedback-footer>button {
    border-radius: 40px;
    padding: 8px 20px;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.feedback-footer> :nth-child(1) {
    background: #F4F5FB;
}

.feedback-footer> :nth-child(1):hover {
    background: #EEEFF5;
}

.feedback-footer> :nth-child(2) {
    background: #060318;
    color: #FFFFFF;
}

.feedback-footer> :nth-child(2):hover {
    background: #000000;
}

.active-feedback {
    background: #d8d9dd !important;
}

.fileUploadLable {
    cursor: pointer;
}

.converted_top_container_section {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    font-family: Nunito;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;

}

.converted-container {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    flex-shrink: 0;
    padding: 8px;
    margin-top: 5px;
    width: 100%;
}

.converted-sub-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* align-items: center; */
}

.converted-para {
    color: #2f333f;
    font-family: var(--Nunito);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 0.16px;
    overflow: auto;
    overflow-x: hidden;
    height: 90px;
    flex-shrink: 0;
    text-align: start;
}

.ouput_paragraph_result {
    padding: 0px 225px 0px 0px !important;
}

#loading-effect .dots {
    display: inline-block;
    width: 20px;
    /* Reserve space for the dots */
    text-align: left;
}

@keyframes loading-dots {
    0% {
        content: '.';
    }

    33% {
        content: '..';
    }

    66% {
        content: '...';
    }

    100% {
        content: '.';
    }
}

#loading-effect .dots::after {
    content: '...';
    animation: loading-dots 1.5s infinite;
}

.preloader-para-container {
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.preloader-progress {
    top: 0px;
    position: absolute;
    background: #f3f7fc;
    z-index: 1;
    height: 100%;
    width: 0%;
    opacity: 1;
    left: 0px;
    border-radius: 10px 0px 0px 10px;
    transition: width 0.5s ease;
    /* Smooth width transition */
}

.converted-para::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#crop-button {
    padding: 8px 20px !important;
    font-size: 14px !important;


}

.cropper-canvas {
    width: 100% !important;
}

.image-popup-container,
.cropper-image-popup-container {
    display: none;
    position: fixed;
    /* max-width: 560px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #fff;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.cropper-image-popup-container {
    width: 100%;
    max-width: 720px !important;

}

.custom-range {
    height: 6px;
    border-radius: 5px;
    outline: none;
    appearance: none;
    margin: 0px 5px;
    background: linear-gradient(90deg, #D145BF 0.82%, #060318 100.61%);
}

#cancel-button {
    padding: 8px 20px !important;
    font-size: 14px !important;
}

/* Customizing the range thumb for better styling */
.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: radial-gradient(54.24% 100% at 49.86% 100%, #12104A 0%, #D145BF 0.01%, #060318 100%);
    box-shadow: 0px 2px 6px 0px #FF92F552;

    cursor: pointer;
    border: 3px solid #FFFFFF
}

.custom-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: radial-gradient(54.24% 100% at 49.86% 100%, #12104A 0%, #D145BF 0.01%, #060318 100%);
    box-shadow: 0px 2px 6px 0px #FF92F552;

    cursor: pointer;
    border: 3px solid #FFFFFF
}

.cropper-image-popup-img {}

.image-popup-header,
.cropper-image-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-popup-footer>div,
.cropper-image-popup-footer>div {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.image-popup-header span,
.cropper-image-popup-header span {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #262626;

}

.close-btn-crop,
.close-btn {
    height: 30px;
    width: 30px;
}

.image-popup-footer,
.cropper-image-popup-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cropper-modal {
    border-radius: 12px !important;
}

.cropper-container .cropper-bg {
    width: 500px !important;
}

.close-btn-crop:hover,
.close-btn {
    cursor: pointer;
}

/* .cropper-view-box {
    border: 3px solid #D145BF !important;
} */

.cropper-bg {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* .cropper-line,
.cropper-point {
    background-color: #D145BF !important;
    height: 5px !important;
    width: 5px !important;
    opacity: 1 !important;
    border-radius: 50% !important;
} */

.converted-para::-webkit-scrollbar-thumb {
    background-color: #aca8a8;
    border-radius: 10px;
}

.cropper-img {
    cursor: pointer;
}

.converted-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 17px;
    /* bottom: 0px; */
    top: 6px;
}

.coverted-footer-icon {
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
}

.converted-file-name {
    font-size: 12px !important;
    line-height: 16px !important;
}

.switch input[type="checkbox"] {
    display: none;
}

.switch {
    display: flex;
    gap: 10px;
    align-items: center;
}

.switch-label {
    display: block;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.switch-label::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 2px;
    transition: transform 0.3s ease;
}

.converted-para-container {
    width: 100%;
}

.who-can-img {
    max-width: 100%;
}

.freq_ans {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 16px;
}

.switch-text {
    margin-left: 10px;
    color: var(--Text-Color-Dark, #252f40);
    font-family: var(--Nunito);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.42px;
}

.switch input[type="checkbox"]:checked+.switch-label::after {
    transform: translateX(100%) translateY(-50%);
    background-color: var(--purple);
}



.converted-img-container {
    position: relative;
}

.converted-img {
    height: 90px;
    width: 100px;
    object-fit: cover;
    border: solid 1px rgb(219, 219, 219);
    cursor: pointer;
}

#converted_result_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.display-image {
    height: 100%;
    width: 90%;
    min-width: 55px;
    border-radius: 8px;
    border: solid 1px #d3d3d3;
    object-fit: cover;
    cursor: pointer;
}

.display-name-progress {
    flex-grow: 5;
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 400px;
}

.converted_paragraph_count {
    text-align: center;
    font-size: 20px !important;
    font-weight: 400;
    color: #9A9CAC;

}

.custom_page_main_content ol li {
    margin-left: 15px !important;
}

.footer-download-btn,
.other-langs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #000000;
    color: white;
    gap: 5px;
    border-radius: 40px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.other-langs-arrow {
    margin-left: 5px;
}

.app-download-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    position: relative;
}

.other-langs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-lang {
    border-radius: 12px;
    box-shadow: 0px 8px 20px 0px #406EF31A;
    backdrop-filter: blur(4px);
    background: #FFFFFF;
    position: absolute;
    bottom: 45px;
    right: 0px;
    max-width: 160px !important;
    width: 100%;
    overflow: auto;
}

.select-lang-list {
    max-height: 138px !important;
    overflow: auto;
}

.select-lang-txt {
    padding: 6px 12px;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    outline: none;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
}

.langs-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
    color: #262626;

}

.langs-list>span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.langs-list:hover {
    cursor: pointer;
    background: #FDF0FB;
}

.footer-download-btn:hover {
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
    cursor: pointer;
}

.app-section-container {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    font-family: var(--Nunito);
}

.blog-detail-para ol li,
.blog-detail-para ul li {
    margin-left: 20px;
    color: var(--color-paragraph) !important;
    font-family: var(--Nunito) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 34.4px !important;
}

.steps p em strong a {
    text-decoration: none;
    color: purple !important;
}

.steps>p {
    line-height: 32px !important;
}



.latest-blog-detail {
    background: #f8fafc !important;
}

.blog-detail-para p img {
    width: 100%;
}

.expand-convert,
.copy-convert,
.download-convert {
    height: 28px;
    width: 28px;
}

.popup-component,
.info-popup-component {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    background-color: white;
    color: #060318;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.info-popup-component {
    padding: 12px;
    gap: 12px !important;
}

.info-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.info-header>span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #262626;
    font-family: Nunito;

}

.info-content {
    background: #F8FAFC;
    width: 100%;
    padding: 16px;
    border-radius: 12px;

}

.info-image {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: solid 1px #E8E8E8;
}

.info-image>span {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #060318;
    gap: 16px;
    word-break: break-all;
}

.blog-right-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 29%;
}

.display-contents {
    background: #f8fafc !important;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 24px 16px;
    gap: 10px;
    width: 100% !important;
}

.display-contents>p>a:hover {
    color: #D145BF !important;
}

.close-icon {
    cursor: pointer;
}

.info-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.info-table tr {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
}

.table-value {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #262626;

}

.table-data {
    color: #9A9CAC;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

}

.cropper-container {
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: hidden !important;
}

#mechanism_img {
    width: 664px;
    height: 76px;
}

#main-icon {
    height: 110px;
    width: 100px;
}

.browse_word {
    cursor: pointer;
    color: #D145BF !important
}

.mobile-file-input-container {
    display: none;
    align-items: center;
    gap: 8px;
}

.or-separator {
    display: none;
    color: #8C94A5;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;

}

.mobile-file-btns {
    display: flex;
    align-items: center;
    background: #F4F5FB;
    border-radius: 40px;
    gap: 8px;
    padding: 8px 16px;
    border: none;
    font: 500 16px/24px Nunito;
    text-align: center;
    cursor: pointer;
}



@media (width<=425px) {

    .feedback-container {
        flex-direction: column;
        align-items: center;
    }

    .converted-privacy-note-container {
        min-height: 85px;
    }
}


@media (max-width: 1100px) {

    #contact-top-img,
    #contact-bottom-img {
        display: none;
    }
}


@media (max-width: 500px) {
    .converted-content {
        padding: 5px !important;
    }

    .converted_privacy_note {
        bottom: -19px !important;
    }

    #converted_top_container,
    #covert_to_container {
        padding: 10px !important;
    }

    .converted-file-container {
        flex-direction: column !important;
    }

    .converted_footer_buttons {
        width: 100% !important;
        margin-top: 5px !important;
    }

    .download_zip {
        font-size: 13px !important;
        width: 100% !important;
    }

    .start-over {
        padding: 9px 20px !important;
        font-size: 13px !important;
        width: 100% !important;
    }

    .blog-detail-para p img {
        width: 100% !important;
        height: 137px;
    }

    .image-popup-footer,
    .cropper-image-popup-footer {
        flex-direction: column;
    }

    .image-popup-footer>div,
    .cropper-image-popup-footer>div {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .working-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 20px;
        width: 100%;
    }

    .mobile-file-input-container {
        display: flex;
    }

    #main-uploaded {
        gap: 8px;
    }

    .converted-footer {
        right: 3px;
    }

    .or-separator {
        display: block;
    }

    .browse_word {
        display: none;
    }

    #main-icon {
        height: 80px;
        width: 80px;
    }

    .cropper-image-popup-container {
        padding: 10px 0px !important;
        width: 95% !important;
    }

    .cropper-image-width {
        width: 5px !important;
    }

    .cropper-image-popup-body {
        display: flex !important;
    }

    .why-jpg-container {
        padding: 40px 10px;
    }

    .ouput_paragraph_result {
        padding: 0px 0px 20px 0px !important;
    }

    .coverted-footer-icon {
        background-color: white;
    }

    .download-app-txt {
        font-size: 16px !important;
    }

    .pivacy_note {
        position: absolute;
        bottom: 3px;
        /* left: 30px; */
        font-size: 10px !important;
        color: #7a7b8e;
        line-height: 19.4px !important;
        font-weight: 900;
    }

    .converted-para-container {
        width: 61%;
    }

    .related-blog-section {
        margin: 10px 12px;
    }

    .converted_footer_sec {
        flex-direction: column;
        gap: 10px;
    }

    .content {
        margin: 10px 9px;
    }

    .blog-footer {
        flex-direction: row;
    }

    .footer-top-section {
        flex-direction: column;
        gap: 15px;
    }

    .footer-mid-section {
        text-align: center;
    }

    .single-blog-footer {
        flex-direction: column;
    }

    .blog-date {
        width: 100%;
        flex: 1;
    }

    .blog-share-container {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .blog-share {
        width: 100%;
        text-align: start;
        margin-top: 5px;
    }

    .blog-share-icon {
        width: 100%;
        text-align: start;
        justify-content: end;
    }

    .file-input {
        width: 80%;
    }

    .tools-sub-formate {
        flex-direction: column;
    }

    .formate-title {
        border-bottom: solid 1px #e8e8e8;
        padding: 24px;
        width: 100% !important;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        color: var(--color-paragraph);
        font-family: var(--Nunito);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .formate-description {
        flex-grow: 8;
        padding: 20px;
        display: flex;
        font-family: var(--Nunito);
        color: var(--color-paragraph);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        justify-content: start;
        align-items: center;
        border-left: none;
        border-bottom: solid 1px #e8e8e8;
    }

    .tools-formate {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 600px;
        margin: 30px auto;
        padding: 5px;
        border-radius: 15px;
        background: linear-gradient(28deg, #fdf0fb 4.02%, #f0f7ff 89.34%);
    }

    /* .cropper-image-popup-container {
        width: 95%;
    } */
    #images_array {
        /* height: auto; */
        max-height: 330px;
    }

    .main-icons-parent-section {
        max-width: 100%;
        position: relative;
        bottom: 29px;
        left: 140px;
    }

    #main-uploaded {
        width: 100%;
    }

    .converted-sub-container {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: row;
    }


    .file-percent-count {
        font-size: 12px;
    }

    #main-uploaded {
        width: 100% !important;
    }

    #uploaded-container {
        width: 100%;
    }

    .img-name-and-percent {
        flex-direction: column;
        gap: 1px;
    }

    .display-name-progress {
        gap: 25px;
    }

    .main-file-content-uploaded {
        flex-direction: column;
        height: auto;
        margin: 10px 0px;
    }

    .contact-form {
        width: 100%;
        padding: 15px;
    }

    .form-input {
        width: 100%;
    }

    .hero-blog-first {
        width: 100%;
    }

    .nav-container {
        display: none;
    }

    .mobil-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        border-radius: 30px;
        border: 2px solid #fff;
        padding: 5px 15px;
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0.5) 27.08%,
                rgba(244, 231, 252, 0.5) 51.17%,
                rgba(255, 255, 255, 0.5) 80.75%);
        box-shadow: 0px 4px 4px 0px rgba(64, 110, 243, 0.1),
            0px 4px 20px 0px #fdf0fb inset;
        backdrop-filter: blur(25px);
    }

    .sub-jpg-container {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 40px;
        padding: 10px;
    }

    .why-jpg-section {
        border-radius: 15px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
        backdrop-filter: none;
        padding: 20px;
        margin-top: 20px;
    }

    .who-can-sec-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .who-can-sec-para {
        text-align: center;
    }

    .freq-question-container {
        width: 100%;
    }

    .freq-questions {
        width: 100%;
    }

    .tools-formate {
        width: 100%;
    }

    .footer-end {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        width: 100%;
    }

    .main-blog-section {
        flex-direction: column !important;
        display: flex;
    }

    .latest-blog {
        width: 100%;
    }

    .latest-blog-detail {
        width: 100%;
    }

    #mechanism_img {
        display: none;
    }

    .where-can-use-container {
        flex-direction: column;
    }

    .where-can-use-image-container {
        gap: 15px;
    }

    .footer-end-img-section {
        gap: 5px;
    }

    .footer-end-para {
        text-align: center;
    }

    .footer-end-copywrite {
        flex-direction: column;
        max-width: auto;
        width: auto;
    }

    .hero-blog-img {
        width: 100%;
        height: 240px !important;
    }



    .expand-convert,
    .copy-convert,
    .download-convert {
        height: 22px;
        width: 22px;
    }

    .no-text-sub-container {
        gap: 10px !important;
    }

    .no-text-para-container {
        padding: 0px !important;
    }
}


@media (min-width: 601px) and (max-width: 700px) {
    .working-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 20px;
    }

    .converted-sub-container {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: row;
        margin-top: 10px;
    }

    /* .converted-img {
        height: 90px;
        width: 100px;
    } */

    .converted-para-container {
        flex-grow: 5;
    }

    #main-uploaded {
        width: 100% !important;
    }

    #uploaded-container {
        width: 100%;
    }

    .main-file-content-uploaded {
        flex-direction: column;
        height: auto;
    }

    .contact-form {
        width: 100%;
    }

    .form-input {
        width: 100%;
    }

    .hero-blog-first {
        width: 100%;
    }

    .sub-jpg-container {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 40px;
        padding: 10px;
    }

    .why-jpg-section {
        border-radius: 15px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
        backdrop-filter: blur(2px);
        padding: 20px;
        margin-top: 20px;
    }

    .who-can-sec-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .who-can-sec-para {
        text-align: center;
    }

    .freq-question-container {
        width: 100%;
    }

    .freq-questions {
        width: 100%;
    }

    .tools-formate {
        width: 100%;
    }

    .blog-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-end {
        width: 100%;
    }

    .download-app-txt {
        font-size: 16px;
    }

    .main-blog-section {
        flex-direction: column !important;
        display: flex;
    }

    .latest-blog {
        width: 100%;
    }

    .latest-blog-detail {
        width: 100%;
    }

    #mechanism_img {
        display: none;
    }

    .where-can-use-container {
        flex-direction: column;
    }

    .where-can-use-image-container {
        gap: 15px;
    }

    .footer-end-copywrite {
        flex-direction: column;
        max-width: auto;
        width: auto;
    }
}

@media (min-width: 701px) and (max-width: 768px) {
    .working-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 20px;
    }

    .footer-end-copywrite {
        flex-direction: column;
        max-width: auto !important;
        width: auto !important;
    }

    #main-uploaded {
        width: 100% !important;
    }

    .where-can-use-container {
        flex-direction: column;
    }

    .where-can-use-image-container {
        gap: 15px;
    }

    #uploaded-container {
        width: 100%;
    }

    .main-file-content-uploaded {
        flex-direction: column;
        height: auto;
    }

    .hero-blog-first {
        width: 100%;
    }

    .sub-jpg-container {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 40px;
        padding: 40px;
    }

    .why-jpg-section {
        border-radius: 15px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
        backdrop-filter: blur(2px);
        padding: 20px;
        margin-top: 20px;
    }

    .who-can-sec-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .who-can-sec-para {
        text-align: center;
    }

    .freq-question-container {
        width: 100%;
    }

    .freq-questions {
        width: 100%;
    }

    .tools-formate {
        width: 100%;
    }

    .blog-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .main-blog-section {
        flex-direction: column !important;
        display: flex;
    }

    .latest-blog {
        width: 100%;
    }

    .latest-blog-detail {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .how_to_section_container {
        flex-direction: column !important;
        gap: 20px;
    }

    #cloud_flare_captcha {
        left: 0%;
        bottom: 9%;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .uploaded-footer {
        justify-content: center !important;
    }

    .pivacy_note {
        left: auto !important;
    }

    .blog-right-container {
        width: 100%;
    }

    .feedback-container>button {
        background: #F4F5FB;
        border-radius: 40px;
        padding: 4px 10px;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 12px;
    }

    .feedback-container>button>img {
        height: 15px;
        width: 15px;
    }

    .converted-privacy-note-container {
        flex-direction: column;
    }

    .feedback-container>p {
        font-size: 12px !important;
    }
}



@media (min-width: 769px) and (max-width: 992px) {
    .working-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 20px;
    }

    .hero-blog-first {
        width: 100%;
    }

    .sub-jpg-container {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 40px;
        padding: 40px;
    }

    .why-jpg-section {
        border-radius: 15px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
        backdrop-filter: blur(2px);
        padding: 20px;
        margin-top: 20px;
    }

    .who-can-sec-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .who-can-sec-para {
        text-align: center;
    }

    .freq-question-container {
        width: 100%;
    }

    .freq-questions {
        width: 100%;
    }

    .tools-formate {
        width: 100%;
    }

    .blog-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }

    .main-blog-section {
        flex-direction: column !important;
        display: flex;
    }

    .latest-blog {
        width: 100%;
    }

    .latest-blog-detail {
        width: 100%;
    }

    .blog-right-container {
        width: 100% !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .working-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 20px;
    }

    .why-jpg-section {
        border-radius: 15px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
        backdrop-filter: blur(2px);
        padding: 20px;
        margin-top: 20px;
    }

    .who-can-sec-para {
        text-align: center;
    }

    .freq-question-container {
        width: 100%;
    }

    .freq-questions {
        width: 100%;
    }

    .tools-formate {
        width: 100%;
    }
}

.converted-container {
    position: relative;
}

.progress-bar-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    width: 0;
    background-color: gray;
    opacity: 0.1;
    transition: width 0.5s ease-in-out;
}



.popup-bottom-container {
    padding: 10px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup-paragraph {
    line-height: 20px !important;
    font-size: 14px !important;
}

.popup-bottom {
    background: black;
    color: white;
    padding: 10px 60px;
    border-radius: 30px;
    transition: 0.4s;
    display: inline-block;
    margin-top: 22px;
}

.popup-bottom:hover {
    cursor: pointer;
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
}

.popup-heading {
    font-size: 20px;
    font-family: "Nunito";
    font-weight: 700;
    line-height: 26px;
}

.overlay,
.cropper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

/* .cropper-point.point-se {
    height: auto !important;
    width: auto !important;
} */

.working_mechanism_steps_container {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.working_mechanism_steps {
    max-width: 384px;
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 16px 2px;
    border-radius: 16px;
    border: 2px solid;
    border-image-source: linear-gradient(254.64deg, #FFFFFF -20.07%, rgba(255, 255, 255, 0) 55.83%, #FFFFFF 121.4%);
    background: #FFFFFF;
    box-shadow: 0px 24px 135px 0px #406EF31A;
    backdrop-filter: blur(4px);
}

.working_mechanism_all_section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.working_mechanism_steps p {
    font-family: Nunito !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.01em !important;
    text-align: left !important;
}

.tooltip_arrow {
    background: black;
    height: 15px;
    padding: 1px 10px;
    top: 15px;
    right: 22px;
    position: absolute;
    transform: rotate(43deg);
    z-index: -1;
}

#converted_top_container,
#covert_to_container {
    padding: 30px;
}

.popup-close-btn:hover {
    cursor: pointer;
}

.tooltip {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    color: white !important;
    height: 100%;
}

.tooltip_container {
    position: absolute;
    right: -23px;
    bottom: 39px;
    display: none;
    background: black;
    height: 28px;
    padding: 1px 10px;
    border-radius: 10px;
    color: white;
    z-index: 1000;
}

.steps_container div p {
    text-align: start;
    line-height: 28px !important;
}

.working-content>p>strong {
    font-weight: 400;
}

.where-can-steps-container div p {
    text-align: start !important;
    line-height: 24px !important;
}

.first-td {
    padding: 10px;
    border-bottom: solid 1px #eae9e9;
    font-family: var(--Nunito);
    border-right: solid 1px #f3f3f3;
}

.seconde-td {
    padding: 10px;
    font-family: var(--Nunito);
    border-bottom: solid 1px #eae9e9;
}

#camera-container {
    position: absolute;
    z-index: 2;
    max-width: 375px;
}

#video {
    width: 100%;
}

.camera-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #060318;
    padding: 16px;
    border-radius: 1000px;
    display: none;
}

.camera-controls>button {
    background: none;
    display: inline;
    border: none;
    outline: none;
    height: 52px;
    width: 52px;
}
