@font-face {
    font-family: poppin-regular;
    src: url(../../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppin-bold;
    src: url(../../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppin-medium;
    src: url(../../fonts/Poppins-Medium.ttf);
}

:root {
    --body-bg-color: #F6F7FB;
    --navbar-bg: #FFFFFF;
    --navbar-border-bottom: #DBDCE1;
    --text-color: #4B5168;
    --bg-image: url('../../tools_icon/background.svg');
    --tool-heading: #0F172A;
    --box-url-color: #101326;
    --box-url-border-color: #FFFFFF;
    --box-url-bg-color: #ffffff54;
    --box-outer-bg-color: #fff;
    --box-inner-bg-color: #F6F7FB;
    --box-bold_text: #101326;
    --upload-btn-bg: #101326;
    --upload-btn-color: #fff;
    --upload-btn-image: url('../../tools_icon/dark/download.svg');
    --icon-color: white;
    --social-icon-bg: #FFFFFF;
    --tool-card-bg: #FFFFFF;
    --tool-card-sm-text: #4B5168;
    --content-section-without_bg: #FFFFFF;
    --content-section-with_bg: #F6F7FB;
    --inner-text-color:#0E101A;



}

.dark {
    --body-bg-color: black;
    --navbar-bg: #1A1D21;
    --text-color: #A6ADC5;
    --bg-image: url('../../tools_icon/dark/bg_image.svg');
    --tool-heading: #FFFFFF;
    --box-url-color: #FFFFFF;
    --box-url-border-color: #434B58;
    --box-url-bg-color: #434b5800;
    --navbar-border-bottom: #35373B;
    --box-outer-bg-color: #222529;
    --box-inner-bg-color: #1A1D21;
    --box-bold_text: #fff;
    --upload-btn-bg: #FFFFFF;
    --upload-btn-color: #101326;
    --upload-btn-image: url('../../tools_icon/dark/upload.svg');
    --icon-color: black;
    --social-icon-bg: #35373B;
    --tool-card-bg: #222529;
    --tool-card-sm-text: #A6ADC5;
    --content-section-without_bg: #222529;
    --content-section-with_bg: #1A1D21;
    --inner-text-color:#FFFFFF;

}


body {
    background-color: var(--body-bg-color);
    font-family: poppin-regular;
    color: var(--text-color);
}

h1,
h2 {
    font-family: poppin-bold;
}

h3 {
    font-family: poppin-medium;
}

.bg-light {
    background-color: #fff !important;
}

.icon path {
    fill: var(--icon-color);
}

.con_nav {
    /* z-index: 100;
    position: sticky;
    top: 0; */
    border-bottom: 1px solid var(--navbar-border-bottom);

}

.con_nav .navbar,
.con_nav {
    background-color: var(--navbar-bg) !important;
    color: var(--text-color);
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

.navbar span.imgtotext {
    color: var(--tool-heading)
}

.btn_pricing {
    width: 113px;
    height: 40px;
    border-radius: 6px;
    background-color: #FF9736;
    color: #fff;
    font-weight: 500;
}

.btn_cta a:hover {
    color: #fff;
}

.btn_upload {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    background-color: var(--upload-btn-bg);
    color: var(--upload-btn-color);
    font-weight: 500;
}

.btn_login {
    width: 102px;
    height: 40px;
    border-radius: 6px;
    background-color: #FF9736;
    color: #fff;
    font-weight: 500;
}

.bg-yellow {
    background: #0264FF;
}

.bg-login {
    background: #0264FF;
}

.upbtn {
    display: inline-flex;
    align-items: center;
}

.btn_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

.sidebtns {
    width: -moz-available;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border-radius: 7px;
    text-align: left;
    font-size: 14px;
    outline: none !important;
    font-weight: 500 !important;
}

.bg_image {
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-position: top right 4%;
    /* background-size: 100%; */
    /* height: 620px;
    background-size: cover; */
}

.heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: var(--tool-heading)
}

.descrptn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 55%;
    text-align: center;
}

.add {
    max-width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.add img {
    max-width: 80%;
}


ul#menu li {
    display: inline;
}

.section_text ul {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 95%;
    margin: auto;
    border: 1px solid;
    border-color: var(--box-url-border-color);
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 10px;
    background: var(--box-url-bg-color);
}

.section_text li a {
    text-decoration: none;
    color: var(--box-url-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

ul#menu li a.cost_color {
    font-size: 18px;
    font-weight: 600;
    color: #0264FF;
}

.box {
    width: 100%;
    height: 480px;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 25px;
    background-color: var(--box-outer-bg-color);
}

.inner-box {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 2px dashed #DBDCE1;
    background-color: var(--box-inner-bg-color);
}

.drop_image {
    display: flex;
    justify-content: center;
}

.drop_text {
    text-align: center;
    font-weight: 500;
}

.text_1 {
    color: var(--box-bold_text);
    font-size: 22px;
    line-height: 33px;
}

.drop_text .text_sm {
    font-size: 16px;
    line-height: 24pxs;
}

.mode_icon img {
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.social_icon {
    padding: 10px;
    background-color: var(--social-icon-bg);
    border-radius: 5px;
}

.section_text ul {
    list-style: none;
}

.section_text ul li::before {
    font-size: 15px;
    content: "\2022";
    color: blue;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.fw-600 {
    font-weight: 600 !important;
}

.undline {
    text-decoration: underline !important;
}

.section_text .no_list_styles::before {
    content: "";
}

.btn_submit {
    width: 200px;
    border-radius: 6px;
    background-color: #0264FF;
    color: #fff;
    font-weight: 600;
    height: 48px;
}

.btn_view_all {
    width: 170px;
    border-radius: 6px;
    background-color: #0264FF;
    color: #fff;
    font-weight: 600;
    height: 48px;
}

.nav_text,
.dropdown-item {
    color: var(--text-color) !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}


.nav_text:hover,
.dropdown-item:hover {
    color: #0264FF !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background-color: #0264FF !important;
}

.navbar-brand {
    font-weight: 600;
}

.tool-card {
    min-height: 100%;
    color: #101326;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--tool-card-bg);
}

.tool-card img {
    margin-bottom: 25px;
}

.tool-card h3 {
    color: var(--tool-heading);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.tool-card p {
    margin: 0;
    color: var(--tool-card-sm-text);
    font-size: 16px;
}

.content_section .with_bg {
    background-color: var(--content-section-with_bg);
}

.without_bg {
    background-color: #fff;
}

.content_section .without_bg {
    background-color: var(--content-section-without_bg);
}

.content_section .with_bg ul {
    list-style: none;
}

.content_section .with_bg ul li::before {
    font-size: 20px;
    content: "\2022";
    color: blue;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.content_section h2 {
    line-height: 45px;
    color: var(--tool-heading);
    font-size: 32px;
    font-weight: 500;
}

.tool-card-link a {
    text-decoration: none;
}

.tool-card-link .tool-card:hover {
    border: 1px solid #DBDCE1;
}

.other_tools h2 {
    color: var(--tool-heading);
    font-size: 32px;
    font-weight: 600;
}

.key_features h2 {
    font-size: 32px;
    font-weight: 500;
}

.tool-card.transparent {
    background-color: transparent;
}

.bg_white {
    background-color: #fff;
}

.btn_benefits {
    width: 265px;
    border-radius: 6px;
    border-color: transparent;
    background-color: #fff;
    color: #4B5168;
    font-weight: 600;
    height: 48px;
}

.benefits {
    flex-direction: row;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.faqs .card {
    background-color: #F6F7FB;
}

.with_bg .faqs .card {
    background-color: #fff !important;
}

.faq_text {
    color: #101326;
    font-size: 22px;
    margin-left: 30px;
    margin-bottom: 0;
}

.faq_bg {
    background-color: #F6F7FB;
}

.with_bg .faq_bg,
.with_bg .faqs .card {
    background-color: #fff !important;
}

.faq_ {
    border-radius: 8px;
    border: 1px solid transparent;
}

.faq_ .card-body p {
    font-size: 16px;

}

.faq_ .card-body {
    margin-top: 15px;
    margin-left: 39px;

}

.card-link {
    background-image: url('../../tools_icon/minus_icon.svg');

    background-repeat: no-repeat;
    text-indent: 8px;
}

.card-link.collapsed {
    background-image: url('../../tools_icon/plus_icon.svg');
}

.footer {
    background-color: #0C0E1A;
    color: #fff;
}

.footer a {
    color: #A4ABC7;
    text-decoration: none;
    margin: 10px 0px;
    display: block;
    font-size: 16px;
}

.footer p {
    color: #A4ABC7;
    font-size: 16px;
    line-height: 24px;
}

.footer h4 {
    font-size: 20px;
    line-height: 30px;
}

.footer .lang_btn .dropdown-toggle {
    width: 182px;
    max-width: 100%;
    background-color: transparent;
    background-image: url('../../tools_icon/language.svg');
    background-repeat: no-repeat;
}

.footer .dropdown .dropdown-toggle {
    background-color: #fff;
    color: #101326;
    width: 193px;
    max-width: 100%;

}

.footer .dropdown-menu {
    min-width: 12rem;
}

.footer .dropdown a {
    color: #101326;
    font-size: 16px;
}

.main-div {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.loader {
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(27, 22, 22, .9);
    z-index: 20;
    text-align: center;
}

.loader .actuall_loader {
    animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 100px;
    position: relative;
    top: 130px;
    left: 0;
    right: 0;
}

.loader span {
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 350px;
    left: 20px;
    color: #fff;
    right: 0;
}

.scrolling {
    overflow-y: auto;
}

.scrolling::-webkit-scrollbar {
    width: 0.2rem;
    height: 90%;
    cursor: pointer !important;
    background-color: rgba(211, 211, 211, 0.552);
}

.scrolling::-webkit-scrollbar-thumb {
    outline: 1px solid slategrey;
    background-color: #0264FF;
    ;
    border-radius: 10px;
}

.alert-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.ck-editor__editable[role="textbox"] {
    min-height: 390px;
}

@media (max-width: 768px) {
    .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .inner-box {
        border-radius: 8px;
        text-align: center;
    }

    .section_text ul {
        width: 90%;
        display: block;
        text-align: center;
    }

    ul#menu li {
        display: inline;
        width: 100%;
        margin: 10px 0px;
    }

    .box {
        padding: 20px;
        /* border-radius: 0px; */
    }

    .text_1 {
        font-size: 15px;
        line-height: 23px;
    }

    .drop_text .text_sm {
        font-size: 14px;
        margin: 0;
    }

    .btn_upload {
        width: 88%;
    }

    .social_icon {
        margin-top: 11px !important;
        display: inline-block;
    }

    .content_section h2 {
        font-size: 20px;
        word-break: break-word;
    }

    .key_features h2,
    .other_tools h2 {
        font-size: 20px;
        word-break: break-word;
    }

    .tool-card h3 {
        font-size: 18px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer a {
        font-size: 14px;
    }

    .faq_text {
        font-weight: 600;
        margin-left: 0px;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .faq_ .card-body p {
        font-size: 14px;
    }

    .descrptn {
        font-size: 14px;
        width: 80%;
    }

    .smalign {
        display: flex;
        justify-content: center;
    }

    .footer {
        text-align: center;
    }

    .footer h4 {
        font-size: 20px;
    }

    .btn_submit {
        width: 100%;
    }

    .btn_benefits {
        width: 100%;
    }

    .faq_ .card-body {

        margin-left: 0;

    }
}

@media (max-width: 600px) {
    .card-link {
        text-indent: 0px;
        background-image: none;
    }

    .card-link.collapsed {
        background-image: none;
    }
}

@media only screen and (max-width: 1024px) {
    .section_text li a {
        font-size: 14px;
    }

    .nav_text {
        font-size: 14px;
    }
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* @keyframes rotate {
    0%   {transform: rotate(-160deg);}
    25%  {transform: rotate(100deg);}
    50%  {transform: rotate(-100deg);}
    75%  {transform: rotate(360deg);}
    100% {transform: rotate(-360deg);}
} */