@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

:root {
    --global--font-size-body: 1rem;
    --global--font-size-base: 1.125rem;
    --global--font-size-xs: 1.25rem;
    --global--font-size-sm: 1.375rem;
    --global--font-size-md: 1.5rem;
    --global--font-size-xm: 1.625rem;
    --global--font-size-lg: 1.75rem;
    --global--font-size-ms: 1.875rem;
    --global--font-size-xl: 2.875rem;
    --global--font-size-xxl: 3.25rem;
    --heading--font-size-h6: var(--global--font-size-xs);
    --heading--font-size-h5: var(--global--font-size-sm);
    --heading--font-size-h4: var(--global--font-size-md);
    --heading--font-size-h3: var(--global--font-size-lg);
    --heading--font-size-h2: var(--global--font-size-xl);
    --heading--font-size-h1: var(--global--font-size-xxl);
    --global--paragraph-color: #9b9b9b;
    --paragraph-color: var(--global--paragraph-color)
}

.middle-align {
    align-items: center
}

body {
    background-color: #000;
    font-family: 'Raleway', sans-serif
}

body P {
    font-size: var(--global--font-size-body);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 1.9;
    color: #080808;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #A37D2D;
    text-transform: uppercase
}

.mbtm-6 {
    margin-bottom: 14%
}

h1 {
    font-size: var(--heading--font-size-h1);
    color: #A37D2D
}

h2 {
    font-size: var(--heading--font-size-h2)
}

h3 {
    font-size: var(--heading--font-size-h3)
}

header#qodef-page-header.bg-color {
    background-color: #000
}

.containers {
    margin-left: calc((100% - 1290px) / 2);
    display: flex;
    flex-wrap: wrap
}

.zEWidget-webWidget.zEWidget-webWidget--active {
    z-index: 99999999 !important
}

#qodef-page-header .qodef-header-logo-link {
    position: relative;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    max-width: 150px;
    width: 100%
}

header .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    top: 80%
}

header#qodef-page-header .qodef-header-logo-link img {
    opacity: 1
}

#qodef-page-header {
    background-color: transparent
}

#qodef-page-inner {
    padding: 0 0 0 0
}

.middle {
    align-items: center
}

.space-tb {
    padding: 8% 0
}

section.animation-accordion.space-tb {
    padding: 10% 0 10%; 
    background-size: cover;
}
section.apartment-plan {
    background-size: cover;
    padding-top: 8%;
}
.sticky-icon {
    z-index: 999;
    position: fixed;
    top: 40%;
    right: -160px;
    width: 220px;
    display: flex;
    flex-direction: column;
    transform: translateY(-40%)
}

.sticky-icon a:hover,
.sticky-icon a:focus {
    color: #FFF;
    transform: translate(-150px, 0)
}

.sticky-icon a {
    transform: translate(0, 0);
    border-radius: 10px 0 0 10px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    transition: all 0.8s;
    background-color: #A37D2D;
    display: flex;
    align-items: center
}

.sticky-icon a i {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
    font-size: 32px
}

.sticky-icon a.bg-black i {
    color: #A37D2D
}

.sticky-icon a.bg-black {
    background-color: #000
}

.image-wrap {
    float: right;
    width: 40%;
    padding-top: 3%
}

header #qodef-page-header-inner .navbar {
    width: 100%
}

header .navbar-toggler-icon {
    background-image: url(../images/hamburger.svg)
}

.slideshow {
    position: relative;
    z-index: 1;
    height: 100vh
}

.slideshow * {
    outline: none
}

.slideshow .slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    z-index: 2
}

.slideshow .slider-wrap:nth-child(1) {
    pointer-events: all;
    width: 100%;
    z-index: 1
}

.slider-banner,
.slider-banner .slick-list,
.slider-banner .slick-track {
    height: 100vh
}

.slideshow .slider-wrap:nth-child(1) .slider-banner {
    left: 0%;
    width: 100%
}

.slideshow .slider-wrap:nth-child(2) {
    left: 20%
}

.slideshow .slider-wrap:nth-child(2) .slider-banner {
    left: -100%
}

.slideshow .slider-wrap:nth-child(3) {
    left: 40%
}

.slideshow .slider-wrap:nth-child(3) .slider-banner {
    left: -200%
}

.slideshow .slider-wrap:nth-child(4) {
    left: 60%
}

.slideshow .slider-wrap:nth-child(4) .slider-banner {
    left: -300%
}

.slideshow .slider-wrap:nth-child(4) .slider-banner .slider-track {
    transition-delay: 1s
}

.slideshow .slider-wrap:nth-child(5) {
    left: 80%
}

.slideshow .slider-wrap:nth-child(5) .slider-banner {
    left: -400%
}

.slideshow .slider-wrap:nth-child(5) .slider-banner .slider-track {
    transition-delay: 2s
}

.slideshow .slider-wrap .slider-banner {
    width: 500%
}

.slideshow .slider-track {
    transition: all 1s cubic-bezier(.7, 0, .3, 1)
}

.slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center
}

.slideshow .item img {
    width: 100%;
    object-fit: cover;
    object-position: center
}

.slideshow .item .text {
    position: absolute;
    z-index: 10;
    top: auto;
    width: 100%;
    line-height: 1;
    transition: all 1s cubic-bezier(.7, 0, .3, 1);
    transform: translate(-100%);
    opacity: 0;
    bottom: 10%;
    max-width: 1320px;
    margin: 0 auto
}

.text h1,
.page-title-heading h1 {
    margin-bottom: 0
}

.slideshow .item .text p {
    font-size: var(--global--font-size-xs);
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 7px
}

.slideshow .item.slick-active {
    z-index: 10
}

.slideshow .item.slick-active .text {
    transform: translate(0);
    opacity: 1
}

.text .qodef-shortcode {
    transform: rotate(90deg);
    display: inline-block;
    padding: 40px 0 0 0;
    left: -25px
}

.slick-dots {
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none
}

.slick-dots li {
    margin: 0 13px !important;
    width: 7px;
    height: 7px;
    background-color: #A37D2D;
    border-radius: 50%;
    opacity: 1;
    transition: width .3s ease;
    position: relative
}

.slick-dots li:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: -9px;
    left: -10px;
    border: 1px solid #A37D2D;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.slick-dots li.slick-active:after {
    opacity: 1
}

.slick-dots li button {
    display: none
}

/* header #qodef-page-header-inner {
    padding: 28px 0
} */

header .qodef-header-navigation>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: var(--global--font-size-body);
    line-height: 19px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}
a.raga-logo {
    height: auto !important;
}
.qodef-header-navigation>ul>li>a:hover {
    color: #fff
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.current-menu-item>a {
    color: #fff
}

.qodef-qi-numbered-slider .qodef-m-indicators>span:after {
    background-color: #a37d2d !important
}

#qodef-page-header.header-raga.hide-nav {
    top: -120px
}

#qodef-page-header.header-raga {
    position: fixed;
    top: 0;
    transition: top .5s ease-in-out;
    width: 100%;
    z-index: 999;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 
.btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: 400
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: blue
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s
}

.single header#qodef-page-header {
    background-color: #000
}

.banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-inner {
    max-width: 100%;
    position: absolute;
    bottom: 10%
}

.banner-home .qodef-qi-numbered-slider p {
    font-size: var(--global--font-size-xs);
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 7px
}

.banner-home .qodef-qi-numbered-slider h1 {
    margin: 0;
    color: #A37D2D;
    line-height: 70px
}

.banner-home .qodef-qi-numbered-slider .qodef-m-item {
    align-items: end;
    z-index: 999;
    margin-left: 0
}

.banner-home .qodef-qi-numbered-slider .qodef-e-button-holder {
    transform: rotate(90deg) !important;
    max-width: 70px;
    z-index: 999;
    position: relative
}

.banner-home .qodef-qi-numbered-slider .qodef-m-indicators {
    position: relative;
    bottom: 80px;
    max-width: 180px;
    margin: 0 auto
}

.banner-home .qodef-button.qodef-layout--minimal {
    z-index: 999
}

.experiance {
    display: block;
    padding: 15% 0;
    overflow: hidden;
    background-size: 100% auto;
}

.experiance-info h2 {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    line-height: 56px
}

.experiance-info p {
    margin-bottom: 15px;
    width: 100%;
    max-width: 347px
}

.experiance-blk {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

.experiance-blk .blk {
    position: relative;
    width: calc(100% / 4);
    padding: 5px
}

.blk-info {
    display: block;
    overflow: hidden;
    position: relative
}

.experiance-blk .blk .blk-lottie {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%)
}

.experiance-blk .blk p {
    margin-bottom: 0;
    line-height: 23px;
    margin-top: 20px;
    color: #fff;
}
.experiance-blk .blk p strong {
    font-weight: 400;
}

.experiance-blk .blk:nth-child(even) {
    margin-bottom: 0
}
.slider-banner p {
    text-align: center;
}
.slider-banner h2 {
    font-size: 42px;
    text-align: center;
}
lottie-player {
    width: auto !important;
    height: auto !important
}

.apartment-plan h2 {
    margin-bottom: 20px
}

.apartment-plan p {
    color: #080808; 
    margin: 0 auto
}

.apartment-plan-info a {
    margin-top: 50px;
    display: block;
    overflow: hidden;
    max-width: 110px
}

.apartment-plan-info {
    display: block;
    overflow: hidden; 
}

.apartment-images-blk .apartment-images img {
    max-width: 707px
}

.apartment-images-blk .apartment-images:first-child,
.apartment-images-blk .apartment-images:last-child {
    padding-left: 16%
}

.apartment-images-blk .apartment-images:nth-child(even) {
    margin-top: -120px;
    z-index: 9;
    position: relative
}

.apartment-images-blk .apartment-images:last-child {
    margin-top: -50px;
    z-index: 11;
    position: relative;
}



.image-carousel-heading {
    display: block;
    overflow: hidden;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    padding: 7% 0 10%
}

.image-carousel .slick-initialized .slick-slide {
    display: flex;
    justify-content: center
}

.image-carousel .prev-arrow,
.image-carousel .next-arrow,
.stay-stars .prev-arrow,
.stay-stars .next-arrow,
.testimonial .prev-arrow,
.testimonial .next-arrow {
    background-color: transparent;
    width: 70px;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9
}

.image-carousel .prev-arrow,
.stay-stars .prev-arrow,
.testimonial .prev-arrow {
    transform: rotate(180deg);
    left: 0
}

.image-carousel-blk {
    margin-top: -10%
}

