@font-face {
    font-family: "Mundial";
    src: local("Mundial"),
    url("../fonts/MundialRegular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Mundial";
    src: local("Mundial"),
    url("../fonts/MundialLight.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Mundial";
    src: local("Mundial"),
    url("../fonts/MundialThin.otf") format("opentype");
    font-weight: 200;
}

html {
    scroll-behavior: smooth;
}


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

.intro .inner {
    padding: 60px 80px;
}

.section-title h1 {
    color: #000;
    font-size: 70px;
    line-height: 1;
}

.section-title.bord {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

.section-title.bord::after {
    max-width: 590px;
    height: 3px;
    background: linear-gradient(90deg, #ccc 0%, #2A3E78 100%);
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}

.intro .img img {
    height: 93vh;
    width: 100%;
    object-fit: cover;
}

.form {
    background-color: rgb(249 250 251);
}

.nice--form label {
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}

.nice--form input, .nice--form select, .nice--form textarea {
    width: 100%;
    color: #000;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    vertical-align: top;
    margin: 0;
    background: transparent;
    border: transparent;
    outline: none;
    padding: 0;
    font-style: normal;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.nice--form textarea {
    height: 120px;
}

.home--contact .agent img {
    max-height: 800px;
    object-fit: cover;
    object-position: top;
}

.home--socials {
    background: #0c0a09;
    padding: 140px 0 20px 0;
}

.home--socials::before, .properties::before {
    display: none;
}

.properties {
    background: rgba(243, 244, 246, 1);
}

.p-bigger {
    font-size: 22px;
}

.dark-bg {
    background: #0c0a09;
}

.section-title.white h1, .section-title.white h6 {
    color: #fff;
}

.about-s1-img.img-1 {
    width: 38.75%;
    margin-left: auto;
}

.about-s1-img.img-1 img {
    max-height: 90vh;
    width: 100%;
    object-fit: cover;
}

.about-s1-img.img-2 {
    width: 35%;
    position: absolute;
    bottom: -25%;
    left: 3.75%;
}

.about-s1-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
}

.about-s1-text .content {
    max-width: 600px;
    padding: 0;
}

.about-s1-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.about-s1-img.img-2:before {
    background: url(../img/photo-overlay.png) center / 100% 100% no-repeat;
}

.intro {
    padding: 40px 0 80px;
}

.about--page {
    padding: 250px 0 100px;
}

.about-row-margin {
    margin-bottom: 90px;
}

.section-title p {
    color: #000;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 3px;
    font-family: var(--body-font);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 8px;
}

.btn-default.btn-black {
    background: #000;
    color: #fff;
}

.btn-default.btn-black::before {
    width: 100%;
}

.fullimage img {
    height: 80vh;
    object-fit: cover;
    width: 100%;
}

.contact--page {
    padding-top: 40px;
}

.contact--page .img img {
    width: 100%;
    max-height: 88vh;
    object-fit: cover;
    object-position: top;
}

.section-title h1 span {
    font-size: 35px;
    display: block;
    margin-bottom: 8px;
}

.sector .inner {
    padding: 40px;
}

.sector .img img {
    height: 75vh;
    object-fit: cover;
    width: 100%;
}

.sector .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/overlay-sector.png) center / 100% 100% no-repeat;
    z-index: 1;
}

.sector .section-title {
    margin-left: -80px;
    z-index: 2;
}

.info-row-margin {
    margin-top: 100px;
}

.info .link-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.info .link-box {
    flex: 1 1 450px;
}

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

.info .link-box h3 {
    font-size: 20px;
}

.img-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#info td {
    padding: .5em 0;
    vertical-align: top;
    width: 70%;
}

#info td+td, #info td.last-child {
    font-weight: 700;
    text-align: right;
    width: 30%;
}

#info {
    border: 0 none;
    width: 100%;
}

#info tr {
    border-top: 1px solid #ccccde;
}

.buyers--page .fullimage img {
    object-position: 50% 35%;
}

.sellers--page .fullimage img {
    object-position: 50% 70%;
}

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

.media--icons img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.media--icons a {
    flex: 0 0 12%;
}