.scwihe_border_style1-img {
    width: 100%;
    display: inline-block;
}
.scwihe_border_style1-img img {
    --s: 15px;
    --b: 2px;
    --w: 100%;
    --c: #7b3b3b;
    width: var(--w);
    aspect-ratio: 1;
    object-fit: cover;
    padding: calc(2 * var(--s));
    --_g: var(--c) var(--b), #0000 0 calc(100% - var(--b)), var(--c) 0;
    background: linear-gradient(var(--_g)) 50%/100% var(--_i, 100%) no-repeat, linear-gradient(90deg, var(--_g)) 50% / var(--_i, 100%) 100% no-repeat;
    outline: calc(var(--w) / 2) solid #0009;
    outline-offset: calc(var(--w) / -2 - 2 * var(--s));
    transition: 0.4s;
    cursor: pointer;
    height: 100%;
}
.scwihe_border_style1-img img:hover {
    outline: var(--b) solid var(--c);
    outline-offset: calc(var(--s) / -2);
    --_i: calc(100% - 2 * var(--s));
}

.scwihe_border_style2-img {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.scwihe_border_style2-img span {
    position: absolute;
    display: block;
    background: #fff;
    transition: all 0.125s linear;
}

.scwihe_border_style2-img .top,
.scwihe_border_style2-img .bottom {
    width: 100%;
    height: 5px;
    transform: scaleX(0);
}

.scwihe_border_style2-img .left,
.scwihe_border_style2-img .right {
    width: 5px;
    height: 100%;
    transform: scaleY(0);
}

.scwihe_border_style2-img .top {
    top: 0;
    left: 0;
    transition-delay: 0.375s;
    transform-origin: top left;
}

.scwihe_border_style2-img .right {
    top: 0;
    right: 0;
    transition-delay: 0.25s;
    transform-origin: top left;
}

.scwihe_border_style2-img .bottom {
    bottom: 0;
    right: 0;
    transition-delay: 0.125s;
    transform-origin: top right;
}

.scwihe_border_style2-img .left {
    top: 0;
    left: 0;
    transform-origin: bottom left;
}

.scwihe_border_style2-img:hover .top {
    transition-delay: 0s;
}
.scwihe_border_style2-img:hover .right {
    transition-delay: 0.125s;
}
.scwihe_border_style2-img:hover .bottom {
    transition-delay: 0.25s;
}
.scwihe_border_style2-img:hover .left {
    transition-delay: 0.375s;
}
.scwihe_border_style2-img:hover .top,
.scwihe_border_style2-img:hover .bottom {
    transform: scaleX(1);
}
.scwihe_border_style2-img:hover .left,
.scwihe_border_style2-img:hover .right {
    transform: scaleY(1);
}

.scwihe_border_style3-img::before,
.scwihe_border_style3-img::after,
.scwihe_border_style3-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.scwihe_border_style3-img {
    width: 100%;
    height: 100%;
    color: #69ca62;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
    margin: 0;
}
.scwihe_border_style3-img::before,
.scwihe_border_style3-img::after {
    content: "";
    z-index: -1;
    margin: 0;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 8s linear infinite;
}
.scwihe_border_style3-img::before {
    animation-delay: -4s;
}
.scwihe_border_style3-img:hover::after,
.scwihe_border_style3-img:hover::before {
    background-color: rgba(255, 0, 0, 0.3);
}

@keyframes clipMe {
    0%,
    100% {
        clip: rect(0px, 360px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 360px, 0px);
    }
    50% {
        clip: rect(250px, 360px, 360px, 0px);
    }
    75% {
        clip: rect(0px, 360px, 360px, 250px);
    }
}
.scwihe_border_style3 .number-style {
    margin-top: 270px;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f6e7d8;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg::before {
    content: "";
    position: absolute;
    inset: -10px 100px;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(9, 48, 40), rgb(35, 122, 87)) repeat scroll 0% 0%;
    transition: 0.5s;
    -webkit-animation: animate 4s linear infinite;
    animation: animate 4s linear infinite;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg::after {
    content: "";
    position: absolute;
    background-color: #7b3b3b;
    inset: 10px;
    border-radius: 50%;
    z-index: 1;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg .scwihe_border_style4-img {
    position: absolute;
    inset: 30px;
    border: 6px solid #f6e7d8;
    z-index: 3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg .scwihe_border_style4-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    text-align: center;
    pointer-events: none;
    z-index: 3;
    object-fit: cover;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg .scwihe_border_style4-img h2 {
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg .scwihe_border_style4-img h2 span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 0;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg .scwihe_border_style4-img a {
    position: relative;
    background-color: #fff;
    color: #c65d7b;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg .scwihe_border_style4-img a:hover {
    letter-spacing: 3px;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg:hover::before {
    inset: -20px 0px;
}
.scwihe_border_style4 .scwihe_border_style4-img-bg:hover img {
    opacity: 0;
}

@-webkit-keyframes animate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.scwihe_border_style5-img img {
    --c: rgb(9, 48, 40); /* the border color */
    --b: 5px; /* the border thickness*/
    --g: 5px; /* the gap on hover */

    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%, var(--c) 0;
    background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
        conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
    transition: 0.3s, background-position 0.3s 0.3s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scwihe_border_style5-img img:hover {
    --_i: 100%;
    transition: 0.3s, background-size 0.3s 0.3s;
}

.scwihe_border_style6-img img {
    --color: #7b3b3b;
    --border: 10px;
    --offset: 15px;
    --gap: 5px;
    border-radius: 50%;
    cursor: pointer;
    padding: calc(var(--border) + var(--gap));
    border: var(--offset) solid #0000;
    --_m: radial-gradient(50% 50%, #000 calc(100% - var(--offset)), #0000 calc(100% - var(--border)));
    -webkit-mask: var(--_m);
    mask: var(--_m);
    --_g: #0000 calc(99% - var(--border)), var(--color) calc(100% - var(--border)) 99%, #0000;
    --_s: var(--offset);
    --_r: 100% 100% at;
    background: radial-gradient(var(--_r) 0 0, var(--_g)) calc(100% + var(--_s)) calc(100% + var(--_s)), radial-gradient(var(--_r) 100% 0, var(--_g)) calc(0% - var(--_s)) calc(100% + var(--_s)),
        radial-gradient(var(--_r) 0 100%, var(--_g)) calc(100% + var(--_s)) calc(0% - var(--_s)), radial-gradient(var(--_r) 100% 100%, var(--_g)) calc(0% - var(--_s)) calc(0% - var(--_s));
    background-size: 50% 50%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.scwihe_border_style6-img img:hover {
    --_s: 0px;
}
.scwihe_border_style6-img {
    text-align: center;
}

.scwihe_border_style7-img-bg {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.scwihe_border_style7-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.scwihe_border_style7-img-bg::before {
    content: "";
    position: absolute;
    width: 183%;
    height: 200%;
    background: repeating-linear-gradient(white 0%, white 7.5px, rgb(9, 48, 40) 7.5px, rgb(9, 48, 40) 15px, white 15px, white 22.5px, rgb(9, 48, 40) 22.5px, rgb(9, 48, 40) 30px);
    transform: translateX(-20%) translateY(-20%) rotate(-45deg);
    animation: animate 20s linear infinite;
}

.scwihe_border_style7-img-bg .scwihe_border_style7-img {
    position: relative;
    background-color: white;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    font-family: sans-serif;
    z-index: 2;
	height:100%;
}

.scwihe_border_style7-img-bg,
.scwihe_border_style7-img-bg .scwihe_border_style7-img {
    box-shadow: 0 0 2px rgb(9, 48, 40, 1), 0 0 5px rgba(0, 0, 0, 1), inset 0 0 5px rgba(0, 0, 0, 1);
    border-radius: 10px;
}

@keyframes animate {
    from {
        background-position: 0;
    }

    to {
        background-position: 0 450px;
    }
}

.scwihe_border_style8-img-bg {
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 1s;
    position: relative;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.45);
}
.scwihe_border_style8-img-bg .scwihe_border_style8-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.scwihe_border_style8-img-bg .scwihe_border_style8-img::before,
.scwihe_border_style8-img-bg .scwihe_border_style8-img::after,
.scwihe_border_style8-img-bg::after,
.scwihe_border_style8-img-bg::before {
    content: "";
    position: absolute;
}
.scwihe_border_style8-img-bg::before {
    top: 20px;
    right: 20px;
    height: 0;
    width: 2px;
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
    transition: height 200ms ease-out 0.75s;
}
.scwihe_border_style8-img-bg::after {
    bottom: 20px;
    right: 20px;
    width: 0;
    height: 2px;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    transition: width 200ms ease-out 0.5s;
}
.scwihe_border_style8-img-bg .scwihe_border_style8-img::before {
    bottom: 20px;
    left: 20px;
    height: 0;
    width: 2px;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    transition: height 200ms ease-out 0.25s;
}
.scwihe_border_style8-img-bg .scwihe_border_style8-img::after {
    top: 20px;
    left: 20px;
    height: 2px;
    width: 0;
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
    transition: width 200ms ease-out 0s;
}
.scwihe_border_style8-img-bg:hover::before {
    height: calc(100% - 20px * 2);
    transition: height 200ms ease-out 0s;
}
.scwihe_border_style8-img-bg:hover::after {
    width: calc(100% - 20px * 2);
    transition: width 200ms ease-out 0.25s;
}
.scwihe_border_style8-img-bg:hover .scwihe_border_style8-img::before {
    height: calc(100% - 20px * 2);
    transition: height 200ms ease-out 0.5s;
}
.scwihe_border_style8-img-bg:hover .scwihe_border_style8-img::after {
    width: calc(100% - 20px * 2);
    transition: width 200ms ease-out 0.75s;
}



.scwihe_border_style9-img img {
transition: 1s ease;
width:100%;
height:100%;
object-fit:cover;
}

.scwihe_border_style9-img img:hover {
border-radius:50%;
transition: 1s ease;
}
