@import url(styles.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* End Fonts */

:root {
    --main-color: #01062D;
    --sec-color: #FAA300;
    --bg-color: #757aa2;
    --th-color: #e9ecef;
    --font-body: "Montserrat", serif;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    background: #fff;
    text-align: start;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Sidebar */

.cursor {
    opacity: 0;
    transition: all .5s;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    /* padding-top: 30.1px; */
    /* padding-bottom: 53.1px; */
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: #fff;
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    right: -100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: calc(100% - 70px);
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    /* margin: 0 0 20px; */
    /* text-align: center; */
}

.mobile-menu .menu-box .navigation li a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #333;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #f0f3f8;
    text-align: start;
    text-transform: capitalize;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

body.mobile-menu-visible .mobile-menu {
    right: 0;
    opacity: 1;
    z-index: 99999999;
    visibility: visible;
    /* transform: none; */
}

/* End Sidebar */

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* margin-top: 27px; */
    gap: 32px;
}

header.sticky {
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 20px 0;
    /* box-shadow: 0px 2px 12px 0px #00000026; */
    top: 0;
    background: #fff;
    transition: all .4s;
}

.header-med .head-inner .logo a {
    display: block;
    max-width: 63px;
}

.close-btn {
    color: #666;
    display: table;
    margin: 0;
    font-size: 24px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    line-height: 24px;
    text-align: center;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 53px;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1),
.menu-right .mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.lang-h {
    position: relative;
    padding-inline-start: 32px;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.home-slider-block {
     position: relative;
}
.overlay-img img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-collapse {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    /* max-height: 100%; */
    /* overflow-y: auto; */
}

.navbar-collapse .navigation {
    /* width: 50%; */
    flex: 0 0 auto;
}

.mobile-menu .menu-box .navigation li a:hover {
    /* color: #fff; */
    /* text-decoration: underline; */
}

.mobile-menu .menu-box .navigation li:last-child {
    margin: 0;
}

.mobile-menu .menu-box .menu-outer {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.flex-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    max-height: 277.78px;
}

header .flex-h {
    margin-top: 84px;
}

.header-med .head-inner ul li a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #1D1F1F;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 2px solid transparent;
}


.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.logo-h {
    max-width: 298px;
    width: 100%;
    /* margin-inline-end: 47px; */
}
.logo-h img{
    /*max-height:200px;*/
    height:45px;
}

.logo-h a {
    display: block;
    width: 100%;
}

.header-med .head-inner ul li {
    position: relative;
}

.header-med .head-inner ul li.current-menu-item a,
.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.header-med .head-inner ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-start: 12px;
    transition: all .4s;
    position: relative;
    display: inline-block;
}

.header-med .head-inner ul li .sub-menu {
    min-width: 206px;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #0000001A;
    border-radius: 6px;
    padding: 19px 9px;
    visibility: hidden;
    z-index: 99;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.header-med .head-inner ul li .sub-menu li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 8px 0;
    display: block;
    color: var(--dark-color);
    border-bottom: 1px solid #E6E6E6;
    padding-inline-start: 20px;
}

.header-med .head-inner ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.header-med .head-inner ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.header-med .head-inner ul li:hover .sub-menu {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.header-med .head-inner ul li.menu-item-has-children>a:hover::after {
    transform: rotate(180deg);
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 32px;
    justify-content: end;
    margin-inline-start: 32px;
}

.lang-h:hover {
    /* color: #fff; */
}

.mobile-nav-toggler .lines {
    display: block;
    width: 35px;
    overflow: hidden;
}

.mobile-nav-toggler .lines i {
    display: block;
    width: 18px;
    height: 4px;
    margin: 2.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.mobile-nav-toggler .lines ::after,
.mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    transition: all .5s;
    top: 0;
}

.mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.mobile-nav-toggler .lines i:nth-child(1),
.mobile-nav-toggler .lines i:nth-child(3) {
    /* width: 25px; */
}

.mobile-nav-toggler .lines i:nth-child(1) {
    /* margin-inline-start: auto; */
}

.item.res-menu {
    display: none;
}

body.mobile-menu-visible {
    overflow: hidden;
}

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

.btn {
    outline: none;
    position: relative;
    border: 1px transparent solid;
    padding: 12px 33px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 167px;
    background: var(--main-color);
    min-height: 46px;
    border-radius: 8px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    box-shadow: none !important;
    z-index: 1;
    transition: all .4s;
    gap: 8px;
}

header .btn {
    white-space: nowrap;
    color: var(--main-color);
    border-color: var(--main-color);
    background: transparent;
    padding: 0 16px;
    font-size: 14px;
    min-width: auto;
}

.btn::before,
.btn::after,
.btn span::before,
.btn span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: var(--sec-color);
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box-btn.search-box-outer {
    color: #fff;
    font-size: 20.46px;
    font-weight: 900;
    line-height: 16px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    display: none;
}

.nav-inner-h {
    max-width: calc(100% - 380px);
    width: 100%;
}

.head-inner .menu-left form {
    width: 343px;
    position: relative;
}

.head-inner .menu-left form input {
    width: 100%;
    height: 48px;
    padding: 12px;
    padding-inline-start: 48px;
    border-radius: 12px;
    border: 1px solid #666666;
}

.head-inner .menu-left form i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 17px 22px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    transition: all .4s;
}

