@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --color-white: #fff;
    --font-family: 'Montserrat', sans-serif !important;
}

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

body {
    scroll-behavior: smooth;
    font-family: var(--font-family);
}

.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

select:focus {

    outline: none;
}

textarea:focus {

    outline: none;
}

input:focus {

    outline: none;

}

/* button-top-arrow-up-ltr */

.button-top-arrow-up {
    background-color: var(--secondary-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 25px;
    right: 50px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.button-top-arrow-up i {
    font-size: 25px;
    color: var(--color-white);
}

.button-top-arrow-up.show {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

/* button-top-arrow-up-rtl */
.button-top-arrow-up-rtl {
    background-color: var(--secondary-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 25px;
    left: 50px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-top-arrow-up-rtl.showw {
    opacity: 1;
    visibility: visible;
}

.button-top-arrow-up-rtl i {
    font-size: 25px;
    color: var(--color-white);
}

p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0px;
    padding: 0px;
    font-family: var(--font-family);
}

button {
    font-family: var(--font-family) !important;
}

a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    font-family: var(--font-family) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.border-secondary {
    border-color: var(--secondary-color) !important;
}

/*-----------------------------Heager-Start-------------------------------------*/
/* language-dropdown start */
.drop-menu {
    top: 14px !important;
    right: 0px !important;
    left: -16px !important;
}

.drop-menu-rtl {
    top: 14px !important;
    left: 0px !important;
    right: -16px !important;
}

.language-drop {
    padding: 9px;
    color: var(--color-white) !important;
    font-family: var(--font-family) !important;
    font-weight: 400;
}

.drop-menu-2 li a {
    font-family: var(--font-family);
    
}

.drop-menu li a {
    font-family: var(--font-family);
    
}

/* language-dropdown end */
.header {
    background-color: #ffffff;
    width: 100%;
}

.bg-color-banner {
    background-color: #fafafa !important;
    width: 100%;
}


.Navbar {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.togl-btn {
    display: none;
}

.logo a {
    font-size: 30px;
}

.btn-class {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.btn {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.main-btn {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.main-btn:hover {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.btn-class:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.navbar-menu,
.collapse {
    flex-grow: 0;
}

.header-dropdown-menu {
    font-weight: 600;
}

.header-btn-login {
    background-color: var(--secondary-color);
    font-weight: 500;
}

/*-----------------------------Heager-End-------------------------------------*/
/*-----------------------------banner-stsrt-----------------------------------*/

.banner {
    padding-top: 120px;
}

.banner-text h1 {
    font-size: 70px;
    font-family: var(--font-family);
    color: var(--color-black);
    letter-spacing: -0.05em;
    font-weight: 700;
}

.banner-text p {
    width: 610px;
    font-family: var(--font-family);
    color: var(--color-black);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.banner-images {
    width: 100%;
    height: auto;
}

.banner-images {
    animation: test 3s alternate infinite;
    width: 100%;
    object-fit: cover;
}

@keyframes test {
    from {
        bottom: 0px;
    }

    to {
        bottom: 30px;
    }
}

/* banner End */
/* project-management start */
.project-management {
    position: relative;
}

.project-management-bg-imag {
    background-image: url("../images/png/BACKGROUND.png");
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
}

.project-management-text h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 34px !important;
}


/* project-management End */

.work-title .line-image {
    position: absolute;
    left: 0px;
    bottom: -7px;
    width: 850px;
}

.project-management-text p {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.project-management-image {
    width: 100%;
}

/*-----------------------------bannre-2-End-----------------------------------*/
/*-----------------------------work-together-start---------------------------*/

.Work-together-title {
    font-size: 72px;
}

.Work-together-title-bg-img {
    position: absolute;
    right: -10px;
    bottom: 0px;
    width: 70%;
}


/*-----------------------------work-together-End---------------------------------*/
/*-----------------------------Use-as-Extension-start----------------------------*/
.use-as-extension {
    background-color: #F5F6F7;
    padding: 65px 0px 70px 0px;
}

.use-extension {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 56px;
    color: #000;
}

.use-as-extension-text {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.extension-text h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
}

/* Beautiful UI kit designed to grow your business start */
.beautiful-ui-kit-bg-color {
    background-color: #F5F6F7;
}

.beautiful-ui-kit-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    margin: auto;
}

.features-body h5 {
    font-family: var(--font-family);
    text-align: center;
    margin: auto;
    font-weight: 500;
    font-size: 18px;
}

.subtitle {
    text-align: center;
    margin: auto;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-top: 1px;
}

.features-body {
    padding: 15px;
    border: 2px solid var(--primary-color);
}

.beautiful-card {
    transition: 0.5s ease-in-out;

}

.features-body i {
    background-color: #F0F5FF;
    transition: 0.5s ease-in-out;
    width: 74px;
    height: 60px;
}

.features-body i:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
    transform: scale(1.05);
}

.beautiful-card:hover {
    transform: scale(1.05);
}

/* Beautiful UI kit designed to grow your business End */

/* our partners card-section-bg-color start */
#features .beautiful-ui-kit-bg-color,
#our-stores,
#pricing-plans,
#blogs {
    padding: 90px 0px 85px 0px;
    background: #fafafa;
}

#contact-us {
    padding-top: 90px;
}


/*-----------------------------Use-as-Extension-End----------------------------*/
.customise {
    padding-top: 110px;
}

/*-----------------------------choose-plan-card-start-----------------------------*/

.choose-plan {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.choose-card {
    padding: 50px 0px 70px 0px;
}

.plan-card-border {
    border: 1px solid var(--secondary-color);
    transition: .5s ease-in-out;
}

.choose-plan-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
}

.plan-card-frist-titel {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
}

.plan-card-second-titel {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
}

.capture {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.plan-card-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
}

.plan-card-border:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-radius: 8px;
    border: none;
}

.plan-card-border:hover h5 {
    color: var(--secondary-color);
}

.plan-card-border:hover button {
    background-color: var(--secondary-color);
    color: var(--color-white);
    border: none;
}

.plan-card-border:hover .iconimg i {
    color: var(--secondary-color);
}

.plan-card-border:hover {
    transform: scale(1.02);
}

.plan-card-border .card-footer {
    transition: .5s ease-in-out;
}

.plan-card-border:hover .card-footer {
    transition: .5s ease-in-out;
    background-color: var(--primary-color) !important;
}

/*-----------------------------choose-plan-card-start-----------------------------*/
/* you-work-everywhere-you-are start */
.you-work-everywhere-you-are-bg-color {
    background-color: var(--secondary-color);
    padding: 80px 0px;
    color: var(--color-white);
}

.you-work-everywhere-you-are {
    color: var(--color-white);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
}

.your-data {
    background-color: var(--color-white);
    padding: 85px 0px 40px 0px;
}

.your-data--titel {
    color: var(--secondary-color) !important;
}

.your-data-text {
    color: var(--secondary-color);
}

/* you-work-everywhere-you-are End */
/* our-sponsors start */
.sponsors-title {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 64px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

/* our-sponsors End */
/* what-our-clients-says Start */

.what-our-clients-says-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    margin: auto;
}

.how-works-subtitle {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-top: 20px;
}

.clients-card-body-2 {
    padding: 30px;
}

.client-slaider {
    width: 75% !important;
}

.carousel-client-slaider h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
    color: #000;
}

.carousel-client-slaider p {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.star-img {
    width: 30px !important;
    height: 20px;
}

.invisible-img {
    width: 50px !important;
    height: 50px !important;
}

.client-subtext {
    font-size: 14px !important;
}

.annette-text {
    font-family: var(--font-family);
    font-weight: 500 !important;
    font-size: 15px !important;
}

.google-ceo {
    font-family: var(--font-family);
    font-weight: 300 !important;
    font-size: 15px !important;
}

.quote-png {
    width: 20px !important;
    height: 20px !important;
}

.client-slaider-bg-color {
    background-color: #F5F6F7;
}

.client-slai .owl-nav {
    text-align: center !important;
    margin: 0px;
    margin-top: 15px;
}

.client-slai button.owl-prev {
    margin-right: 20px !important;
    background-color: var(--color-white) !important;
    border-radius: 50% !important;
    font: initial !important;
    width: 50px;
    height: 50px;
    font-size: 30px !important;
    color: #000 !important;
}

.client-slai button.owl-next {
    font: initial !important;
    background-color: var(--color-white) !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    font-size: 30px !important;
    color: #000 !important;
    padding-bottom: 65px !important;
}

.them-1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-transform: uppercase;
}

.them-card-box:hover img {
    transform: scale(1.05);
}

.clients {
    padding-top: 60px;
    padding-bottom: 75px;
}

/* what-our-clients-says End */
/*  Have a project in mind! Let’s work together start */
.have-project-section-bg-color {
    background-color: var(--secondary-color);
    color: var(--color-white);
}

.have-project-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
}

.have-project-subtitle {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

/*  Have a project in mind! Let’s work together rnd*/

/* footer start */
.footer-bg-color {
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    padding: 60px 0px 10px 0px;
}

.icon-name {
    color: var(--primary-color);
}

.footer-title {
    color: var(--color-white);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}

.footer-btn button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-white);
}

.footer-contain p a {
    color: var(--color-white) !important;
    font-family: var(--font-family);
    font-weight: 500;
}

.icon-flex {
    gap: 10px;
    color: var(--color-white);
}

.facebook-icon {
    padding-left: 14px;
    padding-right: 14px;
}

.footer-contain {
    color: var(--color-white) !important;
    font-family: var(--font-family);
    font-weight: 500;
}

.copy-right-text {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--font-family);
}

/* footer End */
/*  Funfact start */
.fun-fact {
    background-color: var(--secondary-color);
}

.latest-blog {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    margin: auto;
}

.blog-lorem-text {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: auto;
}

.js-number i {
    color: var(--color-white);
}

.num {
    font-family: var(--font-family);
    font-size: 60px;
    font-weight: 600;
    color: var(--secondary-color);
}

.js-text-number {
    font-size: 16px;
    font-weight: 300;
    color: var(--color-white);
}

.funfact-title {
    font-family: var(--font-family);
    font-size: 52px;
    font-weight: 600;
    color: var(--primary-color);
}

/*  Funfact End */
/* blog start */

.blog-card-hover {
    transition: 0.2s ease-in;
    object-fit: cover;
}

.blog-card-hover:hover {
    transform: scale(1.04);
}

.card-date {
    font-size: 12px;
    color: #B4BBC5;
}

.blog-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

/* blog End */
/* contact start */
.contact-bg-color {
    width: 100%;
    background-color: var(--font-white);
}

.contact-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: -0.015em;
}

