@import url(styles.css);

/* Start Fonts */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Vazirmatn:wght@100..900&display=swap');

@font-face {
    font-family: 'iftrayat';
    src: url(../fonts/iftrayat.OTF);
}

@font-face {
    font-family: 'iftrayatLight';
    src: url(../fonts/iftrayat-light.OTF);
}

@font-face {
    font-family: 'iftrayatMed';
    src: url(../fonts/iftrayat-med.OTF);
}

@font-face {
    font-family: 'iftrayatBold';
    src: url(../fonts/iftrayat-bold.OTF);
}

/* End Fonts */

:root {
    --main-color: #C99552;
    --sec-color: #ac8149;
    --hover-color: #E2AE66;
    --bg-color: #F8F6F1;
    --active-color: #C79350;
    --dark-color: #1F2828;
    --gray-color: #453F35;
    --green-color: #658B7A;
    --blue-color: #5B768E;
    --title-color: #BE8A4A;
    --font-body: "iftrayat", sans-serif;
    --font-light: "iftrayatLight", sans-serif;
    --font-med: "iftrayatMed", sans-serif;
    --font-bold: "iftrayatBold", sans-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: initial;
    -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;
    direction: rtl;
}

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 */

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 30px 20px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: var(--dark-color);
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    left: -100%;
    max-width: 350px;
}

.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;
}

.mobile-menu .menu-box .navigation li a {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 27px;
    text-align: start;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    position: relative;
    font-size: 20px;
    transition: all 0.6s;
    border-bottom: 1px #eaeaea1a solid;
    color: #fff;
}

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

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

/* End Sidebar */

/*** 

====================================================================
	Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: color-mix(in srgb, var(--dark-color) 90%, transparent);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    border-radius: 10px;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/*** 

====================================================================
	End Search Popup
====================================================================

***/



/* Start circular-menu */

#circularMenu {
    position: relative;
    z-index: 9;
}

.circular-menu .floating-btn {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    background-color: var(--main-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    color: #fff !important;
}

.circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
}

.circular-menu:after {
    display: block;
    content: " ";
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: rgba(27, 133, 190, 0);
    transition: all 0.3s ease;
}

.circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.circular-menu .menu-item {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: rgb(50 74 113);
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color);
    transition: transform 0.3s ease, background-color 0.2s ease;
    transition-timing-function: ease, ease;
    /* box-shadow: 0 0 22px 5px #f5f9fc6b; */
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(-1em, -4.2em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-4em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-4em, 1.5em, 0);
}

.circular-menu .menu-item svg path {
    fill: var(--main-color);
}

.circular-menu .menu-item svg #envelope path {
    fill: transparent;
    stroke: var(--main-color);
}

.circular-menu .menu-item svg {
    width: 21px;
    height: 21px;
    line-height: 21px;
}

/* End circular-menu */

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

header.sticky {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 32px 0;
    /* overflow: hidden; */
    top: 0;
}

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

.close-btn {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    color: var(--main-color);
    margin: 0px;
    padding: 0px;
    width: 38px;
    height: 38px;
    font-size: 25px;
    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 a {
    text-transform: capitalize;
    color: #fff;
    font-size: 20.5px;
    line-height: 20px;
    display: inline-block;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.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: calc(100vh - 252px); */
    overflow: hidden;
    overflow-y: auto;
    margin-top: 30px;
}

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

.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: #fff;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}


.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    /* background: color-mix(in srgb, var(--main-color) 50%, transparent); */
}

.logo-h {
    /* height: 182px; */
    width: 141.47px;
    /* margin-inline-end: 47px; */
}

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

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

.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--hover-color) !important;
}

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

.header-med .head-inner ul li .sub-menu {
    min-width: 187px;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    background: #EEF5FB;
    border: 1px solid #D7E0C2;
    box-shadow: 0px 8px 8px 0px #00000014;
    border-radius: 8px;
    padding: 10px;
    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 {
    color: #000;
    padding: 6px 0;
    display: block;
    border-bottom: 0.5px solid #1B579C61;
    font-size: 13px;
    line-height: 21px;
}

.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: 83px;
}

.mobile-nav-toggler .lines {
    display: block;
    width: 35px;
    overflow: hidden;
    height: 35px;
    align-content: center;
    text-align: center;
    background: var(--main-color);
    border-radius: 4px;
    color: #fff;
}