.head-inner .menu-left form input:focus {
    border-color: var(--sec-color);
}

.btn.btn-white:hover {
    background:  var(--main-color) !important;;
    color: #fff !important;
    border-color: #fff !important;
}
.btn:hover{
      background: transparent !important;
    color: var(--main-color) !important;
    border-color: var(--main-color) !important; 
}
.btn.btn-border:hover{
       background:  var(--main-color) !important;;
    color: #fff !important;
    border-color: #fff !important;
}
.head-inner .menu-left form input:focus {
    border-color: var(--main-color);
}

.lang-h a {
    display: inline-flex;
    font-weight: 500;
    align-items: center;
    font-size: 20px;
    gap: 13px;
    line-height: 30px;
    color: #141414;
}

.lang-h a i {
    font-weight: 300;
}

.header-med .head-inner .lang-h .sub-menu {
    position: absolute;
    display: block;
    min-width: 160px;
    background: #fff;
    z-index: 99;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    transition: none;
}

.header-med .head-inner .lang-h .sub-menu li a {
    display: flex;
    font-size: 15px;
    border-bottom: 1px #f3f3f3 solid;
    padding: 5px 0;
}

header.sticky.active {
    position: fixed;
    box-shadow: 0px 2px 12px 0px #00000026;
}

.head-inner .menu-left .lang-h>a {
    cursor: pointer;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
}

.lang-h::before {
    content: "";
    background-color: #e1e8ed;
    content: "";
    height: 24px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 1px;
}

header .btn:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

header .btn:hover svg {
    filter: brightness(0) invert(1);
}

/* End Header */

/* Start Banner-h */

.banner-h .container>.row {
    min-height: 700px;
    align-items: center;
}

.banner-h .img-banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 42%;
    height: 590px;
    border-radius: 100px;
    overflow: hidden;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    margin: auto 0;
}

.banner-h .img-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-h::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/blur1.svg);
    background-size: contain;
    background-position: center;
    z-index: -1;
    background-repeat: no-repeat;
}

.logo-banner {
    margin-bottom: 50px;
}

.logo-banner img {
    max-height: 108px;
}

.text-banner h1 {
    font-size: 43px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0em;
    color: #333;
    font-weight: bold;
}
.text-banner h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0em;
    color: #333;
    font-weight: bold;
}

.btn-banner-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 80px;
    gap: 35px;
}

.btn-banner-h .barCode {
    max-width: 81px;
}

.btn-banner-h .btn {
    min-height: 70px;
    min-width: 270px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 2px 25px 0px rgb(1 6 45 / 30%) !important;
}

.banner-h {
    padding: 50px 0;
    padding-bottom:0px;
}

.banner-items {
    margin-top: 50px;
}

.banner-items .banner-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-items .banner-item .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.banner-items .banner-item .details {
    max-width: calc(100% - 36px - 20px);
}

.banner-items .banner-item .details h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0em;
    color: #333;
    margin: 0 0 2px;
}

.banner-items .banner-item .details span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    color: #333;
}

/* End Banner-h */

/* Start Links-page-h */
.links-page-h{
    margin-bottom:20px;
}
.links-page-inner ul li a {
    padding: 0 12px;
    align-items: center;
    border-bottom: 3px solid transparent;
    display: flex;
    font-size: 14px;
    height: 87px;
    color: #35373c;
}

