@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

/*global*/
:root {
    --main-color: #DEBB69;
}

.bg-dark-light{
    background-color: #141414;
}
.row-gap-30 {
    row-gap: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}

a {
    color: inherit;
}

* {
    font-family: 'Cairo', sans-serif;
}

.row-g30 {
    row-gap: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.container-fluid {
    padding: 0 45px;
}

.container-fluid-sm {
    padding: 0 15px;
}

.block-title {
    color: var(--main-color);
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.item-title {
    font-weight: 600;
    text-transform: capitalize;
}

.block-text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 300;
}

body {
    background-color: #000;

}

section {
    padding: 50px 0;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
}

/*fixed-right*/

.fixed-right {
    list-style: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    padding: 0;
}

body[dir='rtl'] .fixed-right {
    left: 0;
    right: unset;
}


.fixed-right .interested>span {
    cursor: pointer;
}

.fixed-right .interested>span {
    display: block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #ffffff;
    background-color: #000000;
    width: 45px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
}

.fixed-right .interested {
    position: relative;
}

.fixed-right .interested:hover .form-cont {
    width: 400px;
}

.fixed-right .form-cont {
    padding: 20px 0 0;
    position: absolute;
    width: 0;
    right: 45px;
    top: 0;
    background: #fff;
    overflow: hidden;
    transition: all .5s ease;
}

body[dir='rtl'] .fixed-right .form-cont {
    left: 45px;
    right: unset;
}

.fixed-right .form-cont form {
    padding: 0 15px;
}

.fixed-right .form-cont .check {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;

}

.fixed-right .form-cont h3 {
    background-color: #ffffff;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0 15px;
}

.fixed-right .form-cont input[type='submit'] {
    width: 100%;
}

body[dir='rtl'] .fixed-right .form-cont input[type='submit'] {
    text-align: center;
}

.fixed-right .form-cont input:not([type='checkbox']),
.fixed-right .form-cont textarea {
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.fixed-right .form-cont .check {
    margin-bottom: 15px;
}

.fixed-right li:not(.interested) a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 45px;
    height: 45px;
    position: relative;
}

.fixed-right .phone,
.fixed-right .whats {
    background-color: var(--main-color);
    color: #fff;

}

.fixed-right .phone span {
    position: absolute;
    right: 45px;
    background-color: var(--main-color);
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    width: 0;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    transition: all .3s;
}

body[dir='rtl'] .fixed-right .phone span {
    right: unset;
    left: 45px;
}

.fixed-right .whats span {
    position: absolute;
    right: 45px;
    background-color: var(--main-color);
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    width: 0;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    transition: all .3s;
}

body[dir='rtl'] .fixed-right .whats span,
body[dir='rtl'] .fixed-right .messenger span {
    right: unset;
    left: 45px;
}

.fixed-right .messenger span {
    position: absolute;
    right: 45px;
    background-color: #000;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    width: 0;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    transition: all .3s;
    white-space: nowrap;
}

.fixed-right .phone:hover span,
.fixed-right .whats:hover span,
.fixed-right .messenger:hover span {
    width: 200px;
}

.fixed-right .interested span i {
    transform: rotate(90deg);
}

.fixed-right .messenger {
    background: rgb(0, 0, 0);
    color: #fff;
}

.subtitle {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.bg-image {
    background-image: url(../img/whowebg.png);
    background-color: #1C1C1C;
    background-position: center center;
    background-size: cover;
}

.bg-grey {
    background: #1c1c1c;
}


/*global*/
.header-mobile {
    display: none !important;
}

.header-main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    transition: all .3s;
    padding: 15px 0;
}

body.scrolled .header-main {
    background-color: #000000 !important;
}


.main-nav .nav-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-nav .nav-link {
    padding: 0 !important;
}

#main-nav>.nav-item {
    padding: 0 15px;
}

.main-nav .nav-link:hover {
    color: var(--main-color);

}

.dropdown-toggle::after {
    font: var(--fa-font-solid);
    content: '\f107';
    border: none;
    position: absolute;
    padding-top: 4px;
    margin-left: 10px;
}

.dropdown-toggle {
    cursor: pointer;
    transition: all .3s;
}

.dropdown-toggle:hover {
    color: var(--main-color);
}