.contact-subtitle {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: var(--primary-color);
}

.email-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
}

.infogolio-email a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #6c757d !important;
}

.contact-line {
    width: 40px !important;
    height: 1px;
    background-color: var(--secondary-color);
}

.connect-with-us {
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--secondary-color);
}

.contact-icons {
    gap: 10px;
}

.contact-form-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
}

.contact-form-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
}

.contact-form-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
}

.contact-input {
    font-family: var(--font-family);
    font-size: 13px;
}

.faq-bg-color {
    padding: 65px 0px 80px 0px;
    background-color: #F5F6F7;
}

.faq-title {
    padding-bottom: 30px;
    color: #000;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 34px;
    text-align: center;
    margin: auto;
}

.faq-subtitle {
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    color: #000;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    padding-top: 20px;
}

.accordion-body {
    background-color: var(--color-white);
}

.accordian-active {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    box-shadow: none !important;
}

/* contact end */
/* blog-card-btn-read-more start */
.blog-details-bg-color {
    background-color: #fff;
    color: var(--secondary-color);
}

.blog-details-img {
    width: 100%;
}

.recent-blogs-titel {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--font-family);
    color: #000;
}

.details-footer {
    color: #7d7d7c;
}

.blog-details-title {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-family);
    color: #000;
}

.btn-primary {
    background: #F5F6F7;
    color: var(--primary-color);
    border-radius: 7px;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    transition: .2s all ease-in-out;
    border: 1px solid #F5F6F7;
}

