@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,300;0,400;0,500;0,600;0,800;0,900;1,700&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');

:root{
    --black: #000;
    --white: #fff;
    --wred: #981c20;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #4d4c4f;
    line-height: 1.4;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}
a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

b,
strong {
    font-weight: 700;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
    font-weight: unset;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 700;
}

.text-black {
    color: var(--black);
}

.text-wred {
    color: var(--wred) !important;
}

.text-lightwhite {
    color: #E9EBF8 !important
}

.text-orange {
    color: #ee6e25;
}

.text-grey {
    color: #606161 !important
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
}

.bg-white {
    background-color: var(--white);
}

.bg-off-white {
    background-color: #f8f8fa;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w60 {
    width: 60%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.cred {
    color: red;
}

.h100 {
    height: 100%;
}

* {
    -webkit-tap-highlight-color: transparent !important;
}

.z-index9 {
    position: relative;
    z-index: 9;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-50 {
    margin-top: 50px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-50 {
    margin-bottom: 50px;
}

.mg-rt-5 {
    margin-right: 5px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.mg-rt-20 {
    margin-right: 20px;
}

.mg-rt-30 {
    margin-right: 30px;
}

.mg-lt-5 {
    margin-left: 5px;
}

.mg-lt-10 {
    margin-left: 10px;
}

.mg-lt-20 {
    margin-left: 20px;
}

.mg-lt-30 {
    margin-left: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-tp-5 {
    padding-top: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-tp-50 {
    padding-top: 50px;
}

.pd-bt-5 {
    padding-bottom: 5px;
}

.pd-bt-10 {
    padding-bottom: 10px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-rt-5 {
    padding-right: 5px;
}

.pd-rt-10 {
    padding-right: 10px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-rt-30 {
    padding-right: 30px;
}

.pd-lt-5 {
    padding-left: 5px;
}

.pd-lt-10 {
    padding-left: 10px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.pd-lt-30 {
    padding-left: 30px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-md {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.dispinlineblock {
    display: inline-block;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}

section {
    float: left;
    width: 100%;
}

section.padding-bt-0 {
    padding-bottom: 0 !important;
}

/*Header Section*/
header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    /* background-image: linear-gradient(to right, #c6d9e3, #87a6bd); */
    background: white;
    top: 0;
    left: 0;
    padding: 14px 0;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
}

header.active {
    /* background-image: linear-gradient(to right, #c6d9e3, #7191a9); */
    z-index: 100000;
    box-shadow: 0px 3px 6px #00000029;
}

header .brand-logo {}

header .upper {}

header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}

header .upper .ctc-wrapper {
    margin-right: 20px;
}

header .upper .enq-btn-wrapper {}

header .upper .enq-btn-wrapper a {
    display: inline-block;
    padding: 0px 15px;
    color: var(--white);
    background-color: #6b6b6b;
    text-transform: uppercase;
    line-height: 40px;
}

header .lower {}

header .lower .nav-links {
    text-align: right;
}

header .lower .nav-links a {
    display: inline-block;
    margin-right: 20px;
    margin-top: -8px;
    color: var(--black);
    position: relative;
    font-size: 14px;
    letter-spacing: 0.28px;
}

header .lower .nav-links a.active {
    color: var(--wred);
    font-weight: 600;
}

header .lower .nav-links a:last-child {
    margin-right: 0px;
    background: var(--wred);
}

header .form-container {
    position: absolute;
    width: 300px;
    top: calc(100% + 10px);
    right: 15px;
    background-color: #efece7;
    padding: 10px;
    display: none;
}

header .form-container .frmclose {
    display: none;
}

header .form-container .thankyou {
    margin-bottom: 10px;
}

.banner_ht {
    /* min-height: 100vh; */
}
.abt_border{
    border-radius: 30px;
}
.web_rot{
    right: 34px;
    top: -0%;
    transform: rotate(-90deg);
    transform-origin: right;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
}
.sp_font{
    font-size: 2.5rem !important;
}
.opacicy{
    opacity: 0.3 !important;
}
.owl-nav{
    top: 50%;
    position: absolute;
}
.owl-nav .owl-next{
    right: 0%;
}
.open_othbtn{
    visibility: hidden;
}
.back_speci{
    background: linear-gradient(to left, #953e46, #981c20);
}
#floor_plan{
    background: linear-gradient(to top, #ffffff, #d16b6f);
}

.modaly,
.z_modaly {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: linear-gradient(to top, #ffffff, #d16b6f);
    z-index: 100000;
}

/* Modal Content */
.modaly-content,
.z_modaly-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white !important;
    position: absolute;
    top: 10px !important;
    right: 30px !important;
    font-size: 45px !important;
    font-weight: bold;
    z-index: 999;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
/* Hide the slides by default */
.mySlides,
.z_mySlides {
    display: none;
}
.mySlides img,
.z_mySlides img {
    /* height: 300px; */
    width: 80%;
    object-fit: contain;
}
/* Next & previous buttons */
.z_modaly .prev,
.z_modaly .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 6px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #153B65;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


@media (min-width: 768px){
    header .lower .nav-links {
        text-align: right;
        margin-top: 18px;
    }
    .web_rot{
        top: -50%;
        width: 60%;
    }
    .web_rot.wr_width{
        width: 100%;
    }
    .sec-title.sp_font{
        font-size: 63px !important;
    }
    .overview .revealOnScroll img{
        height: 410px;
        object-fit: cover;
    }
    .open_othbtn {
        bottom: 40%;
        right: 17px;
        left: unset;
        width: 140px;
        transform: rotate(90deg);
        transform-origin: right;
        position: fixed;
        background: var(--dblue);
        border: 0;
        border-radius: 30px;
        z-index: 99;
        visibility: visible;
    }
}

@media only screen and (max-width: 640px){
    .lifestyle-img img{
        height: 455px;
        object-fit: cover;
    }
}