.links-page-inner ul {
    display: flex;
}

.links-page-inner ul li.active a {
    border-color: var(--main-color);
    font-weight: 700;
}

.links-page-h.active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 9;
}

.links-page-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links-page-inner .links-inner-btns {
    display: none;
}

.links-page-h.active .links-page-inner .links-inner-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.links-inner-btns .btn{
    
}

.single-details-h {
    padding-block: 0px 66px;
}

.sub-title {
    color: #9399a4;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.single-details-text h3 {
    font-size: 24px;
    line-height: 140%;
    color: var(--main-color);
    margin: 24px 0;
}

.single-details-text h3 a {
    color: var(--sec-color);
}

.single-details-text p {
    /*margin: 24px 0;*/
    color: #35373c;
    font-size: 16px;
    font-weight: 400;
}
.single-details-text p:empty {
    display: none;
}
.single-details-text p b:empty{
     display: none; 
}

.single-details-text {
    max-width: 714px;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1144px;
    }
}

.single-details-price .item {
    border-bottom: 1px #e1e8ed solid;
    padding: 24px 0;
}

.single-details-price .item:nth-child(1) {
    padding-top: 0;
}

.single-details-price .item:last-child {
    padding-bottom: 0;
    border: none;
}

.single-details-price .item h2 {
    /*font-size: 40px;*/
    font-size: 24px;
    line-height: 110%;
    margin-top: 24px;
    font-weight: 700;
    color: var(--main-color);
}

.single-details-price {
    max-width: 350px;
    margin-inline-start: auto;
}


/* End Links-page-h */

/* Start Gallery-img-h */



.gallery-img-h {
    overflow: hidden;
    border-radius: 8px;
    margin: 30px 0;
    height: 364px;
}

.gallery-img-h.gallery-img-tall {
    height: 760px;
    margin-bottom: 0;
}

.gallery-img-h .img,
.gallery-img-h .img img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.col-md-7 .gallery-img-h.gallery-img-width:last-child {
    margin: 0;
}

.single-gallery-h {
    padding-block: 0 96px;
}

.gallery-img-h .img img {
    transition: all .4s;
}

.gallery-img-h:hover .img img {
    transform: scale(1.05);
}

.btns-block {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 16px;
    gap: 16px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    z-index: 5;
}

.btns-block .btn {
    font-size: 14px;
    height: 46px;
    min-width: auto;
    padding: 0px 16px;
    background: #fff;
    color: var(--main-color);
    border-radius: 4px;
}

.btns-block .btn:nth-child(2) {
    background: rgb(240, 243, 248);
}

.btns-block .btn:hover {
    background: var(--sec-color);
    color: #fff !important;
}

/* End Gallery-img-h */

/* Start Single-living-h */

.single-living-h {
    padding-block: 0px;
    /*background: var(--main-color);*/
    color:var(--main-color);;
}

.single-living-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.living-img {
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
        margin: 80px;
}

.living-img .img,
.living-img .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-position: center;
}

.living-text {
    padding-inline-start: 50px;
}

.living-text h3 {
    font-size: 40px;
    letter-spacing: -.24px;
    line-height: 110%;
    margin: 24px 0;
    /*color: #fff;*/
    color:var(--main-color);
    font-weight: 700;
}

.living-text ul {
    padding: 0 18px;
    margin: 24px 0;
}


.living-text ul li {
    display: list-item;
    list-style: disc;
    margin-bottom: 16px;
    font-size: 16px;
    /*color: #fff;*/
    color:var(--main-color);
    line-height: 26px;
}

.btn.btn-border {
    border: 1px var(--main-color) solid;
    background: transparent;
    color: var(--main-color);
}

.btn.btn-white {
    color: #fff;
    border-color: #fff !important;
    min-width: 220px;
    /* background: #fff; */
}

.living-text .btn {
    margin-top: 24px;
}

/* End Single-living-h */

/* Start Floors-h */

.single-floor-h {
    padding-block: 88px;
}

.title {
    margin-bottom: 56px;
}

.title h3 {
    font-size: 40px;
    letter-spacing: -0.01em;
    line-height: 110%;
    font-weight: 700;
    color: var(--main-color);
    margin: 0;
    max-width: 780px;
     text-transform:uppercase;
}

.floor-text-item .btn {
    margin-top: 40px;
}