.image-carousel {
    position: relative;
    content-visibility: unset !important;
    padding-bottom: 10%;
}
.image-carousel:before {
    content: "";
    background-image: url(../images/bg-dark-pattern.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background-size: cover
}

.add-image-carousel.slick-slide a {
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
    padding: 10px 0 0 0
}

.add-image-carousel.slick-slide a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -10px !important;
    z-index: 10;
    -webkit-transform: translate3d(-5px, 20px, 0) scale(.9);
    transform: translate3d(-5px, 20px, 0) scale(.9);
    -webkit-transition: 1s cubic-bezier(.35, .15, 0, .99);
    -o-transition: 1s cubic-bezier(.35, .15, 0, .99);
    transition: 1s cubic-bezier(.35, .15, 0, .99);
    -webkit-transform-origin: 83% 50%;
    -ms-transform-origin: 83% 50%;
    transform-origin: 83% 50%;
    background-repeat: repeat;
    right: -10px !important;
    background-color: #A37D2D
}

.add-image-carousel.slick-slide img {
    z-index: 99;
    position: relative
}

.add-image-carousel.slick-slide.slick-current.slick-active a:before {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: 1s .4s cubic-bezier(.36, .12, 0, .99);
    -o-transition: 1s .4s cubic-bezier(.36, .12, 0, .99);
    transition: 1s .4s cubic-bezier(.36, .12, 0, .99)
}

.authoring-conversations .c-feature-ticker__wrap p a,
.featured-post .slick-list .camera_caption p a,
.revenue-focused p a,
.connector-info p a,
.section-analist .analytics-info p a {
    color: var(--global--paragraph-color);
    cursor: auto;
    text-decoration: none
}

.authoring-conversations .c-feature-ticker__wrap span {
    font-size: var(--global--font-size-base);
    color: #d412ff;
    line-height: 30px;
    display: inline-block;
    opacity: .3
}

.authoring-conversations .c-feature-ticker__wrap h3 {
    font-size: 20px;
    padding: 0;
    line-height: 1.8;
    color: #A37D2D;
    opacity: .3;
    cursor: pointer;
    font-family: 'Raleway', sans-serif
}

.authoring-conversations .c-feature-ticker__wrap p,
.connector-info p {
    color: var(--global--paragraph-color);
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Raleway', sans-serif
}

.authoring-conversations .c-feature-ticker__wrap p {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    font-weight: 400;
    padding: 0;
    opacity: .3
}

.sticky-text-slider {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    max-width: 550px
}

.authoring-conversations .accordion-info 
 {
    max-width: 84%;
}
.authoring-conversations a.qodef-button.qodef-layout--minimal {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.custom-link-animation {
    opacity: .3
}

.about-digg .position-relative>img,
.authoring-conversations .c-feature-ticker__text-wrap,
.product-post-info .listening-content,
.single-podcast .listening .listening-content {
    max-width: 100%
}

.authoring-conversations .c-feature-ticker__list.js-feature-ticker-list {
    counter-reset: section;
    margin-top: 0
}

.authoring-conversations .c-feature-ticker__item--active .c-feature-ticker__item-content,
.page-template-template-pricing .resource-page-banner .connector-banner-info {
    margin-top: 0
}

.authoring-conversations .c-feature-ticker__item--active .custom-link-animation,
.authoring-conversations .c-feature-ticker__item--active h3,
.authoring-conversations .c-feature-ticker__item--active p,
.authoring-conversations .c-feature-ticker__item--active span,
.newsroom-post .slick-arrow:hover,
.overview-info .overview-box:hover .overview-middle,
.page-template-template-connector .navigation-list a:hover,
.scroll-section .image.active {
    opacity: 1
}

.authoring-conversations .c-feature-ticker__item:before {
    background-image: linear-gradient(180deg, #A37D2D -.57%, #BF9E5E -.56%, #513700 99.99%);
    bottom: -5px;
    /* box-shadow: 0 0 20px #A37D2D; */
    border-radius: 30px;
    height: 5px
}

.authoring-conversations .c-feature-ticker--dark .c-feature-ticker__item {
    border-bottom: 5px solid #A37D2D66;
    border-top: none;
    padding: 18px 0
}

.challanges-faced .form-group,
.animation-accordion .c-feature-ticker--dark,
.hfields,
.page-template-template-about-us .overview-info,
.resource-tab>.row {
    margin: 0
}

.animation-accordion .c-feature-ticker__image-wrap img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    max-width: 867px
}

.animation-accordion .c-feature-ticker__text-wrap {
    grid-column: 1/span 6
}

.animation-accordion .c-feature-ticker__image-wrap {
    grid-column: 7/span 8
}

.newsroom-post.slider.slick-initialized.slick-slider,
.animation-accordion .c-feature-ticker__image-wrap {
    z-index: 99
}

.stay-stars {
    padding-top: 8%
}

.stay-stars .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.star-heading h2 {
    margin-bottom: 20px;
    letter-spacing: -2px
}

.stay-stars .stay-stars-slider {
    position: relative;
    z-index: 99;
    padding: 0 0;
    width: 100%
}

.stay-stars .star-image-carousel.slick-slide {
    width: 460px;
    height: 472px !important;
    transition: transform .5s ease;
    position: relative
}

.stay-stars .stay-stars-slider .slick-list {
    max-width: 90%;
    margin: 0 auto
}

.stay-stars .star-image-carousel.slick-slide.slick-center+.slick-slide {
    transform: scale(.8) translate(-120px);
    z-index: 10
}

.stay-stars .star-image-carousel.slick-slide.slick-center+.slick-slide+.star-image-carousel.slick-slide {
    z-index: 5
}

.stay-stars .star-image-carousel.slick-slide {
    transform: scale(.8) translate(120px);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    border-radius: 20px
}

.stay-stars .star-image-carousel.slick-slide.slick-center {
    transform: scale(1);
    z-index: 30;
    filter: none
}

.star-heading {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 70px
}

.item.star-image-carousel.slick-slide span {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    color: #080808 !important;
    z-index: 999999;
    text-align: center;
    font-size: var(--global--font-size-base)
}

.star-heading p {
    color: #080808;
    max-width: 1180px;
    margin: 0 auto
}

.stay-stars .slick-list .slick-track {
    padding-bottom: 60px
}

.testimonial .star-heading {
    margin: 0 auto 20px
}
.testimonial-slider .slick-list .work_step_content h2 {
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
}
.testimonial-slider .slick-list .work_step_content p.carousel-desc {
    margin-bottom: 85px;
    display: block;
    overflow: hidden;
}
.testimonial-slider .slick-list {
    max-width: 980px;
    margin: 0 auto;
    text-align: center
}

.testimonial-slider .work_step_content p {
    color: #080808;
    margin-bottom: 0
}

.quote-image {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px
}

.item.testimonial_user_image {
    display: flex;
    justify-content: center;
    margin: 50px 0 20px
}

.testimonial {
    display: block;
    overflow: hidden;
    padding-top: 8%;
    background-size: cover;
}

.work_step_content .designation {
    text-transform: uppercase;
    letter-spacing: 5px
}

.testimonial .prev-arrow,
.testimonial .next-arrow {
    top: 20%
}

.testimonial-slider h5 {
    color: #A37D2D;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.bookstay-link {
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center
}

.book-stay.space-tb {
    padding: 7% 0;
    background-size: 100% auto
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 42vh;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    background-size: 3px 3px;
    z-index: 0
}

.book-stay {
    display: block;
    overflow: hidden;
    position: relative;
    position: relative;
    overflow: hidden
}

.bookstay-link a span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: var(--global--font-size-lg);
    font-family: 'Raleway', sans-serif;
    z-index: -1
}

.bookstay-link a {
    position: relative;
    max-width: 310px
}

.book-stay iframe.desk {
    height: 390px
}

.footer-form .custom-button,
.rent-form .custom-button,
.ct-form .custom-button {
    background-image: linear-gradient(217.73deg, #A37D2D 22.09%, #FFCA5A 37.14%, #513700 53.14%, #FFCA5A 67.89%, #A37D2D 82.32%);
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    height: 55px;
    letter-spacing: 1px;
    padding: 2px;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 160px;
    z-index: 2;
    font-size: 18px;
    line-height: 27px;
    background-size: 200% 200%;
    background-position: 0% 0%;
    transition: background-position 0.5s ease
}

.footer-form .custom-button1,
.rent-form .custom-button1,
.ct-form .custom-button1 {
    border-radius: 10px;
    background-color: #030303 !important;
    border: none;
    color: #fff !important;
    font-size: var(--global--font-size-body);
    padding: 0;
    cursor: pointer;
    margin: 0;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    background: rgba(217, 217, 217, .2);
    font-weight: 300
}

.footer-form .custom-button:hover,
.rent-form .custom-button:hover,
.ct-form .custom-button:hover {
    background-position: 100% 100%;
    animation: none;
    border-color: #fff
}

.footer-form .wpcf7-spinner,
.ct-form .wpcf7-spinner {
    margin: 10px 24px 0
}

.ct-form .custom-button {
    height: 50px
}

.ct-form .custom-button1 {
    padding: 8px 10px
}

section.page-banner {
    display: block;
    overflow: hidden;
    position: relative
}

.page-banner .container {
    padding: 0 10px
}

.page-title {
    position: absolute;
    bottom: 60px
}

.page-title h1 {
    margin: .67em 0 0
}

.rotate-icon {
    transform: rotate(90deg);
    max-width: 70px;
    z-index: 99;
    position: relative;
    padding: 25px 0;
    left: -25px
}

.stay-stars svg,
.testimonial svg,
.blog-posts-list svg {
    padding: 0 1px
}

.luxary-living li:nth-child(even) {
    flex: 65%
}

.luxary-living li:nth-child(odd) {
    flex: 35%
}

.luxary-living ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center
}

.luxary-living li {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    text-align: center;
    padding: 20px 0
}

.luxary-living-info li label {
    font-size: var(--global--font-size-base);
    color: rgba(255, 255, 255, .6);
    font-family: 'Raleway', sans-serif
}

.luxary-living-info li span {
    font-size: var(--heading--font-size-h2);
    color: #A37D2D;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: -2px
}

.luxary-list {
    border: 1px solid #A37D2D;
    border-radius: 10px;
    padding: 55px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    vertical-align: middle
}

.feature-list a {
    border: 1px solid #A37D2D;
    display: flex;
    overflow: hidden;
    text-align: center;
    padding: 37px 0;
    justify-content: center;
    border-radius: 10px;
    pointer-events: none
}

.feature-list.slick-slide {
    margin: 0 7px
}

.features-blk .slick-list {
    margin: 0 -7px
}

.feature-list a .imgblk {
    width: 100%;
    text-align: center;
    min-height: 80px;
    display: flex;
    height: auto;
    align-items: center
}

.feature-list a .imgblk img {
    margin: 0 auto
}

.feature-list a p {
    margin-bottom: 0;
    line-height: 24px
}

.features-blk {
    position: relative
}

.features-blk:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 220px;
    height: 100%;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    z-index: 9
}

.features-blk:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 220px;
    height: 100%;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    left: auto;
    z-index: 999;
    transform: rotate(180deg)
}

.feature-content-heading p {
    margin-bottom: 20px
}

.feature-content-heading h4 {
    padding: 10px 0
}