.mobile-nav-toggler .lines i {
    display: block;
    width: 22px;
    height: 2px;
    margin: 3.5px auto;
    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: #fff;
    transition: all .5s;
    top: 0;
    right: 0;
    left: 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) {
    margin: 0 auto;
}

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

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

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

.btn {
    outline: none;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 152.73px;
    background: #5D5A5B;
    min-height: 50.34px;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    box-shadow: none !important;
    border: 1px transparent solid;
    z-index: 1;
    gap: 10px;
    font-family: var(--font-med);
    font-size: 20.5px;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.search-box-btn.search-box-outer {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    transition: all .4s;
}

.header-med .head-inner ul li.current-menu-item a,
.header-med .head-inner ul li.active a {
    /*color: var(--hover-color) !important;*/
}

.lang-menu {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 20px;
}

.lang-menu>a {
    min-width: 130px;
    min-height: 48px;
    padding: 9px 13px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--main-color);
    background: #fff;
    gap: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--main-color);
    cursor: pointer;
}

.contact-menu>a {
    background: var(--main-color);
    color: #fff;
}

.lang-menu ul {
    display: block;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: 130px;
    padding-inline-end: 6px;
}

.lang-menu ul li a {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #E5EEFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    gap: 6px;
    align-items: center;
    -webkit-align-items: center;
}

.lang-menu ul li:first-child a {
    padding-top: 0;
}

.lang-menu ul li:last-child a {
    border: none;
    padding-bottom: 0;
}

.btn:hover {
    color: #fff;
}

.logo-h a img {
    max-height: 100%;
}

.btn.btn-white {
    background: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

@media (min-width: 576px) {
    .orderModal .modal-dialog {
        max-width: 436px;
    }
}

.orderModal .modal-content {
    border-radius: 17.54px;
    overflow: visible;
    border: 6px solid #CAE0F1;
    box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
    background: #FBFCFF;
}

.orderModal .modal-content .modal-body {
    padding: 20px 30px;
}

.orderModal .btn-close {
    background: color-mix(in srgb, var(--main-color) 90%, transparent);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin: -11px;
    color: #fff;
    font-size: 15px;
    padding: 0;
}

.title.title-modal {
    margin-bottom: 32px;
    text-align: center;
}

.title.title-modal h3 {
    font-family: var(--font-bold);
    color: var(--title-color);
    font-size: 32px;
    line-height: 51px;
    letter-spacing: 0px;
    text-align: center;
}

.form-modal .form-group {
    margin-bottom: 16px;
}

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

.form-modal .form-group .form-control {
    background: #FCFEFF;
    height: 48px;
    border-radius: 4px;
    padding: 0 16px !important;
    font-family: var(--font-light);
    color: #2D2B2B;
    font-size: 16px;
    border: none;
    line-height: 26px;
    align-content: center;
    transition: all .4s;
    border: 1px solid #E2F1FC;
    text-align: left;
}

.form-modal .form-group .form-control::placeholder {
    color: #2D2B2B;
}

.iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
    direction: ltr;
    align-items: center;
}

.iti__arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid #06234D;
    border: none;
    width: 16px;
    height: 14px;
    position: relative;
    line-height: 14px;
    /* display: none; */
}

.iti__arrow::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-size: 22px;
    color: #06234D;
    font-weight: 300;
    line-height: 16px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
    line-height: 21px;
    color: #030303;
    direction: ltr;
    height: 16px;
    font-family: 'Vazirmatn';
    font-weight: 700;
}

.nice-select:after {
    top: 0;
    bottom: 0;
    align-content: center;
    font-weight: 300;
    font-size: 22px;
    left: 17px;
    color: #06234D;
}

.form-modal .form-group .btn {
    width: 100%;
    margin-top: 16px;
    border-radius: 8px;
    min-height: 44px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 12px;
}

html[dir="rtl"] .iti__country {
    direction: ltr;
    text-align: right;
}

html[dir="rtl"] .iti__country-list {
    left: 0;
}

html[dir="ltr"] .iti__country-list {
    right: 0;
}

.nav-inner {
    display: flex;
    gap: 37px;
    align-items: center;
    -webkit-align-items: center;
}

.btn .icon svg path {
    fill: #fff;
}

