@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700&family=Dancing+Script:wght@400;500;600;700&family=Oswald:wght@300&family=Raleway:ital,wght@0,500;0,600;0,700;0,800;0,900;1,600;1,800;1,900&display=swap');

body {
    font-family: "DM Sans", sans-serif;
    scroll-behavior: smooth;
}


:root {
    --changingbg1: #1b243b;
    --changingbg2: #2fa2d3;
    --changingbg3: #dcd1ff;
    --changingbg4: orange;
}



.left_img_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    background: transparent;
    margin: 20px;
}

.home_img_holder {
    max-width: 100%;
    max-height: 100%;
}


.all_images_holder {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.img_bar {
    box-shadow: 0px 0px 5px 0px #00000090;
}

.activated_bar {
    box-shadow: 0px 0px 10px 0px #fb0000;
}

.main_img {
    width: 100%;
    height: 150px;
}






.how_works {
    background-color: #F6F6FF;
    padding: 70px 0px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.how_work_line {
    position: relative;
    padding-bottom: 20px;
}

.no_href_effect,
.no_href_effect:hover {
    color: inherit;
    text-decoration: none;
}

.all_contents {
    padding: 0px 25px;
}

.line_serial {
    color: #afafaf;
    font-weight: 600;
    position: absolute;
    transform: rotate(90deg);
    left: -10px;
    top: -30px;
}


.how_work_grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    margin-top: 40px;
}

.how_work_img {
    background: #fff;
    margin: 20px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-top: 0px;
}

.work_img {
    width: 100%;
    height: auto;
}

.how_works_title {
    font-weight: 300;
    font-size: 1.5rem;
    color: #333;
}

.blue_italica {
    color: #9D4DA0;
    font-style: italic;
    font-weight: 300;
    font-family: 'Dancing Script', cursive;
}

.how_works_main_title {
    color: #333;
    font-size: 2.5rem;
    font-weight: 300;
}

.how_work_title {
    font-size: 1.65rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 1rem;
}

.how_work_desc {
    color: #363636;
    font-weight: 300;
    font-size: 1.1rem;
}

.prev_next_work_line_btn {
    background: #fff;
    border: 2px solid #000;
    font-size: 2rem;
    padding: 7px 20px;
    line-height: 15px;
    padding-bottom: 10px;
    border-radius: 25px;
    box-shadow: 0px 3px 0px 0px black;
    max-height: 2.6rem;
}

.left_right_flex {
    display: flex;
    grid-gap: 1rem;
}

.right_btn_part {
    display: flex;
    justify-content: center;
    align-items: center;
}





.welcome_slider {
    background-color: #F6F6FF;
    padding: 50px 50px;
    color: #333;
    /* animation-name: changeBgColor; 
    animation-duration: 24s;
    animation-iteration-count: infinite; */
}


.welcome_slider_edit_page {
    background-color: var(--changingbg3);
    padding: 50px 50px;
    color: #fff;
}




@keyframes changeBgColor {
    0% {
        background-color: var(--changingbg1);
        color: #fff;
    }

    12.5% {
        background-color: var(--changingbg1);
        color: #fff;
    }

    25% {
        background-color: var(--changingbg2);
        color: #fff;
    }

    37.5% {
        background-color: var(--changingbg3);
        color: #000;
    }

    50% {
        background-color: var(--changingbg4);
        color: #000;
    }

    67.5% {
        background-color: var(--changingbg1);
        color: #fff;
    }

    75% {
        background-color: var(--changingbg2);
        color: #fff;
    }

    87.5% {
        background-color: var(--changingbg3);
        color: #fff;
    }

    100% {
        background-color: var(--changingbg4);
        color: #fff;
    }
}



.holder {
    display: grid;
    align-items: center;
}

.startText {
    font-size: 3.5rem;
}

.startSmallPara {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 300;
}

.createNew {
    background: white;
    color: black;
    border: 2px solid var(--changingbg1);
    padding: 10px 15px;
    width: 250px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.5s;
    margin-top: 25px;
    margin-bottom: 2rem;
    outline: none;
}

.createNew:hover {
    background: var(--changingbg1);
    color: white;
}

.slider_img_line {
    width: 100%;
    box-shadow: 0px 0px 65px 0px #00000091;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: changeImage;
    animation-duration: 18s;
    animation-iteration-count: infinite;
}


.carousel_height {
    height: 400px;
}

.sliderImages {
    height: auto;
    width: 100%;
}


.footer_section {
    padding: 75px 3.5rem;
    background: #f8f9fa;
    color: #333;
    padding-bottom: 2rem;
    /* margin-top: 50px; */
}

.copyright_text {
    text-align: center;
}

.footer_links,
.footer_links:hover {
    text-decoration: none;
    color: #333;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.website_brand_image {
    width: 250px;
    height: auto;
}

.blog_main_details {
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 1rem;
    font-family: arial;
    margin: 20px 0px;
    line-height: 0rem;
}

.blog_thumbnail_img {
    width: 100%;
    max-height: 630px;
    display: block;
    margin: 0px auto;
}

.terms_title {
    font-weight: 600;
    font-size: 50px;
    margin: 20px auto;
    text-align: center;
    background: #072242;
    color: #fff;
    padding: 45px;
    width: 100%;
}

.img_lines {
    margin-top: 20px;
}

#signupin_page {
    max-width: 900px;
    border-radius: 25px;
    margin: 100px auto;
    padding: 50px;
    background: #ffffff5e;
}