.feature-content-heading .slick-list {
    max-width: 710px;
    margin: 0 auto;
    text-align: center
}

.feature-content-heading.slick-initialized.slick-slider {
    margin-top: 20%
}

.feature-content-heading.slick-initialized.slick-slider h2 {
    margin-bottom: 5%
}

.feature-content-heading .slide-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.feature-content-heading .prev-arrow {
    transform: rotate(180deg)
}

.feature-content-heading .next-arrow {
    right: 0;
    left: auto
}

.table-data table tr th,
.table-data table tr td {
    width: 33%;
    text-align: center
}

.table-data td,
.table-data th {
    border: 1px solid rgba(163, 125, 45, .5);
    width: 33%;
    text-align: center;
    border-left: 0;
    border-top: 0
}

.table-data .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent
}

.table-data .table-striped>tbody>tr:nth-of-type(odd) td,
.table-data .table-striped>tbody>tr th {
    background-color: transparent
}

.table-data tr th {
    font-size: var(--global--font-size-lg);
    line-height: 56PX;
    color: #A37D2D
}

.table-data.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent
}

.table-data .table-striped>tbody>tr:nth-of-type(odd) td {
    background-color: rgba(163, 125, 45, .5)
}

.table-data table tr th {
    padding: 20px 0;
    font-family: cinzel;
    font-weight: 400
}

.table-data {
    border: 1px solid rgba(163, 125, 45, .5);
    border-right: 0
}

.table-data .table {
    margin-bottom: 0 !important
}

.table-data table tr td {
    background: transparent;
    border: none;
    border-right: 1px solid rgba(163, 125, 45, .5);
    font-size: var(--global--font-size-base);
    line-height: 56px;
    font-weight: 400;
    font-family: Raleway;
    opacity: 40%
}

.specification-table {
    display: block;
    overflow: hidden;
    text-align: center;
    max-width: 1075px;
    margin: 0 auto
}

.specification-table p {
    max-width: 484px;
    margin: 10px auto 50px
}

.location-raga.space-tb {
    padding-top: 5%
}

.nav .nav-item button.active {
    background-color: transparent;
    position: relative
}

.map {
    filter: grayscale(100%) invert(100%) contrast(100%)
}

.location-heading {
    text-align: center
}

.location-heading p {
    max-width: 520px;
    margin: 10px auto 0
}

.vertical-tab {
    margin-top: 70px
}

.location-raga .tab-pane .accordion-button.collapsed:before {
    content: none
}

.location-raga .nav .nav-item button.active::before,
.location-raga .tab-pane .accordion-button:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 8px;
    background-size: auto;
    transform: translateY(-50%);
    background-position: left center
}

.location-raga .nav li {
    width: 100%;
    position: relative;
    background: #080808;
    margin-bottom: 5px
}

.location-raga .nav {
    width: 28%;
    border: none
}

.location-raga .tab-content {
    width: 72%
}

.location-raga .nav .nav-item button span,
.location-raga .tab-pane .accordion-button span {
    display: block;
    font-size: var(--global--font-size-base);
    color: rgba(255, 255, 255, .6);
    font-family: 'Raleway', sans-serif;
    text-transform: lowercase
}

.location-raga .nav .nav-link,
.location-raga .tab-pane .accordion-button {
    font-size: var(--global--font-size-md);
    color: #A37D2D;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 0 14px 22px;
    width: 100%;
    font-family: 'Cinzel', serif;
    border: none;
    background-color: transparent;
    display: block
}

.location-raga .accordion-item {
    background-color: transparent;
    border: none
}

.location-raga .accordion-body {
    padding: 0 0 0 20px
}

.faq .accordion-collapse {
    border: 0
}

.faq.space-tb {
    padding: 8% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq .accordion-button {
    padding: 0;
    font-weight: 700;
    border: 0;
    font-size: 18px;
    color: #333;
    text-align: left
}

.faq .accordion-button:focus {
    box-shadow: none;
    border: none
}

.faq .accordion-button {
    background: none;
    color: #fff;
    font-size: var(--global--font-size-sm);
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    position: relative;
    padding: 27px 0 30px 40px
}

.faq .accordion .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #ffffff2e
}
.faq  .accordion-button:not(.collapsed) { 
    box-shadow: none;
}
.faq .accordion-body {
    padding: 0 0 15px 40px;
    background-color: transparent
}

.faq .accordion .accordion-item:first-child button:before {
    top: -20px;
    transform: none
}

.faq .accordion .accordion-item:first-child button:not(.collapsed):before {
    top: -25px
}

.faq .accordion-button::before {
    width: auto;
    height: auto;
    content: "+";
    font-size: 60px;
    background-image: none;
    font-weight: 100;
    color: #1b6ce5;
    transform: translateY(-4px);
    color: #A37D2D;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.faq .accordion-button:not(.collapsed)::before {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 60px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
    color: #A37D2D;
    position: absolute;
    left: 0;
    top: 0
}

.faq .accordion-button:not(.collapsed)::after,
.accordion-button::after {
    content: none
}

.faq .accordion .accordion-item:first-child button {
    padding-top: 0
}

.faq .accordion-body p {
    color: #999;
    margin-top: 0
}

.section-banner {
    overflow: hidden;
    position: relative
}

.tag-list li:nth-child(-n+6) {
    display: none
}

.blog-page,
.archive-page {
    background-image: url(../images/pattern_1.jpg)
}

.sidebar ul li {
    color: #080808;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    font-size: var(--global--font-size-body);
    font-family: 'Raleway', sans-serif
}

.sidebar ul {
    list-style: none
}

.sidebar h4 {
    margin-bottom: 20px
}

.blog-post-info label {
    background-color: #000;
    display: inline-block;
    font-size: var(--global--font-size-base);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #A37D2D;
    text-transform: uppercase;
    padding: 6px 52px;
    word-spacing: 3px
}

.sidebar .search-form label .search-field {
    padding: 7px 40px 7px 0;
    color: #A37D2D
}

.blog-post-info h2 {
    color: #080808;
    display: block;
    overflow: hidden;
    margin-top: 30px
}

.blog-post-info span {
    color: #A37D2D;
    text-transform: uppercase;
    font-size: var(--global--font-size-base);
    font-family: 'Raleway', sans-serif;
    font-weight: 400
}

body .blog-page P,
.archive-page p {
    color: #080808;
    margin-bottom: 25px;
    margin-top: 20px
}

.blog-post-info a {
    display: inline-block;
    overflow: hidden
}

.blog-post-info {
    margin-bottom: 10%
}

.blog-post-info a img {
    margin-bottom: 20px
}

.pg-nav {
    float: right
}

ul.pagination {
    margin-bottom: 0
}

nav.pg-nav {
    display: flex;
    float: none;
    justify-content: center
}

.pag-disable {
    z-index: 2;
    color: #381be7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.pag-dis {
    display: none !important
}

nav.pg-nav li a.page-link {
    color: #080808;
    background-color: transparent !important;
    border: none;
    font-size: var(--global--font-size-xs);
    font-family: 'Raleway', sans-serif;
    font-weight: 600
}

span.page-item .pre {
    transform: rotate(180deg)
}

.page-link.pag-disable {
    display: none
}

nav.pg-nav .page-item.active .page-link {
    color: #A37D2D
}

span.page-item {
    padding-left: 20px
}

.page-item .page-link:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.KW_progressContainer {
    left: 0;
    width: 100%;
    height: .4em;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    overflow: hidden;
    background-color: #8f73394a;
    content: "";
    display: table;
    table-layout: fixed
}

.KW_progressBar {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background: linear-gradient(90deg, rgba(81, 55, 0, 1) 0%, rgba(163, 125, 45, 1) 35%, rgba(255, 202, 90, 1) 100%)
}

.single #qodef-page-outer {
    position: relative;
    padding-top: 110px
}

.single .mtop-100 {
    position: relative;
    padding-top: 130px;
    background-image: url(../images/pattern.jpg);
    padding-bottom: 10%;
    display: block;
    overflow: hidden
}

.single #sticky-sidebar.fixed.top-spacing {
    padding-top: 100px
}

.single ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
    margin-bottom: 20px
}

.single ul li {
    font-size: var(--global--font-size-body);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.9
}

.search-form {
    position: relative
}

.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    z-index: 9;
    color: transparent
}

.search-form .search-submit:hover {
    background-color: transparent;
    color: transparent
}

.search-form label:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 3px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px
}

.single .entry-content p {
    color: #080808
}

.single .navigation-list {
    display: block;
    overflow: hidden
}

.single .navigation-list a.navigation__link {
    font-size: 16px;
    background-color: #080808;
    padding: 7px 15px 7px 30px;
    display: block;
    color: #A37D2D;
    line-height: 20px;
    margin: 0 0 5px 0;
    position: relative;
    text-indent: 0
}

.single .navigation-list a.navigation__link:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #A37D2D;
    left: 0;
    top: 0
}

.single #sticky-sidebar h4 {
    padding-bottom: 20px
}

.single .blog-box h4 {
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-size: var(--global--font-size-xs)
}

.single-blog .entry-meta {
    font-size: var(--global--font-size-base);
    line-height: 33px;
    color: #A37D2D;
    font-weight: 400
}

.single-blog .entry-meta .updated-date {
    margin-left: 4px;
    display: inline
}

#sticky-sidebar {
    max-width: 238px;
    width: 100%
}

.single .col-md-3.position-relative {
    width: 20%
}

.single .col-md-9.single-blog {
    padding-left: 22px;
    width: 80%
}

.single .featured-image {
    padding-bottom: 5px;
    position: relative
}

.single #sticky-sidebar.fixed {
    width: 100%;
    position: fixed;
    top: 5%
}

.single h1.entry-title {
    color: #080808;
    padding-bottom: 10px;
    margin-bottom: 0
}

.single span.posted-on {
    color: #A37D2D;
    line-height: 33px
}

.entry-header {
    display: block;
    margin-bottom: 20px
}

.single .blog-box h5,
.author-div h5 {
    line-height: 33px;
    font-weight: 600;
    padding: 20px 0 10px 0;
    font-family: 'Raleway', sans-serif
}

.single .blog-box .info {
    padding: 20px 30px 20px 30px;
    background-color: #080808;
    margin-bottom: 10px
}

.author-box {
    background-color: #080808;
    margin-bottom: 10px;
    padding: 25px 20px
}

.author-content h3 {
    font-size: var(--global--font-size-xs);
    line-height: 33px;
    font-weight: 600
}

.author-content p {
    margin: 0;
    color: rgba(255, 255, 255, .6)
}

.single .blog-box .info ul {
    margin: 0;
    padding: 0
}

.single .blog-box .info ul li {
    font-size: 14px;
    line-height: 33px;
    color: #A37D2D;
    list-style-type: circle;
    font-family: 'Raleway', sans-serif
}

.single .blog-box h5.table-content {
    font-size: 20px
}

