@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "Nephilm";
  src: url("../fonts/Nephilm.otf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "ElMessiri";
  src: url("../fonts/ElMessiri-VariableFont_wght.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Beliau";
  src: url("../fonts/Beliau-Regular.woff2") format("woff2"),
    url("../fonts/Beliau-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amenti";
  src: url("../fonts/Amenti-Light.woff2") format("woff2"),
    url("../fonts/Amenti-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmentiMedium";
  src: url("../fonts/Amenti-Medium.woff2") format("woff2"),
    url("../fonts/Amenti-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmentiBlack";
  src: url("../fonts/Amenti-Black.woff2") format("woff2"),
    url("../fonts/Amenti-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmentiRegular";
  src: url("../fonts/Amenti-Regular.woff2") format("woff2"),
    url("../fonts/Amenti-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaBTLight";
  src: url("../fonts/FuturaBT-Light.woff2") format("woff2"),
    url("../fonts/FuturaBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaBTBook";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"),
    url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaBold";
  src: url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AthelasRegular";
  src: url("../fonts/Athelas-Regular.woff2") format("woff2"),
    url("../fonts/Athelas-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tuesday Night";
  src: url("../fonts/TuesdayNight-Regular.woff2") format("woff2"),
    url("../fonts/TuesdayNight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 400 !important;
}

body p,
label,
span,
a,
button,
ul,
div,
li,
select,
body input {
  font-size: 14px !important;
}
body h5,
th {
  font-size: 18px !important;
  font-weight: 600;
  /* line-height: 27px; */
}
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

a,
button {
  outline: none !important;
}

/*-------------- CSS Resetter ----------*/
.fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

:root {
  --primary-color: #1a508c;
  --secoundry-color: #bea87d;
  --dark-color: #252627;
}

.w_60 {
  width: 60%;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_85 {
  width: 85%;
}

.w_90 {
  width: 80%;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 700 !important;
}

.f-italic {
  font-style: italic !important;
}

p {
  font-size: 0.9vw;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: var(--dark-color);
}
p .h_italic {
  font-style: italic;
  font-weight: 500;
}

.pd0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.m-0-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mr0 {
  margin: 0 !important;
}

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

.futura_font {
  font-family: "FuturaBTBook" !important;
}

.futuraBold_font {
  font-family: "FuturaBold" !important;
}

.text_white {
  color: #ffffff !important;
}

.white_bg {
  background: #ffffff !important;
}

.txt_blue {
  color: var(--primary-color);
  background: none !important;
  -webkit-text-fill-color: unset !important;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #dbdbdb;
}

body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.img_h_auto {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.header_wrap .navbar {
  background-color: transparent;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.header_wrap.transp-head .navbar {
  position: absolute;
}
.header_wrap.transp-head .navbar .nav-link {
  color: #ffffff !important;
}
  .header_wrap.stick.transp-head .navbar .nav-link {
  color: var(--dark-color) !important;
}
.header_wrap .navbar .navbar-brand img {
  width: 6.7vw;
  height: inherit;
  position: relative;
  top: 2vw;
}
.header_wrap .navbar .nav-link {
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  padding: 0px 1vw !important;
  font-size: 0.8vw;
  text-transform: uppercase;
  transition: none;
}
.header_wrap .navbar .nav-link:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #ffffff;
  bottom: 0.5vw;
  left: 0;
  opacity: 0;
}
.header_wrap .navbar .nav-link:after {
  color: #ffffff;
}
.header_wrap .navbar .nav-link:hover {
  color: #000;
}
.header_wrap .navbar .nav-link:hover:before {
  left: 0.3vw;
  opacity: 1;
  transition: ease all 0.5s;
}
.header_wrap .navbar .nav-link:hover:after {
  right: 0.4vw;
  opacity: 1;
  transition: ease all 0.5s;
}
/* .header_wrap .navbar .nav-link:focus {
  color: #ffffff;
} */
.header_wrap .navbar .nav-link.active {
  color: #ffffff;
}

.header_wrap ul li {
  list-style: none;
}

.header_wrap.stick .navbar .nav-link:after {
  color: var(--dark-color);
}

.nav_logo_wrap {
  margin: 0 2vw;
}

.main_logo {
  width: 6vw;
  height: auto;
  background: #fff;
  padding: 1vw;
  padding-top: 2.4vw;
}

.header_wrap .navbar .nav-link.login {
  border: 1px solid;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.header_wrap .navbar,
.header_wrap .navbar .container {
  height: 4vw;
}

.header_wrap.stick .navbar {
  position: fixed;
  top: -100px;
  transition: transform 0.5s;
  transform: translateY(100px);
  background: #fff;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.header_wrap.stick .navbar .nav-link {
  color: var(--dark-color);
}
.header_wrap .navbar .nav_menu_btn {
  color: var(--dark-color) !important;
  transition: ease all 0.5s;
}
.header_wrap .navbar .nav_menu_btn img {
  filter: invert(1) !important;
  transition: ease all 0.5s;
}

.my_nav {
  padding-left: 0;
}
.my_nav .dropdown-menu {
  border-radius: 0;
  margin-left: 0;
  margin-top: 1.2vw !important;
  padding: 0;
  width: 13vw;
}
.my_nav .dropdown-menu .dropdown-item {
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding: 0.5vw 0.2vw 0.5vw 0.3vw !important;
  transition: ease all 0.5s;
  border-bottom: 0.1vw solid #dadada;
  font-size: 0.8vw;
  line-height: 1.5vw;
  letter-spacing: 1px;
}
.my_nav .dropdown-menu .dropdown-item:hover {
  padding: 0.7vw 0.2vw 0.7vw 0.8vw !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--primary-color);
  transition: ease all 0.5s;
}
.my_nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-submenu-container .dropdown-submenu {
  pointer-events: none;
  cursor: pointer;
}
.dropdown-submenu-container:hover .dropdown-menu {
  display: block;
}

.header_top {
  background: var(--primary-color);
  display: flex;
  padding: 0.5vw 0px;
}

.header_cta {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  float: right;
}
.header_cta li {
  display: flex;
  align-items: center;
}
.header_cta li i {
  color: #fff;
  margin-right: 5px;
  font-size: 0.9vw;
}
.header_cta li a {
  color: #fff;
  font-size: 0.7vw;
  font-weight: 300;
  line-height: 0.7vw;
}
.header_cta li:last-child {
  margin-left: 1vw;
}

.walkthrough_video .fill_img {
  height: 65vh !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.luxeprojectbg {
  background: #010101;
}
.luxeprojectbg .sec_title {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: initial !important;
}
.luxeprojectbg .project_overview_img {
  padding: 10px;
  border: 1px solid rgba(162, 123, 51, 0.631372549);
}
.luxeprojectbg .sec_tittle_wrap .sec_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #b89f70;
}
.luxeprojectbg .subtitle_1 {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: initial;
}
.luxeprojectbg .location_main_wrap {
  background: transparent !important;
}
.luxeprojectbg .loc_list li {
  color: #fff;
}
.luxeprojectbg .mytab .nav-link.active {
  color: #b89f70 !important;
  border-bottom: 1px solid #b89f70 !important;
}
.luxeprojectbg .mytab .nav-link {
  color: rgba(229, 200, 143, 0.6901960784) !important;
}
.luxeprojectbg .subtitle_1 span {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: initial;
}
.luxeprojectbg .construction_title {
  color: #fff !important;
}
.luxeprojectbg .key_feature_wrap .small_head {
  color: #fff;
}
.luxeprojectbg .key_feature_wrap {
  border-left: 1px solid #b89f70;
}
.luxeprojectbg .animate_text span {
  color: #fff;
}
.luxeprojectbg .highlight_icon_wrap .h_icon {
  filter: invert(42%) sepia(20%) saturate(740%) hue-rotate(1deg) brightness(92%)
    contrast(97%);
}
.luxeprojectbg .highlight_icon_wrap .h_txt_wrap .h_txt {
  color: #fff;
}
.luxeprojectbg .highlight_icon_wrap .h_txt_wrap .h_title {
  color: rgba(255, 255, 255, 0.9058823529);
}

.sec_blur_flower_bg1 {
  position: relative;
  background-size: 100%;
  background-size: cover;
  background-color: #000;
}
.sec_blur_flower_bg1 .global_sec {
  background: rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.sec_blur_flower_bg1 .subtitle_1 {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: initial;
}

.luxeprojectbg .white_txt p {
  color: #fff;
}

.luxe_project .subtitle_1 .char {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec_project_highlite.luxeprojectbg {
  background: #000;
}

.sec_galley.luxeprojectbg::before {
  background: rgba(0, 0, 0, 0.92);
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28190,168,168,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.side_menu {
  background-size: cover !important;
  z-index: 99999;
}
.side_menu .offcanvas-body {
  margin-top: 0;
}
.side_menu .offcanvas-bottom {
  padding: 0 1rem;
}
.side_menu .side_nav_logo {
  height: auto;
  width: 3.5vw;
}

.offcanvas-body {
  overflow-y: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 3px;
}
.offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background: #222222;
}
.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.offcanvas-body p {
  color: #ffffff;
}
.offcanvas-body .loc-list {
  margin-bottom: 0;
}
.offcanvas-body .loc-list li {
  color: #ffffff;
}

.menu_nav {
  content: "";
}
.menu_nav .no_child {
  content: "";
}
.menu_nav .no_child a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5px;
  line-height: 18px;
  transition: ease all 0.5s;
}
.menu_nav .no_child a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: ease all 0.5s;
}
.menu_nav li a:hover,
.menu_nav li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu_nav li button.btn-toggle {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 10px 5px;
  position: relative;
  color: #000 !important;
  outline: none !important;
  border: none;
  text-align: left;
  background-color: transparent;
}
.menu_nav li button.btn-toggle:before {
  position: absolute;
  right: 6px;
}
.menu_nav li button.btn-toggle:hover,
.menu_nav li button.btn-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu_nav li .btn-toggle-nav a {
  text-decoration: none;
  color: var(--secoundry-color);
  display: block;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5px;
  line-height: 18px;
  margin-left: 0;
  padding-left: 20px;
  margin-top: 0;
  position: relative;
}
.menu_nav li .btn-toggle-nav a:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid var(--secoundry-color);
}
.menu_nav li .btn-toggle-nav a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background: var(--secoundry-color);
  left: 8px;
  top: 20px;
}
.menu_nav li .btn-toggle-nav a:hover:before {
  border-color: var(--secoundry-color);
}
.menu_nav li .btn-toggle-nav a:hover:after {
  background: var(--secoundry-color);
}

.third_level .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(0deg);
}

.third_level .btn-toggle {
  font-weight: 400;
}

.third_level .btn-toggle-nav {
  margin-left: 30px;
}

.nav_container {
  min-width: 90% !important;
}

.effect-1,
.effect-2,
.effect-3 {
  overflow: hidden;
}

.animated_social.on_center {
  justify-content: center;
  border-top: 1px solid #525252;
  margin: 0;
  padding: 15px 0;
}

.animated_social {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  justify-content: start;
}

.animated_social li {
  position: relative;
  float: left;
  vertical-align: top;
  width: auto;
  line-height: 1;
  margin-left: 0.6vw !important;
  list-style: none;
}

.animated_social li:first-child {
  margin-left: 0 !important;
}

.animated_social li a {
  display: block;
  text-decoration: none;
}

.animated_social li a svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  fill: none;
  color: currentColor;
  stroke: var(--primary-color);
  transition: all 0.8s cubic-bezier(0.14, 0.57, 0.14, 1.03);
  overflow: visible;
}

.animated_social li a svg circle {
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  stroke-width: 1;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  transform: rotate(-200deg);
  transform-origin: center;
}

.animated_social li a .social-icon {
  width: 2.3vw;
  height: 2.3vw;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  font-size: 0.9vw;
  line-height: 2em;
  text-align: center;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.animated_social li a .social-icon:before {
  display: block;
  line-height: inherit;
}

.animated_social li:hover a svg circle {
  stroke-dashoffset: 10;
  transform: rotate(55deg);
  transition: 1s cubic-bezier(0.38, 0.67, 0.76, 0.66);
}

.animated_social li:hover a .social-icon {
  transition: all 0.3s ease-in-out;
}

.nav_menu_btn {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  transition: ease all 0.5s;
  font-size: 1vw !important;
}
.nav_menu_btn img {
  width: 35px;
  height: auto;
  margin-right: 0.5vw;
  transition: ease all 0.5s;
}

.dropdown-submenu-container {
  position: relative;
}
.dropdown-submenu-container .dropdown-menu {
  margin-top: 0 !important;
  top: -2px;
  right: -100%;
}

.link_custom_position {
  position: relative;
  display: block;
}
img.news_image_arrow_mobile {
  display: none;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
.home_banner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  height: auto !important;
}

.nav_apply {
  color: #fff;
  border: 1px solid #fff;
  padding: 1px 8px;
  margin-right: 10px;
}

.global_sec {
  position: relative;
  width: 100%;
  padding: 4vw 0;
}

.sec_tittle_wrap {
  position: relative;
  margin-bottom: 2vw;
}
.sec_tittle_wrap .sec_title {
  font-family: "AmentiMedium";
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5vw;
  text-transform: uppercase;
  z-index: 2;
}
.sec_tittle_wrap .sec_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #222;
}

.sec_tittle_wrap.style_2 .sec_title {
  font-family: "Beliau";
}

.sec_tittle_wrap.center {
  text-align: center;
}
.sec_tittle_wrap.center .sec_title::before {
  content: "";
  left: 50%;
  margin-left: -20px;
}

.sec_tittle_wrap.style_3 .sec_title::before {
  content: "";
  left: -50px;
  margin-left: 0;
  top: 0.5vw;
  bottom: unset;
  background: var(--primary-color);
}
.sec_tittle_wrap.style_3 .sec_title::after {
  content: "";
  position: absolute;
  right: -50px;
  margin-left: 0;
  top: 0.5vw;
  width: 40px;
  height: 1px;
  background: var(--primary-color);
}

.subtitle_1 {
  font-family: "Beliau";
  font-size: 35px;
  line-height: 2.5vw;
  margin-bottom: 30px;
}

.project-detail .subtitle_1 {
  font-size: 1.2vw;
  line-height: 1.3vw;
}

.project-detail .sec_title {
  font-size: 1.6vw;
  line-height: 1.6vw;
}

.project-detail .sec_tittle_wrap {
  margin-bottom: 1vw;
}

.subtitle_1.lower_case {
  text-transform: capitalize;
}

.subtitle_1.left_side_border {
  position: relative;
  text-align: left;
  padding-left: 1vw;
  line-height: 2vw;
}
.subtitle_1.left_side_border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}

.story_sec {
  padding-bottom: 12vw;
}

.key_f_wrap {
  display: flex;
}

.key_feature_wrap {
  border-left: 1px solid var(--primary-color);
  padding-left: 10px;
  margin: 0.7vw 0px;
  margin-right: 1vw;
}
.key_feature_wrap .small_head {
  font-weight: 300;
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0.3vw;
  color: var(--primary-color);
}
.key_feature_wrap .small_head .style_font {
  font-size: 2vw;
  color: var(--dark-color);
}
.key_feature_wrap .small_head.black {
  color: var(--dark-color);
}
.key_feature_wrap .large_head {
  font-family: "Beliau";
  font-size: 1.6vw;
  line-height: 1.6vw;
  margin-bottom: 0;
  color: var(--primary-color);
}
.key_feature_wrap .large_head.style_font {
  font-family: "Tuesday Night";
  font-size: 2vw;
  line-height: 4vw;
  margin-bottom: 0;
  color: var(--dark-color);
}

.key_feature_wrap.no_border {
  border-left: none;
}

.key_feature_wrap.first_key {
  margin-bottom: 2vw;
  margin-top: 2vw;
}

.story_building {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48vw;
  height: auto;
}

.flower_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}

.flower {
  width: 12vw;
  height: auto;
  animation: swing ease-in-out 2s infinite alternate;
  transform-origin: center -20px;
}

.flower.blur {
  filter: blur(7px);
  opacity: 0.9;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.sec_counter {
  background: url("/images/counterbg.png");
}

.counter_wrap {
  margin: 2vw 0;
}
.counter_wrap .counter_number {
  font-family: "Beliau";
  font-size: 3vw;
  line-height: 4vw;
  margin-bottom: 0;
  color: #fff;
}
.counter_wrap .counter_txt {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1vw;
}

.mytab {
  border-bottom: none !important;
  margin-bottom: 3vw !important;
}
.mytab .nav-link {
  font-weight: 300;
  font-size: 0.9vw;
  color: #343434;
  border: none !important;
  padding: 0.2vw 0vw;
  border-radius: 0 !important;
  margin: 0 10px;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
}
.mytab .nav-link:hover {
  color: var(--dark-color);
}
.mytab .nav-link.active {
  border-bottom: 2px solid var(--dark-color) !important;
  font-weight: 600;
  color: var(--dark-color) !important;
}

.luxe_tab_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 50%;
  border-radius: 0 10vw 0 0;
  padding: 3vw;
}

.verticle_txt {
  color: #e5e5e5;
  font-family: "AmentiBlack";
  margin-bottom: 0;
  transform: rotate(180deg);
  font-size: 4vw;
  line-height: 3.5vw;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}

.lux_head {
  font-family: "Beliau";
  font-size: 3vw;
  line-height: 3.5vw;
  margin-bottom: 0;
  padding-bottom: 1vw;
  position: relative;
  background: transparent
    linear-gradient(63deg, #95745c 0%, #c9a789 66%, #c29d83 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.lux_head::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #222;
}

.lux_head.blue_color {
  background: var(--primary-color);
}

.lux_txt {
  font-size: 1vw;
}

.page_cta {
  font-size: 0.9vw;
  display: inline-flex;
  align-items: center;
  color: var(--dark-color);
  padding: 0;
  border: none;
  background: none;
  transition: ease all 0.5s;
}
.page_cta img {
  width: 1vw;
  height: auto;
  margin-left: 10px;
}
.page_cta:hover {
  color: var(--dark-color);
  letter-spacing: 2px;
  transition: ease all 0.5s;
}

.blue-color {
  color: var(--primary-color);
}

.project_home_wrap {
  position: relative;
  margin-bottom: 1vw;
}
.project_home_wrap .project_badge {
  position: absolute;
  left: -1vw;
  top: -0.9vw;
  z-index: 1;
  width: 10vw;
  height: auto;
}
.project_home_wrap .project_img_wrap {
  overflow: hidden;
}
.project_home_wrap .project_img_wrap .pro_img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: ease all 0.5s;
  transform: scale(1);
}
.project_home_wrap .project_txt_wrap {
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
.project_home_wrap .project_txt_wrap p {
  margin-bottom: 0;
}
.project_home_wrap .project_txt_wrap .page_cta {
  margin-top: 0.7vw;
}
.project_home_wrap:hover .project_img_wrap .pro_img {
  filter: unset;
  transition: ease all 0.5s;
  transform: scale(1.1);
}

.project_home_wrap.extra_gap {
  margin-top: 4vw;
}

.three_column_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}

.award_sec {
  background: url("/images/award-bg.jpg") no-repeat center;
  background-size: cover;
}

.home_award_wrap {
  display: flex;
  align-items: center;
}
.home_award_wrap .award_img {
  content: "";
}
.home_award_wrap .award_img img {
  width: 10vw;
  height: auto;
  margin-right: 30px;
}
.home_award_wrap .award_txt {
  content: "";
}
.home_award_wrap .award_txt p {
  font-family: "Beliau";
  margin-bottom: 0.3vw;
}

.awards_logo {
  margin-top: 2vw !important;
}
.awards_logo img {
  width: auto;
  height: 3.9vw;
  transform: none !important;
  margin: 0 1vw;
  aspect-ratio: 5/4;
  -o-object-fit: contain;
  object-fit: contain;
}

.news_sec {
  background: url("/images/news-bg.jpg") no-repeat center;
  background-size: cover;
}

.home_news_wrap {
  padding-left: 30px;
}

.home_news_single {
  padding-left: 5vw;
  padding-right: 10vw;
}
.home_news_single .news_title {
  font-family: "FuturaBTBook";
  font-size: 1.2vw;
  line-height: 1.5vw;
  display: inline-block;
  margin-bottom: 1.5vw;
  position: relative;
}
.home_news_single .news_title::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  height: 0.1vw;
  width: 5vw;
  left: -6vw;
  top: 0.5vw;
}
.home_news_single .news_disc {
  font-family: "FuturaBTBook";
}
.home_news_single .news_link {
  display: inline-flex;
  background: var(--dark-color);
  color: #fff;
  padding: 0.5vw 1vw;
  font-family: "FuturaBTBook";
  text-transform: uppercase;
  font-size: 0.8vw;
  line-height: 1vw;
  align-items: center;
  transition: ease all 0.5s;
}
.home_news_single .news_link img {
  height: auto;
  width: 0.7vw;
  filter: invert(1);
  margin-left: 7px;
}
.home_news_single .news_link:hover {
  letter-spacing: 2px;
  transition: ease all 0.5s;
}

.content_from_botom {
  display: flex;
  align-items: end;
}

.btn_gap {
  margin-bottom: 4vw;
}

.sec_footer {
  background: #252627;
  position: relative;
  width: 100%;
  padding: 4vw 0 1.5vw 0;
}

.f_get_in {
  color: #fff;
  font-family: "FuturaBTBook";
  font-size: 1.3vw;
  line-height: 1.5vw;
  margin-bottom: 35px;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  justify-content: flex-end;
}

.social-links li span {
  font-size: 0px;
  display: none;
}

.social-links li i {
  color: #bea87d;
  font-size: 20px;
}

.social-links li:hover i {
  color: #7787be;
}

#footer-form .form-group,
#footer-form .input-group,
#footer-form .form-group input,
#footer-form .form-group select {
  height: 2vw;
}

#footer-form .form-group {
  margin-bottom: 25px;
  margin-top: 0;
}
#footer-form .form-group input {
  border: none;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
}
#footer-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  width: 100%;
}
#footer-form .input-group-addon {
  color: #222;
  border: none;
  border-right: 0;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
