/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*-- Medinik Icon Box Element --*/
.section-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem 0.2rem 1.2rem;
    position: relative;
    width: 100%;
    align-self: flex-end;
}

.section-a  {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 2px 2px 8px rgb(98 127 232 / 20%);
    margin: -7px;
    transition: 0.3s ease-in-out;
}


.section-a img{
    width:100% !important;
    height:100% !important
}
.section-link a:hover {
    transform: scale(1.3);
    z-index: 10;
}

/*-- Medinik Icon Box End --*/
.medinik-animation-button-icon a {
    margin-left: 36px;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #1B3C74;
}

.medinik-animation-button-icon span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.medinik-animation-button-icon span::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #F5E5B0;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: videoss 2s infinite;
}

.medinik-animation-button-icon span i {
    font-size: 12px;
    background: #FFB200;
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFFFFF;
}

.medinik-animation-button-icon span::after {
    content: '';
    width: 192px;
    height: 192px;
    border-radius: 100%;
    background: #F7D985;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: videoss 2s infinite;
}

@keyframes videoss {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 192px;
        height: 192px;
        opacity: 0;
    }
}

@keyframes videoss {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 248px;
        height: 248px;
        opacity: 0;
    }
}