/* blog-card-btn-read-more End */
/* about-us start */
.about-us-bg-color {
    background-color: var(--color-white);
    color: #7d7d7c;
}

.about-us-title {
    font-size: 56px;
    font-family: var(--font-family);
    font-weight: 600;
    color: var(--primary-color);
}

.about-us-subtitle {
    color: var(--secondary-color);
}

.about-us-mini-title {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--font-family);
    color: var(--secondary-color);
}

/* about-us end */
/* contact-list start */

/* contact-list end */

.connect-with-us-1 {
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--secondary-color);
}

.infogolio-email-1 a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--secondary-color) !important;
}

.email-text-1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
}


/* blog-list-view-all start */
.pagination-color {
    color: var(--secondary-color) !important;
}

.page-link {
    color: var(--secondary-color) !important;
}

.pagination {
    --bs-pagination-active-bg: var(--primary-color) !important;
    --bs-pagination-active-border-color: var(--primary-color) !important;
}

/* blog-lisg-viwe-all end */

.view-all-hover {
    transition: .2s ease-in-out;
}

.view-all-hover:hover {
    transform: scale(1.04);
}

.hotel-titel {
    text-align: center;
    margin: auto;
    padding-top: 80px;
}

.title-restaurant h5 {
    font-size: 30px;
    font-family: var(--font-family);
    font-weight: 500;

}

.hotel-card-box {
    padding: 70px 0px 100px 0px;
}

.hotel-main-title {
    text-align: center;
    margin: auto;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
}

.hotel-main-subtitle {
    text-align: center;
    margin: auto;
    padding-top: 20px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.hotel-title {
    color: #000 !important;
}

.hotel-subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family);
}

.hotel-dropdown {
    max-height: 200px !important;
    overflow-y: scroll;
}

.hotel-loction-bar {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    outline: 0;
    box-shadow: none !important;
}

.hotel-label {
    font-family: var(--font-family);
    font-weight: 600;
}

.select-drop {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #989898;
}

.hotel-loction-bar {
    font-family: var(--font-family);
    font-size: 15px;
    line-height: 24px;
    color: #989898 !important;
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;

}

.accordion-button:focus {
    box-shadow: none !important;

}

.accordion-button [type="button"]:not(:disabled) {
    border: #989898 1px solid !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../landing/images/png/down.png") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    background-image: url("../../landing/images/png/up.png") !important;

}

.text-primary-color {
    color: var(--primary-color);
}

.text-secondary-color {
    color: var(--secondary-color);
}

.store-img {
    width: 100%;
    object-fit: cover;
}

.owl-stage-outer .owl-stage {
    display: flex !important;
}

/* accordion-button rtl css */
.accordion-button-rtl:focus {
    box-shadow: none !important;

}

.accordion-button-rtl [type="button"]:not(:disabled) {
    border: #989898 1px solid !important;
}

