/* Typography */
body {
    font-family: "Mukta", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
}

a {
    text-decoration: none !important;
    font-size: 18px;
    color: var(--text-secondary);
}

a:hover,a.active{
    color: #00D067 !important;
}

.text-muted{
    color: var(--neutral-dark-gray) !important;
}

pre {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    white-space: pre-line;
    overflow: hidden;
}

.container-fluid {
    max-width: 1720px;
}

h1 {
    font-size: 58px;
    font-weight: bold;
    letter-spacing: -1.92px;
    line-height: 100%;

}

h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 0.02px;
    color: var(--text-dark-primary);
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
}


h4 {
    font-size: 1.8em;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02px;
    /* 28.8px */
}

h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

h2 pre {
    font-size: 60px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 0.02px;
    color: var(--text-dark-primary);
}

.font_20_font_reg {
    font-size: 20px;
    color: var(--card-xs-text-color);
}

.ibuyrealestate {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02px;
}

small {
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
}

.top_breadcrumb_small {
    color: var(--neutral-dark-gray);
    font-size: 20px;
}

.green_text {
    color: var(--secondary-color);
    font-size: 20px;
}

.card_top_content {
    font-size: 20px;
    font-weight: bold;
    color: #6D6D6D;
}

p {
    margin-bottom: 1em;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02px;
    color: var(--text-primary);
}

.social-icons a img:hover {
    background: #00D067;
}

.footer-social-icons a svg:hover {
    background: #fff;
}

/* discovery socials */
.discovery_social_icons {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.discovery_social_icons li {
    display: inline-block;
    margin-right: 20px;
}

.discovery_social_icons li:last-child {
    margin-right: 0;
}

.discovery_social_icons li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease;
    line-height: 38px;
}

.discovery_social_icons li a:hover {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.discovery_social_icons li a:hover svg {
    opacity: inherit;
}

.discovery_social_icons li a:hover svg path {
    fill: #003B20;
}


.discovery_social_icons li a svg {
    opacity: 0.9;
}

/* end */

/* footer socials */
.social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease;
    cursor: pointer;
    line-height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.social-icons li a:hover {
    background-color: var(--primary-color);
}

.social-icons li a:hover svg {
    opacity: inherit;
}

.social-icons li a:hover svg path {
    /* fill: #003B20; */
}


.social-icons li a svg {
    opacity: 0.5;
}

/* end */




.dark_bg {
    background-color: var(--default-background-dark-color);
}

.light_bg {
    background-color: var(--neutral-background-light-color);
}

/* Utility Classes */
.form-control {
    height: 54px;
    width: 19.4375em;
    color: var(--neutral-dark);
    border: 1px solid var(--border-light);
}

.form-control:focus {
    box-shadow: inherit;
    border-color: var(--border-light);
}

.c_height {
    height: 280px;
}

/* Hide the number input arrows */
.input-group input[type="number"]::-webkit-inner-spin-button,
.input-group input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.input-group input[type="number"]:hover::-webkit-inner-spin-button,
.input-group input[type="number"]:hover::-webkit-outer-spin-button {
    display: none;
}

#property-carousel .owl-next {
    background: var(--secondary-color);
    height: 36px;
    width: 36px;
}

#property-carousel .owl-prev {
    background: var(--secondary-color);
    height: 36px;
    width: 36px;
}

#property-carousel .owl-next i {
    color: var(--primary-color);
}

#property-carousel .owl-prev i {
    color: var(--primary-color);
}

/* buy button down arrow */
.action-group {
    position: relative;
}

button:focus {
    outline: none;
}

.custom_card {
    background-color: inherit;
    height: 562px;
}

.custom_card .card-body {
    padding: 28px 20px;
}

.mb_28{
    margin-bottom: 28px;
}

.w-175 {
    width: 175px !important;
}

.overflow-hidden {
    overflow: hidden;
}

.h-60 {
    height: 60px !important;
}

.mt-80 {
    margin-top: 80px;
}

.pb-20 {
    padding-bottom: 20px;
}

.hr-marg {
    margin-bottom: 16px;
    margin-top: 16px;
}

.required:after {
    content: '*';
    padding-left: 3px;
}

.bright {
    filter: brightness(100);
}