.single .blog-box .row {
    padding: 30px 0
}

.single .blog-tags a {
    font-size: 16px;
    line-height: 33px;
    font-weight: 600;
    color: #A37D2D;
    background-color: #080808;
    padding: 9px 33px;
    letter-spacing: 7.68px;
    margin: 0 30px 0 0;
    display: inline-block;
    overflow: hidden
}

.single .blog-tags {
    padding: 29px 0 48px 0;
    display: flex;
    justify-content: space-between
}

.single .author-box {
    display: flex
}

.single .author-img {
    width: 100%;
    max-width: 100px;
    margin-right: 20px
}

.author-content {
    width: 100%
}

.single .author-img img {
    width: auto;
    height: auto;
    border-radius: 10px
}

.single .featured-image span {
    font-size: 18px;
    line-height: 33px;
    color: #A37D2D;
    font-weight: 700
}

.single .featured-image img {
    width: 100%;
    height: auto
}

.single .featured-image span {
    font-size: var(--global--font-size-base);
    line-height: 33px;
    color: #A37D2D;
    position: absolute;
    right: -17px;
    top: 40px;
    padding: 4px 30px 12px;
    letter-spacing: 5px;
    background-image: url(../images/bg-date.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.single .blog-tags .the_champ_sharing_ul a {
    border: 2px solid #A37D2D !important;
    padding: 8px !important;
    border-radius: 30px;
    margin-right: 15px
}

.single .blog-box h5.size-eighteen {
    font-size: var(--global--font-size-base)
}

.single .blog-box h5.size-sixteen {
    font-size: var(--global--font-size-body)
}

.single .blog-box h5.size-sixteen-weight-500 {
    font-size: var(--global--font-size-body);
    font-weight: 500
}

.recent-post {
    padding-top: 10%;
    display: block;
    overflow: hidden
}

.camera_caption p {
    color: #080808;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.camera_caption h3 {
    display: block;
    overflow: hidden;
    margin: 40px 0 10px;
    min-height: 70px
}

.recent-post h2 {
    text-align: center;
    margin-bottom: 5%
}

.recent-post .img-blk {
    height: 320px;
    display: block;
    overflow: hidden
}

.recent-post .img-blk img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.section-banner-contact {
    display: block;
    overflow: hidden;
    height: 100vh
}

.ct-form {
    padding-bottom: 8%;
    display: block;
    position: relative;
    background-color: #080808
}

.request-form form.wpcf7-form {
    max-width: 900px;
    margin: 0 auto
}

.request-form form.wpcf7-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 2% 8%
}

.request-form h2 {
    text-align: center;
    margin-bottom: 30px
}

.ct-form .request-form h1 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: var(--global--font-size-xl)
}

.page-template-contact-us .form-submit-btn.custom-button {
    margin-bottom: 0
}

.page-template-contact-us .request-form span.wpcf7-form-control-wrap.recaptcha {
    padding-bottom: 15px
}

.request-form form.wpcf7-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 7%;
    background-color: #080808;
    margin-top: -400px;
    display: block;
    overflow: hidden;
    z-index: 9;
    position: relative
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: #fff;
    padding: 0
}

.wpcf7-not-valid-tip {
    display: none
}

.wpcf7-not-valid-tip:last-child {
    display: block
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    text-align: center;
    border: 0
}

.page-template-contact-us .map {
    height: 100vh;
    filter: none
}

.page-template-contact-us .map .gm-style>div>div>div:last-child {
    filter: grayscale(100%) invert(100%) contrast(100%) !important
}

.animation-is-typing,
.home-skew,
section.get-demo-page-1 {
    position: relative
}

.ct-form h2,
.form-btn-align {
    text-align: center
}

.home-feature-card-shine {
    width: 650px;
    height: 650px;
    background-color: var(--mktg-accent-primary);
    filter: blur(180px);
    border-radius: 300px;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.16, 1, .3, 1);
    mix-blend-mode: soft-light;
    will-change: transform
}

.build-in-fade,
.build-in-slideY,
.build-out-fade {
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1)
}

.home-skew:hover .feature-card-mktg .home-feature-card-shine {
    opacity: .85
}

.home-skew {
    z-index: 1;
    display: block;
    margin: 10px 0
}

.home-skew .feature-card-mktg {
    z-index: 9
}

.home-skew img {
    z-index: 999
}

.home-campaign-productivity {
    --mktg-accent-primary: #000;
    --mktg-accent-secondary: #000
}

.build-in-fade {
    opacity: 0
}

.build-in-fade.build-in-animate,
.build-out-fade {
    opacity: 1
}

.build-out-fade.build-in-animate {
    opacity: 0
}

.build-in-slideY {
    opacity: 0;
    transform: translateY(15px)
}

.build-in-scale-down,
.build-in-scale-right,
.build-in-scale-up,
.build-in-slideX-left,
.build-in-slideX-right {
    transition: opacity .99s cubic-bezier(.99, 1, .3, 1), transform .99s cubic-bezier(.99, 1, .3, 1);
    opacity: 0
}

.build-in-scale-down.build-in-animate,
.build-in-scale-left.build-in-animate,
.build-in-scale-right.build-in-animate,
.build-in-slideY.build-in-animate {
    opacity: 1;
    transform: translateY(0)
}

.build-in-slideX-left {
    transform: translateX(-15px)
}

.build-in-slideX-left.build-in-animate,
.build-in-slideX-right.build-in-animate {
    opacity: 1;
    transform: translateX(0)
}

.build-in-slideX-right {
    transform: translateX(15px)
}

.build-in-scale-up {
    transform: scale(.96) translateY(24px)
}

.build-in-scale-up.build-in-animate {
    opacity: 1;
    transform: scale(1) translateY(0)
}

.build-in-scale-down {
    transform: translateY(-50px) scale(0)
}

.build-in-scale-right {
    transform: scale(.9) translateX(-20px)
}

.build-in-scale-left {
    opacity: 0;
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1);
    transform: scale(.9) translateX(20px)
}

.build-in-scale-fade {
    opacity: 0;
    transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
    transform: scale(.96)
}

.build-in-scale-fade.build-in-animate {
    opacity: 1;
    transform: scale(1)
}

.build-in-reduced,
.build-in-reduced * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes float-translate {
    50% {
        transform: translateY(-7px)
    }
}

@keyframes float {

    0%,
    100% {
        transform: rotate(10deg) translateY(0)
    }

    50% {
        transform: rotate(5deg) translateY(-10px)
    }
}

.animation-is-typing::before {
    position: absolute;
    top: 0;
    right: -.8em;
    bottom: 0;
    display: block;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1em;
    line-height: 1em;
    content: "â–Š"
}

.build-in-animate .animation-is-typing::before {
    animation: .75s infinite BlinkingCursor
}

@keyframes BlinkingCursor {

    0%,
    45% {
        opacity: 1
    }

    100%,
    55% {
        opacity: 0
    }
}

.home-campaign-git-line {
    width: 2px
}

.ct-form-1 h2 span {
    display: block
}

.tag-list.mbtm-6 ul li {
    min-width: 30%;
    max-width: 100%;
    margin: 0;
    font-size: var(--global--font-size-body);
    line-height: 33px;
    color: #A37D2D;
    font-weight: 600;
    font-family: Raleway;
    letter-spacing: .35em
}

.tag-list.mbtm-6 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.tag-list.mbtm-6 ul li:first-child,
.tag-list.mbtm-6 ul li:last-child {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.tag-list.mbtm-6 ul li a {
    padding: 0 20px;
    text-decoration: none;
    background-color: #000;
    display: inline-block
}

.page-template-raga-difference .location-heading {
    text-align: left
}

.page-template-raga-difference .location-heading p {
    width: 100%;
    max-width: 100%;
    text-align: left
}

.page-template-raga-difference .location-raga .accordion-body h3 {
    line-height: 56px;
    margin-bottom: 10px
}

.page-template-about .section-analist .rounded-3 {
    border-radius: 0 !important;
    border: none !important
}

.page-template-raga-difference .location-raga.space-tb {
    padding-top: 8%
}

.page-template-contact-us header#qodef-page-header {
    background-color: #000
}

.footer-design .social .social-list .qodef-social-icons-group a:hover {
    text-decoration: none
}

.page-template-raga-difference .location-raga .nav .nav-link,
.page-template-raga-difference .location-raga .tab-pane .accordion-button {
    font-size: var(--global--font-size-md);
    color: #A37D2D;
    text-align: left;
    text-transform: uppercase;
    padding: 9px 0 9px 22px;
    width: 100%;
    font-family: 'Cinzel', serif;
    border: none;
    background-color: transparent;
    display: block;
    line-height: 56px
}

.page-template-property .modal-dialog video {
    width: 100%
}

.page-template-property .modal-dialog button.btn-close {
    color: #fff;
    position: absolute;
    z-index: 9999;
    border: 2px solid #a37d2d;
    top: 0;
    width: 1.8rem;
    height: 1rem;
    font-size: 18px;
    top: 60px;
    padding: 0 2px 15px;
    margin: 0;
    left: 0
}

.page-template-raga-difference .location-raga .accordion-body p img {
    margin-bottom: 20px
}

.page-template-raga-difference .location-raga .accordion-body p {
    margin-bottom: 0
}

.container {
    padding-right: 0;
    padding-left: 0
}

@media(min-width:768px) {
    .home-campaign-git-line {
        width: 3px
    }

    .home-campaign-productivity .col-md-8 {
        width: 64%
    }

    .home-campaign-productivity .col-md-4 {
        width: 36%
    }
}

