





body{
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif !important; 
}
.col-md-6{
    padding: 0 !important;
}

a{
    text-decoration: none;
}

h1{
    text-align: center;
    font-size: 40px;
    margin: 0;
    margin-top: 50px;
}
p{
    text-align: center;
    padding: 0px 20px;
    font-size: 20px;
    color: #00000087;
}
section{
    margin-top: 50px;
}
.fast_section{
    background-image: url(../images/bg_image.jpg);
    color: white;
    background-size: cover;
    height: 700px;
    background-position: 100% 100%;
    margin-top: -20px;
    text-align: center;
}

.fast_section h1{
    font-size: 80px;
    margin: 0;
    padding: 180px 180px 15px 180px;
}
.fast_section p{
    color: white;
    font-weight: bold;
}

.fast_section button{
    background-color: rgba(35, 157, 219, 0);
    padding: 11px 26px;
    border: 2px solid white;
    color: white;
    cursor: pointer;
}

.fast_section button:hover{
    background-color: white;
    color: black;
}



.container p{
    color: black;
    text-align: left;
    font-size: 16px;
}



.image-overlay div h1{
    text-align: left !important;
}
.image-overlay div p{
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin-top: 25px;
}


.image-overlay div button{
    background-color: rgba(35, 157, 219, 0);
    padding: 11px 26px;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    margin-top: 180px;
    margin-left: 80px;
}

.image-overlay div button:hover{
    background-color: white;
    color: black;
}

.Sell_p{
    margin: 30px 200px;
}




.image-container {
    position: relative;
    padding: 0 !important;
}

.image-container img {
    width: 100%;
    height: 650px;
    background-position: 50% 50%;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    color: #fff; 
    font-weight: bold;
    padding: 150px 85px;
}

.image-overlay h1{
font-size: 50px;
}

.image-overlay p{
    color: white;
    text-align: center;
    font-weight: normal;
}






@media (max-width:992px) {
    .image-overlay div button{
        margin-top: 20px;
        margin-left: 0;
    }
    .image-container .col-md-4.p-2{
        text-align: center;
    }
}