:root {
    --black: rgba(37, 36, 37, 1);
    --white: rgba(255, 255, 255, 1);
    --box-shedow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
    --liner-grdient: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    --h1-font: 34px;
    --h2-font: 24px;
    --h3-font: 20px;
    --h4-font: 18px;
    --h5-font: 16px;
    --h6-font: 34px;
    --h1-tag-font-size: 60px;
    --h1-tag-font-weight: 600x;
    --h1-tag-line-height: 70px;
    --h2-tag-font-size: 38px;
    --h2-tag-font-weight: 600x;
    --h2-tag-line-height: 45px;
    --h3-tag-font-size: 24px;
    --h3-tag-font-weight: 600x;
    --h3-tag-line-height: 32px;
    --p-tag-line-height: 24px;
    --p-tag-font-weight: 400x;
    --a-tag: 16px;
    --p1-font: 14px;
    --p2-font: 16px;
    --biggest-font-size: 4.5rem;
    --h1-font-size: 3rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
}

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

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    background-color: var(--white);
    min-height: 100vh;
    transition: background 0.2s linear;
    font-family: "Roboto", sans-serif;
    /* cursor: url(../img/m1.svg), auto; */
}

/* fade in */

.fadein {
    opacity: 0;
    transition: all 1s;
    transform: translate(0, 80px);
}

.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}