.accordion-button-rtl:not(.collapsed) {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

.accordion-button-rtl:not(.collapsed)::after {
    background-image: url("../../landing/images/png/down.png") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button-rtl::after {
    background-image: url("../../landing/images/png/up.png") !important;
}

.accordion-button-rtl {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button-rtl::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

/* accordion-button rtl css end */

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.faq-img {
    object-fit: contain;
}

.item-1 img {
    width: 100% !important;
}

.them-name-images:hover {
    object-position: bottom;
}

.them-name-images {
    width: 100%;
    transform-origin: 50% 50%;
    object-fit: cover;
    object-position: top;
    height: 540px;
    transition: 10s all ease-in-out;
}

.js-cookie-consent {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 1rem;
    text-align: center;
    z-index: 9999;
    background-color: #fff;
    border-color: var(--secondary-color);
}

.js-cookie-consent-agree {
    color: #fff !important;
    border-radius: 7px !important;
}

.max-w-7xl {
    max-width: 400px;
}

.btn-class:active {
    box-shadow: none !important;
}

/* ============ update 30-12 jenish ============ */

.fs-15px {
    font-size: 14px;
}

.line-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ============ How does it work ============ */
.management-main:nth-child(even) .landing-rtl.ltr {
    text-align: end;
}

.management-main:nth-child(even) .landing-rtl.rtl {
    text-align: end;
}

.management-main:nth-child(odd) .management-image-2 {
    text-align: start;
}

.management-main:nth-child(even) .management-image-2 {
    text-align: end;
}


/* ============= buttons ============= */
.btn-border-white,
.btn-border-white:active {
    border: 1px solid #fff;
    background-color: transparent !important;
    color: #fff !important;
    padding: 13px 34px;
    margin: 0 5px;
    display: inline-block;
}

.btn-border-dark,
.btn-border-dark:active {
    border: 1px solid #000;
    background-color: transparent !important;
    color: #000 !important;
    padding: 13px 34px;
    margin: 0 5px;
    display: inline-block;
}

.btn-border-primary,
.btn-border-primary:active {
    border: 1px solid var(--primary-color);
    background-color: transparent !important;
    color: var(--primary-color) !important;
    padding: 13px 34px;
    margin: 0 5px;
    display: inline-block;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color) !important;
    color: #fff;
    padding: 13px 34px;
    margin: 0 5px;
    display: inline-block;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:hover {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color) !important;
    color: #fff;
    padding: 13px 34px;
    margin: 0 5px;
    display: inline-block;
}

/* ========== language btn ========== */
.lag-img {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    object-fit: cover !important;
}

.client-slai .owl-nav button i {
    line-height: 38px;
}

.project-img {
    width: 400px;
    padding: 20px;
}

/* =========== custom scroll =========== */
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* ======== planes ======== */
.plan-card-border:hover .capture {
    color: #fff !important;
}

.plan-card-border:hover .btn-border-primary {
    border-color: #fff !important;
    color: #fff !important;
}

/* ============ contact us icons ============ */
.contact-icon,
.contact-icon:hover {
    height: 50px;
    width: 50px;
    background-color: var(--primary-color) !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ============ contact us icons ============ */

.store-input {
    padding: 13px 10px !important;
}

.theme-selection:hover img {

    object-position: bottom;

}

.theme-selection img {

    transition-duration: 0.2s;

    transform-origin: 50% 50%;

    object-fit: cover;

    object-position: top;

    height: 300px;

    transition: 2s all ease-in-out;

}
.footer_acceped_card li img {
    width: 36px;
}

.w-20px {
    width: 20px !important;
}

li,
ul {
    list-style: none;
}
.footer-btn a{
    color: #000 !important;
}

/*-------- whatsapp chat --------*/

.bg-msg {
    background-color: #E5DDD5;
}

.wrapper {
    position: fixed;
    right: 33px;
    bottom: 180px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 1024;
    visibility: hidden;
    overflow: hidden;
}

.wrapper_rtl {
    position: fixed;
    left: 33px;
    bottom: 180px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 1024;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.chat-btn_ltr {
    position: fixed;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
}

.chat-btn_rtl {
    position: fixed;
    left: 22px;
    bottom: 100px;
    cursor: pointer
}

.chat-btn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #25D366;
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 1021;
    right: 52px;
}


.whatsapp_icon_ltr {
    position: fixed !important;
    bottom: 40px !important;
    right: 70px !important;
    z-index: 100;
}

.whatsapp_icon_rtl {
    position: fixed !important;
    bottom: 40px !important;
    left: 70px !important;
    z-index: 100;
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 26px;
    color: #fff !important
}


#check:checked~.wrapper {
    opacity: 1;
    visibility: visible;
}

#check:checked~.wrapper_rtl {
    opacity: 1;
    visibility: visible;
}

.msg_header {
    padding: 1rem;
    background-color: #075E54;
    color: #fff;
}

.msg_header h6 {
    margin: 0px;
    font-size: 16px;
}

.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none;
    height: 70px;
}

.chat-form textarea:focus {
    border: 1px solid #dee2e6;
}

.btn-whatsapp,
.btn-whatsapp:is(:hover, :focus, :active) {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
}
@media screen and (max-width:425px) {
    .chat-btn {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        background-color: #25D366;
        color: #fff;
        font-size: 22px;
        border: none;
        z-index: 1021;
        right: 20px;
    }
}