.logo.logo-splash img {
    height: auto;
    width: 200px;
    padding-left: 10px;
}

#main-nav .menu-item-has-children>.dropdown-toggle {
    margin-right: 10px;
}

#main-nav .menu-item-has-children:hover>a {
    color: var(--main-color);
}

#main-nav .menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

#main-nav>.menu-item-has-children>.dropdown-menu {
    position: absolute;
    top: 15px;
    padding-top: 37px;
    background: transparent;
}

#main-nav>.menu-item-has-children>.dropdown-menu li>a {
    border-bottom: 1px solid var(--main-color);
    padding: 15px;
    line-height: 1.5;
    min-width: 250px;
    background: #000 !important;
    color: #fff;
}

#main-nav>.menu-item-has-children>.dropdown-menu>li a:hover {
    color: var(--main-color);
}

#main-nav>.menu-item-has-children>.dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    background: transparent;
    padding: 0;
    top: 0;
}

#main-nav>.menu-item-has-children>.dropdown-menu .dropdown-toggle::after {
    font: var(--fa-font-solid);
    content: '\f105';
    border: none;
    position: absolute;
    padding-top: 4px;
    right: 10px;
}





.video-section {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
}

.video-section video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    left: 0;
    max-width: 100%;
    top: 0;
}

.video-section .search-cont {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6;
}

.video-section .search-cont .text-cont {
    max-width: 700px;
}

.video-section .search-cont .text-cont h2 {
    color: var(--main-color);
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.video-section .search-cont .text-cont p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}

.video-section .search-cont .form-cont {
    margin: 0px 25px 0px 25px;
    padding: 25px 25px 25px 25px;
    background-color: #1D1D1D;
}

.video-section .search-cont .form-cont .search-form-cont {
    min-height: 50px;
    background: #eceeef;
    background-color: #FFFFFF;
    border-radius: 3px;
    display: flex;
}

.video-section .search-cont .form-cont .search-form-cont input {
    color: #000000;
    padding-left: calc(50px / 3) !important;
    padding-right: calc(50px / 3) !important;
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    flex-basis: 100%;

}

.video-section .search-cont .form-cont .search-form-cont input:focus {
    outline: none;
}

.video-section .search-cont .form-cont .search-form-cont button {
    min-width: 50px;
    color: var(--main-color);
    background-color: #000000;
    border: none;
    border-radius: 0;
    font-size: 16px;
}

.who-we-are {
    padding: 105px 0 35px;
    background-color: #1C1C1C;
    background-position: center center;
    background-size: cover;
}

.who-we-are .text-cont {
    margin-right: 100px;
}

.who-we-are .img-cont img {
    border-style: solid;
    border-width: 0px 0px 6px 0px;
    border-color: var(--main-color);
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.16);
    height: auto;
    max-width: 100%;
}

.flex-50text-50text {
    background-color: #141414;
}


.fixed-bg {
    padding: 0 0 50px;
    height: 350px;
}

.fixed-bg .container-fluid-sm {

    width: calc(100% - 30px);
    margin: auto;
    height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #141414;
}

.fixed-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.71;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.featured-projects {
    background-color: #1C1C1C;

    background-position: center center;
    background-size: cover;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.featured-projects .single-project {
    padding: 20px 30px;
    background-color: #000000;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    position: relative;

}

.featured-projects .single-project h3 a {
    color: #FCFCFC;
    font-size: 21px;

}

.featured-projects .single-project h3 {
    margin-bottom: 20px;
}

.featured-projects .single-project p {
    color: #C5C5C5;
    line-height: 1.5em;
    font-size: 14px;
}

.featured-projects .single-project .read-more {

    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: var(--main-color);
    margin-top: 25px;
}

.featured-projects .single-project .img-cont {
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    margin-top: -20px;
    padding-bottom: calc(0.66 * 100%);
    margin-bottom: 20px;
}

.featured-projects .single-project a img {
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    height: 100%;
    width: 100%;
    transform: scale(1.01) translate(-50%, -50%);
    display: block;
    border-radius: 3px 3px 0 0;

}

.featured-projects .single-project .badge {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff;
    font-size: 12px;
    padding: 0.6em 1.2em;
    line-height: 1;
    font-weight: 400;
}


.developers {
    background-position-x: calc(100% - 100px);
    background-position-y: -50px;
    background-repeat: no-repeat;
    background-color: #1c1c1c;
}

/* .developers .img-cont {
    background: #000;
} */

.developers .img-cont img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all .2s;
}