.floor-text-item .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px #e1e8ed solid;
    cursor: pointer;
}

.floor-text-item .item h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--main-color);
}

.floor-text-item .item:first-child {
    border-top: 1px #e1e8ed solid;
}

.floor-text-item .item i {
    transition: all .4s;
    opacity: 0;
    font-size: 22px;
}

.floor-text-item .item.active i {
    opacity: 1;
    color: var(--sec-color);
}

.floor-text-item .item.active h3 {
    color: var(--sec-color);
}

.floors-slider .img {
    height: 482px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    background: #fff;
    margin: 0;
}

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

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    /* background: var(--main-color); */
    z-index: 3;
    border-radius: 50%;
    /* opacity: .5; */
    border: 1px var(--main-color) solid;
    background: #fff;
    margin: 0 20px;
}

.floors-slider {
    /*max-width: 492px;*/
    /*margin-inline-start: auto;*/
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    color: var(--main-color);
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: var(--sec-color);
    border-color: var(--sec-color);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #ffff;
}

.floor-group {
    display: none;
}

/* End Floors-h */

/* Start Single-amenities-h */

.single-amenities-h {
    background: #fbfbfb;
    /*padding-block: 88px;*/
}

.amenitie-item h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #35373c;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0;
}

/* End Single-amenities-h */

/* Start Single-location-h */

.single-location-h {
    padding-block: 96px;
    background: var(--main-color);
}

.location-img {
    height: 660px;
    border-radius: 8px;
    overflow: hidden;
}

.location-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.living-text p {
    /*color: #fff;*/
     color:var(--main-color);
    font-size: 16px;
    line-height: 26px;
}

/* End Single-location-h */

/* Start Single-brochure-h */

.single-brochure-h {
    padding-block: 50px;
}

.single-brochure-h .row {
    align-items: center;
}

.text-borch .title {
    margin-bottom: 24px;
}

.text-borch p {
    font-size: 16px;
    line-height: 26px;
}

.text-borch .btn {
    font-size: 14px;
    height: 46px;
    margin-block: 40px 16px;
}

/* End Single-brochure-h */

/* Start Single-information-h */

.single-information-h {
    padding-block: 88px;
    background: #fbfbfb;
}

.information-inner .accordion-item {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .16);
    padding: 15px 24px;
    margin-top: 8px;
}

.information-inner .accordion-item .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-color);
    justify-content: space-between;
    text-align: start;
    align-items: center;
}

.information-inner .accordion-item .accordion-button::after {
    /*content: "\2b";*/
      content: "\f054"; /* سهم لليمين */
    margin: 0;
    background: transparent;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

.information-inner .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f078";
    font-weight: 900;
    color:var(--main-color);
}

.information-inner .accordion-item .accordion-body {
    padding: 16px 0;
}

.information-inner .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 26px;
}

/* End Single-information-h */

/* Start Single-deals-h */

.single-deals-h {
    padding-block: 96px;
}

.single-deals-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 35, 75, .6), rgba(7, 35, 75, .6));
}

.single-deals-h .row {
    align-items: center;
}

.deals-text {
    max-width: 525px;
}

.deals-text h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}

.deals-text p {
    margin: 24px 0;
    color: #fff;
    line-height: 26px;
}

.deals-text .btns-flex {
    display: flex;
    gap: 24px;
}

.btn.btn-whats {
    background: #25d366;
    border-color: #25d366 !important;
    color: #fff !important;
}

.deals-text .btns-flex .btn {
    min-width: auto;
    padding: 0 16px;
}

.deals-form {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
}

.deals-form .form-group {
    margin-bottom: 24px;
}

.deals-form .form-group:last-child {
    margin: 0;
}

.deals-form .form-group label {
    line-height: 160%;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--main-color);
    display:block;
}

.form-group .form-control {
    font-size: 14px;
    height: 48px;
    border: 1px solid #e1e8ed;
    border-radius: 2px;
    box-shadow: none;
    color: #35373c;
}

.nice-select:after {
    left: auto;
    right: 18px;
    top: 0;
    font-weight: 300;
}

.form-group textarea.form-control {
    height: 140px;
}

.deals-form .form-group .agree-h {
    display: flex;
    align-items: center;
    display: flex;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--main-color);
    font-weight: 700;
}

.deals-form .form-group .agree-h input {
    width: 16px;
    height: 16px;
    accent-color: var(--main-color);
}

