a.hover\:text-\[\#2398D6FF\].text-\[\#092140\].w-fit.d-block.m-auto.ease-linear.duration-300 {
    font-size: 10px !important;
}   
.porto-sicon-box.style_2:hover .porto-icon, .porto-sicon-box.style_2:hover .img-icon {
        transform: scale(1, 1) !important;
        padding: 3px;
    }
    .porto-sicon-box.style_2 .porto-icon, .porto-sicon-box.style_2:hover .img-icon {
        transition: all ease-in-out 0.5s;
        width: 100% !important;
        margin:0px !important;

    }
    img.m-auto.img-icon {
        width: 100%;
    }

    .card {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .container:hover .card {
        opacity: 0.5;
    }

    .container .card:hover {
        opacity: 1;
    }

    .card span:not(.content) {
        transition: 0.5s;
        opacity: 0;
    }

    .card:hover span {
        opacity: 1;
    }

    .card > span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        z-index: 999;
        background: linear-gradient(to right, transparent, #092140);
        animation: animate1 2s linear infinite;
    }

    @keyframes animate1 {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(100%);
        }
    }

    .card span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(to bottom, transparent, #092140);
        animation: animate2 2s linear infinite;
        animation-delay: 1s;
        z-index: 999;

    }

    @keyframes animate2 {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(-100%);
        }
    }

    .card span:nth-child(3) {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(to left, transparent, #092140);
        animation: animate3 2s linear infinite;
        z-index: 999;

    }

    @keyframes animate3 {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    .card span:nth-child(4) {
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(to top, transparent, #092140);
        animation: animate4 2s linear infinite;
        animation-delay: 1s;
        z-index: 999;

    }

    @keyframes animate4 {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(-100%);
        }
    }


    /* start card2 animation */
    .v2-team-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
    }

    .v2-team-card {
        width: 340px;
        height: 250px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        transition: all .5s ease-in-out;
    }

    .v2-team-card .img {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 1s
    }

    .v2-team-card .main-img {
        opacity: 1;
    }

    .v2-team-card:hover .main-img {
        opacity: 0;
    }

    .v2-team-card .bg-img {
        opacity: 0;
    }

    .v2-team-card:hover .bg-img {
        opacity: 1;
    }

    .v2-team-card .v2-team-card-details {
        position: absolute;
        z-index: 10;
        width: 100%;
        padding: 19px;
        backdrop-filter: blur(4px);
        background: rgb(9 33 64 / 40%);
        bottom: -100%;
        transition: 1s;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 6px;
        color: #092140;
        font-family: cursive;
    }
h3.porto-sicon-title {
    font-size: 18.5px !important;
    letter-spacing: 0.5px !important;
}
.top-icon .porto-sicon-header+.porto-sicon-description {
    font-size: 14px !Important;
}

    .v2-team-card .v2-team-card-details p {
        font-size: 12px;
    }

    .v2-team-container div:nth-child(3) .v2-team-card-details,
    .v2-team-container div:nth-child(4) .v2-team-card-details {
        backdrop-filter: blur(11px);
        color: #FFF;
    }

    .v2-team-card:hover .v2-team-card-details {
        bottom: 0;
    }
    /* end card2 animation */

