/* POPPINS FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* POPPINS FONT */

/* HEADER */

body {
    font-family: 'poppins';
    overflow-x: hidden;
    background: #212121;
}

.container-fluid {
    width: 95%;
}

.navigation {
    position: absolute;
    width: 100%;
    padding-top: 40px;
    z-index: 1;
}

a {
    text-decoration: none;
}

span.menu-text img {
    padding-left: 22px;
}

a span.menu-text {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
}

span.menu-text::before {
    content: "ddd";
    content: url(../img/menu-seprator.svg);
    padding: 0 30px;
}

section.services img::before {
    content: url(../img/back-glow.png);
    content: "";
}


.offset-6.col-sm-3.menu-search {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

span.menu-text::before {
    content: "ddd";
    content: url(../img/menu-seprator.svg);
    padding: 0 30px;
}

.accordion-button:focus
 {
    border-color: #ffffff00;
    box-shadow: none;
}

.accordion-item {
    background-color: #fff;
    border: none;
}


    .faq-section {
    background: url(../img/back-glow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}


span.for-wm::before {
    content: url(../img/nib-wm.svg);
    position: absolute;
    opacity: 0.2;
    right: 400px;
    bottom: -33px;
}

span.for-wm{
    position: absolute;
}


a span.menu-text {
    color: #fff;
    text-decoration: none;

}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 9%;
    width: 100%;
    text-align: right;
    padding: 50px;
}

.blur {
    filter: blur(2px);
}

.overlay a {
    display: block;
    transition: 0.3s;
    color: #FFF;
    text-align: right;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    /* 250% */
}

img.logo-img {
    width: 264px;
    height: 88px;
}

.overlay a:hover,
.overlay a:focus {
    color: #C82A5E;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 55px;
    font-size: 60px;
}

/* INNER MENU */
.col-sm-7.inner-menu ul {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.col-sm-7.inner-menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height:30px;
}

.col-sm-7.inner-menu ul li a {
    border: 1px solid #a7326f;
    padding: 8px 18px;
    border-radius: 20px;
}

a.for-border:hover {
   background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
   transition-duration: 3s;
}

.col-sm-2.menu-search {
    display: contents;
    cursor: pointer;
}

.col-sm-7.inner-menu {
    display: flex;
    align-items: center;
}


/* HOME BANNER */

.home-banner {
    padding-top: 250px;
    background: url(../img/ellipse.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -30%;
}

.content-hero h1 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 90px;
    line-height: 150px;
}

span.inverse-text {
    color: #7E7E7E;
}

.brand-logos img {
    position: relative;
    float: inline-end;
    left: 180px;
    width: 60%;
}

.body-marq {
    margin: 0;
    background: #111;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

/* Common */
.marquee-wrapper,
.top-marquee-wrapper {
    position: relative;
    width: 200%;
    /* bada width taake scroll smooth ho */
    overflow: hidden;
}

.marquee-bot.lower {
    padding: 45px 0;
}


.top-marquee {
    white-space: nowrap;
    overflow: hidden;
    padding: 30px 0;
}

.marquee-content,
.top-marquee-content {
    display: inline-block;
    white-space: nowrap;
}

.marquee-content span {
    color: #fff;
}

.marquee-content span,
.top-marquee-content span {
    display: inline-block;
    margin: 0 50px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

/* Orange dot */
.marquee-content span::after,
.top-marquee-content span::after {
    content: "•";
    color: #FF7E21;
    font-size: 22px;
    margin-left: 40px;
    position: relative;
    top: -2px;
}

.marquee-content span:last-child::after,
.top-marquee-content span:last-child::after {
    content: "";
}

/* Bottom strip (Right → Left) */
.marquee-wrapper {
    transform: rotate(353deg);
    top: 16px;
right: 426px;
    z-index: 2;
    
}

.marquee-bot {
    background: linear-gradient(90deg, #783D86, #C82A5E);
}

span.combo-color{
    background: -webkit-linear-gradient(#783D86, #c82a5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marquee-content {
    animation: scroll-left 15s linear infinite;
}

/* Top strip (Left → Right) */
.top-body-marquee {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.top-marquee-wrapper {
    transform: rotate(50deg);
    /* top: 40px; */
    left: -200px;
}

.top-marquee {
    background: #FAFAFA;
}

.top-marquee-content {
    animation: scroll-right 15s linear infinite;
}

.top-marquee-content span {
    color: #212121;
}

/* Animations */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* HOME BANNER */

/* ABOUT SECTION */
section.about-us {
    padding-top: 45px;
    color: #fff;
    background: url(../img/ellipse.webp);
    background-size: contain;
    background-repeat: repeat;
}

.col-sm-4.d-flex img.gifs {
    position: relative;
    right: 160px;
}

.about-us.about video {
    mix-blend-mode: plus-lighter;
}

.unique-box.animate::before{
    content: url(../img/portfolio/hero-sec-animation/a5.gif);
    mix-blend-mode: lighten;
    position: absolute;
    left: 100px;
}

.thankyou-banner {
    padding-top: 200px;
    color: #fff;
}

section.about-us h2,
h3 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 190%;
    text-transform: uppercase;
    font-weight: 400;
}



section.about-us h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

.about-us.brand h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

.footer-contact h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

a.content-button {
    border-radius: 25px;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    margin-top: 24px;
}

/* ABOUT SECTION */




@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

}

@media screen and (max-width: 600px) {
    .content-hero h1 {
        font-size: 25px;
        line-height: 35px;
    }

    img.logo-img {
        width: 180px;
        height: 65px;
    }
}





/* PORTFOLIO */

section.portfolio {
    padding-top: 70px;
    /* background: url(../img/banner.webp); */
    /* background: url(../img/ellipse.webp); */
    background: url(../img/port-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 1px -139px;

}

section.portfolio h2,
section.services h2,
section.pricing h2,
section.testimonial h2,
.footer-contact h2,
.faq-section h2.faq-heading {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 190%;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.faq-section h2.faq-heading::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.services h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.testimonial h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.portfolio h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.pricing h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}


:root {
    --marq-duration: 18s;
    /* fallback - JS sets final value */
    --gap: 28px;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;     /* center align caption with card width */
  gap: 8px;               /* space between card and caption */
}

.caption-wrap {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.caption-wrap .title {
  font-weight: 600;
  margin-bottom: 2px;
}

.caption-wrap .category {
  font-size: 12px;
  color: #aaa;
  letter-spacing: 1px;
}








/* --- Tabs --- */
.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.tab {
    background: none;
    cursor: pointer;
border: 1px solid #C82A5E;
    border-radius: 25px;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    /* background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%); */
    margin-top: 24px;

}

.tab.active {
    background: linear-gradient(90deg, #c82a5e, #783d86);
    box-shadow: 0 4px 18px rgba(200, 42, 94, 0.18);
    border: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);

}

/* --- Gallery area --- */
.portfolio-gallery {
    position: relative;
    user-select: none;
}

/* Pause all marquees when gallery hovered */
.portfolio-gallery:hover .marquee-content {
    animation-play-state: paused;
}

/* Shared marquee basics */
.marquee {
    position: relative;
    overflow: hidden;
    margin: 18px 0;
    height: 456px;
    pointer-events: auto;
}

/* rotate wrappers to create diagonal strips */
/* .marquee.top { transform: rotate(-6deg) translateY(6%); z-index:2; }
  .marquee.bottom { transform: rotate(6deg) translateY(-6%); z-index:1; } */

/* Track (keeps visual background for strip) */
.strip {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 14px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.45));
}

/* .strip.bottom {
    background: linear-gradient(90deg,#783D86,#C82A5E);
  } */

/* marquee content: inline flex of items; we will duplicate items in JS so this content contains two sets */
.marquee-track {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
}

.marquee-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: var(--gap);
    /* animation set via data-direction in CSS */
    will-change: transform;
    /* fallback duration */
    animation-duration: var(--marq-duration);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* left-moving: content moves from 0 -> -50% (one set width) */
.marquee[data-direction="left"] .marquee-content {
    animation-name: move-left;
}

/* right-moving: content moves from -50% -> 0 (opposite) */
.marquee[data-direction="right"] .marquee-content {
    animation-name: move-right;
}

@keyframes move-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes move-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* --- card --- */
.card {
    width: 400px;
    flex: 0 0 400px;
    height: calc(100% - 20px);
    overflow: hidden;
    /* background: rgba(0,0,0,0.45);
    box-shadow: 0 8px 22px rgba(0,0,0,0.5); */
    /* border: 1px solid rgba(255,255,255,0.04); */
    border: 2px solid;
    border-image: linear-gradient(90deg, #C82A5E 0%, #783D86 100%) 1;
    border-radius: 12px;
    /* agar chahiye */
    transform-origin: center;
    position: relative;
    border-radius: 10px;
    border: 2px solid var(--22, #C82A5E);


}

/* image container inside card — the screenshot will be taller than container */
.img-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateY(0);
    transition: transform 120ms linear;
    -webkit-user-drag: none;
    user-drag: none;
    -o-object-fit: cover;
    object-fit: cover;
}

/* .caption {
    position: absolute;
    left: 12px;
    bottom: 10px;
    right: 12px;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
    pointer-events: none;
} */

/* visual dot separator (optional) */
.dot {
    color: #FF7E21;
    margin: 0 10px;
    pointer-events: none;
}

/* responsive adjustments */
@media (max-width: 980px) {
    .card {
        width: 220px;
        flex: 0 0 220px;
    }

    :root {
        --gap: 18px;
    }
}

@media (max-width: 640px) {
    .marquee {
        height: clamp(140px, 36vw, 220px);
    }

    .card {
        width: 60vw;
        flex: 0 0 60vw;
        border-radius: 10px;
    }

    .marquee.top {
        transform: rotate(0deg) translateY(0);
    }

    .marquee.bottom {
        transform: rotate(0deg) translateY(0);
    }

    .strip {
        border-radius: 10px;
    }
}

/* small polish: pause when a card has 'paused' class (JS toggles it on pointerenter) */
.marquee-content.paused {
    animation-play-state: paused !important;
}

/* Hide focus outlines for this demo but keep keyboard accessibility if needed */
.tab:focus {
    outline: 2px solid rgba(255, 255, 255, 0.12);
}


/* PORTFOLIO */

/* PRICING */
section.pricing {
    padding: 60px 0;
    background: url(../img/pricing-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.pricing-box {
    width: 414px;
    margin-top: 50px;
    height: 637px;
    position: relative;
    padding: 20px 35px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg, #00000054 49%, #21212100 98%);

}

.swiper-button-next.arrows, .swiper-button-prev.arrows{
    top: 24px !important;
    width: 15px;
right: 43px !important;
}


.swiper-button-prev.arrows {
    left: 1406px !important;
    top: 24px !important;
}


.pricing-box::before {
    content: "cccccc";
    position: absolute;
    inset: 0;
    text-align: center;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

h3.pricing-heading-box {
    color: #FFF;
    font-family: Poppins;
    margin-bottom: 16px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 20px;
    margin-top: -60px;
    border-radius: 20px;
    background: #212121;
}

.combo-box.standard.reverse {
    border-radius: 90px 0 0 0;
}

.combo-box.ultimate.reverse {
    border-radius: 0 0 90px 0;
}

span.side-text.inner {
    position: absolute;
    transform: rotate(270deg);
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    left: -157px;
    top: 600px;
}

section.pricing::before {
       content: 'value';
    color: #ffffff00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    /* font-family: Poppins; */
    font-size: 130px;
    font-style: normal;
    font-weight: 700;
    top: 0;
    line-height: 190%;
    /* float: left; */
    position: absolute;
    letter-spacing: 5px;
    text-transform: uppercase;
    transform: rotate(270deg);
    left: -740px;
    width: 100%;
    top: 450%;
}

section.pricing::after {
       content: 'pricing';
    color: #ffffff00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    font-size: 130px;
    font-style: normal;
    font-weight: 700;
    top: 0;
    line-height: 190%;
    position: absolute;
    letter-spacing: 5px;
    text-transform: uppercase;
    transform: rotate(270deg);
    right: -740px;
    width: 100%;
    top: 450%;
}
h3.pricing-heading-box::before {
    content: "cccccc";
    position: absolute;
    inset: 0;
    text-align: center;
    padding: 1px;
    /* border width */
    border-radius: 20px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

p.pricing-price {
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    padding: 25px 0px 21px 0px;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-features {
    padding-top: 40px;
    height: 370px;
    overflow-y: scroll;

}

.pricing-features ul {
    list-style: none;
    padding: 0;
}


.pricing-features ul li::after {
    content: url(../img/feature-br.svg);
    display: block;
    padding: 0px 0 5px 0;
}

.pricing-box:hover h3.pricing-heading-box {
    background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%);
    transition-delay: 1s
}

/* combos */

.row.pri-com {
    justify-content: center;
    margin-top: 45px;
}

.combos {
    max-width: 1140px;
    display: flex;
}

.combo-box.ultimate {
    background-color: #000;
    color: #fff;
    /* width: 749px; */
    width: 611px;   
    border-radius: 90px 0 0 0;
    padding: 70px 70px;
}

.combo-box.standard {
    background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%);
    color: #fff;
    /* width: 391px; */
    border-radius: 0 0 90px 0;
    padding: 63px 50px;
    width: 465px;
}

.combo-box.ultimate h3 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}

.combo-box.ultimate p {
    color: #D2D2D2;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 119%;
    padding: 20px 0;
}



.combo-box.ultimate ul li {
    color: #D2D2D2;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 142%;

}


.combo-box.ultimate h5 {
   background: -webkit-linear-gradient(#783D86, #c82a5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.combo-box.ultimate h6 {
    font-family: Poppins;
    padding-top: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: 3.2px;
    background: var(--22, linear-gradient(90deg, #C82A5E 0%, #783D86 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



span.splitter img {
    padding-right: 12px;
}



.combo-box.standard h3 {
    color: #191919;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
}

.combo-box.standard p {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 119%;
    padding: 20px 0;
}

.combo-box.standard h5 {
    color: #fff;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.phone-icon{
    display: inline-block;
    margin-top: 8px;
    float: left;

}
.phone-content{
    padding-left: 12px;
    color: #fff
}

a.pl-2 {
    padding-left: 12px;
}

a.live-chat-b {
    padding-left: 40px;
    color: #fff;
    font-weight: 600;
}

.phone-content a{
    color: #fff;
}
.combo-box.standard h6 {
    color: #121212;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: 3.2px;
    padding-top: 27px;
    padding-bottom: 21px;
}

.combo-box.standard ul li {
    list-style: none;
    padding-left: 10px;
    padding-bottom: 10px;
}

a.content-button.inverse {
    background: none;
    border: 2px solid #fff;
}

/* section.pricing::after {
    transform: rotateZ(91deg);
} */



span.splitter {
    display: flex;
    align-items: center;
}

.combo-box.standard ul {
    padding: 0;
}

/* SERVICES */
.services {
    padding: 50px 0;
    background: url(../img/ellipse.webp);
    background-size: contain;
    background-repeat: no-repeat;

}

.services h5 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    font-weight: 400;
}

.services p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

/* SERVICES */

.project-box.second {
    float: right;
}

.project-box p {
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
}

.featured-project h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 110px;
    font-size: 120px;
}

.featured-project h2.fp {
    padding-left: 300px;
}

.project-box.second img {
    margin-top: -43px;

}

.bg-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: url("../img/bg-vid.gif");
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.bg-wrapper .overlay-fp {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/vid-bg.webp);
    /* background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%); */
    mix-blend-mode: lighten;
    pointer-events: none;
    opacity: 0.8;
    background-blend-mode: color-dodge;
    background-size: cover;
    background-repeat: no-repeat;
    
}



.bg-wrapper .content {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* FEATURED PORTFOLIO */
/* section.featured-project {
    padding: 60px 0;
    background: url(../img/bg-vid.gif);
    background-size: cover;
}



.project-box.second {
    float: right;
}

.project-box p{
    color: #FFF;
font-size: 34px;
font-style: normal;
font-weight: 300;
line-height: 180%;
}

.featured-project h2{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 110px;
    font-size: 120px;
}
.featured-project h2.fp{
    padding-left: 300px;
} 
/* FEATURED PORTFOLIO */


/* TESTIMONIAL */
section.testimonial {
    background: url(../img/quotes.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 3%;
    padding: 50px 0;
}

.testimonial-card h3 {
    font-size: 20px;
}

    .testimonials {max-width:1200px;margin:auto;padding:60px 20px;position:relative;}
.heading {text-transform:uppercase;letter-spacing:2px;margin-bottom:40px;}

.testimonial-slider {
    padding: 50px 0;
}

.testimonial-card {
    background: rgba(12, 12, 12, 0.70);
    border-radius: 20px;
    padding: 15px 36px;
    position: relative;
    color: #ccc;
    width: 407px;
    height: 250px;
}

a.content-button.inverse {
    background: none;
    border: 2px solid #fff;
    transition-duration: 0.2s;
}

.testimonial-card h3 {color:#fff;margin-bottom:10px;}
.testimonial-card p  {font-size:0.95rem;line-height:1.6;}
.swiper {
    padding: 60px 0 !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
  top:20px;           /* align with heading */
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size:18px;
    color: #fff !important;
}


.testimonial-card::before {
    content: url(../img/card-quote.svg);
    position: relative;
    top: -15px;
    left: -35px;
}


.testimonial-card::after {
    content: url(../img/card-quote-after.svg);
    position: relative;
    left: 307px;
    bottom: 4px;
}


/* FOOTER */

.footer-contact {
    background: url(../img/footer-img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    padding: 60px;
}



.contact-form {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 40px;
}

.row.contact-form-box {
    display: flex;
    gap: 20px;
}

ul li i {
    background: aliceblue;
    background: linear-gradient(90deg, #783D86, #C82A5E);
    border-radius: 50%;
    padding: 11px;
    font-size: 13px;
    /* width: 20px; */
    /* height: 20px; */
}

i.fa-solid.fa-location-dot {
    width: 34px;
    padding-left: 2px;
    padding-left: 13px;
}



.contact-form input,
.contact-form select,
.contact-form textarea {
    flex: 1;
    padding: 12px 15px;
    color: #fff;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;

    /* Gradient border */
    border-image: linear-gradient(90deg, #783D86, #C82A5E) 1;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-send {
    align-self: flex-start;
    padding: 10px 35px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, #783D86, #C82A5E);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: opacity .3s;
}

.btn-send:hover {
    opacity: .85;
}

footer {
    color: #fff;
    padding-top: 30px;
}

footer ul li {
    text-decoration: none;
    list-style: none;
    color: #fff;
    padding-bottom: 9px;
    font-weight: 300;
}

footer ul {
    padding: 0;
}

footer ul li a {
    color: #fff;

}

ul.footer-social {
    display: inline-flex;
    gap: 15px;
    float: inline-end;
    align-items: center;
}

footer {
    background: url(../img/ellipse.webp);
    background-repeat: no-repeat;
    /* background-position: right; */
    background-size: contain;
    background-position: -228px -79px;
}

.cards-img {
    float: inline-end;
}

i.gradient-icon {
    background: linear-gradient(to bottom, #a041ff, #ff00d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
}

ul.footer-social li i {
    font-size: 22px;
}

hr.footer-hr {
    margin: 1rem 0;
    background: linear-gradient(to bottom, #a041ff, #ff00d4) !important;
    border: 0;
    opacity: 1;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

p.copy-right {
    text-align: center;
    color: #fff;
}

footer h4 {
    padding-bottom: 15px;
}

footer ul li a:hover {
    color: #bf2d64;
}





.custom-form {
    width: 100%;
    max-width: 1000px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

input,
select,
textarea {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid;
    border-color: #783D86;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.form-container {
    width: 90%;
}


.content-button {
    border-radius: 25px;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    margin-top: 24px;
    border: none;
}

input::placeholder,
select,
textarea::placeholder {
    color: #ccc;
}

select {
    appearance: none;
}

textarea {
    width: 103%;
    border-radius: 20px;
    min-height: 120px;
    resize: none;
    margin-left: -10px;
}

button.btn-submit.form-button {
    border-radius: 30px;
    padding: 8px 30px;
    background: #c8009b;
    border: none;
    color: #fff;
    margin-top: 10px;
}

button.btn-submit.form-button:hover {
    background-image: linear-gradient(45deg, #D24FB4 15%, #8F367B 65%);
}


/* FOOTER */


/* ABOUT US */

section.about-us.about{
    padding-top: 250px;
}

section.about-us.brand {
    padding: 200px 0;
}

.about-us.about h1{
    color: #FFF;
font-family: Poppins;
font-size: 90px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 153px */
text-transform: capitalize;
}


.about-us.about h1 span{
color: #7E7E7E;
}

section.about-us p {
    font-size: 22px;
    line-height: 190%;
    font-weight: 400;
}


/* BEST */
.best-quality{
    color: #fff;
}
.unique-box h3{
    color: #FFF;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 75px */
text-transform: capitalize;
}

.unique-box h3 span{
    color: #7E7E7E;
}

.unique-box p{
    color: #FFF;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 190%; /* 57px */
letter-spacing: 0.6px;
text-transform: none;
}


.counter-sec h2{
    color: #FFF;

text-align: center;
font-family: Poppins;
font-size: 90px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 135px */
text-transform: capitalize;
}

.counter-sec h2 span{
color: #7E7E7E;
}


.counts h3{
text-align: center;
font-family: Poppins;
font-size: 90px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 135px */
text-transform: capitalize;

background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%);

background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.counts p{
    color: #FFF;

text-align: center;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 52.5px */
text-transform: capitalize;
}

section.footer-contact ul li a {
    color: #fff;
}


span.side-bars{
padding-left: 40px;

}

span.side-text a{
        color: #FFF;
}

span.side-text a:hover{
        color: #a7326f;
}

span.side-text {
    position: relative;
    transform: rotate(270deg);
    float: left; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    left: -348px;
    top: 286px;
}



/* KEYPOINTS */
.key-points-box ul{
margin: 0;
padding: 0;
}

.key-points-box ul li {
    list-style: none;
    font-weight: 700;
    font-size: 26px;
    line-height: 100px;
    text-transform: uppercase;
}

.key-points-box img {
    padding-right: 18px;
}

.key-points-box::after {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    /* padding: 30px; */
    backdrop-filter: blur(18px);
    z-index: -1;
    position: absolute;
    top: 14px;
    content: '';
    left: -14px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    margin-right: 14px;
    margin-bottom: -14px;
}

.key-points-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 30px;
    backdrop-filter: blur(18px);
    min-width: 470px;
}
/* KEYPOINTS */

/* FAQ */
.accordion-flush .accordion-item {
    background: none;
}

.accordion-header {
    background: none;
    color: #fff;
}

.accordion-flush .accordion-item {
    margin-bottom: 11px;
}


.accordion-flush .accordion-item .accordion-button {
    border-radius: 15px !important;
    background: none;
    color: #fff;
}
.accordion-flush .accordion-item .accordion-button::before {
        content: "cccccc";
    position: absolute;
    inset: 0;
    text-align: center;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    /* fill changed from %23212529 to %23fff */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath 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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-body{
    color: #fff;
}
/* FAQ */


/* Counter */
img.watermark-pen {
    width: 60%;
    flex-direction: column;
    display: flex;
}

 /* main overlay */
.search-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;         /* menu overlay se upar */
  backdrop-filter: blur(6px);
  animation: fadeIn 0.3s ease;
      overflow-x: auto;
    padding-top: 120px;
}

/* input box styling */
.search-box input {
  width: 80%;
  max-width: 800px;
  padding: 18px 20px;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  outline: none;
  color:#000;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* close button */
.search-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: transform .2s;
}

.search-box {
    width: 80%;
    text-align: center;
}
.search-results {
  margin-top:20px;
  text-align:center;
}
.search-results a {
  display:block;
  color:#fff;
  font-size:18px;
  margin:6px 0;
  text-decoration:none;
}
.search-results a:hover {
  text-decoration:underline;
}

.search-close:hover { transform: rotate(90deg); }

@keyframes fadeIn {
  from {opacity: 0;}
  to   {opacity: 1;}
}



.overlay .closebtn:hover{ transform: rotate(90deg); }

@keyframes fadeIn {
  from {opacity: 0;}
  to   {opacity: 1;}
}

/* GIFS */
img.gifs {
    mix-blend-mode: lighten;
}

body::-webkit-scrollbar {
    width: 10px;
}

.overlay::-webkit-scrollbar {
    width: 10px;
}

.pricing-features::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255);
}
::-webkit-scrollbar-thumb {
    background: rgb(143, 54, 123);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: grey 0px 0px 1px inset;
    border-radius: 10px;
}



@media screen and (max-width: 1500px) {
 .top-marquee-wrapper {
    left: 0px;
}.content-hero h1{
    font-size: 75px;
    line-height: 92px;
}
.brand-logos img{
    left: 125px;
}.testimonial-card{
    width: 300px;
}
.container {
        max-width: 1250px;
    }

}



    
