@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Fira Sans', sans-serif;
    scroll-behavior: smooth;
}

:root {
    --teamColor: #0066FF;
    --textColor: #727272;
}

a {
    text-decoration: none;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar section */
.navbar {
    background-color: transparent;
    padding: 20px 10px 20px 10px;
    border-radius: 15px;
    transition: all 0.3s;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.nav-bar-scrolled {
    position: fixed;
    background-color: #fff;
    box-shadow: 3px 4px 4px 0px rgba(214, 214, 214, 0.50);
    z-index: 1000;
    width: 100%;
    top: 0px;
    padding: 8px 0px 8px 0px !important;
    left: 0px;
    transform: 0.4s;
    border-radius: 0px;
}

.scroll_logo {
    display: none;
}

.nav-bar-scrolled .nav-item a {
    color: var(--teamColor) !important;
}

.nav-bar-scrolled .nav_btn button {
    padding: 6px 25px 6px 25px;
    border: 1px solid var(--teamColor) !important;
    background-color: transparent;
    color: var(--teamColor) !important;
    border-radius: 6px;
    font-weight: 600;
}

.nav-bar-scrolled .navbar-brand {
    display: none !important;
}

.nav-bar-scrolled .scroll_logo {
    display: block !important;
}

.nav-bar-scrolled .nav-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--teamColor) !important;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-item a {
    font-weight: 600;
    font-size: 16px;
}

.inpos_btn {
    padding: 8px 0px 8px 0px;
    width: 160px;
    border-radius: 10px;
    color: #fff;
    border: 0px;
    background: linear-gradient(to right, #0066FF, #0047B1);
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.inpos_btn:hover {
    opacity: 0.9;
    transform: 0.3s;
}

.banner_bg_img ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.banner_bg_img li {
    display: table-cell;
    position: relative;
    padding: 0px 0;
}

.banner_bg_img .nav-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.banner_bg_img .nav-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.banner_bg_img .nav-item a:hover:after {
    width: 100%;
    left: 0;
}

.nav_btn button {
    padding: 6px 25px 6px 25px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
}

/* banner section */
.banner_bg_img {
    background-image: url('images/banner_bg_img.webp');
    background-size: cover;
    height: 105vh;
    padding-top: 30px;
    margin-top: -5px;
}

.banner_text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-top: 18%;
}

.banner_text h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    color: #fff;
    letter-spacing: -.02em;
}

.banner_text p {
    font-size: 16px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
}

.Rectangle {
    position: relative;
}

.Rectangle_img {
    height: 300px;
    position: absolute;
    z-index: -1000;
    top: -100px;
}


.banner_img {
    position: relative;
}

.res_banner_img {
    display: none;
}

.banner_img_1 {
    height: 95%;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 0px;
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
}

.banner_img_2 {
    height: 90%;
    position: absolute;
    top: 160px;
    left: 200px;
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
}

/* about product section */
.about_product_bg {
    background-image: url('images/about_product_bg_img.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: 150px;
}

.about_product_txt h4 {
    color: var(--teamColor);
    font-weight: 700;
    font-size: 20px;
}

.about_product_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
}

.about_product_img img {
    height: 63vh;
}

.about_product_txt h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -.02em;
}

.about_product_txt h1 span {
    font-weight: 600;
}

.about_product_txt .card {
    border-left: 3px solid #1B2DA3;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0px;
}

.about_product_txt .card p {
    font-size: 18px;
    font-weight: 500;
    color: var(--textColor);
    line-height: 40px;
}

.task_showing h6 {
    font-weight: 600;
    font-size: 18px;
    color: black;
}

.task_showing .card {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 3px solid #b4b4b4;
    height: 50px;
}

.task_showing .mission {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 3px solid var(--teamColor);
    height: 50px;
}

.task_showing .mission h6 {
    color: var(--teamColor);
}

.show-features ul {
    list-style-type: none;
    padding: 0;
    width: 500px;
}

