.mr-tp-10 {
    margin-top: 10px;
}

.mr-tp-20 {
    margin-top: 20px;
}

.port-banner {
    position: relative;
}

.port-banner-img {
    display: flex;
    justify-content: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.portfolio-main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-main h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.portfolio-card h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.portfolio-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-card span.gry {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.34);
}

.porfolio-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 433px));
    gap: 30px;
    padding: 16px;
    justify-content: center;
    padding: 40px 0px;
    max-width: 1440px !important;
    margin: 0 auto;
}

.porfolio-wrap:has(.portfolio-card:nth-child(-n + 2):last-child) {
    grid-template-columns: repeat(auto-fit, 433px);
    /* justify-content: center; */
}

.portfolio-card {
    position: relative;
    border-radius: 17.177px;
    padding: 20px;
    border: 2.863px solid #FFF;
    background: linear-gradient(180deg, rgba(183, 222, 255, 0.00) 0%, rgba(234, 246, 255, 0.46) 100%);
    transition: all 0.3s ease-in-out;
    /* max-width: 400px; */
    width: 100%;
    height: 473px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.portfolio-card:hover {
    transform: scale(1.05);
    background: linear-gradient(180deg, #B7DEFF 0%, #EAF6FF 100%);

}

.type-warp {
    position: absolute;
    top: 0;
    left: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    clip-path: polygon(0% 0%, 100% 0%, 84% 100%, 16% 100%);
    z-index: 2;
}

.portfolio-card span.portfolio-type {
    background-color: rgba(255, 255, 255, 0.68);
    filter: drop-shadow(0 3.817px 3.817px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(9.100000381469727px);
    font-weight: 600;
    white-space: nowrap;
    width: fit-content;
    padding: 7px 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    color: #00000075;
    transition: all 0.3s ease-in-out;

}

.portfolio-card:hover span.portfolio-type {
    background: var(--Fourchain-Gradient, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
    color: #fff;
}

.portfolio-card-img img {
    width: 100%;
    height: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-studies {
    padding: 30px 0px;
}

.btn-port {
    display: flex;
    justify-content: center;
}

.btn-port .btn {
    display: flex;
    gap: 7px;
}

.btn-port .btn svg {
    z-index: 1;
    width: 0;
    transition: all 0.3s ease-in-out;
}

.btn-port .btn:hover svg {
    width: 24px;
}

.btn-port .btn:hover :before {
    z-index: -1;

}

.all-case {
    padding: 60px 0px;
}

.all-case .heading p {
    text-align: center;
    color: #424242;
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto;

}

.all-case .contain-width {
    display: block;
    max-width: 1440px !important;
    margin: 0 auto;
}

.all-case .portfolio-sel select {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    color: #fff !important;
    /* appearance: none; */
    background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%);
    position: relative;
}

/* .all-case .portfolio-sel select::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #555;
    z-index: 10;
} */

.all-case .portfolio-sel select option {
    background-color: #fff;
    color: #000;
    border-radius: 10px;

}

.search-inpt {
    display: flex;
    border-radius: 58px;
    border: 1px solid rgba(10, 185, 248, 0.50);
    background: rgba(0, 0, 0, 0.00);
    padding: 5px 10px;
    min-width: 250px;

}

.search-inpt input {
    background-color: transparent;
    border: none;
    user-select: none;
}

.search-inpt input:focus,
.portfolio-sel select:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
    /* only if needed */
}

.filter-bx {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.dvd {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.17) 50%, rgba(0, 0, 0, 0.00) 100%);
    height: 2px;
    margin: 30px 0px;
}

.portfolio-main .ctg-bnr-content-main {
    max-width: 900px;
}

.portfolio-main .ctg-bnr-content-main p {
    color: #5E5E5E;
    font-size: 18px;
    font-weight: 500;
    max-width: 900px;
}

.port-banner h1 span {
    display: inline;
}

/* section.sectionone.bannersection.port-banner {
    background: linear-gradient(90deg, rgba(220, 234, 255, 0.40) 25.34%, #9FE5FF 167.97%);
} */

.bullet-port-sec1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.port-sec1 h2 span {
    display: inline;
}

.port-sec1 p {
    color: #424242;
    font-size: 18px;
}

.bullet-port-sec1 p {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0px;
    color: #000;
}

.port-sec1-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.port-sec1-right img {
    /* width: 100%; */
    max-width: 600px;
    margin: 0 auto;
    margin-right: 0;
}

.port-sec1 .contain-width {
    justify-content: space-between;
}

/* section 2 start */
.port-sec2-img {
    display: flex;
    justify-content: center;

}

.port-sec2-img img {
    width: 100%;
    border-radius: 20px;
    max-width: 600px;
    height: 430px;
    object-fit: contain;
    object-position: center;
    /* max-width: 500px; */
}

.port-sec2 p {
    font-size: 18px;
    color: #424242;
    margin-top: 20px;
    max-width: 700px;
}

.sol-sec h3 {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

.sol-sec p {
    color: #696969;
    font-size: 16px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 20px;
}

/* section 2 end  */
/* section 3 start  */

.icn-bg {
    display: flex;
    padding: 5px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%)
}

.sol-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    transition: all 0.3s ease-in-out;
    padding: 20px 10px;
    background: transparent;
    border-radius: 20px;
}

.sol-sec:hover {
    background-color: #d7eeff;
}

.port-sec3-card-scroll {

    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.scroll-wrap-port-sec3 {
    /* justify-content: flex-start; */
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
    z-index: 1;
    display: block;
}

.scroll-track {
    display: flex;
    gap: 50px;
    width: 100%;
    animation: scrollLeft 18s linear infinite;
}

.scroll-track.reverse {
    margin-top: 50px;
    animation: scrollRight 18s linear infinite;
}

.scroll-track:hover {
    animation-play-state: paused;
}

.left-to-right {
    animation: scrollRight 20s linear infinite;
}

.right-to-left {
    animation: scrollLeft 20s linear infinite;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.scroll-wrap-port-sec3::before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    height: 100%;
    width: 20%;
    background: linear-gradient(90deg, #F2F8FD 53.5%, rgba(242, 248, 253, 0.00) 100%);
    z-index: 2;
    background-position: left;

}

.scroll-wrap-port-sec3::after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    height: 100%;
    width: 20%;
    background: linear-gradient(270deg, #F2F8FD 53.5%, rgba(242, 248, 253, 0.00) 100%);
    z-index: 2;

}

/* secton3 end  */

/* section 4  start */
.heading-port-sec4 h2 {

    max-width: 770px;
}

.img-collection {
    position: relative;
    height: 50px;
    width: 130px;
}

.img-collection img {
    position: absolute;
    border-radius: 50px;
    border: 2.795px solid #DFEFFD;
}

.img-collection img:nth-child(1) {
    left: 0;
}

.img-collection img:nth-child(2) {
    left: 30px;
}

.img-collection img:nth-child(3) {
    left: 60px;
}

.img-collection img:nth-child(4) {
    left: 90px;
}

.blu-bx-port-sec-4 {
    border-radius: 21px;
    border: 1px solid #BDE1FF;
    background: #DFEFFD;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.blu-bx-port-sec-4:hover {
    border: 1px solid #0460E9;
    box-shadow: -5px 4px 17.1px 0 rgba(0, 0, 0, 0.20);
}

.blu-bx-port-sec-4 p {
    color: #575757;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.blu-bx-port-sec-4 h3 {
    font-size: 64px;

}

.blu-bx-port-sec-4 h3 span {
    background: rgba(25, 25, 31, 0.23);
    -webkit-background-clip: text !important;

}

.hgt-sec4 {
    height: 470px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.act-usr h3 {
    font-size: 28px;
}

.blu-bx-port-sec-4.card-1 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.blu-bx-port-sec-4.card-1 p {
    font-size: 14px;
    color: #000;
}

.blu-bx-port-sec-4.card-2 {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.blu-bx-port-sec-4.card-2::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -15px;
    background: url('../images/portfolio/arr-bg2.webp');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 70%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.contain-port-sec4 {
    margin-top: 40px;
}

.img-tdr {
    background-color: #fff;
    border-radius: 50px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drk-blu-bx {
    position: relative;
    border-radius: 20px;
    border: 1px solid #BDE1FF;
    padding: 20px;
    background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%);
    box-shadow: -5px 4px 17.1px 0 rgba(0, 0, 0, 0.20);
    z-index: 1;
}

.drk-blu-bx::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/portfolio/arr-bg.webp');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 70%;
    height: 100%;
    z-index: -1;
}

.drk-blu-bx.card-3 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 20px;
    gap: 30px;
}

.drk-blu-bx p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 300px;
    color: #fff;
}

.drk-blu-bx h3 {
    font-size: 64px;
    color: #fff;
    white-space: nowrap;
}

.drk-blu-bx h3 span {
    background: rgba(255, 255, 255, 0.23);
    -webkit-background-clip: text !important;
    font-size: 30px;

}

.rating-sec4 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

p.trust-p {
    font-size: 16px;
    line-height: 1.3;
}

/* .hght-sec5 {
    height: 50px;
} */

.time-line-bx {
    background-color: #E5F0FF;
    padding: 10px;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* .point {
    position: absolute;
    right: -10px;
    top: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #989898;
}
.point {
    position: absolute;
    left: -10px;
    top: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #989898;
} */



.timeline {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.indicator {
    position: absolute;
    width: 14px;
    height: 14px;
    background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%);
    border-radius: 50%;
    z-index: 500;
}

.comet-tail {
    position: absolute;
    width: 40px;
    /* tail length */
    height: 6px;
    /* background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%); */
    /* background: linear-gradient(92deg, #0460E9 -10%, #0AB9F8 45%, #6DF8FF 100%); */

    border-radius: 50px;
    transform-origin: left center;
    /* tail grows from ball */
    pointer-events: none;
    z-index: 5;
}

/* Your dot positions matching the zig-zag UI */
#p1 {
    position: absolute;
    top: 29%;
    left: 44.5%;
}

#p2 {
    position: absolute;
    top: 50%;
    right: 44.5%;
}

#p3 {
    position: absolute;
    top: 71%;
    left: 44.5%;
}