.lang-h a u {
    text-decoration: none;
}

.orderModal .btn-close i {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

form {
    direction: rtl;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    /* left: auto; */
    /* right: 0; */
}

.iti__flag {
    /* display: none; */
}

.req-btn {
    font-family: var(--font-bold);
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
}

/* End Header */

/* Start Banner-h */

.banner-h .row {
    min-height: 768px;
    align-items: center;
    -webkit-align-items: center;
}

.banner-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: .6;
}

.banner-text h1 {
    font-family: var(--font-med);
    color: #fff;
    margin: 0;
    font-size: 63.31px;
    line-height: 91px;
}

/* End Banner-h */

/* Start About-h */

.about-h {
    background: var(--bg-color);
    padding-block: 100px 184px;
}

.about-text {
    max-width: 878px;
    margin: 0 auto;
    text-align: center;
}

.about-text h3 {
    font-family: var(--font-bold);
    color: var(--title-color);
    font-size: 35px;
    line-height: 51px;
    margin-bottom: 16px;
}

.about-text p {
    font-family: var(--font-med);
    color: var(--gray-color);
    font-size: 18px;
    line-height: 31px;
}

/* End About-h */

/* Start Counter-h */

.counter-h {
    padding-block: 100px 86px;
    background: var(--main-color);
}

.title {
    margin-bottom: 30px;
}

.title h3 {
    font-family: var(--font-bold);
    color: var(--title-color);
    font-size: 35px;
    line-height: 51px;
    margin: 0;
}

.title.title-white h3 {
    color: #fff;
}

.counter-h .col-md-3 {
    width: 20%;
}

.counter-block {
    text-align: center;
}

.counter-item {
    direction: ltr;
}

.counter-block .counter-item {
    font-family: Vazirmatn;
    font-weight: 700;
    color: #fff;
    font-size: 71.32px;
    line-height: 88.24px;
    letter-spacing: 0.28px;
    margin-bottom: 6px;
}

.counter-block h4 {
    margin: 0;
    font-weight: 400;
    color: var(--gray-color);
    font-size: 28.97px;
    line-height: 43px;
}

/* End Counter-h */

/* Start Map-h */

.map-h .map-ss {
    height: 538px;
}

.all-btns-map {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    background: #FFFFFF4D;
    backdrop-filter: blur(4px);
    border-radius: 20px 20px 0 0;
    padding: 17px 17px 13px;
}

.all-btns-map button {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: 33.85px;
    border-radius: 0;
    padding: 6px 25px;
    font-family: var(--font-bold);
    font-size: 15px;
    line-height: 22px;
}

.map-h {
    text-align: center;
    z-index: 6;
}

.map-h .container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.map-card {
    display: flex;
    width: 458.55px;
    max-width: 458.55px;
    padding: 22px;
    border-radius: 20px;
    box-shadow: 0px 4px 14px 0px #00000040;
    background: #fff;
    box-sizing: border-box;
}

.map-card .map-card-img {
    width: 167.98px;
    height: 193.22px;
    border-radius: 5px;
    overflow: hidden;
}

.map-card-content {
    width: calc(100% - 167.98px);
    text-align: start;
    padding-inline-start: 13px;
}

.map-card-content h3 {
    font-family: var(--font-bold);
    color: #020202;
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 30px;
}

.map-card-content .area {
    color: #8B8781;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.map-card-content .map-card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 13px 11px;
}

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

