@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,500;1,600&display=swap');

:root {
    --trans: 0.4s all ease;
    --baskerville: 'Baskerville-Old';
    --poppins: 'Poppins';
    --accent-color: #2f2d2e;
    --secondary-color: #5a5447;
}


@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Baskerville-Old';
    src: url('../fonts/Baskerville-Old.ttf');
    font-weight: 400;
    font-style: normal;
}

body {
    color: #444;
    font-family: var(--poppins);
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

#header.logo-home .navbar-brand img {
    width: 300px;
    transition: all .3s ease;
    filter: brightness(0) invert(1);
}

#header .navbar-brand img,
#header.scrolled .navbar-brand img {
    width: 230px;
    filter: brightness(0) invert(1);
}

a {
    color: #000;
}

a:hover {
    color: var(--secondary-color);
}

.padd-lg {
    padding: 100px 0;
}

.padd-md {
    padding: 60px 0;
}

.otgs-development-site-front-end, .grecaptcha-badge {
    display: none !important;
}

.bg-gray-lighter {
    background-color: #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #2f2d2e;
}

.section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.section-title h2 {
    font-size: 72px;
}

.section-title h3 {
    font-size: 30px;
    color: #000;
}

.section-title h6 {
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    font-style: italic;
    padding-left: 75px;
    position: relative;
    display: inline-block;
    color: #000;
}

.section-title.white h6, .section-title.white h2 {
    color: #e2dfd4;
}

.section-title h6:before {
    content: '';
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 55px;
    left: 0;
    height: 2px;
    border-top: 1px solid var(--secondary-color);
    transform: rotate(0deg);
    top: 50%;
}

.section-title.white h6::before {
    border-color: #fff;
}

img {
    max-width: 100%;
}

.img-bordered {
    border: 8px solid #f8f8f8;
}

.header-wrapper {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}

.homeAbout {
    background: #e2dfd4;
    padding: 100px 0;
}

.homeAbout .img,
.contact-img-ctn {
    aspect-ratio: 5 / 7;
    filter: drop-shadow(2px 4px 6px #808080);
}

.homeAbout .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.homeAbout p {
    text-align: justify;
}

.default {
    display: inline-block;
    width: auto;
    max-width: 100%;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    font-weight: 400;
    letter-spacing: .08em;
    transition: var(--trans);
    white-space: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    padding: 12px 38px;
    font-size: 13px;
    line-height: 24px;
    background: transparent;
}

.default:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.img-border:before, .img-border-left:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -30px;
    right: -30px;
    height: 100%;
    border: 1px solid var(--secondary-color);
    opacity: 0.7;
    transition: 0.4s ease-out;
}

.img-border-left:before {
    left: -30px;
    right: unset;
}

.flush {
    padding: 0 !important;
}

.homeBanner .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.homeBanner::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: #2f2d2e;
    opacity: 0.6;
    z-index: 2;
}

#header .navbar-nav li {
    margin: 0 10px;
}

#header .navbar-nav li a {
    color: #e2dfd4;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: var(--trans);
}

#header .navbar-nav li a:hover, 
#header .navbar-nav li.current-menu-item a {
    color: #c7beab;
}

#header .dropdown-menu {
    background: #141414;
    color: #fff;
    border-radius: 0;
    padding: 0;
    border: none;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
}

#header .dropdown-menu a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 15px;
    display: block;
    transition: var(--trans);
}

#header .navbar-nav .dropdown-menu li {
    margin: 0;
}

#header .dropdown-menu a:hover {
    background: #000;
}

.homeBanner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 80%;
}

.homeBanner .inner h1 {
    color: #e2dfd4;
    font-size: 60px;
}

.default.white {
    color: #e2dfd4;
    border-color: #e2dfd4;
}

.default.white:hover, .default.white.active {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.homeBanner .btn-wrapper {
    margin-top: 40px
}

.homeBanner .default.white.active:hover {
    color: #fff;
    border-color: #fff;
}

.homeProp {
    background: #c7beab;
}

.property-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.property-box img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.property-box img.icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.property-box .img {
    position: relative;
}

.property-box .img::before {
    content: '';
    background: rgba(47, 45, 46, 0.5);
    background-size: 30% auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s all ease;
}

.property-box .img::after {
    content: '';
    background: url(../img/white-icon-logo.png) 90% 10% no-repeat;
    background-size: 30% auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
    opacity: 0;
    transition: 0.3s all ease;
    display: none;
}

.property-box:hover .img::after {
    opacity: 0.75;
}

.property-details {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    bottom: -30px;
    transition: var(--trans);
}

.property-box:hover img::before {
    opacity: 1;
}

.property-details h3 {
    color: #e2dfd4;
    margin: 0px;
    line-height: 1;
    font-size: 27px;
}

.property-details p {
    color: #e2dfd4;
    font-size: 20px;
    margin-bottom: 10px;
}

.property-details h5 {
    color: #e2dfd4;
    font-weight: 500;
    font-family: var(--poppins);
}

.property-details .btn-default {
    color: #000;
    font-size: 16px;
}

.property-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: var(--trans);
}