#p4 {
    position: absolute;
    top: 92%;
    right: 44.5%;
}

.point {
    width: 14px;
    height: 14px;
    background: #888;
    border-radius: 50%;
    z-index: 2;
}

.track {
    position: absolute;
    height: 3px;
    background-color: #4e4e4e27;
    border-radius: 4px;
    z-index: -1;
}

.light-track-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 0;
}

.light-track-path {
    fill: none;
    stroke: #0ab9f8;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

/* THE COMET TAIL */
.comet-tail {
    position: absolute;
    width: 0px;
    height: 4px;
    background: linear-gradient(92deg, #6df8ff1f -10%, #0ab9f844 45%, #0460E9 100%);
    border-radius: 4px;
    transform-origin: left center;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease-out;
}

.active-title {
    border-radius: 9.84px;
    background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%) !important;
    border-radius: 12px;
    padding: 12px;
}

.active-title svg path {
    fill: #0AB9F8
        /* background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important; */
}

.active-title p,
.active-title h3 {

    color: #fff !important;
}

.time-line-bx h3 {
    font-size: 20px;
    color: #4E4E4E
}

.time-line-bx p span {
    font-size: 15px;

}

.inner-bx {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.43);
    padding: 15px;
    /* margin: 10px 0px; */
}

.time-line-bx p span {
    color: #4E4E4E;
    font-size: 18px;
}

