.all-projects {
    background: none !important;
}
/* ====== BACKGROUND WRAPPER ====== */
.bg-wwrapper {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    /* background: url("../images/hubw.png") no-repeat center center; */
    background-size: cover;
    overflow: hidden;
}

/* ====== OVERLAY (TRANSPARENT) ====== */
.bgg-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}

/* ====== CHASING BLOBS LAYER ====== */
.chase-bg {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 2;
    overflow: hidden;
}

/* ====== ORBIT CONTAINER ====== */
.orbit {
    position: absolute;
    inset: 15%;
    animation: rotateOrbit 30s linear infinite;
    transform-origin: center;
}

/* ====== BLOBS BASE STYLE ====== */
.blob {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(400px);
    opacity: 0.18;
    mix-blend-mode: screen;
}

/* ====== BLOB POSITIONS ====== */
/* فوق */
.blob-1 {
    background: #fd8700;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
}

/* يمين */
.blob-2 {
    background: #44bda4;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
}

/* تحت */
.blob-3 {
    background: #9189b6;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
}

/* شمال */
.blob-4 {
    background: #fad5dd;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

/* ====== ROTATION ANIMATION ====== */
@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ====== CONTENT ABOVE BACKGROUND ====== */
.bg-wwrapper > *:not(.chase-bg):not(.bgg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 10;
}

/* 
.bg-wwrapper {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
}
.bg-image-top {
    position: fixed; 
    inset: 0;
    background: url("../images/background5.png") no-repeat center center;
    background-size: cover;
    z-index: 8;
    opacity: 1; 
    pointer-events: none; 
    background: transparent;
}

.bgg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.chase-bg {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
    overflow: hidden;
}

.glass-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(80px);
    z-index: 3;
}
.bgg-overlay {
    background: transparent;
}

.glass-overlay {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(18px);
}

.blob {
    opacity: 0.25;
    mix-blend-mode: screen;
}
.chase-bg{  
   position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
}
    .glass-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(248, 249, 252, 0.3); 
            backdrop-filter: blur(100px); 
            z-index: 5;
        }
        .orbit {
    position: absolute;
      inset: -20%;
animation: rotateOrbit 25s infinite alternate ease-in-out;
  transform-origin: center;
    transform: rotate(0deg) scale(1.05);
}

.blob {
    position: absolute;
 width: 850px;
    height: 850px;
    border-radius: 50%;
 filter: blur(800px); 
     opacity: 0.25;
    mix-blend-mode: multiply; }

.blob-1 { background: #F8992C; top: 0%; left: 50%; transform: translateX(-50%); }
.blob-2 { background: #44BDA4; top: 50%; right: 0%; transform: translateY(-50%); }
.blob-3 { background: #8379B8; bottom: 0%; left: 50%; transform: translateX(-50%); }
.blob-4 { background: #FE2C55; top: 50%; left: 0%; transform: translateY(-50%); }
@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bg-wwrapper > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 10;
}   */
.all-projects .main-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1440px) {
    .all-projects .main-container {
        max-width: 1220px !important;
    }
}

@media (max-width: 1200px) {
    .all-projects .main-container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .all-projects .main-container {
        max-width: 720px;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .all-projects .main-container {
        max-width: 540px;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .all-projects .main-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 380px) {
    .all-projects .main-container {
        padding: 0 15px;
    }
}

.all-projects .all-projects-header {
    padding: 80px 0 30px;
}

@media (max-width: 768px) {
    .all-projects .all-projects-header {
        padding: 30px 0 20px;
    }
}

.all-projects .all-projects-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 768px) {
    .all-projects .all-projects-header-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.all-projects .all-projects-title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    margin: 0px;
}

@media (max-width: 576px) {
    .all-projects .all-projects-title {
        white-space: normal;
        margin-bottom: 10px;
    }
}

.all-projects .all-projects-search {
    flex: 1;
    max-width: 419px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 999px;
    padding: 0 24px;
    box-shadow: 0px 16px 50px 0px rgba(0, 0, 0, 0.1);
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.all-projects .all-projects-search:hover,
.all-projects .all-projects-search:focus-within {
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .all-projects .all-projects-search {
        width: 100%;
        max-width: 100%;
    }
}

.all-projects .all-projects-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 22px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
}

.all-projects .all-projects-search-icon svg {
    width: 18px;
}

@media (max-width: 768px) {
    .all-projects .all-projects-search-icon {
        margin-right: 10px;
    }
}

.all-projects .all-projects-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    transform: none;
    padding: 12px 0px;
}

.all-projects .all-projects-search-input::placeholder {
    color: #808080;
    font-size: 15px;
}

.all-projects .all-projects-filters {
    margin: 0;
    padding: 0 0 0px;
    z-index: 9999;
    position: relative;
}