.map-card-content .map-card-info div {
    min-width: 108.76px;
    text-align: center;
    height: 23px;
    background: rgb(227 227 227 / 60%);
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

.map-card-content .map-card-status,
.map-card-content .map-card-btn {
    display: block;
    width: 100%;
    height: 33.85px;
    text-align: center;
    font-family: var(--font-bold);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    align-content: center;
    padding: 5px;
}

.map-card-content .map-card-status {
    background: var(--green-color);
}

.map-card-content .map-card-btn {
    background: var(--hover-color);
    margin-top: 7px;
}

.gm-style .gm-style-iw {
    padding: 0 !important;
    border-radius: 20px !important;
    max-width: unset !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 20px !important;
}

.gm-style-iw-chr {
    position: absolute;
    left: 0;
}

.map-card-content .map-card-status.offplan {
    background: #5B768E;
}

.map-card-content .map-card-status.soon {
    background: var(--main-color);
}

.map-card-content .map-card-status.sold {
    background: #453F35;
}

/* End Map-h */

/* Start Projects-h */

.projects-h {
    padding-block: 100px;
}

.tabs-h .nav.nav-tabs {
    border: none;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
    gap: 11px;
}

.tabs-h .nav.nav-tabs .nav-item .nav-link {
    padding: 7px 30px;
    border-radius: 0;
    border-bottom: 1.19px solid #E8E8E8;
    color: #000;
    font-weight: 400;
    font-size: 17.83px;
    line-height: 26px;
    margin: 0;
    font-family: var(--font-body);
}

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

.tabs-h .nav.nav-tabs .nav-item .nav-link.span-available.active {
    background: var(--green-color);
    border-color: var(--green-color);
}
.tabs-h .nav.nav-tabs .nav-item .nav-link.span-soldOut.active {
    background: var(--gray-color);
    border-color: var(--gray-color);
}
.tabs-h .nav.nav-tabs .nav-item .nav-link.span-soon.active {
    background: var(--hover-color);
    border-color: var(--hover-color);
}
.tabs-h .nav.nav-tabs .nav-item .nav-link.span-map.active {
    background: var(--blue-color);
    border-color: var(--blue-color);
}

.project-block {
    margin-bottom: 32px;
    height: 469.36px;
    overflow: hidden;
}

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

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

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

.project-block .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 50%;
    top: auto;
}

.project-block .img span {
    position: absolute;
    left: 0;
    top: 0;
    margin: 17px;
    padding: 7px 12px;
    background: var(--blue-color);
    color: #fff;
    font-family: var(--font-bold);
    font-size: 18.72px;
    line-height: 27px;
    min-width: 131.54px;
    text-align: center;
    align-content: center;
    text-transform: capitalize;
}

.project-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    padding: 32px 25px;
}

.project-block .details .item h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 1px;
    font-size: 28.41px;
    line-height: 41px;
}

.project-block .details .item h3 {
    font-family: var(--font-bold);
    color: #fff;
    font-style: Bold;
    font-size: 35.23px;
    transform-box: 7px;
    line-height: 51px;
}

.project-block .details .item>span {
    display: inline-flex;
    color: #fff;
    font-weight: 400;
    gap: 7px;
    font-size: 16.91px;
    align-items: center;
    line-height: 24px;
    -webkit-align-items: center;
}

.project-block .details .item span i {
    font-size: 18.97px;
    line-height: 20.32px;
}

.btn.btn-gray {
    background: #606060;
}

.project-block .img span.span-available {
    background: var(--green-color);
}

.project-block .img span.span-soldOut {
    background: var(--gray-color);
}

.project-block .img span.span-soon {
    background: var(--hover-color);
}

/* End Projects-h */

/* Start Register-h */

.register-h {
    background: #FAEFDF;
    padding-block: 100px;
}

.req-form {
    max-width: 890px;
    margin: 0 auto;
}


.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group .label-h {
    position: absolute;
    top: 40px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    color: #747474;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}


.form-group input:focus+label,
.form-group input.has-value+label,
.form-group textarea:focus+label,
.form-group textarea.has-value+label,
.form-group.is-focused label,
.form-group.has-value label,
.form-group.is-focused label,
.form-group.has-value label {
    top: 17px;
    font-size: 14px;
    color: #06234D !important;
    font-weight: 300;
}

.form-group textarea:focus+label,
.form-group textarea.has-value+label {
    top: 30px;
}

.form-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-group .form-control {
    padding: 18px 20px 10px !important;
    height: 80px;
    align-content: center;
    background: #FCFDF4;
    border: 1px solid #E8E9BF;
    color: #030303;
    font-weight: 400;
    font-size: 24.33px;
    line-height: 39.54px;
    align-content: center;
    letter-spacing: 0.38px;
    transition: all .4s;
}

.form-group .form-control:focus,
.form-group.has-value .form-control {
    background: #F6F9FF;
    border: 1px solid #E2AE66;
    box-shadow: 0px 4px 4px 0px #1263DC1A;
}

button.btn.btn-form {
    width: 100%;
    margin-top: 9px;
    height: 54px;
    font-family: var(--font-bold);
}

/* End Register-h */

/* Start Footer */

footer {
    background: #000000;
    padding-block: 63px;
    z-index: 6;
}

.logo-f {
    max-width: 200.85px;
}

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

.foot-block h3 {
    color: var(--hover-color);
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}

.foot-block .info-f ul {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 31px;
}

.foot-block .info-f {
    margin-block: 7px 21px;
}

.foot-block .info-f ul li a {
    font-family: var(--font-light);
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.foot-block .info-f ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 12px;
}

.foot-block .info-f ul li u {
    display: block;
    text-decoration: none;
    direction: ltr;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 16px;
}

.s-h a {
    font-size: 19px;
    color: #fff;
}

.s-h a:hover, .link-f ul li a:hover {
    color: var(--hover-color);
}

.copyRight-companyName {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 32px;
}

.copyRight p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 9.5px;
}

