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

@import url('https://db.onlinewebfonts.com/c/30c1ab8efd4cc143241cf8e7fbb8b5c6?family=Rogerex');

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


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

html {
    scroll-behavior: smooth;
}



/* ************ start change on css ************ */

/* hero image */
.hero-section .hero-img {
    margin: 40px auto 0;
    max-width: 1050px;
    width: 100%;
    position: relative;
}

.hero-img .main-shopify-export-data-img {
    position: absolute;
    top: 19%;
    right: 6%;
    z-index: 1;
}

/* step */
.work-step .step {
    width: 33.33%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(123, 171, 122, 1);
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.step .step-img {
    display: flex;
    justify-content: end;
    padding-left: 25px;
    height: auto;
}

.step .content-step {
    margin-top: auto;
}

.easy-steps .step .step-img .main-shopify-export-data-img {
    width: 100%;
    box-shadow: unset;
    border-radius: 0 20px 0 20px;
    position: relative;
}

.easy-steps .step .step-img .main-shopify-export-data-img .shopify-exportData-img {
    position: relative;
    height: 100%;
}

.easy-steps .step .step-img .main-shopify-export-data-img .shopify-exportData-img::after {
    content: '';
    position: absolute;
    background: linear-gradient(#7bab7a, #fff);
    height: 100%;
    width: 3px;
    left: -2px;
    top: 0;
}

.easy-steps .step .step-img .main-shopify-export-data-img .shopify-exportData-img::before {
    content: '';
    position: absolute;
    background: linear-gradient(to left, #7bab7a, #fff);
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 0;
}

.work-step .step-img .step-arrow-img {
    height: clamp(20px, 1.8vw, 25px);
    width: clamp(20px, 1.8vw, 25px);
    position: absolute;
}

.step-img .img-add-chrome-btn .step-arrow-img {
    right: -4px;
    bottom: -7px;
}

.step-img .img-collection-select .step-arrow-img {
    left: 40%;
    margin-top: clamp(10px, 1.8vw, 15px);
}

.step-img .img-file-radio-btn .step-arrow-img {
    bottom: -6px;
    right: 12px;
}

.step-img .img-export-btn .img-btn .step-arrow-img {
    right: 0;
    bottom: -6px;
}

/* ************ end change on css ************ */

/* start language css */
/* french */
.img-shopify-step1-content p:lang(fr) {
    font-size: clamp(10px, 1.7vw, 12px);
}

.main-shopify-export-data-img:lang(fr) {
    font-size: clamp(9px, 1.2vw, 12px);
}

.img-add-chrome-badge .img-badge:lang(fr) {
    padding: clamp(3px, 2vw, 7px) clamp(5px, 2vw, 7px);
    font-size: clamp(8px, 1.2vw, 11px);
}

.logo-img-name svg:lang(fr),
.logo-img-name svg:lang(de),
.logo-img-name svg:lang(es) {
    max-width: clamp(12px, 1.9vw, 22px);
    max-height: clamp(12px, 1.9vw, 22px);
    margin-right: clamp(4px, 1.2vw, 5px);
}

.shopify-img-header .img-help-img svg:lang(fr),
.shopify-img-header .img-help-img svg:lang(de),
.shopify-img-header .img-help-img svg:lang(es) {
    width: clamp(14px, 2vw, 18px);
    height: clamp(14px, 2vw, 18px);
}

.shopify-main-img-content .img-btn:lang(fr),
.shopify-main-img-content .img-btn:lang(de),
.shopify-main-img-content .img-btn:lang(nl) {
    padding: clamp(3px, 1vw, 8px) clamp(3px, 1vw, 8px);
    font-size: clamp(6px, 1.6vw, 11px);
}

.shopify-main-img-content .img-title h4:lang(fr),
.shopify-main-img-content .img-title h4:lang(de),
.shopify-main-img-content .img-title h4:lang(es) {
    font-size: clamp(7px, 2vw, 13px);
}

.img-radio-btn-content .img-file-radio-btn:lang(fr) {
    padding: clamp(2px, 1vw, 7px);
}

.img-radio-btn-content .img-file-radio-btn:lang(nl) {
    padding: clamp(2px, 1vw, 5px);
    font-size: clamp(5px, 1.2vw, 12px);
}

.logo-img-name h3:lang(pt) {
    font-size: clamp(6px, 2vw, 15px);
}

.logo-img-name svg:lang(pt) {
    max-width: clamp(10px, 2vw, 22px);
    max-height: clamp(10px, 2vw, 22px);
    margin-right: clamp(2px, 1.2vw, 7px);
}

/* end language css */


/* ********************************* start dynamic images ********************************* */
.main-shopify-export-data-img p {
    color: inherit !important;
    max-width: unset !important;
    width: unset !important;
    margin: unset !important;
}

.main-shopify-export-data-img::after,
.main-shopify-export-data-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.main-shopify-export-data-img {
    width: clamp(220px, 50%, 450px);
    max-height: 492px;
    height: auto;
    box-shadow: 0 8px 12px rgba(116, 116, 116, 0.17);
    border-radius: clamp(5px, 2vw, 10px);
    font-family: 'Segoe UI';
    font-weight: normal;
    font-size: clamp(9px, 1.2vw, 14px);
    line-height: normal;
    color: #000;
    overflow: hidden;
    background-color: #fff;
    cursor: context-menu;
    position: relative;
    white-space: nowrap;
}

.shopify-img-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ededed;
    padding: 10px 20px;
    padding: clamp(4px, 1vw, 10px) clamp(10px, 2vw, 20px);
}

.shopify-img-header .logo-img-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img-name svg {
    width: 100%;
    max-width: clamp(12px, 2vw, 25px);
    max-height: clamp(12px, 2vw, 25px);
    margin-right: clamp(4px, 1.2vw, 10px);
}

.shopify-img-header .img-help-img svg {
    width: clamp(14px, 2vw, 20px);
    height: clamp(14px, 2vw, 20px);
}

.logo-img-name h3 {
    font-size: clamp(6px, 2vw, 16px);
    font-weight: 600;
    white-space: normal;
}

.logo-img-name h3 p {
    font-size: clamp(7px, 1.2vw, 12px);
    line-height: 1;
    text-align: right;
    font-style: italic;
    color: gray !important;
    font-weight: 400;
}

.shopift-img-footer {
    background: #ededed;
    padding: clamp(6px, 1.2vw, 10px) clamp(8px, 1.2vw, 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopift-img-footer p {
    font-size: clamp(10px, 1.2vw, 15px);
    font-weight: 600;
    padding-right: clamp(5px, 1.2vw, 10px);
}

.shopift-img-footer .stars-img {
    display: flex;
    gap: clamp(4px, 1.2vw, 6px);
}

.shopift-img-footer .stars-img svg {
    max-width: clamp(10px, 1.2vw, 20px);
    fill: #fff;
    stroke-width: 5px;
    stroke: #000;
}

.shopify-main-img-content {
    padding: clamp(4px, 1vw, 15px);
    padding-bottom: unset !important;
}

.shopify-main-img-content .img-title h4 {
    font-size: clamp(8px, 2vw, 15px);
    font-weight: 600;
    margin-bottom: clamp(4px, 1.2vw, 6px);
}

.img-collection-select select {
    width: 100%;
    padding: clamp(3px, 1.2vw, 6px);
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    font-size: clamp(7px, 2vw, 14px);
    position: relative;
}

.img-collection-select select:disabled {
    color: #000;
}

.shopify-main-img-content>div {
    margin-bottom: clamp(5px, 1vw, 17px);
}

.main-step1-shopify-img .shopify-main-img-content>div:last-child {
    margin-bottom: unset;
}

.img-radio-btn-content .img-file-radio-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: clamp(40px, 1.2vw, 100px);
    background: rgb(239, 239, 239);
    padding: clamp(3px, 1vw, 10px);
    border-radius: 4px;
    font-size: clamp(7px, 1.2vw, 14px);
    position: relative;
}

.img-radio-btn-content .img-file-radio-btn svg {
    max-width: clamp(7px, 1.2vw, 12px);
    max-height: clamp(7px, 1.2vw, 12px);
}

.img-radio-btn-content .img-btn-content p {
    font-weight: 700;
    font-size: clamp(7px, 1.2vw, 13px);
}

.img-radio-btn-content .img-btn-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.shopify-main-img-content .img-btn {
    background-color: #5c5c5c;
    border: 1px solid #5c5c5c;
    color: white;
    padding: 9px 20px;
    padding: clamp(3px, 1vw, 9px) clamp(8px, 1vw, 20px);
    border-radius: 4px;
    font-weight: 400;
    font-size: clamp(7px, 1.6vw, 14px);
    width: 50%;
    text-align: center;
    position: relative;
}

.img-export-btn {
    display: flex;
    align-items: center;
    gap: clamp(4px, 1.2vw, 12px);
}

.shopify-main-img-content .img-btn:nth-child(2) {
    color: #5c5c5c;
    border: 1px solid #5c5c5c;
    background-color: transparent;
}

.img-suggest-btn .img-btn {
    background-color: #e3e3e3;
    color: #262626;
    max-width: clamp(90px, 43%, 160px);
    border: unset;
}

.shopify-step1-img-header {
    display: flex;
    align-items: center;
    gap: clamp(5px, 2vw, 10px);
}

.shopify-step1-img-header img {
    max-width: clamp(22px, 2vw, 35px);
}

.shopify-step1-img-header h3 {
    font-size: clamp(12px, 2vw, 18px);
}

.img-shopify-step1-content {
    display: flex;
    align-items: center;
}

.img-shopify-step1-content p {
    font-size: clamp(10px, 1.7vw, 13px);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.img-shopify-step1-content p svg {
    width: clamp(10px, 2vw, 16px);
    height: clamp(10px, 2vw, 16px);
    display: block;
}

.img-shopify-step1-content .img-softpule-link {
    color: #0b57d0 !important;
    padding-right: 5px;
}

.img-shopify-step1-content .img-softpule-link svg {
    fill: #0b57d0;
}

.img-shopify-step1-content .img-featured {
    color: #146c2e !important;
    padding-right: 5px;
}

.img-shopify-step1-content .img-featured svg {
    fill: #146c2e;
}

.img-shopify-step1-content .img-rank {
    color: #001d35 !important;
}

.img-shopify-step1-content .img-rank svg {
    fill: #001d35;
    width: clamp(9px, 2vw, 14px);
    height: clamp(9px, 2vw, 14px);
}

.img-shopify-step1-content .img-rating span {
    color: #0b57d0;
    font-weight: 600;
    white-space: nowrap;
}

.img-add-chrome-badge {
    display: flex;
    align-items: center;
    gap: clamp(4px, 2vw, 8px);
}

.img-add-chrome-badge .img-badge {
    background-color: #eff2ef;
    color: #000;
    border-radius: 8px;
    padding: clamp(4px, 2vw, 8px) clamp(7px, 2vw, 12px);
    white-space: nowrap;
}

.img-add-chrome-btn .img-btn {
    background-color: #0b57d0;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: 500;
    width: fit-content;
    margin-top: clamp(18px, 2vw, 30px);
    position: relative;
}

.main-step1-shopify-img {
    width: clamp(275px, 50%, 370px);
}

.main-step1-shopify-img .shopify-main-img-content>div {
    margin-bottom: clamp(10px, 2vw, 15px);
}

.img-add-shopify-img {
    display: flex;
    justify-content: center;
    margin-bottom: unset !important;
    margin-top: clamp(20px, 2vw, 25px);
}

.img-add-shopify-img img {
    height: 62px !important;
    width: clamp(210px, 2vw, 245px) !important;
    object-fit: cover;
    object-position: top;
}

/* ********************************* end dynamic images ********************************* */


/* *************************************************************************************************** */


.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

body {
    font-family: "shopify sans web";
    font-weight: 400;
    font-size: 18px;
    color: #525252;
    background-image: url(../img/Background.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    scroll-behavior: smooth;
}

/* header section */

header {
    padding: 30px 0;
    position: relative;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #f1fff2;
    z-index: 999;
    transition: all .5s ease-in-out;
}

header.top {
    padding: 15px 0;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.05);
}

.main-menu .close {
    display: none;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.main-header a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.main-logo a img {
    max-width: 48px;
}

.main-logo a h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #1A2419;
    font-weight: 700;
    font-family: "Rogerex";
}

.main-header span {
    display: flex;
}

.main-header .mobile-menu {
    display: none;
}

.main-header .main-menu {
    display: flex;
    align-items: center;
    gap: 50px;
}

.main-menu .chrome-btn span {
    display: flex;
}

.main-header .main-menu ul {
    display: flex;
    gap: 35px;
}

.main-header .main-menu ul li {
    list-style-type: none;
}

.main-header .main-menu ul li a {
    color: #1A2419;
    text-decoration: unset;
}

.main-header .main-menu .chrome-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 9px 17px 9px 10px;
    background: linear-gradient(93.66deg, #1B571A 0%, #25AD23 100%);
    border-radius: 50px;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}

/* hero section */

.hero-section {
    padding-top: 70px;
}

.hero-section .best-ratings {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .best-ratings span {
    display: flex;
}

.best-ratings .google-logo {
    padding-right: 10px;
}

.best-ratings .star-box {
    padding-left: 20px;
    border-left: 1px solid #B5B5B5;
    display: flex;
    align-items: center;
    gap: 6px;
}

.best-ratings .Featured {
    padding-left: 10px;
}

.best-ratings .Featured p {
    color: #146C2E;
}

.best-ratings .star-box,
.best-ratings .Featured {
    display: flex;
    align-items: center;
}

.hero-section h1 {
    max-width: 872px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    line-height: 66px;
    font-family: "lexend";
    padding-top: 15px;
    padding-bottom: 20px;
}

.hero-section h1 span {
    background: radial-gradient(50% 50% at 50% 50%, #03AD00 0%, #0D510C 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #fff;
    padding: 0 2px;
}

.hero-section p {
    color: #616161;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hero-section a {
    padding: 12px 25px;
    display: flex;
    background: linear-gradient(94.71deg, #1B561A 0%, #25AC23 100%);
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: unset;
}

.hero-section .hero-button {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.hero-section .hero-img {
    margin-top: 40px;
}

.hero-section .hero-img img {
    display: flex;
    margin: 0 auto;
}

/* HOW IT WORKS */

.work-step {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAF6 15%, #F6FAF6 85%, #FFFFFF 100%);
    position: relative;
    z-index: 0;
}

.work-step::after {
    position: absolute;
    content: '';
    bottom: 50px;
    left: 0;
    background-image: url(../img/BG-img.png);
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}

.min-title {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.min-title h6 {
    padding: 7px 20px;
    background-color: #D6EFD8;
    border-radius: 50px;
    color: #1A5319;
    font-size: 14px;
    font-weight: 700;
}

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

.title-wrap h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 0;
}

.title-wrap h3::before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    background-image: url(../img/shap-Vector.png);
    width: 300px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.title p {
    text-align: center;
    max-width: 453px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.work-step .easy-steps {
    padding-top: 50px;
    display: flex;
    gap: 30px;
}

.work-step .step {
    width: 33.33%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(123, 171, 122, 1);
    border-radius: 20px;
    position: relative;
}

.step .counting-tag {
    padding: 6px 26px;
    background-color: rgba(255, 171, 3, 1);
    border-radius: 20px;
    position: absolute;
    top: -15px;
    right: 30px;
    z-index: 1;
}

.step .counting-tag p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.step .step-img {
    display: flex;
    justify-content: end;
    padding-left: 25px;
}

.step .step-img img {
    width: 100%;
    height: 100%;
}

.step .content-step {
    padding: 25px;
}

.step .content-step .box-icon {
    padding: 19px;
    background-color: rgba(214, 239, 216, 1);
    border-radius: 16px;
    display: inline-flex;
}

.step .content-step h4 {
    color: rgba(26, 83, 25, 1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-top: 20px;
    padding-bottom: 10px;
}

.step .content-step p {
    font-size: 14px;
    font-weight: 400;
}

/* features section */

.features-section .title-wrap h3::before {
    background-image: url(../img/shap-Vector-2.png);
    width: 340px;
    bottom: -2px;
}

.features-section .main-features-con {
    padding-top: 70px;
}

.main-features-con .features-con h4 {
    color: rgba(26, 83, 25, 1);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1)
}

.features-con .features-box {
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
    gap: 38px;
}

.features-box .box {
    width: calc(33.33% - 38px);
}

.features-box .box span {
    display: flex;
    padding-bottom: 15px;
}

.features-box .box h6 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
    letter-spacing: 0.02em;
    padding-bottom: 8px;
}

.features-box .box p {
    font-size: 16px;
}

/* Reviews section */

.review-section {
    padding-top: 70px;
}

.review-section .review-images {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 8px;
}

.review-section .title {
    width: 25.64%;
    padding-right: 54px;
}

.review-section .title-wrap {
    justify-content: left;
}

.review-section .min-title {
    justify-content: left;
}

.review-section .title p {
    text-align: left;
}

.review-images .user-img {
    display: flex;
    margin-left: -8px;
}

.review-section .review-wrapp {
    display: flex;
    align-items: center;
}

.review-section .main-reviews-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 74.36%;
    position: relative;
}

.main-reviews-con .review-box {
    padding: 20px;
    /* width: calc(33.33% - 20px); */
    border: 1px solid rgba(123, 171, 122, 1);
    background-color: #fff;
    border-radius: 12px;
}

.review-box .date-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.review-box .date-star span {
    display: flex;
}

.review-box .date-star p {
    font-size: 12px;
}

.main-reviews-con .review-box p {
    color: rgba(26, 83, 25, 1);
    font-size: 14px;
    letter-spacing: 0.01em;
}

.main-reviews-con .review-box h6 {
    color: rgba(26, 26, 26, 1);
    font-weight: 500;
    font-size: 14px;
    padding-top: 15px;
}

.review-wrapp .main-reviews-con::before,
.review-wrapp .main-reviews-con::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.review-wrapp .main-reviews-con::after {
    top: unset;
    bottom: 0;
    background: linear-gradient(0deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
}

/* swiper css */
.main-reviews-con .swiper-slide {
    height: auto !important;
    margin-top: 0 !important;
    width: calc(33.33% - 20px);
}

.main-reviews-con .swiper-grid-column>.swiper-wrapper {
    flex-direction: unset;
    /* row-gap: 30px; */
    height: 561px !important;
}


/* Pricing section */

.pricing-section {
    padding-top: 120px;
    position: relative;
}

.pricing-section .title-wrap h3::before {
    left: unset;
    right: 0;
    width: 250px;
}

.pricing-section .main-title h3 {
    max-width: 475px;
    width: 100%;
    margin: 0 auto;
}

.pricing-section .main-title p {
    max-width: 706px;
}



.bg-green {
    background-color: #1A5319 !important;
}

.green {
    color: #1A5319 !important;
}

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

.white {
    color: #fff !important;
}

.pricing-section .main-pricing {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    position: relative;
}

.main-pricing .pricing-box {
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #1A531926;
    background-color: #1A53190D;
    display: flex;
    flex-direction: column;
}

.main-pricing .pricing-box h6 {
    font-size: 22px;
    line-height: 28px;
    color: #1A5319;
    font-weight: 500;
    padding-bottom: 10px;
    align-items: center;
    display: flex;
    gap: 13px;
}

.main-pricing .pricing-box h6 span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #1a5319;
    padding: 4px 15px;
    border-radius: 20px;
    background-color: #f3f6f3;
}

.main-pricing .pricing-box p {
    padding-bottom: 20px;
    color: #A0A0A0;
    font-size: 16px;
}

.pricing-box .price-rate {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.pricing-box .price-rate h3 {
    font-size: 40px;
    line-height: 50px;
    color: #1A5319;
    font-weight: 500;
}

.pricing-box .price-rate span {
    display: flex;
    color: #A0A0A0;
    padding-bottom: 8px;
}

.main-pricing .pricing-box a {
    text-decoration: unset;
    color: #1A5319;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px;
    display: block;
    text-align: center;
    background-color: #FFFFFF0D;
    border-radius: 30px;
    margin-top: auto;
}

.main-pricing .pricing-box ul {
    display: flex;
    padding-top: 32px;
    flex-direction: column;
    gap: 12px;
}

.main-pricing .pricing-box ul li {
    list-style-type: none;
    padding-left: 26px;
    color: #A0A0A0;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.main-pricing .pricing-box ul li span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pricing-section .swiper-slide {
    width: calc(33.33% - 15px);
}

.pricing-section .swiper-wrapper {
    gap: 20px;
}

.pricing-section .swiper-horizontal {
    padding-bottom: 25px;
}

.main-pricing .swiper-horizontal>.swiper-pagination-bullets,
.main-pricing .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3px;
}

.main-pricing .swiper-button-next:after,
.main-pricing .swiper-button-prev:after {
    content: '';
}

.main-pricing .swiper-button-next svg,
.main-pricing .swiper-button-prev svg {
    width: unset;
    height: unset;
}

.pricing-section .swiper-button-next,
.pricing-section .swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #000;
    border: 1px solid #000;
    right: -15px;
    top: calc(50% + 15px);
    transform: translateY(-50%);
}

.pricing-section .swiper-pagination-bullet-active {
    background-color: #1A5319;
}

.pricing-section .swiper-button-prev {
    right: unset;
    left: -15px;
}






/* faq section */

.faq-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAF6 15%, #F6FAF6 85%, #FFFFFF 100%);
    position: relative;
    z-index: 0;
}

.faq-section::after {
    position: absolute;
    content: '';
    top: 170px;
    left: 0;
    background-image: url(../img/BG-img-2.png);
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.faq-section .title-wrap h3::before {
    left: unset;
    right: 0;
    width: 156px;
}

.faq-section .title p {
    max-width: unset;
}

.accordion-container {
    position: relative;
    max-width: 711px;
    margin: 0 auto;
    margin-top: 50px;
}

.accordion-container .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
}

.accordion-container .question h6 {
    font-size: 16px;
    color: rgba(26, 26, 26, 1);
    font-weight: 400;
}

.accordion-container .set {
    border-radius: 12px;
    border: 1px solid rgba(122, 188, 121, 1);
    margin: 15px 0;
    background-color: #fff;
}

.accordion-container .question span {
    display: flex;
    transition: all .3s ease-in-out;
}

.accordion-container .question.active {
    background-color: rgba(214, 239, 216, 0.4);
    color: rgba(26, 26, 26, 1);
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.accordion-container .question.active span {
    transform: rotate(180deg);
}

.accordion-container .content {
    display: none;
    padding: 15px;
    font-size: 14px;
    color: rgba(82, 82, 82, 1);
}

/* News & Blogs section */

.blog-section {
    padding-bottom: 90px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAF6 15%, #F6FAF6 85%, #FFFFFF 100%);
    margin-bottom: 80px;
}

.blog-section .title-wrap h3::before {
    bottom: -2px;
    left: -18px;
    width: 230px;
}

.blog-section .main-blogs {
    display: flex;
    gap: 30px;
    padding-top: 52px;
}

.main-blogs .bolg-con {
    width: 33.33%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(123, 171, 122, 1);
    border-radius: 20px;
    overflow: hidden;
}

.main-blogs .bolg-con .img {
    position: relative;
    padding-bottom: 63.95%;
}

.main-blogs .bolg-con .img a {
    display: flex;
}

.bolg-con .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-blogs .bolg-con p {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(26, 83, 25, 1);
}

/* footer section */

footer {
    padding-bottom: 48px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(214, 239, 216, 0.5) 100%);
}

footer .main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

footer span {
    display: flex;
}

.footer-logo span {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo span img {
    max-width: 42px;
}

.footer-logo span h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #1A2419;
    font-weight: 700;
    font-family: "Rogerex";
}

.footer-logo p {
    font-size: 14px;
    color: rgba(103, 103, 103, 1);
}

.footer-menu {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
}

.footer-menu ul {
    display: flex;
    gap: 40px;
}

.footer-menu ul li {
    list-style-type: none;
}

.footer-menu ul li a {
    text-decoration: none;
    color: rgba(30, 44, 67, 1);
    font-size: 14px;
}

.footer-menu p {
    font-size: 14px;
    color: rgba(103, 103, 103, 1);
}

.social-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icon a {
    display: flex;
}



/* Terms & Condition page */

.terms-condition .title {
    padding: 0 20px;
}

.terms-condition {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../img/Background-3.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.terms-condition .main-title {
    max-width: 475px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.terms-condition .main-conditions {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-conditions .con-wrapper h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    font-weight: 500;
}

.main-conditions p {
    padding: 5px 0;
}

.main-conditions p,
.main-conditions .con-wrapper ul li {
    color: #A0A0A0;
}

.main-conditions .con-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
}

.main-conditions .con-wrapper ul li {
    list-style-position: inside;
}

.main-conditions .con-wrapper ul li a {
    color: #A0A0A0;
}

.terms-condition .title-wrap h3::before {
    width: 340px;
    height: 23px;
}

@media only screen and (max-width:1199px) {
    body {
        font-size: 16px;
    }

    .hero-section .hero-img img {
        width: 100%;
    }

    .main-header .main-menu ul {
        gap: 25px;
    }

    .main-header .main-menu {
        gap: 25px;
    }

    .review-section .review-wrapp {
        flex-direction: column;
    }

    .review-section .title {
        width: 100%;
        padding-right: 0;
    }

    .review-section .main-reviews-con {
        width: 100%;
    }

    .review-section .min-title,
    .review-section .review-images,
    .review-section .title-wrap {
        justify-content: center;
    }

    .review-section .title p {
        text-align: center;
    }

    .main-pricing .pricing-box {
        width: 100%;
    }

    .pricing-section .main-pricing {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pricing-section .swiper-slide {
        width: unset;
    }

    .pricing-section .swiper-wrapper {
        gap: unset;
    }

    .pricing-section .swiper-button-next,
    .pricing-section .swiper-button-prev {
        display: flex;
    }

    .main-header .main-menu .chrome-btn {
        font-size: 14px;
        gap: 8px;
        padding: 9px 10px;
    }
}

@media only screen and (max-width:992px) {
    .main-logo a img {
        max-width: 36px;
    }

    .main-logo a h2 {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: normal;
    }

    .main-header a {
        gap: 8px;
    }

    .hero-section {
        padding-top: 50px;
    }

    .hero-section h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .hero-section .hero-button {
        margin-top: 30px;
    }

    .hero-section a {
        font-size: 18px;
    }

    .hero-section .hero-img {
        margin-top: 30px;
    }

    .work-step {
        margin-top: 20px;
        padding-bottom: 80px;
    }

    .min-title h6 {
        padding: 5px 15px;
        font-size: 12px;
    }

    .min-title {
        padding-bottom: 15px;
    }

    .work-step .easy-steps {
        flex-wrap: wrap;
        justify-content: center;
    }

    .work-step .step {
        width: calc(50% - 15px);
    }

    .features-section .main-features-con {
        padding-top: 60px;
    }

    .features-box .box p {
        font-size: 14px;
    }

    .features-box .box h6 {
        font-size: 16px;
    }

    .features-con .features-box {
        padding-bottom: 40px;
    }

    .review-section {
        padding-top: 60px;
    }

    .features-box .box {
        width: calc(33.33% - 25px);
    }

    .faq-section {
        padding: 100px 0;
    }

    .main-blogs .bolg-con {
        width: calc(50% - 10px);
    }

    .blog-section .main-blogs {
        flex-wrap: wrap;
        padding-top: 40px;
        justify-content: center;
        gap: 20px;
    }

    .main-blogs .bolg-con p {
        padding: 15px;
        font-size: 16px;
    }

    footer .main-footer {
        flex-direction: column;
        gap: 20px;
    }

    .footer-menu {
        position: unset;
        transform: unset;
        gap: 20px;
    }

    .footer-logo p {
        text-align: center;
    }

    footer {
        padding-bottom: 40px;
    }

    .blog-section {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .main-reviews-con .swiper-slide {
        width: calc(33.33% - 14px);
    }

    .main-menu .chrome-btn span svg {
        width: 24px;
        height: 24px;
    }

    .terms-condition {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .terms-condition .main-conditions {
        padding-top: 50px;
    }

    .main-header .main-menu ul li a {
        font-size: 14px;
    }

    .main-header .main-menu ul {
        gap: 15px;
    }

    .main-header .main-menu {
        gap: 15px;
    }
}

@media only screen and (max-width:767px) {
    header {
        padding: 20px 0;
    }

    .main-header .main-menu {
        position: fixed;
        flex-direction: column;
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: 80%;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 20px;
        padding-top: 40px;
        align-items: flex-start;
        /* justify-content: space-between; */
        transition: all .5s ease-in-out;
    }

    .main-header .main-menu.active {
        transform: translateX(0);
    }

    .main-header .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .main-menu .close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        display: block;
    }

    body.active {
        overflow: hidden;
    }

    .main-header .main-menu ul {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 0;
    }

    .main-header .main-menu ul li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

    .main-header .main-menu ul li a {
        font-size: 16px;
    }

    .main-header .mobile-menu {
        display: block;
        cursor: pointer;
    }

    .main-logo a img,
    .footer-logo span img {
        max-width: 30px;
    }

    .main-logo a h2,
    .footer-logo span h2 {
        font-size: 14px;
        line-height: normal;
    }

    .main-header a,
    .footer-logo span {
        gap: 5px;
    }

    .hero-section {
        padding-top: 40px;
    }

    .hero-section h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .hero-section a {
        font-size: 16px;
    }

    .work-step {
        margin-top: 0;
    }

    .title-wrap h3 {
        font-size: 25px;
    }

    .title-wrap h3::before {
        width: 210px;
    }

    .work-step .step {
        margin-top: 15px;
        width: calc(50% - 10px);
    }

    .work-step .easy-steps {
        gap: 20px;
    }

    .step .content-step .box-icon {
        padding: 10px;
        border-radius: 10px;
    }

    .step .content-step h4 {
        font-size: 18px;
    }

    .step .step-img {
        padding-left: 15px;
    }

    .step .content-step {
        padding: 15px;
    }

    .step .counting-tag p {
        font-size: 12px;
    }

    .step .counting-tag {
        padding: 4px 20px;
        right: 20px;
    }

    .features-section .main-features-con {
        padding-top: 50px;
    }

    .features-con .features-box {
        flex-wrap: wrap;
        gap: 20px;
        padding-bottom: 30px;
    }

    .features-box .box {
        width: calc(50% - 10px);
    }

    .features-section .title-wrap h3::before {
        width: 290px;
        bottom: -4px;
    }

    .main-reviews-con .swiper-slide {
        width: calc(50% - 10px);
    }

    .main-reviews-con .swiper-grid-column>.swiper-wrapper {
        height: 541px !important;
    }

    .faq-section {
        padding: 90px 0;
        padding-top: 60px;
    }

    .blog-section {
        padding-bottom: 50px;
        margin-bottom: 40px;
    }

    .main-pricing .pricing-box {
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    body {
        background-image: unset;
    }

    .hero-section p {
        font-size: 14px;
    }

    .container {
        padding: 0 15px;
    }

    .hero-section .best-ratings {
        flex-wrap: wrap;
    }

    .best-ratings .Featured {
        padding-left: 0;
        padding-top: 10px;
    }

    .best-ratings .star-box {
        padding-left: 10px;
    }

    .best-ratings .google-logo {
        padding-right: 10px;
    }

    .hero-section h1 {
        font-size: 26px;
        line-height: 36px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .hero-section .hero-button {
        margin-top: 20px;
    }

    .hero-section .hero-img {
        margin-top: 25px;
    }

    .work-step {
        padding: 60px 0;
    }

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

    .work-step .easy-steps {
        padding-top: 40px;
    }

    .work-step .step {
        width: 100%;
    }

    .main-reviews-con .swiper-slide {
        width: 100%;
    }

    .review-wrapp .main-reviews-con::before,
    .review-wrapp .main-reviews-con::after {
        content: unset;
    }

    .review-section .main-reviews-con {
        padding-top: 30px;
    }

    .accordion-container {
        margin-top: 40px;
    }

    .accordion-container .question {
        padding: 10px 15px;
    }

    .accordion-container .question span svg {
        width: 25px;
        height: 25px;
    }

    .faq-section {
        padding: 60px 0;
    }

    .title-wrap h3::before {
        content: unset;
    }

    .title-wrap h3 {
        margin-bottom: 5px;
    }

    .main-blogs .bolg-con {
        width: 100%;
    }

    .hero-section a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .features-section .main-features-con {
        padding-top: 40px;
    }

    .blog-section {
        padding-bottom: 60px;
        margin-bottom: 0px;
    }

    .hero-section h1 span {
        -webkit-text-stroke: 3px transparent;
    }

    .faq-section::after {
        content: unset;
    }

    .work-step::after {
        content: unset;
    }

    .main-pricing .pricing-box h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .main-pricing .pricing-box p {
        padding-bottom: 15px;
    }

    .pricing-box .price-rate {
        padding-bottom: 20px;
    }

    .main-pricing .pricing-box ul {
        padding-top: 20px;
    }

    .pricing-box .price-rate h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .main-pricing .pricing-box ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .main-pricing .pricing-box ul {
        gap: 5px;
    }

    .main-pricing .pricing-box {
        border-radius: 15px;
        padding: 20px;
    }

    .pricing-section .main-pricing {
        margin-top: 40px;
    }

    .terms-condition .title {
        padding: 0 15px;
    }

    .pricing-section .swiper-button-next,
    .pricing-section .swiper-button-prev {
        width: 30px;
        height: 30px;
        right: -10px;
    }

    .pricing-section .swiper-button-prev {
        right: unset;
        left: -10px;
    }

    .main-pricing .pricing-box h6 {
        flex-wrap: wrap;
        gap: 5px;
    }

    .main-pricing .pricing-box p {
        font-size: 14px;
    }

    .main-pricing .pricing-box h6 span {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }

    .pricing-box .price-rate span {
        font-size: 14px;
    }

    .main-pricing .pricing-box ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width:425px) {
    .hero-section h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .features-box .box {
        width: 100%;
    }

    .footer-menu ul {
        gap: 10px;
        flex-direction: column;
    }

    .title-wrap h3 {
        font-size: 22px;
    }

    .hero-section h1 span {
        -webkit-text-stroke: 2px transparent;
    }

    .accordion-container .question h6 {
        font-size: 14px;
    }

    .accordion-container .set {
        border-radius: 8px;
    }

    .accordion-container .question {
        padding: 10px;
    }

    .accordion-container .question span svg {
        width: 20px;
        height: 20px;
    }

    .main-pricing .pricing-box a {
        padding: 6px;
        font-size: 14px;
        line-height: 18px;
    }

    .terms-condition .main-title {
        padding: 0 15px;
    }

    .terms-condition .main-conditions {
        padding: 0 15px;
        padding-top: 40px;
        gap: 15px;
    }

    .main-conditions .con-wrapper h5 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .terms-condition {
        padding: 60px 0;
    }
}