.property-details ul li {
    display: inline-block;
    margin-right: 25px;
    color: #e2dfd4;
}

.property-details ul li:last-child {
    margin-right: 0;
}

.property-details ul li i {
    margin-left: 8px;
}

.property-box:hover .property-details {
    bottom: 0;
}

.property-box:hover .property-details ul {
    opacity: 1;
}

.btn-wrapper {
    margin-top: 30px;
}

footer {
    background: #2f2d2e;
    color: #fff;
    padding-bottom: 20px;
}

img.invert {
    filter: invert(1);
}

footer p {
    color: #e2dfd4;
}

footer .phone a {
    color: #e2dfd4;
    font-size: 18px;
    display: block;
}

footer .logo img {
    margin-bottom: 20px;
    max-width: 300px;
    filter: brightness(0) invert(1);
}

a {
    text-decoration: none;
}

.copyrights p {
    margin: 0;
    font-size: 14px;
}

.copyrights a {
    font-style: italic;
    color: #fff;
}

.copyrights {
    padding-top: 20px;
    border-top: 1px solid #444;
}

footer .agency .img img {
    width: 270px;
}

.homeContact, .homeWork {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.homeContact::after, .homeWork::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: #2f2d2e;
    opacity: 0.6;
}

.homeTesti {
    background: #e2dfd4;
}

.homeTesti .single h5 {
    font-size: 25px;
    margin-bottom: 20px;
}

.homeTesti .single {
    max-width: 800px;
    margin: 0 auto;
}

#header.scrolled {
    background: #2f2d2e;
}

#header {
    transition: var(--trans);
}

footer .address {
    padding-bottom: 20px;
}

.homeWork::before {
    content: "Work";
    z-index: 1;
    opacity: 0.05;
}

.page-id-404 .homeWork::before {
    content: "Affaire";
}

.homeWork .inner {
    position: relative;
    z-index: 3;
    color: #fff;
}

.homeWork .inner .img img {
    width: 70px;
    margin-bottom: 20px;
}

.homeWork .inner h3 {
    color: #fff;
}

.custom-form input, 
.custom-form select, 
.custom-form textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 19px;
    font-size: 14px;
    background-color: #e2dfd4;
    background-image: none;
    border: 1px solid #e2dfd4;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 20px;
}

.custom-form textarea {
    height: 120px;
    resize: none;
}

.custom-form label {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.homeContact {
    padding: 100px 0;
}

.homeWork .section-title p,
.homeContact .section-title p {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 0;
}

section {
    overflow-x: hidden;
}

.inner-banner {
    margin: 0;
    padding: 220px 0 120px;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.inner-banner.your-home-banner {
    background-position: center 15%;
}

.page-id-108 .inner-banner,
.page-id-354 .inner-banner {
    background-position: center 85%;
}

.inner-banner.sotheby-banner {
    background-position: center 25%;
}

.inner-banner.sotheby-banner .sotheby-logo {
    text-align: center;
}

.inner-banner.sotheby-banner .sotheby-logo img {
    max-width: 300px;
    filter: brightness(0) invert(1);
}

.inner-banner h1 {
    color: #c7beab;
    font-size: 85px;
}

.inner-banner .inner {
    position: relative;
    z-index: 3;
}

.inner-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2f2d2e63;
}

.sales .inner h4 {
    padding: 10px;
    font-size: 20px;
}

.sales .inner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.inner-content {
    background: #e2dfd4;
}

.inner-content h2 {
    font-size: 45px;
}

.bigger-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    position: relative;
}

#slider img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

#slider .caption {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--secondary-color);
    color: #fff;
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 14px;
    z-index: 2;
}

.custom-container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    position: relative;
}

.inner-content p a {
    text-decoration: underline;
    color: #000;
}

.ratehub-calc .rh-calc-main .col1,
.ratehub-calc .rh-calc-main .profile label {
    font-weight: 400 !important;
}

#multi-step-form .fw-plain-layout .fw-step-part-title {
    display: none !important;
}

@media screen and (min-width: 577px) {
    #multi-step-form .fw-choice.fw-input-container {
        display: inline-block;
        width: 49%;
    }
}

.accent {
    color: #670038;
}

.marketing .inner p {
    font-size: 18px;
}

.marketing .img {
    aspect-ratio: 3 / 2;
}

.marketing .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexbox {
    display: flex;
}

.single-agency .icon img {
    min-width: 90px;
}

.single-agency .content {
    padding-left: 30px;
}

#burger-menu {
    display: none;
}

#burger-menu.is-active .burger-box::before {
    width: 26px;
    top: 50%;
    right: auto;
    transform: rotate(45deg);
}

#burger-menu.is-active .burger-box::after {
    top: 50%;
    transform: rotate(-45deg);
}

#burger-menu.is-active .burger-inner {
    opacity: 0;
}

#burger-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    width: 100%;
    height: 100vh;
    background-color: #0e0e0e;
    padding: 50px 60px;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transform: translateX(100%);
    overflow-y: auto;
}

#burger-content.active {
    transform: translateX(0);
}

#menu-burger-menu li {
    padding-top: 30px;
    width: 50%;
}