.tab {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #C6C6C6;
    height: 50px;
    color: black;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.tab .line-btn {
    padding: 10px 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    width: 25%;
    text-align: center;
    transition: border-bottom 0.3s;
}

.tab .line-btn.active {
    border-bottom: 5px solid var(--teamColor);
    color: var(--teamColor);
}

.tab-two {
    display: flex;
    gap: 50px;
    height: 50px;
}

.tab-contents {
    display: none;
}

.tab-contents p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--textColor);
}

.tab-contents.active-tab {
    display: block;
}

/* Rectangle_img_2 */
.Rectangle_img_2 {
    height: 300px;
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 0;
}

/* why pos app section */
.why_pos_bg {
    background-image: url('images/why_pos_app_bg_img.webp');
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 150px;
    padding: 20px 0px 20px 0px;
}

.why_pos_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why_pos_img img {
    height: 78%;
}

.why_pos_txt h4 {
    color: var(--teamColor);
    font-weight: 700;
    font-size: 20px;
}

.why_pos_txt h1 {
    font-weight: 500;
    font-size: 36px;
    color: black;
    line-height: 50px;
    letter-spacing: -.02em;
}

.why_pos_txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--textColor);
}

.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50% !important;
    background-color: #000000 !important;
}

.carousel-inner {
    height: auto;
    padding: 0px 0px 40px 0px;
}

.carousel-item img {
    height: 83vh;
    width: 50vh !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators .active {
    background-color: var(--teamColor) !important;
    height: 13px !important;
    width: 13px !important;
    margin-top: -3px;
}

.billing_bg {
    padding: 10px 20px 5px 20px;
    border-radius: 4px;
    width: 310px;
    color: #000000;
    display: flex;
    align-items: center;
}

.billing_bg h6 {
    font-size: 16px;
    font-weight: 500;
}

.billing_card .active-touch {
    background-color: var(--teamColor);
    color: #fff;
}

.arrow_small_high {
    display: flex;
}

.arrow_small_high img {
    height: 17px;
    margin-top: 6px;
}

.arrow_small_high p {
    color: #969696;
}

.innvoice1 {
    display: none;
}

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

.innvoice1.active-touch {
    display: block;
}

/* Featuers POS App */
.features_txt {
    margin-top: 150px;
}

.features_txt h4 {
    color: var(--teamColor);
    font-weight: 700;
    font-size: 20px;
}

.features_txt h1 {
    font-weight: 500;
    font-size: 36px;
    color: black;
    letter-spacing: -.02em;
}

.res_features_planning {
    display: none;
}

.card_1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 3px 17px 0px rgba(188, 188, 188, 0.25);
    width: 220px;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.card_2 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 3px 17px 0px rgba(188, 188, 188, 0.25);
    width: 220px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin-left: 30px;
}

.card_3,
.card_4,
.card_5,
.card_6 {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 3px 17px 0px rgba(188, 188, 188, 0.25);
    width: 220px;
    text-align: center;
    padding: 10px 5px 5px 5px;
}

.icon_bg_round {
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: #BFDFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--teamColor);
}

.card_3 {
    position: absolute;
    top: -75px;
    left: 100px;
}

.card_4 {
    position: absolute;
    left: 0;
    bottom: -90px;
}

.card_5 {
    position: absolute;
    right: 90px;
    top: -75px;
}

.card_6 {
    position: absolute;
    bottom: -90px;
    right: 0;
}

.features_txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: var(--textColor);
}

.features_planning {
    height: 60vh;
    margin-top: 100px;
}

.features_planning h6 {
    font-size: 15px;
    font-weight: 600;
}

.features_planning p {
    font-size: 13px;
    line-height: 20px;
    color: var(--textColor);
}

.center_item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.big_line {
    position: absolute;
    z-index: -1;
    left: 0px;
}

.big_line img {
    height: 3px !important;
    width: 100%;
}

.big_line_2 {
    position: absolute;
    z-index: -1;
    right: 0px;
}