.build-in-scale-top {
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
    transform: scaleY(0);
    transform-origin: 0 0;
    box-shadow: 0 0 20px #ffffff24;
    background: linear-gradient(#A37D2D, #FFCA5A, #513700);
    height: 245px
}

.build-in-scale-top.build-in-animate {
    transform: scaleY(1)
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0
}

.analytics-style h3,
.analytics-style .h5 {
    display: block;
    overflow: hidden
}

.analytics-style h3 {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    padding-bottom: 50px;
    line-height: 46px;
    font-family: 'Raleway', sans-serif;
    text-transform: none
}

.section-analist .home-campaign-glowing-icon {
    max-width: 62px
}

.analytics-style .h5 {
    font-weight: 400;
    color: #A37D2D;
    padding: 15px 0 5px;
    letter-spacing: 2.6px;
    font-family: 'Raleway', sans-serif
}

.page-template-about .home-campaign-productivity:last-child .col-1 {
    display: none !important
}

.complete-project {
    padding-bottom: 10%
}

.cp-heading {
    text-align: center;
    display: block;
    overflow: hidden;
    margin-bottom: 7%
}

.case-raga-image {
    position: relative
}

.casa-small-image {
    text-align: right;
    margin-right: -11%;
    margin-top: -90%
}

.case-raga p {
    max-width: 453px;
    display: block;
    overflow: hidden
}

.case-raga span {
    color: #999;
    font-size: 20px;
    font-family: 'Raleway';
    padding: 5px 0 20px;
    display: block;
    overflow: hidden
}

.home-campaign-productivity .col-1 {
    width: 50px
}

.page-template-about .home-campaign-productivity .col-1 {
    width: 110px
}

.home-campaign-productivity .col-md-1 img {
    max-width: 50px
}

.analytics-style {
    padding-left: 20px
}

.wpcf7-form-control-wrap {
    display: block;
    overflow: hidden
}

form .wpcf7-form-control-wrap input.form-control:focus {
    border-color: rgba(163, 125, 45, .8);
    box-shadow: none
}

form .wpcf7-form-control-wrap input.form-control {
    border-color: rgba(163, 125, 45, .4);
    color: rgba(255, 255, 255, .6);
    background-color: transparent !important;
    letter-spacing: 2px
}

.contact-detail .info {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.contact-detail .info span {
    color: #A37D2D;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: var(--global--font-size-lg);
    font-family: 'Cinzel'
}

.contact-detail .info p,
.contact-detail .info a {
    padding-left: 30px;
    color: rgba(255, 255, 255, .6);
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 5px 30px
}

.footer-form .wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: 0;
    font-size: var(--global--font-size-body);
    color: #fff;
    border: 0
}

footer.footer-design {
    padding-top: 8%;
    background-color: #000
}

.contact-detail>p {
    color: #FFF9EF
}

.footer-menu ul {
    padding: 0;
    list-style: none
}

.contact-detail .info a {
    font-size: var(--global--font-size-body);
    line-height: 33px
}

.footer-menu ul li {
    padding-left: 0;
}

.footer-menu ul li a {
    font-size: var(--global--font-size-body);
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase
}

.footer-block h3 {
    margin-bottom: 23px
}

.social-list {
    text-align: center;
    display: block;
    overflow: hidden;
    margin-top: 40px
}

.footer-form input[type=submit] {
    padding: 5% 9%;
    border-radius: 5px;
    font-size: var(--global--font-size-body)
}

.copyright {
    border-top: 1px solid rgba(163, 125, 45, .4);
    display: block;
    overflow: hidden;
    margin-top: 30px;
    text-align: center
}

.copyright p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 15px 0;
    color: #FFF9EF;
}

#qodef-page-footer-bottom-area {
    background-color: #19130b
}

#qodef-page-inner {
    padding: 0 0 0 0
}

#qodef-top-area {
    background-color: #000;
    height: 34px
}

#qodef-page-spinner .qodef-m-inner {
    background-color: #1c0a09;
    color: rgba(194, 133, 98, .3)
}

.qodef-page-title {
    height: 700px;
    background-image: url(../images/blog-title-img-1.jpg)
}

.qodef-page-title .qodef-m-title {
    color: #fff
}

body:after {
    content: "base";
    display: none
}

.qodef-social-icons-group .qodef-icon-holder a .qodef-icon {
    color: #A37D2D
}

.qodef-button.qodef-html--link svg circle:nth-child(2),
.qodef-button.qodef-layout--minimal svg circle:nth-child(2) {
    -webkit-transform-origin: 71% 50%;
    -ms-transform-origin: 71% 50%;
    transform-origin: 71% 50%;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    -o-transition: all 1.5s cubic-bezier(.45, 0, .14, 1.03);
    transition: all 1.5s cubic-bezier(.45, 0, .14, 1.03)
}

.qodef-button.qodef-html--link:hover svg circle:nth-child(2) {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg);
    stroke-dashoffset: 0
}

.qodef-qi-numbered-slider .qodef-m-indicators>span.qodef-active .qodef-svg-circle circle {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: 1s cubic-bezier(.38, .67, .76, .66);
    -o-transition: 1s cubic-bezier(.38, .67, .76, .66);
    transition: 1s cubic-bezier(.38, .67, .76, .66)
}

.qodef-qi-numbered-slider .qodef-m-indicators>span .qodef-svg-circle circle {
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    stroke-width: 1;
    -webkit-transition: all .8s cubic-bezier(.45, 0, .14, 1.03);
    -o-transition: all .8s cubic-bezier(.45, 0, .14, 1.03);
    transition: all .8s cubic-bezier(.45, 0, .14, 1.03);
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.qodef-icon-holder.qodef-layout--circle:hover .qodef-svg-circle circle,
.qodef-icon-holder.qodef-layout--normal:hover .qodef-svg-circle circle {
    stroke-dashoffset: 10;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: 1s cubic-bezier(.38, .67, .76, .66);
    -o-transition: 1s cubic-bezier(.38, .67, .76, .66);
    transition: 1s cubic-bezier(.38, .67, .76, .66)
}

.qodef-icon-holder.qodef-layout--circle .qodef-svg-circle circle,
.qodef-icon-holder.qodef-layout--normal .qodef-svg-circle circle {
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    stroke-width: 1;
    -webkit-transition: all .8s cubic-bezier(.45, 0, .14, 1.03);
    -o-transition: all .8s cubic-bezier(.45, 0, .14, 1.03);
    transition: all .8s cubic-bezier(.45, 0, .14, 1.03);
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.page-template-property .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 1000
}

.page-template-property .tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 35px;
    transition: 0.3s;
    font-size: var(--global--font-size-xs);
    background: #1a1a1a;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 5px
}

.page-template-property .tab button.active {
    border: 1px solid #a37d2d;
    border-bottom: none
}

.page-template-property .tabcontent {
    display: none;
    padding: 0;
    border-top: none
}

.raga-diff .accordion-body h3 {
    margin-bottom: 10px
}

.raga-diff.location-raga.space-tb {
    padding-top: 10%
}

.page-title-heading {
    display: flex;
    align-items: center
}

.page-title-heading h1 {
    margin: 0
}

.page-title>p {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-size: var(--global--font-size-xs);
    display: block;
    overflow: hidden;
    width: 100%;
    color: #fff;
    letter-spacing: 6px
}

.page-title-heading button {
    border: none;
    background: transparent
}

.page-title .image_popup {
    margin-left: 30px;
    z-index: 9
}

.page-template-property .modal-content {
    background-color: transparent !important
}

.page-template-property .modal-dialog {
    max-width: 70%;
    margin: 0rem auto
}

.page-template-property .tab {
    overflow: hidden;
    border: none;
    background-color: #000;
    padding-top: 30px
}

.page-template-property .modal-header {
    border-bottom: none;
    position: fixed;
    top: -20px;
    z-index: 9999
}

.page-template-property .modal-body {
    padding: 0
}

.page-template-property div#VideoModal {
    padding-top: 100px
}

.page-template-property .modal-body img {
    margin-bottom: 30px;
    width: 100%
}

.single .the_champ_horizontal_sharing .the_champ_svg {
    width: 20px !important;
    height: 20px !important
}

.sticky-icon a:focus {
    outline: none
}

#map_canvas {
    height: 500px;
    width: 500px;
    margin: 0;
    padding: 0
}

.page-template-about .section-analist .feature-card-mktg.js-feature-card-mktg {
    width: 796px;
    height: 498px !important
}

.page-template-about .section-analist .feature-card-mktg.js-feature-card-mktg img {
    width: 100%;
    height: 100% !important
}

.page-banner img {
    width: 100%
}

.image-wrap {
    float: right;
    width: 40%;
    padding-top: 3%
}

.page .wpcf7 form .wpcf7-response-output {
    border: none
}

.rent-form {
    max-width: 500px;
    position: absolute;
    right: 20%;
    width: 100%;
    border: 1px solid #A37D2D;
    padding: 51px;
    border-radius: 50px;
    bottom: 30%
}

.rent-form h3 {
    margin-bottom: 30px
}

.page-template-template-landing-page .footer-design {
    padding-top: 0%
}

.features-list {
    display: block;
    overflow: hidden
}

.entry-content .margin {
    display: block;
    overflow: hidden
}

.the_champ_sharing_ul {
    display: flex
}

.blog-box h3 {
    font-weight: 600;
    padding: 20px 0 10px 0;
    font-family: 'Raleway', sans-serif
}

.single-blog .blog-box ol.number-listing {
    margin-left: 15px
}

.single-blog .blog-box ol.number-listing li {
    font-size: var(--global--font-size-xm);
    color: #A37D2D;
    font-weight: 500
}

.single-blog .blog-box ol.alpha-listing-upper {
    margin-left: 30px
}

.single-blog .blog-box ol.alpha-listing-upper li {
    font-size: var(--global--font-size-sm);
    list-style: upper-alpha;
    color: #A37D2D
}

.single-blog .blog-box ol.alpha-listing-lower {
    margin-left: 30px
}

.single-blog .blog-box ol.alpha-listing-lower li {
    list-style: lower-alpha;
    font-size: var(--global--font-size-base);
    font-weight: 500;
    color: #A37D2D
}

.single .blog-box ol p {
    margin-bottom: 40px
}

.single-blog .blog-box .Key-takeaways {
    background: #000;
    color: #A37D2D;
    padding: 20px;
    margin-bottom: 35px
}

.single-blog .blog-box .Key-takeaways ul {
    list-style-type: circle
}

.single-blog .blog-box .Key-takeaways ul li {
    font-size: 14px;
    line-height: 33px
}

.single-blog .blog-box .pro-tip {
    padding: 30px;
    background: #000;
    margin: 30px 0 35px
}

.single-blog .blog-box .pro-tip p {
    color: #a37d2d !important;
    margin-bottom: 0 !important;
    font-size: var(--global--font-size-base);
    line-height: 33px
}

.error404 .section-banner h1,
.error404 .section-banner p {
    text-align: center
}

.error404 .section-banner p {
    font-size: var(--global--font-size-body);
    margin-top: 10px
}

.error404 .section-banner p {
    letter-spacing: 1px
}

.error404 .section-banner .page-title {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0
}

.page-template-property .modal {
    overflow-x: unset;
    overflow-y: unset
}

.page-template-property .tabcontent {
    overflow-y: scroll;
    height: 90vh
}

.page-template-property .tabcontent::-webkit-scrollbar {
    width: 5px
}

.page-template-property .tabcontent::-webkit-scrollbar-track {
    background: #000
}

.page-template-property .tabcontent::-webkit-scrollbar-thumb {
    background: #A37D2D;
    width: 5px;
    border-radius: 20px
}

.page-template-template-homepage .banner-slider .text h2 {
    font-size: var(--global--font-size-xxl);
    color: #A37D2D
}

.page-template-template-homepage .experiance-info h1 {
    font-size: var(--global--font-size-xl);
    margin: 0 0 10px
}