.deals-form .form-group .btn-from {
    margin-top: 24px;
}

.deals-form .form-group .btn-from .btn {
    width: 100%;
    background: var(--main-color);
}

.form-group-p p {
    font-size: 12px;
    margin-top: 16px;
}

.form-group-p p a {
    text-decoration: underline;
}

/* End Single-deals-h */

/* Start Subscribe-h */

.subscribe-h {
    padding-block: 56px;
    background: #f4f8fb;
}

.subscribe-h .row {
    align-items: center;
}

.subscribe-text h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.32px;
    line-height: 110%;
    margin: 0;
}

.subscribe-text p {
    color: #35373c;
    font-size: 16px;
    margin-top: 8px;
}

.subscribe-form {
    /*max-width: 596px;*/
    margin-inline-start: auto;
}

.subscribe-form form {
    display: flex;
    gap: 16px;
}

.subscribe-form form+p {
    color: #35373c;
    font-size: 12px;
    margin-top: 16px;
}

.subscribe-form form+p a {
    text-decoration: underline;
}

/* End Subscribe-h */

/* Start Footer */

.footer-top {
    padding-top: 142px;
}

footer .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: .92;
}

.foot-block h3 {
    color: #fbfbfb;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 32px;
    margin-bottom: 20px;
}

.links-f li a {
    font-size: 15px;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    margin-bottom: 6px;
}

.links-f li a:hover {
    color: var(--sec-color);
}

.links-f2 {
    margin: 40px 0;
}

.links-f2 ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.links-f2 ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
}

.links-f2 ul li a i {
    font-weight: 300;
    font-size: 20px;
}

.links-f2 ul li a:hover {
    color: var(--sec-color);
}

.logo-bottom {
    display: flex;
    align-items: center;
}

.logo-bottom .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
}

.logo-bottom a {
    width: calc(100% - 65px);
    display: block;
    padding-inline-start: 20px;
    color: rgb(237, 237, 237) !important;
    font-size: 14px;
    font-weight: 500;
}

.logo-bottom .icon img {
    width: 100%;
}

.footer-bottom .row {
    align-items: center;
}

.s-h {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.s-h a {
    color: #fff;
    width: 41px;
    height: 41px;
    padding: 8px;
    line-height: 25px;
    text-align: center;
    font-size: 22px;
}

.links-footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.links-footer-bottom {
    margin-top: 30px;
}

.links-footer-bottom ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.footer-bottom {
    padding-bottom: 60px;
}

.copy-right p {
    text-align: end;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
}

.res-img,
.res-only {
    display: none;
}

/* End Footer */

/* Start Header-home */

header.sticky.header-home {
    position: absolute;
    background: transparent;
}

header.sticky.header-home .header-med .head-inner ul li a,
header.sticky.header-home .head-inner .menu-left .lang-h>a,
header.sticky.header-home .btn {
    color: #fff;
}

header.sticky.header-home .btn {
    border-color: #fff;
}

header.sticky.header-home .btn .icon svg path {
    stroke: #fff;
}

/* End Header-home */

/* Start Banner-home */

.home-slider-block {
    height: 100vh;
}

.home-slider-block .container>.row {
    height: 100%;
    padding-top: 20vh;
}

.home-slider-block .container {
    height: 100%;
}

.home-slider-block .text-slider .logo-slider {
    margin-bottom: 40px;
}

.home-slider-block .text-slider .logo-slider img {
    /*max-height: 28px;*/
    max-height: 100px;
        filter: brightness(0) invert(1);
}

.home-slider-block .text-slider h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.home-slider-block .text-slider p {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 35.2px;
    margin-bottom: 40px;
    color: #fff;
}

.home-slider-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(127.18% 107.82% at 52.52% 100%, rgba(42, 60, 68, 0) 0, rgba(42, 60, 68, 0) 66.59%, rgba(42, 60, 68, .48) 99.98%), linear-gradient(99deg, rgba(7, 28, 53, .7) 5.93%, rgba(7, 28, 53, .14) 80.83%);
    z-index: 2;
}

.home-slider-block .text-slider .btn.btn-white {
    background: #fff;
    min-width: 150px;
    color: var(--main-color);
    padding: 0 25px;
}

.search-banner-h {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10%;
}

#homepage-search-filter {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
}

