@font-face {
    font-family: 'IndianRupee';
        src: url('../fonts/Rupee.ttf') format('truetype');
        font-display: swap;
}

.rupee-font {
    font-family: 'IndianRupee', 'DM Sans', sans-serif;
        font-size: 1em;
}

.custom sup, .heading sup {
    font-size: 0.55em;
        top: -0.6em;
        vertical-align: baseline;
        position: relative;
        line-height: 0;
}

.mirayaRealty-image {
    padding-right: 5px;
}

.mirayaRealty-Heading {
    padding-top: 30px;
        padding-left: 30px;
}

#mirayaRealty {
    padding: 0px 0px 0px 10px;
}

.mirayaRealty-text {
    padding-left: 30px;
        padding-right: 30px;
        padding-top: 8px;
        text-align: justify;
        margin-top: 0px;
}

.firstIndicator {
    margin-left: 12px !important;
}

.lastIndicator {
    margin-right: 12px !important;
}

body.modal-open {
    overflow-y: scroll !important;
        padding-right: 0px !important;
}

.modal-body-read {
    overflow-y: auto;
        margin-right: 4px !important;
        background-color: #f2f2f2;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 0px;
        text-align: justify;
        margin-top: 8px;
}

.readMoreModal .modal-body-read::-webkit-scrollbar {
    width: 5px;
}

.readMoreModal .modal-body-read::-webkit-scrollbar-thumb {
    background-color: #8a8a8a !important;
        border-radius: 10px !important;
        position: relative;
        min-height: 30px;
        background-clip: padding-box;
        background-size: 100% 30px;
        background-repeat: no-repeat;
        background-image: linear-gradient(#8a8a8a, #8a8a8a);
}

.readMoreModal .modal-body-read::-webkit-scrollbar-track {
    background: transparent;
}

.readMoreModal {
    overflow: hidden !important;
        padding-right: 0px !important;
}

.modal-content.modal-scroll {
    overflow-y: hidden !important;
        max-height: 85vh !important;
        clip-path: inset(0px 0px 0px 0px round 12px);
        background-color: #f2f2f2;
}

.modal-content::-webkit-scrollbar-track {
    border-radius: 10px !important;
}

#CurrentStatusLogo {
    vertical-align: sub;
        transform: translate(0px, -1px);
}

#virtual-Logo {
    vertical-align: middle;
        transform: translate(0px, -1px);
}

.nav-tabs .nav-link {
    margin-left: 7px;
        background-color: transparent;
        color: #666666 !important;
        border-radius: 0px;
        border: none;
        font-weight: 600 !important;
        font-size: 12px !important;
        border-right: 1px #cc9f46 !important;
        padding: 0px 0px 0px 0px !important;
}

.margin-check {
    border-bottom: 2px solid #ddd;
}

tr {
    border-top: 1px solid #ddd !important;
        border-bottom-style: none !important;
}

tbody {
    border-style: none !important;
}

::placeholder {
    color: gray !important;
        font-weight: 400;
}

#privacyPolicy:hover {
    background-color: #4D4D4D !important;
        border: none !important;
        padding: 0px !important;
}

#termsOfUse:hover {
    background-color: #4D4D4D !important;
        border: none !important;
        padding: 0px !important;
}

.mirayaModal {
    padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
}

.readmorebtn {
    position: absolute;
        left: 550px;
        top: 26px;
}

.viewPlans {
    padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        border-radius: 12px !important;
}

#layoutTab1-tab.active {
    border-bottom: 3px solid #bd9b3d;
}

#tab4-tab.active {
    border-bottom: 3px solid #bd9b3d;
}

#tab5-tab.active {
    border-bottom: 3px solid #bd9b3d;
}

#tab6-tab.active {
    border-bottom: 3px solid #bd9b3d;
        color: #cc9f46 !important;
}

#tab7-tab.active {
    border-bottom: 3px solid #bd9b3d;
}

.modal-header {
    border-bottom: 0px !important;
        padding: 11px !important;
}

.variantsTower:active {
    color: #372649 !important;
}

:root {
    --hover-color: #cc9f46 !important;
}

a:hover .changeicon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.changeicon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.d-lg-inline.btnstyle:hover,.fa-phone:hover {
    color: #ffffff !important;
}