@media (max-width: 768px) {
    .all-projects .all-projects-filters {
        padding: 0 0 0px;
    }
}

.all-projects .all-projects-filters-form {
    width: 100%;
}

.all-projects .all-projects-filters-container {
    background: rgba(0, 0, 0, 0.0509803922);
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 19px 25px;
    display: grid;

    grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
    gap: clamp(8px, 1vw, 12px);
    position: relative;
}
.all-projects .all-projects-filters-container .filter-dropdown {
    height: 45px;
}
@media (max-width: 1200px) {
    .all-projects .all-projects-filters-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }
}

@media (max-width: 992px) {
    .all-projects .all-projects-filters-container {
        padding: 14px 20px;
    }
}

@media (max-width: 768px) {
    .all-projects .all-projects-filters-container {
        padding: 12px 15px;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .all-projects .all-projects-filters-container {
        padding: 12px 15px;
        border-radius: 30px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

.all-projects .filter-dropdown {
    position: relative;
    flex-shrink: 0;
}

.all-projects .filter-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 100px;
    height: 45px;
    width: 100%;
    padding: 0 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.all-projects .filter-dropdown-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.all-projects .filter-dropdown-toggle:active {
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .all-projects .filter-dropdown-toggle {
        width: clamp(160px, 14vw, 180px);
    }
}

@media (max-width: 992px) {
    .all-projects .filter-dropdown-toggle {
        padding: 0 14px;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .all-projects .filter-dropdown-toggle {
        width: calc(50% - 4px);
    }
}

@media (max-width: 576px) {
    .all-projects .filter-dropdown-toggle {
        width: 100%;
    }
}

.all-projects .filter-dropdown.show .filter-dropdown-toggle .filter-arrow-svg {
    transform: rotate(180deg);
}

/* .all-projects .filter-dropdown.show .filter-dropdown-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    overflow-y: auto;
    transform: translateY(0);
} */

.all-projects .filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
}

.all-projects .filter-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 992px) {
    .all-projects .filter-icon {
        width: clamp(14px, 1.5vw, 15px);
        height: clamp(14px, 1.5vw, 15px);
        min-width: clamp(14px, 1.5vw, 15px);
    }
}

@media (max-width: 576px) {
    .all-projects .filter-icon {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }
}

.all-projects .filter-text {
    font-size: 14px;
    font-weight: 500;
    color: grey;
    white-space: nowrap;
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

[dir="rtl"] .all-projects .filter-text {
    text-align: right;
}

@media (max-width: 992px) {
    .all-projects .filter-text {
        font-size: clamp(12px, 1.3vw, 13px);
    }
}

@media (max-width: 576px) {
    .all-projects .filter-text {
        font-size: 12px;
    }
}

.all-projects .filter-arrow-svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    margin-left: auto;
    width: 9px;
    height: 6px;
}

[dir="rtl"] .all-projects .filter-arrow-svg {
    margin-left: 0;
    margin-right: auto;
}

.all-projects .filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    min-width: 185px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
    margin-top: 4px;
}

[dir="rtl"] .all-projects .filter-dropdown-menu {
    left: auto;
    right: 0;
}

@media (max-width: 768px) {
    .all-projects .filter-dropdown-menu {
        min-width: 100%;
    }
}

.all-projects .filter-dropdown-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    max-height: 280px;
    overflow-y: auto;
}

.all-projects .filter-dropdown-list::-webkit-scrollbar {
    width: 5px;
}

.all-projects .filter-dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.all-projects .filter-dropdown-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.all-projects .filter-dropdown-item {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: left;
    cursor: pointer;
}

[dir="rtl"] .all-projects .filter-dropdown-item {
    text-align: right;
}

.all-projects .filter-dropdown-item:hover,
.all-projects .filter-dropdown-item:focus {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}

.all-projects .filter-dropdown-item.active {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}

@media (max-width: 576px) {
    .all-projects .filter-dropdown-item {
        padding: 8px 16px;
        font-size: 13px;
    }
}

.all-projects .filter-search-btn {
    padding: 10px 20px;
    background-color: #f05271;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
    color: #fff;
}

.all-projects .filter-search-btnp {
    padding: 10px 20px;
    background-color: #f05271;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
    color: #fff;
}

[dir="rtl"] .all-projects .filter-search-btn {
    margin-left: 0;
    margin-right: auto;
}

.all-projects .filter-search-btn svg {
    width: clamp(16px, 1.8vw, 21px);
    height: clamp(16px, 1.8vw, 21px);
    display: block;
}

.all-projects .filter-search-btn:hover {
    background-color: #8379b8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(240, 82, 113, 0.3);
}

