.realestate_area{
    padding: 50px 0;
    background-color: $primaryColor;
    background-image: url(../images/driving-school-car.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    &::after{
        position: absolute;
        content: '';
        height: 100%; 
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: -1;
    }
    .real_header {
        
        h2{
            font-size: 60px;
            line-height: 70px; 
            font-weight: 900;
            color: rgb(255, 255, 255); 
            margin-bottom: 25px;
            font-family: 'SolaimanLipi', sans-serif;
        }
        h4{
            font-size: 30px;
            padding-bottom: 50px;
            color: #fff;
        }
    }
    .r_text{
        p{
            font-size: 18px;
            margin: 50px 0;
            line-height: 30px;
            color: #fff;
        }
        h4{
            font-size: 25px;
            margin-bottom: 20px;
            color: #fff;
        }
    }
    .r-img{
        width: 100%;
        height: auto;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .realstat_img{
        height: 600px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        img{
            height: 100%;
            width: 100%;
            object-fit: contain;
        }
    }
   .swiper-button-next{
    color: #fff;
   }
   .swiper-button-prev{
    color: #fff;
   }
}