#footer-form .flag-dropdown {
  background-color: transparent;
  border: none;
}
#footer-form .react-tel-input .selected-flag:hover,
#footer-form .react-tel-input .selected-flag:focus {
  background-color: transparent;
}
#footer-form .react-tel-input .flag-dropdown.open .selected-flag {
  background: transparent;
}
#footer-form input::-moz-placeholder,
#footer-form textarea::-moz-placeholder {
  color: #fff;
}
#footer-form input::placeholder,
#footer-form textarea::placeholder {
  color: #fff;
}

.footer_form_submit {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: none !important;
  color: #fff;
}

.error {
  font-size: 12px !important;
  color: #ff0000;
  position: relative;
  top: -2px;
}

.sec_footer {
  color: #ffffff;
}

.footer_link_main {
  margin: 2vw 0;
}

.footer_add_wrap {
  margin-bottom: 2vw;
}
.footer_add_wrap .add_title {
  font-family: "FuturaBTBook";
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 10px;
}
.footer_add_wrap p {
  color: #ffffff;
  opacity: 0.5;
  font-family: "FuturaBTBook";
  margin-bottom: 0;
}

.txtgrey {
  color: #ffffff;
  opacity: 0.5;
}
.txtgrey:hover {
  opacity: 1;
}

.footer_link_wrap {
  margin-bottom: 25px;
}
.footer_link_wrap .quick_link_head {
  font-size: 0.8vw;
  line-height: 1vw;
  font-weight: 600;
  color: #fff;
  font-family: "FuturaBTBook";
  margin-bottom: 0.5vw;
}

.quick_links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.quick_links li {
  margin-bottom: 0.5vw;
  transform: translateX(0px);
  transition: 0.3s;
}
.quick_links li a {
  color: #fff;
  font-size: 0.8vw;
  line-height: 1vw;
  transition: 0.3s;
  display: block;
  font-weight: 300;
  opacity: 0.5;
  font-family: "FuturaBTBook";
}
.quick_links li:hover {
  transform: translateX(5px);
  transition: 0.3s;
}
.quick_links li:hover a {
  opacity: 1;
  transition: 0.3s;
}

.disc_txt {
  font-family: "FuturaBTBook";
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.disc_txt p {
  color: #fff;
  opacity: 0.5;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 3px;
}
.disc_txt p strong {
  font-family: "FuturaBold";
}
.disc_txt p:last-child {
  margin-bottom: 0;
}

.copy_txt {
  color: #c9c9c9;
  margin-bottom: 0;
  font-size: 0.77vw;
}
.copy_txt a {
  color: #c9c9c9 !important;
}

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

.banner_video {
  width: 100% !important;
  height: auto !important;
}
.banner_video video {
  display: block;
}

.no1_sec_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.no1_building {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: auto;
}

.no1_copy {
  position: absolute;
  right: 0;
  width: auto;
  height: 20vw;
  top: 50%;
  margin-top: -10vw;
  margin-right: 13vw;
}

.svg_no1 {
  width: 25vw;
  position: absolute;
  left: 0;
  bottom: -1.6vw;
  margin-left: 9vw;
}

.svg_no1 .animate_path1,
.svg_no1 .animate_path2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke: var(--primary-color);
  fill: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.svg_no1 .animate_path1 {
  stroke-dasharray: 2156;
  stroke-dashoffset: 2156;
  animation: line-animation 5s ease forwards infinite;
}

.svg_no1 .animate_path2 {
  font-family: "AmentiMedium";
  stroke-dasharray: 2742;
  stroke-dashoffset: 2742;
  animation: line-animation 5s ease forwards infinite;
}

.st0 {
  fill: none;
  stroke: rgba(0, 0, 0, 0.3882352941);
  stroke-dasharray: 2156;
  stroke-dashoffset: 2156;
  animation: line-animation 5s ease forwards infinite;
}

.st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: rgba(0, 0, 0, 0.3882352941);
  stroke-dasharray: 2156;
  stroke-dashoffset: 2156;
  animation: line-animation 5s ease forwards infinite;
}

@keyframes line-animation {
  100% {
    stroke-dashoffset: 0;
  }
}
.inner_banner_wrap1 {
  position: relative;
}
.inner_banner_wrap1 .banner_img_wrap img {
  height: auto;
  width: 100%;
}
.inner_banner_wrap1 .innerbanner_content_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner_banner_wrap1 .innerbanner_content_wrap .banner_title {
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 1.5vw 3vw;
  background: rgba(0, 0, 0, 0.568627451);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 4;
}
.inner_banner_wrap1 .innerbanner_content_wrap .banner_title .ba_title_wrap {
  position: relative;
  padding-bottom: 0.5vw;
  margin-bottom: 0.7vw;
}
.inner_banner_wrap1
  .innerbanner_content_wrap
  .banner_title
  .ba_title_wrap
  .ba_title {
  color: #fff;
  font-family: "Beliau";
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 2vw;
  position: relative;
  margin-bottom: 0;
}
.inner_banner_wrap1
  .innerbanner_content_wrap
  .banner_title
  .ba_title_wrap
  .ba_sub_title {
  color: #fff;
  font-size: 0.8vw;
  line-height: 0.8vw;
  font-family: "FuturaBTBook";
  margin-bottom: 0.3vw;
  margin-top: 0.3vw;
}
.inner_banner_wrap1
  .innerbanner_content_wrap
  .banner_title
  .ba_title_wrap::after {
  content: "";
  position: absolute;
  width: 5vw;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
}
.inner_banner_wrap1::after {
  content: "";
  position: absolute;
  background: transparent
    linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 35%;
  left: 0;
  top: 0;
  z-index: 1;
}

.inner_banner_wrap1.full_height .banner_img_wrap img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.inner_banner_wrap1.no_shadaw::after {
  display: none;
}

#aboutus.full_height .banner_img_wrap img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

#aboutus.no_shadaw .banner_img_wrap img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}
#aboutus.no_shadaw::after {
  display: none;
}

.missionvision {
  background-image: url("/images/missionbg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner_banner_wrap {
  position: relative;
}
.inner_banner_wrap .banner_img_wrap img {
  height: auto;
  width: 100%;
}
.inner_banner_wrap .innerbanner_content_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner_banner_wrap .innerbanner_content_wrap .banner_title {
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 1.5vw 3vw;
  background: rgba(0, 0, 0, 0.568627451);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 4;
}
.inner_banner_wrap .innerbanner_content_wrap .banner_title .ba_title_wrap {
  position: relative;
  padding-bottom: 0.5vw;
  margin-bottom: 0.7vw;
}
.inner_banner_wrap
  .innerbanner_content_wrap
  .banner_title
  .ba_title_wrap
  .ba_title {
  color: #fff;
  font-family: "Beliau";
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 2vw;
  position: relative;
  margin-bottom: 0;
}
.inner_banner_wrap
  .innerbanner_content_wrap
  .banner_title
  .ba_title_wrap
  .ba_sub_title {
  color: #fff;
  font-size: 0.8vw;
  line-height: 0.8vw;
  font-family: "FuturaBTBook";
  margin-bottom: 0.3vw;
  margin-top: 0.3vw;
}
.inner_banner_wrap
  .innerbanner_content_wrap
  .banner_title
  .ba_title_wrap::after {
  content: "";
  position: absolute;
  width: 5vw;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
}
.inner_banner_wrap::after {
  content: "";
  position: absolute;
  background: transparent
    linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 35%;
  left: 0;
  top: -100px;
  z-index: 1;
}

.inner_banner_wrap.full_height .banner_img_wrap img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.inner_banner_wrap.banner_img_top .banner_img_wrap img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.inner_banner_wrap.banner_img_bottom .banner_img_wrap img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.inner_banner_wrap.banner_img_center .banner_img_wrap img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.inner_banner_wrap.no_shadaw::after {
  display: none;
}

.inner_banner_wrap.auto .banner_img_wrap img {
  height: auto !important;
}

.ba_breadcrumb {
  content: "";
}
.ba_breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.ba_breadcrumb .breadcrumb .breadcrumb-item {
  font-size: 0.8vw;
  line-height: 0.8vw;
  font-family: "Amenti";
}
.ba_breadcrumb .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.ba_breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.flower_abt_banner {
  bottom: 50%;
  z-index: 2;
}

.banner_title_middle {
  margin-top: 13vw;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.banner_title_middle .ba_title_middle {
  font-family: "FuturaBTBook";
  font-size: 2vw;
  line-height: 2vw;
  color: #fff;
  margin-bottom: 1vw;
  text-align: center;
}
.banner_title_middle .ba_title_middle .bold_txt {
  font-family: "FuturaBold";
}

.circle_count_wrap {
  text-align: center;
  width: 12vw;
  height: 12vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.circle_count_wrap .circle_title {
  font-family: "Beliau";
  font-size: 2.5vw;
  line-height: 2vw;
  margin-top: 0.5vw;
  color: #b0925a;
  margin-bottom: 0.4vw;
}
.circle_count_wrap .circle_txt {
  font-family: "FuturaBTBook";
  color: #fff;
  font-size: 0.8vw;
  line-height: 1vw;
  margin-bottom: 0;
}
.circle_count_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/aboutus/about-circle.png) no-repeat center;
  background-size: 80%;
  z-index: -1;
  transition: ease all 0.5s;
}
.circle_count_wrap:hover::before {
  transition: ease all 0.5s;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animated_building_svg svg path,
.animated_building_svg svg rect,
.animated_building_svg svg polygon,
.animated_building_svg svg circle {
  fill: none;
  stroke: rgba(0, 0, 0, 0.3882352941);
  stroke-dasharray: 2156;
  stroke-dashoffset: 2156;
  animation: line-animation 5s ease forwards infinite;
}

.aboutus_building svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42vw;
  height: auto;
}

.aboutpage_sec {
  padding-bottom: 17vw;
}

.bg_img_section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.vtpbrand_sec {
  position: relative;
  padding: 10vw 0;
}
.vtpbrand_sec .container {
  position: relative;
  z-index: 2;
}
.vtpbrand_sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(0deg, #000000 -30%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.vtp_brand_logo {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.vtp_brand_logo .motion_wrap {
  display: inline-block;
  margin-bottom: 4vw;
}
.vtp_brand_logo .motion_wrap.mbd-0 {
  margin-bottom: 0;
  margin-top: 3vw;
}
.vtp_brand_logo img {
  width: 8vw;
  height: auto;
  margin: 0 1.5vw;
}

.flower_top_left {
  top: 0;
  bottom: unset;
}

.flower_top_right {
  top: 0;
  bottom: unset;
  left: unset;
  right: 0;
  transform: rotate(51deg);
}

.flower_top_right.blue_flower {
  transform: rotate(90deg);
}

.aboutpage_sec .flower_wrap .flower {
  width: 11vw;
}

.vtp_group_logo {
  width: 11vw !important;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 1vw !important;
  margin-bottom: 3vw;
}

.flower_vtp_group .flower {
  width: 18vw;
}

.vtp_group_sec {
  padding-bottom: 8vw;
}

.animate_text[data-scroll="out"] .char {
  opacity: 0;
}

.animate_text[data-scroll="in"] .char {
  animation: slide-in 0.5s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(1ms * var(--char-index) + 1s);
}

@keyframes slide-in {
  from {
    transform: translateY(1.5em);
    opacity: 0;
  }
}
.animated_title .word {
  overflow: hidden;
}

.animated_title[data-scroll="in"] .word .char {
  position: relative;
  animation: slide-up 0.2s cubic-bezier(0.75, 0, 0.25, 1) both;
  animation-delay: calc(0.2s + 0.2s * var(--word-index));
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
}
.new__fadeInLeft[data-scroll="in"] {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.8s;
}

.new__fadeInRight[data-scroll="in"] {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.8s;
}

.new__fadeInUp[data-scroll="in"] {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}

.new__zoomIn[data-scroll="in"] {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.8s;
}

.new__zoomIn[data-scroll="out"] {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: zoomOut;
  animation-delay: 0.8s;
}

.any_animate[data-anim-item="1"] {
  animation-delay: 0.5s !important;
}

.any_animate[data-anim-item="2"] {
  animation-delay: 1.5s !important;
}

.any_animate[data-anim-item="3"] {
  animation-delay: 2s !important;
}

.any_animate[data-anim-item="4"] {
  animation-delay: 2.5s !important;
}

.any_animate[data-anim-item="5"] {
  animation-delay: 3s !important;
}

.any_animate[data-anim-item="6"] {
  animation-delay: 3.5s !important;
}

.any_animate[data-anim-item="7"] {
  animation-delay: 4s !important;
}

.any_animate[data-anim-item="8"] {
  animation-delay: 4.5s !important;
}

.any_animate[data-anim-item="9"] {
  animation-delay: 5s !important;
}

.any_animate[data-anim-item="10"] {
  animation-delay: 5.5s !important;
}

.sec_luxe_highlite {
  padding: 4vw 0;
  background: #f9f4e8;
}

.luxe_highlite {
  display: flex;
  justify-content: center;
  align-items: center;
}
.luxe_highlite .luxe_logo {
  padding-right: 3vw;
  margin-right: 3vw;
  position: relative;
}
.luxe_highlite .luxe_logo img {
  width: 14vw;
  height: auto;
  display: block;
}
.luxe_highlite .luxe_logo::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  bottom: 0;
  right: 0;
}
.luxe_highlite .luxe_content {
  content: "";
}
.luxe_highlite .luxe_content .l_title {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Beliau";
  font-size: 2vw;
  line-height: 2.2vw;
  text-transform: uppercase;
}
.luxe_highlite .luxe_content .l_subtitle {
  font-family: "FuturaBTBook";
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0.5vw;
}

.sec_luxe_redefine {
  position: relative;
  width: 100%;
}
.sec_luxe_redefine .luxe_bg_img {
  width: 100%;
  height: auto;
  display: block;
}

.sec_over_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

.half_black_shade .container {
  z-index: 2;
  position: relative;
}
.half_black_shade::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background: transparent
    linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat;
}

.luxe_title_wrap {
  position: relative;
  margin-bottom: 3.4vw;
}
.luxe_title_wrap .luxe_title {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Beliau";
  font-size: 2.7vw;
  line-height: 3.1vw;
  padding-top: 2.2vw;
}
.luxe_title_wrap .luxe_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4vw;
  height: 0.5vw;
  background: transparent
    linear-gradient(97deg, #e5c98f 0%, #a27b33 57%, #b89f70 100%) 0% 0%;
}

.luxe_txt {
  font-family: "FuturaBTBook";
  color: #ffffff;
  font-size: 1.04vw;
}