.copyRight p i {
    font-size: 18px;
    line-height: 18px;
}

.companyName {
    height: 40px;
}

.companyName .ryad-logo {
    margin-top: -27px;
}

.footer-top .container>.row {
    align-items: center;
    -webkit-align-items: center;
}

.icons-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    -webkit-align-items: center;
    justify-content: center;
    z-index: 5;
}

.btn-req-h {
    border-radius: 8.11px;
    background: #C38F4F;
    text-align: center;
    color: #fff;
    padding: 16px 10px;
    font-family: var(--font-bold);
    font-size: 13.42px;
    line-height: 20px;
    width: 65.98px;
}

.btn-req-h .icon {
    margin-bottom: 8px;
}

.btn-whatsapp {
    width: 65.98px;
    height: 61.73px;
    border-radius: 8.11px;
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: #51BD51;
    font-size: 28px;
}

/* End Footer */

/* Start Header-fixed */

header.sticky.active {
    position: fixed;
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(15px);
}

header.sticky.active .header-med .head-inner ul li a,
header.sticky.active .lang-h a,
header.sticky.active .req-btn {
    color: var(--dark-color);
}


/* End Header-fixed */

/* Start Breadcrumb-h */

.breadcrumb-h {
    padding-block: 207px 101px;
}

.breadcrumb-h:after,
.breadcrumb-h .overlay-img::before {
    content: "";
    position: absolute;
    inset: 0;
}

.breadcrumb-h .overlay-img::before {
    inset: 0;
    background: #000000;
    opacity: .7;
}

.breadcrumb-h::after {
    width: 35px;
    height: 17.46px;
    background: #fff;
    top: auto;
    margin: 0 auto;
    z-index: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -1px;
}

.bread-text h1 {
    margin: 0;
    text-align: center;
    font-family: var(--font-bold);
    color: #fff;
    font-size: 45.89px;
    line-height: 67px;
}

/* End Breadcrumb-h */

/* Start Goals-page */

.goals-page::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg-goals.png);
    background-position: center;
    background-size: auto;
    z-index: -1;
}

.goals-page {
    padding-block: 119px 38px;
}

.goal-block {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 31px;
    margin-bottom: 65px;
}

.goal-block .icon {
    width: 47.5px;
    height: 47.81px;
    line-height: 47.81px;
}

.goal-block .details {
    width: calc(100% - 47.5px - 31px);
}

.goal-block .details h3 {
    font-family: var(--font-bold);
    color: #626466;
    margin-bottom: 2px;
    font-size: 27.93px;
    line-height: 41px;
}

.goal-block .details p {
    max-width: 257px;
    color: #626466;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
}

.vision-h {
    padding-block: 100px;
}

.vision-block {
    min-height: 204.98px;
    border-inline-end: 1px solid #FFFFFF42;
    padding: 32px;
}

.vision-h .container>.row .col-md-6:nth-child(even) .vision-block {
    border: none;
}

.vision-block h3 {
    font-family: var(--font-bold);
    color: var(--hover-color);
    margin-bottom: 15px;
    font-size: 28.81px;
    line-height: 25.79px;
}

.vision-block p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 505.83px;
}

.contact-h {
    padding-block: 100px;
    background: #F6E3CA;
}

.title-gray h3 {
    color: #606060;
    font-size: 39px;
    line-height: 57px;
}

.all-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
}

