body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;


}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in;
}

p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
}

::selection {
    background: var(--color-323D5B);
    color: var(--color-white);
}

:root {
    --color-black: #000;
    --color-white: #fff;
    --color-323D5B: #323D5B;
    /* --color-20293B: #20293B;
    --color-323D5B: #050505;
    --color-323D5B: #323D5B; */
    --color-134773: #134773;
    --color-356EB4: #356EB4;
    --color-0D81AA: #0D81AA;
    --color-0372C3: #0372C3;
    --color-3D87D6: #3D87D6;
    --color-yellow: #FDC526;
    --color-green: #4eac91;
    --color-grey: #AEABA9;
    --color-B7B4B2: #B7B4B2;
    --color-DAEEFF: #DAEEFF;
    --fs-94: 94px;
    --lh-112: 112px;
    --fs-24: 24px;
    --lh-38: 38px;
    --fs-50: 50px;
    --fs-30: 30px;
    --fs-40: 40px;
    --lh-42: 42px;

}



/* HEADER  */

.custom-header {
    position: fixed;
    width: 100%;
    z-index: 11;
    padding: 15px 0px;
    transition: 0.4s ease-in;
}

header.custom-header.scrolled {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

.grid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.navlist {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navlist li a,
.header-button a {
    color: var(--color-323D5B);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navlist li a:hover {
    color: var(--color-yellow);
}

.header-button a {
    font-weight: 300;
    border-radius: 20px;
    border: 1px solid var(--color-323D5B);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px 3px 4px;
    transition: 0.4s ease-in;
}

.active-link {
    color: var(--color-yellow) !important;
}



.header-button a:hover {
    background: var(--color-323D5B);
    color: var(--color-white);
}

.header-button a:hover span {
    background: var(--color-green);
}

.header-button a span {
    height: 34px;
    width: 34px;
    background: var(--color-323D5B);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in;
}



.header-logo {
    max-width: 60px;
    width: 100%;
}

.menu-icon {
    display: none;
}

.nalink-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 64%;
}

ul.social-media {
    display: none;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

/* HEADER END */

/* LEVEL UP MAIN SEC  */
.main-title {
    font-size: var(--fs-94);
    font-style: normal;
    font-weight: 800;
    line-height: var(--lh-112);
    letter-spacing: -0.94px;
    padding-bottom: 30px;
}

.levelup-holder .main-title {
    color: var(--color-323D5B);
}

.levelup-holder p {
    color: var(--color-black);
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-38);
    letter-spacing: 0.298px;
}

.levelup-holder {
    max-width: 845px;
    width: 100%;
}

.digital-images {
    max-width: 642px;
    width: 100%;
}


.overlay-home {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    /* background: #DAEEFF; */
}

/* .overlay-home {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
} */

section.levelup-sec {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    overflow: hidden;
    padding-bottom: 50px;

}



.logofade {
    max-width: 767px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* animation: rotate 10s linear infinite; */
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.logofade {
    max-width: 767px;
    width: 100%;
    position: absolute;
    right: -21%;
    top: -53px;
    z-index: -1;
}

.rating-platform {
    max-width: 860px;
    width: 100%;
    padding-top: 95px;
}

.rating-platform .mySwiperrating .swiper-wrapper {
    align-items: center;
}

.ratinng-slider{
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
}


/* LEVEL UP MAIN SEC END */


/* PROJECT SHOWCASE  */
.five-zero {
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-bottom: 30px;
}

.logo-name-of-projects .five-zero,
.bottom-container .three-zero {
    color: var(--color-323D5B);
}

.three-zero {
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    padding-bottom: 20px;
}

.projects-showcase {
    background: #FFF2E2;
    position: relative;
    z-index: 1;
}

/* .projects-showcase::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #FFF2E2 0%, #F9DDBC 99.87%);
    height: 50%;
    width: 100%;
    bottom: 0;
    z-index: -1;
} */

.projects-showcase .container {
    position: relative;
}




ul.detail-projects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 10px;
    padding-top: 20px;
    padding-left: 20px;
}

ul.detail-projects li {
    list-style: disc;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.logo-company {
    max-width: fit-content;
    width: 100%;
    margin-bottom: 35px;
}

span.ovelaysdatata {
    display: block;
    height: 300px;
    background: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    clip-path: polygon(0 82%, 100% 25%, 100% 100%, 0% 100%);



}

/* PROJECT SHOWCASE END */


.top-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 25px;
    padding: 65px 0px;
}


.logo-name-of-projects {
    width: 100%;
    max-width: 635px;
}

.projects-grid {
    overflow: hidden;
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
}


.project-pcimages {
    max-width: fit-content;
    width: 100%;
    margin-left: auto;
    transition: 1s linear;
}

.bottom-container {
    position: relative;
    padding: 40px 0px;
}

.logo-name {
    padding-bottom: 25px;
}

.bottom-container::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #FFF2E2 0%, #F9DDBC 99.87%);
    z-index: -1;
    top: 0;
    bottom: 0;
    right: -343%;
    left: -298%;
}

.projects-grid .projects-showcase:nth-child(2) {
    background: #FFC5BE;
}

.projects-grid .projects-showcase:nth-child(2) .bottom-container::after {
    background: linear-gradient(0deg, #FFC5BE 0%, #FCB1A8 99.87%);
}

.projects-grid .projects-showcase:nth-child(3) {
    background: #C7F7FF;
    padding-bottom: 200px;
}

.projects-grid .projects-showcase:nth-child(3) .bottom-container::after {
    background: linear-gradient(0deg, #C7F7FF 0%, #9CEAF8 99.87%);
}

.projects-grid .projects-showcase:nth-child(3) .top-container {
    padding-bottom: 0px;
}



.projects-grid .projects-showcase:nth-child(2).projects-showcase::before {
    position: absolute;
    content: "";
    width: 100%;
    top: -81px;
    background: #ffc5be;
    height: 400px;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.projects-grid .projects-showcase:nth-child(3).projects-showcase::before {
    position: absolute;
    content: "";
    width: 100%;
    top: -81px;
    background: #b3f1fc;
    height: 400px;
    clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
    z-index: -1;
}

ul.store-icon {
    position: absolute;
    right: 0;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}


/* MENU ICON ANIMATED  */
.bars {
    width: 50px;
    cursor: pointer;
}

.bars .line {
    fill: none;
    stroke: var(--color-black);
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 1s;
}

.bars .line.top {
    stroke-dasharray: 40 172;
}

.bars .line.middle {
    stroke-dasharray: 40 111;
}

.bars .line.bottom {
    stroke-dasharray: 40 172;
}

.bars.active .top {
    stroke-dashoffset: -132px;
}

.bars.active .middle {
    stroke-dashoffset: -71px;
}

.bars.active .bottom {
    stroke-dashoffset: -132px;
}

/* MENU ICON ANIMATED END */

/* APPROACH SEC  */

section.approach-sec {
    background-repeat: no-repeat;
    background-size: 598px;
    background-position: top left;
}

.tabholders {

    padding-top: 50px;
}

.approach-container {
    max-width: 1355px;
    width: 100%;
    margin: 0 auto;
}

.grid-tab {
    display: flex;
    align-items: start;
    gap: 30px;
    max-width: 767px;
    width: 100%;
    margin-left: auto;
}

.grid-tab-list-button {
    display: flex;
    flex-direction: column;
    gap: 60px;

}

.audit-logo {
    max-width: 106px;
    width: 100%;
}

ul.audit-list li {
    list-style: disc;
    padding-bottom: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

ul.audit-list {
    padding-left: 20px;
    padding-bottom: 20px;
}

.tabholders ul#tabs-nav .three-zero {
    font-weight: 600;
    color: var(--color-grey);
}

.tabholders ul#tabs-nav li.active .three-zero {
    color: var(--color-323D5B);

}

.tabholders ul#tabs-nav li.active {
    pointer-events: none;
}

.tabholders ul#tabs-nav .three-zero:hover {
    color: var(--color-323D5B);
}

.tabholders ul#tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.universal-anchor a {
    color: var(--color-323D5B);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--color-yellow);
    border-radius: 40px;
    padding: 10px 25px;
    display: inline-block;
}