.big_line_2 img {
    height: 3px !important;
    width: 80%;
}

.area_reached {
    position: absolute;
    left: 60px;
}

.area_reached img {
    height: 25px !important;
    width: 25px;
}

.area_reached1 {
    position: absolute;
    top: 0;
    left: -10px;
}

.area_reached1 img {
    height: 25px !important;
    width: 25px;
}

.area_reached_2 {
    position: absolute;
    right: 80px;
}

.area_reached_2 img {
    height: 25px !important;
    width: 25px;
}

.area_reached_3 {
    position: absolute;
    top: 0px;
    right: 388px;
}

.area_reached_3 img {
    height: 25px !important;
    width: 25px;
}

.bottom_target {
    position: absolute;
    z-index: -1;
    left: 70px;
    top: 200px;
}

.bottom_target img {
    height: 130px !important;
    width: 3px;
}

.bottom_target_2 {
    position: absolute;
    z-index: -1;
    right: 90px;
    top: 210px;
}

.bottom_target_2 img {
    height: 130px !important;
    width: 3px;
}

.top_1_line {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
}

.top_1_line img {
    height: 210px !important;
    width: 3px;
}

.top_line_2 {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
}

.top_line_2 img {
    height: 3px !important;
    width: auto;
}

.top_1_line_2 {
    position: absolute;
    z-index: -1;
    right: 400px;
    top: 10px;
}

.top_1_line_2 img {
    height: 175px !important;
    width: 3px;
}

.top_line_3 {
    position: absolute;
    z-index: -1;
    right: 150px;
    top: 0px;
}

.top_line_3 img {
    height: 3px !important;
    width: auto;
}

.center_item img {
    height: 45vh;
    margin-left: 20px;
}