#menu-burger-menu li ul li {
    width: 100%;
    padding-top: 0;
}

#menu-burger-menu li ul li a {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.9;
    color: #999;
    text-transform: uppercase;
}

#burger-content .burger-menu-container {
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
}

#burger-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#menu-burger-menu {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#burger-content li a {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    transition: var(--trans);
    margin: 20px 0;
    display: block;
}

#burger-content ul li {
    width: 50%;
}

#burger-content li ul {
    display: block;
}

#burger-content li ul li a {
    color: #999;
    margin: 0;
}

#burger-content ul li ul li {
    width: 100%;
}

img.icon {
    width: 20px;
    height: 20px;
}

.default.white.active:hover {
    background: none;
    color: var(--secondary-color);
}

.accent-bg {
    background: var(--secondary-color);
}

[data-filter=".sold"] {
    display: none !important;
}

.tool-section .alert-ctn {
    background: #c7beab;
    padding: 50px;
}

#multi-step-form [data-type=fw-checkbox] label:before {
    background: #e2dfd4!important;
}

#multi-step-form [data-type=fw-radio] label:hover::before, 
#multi-step-form [data-type=fw-checkbox] label:hover::before {
    background: #e2dfd4!important;
}

#multi-step-form .fw-textarea,
#multi-step-form .fw-step-block input {
    background: #e2dfd4!important;
}

.tool-section .fw-wizard-step-header.fw-current {
    text-align: center;
}

.tool-section #multi-step-form .fw-step-block[data-type="fw-radio"] {
    border: 1px solid #5a5447;
    padding: 20px;
}

.tool-section #multi-step-form .fw-wizard-step-container h3 {
    font-size: 28px!important;
    line-height: 1!important;
    margin-top: 0!important;
}

.tool-section #multi-step-form [data-type=fw-text] .fw-input-container label {
    margin-top: 0!important;
}

.tool-section #multi-step-form .fw-step-block {
    margin-bottom: 25px!important;
}

.tool-section #multi-step-form .fw-wizard-buttons {
    text-align: right!important;
}

.tool-section #multi-step-form .fw-wizard-buttons button {
    height: unset!important;
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 24px!important;
    letter-spacing: .08em!important;
    text-transform: uppercase!important;
    text-align: center!important;
    border: 1px solid #000!important;
    background: #5a5447!important;
    white-space: normal!important;
    cursor: pointer!important;
    padding: 12px 38px!important;
    transition: var(--trans)!important;
}

.tool-section #multi-step-form .fw-wizard-buttons button:hover {
    color: #5a5447!important;
    border-color: #5a5447!important;
    background: transparent!important;
}

/* contact page */
.page-template-template-contact #header {
    background: #2f2d2e;
}

.contact-section {
    background: #e2dfd4;
    padding: 145px 0;
}

.contact-section .form-control {
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
    background: transparent;
    padding: 12px 15px;
    margin-bottom: 15px;
}

.contact-section textarea.form-control {
    min-height: unset;
    height: 125px;
    resize: none;
}

/* team section */
.team-section {
    background: #e2dfd4;
    padding: 0 0 100px 0;
}

.team-img {
    margin-bottom: 20px;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info h4 {
    font-weight: 500;
    color: #000;
}

.team-force p {
    font-weight: 600;
}

/* tools page */
.tool-section {
    background: #e2dfd4;
    padding: 160px 0 100px 0;
}

.page-template-template-alerts #header,
.page-template-template-tools #header {
    background: #2f2d2e;
}

/* calculators page */
mw-calc-table {
	background: #FAF8F1;
}

mw-calc-panel-body, mw-calc-section {
	background:#c7beab !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding:35px 0px !important;
}

mw-calc-section {
	padding:35px 30px !important;
}

mw-calc-label {
    font-size: 14px!important;
	font-weight: 500 !important;
	color: #444 !important;
}

.mw-calc-search-input {
	border-radius: 0px !important;
}

#calculate_lt {
    display: inline-block!important;
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 24px!important;
    letter-spacing: .08em!important;
    text-align: center!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    white-space: normal!important;
    color: #fff!important;
    border: 1px solid #000!important;
    border-radius: 0!important;
    cursor: pointer!important;
    padding: 12px 38px!important;
    transition: var(--trans)!important;
}

#calculate_lt:hover {
	color: #5a5447 !important;
    border-color: #5a5447!important;
	background: transparent !important;
}

.mw-calc-table > tbody > tr.active {
	border-color: #c7beab !important;
	color: #fff !important;
}

mw-calc-table table > tbody > tr:nth-of-type(odd) {
    background-color: #e2dfd4!important;
}

.mw-calc-table tbody tr td {
    color: #444!important;
    font-family: var(--poppins)!important;
    font-size: 14px!important;
    font-weight: 300!important;
    line-height: 1.6!important;
    letter-spacing: 0.5px!important;   
}

.mw-calc-table > tbody > tr.active > td {
	background: #5a5447 !important;
	border-color: #5a5447 !important;
	color: #fff !important;
}

.single-properties {
    background: #e2dfd4;
}

#schedule-showing-modal .modal-content,
#contact-modal .modal-content {
    background: #c7beab;
}