.developers .img-cont {
    padding: 50px 50px 50px 50px;
    /*box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.16);*/

}

.developers .img-cont:hover img {
    opacity: 1;
}

.developers .img-cont:first-child {
    margin-bottom: 30px;
}

.developers .block-title {
    color: #F4F4F4;

}

.lastest-news .head-cont .block-title {
    margin-bottom: 10px;
}

.lastest-news .head-cont h4 {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
}

.lastest-news .head-cont {
    margin-bottom: 50px;
}

.lastest-news .single-news .img-cont {
    aspect-ratio: 564 / 372;

}

.lastest-news .single-news .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lastest-news .single-news h3 {
    margin: 30px 0;
    font-size: 20px;

}

.lastest-news .single-news h3 a {
    color: var(--main-color);

}

.lastest-news .single-news p {
    color: #FFFFFF;
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 10px;
}

.lastest-news .single-news .read-more {
    font-size: 12px;
    font-weight: 700;
    color: var(--main-color);
}

.lastest-news .single-news .read-more i {
    font-size: 10px;
    position: relative;
    transition: all .3s;
    left: 0;
}

.lastest-news .single-news .read-more:hover i {
    left: 4px;
}


footer {
    background-color: #0B0B0B;
    padding: 50px 0;
}

footer .logo img {
    width: 200px;
    height: auto;
}

footer .logo {
    margin-bottom: 20px;
}

footer .block-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

footer h3 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

footer .contact-list li,
footer .contact-list li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
}

footer .contact-list li {
    padding: 5px 0;
}

footer .contact-list li i {
    margin-right: 5px;
    color: var(--main-color);
}



footer .contact-list li a:hover {
    color: var(--main-color);
}

footer .discover ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}

footer .discover ul li {
    padding: 5px 0;
}

footer .discover ul li a:before {
    font: var(--fa-font-solid);
    content: "\f105";
    font-size: 12px;
    margin-right: 8px;
    position: relative;
    left: 0;
    transition: all .3s;
}

footer .discover ul li a:hover {
    color: var(--main-color);
}

footer .discover ul li a:hover:before {
    left: 4px;
}


.footer-socket {
    background-color: #000000;
    padding: 15px 0;

}

.footer-socket p {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;

}





.nav-mobile {
    display: none;
}

.video-section .search-cont .form-cont {
    margin-top: 40px;
}

.video-section .search-cont .text-cont {
    margin: auto;
}

.who-we-are {
    position: relative;
    z-index: 2;
}


.cateogries-slider .item a {
    font-size: 11px;
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    width: 100%;
    text-align: center;
}


.cateogries-slider .slick-slider {
    margin: 0 -15px;
}

.cateogries-slider .slick-slide {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.cateogries-slider .slick-dots {
    position: relative;
}

.cateogries-slider .slick-dots li button {
    background: #fff;
    border-radius: 50%;
    padding: 0 !important;
}

.cateogries-slider .slick-dots li button::before {
    display: none;
}

.cateogries-slider .slick-dots .slick-active button {
    background: var(--main-color);
}


section.cities .cities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

section.cities .cities-grid .first-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

section.cities .cities-grid .second-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

section.cities .cities-grid a {
    height: 100%;
}

section.cities .cities-grid img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    height: 100%;
    width: 100%;
}

section.cities {
    position: relative;
    z-index: 5;
}


section.cities .first-grid .tall {
    grid-row: 1 / span 2;
    grid-column: 1 / 2;
    order: 1;
}

section.cities .first-grid .wide {
    grid-column: 1 / 3;
}

section.cities .second-grid .wide {
    grid-column: 1 / 3;
}


.flip-card {
    background-color: transparent;
    width: 100%;
    height: 150px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}



.flip-card img {
    object-fit: contain;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}


.flip-card-back {
    color: white;
    transform: rotateY(180deg);
}

body[dir='rtl'] .flip-card:hover .flip-card-inner {
    transform: rotateY(-180deg);
}

