@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir.woff2") format("woff2"), url("../fonts/Avenir.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Giflika";
    src: url("../fonts/Giflika.woff2") format("woff2"), url("../fonts/Giflika.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GE-Hili-Light";
    src: url("../fonts/GE-Hili-Light.woff") format("woff"), url("../fonts/GE-Hili-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GE-Hili-Book";
    src: url("../fonts/GE-Hili-Book.woff") format("woff"), url("../fonts/GE-Hili-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GE-SS-Light";
    src: url("../fonts/GE-SS-Light.woff2") format("woff"), url("../fonts/GE-SS-Light.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GE-SS -Medium";
    src: url("../fonts/GE-SS -Medium.woff2") format("woff"), url("../fonts/GE-SS -Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GE-SS-Bold";
    src: url("../fonts/GE-SS-Bold.woff2") format("woff"), url("../fonts/GE-SS-Bold.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --size-80-rem: 5rem;
    --size-76-rem: 4.75rem;
    --size-70-rem: 4.375rem;
    --size-64-rem: 4rem;
    --size-58-rem: 3.625rem;
    --size-52-rem: 3.25rem;
    --size-48-rem: 3rem;
    --size-44-rem: 2.75rem;
    --size-40-rem: 2.5rem;
    --size-36-rem: 2.25rem;
    --size-32-rem: 2rem;
    --size-28-rem: 1.75rem;
    --size-24-rem: 1.5rem;
    --size-20-rem: 1.25rem;
    --size-18-rem: 1.125rem;
    --size-16-rem: 1rem;
    --size-14-rem: 0.875rem;
    --size-12-rem: 0.75rem;
    --size-10-rem: 0.625rem;
    --size-8-rem: 0.5rem;
}
body,
html {
    overflow-x: hidden;
}
.shimmer {
    position: relative;
}
.shimmer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
    background-size: 200%;
    animation: shimmer 1s infinite reverse;
}
p {
    line-height: 30px;
    direction: ltr;
}
.hero-slider video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}
@keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.desk-h100-slider img {
    /* height: 100vh !important; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

[data-theme="default"] {
    --white: #fff;
    --black: #000;
    --primary: #008dda;
    --secondary: #222222;
}

[data-theme="dark"] {
    --white: #fff;
    --black: #000;
    --primary: #222222;
    --secondary: #000;
}

.theme-changer {
    background: var(--primary);
    position: fixed;
    bottom: 0;
    z-index: 1;
    padding: 1.25rem 0rem;
    color: var(--white);
}

body {
    width: 100%;
    float: left;
    font-family: "Avenir";
}
body ul > li {
    list-style: none;
}
body a {
    text-decoration: none;
}
body img {
    max-width: 100%;
}

.main {
    width: 100%;
    float: left;
}
@media (max-width: 900px) {
    .container {
        padding: 0vw 1.5em;
    }
}

.main-head-big h2 {
    font-family: "Giflika";
    font-weight: 500;
    font-size: 52px;
    padding: 0px 0px 60px 0px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.main-head-big h2::after {
    width: 80%;
    height: 5px;
    background: url(../images/heading-line.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 0;
}

.main-head h2,
.main-head h1 {
    font-family: "Giflika";
    padding: 0px 0px 60px 0px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 52px;
    color: #fff;
}
.main-head h2::after,
.main-head h1::after {
    width: 80%;
    height: 5px;
    background: url(../images/heading-line.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0;
    filter: grayscale(100) brightness(100);
}

.main-head-color h2 {
    color: #B8A090;
}
.main-head-color h2::after {
    filter: inherit;
}

.btn-theme-new {
    background: #b3a391;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 0px;
    width: -moz-fit-content;
    width: fit-content;
}

.banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 80px;
    /* margin: auto; */
    display: block;
    height: -moz-max-content;
    height: max-content;
    text-align: left;
}
.banner-text strong {
    color: var(--white);
    width: 100%;
    text-align: center;
    display: block;
    font-size: 46px;
    font-family: "Giflika";
    font-weight: 100;
    animation: headAni 5s ease 0s 1 normal none;
    transform: scale(1.2);
    filter: drop-shadow(1px 1px 18px black);
}
@keyframes headAni {
    0% {
        transform: scale(10);
        color: var(--white);
        filter: none;
    }
    25% {
        transform: scale(1);
        filter: none;
    }
    75% {
        filter: none;
    }
    100% {
        transform: scale(1.2);
        color: var(--white);
        filter: drop-shadow(1px 1px 18px black);
    }
}

.btn-theme {
    border: 1px solid var(--white);
    border-radius: 0px;
    padding: 6px 20px;
}
.btn-theme-border:hover,
.btn-theme:hover,
.btn-theme-new:hover {
    background: #69584b;
}
.btn-theme-border {
    border: 1px solid var(--white);
    border-radius: 0px;
    padding: 6px 20px;
    color: #fff;
    font-size: 1rem;
}

header {
    width: 100%;
    float: left;
    padding: 20px 0px;
    z-index: 1000;
    position: fixed;
    top: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8071603641) 0%, rgba(0, 0, 0, 0) 85%);
}
header .navbar-expand-lg {
    padding: 0rem;
}
header .logo {
    width: 140px;
}
header .sub-menu {
    padding: 0rem;
    position: absolute;
    top: 100%;
    left: 0%;
    background: #69584b;
    width: -moz-max-content;
    width: max-content;
    box-shadow: -0.25rem 0.4375rem 0.8125rem rgba(0, 0, 0, 0.0784313725);
    transition: all 0.3s ease-in-out;
    z-index: 2;
    min-width: 10rem;
    border-radius: 0px;
    z-index: 100;
    opacity: 0;
}
header .sub-menu a {
    color: #fff !important;
}
header .navbar-toggler {
    border: 0rem;
    outline: 0rem !important;
    padding: 0rem;
}
header .navbar-toggler:focus {
    outline: 0rem;
    box-shadow: none;
}
header li {
    position: relative;
}
header li a {
    color: var(--white) !important;
    padding: 0.625rem 1rem;
    float: left;
    width: 100%;
    font-size: 0.9rem;
}
header .lang-switch-sec button,
header .lang-switch-sec a {
    font-size: 0.9rem;
    color: var(--white) !important;
}
header .lang-switch-sec .btn-theme {
    margin-left: 20px;
}
header .menu-item-has-children::after {
    width: 10px;
    height: 10px;
    color: #fff;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    align-items: center;
    content: "\f107";
    font-family: "FontAwesome";
}
header .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translate(0rem, 0rem);
    pointer-events: all;
}