.slide-in-up {
    opacity: 0;
        transform: translateY(100px);
        transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-up-50 {
    opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-up-50-tab {
    opacity: 0;
        transform: translateY(50px);
}

.slide-in-up-animate ,.slide-in-up-50-animate {
    opacity: 1;
        transform: translateY(0);
        transition: opacity 1s ease-out, transform 1s ease-out;
}

.priceTable {
    width: 100% !important;
        border-collapse: collapse;
        background-color: #f2f2f2 !important;
        border-radius: 15px;
        overflow: hidden;
        color: #333;
}

.priceTable thead th {
    text-align: center;
        font-weight: bold;
        padding: 10px 12px;
        color: #000;
        font-size: 20px;
}

.priceTable thead th sup {
    font-size: 0.65em;
        top: -0.5em;
        font-weight: bold;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
}

.hero-star {
    font-size: 0.55em;
        top: -0.7em;
        position: relative;
        line-height: 0;
        vertical-align: baseline;
}

.priceTable tbody td {
    padding: 8px 12px;
        font-size: 18px;
        color: #898989;
        font-weight: 450;
}

.priceTable tbody td thead th {
    padding-left: 0px !important;
        padding-right: 0px !important;
}

.priceTable tbody td:last-child {
    justify-content: center !important;
}

.priceBreakupLink {
    text-decoration: none;
        color: #bd9b3d;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        justify-content: start;
        width: 81% !important;
}

.priceBreakupLink i {
    font-size: 16px;
        transition: transform 0.2s ease-in-out;
}

.priceBreakupLink:hover i {
    transform: translateX(5px);
}

.rounded-circle:active {
    color: #bd9b3d !important;
}

.bg-grey {
    background-color: #f2f2f2 !important;
}

.chevron-left {
    filter: brightness(0) invert(1) !important;
        color: #ffffff;
        float: right !important;
        margin-top: 35% !important;
        margin-right: 20px !important;
        background-size: cover;
        width: 20px !important;
        height: 70px !important;
        background-image: url('images/13. Web Icons/leftnew.webp') !important;
}

.chevron-right {
    filter: brightness(0) invert(1) !important;
        float: left !important;
        margin-top: 35% !important;
        margin-right: -19px !important;
        background-size: cover;
        width: 20px !important;
        height: 70px !important;
        background-image: url('images/13. Web Icons/rightnew.webp') !important;
}

.pri-color {
    color: #bd9b3d !important;
}

body {
    font-family: 'DM Sans', sans-serif;
        margin: 0;
        padding: 0;
}

.navbar {
    position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        font-family: 'DM Sans', sans-serif;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 1vw;
        font-weight: 600;
        line-height: 34px;
        padding: 5px;
}

header {
    background: url('https://via.placeholder.com/1920x500') no-repeat center center/cover;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        padding-top: 70px;
}

header h1 {
    font-size: 3rem;
        font-weight: bold;
}

.features {
    padding: 50px 15px;
        text-align: center;
}

.features h2 {
    margin-bottom: 30px;
}

footer {
    background-color: #333;
        color: white;
        text-align: center;
        padding: 20px;
}

footer a {
    color: #f8d210;
        text-decoration: none;
}

.banner-image {
    flex: 1.3;
        overflow: hidden;
}

.banner-content {
    flex: 1;
        background-color: #f2f2f2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
}

.btn-link {
    font-size: 18px;
        text-decoration: none;
        transition: color 0.2s ease-in-out;
}

.btn-link:hover {
    color: #cc9f46;
}

.call-link i, .call-link span {
    font-size: 1rem;
}

.custom-container {
    width: 100%;
        margin: 0 auto;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
        color: #bd9b3d !important;
        border-radius: 0px;
}

#Variantstab1-tab.active {
    color: #bd9b3d !important;
        border-bottom: 3px solid #bd9b3d;
}

.hover-effect {
    position: relative;
        overflow: hidden;
        border-radius: 12px !important;
}

.hover-effect img {
    transition: transform 0.3s ease;
        border-radius: 12px !important;
}

.hover-effect:hover img {
    transform: scale(1) !important;
        border-radius: 12px !important;
}

.hover-effect::after {
    content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 12px;
}

.hover-effect:hover::after {
    opacity: 1;
}

.hover-effect .overlay-btn {
    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 2;
        font-weight: 800;
        width: 250px;
        border: 3px solid #fff;
        font-size: 17pt;
        text-transform: uppercase;
}

.overlay-btn:hover {
    border-color: #ffffff !important;
        background-color: #cc9f46 !important;
}

.hover-effect:hover .overlay-btn {
    display: block;
}

.custom-carousel-arrow {
    font-size: 2rem;
        color: #0d6efd;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
}

.custom-carousel-arrow.left {
    left: -10px;
}

.custom-carousel-arrow.right {
    right: -5px !important;
}

.custom-carousel-arrow i {
    border: none !important;
        box-shadow: none !important;
}

.carousel-heading slide-in-up-50 {
    text-align: center;
        margin-bottom: 1rem;
        text-transform: none;
        padding: 5px 0;
        font-weight: 600;
        font-size: 30pt;
        letter-spacing: 1px;
        margin: 0px;
}

.partners-section {
    text-align: center;
        padding: 50px 20px;
        background-color: #fff;
}

.partners-section p {
    font-size: 16px;
        color: #666;
        margin-bottom: 40px;
}

.partners-grid {
    display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
}

.partner-item {
    text-align: center;
        max-width: 500px;
}

.partner-item h3 {
    font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
}

.partner-item img {
    margin-bottom: 15px;
}

.partner-item a {
    font-size: 16pt;
        color: #bd9b3d !important;
        text-decoration: none !important;
        font-weight: 800 !important;
}

.partner-item a:hover {
    text-decoration: underline;
        background-color: white !important;
}

.faq-section {
    background-color: #f8f9fa;
        padding: 50px 0;
}

.accordion-button {
    font-size: 16px;
        font-weight: 600 !important;
        color: #666666;
        background-color: #fff;
        border: none;
        box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button.collapsed {
    color: #6c757d;
}

.accordion-item {
    border: none;
        border-bottom: 1px solid #e9ecef;
}

.accordion-body {
    font-size: 14px;
        color: #6c757d;
}

.table {
    margin: 0 auto;
        text-align: center;
}

.table th, .table td {
    text-align: center;
        vertical-align: middle;
        background-color: #f2f2f2;
}

.table th {
    font-weight: bold;
        line-height: 40px;
        font-size: 14pt;
}

.modal-header .btn-close {
    background-color: #f5f5f5;
        border-radius: 50%;
        padding: 8px;
}

.register-modal .modal-header, .register-modal .modal-body {
    background-color: #f5f5f5;
}

.register-modal .modal-body ul {
    list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px !important;
        margin-bottom: 20px;
}

.register-modal .modal-body ul li {
    display: flex;
        align-items: center;
        gap: 5px;
        font-size: 18px;
        font-weight: 550;
}

.register-modal .modal-body ul li i {
    color: #bd9b3d;
}

.register-modal .form-control {
    border-radius: 12px;
        margin-bottom: 15px;
        padding: 10px;
        font-size: 15pt;
        font-weight: 400;
}

.register-modal .custom-checkbox {
    display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        justify-content: center;
}

.register-modal .btn-submit {
    background-color: #bd9b3d;
        color: white;
        font-weight: bold;
        padding: 2px !important;
        border: 1px solid #bd9b3d !important;
        width: 100%;
        border-radius: 5px;
}

.register-modal .btn-submit:hover {
    background-color: #ffffff !important;
        color: #cc9f46  !important;
        border: 1px solid #cc9f46;
}

.project-title {
    font-weight: 600;
        letter-spacing: 1px;
        color: #1A1A1A !important;
        font-size: 1.3vw;
        background-color: var(--colorPrimary);
        display: inline-block;
        padding: 5px !important;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
}

.location {
    display: block;
        padding: 0px !important;
        font-size: 12.7pt !important;
        text-transform: capitalize;
        line-height: 0.8vw;
        color: #666666;
        font-weight: 600;
        text-align: center;
        margin-top: -10px;
        margin: 0px !important;
}

.btnstyle {
    color: rgb(255, 255, 255) !important;
    font-weight: 800 !important;
    font-size: 16pt !important;
    text-transform: uppercase;
    background-color: #bd9b3d !important;
    border-radius: 11px !important;
    border: 1px solid transparent !important;
    padding: 4px 7px 4px 7px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease, border-color 0.3s ease !important;

    width: fit-content !important;
}

.btnstyle:hover {
    background-color: #d8b356 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important; 
    padding: 4px 7px 4px 7px !important;
    text-decoration: none !important;
    font-size: 16pt !important;
    font-weight: 800 !important;
    box-sizing: border-box !important;
}

.priceheading slide-in-up-50 {
    color: #bd9b3d;
        font-weight: 600;
        font-size: 14pt;
}

.royaltiline {
    border-bottom: 4px solid #bd9b3d !important;
        display: inline-block !important;
        margin-top: 0px;
        line-height: 40px;
}

.partnerLine {
    border-bottom: 3px solid #bd9b3d !important;
        display: inline-block !important;
        margin-top: 0px;
}

.royaltiline:hover {
    border-bottom: 4px solid #cc9f46 !important;
}

nav-link {
    background-color: transparent;
        color: #bd9b3d !important;
        border-bottom: 3px solid #bd9b3d;
        border-radius: 0px;
}

.tab-pane {
    padding: 0px !important;
        border-radius: 12px;
        margin: 0 auto;
        width: 80%;
}

.td {
    border-top: 1px solid #ddd !important;
}

.pre-launch {
    color: #bd9b3d;
        font-weight: 600;
        font-size: 19px;
        border-bottom: 2px solid;
        margin: .5rem auto;
        width: fit-content;
        margin-top: 0px !important;
}

.price {
    font-weight: 800;
}

.heading {
    padding: 0px !important;
        margin-bottom: 30px !important;
        line-height: 48px;
        font-family: 'DM Sans', sans-serif;
        font-size: 32pt;
        letter-spacing: 1px;
        font-weight: 600;
}

li::marker {
    color: #bd9b3d;
        font-size: 30px;
}

.ulam {
    padding-left: 20px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 500;
        list-style: none;
        color: #666666;
}

.content-box {
    padding-left: 80px;
        margin-top: 0px;
}

.left {
    margin-left: -20px;
}

.right {
    margin-right: -20px;
}

.contact {
    height: 50px !important;
        margin-top: -14px;
        width: 33% !important;
        margin-right: 20px;
        font-size: 15pt !important;
        border-radius: 12px !important;
        color: #555 !important;
        font-weight: 400;
}

.modal-title {
    width: 100%;
        text-align: center;
        font-weight: 600;
}

.modal-body.p {
    font-size: 18px;
        color: #666666;
}

.modal-body {
    padding-right: 50px !important;
        padding-left: 50px !important;
        border-radius: 0 0 8px 15px;
}

.rounded {
    border-radius: 12px !important;
}

.pro-status {
    font-weight: 700;
        color: var(--colorBtn);
        font-size: 1.3vw;
        background-color: var(--colorPrimary);
        display: inline-block;
        padding: 10px;
        text-transform: uppercase;
        text-shadow: none;
        width: 100%;
}

.btn-primary {
    background: rgb(0 0 0 / 0%) !important;
        border: 1px solid #bd9b3d;
}

.adbor {
    border-right: 2.5px solid #666666 !important;
        display: block !important;
        color: #666 !important;
}

.description {
    padding-right: 15px !important;
        padding-left: 15px !important;
}

.hide-on-mobile {
    display: none !important;
}

.partner-item a.royaltiline {
    border-bottom: 3px solid #bd9b3d !important;
}

.pr-7 {
    padding-right: 100px !important;
        padding-left: 100px !important;
}

.pr-6 {
    padding-right: 60px !important;
        padding-left: 60px !important;
}

.fw-bold {
    margin-top: 15px !important;
        width: 100%;
        font-size: 16px;
        color: #bd9b3d !important;
}

.partner-heading {
    font-size: 18px !important;
        color: #666666;
        font-weight: 400 !important;
}

.partner-heading:hover {
    color: #cc9f46 !important;
        border: none !important;
        background-color: #f2f2f2 !important;
}

.partnerLine:hover {
    border-color: #cc9f46 !important;
        background-color: #f2f2f2 !important;
}

.image-box {
    max-width: 600px;
}

.overview-desktop-items {
    line-height: 33px;
}

.secretGem-Img {
    width: 430px;
}

.show-on-desktop {
    display: flex !important;
}

#callNowUnderline {
    line-height: 30px;
}

#royalti-section {
    padding: 150px 0px 150px 0px;
}