body[dir='rtl'] .flip-card-back {
    color: white;
    transform: rotateY(-180deg);
}

.bg-dark {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 59%, #000000 50%);
}

.header-main+section:not(.video-section),
.header-main+main section:first-child {
    padding-top: 150px;
}


.about-us .text-cont {
    padding-right: 100px;
}

.about-us .text-cont p {
    margin-bottom: 10px;
}

body[dir='rtl'] .about-us .text-cont {
    padding-left: 100px;
    padding-right: 0;
}

.what-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.what-grid .tall {
    grid-row: 1 / span 2;
    grid-column: 3 / 5;
}



.what-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-grid .item {
    position: relative;
}

.what-grid .item .title {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.what-grid .item .desc {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 14px;
    text-transform: capitalize !important;
    position: absolute;
    left: 30px;
    right: 30px;
    color: #fff;
    bottom: 30px;
}

section.flex-50text-50slider .slider-cont .item {
    aspect-ratio: 1024 /576;
}

section.flex-50text-50slider .slider-cont .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-details .row {
    row-gap: 30px;
}

.project-details .item {
    text-align: center !important;
    background-color: #1C1C1C;
    padding: 20px 0px 20px 0px;
    height: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: all .3s ease;
}

.project-details .item:hover {
    transform: scale(1.05);
}

.project-details .item i {
    font-size: 36px;
    color: #DEBB69;

}

.project-details .item h3 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
}

.project-details .item span {
    color: #D3CACA;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}


.form-grid {

    background-color: #141414;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.16);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-control-custom.full {
    grid-column: span 2;
}

.form-control-custom label {
    cursor: pointer;
}

.form-control-custom.required label:after {
    content: "*";
    color: red;
    padding-left: .2em;
}

.lets-talk *:not(.block-title) {
    color: #fff;
}

.form-grid .btn {
    display: block;
    width: 100%;
    background-color: #000;
    color: #FFFFFF;
}

.flex-icons-map h3 {
    color: var(--main-color);
    font-size: 20px;
    margin-bottom: 20px;

}

.flex-icons-map .item {
    padding: 0 50px;
}

.flex-icons-map .icons {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.flex-icons-map .icons .icon-single {
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 50px;
}

.flex-icons-map .map-cont iframe {
    width: 100%;
    height: 250px;
}


.built-by .img-text {
    display: flex;
    align-items: center;
    gap: 50px;
}

.built-by .img-text img {
    width: 15%;
}

.built-by .img-text p {
    color: #fff;
}

.built-by .img-text span {
    color: #fff;
}

.find-property-all .single .img-cont {
    aspect-ratio: 580 / 380;
}

.find-property-all .single a {
    display: block;
    height: 100%;
}

.find-property-all .single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.find-property-all .text-cont {
    padding: 40px 30px 30px;
    background-color: #1D1D1D;
}

.find-property-all .row {
    row-gap: 30px;
}


.find-property-all .text-cont h3 {
    color: var(--main-color);
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 20px;
}


.find-property-all .text-cont p {
    line-height: 1.5em;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.find-property-all .text-cont .show-more {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--main-color);
    font-weight: 700;
}

.find-property-all .text-cont .show-more i {
    position: relative;
    font-size: 10px;
    right: 0;
    transition: all .3s;
}

.find-property-all .text-cont .show-more:hover i {
    right: -4px;
}

.find-property-all .single {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.find-property-all .single .lcoation-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 0.6em 1.2em;
    line-height: 1;
    background: #000;
}

.latest-news article .text-cont {
    padding: 40px;
    background-color: #0B0B0B;
}


.latest-news article h3 a {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.latest-news article:not(:last-child) {
    margin-bottom: 30px;
}

.latest-news article h3 a:hover {
    color: var(--main-color);
}

.latest-news article .block-text {
    font-weight: 300;
    line-height: 24px;
    font-size: 15px;

}

main .latest-news {
    padding-top: 120px !important;
}

.latest-news aside {

    top: 0;
}

.latest-news aside.sticky {
    position: fixed;
    top: 0;
}

.latest-news aside .item:not(:last-child) {
    margin-bottom: 30px;
}

.latest-news aside .item {
    background-color: #141414;
    color: #fff;
    border-radius: 4px;
    padding: 30px;
}

.latest-news aside .item h4 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
}

.latest-news aside .item ul li {
    font-size: 15px;

}

.latest-news aside .item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.latest-news aside .item ul li a {
    color: var(--main-color);
    margin-right: 5px;
    padding-left: 15px;
    position: relative;
}

.latest-news aside .item ul li a:before {
    font: var(--fa-font-solid);
    position: absolute;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all .3s;
    transform: translateY(-50%);
}

.latest-news aside .item ul li a:hover:before {
    left: 3px;
}





body[dir='rtl'] .flip-card-front,
body[dir='rtl'] .flip-card-back {
    text-align: center !important;
}

body[dir='rtl'] .cateogries-slider .slick-dots {
    text-align: center;
}

body[dir='rtl'] * {

    direction: rtl;
}

body[dir='rtl'] .offset-md-2 {
    margin-right: 16.66666667%;
    margin-left: 0 !important;
}

body[dir='rtl'] #main-nav .menu-item-has-children>.dropdown-toggle {
    margin-right: 0;
    margin-left: 10px;
}

body[dir='rtl'] #main-nav>.menu-item-has-children>.dropdown-menu .dropdown-toggle::after {
    right: 0;
    left: 10px;
}