.bg_dark_gradient {
  background: transparent linear-gradient(295deg, #000000 0%, #3b3939 100%) 0%
    0% no-repeat;
}

.luxe_slide_main {
  height: 100%;
  padding-left: 5vw;
  position: relative;
}
.luxe_slide_main .luxe_slide_content {
  padding-right: 10vw;
  padding-bottom: 8vw;
  margin-bottom: -4vw;
}
.luxe_slide_main .luxe_slide_content .ls_title {
  color: #fff;
  font-family: "FuturaBTBook";
  font-size: 1.3vw;
  line-height: 1.3vw;
  margin-bottom: 1vw;
}
.luxe_slide_main .luxe_slide_content .ls_txt {
  color: #fff;
  font-family: "FuturaBTBook";
}

.usps_img {
  position: relative;
  z-index: 2;
  margin-bottom: -10vw;
}

.big_counter {
  font-size: 17vw;
  color: #909191;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #909191;
  display: inline-block;
  line-height: 0.8;
  margin-bottom: 0;
  font-family: "FuturaBTBook";
  position: absolute;
  right: 0;
  bottom: -4vw;
}

.luxe_title_line {
  position: relative;
}
.luxe_title_line::after {
  content: "";
  position: absolute;
  left: -7vw;
  bottom: -1.7vw;
  width: 15vw;
  height: 1px;
  background: #e5c98f;
}

.usps_slider .owl-stage-outer {
  padding-bottom: 4vw;
}

.owl_nav_btn .owl-nav button.owl-prev {
  transform: scaleX(-1);
}

.owl_nav_btn .owl-nav {
  display: flex;
  width: 100%;
  justify-content: center;
}
.owl_nav_btn .owl-nav button {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50% !important;
  position: relative;
  background: none !important;
  transition: ease all 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.owl_nav_btn .owl-nav button svg {
  width: 1.2vw;
  height: auto;
}
.owl_nav_btn .owl-nav button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #bea87d !important;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: ease all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.owl_nav_btn .owl-nav button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #bea87d !important;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(1.4);
  opacity: 0;
  transition: ease all 0.5s;
}
.owl_nav_btn .owl-nav button:hover {
  transition: ease all 0.5s;
  animation: pulse-cust 2s;
}
.owl_nav_btn .owl-nav button:hover::before {
  opacity: 0;
  transform: scale(0.7);
  transition: ease all 0.4s;
}
.owl_nav_btn .owl-nav button:hover::after {
  transform: scale(1);
  opacity: 1;
  transition: ease all 0.5s;
}
@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(190, 168, 125, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(190, 168, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(190, 168, 125, 0);
  }
}
.luxe_usps_nav .owl-nav {
  display: flex;
  justify-content: left;
  position: absolute;
  bottom: 2vw;
}

.homes_usps_nav .owl-nav {
  display: flex;
  justify-content: left;
  position: absolute;
  bottom: 2vw;
  padding-left: 10vw;
}

.auto-height .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.auto-height .owl-item {
  display: flex;
  height: auto !important;
}

.luxestory_sec {
  background: url("/images/award-bg.jpg") no-repeat center;
  background-size: cover;
}

.luxe_title_wrap_2 {
  position: relative;
  margin-bottom: 3.4vw;
  padding-bottom: 1vw;
}
.luxe_title_wrap_2 .lt_one {
  font-family: "Beliau";
  font-size: 2vw;
  line-height: 2.5vw;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 0.5vw;
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.luxe_title_wrap_2 .lt_sub_t {
  font-family: "FuturaBTBook";
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0;
}
.luxe_title_wrap_2::after {
  content: "";
  position: absolute;
  width: 5vw;
  height: 2px;
  left: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
  background: #bea87d;
}

.luxe_box_title_wrap {
  position: relative;
  margin-bottom: 3.4vw;
  text-align: center;
}
.luxe_box_title_wrap .box_sub_title {
  font-family: "FuturaBTBook";
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0;
  background: transparent
    linear-gradient(254deg, #e5c98f 0%, #a27b33 83%, #b89f70 100%) 0% 0%
    no-repeat;
  display: inline-block;
  color: #fff;
  padding: 0.5vw 1vw;
}
.luxe_box_title_wrap .box_title {
  font-family: "FuturaBTBook";
  font-size: 2vw;
  line-height: 2.5vw;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 1vw;
  letter-spacing: 1px;
}

.project_grid {
  margin-top: 4vw !important;
  grid-gap: 40px;
}

.pro_no_gap {
  margin-top: 0;
}

.pro_gap {
  margin-top: -4vw;
}

.light_color {
  background: #f8f4ee;
}

.sec_two_half {
  position: relative;
  width: 100%;
}

.blue_bg {
  background: var(--primary-color);
}

.first_half {
  height: 100%;
}
.first_half .full_h_img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.second_half {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 3vw 5vw;
}
.second_half .half_sec_title {
  font-family: "Beliau";
  font-size: 2.6vw;
  line-height: 3.3vw;
  margin-bottom: 1vw;
  text-transform: uppercase;
}
.second_half p {
  font-family: "FuturaBTBook";
}

.vtp_homes_slide {
  padding-left: 0;
}
.vtp_homes_slide .luxe_title_wrap .luxe_title {
  background: none;
  -webkit-text-fill-color: unset;
  color: var(--primary-color);
}
.vtp_homes_slide .luxe_title_wrap .luxe_title::before {
  content: none;
}
.vtp_homes_slide .luxe_slide_content .ls_title {
  color: #000;
}
.vtp_homes_slide .luxe_slide_content .ls_txt {
  color: #000;
}

.vtp_homes_slide .luxe_title_wrap {
  padding-left: 10vw;
  padding-top: 6vw;
}
.vtp_homes_slide .luxe_slide_content {
  padding-right: 4vw;
  padding-left: 10vw;
}
.vtp_homes_slide .luxe_slide_content .big_counter {
  right: unset;
  left: 0;
}

.luxe_box_title_wrap.blue .box_sub_title {
  background: #7787be;
}

.project_filter_wrap {
  text-align: center;
  margin-bottom: 5vw;
  margin-top: 2vw;
}
.project_filter_wrap img {
  width: 1.5vw;
  height: 1.5vw;
}
.project_filter_wrap .filter_title {
  font-family: "FuturaBold";
  text-align: center;
  font-size: 1.3vw;
  line-height: 1.4vw;
  letter-spacing: 1px;
  margin-bottom: 2vw;
}
.project_filter_wrap .search_box {
  border: 1px solid var(--primary-color);
  padding: 0.6vw 1vw;
  margin: 0 auto;
  display: inline-block;
  border-radius: 15px;
}

.filter_mian_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
}
.filter_mian_wrap .search_txt {
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 600;
  color: var(--primary-color);
  border-right: 1px solid var(--primary-color);
  padding-right: 1.5vw;
}
.filter_mian_wrap .form_input_wrap {
  content: "";
}
.filter_mian_wrap .form_input_wrap .select_option {
  border: none;
  background: transparent;
  font-family: "FuturaBTBook";
  font-size: 0.9vw;
  outline: none;
  width: 8vw;
}
.filter_mian_wrap .form_input_wrap .select_option option {
  font-family: "Poppins", sans-serif;
  font-size: 0.8vw;
}
.filter_mian_wrap .form_input_wrap .select_option option:hover {
  background: var(--primary-color);
  color: #fff;
}
.filter_mian_wrap .form_input_wrap .search_btn {
  font-family: "FuturaBTBook";
  border: none;
  outline: none !important;
  background: var(--primary-color);
  color: #fff;
  padding: 0.4vw 1vw;
  border-radius: 9px;
  font-size: 0.8vw;
}

.img_warp {
  position: relative;
}

.fill_img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  left: unset !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
}

.project_overview_img {
  width: 95% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.futura_txt p {
  font-family: "FuturaBTBook" !important;
}

.small_subtitle {
  font-family: "FuturaBTBook";
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0.5vw 0;
}

.sec_blur_flower_bg {
  position: relative;
  background: url("/images/walkthrought-bg.png") no-repeat center bottom;
  background-size: 100%;
  background-color: #fbfbfb;
}

.video_thumb {
  position: relative;
}
.video_thumb .video_thumb_warp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2784313725);
}
.video_thumb .video_thumb_warp .video_play {
  position: relative;
  height: 4.5vw;
  width: 4.5vw;
  background-size: 50%;
  padding: 1.2vw;
  background-color: rgba(255, 255, 255, 0.4784313725);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.video_thumb .video_thumb_warp .video_play img {
  width: 100%;
  height: auto;
}
.video_thumb .video_thumb_warp .video_play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: videoAnimation 2s infinite;
}
.video_thumb .video_thumb_warp .video_play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: videoAnimation 2s infinite;
  animation-delay: 0.5s;
}

@keyframes videoAnimation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.sec_project_highlite {
  background: url("/images/projecthighlight-bg.jpg") no-repeat left bottom;
  background-size: cover;
}

.highlight_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1vw;
}

.highlight_icon_wrap {
  text-align: center;
  margin-bottom: 1vw;
}
.highlight_icon_wrap .h_icon {
  filter: invert(56%) sepia(43%) saturate(344%) hue-rotate(189deg)
    brightness(87%) contrast(99%);
  width: 4vw !important;
}
.highlight_icon_wrap .h_txt_wrap .h_title {
  font-family: "FuturaBTBook";
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.3vw;
  margin-bottom: -0.2vw;
  margin-top: 1vw;
  letter-spacing: 0.5px;
}
.highlight_icon_wrap .h_txt_wrap .h_txt {
  font-family: "FuturaBTBook";
  margin-bottom: 0;
  margin-top: 0.5vw;
}

.zoom_btn {
  position: absolute;
  height: 4.5vw;
  width: 4.5vw;
  background-size: 50%;
  padding: 1.2vw;
  background-color: rgba(255, 255, 255, 0.4784313725);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.zoom_btn img {
  width: 100%;
  height: auto;
}
.zoom_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: videoAnimation 2s infinite;
}
.zoom_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: videoAnimation 2s infinite;
  animation-delay: 0.5s;
}

.amenities_gall_wrap {
  position: relative;
  overflow: hidden;
}
.amenities_gall_wrap .zoom_btn {
  opacity: 0;
  transition: ease all 1s;
}
.amenities_gall_wrap .ame_img {
  -o-object-fit: cover;
  object-fit: cover;
  transform: rotate(0deg) scale(1);
  -webkit-filter: brightness(100%);
  transition: ease all 1s;
}
.amenities_gall_wrap .ame_txt_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.amenities_gall_wrap .ame_txt_wrap .ame_title_wrap {
  background: rgba(0, 0, 0, 0.168627451) 0% 0% no-repeat padding-box;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 0.6vw 1.2vw;
}
.amenities_gall_wrap .ame_txt_wrap .ame_title_wrap .ame_title {
  font-family: "FuturaBTBook";
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0;
}
.amenities_gall_wrap:hover .zoom_btn {
  opacity: 1;
  transition: ease all 1s;
}
.amenities_gall_wrap:hover .ame_img {
  -webkit-filter: brightness(50%);
  transition: ease all 1s;
}

.half_cut_slider .owl-item .amenities_gall_wrap {
  transform: scale(0.9);
  transition: ease all 1s;
  -webkit-filter: brightness(50%);
}
.half_cut_slider .owl-item.active .amenities_gall_wrap {
  transform: scale(1);
  -webkit-filter: brightness(100%);
  transition: ease all 1s;
}

.sec_galley {
  background-size: cover !important;
  background-position: center top !important;
}
.sec_galley::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9215686275);
  z-index: 1;
}
.sec_galley .container {
  position: relative;
  z-index: 2;
}

.gallery_slider .owl-item .amenities_gall_wrap .ame_img {
  height: 70vh !important;
  -o-object-position: top;
  object-position: top;
}

.location_main_wrap {
  padding: 4vw 4vw 4vw 14vw;
  background: rgba(227, 198, 140, 0.1);
  height: 100%;
}

.cust_acoordition {
  --bs-accordion-bg: transparent !important;
}
.cust_acoordition .accordion-item {
  margin-bottom: 0.6vw;
  border: none;
}
.cust_acoordition .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: 1px solid #e7d7b7;
  border-radius: 0px !important;
  padding: 0.8vw 1vw;
  color: #bea87d;
  font-family: "FuturaBTBook";
  font-size: 0.9vw;
  outline: none !important;
  box-shadow: none !important;
}
.cust_acoordition
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23BEA87D'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.cust_acoordition .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23BEA87D'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.cust_acoordition .accordion-item:last-child {
  margin-bottom: 0;
}
.cust_acoordition .accordion-item .accordion-body {
  padding: 1vw 1vw 0.5vw 1vw;
}

.loc_list {
  padding-left: 0;
}
.loc_list li {
  font-size: 0.8vw;
  line-height: 1.1vw;
  margin-bottom: 0.3vw;
}

.amenities_gall_wrap.no_rotate {
  overflow: hidden !important;
}
.amenities_gall_wrap.no_rotate .ame_img {
  transform: scale(1) !important;
  transition: ease all 0.5s !important;
}
.amenities_gall_wrap.no_rotate:hover .ame_img {
  transform: scale(1.2) !important;
  transition: ease all 0.5s !important;
}

.construction_title {
  font-family: "FuturaBTBook";
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 2vw;
}

.animated_title.gradient_txt .word .char {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.animated_title.lh26 {
  line-height: 2.6vw;
}

.animated_title.lh2 {
  line-height: 2vw;
}

.fluid_sec_right .fsec_first_half {
  content: "";
}
.fluid_sec_right .fsec_second_half {
  padding: 1vw 13vw 4vw 4vw;
}

.fluid_sec_left .fsec_first_half {
  padding: 1vw 4vw 4vw 13vw;
}
.fluid_sec_left .fsec_second_half {
  content: "";
}

.content_center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.philosophy_sec {
  padding: 4vw 0 12vw 0;
}

.philosophy_building svg {
  position: absolute;
  bottom: 0;
  right: 7vw;
  width: 27vw;
  height: auto;
}

.sec_brand_promise {
  background: url("/images/brand-philosophy/brandpromise.png") no-repeat left
    bottom;
  background-position: bottom left !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-color: #3fc0ce !important;
}

.subtitle_1.left_side_border.white {
  color: #ffffff;
}

.subtitle_1.left_side_border.white::before {
  background: #ffffff;
}

.two_col_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
}

.highlight_icon_wrap.style_2 {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}

.highlight_icon_wrap.style_2 .h_icon {
  filter: invert(0);
  margin-right: 20px;
}

.highlight_icon_wrap.white .h_txt_wrap .h_title {
  color: #ffffff;
  margin-top: 0;
}

.highlight_icon_wrap.white .h_txt_wrap .h_txt {
  color: #ffffff;
}

.cust_list {
  padding-left: 0;
  font-family: "FuturaBTBook";
}
.cust_list li {
  font-size: 0.8vw;
  margin-bottom: 1.2vw;
  padding-left: 2vw;
  position: relative;
  line-height: 18px;
  list-style: none;
  min-height: 1.6vw;
  display: flex;
  align-items: center;
}
.cust_list li::before {
  content: "";
  height: 1.6vw;
  width: 1.6vw;
  background-image: url("/images/tick2.png");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.cust_list.black_pointer li::before {
  background-image: url("/images/tick.png");
}

.three_col_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vw;
}

.building_three path {
  stroke: rgba(0, 0, 0, 0.168627451) !important;
}

.blue_flower_banner {
  transform: rotate(90deg);
  top: 4vw;
}

.simplease_title {
  font-family: "Beliau";
  font-size: 1.3vw;
  line-height: 1.7vw;
  margin-bottom: 1vw;
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-color);
}

.simplease_logo_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.simplease_logo_wrap .simplease_logo {
  position: relative;
  text-align: center;
}
.simplease_logo_wrap .simplease_logo img {
  width: 7vw !important;
  aspect-ratio: 5/4;
  -o-object-fit: contain;
  object-fit: contain;
}

.simplease_logo img {
  width: 7vw !important;
  aspect-ratio: 5/4;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0px 3vw;
}

.brown_bg {
  background: #f2efe9;
}

.simplease_disc_txt {
  color: var(--primary-color);
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 0.7vw;
  text-align: center;
}

.bluewater_sec {
  padding-bottom: 13vw;
}

.bluewater_building svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 51vw;
  height: auto;
}

.bluewater_building svg path,
.bluewater_building svg rect,
.bluewater_building svg polygon,
.bluewater_building svg circle {
  stroke: rgba(0, 0, 0, 0.631372549);
}

.timeline_small_head {
  margin-top: -1.5vw;
  text-align: center;
  margin-bottom: 4vw;
}

.timeline_slider_wrap {
  width: 70%;
  margin: auto;
  position: relative;
}

.timeline_bullet_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vw;
}
.timeline_bullet_wrap .the_line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #000;
  text-align: center;
  transition: ease all 0.9s;
}
.timeline_bullet_wrap .the_line::before {
  content: "";
  position: absolute;
  width: 1vw;
  height: 1vw;
  background: black;
  border-radius: 50%;
  bottom: -0.45vw;
  right: 50%;
  margin-right: -0.5vw;
  border: 0.4vw solid transparent;
  transition: ease all 0.9s;
}
.timeline_bullet_wrap .the_line .year {
  position: relative;
  top: -3vw;
  font-size: 1vw;
  transition: ease all 0.9s;
}

.timeline_slider_wrap .swiper .swiper-slide-active .timeline_bullet_wrap {
  content: "";
}
.timeline_slider_wrap
  .swiper
  .swiper-slide-active
  .timeline_bullet_wrap
  .the_line {
  transition: ease all 0.9s;
}
.timeline_slider_wrap
  .swiper
  .swiper-slide-active
  .timeline_bullet_wrap
  .the_line::before {
  background: #7787be;
  width: 10.4vw;
  height: 10.4vw;
  margin-right: -5.2vw;
  bottom: -5vw;
  border: 0.4vw solid #a3afda;
  transition: ease all 0.9s;
}
.timeline_slider_wrap
  .swiper
  .swiper-slide-active
  .timeline_bullet_wrap
  .the_line
  .year {
  top: -1.4vw;
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 2.5vw;
  color: #fff;
  transition: ease all 0.9s;
}

.left_half_line {
  width: 100%;
  position: absolute;
  top: 5.95vw;
  left: 0;
  margin-left: -2.9vw;
}
.left_half_line .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.left_half_line .dot {
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  background: black;
  border: 0.23vw solid #969696;
  border-radius: 50%;
  margin-top: -0.67vw;
}

.right_half_line {
  width: 100%;
  position: absolute;
  top: 5.95vw;
  right: 0;
  margin-right: -2.9vw;
}
.right_half_line .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.right_half_line .dot {
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  background: black;
  border: 0.23vw solid #969696;
  border-radius: 50%;
  margin-top: -0.67vw;
  float: right;
}

.swiper-nav {
  margin-top: 2vw !important;
}
.swiper-nav button {
  border: none;
  background: none;
  height: 3vw;
  width: 3vw;
  border-radius: 50%;
  border: 1px solid #bea87d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0.5vw;
}
.swiper-nav button svg {
  width: 4vw;
  height: auto;
}
.swiper-nav button img {
  width: 1vw;
  height: auto;
}

.timeline_slider_wrap .cust-swiper-button-prev {
  position: absolute;
  left: -8vw;
  top: 4.5vw;
}
.timeline_slider_wrap .cust-swiper-button-next {
  position: absolute;
  right: -8vw;
  top: 4.5vw;
}

