﻿/* From Uiverse.io by Yaya12085 */
.image1card {
    max-width: 300px;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

    .image1 a {
        text-decoration: none
    }

.image1content {
    padding: 1.1rem;
}

.image1image {
    object-fit: cover;
    width: 100%;
    
    
}

.image1title {
    color: #111827;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.image1desc {
    margin-top: 0.5rem;
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.image1action {
    display: inline-flex;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    align-items: center;
    gap: 0.25rem;
    background-color: #2563EB;
    padding: 4px 8px;
    border-radius: 4px;
}

    .image1action span {
        transition: .3s ease;
    }

    .image1action:hover span {
        transform: translateX(4px);
    }













/* From Uiverse.io by alexmaracinaru */
.image2card {
    width: 190px;
    height: 254px;
    background: #3405a3;
    border-radius: 15px;
    box-shadow: 1px 5px 60px 0px #100a886b;
}

    .image2card .image2card-border-top {
        width: 60%;
        height: 3%;
        background: #6b64f3;
        margin: auto;
        border-radius: 0px 0px 15px 15px;
    }

    .image2card span {
        font-weight: 600;
        color: white;
        text-align: center;
        display: block;
        padding-top: 10px;
        font-size: 16px;
    }

    .image2card .image2job {
        font-weight: 400;
        color: white;
        display: block;
        text-align: center;
        padding-top: 3px;
        font-size: 12px;
    }

    .image2card .image2img {

        border-radius: 15px;
        margin: auto;
        margin-top: 25px;
    }

    .image2card button {
        padding: 8px 25px;
        display: block;
        margin: auto;
        border-radius: 8px;
        border: none;
        margin-top: 30px;
        background: #6b64f3;
        color: white;
        font-weight: 600;
    }

        .image2card button:hover {
            background: #534bf3;
        }













/* From Uiverse.io by andrew-demchenk0 */
/* before adding the img to the div with the 
"card-img" class, remove css styles 
.card-img .img::before and .card-img .img::after,
then set the desired styles for .card-img. */
.image3card {
    --font-color: #ffffff;
    --font-color-sub: #ffffff;
    --bg-color: #00000042;
    --main-color: #ababab;
    --main-focus: #ffffff;
    width: 350px;
    height: max-content;
    background: var(--bg-color);
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    gap: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

    .image3card:last-child {
        justify-content: flex-end;
    }

.image3card-img {
    /* clear and add new css */
    transition: all 0.5s;
    display: flex;
    
    justify-content: center;
}

  
  



.image3card-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--font-color);
}

.image3card-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: var(--font-color-sub);
}

.image3card-divider {
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 50px;
}

.image3card-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.image3card-price {
    font-size: 20px;
    font-weight: 500;
    color: var(--font-color);
}

    .image3card-price span {
        font-size: 20px;
        font-weight: 500;
        color: var(--font-color-sub);
    }

.image3card-btn {
    height: 35px;
    background: var(--bg-color);
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 0 15px;
    transition: all 0.3s;
}

    .image3card-btn svg {
        width: 100%;
        height: 100%;
        fill: var(--main-color);
        transition: all 0.3s;
    }

.image3card-img:hover {
    transform: translateY(-3px);
}

.image3card-btn:hover {
    border: 2px solid var(--main-focus);
}

    .image3card-btn:hover svg {
        fill: var(--main-focus);
    }

.image3card-btn:active {
    transform: translateY(3px);
}









/* From Uiverse.io by gharsh11032000 */
.image5card {
    position: relative;
    width: 200px;
    height: 200px;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

    .image5card svg {
        width: 48px;
        fill: #333;
        transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .image5card:hover {
        transform: rotate(-5deg) scale(1.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

.image5card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.image5card:hover .image5card__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
}

.image5card__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.image5card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}

.image5card:hover svg {
    scale: 0;
    transform: rotate(-45deg);
}












/* From Uiverse.io by janisar-hyder - flattened for plain CSS */
img {
    display: block;
    max-width: 60%;
}

.image6stack {
    width: 55%;
    max-width: 200px;
    transition: 0.25s ease;
}

    /* Hover effects moved out of nesting */
    .image6stack:hover {
        transform: rotate(5deg);
    }

        .image6stack:hover .card::before {
            transform: translateY(-2%) rotate(-4deg);
        }

        .image6stack:hover .card::after {
            transform: translateY(2%) rotate(4deg);
        }

.image6card {
    aspect-ratio: 3 / 2;
    border: 4px solid;
    background-color: #fff;
    position: relative;
    transition: 0.15s ease;
    cursor: pointer;
    padding: 5% 5% 15% 5%;
}

    /* Pseudo-elements (double colon) */
    .image6card::before,
    .image6card::after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        border: 4px solid;
        background-color: #fff;
        transform-origin: center center;
        z-index: -1;
        transition: 0.15s ease;
        top: 0;
        left: 0;
    }

    .image6card::before {
        transform: translateY(-2%) rotate(-6deg);
    }

    .image6card::after {
        transform: translateY(2%) rotate(6deg);
    }

.image6image {
    width: 100%;
    border: 4px solid;
    background-color: #eee;
    aspect-ratio: 1 / 1;
    position: relative;
}

.image6browser-warning {
    margin-bottom: 4rem;
}

@supports (aspect-ratio: 1 / 1) {
    .image6browser-warning {
        display: none;
    }
}
