@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
	--dark-blue: #081726;
	--dark-gold: #c7c091;
	--dark-light-blue: #14344e;
	--light-gold: #e5deab;
	--off-blue: #233f55;
	--off-gold: #bfb988;
	--dark-grey: #707070;
	--grey: #bfbfbf;
	--white: #fff;
	--black: #000;
	--purple: #332145;
	--owl-gradient: linear-gradient(180deg, rgba(20, 52, 78, 1) 21%, rgba(20, 52, 78, 0.6432773793110995) 100%);
}

* {
	box-sizing: border-box;
}

/* .row{
	color: #dd0d0d;
} */


a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-light-gold {
	color: var(--light-gold) !important;
}

.font-dark-blue {
	color: var(--dark-blue) !important;
}

.font-dark-gold {
	color: var(--dark-gold) !important;
}

.font-ligh-blue {
	color: var(--dark-light-blue) !important;
}

.bg-off-blue {
	background: var(--off-blue) !important;
}

.justify-items-end {
	justify-items: end;
}

.font-16 {
	font-size: 16px !important;
}
#wrapper {
	position: relative;
}

header {
	position: fixed;
	width: 100%;
	z-index: 1090;
}

.main-nav {
	padding: 10px 20px 20px 20px;
	display: flex;
	z-index: 1090;
}

