/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 13, 2026 */

@font-face {
    font-family: 'ringside_regularbook';
    src: url('../sobha-fonts/ringsideregular-book-webfont.woff2') format('woff2'), url('../sobha-fonts/ringsideregular-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ringside_regularsemibold';
    src: url('../sobha-fonts/ringsideregular-semi-webfont.woff2') format('woff2'), url('../sobha-fonts/ringsideregular-semi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chronicle_displayblack';
    src: url('../sobha-fonts/chronicle_display_black-webfont.woff2') format('woff2'), url('../sobha-fonts/chronicle_display_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chronicle_displaylight_italic';
    src: url('../sobha-fonts/chronicle_display_light_italic-webfont.woff2') format('woff2'), url('../sobha-fonts/chronicle_display_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chronicle_displayroman';
    src: url('../sobha-fonts/chronicle_display_roman-webfont.woff2') format('woff2'), url('../sobha-fonts/chronicle_display_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chronicle_displaysemibold';
    src: url('../sobha-fonts/chronicle_display_semibold-webfont.woff2') format('woff2'), url('../sobha-fonts/chronicle_display_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    /* background: #fff; */
    font-family: 'ringside_regularbook';
}

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

.logo {
    max-width: 200px;
    filter: brightness(0) invert(1);
}


/* Make selected text gold on a red background */


/* ::selection {
    color: #fff;
    background-color: #c9a485;
} */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.sidebar-contact {
    position: fixed;
    top: 28%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
    text-align: center;
}

.toggle {
    position: absolute;
    height: 40px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    background: #0f0f1b;
    transform: rotate(270deg);
    left: -100px;
    top: 160px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.toggle::before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
}

.btn {
    padding: 10px 15px;
    background-color: #c9a485;
    transition: all 0.25s ease-in-out;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
}

.btn:hover {
    background-color: transparent;
    color: #c9a485;
    border: 1px solid #c9a485;
}

.btn:hover {
    background-color: transparent;
    color: #c9a485;
}

.same-gap {
    margin-bottom: 40px;
    position: relative;
}

.gray-bg {
    background-color: #eaeaea;
    padding: 50px 0;
}

.both-side-padding {
    padding: 50px 0;
}

.header-gradient {
    background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 15px 0;
}

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

.menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 0 30px;
}

.menu ul li a {
    color: #fff;
    transition: .5s;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: 'ringside_regularsemibold';
}

.newClass .menu ul li a {
    color: #fff;
}

.newClass .logo img {
    filter: brightness(0) invert(1);
}

.contact-buttons {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 9;
}

.contact-buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-buttons ul li {
    margin: 0 0 15px 0;
}

.contact-buttons ul li a {
    text-decoration: none;
    background-color: #c9a485;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-buttons ul li a .fa {
    font-size: 24px;
}

.contact-buttons ul li a.whatsapp-btn {
    background-color: #3ac24d;
    color: #fff;
}

.whatssaap-icon i {
    margin: 0px 8px;
}

.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-div {
    height: 100%;
    position: relative;
}

.banner-div::after {
    content: "Artistic Image";
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    background: -moz-linear-gradient(left, #00000087, transparent);
    /* Firefox */
    background: -webkit-linear-gradient(left, #00000087, transparent);
    /* Chrome, Safari, older iOS */
    background: -o-linear-gradient(left, #00000087, transparent);
    /* Old Opera */
    background: -ms-linear-gradient(left, #00000087, transparent);
    /* Old IE (10+) */
    background: linear-gradient(to right, #00000087, transparent);
    /* Standard syntax */
    padding: 2px 5px;
}

.banner-info {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9;
    bottom: 0;
}

.banner-info-div {
    background-color: #fff;
}

.banner-information {
    display: flex;
    align-items: center;
}

.banner-information-left {
    width: 30%;
}

.banner-information-right {
    width: 70%;
}

.banner-information-left h1 {
    color: #000;
    font-size: 30px;
    margin: 0;
    font-family: 'ringside_regularsemibold';
    margin-bottom: 10px;
}

.banner-information-left h1 span {
    font-family: 'chronicle_displaylight_italic';
    font-size: 40px;
}

.banner-information-left h3 {
    color: #c9a485;
    display: flex;
    align-items: center;
    margin: 0;
    font-family: 'ringside_regularsemibold';
    font-size: 20px;
}

.banner-information-left h3 img {
    width: auto;
    height: auto;
    object-position: initial;
    filter: brightness(0);
    max-width: 30px;
    display: none;
}

.banner-info-div {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 30px;
}

.banner-information-right ul {
    display: flex;
    align-items: center;
    border-left: 1px solid gray;
    list-style: none;
    margin: 0;
    justify-content: space-between;
}

.banner-information-right ul li {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.banner-information-right ul li img {
    max-width: 50px;
}

.banner-information-right ul li span {
    color: #c9a485;
    font-family: 'chronicle_displayblack';
    font-size: 25px;
}

.project-title h6 {
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #6c6c6c;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'ringside_regularsemibold';
    margin-bottom: 25px;
}

.project-title h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    font-family: 'ringside_regularsemibold';
}

.banner-information-right ul li span label {
    color: #000;
    font-size: 16px;
    display: block;
    font-family: 'ringside_regularbook';
}

.project-title h5 {
    font-family: 'chronicle_displaylight_italic';
    font-size: 42px;
    margin: 0;
}

.project-para p {
    font-size: 18px;
}

.project-title h6 img {
    max-width: 20px;
}

.overviewTopCnt {
    display: flex;
}

.project-title {
    width: 42%;
}

.project-para {
    width: 58%;
    margin-top: 25px;
}

.project-para a {
    background-color: #c9a485;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-family: 'ringside_regularsemibold';
    word-spacing: 5px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

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

.overviewImg {
    width: 37%;
}

.projectInfo {
    width: 63%;
    padding-left: 50px;
}

.overviewImg .img-fluid {
    border-radius: 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #d7d1ca;
    border-bottom: 1px solid #d7d1ca;
    position: relative;
}

.info-grid::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d7d1ca;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.info-item {
    padding: 27px 10px;
}

.info-item:nth-child(2n) {
    padding-left: 50px;
}

.overview {
    background-image: url("../images/common-inner-page/about-properties-bg.webp");
    padding: 60px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.info-item h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: #111;
    font-family: 'chronicle_displaysemibold';
}

.info-item p {
    font-size: 16px;
    color: #777;
    margin-bottom: 0;
}

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

.form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(210, 210, 210);
}

.form-control::placeholder {
    color: rgb(210, 210, 210);
}

.banner-information p span img {
    max-width: 20px;
    margin-right: 5px;
}

.call-to-action {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.call-to-action li {
    margin: 0 15px 0 0 !important;
}

.call-to-action li .btn {
    border-radius: 0;
}

.call-to-action li:nth-child(2) .btn {
    background-color: transparent;
    color: #c9a485;
}

.project-highlights {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.project-amenities-grid {
    background-color: #c9a485;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom-left-radius: 30px;
    gap: 15px;
}

.project-amenities-div {
    display: flex;
}

.project-amenities-left {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    position: relative;
}

.project-amenities-left::after {
    content: "";
    background-image: url("../images/common-inner-page/s-pattern-bg.webp");
    background-repeat: no-repeat;
    position: absolute;
    width: 221px;
    height: 361px;
    top: 0;
    left: 60px;
    z-index: -1;
}

.project-amenities {
    padding-bottom: 50px;
}

.project-amenities-right {
    width: 60%;
}

.project-amenities-left .project-title {
    width: 100%;
    padding: 55px 0 50px 50px;
}

.project-highlights .project-title h2 {
    color: #fff;
}

.project-highlights .project-title h5 {
    color: #fff;
}

.amenities-item {
    background: linear-gradient(to top, #e1bf9d, transparent);
    text-align: center;
    padding: 6px;
}

.amenities-item img {
    max-width: 50px;
    height: auto;
}

.amenities-item p {
    margin: 4px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'ringside_regularsemibold';
}

.features-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 60, 65, 0.85);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 25px;
    position: relative;
    z-index: 2;
    margin-top: 60px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
    color: #fff;
    margin-bottom: 20px;
}

.feature-item p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: 'ringside_regularsemibold';
    text-transform: uppercase;
}

.newClass {
    background-color: #000;
}

.enquirenow {
    display: none;
}

.fancybox-slide--image .fancybox-content::after {
    content: "Artistic Image";
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    background: -moz-linear-gradient(left, #00000087, transparent);
    /* Firefox */
    background: -webkit-linear-gradient(left, #00000087, transparent);
    /* Chrome, Safari, older iOS */
    background: -o-linear-gradient(left, #00000087, transparent);
    /* Old Opera */
    background: -ms-linear-gradient(left, #00000087, transparent);
    /* Old IE (10+) */
    background: linear-gradient(to right, #00000087, transparent);
    /* Standard syntax */
    padding: 2px 5px;
}

.project-gallery {
    background-color: #f2e9e2;
}

.project-gallery-div {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    gap: 20px 0;
    margin-top: 60px;
}

.project-gallery-div .swiper-slide {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.project-gallery-div .swiper-slide img {
    border-radius: 10px;
}

.price-list .project-title {
    width: 100%;
}

.price-list-div {
    margin-top: 50px;
}

.price-list {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 120px;
}

.price-list .project-title h2 {
    color: #fff;
}

.price-list .project-title h5 {
    color: #fff;
}

.project-location-advantage {
    background-image: url("../images/common-inner-page/about-properties-bg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.project-location-advantage-div {
    display: flex;
    gap: 0 20px;
    margin-top: 50px;
}

.locationCnt {
    width: 30%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .125);
}

.location-map {
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px;
    overflow: hidden;
}

.locationCntItem {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 20px;
}

.locationCntItem p {
    margin: 0;
    font-size: 16px;
}

.locationCntItem p b {
    font-family: 'ringside_regularsemibold';
    font-weight: normal;
}

.contact-form {
    width: 100%;
}

.project-video-section {
    background-color: #f4f4f4;
    background-image: url('../images/project-video.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.project-video-div {
    text-align: center;
    z-index: 9;
    position: relative;
}

.project-video-div {
    display: flex;
    justify-content: flex-end;
}

.project-video-div-inner {
    width: 50%;
    background-image: url("../images/sobha-rivana/play-video-image.webp");
    height: 350px;
    position: relative;
}

.project-video-div-inner .project-title {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.project-video-div-inner .project-title h2 {
    color: #fff;
    font-size: 16px;
}

.project-video-div-inner .project-title h5 {
    color: #fff;
    font-size: 22px;
}

.project-video-div-inner a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-developer-div-inner {
    width: 50%;
    background-image: url("../images/common-inner-page/about-sobha-image.png");
    padding: 50px;
}

.about-developer-div-inner .project-title {
    width: 100%;
    margin-bottom: 30px;
}

.about-developer-div-inner .project-title h2 {
    color: #fff;
}

.about-developer-div-inner .project-title h5 {
    color: #fff;
}

.about-developer-div-inner p {
    color: #fff;
    margin: 0;
}

footer {
    background-color: #eee3da;
    padding: 30px 0;
    width: 100%;
    display: inline-block;
}

footer p {
    color: #000;
    font-size: 16px;
    margin: 0 0 10px 0;
}

footer p b {
    font-family: 'ringside_regularsemibold';
    font-weight: normal;
    text-transform: uppercase;
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

footer ul li {
    margin: 0 10px;
}

footer ul li a {
    font-size: 14px;
    background-color: #c9a485;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'ringside_regularsemibold';
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

footer ul li a:hover {
    color: #fff;
}

.flat-box {
    border: 1px solid #fff;
    padding: 30px 32px;
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative;
}

.flat-box h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #c9a485;
    margin-bottom: 15px;
    font-family: 'chronicle_displaylight_italic';
}

.flat-detail {
    margin-bottom: 105px;
}

.flat-detail p {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.flat-detail span {
    margin-right: 6px;
}

.foot-flat {
    position: absolute;
    left: 50%;
    width: 85%;
    bottom: -80px;
    transform: translateX(-50%);
}

.foot-flat .img-fluid {
    border-radius: 20px;
    filter: blur(3px);
}

.foot-flat .btn {
    padding: 8px 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 38px;
    color: #fff;
    font-size: 20px;
    right: -13px;
    top: -22px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
}

.btn-close:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-form .form-control {
    border: 1px solid gainsboro;
    padding: 10px 15px;
    color: #000;
}

.modal-form .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(185, 178, 178);
}

.modal-form .form-control::placeholder {
    color: rgb(185, 178, 178);
}

.con-select {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.con-select select {
    background-color: transparent;
    height: 100%;
    width: 100%;
    border: none;
    color: #fff;
}

.con-select~.form-control {
    padding-left: 125px;
}

.modal-form .con-select select {
    color: #000;
}

.modal-form h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

.contactNumber .mobile-number {
    background-color: #c9a485;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: 'ringside_regularsemibold';
    word-spacing: 5px;
}

.contactNumber .mobile-number .img-fluid {
    max-width: 30px;
}

.responsive-mobile-number {
    display: none;
}

.caption-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    z-index: 9;
    display: block;
}

.caption-box .content {
    position: relative;
    left: 0;
    width: 100%;
    padding: 20px 0 27px;
    background-color: #fff;
    z-index: 9;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #303030;
    display: block;
}

.caption-box .content span {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
    display: block;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

.bar-code-section {
    background-color: transparent;
    background-image: url("../images/common-inner-page/about-properties-bg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bar-code-div {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-image: url('../images/common-inner-page/qr-code-bg.jpg');
    padding: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.bar-code-item {
    text-align: center;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
}

.bar-code-item p {
    margin: 15px 0 0 0;
    color: #fff;
}

.bar-code-section .project-title h2 {
    color: #fff;
}

.bar-code-section .project-title h5 {
    color: #fff;
}

.bar-code-item {
    max-width: 220px;
    margin: 0 auto;
}

.formflag {
    display: none;
}

.countryCode {
    position: absolute;
    height: 100%;
    width: 120px;
    border: none;
    background: gray;
    color: #fff;
}

.countryCode~.form-control {
    padding-left: 125px;
}

.offer-img .mobile-offer {
    display: none;
}

.error-msg {
    color: red;
    text-align: left;
    display: block
}

#loader {
    display: none;
    cursor: context-menu;
}

.input-error {
    padding-bottom: 11px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.mobile-banner {
    display: none;
}


/* ///// */

.active-btn {
    pointer-events: none;
    opacity: 0.8;
}

.iti--allow-dropdown {
    width: 100%;
}

.footer-form .iti .iti__country-container phone {
    border: none;
}

.iti__search-input {
    padding: 13px !important;
    font-size: 14px !important;
}

.iti__search-input {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.contact-buttons ul li:last-child {
    display: none;
}

.modal-form .submit-btn {
    width: 100%;
    border: 1px solid #fff;
}

.modal-content {
    background-color: #c9a485;
}

.modal-content .form-control {
    background-color: #fff;
    border: none;
    border-radius: 30px;
}

.input-error:empty {
    display: none;
}

.modal-content .form-control {
    background-color: #fff;
    border: none;
    border-radius: 30px;
}

.modal-body {
    padding: 20px;
}

@media screen and (min-device-width: 1300px) and (max-device-width: 1399px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1299px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width: 1299px) {
    .project-para {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .project-title h5 {
        font-size: 37px;
    }
    .project-amenities-left .project-title {
        padding: 40px 0 40px 40px;
    }
    .project-amenities-grid {
        padding: 20px;
    }
    .project-amenities-left .project-title {
        padding: 30px 0 35px 40px;
    }
    .locationCntItem {
        margin-bottom: 11px;
    }
}

@media (max-width: 1199px) {
    .logo {
        max-width: 179px;
    }
    .menu ul {
        gap: 0 13px;
    }
    .menu ul li a {
        font-size: 14px;
    }
    .contactNumber .mobile-number {
        font-size: 15px;
        word-spacing: 3px;
    }
    .banner-information h3 {
        font-size: 20px;
    }
    .project-title h2 {
        font-size: 30px;
    }
    .project-title h5 {
        font-size: 30px;
    }
    .project-para a {
        padding: 8px 20px;
        font-size: 13px;
    }
    .projectInfo {
        padding-left: 25px;
    }
    .info-item {
        padding: 15px 10px;
    }
    .project-amenities-left .project-title {
        padding: 20px 0 25px 30px;
    }
    .amenities-item p {
        margin: 1px 0 0 0;
        font-size: 12px;
    }
    .amenities-item img {
        max-width: 34px;
    }
    .flat-box {
        padding: 20px 40px;
    }
    .flat-box h3 {
        font-size: 17px;
    }
    .flat-detail {
        margin-bottom: 60px;
    }
    .flat-detail p {
        font-size: 14px;
    }
    .foot-flat .btn {
        padding: 8px 20px;
        font-size: 13px;
        width: 150px;
    }
    footer p {
        font-size: 14px;
    }
    .feature-item p {
        font-size: 14px;
    }
    .location-map .img-fluid {
        height: 100%;
        object-fit: cover;
    }
    .project-title h6 img {
        max-width: 15px;
    }
    .feature-item .icon img {
        max-width: 15px;
    }
    .locationCntItem .icon img {
        max-width: 15px;
    }
}

@media (max-width: 991px) {
    .menu {
        display: none;
    }
    .contact-buttons ul li:last-child {
        display: block;
    }
    .sidebar-contact {
        display: none;
    }
    footer {
        padding: 15px 0 50px;
    }
    .enquirenowone {
        display: none;
    }
    .callaction {
        justify-content: space-evenly;
        margin-top: 29px;
    }
    .enquirenow {
        display: block;
    }
    .banner {
        height: auto;
    }
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }
    .button_container span {
        background: #fff;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .overlay {
        position: fixed;
        background: #c9a485;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        overflow-y: scroll;
    }
    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }
    .menu .main-menu {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 10px 15px;
        text-align: left;
    }
    .menu .main-menu li {
        display: block;
        position: relative;
        opacity: 0;
        margin: 0;
        text-align: center;
    }
    .menu .main-menu li a,
    .menu .main-menu li .arrow-drop {
        display: inline-block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 16px;
        width: 100%;
        padding: 10px 0;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
    .overlay.open li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0s;
        animation-delay: 0s;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
        opacity: 1;
    }
    .menu .main-menu li a.mobile-number {
        width: auto;
        color: #000;
        padding: 10px 15px;
    }
    .responsive-mobile-number {
        display: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .responsive-mobile-number a {
        border: 1px solid #000;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 10px;
        padding: 5px 10px;
        font-size: 18px;
        background-color: #000;
    }
    .modal-form h2 .fa.fa-envelope-o {
        display: none;
    }
    .newClass .responsive-mobile-number a {
        background-color: #fff;
        border: 1px solid #fff;
        color: #000;
    }
    @-webkit-keyframes widgetPulse {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }
        100% {
            -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
            opacity: 0
        }
    }
    @keyframes widgetPulse2 {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }
        100% {
            -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
            opacity: 0
        }
    }
    .contact-buttons {
        left: 0;
        width: 100%;
    }
    .contact-buttons ul {
        display: flex;
    }
    .contact-buttons ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }
    .contact-buttons ul li a {
        width: 100%;
        border-radius: 100px;
        gap: 0 10px;
    }
    .banner-information {
        width: 100%;
        display: block;
    }
    .banner-information p span img {
        display: none;
    }
    .location-cnt {
        margin-top: 20px;
    }
    .banner-info {
        padding: 20px 0 20px;
        position: static;
        transform: none;
        background-color: transparent;
    }
    .contact-buttons ul li .call-btn {
        background-color: #c9a485;
    }
    .banner-information-left {
        width: 100%;
        text-align: center;
    }
    .banner-information h3 {
        justify-content: center;
    }
    .banner-information-right {
        width: 100%;
    }
    .banner-information-right ul {
        border-left: none;
        margin-top: 20px;
        border-top: 1px solid gray;
        padding: 20px 0 0 0;
    }
    .overviewTopCnt {
        display: block;
    }
    .project-title {
        width: 100%;
        text-align: center;
    }
    .project-para {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .project-title h6 {
        gap: 0 10px;
        font-size: 14px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .overviewBottomCnt {
        display: block;
    }
    .overviewImg {
        width: 100%;
        text-align: center;
    }
    .projectInfo {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .info-item h2 {
        margin: 0;
        font-size: 30px;
    }
    .info-item p {
        font-size: 15px;
    }
    .features-grid {
        margin-top: 40px;
        display: block;
    }
    .both-side-padding {
        padding: 30px 0;
    }
    .feature-item:last-child {
        margin: 0;
    }
    .project-amenities-div {
        display: block;
        padding: 30px 0;
    }
    .project-amenities-left {
        width: 100%;
    }
    .project-amenities-left .project-title {
        padding: 10px 0 30px 0;
    }
    .project-amenities-left::after {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .project-amenities-grid {
        border-bottom-left-radius: 0;
    }
    .project-amenities-right {
        width: 100%;
        margin-top: 30px;
    }
    .flat-detail {
        margin-bottom: 80px;
    }
    .flat-box {
        margin-bottom: 120px;
    }
    .project-location-advantage-div {
        gap: 20px 0;
        margin-top: 50px;
        flex-flow: column;
    }
    .locationCnt {
        width: 100%;
    }
    .location-map {
        width: 100%;
        order: 2;
    }
    .project-video-div-inner {
        width: 100%;
        background-image: url("../images/sobha-rivana/play-video-image.webp");
        height: 350px;
        position: relative;
        margin-bottom: 30px;
    }
    .about-developer-div-inner {
        width: 100%;
        padding: 30px;
        text-align: center;
    }
    footer p {
        text-align: center;
    }
    footer ul {
        justify-content: center;
    }
    footer ul li a {
        font-size: 12px;
        padding: 8px 15px;
    }
}

@media (max-width: 767px) {
    .responsive-mobile-number a {
        font-size: 16px;
    }
    .offer-img .mobile-offer {
        display: block;
    }
    .offer-img .desktop-offer {
        display: none;
    }
    .project-title h2 {
        font-size: 22px;
    }
    .banner-information h3 {
        font-size: 18px;
    }
    .banner-information p .price-banner {
        font-size: 16px;
        margin-top: 5px;
        padding: 10px 15px;
    }
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .contactNumber .mobile-number {
        font-size: 14px;
        word-spacing: 0;
    }
    .bar-code-div {
        display: block;
    }
    .bar_code {
        margin-top: 50px;
    }
    .project-amenities {
        padding-bottom: 0;
    }
    .foot-flat {
        max-width: 300px;
    }
    .flat-box {
        text-align: center;
    }
    .banner-information-right ul li {
        gap: 0 10px;
    }
    .banner-information-right ul li:last-child {
        margin-bottom: 0;
    }
    .project-location-advantage-div {
        margin-top: 30px;
    }
    .about-developer-div-inner p {
        font-size: 14px;
    }
    .about-developer-div-inner {
        padding: 15px;
    }
    .project-title h5 {
        font-size: 25px;
    }
    .info-item h2 {
        margin: 0;
        font-size: 25px;
    }
    .info-item:nth-child(2n) {
        padding-left: 30px;
    }
    .project-para p {
        font-size: 16px;
    }
    .banner-info-div {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .banner-information-right ul li img {
        max-width: 30px;
    }
    .banner-information-right ul li span {
        font-size: 16px;
    }
    .banner-information-right ul li {
        gap: 0 5px;
    }
    .banner-information-right ul li span label {
        font-size: 12px;
    }
    .contact-buttons ul li a {
        gap: 0 5px;
    }
    .contact-buttons ul li a .fa {
        font-size: 18px;
    }
    .responsive-mobile-number a {
        font-size: 14px;
    }
    .logo {
        max-width: 226px;
    }
    .call-to-action {
        justify-content: center;
    }
    .project-title h2 {
        font-size: 20px;
    }
    .banner-information h3 {
        font-size: 16px;
    }
    .banner-information p {
        font-size: 14px;
    }
    .banner-information p .price-banner {
        font-size: 14px;
    }
    .both-side-padding {
        padding: 20px 0;
    }
    #amenities {
        padding-bottom: 35px;
    }
    .project-title h2 {
        font-size: 18px;
        text-align: center;
    }
    .btn {
        font-size: 13px;
    }
    footer p {
        font-size: 10px;
    }
    .banner-information {
        text-align: center;
    }
    .locationCntItem p {
        margin: 0;
        font-size: 14px;
    }
    .project-title h5 {
        font-size: 22px;
    }
    .feature-item p {
        font-size: 12px;
    }
    .info-item:nth-child(2n) {
        padding-left: 20px;
    }
    .info-item h2 {
        font-size: 20px;
    }
    .project-para p {
        font-size: 14px;
    }
    .banner-information-right ul li span {
        font-size: 13px;
    }
    .banner-information-right ul li img {
        max-width: 30px;
    }
    .contactNumber .mobile-number {
        font-size: 12px;
    }
    .contactNumber .mobile-number .img-fluid {
        max-width: 20px;
    }
    .logo {
        max-width: 100px;
    }
    .banner-information-left h1 {
        font-size: 25px;
    }
    .banner-information-left h1 span {
        font-size: 30px;
    }
}