#homepage-search-filter .search-item {
    position: relative;
}

#homepage-search-filter .search-item::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #232323;
    background-color: #d8d8d8;
    height: 80%;
    content: "";
    width: 1px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    align-content: center;
}

.select2-container--default .select2-selection--multiple {
    height: 83px;
    padding: 15px;
    border: none;
    align-content: center;
}

.select2-results__option--selectable .item-sub {
    display: flex;
    align-items: center;
    gap: 18px;
}

.select2-results__option--selectable .item-sub .icon {
    color: var(--main-color);
    font-size: 22px;
    width: 22px;
}

.select2-results__option--selectable .item-sub .details {
    width: calc(100% - 22px - 18px);
}

.select2-results__option--selectable .item-sub .details h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 0;
    line-height: 24px;
}

.select2-results__option--selectable .item-sub .details span {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .icon,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .details {
    filter: brightness(0) invert(1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--main-color);
}

.select2-results__option--selectable {
    padding: 14px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
        width: 100%;
    }
}

#homepage-search-filter .search-item .search-fld {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 20px;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    gap: 5px 0;
    color: #232323;
}

#homepage-search-filter .search-item .search-fld .search-label {
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#homepage-search-filter .search-item .search-val {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
}

.property-type-options,
.bedroom-options.select-sec-options {
    position: absolute;
    left: 0;
    top: 88px;
    padding: 25px 20px 15px;
    background: #fff;
    width: 180%;
    border-radius: 2px;
    background-color: #f8f9fb;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    z-index: 6;
}

.property-type-options ul li,
.bedroom-options.select-sec-options ul li,
.community-options ul li {
    margin-bottom: 15px;
    position: relative;
}

.property-type-options ul li input,
.bedroom-options.select-sec-options ul li input,
.community-options ul li input {
    position: absolute;
    inset: 0;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}

.property-type-options ul li label,
.bedroom-options.select-sec-options ul label,
.community-options ul li label {
    text-transform: none;
    min-height: 28px;
    letter-spacing: inherit;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline-start: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.property-type-options ul li label::before,
.bedroom-options.select-sec-options ul li label::before,
.community-options ul li label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #232323;
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.property-type-options ul li input:checked+label::before,
.bedroom-options.select-sec-options ul li input:checked+label::before,
.community-options ul li input:checked+label::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.row.filter-bottom {
    margin: 0;
    border-top: 1px solid #cacaca;
    padding-top: 15px;
    margin-top: 10px;
    justify-content: space-between;
    position: absolute;
    bottom: 18px;
    right: 0;
    max-width: 100%;
    left: 0;
}

.row.filter-bottom .clear-selection {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--main-color);
    cursor: pointer;
}

.bedroom-options.select-sec-options {
    min-width: 350px;
}

.price-options.select-sec-options {
    position: absolute;
    left: 0;
    top: 88px;
    padding: 25px 20px 15px;
    background: #fff;
    width: 150%;
    border-radius: 2px;
    background-color: #f8f9fb;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    z-index: 6;
    min-width: 420px;
}

.area-max-range,
.area-min-range,
.price-max-range,
.price-min-range {
    width: 40%;
    margin-bottom: 10px;
}

.area-max-range label,
.area-min-range label,
.price-max-range label,
.price-min-range label {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

span.d-inline-block.ml-3.mr-3 {
    margin: 0 1rem !important;
}

.area-max-range select,
.area-min-range select,
.floor-max-range select,
.floor-min-range select,
.price-max-range select,
.price-min-range select {
    width: 100%;
    padding: 15px 7px;
    border: 1px solid #232323;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../images/angle-down-light.svg) no-repeat 94% 18px;
    background-size: 9px auto;
    color: #232323
}

.community-options {
    position: absolute;
    left: 0;
    top: 88px;
    padding: 25px 20px 15px;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    background-color: #f8f9fb;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    z-index: 6;
}

.search-banner-h .row {
    position: relative;
}

.featured-community-title,
.more-community-title {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.btns-responsive {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    background-color: #f8f9fb;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    display: none;
    z-index: 6;
}

.home-slider {
    margin: 0 !important;
}

.home-slider .slick-dots {
    bottom: 4vh;
}

.home-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    border-radius: 2px;
    overflow: hidden;
}

.home-slider .slick-dots li button {
    height: 15px;
    width: 15px;
    border-radius: 0;
    background: #e9e9e9;
    padding: 0;
}

.home-slider .slick-dots li button::before {
    display: none;
}

.home-slider .slick-dots li.slick-active button {
    background: var(--main-color);
}

/* End Banner-home */

/* Start Properties-h */

.properties-h {
    padding: 60px 0;
    background: #f8fafc;
}

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 40px;
}

