* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

/* body {* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
} */

body {
    background: #cab9cf;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100vw;
}


.full {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.customCursor {
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
*/
    background-color: transparent;

    height: 100px;
    width: 100px;
    border: 6px dotted rgb(205, 205, 206);
    border-radius: 50%;

    position: absolute;
    mix-blend-mode: screen;
    transition: 100ms linear;
    opacity: 0.8;
    box-shadow: 7px 7px 14px #a8a6a6,
        -7px -7px 14px #b71abd69;
    ;
}

.card {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: #cab9cf;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 12px;
    gap: 12px;
    margin: 12px;
    border-radius: 8px;
    cursor: pointer;
    border-radius: 27px;
    background: #cab9cf;
    box-shadow: 7px 7px 14px #a294a6,
        -7px -7px 14px #f2def8;
}

img {
    border-radius: 25px;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    object-fit: cover;
    border: 8px solid #ffffff;
    box-shadow: 7px 7px 14px #a294a6,
        -7px -7px 14px #f2def8;
}



.card:hover {
    border-radius: 27px;
    background: #cab9cf;
    box-shadow: inset 7px 7px 14px #a294a6,
        inset -7px -7px 14px #f2def8;
}


.heading {
    font-size: 19px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
}

.card p:not(.heading) {
    font-size: 17px;
    text-align: center;
}

.card a {
    text-decoration: none;
    padding: 15px;
    border-radius: 27px;
    background: #cab9cf;
    box-shadow: 7px 7px 14px #a294a6,
        -7px -7px 14px #f2def8;
    border: 2px solid #ccc;
    text-align: center;
    color: #5900ff;
    font-weight: 800;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.card a:hover {
    border-radius: 27px;
    background: #cab9cf;

    box-shadow: inset 7px 7px 14px #a294a6,
        inset -7px -7px 14px #f2def8;
}

@media screen and (max-width : 548px) {
    .full{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #cab9cf;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
    width: 100vw !important;
}

/* .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
} */

.card {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: #cab9cf;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 12px;
    gap: 12px;
    margin: 12px;
    border-radius: 8px;
    cursor: pointer;
    border-radius: 27px;
    background: #cab9cf;
    box-shadow: 7px 7px 14px #a294a6,
        -7px -7px 14px #f2def8;
}

img {
    border-radius: 25px;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    object-fit: cover;

}

.card:hover {
    border-radius: 27px;
    background: #cab9cf;
    box-shadow: inset 7px 7px 14px #a294a6,
        inset -7px -7px 14px #f2def8;
}


.heading {
    font-size: 19px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
}

.card p:not(.heading) {
    font-size: 17px;
    text-align: center;
}

.card a {
    text-decoration: none;
    padding: 15px;
    border-radius: 27px;
    background: #cab9cf;
    box-shadow: 7px 7px 14px #a294a6,
        -7px -7px 14px #f2def8;
    border: 2px solid #ccc;
    text-align: center;
    color: #5900ff;
    font-weight: 800;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.card a:hover {
    border-radius: 27px;
    background: #cab9cf;

    box-shadow: inset 7px 7px 14px #a294a6,
        inset -7px -7px 14px #f2def8;
}
}

 @media screen and (max-width : 548px) {
    .customCursor{
        display: none;
    }
} 
/* footer  */
