:root {
    --theme: #222222;
    --light-red: #222222;
    --red: #788190;
    --bg-red: #222222;
    --dark-red: #F6F6F6;
    --body-text-red: #F6F6F6;
    --text-white: #F6F6F6;
    --bg-white: #F6F6F6;
    --slider-dots-color: #e3dada;
    --light-bg: #ddfcd8;
}


@media screen and (max-width: 1300px) {
    .features_section .feature_detail .feature_box {
        width: 350px;
    }
    .features_section .feature_detail .left_data {
        padding-left: 75px;
    }
    .features_section .feature_detail .right_data {
        padding-right: 75px;
    }
}

@media screen and (max-width: 1200px) {
    .row_am {
        padding: 50px 0;
    }

    /* navigation bar section */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 8px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        padding: 9px 30px;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        right: 5px;
    }
    .banner_section .banner_slider .right_icon {
        right: -30px;
    }

    /* features section */
    .features_section .feature_detail .feature_box {
        width: 300px;
    }
    .features_section .feature_detail .left_data {
        padding-left: 15px;
    }
    .features_section .feature_detail .right_data {
        padding-right: 15px;
    }
    
}

@media screen and (max-width: 992px) {
    /* navigation section */
    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        color: var(--body-text-red);
        justify-content: flex-end;
    }
    .free_app_section .container, .app-static-content .container {
        max-width: max-content;
    }
    .app-static-content li {
        font-size: 18px !important;
    }
    .app-static-content {
        padding: 0 !important;
    }
    .white_header .toggle-bar {
        color: var(--text-white);
    }
    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 30px;
    }
    header.fix_style {
        padding: 5px 0;
    }

    .white_header .navbar-collapse {
        position: absolute;
        top: 110%;
        width: 100%;
    }

    .white_header .navbar-expand-lg .navbar-nav .nav-link,
    .white_header .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        color: var(--body-text-red);
    }
    .white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        background-color: var(--bg-red);
        color: var(--text-white);
    }

    .banner_section {
        text-align: center;
    }
    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center;
    }

    /* navigation section */
    .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
    }
    .navbar-toggler {
        padding-right: 0;
        line-height: 1.7;
    }
    .navbar-expand-lg .navbar-nav {
        padding: 20px 15px;
        background-color: #333333;
        border-radius: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-shadow: none;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown:hover {
        box-shadow: none;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        position: absolute;
        right: 0;
        padding: 0 10px;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
        position: relative;
        opacity: 1;
        pointer-events: all;
        top: auto;
        background-color: transparent;
        width: 100%;
        border-bottom: 1px solid #6b49f268;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 10px;
        display: none;
        box-shadow: none;
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
        padding: 0;
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        padding: 5px 10px;
        display: block;
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {
        margin-top: 0;
    }

    /* banner section */
    .banner_section .banner_text h1 {
        font-size: 40px;
    }
    .banner_section .banner_slider {
        margin-top: 40px;
        justify-content: center;
    }
    .banner_section .banner_slider .left_icon {
        left: 0;
    }
    .banner_section .banner_slider .right_icon {
        right: 0;
    }
    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        max-width: 300px;
        margin: 0 auto;
    }
    .free_app_section .free_text {
        padding: 20px 0;
    }
    .free_app_section .container .free_app_inner .free_text .app_btn {
        justify-content: center;
    }
    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }

    /* features section */
    .features_section .feature_detail .feature_img {
        width: 275px;
    }
    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 30px;
    }
    .features_section .feature_detail .feature_box {
        width: 200px;
    }

    /* about app section */
    .about_app_section .row {
        flex-direction: column-reverse;
    }
    .about_app_section .about_img {
        justify-content: flex-start;
        margin-top: 75px;
        margin-left: 0;
    }
    .about_app_section .about_img::before {
        left: 50%;
    }
    .about_app_section .about_img .screen_img {
        margin-left: -170px;
    }
    .about_app_section .about_text .app_statstic {
        justify-content: flex-start;
    }
    .about_app_section .about_text .app_statstic li {
        width: 35%;
        margin-right: 30px;
    }
    .about_app_section .about_img::before {
        left: 35%;
    }

    /* modern ui section */
    .modern_ui_section .ui_images {
        margin-top: 30px;
    }
    .modern_ui_section .ui_text {
        padding-right: 0;
    }
    .modern_ui_section .ui_images .right_img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* how it work section */
    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img {
        width: 280px;
    }
    .how_it_works .yt_video .thumbnil a {
        top: 57%;
    }
    .how_it_works .yt_video .thumbnil a span {
        font-size: 20px;
    }

    /* testimonial section */
    #testimonial_slider {
        max-width: 500px;
    }

    /* pricing section */
    .pricing_section .pricing_pannel .pricing_block {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 600px;
        padding-top: 30px;
    }
    .pricing_section .pricing_pannel .pricing_block .price {
        font-size: 36px;
    }
    .pricing_section .pricing_pannel .pricing_block .benifits li p {
        font-size: 14px;
    }

    /* interface section */
    .interface_section .screen_slider {
        min-height: 550px;
    }

    /* download app section */
    .free_app_section .container .free_app_inner {
        padding: 30px 15px !important;
    }
    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        padding: 10px 20px;
    }
    .banner_section {
        margin: 0 20px;
        padding: 40px 0;
        margin-top: 0 !important;
    }

    /* latest story section */
    .latest_story {
        margin-bottom: 40px;
    }
    .latest_story .story_box .story_text {
        padding: 15px;
    }

    /* newsletter section */
    .newsletter_box {
        flex-direction: column;
        padding: 30px 20px;
    }
    .newsletter_box .section_title,
    .newsletter_box form {
        width: 100%;
        margin: 10px 0;
        justify-content: center;
    }
    .newsletter_box form .form-group .form-control {
        width: 350px;
    }
    .newsletter_box .section_title h2,
    .newsletter_box .section_title p {
        text-align: center;
    }

    /* footer section */
    footer .top_footer .logo,
    footer h3 {
        margin-bottom: 20px;
    }
    footer .abt_side {
        margin-bottom: 50px;
    }
    footer .top_footer .try_out {
        margin-left: 0;
    }
    footer .top_footer .col-md-6 {
        margin-bottom: 15px;
    }
    footer .top_footer.has_bg {
        background-position: center;
    }
    .why_we_section .why_inner {
        padding: 35px 0;
        padding-bottom: 0px;
    }
    .why_we_section .why_inner .why_box {
        margin-bottom: 50px;
        text-align: center;
    }
    .why_we_section .why_inner .why_box .icon {
        margin-bottom: 30px;
    }


}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        text-align: center;
    }
    .app-static-content li {
        list-style-type: none !important;
    }
    .row_am {
        padding: 25px 0;
    }
    .section_title p br {
        display: none;
    }
    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 26px;
    }

    /* navbar section */
    .navbar {
        padding-top: 15px;
    }
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        text-align: left;
        line-height: 1.5;
        font-size: 14px;
    }

    /* banner section */
    .banner_section {
        margin-top: 60px;
    }
    .banner_section .banner_text h1 {
        font-size: 30px;
    }
    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center;
    }
    .banner_section .app_btn li:last-child {
        margin-left: 0;
    }
    .banner_section .app_btn li {
        margin: 0 15px;
    }
    .banner_section .app_btn li a {
        padding: 10px 20px;
    }
    .banner_section .app_btn li a img {
        height: 25px;
    }
    .banner_section .banner_slider .left_icon {
        left: -40px;
    }
    .banner_section .banner_slider .right_icon {
        right: -40px;
        z-index: 1000;
    }
    .banner_section .banner_slider::before {
        width: 350px;
        height: 350px;
    }

    /* features section */
    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0;
    }
    .features_section .feature_detail .feature_img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 75%;
        margin: 0 auto;
    }
    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .features_section .feature_detail .left_data .data_block .icon {
        margin-right: 0;
    }
    .features_section .feature_detail .right_data .data_block .icon {
        margin-left: 0;
    }
    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
    }


    /* how it work section */
    .how_it_works .how_it_inner {
        padding: 50px 15px;
    }
    .how_it_works .step_block ul {
        padding-top: 30px;
    }
    .how_it_works .step_block ul li,
    .how_it_works .step_block ul li:nth-child(2) {
        flex-direction: column;
        padding-left: 30px;
    }
    .how_it_works .step_block ul li .step_text h4 {
        font-size: 18px;
    }
    .how_it_works .step_block ul li::before {
        left: 0;
        transform: none;
        height: calc(100% + 10px);
        top: 40px;
    }
    .how_it_works .step_block ul li:first-child::before {
        height: calc(100% + 50px);
    }
    .how_it_works .step_block ul li:first-child::after {
        left: -5px;
        transform: none;
        display: none;
    }
    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img,
    .how_it_works .step_block ul li:nth-child(2) .step_text,
    .how_it_works .step_block ul li:nth-child(2) .step_img {
        text-align: center;
    }
    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img {
        width: 100%;
    }
    .how_it_works .step_block ul li .step_number {
        position: absolute;
        top: -5px;
        left: -23px;
        width: 50px;
        height: 50px;
    }
    .how_it_works .step_block ul li:last-child::before {
        opacity: 0;
    }
    .how_it_works .step_block ul li .step_number h3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -2px;
    }
    .how_it_works .yt_video {
        margin-top: -50px;
    }
    .how_it_works .yt_video .thumbnil {
        height: 300px;
        border-radius: 15px;
    }
    .how_it_works .yt_video .thumbnil img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }
    .how_it_works .yt_video .thumbnil a {
        width: 100%;
    }
    .how_it_works .yt_video .thumbnil a .play_btn::after {
        width: 140px;
        height: 140px;
    }
    .how_it_works .yt_video .thumbnil a .play_btn::before {
        width: 120px;
        height: 120px;
    }
    .how_it_works .yt_video .thumbnil a .play_btn img {
        height: auto;
    }

    /* download section */
    .free_app_section .container .free_app_inner {
        padding: 50px 15px;
        padding-bottom: 0;
        z-index: 99;
    }
    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        justify-content: center;
    }
    .free_app_section .container .free_app_inner .free_img img {
        max-width: 100%;
    }
    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }
    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
    }
    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px;
        text-align: center;
    }
    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    /* footer section */
    footer .links,
    footer .abt_side {
        margin-bottom: 30px;
    }
    footer .top_footer .social_media {
        justify-content: center;
    }
    footer .top_footer .social_media li a {
        margin: 0 5px;
    }
    footer .top_footer .try_out {
        margin-left: 0;
    }
    footer .app_btn li a {
        margin: 0 auto;
    }
    footer .bottom_footer .developer_text {
        text-align: center;
        margin-top: 10px;
    }
    footer .go_top {
        right: 10px;
    }
    footer .top_footer .col-md-6 {
        margin-bottom: 0px;
    }


    /* latest story section */
    .latest_story .story_box .story_img img {
        width: 100%;
    }

    /* go top button section */
    .go_top {
        bottom: 30px;
        z-index: 999;
    }

    .purple_backdrop {
        display: none;
    }
    .why_we_section .why_inner {
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 640px) {
    .features_section .feature_detail .feature_box {
        justify-content: center;
        margin: 0 auto;
    }
    .bred_crumb .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        display: none;
    }
    .query_section .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    /* about app section */
    .about_app_section .about_img::before {
        left: 49%;
    }
}