#section-layout {
    height: 100%;
}

.highlights {
    margin-top: 35px !important;
        margin-bottom: 0px !important;
        line-height: normal;
}

#iconTwo {
    font-size: 25px;
}

.container.faq {
    padding: 0px 70px 0 70px;
}

.section-padding {
    padding-top: 80px;
        padding-bottom: 80px;
}

.show-on-mobile {
    display: none !important;
}

.show-on-tablet {
    display: none !important;
}

.carousel-indicators {
    left: 29% !important;
        width: fit-content;
        background: #f2f2f2 !important;
        border-radius: 12px !important;
        height: 17px;
        bottom: 50%;
}

.carousel-indicators .active {
    background-color: #bd9b3d !important;
}

.banner .pre-launch {
    display: inline-block;
        color: #bd9b3d;
        font-size: 14px;
        letter-spacing: 2px;
        padding-bottom: 6px;
        border-bottom: 2px solid #bd9b3d;
        margin-bottom: 22px;
}

.banner .project-title {
    font-weight: 700;
        color: #222;
        letter-spacing: 1px;
        margin-bottom: 14px;
}

.banner .location {
    color: #888;
        font-size: 18px;
        margin-bottom: 6px;
        line-height: normal;
}

.banner .pro-status {
    color: #bd9b3d !important;
}

