/*################################# Banner Sections ##################################*/
.hollow-text {
    color: #00D563;
    font-weight: 700;
}

.hollow-text span {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 5px transparent;
    color: white;
    letter-spacing: 1.5px;

}

.ui-ux-banner-content {
    position: relative;
    z-index: 3;
}


.tech-image-position {
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: -1;
}

/*################################# UI/UX Layers ##################################*/
.ui-ux-bg-layers {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.ui-ux-bg-layers::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background: transparent url("../images/design/ui-ux-layers.png") center/cover no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*################################# UIUX Brand ##################################*/
.ui-ux-brand h3 span {
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
}

.ui-ux-brand-card {
    border-radius: 8px;
    height: 100%;
    padding: 30px;
}

.ui-ux-brand-custom-card:nth-child(1) .ui-ux-brand-card {
    background: #B385FF;
}

.ui-ux-brand-custom-card:nth-child(2) .ui-ux-brand-card {
    background: #F26161;
}

.ui-ux-brand-custom-card:nth-child(3) .ui-ux-brand-card {
    background: #00C2AB;
}

.ui-ux-brand-custom-card:nth-child(4) .ui-ux-brand-card {
    background: #FF7360;
}

.ui-ux-brand-custom-card:nth-child(5) .ui-ux-brand-card {
    background: #FF7360;
}

.ui-ux-brand-custom-card:nth-child(6) .ui-ux-brand-card {
    background: #4BA68B;
}

.ui-ux-brand-custom-card:nth-child(7) .ui-ux-brand-card {
    background: #F2D354;
}

.ui-ux-brand-custom-card:nth-child(8) .ui-ux-brand-card {
    background: #F26161;
}


/*################################# Satified Customer ##################################*/

.satified-customer-bg {
    background-image: url("../images/design/satified-customer.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 476px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 40px;
    border-radius: 40px;
}

.satified-customer-card {
    height: 100%;
    padding: 30px;
    background: rgb(255 255 255 / 40%);
    border-radius: 16px;
}

/*################################# UI/UX Range Services ##################################*/
.ui-ux-range-design-services-heading h3 span {
    background: linear-gradient(226.69deg, #FFB199 0%, #FF0844 100%);
}

.ui-ux-range-design-services .accordion-item {
    border: 1px solid #EDEEEE;
}

.ui-ux-range-design-services .accordion-button {
    background-color: transparent !important;
    font-weight: 600;
    font-size: 20px;
    padding-block: 20px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #616467;
    position: relative;
}

.ui-ux-range-design-services .accordion-button::before {
    content: url("../images/design/service-bullet.png");
    position: absolute;
    top: 8px;
    bottom: 0;
    margin-block: auto;
    left: -18px;
}

.ui-ux-range-design-services .accordion-button:not(.collapsed) {
    color: #212529;
}

.ui-ux-range-design-services .accordion-button::after {
    visibility: hidden;
}

/*################################# UI/UX Process ##################################*/
.ui-ux-design-process h3 span {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
}

.ui-ux-design-process-card:nth-child(1) h2 {
    color: rgba(248, 184, 208, 0.24);
}

.ui-ux-design-process-card:nth-child(2) h2 {
    color: rgba(164, 218, 220, 0.24);
}

.ui-ux-design-process-card:nth-child(3) h2 {
    color: rgba(202, 227, 195, 0.24);
}

.ui-ux-design-process-card:nth-child(4) h2 {
    color: rgba(236, 149, 158, 0.24);
}

.ui-ux-design-process-card:nth-child(5) h2 {
    color: rgba(214, 181, 208, 0.24);
}

.ui-ux-design-process-card:nth-child(6) h2 {
    color: rgba(206, 187, 183, 0.24);
}

.ui-ux-design-process-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    height: 100%;
    padding: 30px;
}

.ui-ux-design-process-card-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.ui-ux-design-process-card:not(:last-child) {
    margin-bottom: 24px;
}

/*################################# ui-ux-design-technologies ##################################*/
.ui-ux-design-technologies h3 span {
    background: linear-gradient(268.84deg, #EA52F8 0%, #0066FF 100%);
}

.ui-ux-design-technologies-icons img {
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.08));
}

.ui-ux-design-technologies-line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #EA52F8, #0066FF 75%, transparent 75%, transparent 100%);
    background-size: 10px 1px;
    border: none;
}

.ui-ux-design-technologies-icons {
    position: relative;
}

.upper-custom-wrapper .ui-ux-design-technologies-icons::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: -80%;
    height: 120px;
    width: 30px;
    background-image: url("../images/design/tech-line.png");
    transform: scaleY(-1);

}

