/* ======== Global Style ========= */

img {
    border-radius: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

a, p{
    font-family: "Poppins", sans-serif !important;
  font-weight: 100 !important;
  font-style: normal !important;
}

/* ======= Top Header ======= */
.top-header {
    background-color: #2a6097;
    color: white;
    padding: 0.3rem;
}

.top-header .welcome-heading h5 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.top-header .contact-info {
    display: flex;
}

.top-header .contact-info .icon{
    margin-top: 0.2rem;
}

.top-header .contact-info .fi {
    margin-right: 0.5rem;
}

.top-header .contact-info a {
    position: relative;
    text-decoration: none;
    color: white;
}

.top-header .contact-info a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: all 0.5s ease;
}

.top-header .contact-info a:hover::before {
    width: 100%;
}

.top-header .email-info {
    display: flex;
    float: right;
}

.top-header .email-info .icon{
    margin-top: 0.2rem;
}

.top-header .email-info .fi {
    margin-right: 0.5rem;
}

.top-header .email-info a {
    position: relative;
    text-decoration: none;
    color: white;
}

.top-header .email-info a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: all 0.5s ease;
}

.top-header .email-info a:hover::before {
    width: 100%;
}

/* Close */



/* ========= Navbar ========= */
.navbar .navbar-brand {
    width: 80px;
    margin-left: 1rem;
    border-radius: 5px;
}

.navbar .navbar-brand img{
    margin-left: 3.5rem;
    height: 89px;
    width: auto;
}

.navbar .navbar-brand h6 {
    text-transform: uppercase;
    color: #2a6097 !important;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 1px;
}

.navbar .navbar-brand h6 span{
    color: #043769;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    font-family: monospace;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #2a6097 !important;
}

.navbar-light .navbar-nav .nav-item a {
    position: relative;
}

.navbar-light .navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 5px;
    background-color: #2a6097;
    transition: all 0.5s ease;
}

.navbar-light .navbar-nav .nav-item a:hover::before {
    width: 100%;
}

.navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* .navbar .social-icon {
    margin-left: 7rem;
} */

.navbar .social-icon ul{
    display: flex;
    list-style-type: none;   
    margin-right: 1rem;
}

.navbar .social-icon ul li:nth-child(1) a .fa{
    padding: 8.5px 11px;
}

.navbar .social-icon ul li a .fa{
    padding: 8.5px 9.5px;
    background: #2a6097;
    color: white;
    border-radius: 50%;
    margin: 0 1rem;
    transition: all 0.5s ease;
}

.navbar .social-icon ul li a .fa:hover{
    color: #2a6097;
    background-color: #fff;
}

/* Close */

.slider .slider-img img {
    width: 100%;
    height: 500px;
    filter: brightness(50%);
}

/* ======== Enquiry Form =========== */
.default-form {
    padding: 5rem 0;
}

.default-form .top-heading {
    text-align: center;
    margin-bottom: 1rem;
}

.default-form .top-heading h6{
    text-transform: uppercase;
    color: #2a6097;
}

.default-form .top-heading h3 {
    text-transform: uppercase;
}

.default-form form{
    margin: 1rem 0;
}

.default-form .form-wrap span{
    color: red;
    font-weight: bold;
}

.default-form .form-wrap input {
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    height: 3.5rem;
    border-radius: 3px;
}

.default-form .msg-wrap input {
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    height: 8rem;
    border-radius: 3px;
}

.default-form .submit-btn button {
    width: 10rem;
    height: 3rem;
    margin: 1rem 0;
    border: none;
    background: #2a6097;
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease;
}

.default-form .submit-btn button:hover {
    background-color: #043769;
}

.default-form .content {
    margin: 1rem 0;
}

.default-form .content h6{
    text-transform: uppercase;
    color: #2a6097;
    text-align: center;
}

.default-form .content h3{
    text-transform: uppercase;
    text-align: center;
}

.default-form .content p{
    text-align: justify;
}

.default-form .content a button{
    width: 12rem;
    height: 3rem;
    margin: 1rem 0;
    border: none;
    background: #2a6097;
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease;
}

.default-form .content a button:hover{
    background-color: #043769;
}

/* Close */



/* ========= Home Icons ======= */
.home-icons {
    padding: 5rem 0;
    background-color: rgb(252, 240, 226);
}