.banner .hero-starting {
    display: block;
        color: #bd9b3d;
        font-weight: 800;
        font-size: 20pt;
        line-height: 30px;
        margin-bottom: 24px;
}

.banner .hero-mobile-top-title {
    display: none;
}

.partner-card {
    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 10px 0;
}

.partner-card .partner-heading {
    min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
}

.partner-logo-box {
    height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
}

.partner-logo-box img {
    max-height: 100%;
        max-width: 180px;
        width: auto;
        object-fit: contain;
}

.whatsapp-float {
    position: fixed;
        bottom: 20px;
        right: 35px;
        background-color: #fff;
        color: #bd9b3d;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 5px 5px 6px -3px rgb(0 0 0 / 62%);
        z-index: 1000;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
}

.whatsapp-float:hover {
    background-color: #bd9b3d;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        color: #ffffff !important;
}

.whatsapp-icon {
    font-size: 40px;
}

#banner .virtual-tour {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: clamp(17px, 1.25vw, 24px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    padding: 12px 24px !important; 
    border-radius: 11px !important;
    box-sizing: border-box !important;
}

#banner .virtual-tour:hover {
    padding: 12px 24px !important; 
    font-size: clamp(17px, 1.25vw, 24px) !important;
}

.priceTable tbody td a {
    cursor: pointer !important;
    color: #898989 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.priceTable tbody td a:hover {
    color: #bd9b3d !important;
    text-decoration: underline !important;
}

