*{
    a {
    color: rgb(3 3 3);
    text-decoration: none !important;
}
}

 body {
            font-family:'Optima LT W02 Roman';
        }
        .navbar {
            background-color: #071C35;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .navbar-brand {
 
    color: #fff!important;

}
 h2 {

        color: #071C35!important;
    }

p {
color: #071C35!important;
}
.nav-link {

    color: #fff!important;

}
        .hero-carousel .carousel-item {
            height: 100vh;
            background-size: cover;
            background-position: center;
        }
        .hero-carousel .carousel-caption {
            left: 5%;
            bottom: 20%;
            text-align: left;
        }
        .hero-carousel .carousel-caption h1 {
            font-size: 3rem;
        }
        .hero-carousel .carousel-caption h3 {
            font-size: 1.75rem;
            margin-bottom: 20px;
        }
        .hero-carousel .carousel-caption p {
            font-size: 1.25rem;
        }
        .blogs .card,
        .properties .card {
            border: none;
            transition: transform 0.3s;
        }
        .blogs .card:hover,
        .properties .card:hover {
            transform: translateY(-10px);
        }
        .blogs .card-body {
            text-align: center;
        }
        .bg-dark {
    background-color:  #071C35 !important;
}
        footer {
            background-color: #f8f9fa;
            padding: 20px 0;
        }

     .card-body {
    text-align: center;
}


 .btn-blog {
            background-color: #071C35;
            font-family: 'Lato', 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    border-radius: 2px;
    padding: 13px 15px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
        }
        .btn-blog:hover {
            background-color: #071C35;
            color: white;
        }
.text-primary {
    --bs-text-opacity: 1;
    color: #071C35!important;
}
.img{
    max-width: 100%;
    height: 80%;
}
.carousel-control-prev,
.carousel-control-next {
    cursor: pointer;
    width: 50px; 
}
button.navbar-toggler {
    background-color: #FFF;
}