/*-------- landing css from onyema --------*/


















.synchronizer {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
}

.modifier {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 2px 0 2.5px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: Montserrat;
}
.analyzer,
.calculator,
.modifier {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.calculator {
  width: 562px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
.analyzer {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.orders-on-whatsapp {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.effortlessly-connect-with {
  align-self: stretch;
  position: relative;
  font-size: 14px;
  font-family: Montserrat;
  color: #818181;
}
.priority,
.trigger {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  flex-shrink: 0;
}
.trigger {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  debug_commit: 1de1738;
}
.priority {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 17.5px 0 17px;
  box-sizing: border-box;
}
.whatsapp-img-icon {
  width: 325.5px;
  height: 405px;
  position: relative;
  object-fit: cover;
  flex-shrink: 0;
  debug_commit: 1de1738;
  max-width: 100%;
}
.whatsapp {
  align-self: stretch;
  height: 464px;
  border-radius: 20px;
  background-color: #eee;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 32px 14.5px 349px;
  box-sizing: border-box;
  gap: 26.2px;
  max-width: 100%;
}
.email-img-icon {
  width: 184.5px;
  height: 92.5px;
  position: relative;
  object-fit: cover;
}
.email-support {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.saver {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 22px;
}
.rely-on-responsive {
  flex: 1;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.email,
.queue,
.rely-on-responsive-email-suppo-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.rely-on-responsive-email-suppo-wrapper {
  align-self: stretch;
  flex-direction: row;
  padding: 0 26px 0 22px;
  box-sizing: border-box;
  font-size: 14px;
  color: #818181;
  font-family: Montserrat;
}
.email,
.queue {
  flex-direction: column;
}
.email {
  align-self: stretch;
  border-radius: 20px;
  background-color: #eee;
  overflow: hidden;
  padding: 26.2px 10px 32px;
  box-sizing: border-box;
  gap: 7.6px;
}
.queue {
  width: 400px;
  gap: 16px;
  min-width: 400px;
  flex-shrink: 0;
}
.free-business-website {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.access-a-complimentary {
  align-self: stretch;
  position: relative;
  font-size: 14px;
  font-family: Montserrat;
  color: #818181;
  text-align: left;
}
.free-business-website-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.freeweb-img-icon {
  height: 73.5px;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  object-fit: contain;
}
.freeweb,
.freeweb-img-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.freeweb-img-wrapper {
  align-self: stretch;
  flex-direction: row;
  padding: 0 39px 0 38px;
}
.freeweb {
  flex: 1;
  border-radius: 20px;
  background-color: #eee;
  overflow: hidden;
  flex-direction: column;
  padding: 32px 32px 11.3px;
  gap: 19.2px;
  min-width: 328px;
}
.boost-your-stores,
.seo1 {
  align-self: stretch;
  position: relative;
}
.seo1 {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.boost-your-stores {
  font-size: 14px;
  font-family: Montserrat;
  color: #818181;
}
.seo-img-icon {
  height: 90.5px;
  width: 143px;
  position: relative;
  object-fit: cover;
}
.seo-img-wrapper {
  align-self: stretch;
  flex-direction: row;
  padding: 0 42px;
}
.freeweb-parent,
.seo,
.seo-img-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.seo {
  width: 300px;
  border-radius: 20px;
  background-color: #eee;
  overflow: hidden;
  flex-shrink: 0;
  flex-direction: column;
  padding: 32px 32px 4.3px;
  box-sizing: border-box;
  gap: 8.6px;
  min-width: 300px;
  text-align: left;
}
.freeweb-parent {
  align-self: stretch;
  flex-direction: row;
  gap: 18px;
  max-width: 100%;
  text-align: center;
}
.star-icon {
  width: 36.9px;
  height: 35px;
  position: relative;
}
.all-inclusive1,
.builder,
.digital-store {
  margin: 0;
}
.all-inclusive-digital-store-container {
  margin: 0;
  width: 172.8px;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
}
.all-inclusive {
  width: 293px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80.7px 20px 26.5px 26.3px;
  box-sizing: border-box;
  gap: 16.8px;
  background-image: url(../images/public/allinclusive@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-width: 293px;
}
.payment-options {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.diversify-payment-options {
  width: 384px;
  position: relative;
  font-size: 14px;
  font-family: Montserrat;
  color: #818181;
  display: inline-block;
  max-width: 100%;
}
.all-inclusive-parent,
.payment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.payment {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  flex-direction: column;
  padding: 32px 20px 148px 32px;
  box-sizing: border-box;
  gap: 8px;
  background-image: url(../images/public/payment@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-width: 330px;
  font-size: 20px;
  color: #1d1d1f;
}
.all-inclusive-parent {
  align-self: stretch;
  flex-direction: row;
  gap: 21px;
  font-size: 24px;
  color: #fff;
}
.customize-img-icon {
  width: 343px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.customizable-store {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.tailor-your-stores {
  align-self: stretch;
  position: relative;
  font-size: 14px;
  font-family: Montserrat;
  color: #818181;
}
.customizable-store-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  min-width: 242px;
  max-width: 100%;
}
.customize {
  align-self: stretch;
  border-radius: 20px;
  background-color: #eee;
  overflow: hidden;
  flex-direction: row;
  justify-content: flex-start;
  padding: 53.2px 32px 31.8px 49px;
  box-sizing: border-box;
  gap: 25px;
}
.bento-grid,
.customize,
.frame-parent {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
.frame-parent {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  min-width: 534px;
  flex-shrink: 0;
}
.bento-grid {
  align-self: stretch;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  padding: 0 0 0.4px;
  box-sizing: border-box;
  gap: 17px;
  text-align: left;
  font-size: 20px;
}
.filter,
.transformer {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.transformer {
  width: 1239px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
.filter {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px 104px 21px;
  box-sizing: border-box;
  text-align: center;
  font-size: 54px;
  color: #1d1d1f;
  font-family: Montserrat;
}
.sub-header1 {
  margin: 0;
  height: 92px;
  width: 392px;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.05em;
  line-height: 54px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
  max-width: 100%;
}
.sub-header-wrapper {
  width: 819px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
}
.div {
  height: 22px;
  position: relative;
  display: inline-block;
  min-width: 19px;
}
.number,
.number-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.number {
  height: 39px;
  width: 39px;
  border-radius: 130px;
  background-color: #1d1d1f;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 7.8px 9.6px 9.2px 10.4px;
  box-sizing: border-box;
}
.number-wrapper {
  align-self: stretch;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
}
.step-header {
  margin: 0;
  align-self: stretch;
  height: 25px;
  position: relative;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 68px;
  font-weight: 700;
  font-family: Montserrat;
  display: inline-block;
}
.free-trial-easy,
.start-selling-in {
  margin: 0;
}
.header-desc2 {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
}
.header-desc-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 9px 0 9.5px;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 20px;
}
.watch-video {
  height: 11px;
  position: relative;
  letter-spacing: -0.01em;
  font-weight: 500;
  display: inline-block;
  min-width: 100px;
}
.watch-video-wrapper {
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 1px;
}
.vector-icon {
  height: 20px;
  width: 20px;
  position: relative;
  min-height: 20px;
}
.links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 2px;
  gap: 8px;
}
.links-wrapper {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
  font-size: 16px;
  font-family: Montserrat;
}
.frame-group,
.links-wrapper,
.step-inner {
  display: flex;
  align-items: flex-start;
}
.frame-group {
  width: 576px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 100%;
}
.step-inner {
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.signup-img-icon,
.step,
.step-inner {
  align-self: stretch;
  max-width: 100%;
}
.signup-img-icon {
  height: 459px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 64px;
}
.div1 {
  height: 22px;
  position: relative;
  display: inline-block;
  min-width: 19px;
}
.number-container,
.number1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.number1 {
  height: 39px;
  width: 39px;
  border-radius: 130px;
  background-color: #1d1d1f;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 7.8px 9.6px 9.2px 10.4px;
  box-sizing: border-box;
}
.number-container {
  align-self: stretch;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
}
.step-header1 {
  margin: 0;
  width: 286px;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.05em;
  line-height: 25px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
}
.step-header-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  font-size: 36px;
  font-family: Montserrat;
}
.header-desc3 {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: inherit;
}
.watch-video1 {
  height: 11px;
  position: relative;
  letter-spacing: -0.01em;
  font-weight: 500;
  display: inline-block;
  min-width: 100px;
}
.watch-video-container {
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 1px;
}
.vector-icon1 {
  height: 20px;
  width: 20px;
  position: relative;
  min-height: 20px;
}
.links1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 2px;
  gap: 8px;
}
.links-container {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
  font-size: 16px;
  font-family: Montserrat;
}
.frame-container,
.links-container,
.step-child {
  display: flex;
  align-items: flex-start;
}
.frame-container {
  width: 557px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 100%;
}
.step-child {
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.add-icon,
.step-child,
.step1 {
  align-self: stretch;
  max-width: 100%;
}
.add-icon {
  height: 461px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.step1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 64px;
}
.div2 {
  height: 22px;
  position: relative;
  display: inline-block;
  min-width: 19px;
}
.number-frame,
.number2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.number2 {
  height: 39px;
  width: 39px;
  border-radius: 130px;
  background-color: #1d1d1f;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 7.8px 9.6px 9.2px 10.4px;
  box-sizing: border-box;
}
.number-frame {
  align-self: stretch;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
}
.step-header2 {
  margin: 0;
  width: 406px;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.05em;
  line-height: 25px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
}
.step-header-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 75px 0 75.5px;
  font-size: 36px;
  font-family: Montserrat;
}
.and-watch-sales,
.be-your-own {
  margin: 0;
}
.header-desc4 {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: inherit;
}
.watch-video2 {
  height: 11px;
  position: relative;
  letter-spacing: -0.01em;
  font-weight: 500;
  display: inline-block;
  min-width: 100px;
}
.watch-video-frame {
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 1px;
}
.vector-icon2 {
  height: 20px;
  width: 20px;
  position: relative;
  min-height: 20px;
}
.links2 {
  flex-direction: row;
  justify-content: flex-start;
  padding: 4px 2px;
  gap: 8px;
}
.frame-parent1,
.links-frame,
.links2 {
  display: flex;
  align-items: flex-start;
}
.links-frame {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
  font-size: 16px;
  font-family: Montserrat;
}
.frame-parent1 {
  width: 557px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 100%;
}
.frame-div,
.live-icon {
  align-self: stretch;
  max-width: 100%;
}
.frame-div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.live-icon {
  height: 460px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.header-img-icon1 {
  height: 30.4px;
  width: 36px;
  position: relative;
  flex-shrink: 0;
  
}
.header-img-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
}





































@media screen and (max-width: 450px) {
  .hero-header {
    font-size: 44px;
  }
  .header-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .hero-content {
    gap: 16px;
  }
  .content-wrapper {
    gap: 24px;
  }
  .hero {
    gap: 26px;
  }
  .sub-header {
    font-size: 32px;
    line-height: 32px;
  }
  .header-desc1,
  .orders-on-whatsapp {
    font-size: 16px;
  }
  .whatsapp {
    padding-top: 20px;
    padding-bottom: 148px;
    box-sizing: border-box;
  }
  .email-support,
  .free-business-website,
  .seo1 {
    font-size: 16px;
  }
  .all-inclusive-digital-store-container {
    font-size: 19px;
  }
  .customizable-store,
  .payment-options {
    font-size: 16px;
  }
  .transformer {
    gap: 26px;
  }
  .sub-header1 {
    font-size: 32px;
    line-height: 32px;
  }
  .div {
    font-size: 19px;
  }
  .step-header {
    font-size: 22px;
    line-height: 41px;
  }
  .header-desc2 {
    font-size: 16px;
  }
  .step {
    gap: 16px;
  }
  .div1 {
    font-size: 19px;
  }
  .step-header1 {
    font-size: 22px;
    line-height: 41px;
  }
  .header-desc3 {
    font-size: 16px;
  }
  .step1 {
    gap: 16px;
  }
  .div2 {
    font-size: 19px;
  }
  .step-header2 {
    font-size: 22px;
    line-height: 41px;
  }
  .header-desc4 {
    font-size: 16px;
  }
  .step2 {
    gap: 16px;
  }
  .steps-wrapper {
    gap: 33px;
  }
  .how-it-works-section {
    gap: 40px;
    padding-top: 29px;
    padding-bottom: 29px;
    box-sizing: border-box;
  }
  .real-businesses-real-container {
    font-size: 32px;
  }
  .featured-shops {
    gap: 20px;
  }
  .testimonial-content {
    font-size: 19px;
    line-height: 29px;
  }
  .customer-name,
  .customer-store-link {
    font-size: 19px;
    line-height: 38px;
  }
  .testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box;
  }
  .step-header3 {
    font-size: 22px;
  }
  .error-forwarder {
    font-size: 24px;
    line-height: 22px;
  }
  .m {
    font-size: 29px;
    line-height: 32px;
  }
  .b {
    font-size: 24px;
    line-height: 22px;
  }
  .m1 {
    font-size: 29px;
    line-height: 32px;
  }
  .b1 {
    font-size: 24px;
    line-height: 22px;
  }
  .m2 {
    font-size: 29px;
    line-height: 32px;
  }
  .b2 {
    font-size: 24px;
    line-height: 22px;
  }
  .m3 {
    font-size: 29px;
    line-height: 32px;
  }
  .stats {
    gap: 16px;
  }
  .sub-header2 {
    font-size: 32px;
    line-height: 32px;
  }
  .header-desc5 {
    font-size: 16px;
  }
  .amount,
  .amount1,
  .amount2,
  .amount3,
  .currency-symbol,
  .currency-symbol1,
  .currency-symbol2,
  .currency-symbol3 {
    font-size: 22px;
  }
  .pricing {
    gap: 26px;
  }
  .sub-header3 {
    font-size: 32px;
    line-height: 32px;
  }
  .usp-content-header {
    font-size: 16px;
    line-height: 22px;
  }
  .usp1 {
    gap: 16px;
  }
  .usp-content-header1 {
    font-size: 16px;
    line-height: 22px;
  }
  .usp2 {
    gap: 16px;
  }
  .usp-content-header2 {
    font-size: 16px;
    line-height: 22px;
  }
  .usp3 {
    gap: 16px;
  }
  .usp-content-header3 {
    font-size: 16px;
    line-height: 22px;
  }
  .usp4 {
    gap: 16px;
  }
  .usp {
    gap: 40px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .sub-header4 {
    font-size: 32px;
    line-height: 32px;
  }
  .header-desc6 {
    font-size: 16px;
  }
  .cta-section {
    padding-top: 42px;
    padding-bottom: 42px;
    box-sizing: border-box;
  }
  .copyright-wrapper {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .footer {
    gap: 24px;
  }
}




@media screen and (max-width: 1050px) {
  .hero-header {
    font-size: 59px;
  }
  .sub-header {
    font-size: 43px;
    line-height: 43px;
  }
  .whatsapp {
    padding-top: 21px;
    padding-bottom: 227px;
    box-sizing: border-box;
  }
  .queue {
    flex: 1;
  }
  .customize {
    padding-left: 24px;
    box-sizing: border-box;
  }
  .bento-grid {
    flex-wrap: wrap;
  }
  .sub-header1 {
    font-size: 43px;
    line-height: 43px;
  }
  .div {
    font-size: 25px;
  }
  .step-header {
    font-size: 29px;
    line-height: 54px;
  }
  .step {
    gap: 32px;
  }
  .div1 {
    font-size: 25px;
  }
  .step-header1 {
    font-size: 29px;
    line-height: 54px;
  }
  .step1 {
    gap: 32px;
  }
  .div2 {
    font-size: 25px;
  }
  .step-header2 {
    font-size: 29px;
    line-height: 54px;
  }
  .step2 {
    gap: 32px;
  }
  .steps-wrapper {
    gap: 66px;
  }
  .how-it-works-section {
    gap: 80px;
  }
  .real-businesses-real-container {
    font-size: 43px;
  }
  .featured-shops {
    padding-top: 104px;
    padding-bottom: 104px;
    box-sizing: border-box;
  }
  .testimonial-content {
    font-size: 26px;
    line-height: 38px;
  }
  .step-header3 {
    font-size: 29px;
  }
  .error-forwarder {
    font-size: 40px;
    line-height: 32px;
  }
  .m {
    font-size: 38px;
    line-height: 43px;
  }
  .stat {
    min-height: auto;
  }
  .b {
    font-size: 40px;
    line-height: 32px;
  }
  .m1 {
    font-size: 38px;
    line-height: 43px;
  }
  .stat1 {
    min-height: auto;
  }
  .b1 {
    font-size: 40px;
    line-height: 32px;
  }
  .m2 {
    font-size: 38px;
    line-height: 43px;
  }
  .stat2 {
    min-height: auto;
  }
  .b2 {
    font-size: 40px;
    line-height: 32px;
  }
  .m3 {
    font-size: 38px;
    line-height: 43px;
  }
  .stat3 {
    min-height: auto;
  }
  .stats-wrapper {
    flex-wrap: wrap;
  }
  .sub-header2 {
    font-size: 43px;
    line-height: 43px;
  }
  .amount,
  .amount1,
  .amount2,
  .amount3,
  .currency-symbol,
  .currency-symbol1,
  .currency-symbol2,
  .currency-symbol3 {
    font-size: 29px;
  }
  .sub-header3 {
    font-size: 43px;
    line-height: 43px;
  }
  .usp {
    padding-top: 104px;
    padding-bottom: 104px;
    box-sizing: border-box;
  }
  .sub-header4 {
    font-size: 43px;
    line-height: 43px;
  }
  .logo {
    flex: 1;
    padding-right: 0;
    box-sizing: border-box;
  }
  .footer-sections {
    padding-left: 27px;
    box-sizing: border-box;
  }
  .footer-bottom,
  .footer-top {
    flex-wrap: wrap;
  }
}




@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 122px;
    padding-bottom: 78px;
    box-sizing: border-box;
  }
  .filter,
  .how-it-works-section {
    padding-bottom: 68px;
    box-sizing: border-box;
  }
  .how-it-works-section {
    padding-top: 68px;
  }
  .featured-shops {
    gap: 80px;
  }
  .pricing {
    padding-top: 104px;
    padding-bottom: 104px;
    box-sizing: border-box;
  }
}




@media screen and (max-width: 750px) {
  .hero {
    gap: 52px;
    padding-top: 79px;
    padding-bottom: 51px;
    box-sizing: border-box;
  }
  .queue {
    min-width: 100%;
  }
  .seo {
    flex: 1;
  }
  .freeweb-parent {
    flex-wrap: wrap;
  }
  .all-inclusive {
    flex: 1;
  }
  .all-inclusive-parent {
    flex-wrap: wrap;
  }
  .customize-img-icon {
    flex: 1;
  }
  .customize {
    flex-wrap: wrap;
  }
  .frame-parent {
    min-width: 100%;
  }
  .transformer {
    gap: 52px;
  }
  .filter {
    padding-bottom: 44px;
    box-sizing: border-box;
  }
  .step-header-container {
    padding-left: 37px;
    padding-right: 37px;
    box-sizing: border-box;
  }
  .featured-shops,
  .how-it-works-section {
    padding-top: 44px;
    padding-bottom: 44px;
    box-sizing: border-box;
  }
  .featured-shops {
    gap: 40px;
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .testimonial {
    gap: 19px;
  }
  .stats {
    gap: 32px;
    padding-top: 42px;
    padding-bottom: 42px;
    box-sizing: border-box;
  }
  .plan,
  .plan1,
  .plan2,
  .plan3 {
    padding-top: 21px;
    padding-bottom: 21px;
    box-sizing: border-box;
  }
  .pricing-toggle-wrapper {
    gap: 16px;
  }
  .pricing,
  .usp {
    box-sizing: border-box;
  }
  .pricing {
    gap: 52px;
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .usp {
    gap: 80px;
    padding: 68px 33px 68px 52px;
  }

}