.new-experiance.experiance .experiance-blk {
    text-align: center
}
.new-experiance .experiance-blk .blk-info {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 30px 20px;
    border-radius: 0;
    box-sizing: border-box;
    background: none;
    border: 0;
    /* box-shadow: inset 0 0 0 2px rgba(163, 125, 45, .2); */
    transition: color 0.25s;
    background-image: url(http://localhost/riwayatt/wp-content/uploads/2025/07/bg-box.webp);
    background-size: 100%;
}
/* 
.new-experiance .experiance-blk .blk-info:before,
.new-experiance .experiance-blk .blk-info:after {
    content: '';
    position: absolute;
    box-sizing: inherit;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-radius: 10px
}

.new-experiance .experiance-blk .blk-info:before {
    top: 0;
    left: 0
}

.new-experiance:hover .experiance-blk .blk-info:after {
    bottom: 0;
    right: 0;
    border-bottom-color: rgba(163, 125, 45, .7);
    border-left-color: rgba(163, 125, 45, .7);
    transition: width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s
}

.new-experiance:hover .experiance-blk .blk-info:before {
    color: #A37D2D;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    border-radius: 10px;
    border-top-color: rgba(163, 125, 45, .7);
    border-right-color: rgba(163, 125, 45, .7)
}

.new-experiance:hover .experiance-blk .blk-info:before,
.new-experiance:hover .experiance-blk .blk-info:after {
    width: 100%;
    height: 100%
} */

.new-experiance .experiance-blk .blk {
    padding: 10px
}

.stay-stars .star-image-carousel img {
    display: block !important;
    width: 100%
}

.single-post .blog-box h2 {
    font-size: var(--global--font-size-ms);
    line-height: 33px !important;
    font-weight: 500;
    font-family: 'Raleway';
    padding: 40px 0 10px
}

.single-post .blog-box h2:first-child {
    padding: 20px 0 10px
}

.single-post .blog-box h3 {
    font-size: var(--global--font-size-xm);
    line-height: 33px !important;
    font-weight: 500;
    font-family: 'Raleway';
    padding: 40px 0 10px
}

.single-post .blog-box h4 {
    font-size: var(--global--font-size-sm);
    line-height: 33px !important;
    font-weight: 500
}

.single-post .blog-box h5 {
    font-size: var(--global--font-size-base);
    line-height: 33px !important;
    font-weight: 500
}

.sidebar .insta-feeds .slicker-instagram-placeholder {
    width: 30% !important;
    height: 100px !important
}

.insta-feeds .fts-instagram-inline-block-centered {
    text-align: left;
    margin-bottom: 50px;
    margin-left: -5px
}

.insta-feeds h4 {
    margin-bottom: 15px
}

.location-raga iframe.map,
.book-stay iframe {
    width: 100%
}


.how_does_work {
    padding: 8% 0;
    position: relative;
    background-size: cover;
}
.how_does_work_content {
    display: block;
    overflow: hidden;
    text-align: center;
}
.hamper_bg_image_left {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    height: 100%;
    display: flex
;
}
.hamper_bg_image_right {
    position: absolute;
    right: 0;
    top: 0;
     bottom: 0;
    align-items: center;
    height: 100%;
    display: flex
}
.how_does_work_content p {
    max-width: 814px;
    margin: 30px auto 35px;
}
.how_does_work a.button.btn.site_default_btn {
    display: inline-block;
    overflow: hidden;
    background-image: url(http://localhost/riwayatt/wp-content/uploads/2025/07/btn-bg.png);
    color: #fff;
    padding: 19px 30px;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 500;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-detail {
    max-width: 309px;
}


@media (min-width:768px) {
    .apartment-plan .col-md-8 {
        width: 63%
    }

   .apartment-plan .col-md-4 {
    width: 37%;
}

    .animation-accordion .c-feature-ticker__wrap {
        gap: 0 8rem
    }

    body:after {
        content: "base xs sm md"
    }

    .about-menu {
        padding-left: 15%
    }

    .features-list .col-md-3,
    .faq .col-md-3 {
        width: 20%
    }

    .features-list .col-md-9,
    .faq .col-md-9 {
        width: 80%
    }

    .luxary-living .col-md-5 {
        max-width: 43%;
        width: 43%
    }

    .luxary-living .col-md-7 {
        width: 100%;
        max-width: 57%
    }

    .blog-page .col-md-8 {
        width: 71%
    }

    .blog-page .col-md-4 {
        width: 29%
    }
}

@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1
    }
}

@media screen and (min-width:1200px) {
    .animation-accordion .c-feature-ticker__image-wrap {
        height: auto;
        align-items: center;
        display: flex;
        justify-content: end
    }

    .qodef-qi-numbered-slider.qodef-cols--5 .qodef-m-content,
    .slideshow .item .text {
        max-width: 1140px
    }

    .qodef-qi-numbered-slider.qodef-cols--5 .qodef-e-item-inner {
        padding: 0 15px
    }

    .section-banner {
        height: 100vh
    }
}

@media screen and (min-width:1400px) {

    .qodef-qi-numbered-slider.qodef-cols--5 .qodef-m-content,
    .slideshow .item .text {
        max-width: 1320px
    }
}

@media screen and (min-width:2100px) {
    .home .animation-accordion .c-feature-ticker__image-wrap {
        height: 60vh
    }

    .book-stay iframe.desk {
        height: 530px
    }
}

@media screen and (min-width:3000px) {
    .home .animation-accordion .c-feature-ticker__image-wrap {
        height: 40vh
    }
}

@media screen and (max-width:1600px) {
    .authoring-conversations .c-feature-ticker--dark .c-feature-ticker__item {
        padding: 25px 0
    }

    .copyright p {
        font-size: 12px
    }

    .faq.space-tb {
        padding: 10% 0
    }

    .table-data tr th,
    .table-data table tr td {
        line-height: 40px
    }

    .banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-inner {
        left: -170px
    }

    .sticky-icon a {
        font-size: 18px
    }

    .container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem)
    }

    .book-stay iframe {
        display: block;
        max-width: 100%;
        height: 325px
    }

    .footer-form input[type=submit] {
        border-radius: 10px
    }

    .single-post .blog-box h3,
    .single-post .blog-box h2 {
        padding: 25px 0 10px
    }
}

@media screen and (max-width:1500px) {

    body,
    html {
        font-size: .85rem
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: normal !important
    }

    .experiance {
        padding: 10% 0
    }

    .banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-inner {
        left: -200px
    }

    .book-stay iframe {
        display: block;
        max-width: 100%;
        height: 335px
    }

    .bookstay-link a {
        max-width: 200px
    }

    .bookstay-link a span {
        font-size: 20px
    }

    .book-stay iframe.desk {
        height: 300px
    }

    .rent-form {
        right: 10%
    }

    .request-form form.wpcf7-form {
        max-width: 700px
    }

    .single .blog-box ol p {
        margin-bottom: 25px
    }
}

@media screen and (max-width:1400px) {

    body,
    html {
        font-size: .8rem
    }

    .c-feature-ticker__image--left {
        max-width: 90%;
        object-fit: contain
    }

    .authoring-conversations .c-feature-ticker--dark .c-feature-ticker__item {
        padding: 20px 0
    }

    .containers {
        margin-left: calc((100% - 1120px) / 2)
    }

    .stay-stars .star-image-carousel.slick-slide {
        width: 380px;
        height: 390px !important
    }

    .experiance-blk .blk .imgblk img {
        max-width: 35%
    }

    .experiance-blk .blk p {
        line-height: 22px
    }

    .image-carousel .slick-slide img {
        display: block;
        padding-right: 10px
    }

    .single #sticky-sidebar.fixed {
        width: 200px
    }

    .apartment-images-blk .apartment-images img,
    .animation-accordion .c-feature-ticker__image-wrap img {
        max-width: 100%
    }

    .contact-detail .info span {
        top: 10px
    }

    .banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-inner {
        left: -130px
    }

    .page-template-about .home-campaign-productivity .col-1 {
        width: 91px
    }

    .page-template-about .section-analist .feature-card-mktg.js-feature-card-mktg {
        width: 100%;
        height: 100% !important
    }

    .casa-small-image img,
    .casa-large-image img {
        width: 100%;
        max-width: 90%
    }

    .book-stay iframe {
        height: 285px
    }

    .sticky-icon {
        right: -160px
    }

    .sticky-icon a {
        transform: translate(0, 0)
    }

    .sticky-icon a:hover,
    .sticky-icon a:focus {
        color: #FFF;
        transform: translate(-150px, 0)
    }

    .image-carousel .prev-arrow,
    .image-carousel .next-arrow,
    .stay-stars .prev-arrow,
    .stay-stars .next-arrow,
    .testimonial .prev-arrow,
    .testimonial .next-arrow {
        right: -60px
    }

    .image-carousel .prev-arrow,
    .stay-stars .prev-arrow,
    .testimonial .prev-arrow {
        left: -70px
    }

    .page-title {
        bottom: 10px
    }

    form .wpcf7-form-control-wrap input.form-control {
        margin-bottom: 0
    }

    .footer-form .custom-button,
    .rent-form .custom-button,
    .ct-form .custom-button {
        height: 45px;
        max-width: 120px;
        margin-top: 20px
    }

    .rent-form h3 {
        margin-bottom: 10px
    }

    .rent-form {
        max-width: 420px;
        right: 10%;
        padding: 31px
    }

    .new-experiance .experiance-blk .blk .imgblk img {
        max-width: 50%
    }

    .new-experiance .experiance-blk .blk-info {
        padding: 18px
    }

    .new-experiance .experiance-blk .blk {
        padding: 8px
    }

    .experiance .experiance-info h1 {
        font-size: 34px
    }

    .request-form form.wpcf7-form {
        max-width: 600px;
        margin-top: -300px
    }

    .page-template-contact-us .request-form span.wpcf7-form-control-wrap.recaptcha {
        padding-top: 15px;
        padding-bottom: 0
    }
}

@media screen and (max-width:1300px) {
    .banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-inner {
        left: -150px
    }

    .book-stay iframe {
        height: 270px
    }
}