.all-contacts .item a {
    color: #fff;
    min-width: 345.24px;
    display: block;
    text-align: center;
    padding: 13px 21px 7px;
    background: #606060;
    font-family: var(--font-med);
    font-size: 20.5px;
    line-height: 30px;
    min-height: 83.91px;
    align-content: center;
}

.all-contacts .item:first-child a {
    text-align: start;
}

.all-contacts .item:first-child a span {
    display: table;
}

.all-contacts .item a u {
    display: inline-block;
    text-decoration: none;
    direction: ltr;
}


/* End Goals-page */

/* Start Estate-page */

.estate-page {
    padding-block: 100px;
}

.estate-inner {
    max-width: 556.73px;
    margin: 0 auto;
}

.estate-inner .form-group {
    margin-bottom: 16px;
}

.estate-inner .form-group label {
    color: #161616;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 17.55px;
    line-height: 28.9px;
}

.estate-inner .form-group .form-control {
    border: 1.03px solid #C8C8C8;
    height: 46.44px;
    background: #fff;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16.51px;
    line-height: 28.9px;
    text-align: right;
    border-radius: 0;
    padding: 10px 20px 10px !important;
    align-content: center;
}

.estate-inner .form-group .btn.btn-form {
    background: var(--hover-color);
    color: #fff;
}

.estate-inner .form-group .form-control::after {
    font-size: 14px;
}

/* End Estate-page */

/* Start Single-page */

.bread-text ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 9px;
}

.bread-text ul li {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 11px;
}

.bread-text ul li::before {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: var(--hover-color);
    font-size: 10px;
    line-height: 28px;
}

.project-stat {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.project-stat span {
    padding: 7px 26px 5px;
    font-family: var(--font-bold);
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    background: var(--green-color);
    min-width: 108.9px;
    justify-content: center;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.single-page {
    padding-block: 100px;
    background: #F7F7F7;
}

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

.single-img {
    height: 469.36px;
    position: relative;
}

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

.single-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 40%;
    top: auto;
}

.single-all-imgs .slick-arrow {
    margin: 0 -10px;
    z-index: 4;
}

.single-all-imgs .slick-arrow::before {
    font-family: 'Font Awesome 6 Pro';
    color: #444444;
    content: "\f177";
}

.single-all-imgs .slick-prev.slick-arrow {
    transform: scaleX(-1);
}

.single-models {
    margin-top: 60px;
    background: #fff;
    padding: 40px;
}

.single-models .btn {
    display: flex;
    width: 100%;
    text-align: start;
    justify-content: start;
    justify-content: space-between;
    padding: 0;
    font-family: var(--font-med);
    color: #000;
    font-size: 21.09px;
    line-height: 30px;
    min-height: auto;
    background: transparent;
    margin-bottom: 45px;
}

.single-models .btn i {
    font-size: 14.31px;
    line-height: 14px;
}

.single-tabs-h .nav.nav-tabs {
    border-bottom: 1px solid #E3E3E3;
}

.single-tabs-h .nav.nav-tabs .nav-item .nav-link {
    border: 1px solid #E3E3E3;
    background: #F7F7F7;
    font-family: var(--font-med);
    color: #000;
    border-radius: 0;
    font-size: 21.09px;
    line-height: 30px;
    min-width: 119.36px;
    min-height: 75.74px;
    bottom: -14px;
    position: relative;
    transition: all .4s;
}

.single-tabs-h .nav.nav-tabs .nav-item .nav-link.active {
    bottom: 0;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 0 0 !important;
}

.single-tabs-h .tab-content {
    background: #fff;
    z-index: 4;
    position: relative;
}

.single-tabs-h .nav.nav-tabs .nav-item:last-child .nav-link {
    border-start-end-radius: 5px;
}

.single-tabs-h {
    /* border-inline-start: 1px solid #E3E3E3; */
    border-radius: 5px;
    position: relative;
}

.single-tabs-h::before, .single-tabs-h::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: calc(100% - 76px);
    right: 0;
    border: 1px #E3E3E3 solid;
    z-index: 2;
    border-top: 0;
    /* border-bottom: 0; */
    left: 0;
    border-radius: 0 0 6px 6px;
    border-start-end-radius: 6px;
    opacity: 0;
}

.single-tabs-h::before {
    right: 0;
}

.single-tabs-h::after {
    left: 0;
}

.collapse-inner {
    padding: 52px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    border: 1px #E3E3E3 solid;
    margin: 0;
}