.header-fixed {
    position: fixed;
    background-color: var(--white);
    top: -6.25rem;
    transition: transform 0.5s;
    transform: translateY(6.25rem);
    background: #B8A090;
}

.lang-btn {
    position: relative;
}
.lang-btn::after {
    width: 10px;
    height: 10px;
    color: #fff;
    display: flex;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    align-items: center;
    content: "\f107";
    font-family: "FontAwesome";
}
/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.animated-icon1 span {
    background: #fff;
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.animated-icon1.open {
    position: fixed;
    top: 0;
    z-index: 10000000000000000;
    right: 30px;
    top: 30px;
}
.chairman-flex img,
.media-center-card img {
    width: 100%;
}
.py-80 {
    padding: 80px 0px;
}

.pt-80 {
    padding-top: 80px;
}

.cultivating-sec p {
    color: #333333;
    font-size: 1.2rem;
}

.vision-mission-card {
    border: 2px solid #b3a391;
    padding: 30px;
    border-radius: 20px;
    background: var(--white);
}
.vision-mission-card h3 {
    color: #69584b;
    font-family: "Giflika";
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 16px 0px;
}

.vision-mission-sec .row {
    gap: 2%;
    justify-content: space-between;
}
.vision-mission-sec .col-lg-4 {
    width: 32%;
    display: flex;
}

.vision-mission-sec {
    padding-bottom: 100px;
    position: relative;
}
.vision-mission-sec::after {
    width: 30%;
    height: 80%;
    background: url(../images/wave-img.png);
    position: absolute;
    bottom: 0;
    right: 0px;
    content: "";
    pointer-events: none;
    background-size: cover;
}

.project-sec-main {
    background: url(../images/project-sec-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-sec-main .col-lg-6 {
    padding-left: 30px;
}

.project-card {
    color: #fff;
    position: relative;
    text-align: left;
    width: 100%;
}
.project-card .text-part {
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 10;
}
.project-card img {
    transform: scale(1) !important;
    max-height: 100vh !important;
    width: 100% !important;
    object-fit: cover;
}
.project-card:after {
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.project-card h3 {
    font-family: "Giflika";
    margin-bottom: 20px;
}
figure {
    margin: 0px;
    overflow: hidden;
}
.project-card .img-part {
    height: auto;
}

.media-center-card {
    box-shadow: 6px 6px rgba(187, 187, 187, 0.3176470588);
    position: relative;
    padding-bottom: 80px;
}
.media-center-card .btn-theme-new {
    position: absolute;
    bottom: 20px;
}
.media-center-card .text-part {
    padding: 20px;
}
.media-center-card .text-part h3 {
    font-size: 2.3rem;
    font-weight: bolder !important;
    margin: 16px 0px;
}
.media-center-card .text-part span {
    color: #69584b;
}

.contact-form-sec {
    background-image: url(https://amwaj-development.com/wp-content/uploads/2025/07/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.contact-form-sec .contact-form {
    background: rgba(71, 60, 53, 0.3176470588);
    padding: 30px;
    font-size: 1rem;
}
.contact-form-sec .contact-form label {
    color: #fff;
}
.contact-form-sec .contact-form .form-control,
.contact-form-sec .contact-form textarea {
    color: #fff;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin-bottom: 20px;
}
.contact-form-sec .contact-form textarea {
    min-height: 100px;
}

.main-footer {
    padding: 60px 0px 0px 0px;
    background: url(../images/footer-bg.svg);
    color: #fff;
    background-size: cover;
    background-position: top center;
}

.main-footer .col-lg-7 {
    display: flex;
    gap: 10%;
}

.footer-card {
    flex: 0 0 auto;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer-logo img {
    width: 150px;
}
.footer-card ul {
    padding-left: 0px;
}

.footer-card li {
    list-style: none;
    margin-bottom: 16px;
}

.footer-card a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-card li a {
    text-transform: capitalize;
}

.footer-card strong {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #b8a090;
}

.copyright-sec span {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.copyright-sec {
    text-align: center;
    margin-top: 40px;
}

.copyright-sec p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.journey-bg-sec {
    height: auto;
    min-height: 100vh;
    background: url(../images/journey-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.journey-bg-sec p {
    color: #fff;
    max-width: 40%;
}

.chairman-flex h3 {
    color: #69584b;
    font-family: "Giflika";
    font-size: 26px;
    font-weight: 500;
}
.chairman-flex .row {
    justify-content: space-between;
    margin-bottom: 80px;
}
.chairman-flex .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.chairman-flex .col-lg-5 {
    width: 35%;
}
.inner-banner img {
    /* height: 90vh; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.single-post .inner-banner img {
    height: 90vh;
}
.media-center-card .text-part {
    justify-content: space-between;
    height: 100%;
}
.nav-pills {
    margin: 0px 0px 40px 0px !important;
    justify-content: center;
}
.nav-pills li {
    text-align: center;
}
.nav-pills li a,
.nav-pills li button {
    width: 100%;
    background: transparent !important;
    color: #000 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold !important;
}
.nav-pills li .active {
    border-bottom: 2px solid #000;
    border-radius: 0px !important;
}
.media-center-sec {
    padding: 60px 0px;
}
.media-center-sec .col-lg-6,
.media-center-sec .col-lg-4 {
    display: flex;
}
/* .media-center-sec .media-center-card .text-part h3 {
  font-size: 1.6rem;
  font-weight: bolder !important;
  margin: 16px 0px;
}
 */

.media-center-sec .media-center-card .text-part h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 16px 0px;
    font-family: system-ui;
    line-height: inherit;
}
.single-media-card .row {
    margin-top: 40px;
}
.single-media-card .img-part {
    margin-bottom: 30px;
}

.off-plan-sec {
    padding: 100px 0px 0px 0px;
    background: url(../images/off-plan-bg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.off-plan-sec p {
    text-align: center;
}
.off-plan-sec h2 {
    width: 100%;
    text-align: center;
}
.off-plan-sec h2::after {
    width: 100%;
    background-position: center center;
}

.off-plan-sec .row {
    align-items: center;
    margin: 80px 0px;
}
.off-plan-sec .row .text-part {
    padding-left: 40px;
}
.off-plan-sec .row .text-part p {
    text-align: left;
    margin-top: 20px;
}
.off-plan-sec .row h2 {
    padding: 0px;
    text-align: left;
}
.off-plan-sec .row h2::after {
    display: none;
}

.benefit-sec {
    position: relative;
    padding: 80px 0px;
}
.benefit-sec .row {
    margin-top: 40px;
}
.benefit-sec p {
    text-align: center;
    color: #fff;
    margin: 20px 0px;
}
.benefit-sec h2 {
    width: 100%;
    text-align: center;
    padding: 0px !important;
}
.benefit-sec h2::after {
    display: none;
}
.benefit-sec::before {
    width: 100%;
    height: 40%;
    background: #3d1c09;
    content: "";
    position: absolute;
    top: 0px;
    z-index: -1;
}

.benefit-card h3 {
    color: #c0a88a;
    margin: 20px 0px 30px 0px;
    font-family: "karmina", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.benefit-card p {
    color: #5c5c5c;
    text-align: left;
    margin: 0px;
}

.benefit-flex-main h2 {
    color: #000;
    padding: 0px !important;
    margin-bottom: 20px;
}
.benefit-flex-main h2::after {
    display: none;
}
.benefit-flex-main .row {
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}
.benefit-flex-main .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.benefit-flex-main .col-lg-6 {
    display: flex;
    width: 49%;
}
.benefit-flex-main .col-lg-6 .img-part img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide-text {
    bottom: 20%;
    top: auto;
    color: #fff;
}
.slide-text strong {
    animation: none;
    text-align: left;
    position: static !important;
    transform: none;
    margin-bottom: 16px;
}
.step-flex-main .img-part {
    width: 40%;
}
.step-flex-main figure img {
    height: 100%;
    object-fit: cover;
}
.slide-text p {
    max-width: 60%;
    font-weight: 100 !important;
    line-height: inherit;
}

.apartment-sec {
    padding: 80px 0px 100px 0px;
    background: url(../images/off-plan-bg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.apartment-sec .apartment-text-part {
    margin-top: 40px;
}
.apartment-sec .apartment-text-part .head-part h2 {
    color: #333333;
    padding: 0px;
}
.apartment-sec .apartment-text-part .head-part h2::after {
    display: none;
}
.apartment-sec .apartment-text-part .text-part {
    padding-left: 12px;
}

.big-img-sec {
    margin-bottom: 60px;
}

.bedroom-sec {
    background: url(../images/gradient-bg.svg);
    background-size: cover;
    background-position: center center;
    color: var(--white);
}

.border-hide h2 {
    padding: 0px !important;
}
.border-hide h2::after {
    display: none;
}

.versatility-sec {
    background: #3d1c09;
    display: flex;
    align-items: center;
}
.versatility-sec h2 {
    margin-bottom: 30px;
}
.versatility-sec .text-part {
    width: 50%;
    color: #fff;
    padding: 40px 40px 40px 6.2vw;
}
.versatility-sec .img-part {
    width: 50%;
}
.benefit-flex-main .img-part {
    width: 100%;
}
.amenity-card,
.amenities-card {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
img {
    transition: all 0.3s ease-in-out;
}
.img-part img,
.amenity-card img,
.amenities-card img,
.amenities-slider img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.img-part:hover img,
.amenity-card:hover img,
figure:hover img {
    transform: scale(1.05);
}
.amenities-slider .owl-stage {
    display: flex;
}
.amenities-slider .item {
    display: flex;
    height: 100%;
}
.amenities-slider figure {
    height: 100%;
}
.amenities-slider figure a {
    display: block;
    height: 100%;
}
.amenities-slider figure img {
    height: 100%;
    object-fit: cover;
}
.amenites-flex {
    display: flex;
    gap: 2%;
    background: #ececec;
}
.amenites-flex .amenity-card {
    position: relative;
    width: 23.5%;
}
.zig-zag-sec .row {
    align-items: center;
}
.zig-zag-sec .text-part {
    padding-right: 30px;
}
.zig-zag-sec .row:nth-child(even) .text-part {
    padding: 0px 0px 0px 30px;
}
.amenites-flex .amenity-card:after {
    width: 100%;
    height: 100%;
    background: #3d1c09;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    opacity: 0.7;
}
.amenites-flex .amenity-card .text-part {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    z-index: 100;
}
.amenites-flex .amenity-card .text-part h3 {
    font-family: "Giflika";
    font-size: 32px;
}

.furnished-sec p {
    font-size: 18px;
    line-height: 36px;
}
.furnished-sec h2 {
    color: #333333;
}

.amenities-slider-sec .owl-dots {
    display: none;
}

.prime-location-sec .row {
    align-items: center;
}
.prime-location-sec h2,
.prime-location-sec p {
    color: #333333;
}
.prime-location-sec .col-lg-7 {
    padding-right: 50px;
}

.location-flex {
    display: flex;
    gap: 60px;
}
.location-flex .location-card .img-part {
    margin-bottom: 16px;
    height: auto;
}
.project-slider .owl-stage {
    display: flex;
}
.project-slider .item {
    display: flex;
    height: 100%;
}
.location-flex .location-card h3 {
    font-family: "Giflika";
    font-size: 30px;
    margin-bottom: 16px;
}
.location-flex .location-card:nth-child(even) {
    margin-top: 100px;
}

.location-sec {
    padding-bottom: 80px;
}

.zig-zag-sec .row {
    margin-bottom: 80px;
}
.zig-zag-sec .row:nth-child(1) .img-part {
    padding: 20px 20px 0px 0px;
    position: relative;
}
.zig-zag-sec .row:nth-child(1) .img-part::after {
    width: 30%;
    height: 36%;
    background: #c9bea0;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
}
.zig-zag-sec .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.how-to-buy-sec {
    display: flex;
    color: #fff;
}
.how-to-buy-sec .text-part {
    width: 50%;
    background: #3d1c09;
    padding: 40px 6.2vw;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
.how-to-buy-sec .img-part {
    width: 50%;
    background: #6a9dc9;
    padding: 8.2vw 6.2vw 8.2vw 0vw;
}
.how-to-buy-big-sec {
    padding: 100px 0px;
}
.how-to-buy-big-sec h2 {
    margin-bottom: 30px;
}
.how-to-buy-big-sec p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.step-flex-sec {
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 0px 6.2vw 0px 16vw;
    position: relative;
}
.step-flex-main {
    display: flex;
    background: #a58666;
    justify-content: space-between;
    align-items: center;
}
.step-flex-main figure {
    height: 100%;
}
.amenities-card {
    flex: 0 0 auto;
    width: 23.5%;
}
.step-flex-sec::before {
    width: 50%;
    height: 100%;
    position: absolute;
    background: #3d1c09;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}
.step-flex-sec::after {
    width: 50%;
    height: 100%;
    position: absolute;
    background: #faf6f3;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
}
.step-flex-main .text-part {
    flex: 0 0 auto;
    width: 66%;
    padding: 40px 70px;
    color: #fff;
}
.step-flex-sec-new {
    display: flex;
    background: #faf6f3;
    align-items: center;
}
.step-flex-sec-new .text-part {
    width: 50%;
    padding: 0px 6.2vw 0px 6.2vw;
}
.step-flex-sec-new .img-part {
    width: 50%;
}
.amenities-flex {
    display: flex;
    gap: 2%;
    padding: 30px 0px;
    width: 100%;
    float: left;
}
.step-3-sec {
    background: #3d1c09;
    padding: 80px 4vw 0px 4vw;
    text-align: center;
    color: #fff;
}
.step-3-sec h2,
.step-4-sec h2,
.step-5-sec h2 {
    text-align: center;
    width: 100%;
}
.owl-dots {
    background: #fff;
    margin: auto !important;
    padding: 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #c1b19a;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3e1d18;
}
.step-3-sec p {
    margin: 20px 0px;
    line-height: 32px;
}
.step-4-sec {
    background: #faf6f3;
    padding: 60px 0px 0px 0px;
    text-align: center;
}
.step-5-sec {
    background: #3d1c09;
    color: #fff;
    padding: 150px 0px 0px 0px;
    margin-top: -100px;
    position: relative;
    overflow-x: hidden;
    text-align: center;
}
.step-4-sec img {
    position: relative;
    z-index: 1;
}
.step-flex {
    display: flex;
    position: relative;
    padding: 0px 0px 60px 0px;
    margin-top: 30px;
}
.step-flex::before {
    width: 1000%;
    height: calc(100% - 60px);
    position: absolute;
    content: "";
    background: #a58666;
    left: -50%;
    bottom: 0px;
}
.step-5-sec img {
    position: relative;
}
.step-flex .img-part {
    width: 33.33%;
}
.step-6-sec {
    display: flex;
    align-items: center;
}
.step-6-sec .img-part,
.step-6-sec .text-part {
    width: 50%;
    flex: 0 0 auto;
}
.step-6-sec .text-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 6.2vw 40px 60px;
}

/*for gate*/
@font-face {
    font-family: "Didot";
    src: url("../fonts/Didot.woff2") format("woff2"), url("../fonts/Didot.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Didot-Bold";
    src: url("../fonts/Didot-Bold.woff2") format("woff2"), url("../fonts/Didot-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.gate-hero {
    position: relative;
}
.gate-hero .text-part {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 1;
    text-transform: uppercase;
}
.gate-hero .text-part .round {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: auto;
}
.gate-hero .text-part span {
    font-size: 24px;
}
.gate-hero .text-part strong {
    font-family: "Didot-Bold";
    font-size: 48px;
    line-height: 1;
    color: #fff;
}
.gate-hero img {
    width: 100%;
}

.download-btn-sec {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #c3945a;
    margin-bottom: 30px;
    box-shadow: 2px 2px 8px #c3945a;
}

.download-btn {
    display: flex;
    justify-content: center;
    gap: 12px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Didot-Bold";
    color: #c3945a;
}
.download-btn img {
    width: 20px;
    height: 20px;
}

.about-sec-gate {
    position: relative;
}
.about-sec-gate .text-part {
    position: absolute;
    top: 60px;
    width: 100%;
    color: #fff;
}

.building-plan-sec {
    padding: 20px 0px;
}

.main-head-new h2 {
    color: #000;
    font-family: "Didot-Bold";
    font-size: 40px;
    text-transform: uppercase;
}
.panoroma-sec .text-part {
    text-align: center;
    position: relative;
    bottom: -80px;
}
.panoroma-sec .text-part h2 {
    color: #000;
}
.panoroma-sec .img-part {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panoroma-sec .img-part .center-img {
    width: 100px;
    position: absolute;
    z-index: 100;
}

.amenities-sec-new li {
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    float: left;
    width: 50%;
}
.amenities-sec-new li img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 30px;
}
.amenities-sec-new {
    padding: 40px 0px;
}
.payment-plan-sec {
    background: url("https://amwaj-development.com/wp-content/uploads/2025/05/payment-plan-bg.png");
    padding: 60px 0px 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.payment-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.payment-flex strong {
    font-size: 40px;
    font-family: "Didot-Bold";
}
.connecting-sec img {
    width: 100%;
}
.connect-card strong {
    color: #c3945a;
    font-family: "Didot-Bold";
    font-size: 40px;
    line-height: 1;
}
.connect-card .date {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.connect-card {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
    text-transform: uppercase;
}
.connecting-sec {
    background: #e8e9ea;
    padding: 60px 0px 0px 0px;
}
.connecting-sec .row {
    margin-top: 50px;
    max-width: 80%;
}
.progress-container {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    background-color: #f2f2f2;
    border-radius: 20px;
    height: 36px;
    position: relative;
}

.progress-bar {
    height: 100%;
    /* background-color: #C3945A; */
    border-radius: 20px;
    position: relative;
    transition: width 0.4s ease;
    margin-left: 16px;
}

.progress-text {
    position: absolute;
    /*   right: 10px; */
    right: 3px;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
.progress-sec {
    padding: 40px 0px;
    text-align: center;
}
.progress-sec strong {
    color: #c3945a;
    display: block;
    font-family: "Didot-Bold";
    font-size: 80px;
    line-height: 1.3;
}
.contact-flex-sec {
    background: url("https://amwaj-development.com/wp-content/uploads/2025/05/contact-flex-bg.png");
    padding: 80px 0px;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form-new {
    background: #4d463e;
    padding: 40px;
}
.contact-form-new input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #6b6a6a;
}
.contact-form-new h2 {
    color: #fff;
    margin-bottom: 20px;
}
.btn-submit-new {
    background: #c3945a;
    border-radius: 0px;
    padding: 10px 30px;
    color: #000;
}
.btn-submit-new:hover {
    background: #000;
    color: #fff;
}
.about-sec-gate h2 {
    color: #fff;
}
.head-text-part h2 {
    margin: 0px;
}
.head-text-part p {
    margin: 0px;
}
.head-text-part {
    padding: 60px 0px;
    align-items: center;
}
.amenities-sec-new ul {
    padding: 0px;
    margin-top: 30px;
}
.payment-plan-sec .head-text-part {
    align-items: center;
    padding-top: 0px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none !important;
}
.swiper-button-next {
    width: auto;
    right: 40px;
}

.swiper-button-next img {
    width: 60px !important;
    height: 60px !important;
}
.swiper-button-prev {
    width: auto;
    left: 40px;
}

.swiper-button-prev img {
    width: 60px !important;
    height: 60px !important;
}
.progress-img img {
    width: 100%;
}
.building-plan-sec img,
.flip-sec img {
    width: 100%;
}
.gate-hero:after {
    background: #030000;
    background: linear-gradient(0deg, rgb(3, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}
.download-btn {
    padding: 30px 0px;
    border-right: 1px solid #c3945a;
}
.download-btn-sec .col-lg-4:nth-last-of-type(1) .download-btn {
    border: 0px;
}
.img-part {
    overflow: hidden;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: all;
    display: none;
}
.slider-sec .swiper-button-next,
.slider-sec .swiper-button-prev {
    position: static;
}
.slider-btn-new {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    align-items: center;
}
.slider-btn-new .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.flip-sec {
    background: url("https://amwaj-development.com/wp-content/uploads/2025/05/flipbook-img.png");
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.df-bg {
    background: transparent !important;
}
.dark-img {
    display: none;
}
.dark-mode .dark-img {
    display: block;
}
.dark-mode .light-img {
    display: none;
}
.dark-mode .download-btn {
    color: #fff;
    border-color: #333;
}
.dark-mode .main-head-new h2 {
    color: #fff;
}
.dark-mode .download-btn img {
    filter: brightness(100);
}
.payment-plan-sec h2,
.payment-plan-sec p,
.payment-plan-sec {
    color: #000 !important;
}
.dark-mode .connecting-sec {
    background: #131314;
    padding: 60px 0px 0px 0px;
}
.dark-mode .download-btn-sec {
    border-bottom: 1px solid #333;
    box-shadow: 2px 2px 8px #333;
}
.dark-mode .contact-form-new,
.dark-mode .main-footer {
    background: #000;
}
.dark-mode .gate-slider .swiper {
    position: relative;
}
.dark-mode .gate-slider .swiper:after {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
}
.dark-mode .header-fixed {
    background: #000;
} 


.img-popup-sec {
    display: flex;
    justify-content: center;
    gap: 0px;
}
.img-popup-sec button {
    background: transparent !important;
    padding: 0px;
    border: 0px;
}
.modal-xl {
    min-height: 100vh;
    margin: 0px;
    width: 100%;
    max-width: 100vw;
}
.modal-xl .modal-content {
    min-height: 100dvh;
    width: 100vw;
}
.modal-xl .modal-content img {
    max-width: 100%;
}
.swiper-main img {
    height: 90dvh;
    width: 100%;
    object-fit: contain;
}
.swiper-main {
    width: 75%;
    float: left;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
    --swiper-navigation-color: #000 !important;
    --swiper-pagination-color: #000 !important;
}

.swiper-thumbs .swiper-slide img {
    border: 3px solid #cecece;
    border-radius: 4px;
}
.swiper-thumbs .swiper-slide-thumb-active img {
    border-color: #c2935d !important;
}
.floor-flex-sec ul.nav-pills {
    flex-direction: column;
    width: fit-content;
    flex: 0 0 auto;
    width: 10%;
    float: left;
}
.floor-flex-sec ul.nav-pills button {
    width: 100%;
    color: #000 !important;
    font-size: 14px !important;
}
.floor-flex-sec ul.nav-pills button.active {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: #c2935d !important;
    color: #fff !important;
    border: 0px;
}
.btn-close {
    position: absolute;
    right: 30px;
}
.img-popup-sec img {
    vertical-align: middle;
    max-width: 100%;
}
.btn-theme {
    border-radius: 100px;
}
.map-container {
    position: relative;
    display: inline-block;
}

.map-container img {
    width: 100%;
    height: auto;
}
.marker {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #c3945a !important;
}

.marker:hover::after {
    content: attr(data-title);
    position: absolute;
    top: -30px;
    left: -20px;
    background: #fff;
    color: #000;
    padding: 4px 8px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.swiper .project-card .logo-part img {
    height: 80px!important;
    object-fit: contain!important;
}
.awards-sec {
    padding: 60px 0px;
}
.awards-sec .row {
    margin-top: 40px;
}
.awards-card {
    display: flex;
    gap: 20px;
}
.awards-card .icon {
    width: 80px;
    flex: 0 0 auto;
    filter: grayscale(100) invert(100) brightness(0.5);
}
.awards-card span {
   color: #69584B;
}
.awards-card h3 {
    font-weight: bold!important;
    margin: 10px 0px;
    font-size: 20px;
    font-family: system-ui;
}
.progress-card {
    background: #B3A391;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.progress-sec-new {
    background: url('https://amwaj-development.com/wp-content/uploads/2025/07/progress-bg.png');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.progress-sec-new .row {
    justify-content: space-between;
}
.progress-card .text-part {
    padding: 20px;
}
.progress-card p {
    font-size: 18px;
    margin: 0px;
    color: #fff;
    text-align: left;
    font-weight: 800;
}
.dark-mode .awards-card .icon {
    filter: inherit;
}
.progress-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.contact-flex {
    padding: 60px 0px;
}
.contact-flex h2 {
    color: #1E1E1E;
}
.quick-contact ul {
    padding: 0px;
}
.quick-contact li {
    margin-bottom: 40px;
}
.quick-contact ul li strong {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #B8A090;
    font-weight: 700;
    margin-bottom: 12px;
}
.quick-contact a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    color: #000!important;
}
iframe {
    border: 0;
    width: 100%;
}
.theme-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin: 0 15px 0 0px;
  }

  .theme-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.slidermode {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent !important;
    transition: 0.4s;
    border-radius: 34px;
    border: 1px solid #fff;
}

  .slidermode:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px!important;
    bottom: 3px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    background-image: url('https://amwaj-development.com/wp-content/themes/amwaj-development/assets/images/bright.svg');
    transition: 0.4s;
    border-radius: 50%;
  }

  input:checked + .slidermode {
    background-color: #222;
    border: 1px solid;
  }

  input:checked + .slidermode:before {
    transform: translateX(20px);
    background-image: url('https://amwaj-development.com/wp-content/themes/amwaj-development/assets/images/old-moon.svg');
  }

  /* Dark mode */
  .dark-mode {
    background-color: #121212;
    color: white;
  }

  .dark-mode header {
    background: linear-gradient(to bottom, #333, transparent);
  }


.dark-mode .vision-mission-card h3,
.dark-mode .awards-card h3,
.dark-mode .media-center-sec .media-center-card .text-part h3,
.dark-mode .cube-title {
    color: #B8A090!important;
}
.dark-mode .btn-theme-new {
    color: #000!important;
}
.dark-mode .about-cube p,
.dark-mode .nav-pills li a, .dark-mode .nav-pills li button,
.dark-mode .contact-flex h2, .dark-mode .quick-contact a {
    color: #fff!important;
}
.dark-mode .sub-menu li a:has(img) {
    background: #000;
    border-color: #fff;
}
.gradient-bg {
    background: linear-gradient(97.97deg, #B3A391 18.33%, #4D463E 84.35%);
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gradient-bg img {
    width: 280px;
}

.hide1 {
    display: block;
}
a.btn.btn-theme.cont {
    display: none;
}
.lang-switch-sec a.specialbrand {
    padding : 6px 15px;
    border: 1px solid #fff;
    border-radius: 100px;
   
}
.head-flex-new a.btn.btn-theme-new {
    border-radius: 100px;
    padding: 6px 20px;
}
a.btn.btn-theme-new,a.btn.btn-theme-border,input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-theme-border{border-radius:100px;}
/*# sourceMappingURL=main.css.map */