
#section-1-3 .client-box {
    backdrop-filter: blur(42px);
    border: solid 2px #0f0;
    box-sizing: border-box;
    border-radius: 15px;
    border-image-slice: 110;
    border-image-repeat: stretch;
    border-image-width: 500px;
    border-image-source: url(../images/home/glass-card.png);
    text-align: center;
    height: 100%;
}

#section-1-3 .client-box img {
    padding: 25px 35px;
}
.new-box {
    backdrop-filter: blur(40px);
    border-radius: 30px;
    -webkit-backdrop-filter: blur(40px);
    height: 8vw;
    width: 100%;
}

@media (max-width: 450px) {
    .new-box {
        border-radius: 17px;
        height: 21vw;
    }
    .new-box p {
        font-size: 11px;
    }
}
@media screen and (max-width: 1366px) {
    .new-box {
        border-radius: 15px;
    }
    .new-box p {
        font-size: 10px;
    }
    @media screen and (max-height: 450px) {
        .new-box p {
            font-size: 8px;
        }
    }
}
.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
    z-index: 1000;
}
.box-front {
    border: solid 2px #0f0;
    box-sizing: border-box;
    border-radius: 15px;
    border-image-slice: 110;
    border-image-repeat: stretch;
    border-image-width: 500px;
    border-image-source: url(../images/home/glass-card.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.box-back {
    border: solid 2px #0f0;
    box-sizing: border-box;
    border-radius: 15px;
    border-image-slice: 110;
    border-image-repeat: stretch;
    border-image-width: 500px;
    border-image-source: url(../images/home/glass-card.png);
    background-image: none;
    transform: rotateY(180deg);
    color: white;
}
.box-back-center {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 950px) {
    .box-back h5 {
        font-size: 0.8rem;
    }
}

.box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    /* transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; */
    transform-style: preserve-3d;
    transition: transform 0.8s;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.8s;
    -o-transform-style: preserve-3d;
    -o-transition: -o-transform 0.8s;
    -moz-transform-style: preserve-3d;
    -moz-transition: -moz-transform 0.8s;
}
.new-box:hover .box-inner {
    /* transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); */
  
    /* transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); */
}
.box-front,
.box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-perspective: 0;
  -webkit-tranform: translate3d(0, 0, 0);
  opacity: 1; */
    display: block;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