body[dir='rtl'] .who-we-are .text-cont {
    margin-right: 0;
    margin-left: 100px;
}

body[dir='rtl'] .featured-projects .single-project .badge {

    right: unset;
    left: 20px;
}

body[dir='rtl'] footer .contact-list li i {
    margin-right: 0;
    margin-left: 5px;
}

body[dir='rtl'] footer .discover ul li a:before {
    margin-right: 0;
    margin-left: 8px;
}




body[dir='rtl'] .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 10px;
}

body[dir='rtl'] .logo.logo-splash img {
    padding-left: 0;
    padding-right: 10px;
}

body[dir='rtl'] #main-nav>.menu-item-has-children>.dropdown-menu .dropdown-menu {
    position: absolute;
    left: unset;
    right: 100%;
    background: transparent;
    padding: 0;
    top: 0;
}

body[dir='rtl'] .featured-projects .single-project .img-cont {
    left: unset;
    right: -30px;
}

body[dir='rtl'] .lastest-news .single-news .read-more i {
    font-size: 10px;
    position: relative;
    transition: all .3s;
    left: unset;
    right: 0;
}

body[dir='rtl'] .lastest-news .single-news .read-more:hover i {
    left: unset;
    right: 4px;
}

body[dir='rtl'] footer .discover ul li a:before {
    font: var(--fa-font-solid);
    content: "\f105";
    font-size: 12px;
    margin-right: 8px;
    position: relative;
    left: unset;
    right: 0;
    transition: all .3s;
}

body[dir='rtl'] footer .discover ul li a:hover:before {
    left: unset;
    right: 4px;
}


.dropdown-menu {
    border: none;
}


@media (max-width : 576px) {
    .fixed-right .interested:hover .form-cont {
        width: 250px;
    }
}