.home-icons .top-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-icons .card {
    height: 18rem;
    border: none;
    margin: 1rem 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: all 0.5s ease;
}

.home-icons .card:hover {
    background-color: rgb(3, 3, 73);
    box-shadow: none !important;
    color: #fff;
}

.home-icons .card .fi {
    font-size: 3rem;
    color: rgb(3, 3, 73);
}

.home-icons .card:hover .fi {
    color: #fff;
    transition: all 0.5s ease;
}

.home-icons .card h5 {
    text-transform: uppercase;
}




/* ============ Property Type ========== */
.property-type {
    padding: 5rem 0;
}

.property-type .top-heading {
    text-align: center;
    text-transform: uppercase;
}

.property-type .top-heading h6{
    color: #2a6097;
}

.property-type .top-heading h3 {
    margin-bottom: 1rem;
}

.property-type .wrap {
    position: relative;
    overflow: hidden;
}

.property-type .wrap img {
    width: 100%;
    height: 22rem;
    filter: brightness(70%);
    margin: 1rem 0;
}

.property-type .wrap img:hover {
    filter: brightness(40%);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.property-type .wrap .overlay {
    text-transform: uppercase;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: white;
}

.property-type .wrap .overlay h6{
    font-size: 13px;
    background: #2a6097;
    width: max-content;
    padding: 0.4rem;
    padding-bottom: 0.2rem;
}

.property-type .wrap .overlay a {
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

.property-type .wrap .overlay a:hover {
    color: #043769 !important;
    transition: all 0.5s ease;
}

/* Close */



/* ========= Most Selling Project ======== */
.most-selling {
    padding: 5rem 0;
}

.most-selling .top-heading h6{
    color: #2a6097;
}

.most-selling .top-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.most-selling .card {
    border-radius: 15px;
    border-bottom: 3px solid #2a6097;
    height: 25rem;
    margin: 1rem 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.most-selling .card:hover {
    transform: translateY(-5px);
}

.most-selling .card img {
    width: 100%;
    height: 12rem;
    transition: all 0.5s ease;
}

.most-selling .card:hover img {
    filter: brightness(30%);
}

.most-selling .card .card-body p {
    font-weight: normal;
}

.most-selling .card .card-body a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.most-selling .card:hover a {
    color: black;
    transition: all 0.5s ease;
}

/* Close */



/* ========== Projects ========= */
.projects {
    padding: 5rem 0;
}

.projects .top-heading h6{
    color: #2a6097;
}

.projects .top-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.projects .img-wrap img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    margin: 1rem 0;
}

/* Close */



/* =========== YouTube Video Area ========== */
.yt-area {
    padding: 5rem 0;
}

.yt-area img {
    width: 100%;
    aspect-ratio: 1/1;
    margin: 1.5rem 0;
}

/* Close */



/* ========= Our Blogs ======== */
.blogs {
    padding: 5rem 0;
}

.blogs .top-heading h6{
    color: #2a6097;
}

.blogs .top-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.blogs .card {
    margin: 1rem 0;
    position: relative;
    overflow: hidden;
}

.blogs .card:hover img {
    filter: brightness(40%);
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.blogs img {
    width: 100%;
    height: 20rem;
    border-radius: 5px;
    filter: brightness(60%);
}

.blogs .card .label {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    padding: 0.5rem 0.5rem;
    padding-bottom: revert-layer;
    background: #2a6097;
    color: white;
    text-transform: uppercase;
}

.blogs .card .label h6 {
    font-size: 12px;
}

.blogs .card .overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: white;
}

/* Close */



/* ======== Footer ====== */
footer {
    padding: 5rem 0;
    background-color: #131820;
    color: #fff !important;
}

footer .learn-more{
    color: #fff;
    text-decoration: none;
}

footer .learn-more:hover{
    color: #2a6097;
}

footer img{
    width: 10rem;
    margin: 1rem 0;
}

footer h5 {
    margin-bottom: 1rem;
}

footer .useful-links ul {
    list-style-type: none;
}

footer .useful-links ul li {
    margin-left: -2rem;
}

footer .useful-links ul li a .fi {
    margin-right: 0.5rem;
    color: #fff !important;
}

footer .useful-links ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

footer .useful-links ul li a:hover {
    color: #2a6097;
    margin-left: 0.5rem;
    transition: 0.3s ease;
}

footer .contact-info a .fi {
    margin-right: 0.5rem;
    color: #fff;
}

footer .contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

footer .contact-info a:hover {
    color: #2a6097;
}

footer .contact-info ul {
    list-style-type: none;
    margin-top: 1rem;
    margin-left: -2rem;
}

footer .contact-info ul li{
    margin: 1rem 0;
}

footer .contact-info .social-icon{
    display: flex;
    margin-top: 0;
}

footer .contact-info .social-icon li{
    margin: 0 ;
}

footer .contact-info ul li:nth-child(1) a .fa {
    padding: 9px 12px;
}

footer .contact-info ul li a .fa {
    background: #2a6097;
    color: #fff;
    padding: 9px 10px;
    margin: 0 0.5rem;
    border-radius: 50%;
    font-size: 18px;
}

footer .contact-info ul li a .fa:hover {
    color: #2a6097;
    background-color: #fff;
    transition: all 0.5s ease;
}

footer .subscription-info input {
    width: 100%;
    height: 3rem;
    margin: 1rem 0;
    padding: 0.5rem;
    border-radius: 50px;
    border: 1px solid #ccc;
}

footer .subscription-info a button {
    border: none;
    background: #2a6097;
    color: #fff;
    width: 100%;
    height: 3rem;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

footer .subscription-info a button:hover {
    background: #043769;
    color: #fff;
}

/* Close */


/* ========== Commercial Page ======== */
.property-details {
    padding: 5rem 0;
}

.property-details .card {
    position: relative;
    height: 27rem;
    margin: 1rem 0;
    border: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 3px solid #2a6097;
    overflow: hidden;
}

.property-details .card .overlay {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    color: white;
    background-color: #2a6097;
    padding: 0.4rem;
    padding-bottom: 0.2rem;
    border-radius: 3px;
}

.property-details .card .overlay h6{
    margin-bottom: 0;
}

.property-details .card:hover img {
    filter: brightness(30%);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.property-details .card img {
    width: 100%;
    height: 13rem;
}

.property-details .card .card-body h4 {
    color: #043769;
}

.property-details .card .card-body p {
    font-weight: normal;
    color: black !important;
}

.property-details .card .card-body a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.property-details .card .card-body a:hover {
    color: #043769;
}

.property-details .wrap-2 .property-type ul {
    list-style-type: none;
}

.property-details .wrap-2 .property-type ul li {
    margin-left: -2rem;
}

.property-details .wrap-2 .property-type ul li a {
    color: #2a6097;
    text-decoration: none;
    font-weight: bold;
}

.property-details .wrap-2 .property-type ul li a:hover{
    color: #043769;
}

.property-details .property-type{
    border-radius: 15px;
    padding: 3rem 1rem;
    border-bottom: 3px solid #2a6097;
    margin: 2rem 0;
}


/* About Us */
.au-top-bg {
    text-align: center !important;
    position: relative;
}

.au-top-bg .bg-inner img {
    height: 200px;
    width: 100%;
    filter: brightness(30%);
}

.au-top-bg .overlay {
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    left: 44%;
    color: white;
    text-align: center;
    right: 45%;
}

.about-us {
    padding: 5rem 0;
}

.about-us .content h3 {
    text-align: center;
    text-transform: uppercase;
}

.about-us .content p {
    text-align: justify;
}

.about-us .img-area img{
    width: 70%;
    margin-top: 3rem;
    margin-left: 9rem;
}

.au-service {
    padding: 5rem 0;
}

.au-service .content h3 {
    text-align: center;
    text-transform: uppercase;
}

.au-service .content p {
    text-align: justify;
}

.au-service .content button {
    width: 14rem;
    height: 3rem;
    margin: 1rem 0;
    border: none;
    background: #2a6097;
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease;
}

.au-service .content button:hover {
    background-color: #043769;
}

.au-service .img-area img {
    margin-left: 8rem !important;
    width: 20rem;
    margin: 1rem 0;
}

.our-team {
    padding: 5rem 0;
}

.our-team .top-heading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.our-team .card {
    margin: 1rem 0;
    border: none;
    text-align: start;
}

.our-team .card:hover .card-body {
    background-color: rgb(243, 243, 243);
    transition: all 0.3s ease;
}

.our-team .card .card-body {
    text-transform: uppercase;
    color: #043769;
    text-align: center;
}

.our-team .card img {
    border: 1px solid #ccc;
    padding: 0.5rem;
    /* aspect-ratio: 1 / 1; */
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin: 1rem auto;
}

.our-team .card .card-body .title {
    font-weight: bold;
    color: #2a6097;
}

.our-team .card .card-body .sub-title {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.our-team .card .card-body a {
    color: black;
    display: flex;
    text-decoration: none;
    font-weight: 500;
}

.our-team .card .card-body a:hover {
    color: #043769;
    transition: 0.3s ease;
}

.our-team .card .card-body a .fi {
    margin-right: 0.5rem;
    color: #043769;
}

/* Close */




/* ========== Contact Us ======== */
.cs-top-bg {
    text-align: center !important;
    position: relative;
}

.cs-top-bg .bg-inner img {
    height: 200px;
    width: 100%;
    filter: brightness(30%);
}

.cs-top-bg .overlay {
    text-transform: uppercase;
    position: absolute;
    top: 45%;
    left: 40%;
    color: white;
    text-align: center;
    right: 40%;
}

.contact-us {
    padding: 5rem 0;
}

.contact-us .top-heading {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.contact-us form .form-wrap span{
    color: red;
    font-weight: bold;
}

.contact-us form .form-wrap input {
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0.5rem;
    width: 100%;
    height: 3.5rem;
    margin: 0.5rem 0;
}

.contact-us form .form-wrap input:focus::placeholder{
    font-size: 10px;
    transform: translateY(-18px);
    color: #000;
    transition: all 0.5s ease;
}

.contact-us form .msg-wrap textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0.5rem;
    width: 100%;
    height: 8rem;
    margin: 0.5rem 0;
}

.contact-us form .msg-wrap textarea:focus::placeholder{
    font-size: 10px;
    transform: translateY(-10px);
    color: #000;
    transition: all 0.5s ease;
}

.contact-us .submit-btn button {
    width: 10rem;
    height: 3rem;
    margin: 1rem 0;
    border: none;
    background: #2a6097;
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease;
}

.contact-us .submit-btn button:hover {
    background-color: #043769;
}

.contact-us .card {
    border-radius: 5px;
    border: none;
    height: 26rem;
    margin: 2.5rem 0;
    padding: 2rem 0;
}

.contact-us .card .card-body .contact-info li {
    list-style-type: none;
    margin-left: -2rem !important;
    margin: 1rem 0;
}

.contact-us .card .card-body a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.contact-us .card .card-body a:hover {
    color: #043769;
    transition: 0.3s ease;
}

.contact-us .card .card-body .contact-info li .fi {
    margin-right: 0.5rem;
    color: #2a6097;
}

.contact-us .card .card-body .social-icon {
    display: flex;
}

.contact-us .card .card-body .social-icon li {
    list-style-type: none;
    margin: 1rem 0;
}

.contact-us .card .card-body .social-icon li:nth-child(1) .fa{
    padding: 9px 12px;
}

.contact-us .card .card-body .social-icon li .fa {
    background: #2a6097;
    color: white;
    padding: 9px 10px;
    border-radius: 50%;
    margin-right: 1rem;
}

.contact-us .card .card-body .social-icon li:nth-child(2) .fa{
    background: linear-gradient(-20deg, #f9ce34, #ee2a7b, #6228d7);
}

.contact-us .card .card-body .social-icon li:nth-child(3) .fa{
    background-color: #1DA1F2;
}

.contact-us .card .card-body .social-icon li .fa:hover {
    background: white;
    color: #2a6097;
    transition: all 0.3s ease;
}

/* Close */



/* ======== Career ======= */
.career-top-bg {
    text-align: center !important;
    position: relative;
}

.career-top-bg .bg-inner img {
    height: 200px;
    width: 100%;
    filter: brightness(30%);
}

.career-top-bg .overlay {
    text-transform: uppercase;
    position: absolute;
    top: 45%;
    left: 40%;
    color: white;
    text-align: center;
    right: 40%;
}

.hiring {
    padding: 5rem 0;
}

.hiring h3 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hiring .wrap-2 button {
    width: 10rem;
    height: 3rem;
    margin: 1rem 0;
    border: none;
    background: #2a6097;
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease;
}

.hiring .wrap-2 button:hover {
    background-color: #043769;
}

.hiring .img-area img {
    width: 50%;
    margin-left: 12rem !important;
    margin: 5rem 0;
}

.hiring-service {
    padding: 5rem 0;
}

.hiring-service h3 {
    text-transform: uppercase;
    margin-bottom: 2rem 0;
}

.hiring-service .img-area img {
    width: 50%;
    margin-left: 12rem !important;
    margin: 1rem 0;
}

/* Close */




/* ============ Testimonial ============= */
.testimonial-top-bg {
    text-align: center !important;
    position: relative;
}

.testimonial-top-bg .bg-inner img {
    height: 200px;
    width: 100%;
    filter: brightness(30%);
}

.testimonial-top-bg .overlay {
    text-transform: uppercase;
    position: absolute;
    top: 45%;
    left: 40%;
    color: white;
    text-align: center;
    right: 40%;
}

.clients {
    padding: 5rem 0;
}

.clients .top-heading h6{
    color: #2a6097;
}

.clients .top-heading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.clients .card {
    position: relative;
    border: none;
    padding: 0.5rem;
    margin: 1rem 0;
    height: 20rem;
    background-color: rgb(243, 243, 243);
    z-index: 1;
}

.clients .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 250, 244);
    z-index: -1;
    transform-origin: right;
    transition: transform 0.5s ease;
    transform: scaleX(1);
}

.clients .card:hover::before {
    transform-origin: right;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}

.clients .card .card-body .wrap-1 {
    display: flex;
}

.clients .card .card-body .wrap-1 img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    border-radius: 50px;
}

.clients .card .card-body .wrap-2 {
    text-align: justify;
    margin-top: 1rem;
    padding: 0 0.5rem;
}

.clients .img-area img {
    margin-top: 17rem;
    padding: 1rem;
}

/* Close */



/* ========== CopyRight Area ========= */
.copyright-area {
    padding: 1rem 0;
    padding-bottom: 0;
    text-align: center;
    background-color: rgb(82, 82, 82);
    color: #fff;
}

.copyright-area .call-btn button {
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50px;
    padding: 0.5rem;
    background: green;
    color: #fff !important;
    font-size: 35px;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 10000;
}

.copyright-area .call-btn button:hover {
    background-color: rgb(0, 70, 0);
}

.copyright-area .call-btn button .fi {
    color: #fff !important;
}

/* Close */



/* ============================ */
/*       Project Details      */
/* ============================ */

/* M3M */

.m3m-content {
    padding: 3rem 0;
}

.m3m-bg .img-area img {
    width: 100%;
    height: 400px;
}

.m3m-content .wrap-1 h3 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.m3m-content .wrap-1 p {
    text-align: justify;
}

.m3m-content .card-address {
    border: none;
    padding: 1rem 0;
}

.m3m-content .property-info .card {
    border: none;
    margin: 1rem 0;
}

.m3m-content .property-info .card .card-body {
    padding: 0;
}

.m3m-content .property-info .card .card-body .price-details {
    color: #2a6097;
    text-align: center;
    margin: 1rem 0;
}

.m3m-content .property-info .card .card-body .floor-details {
    background-color: #043769;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}

.m3m-content .other-project .card {
    border: none;
    margin: 1rem 0;
}

.m3m-content .other-project a {
    text-decoration: none;
    color: black;
}

.m3m-content .other-project .card:hover img {
    filter: brightness(30%);
    transform: scale(1.5);
    transition: all 0.5s ease;
}

.m3m-content .other-project .card .card-body {
    display: flex;
    overflow: hidden;
}

.m3m-content .other-project .card .card-body img {
    width: 25rem;
    height: 10rem;
}

.m3m-content .other-project .card .card-body .content {
    margin-top: 1rem;
    margin-left: 1rem;
}

.m3m-content .wrap-2 .card {
    height: 11rem;
    margin: 1rem 0;
    border: none;
    text-align: center;
}

.m3m-content .wrap-2 .card .card-body .fi {
    font-size: 2rem;
}

/* Close */


/* EON */
.eon-content {
    padding: 3rem 0;
}

.eon-bg .img-area img {
    width: 100%;
    height: 400px;
}

.eon-content .wrap-1 h3 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.eon-content .wrap-1 p {
    text-align: justify;
}

.eon-content .card-address {
    border: none;
    padding: 1rem 0;
}

.eon-content .property-info .card {
    border: none;
    margin: 1rem 0;
}

.eon-content .property-info .card .card-body {
    padding: 0;
}

.eon-content .property-info .card .card-body .price-details {
    color: #043769;
    text-align: center;
    margin: 1rem 0;
}

.eon-content .property-info .card .card-body .floor-details {
    background-color: rgb(211, 211, 211);
    color: black;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}

.eon-content .other-project .card {
    border: none;
    margin: 1rem 0;
}

.eon-content .other-project a {
    text-decoration: none;
    color: black;
}

.eon-content .other-project .card:hover img {
    filter: brightness(30%);
    transform: scale(1.5);
    transition: all 0.5s ease;
}

.eon-content .other-project .card .card-body {
    display: flex;
    overflow: hidden;
}

.eon-content .other-project .card .card-body img {
    width: 25rem;
    height: 10rem;
}

.eon-content .other-project .card .card-body .content {
    margin-top: 1rem;
    margin-left: 1rem;
}

.eon-content .wrap-2 .card {
    height: 11rem;
    margin: 1rem 0;
    border: none;
    text-align: center;
}

.eon-content .wrap-2 .card .card-body .fi {
    font-size: 2rem;
}

/* Close */




/* The Cullian */

.the-cullian-content {
    padding: 3rem 0;
}

.the-cullian-bg .img-area img {
    width: 100%;
    height: 400px;
}

.the-cullian-content .wrap-1 h3 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.the-cullian-content .wrap-1 p {
    text-align: justify;
}

.the-cullian-content .card-address {
    border: none;
    padding: 1rem 0;
}

.the-cullian-content .property-info .card {
    border: none;
    margin: 1rem 0;
}

.the-cullian-content .property-info .card .card-body {
    padding: 0;
}

.the-cullian-content .property-info .card .card-body .price-details {
    color: #2a6097;
    text-align: center;
    margin: 1rem 0;
}

.the-cullian-content .property-info .card .card-body .floor-details {
    background-color: #043769;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}

.the-cullian-content .other-project .card {
    border: none;
    margin: 1rem 0;
}

.the-cullian-content .other-project a {
    text-decoration: none;
    color: black;
}

.the-cullian-content .other-project .card:hover img {
    filter: brightness(30%);
    transform: scale(1.5);
    transition: all 0.5s ease;
}

.the-cullian-content .other-project .card .card-body {
    display: flex;
    overflow: hidden;
}

.the-cullian-content .other-project .card .card-body img {
    width: 25rem;
    height: 10rem;
}

.the-cullian-content .other-project .card .card-body .content {
    margin-top: 1rem;
    margin-left: 1rem;
}

.the-cullian-content .wrap-2 .card {
    height: 11rem;
    margin: 1rem 0;
    border: none;
    text-align: center;
}

.the-cullian-content .wrap-2 .card .card-body .fi {
    font-size: 2rem;
}

/* Close */




/* ========= Project Details (All Projects)======= */
.project-details-content {
    padding: 3rem 0;
}

.project-details-bg .img-area img {
    width: 100%;
    height: 400px;
}

.project-details-content .wrap-1 h3 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.project-details-content .wrap-1 p {
    text-align: justify;
}

.project-details-content .card-address {
    border: none;
    padding: 1rem 0;
}

.project-details-content .property-info .card {
    border: none;
    margin: 1rem 0;
}

.project-details-content .property-info .card .card-body {
    padding: 0;
}

.project-details-content .property-info .card .card-body .price-details {
    color: #2a6097;
    text-align: center;
    margin: 1rem 0;
}

.project-details-content .property-info .card .card-body .floor-details {
    background-color: #043769;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}

.project-details-content .other-project .card {
    border: none;
    margin: 1rem 0;
}

.project-details-content .other-project a {
    text-decoration: none;
    color: black;
}

.project-details-content .other-project .card:hover img {
    filter: brightness(30%);
    transform: scale(1.5);
    transition: all 0.5s ease;
}

.project-details-content .other-project .card .card-body {
    display: flex;
    overflow: hidden;
}

.project-details-content .other-project .card .card-body img {
    width: 25rem;
    height: 10rem;
}

.project-details-content .other-project .card .card-body .content {
    margin-top: 1rem;
    margin-left: 1rem;
}

.project-details-content .wrap-2 .card {
    height: 11rem;
    margin: 1rem 0;
    border: none;
    text-align: center;
}

.project-details-content .wrap-2 .card .card-body .fi {
    font-size: 2rem;
}