/* about section css */
.about_bg_img {
    background-image: url('images/about_bg_img.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: 150px;
    padding: 30px 0px 80px 0px;
    /* box-shadow: 0px 4px 20px 0px rgba(174, 174, 174, 0.25); */
}

.about_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_img img {
    height: 70vh;
}

.about_txt h4 {
    color: var(--teamColor);
    font-weight: 700;
    font-size: 20px;
}

.about_txt h1 {
    font-weight: 500;
    font-size: 36px;
    color: black;
    letter-spacing: -.02em;
}

.about_txt p {
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    color: var(--textColor);
}

.counter {
    display: flex;
}

.counter h3 {
    font-size: 22px;
    font-weight: 600;
}

.counter h6 {
    font-size: 18px;
    font-weight: 600;
}

.line {
    height: 60px;
    width: 2px;
    background-color: var(--teamColor);
}

/* how it work section css */
.how_it_work {
    margin-top: 150px;
}

.howItWork_txt h4 {
    color: var(--teamColor);
    font-weight: 700;
    font-size: 20px;
}

.howItWork_txt h1 {
    font-weight: 500;
    font-size: 36px;
    color: black;
    letter-spacing: -.02em;
}

.howItWork_txt p {
    font-size: 18px;
    font-weight: 500;
    color: var(--textColor);
}

.send_msg {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.send_msg h6 {
    font-size: 26px;
    font-weight: 600;
}

.send_msg p {
    font-size: 18px;
    font-weight: 500;
    color: var(--textColor);
    line-height: 35px;
}

.frs_card,
.trd_card {
    width: 45%;
}

.scd_card {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.arrow_left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #3F3CDE;
    color: #fff;
}

.arrow_left i {
    font-size: 24px;
}

.line_work {
    height: 200px;
    width: 3px;
    background-color: #ACACAC;
    margin-left: auto;
    margin-right: auto;
}

.frs_card_img,
.trd_card_img {
    margin-top: 80px;
}

.trd_card_img img,
.frs_card_img img,
.card_up_img img {
    height: 25vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.trd_card_txt,
.frs_card_txt {
    margin-top: 90px;
}

/* slider section css */
.slider_section {
    margin-top: 150px;
}

.slider_txt h4 {
    color: var(--teamColor);
    font-weight: 700;
    font-size: 20px;
}

.slider_txt h1 {
    font-weight: 500;
    font-size: 36px;
    color: black;
    letter-spacing: -.02em;
}

.slider_txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: var(--textColor);
}

.slick .item .bg {
    height: 600px;
    width: 300px;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
    margin: 0 0px;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}

.slick .slick-list {
    padding: 20px 0 !important;
}

.slick .slick-center .bg {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.slick-slide {
    outline: none;
}


/* Install from device’s store */
.app_install_bg {
    background-image: url('images/app_install_bg_img.webp');
    /* background-position: center; */
    background-size: cover;
    height: auto;
    margin-top: 150px;
    padding: 30px 0px 30px 0px;
}

.app_install_txt h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 55px;
    color: black;
    letter-spacing: -.02em;
}


.app_install_txt p {
    font-size: 18px;
    font-weight: 500;
    color: var(--textColor);
    line-height: 35px;
}

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

.social_media_img img {
    height: 50px;
}

/* Frequently Asked Questions*/
.ask_question {
    margin-top: 150px;
}

.ask_question h4 {
    color: var(--teamColor);
    font-weight: 700;
    font-size: 20px;
}

.ask_question h1 {
    font-weight: 500;
    font-size: 36px;
    color: black;
    letter-spacing: -.02em;
}

.hide_show {
    width: 70%;
}

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

.hide_show_content {
    font-size: 19px;
    font-weight: 500;
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.active {
    max-height: 1000px;
}

.list-items {
    font-size: 18px;
    font-weight: 500;
    color: var(--textColor);
}


/* footer css */
.footer_bg {
    background-image: url('images/footer_bg.webp');
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 150px;
    padding: 10px 0px 5px 0px;
}

.footer_logo img {
    height: 60px;
}

.footer_logo p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
}

.wrapper {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper .icon a {
    color: #000;
    transition: 0.3s;
}

.wrapper .icon a:hover {
    color: #fff;
    transform: 0.3s;
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 23px;
    height: 23px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before,
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before,
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before,
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before,
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}

.footer_txt h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;
}

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

.footer_social_media img {
    height: 25px;
}

.underLine {
    height: 3px;
    width: 40px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.footer_txt ul {
    padding: 0;
}

.footer_txt ul a {
    text-decoration: none;
}

.footer_txt ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.bottom_nav {
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
}

.bottom_nav p {
    color: #fff;
}

.bottom_nav a {
    text-decoration: none;
}

/* Media qurey section */

@media screen and (max-width:1400px) {
    .banner_bg_img {
        background-image: url('images/banner_bg_img.webp');
        background-size: cover;
        height: auto;
        padding: 30px 0px 230px 0px;
        margin-top: -5px;
    }

    .banner_text h4 {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        margin-top: 50px;
    }

    /* slider section */
    .slick .item .bg {
        height: 400px;
        width: 200px;
        background-position: center;
        background-size: cover;
        transition: 0.3s;
        margin: 0 0px;
    }
}

@media screen and (max-width:900px) {
    .nav_btn button {
        margin-top: 13px;
    }

    .nav-bar-scrolled .nav_btn button {
        padding: 5px 20px 5px 20px;
        border: 1px solid var(--teamColor) !important;
        background-color: transparent;
        color: var(--teamColor) !important;
        border-radius: 6px;
        font-weight: 500;
        margin-top: 13px;
    }

    /* navbar section */
    .banner_bg_img ul {
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .banner_img {
        display: none;
    }

    .res_banner_img {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .res_banner_img img {
        height: 35vh;
    }

    .inpos_btn {
        margin-top: 10px;
    }

    .Rectangle_img {
        height: 200px;
        position: absolute;
        z-index: -1;
        top: -100px;
    }

    /* about product section */
    .about_product_img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        height: auto;
    }

    .about_product_img img {
        height: 35vh;
    }

    /* why pos app section */

    .carousel-item img {
        height: 40vh;
        width: 25vh !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .why_pos_img img {
        margin-left: 0px !important;
    }

    /* Featuers POS App */
    .features_txt {
        margin-top: 100px;
    }

    .features_txt p br {
        display: none;
    }

    .features_planning {
        height: 60vh;
        margin-top: 100px;
        display: none;
    }

    .res_features_planning {
        display: block;
    }

    .res_features_planning .card {
        width: 18rem;
        border: 0px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 10px;
    }

    .res_features_planning .card h6 {
        font-size: 18px;
        font-weight: 600;
    }

    .res_features_planning .card p {
        color: var(--textColor);
    }

    /* about section css */
    .about_bg_img {
        background-image: url('images/about_bg_img.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 100px;
        padding: 30px 0px 80px 0px;
    }

    .about_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about_img img {
        height: 45vh;
    }

    /* how it work section css */
    .how_it_work {
        margin-top: 100px;
    }

    /* slider section css */
    .slider_section {
        margin-top: 100px;
    }

    /* Install from device’s store */
    .app_install_bg {
        background-image: url('images/app_install_bg_img.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 100px;
        padding: 30px 0px 30px 0px;
    }

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

    .res_app_install img {
        height: 40vh;
    }

    /* Frequently Asked Questions*/
    .ask_question {
        margin-top: 100px;
    }

    /* footer css */
    .footer_bg {
        background-image: url('images/footer_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 100px;
        padding: 10px 0px 5px 0px;
    }

    .footer_logo p {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin-top: 15px;
    }

    .footer_txt h6 {
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
    }

    .footer_social_media {
        display: flex;
        justify-content: flex-start;
    }
}

@media screen and (max-width:700px) {

    /* navbar section */
    .navbar {
        background-color: transparent;
        padding: 20px 10px 20px 10px;
        border-radius: 15px;
        transition: all 0.3s;
    }

    .navbar-brand img {
        height: 35px;
        width: auto;
    }

    .nav-bar-scrolled {
        position: fixed;
        background-color: #fff;
        box-shadow: 3px 4px 4px 0px rgba(214, 214, 214, 0.50);
        z-index: 1000;
        width: 100%;
        top: 0px;
        padding: 8px 0px 8px 0px !important;
        left: 0px;
        transform: 0.4s;
        border-radius: 0px;
    }

    .scroll_logo {
        display: none;
    }

    .nav-bar-scrolled .nav-item a {
        color: var(--teamColor) !important;
        margin: 8px 0px 0px 0px !important;
    }

    .nav-bar-scrolled .nav_btn button {
        padding: 5px 20px 5px 20px;
        border: 1px solid var(--teamColor) !important;
        background-color: transparent;
        color: var(--teamColor) !important;
        border-radius: 6px;
        font-weight: 500;
        margin-top: 13px;
    }

    .nav-bar-scrolled .navbar-brand {
        display: none !important;
    }

    .nav-bar-scrolled .scroll_logo {
        display: block !important;
    }

    .nav-bar-scrolled .nav-item a:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: var(--teamColor) !important;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .nav-item a {
        margin: 8px 0px 0px 0px;
    }

    .nav_btn button {
        padding: 5px 20px 5px 20px;
        border: 1px solid #fff;
        background-color: transparent;
        color: #fff;
        border-radius: 6px;
        font-weight: 500;
        margin-top: 13px;
    }

    /* banner section */
    .banner_bg_img {
        background-image: url('images/banner_bg_img.webp');
        background-size: cover;
        height: auto;
        padding: 10px 0px 200px 0px;
    }

    .banner_text h4 {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        margin-top: 20px;
        text-align: center;
    }

    .banner_text h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 40px;
        margin-top: 0px !important;
        text-align: center;
    }

    .banner_text h1 br {
        display: none;
    }

    .banner_text p {
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        color: #fff;
        text-align: center;
    }

    .res-nav-btn {
        display: flex;
        justify-content: center;
        margin-top: 0px !important;
    }

    .banner_text p br {
        display: none;
    }

    .Rectangle {
        position: relative;
    }

    .Rectangle_img {
        height: 200px;
        position: absolute;
        z-index: -1;
        top: -100px;
    }

    .res_banner_img {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .res_banner_img img {
        height: 35vh;
    }

    /* about product section */
    .about_product_bg {
        background-image: url('images/about_product_bg_img.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: -120px;
        text-align: center;
    }

    .about_product_txt h4 {
        color: var(--teamColor);
        font-weight: 700;
        font-size: 16px;
        margin-top: 40px;
    }

    .show-features {
        display: none;
    }

    .about_product_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about_product_img img {
        height: 30vh;
    }

    .about_product_txt h1 {
        font-weight: 400;
        font-size: 28px;
        line-height: 45px;
    }

    .about_product_txt .card {
        border-left: 2px solid #1B2DA3;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
        border-radius: 0px;
    }

    .about_product_txt .card p br {
        display: none;
    }

    .about_product_txt .card p {
        font-size: 14px;
        font-weight: 500;
        color: var(--textColor);
        line-height: 30px;
    }

    /* Rectangle_img_2 */
    .Rectangle_img_2 {
        height: 200px;
        position: absolute;
        z-index: -1;
        top: -20px;
        right: 0;
    }

    /* why pos app section */
    .why_pos_bg {
        background-image: url('images/why_pos_app_bg_img.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 80px;
        padding: 20px 0px 20px 0px;
        text-align: center;
    }

    .why_pos_img img {
        height: 35vh;
    }

    .why_pos_txt h4 {
        color: var(--teamColor);
        font-weight: 700;
        font-size: 16px;
        margin-top: 30px;
    }

    .why_pos_txt h1 br {
        display: none;
    }

    .why_pos_txt h1 {
        font-weight: 500;
        font-size: 26px;
        line-height: 40px;
        color: black;
    }

    .why_pos_txt p {
        font-size: 14px;
        font-weight: 500;
        color: var(--textColor);
        line-height: 30px;
    }

    .why_pos_txt p br {
        display: none;
    }

    .carousel-item img {
        height: 40vh;
        width: 24vh !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .billing_bg {
        padding: 8px 14px 3px 14px;
        border-radius: 5px;
        width: 265px;
        color: #000000;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .billing_bg h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .arrow_small_high img {
        height: 13px;
        margin-top: 8px;
    }

    /* Featuers POS App */
    .features_txt {
        margin-top: 80px;
    }

    .features_txt h4 {
        color: var(--teamColor);
        font-weight: 700;
        font-size: 16px;
    }

    .features_txt h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
        color: black;
    }

    .features_txt p {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        color: var(--textColor);
    }

    .features_txt p br {
        display: none;
    }

    .res_features_planning .card h6 {
        font-size: 16px;
        font-weight: 600;
    }

    .res_features_planning .card p {
        color: var(--textColor);
        font-size: 14px;
    }

    /* about section css */
    .about_bg_img {
        background-image: url('images/about_bg_img.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 80px;
        padding: 30px 0px 80px 0px;
        text-align: center;
    }

    .about_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about_img img {
        height: 35vh;
    }

    .about_txt h4 {
        color: var(--teamColor);
        font-weight: 700;
        font-size: 16px;
    }

    .about_txt h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
        color: black;
    }

    .about_txt p {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        color: var(--textColor);
    }

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

    .counter h3 {
        font-size: 16px;
    }

    /* how it work section css */
    .how_it_work {
        margin-top: 80px;
    }

    .howItWork_txt h4 {
        color: var(--teamColor);
        font-weight: 700;
        font-size: 16px;
    }

    .howItWork_txt h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
        color: black;
    }

    .howItWork_txt p {
        font-size: 14px;
        font-weight: 500;
        color: var(--textColor);
        line-height: 30px;
    }

    .howItWork_txt p br {
        display: none;
    }

    .send_msg {
        display: block;
        justify-content: center;
        margin-top: 30px;
    }

    .send_msg h6 {
        font-size: 18px;
        font-weight: 600;
    }

    .send_msg p {
        font-size: 14px;
        font-weight: 500;
        color: var(--textColor);
        line-height: 30px;
    }

    .card_up_img {
        margin-top: 30px;
    }

    .frs_card,
    .trd_card {
        width: 99%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .scd_card {
        display: none;
    }

    .line_work {
        height: 200px;
        width: 3px;
        background-color: #ACACAC;
        margin-left: auto;
        margin-right: auto;
    }

    .frs_card_img,
    .trd_card_img {
        margin-top: 30px;
    }

    .trd_card_txt,
    .frs_card_txt {
        margin-top: 30px;
    }

    /* slider section css */
    .slider_section {
        margin-top: 80px;
    }

    .slider_txt h4 {
        color: var(--teamColor);
        font-weight: 700;
        font-size: 16px;
    }

    .slider_txt h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
        color: black;
    }

    .slider_txt p {
        font-size: 14px;
        font-weight: 500;
        color: var(--textColor);
        line-height: 30px;
    }

    .slick .item .bg {
        height: 410px;
        background-position: center;
        background-size: cover;
        transition: 0.3s;
        margin: 0 0px;
        opacity: 0.4;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        transition: all 0.3s ease-in-out;
    }

    .slick .slick-list {
        padding: 20px 0 !important;
    }

    .slick .slick-center .bg {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }

    .slick-slide {
        outline: none;
    }

    .slider_txt p br {
        display: none;
    }

    /* Install from device’s store */
    .app_install_bg {
        background-image: url('images/app_install_bg_img.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 80px;
        padding: 30px 0px 30px 0px;
    }

    .app_install_txt h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 40px;
        color: black;
        margin-top: 30px !important;
    }

    .res_app_install img {
        height: 30vh;
    }

    .app_install_txt h1 br {
        display: none;
    }

    .app_install_txt p {
        font-size: 14px;
        font-weight: 500;
        color: var(--textColor);
        line-height: 30px;
    }

    .app_install_txt p br {
        display: none;
    }

    .social_media_img img {
        height: 30px;
    }


    /* Frequently Asked Questions*/
    .ask_question {
        margin-top: 80px;
    }

    .ask_question h4 {
        color: var(--teamColor);
        font-weight: 700;
        font-size: 16px;
    }

    .ask_question h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
        color: black;
    }

    .hide_show {
        width: 100%;
    }

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

    .hide_show_content {
        font-size: 14px;
        font-weight: 500;
    }

    .dropdown-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-in-out;
    }

    .active {
        max-height: 1000px;
    }

    .list-items {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        color: var(--textColor);
    }

    /* footer css */
    .footer_bg {
        background-image: url('images/footer_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 80px;
        padding: 10px 0px 5px 0px;
    }

    .footer_logo img {
        height: 40px;
    }

    .footer_logo p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        margin-top: 15px;
    }

    .wrapper .icon {
        position: relative;
        background: #ffffff;
        color: #000;
        border-radius: 50%;
        padding: 15px;
        margin: 10px;
        width: 23px;
        height: 23px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .footer_txt h6 {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
    }

    .footer_social_media {
        display: flex;
        justify-content: flex-start;
    }

    .footer_social_media img {
        height: 25px;
    }

    .underLine {
        height: 3px;
        width: 40px;
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .footer_txt ul {
        padding: 0;
    }

    .footer_txt ul a {
        text-decoration: none;
    }

    .footer_txt ul li {
        list-style: none;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .bottom_nav {
        display: flex;
        justify-content: center;
        color: #fff;
        flex-wrap: wrap;
        text-align: center;
    }

    .bottom_nav p {
        font-size: 12px;
    }
}