/* ----------------------------banner-section------------------------- */
.banner-wrapper{
    height: 600px;
    position: relative;
    background: radial-gradient(closest-side at 69% 49%, rgba(239, 97, 24, 0.6), rgba(0, 0, 0, 0.8)), var(--banner-bg-image) center center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-wrapper .banner-content-wrapper{
    position: relative;
    top: 63%;
    transform: translate(0, -50%);
}
.banner-wrapper .banner-content-wrapper .img-wrap{
    width: 740px;
    position: relative;
}
.banner-wrapper .banner-content-wrapper .img-wrap.pattern{
    width: 50px;
    position: absolute;
    top: 0px;
}
.banner-wrapper .banner-content-wrapper .img-wrap .img-content{
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    z-index: -1;
}
.banner-wrapper .banner-content-wrapper .img-wrap .img-content.ring-1{
    width: 420px;
    right: -10%;
}
.banner-wrapper .banner-content-wrapper .img-wrap .img-content.ring-2{
    width: 385px;
    right: -5%;
}
/* ------------------------------top-car-section--------------------------- */
.top-car-section.section-space{
    /* background:  linear-gradient(224deg,
    rgb(230 95 0 / 1), 
    rgb(230 95 0 / 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1), 
    rgb(230 95 0 / 1),
    rgb(230 95 0 / 1)); */
    padding-bottom: 130px;
}
.top-car-section .top-car-wrap .top-car-content .card-content .img-wrap{
    width: 400px;
}
.top-car-section .top-car-wrap .top-car-content .card-content.t-margin{
    position: relative;
    top: 75px;
}
/* -----------------------------------about-section-------------------- */
.about-section{
    background: var(--primary);
    /* border-bottom: 48px double var(--secondary); */
}
.about-section .about-content  .count-part{
    display: flex;
    gap: 45px;
    margin: 10px 0;
}
/* .about-section .img-wrap .about-sec-car:hover{
    width: 99%;
} */

/* -----------------------process-section-------------- */
.process-section {
    /* border-bottom: 5px double var(--secondary); */
    /* background-image: var(--benefit-section-img); */
    background-color: var(--off-white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-section .row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.process-section .pcolumn {
    background: var(--basic-white);
    color: var(--primary);
    font-size: 22px;
    font-weight: 500;
    margin: 0 15px;
    padding: 20px 35px;
    border: solid 1px var(--gray-100);
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.process-section .pcolumn:hover {
    background:  var(--secondary);
    color: var(--basic-white);
    border: solid 1px  var(--secondary);
}
.process-section .pcolumn .card-title-wrap .img-wrap{
    width: 60px;
    height: auto;
}
/* -------------------------------testimonial-section-------------- */
.testimonial-section .card-content{
    background: var(--primary);
    padding: 60px;
    border-radius: 25px;
}
.testimonial-section .card-content .testimonial-img{
    border-radius: 30px;
}
.testimonial-section .card-content .testimonial-img img{
    border: 2px solid var(--basic-white);
    border-radius: 30px;
}
.testimonial-section .card-content .slick-slide .row{
    display: flex !important;
}
/* -------------------responsive-css------------------------ */
@media (max-width: 991px) {
    /* ----------------banner-css------------------- */
     .banner-wrapper {
        height: 510px;
        background: radial-gradient(closest-side at 69% 49%, rgba(239, 97, 24, 0.3), rgba(0, 0, 0, 0.8)), var(--banner-bg-image) center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-wrapper .banner-content-wrapper .img-wrap {
        width: 336px;
        position: relative;
    }
    .banner-wrapper .banner-content-wrapper .img-wrap .img-content.ring-2 {
        width: 290px;
        right: -6%;
    }
    .banner-wrapper .banner-content-wrapper .img-wrap .img-content.ring-1 {
        width: 325px;
        right: -11%;
    }
    /* ---------------------top-car-css----------------------- */
    .top-car-section .top-car-wrap .top-car-content .card-content .img-wrap {
        width: 280px;
    }
}
@media (max-width: 768px) {
    .top-car-section .top-car-wrap .top-car-content .card-content.t-margin {
        position: relative;
        top: 0;
    }
    .top-car-section.section-space {
        padding-bottom: 40px;
    }
}