body[dir='rtl'] .offset-md-3 {
    margin-left: 0;
    margin-right: 25%;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.flex-50text-50slider .slick-dots li button,
.flex-projects-slider .slick-dots li button {
    background: #DEBB69;
    border-radius: 50%;
    opacity: .2;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0;
}

.flex-50text-50slider .slick-dots li.slick-active button,
.flex-projects-slider .slick-dots li.slick-active button {
    opacity: 1;
}


body[dir='rtl'] footer .discover ul li a {
    position: relative;
    padding-right: 20px;
}

body[dir='rtl'] footer .discover ul li a:before {
    position: absolute;
    content: "\f104";
    top: 50%;
    transform: translateY(-50%);
}

.flex-projects-slider .img-cont {
    aspect-ratio: 350 / 233;
}

.flex-projects-slider .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-category-projects,
.flex-projects-slider {
    background-color: #1C1C1C;
}

.flex-projects-slider .text-cont,
.flex-category-projects .text-cont {
    padding: 30px;
    background-color: #000000;
}

.flex-projects-slider h3,
.flex-category-projects h3 {
    margin-bottom: 25px;
    font-size: 21px;
    color: var(--main-color);
}

.flex-projects-slider .text-cont p,
.flex-category-projects .text-cont p {
    line-height: 1.5em;
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}

.flex-projects-slider .text-cont .read-more,
.flex-category-projects .text-cont .read-more {
    font-size: 12px;
    font-weight: 700;
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 5px;
}

.flex-projects-slider .text-cont .read-more i,
.flex-category-projects .text-cont .read-more i {
    display: block;
    font-size: 10px;
    position: relative;
    right: 0;
    transition: all .3s ease-in-out;
}

.flex-projects-slider .text-cont .read-more:hover i,
.flex-category-projects .text-cont .read-more:hover i {
    right: -4px;
}

body[dir='rtl'] .flex-projects-slider .text-cont .read-more i,
body[dir='rtl'] .flex-category-projects .text-cont .read-more i {
    transform: scaleX(-1);
}

body[dir='rtl'] .flex-projects-slider .text-cont .read-more:hover i,
body[dir='rtl'] .flex-category-projects .text-cont .read-more:hover i {
    right: 4px;
}

.flex-projects-slider .single-project {
    position: relative;
}

.flex-projects-slider .single-project .badge,
.flex-category-projects .single-project .badge {
    position: absolute;
    top: 20px;
    right: 20px;
    position: absolute;
    background: #818a91;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
    display: block;
}



.flex-projects-slider .slick-slide {
    margin: 0 15px;
}


.flex-projects-slider .slick-list {
    margin: 0 -15px;
}




body[dir='rtl'] .flex-projects-slider .single-project .badge,
body[dir='rtl'] .flex-category-projects .single-project .badge {
    right: unset;
    left: 20px;
}

body[dir='rtl'] .list-unstyled {
    padding-right: 0;
}

body[dir='rtl'] #mobile-main-nav .dropdown-menu li a {
    text-align: right;
}


*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

.flex-category-projects .img-cont {
    display: block;
    aspect-ratio: 350 / 233;
}

.flex-category-projects .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.flex-category-projects .single-project {
    position: relative;
}

.privilege-club {
    padding-top: 150px;
}

.privilege-club .text-icons {
    margin-bottom: 50px;
    margin-top: 30px;
}

.privilege-club .text-icons .item {
    text-align: center;
}

.privilege-club .text-icons i {
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 20px;
}

.privilege-club .text-icons h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
}

.contact-us .form-cont {
    color: #fff;
}

.contact-us .text-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-us .text-cont ul li {
    color: #fff;
    font-size: 15px;
}

.contact-us .text-cont ul li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-us .text-cont ul li i {
    color: var(--main-color);
    margin-right: 5px;
}

.contact-us .text-cont .bottom {
    padding-bottom: 50px;
}

.contact-us .text-cont .bottom h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.contact-us .text-cont .bottom p {
    font-size: 15px;

}

body[dir='rtl'] .latest-news aside .item ul li a {
    color: var(--main-color);
    margin-right: 0;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 15px;
}
body[dir='rtl']  .latest-news aside .item ul li a:before{
    right: 0;
    left: unset;
    transform: scaleX(-1) translateY(-50%);
}
body[dir='rtl']  .latest-news aside .item ul li a:hover:before{
    right: 4px;
}

section.flex-single-news{
    padding-top: 0 !important;
}

section.flex-single-news .cont *{
    font-weight: 300;
    padding-left: 80px;
    padding-right: 80px;
}

section.flex-single-news .cont p{
    margin-bottom: 15px;
}

.form-contv2{
    position: sticky;
    top: 100px;
}




@media screen and (max-width: 768px) {
    body[dir='rtl'] .offset-md-2 {
        margin-right: 0 !important
    }

}

