.hero .title {
    font-size: 50px;
    background: linear-gradient(90.75deg, #f1e8e8 6.43%, rgb(124 104 104 / 64%) 86.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    line-height: 1
}
@media (max-width: 768px) {
    .hero .title {
        font-size: 38px;
    }
}
.hero .title-para {
    font-size: 20px;
    background: linear-gradient(90.75deg, #ffffff 6.43%, rgb(211 230 243 / 83%) 86.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: justify;
}

.hero p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 5px 0 30px 0;
    font-size: 18px;
    font-weight: 400;
}

.title,
.title-para,
.custom-label,
.custom-input,
.heading-form,
.sub-head,
.com-title,
.com-add,
.vincent-title,
.vincent-head,
.heading-form2 {
    font-family: "Josefin Sans", sans-serif;
}

.custom-btn {
    background: linear-gradient(145deg, rgba(231, 64, 235, 0.6), rgba(59, 25, 156, 0.7));
    color: #fff;
    transition: color 0.3s ease;
}

.w-50 {
    width: 50% !important;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
    /* background-color: var(--surface-color);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1); */
    background: linear-gradient(5deg, rgb(82 92 196 / 13%) 4.13%, rgba(255, 255, 255, 0.6) 80.29%);
    text-align: center;
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
    border-bottom: 5px solid purple
}

.team .member .project-img {
    border-radius: 15px;
    overflow: hidden;
    border-top: 6px solid purple;
    border-right: 6px solid purple;
    /* border-left: 4px solid purple;
    border-bottom: 4px solid purple; */
}

.team .member .member-content {
    padding: 0 20px 30px 20px;
}

.team .member h4 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
}

/* .team .member .social a {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    transition: 0.3s;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid color-mix(in srgb, #46046f, #b10b98b5 60%);
   
} */

.team .member .social a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.read-more {
    margin-top: 15px;
}

.read-more .btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    /* background-color: #64235a87; */
    background: linear-gradient(145deg, rgba(231, 64, 235, 0.6), rgba(59, 25, 156, 0.7));
    /* Change as needed */
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.read-more-btn-2{
    background: linear-gradient(145deg, rgba(231, 64, 235, 0.6), rgba(59, 25, 156, 0.7));
    color: #fff;
    transition: color 0.3s ease;
    border:0;
}


.read-more .btn:hover {
    background-color: #e216e9;
    /* Darker shade for hover */
    color: #fff;
}

.category-filter {
    text-align: center;
    margin-bottom: 30px;
}

.category-filter button {
    background: #ffffff;
    /* border: 1px solid #ddd; */
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 32px;
}

.category-filter button.active,
.category-filter button:hover {
    background: #b844c8;
    color: #fff;
    border-color: #ac33df;
}

.no-images-message {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    color: #666;
}

.load-more {
    text-align: center;
    margin-top: 20px;
}

.load-more button {
    background: #b844c8;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more button:hover {
    background: #ac33df;
}
.head-our-work{
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(90.75deg, #800080, #e891a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
      
.para-our-work{
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(90.75deg, #030138dc 6.43%, rgba(2, 65, 106, 0.83) 86.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background:linear-gradient(145deg, rgba(231, 64, 235, 0.6), rgba(59, 25, 156, 0.7));
}
.nav-link{
    color:purple
}
.nav-link:hover{
    color:purple
}
.tech-icon{
    width:30px;
}
#tech-icon-11{
    width:50px;
}