.title-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-icn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.tm-bx-1 {
    margin-right: 50px;
}

.tm-bx-2 {
    margin-left: 50px;

}

.card-num {
    position: relative;
}

.num-span-2 span {
    color: #4f4f4f;
}

.num-span-1 span {
    color: #ffffff;
}

.num-span-1 span,
.num-span-2 span {
    font-size: 85px;
    font-weight: 900;
}

.num-span-2 span::before,
.num-span-1 span::before {
    position: absolute;
    left: 30%;
    font-size: 150px;
    bottom: -55%;
    content: attr(data-num);
    opacity: 0.05;
    z-index: -1;
    /* color: #99999900;
    z-index: 0; */
}

section.port-sec5 {
    padding: 60px 0px;
}

.port-cta .contain-width {
    padding: 20px;
}

.port-cta .cta-last-before-foot-right {
    position: relative;
    top: 20px;
}

@media (min-width:1199.98px) and (max-width:1300.98px) {
    .blu-bx-port-sec-4.card-1 {

        flex-direction: column;
        text-align: center;
    }
}

@media (min-width:1440.98px) {

    .blu-bx-port-sec-4 h3,
    .drk-blu-bx h3 {
        font-size: 70px;
    }

    .act-usr h3,
    .drk-blu-bx h3 span {
        font-size: 32px;
    }

    p.trust-p {
        font-size: 20px;
    }

    .drk-blu-bx p {
        max-width: 400px;
        font-size: 20px;
    }

    .blu-bx-port-sec-4 p {

        font-size: 20px;
    }

}

