@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", sans-serif;
    padding-bottom: 0 !important;
    /* font-family: "DM Serif Display", serif; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .tg-container {
    padding: 0 15px;
    max-width: 1325px;
}

.tg-container {}

.home-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home-header::before,
.home-header::after {
    display: none;
}

.tg-site-header-bottom {
    width: 100%;
    padding: 16px 0 24px;
    position: relative;
}

.header-nav-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
}


.mobile-toggle {
    cursor: pointer;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    background-color: transparent !important;
    display: none;
}

.mobile-toggle span {
    width: 40px;
    height: 3px;
    background: #000;
    transition: 0.3s;
}

.mobile-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translateY(15px);
}

.mobile-toggle.open span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translateY(-15px);
}


.tg-site-header {
    border: 0;
}

.site-branding .custom-logo-link {
    margin: 0;
}

.site-branding {
    width: 104px;
}

.banner-section {
    width: 100%;
    height: 800px;
    background: url(../images/banner-section.png) no-repeat center center / cover;
    position: relative;
    padding-bottom: 72px;
}

.banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.74%, rgba(0, 0, 0, 0.6) 70.76%);
}

.banner-section .container {
    position: relative;
    z-index: 1;
}

.tg-page-header {
    display: none;
}


.banner-tab h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 24px;
}


.banner-serach input {
    outline: none;
    outline-color: inherit;
    padding: 0 16px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8A8F99;
}

.banner-serach {
    position: relative;
}

.banner-serach button {
    position: absolute;
    top: 16px;
    right: 17px;
    background: #AD2218;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 10px;
}

.banner-tab .list-group {
    flex-direction: row;
    justify-content: space-between;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.banner-tab .list-group a {
    width: calc(33.33% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 5px 16px;
    gap: 4px;
    border-radius: 8px;
}

.banner-tab .list-group a.active {
    background: #17181C;
}

.site-content {
    margin: 0;
}

.tg-container {
    max-width: 100%;
    display: block;
    padding: 0;
}

.header-buttons a {
    padding: 8px 16px;
    border: 1px solid #EBEBEB;
    border-radius: 48px;
}

.discover-section {
    padding: 96px 0 80px 0;
    background: #FAFAFA;
}

.container {
    max-width: 1326px;
}


.about-us-section {
    padding: 112px 0;
}

.insights-left span,
.about-head-left span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #A70E0E;
    padding: 8px 12px;
    border: 1px solid #A70E0E;
    border-radius: 44px;
    display: inline-flex;
}

.insights-left h2,
.section-title h2,
.about-head-left h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    margin: 24px 0 0;
    font-family: "Manrope", sans-serif;
}

.insights-left h2 i,
.section-title h2 i,
.about-head-left h2 i {
    font-family: "DM Serif Display", serif;
    color: #A70E0E;
    font-weight: normal;
}

.section-title h2 {
    font-size: 40px;
    margin: 0;
}

.about-head-left {
    width: 44%;
}

.about-head-right {
    width: 43.3%;
    padding: 38px 0 0;
}



.video-about {
    position: relative;
    padding: 23.15% 25%;
    margin-top: 48px;
}

.about-head-right p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 24px;
}

.video-about iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.btns {
    display: flex;
    background-color: #A70E0E;
    border: 1px solid #A70E0E;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 53px;
    border-radius: 50px;
}


.btns-secondary {
    border: 1px solid #EBEBEB;
    color: #000000;
    background-color: transparent;
}

.btns:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-decoration: none !important;
}

.header-buttons {
    gap: 10px;
}

.header-nav-wrap ul {
    gap: 24px;
}

.header-nav-wrap ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.discover-section .row {
    row-gap: 40px;
    margin: 40px -20px 0;
}

.discover-section .row .col-md-4 {
    padding: 0 20px;
}

.property-box a {
    display: flex;
    padding: 49.9% 25%;
    position: relative;
}

.property-box a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.property-box span {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: inline-flex;
    padding: 9px 12px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.approach-section {
    background-color: #E3F2FD;
    padding: 82px 0 80px;
}

.approach-title h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    max-width: 510px;
    margin: -1px;
}

.footer-bg {
    padding: 40px 40px 38px;
    background: #FAFAFA;
    border-radius: 24px;
}


.site-footer {
    padding-bottom: 24px;
}

.footer-widget .widgettitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 21px;
}

.footer-inner .col-md-3 {
    max-width: 20.8%;
}

.insights-section a{
    text-decoration: none !important;
}

.footer-bottom>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}

.footer-bottom ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.footer-bottom ul li {
    position: relative;
}

.footer-bottom ul li:not(:last-child) {
    padding-right: 11px;
    margin-right: 6px;
}

.footer-bottom ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
}

.footer-bottom {
    border-top: 1px solid #CBCBCB;
    padding-top: 37px;
    margin-top: 48px;
}

.insights-section {
    padding: 112px 0 111px 0;
}

.insights-left {
    width: 43%;
}

.insights-left h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 12px 0 13px;
    line-height: 48px;
}

.insights-left p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.insights-section .owl-carousel {
    margin-top: 80px;
}

.insights-box {
    margin-top: 40px;
    text-align: center;
}

.insights-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 9px;
}

.insights-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #575757;
    margin: 0 auto;
    max-width: 310px;
}

.center .insights-box {
    margin-top: 0;
}

.insights-img {
    position: relative;
    padding: 49.9% 25%;
    margin-bottom: 24px;
}

.center .insights-img {
    padding: 58.4% 25%;
}

.insights-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.testimonial-section {
    background: #E3F2FD url(../images/testimonial-bg.png) no-repeat center center;
    padding: 317px 0 116px;
}

.testimonial-slider-main h2 {
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #171717;
    padding: 0 30px;
    margin-bottom: 23px;
}

.testimonial-slider-main {
    width: 100%;
    max-width: 557px;
    margin: auto;
}

.testimonial-box {
    padding: 0 24px 23px;
    background: #FFFFFF;
    border-radius: 16px;
    text-align: center;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.testimonial-box p {
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.testimonial-box h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    margin-bottom: 0;
}

.testimonial-img {
    margin-top: -24px;
}

.testimonial-img img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.testimonial-icon {
    margin: 14px 0 13px;
}

.testimonial-slider-main .owl-nav .owl-prev,
.testimonial-slider-main .owl-nav .owl-next {
    position: unset;
    width: 40px;
    height: 40px;
    border: 1px solid #171717 !important;
    border-radius: 1000px;
    transform: unset;
    font-size: 30px !important;
}

.testimonial-slider-main .owl-nav .owl-prev::after,
.testimonial-slider-main .owl-nav .owl-next::after {
    display: none;
}

.testimonial-slider-main .owl-nav .owl-prev:hover,
.testimonial-slider-main .owl-nav .owl-next:hover {
    border: 1px solid #A70E0E !important;
    background-color: #A70E0E !important;
    color: #fff;
}

.testimonial-slider-main .owl-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
}

.perfect-home {
    margin-right: -72px;
    text-align: right;
}

.perfect-home-section {
    padding: 112px 0;
}

.perfect-home-section .section-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    margin: 29px 0 30px;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.footer-widget ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.footer-about .textwidget {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    max-width: 390px;
    margin: 24px 0;
}

.footer-contact:last-child {
    margin-top: 35px;
}

.banner-tab {
    padding: 24px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    width: 100%;
    max-width: 531px;
}

.social-media ul {
    gap: 16px;
}

.social-media li a {
    width: 32px;
    height: 32px;
    background-color: #A70E0E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider-main {
    position: absolute !important;
    right: 15px;
    bottom: 0;
    width: 100%;
    max-width: 512px;
}

.banner-slider h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.banner-slider p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.banner-slider {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 24px;
}

.banner-slider a {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: inline-flex;
    text-decoration: none;
}

.banner-slider-main .owl-dots {
    height: 40px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider-main .owl-prev,
.banner-slider-main .owl-next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(25px);
    border-radius: 12px;
    color: #fff !important;
    font-size: 30px !important;
    top: 100%;
    transform: translate(0, -40px);
}

.banner-slider-main .owl-prev {
    left: 0;
}

.banner-slider-main .owl-next::after,
.banner-slider-main .owl-prev::after {
    display: none;
}

.banner-slider-main .owl-next {
    right: 0;
}

.countries-available {
    position: absolute;
    right: 15px;
    bottom: 0;
    padding: 24px;
    max-width: 388px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.approach-section .container {
    position: relative;
}

.countries-available h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
}

.countries-available p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}

.countries-available h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #A70E0E;
    margin-bottom: 25px;
}

.footer-bottom {}

.insights-right {
    width: 100%;
    max-width: 522px;
}

.insights-right input {
    width: calc(100% - 170px) !important;
    padding: 12px 12px 12px 55px;
    width: 100%;
    height: 48px;
    border: 1px solid #EBEBEB;
    border-radius: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background: url(../images/Search.svg) no-repeat left 15px center;
    outline: none;
    outline-color: inherit;
}

.insights-right button {
    gap: 5px;
    padding: 10px 42px;
}

.contact-info-main li {
    padding-left: 32px;
    position: relative;
}

.contact-info-main li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.contact-info-main li:first-child::before {
    background: url(../images/tabler-icon-phone.svg) no-repeat center center / 24px;
}

.contact-info-main li:last-child::before {
    background: url(../images/tabler-icon-mail.svg) no-repeat center center / 24px;
}

.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover, .owl-dots .owl-dot.active span {
    background-color: #fff !important;
    opacity: 1;
}

.owl-dots .owl-dot span {
    opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
    .discover-section .row {
        margin: 40px -15px 0;
        row-gap: 30px;
    }

    .perfect-home {
        margin-right: -15px;
    }

    .main-navigation {
        display: flex;
    }
}

@media only screen and (max-width: 991px) {

    .footer-inner .col-md-2,
    .footer-inner .col-md-3 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .discover-section .row .col-md-4 {
        padding: 0 15px;
    }

    .footer-widget ul {
        row-gap: 5px;
    }

    .footer-about .textwidget {
        max-width: 100%;
    }

    .insights-left h2,
    .section-title h2,
    .about-head-left h2,
    .section-title h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .about-head-right {
        padding-top: 0;
    }

    .insights-right {
        max-width: 400px;
    }

    .footer-bg {
        padding: 30px;
    }

    .footer-inner .col-lg-5 {
        margin-bottom: 20px;
    }

    .banner-slider-main {
        position: relative !important;
        right: 0;
    }

    .banner-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 30px;
        right: 0;
    }

    .about-head-left,
    .about-head-right {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .footer-inner .col-md-2,
    .footer-inner .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .footer-inner .col-md-3:last-child {
        margin-bottom: 0;
    }

    .discover-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .countries-available {
        position: unset;
        padding: 15px;
    }

    .testimonial-slider-main h2,
    .approach-title h2 {
        font-size: 30px;
        line-height: 41px;
        padding: 0;
    }

    .insights-left {
        width: 100%;
    }

    .footer-bg {
        padding: 20px;
    }

    .testimonial-section {
        background-image: none;
        padding: 35px 0 35px;
    }

    .discover-section {
        padding: 50px 0;
    }

    .about-head-right {
        margin-top: 15px;
    }

    .about-us-section {
        padding: 50px 0;
    }

    .discover-section .row .col-md-4 {
        padding: 0 10px;
    }

    .discover-section .row {
        margin: 40px -10px 0;
        row-gap: 20px;
    }

    .property-box span {
        font-size: 12px;
        line-height: 22px;
        left: 10px;
        bottom: 10px;
    }

    .countries-available h4 {
        font-size: 22px;
    }

    .approach-section {
        padding: 50px 0;
    }

    .map-img {
        margin: 20px 0;
    }

    .insights-section {
        padding: 50px 0;
    }

    .perfect-home-section .row,
    .insights-head {
        row-gap: 30px;
    }

    .perfect-home-section {
        padding: 50px 0;
    }

    .banner-tab .list-group a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .banner-tab {
        padding: 15px;
    }

    .banner-serach button {
        position: unset;
        margin-top: 15px;
        width: 100%;
    }

    .mobile-toggle {
        display: flex !important;
    }

    .header-nav-wrap {
        position: absolute;
        top: 100%;
        z-index: 9;
        background: #fff;
        padding: 15px;
        right: 0;
        left: 0;
        display: none;
    }

    .header-nav-wrap.active {
        display: block;
    }

    .header-nav-wrap ul {
        flex-direction: column;
    }

    .tg-site-header-bottom {
        padding: 15px 0;
    }
}