.universal-anchor a:hover {
    background: var(--color-323D5B);
    color: var(--color-white);
}



.universal-anchor.left-btn {
    max-width: fit-content;
    margin-left: auto;
    position: relative;
    /* top: -100px; */
    z-index: 1;
}

section.approach-sec {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.digital-ogrelogic {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 567px;
    width: 100%;
    z-index: -1;
}

.grid-tab .three-zero {
    color: var(--color-323D5B);
    font-weight: 600;
}

.grid-tab p,
.grid-tab li,
.bottom-container p,
.bottom-container li {
    color: var(--color-black);
}

.approach-holder {
    max-width: 88%;
    width: 100%;
}

.approach-holder .five-zero {
    color: var(--color-323D5B);
}

.seo-audits {
    max-width: 650px;
    width: 100%;
    border: 1px solid var(--color-0D81AA);
    padding: 55px 40px;
    margin: 0 auto;
}

section.digitalmarketing-sec {
    background: var(--color-DAEEFF);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    padding: 194px 0px;
}

/* APPROACH SEC END */

/* DIDITAL MARKETING SERVICE SEC  */
.markting-service {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

.markting-service .five-zero {
    padding-bottom: 15px;
    font-weight: 700;
    color: var(--color-323D5B);
}

.seo-audits .three-zero {
    color: var(--color-323D5B);
    font-weight: 500;
}

.marketingservice-slier {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    position: static;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
    gap: 30px;
}

.slider-btn .swiper-button-prev:after,
.slider-btn .swiper-button-next:after {
    font-size: 30px;
    color: var(--color-323D5B);
}

.slider-btn .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/* DIDITAL MARKETING SERVICE SEC END */


/* FAQ SEC  */
.faq-holders {
    max-width: 592px;
    width: 100%;
}

section.faq-sec {
    background: var(--color-356EB4);
    color: var(--color-white);
    position: relative;
    z-index: 1;

}

section.faq-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    top: -188px;
    height: 400px;
    background: var(--color-356EB4);
    clip-path: polygon(0 0, 100% 44%, 100% 100%, 0 100%);
    z-index: -1;
}

.grid-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;

}