.time_line_txt_wrap {
  position: relative;
}
.time_line_txt_wrap .timeline_list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  margin-bottom: 0;
}
.time_line_txt_wrap .timeline_list li {
  position: relative;
  padding-left: 2vw;
  font-size: 0.9vw;
  line-height: 1.5vw;
  margin: 0.5vw 3vw;
  list-style: none;
}
.time_line_txt_wrap .timeline_list li::before {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0.5vw;
  width: 0.6vw;
  height: 0.6vw;
  background: #7787be;
  border-radius: 50%;
}

.bluewater_logo {
  position: relative;
  text-align: center;
  margin-top: 3vw;
}
.bluewater_logo img {
  width: 14vw !important;
}
.bluewater_logo p {
  font-family: "Beliau";
  font-size: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0;
}

.nav_middle_inside {
  margin-top: 0;
}
.nav_middle_inside .cust-swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -20px;
}
.nav_middle_inside .cust-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -20px;
}

.mt_10 {
  margin-top: 10px;
}

.thumb_slider img {
  filter: brightness(0.5);
}

.thumb_slider .swiper-slide-active img {
  filter: brightness(1);
}

.construction_tab_click {
  margin-top: 3vw !important;
  margin-bottom: 3vw;
}

.dropdown_tab {
  width: auto !important;
  max-width: 100% !important;
  padding: 0;
}

.dropdown_tab button {
  background: transparent !important;
  width: 100%;
  border-radius: 0;
  text-align: left;
  position: relative;
  font-family: "Beliau";
  border: none;
  color: var(--primary-color) !important;
  font-size: 1.5vw;
  line-height: 1.5vw;
  padding-right: 2vw;
}

.dropdown_tab button::after {
  display: none;
}

.dropdown_tab button:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231A508C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  right: 8px;
  top: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.dropdown_tab button:focus {
  box-shadow: none !important;
}

.dropdown_tab .dropdown-menu {
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.dropdown_tab .dropdown-menu li span {
  padding: 10px 9px;
  cursor: pointer;
  font-family: "Beliau";
}

.dropdown_tab .dropdown-menu li span.active {
  background-color: #ededed !important;
  color: var(--dark-color);
}

.nav_middle_outside .cust-swiper-button-prev {
  position: absolute;
  left: -4vw;
  top: 50%;
  margin-top: -3vw;
}
.nav_middle_outside .cust-swiper-button-next {
  position: absolute;
  right: -4vw;
  top: 50%;
  margin-top: -3vw;
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
  display: none;
}

.career_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 4vw;
}
.career_menu a {
  color: var(--dark-color);
  font-size: 1vw;
  line-height: 2vw;
  margin: 0 2vw;
  border-bottom: 1px solid #fff;
  transition: ease all 0.5s;
}
.career_menu a:hover {
  color: var(--primary-color);
  transition: ease all 0.5s;
}
.career_menu a.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
  transition: ease all 0.5s;
}
.career_menu button {
  color: var(--dark-color);
  font-size: 1vw;
  line-height: 2vw;
  margin: 0 2vw;
  transition: ease all 0.5s;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
}
.career_menu button:hover {
  color: var(--primary-color);
  transition: ease all 0.5s;
}
.career_menu button.active {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  transition: ease all 0.5s;
}

.pune_no1 {
  width: 20vw !important;
}

.career_bg {
  background: url("/images/career-bg.png") no-repeat;
  background-size: cover;
}

.job_col_wrap div[class^="col-"] {
  margin-bottom: 2vw;
}

.jobpost_wrap {
  border-radius: 10px;
  padding: 1.5vw 1.5vw;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  height: 100%;
  margin: 0 0.5vw;
}
.jobpost_wrap .job_title {
  font-family: "Beliau";
  color: var(--primary-color);
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0.5vw;
}
.jobpost_wrap .job_exp {
  margin-bottom: 0.2vw;
}
.jobpost_wrap .job_location {
  margin-bottom: 0.2vw;
}
.jobpost_wrap .job_type {
  margin-bottom: 1.5vw;
}
.jobpost_wrap .job_type span {
  font-weight: 500;
  color: var(--primary-color);
}

.sec_seperation_gap {
  margin-top: 6vw !important;
}

.modal {
  z-index: 9999;
  background: rgb(0 0 0 / 50%);
  width: 30vw;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
  min-width: 42vw !important;
}
.modal-dialog .modal-content {
  background-color: #ffffff;
  border: none !important;
}
.modal-dialog .modal-content .modal-header {
  width: 95%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-color: rgba(0, 0, 0, 0.1411764706);
}
.modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  font-size: 12px;
}
.modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.2vw;
}
.modal-dialog .modal-content .modal-body .form_disc {
  font-size: 0.8vw;
  line-height: 1vw;
  text-align: center;
  margin-bottom: 20px;
  color: #6c757d;
}
.modal-dialog .modal-content .modal-body .form_disc span {
  font-family: "Beliau";
  color: var(--primary-color);
  font-size: 1vw;
  line-height: 1vw;
  margin-top: 0.2vw !important;
  display: block;
}

/*---modal form--*/
/*-------------------------------*/
/* .modal-body form input,
.modal-body form select {
  height: 2.4vw !important;
  border: none !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.0784313725) !important;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: var(--dark-color) !important;
  font-size: 0.9vw;
  font-size: 15px !important;
} */

/* .modal-body form input::-moz-placeholder,
.modal-body form textarea::-moz-placeholder {
  color: var(--dark-color);
} */

/* .modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: var(--dark-color);
} */

.modal-body form .input-group-addon {
  background: rgba(255, 255, 255, 0.0784313725);
  color: var(--dark-color);
  border: none;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

/* .modal-body form input::-webkit-file-upload-button {
  background: rgba(34, 34, 34, 0.6117647059);
  color: #fff;
  border: none !important;
} */

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  background: rgba(0, 0, 0, 0.0784313725);
  width: 100% !important;
}

.modal-body form .form-group {
  height: 2.4vw;
  margin-bottom: 1.1vw;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form button {
  margin: 0 auto;
}

/* .modal-body form input[type="file"] {
  padding: 0;
  width: calc(100% - 30px);
  padding-top: 9px;
} */

.cv-label {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #222;
}

.react-tel-input .country-list .search-box {
  border: 1px solid #cacaca !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  line-height: 15px !important;
  margin-left: -5px;
  padding: 8px 6px 8px;
  outline: none;
  height: unset !important;
  color: #222 !important;
}

.react-tel-input .country-list .country {
  padding: 7px 9px;
  color: #222;
}

.form_btn {
  margin: 0 auto;
  display: flex;
  background: var(--primary-color);
  padding: 9px 20px;
  border-radius: 30px;
  color: #fff !important;
}
.form_btn img {
  filter: invert(1);
}

.contact_email {
  text-align: center;
}

.contact_us_social {
  justify-content: center;
  padding-left: 0;
  margin-top: 2vw;
}
.contact_us_social li {
  margin: 0 10px;
  list-style: none;
}
.contact_us_social li i {
  color: #7787be;
  font-size: 3vw;
}

#contact-form .form-group,
#contact-form .form-group input {
  height: 3vw;
}

#contact-form .form-group {
  margin-bottom: 15px;
  margin-top: 0;
}
#contact-form .form-group input {
  border: none;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid var(--dark-color);
  border-radius: 0;
  color: var(--dark-color);
  font-size: 14px;
}
#contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--dark-color);
  border-radius: 0;
  width: 100%;
}
#contact-form .input-group-addon {
  color: #222;
  border: none;
  border-right: 0;
  border-bottom: 1px solid var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
#contact-form .flag-dropdown {
  background-color: transparent;
  border: none;
}
#contact-form .react-tel-input .selected-flag:hover,
#contact-form .react-tel-input .selected-flag:focus {
  background-color: transparent;
}
#contact-form .react-tel-input .flag-dropdown.open .selected-flag {
  background: transparent;
}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: var(--dark-color);
}
#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: var(--dark-color);
}

.black-sec {
  background-color: #0d0d0d;
}

.black-sec .l_title {
  background: transparent
    linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Beliau";
  font-size: 2vw;
  line-height: 2.2vw;
  text-transform: uppercase;
  position: relative;
}

.black-sec .luxe_logo img {
  width: 23vw;
}

.luxe-banner::after {
  background: transparent
    linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 30%);
}

.left-border-head .l_title::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 4px;
  width: 0.3vw;
  height: 1.5vw;
  background: transparent
    linear-gradient(97deg, #e5c98f 0%, #a27b33 57%, #b89f70 100%) 0% 0%;
}

.luxe_highlite {
  display: flex;
  justify-content: start;
  align-items: center;
}

.black-sec .luxe_highlite .luxe_logo::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #727272;
  bottom: 0;
  right: 0;
}

.luxe-golden.flower_wrap {
  position: absolute;
  left: -45px;
  bottom: 0;
  transform: rotate(0deg);
}

.list-disc li {
  list-style: disc;
  padding: 10px 0;
}

.premium-living img {
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.float-text-logo1 {
  position: absolute;
  bottom: 30%;
  left: -8%;
  z-index: 1;
}

.float-text-logo1 svg {
  width: 100%;
}

.stroke-animation {
  width: 100%;
}

/* .stroke-animation path:first-child {
  stroke: #0D0D0D;
  stroke-width: 1px;
  animation: stroke-anim 20s infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
}

@keyframes stroke-anim {
  0% {
      stroke-dasharray: 1000;
      stroke-dashoffset: 0;
  }

  100% {
      stroke-dasharray: 500;
      stroke-dashoffset: 500;
  }
} */
.redefine-living-sec .luxe-golden.flower_wrap {
  position: absolute;
  right: -45px;
  left: unset;
  bottom: 0;
  transform: rotate(240deg);
}

.luxe-slide.luxe_title_line::after {
  content: "";
  position: absolute;
  right: 0;
  left: unset;
  bottom: 1.3vw;
  width: 1px;
  height: 7vw;
  background: #e5c98f;
}

.luxe-usp-slider .owl-nav {
  position: absolute;
  top: 25%;
  right: -25%;
  left: unset;
  width: auto;
}

.luxe-slide .luxe_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 3vw;
  height: 0.4vw;
  background: transparent
    linear-gradient(97deg, #e5c98f 0%, #a27b33 57%, #b89f70 100%) 0% 0%;
}

.main_title {
  margin-bottom: 4rem;
}

.main_title .title {
  font-size: 1.85vw;
  line-height: 2vw;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-family: Gilda Display, sans-serif;
  position: relative;
}

.main_title .title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 5rem;
  background-color: #000000;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex_end {
  align-items: flex-end;
}

.events_header,
.award_header,
.newsmedia_header,
.video_header {
  margin: 1vw 0;
}

.video_header_title {
  font-size: 1rem;
  color: #707070;
}

.events_header_title {
  font-size: 1.2rem;
  color: #707070;
}

.newsmedia_img {
  position: relative;
  overflow: hidden;
}

.newsmedia_header_title {
  font-size: 1.1vw;
  line-height: 1.3vw;
  margin-bottom: 0.3vw;
  font-family: Segoe UI, sans-serif;
  text-align: left;
  color: #5b5b5b;
}
.newsmedia_header_title a {
  color: #5b5b5b !important;
}

.video_header_days {
  font-size: 0.65rem;
  color: #707070;
}

.events_header_days {
  font-size: 0.7rem;
  color: #707070;
  text-transform: capitalize;
}

.newsmedia_header_days {
  font-size: 0.75rem;
  text-transform: capitalize;
}

.newsmedia_body_content {
  color: #707070;
  padding-right: 5px;
  font-size: 0.85vw;
  line-height: 1.2vw;
}

.video_body_content {
  font-size: 0.85rem;
  color: #707070;
  text-align: justify;
}

.events_body_content {
  font-size: 0.85rem;
  color: #707070;
}

.video_img {
  position: relative;
  width: 100%;
  height: 100%;
}

.video_img .video_overlay .video_overlay_view {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -15.6rem;
  left: -0.15rem;
  padding: 0.2rem;
}

.video_img .video_overlay .video_overlay_view span {
  width: 60px;
  padding: 0.2rem 0.1rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.video_img .video_overlay .video_overlay_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40%;
  left: 40%;
  padding: 0.2rem;
}

/* style for awards  starts*/
.inner_banner_right_bottom {
  position: absolute;
  right: 0;
  bottom: 3rem;
  background-color: #788fc0;
  color: white;
  padding: 1rem 0.5rem;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.inner_banner_icon {
  transform: rotate(120deg);
  font-size: 1.3rem;
}

.inner_banner_content {
  font-size: 1.5rem;
}

.awards-header {
  position: relative;
  margin: auto;
  max-width: 70%;
  width: 100%;
}

.awards-header-content p {
  line-height: 3;
  color: #333;
  letter-spacing: 1px;
}

.top_left {
  left: -20rem;
}

.award_header_title {
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
}

.award_body_content {
  font-size: 0.9rem;
  color: #707070;
  width: 378px;
  font-size: 0.95rem;
}

.tab_container {
  height: 120vh;
  overflow-y: scroll;
}

.tab_container::-webkit-scrollbar {
  display: none;
}

.customtab {
  left: -8rem;
  width: 2px;
  height: 100% !important;
  background-color: #000000;
  position: relative;
  border-radius: 3px;
  gap: 2rem;
}

.customtab .nav-link {
  font-weight: 700 !important;
  color: #777 !important;
  margin-left: 0.5rem;
  position: relative;
}

.customtab .nav-link:hover {
  border: none !important;
}

.customtab .nav-link::after {
  content: " ";
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
  transform: rotate(90deg);
  display: none;
}

.customtab .nav-link.active::after {
  display: block !important;
}

.customtab .nav-link.active {
  border: none !important;
  color: gold !important;
  background: url("../images/awards/Group.png") no-repeat !important;
  background-size: 60px 45px !important;
  background-position: center !important;
}

.custom-orchid-top-right {
  right: -19rem;
  top: 10rem;
}

.sec_construction {
  background: url("/images/construction-bg.png") no-repeat;
  background-size: cover;
}

.proj_const {
  margin-top: 50px;
}

.awadrs_tab_wrap {
  display: flex;
  align-items: flex-start;
}
.awadrs_tab_wrap .tab-content {
  width: 100%;
}

.awadrs_tab {
  border-left: 1px solid #222;
  padding-left: 15px !important;
  flex-direction: column;
  margin-right: 1rem;
}
.awadrs_tab .nav-link {
  width: 5.5vw;
  height: 5vw;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--dark-color);
  position: relative;
  padding: 0;
  margin-bottom: 1vw;
}
.awadrs_tab .nav-link:hover {
  color: var(--dark-color);
}
.awadrs_tab .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -5px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  transform: rotate(90deg);
}
.awadrs_tab .nav-link:last-child {
  margin-bottom: 0;
}
.awadrs_tab .nav-link.active {
  background: url("../images/awards/Group.png") no-repeat center center !important;
  background-size: contain !important;
  color: #cfaf71 !important;
}
.awadrs_tab .nav-link.active::after {
  border-color: transparent transparent #222 transparent;
}

.awards_items {
  margin-bottom: 3vw;
}
.awards_items .awards_img_wrap {
  position: relative;
}
.awards_items .awards_txt_wrap {
  margin-top: 0.5vw;
}
.awards_items .awards_txt_wrap .aw_title {
  font-size: 0.9vw;
  line-height: 1.1vw;
  margin-bottom: 0.5vw;
}
.awards_items .awards_txt_wrap .aw_txt {
  margin-bottom: 0;
}

.owl_nav_middle_center_inside {
  padding: 0 !important;
}
.owl_nav_middle_center_inside .owl-nav {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  bottom: 50%;
  z-index: 2;
  display: block;
}
.owl_nav_middle_center_inside .owl-nav button.owl-prev {
  float: left;
  margin-left: 25px;
}
.owl_nav_middle_center_inside .owl-nav button.owl-next {
  float: right;
  margin-right: 25px;
}

.sec_pro_rera {
  background: #f4f4f4;
}

.rera_wrap {
  text-align: center;
}
.rera_wrap .qr_img {
  width: 8vw !important;
  max-width: 100%;
}
.rera_wrap .rera_pro_name {
  margin-bottom: 0;
  margin-top: 7px;
}
.rera_wrap .rera_num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
}
.rera_wrap .rera_num .rera_logo {
  width: 1.6vw !important;
  margin-right: 5px;
}
.rera_wrap .rera_num .rera_txt {
  margin-bottom: 0;
  font-size: 0.75vw;
}
.rera_wrap .rera_link {
  margin-bottom: 0;
  font-size: 0.75vw;
}

.share_menu {
  z-index: 999;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.share_menu .share i.fa {
  height: 2vw;
  width: 2vw;
  text-align: center;
  line-height: 2vw;
  background-color: #fff;
  border-radius: 2px;
  font-size: 0.85vw;
}
.share_menu .share img {
  width: 2vw;
  padding: 0.5vw;
  height: auto;
}
.share_menu .share:hover {
  cursor: pointer;
}
.share_menu .share:hover.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 40px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.08s;
}
.share_menu .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 80px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.16s;
}
.share_menu .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 120px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.24s;
}
.share_menu .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 160px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.32s;
}
.share_menu .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 200px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.4s;
}
.share_menu .share:hover.left .submenu li:nth-child(1) {
  opacity: 1;
  left: -51px;
  transform: rotate(0deg);
  transition-delay: 0.5s;
  border-right: 1px dashed #cccccc;
}
.share_menu .share:hover.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -102px;
  transform: rotate(0deg);
  transition-delay: 1s;
  border-right: 1px dashed #cccccc;
}
.share_menu .share:hover.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -153px;
  transform: rotate(0deg);
  transition-delay: 1.5s;
  border-right: 1px dashed #cccccc;
}
.share_menu .share:hover.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -204px;
  transform: rotate(0deg);
  transition-delay: 2s;
  border-right: 1px dashed #cccccc;
}
.share_menu .share:hover.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -255px;
  transform: rotate(0deg);
  transition-delay: 2.5s;
  border-right: 1px dashed #cccccc;
}
.share_menu .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 50px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
  border-left: 1px dashed #cccccc;
}
.share_menu .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 100px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
  border-left: 1px dashed #cccccc;
}
.share_menu .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 150px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
  border-left: 1px dashed #cccccc;
}
.share_menu .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 200px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
  border-left: 1px dashed #cccccc;
}
.share_menu .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 250px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
  border-left: 1px dashed #cccccc;
}
.share_menu .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -2.1vw;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.share_menu .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -4.2vw;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.share_menu .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -6.3vw;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.share_menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -8.4vw;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.share_menu .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -10.5vw;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.share_menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.share_menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.share_menu .submenu li a {
  color: #212121;
}
.share_menu .submenu li a:hover i.fa {
  color: #fff;
}
.share_menu .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
}
.share_menu .submenu li a:hover.twitter i.fa {
  background-color: #222;
}
.share_menu .submenu li a:hover.whatsApp i.fa {
  background-color: #25d366;
}
.share_menu .submenu li a:hover.instagram i.fa {
  background-color: #e4405f;
}
.share_menu .submenu li a:hover.linkedin i.fa {
  background-color: #0a66c2;
}
.share_menu .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.share_menu .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.share_menu .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.share_menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}
.share_menu.topLeft {
  top: 10px;
  left: 10px;
}
.share_menu.topRight {
  top: 10px;
  right: 10px;
}
.share_menu.bottomLeft {
  bottom: 10px;
  left: 10px;
}
.share_menu.bottomRight {
  bottom: 10px;
  right: 10px;
}