@media (max-width: 991px) {
    .hideOnMobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .priceTable thead th {
        font-size: 16px;
    }
    .priceTable tbody td {
        padding: 6px 10px 15px 10px;
            font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .register-modal .modal-body ul {
        column-gap: 70px;
            padding-left: 20px;
    }
    .heading  ,.modal-body ul li {
        font-size: 21px;
            color: #000000;
            font-weight: 400;
    }
    #impeccable {
        padding-left: 6% !important;
    }
}

@media (min-width:568px) {
    body {
        width: 100%;
            margin: 0;
            padding: 0;
    }
}

@media (max-width: 767px) {
    .secretGem-Img {
        width: 95%;
    }
    .fw-bold {
        margin-top: 20px;
            width: 100%;
    }
    .custom-carousel-arrow i {
        font-size: 40px !important;
    }
    .custom-carousel-arrow.left {
        left: -21px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .custom-carousel-arrow.right {
        right: 0px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .row {
        width: 100%;
    }
    .pre-launch {
        padding-top: 20px;
            margin: 0.5em auto;
            width: fit-content;
    }
    h2.project-title {
        width: 100%;
            font-size: 28pt;
    }
    .description {
        font-size: 17px;
            margin-top: 30px;
    }
    .banner-content {
        padding-bottom: 5px !important;
            padding-top: 10px !important;
            flex: none !important;
            width: 100%;
            padding: 28px 16px 0 16px;
    }
    .heading {
        width: 100%;
            text-align: center;
    }
    .content-box {
        margin-top: 200px;
            margin-bottom: 20px;
    }
    span.pro-status {
        font-weight: 800;
    }
    .virtual-tour.royaltiline {
        line-height: 50px !important;
    }
    .headSection {
        padding: 50px 0px !important;
            margin: 0px !important;
    }
    h2.heading {
        padding-top: 30px;
            margin-bottom: 60px;
    }
    u.royaltiline {
        font-size: 16pt !important;
    }
    p {
        text-align: justify;
            padding-right: 10px;
            padding-left: 10px;
    }
    .padding-footer {
        padding-left: 5px !important;
            padding-right: 5px !important;
    }
    footer .container-fluid.padding-footer .col-md-12 {
        padding-left: 2px !important;
            padding-right: 2px !important;
    }
    .image-box {
        margin: 0px !important;
            padding: 0px !important;
            width: 100% !important;
    }
    .highlights {
        height: 75px;
    }
    .location {
        font-size: 10pt !important;
    }
    .banner {
        flex-direction: column !important;
            height: auto !important;
            margin-top: 56px;
    }
    .banner-image {
        flex: none !important;
            width: 100%;
            height: auto !important;
            position: relative;
    }
    .banner-image img {
        width: 100%;
            height: auto !important;
            object-fit: contain;
            display: block;
    }
    .banner .hero-strip {
        display: none !important;
    }
    .banner .hero-mobile-top-title {
        display: block !important;
            position: absolute !important;
            top: 12px;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
            padding: 0 10px;
            text-align: center;
            font-size: clamp(20px, 6vw, 30px);
            line-height: 1.15;
            font-weight: 800;
            color: #555962;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 3 !important;
            white-space: nowrap;
    }
    #banner .hero-left {
        overflow: hidden;
            height: 0px !important;
    }
    .banner .pre-launch {
        font-size: 12px;
            margin-bottom: 14px;
    }
    .banner .project-title {
        font-size: 24px;
            margin-bottom: 8px;
    }
    .banner .location {
        font-size: 15px;
    }
    .banner .pro-status {
        font-size: 15pt !important;
            line-height: 24px !important;
    }
    .banner .hero-starting {
        font-size: 15pt;
            line-height: 24px;
            margin-bottom: 16px;
    }
    #banner .hero-left img.img-banner {
        height: auto !important;
            object-fit: contain !important;
    }
}