@media screen and (max-width:991px) {
    section.flex-single-news{
        margin-bottom: 30px;
    }
    section.flex-single-news .cont *{
        padding-left: 30px;
        padding-right: 30px;
    }
    .privilege-club .text-icons i {
        font-size: 34px;
    }

    .privilege-club .text-icons {
        row-gap: 30px;
    }

    .flex-50text-50slider .row {
        row-gap: 30px;
    }

    .privilege-club .text-icons h3 {
        font-size: 22px;
    }

    .flex-icons-map .item {
        padding: 0;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-control-custom.full {
        grid-column: unset;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: flex !important;
        height: 60px;
        padding: 0 10px;
        text-align: center;
    }

    .header-main {
        padding: 0;
    }

    .header-mobile .toggle-button-left {
        color: var(--main-color);
    }

    .nav-mobile {
        display: block;
        position: fixed;
        top: 60px;
        left: -100%;
        z-index: 10;
        width: 100%;
        transition: left .5s;
        overflow: auto;
        bottom: 0;
    }

    .nav-mobile .navbar {
        padding: 0;
    }

    body.menu-open .nav-mobile {
        left: 0;
    }

    #header-mobile .toggle-button-left {
        left: 0;
        position: relative;
        transition: left .5s;
    }

    #header-mobile .toggle-button-left .close,
    body.menu-open #header-mobile .toggle-button-left .ham {
        display: none;
    }

    body.menu-open #header-mobile .toggle-button-left .close {
        display: block;
    }


    .nav-mobile li a.nav-link {
        border-bottom: 1px solid #000;
        background-color: #141414;
        padding: 15px !important;
    }

    #mobile-main-nav {
        width: 100%;
    }

    #mobile-main-nav .dropdown-menu li a {
        padding: 15px 15px 15px 40px;
        border-bottom: 1px solid #000;
        background: #000 !important;
        color: #fff !important;
        border-color: #DEBB69 !important;
    }

    #mobile-main-nav .dropdown-menu {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: #000 !important;

    }

    #mobile-main-nav .dropdown-menu .dropdown-menu a {
        white-space: inherit !important;
        padding-left: 50px !important;
        border: none;
    }

    .video-section {
        height: 650px;
    }

    .header-main {
        background-color: #000000;
    }

    .who-we-are {
        padding-top: 0;
    }

    .who-we-are .block-title {
        text-align: center;
    }

    .who-we-are .text-cont {
        margin-right: 0;
    }

    .who-we-are .row {
        row-gap: 30px;
    }

    .flex-50text-50text .row {
        row-gap: 40px;
    }

    .developers .mt-5 {
        margin-top: 0 !important;
    }

    .developers .row,
    .lastest-news .row {
        row-gap: 30px;
    }

    .footer-socket p {
        text-align: center;
    }

    section.cities .cities-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body[dir='rtl'] .logo-mobile {
        text-align: center;
    }

    body[dir='rtl'] .nav-mobile {
        display: block;
        position: fixed;
        top: 60px;
        left: unset;
        right: -100%;
        z-index: 10;
        width: 100%;
        transition: right .5s;
        overflow: auto;
        bottom: 0;
    }


    body[dir='rtl'] #mobile-main-nav {
        padding: 0;
    }

    body[dir='rtl'].menu-open .nav-mobile {
        left: unset;
        right: 0;
    }

    body[dir='rtl'] #mobile-main-nav .dropdown-menu .dropdown-menu a {
        padding-left: 0 !important;
        padding-right: 50px !important;
    }

    body[dir='rtl'] #mobile-main-nav .dropdown-menu li a {
        padding: 15px 40px 15px 15px;

    }

    body[dir='rtl'] .video-section .search-cont .form-cont .search-form-cont button {
        text-align: center;
    }

    .who-we-are .text-cont {
        margin: 0 !important;
    }

    .who-we-are {
        padding-top: 30px;
    }

    section {
        padding: 30px 0;
    }

    section.cities .cities-grid img {
        border-radius: 15px;
    }

    .about-us .text-cont {
        padding-right: 0;
    }

    body[dir='rtl'] .about-us .text-cont {
        padding-left: 0;
    }

    .what-grid {
        display: flex;
        flex-direction: column;
    }

}

@media (max-width:767px) {
    .container-fluid {
        padding: 0 15px;
    }

    .about-us .text-cont p {
        margin-bottom: 30px;
    }

    .block-title {
        font-size: 28px;
    }

    .block-text {
        font-size: 16px;
    }

    .form-grid {
        padding: 40px 15px;
    }
}


@media (min-width:992px) and (max-width:1100px) {
    .logo.logo-splash img {
        width: 150px;
    }

}