.sec_tittle_wrap.news_t .sec_title {
  letter-spacing: 0px;
  text-transform: unset;
}

.post_detail {
  margin-bottom: 40px;
  margin-top: 13px;
}
.post_detail ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.post_detail ul li {
  margin-right: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.post_detail ul li img {
  width: 23px;
  margin-right: 7px;
}
.post_detail ul li:last-child {
  margin-right: 0;
}

.article_txt_wrap {
  margin-bottom: 50px;
}

.article_slider img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  background: #ededed;
  padding: 5px;
}

.events_slider img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 10vw !important;
}

.media_coverage {
  padding-left: 0;
}
.media_coverage li {
  font-size: 0.8vw;
  margin-bottom: 0.6vw;
  list-style: none;
}
.media_coverage li span {
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.media_coverage li a {
  color: rgba(51, 122, 183, 0.7294117647);
}
.media_coverage li a:hover {
  color: #337ab7;
}
.media_coverage li:last-child {
  margin-bottom: 0;
}

.recent_post {
  content: "";
}
.recent_post .heading {
  margin-bottom: 1vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid var(--primary-color);
}
.recent_post .heading .para_subhead {
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.recent_post .recent_wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.recent_post .img_post img {
  border-radius: 10px;
  height: 3.3vw;
  width: 4.3vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.post_txt p {
  margin-bottom: 0;
  font-size: 0.8vw;
}

.post_txt .date {
  font-size: 13px;
  margin-top: 2px;
  text-transform: capitalize;
  color: #888888;
}

.rightside_wrap p a {
  color: var(--primary-color);
}

.blog_box_wrap {
  margin-bottom: 50px;
}
.blog_box_wrap img {
  height: 14vw !important;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: ease all 0.5s;
}
.blog_box_wrap:hover img {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.pagination {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.pagination .page-item {
  background: #ededed;
}
.pagination .page-item .page-numbers {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
}
.pagination .page-item:first-child {
  background: transparent;
}
.pagination .page-item:first-child a {
  color: #222;
  font-size: 24px;
}
.pagination .page-item:last-child {
  background: transparent;
}
.pagination .page-item:last-child a {
  color: #222;
  font-size: 24px;
}
.pagination .page-item.active {
  background: var(--primary-color);
}
.pagination .page-item.active a {
  color: #fff;
}

.sitemaphead {
  line-height: 40px;
  color: #000;
}

.sitemaphead li a {
  color: #000;
  font-weight: 600;
}

.subhead li a {
  color: #000;
  font-weight: 200;
}

.post-share-buttons {
  display: flex;
  padding-left: 0;
  margin-top: 50px;
}
.post-share-buttons li {
  list-style: none;
}

.post-share-buttons li.facebook a {
  background: #3b5998;
}

.post-share-buttons li.google-plus a {
  background: #dd4b39;
}

.post-share-buttons li.twitter a {
  background: #55acee;
}

.post-share-buttons li.linkedin a {
  background: #007bb5;
}

.post-share-buttons li.pinterest a {
  background: #cb2027;
}

.post-share-buttons li.whatsapp a {
  background: #25d366;
}

.post-share-buttons li a {
  color: #fff;
  text-align: center;
  background: #ededed;
  margin: 0;
  float: left;
  padding: 5px 25px;
  margin-right: 10px;
  width: 65px;
  margin-bottom: 10px;
}

.msgicon {
  height: 6vw;
  width: 6vw !important;
  border: 4px solid #fff;
  font-size: 39px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msgicon img {
  width: 3vw;
  height: auto;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: capitalize;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 1vw;
  letter-spacing: 0px;
  line-height: 1.3vw;
  text-transform: capitalize;
  text-align: center;
}

.go-home {
  color: #222;
  font-size: 1vw;
  padding: 10px;
  width: 10vw;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px;
  text-align: center;
  transition: ease 0.5s;
  line-height: 1vw;
  letter-spacing: 2px;
  border: 1px solid var(--primary-color);
}

.go-home:hover {
  transition: ease 0.5s;
  color: #ffffff;
  background: var(--primary-color);
  border-radius: 25px;
}

.oops-greet {
  color: #222;
  font-size: 1.5vw;
  margin-bottom: 1vw;
  text-align: center;
  font-family: "Beliau";
}

.calltoaction_btn {
  display: inline-block;
  position: fixed;
  top: 40%;
  right: 0px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 99;
}
.calltoaction_btn button {
  background-color: #7787be;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0.5vw 1vw;
  border-radius: 10px 10px 0 0;
  font-size: 1vw;
}
.calltoaction_btn button img {
  width: 1.1vw;
  height: 1.1vw;
  margin-right: 0.2vw;
  transform: rotate(45deg);
}

.home_media {
  height: 15vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.whatsapp_cta {
  height: auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 3vw;
  z-index: 9;
}

.slick_nav {
  content: "";
}
.slick_nav .slick-arrow {
  height: 3vw;
  width: 3vw;
  border: 1px solid #bea87d;
  border-radius: 50%;
}
.slick_nav .slick-prev {
  background: url("/images/arrow-left.png") no-repeat center center !important;
  background-size: 1vw !important;
  left: -3.5vw;
}
.slick_nav .slick-prev::before {
  content: "";
}
.slick_nav .slick-next {
  background: url("/images/arrow-right.png") no-repeat center center !important;
  background-size: 1vw !important;
  right: -3.5vw;
}
.slick_nav .slick-next::before {
  content: "";
}

.slick_thumb_slide .thumb_r {
  margin: 0 4px;
  margin-top: 8px;
}

.slick_thumb_slide .thumb_r img {
  filter: brightness(0.5);
}

.slick_thumb_slide .slick-current .thumb_r img {
  filter: brightness(1);
}

.form_select {
  width: 100%;
  height: 3vw;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  outline: none;
}

.form_select.footer_get_form {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.form_select.footer_get_form option {
  color: #000 !important;
}

.gmap_wrap {
  width: 100%;
  height: 100%;
}
.gmap_wrap iframe {
  width: 100%;
  height: 700px;
}

.gmap_wrap.for_bottom iframe {
  height: 500px;
}

.footer_project_dropdown {
  width: 100%;
  height: 2vw;
  background: transparent;
  color: #fff;
  font-size: 0.8vw;
  outline: none !important;
}
.footer_project_dropdown option {
  color: #000 !important;
  font-size: 0.8vw;
}

.job_select {
  color: var(--primary-color);
  outline: none;
  width: 13vw;
  max-width: 100%;
  border: 1px solid var(--primary-color);
  font-size: 0.9vw;
  line-height: 0.9vw;
  padding: 0.5vw 0.5vw;
  margin-bottom: 2vw;
}
.job_select option {
  color: #000;
}

.joinus_txt {
  text-align: center;
}

.thumb_gallery .gallery_img {
  height: 70vh !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.thumb_gallery_thumb .thumb_img {
  height: 25vh !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.form_opt {
  font-size: 12px;
  display: flex;
  margin-bottom: 20px;
}
.form_opt input {
  margin-right: 10px;
}

.modal-body form .form_opt input {
  width: unset !important;
  height: unset !important;
}

.contact_add_wrap {
  margin-top: 3vw;
}
.contact_add_wrap .add_title {
  font-family: "FuturaBTBook";
  font-size: 1.2vw;
  line-height: 1vw;
  margin-bottom: 10px;
  font-weight: 800;
}
.contact_add_wrap p {
  font-family: "FuturaBTBook";
  margin-bottom: 0;
}
.contact_add_wrap a {
  color: var(--dark-color) !important;
}

.policy_txt_wrap ul {
  margin-top: 0.5vw;
}
.policy_txt_wrap ul li {
  font-size: 0.9vw;
  line-height: 1.5em;
  margin-bottom: 0.5vw;
}
.policy_txt_wrap ol {
  margin-top: 0.5vw;
}
.policy_txt_wrap ol li {
  font-size: 0.9vw;
  line-height: 1.5em;
  margin-bottom: 0.5vw;
}

.loading_inner_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  top: -100vh;
  left: 0;
  background: rgba(255, 255, 255, 0.8784313725);
  transition: ease all 0.5s;
}
.loading_inner_wrap img {
  height: auto !important;
  width: 90px !important;
}

.loading_inner_wrap.show {
  top: 0;
  transition: ease all 0.5s;
}

.container.cust_container {
  max-width: 90% !important;
}

.offer_img_wrap {
  position: relative;
  width: 100%;
}
.offer_img_wrap a {
  display: block;
  position: relative;
}
.offer_img_wrap a img {
  width: 100%;
}

.offer_modal .modal-dialog {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 100%;
}
.offer_modal .modal-dialog .modal-header {
  padding: 0 !important;
  border: none;
}
.offer_modal .modal-dialog .modal-body {
  padding: 0 !important;
}

.error_page {
  background: #4d4bdb;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error_page img {
  width: 500px !important;
  max-width: 100% !important;
  border-radius: 100px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 69vw !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 75vw !important;
  }
}
@media only screen and (max-width: 1400px) {
  .filter_mian_wrap .form_input_wrap .select_option {
    width: 8.4vw;
  }
}
@media only screen and (max-width: 1200px) {
  .flower_low_device_bottom {
    top: unset;
    bottom: 0;
  }
  .tabs {
    left: -8rem;
  }
  .project-detail .subtitle_1 {
    font-size: 1.4vw;
  }
  .project-detail .sec_title {
    font-size: 1.6vw;
  }
  .custom-orchid-top-right {
    right: -12rem;
  }
  .top_left {
    left: -11rem;
    bottom: 60rem;
  }
  .filter_mian_wrap .form_input_wrap .select_option {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .float-text-logo1 svg {
    width: 75%;
  }
  .premium-living img {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .float-text-logo1 svg {
    width: 75%;
  }
  #aboutus.no_shadaw .banner_img_wrap img {
    height: 100%;
    width: 100%;
  }
  .premium-living img {
    height: 400px;
  }
  .project-detail .subtitle_1 {
    font-size: 1.6vw;
  }
  .project-detail .sec_title {
    font-size: 1.6vw;
  }
  .luxe-usp-slider .owl-nav {
    position: unset;
    width: auto;
  }
  .black-sec .l_title {
    font-size: 4vw;
    line-height: 4.2vw;
  }
  .left-border-head .l_title::before {
    top: 0px;
    width: 0.6vw;
    height: 3.5vw;
  }
  .luxe-slide .luxe_title::before {
    width: 3vw;
    height: 1vw;
  }
  .luxe-slide.luxe_title_line::after {
    display: none;
  }
  .luxe-slide {
    margin-bottom: 0;
  }
  .luxe-usp-slider .owl-stage-outer {
    padding-bottom: 0;
  }
  section#video .video-container iframe {
    height: 60vh;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  p {
    font-size: 14px;
  }
  .header_wrap .navbar,
  .header_wrap .navbar .container {
    height: 60px;
  }
  .my_nav .dropdown-menu {
    width: 180px;
  }
  .my_nav .dropdown-menu .dropdown-item {
    padding: 8px 5px 8px 0.3vw !important;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .my_nav .dropdown-menu .dropdown-item:hover,
  .my_nav .dropdown-menu .dropdown-item:focus {
    padding: 12px 5px 12px 10px !important;
  }
  .mytab .nav-link {
    font-size: 14px;
    padding: 8px 0;
  }
  .page_cta {
    font-size: 15px;
  }
  .page_cta img {
    width: 20px;
  }
  .home_news_single .news_title {
    font-size: 18px;
    line-height: 24px;
  }
  .home_news_single .news_link {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .home_news_single .news_link img {
    width: 10px;
  }
  .btn_gap {
    margin-bottom: 20px;
  }
  .home_news_single {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lux_txt {
    font-size: 14px;
  }
  .f_get_in {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  #footer-form .form-group,
  #footer-form .form-group input,
  #footer-form .form-group select {
    height: 35px;
  }
  #footer-form .form-group {
    margin-bottom: 30px;
  }
  .footer_add_wrap .add_title {
    font-size: 16px;
    line-height: 16px;
  }
  .quick_links li {
    margin-bottom: 10px;
  }
  .quick_links li a {
    font-size: 14px;
    line-height: 16px;
  }
  .footer_link_wrap .quick_link_head {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .sec_footer {
    padding: 45px 0 50px 0;
  }
  .counter_wrap .counter_txt {
    font-size: 14px;
  }
  .inner_banner_wrap .innerbanner_content_wrap .banner_title {
    padding: 18px 30px;
  }
  .inner_banner_wrap .innerbanner_content_wrap .banner_title .ba_title_wrap {
    margin-bottom: 17px;
    padding-bottom: 8px;
  }
  .inner_banner_wrap
    .innerbanner_content_wrap
    .banner_title
    .ba_title_wrap
    .ba_sub_title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
    margin-top: 5px;
  }
  .ba_breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px;
    line-height: 14px;
  }
  .banner_title_middle .ba_title_middle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .banner_title_middle {
    margin-top: 130px;
  }
  .circle_count_wrap {
    width: 150px;
    height: 150px;
  }
  .circle_count_wrap .circle_title {
    font-size: 28px;
    line-height: 22px;
    margin-top: 1px;
    margin-bottom: 5px;
  }
  .circle_count_wrap .circle_txt {
    font-size: 12px;
    line-height: 15px;
  }
  .circle_count_wrap::before {
    content: "";
  }
  .vtpbrand_sec {
    padding: 100px 0px !important;
  }
  .vtp_brand_logo .motion_wrap {
    margin-bottom: 40px;
  }
  .vtp_brand_logo .motion_wrap.mbd-0 {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .vtp_brand_logo img {
    width: 110px;
    margin: 0 15px;
  }
  .vtp_group_logo {
    width: 160px !important;
    margin-bottom: 30px;
    margin-top: 30px !important;
  }
  .luxe_highlite .luxe_logo img {
    width: 190px;
  }
  .luxe_highlite .luxe_content .l_title {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .luxe_highlite .luxe_content .l_subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .luxe_title_wrap {
    margin-bottom: 40px;
  }
  .luxe_title_wrap .luxe_title {
    font-size: 35px;
    line-height: 40px;
    padding-top: 30px;
  }
  .luxe_txt {
    font-size: 16px;
  }
  .luxe_title_wrap .luxe_title::before {
    width: 60px;
    height: 5px;
  }
  .luxe_slide_main {
    padding-left: 3vw;
  }
  .luxe_title_line::after {
    left: -100px;
    bottom: -20px;
    width: 180px;
  }
  .luxe_slide_main .luxe_slide_content .ls_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .owl_nav_btn .owl-nav button {
    width: 50px;
    height: 50px;
  }
  .owl_nav_btn .owl-nav button svg {
    width: 20px;
  }
  .luxe_title_wrap_2 .lt_one {
    font-size: 30px;
    line-height: 29px;
    margin-top: 8px;
  }
  .luxe_title_wrap_2 .lt_sub_t {
    font-size: 16px;
    line-height: 17px;
  }
  .luxe_title_wrap_2 {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .luxe_title_wrap_2::after {
    width: 60px;
  }
  .luxe_box_title_wrap .box_sub_title {
    font-size: 16px;
    line-height: 17px;
    padding: 10px 20px;
  }
  .luxe_box_title_wrap .box_title {
    font-size: 30px;
    line-height: 29px;
    margin-top: 15px;
  }
  .luxe_box_title_wrap {
    margin-bottom: 40px;
  }
  .second_half {
    padding: 30px 60px;
  }
  .second_half .half_sec_title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .vtp_homes_slide .luxe_slide_content {
    padding-left: 7vw;
  }
  .vtp_homes_slide .luxe_title_wrap {
    padding-left: 7vw;
  }
  .vtp_homes_slide .luxe_slide_content .big_counter {
    font-size: 14vw;
  }
  .project_filter_wrap .filter_title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .filter_mian_wrap {
    gap: 20px;
  }
  .filter_mian_wrap .form_input_wrap .select_option {
    font-size: 14px;
  }
  .filter_mian_wrap .form_input_wrap .select_option option {
    font-size: 13px;
  }
  .filter_mian_wrap .form_input_wrap .search_btn {
    font-size: 14px;
    padding: 5px 12px;
  }
  .small_subtitle {
    font-size: 17px;
    margin: 10px 0;
  }
  .video_thumb .video_thumb_warp .video_play {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .subtitle_1.left_side_border {
    padding-left: 15px;
    line-height: 23px;
  }
  .highlight_icon_wrap {
    margin-bottom: 15px;
  }
  .highlight_icon_wrap .h_icon {
    width: 55px !important;
  }
  .highlight_icon_wrap .h_txt_wrap .h_title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: -2px;
    margin-top: 12px;
  }
  .highlight_icon_wrap .h_txt_wrap .h_txt {
    margin-top: 9px;
    line-height: 18px;
  }
  .zoom_btn {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .amenities_gall_wrap .ame_txt_wrap .ame_title_wrap {
    padding: 10px 15px;
  }
  .amenities_gall_wrap .ame_txt_wrap .ame_title_wrap .ame_title {
    font-size: 17px;
    line-height: 20px;
  }
  .location_main_wrap {
    padding: 50px 50px 50px 90px;
  }
  .cust_acoordition .accordion-item {
    margin-bottom: 10px;
  }
  .cust_acoordition .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 10px;
  }
  .cust_acoordition .accordion-item .accordion-body {
    padding: 15px 10px 1px 10px;
  }
  .loc_list li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .construction_title {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .side_menu .side_nav_logo {
    width: 50px;
  }
  .animated_social li a .social-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .cust_list li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
    padding-left: 30px;
    min-height: 25px;
  }
  .cust_list li::before {
    top: 0;
    height: 25px;
    width: 25px;
  }
  .filter_mian_wrap .search_txt {
    font-size: 14px;
  }
  .simplease_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .simplease_disc_txt {
    font-size: 11px;
  }
  .timeline_bullet_wrap .the_line .year {
    font-size: 14px;
    top: -35px;
  }
  .time_line_txt_wrap .timeline_list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 30px;
  }
  .time_line_txt_wrap .timeline_list li::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
  .construction_tab_click {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
  .dropdown_tab button {
    font-size: 22px;
    line-height: 24px;
    padding-right: 35px;
  }
  .career_menu a {
    font-size: 17px;
    line-height: 21px;
    margin: 0 20px;
    text-align: center;
    padding-bottom: 10px;
  }
  .career_menu button {
    font-size: 17px;
    line-height: 21px;
    margin: 0 20px;
    text-align: center;
    padding-bottom: 10px;
  }
  .pune_no1 {
    width: 280px !important;
    max-width: 100% !important;
  }
  .jobpost_wrap {
    padding: 15px;
    margin: 0;
  }
  .jobpost_wrap .job_title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .jobpost_wrap .job_exp {
    margin-bottom: 5px;
  }
  .jobpost_wrap .job_location {
    margin-bottom: 15px;
  }
  .job_col_wrap div[class^="col-"] {
    margin-bottom: 30px;
  }
  .sec_seperation_gap {
    margin-top: 80px !important;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    line-height: 20px;
  }
  .modal-dialog .modal-content .modal-body .form_disc {
    font-size: 14px;
    line-height: 20px;
    margin-top: -10px;
  }
  .modal-dialog .modal-content .modal-body .form_disc span {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px !important;
  }
  /* .modal-body form input,
  .modal-body form select {
    height: 37px !important;
    font-size: 14px !important;
  } */
 
  .modal-body form .form-group {
    height: 37px;
    margin-bottom: 20px;
  }
  .modal-body form textarea {
    font-size: 14px;
  }
  .contact_us_social {
    margin-top: 30px;
  }
  .contact_us_social li i {
    font-size: 40px;
  }
  #contact-form .form-group,
  #contact-form .form-group input {
    height: 50px;
  }
  .awards_items {
    margin-bottom: 30px;
  }
  .awards_items .awards_txt_wrap {
    margin-top: 10px;
  }
  .awards_items .awards_txt_wrap .aw_title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .rera_wrap .rera_num {
    display: block;
  }
  .rera_wrap .qr_img {
    width: 150px !important;
  }
  .rera_wrap .rera_num .rera_logo {
    width: 30px !important;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .rera_wrap .rera_num .rera_txt {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
  }
  .rera_wrap .rera_link {
    margin-bottom: 0;
    font-size: 12px;
  }
  .rera_wrap {
    margin-bottom: 30px;
  }
  .main_title .title {
    font-size: 25px;
    line-height: 25px;
  }
  .share_menu .share i.fa {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .share_menu .share img {
    width: 40px;
    padding: 11px;
    height: auto;
  }
  .share_menu .share:hover.top .submenu li:nth-child(1) {
    opacity: 1;
    top: -41px;
    transition-delay: 0.08s;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_menu .share:hover.top .submenu li:nth-child(2) {
    opacity: 1;
    top: -82px;
    transition-delay: 0.16s;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_menu .share:hover.top .submenu li:nth-child(3) {
    opacity: 1;
    top: -123px;
    transition-delay: 0.24s;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_menu .share:hover.top .submenu li:nth-child(4) {
    opacity: 1;
    top: -164px;
    transition-delay: 0.32s;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_menu .share:hover.top .submenu li:nth-child(5) {
    opacity: 1;
    top: -205px;
    transition-delay: 0.4s;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
  }
  .newsmedia_header_title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .newsmedia_body_content {
    font-size: 14px;
    line-height: 19px;
  }
  .events_header,
  .award_header,
  .newsmedia_header,
  .video_header {
    margin: 13px 0;
  }
  .media_coverage li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .recent_post .heading {
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .recent_post .heading .para_subhead {
    font-size: 17px;
    line-height: 21px;
  }
  .recent_post .img_post img {
    height: 55px;
    width: 75px;
  }
  .post_txt p {
    font-size: 13px;
    line-height: 18px;
  }
  .top_flower_gap {
    padding-top: 8vw;
  }
  .events_slider img {
    height: 200px !important;
  }
  .msgicon {
    height: 100px;
    width: 100px !important;
  }
  .msgicon img {
    width: 40px;
  }
  .oops-greet {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px !important;
  }
  .oops-subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .go-home {
    width: 170px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .calltoaction_btn button {
    padding: 7px 20px;
    font-size: 15px;
    width: 100%;
  }
  .calltoaction_btn button img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  .home_media {
    height: 150px;
  }
  .whatsapp_cta {
    width: 40px;
  }
  .form_select {
    height: 50px;
  }
  .copy_txt {
    font-size: 13px;
  }
  .footer_project_dropdown {
    height: 40px;
    font-size: 14px;
    outline: none !important;
  }
  .footer_project_dropdown option {
    font-size: 14px;
  }
  .job_select {
    width: 200px;
    font-size: 14px;
    padding: 9px;
    margin-bottom: 30px;
  }
  .thumb_gallery .gallery_img {
    height: 450px !important;
  }
  .thumb_gallery_thumb .thumb_img {
    height: 190px !important;
  }
  .project_filter_wrap img {
    width: 27px;
    height: 27px;
  }
  .walkthrough_video .fill_img {
    height: 50vh !important;
  }
  .contact_add_wrap .add_title {
    font-size: 17px;
    line-height: 19px;
  }
  .policy_txt_wrap ul {
    margin-top: 8px;
  }
  .policy_txt_wrap ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1630px) {
  .fullvideo .banner_video {
    position: relative;
    height: 100vh !important;
  }
  .fullvideo .banner_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    height: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  .mob_nav {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .col_rev_tab {
    flex-direction: column-reverse;
  }
  .colmob_reverse {
    flex-direction: column-reverse;
  }
  .header_wrap .navbar,
  .header_wrap .navbar .container {
    height: auto;
  }
  .header_wrap .navbar {
    padding: 0;
    background: #fff;
  }
  .header_wrap .navbar .navbar-brand img {
    position: relative;
    top: 0;
    width: 70px;
    left: 0;
    background: #fff;
    padding: 7px;
  }
  .header_wrap .navbar .container {
    justify-content: space-between;
  }
  .header_wrap .nav_apply {
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
  }
  .header_wrap.stick .nav_apply {
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
  }
  .header_wrap .navbar .nav_menu_btn img {
    filter: invert(1) !important;
  }
  .header_wrap .navbar .nav_menu_btn {
    color: var(--dark-color);
  }
  .inner_banner_wrap {
    padding-top: 80px;
  }
  .global_sec {
    padding: 60px 0;
  }
  .story_sec {
    padding-bottom: 130px;
  }
  .sec_tittle_wrap {
    margin-bottom: 25px;
  }
  .sec_tittle_wrap .sec_title {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    letter-spacing: 1px;
  }
  .subtitle_1 {
    font-size: 27px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .animated_title.lh2 {
    line-height: 21px;
  }
  .key_feature_wrap {
    padding-left: 10px;
    margin: 10px 0px;
    margin-right: 10px;
  }
  .key_feature_wrap .small_head {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .key_feature_wrap .large_head {
    font-size: 23px;
    line-height: 41px;
  }
  .key_feature_wrap .small_head .style_font {
    font-size: 23px;
    line-height: 41px;
  }
  .key_feature_wrap .large_head.style_font {
    font-size: 23px;
    line-height: 41px;
  }
  .key_feature_wrap.first_key {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .counter_wrap {
    margin: 20px 0;
  }
  .counter_wrap .counter_number {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 6px;
  }
  .nav_menu_btn {
    font-size: 14px !important;
  }
  .mytab .nav-link {
    font-size: 14px;
    line-height: 17px;
  }
  .verticle_txt {
    font-size: 50px;
    line-height: 45px;
  }
  .mytab {
    margin-bottom: 40px !important;
  }
  .luxe_tab_wrap {
    position: relative;
    width: 100%;
  }
  .lux_head {
    font-size: 27px;
    line-height: 33px;
    padding-bottom: 10px;
  }
  .home_award_wrap {
    display: block;
  }
  .awards_logo {
    margin-top: 20px !important;
  }
  .home_award_wrap .award_img {
    text-align: center;
    margin-bottom: 20px;
  }
  .home_award_wrap .award_img img {
    width: 140px;
    height: auto;
    margin-right: 0px;
  }
  .awards_logo img {
    aspect-ratio: 5/2;
  }
  .home_news_single .news_title {
    font-size: 16px;
    line-height: 20px;
  }
  .home_news_wrap {
    padding-left: 0px;
  }
  .home_news_single {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inner_banner_wrap
    .innerbanner_content_wrap
    .banner_title
    .ba_title_wrap
    .ba_title {
    font-size: 21px;
    line-height: 25px;
  }
  .inner_banner_wrap
    .innerbanner_content_wrap
    .banner_title
    .ba_title_wrap::after {
    width: 40px;
  }
  .three_column_grid {
    grid-template-columns: 1fr 1fr;
  }
  .pro_gap {
    margin-top: 0;
  }
  .project_grid {
    margin-top: 0;
  }
  .project_home_wrap {
    margin-bottom: 0;
  }
  .project_home_wrap .project_txt_wrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .second_half {
    padding: 50px 30px;
  }
  .gallery_slider .owl-item .amenities_gall_wrap .ame_img {
    height: 370px !important;
  }
  .location_main_wrap {
    padding: 50px 30px 50px 30px;
  }
  .fluid_sec_right .fsec_second_half {
    padding: 0px 30px 0 30px;
  }
  .fluid_sec_left .fsec_first_half {
    padding: 0px 30px 0 30px;
  }
  .philosophy_building svg {
    right: 4vw;
    width: 33vw;
  }
  .blue_flower_banner {
    top: 60px;
  }
  .simplease_logo_wrap .simplease_logo img {
    width: 70px !important;
    margin: 5px 0px;
  }
  .timeline_small_head {
    margin-top: -15px;
    margin-bottom: 80px;
  }
  .timeline_bullet_wrap {
    height: 150px;
  }
  .timeline_bullet_wrap .the_line::before {
    width: 10px;
    height: 10px;
    bottom: -4.5px;
    margin-right: -5px;
  }
  .timeline_slider_wrap
    .swiper
    .swiper-slide-active
    .timeline_bullet_wrap
    .the_line::before {
    width: 110px;
    height: 110px;
    margin-right: -55px;
    bottom: -55px;
    border: 4px solid #a3afda;
  }
  .timeline_slider_wrap
    .swiper
    .swiper-slide-active
    .timeline_bullet_wrap
    .the_line
    .year {
    top: -12px;
    font-size: 25px;
    line-height: 25px;
  }
  .timeline_slider_wrap {
    width: 78%;
  }
  .left_half_line {
    position: absolute;
    top: 74.5px;
    left: 0;
    margin-left: -30px;
  }
  .left_half_line .dot {
    display: block;
    width: 18px;
    height: 18px;
    background: black;
    border: 3px solid #969696;
    border-radius: 50%;
    margin-top: -9px;
  }
  .right_half_line {
    position: absolute;
    top: 74.5px;
    right: 0;
    margin-right: -30px;
  }
  .right_half_line .dot {
    display: block;
    width: 18px;
    height: 18px;
    background: black;
    border: 3px solid #969696;
    border-radius: 50%;
    margin-top: -9px;
  }
  .swiper-nav button {
    height: 40px;
    width: 40px;
    margin: 0px 6px;
  }
  .swiper-nav button img {
    width: 13px;
  }
  .timeline_slider_wrap .cust-swiper-button-prev {
    left: -90px;
    top: 55px;
  }
  .timeline_slider_wrap .cust-swiper-button-next {
    right: -90px;
    top: 55px;
  }
  .bluewater_logo {
    margin-top: 30px;
  }
  .bluewater_logo img {
    width: 100% !important;
  }
  .bluewater_logo p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
  }
  .modal-dialog {
    width: unset !important;
  }
  .mobile-view-awards {
    flex-direction: column;
  }
  .mobile-view-awards .tabs {
    height: 10vh !important;
  }
  .mobile-view-awards .customtab .nav-link.active::after {
    display: none !important;
  }
  .mobile-view-awards .customtab {
    left: 0rem;
    width: 100% !important;
    background-color: #fff;
    overflow-x: scroll !important;
  }
  .mobile-view-awards .customtab::-webkit-scrollbar {
    height: 2px;
  }
  .mobile-view-awards .customtab::-webkit-scrollbar-thumb {
    background-color: gold;
  }
  .mobile-view-awards .tabs {
    gap: 2rem;
  }
  .custom-orchid-top-right {
    right: -10rem;
    top: 20rem;
  }
  .top_left {
    left: -10rem;
    bottom: 90rem;
  }
  .awadrs_tab_wrap {
    display: block !important;
  }
  .awadrs_tab {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    flex-direction: row;
    margin-right: 0;
    padding-left: 0 !important;
    margin: 0 15px;
    margin-bottom: 30px !important;
    border-left: 0;
    border-bottom: 1px solid #222;
  }
  .awadrs_tab::-webkit-scrollbar {
    height: 2px;
  }
  .awadrs_tab::-webkit-scrollbar-track {
    background: transparent;
  }
  .awadrs_tab::-webkit-scrollbar-thumb {
    background: #cfaf71;
  }
  .awadrs_tab::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .awadrs_tab .nav-link {
    font-size: 15px;
    margin-bottom: 0;
    margin-right: 0;
    height: 92px;
    width: 100%;
    padding: 0 20px;
    white-space: nowrap !important;
  }
  .awadrs_tab .nav-link:last-child {
    margin-right: 0;
  }
  .awadrs_tab .nav-link::after {
    top: unset;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    transform: rotate(0deg);
  }
  .owl_nav_btn .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .swiper-nav {
    margin-top: 20px !important;
  }
  .rightside_wrap {
    margin-top: 60px;
  }
  .blog_box_wrap img {
    height: 190px !important;
  }
  .simplease_logo img {
    width: 80px !important;
  }
  .slick_nav .slick-arrow {
    height: 40px;
    width: 40px;
  }
  .slick_nav .slick-prev {
    background-size: 13px !important;
    left: -45px;
  }
  .slick_nav .slick-next {
    background-size: 13px !important;
    right: -45px;
  }
  .inner_banner_wrap::after {
    height: 0;
  }
  .login_side_menu {
    color: #000;
    border: 1px solid #000;
    padding: 1px 8px;
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    right: 50px;
    top: 28px;
  }
  .paddtop-0 {
    padding-top: 0;
  }
  .stroke-animation {
    height: auto;
  }
  .walkthrough_video .fill_img {
    height: auto !important;
  }
  /* throghtfulness */
  #offers .offer_tab {
    flex-wrap: wrap;
    border: none !important;
    gap: 20px;
  }
  #offers .offer_tab li {
    border-radius: 4px;
    position: relative;
    width: 22%;
    border: none !important;
    line-height: 0;
  }
  #offers li:has(> img.active) {
    border: 1px solid var(--primary-color) !important;
  }
}
@media (min-width: 768px) {
  .hide_on_desktop {
    display: none !important;
  }
  .sec_footer .pdm-0.col-lg-12.col-md-12.col-12 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .usps_container {
    max-width: 95% !important;
  }
}
@media only screen and (max-width: 767px) {
  .pdm-0 {
    padding: 0 !important;
  }
  .m_pdt_0 {
    padding-top: 0 !important;
  }
  .pb-m {
    padding-bottom: 0 !important;
  }
  .w_60 {
    width: 100%;
  }
  .w_75 {
    width: 100%;
  }
  .w_80 {
    width: 100%;
  }
  .w_85 {
    width: 100%;
  }
  .w_90 {
    width: 100%;
  }
  .hide_on_mobile {
    display: none !important;
  }
  .project-detail .subtitle_1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .project-detail .sec_title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .col_inverse_mobile {
    flex-direction: column-reverse;
  }
  .text-justify-mobile {
    text-align: justify;
  }
  .story_building {
    width: 50%;
  }
  .flower {
    width: 63px;
  }
  .aboutpage_sec .flower_wrap .flower {
    width: 100px;
  }
  .project_home_wrap.extra_gap {
    margin-top: 0;
  }
  .home_news_single .news_title {
    font-size: 16px;
    line-height: 20px;
  }
  .home_news_single {
    margin-top: 30px;
  }
  .home_news_single .news_title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .home_news_single .news_title::before {
    height: 2px;
    width: 30px;
    left: -33px;
    top: 9px;
  }
  .social-links {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .footer_add_wrap {
    margin-bottom: 30px;
  }
  .footer_link_wrap {
    margin-bottom: 30px;
  }
  .home_award_wrap {
    margin-bottom: 50px;
  }
  .home_award_wrap .award_txt p {
    text-align: center;
  }
  .aboutpage_sec {
    padding-bottom: 180px;
  }
  .aboutus_building svg {
    width: 250px;
  }
  .sec_tittle_wrap.style_3 .sec_title::before {
    left: -23px;
    width: 16px;
    top: 5px;
  }
  .sec_tittle_wrap.style_3 .sec_title::after {
    right: -23px;
    width: 16px;
    top: 5px;
  }
  .vtp_group_sec {
    padding-bottom: 110px;
  }
  .flower_vtp_group .flower {
    width: 100px;
  }
  .luxe_highlite {
    display: block;
  }
  .luxe_highlite .luxe_logo {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .luxe_highlite .luxe_logo::after {
    height: 1px;
    width: 100px;
    right: unset;
    left: 0;
  }
  .luxe_highlite .luxe_logo img {
    width: 140px;
  }
  .sec_over_img {
    position: relative;
    background: #424242;
  }
  .usps_img {
    margin-bottom: 50px;
  }
  .luxe_title_wrap .luxe_title {
    font-size: 30px;
    line-height: 35px;
  }
  .luxe_slide_main {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .big_counter {
    font-size: 130px;
    right: 0;
    bottom: -60px;
  }
  .usps_slider .owl-stage-outer {
    padding-bottom: 70px;
  }
  .three_column_grid {
    grid-template-columns: 1fr;
  }
  .vtp_homes_slide .luxe_slide_content .big_counter {
    font-size: 130px;
    bottom: -73px;
  }
  .homes_usps_nav .owl-nav {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 20px;
  }
  .filter_mian_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
  }
  .filter_mian_wrap .form_input_wrap .select_option {
    font-size: 14px;
    width: 100%;
    border: 1px solid var(--primary-color);
    padding: 7px 5px;
  }
  .filter_mian_wrap .form_input_wrap .search_btn {
    font-size: 14px;
    padding: 7px 12px;
    width: 100%;
  }
  .project_overview_img {
    height: auto !important;
    margin-top: 20px;
    width: 100% !important;
  }
  .highlight_grid {
    grid-template-columns: 1fr;
  }
  .highlight_icon_wrap {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 30px;
  }
  .highlight_icon_wrap .h_txt_wrap {
    padding-left: 10px;
  }
  .highlight_icon_wrap .h_txt_wrap .h_title {
    margin-top: 0;
    margin-bottom: -6px;
  }
  .highlight_icon_wrap .h_icon {
    width: 50px !important;
  }
  .amenities_gall_wrap .ame_txt_wrap .ame_title_wrap .ame_title {
    font-size: 14px;
  }
  .amenities_gall_wrap .ame_txt_wrap .ame_title_wrap {
    padding: 5px 11px;
  }
  .gallery_slider .owl-item .amenities_gall_wrap .ame_img {
    height: 220px !important;
  }
  .fluid_sec_right .fsec_second_half {
    padding: 0px 15px 0 15px;
  }
  .fluid_sec_left .fsec_first_half {
    padding: 0px 15px 0 15px;
  }
  .philosophy_sec {
    padding-bottom: 180px;
  }
  .philosophy_building svg {
    right: 5px;
    width: 170px;
  }
  .two_col_grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .sec_brand_promise {
    padding-bottom: 110px;
  }
  .three_col_grid {
    grid-template-columns: 1fr;
  }
  .philosophy_img {
    height: 250px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .project_filter_wrap .filter_title {
    margin-bottom: 20px;
  }
  .project_filter_wrap .search_box {
    padding: 10px 10px;
    border-radius: 6px;
  }
  .simplease_logo_wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bluewater_sec {
    padding-bottom: 200px;
  }
  .bluewater_building svg {
    width: 300px;
  }
  .time_line_txt_wrap .timeline_list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .time_line_txt_wrap .timeline_list li {
    margin: 7px 0;
  }
  .nav_middle_outside .cust-swiper-button-prev {
    position: unset;
    left: unset;
    top: unset;
    margin-top: 0;
  }
  .nav_middle_outside .cust-swiper-button-next {
    position: unset;
    left: unset;
    top: unset;
    margin-top: 0;
  }
  .career_menu {
    margin-top: 40px;
  }
  .career_menu a {
    font-size: 15px;
    line-height: 21px;
    margin: 0 20px;
  }
  .career_menu button {
    font-size: 15px;
    line-height: 21px;
    margin: 0 20px;
  }
  .pune_no1 {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .contact_us_social li i {
    font-size: 30px;
  }
  .contact_us_social {
    justify-content: center;
    margin-bottom: 60px;
  }
  .contact_us_social li {
    margin: 0 5px;
  }
  .black-sec .luxe_highlite .luxe_logo::after {
    display: none;
  }
  .premium-living img {
    height: 400px;
  }
  .float-text-logo1 {
    bottom: 37%;
    left: -10%;
    z-index: 1;
    display: none;
  }
  .black-sec .l_title {
    font-size: 6vw;
    line-height: 7.2vw;
    z-index: 2;
  }
  .left-border-head .l_title::before {
    width: 1.3vw;
    height: 5.5vw;
  }
  .luxe_highlite {
    justify-content: start;
    align-items: start;
  }
  .luxe-golden.flower_wrap .flower {
    width: 140px;
  }
  .luxe-golden.flower_wrap {
    position: absolute;
    right: -45px;
    left: unset;
    bottom: 0;
    transform: rotate(240deg);
  }
  .luxe-slide.luxe_title_line::after {
    display: none;
  }
  .luxe-slide .luxe_title::before {
    top: -15px;
    left: 15px;
    width: 5vw;
    height: 1.4vw;
  }
  .luxe-usp-slider .owl-nav {
    position: unset;
    width: auto;
    justify-content: center;
  }
  .luxe-usp-slider .owl-stage-outer {
    padding-bottom: 0;
  }
  .project_home_wrap .project_badge {
    left: -10px;
    top: -8px;
    width: 100px;
  }
  .custom-orchid-top-right {
    right: -7.5rem;
    top: 30rem;
  }
  .top_left {
    left: -7rem;
    bottom: 95%;
  }
  .sec_project_highlite {
    background-size: 100%;
    background-color: #f8f8f8;
  }
  .custom-orchid-top-right {
    right: -7.5rem;
    top: 30rem;
  }
  .top_left {
    left: -7rem;
    bottom: 95%;
  }
  .inner_banner_wrap.auto_on_mobile .banner_img_wrap img {
    height: auto;
  }
  .awadrs_tab {
    margin-top: 10px;
  }
  .home_media {
    height: auto;
  }
  .copy_txt {
    text-align: center;
  }
  .copy_txt.right_txt {
    text-align: center;
  }
  .dropdown_tab button {
    font-size: 16px;
  }
  .dropdown_tab .dropdown-menu li span {
    font-size: 14px;
  }
  .ba_breadcrumb .breadcrumb .breadcrumb-item {
    margin-bottom: 5px;
  }
  .whatsapp_cta {
    bottom: 50px;
  }
  .gmap_wrap iframe {
    height: 350px;
  }
  .inner_banner_wrap::after {
    top: -30px;
  }
  .key_feature_wrap .large_head {
    font-size: 23px;
    line-height: 27px;
  }
  .footer_project_dropdown {
    margin-bottom: 20px;
  }
  .thumb_gallery .gallery_img {
    height: 320px !important;
  }
  .thumb_gallery_thumb .thumb_img {
    height: 80px !important;
  }
  .sec_counter {
    background-size: cover !important;
    background-position: bottom !important;
  }
  .subtitle_1 {
    margin-bottom: 14px;
  }
  .c_form_title {
    margin-top: 50px;
  }
  img.news_image_arrow_mobile {
    position: absolute;
    top: 50%;
    right: 0;
    display: block !important;
    width: 30px;
    transform: translate3d(-50%, -50%, 0px);
    background: #fff;
    height: 30px;
    border-radius: 100%;
    padding: 9px;
  }
  .link_custom_position {
    margin-bottom: 15px;
  }
  .flower_wrap.mobile_flip_icon {
    transform: rotate(100deg);
    left: initial;
    right: 0;
  }
  .mobile_flip_icon .flower {
    width: 106px;
  }
}
@media screen and (max-width: 575px) {
  .more_then_two img {
    width: 80px;
    margin: 0 9px;
  }
  .timeline_slider_wrap .cust-swiper-button-prev {
    position: unset;
  }
  .timeline_slider_wrap .cust-swiper-button-next {
    position: unset;
  }
  .calltoaction_btn {
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    transform: rotate(0);
  }
  .calltoaction_btn button {
    width: 100%;
  }
  .calltoaction_btn button img {
    transform: rotate(0);
  }
  .slick_nav .slick-prev {
    left: 10px;
    z-index: 9;
  }
  .slick_nav .slick-next {
    right: 10px;
    z-index: 9;
  }
  .no1_building_bg {
    height: 287px !important;
  }
  .no1_building {
    height: 100%;
    width: 54vw;
  }
  .no1_copy {
    height: 38vw;
    top: 7vh;
    margin-top: -13vw;
    margin-right: 4vw;
  }
  .svg_no1 {
    width: 31vw;
  }
  .offer_modal .modal-dialog {
    min-width: unset !important;
    width: unset !important;
    max-width: unset !important;
  }
}
@media only screen and (max-width: 450px) {
  .timeline_slider_wrap
    .swiper
    .swiper-slide-active
    .timeline_bullet_wrap
    .the_line::before {
    width: 80px;
    height: 80px;
    margin-right: -40px;
    bottom: -40px;
  }
  .timeline_slider_wrap
    .swiper
    .swiper-slide-active
    .timeline_bullet_wrap
    .the_line
    .year {
    font-size: 21px;
  }
  .career_menu a {
    font-size: 14px;
    line-height: 21px;
    margin: 0 5px;
  }
  .career_menu button {
    font-size: 14px;
    line-height: 21px;
    margin: 0 5px;
  }
  section#qr_code p {
    font-size: 10px !important;
    line-height: 15px;
  }
} /*# sourceMappingURL=style.css.map */

/* // VTP Thoughtfulness */
.thoughtfullness_page h2 {
  position: relative;
}
.thoughtfullness_page h2:after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 100px;
  background: #1a508c;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 8px;
}
.page_title {
  margin-bottom: 30px;
}
.side-space {
  padding: 0 11%;
}
.section-space {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section_bg_wrapper {
  padding-top: 60px;
  background-color: #fff3e9;
  padding-bottom: 60px;
}
#about {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#about .flower {
  display: inline;
}
.flower-left {
  bottom: 0px;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
}
.flower-right {
  top: 0;
  right: 0;
  z-index: -1;
}
.flower-left,
.flower-right {
  position: absolute;
  width: 150px;
  height: auto;
}
#about .row {
  display: flex;
  align-items: center;
}
.gradient-border {
  position: relative;
}
.gradient-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 1.5px;
  height: 100%;
  background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
}
#walkthrough .display_flex {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#walkthrough .display_flex .video_item {
  width: 30%;
  height: 350px;
}

.offer_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a9a9a9 !important;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px !important;
  list-style: none;
  padding-left: 0;
}
#offers .offer_tab li {
  border-right: 1px solid #a9a9a9;
  background: #fff;
  position: relative;
}
.offer_tab img:hover {
  filter: none !important;
  opacity: 1;
}
.offer_tab li:has(> img.active) {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.offer_tab li:has(> img.active)::after {
  content: "";
  position: absolute;
  bottom: -12px;
  margin: auto;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--primary-color);
  width: 12px;
}
#offers .offer_tab img {
  width: auto;
  height: 100px;
  cursor: pointer;
  /* filter: grayscale(1); */
  /* opacity: 0.5; */
  padding: 13px;
  aspect-ratio: 1.4;
  object-fit: contain;
  border: none !important;
}
#offers .offer_tab img.active {
  filter: none !important;
  opacity: 1;
  text-decoration: none;
  border: none !important;
}
#offers {
  margin-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.offer_item h3:first-child {
  margin-bottom: 8px;
}
.offer_item h3:nth-child(2) {
  font-size: 18px;
}
.offer_item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#offers .tab-content {
  width: 90%;
  margin: 0 auto;
}
.img-only img {
  height: 411px;
  object-fit: cover;
}
.offer_item .row {
  display: flex;
  align-items: center;
}
.tab_content .display_flex {
  align-items: center;
  gap: 60px !important;
  margin-bottom: 20px;
}
.display_flex {
  display: flex;
}

.offer-content {
  width: 50%;
}
.width-6.img-only {
  width: 50%;
}
#offers .display_flex img {
  width: 100%;
  object-fit: cover;
}
#brand_snapshot .brand-items {
  width: 20%;
  margin-right: 10px;
}
#brand_snapshot .brand-items h6 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 22px;
  position: relative;
}
#brand_snapshot .brand-items h6::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 4px;
  width: 50px;
  border-bottom: 3px solid #000;
}
#brand_snapshot .brand-items {
  width: 20%;
  margin-right: 10px;
}
#brand_snapshot .display_flex {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
}
.about-luxe,
.about-homes {
  padding: 0px 30px m !important;
  position: relative;
  text-align: justify;
}
.about-luxe:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ccc;
  top: 5px;
  right: 0px;
}
section#brand_philosophy {
  margin-top: 30px;
  margin-bottom: 30px;
}
#brand_philosophy .display_flex {
  display: flex;
  gap: 30px;
}
#brand_philosophy .brand_item {
  flex-basis: 33.3%;
}
#brand_philosophy .image-block img {
  width: 80px;
  margin: auto;
  display: block;
}
#brand_philosophy h6 {
  color: #090943;
  font-size: 21px;
  margin: 12px 0 12px;
  text-align: center;
}
#brand_philosophy p {
  color: #000;
  text-align: center;
}
#brand_promise .display_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: baseline;
}
#brand_promise .promise_item:nth-child(1) {
  margin-bottom: 30px;
}
#brand_promise .promise_item {
  flex-basis: 31.6%;
}
#brand_promise .promise_item .display_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
#brand_promise .promise_item img {
  width: 35px;
}
#brand_promise .promise_item p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
}
section#qr_code {
  margin-top: 30px;
}
#qr_code img.qr_code_image {
  width: 50%;
  display: block;
  height: auto;
  margin: auto;
  padding-bottom: 18px;
}
section#qr_code p {
  color: #000;
  text-align: center;
  font-size: 13px !important;
  margin: 0;
}
#qr_code .display_flex {
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
#qr_code .display_flex p {
  text-align: left;
}
#qr_code .rera_image {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
section#qr_code a,
section#qr_code a:hover {
  color: #000;
}
a.bluewater-btn2 {
  background: #7787be;
  color: #fff;
  padding: 9px 20px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
a.bluewater-btn2:hover {
  color: #fff;
}
section#video {
  padding-top: 60px;
  padding-bottom: 60px;
}
section#video .video-container iframe {
  height: 80vh;
  width: 100%;
}
body .thoughtfullness_page * {
  font-family: "ElMessiri" !important;
}
body .thoughtfullness_page :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Nephilm" !important;
}
body .thoughtfullness_page :is(p, span, label) {
  font-size: 16px !important;
  line-height: 20px;
}
.dynamic-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.dynamic-slider .owl-prev,
.dynamic-slider .owl-next {
  position: absolute;
}
.dynamic-slider .owl-prev button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.dynamic-slider .owl-prev:hover,
.dynamic-slider .owl-next:hover {
  background: none !important;
}
.dynamic-slider img {
  height: 750px !important;
  object-fit: cover;
}
.dynamic-slider .owl-prev:hover span,
.dynamic-slider .owl-next:hover span {
  background: #1a508c !important;
  color: #fff !important;
}
.dynamic-slider .owl-prev span,
.dynamic-slider .owl-next span {
  line-height: 8px;
  height: 50px;
  display: block;
  font-size: 37px;
  background: #f5f6f8;
  color: #1a584a !important;
  padding: 19px 20px 10px;
  border-radius: 100%;
  margin-top: 20px;
}
.dynamic-slider .owl-prev {
  left: 40px;
}
.dynamic-slider .owl-next {
  right: 40px;
}

