section.category-detail-area {
    margin-top: 184px;
}
    section.category-detail-area h1 {
        color: #1C1C1C;
        font-size: 66px;
        font-weight: bold;
        letter-spacing: 2.06px;
        width: 25%;
    }
.category-properties-area {
    margin-bottom:141px;
}
section.category-detail-area p {
    color: #474747;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 28px;
}

section.slider-area {
    margin-top: 84px;
    margin-bottom: 217px;
}

section.category-properties-area h1 {
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2.63px;
    line-height: 46px;
    margin-bottom: 34px;
}

section.category-properties-area .uppertitle {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.31px;
    line-height: 23px;
    display: block;
}

section.category-properties-area .bottomtitle {
    color: #000000;
    font-size: 16px;
    letter-spacing: 1.1px;
    line-height: 25px;
    margin-bottom: 31px;
    margin-top: 12px;
    display: block;
}

section.category-properties-area p {
    color: #474747;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 28px;
}

section.category-properties-area .stick {
    width: 1px;
    border-right: 1px solid #E61F4C;
    height: 116px;
}

section.card-area {
    background-color: #1C1C1C;
    padding: 118px 0px 100px 0px;
}

    section.card-area h1 {
        opacity: 0.89;
        color: #FDFDFD;
        font-size: 42px;
        font-weight: bold;
        letter-spacing: 2.63px;
        line-height: 50px;
    }

    section.card-area p {
        color: #757575;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1.1px;
        line-height: 25px;
        padding: 0px;
        margin: 0px;
    }

    section.card-area h2 {
        color: #E3E3E3;
        font-size: 16px;
        letter-spacing: 1.1px;
        line-height: 25px;
    }

    section.card-area .col-lg-3 {
        padding: 0px 10px 70px 10px;
    }
    section.card-area .card-images,
    section.card-area .card-image {
        border: 1px solid;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        padding: 40px 20px 0 20px;
    }

        section.card-area .card-image:hover,
        section.card-area .card-image:hover p,
        section.card-area .card-image:hover h2 {
            color: #E61F4C !important;
            transition-duration: 0.7s;
        }

        section.card-area .card-images:hover,
        section.card-area .card-images:hover h2,
        section.card-area .card-images:hover p {
            color: #E61F4C !important;
            transition-duration: 0.7s;
        }

        section.card-area .card-image:hover path {
            fill: #E61F4C !important;
            transition-duration: 0.7s;
        }


section.referances-area .referances {
    margin: 166px 0px 177px 0px;
}

section.referances-area .referances-area-title {
    margin-bottom: 56px;
    font-weight: bold;
}

.detail-page-swiper-button-next,
.detail-page-swiper-button-prev {
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
}

.detail-page-swiper-button-next {
    background-image: url(../img/svg/arrowright.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.detail-page-swiper-button-next::after {
    display: none;
}

.detail-page-swiper-button-prev {
    background-image: url(../img/svg/arrowleft.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.detail-page-swiper-button-prev::after {
    display: none;
}

.arrows-box {
    background-color: #F2F2F2; 
    width: 20%;
    height: 100px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrows-box__left,
.arrows-box__right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

    .arrows-box__left:hover,
    .arrows-box__right:hover {
        background-color: #E4E4E4 !important;
    }

@media (max-width: 991.98px) {

    section.category-detail-area {
        margin-top: 86px;
    }
    section.category-detail-area h1 {
        font-size: 36px;
        letter-spacing: 1.13px;
        padding-bottom: 10px;
    }
    section.category-detail-area p {
            font-size: 14px;
    letter-spacing: 0.93px;
    line-height: 20px;
    }
    section.category-properties-area h1 {
        font-size: 24px;
        letter-spacing: 1.5px;
        line-height: 26px;
        margin-bottom: 34px;
    }
    section.category-properties-area p {
        font-size: 14px;
        letter-spacing: 0.9px;
        line-height: 20px;
    }
    section.category-properties-area .stick {
        width: 162px;
        border-top: 1px solid #E61F4C;
        height: 1px;
        margin: 15px 0px 40px 0px;
    }
    section.category-properties-area .uppertitle {
        font-size: 18px;
        letter-spacing: 1.31px;
        line-height: 20px;
    }
    section.category-properties-area .bottomtitle {
        font-size: 14px;
        letter-spacing: 0.9px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    section.card-area {
        padding: 0px;
    }
    section.card-area h1 {
        font-size: 24px;
        letter-spacing: 1.5px;
        line-height: 29px;
        padding: 23px 0px 19px 0px;
    }
    .arrows-box {
        background-color: #F2F2F2;
        position: relative;
        z-index: 1;
        width: 100%;
        right: auto;
        bottom: auto;
        height: 34px;
    }
    .detail-page-swiper-button-prev {
        height: 10px;
        width: 35px;
    }
    .detail-page-swiper-button-next {
        height: 10px;
        width: 35px;
    }
    section.slider-area {
        margin-top: 30px;
        margin-bottom: 42px;
    }
    section.referances-area .referances {
        margin: 52px 0px 88px 0px;
    }
}