.accordean-container {
    background: var(--color-white);
    color: var(--color-323D5B);
    padding: 25px 30px;
}

.accordean-container .two-two {
    font-weight: 600;
    color: var(--color-323D5B);
}

.acredean-details {
    padding-top: 20px;
    display: none;
}

.two-two {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.image-plus {
    max-width: 35px;
    width: 100%;
    cursor: pointer;
}


.image-plus img {
    transition: 0.3s ease-in;
}


.grid-inside.active-acrdean .image-plus img {
    transform: rotate(135deg);
}

.accordean-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.faq-sec {
    padding: 65px 0px 100px 0px;
}

.two-five {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.blog-ogrelogic {
    max-width: 80px;
    width: 100%;
    margin-bottom: 25px;
}

.universal-anchor.borderss a {
    border: 1px solid var(--color-323D5B);
    background: var(--color-white);
}

.universal-anchor.borderss a:hover {
    background: var(--color-323D5B);
    color: var(--color-white);
}

section.homeblog-sec .faq-holders .five-zero {
    color: var(--color-323D5B);
}

.faq-holders p strong {
    font-weight: 600;
}

.bloghome-holders .three-zero {
    font-weight: 600;
    color: var(--color-323D5B);
    transition: 0.3s ease-in;
}

.bloghome-holders .three-zero:hover {
    color: var(--color-yellow);
}

.bloghome-holders .two-five {
    color: var(--color-0372C3);
    padding-bottom: 10px;
}

.link-blog {
    color: var(--color-0372C3);
}

.link-blog:hover {
    color: var(--color-yellow);

}


.bloghome-holders {
    border-bottom: 1px solid var(--color-B7B4B2);
    padding-bottom: 25px;
}

.blogs-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 65px;
    max-width: 98%;
    margin-inline-start: auto;
    width: 100%;
}

.faq-holders .universal-anchor {
    padding-top: 35px;
}

section.homeblog-sec {
    padding: 80px 0px;
}

section.homeblog-sec .faq-holders {
    position: sticky;
    top: 0;
}

.bloghome-holders p:last-child {
    padding-bottom: 0px;
}


/* FAQ SEC END */

/* TESTMONIAL SEC  */

.client-only {
    background: var(--color-3D87D6);
    color: var(--color-white);
    position: relative;
    z-index: 1;
    padding: 90px 0px 140px 0px;
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: right top;
    position: relative;
}

.footer-overlays {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 500px;
    z-index: -1;
}

.max-widths {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.client-slider {
    max-width: 725px;
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
}

.liberate-client {
    background: var(--color-323D5B);
    color: var(--color-white);
    padding: 60px 0px;
}

.universal-anchor.whites a {
    background: transparent;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.universal-anchor.whites a:hover {
    background: var(--color-white);
    color: var(--color-323D5B);
}

.liberate-holder {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
}


.four-zero {
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-42);
}

span.client-overlays {
    position: absolute;
    height: 100px;
    background: var(--color-323D5B);
    width: 100%;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
    bottom: -1px;
}

.liberate-holder .universal-anchor {
    padding-top: 30px;
}

.quote-icon {
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pagination-slider span {

    position: static;
}

.pagination-slider .swiper-pagination-bullet-active {
    height: 16px !important;
    width: 16px !important;
    background: var(--color-yellow) !important;
    transition: 0.es ease-in;
}

.pagination-slider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #FFFFFF;
}

.pagination-slider .swiper-pagination {
    position: static;
    padding-top: 45px;
}

/* TESTMONIAL SEC END */

/* FOOTER  */
.logo-footer {
    max-width: 272px;
    width: 100%;
    margin: 0 auto;
}

footer.custom-footer {
    background: var(--color-DAEEFF);
}

.loaction-grid {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.loaction-holder {
    max-width: 478px;
    width: 100%;
}

.footer-container .two-five {
    font-weight: 600;
    padding-bottom: 25px;
}

.footer-container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}

.loaction-holder p {
    color: var(--color-323D5B);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

ul.service-list li a {
    color: var(--color-323D5B);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

ul.service-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.service-holder {
    max-width: 95%;
    width: 100%;
}

.grid-quicklinks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
}

.loaction-holder.media-links {
    margin-left: auto;
    max-width: fit-content;
}

.loaction-links {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
}

.grid-footerall {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 60px;
}

.footer-container.top {
    padding: 60px 0px;
}

.copy-rights .footer-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.copy-rights p {
    padding: 0px;
}

.copy-rights a {
    color: var(--color-323D5B);
}

.copy-rights a:hover {
    color: var(--color-yellow);
}

.copy-rights {
    border-top: 1px solid var(--color-grey);
    padding: 25px 0px;
}

.loaction-holder p {
    padding-bottom: 0px;
}

/* FOOTER END */

/* OUR WORK  */

section.levelup-sec.inner .overlay-home{
    display: none;
}

section.levelup-sec.inner{
    background: var(--color-DAEEFF);
}

/* OUR WORK END */