@media (max-width:1500.98px) {
    .all-case .contain-width {
        padding: 0px 20px;
    }

    .porfolio-wrap {
        padding: 16px 20px;
    }
}

@media (max-width:1440.98px) {
    .porfolio-wrap {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }

    /* .portfolio-card {
        max-width: 400px;
    } */

}

@media (max-width:991.98px) {
    .port-sec1 img ,  .port-sec2-img img {
        height: auto;
    }

    .port-banner-img {
        position: unset;
    }

    .port-sec1 .contain-width,
    .port-sec2 .contain-width {
        flex-direction: column;
    }

    .port-sec1 .col-6,
    .port-sec2 .col-6 {
        width: 100%;
    }

    .port-sec2 p {
        max-width: none;
    }

    .port-sec1-right img {
        margin-right: auto;
    }
}

@media (max-width:1199.98px) {
    .port-sec1-right img{

        max-width: 100%;
    }

    .indicator,
    .point,
    .num-span-2 span::before {
        display: none;
    }

    .port-sec5 .col-6 {
        width: 100%;
    }

    .time-line-bx {
        margin-top: 20px;
    }

    .port-sec5 .contain-width {
        flex-direction: column;
    }

    .tm-bx-1 {
        margin-right: 0px;
    }

    .tm-bx-2 {
        margin-left: 0px;
    }

    .time-line-bx {
        max-width: none;
    }

    .time-line-bx h3 {
        font-size: 20px !important;
    }

    .drk-blu-bx.card-3 {
        padding: 20px;
    }

    .hgt-sec4 {
        height: auto;
    }

    .port-sec4 .contain-width {
        flex-direction: column;
        gap: 20px;
    }

    .port-sec4 .col-3-5,
    .port-sec4 .col-4,
    .port-sec4 .col-5,
    .port-sec4 .col-8 {
        width: 100%;
    }

    .sol-sec h3 {
        font-size: 21px !important;
    }

    .portfolio-card h5 {

        font-size: 22px !important;
    }

    .portfolio-card p {

        font-size: 16px !important;
    }
}

@media (max-width:567.98px) {

    .porfolio-wrap:has(.portfolio-card:nth-child(-n + 2):last-child) {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
        /* justify-content: center; */
    }
}

@media (max-width:767.98px) {
    .port-cta .contain-width p {
        text-align: center;
    }

    .port-sec3-card-scroll {
        border-radius: 10px;
        padding: 10px;
    }

    .port-sec3-card-scroll img {
        width: 30px;
        height: 30px;
    }

    .scroll-track {
        gap: 30px;
    }

    .blu-bx-port-sec-4.card-1 {

        flex-direction: column;
        text-align: center;
    }

    .all-case {
        padding: 30px 0px;
    }

    .filter-bx {
        flex-direction: column-reverse;
    }
}