/* enq form style  */
/* .form-data-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  gap: 20px;
}
.inputs-div {
  width: calc(50% - 10px);
}
#enq_form_section .enq-inp {
  color: #000 !important;
  border-bottom: 1px solid #c7c7c7;
}
.enq-inp {
  width: 100%;
  font-size: 14px !important;
  margin: 0;
  color: #fff !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  padding: 10px;
  border-radius: 0px;
  font-family: "DIN";
}
.form-data-main input, .form-data-main select{

}
.select-inputs-1 {
  width: 20%;
}
.select-inputs-2 {
  width: calc(80% - 20px);
}
.email-inputs-div {
  width: 100%;
}
.enf-form-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#enq_form_section button.form-btn {
  border: 1px solid;
  background-color: transparent;
  font-weight: 400;
  padding: 5px 16px;
  letter-spacing: 2px;
  position: relative;
  font-size: 0.8vw;
  text-transform: uppercase;
  transition: none;
} */
.thoughtfullness_page input.form-control,
.thoughtfullness_page select {
  border-bottom-color: black !important;
  color: #000 !important;
  font-size: 14px;
}
.thoughtfullness_page input.form-control::placeholder {
  color: #000 !important;
}
.thoughtfullness_page button.footer_form_submit.black.m-0-auto {
  border-color: #000;
  color: #000;
  height: 32px;
  line-height: 32px;
  width: auto;
  padding: 2px 30px 0;
}
.thoughtfullness_page div :has(> button.footer_form_submit.black.m-0-auto) {
  text-align: center;
  margin: 0 !important;
}
.thoughtfullness_page .error {
  top: 0px;
}
/* .enq-form input{
  border-bottom: 1px solid black;
} */
/* enq form style  */

