﻿#RecipientsCarousel .owl-nav {
    display: block !important;
}

#RecipientsCarousel .owl-prev span, #RecipientsCarousel .owl-next span {
    font-size: 6rem;
}

#RecipientsCarousel .owl-item img {
    margin: auto;
    border-radius: 15px;
}

#RecipientsCarousel .description {
    margin: auto;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.description {
    width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.second_title_block {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.7em;
    margin-bottom: 25px;
    text-align: center;
}

.f1_container {
    position: relative;
    margin: 10px auto;
    width: 270px;
    height: 270px;
    z-index: 1;
}

.f1_container {
    perspective: 1000px;
}

.f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

.f1_container:hover .f1_card {
    transform: rotateY(180deg);
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

    .face.back {
        display: block;
        transform: rotateY(180deg);
        box-sizing: border-box;
        border: 1px solid #e4dada;
        border-radius: 15px;
        background: #b7d2e721;
        /*background: #f7f8fa;*/
    }

.f1_container img {
    width: 270px;
    height: 270px;
}

/*.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    top: 28% !important;
}*/
#RecipientsCarousel .owl-nav button {
    transform: translateY(-50%);
}

    #RecipientsCarousel .owl-nav button.owl-prev {
        left: 0px !important;
    }

    #RecipientsCarousel .owl-nav button.owl-next {
        right: 0px;
    }

.reci-block {
    margin-bottom: 100px;
}

.rec-col {
    font-family: system-ui;
    color: #062866;
    text-transform: math-auto;
    margin: 0px;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px;
    letter-spacing: 1px;
}

.rec-button {
    color: #fff;
    background-color: #062866 !important;
    border-color: #062866;
    border-radius: 5px;
}

.back-middle-block {
    height: 210px;
    padding: 14px;
    overflow: auto;
    line-height: unset;
}

.reci-block .home-title {
    /* font-family: cursive !important;*/
    margin-bottom: 0px;
}

.rec-col-h2 {
    font-family: system-ui;
    color: #062866 !important;
    text-transform: capitalize;
    margin: 0px;
    font-weight: 700;
    margin: 0px;
    font-size: 25px;
}

.owl-carousel .owl-nav button.owl-prev {
    /*  left: -30px;*/
}

.owl-carousel .owl-nav button.owl-next {
    /* right: -30px;*/
}

.right-block {
    min-height: 65px;
}

@media (max-width: 1024px) {
    #RecipientsCarousel.owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    #RecipientsCarousel.owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
}
