
.custom-popup-item .popup-toggle h3,
.custom-popup-item .popup-toggle img {
    cursor: pointer;
}

.custom-popup-item .popup-toggle img {
    margin-bottom: 0;
}


.custom-popup-item .popup-toggle h3 {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    font-size: 23px !important;
}

.popup-img {
    position: relative;
}

.pi-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    transition: all 350ms ease;
    opacity: 0;
}

.popup-item:hover .pi-over {
    opacity: 1;
}

.pi-btn {
    color: #fff;
    text-transform: uppercase;
    background-color: #df1683;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 10px;

}

@media (max-width: 1024px) {
    .custom-popup-item .popup-toggle h3 {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .custom-popup-item .popup-toggle h3 {
        font-size: 16px !important;
    }
}