.list-style-none {
    list-style: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-52 {
    margin-top: 52px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-36 {
    margin-top: 36px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-48 {
    margin-bottom: 48px;
}

.padd-r-l {
    padding: 36px 32px;
}

.mb-36 {
    margin-bottom: 36px;
}

.bg_inherit {
    background-color: inherit !important;
}

.pre_bold_font {
    font-size: 20px;
    line-height: 120%;
    color: var(--text-primary);
}

.font_30_bold {
    font-size: 30px;
    font-weight: bold;
    color: #003B20;
}

.pb-y-x {
    padding: 130px 0 130px 0;
}

.mb-80 {
    margin-bottom: 80px;
}

.section-xs {
    padding: 130px 40px 130px 40px;
}

.padd-r {
    padding: 0 20px 0 31px;
}
.padd-0{
    padding: 0;
}
.section-padding {
    padding: 130px 70px 130px 70px;
}

.card-padding {
    padding: 28px 28px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.font_48{
    font-size: 48px;
    line-height: 50px;
}
.font_30{
    font-size: 30px;
    color: #f8f8ff !important;
}
.font_30:hover{
    color: #f8f8ff !important;
}
.form_top_heading {
    /* font-size: 48px; */
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: var(--neutral-dark);
}

@media (max-width: 1919px) {
    .form_top_heading {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .form_top_heading {
        font-size: 18px;
    }
}

.card_head {
    color: var(--text-dark-primary);
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
}

hr {
    border-top: 1px solid #ccc;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.card>hr {
    margin-right: revert;
    margin-left: revert;
}

.card_xs_text {
    color: var(--card-xs-text-color);
    display: flex;
    gap: 10px;
}

.mt_120 {
    margin-top: 120px;
}

.mt_80 {
    margin-top: 80px;
}

.mt-35 {
    margin-top: 29px;
}

.custom_card .container {
    display: flex;
    justify-content: space-between;
}

.font_normal {
    font-weight: normal;
    font-size: 16px;
}

.padding_75 {
    padding: 4rem 1rem 0rem 2rem;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_130 {
    margin-bottom: 130px;
}

.mt_130 {
    margin-top: 130px;
}

@media screen and (min-width:768px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* Optional: adjust as needed */
    }

}


.buttons_action_flex {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.display-flex-gap-15{
    display: flex;
    align-items: center;
    gap: 9px;
}

.max_width {
    max-width: 100%;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.padd-xr {
    padding: 36px 46px 46px 46px;
}

.col_xs_padd {
    padding: 0 20px 0 32px;
}

.border_xs {
    border: 1px solid #D1D1D1;
}

.mr_btm {
    margin-bottom: 24px;
}

.partners_dubai .card_head {
    line-height: 34px;
}

#blog_details .card {
    background-color: transparent;
}

/* new */
.font_30_600 {
    color: #003B20;
    font-size: 30px;
    font-weight: 600;
}

#bottom_footer_menu {
    padding: 40px 30px 40px 30px;
    border-radius: 5px;
}

.footer-padd .footer-social {
    padding: 0 28px;
}

.vertical-line {
    width: 1px;
    background-color: #ccc;
    height: 100%;
    margin: 0 10px;
}

.new_projects_listing #sort-by {
    padding-right: 0;
}

.font_bold_24 {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-dark-primary);
}

.font_normal_18 {
    font-size: 18px;
    font-weight: 500;
}
.font_normal_18_white {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: var(--primary-color);
}
.mt-22 {
    margin-top: 22px !important;
}

.mb-32 {
    margin-top: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb_130 {
    margin-bottom: 130px;
}

.py-250{
    padding: 250px 0 250px 0;
}
.mt_118 {
    margin-top: 118px;
}
.mb_dev {
    display: none;
}

.Pt-200 {
    padding-top: 200px;
}

.our_team_era .social-icons li a {
    border: 1px solid #05603A;
}

.our_team_era .social-icons li:hover a {
    background: #00D067 !important;
    border: 1px solid #00D067;
}

#our_team_details .social-icons li a svg {
    opacity: inherit;
}

.selected a {
    color: #fff !important;
}


.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #00D067;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    width: 52px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: color 0.3s ease;
}
.scroll-to-top-btn:hover {
    background-color: #fff !important;
    color: #000;
    border: 1px solid #00D067;
}
.scroll-to-top-btn img {
    width: 20px;
    height: 20px;
}

.scroll-to-top-btn:hover {
    background-color: #0056b3;
}
::-webkit-scrollbar-thumb
{
    background-color: #00D067 !important;
}
.display_flex{
    display: flex;
    align-items: center;
}
.bg_overly{
    background-color: var(--text-dark-primary);
}
.font_70_700{
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
}
.w-214{
    width: 214px;
}

.w-260{
    width: 260px;
}

.h-210{
    height: 210px;
}
.dec-mt-35{
    margin-top: -35px;
}
.object-fit{
    object-fit: none;
}
.display-inline{
    display: inline-flex;
    padding: 15px;
}
.pb-0{
    padding-bottom: 0;
}
.pt-0{
    padding-top: 0;
}
.border-radius-bottom{
    border-radius: 0 0 15px 15px;
}
.border-radius-top{
    border-radius: 15px 15px 0 0;
}
.border-radius{
    border-radius: 12px;
}
.border_right{
    border-right: 1px solid #D1D1D1;
}
.padding-xs{
    padding: 0 16PX;
}
.on_light_navigtaion img{
    filter: brightness(0) saturate(100%);
}
.mb-55{
    margin-bottom: 55px;
}