@media only screen and (max-width:1200px) {
    .containers {
        margin-left: calc((100% - 960px) / 2)
    }

    .animation-accordion .c-feature-ticker--dark,
    .newsroom-post p {
        margin-bottom: 0
    }

    .animation-accordion .c-feature-ticker__image-wrap {
        height: auto
    }

    .animation-accordion .c-feature-ticker__text-wrap {
        grid-column: 1/span 5
    }

    .animation-accordion .c-feature-ticker__image-wrap {
        grid-column: 6/span 12
    }

    .animation-accordion .c-feature-ticker__wrap {
        gap: 6rem
    }

    .apartment-plan .col-md-8 {
        width: 65%
    }

    .apartment-plan .col-md-4 {
        width: 35%
    }

    .experiance-blk ul li a {
        padding: 30px 10px
    }

    .single .mtop-100 {
        position: relative;
        margin: 50px 0 0 0
    }

    .author-content {
        margin-left: 20px
    }

    .analytics-info {
        padding-left: 15px
    }

    .rent-form {
        max-width: 420px;
        padding: 25px;
        border-radius: 20px
    }

    .rent-form .custom-button {
        margin-bottom: 0
    }

    .luxary-living-info li span {
        font-size: 30px
    }

    .tag-list.mbtm-6 ul li {
        line-height: 24px
    }

    .tag-list.mbtm-6 ul li a {
        padding: 5px 20px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-outer {
        margin-top: -70px
    }

    #qodef-page-inner {
        padding: 0 0 0 0
    }

    .qodef-page-title {
        height: 400px
    }

    .qodef-page-title .qodef-m-content {
        padding-top: 70px
    }

    .banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-inner {
        max-width: 100%
    }

    .banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-text-wrapper {
        display: block
    }

    #qodef-page-mobile-header {
        background-color: transparent
    }

    .single .blog-box .row {
        align-items: center
    }

    .image-carousel-heading {
        padding: 7% 0 7%
    }

    .image-carousel:before {
        height: 100%
    }

    .single #qodef-page-outer {
        padding-top: 0
    }

    .single #sticky-sidebar.fixed {
        width: 190px
    }

    nav ul li a:hover {
        text-decoration: none
    }

    .page-template-about .home-campaign-productivity .col-1 {
        width: 80px
    }

    .page-template-about .home-skew img {
        z-index: 999;
        width: 100%;
        height: 100%
    }

    .page-template-raga-difference .location-raga .nav .nav-link,
    .page-template-raga-difference .location-raga .tab-pane .accordion-button {
        line-height: 40px
    }

    .sticky-icon a {
        font-size: 14px
    }

    .experiance-blk .blk p {
        line-height: 26px;
        margin-top: 10px
    }

    .slick-slider .slide-arrow.next-arrow {
        right: -30px
    }

    .slick-slider .slide-arrow.prev-arrow {
        left: -30px
    }

    .faq .accordion-button {
        font-size: 18px;
        line-height: 26px
    }

    .page-template-property .tabcontent {
        overflow-y: scroll;
        height: 70vh
    }

    .experiance .experiance-info h1 {
        font-size: 28px
    }

    .new-experiance .experiance-blk .blk {
        padding: 5px
    }

    .slideshow .item .text {
        left: 40px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    .animation-accordion .c-feature-ticker__image-wrap {
        height: 120vh
    }
}

@media screen and (max-width:1500px) and (min-width:1400px) {
    .animation-accordion .c-feature-ticker__image-wrap {
        grid-column: 7/span 9
    }
}

@media only screen and (max-width:991px) {

    body,
    html {
        font-size: .7rem
    }

    body P,
    .contact-detail .info p,
    .contact-detail .info a,
    .footer-menu ul li a {
        font-size: 14px;
        line-height: 22px;
        font-family: 'Raleway', sans-serif
    }

    body #qodef-page-mobile-header {
        background-color: transparent
    }

    body #qodef-page-mobile-header-inner {
        padding: 15px
    }

    body .qodef-qi-numbered-slider .qodef-m-item {
        padding: 3%
    }

    .animation-accordion .c-feature-ticker__image-wrap {
        height: 47vh
    }

    .experiance-info {
        display: block;
        overflow: hidden;
        margin-bottom: 60px
    }

    .animation-accordion .c-feature-ticker__image-wrap,
    .c-feature-ticker__image-wrap.js-fade-in-item.u-fade-out.u-fade-in {
        height: auto
    }

    .apartment-images-blk .apartment-images:nth-child(even) {
        margin-top: -10px
    }

    .apartment-images-blk .apartment-images:last-child {
        margin-top: -10px
    }

    .apartment-plan-info h2 {
        margin-top: 50px
    }

    .stay-stars {
        padding-top: 15%
    }

    .star-heading {
        margin: 0 auto 40px
    }

    .item.star-image-carousel.slick-slide span {
        bottom: -50px;
        font-size: 16px
    }

    .testimonial .prev-arrow,
    .testimonial .next-arrow {
        top: 77%
    }

    .footer-menu ul li {
        margin-bottom: 10px
    }

    .footer-block h3 {
        margin-bottom: 15px;
        margin-top: 20px
    }

    .contact-detail .info p,
    .contact-detail .info a {
        padding: 6px 0 5px 22px
    }

    .contact-detail .info {
        margin-bottom: 0
    }

    .stay-stars .star-image-carousel.slick-slide {
        width: 310px;
        height: 322px !important
    }

    .stay-stars .prev-arrow,
    .stay-stars .next-arrow {
        top: 89%
    }

    .qodef-qi-numbered-slider .qodef-m-item-text-wrapper {
        margin-bottom: 10px
    }

    .container {
        max-width: 100%
    }

    .containers {
        margin-left: calc((100% - 740px) / 2)
    }

    .location-raga .tab-content .fade:not(.show) {
        opacity: 1
    }

    .location-raga .tab-content>.tab-pane {
        display: block;
        opacity: 1
    }

    .location-raga .tab-content>.tab-pane {
        display: block
    }

    .location-raga .tab-content {
        width: 100%
    }

    .location-raga .accordion-body {
        padding: 0
    }

    .location-raga .tab-pane .accordion-button {
        margin-bottom: 14px;
        background-color: #080808
    }

    .location-raga .tab-pane .accordion-button:focus {
        box-shadow: none
    }

    .single .col-md-9.single-blog {
        padding-left: 30px
    }

    .single .navigation-list a.navigation__link {
        font-size: 14px;
        padding: 12px 12px 12px 30px
    }

    .single .featured-image span {
        font-size: 14px
    }

    .single .blog-box .row {
        padding: 20px 0
    }

    .single .blog-box h5.table-content {
        font-size: 18px;
        line-height: 26px
    }

    .single .blog-tags {
        padding: 20px 0 30px 0
    }

    .single .blog-tags a {
        font-size: 14px;
        line-height: 26px;
        padding: 9px 28px;
        letter-spacing: 6.68px;
        margin: 0 20px 0 0
    }

    .single .featured-image {
        padding-bottom: 30px
    }

    .experiance-blk .blk p {
        font-size: 10px;
        line-height: 18px
    }

    section.features-list .middle {
        flex-direction: column;
        align-items: start
    }

    .features-list .col-md-3 h2 {
        width: 100%;
        margin-bottom: 30px
    }

    .features-list .col-md-9 {
        width: 100%
    }

    .luxary-living-info li span {
        font-size: 20px
    }

    .table-data table tr th {
        padding: 0% 0
    }

    .single #sticky-sidebar.fixed {
        width: 165px
    }

    .tag-list.mbtm-6 ul li {
        width: 100%;
        max-width: 100%
    }

    .page-template-about .home-campaign-productivity .col-1 {
        width: 65px
    }

    .contact-detail .info span {
        top: 4px
    }

    .page-template-raga-difference .location-raga .accordion-body h3 {
        display: none
    }

    .page-template-raga-difference .location-raga .accordion-body p {
        margin-bottom: 20px
    }

    .single .featured-image span {
        right: -3px
    }

    .featured-image img {
        width: 98%
    }

    .book-stay iframe {
        height: 165px
    }

    form .wpcf7-form-control-wrap input.form-control {
        margin-bottom: 0
    }

    .single .blog-box h5.size-eighteen,
    .single-blog .entry-meta {
        font-size: 16px
    }

    .single ul li,
    .single .blog-box h5.size-sixteen,
    .single .blog-box h5.size-sixteen-weight-500 {
        font-size: 14px
    }

    .single .blog-box h5,
    .author-div h5 {
        font-size: 20px
    }

    .slick-slider .slide-arrow.next-arrow {
        right: 0
    }

    .slick-slider .slide-arrow.prev-arrow {
        left: 0
    }

    .page-template-template-landing-page .page-title>p {
        max-width: 380px
    }

    .rent-form {
        max-width: 320px;
        right: 4%;
        padding: 21px;
        border-radius: 20px
    }

    form .wpcf7-form-control-wrap input.form-control {
        padding: 0
    }

    .rent-form .custom-button {
        height: 40px;
        max-width: 120px;
        margin-top: 20px;
        margin-bottom: 0
    }

    .luxary-living-info li label {
        font-size: 10px
    }

    .luxary-living h2 {
        font-size: 30px
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEE
    }

    .slideshow .item .text {
        height: auto;
        padding-left: 15px
    }

    #qodef-page-header.header-raga {
        height: auto
    }

    header .qodef-header-navigation {
        height: 100%;
        padding: 10px 20px
    }

    header #qodef-page-header-inner .navbar a.raga-logo {
        height: auto !important
    }

    a.raga-logo img {
        max-width: 100px
    }

    header #qodef-page-header-inner {
        padding: 12px 0
    }

    .apartment-plan-info h2,
    .experiance-info h2,
    .image-carousel-heading h2,
    .sticky-text-slider h2,
    .star-heading h2 {
        font-size: 26px
    }

    .text h1,
    .page-title-heading h1 {
        font-size: 30px
    }

    .footer-form input[type=submit] {
        border-radius: 10px
    }

    .slick-dots li {
        width: 6px;
        height: 6px
    }

    .slick-dots li:after {
        width: 20px;
        height: 20px;
        top: -7px;
        left: -7px
    }

    button.accordion-button.collapsed {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .faq .accordion-button {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        padding-top: 20px
    }

    .slideshow .item .text {
        left: unset
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .experiance-blk li p {
        font-size: 9px;
        line-height: 15px
    }

    .feature-blk.slick-slide {
        padding: 0 50px
    }
}

@media only screen and (max-width:767px) {
    .analytics-info {
        padding-left: 0
    }

    .case-raga p {
        max-width: 100%
    }

    .book-stay iframe {
        height: 355px
    }

    .bookstay-link a span {
        font-size: 18px
    }

    .bookstay-link a {
        max-width: 180px
    }

    .containers {
        margin: 0 10px
    }

    .authoring-conversations .c-feature-ticker__wrap p {
        margin-bottom: 30px
    }

    .authoring-conversations .c-feature-ticker--dark .c-feature-ticker__item--active a.qodef-button.qodef-layout--minimal {
        top: 5%
    }

    .authoring-conversations a.qodef-button.qodef-layout--minimal {
        top: 25%;
        transform: translateY(-25%)
    }

    .apartment-plan .col-md-8 {
        width: 100%
    }

    .apartment-plan .col-md-4 {
        width: 100%
    }

    .apartment-plan .middle {
        flex-direction: column-reverse
    }

    .apartment-plan-info {
        margin-bottom: 30px;
        max-width: 100%
    }

    .features-list h2 {
        margin-bottom: 25px
    }

    #sticky-sidebar {
        max-width: 100%;
        margin: 30px 0
    }

    .single #sticky-sidebar.fixed {
        display: flex;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        position: relative
    }

    .single .navigation-list {
        width: 100%
    }

    .single .mtop-100 {
        margin: 10px 0 0 0
    }

    .single .col-md-9.single-blog {
        padding-left: 10px
    }

    section.faq.space-tb .col-md-3 h2 {
        margin-bottom: 40px
    }

    .table-data tr th {
        line-height: 30PX
    }

    section.luxary-living p {
        margin-bottom: 15px
    }

    .single .col-md-3.position-relative,
    .single .col-md-9.single-blog {
        width: 100%
    }

    .single .blog-box h4 {
        margin-bottom: 10px
    }

    .single .blog-tags .the_champ_sharing_ul a {
        margin-bottom: 10px
    }

    .qodef-qi-numbered-slider {
        position: relative;
        height: 80vh
    }

    .page-template-about .home-campaign-productivity .col-1 {
        width: 50px
    }

    .page-template-about .case-raga-image {
        margin-top: 20px
    }

    .request-form form.wpcf7-form {
        margin-top: -150px
    }

    .image_popup button img {
        width: 100%;
        height: 100%
    }

    .page-template-property .modal-dialog {
        max-width: 95%
    }

    .single-blog .entry-meta {
        flex-wrap: wrap;
        margin-left: 0
    }

    .sticky-icon a i {
        height: 30px;
        width: 40px;
        line-height: 32px;
        font-size: 24px
    }

    .luxary-list {
        margin-top: 30px
    }

    .feature-content-heading.slick-initialized.slick-slider {
        margin-top: 15%
    }

    .feature-content-heading .slide-arrow {
        top: -90px
    }

    .page-template-blog-template .mbtm-6 {
        margin-bottom: 6%
    }

    .stay-stars .stay-stars-slider .slick-list {
        max-width: 100%
    }

    .qodef-qi-numbered-slider.qodef--full-height .qodef-m-background-slider .qodef-e-image img {
        height: auto
    }

    .camera_caption {
        margin-bottom: 50px
    }

    .camera_caption h3 {
        font-size: 24px
    }

    .slick-slider .slide-arrow.next-arrow {
        right: 0
    }

    .slick-slider .slide-arrow.prev-arrow {
        left: 0
    }

    .feature-content-heading p {
        margin-top: 20px
    }

    .feature-content-heading .slide-arrow {
        top: auto;
        bottom: -30px
    }

    #sticky-sidebar {
        top: 0 !important
    }

    .page-template-property .modal-dialog button.btn-close {
        top: 50px
    }

    .faq .accordion .accordion-item:first-child button:not(.collapsed):before {
        top: 0
    }

    .faq .accordion-button:not(.collapsed)::before {
        top: 25px
    }

    .faq .accordion .accordion-item:first-child button:before {
        top: 0
    }

    .page-template-template-landing-page .page-title>p {
        max-width: 300px;
        letter-spacing: 3px
    }

    .rent-form {
        bottom: 10%
    }

    .container {
        padding: 0 15px
    }

    header .navbar-toggler {
        border: none;
        padding: 0
    }

    header .navbar-toggler-icon {
        width: 24px;
        height: 19px
    }

    .raga-logo img {
        max-width: 100px
    }

    .navbar-collapse {
        background-color: #000
    }

    .qodef-header-navigation>ul>li {
        height: 100%;
        margin: 10px 0
    }

    .qodef-header-navigation>ul {
        display: block
    }

    .qodef-html--link svg {
        max-width: 60px
    }

    .apartment-plan-info h2,
    .experiance-info h2,
    .image-carousel-heading h2,
    .sticky-text-slider h2,
    .star-heading h2,
    .luxary-living h2 {
        line-height: normal;
        font-size: 20px;
        text-align: center;
        margin-bottom: 6px
    }

    .image-carousel-heading {
        margin-bottom: 10px
    }

    .apartment-plan-info p,
    .experiance-info p,
    .image-carousel-heading p,
    .sticky-text-slider p,
    .star-heading p,
    .luxary-living p,
    .testimonial-slider .work_step_content p {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .experiance-info {
        margin-bottom: 10px
    }

    .experiance-info .qodef-button.qodef-layout--minimal,
    .apartment-plan-info a {
        display: none
    }

    .experiance-blk .blk {
        padding: 0 2px 5px;
        width: calc(100% / 3)
    }

    .image-carousel .slick-slide img {
        padding-right: 5px
    }

    .add-image-carousel.slick-slide a {
        padding: 5px 0 0 0
    }

    .image-carousel .slick-dots {
        bottom: -20px
    }

    .slick-dots li:after {
        width: 15px;
        height: 15px;
        top: -5px;
        left: -5px
    }

    .slick-dots li {
        margin: 0 8px !important
    }

    .authoring-conversations .c-feature-ticker__item:before {
        height: 2px;
        bottom: -2px
    }

    .authoring-conversations .c-feature-ticker--dark .c-feature-ticker__item {
        border-bottom: 2px solid #262e39
    }

    .stay-stars .star-image-carousel.slick-slide {
        width: 143px;
        height: 167px !important
    }

    .item.star-image-carousel.slick-slide span {
        font-size: 10px;
        bottom: -25px
    }

    .stay-stars .star-image-carousel.slick-slide.slick-center+.slick-slide {
        transform: scale(.8) translate(-50px)
    }

    .stay-stars .star-image-carousel.slick-slide {
        transform: scale(.8) translate(50px);
        border-radius: 10px
    }

    .slick-dots {
        bottom: 10px
    }

    .testimonial {
        margin-top: -1px;
        padding-bottom: 60px
    }

    .star-heading h2 {
        letter-spacing: 0
    }

    .quote-image {
        margin-bottom: 35px;
        margin-top: 40px
    }

    .item.testimonial_user_image {
        margin: 30px 0 20px
    }

    .testimonial-slider .slick-dots {
        bottom: -20px
    }

    .experiance-blk {
        justify-content: center
    }

    .apartment-plan h2 {
        margin-top: 30px
    }

    .slider-banner,
    .slider-banner .slick-list,
    .slider-banner .slick-track {
        height: 100%
    }

    .text h1,
    .page-title-heading h1 {
        font-size: 26px
    }

    .slick-dots li {
        width: 5px;
        height: 5px
    }

    .page-title {
        bottom: 0
    }

    .page-banner {
        padding-bottom: 60px
    }

    .feature-content-heading .slick-dots {
        bottom: -10px
    }

    .feature-list a .imgblk {
        min-height: 57px;
        max-width: 50px;
        margin: 0 auto 6px
    }

    .feature-list a {
        padding: 15px 0
    }

    .features-blk:before {
        left: -50%
    }

    .features-blk:after {
        right: -50%
    }

    .feature-list.slick-slide {
        margin: 0 3px
    }

    .page-template-property .modal-body img:last-child {
        margin-bottom: 0
    }

    .page-template-template-homepage .experiance-info h1 {
        text-align: center
    }

    .new-experiance .experiance-blk .blk-info {
        padding: 10px
    }

    .ct-form .request-form h1 {
        text-align: center;
        margin-bottom: 20px
    }

    .testimonial {
        padding-top: 0
    }
}