.title-flex .title {
    margin: 0;
}

.tabs-h .nav.nav-tabs {
    border: none;
    gap: 5px;
}

.tabs-h .nav.nav-tabs .nav-item .nav-link {
    padding: 8px 13px;
    background-color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
    color: #333;
}

.tabs-h .nav.nav-tabs .nav-item .nav-link.active {
    background: #dedfe4;
    color: var(--main-color);
    border-color: var(--main-color);
}

.project-block {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(192, 212, 232, 0.50);
    margin: 10px 0;
}

.project-block .img-block {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.project-block .img-block .img {
    width: 100%;
    height: 100%;
}

.project-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.project-block:hover .img-block .img img {
    transform: scale(1.1);
}

.project-block .img-block .alert-img {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 20px;
    left: 20px;
}

.project-block .img-block .alert-img span {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--main-color);
    padding: 5px 9px;
    margin-bottom: 10px;
    width: fit-content;
    z-index: 5;
}

.project-block .img-block .alert-img span.white-bg {
    background: #fff;
    color: var(--main-color);
}

.project-block .details {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 300px);
}

.project-block .details .price-h h3 {
    color: var(--main-color);
    margin-bottom: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.project-block .details .title-block h3 {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 5px;
}

.project-block .details .title-block span {
    color: #8f8f8f;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
    width: fit-content;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
}

.project-block .details .dev-block .item-block {
    display: flex;
    gap: 25px;
    align-items: center;
}

.project-block .details .dev-block .item-block h3 {
    color: #9a9a9a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.project-block .details .dev-block .item-block span {
    color: #1c1c1c;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.project-block .details .btns-block {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 25px 0 0;
    padding: 0;
}

.project-block .details .btns-block .btn.btn-block {
    background: var(--main-color);
    color: #fff;
    width: 100%;
    border-radius: 8px;
}

.project-block .details .btns-block .btn.btn-block:hover {
    background: var(--sec-color);
    color: var(--main-color) !important;
}

/* End Properties-h */

/* Start News-h */

.new-h {
    padding: 80px 0;
}

.sub-title2 {
    color: #9d9d9c;
    font-weight: 700;
    display: flex;
    margin-bottom: 28px;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sub-title2::after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    background-color: #9d9d9c;
    margin-top: 11px;
    margin-inline-start: 10px;
}

.new-h .title {
    margin: 0;
}

.news-block {
    margin-bottom: 40px;
    height: calc(100% - 40px);
}

.news-block .img {
    height: 200px;
    overflow: hidden;
        text-align: center;
}

.news-block .img img {
    width: 100%;
    max-width:300px;
    height: 100%;
    /*object-fit: cover;*/
    object-position: center;
}

.news-block .details {
    text-align: center;
    padding: 0px 15px 15px;
}

.news-block .details h3 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
}

.news-block .details p {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 0 25px;
}

.news-block .details .btn {
    margin-top: 50px;
}

/* End News-h */

/* Start Projects-h */

.projects-text .title {
    margin: 0 0 25px;
}

.projects-text .title .sub-title2 {
    margin: 0;
}

.projects-text .title h3 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
}

.projects-text p {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #232323;
}

.projects-text .btn {
    max-width: 327px;
    width: 100%;
}

.project-block2 {
    margin-bottom: 20px;
}

.project-block2 .img {
    overflow: hidden;
    height: 238px;
}

.project-block2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.project-block2:hover .img img {
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
    transform: scale(1.04);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .2 linear;
}

.project-block2 .details {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    padding: 13px 0 5px 0;
    display: flex;
    position: relative;
}

.project-block2 .details h3 {
    color: #232323;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
}

.project-block2 .details .comp-name {
    padding-inline-start: 10px;
    margin-inline-start: 8px;
    position: relative;
    padding-inline-end: 90px;
}

.project-block2 .details .comp-name::before {
    border-left: 1px solid #232323;
    display: inline-block;
    content: "";
    width: 1px;
    height: 85%;
    position: absolute;
    left: 0;
    top: 2px;
}

