* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.product-section-first-fold {
    padding-top: 10rem;
}

.credit-card-imag-container {
    position: relative;
    z-index: 10;
}



.glow-box {
    position: relative;
    border-radius: 12px;
    padding: 2px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.glow-box img{
    position: relative;
    z-index: 11;
}

.glow-box::before,
.glow-box::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

/*.glow-box::before {*/
/*    top: -30px;*/
/*    left: -30px;*/
/*    background: radial-gradient(circle at top left, white, transparent 100%);*/
/*    filter: blur(25px);*/
/*}*/

/*.glow-box::after {*/
/*    bottom: -30px;*/
/*    right: -30px;*/
/*    background: radial-gradient(circle at bottom right, white, transparent 100%);*/
/*    filter: blur(25px);*/
/*}*/


.product_section-cards:hover .glow-box::before,.product_section-cards:hover .glow-box::after{
    opacity: 1;
}





.product-section-first-fold .bank-name {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}

.product-section-first-fold .card-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.95px;
    letter-spacing: 0%;
}

.product-section-first-fold .card-review {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.95px;
}

.product-section-first-fold .know-more-btn {
    border-radius: 41.08px;
    padding-top: 5.04px;
    padding-right: 20.95px;
    padding-bottom: 9.04px;
    padding-left: 20.95px;
    border: none;
    background: linear-gradient(90deg, #DA4E20 0%, rgba(116, 42, 17, 0.62) 100%);
}

.product-section-first-fold .know-more-btn:active:focus {
   box-sizing: none;
   border: none;
   outline: none;
}