@media screen and (min-width: 750px) {
    .modal {
        --bs-modal-width: 600px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .show-on-mobile {
        display: none !important;
    }
    .tab-content {
        padding-left: 10px;
    }
    #royalti-section {
        padding: 0px  !important;
    }
    .show-on-desktop {
        display: none !important;
    }
    .show-on-tablet {
        display: flex !important;
    }
    #tab-1 {
        width: 100% !important;
    }
    #section-layout {
        height: 650px !important;
    }
    .nav-tabs .nav-link {
        font-size: 16px !important;
    }
    .custom-carousel-arrow.right {
        right: -25px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .custom-carousel-arrow.left {
        left: -25px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    #partner-tablet-view {
        padding-right: 0px !important;
            padding-left: 0px !important;
    }
    #partner-caraousel-left {
        left: -720px !important;
    }
    .heading {
        font-size: 24px !important;
    }
    .pri-color {
        font-size: 7px !important;
    }
}

@media screen and (max-width: 767px) {
    .show-on-mobile {
        display: block !important;
    }
    .show-on-desktop {
        display: none !important;
    }
    .show-on-tablet {
        display: none !important;
    }
    .content-box {
        padding-top: 100px;
            margin-bottom: 20px;
            text-align: left;
    }
    .headSection {
        padding: 50px 0px !important;
            margin: 0px !important;
    }
    .pre-launch {
        color: #bd9b3d;
            font-weight: 600;
            font-size: 4vw !important;
    }
    h2.project-title {
        font-size: 7vw !important;
    }
    .heading {
        font-size: 27.3px !important;
            padding: 0 !important;
    }
    h2.heading {
        padding-top: 0px;
            margin-bottom: 0px;
    }
    .partners-p {
        font-size: 11px !important;
            color: #666666 !important;
    }
    .partners-head {
        font-size: 13px !important;
    }
    .hover-effect .overlay-btn {
        position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none;
            z-index: 2;
            width: 150px;
            border: 3px solid #fff;
            font-size: 12pt;
            text-transform: uppercase;
    }
    .nav-item a {
        text-align: center;
            color: #bd9b3d;
            font-size: 17.55px;
    }
    .nav-item a:hover,
    .nav-item a:focus,
    .nav-item a:active,
    .nav-item a:visited,
    .nav-item a.active {
        color: #bd9b3d !important;
            text-decoration: none;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .navbar-toggler {
        border: none !important;
            color: #fff !important;
    }
    .navbar-brand {
        padding-left: 20px !important;
    }
    .navbar-nav {
        gap: 0px !important;
            transform: translate(0px) !important;
    }
    .pr-6 {
        padding: 0px !important;
    }
    .py-5 {
        padding: 30px 0px 40px 0px !important;
    }
    .custom-mobile-container {
        width: 100% !important;
            margin: 0 !important;
            padding-bottom: 0px !important;
    }
    #partner-text {
        text-align: justify !important;
            padding-right: 20px  !important;
            padding-left: 20px !important;
    }
    #partner-caraousel-left {
        left: -22px !important;
            top: 105px !important;
    }
    #partner-caraousel-right {
        top: 105px !important;
            right: -23px !important;
    }
    .readmorebtn {
        position: sticky;
            top: 26px !important;
            left: 308px !important;
    }
    .tab-pane {
        margin: 0 !important;
        width: 100% !important;
    }
    .hover-effect:hover img {
        transform: scale(1.0) !important;
    }
    .carousel-inner#mobile-carousel {
        margin-left: 16px  !important;
    }
    .carousel-inner#mobile-carouse2 {
        margin-left: 16px  !important;
    }
    .custom-carousel-arrow.right#layout-carousel-right {
        right: 0px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .custom-carousel-arrow.left#layout-carousel-left {
        left: 0px !important;
        right: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .carousel-indicators {
        margin-left: 30px !important;
    }
    .hover-effect:after {
        width: 100%  !important;
            border-radius: 25px;
    }
    .modal-title {
        transform: translate(27px);
            width: 80% !important;
    }
    .modal-body {
        padding: 1rem !important;
    }
    .register-modal .modal-body ul li {
        font-size: 14px !important;
    }
    .container.faq {
        padding: 0px;
    }
    .image-box {
        padding: 40px !important;
    }
    .section-padding {
        padding-top: 30px !important;
            padding-bottom: 45px !important;
    }
    .partners-section {
        padding-top: 30px !important;
            padding-bottom: 30px !important;
    }
    #royalti-icons,#royaliti-text {
        padding-left: 0px !important;
            padding-right: 0px !important;
    }
    #royaliti-text {
        font-size: 16px !important;
            font-weight: 500 !important;
            padding-left: 20px !important;
            padding-right: 20px !important;
    }
    .highlights {
        margin-top: 0px !important;
            margin-bottom: 0px !important;
    }
    .enq {
        font-family: 'Montserrat', sans-serif;
            text-align: center;
            display: block;
            border-top: 1px solid #fff;
            transition: all 0.3s ease-in-out 0s;
            z-index: 1000;
            width: 100%;
            background-color: #bd9b3d;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            bottom: 0;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            font-weight: 400;
            padding: 5px 20px;
            position: fixed;
    }
    .enq-contact {
        padding: 6px 12px;
    }
    .enq-contact a {
        font-size: 16px;
            color: #fff;
            font-weight: 600;
            line-height: 30px;
            text-decoration: none;
    }
    #mobileBottomCall {
        border-right: 1px solid #fff;
    }
    .QRPadding {
        padding-bottom: 40px  !important;
    }
    .check-box {
        font-size: 11px;
            justify-content: center !important;
    }
    .modal-btn {
        width: 100%;
            line-height: 40px !important;
            text-transform: uppercase;
            color: #fff !important;
            font-size: 16pt;
            border-radius: 15px !important;
            padding: 0px !important;
    }
    #PopupForm {
        border-radius: 120px !important;
    }
    #amenitiesIndicators {
        width: 34%;
            margin-left: 14px !important;
    }
    .form-control {
        font-size: 12pt !important;
    }
    .contact {
        font-size: 14px !important;
            border-radius: 13px !important;
    }
    #areaText {
        font-weight: 400;
            font-size: 12px !important;
            text-align: justify !important;
            padding-left: 35px;
            padding-right: 35px;
            margin-bottom: 0px  !important;
    }
    #variantsHeading ,#layoutHeading {
        margin-bottom: 0px !important;
    }
    #variantsContent {
        margin-top: 0px !important;
    }
    #section-layout {
        height: 100%  !important;
    }
    #layoutTab1-tab {
        border-bottom: none;
    }
    #tab4-tab.active {
        border-bottom: none !important;
    }
    .rightBorderTab {
        padding-right: 6px;
            height: 14px !important;
    }
    .nav-tabs .rightBorderTab {
        border-right: 2px solid grey;
            color: #666666 !important;
            transform: translate(0px, 0px);
    }
    #towerA {
        border-right: 2px solid grey;
    }
    .nav-tabs {
        margin-left: 0px;
    }
    #Variantstab1-tab {
        padding-top: 0px !important;
            border-bottom: none;
            margin: 0px !important;
            border-right: 0px solid grey !important;
    }
    #tab1 ,#tab4,#tab7 {
        padding-left: 0px !important;
            padding-right: 0px !important;
            width: 93.5% !important;
            background-color: #f2f2f2;
            margin-left: 11px;
            margin-top: 10px !important;
    }
    .table-responsive {
        margin-left: 20px !important;
            margin-right: 20px !important;
    }
    .modal-header {
        padding-bottom: 0px !important;
    }
    #projectUpdate {
        margin-bottom: 5px !important;
    }
    .nav-tabs .nav-link {
        margin-left: 6px !important;
    }
    #virtual-Logo {
        vertical-align: middle !important;
            width: 18px;
            height: 17px;
    }
    #CurrentStatusLogo {
        vertical-align: sub;
            width: 20px;
    }
    .modal-mobile-heading {
        padding-left: 10px;
    }
    .mirayaRealty-text {
        padding-left: 15px;
            padding-right: 15px;
            padding-top: 8px;
            text-align: left;
            margin-top: 0px;
    }
    .mirayaRealty-Heading {
        padding-top: 30px;
            padding-left: 15px;
    }
    .modal-body-read {
        padding-left: 15px;
            padding-right: 15px;
            padding-top: 8px;
            text-align: left !important;
            margin-top: 0px;
    }
    .mirayamodal-btn {
        margin-right: 4px !important;
            padding-top: 5px !important;
    }
    #mirayaRealty {
        margin-top: -18px !important;
    }
    .modal-mobile-left {
        text-align: left !important;
    }
    #Variantstab1-tab.active {
        border-bottom: none;
    }
    #tab6-tab.active {
        border-bottom: none;
    }
    #tab7-tab.active {
        border-bottom: none;
    }
    #coexist {
        width: auto !important;
    }
}