.bottom-custom-wrapper .ui-ux-design-technologies-icons::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin-inline: auto;
    top: -80%;
    height: 120px;
    width: 30px;
    background-image: url("../images/design/tech-line.png");
    z-index: -1;
}

/*################################# why choose Us ##################################*/
.ui-ux-branding h3 {
    position: relative;
    display: inline-block;
}

.ui-ux-branding h3::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -20px;
    left: -25px;
    background: linear-gradient(298.01deg, #D6E7FF 0%, rgba(246, 214, 255, 0.3) 100%);
    border-radius: 50px;
    z-index: -1;
}

.ui-ux-branding h3::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    bottom: -15px;
    right: -25px;
    background: linear-gradient(298.01deg, #D6E7FF 0%, rgba(246, 214, 255, 0.3) 100%);
    border-radius: 50px;
    z-index: -1;
}

/*################################# why choose Us ##################################*/
.ui-ux-choose-heading h3 span {
    background: linear-gradient(233.92deg, #FFB199 0%, #FF0844 64.04%);
}

.ui-ux-choose-card {
    backdrop-filter: blur(500px);
    border-radius: 16px;
    height: 100%;
    padding: 25px;
    text-align: center;
}

.ui-ux-choose-card-custom:nth-child(1) .ui-ux-choose-card {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);

}

.ui-ux-choose-card-custom:nth-child(2) .ui-ux-choose-card {
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
}

.ui-ux-choose-card-custom:nth-child(3) .ui-ux-choose-card {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}

.ui-ux-choose-card-custom:nth-child(4) .ui-ux-choose-card {
    background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);
}

/*################################# UI/UX Team ##################################*/
.ui-ux-team h3 span {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}


/*################################# UI/UX Factors ##################################*/
.ui-ux-factors h3 span {
    background: linear-gradient(46.19deg, #CAC531 5.66%, #F3F9A7 94.35%);
}

.ui-ux-factors-content-list {
    height: 100%;
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.08));
    border-radius: 20px;
    padding: 25px;
    outline-offset: 5px;
}

.ui-ux-factors-content-list-custom:nth-child(1) .ui-ux-factors-content-list {
    background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);
    outline: 1px dashed #FF512F;
}

.ui-ux-factors-content-list-custom:nth-child(2) .ui-ux-factors-content-list {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
    outline: 1px dashed #0072FF;
}

/*################################# UI/UX CTA ##################################*/
.ui-ux-cta-bg {
    background-image: url("../images/design/ui-ux-cta.png"), linear-gradient(114.68deg, #FCE8F3 0.96%, #F8CFE3 25.29%, #F7CFE4 50.56%, #FFD3F2 86.2%);
    min-height: 388px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: no-repeat;
    padding-block: 40px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

/*################################# UI/UX Designing Product ##################################*/
.ui-ux-designing-product-cards-image {
    position: relative;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
    overflow: hidden;
    border-radius: 20px;
}

.ui-ux-designing-product-cards-image img {
    width: 100%;
    height: 100%;
}

.ui-ux-designing-product .gx-5 {
    --bs-gutter-x: 6rem;
}

.ui-ux-designing-product-cards-image::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 0%;
    height: 0%;
    transition: all 0.2s ease-in-out;
}

.ui-ux-designing-product-card {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.ui-ux-designing-product-card:hover .ui-ux-designing-product-cards-image::before {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.ui-ux-designing-figma-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.ui-ux-designing-product-card:hover .ui-ux-designing-figma-link {
    visibility: visible;
    transition: all 0.2s ease-in-out;
}

/* add new 4 april/23*/
.fixed 
{
    position:fixed;
    top: 22%;   
    width:42%;   
    
}
#process-container
{
    height: 2000px;
    position: relative;
}

/*################################# Media Query ##################################*/
@media all and (min-width:992px) and (max-width:1199px) {
    .bottom-custom-wrapper .ui-ux-design-technologies-icons::before {
        top: -94%;
    }

    .upper-custom-wrapper .ui-ux-design-technologies-icons::before {
        bottom: -94%;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .ui-ux-range-design-services .accordion-button::before {
        left: -14px;
    }

    .ui-ux-range-design-services .accordion-button {
        margin-left: 10px;
        font-size: 20px;
    }
}

@media all and (min-width:320px) and (max-width:767px) {
    #sticky
    {
        position: relative!important;
        width:100%!important;
    }
    .ui-ux-range-design-services .accordion-button::before {
        left: -14px;
    }

    .ui-ux-range-design-services .accordion-button {
        margin-left: 10px;
        font-size: 18px;
    }

    .bottom-custom-wrapper .ui-ux-design-technologies-icons::before,
    .upper-custom-wrapper .ui-ux-design-technologies-icons::before {
        display: none;
    }


}