.img_parent_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.signup_sideimg {
    width: 100%;
}

.underlinedInput {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    font-weight: 300;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
}


.all_tablines_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.sign_tabline {
    border: 2px solid #343a40;
    padding: 10px;
    font-size: 1rem;
    transition: all 0.5s;
}

.sign_tabline:hover,
.activated_line {
    background: #343a40;
    color: #fff;
    font-weight: bold;
}

.login_signup_text {
    text-transform: capitalize;
}

.forget_pwd_text {
    font-size: 0.9rem;
    color: #8270e8;
    cursor: pointer;
    margin: 0px auto;
    margin-top: 0px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}


.alertBox {
    background-color: tomato;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    max-width: 450px;
    margin: 0px auto;
    margin-bottom: 100px;
}

.sucessAlertBox {
    background-color: #28a745;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    max-width: 450px;
    margin: 0px auto;
    margin-bottom: 100px;
}

.navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.navigation_after_spacer {
    height: 105px;
}






.interpreneur_slider {
    overflow-x: hidden;
    width: 100%;
    margin-top: 20px;
}

.helpingText {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

.starsicons {
    height: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.slick-slide {
    margin-right: 20px;
}


.interpreneur_tab {
    margin: 10px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex !important;
}


.interpreneur_details {
    position: absolute;
    bottom: 0px;
    color: white;
    padding: 10px;
    border-radius: 10px;
    background-color: black;
    margin: 10px;
}


.grid_media_image {
    max-width: 100%;
    max-height: 70px;
}

.details {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.name::before {
    content: '– ';
}

.name {
    font-size: 0.9rem;
    font-weight: 600;
}







.next_gen {
    margin-top: 20px;
    padding: 50px 30px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: #e2eef3;
}


.leftrightimg:nth-child(2) {
    float: right;
}

.next_gen_capital_text {
    padding-top: 25px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}

.next_gen_norm {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.startFreeBtn {
    width: 200px;
    margin: 0px auto;
    margin-top: 15px;
    color: white !important;
    background-color: black;
    padding: 8px;
    transition: all 0.5s;
}

.startFreeBtn:hover {
    background-color: white;
    color: black !important;
}

.petra_img_line {
    text-align: left;
    background: black;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.petra_img_line .petra_img {
    width: 60px;
    height: 60px;
}





.section_sourcing {
    padding: 50px 50px;
    padding-bottom: 0px;
}


.all_source_tabs {
    display: grid;
    grid-gap: 10px;
    /* grid-template-columns: repeat(4, 1fr); */
    /* margin-top: 25px; */
}

.btn-learn-more {
    width: 150px;
    border-radius: 15px;
    background: #bc262a;
}

.src_tab {
    text-align: left;
    background: white;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 4rem;
}

.src_tab:hover {
    /* border: 2px solid tomato; */
}

.source_img {
    width: 100%;
    height: 350px;
}

/* .small_details {
    margin: 10px;
    margin-bottom: 20px;
} */

.src_tab a {
    color: #000;
    text-decoration: none;
}

.click_to_pdf {
    background: black;
    border: 1px solid black;
    padding: 10px 10px;
    width: 160px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.5s;
    outline: none;
    margin-top: 0px;
    position: absolute;
    margin-bottom: 25px;
    color: #fff !important;
    bottom: 0px;
}

.center_items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.all_brands {
    background-color: #fff;
    padding: 50px 50px;
}

.branding_tabs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 25px;
}

.brand_tab {
    justify-content: center;
    align-items: center;
    display: grid;
}

.brand_img {
    width: 100%;
    height: auto;
}







.payment_card {
    box-shadow: 0px 0px 25px 0px #b9b9b9;
}

.left_pay_card {
    height: 100%;
    min-height: 300px;
    background: #303C5B;
    padding: 50px;
}

.right_pay_card {
    padding: 50px;
    height: 100%;
    background: #fff;
}

.stripe_img {
    max-width: 100%;
}

.dollar_amount {
    font-size: 3rem;
    color: #fff;
    text-align: end;
    font-weight: 600;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    float: right;
}

.subscribe_plan {
    color: #fff;
    font-size: 1.5rem;
    text-align: end;
}

.permonth {
    font-size: 1.2rem;
    color: #eeee;
    font-weight: 500;
}




.plans_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    width: 90%;
}


.payment_plans {
    color: #fff;
    background: #000;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s;
}

.payment_plans:hover,
.activated_plan {
    text-decoration: none;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 7px 0px black;
}

.login_signup_box {
    /* background: #fff; */
    padding: 25px;
    max-width: 450px;
    margin: 50px auto;
    border-radius: 10px;
    /* box-shadow: 0px 0px 15px 0px #c0c0c0; */
}

.login_title {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 8px;
}

.account_info {
    font-size: 0.9rem;
    color: #b3b2b2;
    margin-bottom: 2rem;
}

.signup_link {
    color: #9D4DA0;
    font-weight: 600;
}

.social_login_btn,
.social_login_btn:hover {
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 35px;
    width: 250px;
    grid-gap: 1rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.light_blue_color {
    color: #52c5ff;
    font-size: 1.65rem;
}

.dark_blue_color {
    font-size: 1.65rem;
    color: #3a74f7;
}

.social_logins {
    margin: 2rem auto;
    display: grid;
    grid-gap: 1rem;
}

.or_line {
    margin-bottom: 2rem;
}

.or_bar {
    border-bottom: 2px solid #333;
}

.or_text {
    text-align: center;
    width: 50px;
    background: #f5f2ef;
    margin: 0px auto;
    margin-top: -15px;
}



.user_acount_type,
.email_input {
    display: block;
    width: 100%;
    background: transparent;
    padding: 5px 10px;
    margin-bottom: 15px;
    color: #333;
    outline: none;
    border: none;
    border-bottom: 2px solid #dedede;
}

.pass_field {
    width: 100%;
    background: transparent;
    padding: 5px 10px;
    margin-bottom: 15px;
    color: #333;
    outline: none;
    border: none;
    border-radius: 4px;
    display: flex;
    position: relative;
    border-bottom: 2px solid #dedede;
}

.forget_icon {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    position: absolute;
    height: 28px;
    top: 0px;
    background: #9D4DA0;
    border-radius: 50%;
    color: #fff;
}

.forget_icon:hover {
    color: #9D4DA0;
    background: #fff;
    border: 2px solid #9D4DA0;
}

.password_input {
    width: calc(100% - 40px);
    outline: none;
    background: transparent;
    border: none;
}

.register_text,
.register_text:hover {
    color: #333;
    text-align: center;
    display: block;
    margin-top: 2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.forget_password_link,
.forget_password_link:hover {
    color: #9D4DA0;
    text-decoration: none;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    font-weight: 600;
}

.grid_class {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    margin-top: 1rem;
}

/* .login_button {
    float: right;
    min-width: 125px;
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(to right, rgb(53, 53, 255), tomato);
    padding: 3px;
    position: relative;
} */

.login_main_button {
    height: 100%;
    width: 100%;
    background: #9D4DA0;
    outline: none;
    transition: all 0.3s;
    border-radius: 25px;
    border: 2px solid #fff;
    font-size: 1.15rem;
    padding: 7px 15px;
    color: #fff;
}

.login_main_button:hover {
    background: #fff;
    color: #9D4DA0;
    border: 2px solid #9D4DA0;
}

.middle_align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left_logo_part {
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
}

.logo_img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    border: 1.5px solid #333;
}

.login_page_details_part {
    position: absolute;
    background: #00000070;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 2rem 3rem;
    border-radius: 15px;
}

.login_apostrophie {
    font-size: 3rem;
    line-height: 0px;
    margin-bottom: 5px;
    color: lightgreen;
    font-weight: 600;
}

.italic_footer {
    font-style: italic;
}

.footer_content_details {
    font-size: 0.9rem;
    color: #eee;
    font-weight: 600;
    margin-bottom: 1rem;
}

.login_apostrophie {
    font-size: 3rem;
    line-height: 0px;
    margin-bottom: 5px;
    color: lightgreen;
    font-weight: 600;
}

.sign_part {
    font-size: 1.2rem;
    font-weight: 600;
}

.footer_last_test {
    font-size: 0.8rem;
    font-weight: 600;
    color: #eee;
}

.italic_footer {
    font-style: italic;
}


.featured_footer_content {
    bottom: 2rem;
    position: absolute;

}

.featured {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 0px;
    margin-bottom: 2rem;
}

.small_details {
    color: #eee;
    font-size: 0.9rem;
    font-weight: 600;
}

.dashboard_btn_holder {
    position: relative;
    background: linear-gradient(to right, rgb(53, 53, 255), tomato);
    border-radius: 25px;
    padding: 5px;
    width: 130px;
}

.dashboard_btn {
    min-width: 120px;
    border-radius: 25px;
    background: linear-gradient(to right, rgb(53, 53, 255), tomato);
    padding: 3px 30px;
    position: relative;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 0;
    font-size: 0.9rem;
    transition: all ease-in-out;
}

.dashboard_btn_text {
    background: transparent;
}

.dashboard_btn:hover {
    background: #fff;
}

.dashboard_btn:hover .dashboard_btn_text {
    background: linear-gradient(90deg, #4750f6 0%, #fb6331 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 0px 15px 0px lightgray;
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #f96736;
    background: #f9d3c5;
    padding: 7px 20px;
    border-radius: 25px;
}

.nav-item {
    margin-right: 10px;
}



.frequent_question_section {
    padding: 75px 10px;
    padding-top: 40px;
    font-family: sans-serif;
}

.question_line:nth-child(n) {
    background: #fff;
    padding: 0px 10px;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.question_line:nth-child(2n) {
    background: #fff;
}

.activated_faq {
    border: 1px solid #333;
    box-shadow: 0px 5px 0px 0px black;
}

.asked_question {
    background: inherit;
    display: flex;
    position: relative;
    padding: 10px;
    color: #333;
}

.arrow_icon {
    float: right;
    right: 0px;
    position: absolute;
    width: 2rem;
    height: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    transition: all 0.5s;
    user-select: none;
    background: #9D4DA078;
    border-radius: 50%;
    top: 5px;
}

.arrow_icon:hover {
    background: #fff;
    color: #9D4DA078;
    border: 2px solid #9D4DA078;
}

.rotate {
    transform: rotate(180deg);
}

.question_reply {
    color: #838383;
    font-weight: 300;
    transition: all 0.5s;
    overflow: hidden;
    height: 0px;
}

.show_reply {
    padding: 10px;
    height: auto;
    padding-top: 0px;
}





.payment_cards {
    background: #F6F6FF;
    padding: 75px 0px;
}

.payment_title {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.cards_holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.card_link,
.card_link:hover {
    color: unset;
    text-decoration: none;
}

.card_line {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    font-family: arial;
    transition: all 0.5s;
    cursor: pointer;
    border: 1.5px solid #333;
}

.card_line:hover {
    background: #303858;
    color: #fff;
}

.card_large_title {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.offer_icon .fa-check {
    font-weight: 300;
}

.cross_service {
    background: #000;
    color: #fff;
}

.sm_title {
    font-size: 1rem;
    font-weight: 600;
    color: #818a99;
}

.card_sm_desc {
    text-align: center;
    /* color: #2e2e2e; */
    font-weight: 300;
    margin: 15px auto;
}

.card_small_title {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
}

.offer_line {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-bottom: 15px;
    font-weight: 300;
}






.testimonials_slider {
    padding-top: 2rem;
    padding-bottom: 75px;
}

.sided_grid {
    display: grid;
    margin: 20px auto;
    max-width: 450px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.question_ask{
    color: #9D4DA0;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    text-align: center;
}

.testimonial_title {
    font-weight: 600;
    text-align: center;
    font-size: 1.75rem;
    margin-top: 3rem;
}

#testimonial_slider {
    margin-top: 2rem;
    max-width: 100%;
    overflow: hidden;
}

.testimonial_line {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    font-weight: 300;
    position: relative;
    min-height: 270px;
    border: 1px solid black;
    margin-bottom: 20px;
}

.contact_form {
    margin: 5rem auto;
    margin-bottom: 7rem;
}

.contact_img_container {
    height: 300px;
    display: flex;
    justify-content: center;
}

.contact_us_title {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
}

.contact_us_desc {
    font-size: 1.2rem;
    font-family: arial;
    color: #868686;
    line-height: 1.5rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.form_input {
    background: #f3f3f3;
    outline: none;
    border: none;
    padding: 30px 15px;
}

.message_input {
    background: #f3f3f3;
    outline: none;
    border: none;
}

.contact_us_img {
    max-width: 100%;
    height: 100%;
}

.testimonial_para {
    margin-bottom: 7rem;
    height: 150px;
    overflow: auto;
}

.testimonial_user {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    bottom: 0px;
    width: -moz-available;
    padding-right: 20px;
    padding-bottom: 20px;
    width: -webkit-fill-available;
}

.user_img {
    width: 50px;
    height: 50px;
}

.user_main_img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}


.text-end {
    text-align: end;
}



.tab_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}


.tabline {
    padding: 0px;
    border: 2px solid black;
    border-radius: 15px;
    overflow: hidden;
}

.tabline_details {
    background: black;
    color: white;
    padding: 25px;
    height: calc(100% - 300px);
}

.tabline_img {
    width: 100%;
    height: 300px;
}

.uppercase {
    text-transform: uppercase;
}

.doing_holder {
    width: 100%;
    height: 100%;
}



.petra_flows {
    background: var(--neviblue);
    padding: 100px;
}


.tab_container {
    background: #fff;
    border-radius: 25px 25px 0px 0px;
    padding: 30px;
    text-align: center;
}


#tab_all_data {
    background-color: #fff;
    padding: 25px;
    border-radius: 0px 0px 25px 25px;
}

.select_type {
    padding: 10px 15px;
    background: #fff;
    min-width: 150px;
    margin-right: 10px;
}

.tab_active {
    background-color: var(--neviblue);
}









.items_centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabline_right_img {
    max-height: 350px;
    max-width: 100%;
}

.headline_data_text {
    font-size: 1.7rem;
    font-weight: 600;
}





.powerful_platform {
    background-color: black;
    color: white;
    padding: 50px;
}

.three_tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 35px;
}

.three_tab_line {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #fff;
    padding: 20px;
    text-align: center;
    transition: all 0.5s;
}

.three_tab_line:hover,
.hovered_tab {
    background-color: #fff;
    color: black;
}

.hovered_tab:hover {
    background-color: var(--neviblue);
}

.tab_main_img {
    max-height: 300px;
    max-width: 100%;
}


.main_text {
    padding-top: 15px;
    font-size: 1.9rem;
    font-weight: 600;
    text-align: left;
}

.start_now_btn {
    margin-top: 20px;
    text-decoration: underline;
    font-size: 1.3rem;
    text-align: left;
}






.doing_for_all {
    background-color: var(--neviblue);
    padding-top: 50px;
}


.tab_lines_all_texts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}


.doing_images {
    text-align: center;
    width: 75%;
    height: 400px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doing_img {
    max-width: 100%;
    max-height: 100%;
}

.doing_tab {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 15px solid #f1f1f1;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 15px;
}

.doing_active {
    border-bottom: 15px solid #000;
}





.justify-left {
    justify-content: left;
    padding-left: 20px;
}


.unlockText {
    margin-bottom: 75px;
}

.unlocking_lines {
    margin: 25px;
    margin-bottom: 70px;
}

.unlockimg {
    max-width: 100%;
    max-height: 100%;
    /* border-radius: 10px; */
}

.grow_brand_title {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
}

.grow_brand_desc {
    margin-top: 1rem;
    padding: 0px;
    font-size: 1.5rem;
    color: #737373;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.grow_brand_sm_text {
    font-size: 1rem;
    font-family: sans-serif;
    color: #767676;
    margin-bottom: 5rem;
}

.headline {
    font-weight: 600;
    font-size: 1.4rem;
}

.unlock_details {
    font-size: 1.2rem;
}


.learnmorebtn {
    background: transparent;
    border: 2px solid black;
    width: 200px;
    padding: 10px;
}






.in_good_company {
    padding: 50px 50px;
}



.company_line a {
    text-decoration: none;
    color: #000;
}



#company_sliders {
    margin-top: 50px;
}

.owl-nav {
    text-align: center;
    font-size: 5rem;
}


.company_main_img {
    max-width: 250px;
    max-height: 250px;
}


.owl-prev {
    position: absolute;
    top: 65%;
    left: 0px;
}

.owl-next {
    position: absolute;
    top: 65%;
    right: 0px;
}

.company_name {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 15px 0px;
}

.shop_linked {
    text-align: center;
    font-size: 1.4rem;
    text-decoration: underline;
}














.first_section {
    padding: 50px 50px;
    background-color: #ddd;
}

.getup_text {
    margin-top: 15px;
    text-align: center;
    font-size: 1.3rem;
}

.image_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.afford_img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.affordable_heading {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

.affordable_para {
    font-size: 1rem;
    text-align: center;
}




.petra_ways {
    background-color: #fff;
    padding: 50px 50px;
}

.ways_petra_text {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.grid_petra {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.grid_petra_4_lines {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.petra_line {
    padding: 25px;
    border-radius: 15px;
    border: 2px solid black;
}


.petra_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.petra_heading {
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.petra_details {
    font-weight: 300;
    font-size: 1rem;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.petra_red {
    font-weight: 300;
    color: tomato;
}


.grid_petra_4_lines .petra_line {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    padding: 15px;
}

.grid_petra_4_lines .petra_line .petra_heading {
    font-size: 1rem;
}

.grid_petra_4_lines .petra_line .petra_details {
    font-size: 0.85rem;
}





.smartest_operator {
    background-color: #fff;
    padding: 50px 0px;
}

.ecomLine {
    margin-top: 100px;
}

.ecom_header {
    margin-bottom: 2rem;
}

.last_para {
    margin-bottom: 2rem;
}

.ecomImage {
    width: 100%;
}


.grid_petra_4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}





.all_reviews {
    padding: 50px 50px;
    background-color: var(--neviblue);
}

#all_review_lines {
    margin-top: 25px;
}

.review_line {
    display: flex;
    background-color: #fff;
    padding-left: 20px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid black;
}

.left_part {
    width: 65%;
    padding-right: 15px;
    padding-top: 20px;
}

.right_part {
    width: 35%;
}

.left_header {
    font-size: 1.3rem;
    font-weight: 300;
}

.left_details {
    font-weight: 600;
    font-size: 1rem;
}

.right_part_img {
    width: 100%;
    height: 100%;
}

#all_review_lines .owl-nav .owl-prev {
    position: absolute;
    top: 20%;
    left: -35px;
}

#all_review_lines .owl-nav .owl-next {
    position: absolute;
    top: 20%;
    right: -35px;
}










.petra_popular_questions {
    padding: 50px 50px;
    background-color: #fff;
}

.font3 {
    font-size: 1.3rem;
}



/* // accordion css  */

#all_accordion {
    margin-top: 50px;
}

.collapsible-tabs__wrapper {
    margin: auto;
}

.collapsibles-wrapper:last-child {
    border-bottom: 1px solid #979797;
}

.collapsibles-wrapper .collapsible-trigger-btn {
    background: none;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #979797;
    position: relative;
}

.collapsibles-wrapper .collapsible-trigger-btn::after {
    content: "+";
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    right: 0;
}

.collapsibles-wrapper.collapsible-tab__open .collapsible-trigger-btn::after {
    content: "-";
    font-size: 40px;
}

.collapsibles-wrapper .collapsible-content {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}

.collapsibles-wrapper.collapsible-tab__open .collapsible-content {
    visibility: visible;
    opacity: 1;
}

.collapsibles-wrapper .collapsible-content__inner {
    padding-bottom: 20px;
}

.collapsibles-wrapper .collapsible-content__inner p {
    font-size: 16px;
    line-height: 24px;
}

/* accordion css done   */



.see_more_less {
    background-color: #fff;
    border: 2px solid black;
    width: 180px;
    padding: 10px;
    font-size: 1.2rem;
    margin-top: 50px;
    margin-bottom: 25px;
}


.place_header {
    font-size: 1rem;
    font-weight: 600;
}

.place_details {
    font-size: 0.85rem;
}

.existing_brands {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.existing_line {
    background-color: #fff;
    padding: 10px;
    border: 2px solid black;
}

.place_manage_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}








/* blog container  */
.all_post_tablines,
.all_post_tablines_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    margin-top: 50px;
}

.post_tabline,
.post_tabline_2 {
    padding: 15px;
    min-width: 150px;
    transition: all 0.5s;
    border-left: 5px solid #9cd4db;
    box-shadow: 0px 0px 5px 0px #c8c8c8;
    border-radius: 3px;
    font-family: sans-serif;
}

.capitalize {
    text-transform: capitalize;
}

.post_tabline:hover,
.post_tabline_2:hover,
.active_line {
    background-color: #fff;
    color: #000;
    border-left: 5px solid #b5262a;
    text-decoration: none;
}

.blog-container {
    padding: 50px 0px;
    margin: 0px auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.blog_container_added {
    padding: 50px 0px;
    margin: 0px auto;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.blog_item,
.blog_item_2 {
    margin-bottom: 30px;
    transition: all 0.5s;
    background: #f3f3f3;
    border-radius: 10px;
}

/* .blog_item:nth-child(5n+1), */
/* .blog_item:nth-child(4n) {
    grid-column: 1/span 2;
} */


.read_more_btn {
    color: #333 !important;
    width: 150px;
    display: block;
    margin: 0px auto;
    margin-top: 4rem;
    transition: all 0.5s;
    border-bottom: 4px solid #a98efd;
    border-radius: 0px;
}

/* .read_more_btn:hover {
    background: #255946;
} */

.blog_item:hover,
.blog_item_2:hover {
    box-shadow: 0px 10px 15px -5px rgb(194, 194, 194);
    transform: scale(1.02);
    transition: all 0.5s;
}



.blog_img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blogspage_blog_title {
    color: #333;
    text-decoration: none;
}


.question_by {
    font-size: 1rem;
    margin-top: 3rem;
}

.common_exprt_blog .blog_img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog_item_2:nth-child(3n) .blog_img {
    height: 350px;
}

.experts_sayings .blog-container .blog_item_2:nth-child(3n) .blog_img {
    height: 250px;
}

.common_exprt_blog {
    background: #f5f2ef;
}

.blog_detail_part {
    padding: 25px;
    color: #1f4c3d;
    background: #f5f2ef;
}

.blog_title,
.blog_title:hover {
    font-weight: 500;
    font-size: 1.65rem;
    color: #000;
    font-family: sans-serif;
    line-height: 1.65rem;
    margin-bottom: 1rem;
    display: block;
    text-decoration: none;
}


.blog_time {
    font-size: 0.85rem;
    color: #353535;
    margin-bottom: 5px;
    font-weight: 300;
}

.read_more_blog {
    background: #000;
    color: #fff;
    padding: 10px;
    width: 150px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0px auto;
    border: 2px solid black;
    transition: all 0.5s;
}

.read_more_blog:hover {
    color: #000;
    background-color: #fff;
}


.weblogo {
    min-height: 80px;
    display: block;
    margin: 0px auto;
    max-height: 100px;
}



.tow_grids {
    display: flex;
    width: 100%;
}


.circularLink {
    background: #9D4DA0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
    text-decoration: none;
    float: right;
}



.circularLink:hover {
    background: #fff;
    color: #9D4DA0;
    text-decoration: none;
    border: 2px solid #9D4DA0;
}

.btn-circle {
    border-radius: 25px;
}

.side_blog_title,
.side_blog_title:hover {
    color: #939393;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.25rem;
    display: block;
    text-decoration: none;
    font-family: arial;
}

.blog_side_text {
    color: #b3b2b2;
    font-weight: 600;
    font-size: 0.75rem;
}

.super_blog_title {
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
}


.blog_item:nth-child(5n+1),
.blog_item:nth-child(1) {
    grid-column: unset;
}


.author {
    display: flex;
    grid-gap: 10px;
}

.author_img {
    width: 60px;
    border: 3px solid #a0a0a0;
    height: 60px;
    border-radius: 50%;
}

.semi_title {
    font-weight: bold;
    margin-top: 50px;
}


.author_name {

    font-size: 0.85rem;
    color: #5a5a5a;
    font-weight: 600;
}


.answer_line {
    padding-bottom: 15px;
    font-size: 18px;
    margin-top: 20px;
    font-family: arial;
    border-bottom: 2px solid #cdcdcd;
}

.answer_line:nth-last-child(2),
.answer_line:last-child {
    border-bottom: 0px;
    margin-top: 0px;
}

.answer_title {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.user_info {
    margin-top: 1.5rem;
    display: flex;
    grid-gap: 10px;
}

.left_user_image {
    width: 50px;
    /* display: flex;
    justify-content: center;
    align-items: center; */

}

.linked_in_profile {
    color: #b5262a;
    font-weight: 500;
}

.content_blue_div {
    padding: 20px;
    color: #000;
    background-size: contain;
    margin-bottom: 25px;
    border-radius: 10px;
}

.get_started_btn {
    width: 150px;
    background: #9D4DA0;
    color: #fff;
    border-radius: 25px;
}

.get_started_btn:hover {
    background: #fff;
    color: #9D4DA0;
    border: 2px solid #9D4DA0;
}

#content_holder {
    display: flex;
    grid-gap: 25px;
    margin-top: 3rem;
}

.table_query {
    font-family: arial;
    color: #7d7d7d;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.table_query:hover,
.linked_in_profile:hover {
    color: #b5262a;
    text-decoration: none;
}

.arial {
    font-family: arial;
}


#search_box {
    display: flex;
    width: 100%;
    border-radius: 7px;
    background: #f3f3f3;
    overflow: hidden;
    margin-top: 3rem;
}


.search_input {
    width: 100%;
    padding: 10px;
    font-family: sans-serif;
    background: #f3f3f3;
    border: 0px;
    outline: none;
}

.btn_search,
.btn_search:hover {
    width: 50px;
    height: 50px;
    background: #aa8fff;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 0px;
    outline: none;
}

.spec_blue_bg {
    background: #aa8fff;
    color: #333;
    font-weight: 600;
    width: 300px;
    text-align: left;
    padding: 5px 15px;
}

.social_links {
    display: flex;
    grid-gap: 10px;
    margin-top: 15px;
}

.social_href {
    background: #9d4da0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
    text-decoration: none;
    font-size: 0.85rem;
}

.social_href:hover {
    background: #fff;
    color: #9d4da0;
    border: 2px solid #9d4da0;
    text-decoration: none;
}


.right-side {
    width: 100%;
}




pre {
    white-space: pre-wrap;
    font-size: 1rem;
    font-family: arial;
}



.review_us_section {
    max-width: 800px;
    margin: 4rem auto;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #ababab;
}

.review_us_title {
    margin-bottom: 1rem;
    border-bottom: 3px solid #303c5b;
    padding-bottom: 7px;
    width: fit-content;
}


.btnAddTestimonial,
.btnAddTestimonial:hover {
    background: #303c5b;
    color: #fff;
    padding: 10px 3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
}


.alert_msg {
    background: #303c5b;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
    width: 320px;
    font-size: 0.9rem;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 999;
}

.alert_error {
    background: #dc3545;
}


.contact_us_btn_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_us_link.btn {
    background: #fff;
    color: #333;
    font-size: 1rem;
    padding: 10px 60px;
    border-radius: 25px;
    margin-top: 3rem;
    border: 1px solid #333;
}

.agency_title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    border-bottom: 5px solid #303c5b;
    padding-bottom: 10px;
}

.agency_plan {
    height: 100%;
}


.m_top_part_one {
    margin-top: 4.5rem;
}

.m_top_part_two {
    margin-top: 3rem;
}

.ask_question_btn {
    font-weight: 600;
    background: #fff;
    margin-top: 2.5rem;
    padding: 5px 25px;
    border: 2px solid #000;
    border-radius: 25px;
}


.flexibility_result {
    display: grid;
    grid-gap: 1rem;
    padding: 6rem 3.5rem;
    background: #F6F6FF;
    grid-template-columns: repeat(2, 1fr);
}

.left_flexibility_title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.italic_flexibility_title {
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    color: #9D4DA0;
}

.left_flexibility_para {
    font-size: 1.15rem;
    line-height: 2.75rem;
    color: #5e5e5e;
    margin-left: 4rem;
    font-weight: 300;
}

.appostophie {
    opacity: 0;
    color: #9D4DA0;
    border-right: 2px solid #9D4DA0;
    padding-right: 10px;
    font-size: 2rem;
    line-height: 3rem;
}

.offer_text {
    width: calc(100% - 50px);
}

.increase_branding .appostophie {
    opacity: 1;
}



.branding_text {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    max-width: 500px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #333;
    line-height: 1.25rem;
    font-weight: 300;
    font-size: 1.1rem;
    background: transparent;
    transition: all 0.5s;
}

.increase_branding {
    background: #fff;
}


.right_flexibility_part {
    display: flex;
    justify-content: end;
    align-items: center;
}

.right_part_flex_img {
    max-width: 500px;
    border-radius: 10px;
    border: 2px solid #333;
    box-shadow: 10px 10px 0px 0px #333;
}

.offer_icon {
    border: 1px solid #333;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

.card_line:hover .offer_icon {
    border: 2px solid #fff;
}

.card_line:hover .cross_service {
    border: 2px solid #303858;
}

.italic_blue {
    font-family: 'Dancing Script', cursive;
    color: #9D4DA0;
    font-weight: bold;
}


.how_much_cost {
    background: #F6F6FF;
    padding: 5rem 3.5rem;
    text-align: center;
}

.how_much_title {
    font-weight: 300;
    font-size: 1.25rem;
}

.how_much_header {
    font-size: 3.5rem;
    margin: 1rem auto;
}

.how_much_para {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.how_much_grid_line {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}


.left_grid,
.center_grid,
.right_grid {
    padding: 1rem 0px;
}

.center_grid {
    border-left: 2px solid #a1a1a1;
    border-right: 2px solid #a1a1a1;
}

.get_first_article {
    border: 2px solid #333;
    padding: 7px 30px;
    border-radius: 25px;
    background: #fff;
    font-weight: 500;
    margin-top: 3rem;
}

.cta_holder {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 3rem 3.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.cta_btn {
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 30px;
    border-radius: 25px;
}

.cta_btn:hover {
    background-color: #fff;
    color: #333;
}

.how_much_grid_title {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.5rem;
}

.featured_blogs {
    background: #303C5B;
    padding: 2rem 0px;
}

.recent_featured {
    background: transparent;
    color: #fff;
}

.recent_featured:hover {
    box-shadow: unset;
    transform: scale(1.0);
}

.recent_featured_title {
    font-weight: 600;
}

.featured_icon_img {
    margin: 2rem auto;
    width: 100px;
    height: auto;
}

.featured_title {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.company_info {
    text-align: center;
    margin-top: -45px;
}

.company_name {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 15px 0px;
}

.company_title {
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: -15px;
}

.company_img {
    width: 85px;
    height: 85px;
    border: 2px solid #333;
    border-radius: 50%;
}

.login_featured_title {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.arrow {
    color: #9D4DA0;
    border-right: 2px solid #9D4DA0;
    padding-right: 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
}

.featured_login_title {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
}

.installation_grid {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    margin-top: 1.5rem;
}

.installation_img {
    max-width: 150px;
}

.subscribe_input {
    border: 1px solid #fb6331;
    max-width: 350px;
    padding: 10px;
    border-radius: 10px;
    margin: 1rem 0px;
    background: #fff;
    display: flex;
    grid-gap: 10px;
}

.main_subscribe_input {
    outline: none;
    width: calc(100% - 130px);
    border: none;
    font-size: 1.25rem;
}

.btn.subscribe_btn {
    color: #fd632f;
    font-size: 1.25rem;
    border-bottom: 4px solid #fd632f;
    width: 130px;
    border-radius: 0px;
    outline: none;
}

.footer_header {
    font-weight: 600;
    color: #fd632f;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.footer_info_text {
    font-size: 1.125rem;
    max-width: 300px;
    margin-bottom: 2rem;
}

.footer_links.social_link {
    background: #fd632f;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.all_socials {
    display: flex;
    grid-gap: 10px;
}

.all_socials {
    display: flex;
    grid-gap: 10px;
    margin-top: 1.5rem;
}


.copyright_grid {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1.5rem;
    align-items: center;
    margin-top: 1.5rem;
}


.left_side_home_content {
    color: #333;
    margin-bottom: 4rem;
}


.choosed_plan {
    text-transform: capitalize;
}

.nav-item.dashboard {
    position: absolute;
    right: 3rem;
}


.ask_question_btn:hover,
.review_us_btn.btn:hover {
    background: var(--changingbg1);
    color: white;
}

.question_ask:hover {
    background: var(--changingbg1);
    color: white;
    text-decoration: none;
}

.nav-link:hover {
  color: #f96736 !important;
  background: #f9d3c5;
  padding: 7px 20px !important;
  border-radius: 25px;
}

/*  */