@media only screen and (max-width:576px) {
    .luxary-list {
        justify-content: space-evenly
    }

    .experiance-blk ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2
    }

    .book-stay.space-tb {
        padding: 15% 0
    }

    .banner-home .qodef-qi-numbered-slider .qodef-m-item .qodef-m-item-inner {
        left: 0
    }

    .page-banner img {
        height: 90vh;
        object-fit: cover
    }

    .single .author-box {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center
    }

    .single .author-img {
        max-width: 100%;
        text-align: center;
        margin: 0
    }

    .author-content {
        margin-left: 0;
        margin-top: 20px;
        max-width: 100%;
        text-align: center
    }

    .single .featured-image span {
        line-height: 26px;
        right: -6px;
        top: 25px;
        padding: 4px 13px 12px;
        letter-spacing: 4px
    }

    .luxary-list {
        padding: 40px 30px 0
    }

    .luxary-living li:nth-child(odd) {
        margin-bottom: 40px
    }

    .luxary-living-info {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3
    }

    .luxary-living li {
        margin-bottom: 40px
    }

    .single .blog-tags .the_champ_sharing_ul a {
        margin-right: 5px;
        margin-bottom: 10px
    }

    .image-carousel {
        position: relative;
        padding-bottom: 50px
    }

    .image-carousel .prev-arrow,
    .image-carousel .next-arrow {
        top: unset;
        z-index: 9;
        bottom: -50px;
        width: 70%
    }

    .single .blog-box .info {
        padding: 20px 30px 20px 40px
    }

    .single .blog-box .info ul li {
        text-indent: -20px
    }

    .page-template-property .image_popup button img {
        width: 100%;
        height: 100%;
        z-index: 9999;
        position: relative
    }

    body,
    html {
        font-size: .5rem
    }

    .slideshow {
        height: 49vh
    }

    .slideshow * {
        height: 100%
    }

    .slideshow .slick-dots {
        bottom: 8%;
        height: auto;
        left: 10px;
        right: 20px;
		display:none;
    }

    .slideshow .item .text p {
        line-height: 22px;
        margin-bottom: 0
    }

    .text .qodef-shortcode,
    .rotate-icon {
        padding: 40px 0 0 0px !important;
        height: 70px
    }

    .slideshow .item .text {
        bottom: 2%
    }

    .text h1,
    .page-title-heading h1 {
        font-size: 22px
    }

    .authoring-conversations .c-feature-ticker__wrap h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .authoring-conversations .c-feature-ticker__wrap p {
        font-size: 12px;
        line-height: 18px
    }

    .feature-list a p {
        font-size: 12px;
        line-height: 19px
    }

    .rotate-icon,
    .text .qodef-shortcode {
        left: 0
    }
.hamper_bg_image_left, .hamper_bg_image_right {
    max-width: 12%; 
    align-items: baseline;
}


.slider-banner h2 {
    font-size: 23px;
    text-align: center;
}
    .slideshow .item .text p { 
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:500px) {
    .bookstay-link a span {
        font-size: 16px
    }

    .page-banner img {
        height: 50vh;
        object-fit: cover
    }

    .request-form form.wpcf7-form {
        margin-top: -320px
    }

    .single .featured-image span {
        right: -5px
    }

    .home .qodef-qi-numbered-slider .qodef-e-item-inner {
        padding-bottom: 40px !important
    }

    .contact-detail .info span {
        top: 7px
    }

    .qodef-qi-numbered-slider {
        height: 50vh
    }

    .qodef-qi-numbered-slider.qodef--full-height .qodef-m-background-slider .qodef-e-image img {
        height: auto
    }

    .banner-home .qodef-qi-numbered-slider .qodef-e-button-holder {
        max-width: 40px
    }

    .page-template-template-landing-page .section-banner .page-banner {
        position: relative
    }

    .page-template-template-landing-page .section-banner .col-md-12 {
        display: flex !important;
        flex-direction: column-reverse
    }

    .rent-form {
        position: unset;
        margin-right: auto;
        margin-left: 15px
    }

    .add-image-carousel.slick-slide a:before {
        z-index: -1
    }
}