.success-cont a{
    color: #0C2D51;
}

.blog-page-bottom .blog-category{
    text-transform: uppercase;
}
.foot1 .foot-center a {
    margin-top: 25px;
}
.foot1 .foot-center p {
    text-align: center;
    margin-top: 15px;
}

/* ///////////////////////////////////////////// */

@font-face {
    font-family: 'Playfair';
    src: url('../fonts/Playfair9pt-Regular.woff2') format('woff2'),
        url('../fonts/Playfair9pt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair';
    src: url('../fonts/Playfair9pt-Bold.woff2') format('woff2'),
        url('../fonts/Playfair9pt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Marcellus';
    src: url('../fonts/Marcellus-Regular.woff2') format('woff2'),
        url('../fonts/Marcellus-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair';
    src: url('../fonts/Playfair-Italic.woff2') format('woff2'),
        url('../fonts/Playfair-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair 9pt';
    src: url('../fonts/Playfair9pt-Bold.woff2') format('woff2'),
        url('../fonts/Playfair9pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair 9pt';
    src: url('../fonts/Playfair9pt-Italic.woff2') format('woff2'),
        url('../fonts/Playfair9pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair 9pt';
    src: url('../fonts/Playfair9pt-Regular.woff2') format('woff2'),
        url('../fonts/Playfair9pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.main-background.home-background {
    min-height: fit-content;
}
.search-form.home-form {
    margin-top: 0;
}
@media screen and (max-width: 1199px) {
    .main-background.home-background {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1200px) {
    header .bottom-header .menu {
        top: 0;
        padding-top: 100px;
    }
}
.main-background.home-background .home-logo {
    animation: none;
    will-change: unset;
    width: 90%;
    max-width: 460px;
    height: auto;
}
.home-title h1 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #C9A24D;
    margin-top: 35px;
    text-transform: uppercase;
}
.home-title span, .home-title p, .home-title a {
    font-family: "Playfair";
    font-weight: 400;
    color: #E6E1D8;
}
.home-title span, .home-title p {
    font-style: italic;
}
.home-title p {
    font-size: 32px;
    letter-spacing: 0.75px;
    text-align: center;
    margin: 55px 0 25px;
}
.home-title span {
    font-size: 24px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    margin: 0;
}
.home-title span::before, .home-title span::after {
    width: 37px;
    height: 1px;
    background-color: #E6E1D8;
    content: "";
}
.home-title span::before {margin-right: 20px;}
.home-title span::after {margin-left: 20px;}
.home-title a {
    font-size: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 30px 60px;
    line-height: 100%;
    transform: translateX(10px);
    margin: 10px 0 20px;
}
.shine-btn { 
    /* border: 2px solid; */
    /* border-image-source: conic-gradient(from 90deg at 50% 50%, #B5944C 0deg, #FCE395 111.8deg, #B5944C 127.41deg, #B5944C 224.64deg, #FCE395 266.09deg, #E2CA7F 336.43deg, #B5944C 360deg); */
    /* background: linear-gradient(90deg, #4D352B 0%, #B77239 33.17%, #5E4633 56.73%, #7E5534 100%); */
    /* background-image: url('../images/shiny.svg'); */
    background-image: url('../images/shiny.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
    position: relative;
}

.shine-btn:hover {
    transform: translateX(10px) scale(1.05);
}
.shine-btn .shine-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.shine-btn .shine-decor::after, .shine-btn .shine-decor::before, .shine-btn::after {
    position: absolute;
    z-index: 3;
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.shine-btn .shine-decor::before {
    width: 100px;
    height: 45px;
    background-image: url('../images/shinedecor1.png');
    bottom: -14px;
    left: 90px;
}
.shine-btn .shine-decor::after {
    width: 140px;
    height: 65px;
    background-image: url('../images/shinedecor2.png');
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}
.shine-btn::after {
    background-image: url('../images/shinedecor3.png');
    width: 45px;
    height: 45px;
    top: -15px;
    right: -21px;
}
.search-form {
    padding: 0;
    background-color: transparent;
}
.form-btns .form-filters {
    max-width: 75px;
    border-radius: 5px;
    background-color: #162C45;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}
.form-btns .form-filters, .form-btns .form-filters svg path {
    transition: all 0.2s;
}
.form-btns .form-filters.active {
    background-color: #C9A24D;
}
.form-btns .form-filters.active svg path {
    fill: #162C45;
}
.form-btns .submit-form {
    background-color: #C9A24D;
    border-radius: 5px;
    font-family: "Marcellus";
    letter-spacing: 0.35px;
    text-transform: uppercase;
    max-width: 175px;
    color: #FAECCE;
}
.form-btns .submit-form svg {
    margin-left: 10px;
}
.form-top {
    padding-left: 0;
    padding-right: 0;
}
.form-bottom {
    /* padding: 50px 0; */
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-color: #1A1A1A1A;
}
.id-name-search-wrap {
    background-color: transparent;
    border-color: #1A1A1A1A;
    padding-left: 0;
    padding-right: 0;
}
.id-name-search-wrap form .id-name-search-btn {
    background-color: #C9A24D;
    border-radius: 5px;
    max-width: 75px;
    background-image: none;
}
.select-div span {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.35px;
    color: #1A1A1A;
}
.select-div {
    padding: 5px 0;
}
.select-div details summary {
    left: 0;
    width: 100%;
    bottom: 5px;
}
.footer-socials {
    display: flex;
    align-items: center;
}
.footer-socials li + li {
    margin-left: 35px;
}
footer .top-footer {
    padding: 30px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
footer .top-footer * {
    color: #E6E1D8;

}
footer .top-footer a {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;

}
footer .top-footer a, footer .top-footer a svg path {
    transition: all 0.5s;
}
footer .top-footer a:hover {
    color: #C9A24D;
}
footer .top-footer a:hover svg path {
    fill: #C9A24D;
}
footer {
    background-color: transparent;
}
footer .top-footer, footer .middle-footer, footer .bottom-footer {
    background-color: #0B1C2D;
}
footer .middle-footer {
    border-top: 1px solid #FFFFFF1A;
    border-bottom: 1px solid #E6E1D833;
}
footer .bottom-footer ul li a {
    padding: 0 !important;
    color: #E6E1D8;
}
footer .bottom-footer ul li {
    display: flex;
    align-items: center;
}
footer .bottom-footer ul li + li::before {
    content: "|";
    margin: 0 10px;
    color: #E6E1D833;
}
footer .middle-footer h3 {
    font-family: "Playfair";
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #E6E1D8;
    text-transform: none;
}
footer .middle-footer .max-width {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
}
footer .middle-footer .footer-list.left * {
    text-align: left;
}
footer .middle-footer .footer-list.right * {
    text-align: right;
}
footer .middle-footer ul li a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.35px;
    color: #E6E1D8;
    padding: 0;
}
footer .middle-footer ul li {
    padding-bottom: 0;
}
footer .middle-footer ul li + li {
    margin-top: 15px;
}
footer .middle-footer .footer-list.central {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer .middle-footer .footer-list {
    height: 100%;
}
footer .middle-footer ul {
    padding-top: 20px;
}
footer .middle-footer .footer-list.central p {
    font-family: "Playfair";
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    letter-spacing: 0.35px;
    text-align: center;
    color: #E6E1D8;
    margin-top: 20px;
}
.footer-logo {
    width: 80%;
    max-width: 350px;
    height: auto;
}
.mb {
    margin-bottom: 80px;
}
.videobg {
    margin-top: -10px;
}
.videobg, .videobg .overlay {
    border-radius: 10px;
}
/* .videobg .video-text {
    width: 100%;
    gap: 30px;
} */
.videobg .overlay {
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.11%, rgba(0, 0, 0, 0.175) 52.03%, rgba(0, 0, 0, 0.35) 100%); */
}
.blue-bg {
    background-color: #162C45;
}
.blue-bg:has(.categories-grid) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.categories-grid {
    margin: 0;
    grid-auto-rows: 330px;
}
.categories-grid .category:nth-child(2), .categories-grid .category:nth-child(3) {
    grid-column: span 1;
}
.categories-grid .category:nth-child(2) {
    grid-row: span 2;
}
.categories-grid .category {
    height: 100%;
}
.btn.white {
    color: #E6E1D8;
    border-color: #E6E1D8;
}
.btn.white::before {
    background-color: #E6E1D8;
}
.categories-grid .category .category-overlay {
    width: 100%;
    height: 100%;

}
.categories-grid .category:hover .category-overlay {
    background-color: #171F31B2;
    backdrop-filter: none;
}
.categories-grid .category:hover .category-overlay * {
    color: #E6E1D8;
}
.categories-grid .category {
    border-radius: 5px;
    overflow: hidden;
}
.categories-grid .category .category-overlay .category-title {
    background-color: #E6E1D8;
    border-radius: 5px;
    width: 100%;
    max-width: 210px;
    padding: 14px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.categories-grid .category .category-overlay .category-title h3 {
    font-family: "Playfair";
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #1A1A1A;
    transition: all 0.5s ease-in-out; 

}


@supports (-webkit-touch-callout: none) {
    .categories-grid .category .category-overlay .category-title h3 {
         font-family: "Playfair Display";
    }
}
.categories-grid .category:hover .category-overlay .category-title {
    background-color: transparent;
    position: static;
}
.categories-grid .category:hover .category-overlay .category-title h3 {
    font-style: normal;
    color: #E6E1D8;
}
.categories-grid .category:hover .category-overlay .category-details {
    margin-top: 0;
}
.categories-grid .category .category-overlay .category-details p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.35;
}
.categories-grid .category .category-overlay .category-details .btn {
    border-radius: 0;
}
.categories-grid .category .category-overlay .category-details .btn:hover {
    color: #E6E1D8;
}
.category-first h2 {
    color: #E6E1D8;
    margin-bottom: 20px;
}
.category-first .btn {
    margin-left: auto;
    margin-right: auto;
    font-family: "Playfair";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.35px;
    text-align: center;
    text-transform: uppercase;
}
.featured-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0;
    overflow: hidden;
}
.grey-background {
    background-color: #E6E1D8;
}
.featured-wrapper .featuredSwiper {
    width: 50%;
    margin-left: 0;
}
.featured-wrapper .featured-estate-card {
    max-width: 50%;
    height: 100%;
    background-color: #162C45;
    padding-top: 150px;
}
.featured-wrapper .featured-estate-card * {
    color: #fff;
}
.featured-wrapper .featured-estate-card .estate-location::before {
    display: none;
}
.featured-wrapper .featured-estate-card .estate-title h3 {
    font-family: "Playfair";
    letter-spacing: 0.35px;

}
.featured-wrapper .featured-estate-card .estate-specifications div::before {
    display: none;
}
.featured-wrapper .featured-estate-card .estate-specifications {
    padding: 0;
    margin: 35px 0;
}
.featured-wrapper .featured-estate-card .estate-specifications div {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.35px;
    margin-right: 0;
}
.featured-wrapper .featured-estate-card .estate-specifications div + div {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #E6E1D833;
}
.featured-wrapper .featured-estate-card .estate-specifications div svg {
    margin-right: 5px;
}
.featured-wrapper .featured-estate-card .price {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.75px;
    margin-top: 35px;
}
.featured-title {
    position: absolute;
    z-index: 4;
    top: 45px;
    width: 100%;
}
.featured-title h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.35px;
}
.about-wrapper-home .left-part img {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.about-wrapper-home {
    padding-right: calc(50% - 650px);
}
.about-wrapper-home .left-part {
    width: 50%;
}
.about-wrapper-home .right-part {
    width: 45%;
}
.about-wrapper-home .btn {
    margin-top: 35px;
}

.realestate-grid .realestate {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #0000001F;
}
/* .realestate-grid .realestate::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.5s;
    content: "";
    display: block;
    border-radius: 5px;
}
.realestate-grid .realestate:hover::after {
    border: 1px solid #BE9E53;
}
.realestate-grid .realestate a {
    z-index: 10;
} */
.estate-label {
    top: 0;
    right: 0;
    left: unset;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #F9F9F9;
    background-color: #EB0000;
    border-bottom-left-radius: 5px;
    min-width: 130px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.realestate-grid .realestate .estate-img .estate-agent {
    top: 0;
    left: 0;
    bottom: unset;
}
.realestate-grid .realestate .estate-img .estate-agent .buy {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    min-width: 130px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 5px;
}
.estate-cat {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #F9F9F9;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    min-width: 130px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #171F31;
}
.realestate-grid .realestate .estate-info .estate-location::before {
    display: none;
}
.realestate-grid .realestate .estate-info .estate-location {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.35px;
    color: #1A1A1A;
    margin-top: 0;
}
.realestate-grid .realestate .estate-info .estate-title h3 {
    font-family: "Playfair";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}
.realestate-grid .realestate .estate-info .estate-specifications {
    border: none;
    padding: 0;
    margin: 25px 0;
}
.realestate-grid .realestate .estate-info .estate-specifications div::before {display: none;}
.realestate-grid .realestate .estate-info .estate-specifications div {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.35px;
    color: #1A1A1A;

}
.realestate-grid .realestate .estate-info .estate-specifications div svg {
    margin-right: 5px;
}
.realestate-grid .realestate .estate-info .estate-description p {
    color: #1A1A1A;
    line-height: 19px; 
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.realestate-grid .realestate .estate-info .estate-bottom .estate-id {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.35px;
    color: #1A1A1A;
}
.realestate-grid .realestate .estate-info .estate-bottom .estate-price {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.35px;
    text-align: right;
    color: #1A1A1A;

}
.realestate-grid .realestate .estate-info .estate-bottom {
    padding-top: 25px;
}
.realestate-grid .realestate .sold-overlay {
    font-family: "Playfair";
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 1px;
    text-align: center;
    top: 0;
    left: 0;
    transform: none;
    background-color: #0B1C2DCC;
    width: 100%;
    height: 100%; 
    padding-top: 100px;
}
.realestate-grid .realestate.sold .estate-info, .realestate-grid .realestate.sold .estate-img {
    filter: none;
    background-color: transparent;
}
.all {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
    color: #1A1A1A;
    letter-spacing: 0.35px;
    margin-top: 25px;
}
.all svg {margin-left: 5px;}
.ctg-wrap {
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    border-radius: 20px;
}
.ctg-wrap .title h2 {
    color: #fff;
}
.locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 80px;
}
.locations-grid .location {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}
.locations-grid .location img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.loc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
    opacity: 0;
}
.loc-overlay h3, .loc-overlay p {
    color: #171F31;
    text-align: center;

}
.loc-overlay h3 {
    font-family: "Playfair";
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.5px;
}
.loc-overlay .btn {
    background-color: #C9A24D;
    color: #fff;
    border-color: #C9A24D;
    margin-top: 15px;
}
.loc-overlay .btn::before {
    background-color: #C9A24D;

}
.loc-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E6E1D8;
    border-top-right-radius: 10px;
    min-width: 185px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loc-title h3 {
    font-family: "Playfair";
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #1A1A1A;
}
.locations-grid .location:hover .loc-overlay {
    opacity: 1;
}
.locations-grid .location:hover .loc-title {
    opacity: 0;
}
@media only screen and (max-width: 1600px) {
  .about-wrapper-home {
        padding-right: 10%;
    }
}
@media only screen and (max-width: 1400px) {
  .about-wrapper-home {
        padding-right: 5%;
    }
}
@media screen and (max-width: 1199px) {
    footer .middle-footer .max-width {
        grid-template-columns: 1fr;
    }
    footer .middle-footer .footer-list.central {
        order: 1;
    }
    footer .middle-footer .footer-list.left, footer .middle-footer .footer-list.right {
        order: 2;
        margin-top: 50px;
    }
    footer .middle-footer .footer-list.left *, footer .middle-footer .footer-list.right * {
        text-align: center;
    }
    footer .middle-footer .footer-list {
        height: fit-content;
    }
    .about-wrapper-home {
        padding-left: 5%;
    }
    .about-wrapper-home .left-part {display: none;}
    .about-wrapper-home .right-part {
        width: 100%;
    }
    .about-wrapper-home .left-part img {
        height: 400px;
        border-radius: 10px;
    }
    .about-wrapper-home .left-part picture {width: 100%;}
}
@media screen and (max-width: 991px) {
    footer .top-footer .max-width > a {
        margin-bottom: 20px;
    }
    .featured-wrapper .featuredSwiper {
        width: 100%;
        height: 400px;
    }
    .featured-wrapper .featured-estate-card {
        position: static;
        padding: 50px 5%;
        max-width: 100%;
    }
    .locations-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .main-background.home-background {
        height: 650px;
    }
    .main-background.home-background .home-logo {
        max-width: 360px;
    }
    .home-title p, .home-title a {
        font-size: 24px;
    }
    .home-title p {
        margin: 35px 0 0;
    }
    /* .home-title a {
        padding: 15px 40px;
    } */
    .home-title span {
        font-size: 20px;
    }
    .form-top .select-divs-2 .select-div {
        padding-left: 0;
        padding-right: 0;
    }
    .form-top .select-divs-2 .select-div details summary {
        left: 0;
        right: 0;
        width: 100%;
    }
    .videobg .video-text * {
        text-align: center;
    }
    .categories-grid {
        grid-auto-rows: min-content;
    }
    .categories-grid .category:nth-child(2) {
        grid-row: span 1;
    }
    .categories-grid .category {
        height: 350px;
    }
    .category-first {
        padding-bottom: 30px;
    }
    .locations-grid {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 575px) {
    .main-background.home-background .home-logo {
        max-width: 240px;
    }
    .home-title {
        top: 55%;
    }
    .home-title h1 {
        font-size: 22px;
    }
    .home-title p, .home-title a {
        font-size: 20px;
    }
    .home-title p {
        margin: 25px 0 10px;
    }
    .home-title a {
        padding: 20px;
        font-size: 16px;
    }
    .home-title span {
        font-size: 18px;
    }
    footer .middle-footer .footer-list.left, footer .middle-footer .footer-list.right {
        margin-top: 30px;
    }
    footer .middle-footer h3 {
        font-size: 20px;
    }
    footer .middle-footer ul li + li {
        margin-top: 5px;
    }
    footer .middle-footer ul {
        padding-bottom: 0;
    }
    footer .middle-footer ul li a {
        font-size: 14px;
    }
    .mb {
        margin-bottom: 40px;
    }
    .featured-title h2 {
        font-size: 32px;
    }
    .featured-wrapper .featured-estate-card .price {
        font-size: 24px;
    }
    .featured-wrapper .featuredSwiper {
        height: 300px;
    }
    .realestate-grid .realestate .sold-overlay {
        font-size: 30px;
    }
    .locations-grid {
        margin-top: 40px;
    }
    .locations-grid .location {
        height: 280px;
    }

    header .left-header .header-contact-icons img {
            height: 25px;
    width: 25px;
    object-fit: contain;
    }

    .home-title span, .home-title p, .home-title a {
    font-family: "Playfair Display";
    }
}