.fixedText {
  font-size: 40px;
  width: 74%;
  margin-bottom: 0;
  margin-top: 34px !important;
  letter-spacing: 8px;
  text-transform: capitalize;
}

#about .animatedTextWrapper {
  overflow: hidden;
  margin-left: 15px;
  color: var(--primary-color);
}
#about .fixedText span {
  font-size: inherit !important;
  line-height: inherit !important;
  padding-top: 4px;
}

.animatedText {
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .side-space {
    padding-left: 15px;
    padding-right: 15px;
  }
  #about,
  #offers,
  section#video {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section#about_us {
    padding-bottom: 0;
  }
  section#video .video-container iframe {
    height: 300px;
    width: 100%;
  }
  .dynamic-slider img {
    height: 600px !important;
    object-fit: cover;
  }
  .dynamic-slider .owl-next {
    right: 15px;
  }
  .dynamic-slider .owl-prev {
    left: 15px;
  }
  .dynamic-slider .owl-prev span,
  .dynamic-slider .owl-next span {
    height: 40px;
    font-size: 32px;
    padding: 15px 15px 10px;
  }
  /* .offer_tab img {
  height: 60px;
  padding: 9px;
} */
  .flower-left,
  .flower-right {
    display: none;
  }
  /* #offers .offer_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a9a9a9;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}
#offers .offer_tab img {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a9a9a9;
  width: auto;
  height: 60px;
  margin: auto;
  margin-bottom: 0;
}
#offers .offer_tab li {
  border-right: 1px solid #a9a9a9;
  background: #fff;
} */
  #offers .offer_tab img {
    height: 50px;
    padding: 9px;
    margin: auto;
  }
  #offers .offer_tab {
    gap: 20px;
  }
  .fixedText {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 34px !important;
    letter-spacing: 1px;
  }
  .thoughtfullness_page .img-only {
    margin-bottom: 30px;
  }
  .sub_text:last-child {
    margin-bottom: 0;
  }
  .thoughtfullness_page .container {
    padding: 0;
    max-width: 100%;
  }
  #offers .tab-content {
    width: 100%;
  }
  #offers {
    margin-bottom: 0;
  }
  .about_us p {
    margin-bottom: 0;
  }
  .about-luxe:after {
    display: none;
  }
  #brand_snapshot .display_flex {
    text-align: left;
    flex-wrap: wrap;
    gap: 20px;
  }
  #brand_promise {
    padding-bottom: 0;
  }
  #brand_promise .promise_item {
    flex-basis: 49%;
  }
  #brand_promise .promise_item .display_flex {
    flex-wrap: nowrap;
  }
  #brand_promise .promise_item p {
    margin-top: 5px;
  }
  #brand_promise .promise_item {
    margin-bottom: 30px;
  }

  #brand_snapshot .brand-items {
    width: 28%;
  }
  #brand_snapshot .brand-items p {
    margin-bottom: 10px;
  }
  #brand_snapshot .brand-items:last-child p,
  #brand_snapshot .brand-items:nth-last-child(2) p {
    margin-bottom: 0;
  }
  section#brand_philosophy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #brand_philosophy .display_flex {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #brand_philosophy .brand_item {
    flex-basis: 48%;
    margin-bottom: 14px;
  }
  #brand_philosophy .brand_item {
    margin-bottom: 14px;
  }
  #brand_philosophy .brand_item:last-child {
    margin-bottom: 0;
  }
  #brand_philosophy .brand_item:last-child p {
    margin-bottom: 0;
  }
  .about-luxe {
    margin-bottom: 30px;
  }
  .about-luxe p {
    margin-bottom: 0px;
  }
  .about-homes p {
    margin-bottom: 0;
  }
  #walkthrough .display_flex {
    padding: 0;
  }
  section#qr_code {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #about_us_wraper_2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  section#walkthrough {
    padding-bottom: 0;
  }
  #brand_philosophy .image-block img {
    width: 50px;
  }
  #walkthrough .row {
    width: 100%;
    margin: auto;
  }
  #walkthrough .display_flex .video_item {
    width: 47%;
    height: 300px;
  }
  #qr_code .display_flex {
    gap: 10px;
  }
  .sec_footer {
    padding: 30px 15px;
  }
  .nav_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .img-only img {
    height: 300px;
    object-fit: cover;
  }
  .sec_footer .container {
    max-width: 100% !important;
    padding: 0;
  }
  #offers .offer_tab img {
    height: 70px;
    padding: 10px;
    margin: auto;
  }
  #qr_code img.qr_code_image {
    padding-bottom: 10px;
  }
  #qr_code .display_flex {
    margin: 0;
  }
}
@media (max-width: 550px) {
  .dynamic-slider img {
    height: 550px !important;
    object-fit: cover;
    object-position: 0;
  }
  #walkthrough .display_flex .video_item {
    width: 100%;
    height: 280px;
  }
  #offers .offer_tab {
    flex-wrap: wrap;
    border: none !important;
    gap: 12px;
  }
  #offers .offer_tab li {
    border-radius: 4px;
    position: relative;
    width: 22%;
    border: none;
    line-height: 0;
  }
  #offers .offer_tab img {
    height: 53px;
    padding: 10px;
    margin: auto;
  }
  .offer_item h3:nth-child(2) {
    font-size: 16px;
  }
  .offer_item h3 {
    font-size: 18px;
  }
  #brand_philosophy .brand_item {
    flex-basis: 100%;
  }
  #brand_promise .promise_item:not(:last-child) {
    margin-bottom: 30px;
  }
  #brand_promise .promise_item {
    flex-basis: 100%;
  }
  #brand_snapshot .brand-items {
    width: 45%;
  }
  #qr_code .width-3 .rera_image {
    height: 21px;
    width: 21px;
    margin-right: 8px;
  }
  #offers li:has(> img.active) {
    border: 1px solid var(--primary-color) !important;
  }
  .offer_tab li:has(> img.active)::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--primary-color);
    bottom: -8px;
  }
  #brand_snapshot .brand-items {
    width: 100%;
  }
  #qr_code .display_flex p {
    text-align: left;
    line-height: 15px;
  }
  #qr_code .rera_image {
    height: 25px;
    width: 25px;
    margin-right: 0px;
  }
  #brand_snapshot .brand-items h6 {
    font-size: 23px;
  }
  section#qr_code p {
    margin-bottom: 5px;
  }
  section#qr_code a {
    font-size: 10px;
  }
  #qr_code .col-6 {
    width: 48%;
  }
  #qr_code .row {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .side-space {
    padding-left: 6%;
    padding-right: 6%;
  }
  .dynamic-slider img {
    height: 500px !important;
  }
  section#video .video-container iframe {
    height: 65vh;
    width: 100%;
  }
  .flower-left,
  .flower-right {
    width: 110px;
  }
  h3.fixedText {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .img-only img {
    height: 350px;
  }
  .offer_item .row {
    align-items: flex-start;
  }
  #offers .offer_tab img {
    margin: auto;
  }
  #brand_snapshot .brand-items h6 {
    font-size: 25px;
  }
  body .thoughtfullness_page :is(p, span, label) {
    font-size: 14px !important;
  }
  #about_us p,
  #brand_snapshot p,
  #brand_philosophy p {
    margin-bottom: 0;
  }
  #brand_philosophy .image-block img {
    width: 70px;
  }
  #brand_philosophy h6 {
    font-size: 18px;
  }
  #brand_promise .display_flex {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .txt_blue {
    font-size: 26px;
  }
  /* #walkthrough .display_flex .video_item {
  width: 30%;
  height: 300px;
} */
  #walkthrough .display_flex .video_item {
    width: 47%;
    height: 300px;
  }
  #qr_code .display_flex {
    gap: 10px;
  }
  #offers .tab-content {
    width: 100%;
    margin: 0 auto;
  }
  .sec_footer .container {
    width: 100%;
    max-width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 992px) and (max-width: 1447px) {
  .dynamic-slider img {
    height: 650px !important;
  }
  #offers .offer_tab img {
    height: 70px;
    padding: 13px;
    aspect-ratio: 1.2;
  }
  .img-only img {
    height: 300px;
  }
  .offer_item .row {
    align-items: flex-start;
  }
  section#video .video-container iframe {
    height: 65vh;
  }
  .fixedText {
    font-size: 30px;
  }
  .flower-left,
  .flower-right {
    width: 125px;
  }
  #brand_promise .promise_item .display_flex {
    flex-wrap: nowrap;
  }
}
.footer-video {
  position: fixed;
  bottom: 10px;
  left: 10px;
  height: 170px;
  z-index: 999;
}
.footer-video .overlay {
  top: 0;
  cursor: pointer;
  left: 0;
}
.close_video {
  position: absolute;
  top: -11px;
  right: -9px;
  background: #fff;
  padding: 8px 8px 9px;
  border-radius: 100%;
  color: red;
  font-size: 12px;
  line-height: 4px;
  cursor: pointer;
}

