.main-header .main-menu .navigation > li > a {
	font-size: 20px;
}
.main-header .main-menu .navigation > li {
	padding-inline-end: 40px;
}
.property-item.homeya-box h6 {
	font-size: 18px;
}
.flat-property-detail-v3 .box-price h4 {
	font-size: 28px;
}
.single-detail.ck-content a.tf-btn:hover {
	color: #161e2d;
  text-decoration: underline;
}
.flat-slider.home-1 .overlay {
	opacity: 0.8 !important;
}
.flat-slider.home-1 {
	overflow: hidden;
}
.video-bg {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover; /* makes it behave like background-size: cover */
}