.project-block2 .details::after {
    display: block;
    content: "";
    height: 1px;
    width: 80px;
    background-color: #9d9d9c;
    right: 0;
    position: absolute;
    top: 17px;
}

.project-block2.project-height .img {
    height: 565px;
}

/* End Projects-h */

/* Start Communities-h */

.communities-all .item {
    padding: 20px 15px;
}

.communit-block .img {
    height: 400px;
    overflow: hidden;
}

.communit-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.communit-block:hover .img img {
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
    transform: scale(1.1);
}

.communit-block .details {
    padding: 30px 10px 5px;
    text-align: center;
}

.communit-block .details h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.communit-block .details p {
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.communities-all .slick-prev, 
.communities-all .slick-next ,
.sale-all .slick-prev, 
.sale-all .slick-next {
    position: absolute;
    top: -73px;
    right: 15px;
    font-size: 0;
    content: "";
    width: 48px;
    height: 20px;
    left: auto;
    border: none;
    border-radius: 0;
    background: transparent;
}

.communities-all .slick-prev ,
.sale-all .slick-prev {
    right: 70px;
}

.communities-all .slick-prev::before, 
.communities-all .slick-next::before,
.sale-all .slick-prev::before, 
.sale-all .slick-next::before {
    content: "\f178";
    font-size: 36px;
    line-height: 20px;
    height: 20px;
    display: block;
    font-weight: 200;
    color: #333;
}

.communities-all .slick-prev::before,
.sale-all .slick-prev::before {
    content: "\f177";
}

.communities-all .slick-list.draggable {
    padding-inline-end: 50px !important;
}

.slick-next-2.slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    font-size: 0;
}

.communities-h .title {
    margin-bottom: 20px;
}

/* End Communities-h */

/* Start Sale-h */

.sale-h {
    padding: 80px 0;
}

.sale-all .item {
    padding: 0 10px;
}

/* End Sale-h */

/* Start Real-h */

.real-block {
    display: flex;
    margin-bottom: 25px;
}

.real-block .img {
    height: 100px;
    width: 100px;
}

.real-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.real-block .details {
    width: calc(100% - 100px);
    padding-inline-start: 15px;
}

.real-block .details .title-block h3 {
    color: #333;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
}

.real-block .details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 5px;
}

.real-block .details .date-h {
    color: #333;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-inline-end: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 0.65;
}

.real-block.real-big {
    display: block;
    border: 1px #ebebeb solid;
    border-radius: 10px;
}

.real-block.real-big .img {
    height: 319px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.real-block.real-big .details {
    padding: 20px 15px;
    width: 100%;
}

.real-block.real-big .details .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.real-block.real-big .details .title-block h3 {
    width: 85%;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}

.real-block.real-big .details .title-block .icon {
    font-size: 20px;
    color: var(--sec-color);
}

.real-block.real-big .details  p {
    margin-bottom: 15px;
}

.real-h {
    padding-bottom: 80px;
}

.res-only {
    display: none;
}

#homepage-search-filter .btn {
    min-width: 100%;
}

.header-med .head-inner .lang-h .sub-menu li a {
    color: #1D1F1F !important;
}

/* End Real-h */
.iti {
width:100%;
}
.modal .form-group{
    margin-bottom:10px;
    margin-top:10px;
}
  .header-home .head-inner .logo-h img{
        filter: brightness(0) invert(1);
    }
    .logo-bottom .icon img
{
           filter: brightness(0) invert(1);
}
/* pagination */

.custom-pagination {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pagination-page,
.pagination-arrow {
     border: 1px solid #01062d5e;
    background-color: #fff;
    color: var(--main-color);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    cursor: pointer;
}

.pagination-page:hover,
.pagination-arrow:hover {
    background-color: var(--sec-color);
    color: #fff;

}

.pagination-page.active {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.pagination-arrow[disabled],
.pagination-page[disabled] {
    opacity: 0.4;
    pointer-events: none;
}
#projects{
    margin-bottom:50px;
}
.modal .btn-close{
    margin-left: 93%;
}
.search-project-h{
    margin:50px 0;
}
.activeSearch .search-val{
    font-weight:600 !important;
    color:var(--main-color);
    /*border:1px solid var(--sec-color);*/
}
.res-only{
    display:none;
}