.all-projects .filter-search-btn:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .all-projects .filter-search-btn {
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    .all-projects .filter-search-btn {
        width: 100%;
        border-radius: 100px;
        grid-column: span 2 / span 2;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .all-projects [dir="rtl"] .all-projects-header-container {
        align-items: flex-end;
    }
}

.all-projects [dir="rtl"] .all-projects-search {
    padding-right: 24px;
    padding-left: 24px;
}

.all-projects [dir="rtl"] .all-projects-search-icon {
    margin-inline-end: 0;
    margin-inline-start: 22px;
}

@media (max-width: 768px) {
    .all-projects [dir="rtl"] .all-projects-search-icon {
        margin-left: 10px;
    }
}

.all-projects [dir="rtl"] .all-projects-filters-container {
    flex-direction: row-reverse;
}

.all-projects [dir="rtl"] .filter-search-btn {
    margin-right: auto;
    margin-left: 0;
}

.all-projects .all-projects-grid {
    padding: 40px 0 60px;
}

@media (max-width: 768px) {
    .all-projects .all-projects-grid {
        padding: 30px 0 40px;
    }
}

.all-projects .all-projects-grid-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 30px;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .all-projects .all-projects-grid-container {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .all-projects .all-projects-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .all-projects .all-projects-grid-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .all-projects .all-projects-grid-container {
        gap: 24px;
    }
}

.all-projects .project-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 243px;
    padding: 20px;
    will-change: transform;
    display: block;
    text-decoration: none;
    color: inherit;
    z-index: 99;
    width: 100%;
    max-width: none;
    margin: 0;
}

@media (max-width: 576px) {
    .all-projects .project-card {
        padding: 24px;
    }
}

.all-projects .project-card:hover .project-card-bookmark {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .all-projects .all-projects-grid-container {
        grid-template-columns: 1fr;
    }

    .all-projects .project-card {
        width: 100%;
    }
}

.all-projects .project-card-header {
    display: flex;
    align-items: flex-start !important;
    gap: 13px;
    margin-bottom: 11px;
    position: relative;
}

.all-projects .project-card-profile {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

.all-projects .project-card-profile img,
.project-card-profile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-projects .project-card {
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 576px) {
    .project-card-header {
        flex-wrap: wrap;
    }

    .project-card-info {
        min-width: 0;
    }
}

.all-projects .project-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.all-projects .project-card-name {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700;
    margin: 0 0 2px 0;
    line-height: 26px;
    white-space: normal;
    word-break: break-word;
    padding-right: 30px;
}

.all-projects .project-card-location {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 500;
    line-height: 26px;
}

.all-projects .project-card-location svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.all-projects .project-card-location span {
    white-space: nowrap;
}

.all-projects .project-card-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.all-projects .project-card-divider svg {
    width: 100%;
    max-width: 361px;
    height: 1px;
    display: block;
}

.all-projects .project-card-description {
    border-top: 1px solid rgba(128, 128, 128, 0.3019607843);
    padding-top: 12px;
    margin: 0 0 15px 0;
}

.all-projects .project-card-description p {
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: 500;
    color: grey;
    line-height: 18px;
    margin: 0;
}

.all-projects .project-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 11px;
}

.all-projects .project-card-price {
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 700;
    line-height: 24px;
}

.all-projects .project-card-duration {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.all-projects .project-card-duration-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f05271;
    flex-shrink: 0;
}

.all-projects .project-card-bookmark {
    position: absolute;
    top: 48px;
    right: 28px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    overflow: visible;
}

[dir="rtl"] .all-projects .project-card-bookmark {
    right: auto;
    left: 28px;
}

.all-projects .project-card-bookmark:hover {
    transform: scale(1.1);
}

.all-projects .project-card-bookmark:hover .bookmark-icon-outline {
    fill: #f05271;
}

.all-projects .project-card-bookmark:active {
    transform: scale(0.95);
}

.all-projects .project-card-bookmark.active .bookmark-icon-outline {
    display: none;
}

.all-projects .project-card-bookmark.active .bookmark-icon-filled {
    display: block !important;
}

.all-projects .project-card-bookmark .bookmark-icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.all-projects .project-card-bookmark .bookmark-icon-outline {
    display: block;
    fill: #808080;
}

.all-projects .project-card-bookmark .bookmark-icon-filled {
    display: none;
    fill: #f05271;
}

.all-projects .all-projects-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .all-projects .all-projects-pagination {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .all-projects .all-projects-pagination {
        padding: 0;
    }
}

.all-projects .pagination-info {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
}

.all-projects .pagination-info strong {
    font-weight: 700;
}