.navbar-toggler {
	border-color: var(--light-gold) !important;
	color: var(--light-gold) !important;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-brand {
	width: 350px;
}

.zanzi-logo {
	height: 120px;
	max-width: 90px;
}

.navi {
	justify-content: end;
	margin-top: -35px;
}

.navi-scroll {
	margin-top: 0;
}

.jv {
	background: var(--off-blue);
	padding: 20px 20px 20px 20px !important;
}

.zanzi-logo-small {
	height: 65px;
	width: 37px;
}

.sv .logo-1 {
	display: block !important;
}

.sv .logo-2 {
	display: none !important;
}

.jv .logo-2 {
	display: block !important;
}

.jv .logo-1 {
	display: none !important;
}

.navigation .nav-item {
	margin-left: 10px;
}

.navigation .nav-item .nav-link {
	color: var(--light-gold);
	padding-top: 0;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1.5;
	width: auto;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navigation .nav-item .nav-link:hover {
	border-bottom: 1px solid var(--light-gold);
}

.own-log {
	border: 1px solid transparent;
	border-radius: 25px;
	background-color: var(--light-gold);
	color: var(--dark-light-blue) !important;
	font-weight: 400;
	width: 200px;
	font-size: 16px;
}

.own-log:hover {
	border: 1px solid var(--light-gold);
	color: var(--light-gold) !important;
}
.hero-section {
    background: url(../images/hero-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;    
    position: relative;
    margin-bottom: 70px;
}
.hero-section .lining-bg {
    background: linear-gradient(180deg, rgba(35,63,85,0.9) 30%, rgba(247,248,249,0.1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
}
.hero-section h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
}
.hero-section .blend-class {
    position: relative;
    z-index: 1;
}
.hero-section .sub-text {
    font-size: 30px;    
    color: var(--white);
    max-width: 475px;
}
.sda-form {
    background: #081726;
    padding: 30px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    height: auto;
    border-radius: 20px;
    border: 10px solid #bfb988;
    max-width: 500px;
}
.blue-box-input {
    height: 40px;
    padding: 5px 20px 5px 18px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--white);
}

.blue-box-input::placeholder {
    color: var(--black);
    font-weight: 400;
}
.book-view-input {
    height: 40px;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--white);
}

.book-view-input::placeholder {
    color: var(--dark-grey);
    font-weight: 600;
}
.book-gold-btn {
    font-weight: 600;
    color: var(--dark-blue);
    background: var(--dark-gold);
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    max-width: 220px;
    width: 100%;
}

.book-gold-btn:hover,
.book-gold-btn:focus-visible {
    border-color: var(--dark-gold) !important;
    color: var(--dark-gold) !important;
}

.book-gold-btn:focus {
    color: var(--dark-blue) !important;
    background: var(--dark-gold) !important;
}
.sda-form .form-itr label::before {
    content: "";
    background-color: transparent;
    border: 2px solid #cac497;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background: #fff;
    border-radius: 5px;
}

.sda-form .form-itr input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.sda-form .form-itr input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 6.5px;
    width: 5px;
    height: 10px;
    border: solid #14344e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.blue-title-round {
    background: #233f55;
    color: var(--dark-gold);
    border-radius: 0px 50px 50px 0px;
    width: fit-content;
    padding: 8px 40px 8px 50px;
    margin-bottom: 70px;
    font-weight: 400;
    user-select: none;
}
.blue-title-round p {
    color: var(--dark-gold);
    font-size: 37.5px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.invest-section {
    margin-bottom: 70px;
}
.invest-section .spec-conatiner {
    width: 90%;
    margin: auto;
}
.invest-section .spec-conatiner p {
    font-size: 24px;
}
.invest-img img{
    width: 300px;
    height: 300px;
}
.invest-card h3 {
	font-size: 23.5px;
}
.invest-card {
    color: #324565;
    font-size: 23.5px;    
    line-height: 1.1;
    max-width: 315px;
	margin: auto;
}
.first-block {
    background: #f5f5f5;
    padding-top: 70px;
}
.first-block p {
    font-size: 23.5px;
}
.why-b-section img {
    height: 700px;
    object-fit: cover;
}
.team-section {
    margin-top: 70px;
    margin-bottom: 70px;
}
.gold-f {
    position: relative;
    overflow: hidden;
    background: url(../images/golden-frame.png);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    display: flex;	
}
.gold-f img {
    height: 80% !important;
    position: absolute;
    z-index: -10;
	background: linear-gradient(170deg, rgba(21,36,48,1) 0%, rgba(79,136,185,1) 100%);
}
.team-name {
    font-size: 30px;
    color: var(--dark-gold);
    background-color: #233f55;
    padding: 20px 40px;
    width: fit-content;
    margin: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 45px;
    text-align: center;
}
.post-namse {
    font-size: 30px;
    color: #233f55;
    background-color: #bfb988;
    padding: 20px 40px;
    width: fit-content;
    margin: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 45px;
    min-width: 350px;
    text-align: center;
}
.member-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute !important;
    bottom: 0px;
}
.gold-title-round {
    background: #bfb988;
    color: #233f55;
    border-radius: 0px 50px 50px 0px;
    width: fit-content;
    padding: 8px 40px 8px 50px;
    margin-bottom: 60px;
    font-weight: 400;
    user-select: none;
}
.gold-title-round p {
    color: #233f55;
    font-size: 37.5px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.mercury-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #233f55;
}
.mercury-section .text-s {
    font-size: 30px;
}

/* .properties-section,
.property-wrapp {
	padding: 40px 0;
} */

.properties-section h2,
.property-wrapp h2 {
	margin-bottom: 27px;
}

.properties-section .properties-holder,
.property-wrapp .properties-holder {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	grid-row-gap: 35px;
}

.properties-section .properties-item,
.property-wrapp .properties-item {
	width: 100%;
}

.properties-section .hide-info-prop,
.property-wrapp .hide-info-prop {
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.properties-section .hide-info-prop img,
.property-wrapp .hide-info-prop img {
	margin-right: 9px;
}

.properties-section .btn-holder,
.property-wrapp .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.properties-section .btn-holder .add,
.property-wrapp .btn-holder .add {
	color: var(--main-color);
	font-size: 12px;
	font-weight: 400;
	width: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	border-radius: 4px;
	background-color: var(--light);
	text-decoration: none;
}

.properties-section .btn-holder .view,
.property-wrapp .btn-holder .view {
	color: var(--light);
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
}

.properties-section .apart-name,
.property-wrapp .apart-name {
	text-transform: uppercase;
	color: var(--light);
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin-bottom: 45px;
}

.properties-section .flat-info,
.property-wrapp .flat-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--light);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 14px;
}

.properties-section .flat-info li,
.property-wrapp .flat-info li {
	margin-right: 22px;
}

.properties-section .flat-info img,
.property-wrapp .flat-info img {
	margin-right: 4px;
}