.coll-header {
    margin-bottom: 57px;
}

.coll-header h3 {
    font-family: var(--font-med);
    color: #000;
    font-size: 20px;
    line-height: 29px;
}

.coll-header .items .item {
    width: auto;
    padding: 0;
}

.coll-header .items {
    gap: 20px 49px;
    margin: 0;
}

.coll-header .items .item p {
    font-family: var(--font-light);
    font-size: 19px;
    line-height: 27px;
}

.coll-content {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 35px 40px 22px;
}

.coll-content h3 {
    font-family: var(--font-med);
    border-bottom: 2px solid #E6E6E6;
    color: #000000;
    font-size: 21.09px;
    padding-bottom: 39px;
    line-height: 30px;
    margin-bottom: 35px;
}

.coll-content .items ul {
    display: flex;
    flex-wrap: wrap;
}

.coll-content .items ul li {
    width: 33.33%;
    color: #454343;
    font-weight: 400;
    display: flex;
    font-size: 16px;
    /* align-items: center; */
    line-height: 28px;
    /* -webkit-align-items: center; */
    gap: 11px;
    margin-bottom: 16px;
    padding-inline-end: 10px;
}

.coll-content .items ul li::before {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: var(--hover-color);
    font-size: 10px;
    line-height: 24px;
}

.coll-btns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 18px;
}

.single-models .coll-btns .btn {
    margin: 0;
    min-width: 178.5px;
    min-height: 50.34px;
    justify-content: center;
    background: var(--hover-color);
    color: #fff;
    width: auto;
    font-family: var(--font-bold);
    font-size: 18px;
    line-height: 26px;
}

.single-models .coll-btns .btn.btn-border {
    background: transparent;
    color: var(--hover-color);
    min-width: 203.6px;
    border: 2px var(--hover-color) solid;
}

.single-map {
    height: 570.48px;
    border-radius: 9px;
    overflow: hidden;
}

.form-group .form-control .current {
    color: #747474;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.project-block .details .item {
    width: calc(100% - 160px);
}

.project-block .details .item:last-child {
    width: 160px;
    text-align: end;
    z-index: 3;
}

.logo-h .logo-scroll {
    display: none;
}

header.sticky.active .logo-h .logo-scroll {
    display: block;
}

header.sticky.active .logo-h .logo-norml {
    display: none;
}

.form-group .form-control {text-align: right;}

.estate-inner .form-group .form-control .current {
    font-weight: 400;
    font-size: 16.51px;
    line-height: 28.9px;
}

button.btn.btn-form:hover {
    background: var(--main-color);
}

.main-content.custom_register_page .breadcrumb-h::after {
    background: #FAEFDF;
}

.req-btn:hover {
    color: var(--main-color) !important;
}

.banner-text h1 span {
    font-family: var(--font-body);
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

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


.nice-select.open .list {
    max-height: 260px;
    overflow-y: auto;
} 

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

.project-block .details .item:first-child,
footer {
    text-align: start;
}

.link-f ul {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    -webkit-align-items: center;
    gap: 25px;
}

.link-f ul li a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}

.link-f {
    margin-top: 33px;
}

.main-content-inner p {
    max-width: 800px;
    margin: 20px 0;
    font-size: 18px;
    line-height: 28px;
}

.main-content-inner h3 {
    margin: 30px 0;
    font-size: 32px;
    font-weight: bold;
}

.main-content-inner ul {max-width: 800px;padding-inline-start: 20px;}

.main-content-inner ul li {
    display: list-item;
    list-style: initial;
    margin: 20px 0;
    font-size: 17px;
}

.main-content-inner ul li a,
.main-content-inner table td a{
    color: var(--main-color);
}

.main-content-inner table {
    width: 100%;
    text-align: center;
    max-width: 1000px;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 0 1px #000;
    margin: 40px 0;
}

.main-content-inner table td {
    padding: 15px;
    border-bottom: 1px solid #cecece;
    font-size: 16px;
    line-height: 26px;
}

.main-content-inner table tr:nth-child(odd) td {
    background: #fff;
}

.copyRight-companyName .link-f {
    margin: 0;
}

.copyRight-companyName .link-f ul li a {
    font-size: 16px;
    line-height: 26px;
}
/* End Single-page */