.all-projects .pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.all-projects .pagination-btn {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 2px solid grey;
    background-color: transparent;
    color: grey;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-projects .pagination-btn-active {
    background-color: #f05271;
    border-color: #f05271;
    color: #ffffff;
}

.all-projects .pagination-btn:hover:not(.all-projects .pagination-btn-active) {
    border-color: #f05271;
    color: #f05271;
    transform: translateY(-2px);
}

.all-projects .pagination-btn:active {
    transform: translateY(0) scale(0.95);
}

.all-projects .pagination-arrow {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.all-projects .pagination-arrow:hover {
    transform: translateX(3px);
}

.all-projects .pagination-arrow:active {
    transform: translateX(1px);
}

[dir="rtl"] .all-projects .pagination-arrow {
    transform: rotate(180deg);
}

[dir="rtl"] .all-projects .pagination-arrow:hover {
    transform: rotate(180deg) translateX(3px);
}

[dir="rtl"] .all-projects .pagination-arrow:active {
    transform: rotate(180deg) translateX(1px);
}

[dir="rtl"] .all-projects .project-card-name {
    padding-left: 30px;
}

.all-projects .pagination-arrow svg {
    width: 9px;
    height: 14px;
    transition: stroke 0.2s ease;
}

.all-projects .pagination-arrow:hover svg {
    stroke: #f05271;
}

.all-projects [dir="rtl"] .project-card-header {
    flex-direction: row-reverse;
}

.all-projects [dir="rtl"] .project-card-info {
    align-items: flex-end;
}

.all-projects [dir="rtl"] .project-card-location {
    flex-direction: row-reverse;
}

.all-projects [dir="rtl"] .project-card-footer {
    flex-direction: row-reverse;
}

.ri--reset-left-fill {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2v2a8 8 0 1 0 5.135 1.865L15 8V2h6l-2.447 2.447A9.98 9.98 0 0 1 22 12'/%3E%3C/svg%3E");
}

.mdi--heart-outline {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F05271' d='m12.1 18.55l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5C4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5c0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3C4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5C22 5.41 19.58 3 16.5 3'/%3E%3C/svg%3E");
}

@media (max-width: 576px) {
    .all-projects .project-card-name,
    .all-projects .project-card-location span {
        white-space: normal;
        word-break: break-word;
    }
}

.all-projects .project-card-info {
    min-width: 0;
}

.project-card-header {
    width: 100%;
    overflow: hidden;
}

.all-projects .project-card * {
    max-width: 100%;
}

.project-card-description {
    overflow: hidden;
}

.project-card {
    display: flex;
    flex-direction: column;
}

.project-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-card-footer {
    margin-top: auto;
}

.all-projects .project-card:hover {
    cursor: pointer;
    background-color: #f05271;
    color: #fff3e5 !important;
    transform: translateY(-4px);
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.12);
}

.all-projects .project-card:hover,
.all-projects .project-card:hover * {
    color: #fff;
}

.all-projects .project-card:hover .project-card-description p {
    color: #fff;
}

.all-projects .project-card-bookmark.active .bookmark-icon-filled path {
    fill: #f05271 !important;
}

.icon-park-outline--dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F05271' stroke='%23F05271' stroke-width='2' d='M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12Z'/%3E%3C/svg%3E");
    transition: background-image 0.2s ease;
}

.project-card:hover .icon-park-outline--dot,
.project-card-bookmark.active .icon-park-outline--dot {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' d='M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12Z'/%3E%3C/svg%3E");
}

.line-md--heart-d {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23F05271' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
    transition: background-image 0.2s ease;
}

.project-card:hover .line-md--heart-d:not(.active) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
}

.project-card-bookmark.active .line-md--heart-d {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F05271' stroke='%23F05271' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
}

.project-card:hover .project-card-bookmark.active .line-md--heart-d {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
}

.tdesign--location {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M12 2a8 8 0 0 1 8 8c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 0 1 8-8m0 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6' clip-rule='evenodd'/%3E%3Cpath stroke='%23F05271' stroke-width='2' d='M20 10c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 1 1 16 0Z'/%3E%3Cpath stroke='%23F05271' stroke-width='2' d='M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.project-card:hover .tdesign--location,
.project-card-bookmark.active .tdesign--location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M12 2a8 8 0 0 1 8 8c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 0 1 8-8m0 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6' clip-rule='evenodd'/%3E%3Cpath stroke='%23ffffff' stroke-width='2' d='M20 10c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 1 1 16 0Z'/%3E%3Cpath stroke='%23ffffff' stroke-width='2' d='M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.all-projects .project-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    word-break: break-word;
    overflow-wrap: break-word;

    line-height: 1.5;
    max-height: calc(1.5em * 2);
}

/* .all-projects .filter-search-btnp {
  height: 45px;
  padding: 0 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:clamp(14px,6vw,20px);
  font-weight: 700;
} */
.all-projects .filter-search-btn {
    width: 192px;
    height: 45px;
    background-color: #f05271;
    border: none;
    border-radius: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=allProjects.css.map */