/* LoginComponent */
.sec_top_spc {
  padding-top: 4vw;
}
.svg_no1_banner {
  width: 18vw;
}

.login_section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_section .subtitle_1 {
  text-transform: capitalize;
}

/* .login-space {
  padding-top: 4vw;
  padding-bottom: 4vw;
} */

.login-container {
  width: 75%;
  min-height: 50vh;
  background-image: url(../images/LoginPay/image11.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 5%;
}
.login-form {
  width: 50%;
}
.login_section input,
.form-field {
  border-radius: 10px !important;
  height: 60px;
  border: none !important;
  line-height: 1;
}
/* .generate-otp {
  width: 100%;
  height: 60px;
  padding: 18px 0px 19px 0px;
  gap: 0px;
  border-radius: 10px;
  border: none;
  opacity: 0px;
  background: #1a508c;
  color: #fff;
}
.generate-otp:hover {
  background-color: #000;
} */

/* Project Select Starts*/
.custom_section .subtitle_1 {
  text-transform: capitalize;
}
.card-title {
  color: #1a508c;
  text-align: center;
}
.project-name {
  font-size: 18px !important;
  font-weight: 600;
  line-height: 27px;
}
.card-image {
  overflow: hidden;
  border-radius: 10px;
}

.zoom-on-hover {
  transition: transform 0.5s ease;
}

.zoom-on-hover:hover {
  transform: scale(1.1);
}

.location-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.location-text {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
  text-align: left;
}

/* .pay-now-btn {
  width: 100%;
  padding: 10px 0px;
  border: none;
  border-radius: 10px;
  background-color: #1a508c;
  color: #fff;
  margin-top: 8px;
  transition: 0.3s ease-in;
} */

button.pay-now-btn:hover {
  background-color: #000;
}

.custom-margin {
  margin-bottom: 24px;
}

.custom-card {
  border-radius: 10px !important;
  box-shadow: 0px 0px 24.63px 0px #00000040;
}

.custom-margin .theme-btn {
  margin-top: 10px;
}
/* Already-Registered Starts*/
.section-top-spc {
  padding-top: 4vw;
}
.table-main {
  overflow-x: auto;
  padding: 0px !important;
}
.tbl-head {
  height: 71px;
  line-height: 40px;
}
.tdody-container {
  background-color: #f3f3f3;
}

.table-container {
  width: 100%;
}

.table-container th {
  padding: 15px;
}

.table-container td {
  padding: 15px 10px;
}

.table-container th:first-child {
  border-top-left-radius: 10px;
}
.table-container th:last-child {
  border-top-right-radius: 10px;
}
.table-btm-left-border {
  border-bottom-left-radius: 10px !important;
}
.table-btm-right-border {
  border-bottom-right-radius: 10px !important;
}
.pay-now-btn {
  padding: 10px;
}
.theme-btn {
  border: none;
  border-radius: 10px;
  background-color: #1a508c;
  color: #fff;
  /* font-size: 14px; */
  white-space: nowrap;
  letter-spacing: 1px;
  transition: 0.3s ease-in;
  font-weight: 500;
  width: 230px;
}
.theme-btn:hover {
  background-color: #000;
}
.form-btn {
  height: 60px;
}

.custom-width .theme-btn {
  width: 100%;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.custom-width .theme-btn:hover {
  color: #fff;
}
.tdody-container td span {
  border-bottom: 1px solid;
  display: block;
  height: 40px;
  /* padding: 10px; */
}
/* .tdody-container tr td:first-child span {
  margin-left: 15px;
}

.tdody-container tr td:last-child span {
  margin-right: 15px;
} */

.project-name-title {
  font-weight: 700;
  color: #1a508c;
  padding-left: 18px !important;
}
.tdody-container td .no-border {
  border-bottom: 0px;
}
.custom-width {
  width: 130px;
  padding-right: 18px !important;
}

/* Select Inventory */
.vtp-img-conatiner {
  width: 100%;
  height: 250px;
}
.inventory-sec .vtp-inventory-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sec_btm_spc {
  position: relative;
  width: 100%;
  padding-bottom: 4vw;
}
.inventory-sec {
  background-color: #f3f3f3;
  border-radius: 10px;
}
.booking-amt {
  border: 1px solid #1a508c;
  padding: 5px;
  border-radius: 5px;
  margin-left: 5px;
}
.bhk-text {
  font-weight: 600;
}
.amount-txt1 {
  font-weight: 700;
  font-size: 20px;
  color: #1a508c;
}
.amount-txt2 {
  font-weight: 600;
  color: #1a508c;
}
/* .checkbox-field {
  display: flex !important;
  gap: 5px;
} */
.project-details-container {
  height: 250px;
  overflow-y: auto;
  padding-right: 15px;
}
.project-details-container p {
  font-size: 18px;
  padding: 10px 0px;
  margin: 0px;
}
.project-details-container hr {
  opacity: 1;
  margin: 3px 0px;
}
.project-details-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

.project-details-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.facility-main {
  height: 100%;
}
.facility-list-container {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
}

.facility-list {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
  overflow-y: auto;
  height: 200px;
  margin-bottom: 0px;
}
.facility-list li {
  padding: 5px 0;
}
.facility-location {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.facility-location-text {
  margin: 0px;
  color: #fff;
  font-weight: 600;
}
.project-details-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  padding: 15px 0px;
  border-radius: 10px;
  gap: 10px;
}
.project-details-middle a {
  color: #252627;
}
.terms-link {
  color: #1a508c;
  text-decoration: underline !important;
  font-weight: 500;
}
.select-type-btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.booking-form label.btn.btn-outline-primary {
  border: 1px solid #00000082;
  color: #00000082;
  font-weight: 600;
  padding: 2px 20px;
}

.booking-form .btn-check:not(:checked) + label.btn-outline-primary:hover {
  border: 1px solid #1a508c;
  color: #1a508c;
}

.booking-form .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #1a508c;
  border: 1px solid #1a508c;
}

.inventory-btn-2 {
  margin-left: 10px;
  background-color: #fff;
  color: #1a508c;
  border: 1px solid #1a508c;
}
.inventory-btn-2:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.project-details-container::-webkit-scrollbar,
.facility-list::-webkit-scrollbar {
  width: 6px;
}

.project-details-container::-webkit-scrollbar-track,
.facility-list::-webkit-scrollbar-track {
  background: #dbdbdb;
}

.project-details-container::-webkit-scrollbar-thumb,
.facility-list::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.project-details-container::-webkit-scrollbar-thumb:hover,
.facility-list::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* Banner img height */
.inner_banner_wrap.half_height .banner_img_wrap img {
  height: 75vh;
  object-fit: cover;
  object-position: center;
}
/* Banner img height */
/* FAQ PAGE starts*/
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d !important;
}
.faqDivHeading {
  font-family: "Beliau", sans-serif;
  color: #0d29aa;
  font-size: 38px;
  font-weight: 400;
  line-height: 55.88px;
  text-align: center;
  text-transform: uppercase;
}
/* .br-section-pad {
  padding: 80px 100px;
} */

.faq_section {
  position: relative;
}

.faq_section .flower_wrap {
  top: 0;
  bottom: unset;
}

.faq_section .accordion-button:focus {
  box-shadow: none;
  border-color: #2526271a;
}

.faq_section .accordion-button:not(.collapsed) {
  background-color: unset;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.faq_section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq_section .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq_section button.accordion-button {
  border: 1px solid #2526271a;
  border-radius: 10px;
}

.faq_section .accordion-item {
  border: none;
  margin-bottom: 15px;
}

.faq_section button.accordion-button p,
.faq_section button.nav-link {
  font-size: 16px !important;
}

.faq_section .accordion-body {
  border: 1px solid #2526271a;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.faq_section .accordion-body p,
.faq_section .accordion-body th,
.faq_section .accordion-body td {
  font-size: 14px;
}
.faq_section .accordion-body th {
  font-weight: 600;
}

.faq_section .accordion-button::after,
.faq_section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq/accordion-icon-down.png);
  background-size: 15px;
  background-position: center;
}

/* .faq-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
} */
.faq-grid-container-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.faq-grid-item {
  border: 1px solid #242242;
  padding: 25px;
  border-radius: 10px;
}
/* FAQ PAGE ends*/

/* Contact us PAGE ends*/

.contactus_section .flower_wrap {
  top: 0;
  bottom: unset;
}
/* Contact us ends*/

@media screen and (min-width: 1025px) {
  .login_section .form-btn {
    width: 100%;
  }
  #custom-carousel .mobile-banner,
  #banner_image .mobile-banner {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #custom-carousel .mobile-banner,
  #banner_image .mobile-banner {
    display: none;
  }
  .global_sec {
    padding: 60px 0;
  }
  .login-container {
    width: 80%;
  }
  .login_section .form-btn {
    width: 100%;
    height: 60px;
  }
  .login-form {
    width: 70%;
  }
  /* Faq Section starts */
  /* .br-nri .br-project,
  .br-section-pad {
    padding: 60px 5%;
  } */
  /* Faq Section ends */
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
  .subtitle_1 {
    margin-bottom: 15px;
  }
  .global_sec {
    padding: 30px 15px !important;
  }
  .inventory-sec .mobile-menu {
    order: 3;
  }
  .login-container {
    width: 100%;
    min-height: 40vh;
  }
  .login_section input,
  .form-field {
    height: 40px;
    border-radius: 5px !important;
  }
  .login_section .label-text {
    margin-bottom: 5px !important;
  }
  .login_section .form-btn {
    height: 40px;
  }
  .form-btn {
    height: 40px;
    border-radius: 5px;
  }
  .custom-margin {
    margin-bottom: 15px;
  }
  /* .login_section.global_sec {
    padding: 4vw 15px !important;
  } */
}
@media screen and (max-width: 768px) {
  #custom-carousel .desktop-banner,
  #banner_image .desktop-banner {
    display: none;
  }
  #custom-carousel .mobile-banner,
  #banner_image .mobile-banner {
    display: block;
    height: 500px;
    object-fit: cover;
  }
  .subtitle_1 {
    font-size: 25px;
    line-height: 25px;
  }
  .custom_section .global_sec {
    padding: 30px 0;
  }

  .section-top-spc {
    padding-top: 30px;
  }
  .login-form {
    width: 90%;
  }
  .vtp-img-conatiner {
    margin-bottom: 15px;
  }
  .label-text {
    font-size: 15px;
    margin-bottom: 0px !important;
  }
  .booking-form label.btn.btn-outline-primary {
    padding: 0px 15px;
    font-size: 13px;
  }

  /* .theme-btn {
    padding: 0px;
  } */
  .checkbox-field {
    font-size: 15px;
  }
  /* Faq Section starts */
  /* .br-nri .br-project,
  .br-section-pad {
    padding: 50px 30px;
  } */
  .faqDivHeading {
    font-size: 30px;
    line-height: 45px;
  }
  /* Faq Section ends */
}
@media screen and (max-width: 552px) {
  .subtitle_1 {
    font-size: 22px;
    line-height: 22px;
  }
  .login_section.global_sec {
    padding: 30px 15px !important;
  }
  .sec_top_spc {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .login-container {
    width: 100%;
    min-height: 30vh;
  }
  .login-form {
    width: 100%;
  }

  .table-container {
    min-width: 600px;
  }
  .table-container td {
    /* padding: 4px 5px; */
    padding: 15px;
  }
  body h5,
  th {
    font-size: 14px !important;
  }
  .custom-margin:nth-child(-n + 11) {
    margin-bottom: 15px;
  }
  .custom-margin {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .vtp-img-conatiner {
    height: 330px;
  }
  .facility-location {
    margin-bottom: 15px;
  }
  /* .project-details-container {
    padding-right: 5px;
    padding: 0px 15px;
  } */
  .project-details-middle {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 5px;
  }
  .project-details-middle p,
  .project-details-middle a {
    font-size: 12px !important;
  }
  .bhk-text {
    font-weight: 600;
    font-size: 14px;
  }
  .booking-amt {
    font-size: 13px;
  }
  .amount-txt1 {
    font-size: 16px;
  }
  .login_section input,
  .form-field {
    height: 30px;
    border-radius: 4px !important;
  }
  .select-type-btn-box {
    gap: 10px;
  }
  .inventory-sec {
    padding: 3px !important;
  }
  .inventory-btn-2 {
    margin-left: 0px;
    margin-top: 8px;
  }
  .label-text {
    font-size: 13px;
    margin-bottom: 3px !important;
  }
  .error {
    font-size: 10px !important;
    /* top: -5px; */
  }
  .login_section .form-btn {
    height: 30px;
    /* width: 50%; */
  }
  .form-btn {
    height: 30px;
    width: 100%;
    margin-top: 8px;
  }
  .theme-btn {
    border-radius: 5px;
    font-weight: 400;
  }
  .pay-now-btn {
    padding: 7px;
  }
  .checkbox-field {
    font-size: 12px;
  }
  /* Faq Section starts */
  /* .br-nri .br-project,
  .br-section-pad {
    padding: 50px 15px;
  } */
  .faqDivHeading {
    font-size: 25px;
    line-height: 35px;
  }
  /* Faq Section ends */
}

@media screen and (max-width: 402px) {
  .project-details-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  /* .inventory-btn-2 {
    margin-left: 2px;
    margin-top: 5px;
  } */
}

.pageLoader {
  position: fixed;
  background: #000000d4;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageLoader img {
  width: 18%;
}

/* input:read-only {
  cursor: not-allowed;
} */
#paymentConfirmation .modal-body form input {
  background: #e8f0fe !important;
}
#paymentConfirmation .modal-body form input[disabled] {
  cursor: not-allowed;
}