.properties-section .info-prop,
.property-wrapp .info-prop {
	z-index: 2;
	color: var(--white);
	position: relative;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.properties-section .info-prop img,
.property-wrapp .info-prop img {
	margin-right: 9px;
}

.properties-section .img,
.property-wrapp .img {
	position: relative;
	min-height: 241px;
	border-radius: 4px;
	overflow: hidden;
	padding: 10px;
	color: var(--light);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 8px 8px 0px 0px;
}

.properties-section .img .info,
.property-wrapp .img .info {
	position: relative;
}

.properties-section .img:hover .bg-hide,
.property-wrapp .img:hover .bg-hide {
	opacity: 1;
	visibility: visible;
}

.properties-section .img:hover .info-prop,
.property-wrapp .img:hover .info-prop {
	opacity: 0;
	visibility: hidden;
}

.properties-section .img:hover .available,
.property-wrapp .img:hover .available {
	opacity: 0;
	visibility: hidden;
}

.properties-section .available,
.property-wrapp .available {
	border-radius: 4px 0 0 4px;
	color: var(--light);
	z-index: 5;
	position: absolute;
	top: 12px;
	right: 0;
	max-width: 104px;
	width: 100%;
	min-height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.properties-section .available .name,
.property-wrapp .available .name {
	font-size: 11px;
	display: block;
	font-weight: 500;
	line-height: 1.45;
	text-transform: uppercase;
}

.properties-section .available .time,
.property-wrapp .available .time {
	font-size: 11px;
	font-weight: 300;
	line-height: 1.45;
	text-transform: uppercase;
}

.properties-section .available.main,
.property-wrapp .available.main {
	background: var(--main-color);
}

.properties-section .available.second,
.property-wrapp .available.second {
	background: var(--second-color);
}

.properties-section .img-holder,
.property-wrapp .img-holder {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.properties-section .img-holder img,
.property-wrapp .img-holder img {
	height: 100%;
	width: 100%;
}

.properties-section .bg-hide,
.property-wrapp .bg-hide {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	text-decoration: none;
	padding: 28px 16px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	color: var(--light-gold);
	background-image: var(--owl-gradient);
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.properties-section .info,
.property-wrapp .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.properties-section .info .city,
.property-wrapp .info .city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
	color: var(--light-gold);
	font-size: 18px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.properties-section .info .city:hover,
.property-wrapp .info .city:hover {
	opacity: 0.9;
}

.properties-section .info .city img,
.property-wrapp .info .city img {
	margin-right: 7px;
}

.properties-section .info .city .icon-holder,
.property-wrapp .info .city .icon-holder {
	margin-right: 5px;
}

.properties-section .info .price,
.property-wrapp .info .price {
	font-size: 21px;
	color: var(--light-gold);
}

.properties-section .info .price .month,
.property-wrapp .info .price .month {
	font-size: 16px;
	font-weight: 500;
}

.properties-section .properties-item,
.property-wrapp .properties-item {
	background-color: var(--dark-light-blue);
	border-radius: 8px;
}

.properties-section .info,
.property-wrapp .info {
	padding: 10px 8px;
}

.ribbon {
	width: 50%;
	height: 90px;
	overflow: hidden;
	position: absolute;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 185px;
	padding: 10px 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: var(--light-gold);
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	background-color: var(--dark-light-blue);
	border-radius: 25px;
}

.ribbon-top-left {
	top: -5px;
	right: 0px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -42px;
	top: 22px;
	transform: rotate(-0deg);
}

.owl-dots {
	display: none;
}

.icon-holder {
	max-width: 19px;
	display: inline-block;
}

.owl-nav button {
	color: var(--light-gold) !important;
	line-height: 13px !important;
	background: var(--dark-light-blue) !important;
	border-radius: 50%;
	padding: 5px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.mercury-property .owl-prev {
	left: -15px;
	font-size: 33px;
	color: #233f55 !important;
	background-color: #bfb988 !important;
	width: 30px;
	height: 30px;
	top: 35%;
	border-radius: 50% !important;
}
.owl-prev {
	left: -15px;
	font-size: 33px;
	color: var(--light) !important;
	background-color: var(--main-color-dark) !important;
	width: 30px;
	height: 30px;
	top: 35%;
	border-radius: 50% !important;
}

.owl-prev svg {
	width: 20px;
	height: 20px;
	left: 0;
}

.mercury-property  .owl-next {
	right: -15px;
	font-size: 33px;
	color: #233f55 !important;
	background-color: #bfb988 !important;
	width: 30px;
	height: 30px;
	top: 40%;
	border-radius: 50% !important;
}
.owl-next {
	right: -15px;
	font-size: 33px;
	color: var(--light-gold) !important;
	background-color: var(--dark-light-blue) !important;
	width: 30px;
	height: 30px;
	top: 40%;
	border-radius: 50% !important;
}

.owl-next svg {
	width: 20px;
	height: 20px;
	right: 0;	
}
.properties-section .container {
    max-width: 95%;
    margin-bottom: 35px;
}
.gold-btn-max {
	font-size: 25px;
	color: #233f55;
	background-color: #bfb988;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
	width: 100% !important;
	max-width: 400px;
	height: 50px;
	border: transparent;
	align-content: center;	
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.gold-btn-max:hover {
	background-color: #14344e !important;
	color: #bfb988 !important;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;    
}
.blue-btn-max {
	font-size: 25px;
	color: #bfb988;
	background-color: #233f55;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
	width: 100% !important;
	max-width: 400px;
	height: 50px;
	border: transparent;
	align-content: center;	
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.blue-btn-max:hover {
	background-color: #bfb988  !important;
	color: #14344e !important;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;    
}
.ora-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f5f5;
}
.ora-section .text-s {
    font-size: 23.5px;
    color: #233f55;
}
.sasd {
	background-color: #f5f5f5;
	padding-top: 150px;
    padding-bottom: 150px;
}
.save-section {
    background: #14344e;   
}
.save-section .container {
    max-width: 95%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.save-section h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    color: #bfb988;
    font-weight: 600;
    max-width: 560px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.save-section p {
    font-size: 23.5px;
    line-height: 1.1;
    max-width: 550px;
}
.white-btn {
    font-size: 30px;
    max-width: 370px;
    color: #14344e;
    background: #fff;
    padding: 8px 20px 8px 20px;
    line-height: 1;
    border-radius: 40px;
    margin-top: 40px;    
}
.white-btn:hover {
    background-color: #306b9b  !important;
	color: #fff !important;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;    
}
.gold-pins {
    height: 750px;
    margin-top: -200px;
}
footer {
	padding-top: 70px;
	background: var(--dark-blue);
	padding-bottom: 60px;
}
footer .container {
    max-width: 95%;
}

.icon-info {
	padding: 7px;
	padding-top: 7px;
	font-size: 5px;
	box-sizing: border-box;
	width: 12px;
	height: 14px;
	border-radius: 50%;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	background-color: var(--white) !important;
	color: var(--dark-blue) !important;
}

.agent-work {
	font-size: 14px;
}

ul.footer-link li:first-child {
	font-weight: 600;
}

ul.footer-link li:first-child {
	opacity: 1;
	cursor: default;
}

.footer-link li a {
	color: var(--white);
}

.footer-link li {
	font-size: 16px;
	color: var(--white);
	margin-bottom: 15px;
	cursor: pointer;
}

.footer-link li a:hover {
	opacity: 0.7;
}

.blog-text {
	letter-spacing: 0.2px;
	line-height: 2;
	font-size: 17px;
}

.search-in {
	padding: 22px 18px;
	border-radius: 35px 0px 0px 35px;
	color: var(--dark-blue);
	font-weight: 500;
}

.search-in::placeholder {
	color: var(--dark-blue);
	font-weight: 500;
}

.subscribe-btn {
	background: var(--dark-gold);
	color: var(--dark-blue);
	border-radius: 0px 35px 35px 0px;
	padding: 10px 37px;
	font-weight: 500;
}

.subscribe-btn:hover {
	border: 1px solid var(--dark-gold) !important;
	color: var(--dark-gold) !important;
}

.bottom-line {
	background: var(--dark-gold);
	font-weight: 500;
}

.bottom-line ul {
	list-style: none;
	padding-left: 0;
}

.bottom-line {
	color: var(--dark-blue);
}

.bottom-line .privacy-list li {
	display: inline-block;
}

.bottom-line .privacy-list li a {
	color: var(--dark-blue);
	text-decoration: none;
	font-weight: 500;
}

.social-footer a {
	width: 35px;
	height: 35px;
	background-color: var(--white);
	border-radius: 50%;
	/* line-height: 30px; */
	text-align: center;
	color: var(--dark-gold) !important;
	margin: 0 4px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom-line .container {
    max-width: 95%;
}
.mercury-tower, .ora-residency {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}

@media  screen and (min-width:300px) and (max-width:1320px) {
	.bedroom-holder label {
		padding: 8px 9px;
	}
	.bathroom-holder label {
		padding: 8px 9px;
	}
	.user-btns {
		font-size: 16px;
	}
}

.help-block{
	color:red;
}
.main-btns {
	font-size: 25px;
	font-weight: 600;
	color: #233f55;
  	background-color: #bfb988;
	border: 2px solid #bfb988 !important;
	border-radius: 30px;
	width: fit-content;
	padding: 5px 35px ;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-btns:hover , .main-btns:focus {
	background-color: #233f55;
	color: #bfb988;
}