@media (min-width: 1025px) {
    .tab-pane {
        width: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .priceTable {
        width: 93% !important;
            margin-left: 26px !important;
            margin-bottom: 10px  !important;
            border-radius: 12px !important;
    }
    .modal-heading {
        font-size: 20px;
    }
    .modal-btn {
        width: 100%;
            line-height: 40px !important;
            text-transform: uppercase;
            color: #fff !important;
            font-size: 16pt;
            border-radius: 15px;
            padding: 0px !important;
    }
    #PopupForm {
        border-radius: 120px !important;
    }
    #callbtn , #calltext {
        font-size: 1vw;
    }
    #Variantstab1-tab,#tab6-tab,#tab7-tab {
        font-size: 1.2vw !important;
            color: #666666 !important;
    }
    #Variantstab1-tab ,#tab6-tab {
        color: #666666 !important;
    }
    #Variantstab1-tab:hover,#tab6-tab:hover {
        color: #bd9b3d !important;
    }
    #areaText {
        padding-left: 19%;
            padding-right: 19%;
    }
    .desktopPrime {
        margin-right: -7px  !important;
    }
    .modal-header {
        padding-bottom: 0px !important;
    }
    #royalti-icons {
        padding-left: 120px;
            padding-right: 120px;
    }
    .table-responsive {
        width: 63%;
            background-color: #f2f2f2 !important;
            margin: auto;
            border-radius: 12px;
    }
    #partner-caraousel-left {
        left: -14px;
    }
    #partner-caraousel-right {
        right: -13px !important;
    }
    #paymentPlan {
        font-size: 21px !important;
            padding: 6px 7px !important;
    }
    .modal-content-body {
        margin-top: -12px;
    }
    .rupee-img {
        transform: translate(0px,-2px);
    }
}