@-webkit-keyframes text_fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes text_fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes text_fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fade-in-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-text-left {
    opacity: 0;
    transform:  translateX(-20px); /* Start slightly below and to the left */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-text-left.visible {
    opacity: 1;
    transform: translateY(0) translateX(0); /* Reset to the original position */
}

.fade-in-text-left {
    opacity: 0;
    transform:  translateX(-20px); /* Start slightly below and to the left */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-text-left.one {
    transition-delay: 2s;
}
.fade-in-text.one {
    transition-delay: 0.6s;
}

.fade-in-text.two {
    transition-delay: 0.7s;
}

.fade-in-text.three {
    transition-delay: 0.8s;
}

.fade-in-text.four {
    transition-delay: 0.9s;
}

.fade-in-text.five {
    transition-delay: 1.0s;
}

.fade-in-text.six {
    transition-delay: 1.1s;
}

.fade-in-text.sevean {
    transition-delay: 1.2s;
}

.fade-in-text.eight {
    transition-delay: 1.3s;
}

.fade-in-text.nine {
    transition-delay: 1.4s;
}



.text_fade-in {
    opacity: 0;
    -webkit-animation: text_fadeIn ease-in 1;
    -moz-animation: text_fadeIn ease-in 1;
    animation: text_fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.text_fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.text_fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.text_fade-in.three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.text_fade-in.four {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.text_fade-in.five {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.text_fade-in.six {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.main-container {
    margin: 0px auto;
}

.containers {
    /* border: 1px solid white; */
}

.content,
.inner-content,
.blog-inner-content {
    margin: 0px auto;
    width: 100%;
    max-width: 1280px;
    padding: 0px 10px;
    padding-top: 10px;
}

.d__mood__logo {
    display: none;
}

.l__mood__logo {
    display: block;
}

body.dark .d__mood__logo {
    display: block;
}

body.dark .l__mood__logo {
    display: none;
}
.shopper_rate {
    background-color: rgba(244, 247, 246, 1);
    text-align: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    width: fit-content;
}
.rate-img > a > img {
    width: 100px;
}

/* .inner-content::before {
    background: url(../img/globe-01.svg);
    content: "";
    position: absolute;
    width: 370px;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
    top: 130px;
    z-index: -1;
} */

.nav-content {
    margin: 0px auto;
    width: 100%;
    max-width: 1280px;
}

.home-heading1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 88px;
}

.inside-content-sec {
    color: var(--black);
}

.inside-content-row {
    display: flex;
}

.uppercase {
    text-transform: uppercase;
}

.home_heading2 {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 5px;
    font-weight: 700;
    margin-bottom: 12px;
}

.home_heading3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    text-align-last: center;
}

.home_heading3 > span {
    background: linear-gradient(91.51deg, #2845ea 9.18%, #00ff96 57.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-exp {
    margin-top: 60px !important;
    color: var(--black);
}

.content-exp > ul {
    margin-top: 18px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    list-style: none;
    padding-left: 0px;
}

.liststyle {
    list-style: disc;
}

.content-exp > ul > li {
    margin-bottom: 10px;
    display: flex;
}

.content-exp > ul > li > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.g-s {
    margin-top: 26px;
    display: flex;
}

.g-s > div > a {
    text-decoration: none;
    color: var(--black);
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
}

.get-icon {
    margin-top: -9px;
    margin-left: 10px;
    background: linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(to right, #2845ea, #0bcf7e) border-box;
    border-radius: 8px;
    border: 3px solid transparent;
    padding: 2px 6px;
}

body.dark .get-icon {
    margin-top: -9px;
    margin-left: 10px;
    background: linear-gradient(var(--black), var(--black)) padding-box,
        linear-gradient(to right, #2845ea, #0bcf7e) border-box;
    border-radius: 8px;
    border: 3px solid transparent;
    padding: 2px 6px;
}

.get-icon > i {
    transform: rotate(-45deg);
    font-size: 18px;
    color: var(--black);
    top: 2px;
    position: relative;
}

.right-s {
    width: 50%;
}

.theme-p-tag {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
}

/* toggle button css start*/

.light-dark-toggle {
    position: fixed;
    top: 280px;
    left: 15px;
    right: 0;
    z-index: 9999;
    width: 0%;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background: rgba(232, 237, 235, 1);
    width: 54px;
    height: 110px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.moon {
    margin-bottom: 11px;
    z-index: 999;
}

.sun {
    margin-top: 8px;
    z-index: 999;
}

.checkbox-label .ball {
    background: rgba(218, 225, 223);
    width: 44px;
    height: 43px;
    position: absolute;
    left: 5px;
    top: 6px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
    transform: translateY(54px);
}

/* social media css end*/

section {
}

/* home-page start */

.secssion__home {
}

.home-paragrapsize {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.home-heading3 {
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 12px;
}

.home-heading2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;
    text-align: justify;
    text-align-last: center;
}

.home-heading2 > span {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
}

.h-banner-sec {
    color: var(--black);
}

.h-banner-row {
    display: flex;
    text-align: center;
}

.scroll_banner_row {
    display: flex;
    align-items: center;
}

.scroll_banner_r {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
}

.scroll_banner_l {
    width: 50%;
}

.h-left-s {
    width: 100%;
}

.h-left-s > h1 {
    margin-top: 18px;
    font-weight: 600;
    line-height: 65px;
    font-size: 60px;
    text-align: left;
}

.h-left-s > h1 > span {
    background: linear-gradient(60.67deg, #2845ea 30.81%, #00ff96 74.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.h-left-s > h1 > span > br {
}

.h-left-s > p {
    color: var(--black);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

.h-left-s > ul {
    color: var(--black);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    list-style: none;
    padding-left: 0px;
}

.h-left-s > ul > li {
    display: flex;
    margin-bottom: 15px;
}

.h-left-s > ul > li > p {
    margin-bottom: 0px;
    padding-top: 4px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.h-left-s > ul > li > img {
    display: flex;
    width: 25px;
    margin-right: 10px;
}

.for__lg_sr {
}

.for__sm_sr {
    display: none;
}

.let__talk__btn__fr__sm {
    display: none;
}

.see_services {
    display: flex;
    margin-left: 0px;
    margin-right: 40px;
}

.see_services > a {
    text-decoration: none;
    color: var(--white);
    padding: 12px 36px;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 18px;
    background: linear-gradient(
        89.55deg,
        #2845ea 2.4%,
        #1e3be0 37.24%,
        #0bcf7e 99.46%
    );
    font-weight: 400;
}

.h-banner2-inner {
    margin-top: 80px;
}

.h-banner2-inner > h2 > span {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.below-tex {
    color: var(--black);
    margin-top: 30px !important;
    border-top: 1px solid rgba(188, 202, 200, 1);
}

.below-p-tag {
    margin-top: 20px !important;
    padding-top: 25px;
}

.border-r {
    border-right: 1px solid rgba(188, 202, 200, 1);
}

.below-p-tag > p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    padding: 0px 30px;
}

.below-p-tag > p > span {
    background: linear-gradient(91.78deg, #2845ea 34.2%, #00ff96 79.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

/*_______ fun-fact-sec section start _______*/

.fun__fact__our {
    background: linear-gradient(98.71deg, #2845ea -5.09%, #00ff96 109.39%);
    color: aliceblue;
    padding: 25px 15px;
}

.innder-content-fun {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1350x;
}

.middle-mix {
    margin-top: 350px;
}

.circles_img > img {
    position: relative;
    left: 22%;
    top: 62px;
    transform: rotate(3deg);
    width: clamp(400px, 61vw, 1180px);
}

.fun-fact-sec {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.set-circle {
    display: flex;
    margin: 0 auto;
}

.circle {
    border: 2px solid var(--black);
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.circle > p {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
}

.circle-1 > span {
    font-weight: 700;
    font-size: 60px;
    background: linear-gradient(
        89.45deg,
        #2845ea 2.55%,
        #1e3be0 50.37%,
        #0bcf7e 106.69%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle-2 > span {
    font-weight: 700;
    font-size: 75px;
    color: var(--white);
}

.circle-3 > span {
    font-weight: 700;
    font-size: 75px;
    background: linear-gradient(
        91.31deg,
        #2845ea 4.59%,
        #1e3be0 48.72%,
        #0bcf7e 90.21%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle-4 > span {
    font-weight: 700;
    font-size: 60px;
    background: linear-gradient(
        90.68deg,
        #2845ea 4.4%,
        #1e3be0 53.04%,
        #0bcf7e 96.34%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle-1::before {
    background: url(../img/OUR.svg);
    content: "";
    position: absolute;
    width: 264px;
    height: 213px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -45px;
    top: -204px;
    transform: rotate(-10deg);
}

.circle-1 {
    width: 200px;
    height: 200px;
    position: relative;
    top: 191px;
    right: -89px;
}

.circle-2 {
    width: 340px;
    height: 340px;
    position: relative;
    top: 4px;
    right: -11px;
    color: var(--white);
    background: linear-gradient(96.22deg, #2845ea 8.35%, #00ff96 109.46%);
}

.circle-2::after {
    background: url(../img/FUN.svg);
    content: "";
    position: absolute;
    width: 264px;
    height: 213px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -96px;
    top: -109px;
    transform: rotate(8deg);
}

.circle-3 {
    width: 290px;
    height: 290px;
    position: relative;
    top: 108px;
    right: 78px;
}

.circle-4 {
    width: 200px;
    height: 200px;
    position: relative;
    top: 152px;
    right: 79px;
}

.circle-4::after {
    background: url(../img/FACTS\ copy.svg);
    content: "";
    position: absolute;
    width: 440px;
    height: 179px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -109px;
    top: -161px;
    transform: rotate(12deg);
}

.circle-5 {
    width: 50px;
    height: 50px;
    position: relative;
    top: 151px;
    right: -13px;
    border: 2px solid var(--black);
    text-align: center;
    margin: 1px;
    border-radius: 50%;
}

.circle-6 {
    width: 75px;
    height: 75px;
    position: relative;
    top: 292px;
    right: 60px;
    border: 2px solid var(--black);
    text-align: center;
    margin: 1px;
    border-radius: 50%;
}

/*_______ circle section end _______*/

/*_______ below-fun-fact section start _______*/

.row-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.cols-height1,
.cols-height2,
.cols-height3,
.cols-height4 {
    max-width: 412px;
}

.cols-height5 {
    max-width: 845px;
}

.b-u-text {
    text-align: center;
    color: var(--white);
}

.row-col-box {
    padding-left: 0px;
    padding-right: 0px;
}

.b-t-boxs {
    margin-top: 30px;
    color: rgba(255, 255, 255, 1);
}

.b-t-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    background: rgba(18, 48, 79, 0.5);
    border-radius: 30px;
    padding: 20px 30px;
    position: relative;
}

.delivse {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}

.b-t-box-bottom {
    width: 60%;
}

.b-t-box > p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 24px;
    text-align: left;
}

.right-arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 5px 10px;
}

.right-arrow::before {
    width: 60px;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(96.22deg, #2845ea 8.35%, #00ff96 109.46%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    cursor: pointer;
}

.right-arrow > div > i {
    font-size: 18px;
    color: var(--white);
    margin-left: 10px;
    cursor: pointer;
}

.b-t-box-img1::before {
    background: url(../img/md4.svg);
    content: "";
    position: absolute;
    width: 300px;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 14%;
    top: -15px;
}

.b-t-box-img2::before {
    background: url(../img/md3.svg);
    content: "";
    position: absolute;
    width: 360px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -38px;
    left: -2%;
}

.b-t-box-img3::before {
    background: url(../img/md2.svg);
    content: "";
    position: absolute;
    width: 278px;
    height: 258px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -10px;
    left: 24%;
}

.b-t-box-img4::before {
    background: url(../img/md1.svg);
    content: "";
    position: absolute;
    width: 495px;
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -12%;
    top: -52%;
}

.b-t-box-img {
    height: 230px;
}

/*_______ below-fun-fact section end _______*/

/*_______ fun-fact-sec section end _______*/

.tour {
    margin: 100px 0px 50px 0px;
    color: var(--black);
}

.tour-text {
    text-align: center;
}

.tour-text > h2 > span {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-btns {
    position: absolute;
    background: rgba(42, 42, 44, 1);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: 45%;
    bottom: -10%;
    color: var(--white);
}

.custom-btns > span {
    color: var(--white);
    left: 33%;
    top: 37%;
    font-size: 16px;
    position: absolute;
    font-weight: bold;
}

.fa-angle-left,
.fa-angle-right {
    color: var(--white);
}

/* Custom added CSS */

.main-wrapper-box {
    position: relative;
    width: 100%;
}

.inside-wrapper-box-1 {
    background: green;
}

button {
    cursor: pointer;
    outline: none;
}

button.outline {
    position: relative;
    z-index: 3;
    background: transparent;
    color: #1172c4;
    font-size: 14px;
    border-color: #1172c4;
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

button.outline a {
    text-decoration: none;
}

button.outline:hover {
    color: white;
    background: #1172c4;
    border-color: white;
    transition: all 0.2s linear;
}

button.outline:active {
    border-radius: 22px;
}

.slick span figure figcaption table button {
    background: red;
}

.slick-prev.slick-arrow:hover {
    background: none;
}

.custom-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    z-index: 999;
}

.custom-button.prev {
    left: 10px;
}

.custom-button.next {
    right: 10px;
}

.custom-slider-btn {
    position: absolute;
    left: 50%;
    display: flex;
}

.slick-next:before,
.slick-prev:before {
    color: #646464;
}

.custom-prev,
.custom-next {
    position: relative;
    background-color: rebeccapurple;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.custom-next {
}

/* slider-end */

.team-sec {
    margin: 30px 0px !important;
    margin-bottom: 25px;
    color: var(--black);
}

.pro-team {
    background: rgba(244, 247, 246, 1);
    border-radius: 16px;
    padding: 50px 30px 30px 30px;
}

.team-tt > h3 {
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
}

.team-tt > h2 {
    font-size: clamp(20px, 4vw, 48px);
    line-height: clamp(28px, 4vw, 62px);
    font-weight: 600;
}

.team-dd > p {
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
}

.team-dd > p > span {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.job-btn > a {
    text-decoration: none;
    color: var(--white);
    padding: 12px 36px;
    border-radius: 50px;
    margin-top: 10px;
    font-size: clamp();
    background: linear-gradient(93.01deg, #0420bf 2.99%, #00ff96 101.04%);
    font-weight: 400;
}

.our-epms {
    display: flex;
    justify-content: space-between;
}

.emp1,
.emp2 {
    display: flex;
    width: 50%;
}

.emp-r2 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 29px;
}

.emp1 > img {
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    top: -12px;
    width: 165px;
    height: 165px;
}

.emp2 > img {
    border-radius: 50%;
    margin-left: 30px;
    position: relative;
    top: -20px;
    width: 165px;
    height: 165px;
}

.emp3 > img {
    border-radius: 50%;
    position: relative;
    top: -20px;
    width: 190px;
    height: 190px;
}

.emp4 > img {
    border-radius: 50%;
    width: 190px;
    height: 190px;
}

/* slider start */

.item-slider li {
    margin: 0 15px;
}

.item-slider li img {
    width: 100%;
    height: 418px;
}

.slider-wrapper {
    position: relative;
    margin-bottom: 100px;
}

.slider-controls {
    margin-top: 30px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    left: 47%;
    bottom: -16%;
    background: rgba(42, 42, 44, 1);
    padding: 0px 7px;
}

.slider-controls span {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    cursor: pointer;
    /* margin: 0 5px; */
    transition: all 0.3s linear;
    position: relative;
    top: 30%;
    color: var(--white);
}

.slider-controls span:hover {
}

/* slider end */

.b-cards {
    margin: 20px auto;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-row {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.c-item {
    padding: 20px;
    border-radius: 20px;
    transition: transform 0.5s ease-in-out;
    background-color: rgba(244, 247, 246, 1);
}

.c-item > a {
    text-decoration: none;
}

body.dark .c-item {
    background-color: rgba(25, 26, 29, 1);
}

.c-item:hover {
    transform: scale(1.02);
}

/* .c-item>a {
    text-decoration: none;
    color: var(--black);
}

.c-item>a:hover {
    text-decoration: none;
    color: var(--black);
} */

.c-item > div {
    text-decoration: none;
    color: var(--black);
}

.c-item > div:hover {
    text-decoration: none;
    color: var(--black);
}

.card {
    border: none !important;
    background: none !important;
    cursor: pointer;
}

.card-body {
    padding: 0px !important;
    margin-top: 15px;
}

.card-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.card-text {
    margin-bottom: 0px !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--black);
}

.card-text > a {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.card-text > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    /* Thickness of underline */
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    transform: translateY(3px);
    /* Offset of underline */
}

/* blog page end */

/* inside blog page start */

.inside-blog-sec {
    color: var(--black);
    position: relative;
}

.inside-blog-row {
    display: flex;
    position: relative;
    margin: 65px 20px !important;
}

.b-title > h2 {
    font-size: 53px;
    font-weight: 700;
    line-height: 55px;
    padding: 10px 0px;
}

.b-title > h2 > span {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.b-img {
    margin-top: 20px;
}

.b-img > img {
    width: 100%;
    height: 425px;
    border-radius: 20px;
}

.inner-blog-sec {
    margin: 30px 40px;
}

.inner-blog-img {
    margin: 35px 60px;
}

.blog-h1-tag {
    font-weight: 600;
    font-size: 28px;
    margin: 24px 0px;
}

.blog-paragraph {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

/* inside blog page end */

/* about us page start */

.section__about {
    margin-bottom: 45px;
}

.graientcolor {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading2size {
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
}

.heading3sizespace {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 12px;
}

.paragrapsize {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    margin-top: 16px;
}

.paragrapsize > span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    margin-top: 16px;
    color: rgba(50, 205, 196, 1);
}

body.dark .about__description::after {
    background-color: #ffffff;
}

body.dark .about__description,
body.dark .section__title-1 span {
    color: #ffffff;
}

.about__image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 6px solid rgb(227 230 229);
}

body.dark .about__image img {
    border: 6px solid rgba(21, 21, 21, 1);
}

.change-theme {
    font-size: 1.25rem;
    color: hsl(0, 0%, 95%);
    cursor: pointer;
    transition: color 0.3s;
}

/* Convert grid to flexbox */

.about_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.section {
    /* padding-block: 4rem 2rem; */
}

.section__title-1,
.section__title-2 {
    position: relative;
    font-size: 38px;
    width: max-content;
}

.section__title-1 span,
.section__title-2 span {
    z-index: 5;
    position: relative;
}

/* .section__title-1::after,
.section__title-2::after {
    content: "";
    width: 40px;
    height: 28px;
    background: linear-gradient(180deg, rgb(40 69 234 / 50%) 2%, rgb(11 207 126 / 36%) 88%);
    position: absolute;
    top: -4px;
    right: -8px;
} */

.section__title-2::after {
    top: initial;
    bottom: -4px;
}

.geometric-box {
    position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(
        180deg,
        rgba(40, 69, 234, 1) 25%,
        rgba(11, 207, 126, 1) 79%
    );
    rotate: -30deg;
}

.geometric-box::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid hsl(0, 0%, 0%);
    left: -5px;
    top: -5px;
}

body.dark .geometric-box::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid #ffffff;
    left: -5px;
    top: -5px;
}

.my_about {
}

body.dark .my_about {
    background-color: #000000;
    transition: background-color 0.4s;
}

.about__container {
}

.for_md {
    display: none;
}

.about__perfil {
    display: flex;
    align-items: center;
}

.r__about {
    width: 48%;
}

.about__image {
    width: 300px;
}

.about__img {
    position: relative;
    border: 4px solid hsl(0, 0%, 95%);
    z-index: 1;
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.about__shadow,
.about__line,
.about__box {
    position: absolute;
    border-radius: 0.75rem;
}

.about__shadow {
    width: 150px;
    height: 385px;
    background-color: rgba(244, 247, 246, 1);
    top: -2.5rem;
    right: -3.5rem;
    transition: background-color 0.4s;
    border-bottom: 6px solid transparent;
    border-image: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    border-image-slice: 1;
    z-index: -1;
}

body.dark .about__shadow {
    background-color: rgba(21, 21, 21, 1);
}

.profile-stat {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}

.a_ceo-profile {
    color: white;
    text-align: center;
    border-radius: 15px;
    padding: 20px 5px;
    width: 25%;
}

.founder {
    font-size: 28px;
}

.a_ceo-profile > span {
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.a_ceo-profile > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.a_ceo-profile {
    background: rgba(244, 247, 246, 1);
    color: #000000;
}

body.dark .a_ceo-profile {
    background: rgba(21, 21, 21, 1);
    color: white;
}

.about__perfil .geometric-box {
    top: 1.5rem;
    right: -2.8rem;
}

.about__line {
    filter: invert(1);
    right: -1.25rem;
    top: 6rem;
    width: 50px;
    transition: filter 0.4s;
}

.about__box {
    width: 40px;
    height: 40px;
    background: linear-gradient(
        180deg,
        rgba(40, 69, 234, 1) 25%,
        rgba(11, 207, 126, 1) 79%
    );
    right: -0.5rem;
    bottom: 1.5rem;
}

.about__info {
    padding-left: 1.25rem;
}

.about__description {
    position: relative;
    color: hsl(0, 0%, 0%);
    margin-bottom: 1.5rem;
}

.about__description::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: hsl(0, 0%, 0%);
    position: absolute;
    left: -1.75rem;
    top: 0.5rem;
}

.about__list {
    list-style: square;
    color: hsl(0, 0%, 0%);
    margin-bottom: 3rem;
}

.about__gatitude {
    display: flex;
    flex-direction: row;
}

.about__worketh {
    display: flex;
    flex-direction: row-reverse;
}

.about__mission {
    display: flex;
    flex-direction: row;
}

/* about us page end */

.inner-about-sec {
    margin-top: 80px;
    margin-bottom: 40px;
    color: var(--black);
}

.ceo-img {
    width: 424px;
    height: 404px;
    border-radius: 15px;
}

.ceo-img > img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.ceo-info {
    display: flex;
    align-items: center;
}

.info-detail {
    padding-left: 30px;
    text-align: justify;
}

.ceo-title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 4px;
}

.ceo-title-des {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

.ceo-detail {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.profile-stat {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}

.ceo-profile {
    background: linear-gradient(
        90deg,
        rgba(40, 69, 234, 1) 2%,
        rgba(11, 207, 126, 1) 91%
    );
    color: var(--white);
    text-align: center;
    border-radius: 15px;
    padding: 20px 5px;
    width: 25%;
}

.count-span {
    font-size: 45px;
    font-weight: 500;
}

.c-p-det {
    font-size: 20px;
    font-weight: 400;
    line-height: 0px;
}

.equal-height-row {
    display: flex;
    margin-top: 25px;
}

.equal-height-row > .col-xl-4 {
    display: flex;
    align-items: stretch;
}

.chosse-feature {
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--black);
}

.about-heading2size {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: -3px;
}

.about-paragrapsize {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-liststyle {
    padding-left: 8px;
}

.choose-logo {
}

.parent_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.grid1 {
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(244, 247, 246, 1);
    padding: 40px 20px;
    border-radius: 18px;
    cursor: pointer;
    transition: transform 2s ease;
}

.choose-logo > img {
    width: 100px;
    height: 100px;
    transition: transform 0.3s ease;
}

.grid1:hover .choose-logo > img {
    transform: scale(1.05);
}

.grid1 > span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 7px 0px 4px 0px;
}

.grid1 > p {
}

.glow {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    box-sizing: border-box;
    border-radius: 18px;
    background: rgba(244, 247, 246, 1);
    color: #000000;
    position: relative;
}

.client_reviews {
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--black);
}

.parent_grid_client {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.grid_client {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    background: rgba(244, 247, 246, 1);
    padding: 25px 25px 20px 25px;
    border-radius: 30px;
    transition: transform 2s ease;
    position: relative;
}

.color_star > ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0px;
    gap: 5px;
    margin-bottom: 20px;
}

.paragrap_text {
    margin-bottom: 30px;
}

.paragrap_text > p {
    font-size: 19px;
    line-height: 25px;
}

.paragrap_text > p > span {
    color: rgba(50, 205, 196, 1);
    cursor: pointer;
}

.paragrap_text > p > a {
    color: rgba(50, 205, 196, 1);
    cursor: pointer;
    text-decoration: none;
}

.logo_btn {
    display: flex;
    justify-content: space-between;
}

.client_logo {
    display: contents;
}

.client_logo > img {
}

.r_s {
    margin-top: 26px;
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 28px;
    cursor: pointer;
}

.r_s > div > a {
    text-decoration: none;
    color: var(--black);
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
}

.read_more-icon {
    margin-top: -8px;
    margin-left: 10px;
    background: linear-gradient(rgba(244, 247, 246, 1), rgba(244, 247, 246, 1))
            padding-box,
        linear-gradient(to right, #2845ea, #0bcf7e) border-box;
    border-radius: 8px;
    border: 2px solid transparent;
    padding: 3px 6px;
    height: 33px;
}

.read_more-icon > i {
    transform: rotate(-45deg);
    font-size: 18px;
    color: var(--black);
    position: relative;
    top: 2px;
}

.inner_mgw {
    margin-bottom: 33px;
}

.inner_mgw > h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inner_mgw > p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
}

.section4__about_img > img {
    border-radius: 35px;
    width: 100%;
}

/* new vission start */

/* new vission end*/

/* about end */

.container-card {
    position: relative;
    border: 10px solid transparent;
    background-clip: padding-box;
    border-radius: 18px;
    padding: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.container-card:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.container-card > svg {
    margin-bottom: 10px;
}

.container-card img {
    margin-bottom: 32px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.bg-green-box {
    position: relative;
}

.bg-green-box::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
    z-index: -1;
    border-radius: 45px;
}

.card-title {
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 34px;
    font-style: normal;
    font-size: 28px;
}

.card-description {
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    font-size: 18px;
    text-align: justify;
    margin: 0;
    flex: 1;
}

.card-description > span {
    font-weight: 600;
    color: #000000;
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.dark .card-title,
body.dark .card-description {
    color: var(--white);
}

/* about us page end */

.about__gatitude,
.about__mission {
    display: flex;
    flex-direction: row;
}

.about__work {
    display: flex;
    flex-direction: row-reverse;
}

.left_padding {
    padding-left: 25px;
    padding-right: 0px;
}

.right_padding {
    padding-right: 25px;
    padding-left: 0px;
}

.img_v {
}

.text_v {
}

.img_v > img {
    border-radius: 30px;
    width: 100%;
}

.text_v > h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}

.text_v > h1 > span {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(50, 205, 196, 1);
}

.text_v > p {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

/* contact page start */

.contact-form {
    background: rgba(244, 247, 246, 1);
    border-radius: 30px;
    padding: 30px;
    margin: 55px 0px 20px 0px;
}

#name,
#email {
    width: 100%;
    border: none;
    background: rgba(233, 235, 234, 1);
    border-radius: 30px;
    font-weight: 600;
    color: var(--white);
    padding: 16px 10px 16px 30px;
}

#name::placeholder,
#email::placeholder,
#message::placeholder {
    color: var(--black);
    font-size: 20px;
}

#message {
    width: 100%;
    border: none;
    background: rgba(233, 235, 234, 1);
    border-radius: 30px;
    font-weight: 600;
    color: var(--white);
    padding: 16px 10px 16px 30px;
}

.review-sub {
    background: linear-gradient(89.45deg, #2845ea 2.55%, #0bcf7e 106.69%);
    border: none;
    width: 100%;
    border-radius: 30px;
    color: var(--white);
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 600;
}

.contact-info {
    margin-top: 75px;
    color: var(--black);
}

.cont-s {
    display: flex;
    margin-bottom: 12px;
}

.cont-s > div > img {
    width: 25px;
    height: 25px;
}

.cont-s > p {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.locations {
    margin-top: 100px;
    margin-bottom: 30px;
}

.addresses {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.single-region {
    padding: 25px;
    border-radius: 16px;
    border: 1px solid lightgray;
    color: var(--black);
    flex-grow: 1;
    width: 32%;
}

.single-region > h2 {
    font-weight: 900;
    font-size: 24px;
}

.single-region > p {
    font-size: 18px;
}

.single-region > span {
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.parent_grid_client {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.single-regionp {
    color: var(--black);
}

.single-regionp_l {
    display: flex;
    flex-direction: row;
}

.single-regionp_l > h2 {
    font-weight: 800;
    font-size: 26px;
    margin-top: 1px;
}

.single-regionp > p {
    font-size: 18px;
}

.single-regionp > span {
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* contact page end */

/* career page start */

.career-content {
    margin-left: 115px;
    margin-right: 115px;
}

.career-feature {
    margin-top: 165px;
    color: var(--black);
}

.c-f-h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
}

.c-f-p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.equal-height-col {
    display: flex;
    flex-direction: column;
}

.equal-height-col .career-cat-l,
.equal-height-col .career-cat-c,
.equal-height-col .career-cat-r {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.career-cat-l,
.career-cat-c,
.career-cat-r {
    text-align: center;
    background: rgba(244, 247, 246, 1);
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 40px 15px;
}

.career-cat-l > span,
.career-cat-c > span,
.career-cat-r > span {
    font-size: 22px;
    font-weight: 600;
}

.career-cat-l > p,
.career-cat-c > p,
.career-cat-r > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 5px;
}

.career-cat-l {
    margin-right: 20px;
}

.career-cat-c {
    margin-left: 10px;
    margin-right: 10px;
}

.career-cat-r {
    margin-left: 20px;
}

.career-logo {
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
}

.career-logo > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.apl-txt {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: var(--black);
}

.apply-form {
    background: rgba(244, 247, 246, 1);
    border-radius: 30px;
    padding: 30px;
    margin: 45px 20px 45px 20px;
}

#u_name,
#u_email,
#u_position,
#u_cv {
    width: 100%;
    border: none;
    background: rgba(233, 235, 234, 1);
    border-radius: 30px;
    font-weight: 600;
    color: var(--black);
    padding: 16px 10px 16px 30px;
}

body.dark #u_name,
body.dark #u_email,
body.dark #u_position,
body.dark #u_cv {
    color: var(--white);
}

#u_name::placeholder,
#u_email::placeholder,
#u_position::placeholder,
#u_cv::placeholder {
    color: var(--black);
    font-size: 20px;
}

.submit-btn {
    background: linear-gradient(89.45deg, #2845ea 2.55%, #0bcf7e 106.69%);
    border: none;
    width: 100%;
    border-radius: 30px;
    color: var(--white);
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 600;
}

/* career page end */

/* case study page start */

.case-study-sec {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cs-item {
    background: rgba(244, 247, 246, 1);
    border-radius: 30px;
    padding: 30px !important;
    color: var(--black);
}

.cs-item-row {
    margin-bottom: 30px;
}

.cs-item-lu > img {
}

.cs-item-lu > span {
    font-size: 34px;
    font-weight: 700;
    margin-left: 4px;
}

.case__studies_logo {
}

.cs-item-l > h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px;
}

.cs-item-l > h1 > span {
    color: rgba(50, 205, 196, 1);
}

.cs-item-r > p {
    padding-top: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.cs-item-ru {
    margin-top: 20px;
}

.cs-item-ru,
.cs-item-rb {
    display: flex;
}

.cs-item-ru > p,
.cs-item-rb > p {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.cs-item-rb > P > span {
    /* background: linear-gradient(81.74deg, #2845EA 8.62%, #0BCF7E 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: rgba(50, 205, 196, 1);
}

.cs-item-ru > img,
.cs-item-rb > img {
    width: 25px;
    height: 25px;
}

/* case study page end */

/* reviews page start */

.t_grid_client_rev {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    background: rgba(244, 247, 246, 1);
    padding: 25px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 2s ease;
}

.t_grid_client_rev > span {
    background: linear-gradient(81.74deg, #2845ea 4.62%, #0bcf7e 20.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 700;
}

.t_grid_client_rev > p {
    margin-bottom: 0px;
    margin-top: 6px;
    padding-right: 80px;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}

.inner_rating {
    display: flex;
    flex-direction: column;
    /* Align items vertically */
    align-items: center;
    /* Center items horizontally */
    justify-content: center;
    /* Center items vertically */
    height: 100%;
}

.inner_rating > ul {
    list-style: none;
    display: flex;
    gap: 10px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
    margin-top: 10px;
}

.inner_rating > span {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}

.grid_client_rev {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    background: rgba(244, 247, 246, 1);
    padding: 25px;
    border-radius: 20px;
    transition: transform 2s ease;
}

.t_service_parent_grid_client {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.b_service_parent_grid_client {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
}

.service_grid_client {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 20px;
    transition: transform 2s ease;
}

.shopper-approve{
    text-decoration: none;
    color: var(--black);
    cursor: pointer;

}

.reviews-feature {
    margin-top: 160px;
    color: var(--black);
}

.oa-custom-svg {
    fill: rgba(211, 167, 10, 1);
    width: 40px;
    height: 40px;
}

.review-prog {
    display: flex;
}

.review-prog > span {
    font-size: 18px;
    font-weight: 700;
}

.review-progress {
    margin: 10px 10px;
    width: 80%;
    background: rgba(243, 243, 243, 1);
    border-radius: 10px;
}

.review-progress-bar {
    width: 0;
    height: 10px;
    background: rgba(211, 167, 10, 1);
    transition: width 0.5s ease-in-out;
    border-radius: 10px;
}

#progressValue {
    display: none;
}

.rev-days {
    display: flex;
    justify-content: space-between;
}

.rev-days > span {
    font-size: 16px;
}

.rev-days > ul {
    list-style: none;
    display: flex;
    gap: 6px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
}

.custom-svg {
    fill: rgba(211, 167, 10, 1);
    width: 20px;
    height: 20px;
}

.rev-cat-l {
    margin-right: 20px;
    text-align: left;
    height: 30%;
}

.rev-cat-c {
    margin-left: 10px;
    text-align: left;
    margin-right: 10px;
    height: 30%;
}

.rev-cat-r {
    text-align: left;
    margin-left: 20px;
    height: 30%;
}

.rev-cat-l > span {
    font-size: 17px;
    font-weight: 600;
    border-top: 1px solid rgba(86, 85, 84, 1);
    padding-right: 60px;
    padding-top: 12px;
}

*/
/* reviews page end */


/* servies page start */

.servieces {
    margin: 40px 0px;
    color: var(--white);
}

.main-servies {
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
    flex-flow: row;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
}

.main-servies > a {
    text-decoration: none;
}

.services-card-bg1 {
    background: url(../img/s1.jpg) no-repeat;
}

.services-card-bg2 {
    background: url(../img/s2.jpg) no-repeat;
}

.services-card-bg3 {
    background: url(../img/s3.jpg) no-repeat;
}

.services-card-bg4 {
    background: url(../img/s4.jpg) no-repeat;
}

.services-card-bg5 {
    background: url(../img/s5.jpg) no-repeat;
}

.serv-container {
    /* width: 200px; */
}

.services-card {
    color: var(--white);
    padding: 20px 15px;
    position: relative;
    height: 362px;
    border-radius: 20px;
    background-size: cover;
    width: 230px;
}

.serv-container {
    transition: all 0.3s ease-in-out 0s;
}

.serv-container:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.sra-hovr {
    text-decoration: none;
}

.sra-hovr:hover .services-card > h1 {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.services-card-up {
    font-size: 16px;
    font-weight: 400;
}

.services-card > h1 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
}

.services-card-bp {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.available-servies {
    margin-top: 80px !important;
    margin-bottom: 80px;
    color: var(--black);
}

.serv-cat-btn {
    width: 100%;
    min-width: 120px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 20px 70px;
    color: var(--white);
    /* background: linear-gradient(93.01deg, #0420BF 2.99%, #32CDC4 123.23%); */
    background: linear-gradient(86.74deg, #2845ea 8.62%, #0bcf7e 89.22%);
    font-weight: 500;
    margin-top: 0px;
    text-decoration: none;
}

.serv-cat-btn:hover {
    width: 100%;
    min-width: 120px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 20px 70px;
    color: var(--white);
    background: linear-gradient(86.74deg, #2845ea 8.62%, #0bcf7e 89.22%);
    /* background: linear-gradient(93.01deg, #0420BF 2.99%, #32CDC4 123.23%); */
    font-weight: 500;
    margin-top: 0px;
    text-decoration: none;
    cursor: pointer;
}

.all-service-category {
}

.articles {
    display: flex;
    flex-flow: wrap;
    place-content: flex-start;
    gap: 20px;
    margin-bottom: 100px;
}

.anrDi {
    width: 32%;
    min-width: 26%;
    height: 270px;
    animation: fadeIn 1s ease-in-out;
    opacity: 1;
}
.articles .anrDi:nth-child(1),
.articles .anrDi:nth-child(2),
.articles .anrDi:nth-child(3) {
    animation: fadeIn 0.33s ease-in-out;
}
.articles .anrDi:nth-child(4),
.articles .anrDi:nth-child(5),
.articles .anrDi:nth-child(6) {
    animation: fadeIn 0.66s ease-in-out;
}
.articles .anrDi:nth-child(7),
.articles .anrDi:nth-child(8),
.articles .anrDi:nth-child(9) {
    animation: fadeIn 0.99s ease-in-out;
}
.articles .anrDi:nth-child(10),
.articles .anrDi:nth-child(11),
.articles .anrDi:nth-child(12) {
    animation: fadeIn 1.32s ease-in-out;
}
.articles .anrDi:nth-child(13),
.articles .anrDi:nth-child(14),
.articles .anrDi:nth-child(15) {
    animation: fadeIn 1.65s ease-in-out;
}
.articles .anrDi:nth-child(16),
.articles .anrDi:nth-child(17),
.articles .anrDi:nth-child(18) {
    animation: fadeIn 1.98s ease-in-out;
}
.articles .anrDi:nth-child(19),
.articles .anrDi:nth-child(20),
.articles .anrDi:nth-child(21) {
    animation: fadeIn 2.31s ease-in-out;
}
/* .articles .anrDi:nth-child(8) {
    animation: fadeIn 2.64s ease-in-out;
}
.articles .anrDi:nth-child(9) {
    animation: fadeIn 2.97s ease-in-out;
}
.articles .anrDi:nth-child(10) {
    animation: fadeIn 3.3s ease-in-out;
}
.articles .anrDi:nth-child(11) {
    animation: fadeIn 3.63s ease-in-out;
}
.articles .anrDi:nth-child(12) {
    animation: fadeIn 3.96s ease-in-out;
}
.articles .anrDi:nth-child(13) {
    animation: fadeIn 4.29s ease-in-out;
}
.articles .anrDi:nth-child(14) {
    animation: fadeIn 4.62s ease-in-out;
}
.articles .anrDi:nth-child(15) {
    animation: fadeIn 4.95s ease-in-out;
}
.articles .anrDi:nth-child(16) {
    animation: fadeIn 5.28s ease-in-out;
}
.articles .anrDi:nth-child(17) {
    animation: fadeIn 5.61s ease-in-out;
}
.articles .anrDi:nth-child(18) {
    animation: fadeIn 5.94s ease-in-out;
}
.articles .anrDi:nth-child(19) {
    animation: fadeIn 6.27s ease-in-out;
}
.articles .anrDi:nth-child(20) {
    animation: fadeIn 6.6s ease-in-out;
} */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px); /* Slight slide-in effect */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ancr-article {
    text-decoration: none;
    color: var(--black);
    width: 32%;
}

.ancr-article:hover {
    text-decoration: none;
    color: var(--black);
}

.article {
    border-radius: 16px;
    box-shadow: none;
    background: rgba(245, 245, 245, 1);
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

.img-figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 160px;
}

.img-figure > img {
    transform-origin: center;
    transition: transform 0.9s ease-in-out;
    width: 100%;
}

.ancr-article:hover .img-figure > img {
    transform: scale(1.1);
}

.article-body {
    padding: 10px 20px 15px 20px;
}

.article-body > h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.article-body > h2 {
    transition: color 0.3s ease-in-out;
}

.ancr-article:hover .article-body > h2 {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-body-b {
    justify-content: space-between;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.content-desc {
    margin-bottom: 40px;
    color: var(--black);
}

.accordian-faq {
    margin: 40px 0px 70px 0px;
}

.accordion-item {
    border: none !important;
    background: none !important;
}

.accordion-button {
    background: rgba(245, 245, 245, 1) !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    color: var(--black) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.accordion-button:not(.collapsed) {
    /* color: var(--black) !important; */
    background: linear-gradient(
        81.74deg,
        #2845ea 8.62%,
        #0bcf7e 53.22%
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600 !important;
}

body.dark .accordion-button:not(.collapsed) {
    /* color: var(--black) !important; */
    background: linear-gradient(
        42.74deg,
        #2845ea 2.62%,
        #0bcf7e 32.22%
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600 !important;
}

.accordion-button:focus {
    outline: none;
    border-color: rgba(245, 245, 245, 1) !important;
    box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.25) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E %3Cdefs%3E %3ClinearGradient id="grad" gradientTransform="rotate(81.74)"%3E %3Cstop offset="8.62%25" stop-color="%232845EA" /%3E %3Cstop offset="53.22%25" stop-color="%230BCF7E" /%3E %3C/linearGradient%3E %3C/defs%3E %3Cpath fill="url(%23grad)" fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3E %3C/svg%3E') !important;
}

/* servies page end */

/* servies inner  page start */

.pricing {
    display: flex;
    margin: 50px 10px;
}

.priceing-tag {
    font-size: 40px;
    font-weight: 700;
    color: var(--black);
}

.d-u {
    display: flex;
    margin-top: 24px;
}

.d-u > div > a {
    text-decoration: none;
    color: var(--black);
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
}

.active-icon {
    color: white !important;
    background: linear-gradient(rgb(0 0 0 /0%), rgb(0 0 0 /0%)) padding-box,
        linear-gradient(to right, #2845ea, #0bcf7e) border-box !important;
}

body.dark .active-icon {
    color: white !important;
    background: linear-gradient(rgb(0 0 0 /0%), rgb(0 0 0 /0%)) padding-box,
        linear-gradient(to right, #2845ea, #0bcf7e) border-box !important;
}

.euro-icon {
    margin-top: -20px;
    margin-left: 10px;
    background: linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(to right, #2845ea, #0bcf7e) border-box;
    border-radius: 8px;
    border: 3px solid transparent;
    padding: 8px 13px 6px 12px;
    cursor: pointer;
    color: var(--black);
}

body.dark .euro-icon {
    background: linear-gradient(var(--black), var(--black)) padding-box,
        linear-gradient(to right, #2845ea, #0bcf7e) border-box;
}

.euro-icon > i {
    font-size: 22px;
}

/* .euro-icon:hover {
    margin-top: -20px;
    margin-left: 10px;
    background: linear-gradient(89.45deg, #2845EA 2.55%, #0BCF7E 106.69%);
    border-radius: 8px;
    border: 2px solid linear-gradient(89.45deg, #2845EA 2.55%, #0BCF7E 106.69%);
    padding: 8px 13px 6px 12px;
    color: var(--white);
} */

.price-detail {
    margin: 20px 0px;
    justify-content: center;
}

.price-detail-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
}

.price-detail-row::-webkit-scrollbar {
    display: none;
}

.price-item-fr-euro {
    display: none;
}

.price-item {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    background: rgba(244, 247, 246, 1);
    border-radius: 10px;
    cursor: pointer;
    transition: transform 2s ease;
    text-align: center;
}

.upper-p-d {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.98),
            rgba(255, 255, 255, 0.98)
        ),
        linear-gradient(0deg, #f3f3f3, #f3f3f3);
    margin: 18px;
    padding: 10px 0px;
}

.upper-p-d > span {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}

.upper-p-d > p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.middle-p-d {
    margin-top: 12px;
    padding-left: 17px;
}

.middle-p-d > ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.middle-p-d > ul > li {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
}

.middle-p-d > ul > li > img {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.lower-p-d {
    background: rgba(12, 12, 12, 1);
    color: var(--white);
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.lower-p-d > p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.lower-p-d-span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.lower-p-d-h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
}

.lower-p-d-h2 > i {
    font-size: 24px;
    font-weight: 600;
}

.lower-p-d > button {
    width: 100%;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    padding: 6px 15px;
    color: var(--white);
    background: linear-gradient(93.01deg, #0420bf 2.99%, #32cdc4 123.23%);
    font-weight: 400;
    margin: 10px 0px;
    line-height: 18px;
}

.lower-p-d > a {
    width: 80%;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 35px;
    color: var(--white);
    background: linear-gradient(93.01deg, #0420bf 2.99%, #32cdc4 123.23%);
    font-weight: 400;
    margin: 10px 20px;
    line-height: 18px;
    text-decoration: none;
}

.Click-here {
    width: 80%;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 35px;
    color: var(--white);
    background: linear-gradient(93.01deg, #0420bf 2.99%, #32cdc4 123.23%);
    font-weight: 400;
    margin: 10px 20px;
    line-height: 18px;
    text-decoration: none;
}

.feature-more {
    padding: 10px;
    cursor: pointer;
    display: none;
}

.feature-more > a {
    text-decoration: none;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.feature-more > a > i {
    transform: rotate(45deg);
    font-weight: 500;
    font-size: 16px;
    margin-right: 10px;
}

.express {
    margin-top: 100px;
}

.express-delivery {
    justify-content: center;
    text-align: center;
    margin-top: 60px;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.9s ease;
}

.express-delivery:hover {
    transform: scale(1.1);
}

.express-delivery > div {
    color: var(--black);
    background: rgba(255, 255, 255, 0.98);
    padding: 15px;
    box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
}

.blogger-work-sec {
    color: var(--black);
    margin-top: 65px;
}

.blogger-work {
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}

.blogger-work-row {
    justify-content: center;
    text-align: center;
}

.blogger-work-row > h1 {
    margin-bottom: 90px;
    font-size: 38px;
    font-weight: 700;
}

.blogger-work-item {
    text-align: left;
    padding-right: 20px !important;
    padding-left: 0px !important;
}

.blogger-work-item > div {
    width: 60px;
    height: 60px;
    background: linear-gradient(89.45deg, #2845ea 5.46%, #0bcf7e 90.17%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 18px;
}

.blogger-work-item > span {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
}

.blogger-work-item > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
}

.slider {
    max-width: 100%;
    margin: 30px auto;
}

.slick-slide {
    margin: 0 5px;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

/* .slider img {
    height: 330px !important;
    width: 330px !important;
    border-radius: 14px;
} */

/* img */

.slides {
    position: relative;
    width: 330px !important;
    height: 330px !important;
    overflow: hidden;
    border-radius: 12px;
}

.slides img {
    width: 100%;
    height: auto;
    height: 330px !important;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.slides:hover img {
    /* transform: scale(1.01); */
    opacity: 0.3;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.content-df {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    display: none;
    opacity: 0;
    backdrop-filter: blur(0px) brightness(90%);
}

.overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    text-align: center;
    color: #fff;
    background-color: #00000045;
    text-align: left;
}

.content-df h3 {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.slides:hover .content-df h3 {
    opacity: 1;
}

.slides:hover .content-df {
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
    /* Make it visible */
}

/* Popup Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21 21 21 / 80%);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(0px) brightness(90%);
    overflow-y: auto;
}

.modal-content {
    max-width: 800px;
    width: 90%;
    background-color: rgba(244, 247, 246, 1);
    padding: 28px;
    position: relative;
    border-radius: 10px;
}

/* .modal-content {
    max-width: 600px;
    width: 90%;
    padding: 50px;
    position: relative;
    background-color: rgba(21, 21, 21, 1);
} */

.modal-content img {
    width: 100%;
    border-radius: 8px;
    height: 90vh;
}

/* Close button */

.close {
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
}

/* Prevent body scrolling */

body.no-scroll {
    overflow: hidden;
}

/* img */

.user-reviews {
    margin-top: 60px !important;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13px;
}

.user-rev {
    text-align: center;
    background: rgba(244, 247, 246, 1);
    border-radius: 20px;
    padding: 15px 25px;
    width: calc(100% / 3 - 10px);
    height: 200px !important;
}

.rev-days {
    display: flex;
}

.rev-days > span {
    font-size: 16px;
}

.rev-days > ul {
    list-style: none;
    display: flex;
    gap: 6px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
}

.custom-svg {
    fill: rgba(211, 167, 10, 1);
    width: 20px;
    height: 20px;
}

.user-rev {
    text-align: left;
    height: 30%;
}

.user-rev > span {
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid rgba(86, 85, 84, 1);
    padding-right: 60px;
    padding-top: 12px;
}

.user-rev > p {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-outech {
    margin-top: 130px;
    color: var(--black);
}

.blog-outech-row-col > h1 {
    font-size: 40px;
    font-weight: 700;
}

.blog-outech-items {
    margin-top: 40px !important;
}

.blog-outech-item {
    padding-top: 30px;
}

.blog-outech-item2 {
    margin-top: 60px;
}

.blog-outech-item > span {
    font-size: 22px;
    font-weight: 700;
}

.blog-outech-item > p {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 30px;
}

.blog-outech-row-col-cat {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.blog-outech-item-company {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    justify-content: center;
    position: relative;
}

.blog-outech-item-company > img {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    border-radius: 50%;
}

.blog-outech-item-company > span {
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
}

.blog-outech-item-company > p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.blog-outech-item-company1 {
    bottom: 10px;
}

.blog-outech-item-company2 {
    left: 5px;
    top: 85px;
}

.blog-outech-item-company3 {
}

.money-back-guarant {
    /* background: linear-gradient(312.32deg, #2B3FB3 1.37%, #4E97D2 45.69%, #3E957A 96.99%); */
    background: linear-gradient(89.45deg, #2845ea 2.55%, #0bcf7e 90%);
    color: var(--white);
    margin: 60px 0px 120px 0px;
    padding: 50px 20px;
    border-radius: 8px;
    position: relative;
}

.company-based-rev {
    background: rgba(255, 255, 255, 1);
    padding: 6px 25px 0px 25px;
    color: var(--black);
    border-radius: 40px;
    bottom: -24px;
    margin-top: 19px;
    margin-bottom: -70px;
    box-shadow: 0 10px 20px rgba(244, 247, 246, 1);
}

.company-based-rev > h4 {
    display: flex;
    text-align: center;
    line-height: 35px;
}
.company-based-rev > a {
    display: flex;
    text-align: center;
    line-height: 35px;
}
.company-based-rev > h4 > img {
    width: 135px;
    height: 35px;
}
.company-based-rev > a > img {
    width: 135px;
    height: 35px;
}
.more-rev {
    margin: 10px 0px 30px 0px;
    text-align: center;
}

.more-rev > a {
    width: 220px;
    min-width: 120px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 25px;
    color: var(--white);
    background: linear-gradient(93.01deg, #0420bf 2.99%, #32cdc4 123.23%);
    text-decoration: none;
    cursor: pointer;
}

.service-user-reviews-sec {
    justify-content: space-between;
    color: var(--black);
}

.service-user-reviews {
    margin-top: 60px;
    margin-bottom: 60px;
}

.service-user-rev {
    text-align: center;
    background: rgba(244, 247, 246, 1);
    border-radius: 17px;
    padding: 12px 14px;
    height: 200px !important;
    text-align: left;
}

.service-user-rev > span {
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid rgba(86, 85, 84, 1);
    padding-right: 60px;
    padding-top: 12px;
}

.service-user-rev > p {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-rev-days {
    display: flex;
    justify-content: space-between;
}

.service-rev-days1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.service-rev-days1 > ul {
    list-style: none;
    display: flex;
    gap: 6px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
}

.service-rev-days1 > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1px;
}

.service-rev-days1 > img {
    width: 100%;
    height: 50px;
}

.service-rev-days > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.service-rev-days > ul {
    list-style: none;
    display: flex;
    gap: 6px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
}

.custom-svg1 {
    fill: rgba(211, 167, 10, 1);
    width: 40px;
    height: 40px;
}

.custom-svg {
    fill: rgba(211, 167, 10, 1);
    width: 20px;
    height: 20px;
}

/* servies inner  page end */

/* tools start */

.tools-banner {
    background: linear-gradient(312.32deg, #3e957a 1.85%, #2b3fb3 94.6%);
    color: var(--white);
    text-align: center;
    border-radius: 20px;
    margin-top: 115px;
    margin-bottom: 30px;
    padding-bottom: 4px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.available-servies > div > h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.diagonal {
    width: 300px;
    height: 60px;
    background: rgba(42, 42, 44, 1);
    transform: skewX(-30deg);
    transform-origin: top;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    position: relative;
}

.diagonal > span {
    transform: skewX(30deg);
    font-size: 22px;
    font-weight: 600;
}

.all-tools-category {
}

.tool-era {
    display: flex;
    flex-flow: wrap;
    place-content: flex-start;
    gap: 20px;
}

.tool-anrDi {
    width: 32%;
    min-width: 26%;
    height: 270px;
}

.tool-ancr-article {
    text-decoration: none;
    color: var(--black);
    width: 32%;
}

.tool-scr {
    border-radius: 16px;
    box-shadow: none;
    background: rgba(245, 245, 245, 1);
    transform-origin: center;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

.tool-img {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 145px;
    background: rgba(98, 98, 99, 1);
}

.tool-img > img {
    transform-origin: center;
    transition: transform 0.9s ease-in-out;
    width: 100%;
    height: 100%;
}

.tool-ancr-article:hover .tool-img > img {
    transform: scale(1.1);
}

.tool-article-body {
    padding: 10px 10px;
    text-align: center;
}

.tool-article-body > h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.tool-article-body > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px;
    color: var(--black);
}

.tool-article-body > h2 {
    transition: color 0.3s ease-in-out;
}

.tool-ancr-article:hover .tool-article-body > h2 {
    background: linear-gradient(81.74deg, #2845ea 8.62%, #0bcf7e 53.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-tools {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0px;
    text-align: center;
}

.tool-det {
    background: var(--white);
    margin: 5px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    box-shadow: 0 48px 80px -32px rgba(0, 0, 0, 0.3);
    justify-content: center;
}

.input {
    position: absolute;
    opacity: 0;
}

.label {
    width: 100%;
    padding: 10px 30px;
    background: #d3d3d34f;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: var(--black);
    transition: background 0.1s, color 0.1s;
    border-top: 3px solid #d3d3d34f;
}

.label:hover {
    background: #d8d8d8;
}

.label:active {
    background: #ccc;
}

.input:focus + .label {
    z-index: 1;
}

.input:checked + .label {
    background: #fff;
    color: var(--black);
    border-top: 3px solid #febc4c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.panel {
    display: none;
    padding: 15px 20px;
    background: var(--white);
    border-top: 1px solid;
    width: 100%;
}

.input:checked + .label + .panel {
    display: block;
}

.light-mode-image {
    display: inline-block;
}

.dark-mode-image {
    display: none;
}

/*.content_plan_gif2 {
    display: inline-block;
}

.content_plan_gif1 {
    display: none;
}*/

@media (min-width: 600px) {
    .label {
        width: auto;
    }
}

@media (min-width: 600px) {
    .panel {
        order: 99;
    }
}

.panel-ul {
    margin-top: 10px;
}

.panel-ul-r {
    margin-bottom: 10px;
}

.outline-span1 {
    border: 2px solid red;
    padding: 2px;
}

.outline-span2 {
    border: 2px solid #febc4c;
    padding: 2px;
}

.outline-span3 {
    border: 2px solid green;
    padding: 2px;
}

.bottom-panel {
    background: black;
    color: white;
    padding: 1px 4px;
}

.bottom-panel-up {
    display: flex;
}

.bottom-panel-up > p > span {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}

.bottom-panel-up > p {
    margin-bottom: 0px;
}

.add-chrome {
    background-color: var(--black);
    width: 80%;
    text-align: center;
    border-radius: 50px;
    padding: 5px 1px;
}

.blogger-work-sect {
    color: var(--black);
    background: rgba(245, 245, 245, 1);
    padding: 20px 70px;
}

.blogger-workt {
    justify-content: center;
    margin-bottom: 50px;
}

.blogger-work-rowt {
    justify-content: center;
    text-align: center;
}

.blogger-work-rowt > h1 {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
}

.blogger-work-itemt {
    text-align: left;
    padding-right: 20px !important;
    padding-left: 0px !important;
}

.blogger-work-itemt > div {
    width: 60px;
    height: 60px;
    background: linear-gradient(89.45deg, #2845ea 5.46%, #0bcf7e 90.17%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 18px;
}

.blogger-work-itemt > span {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.blogger-work-itemt > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 12px;
}

/* tools end */

/* clienttest start */

.final_reslt_show {
    background-color: rgba(244, 247, 246, 1);
    padding: 30px 120px 30px 50px;
    border-radius: 13px;
}

.final_reslt span {
    font-size: 28px;
    line-height: 72px;
}

.ba__img > h2 {
}

.ba__img > img {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    width: 100%;
}

.about-heading2size > span {
    color: rgba(50, 205, 196, 1);
}

.final_reslt {
    display: flex;
    justify-content: space-between;
}

.readLink {
    cursor: pointer;
}

/* clienttest end */

/* scroll */

.scroll_banner_r::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    left: 50%;
    transform: translate(-50%, -11%);
    top: 0px;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgb(255 255 255 / 0%) 0%,
        rgb(254 254 254) 51%
    );
}

.scroll_banner_r::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    left: 50%;
    transform: translate(-50%, -11%);
    bottom: -12px;
    z-index: 1;
    background: rgb(254, 254, 254);
    background: linear-gradient(
        0deg,
        rgb(255 255 255) 8%,
        rgb(255 255 255 / 0%) 100%
    );
}

.banner {
    width: 100%;
    height: 660px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.scroll_banner_img {
    margin-top: 35px;
    margin-bottom: 100px;
}

.banner-images {
    animation: scroll-up 100s linear infinite;
}

.banner-images:hover {
    animation-play-state: paused;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4060px);
    }
}

/* .angry_grid_img {
    transition: transform 0.3s ease-in-out;
    border-radius: 5px;
}

.angry_grid_img:hover {
    transform: scale(1.01);
} */

.angry-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.angry-grid1 {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.angry-grid2 {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.angry-grid3 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.angry-grid4 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.angry-grid,
.angry-grid1,
.angry-grid2,
.angry-grid3,
.angry-grid4 {
    height: 100%;
    max-width: 617px;
    row-gap: 5px;
    column-gap: 5px;
    margin-bottom: 5px;
}

.angry-grid > div,
.angry-grid1 > div,
.angry-grid2 > div,
.angry-grid3 > div,
.angry-grid4 > div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#item-0 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}

#item-1 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

#item-2 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

#item-3 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

#item-4 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

#item-5 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

#item-6 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

#item-7 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
}

#item-8 {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

#item-9 {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 4;
}

#item-10 {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
}

#item-11 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
}

#item-12 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}

#item-13 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

#item-14 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

#item-15 {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
}

#item-16 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
}

#item-17 {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 4;
}

#item-18 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

#item-19 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
}

#item-20 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

#item-21 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

#item-22 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

#item-23 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 4;
}

#item-24 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
}

#item-25 {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

/* .d__mood__logo {
    transition: transform 0.3s ease !important;
} */

/* .d__mood__logo:hover {
    transform: scale(1.01) !important;
} */

.l__mood__logo {
    transition: transform 0.3s ease !important;
}

.l__mood__logo:hover {
    transform: scale(1.01) !important;
}

#item-0 > img,
#item-12 > img,
#item-23 > img,
#item-24 > img {
    width: 404px;
    height: 200px;
}

#item-1 > img,
#item-6 > img,
#item-13 > img,
#item-16 > img,
#item-18 > img,
#item-21 > img {
    width: 200px;
    height: 407px;
}

#item-2 > img,
#item-3 > img,
#item-4 > img,
#item-5 > img,
#item-7 > img,
#item-8 > img,
#item-9 > img,
#item-10 > img,
#item-11 > img,
#item-14 > img,
#item-15 > img,
#item-17 > img,
#item-19 > img,
#item-20 > img,
#item-22 > img,
#item-25 > img {
    width: 200px;
    height: 200px;
}

/* For screens up to 1200px */

@media (max-width: 1281px) {
    .banner {
        height: 500px;
    }
    #item-0 > img,
    #item-12 > img,
    #item-23 > img,
    #item-24 > img {
        width: 338px;
        height: 167px;
    }
    #item-1 > img,
    #item-6 > img,
    #item-13 > img,
    #item-16 > img,
    #item-18 > img,
    #item-21 > img {
        width: 167px;
        height: 338px;
    }
    #item-2 > img,
    #item-3 > img,
    #item-4 > img,
    #item-5 > img,
    #item-7 > img,
    #item-8 > img,
    #item-9 > img,
    #item-10 > img,
    #item-11 > img,
    #item-14 > img,
    #item-15 > img,
    #item-17 > img,
    #item-19 > img,
    #item-20 > img,
    #item-22 > img,
    #item-25 > img {
        width: 167px;
        height: 167px;
    }
}

@media (max-width: 768px) {
    .banner {
        height: 530px;
    }
    #item-0 > img,
    #item-12 > img,
    #item-23 > img,
    #item-24 > img {
        width: 300px;
        height: 150px;
    }
    #item-1 > img,
    #item-6 > img,
    #item-13 > img,
    #item-16 > img,
    #item-18 > img,
    #item-21 > img {
        width: 150px;
        height: 300px;
    }
    #item-2 > img,
    #item-3 > img,
    #item-4 > img,
    #item-5 > img,
    #item-7 > img,
    #item-8 > img,
    #item-9 > img,
    #item-10 > img,
    #item-11 > img,
    #item-14 > img,
    #item-15 > img,
    #item-17 > img,
    #item-19 > img,
    #item-20 > img,
    #item-22 > img,
    #item-25 > img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .banner {
        height: 330px;
    }
    #item-0 > img,
    #item-12 > img,
    #item-23 > img,
    #item-24 > img {
        width: 205px;
        height: 100px;
    }
    #item-1 > img,
    #item-6 > img,
    #item-13 > img,
    #item-16 > img,
    #item-18 > img,
    #item-21 > img {
        width: 100px;
        height: 205px;
    }
    #item-2 > img,
    #item-3 > img,
    #item-4 > img,
    #item-5 > img,
    #item-7 > img,
    #item-8 > img,
    #item-9 > img,
    #item-10 > img,
    #item-11 > img,
    #item-14 > img,
    #item-15 > img,
    #item-17 > img,
    #item-19 > img,
    #item-20 > img,
    #item-22 > img,
    #item-25 > img {
        width: 100px;
        height: 100px;
    }
}

/* custom popUp form */

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, z-index 0.2;
    -o-transition: opacity 0.2s linear, z-index 0.2;
    transition: opacity 0.2s linear, z-index 0.2;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: rgba(244, 247, 246, 1);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px 40px 13px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: hidden;
}

body.dark .custom-model-wrap {
    background-color: rgba(21, 21, 21, 1);
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    /* position: absolute;
    right: 15px;
    top: 1px;
    cursor: pointer; */
    z-index: 99;
    font-size: 30px;
    color: #000000;
    cursor: pointer;
}

body.dark .close-btn {
    color: #ffffff;
}

.custom-model-header {
    border-bottom: 1px solid rgba(21, 21, 21, 1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

body.dark .custom-model-header {
    border-bottom: 1px solid rgba(244, 247, 246, 1);
}

.custom-model-title > p {
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}