@media (max-width: 991px) {
    .hideOnMobile {
        display: none !important;
    }
    .hideOnDesktop {
        display: none;
    }
    .custom-container, .headSection {
        width: 100% !important;
        margin: 0px !important;
    }
}

@media (min-width: 1400px) {
    .banner .project-title {
        font-size: 46px;
    }
    .banner .pro-status {
        font-size: 26pt !important;
    }
    .banner .hero-starting {
        font-size: 26pt;
            line-height: 34px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .banner .project-title {
        font-size: 38px;
    }
    .banner .pro-status {
        font-size: 22pt !important;
    }
    .banner .hero-starting {
        font-size: 22pt;
            line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner {
        height: auto !important;
            min-height: 60vh;
    }
    .banner-image {
        flex: 1.1 !important;
    }
    .banner-image.hero-left {
        position: relative;
    }
    .banner .project-title {
        font-size: 28px;
    }
    .banner .location {
        font-size: 16px;
    }
    .banner .pro-status {
        font-size: 18pt !important;
    }
    .banner .hero-starting {
        font-size: 18pt;
            line-height: 26px;
            margin-bottom: 18px;
    }
    .banner .hero-mobile-top-title {
        display: block !important;
            position: absolute !important;
            top: 12px;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
            padding: 0 12px;
            text-align: center;
            font-size: 24px;
            line-height: 1.15;
            font-weight: 800;
            color: #555962;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 3 !important;
            white-space: nowrap;
    }
}

@media (max-width: 380px) {
    .banner-image {
        height: auto !important;
    }
    .banner .project-title {
        font-size: 20px;
    }
    .banner .pro-status {
        font-size: 13pt !important;
    }
    .banner .hero-starting {
        font-size: 13pt;
    }
}

@media (max-width: 1024px) {
    #banner {
        background: #fff !important;
            padding-bottom: 0px !important;
    }
}