@charset "UTF-8";
.flex {
  display: flex;
}
.flex.align_center {
  align-items: center;
}
.flex.justify_center {
  justify-content: center;
}
.flex.space_between {
  justify-content: space-between;
}
.flex.align-end {
  align-items: end;
}

.line-btn {
  position: relative;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease-in-out;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.line-btn::before {
  content: "";
  position: absolute;
  bottom: -0.3em;
  width: 0%;
  height: 1px;
  background: #be8d03;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.line-btn::after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  width: 100%;
  height: 1px;
  background: #333;
  left: 0;
  z-index: 1;
}
.line-btn:hover {
  color: #be8d03;
}
.line-btn:hover::before {
  width: 100%;
}

.swiper-btn {
  background: #fff;
}
.swiper-btn.swiper-button-prev::after {
  content: "⟵";
}
.swiper-btn::before {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #be8d03;
  content: "";
  transform: rotate(45deg);
}
.swiper-btn::after {
  color: #be8d03;
  content: "⟶";
  font-size: 18px;
  transition: 0.5s;
}

.float {
  position: fixed;
  right: -85px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 9;
}
.float button {
  background: #be8d03;
  color: #fff;
  display: flex;
  padding: 15px 35px;
  width: 220px;
  justify-content: center;
  align-items: center;
  border: 0;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.float button i {
  color: #fcfcfc;
  margin-left: 8px;
}

header {
  position: fixed;
  z-index: 12;
  padding: 5px 0;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transition: 0.4s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5519782913) 0%, rgba(0, 0, 0, 0) 100%);
}
header.bg-white, header.header-bg {
  background: #fff;
  box-shadow: #cbcbcb 0px 0px 5px 0px;
}
header.bg-white .sub_menu .wrap, header.header-bg .sub_menu .wrap {
  box-shadow: #cbcbcb 0px 0px 5px 0px;
}
header.bg-white .sub_menu .wrap::before, header.header-bg .sub_menu .wrap::before {
  border-top: 0;
}
header.bg-white .flex, header.header-bg .flex {
  padding-bottom: 10px;
}
header.bg-white .navs a, header.header-bg .navs a {
  color: #000;
}
header .flex {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
header .logo img {
  height: 68px;
}
header .navs {
  padding-top: 15px;
}
header .navs ul {
  display: flex;
}
header .navs ul li {
  position: relative;
  margin: 0 20px;
}
header .navs ul li:hover a {
  color: #be8d03;
}
header .navs ul li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .navs a {
  font-size: 15px;
  text-transform: uppercase;
}
header .navs a i {
  font-size: 12px;
  margin-left: 5px;
}
header .sub_menu {
  position: absolute;
  z-index: 4;
  top: 100%;
  width: 270px;
  left: 0;
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition: 0.5s;
}
header .sub_menu .wrap {
  margin-top: 33px;
  background: #fff;
  padding: 15px 0;
  position: relative;
  border-radius: 2px;
}
header .sub_menu .wrap::before {
  content: "";
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  transform: rotate(180deg);
  left: 25px;
}
header .sub_menu a {
  color: #212529 !important;
  display: block;
  padding: 5px 25px;
  text-transform: capitalize;
}
header .sub_menu a:hover {
  color: #be8d03 !important;
}
header .sub_menu a i {
  margin-left: 8px;
  font-size: 10px;
}
header .contact {
  padding-top: 10px;
}
header .contact a {
  font-size: 14px;
  background: #be8d03;
  display: flex;
  padding: 12px 25px;
  text-transform: uppercase;
  cursor: pointer;
}
header .contact a i {
  color: #fff;
  margin-left: 6px;
  margin-top: 5px;
  font-size: 12px;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-6px);
}
header .contact a:hover {
  color: #fff;
}
header .contact a:hover i {
  opacity: 1;
  transform: translateY(0);
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 10;
  background-position: center !important;
  background-size: cover !important;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}

.intro .img img {
  width: 100%;
  height: 712px;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro h2 {
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
  max-width: 299px;
}
.intro h1 {
  margin-top: 15px;
  font-size: 29px;
  line-height: 35px;
  font-weight: 500;
  color: #be8d03;
}
.intro .text_top {
  margin-top: 76px;
}
.intro .text_top h4 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 5px;
  color: #505050;
}
.intro .text_top p {
  margin-top: 38px;
  max-width: 347.97px;
}
.intro .text_top a {
  font-size: 13px;
}
.intro .text_bottom {
  margin-top: 152px;
}
.intro .text_bottom h4 {
  margin-bottom: 15px;
}
.intro .text_bottom p {
  font-size: 16px;
  line-height: 22px;
  color: #6d6d6d;
  font-weight: 400;
  max-width: 380px;
}

.row2 {
  position: relative;
}
.row2 .container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
}
.row2 .text {
  position: absolute;
  left: 0;
  top: 70px;
  background: #fff;
  width: 219.31px;
  padding: 48px 26px;
  z-index: 3;
}
.row2 .text img {
  width: 85px;
  position: absolute;
  top: -150px;
  left: 0;
  opacity: 0.9;
  z-index: 1;
}
.row2 .text h3 {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.row2 .text a {
  margin-top: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.row2 .text a::before, .row2 .text a::after {
  height: 1px;
}
.row2 video {
  width: 100%;
  height: 88vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.row2 picture img {
  width: 100%;
  height: 92vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.features {
  padding: 16px 0 48px;
}
.features .text-center h2 {
  color: #be8d03;
  margin-bottom: 10px;
}
.features .text-center p {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #212529;
}
.features .slide_wrap {
  position: relative;
  height: 550px;
}
.features .slide_wrap .feature-next {
  right: -70px;
}
.features .slide_wrap .feature-prev {
  left: -70px;
}
.features .features_slider {
  margin-top: 76px;
}
.features .features_slider .swiper-slide {
  position: relative;
  margin-top: 56px;
  transition: 0.5s;
}
.features .features_slider .swiper-slide.swiper-slide-active, .features .features_slider .swiper-slide.swiper-slide-duplicate-active {
  margin-top: 0;
  transition: 0.5s !important;
}
.features .features_slider .swiper-slide.swiper-slide-active .text, .features .features_slider .swiper-slide.swiper-slide-duplicate-active .text {
  background: #be8d03;
}
.features .features_slider .swiper-slide.swiper-slide-active figure img, .features .features_slider .swiper-slide.swiper-slide-duplicate-active figure img {
  height: 550px;
}
.features .features_slider .text {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.features .features_slider .text h5 {
  color: #fff;
  font-size: 18px;
}
.features .features_slider .text p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.features .features_slider figure {
  margin-bottom: 0;
}
.features .features_slider figure img {
  height: 410px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.nearby {
  padding-bottom: 52px;
}
.nearby .text {
  position: relative;
}
.nearby .text h2 {
  color: #be8d03;
  margin-bottom: 25px;
}
.nearby .text p {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #212529;
  width: 733.59px;
  max-width: 100%;
}
.nearby .nearby_slider {
  margin-top: 56px;
}
.nearby .nearby_slider .swiper-slide {
  position: relative;
}
.nearby .nearby_slider .swiper-slide .text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nearby .nearby_slider .swiper-slide .text h5 {
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.nearby .nearby_slider .swiper-slide .text h5 span {
  display: block;
  font-size: 14px;
  text-transform: none;
}
.nearby .nearby_slider .swiper-slide .text h5 span i {
  color: #be8d03;
  margin-right: 6px;
}
.nearby .nearby_slider figure {
  height: 426px;
  position: relative;
}
.nearby .nearby_slider figure::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 42.73%, rgba(0, 0, 0, 0.5) 100%);
}
.nearby .nearby_slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogs {
  width: 100%;
  padding-top: 102px;
  background-position: bottom;
  background-size: cover;
}
.blogs .text h3 {
  margin-bottom: 20px;
}
.blogs .text a {
  margin-top: 40px;
}
.blogs .text a::before, .blogs .text a::after {
  height: 1px;
}
.blogs .blogs_wrap .col-md-6:last-child .blog_single {
  margin-bottom: 0;
}
.blogs .blog_single {
  margin-bottom: 76px;
  padding: 0 10px;
}
.blogs .blog_single img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.blogs .blog_single h5 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .blog_single p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .blog_single a {
  font-size: 13px;
}
.blogs .blog_single a::before, .blogs .blog_single a::after {
  height: 1px;
}

.floor_plans {
  position: relative;
  background: #fcfcfc;
  padding: 102px 0;
  margin-bottom: 160px;
}
.floor_plans .floor_slider img {
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}
.floor_plans .floor_text {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 90%;
  background: #fff;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 18px 24px 24px;
  box-shadow: #cbcbcb 0px 0px 5px 0px;
}
.floor_plans .floor_text img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.floor_plans .floor_text .text {
  width: calc(100% - 100px);
}
.floor_plans .floor_text h3 {
  margin-bottom: 20px;
}
.floor_plans .floor_text a {
  margin-top: 36px;
  text-transform: uppercase;
  font-size: 14px;
}
.floor_plans .floor_text a::before, .floor_plans .floor_text a::after {
  height: 1px;
}
.floor_plans .floor_text a:after {
  color: #868686;
}
.floor_plans .container {
  position: relative;
  width: 100%;
}

footer {
  background: #000000;
  color: #fff;
  padding: 102px 0 26px;
}
footer a:hover {
  color: #be8d03;
}
footer .top {
  position: relative;
}
footer .top::before {
  max-width: 100%;
  width: 500px;
  height: 450px;
  position: absolute;
  top: 0;
  content: "";
  background-image: url(../images/building-bg.png);
  z-index: 1;
  top: -100px;
}
footer .top .text {
  position: relative;
  z-index: 2;
}
footer .top .text a {
  margin-top: 30px;
}
footer .top .social {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
footer .top .social a {
  margin-left: 30px;
}
footer h3 {
  color: #fff;
  margin-bottom: 20px;
}
footer figure {
  position: relative;
  height: 357.34px;
  margin-bottom: 0;
}
footer figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.5;
}
footer figure .instalink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
footer figure .instalink p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
footer figure .instalink a:hover {
  color: #be8d03;
}
footer figure .instalink a:hover p {
  color: #be8d03;
}
footer figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer_bottom {
  margin-top: 60px;
  border-top: 1px solid #868686;
  padding-top: 50px;
}
footer .footer_bottom h5 {
  margin-bottom: 20px;
}
footer .footer_bottom ul li {
  margin: 5px 0;
}
footer .footer_bottom ul li .flex a {
  margin-right: 25px;
}
footer .footer_bottom ul li .flex a img {
  width: 45px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
footer .footer_bottom ul li span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #c3c3c3;
}
footer .footer_bottom ul li i {
  font-size: 14px;
}
footer .footer_bottom ul li a {
  color: #c3c3c3;
  font-family: "Rubik", sans-serif;
}
footer .footer_bottom ul li a:hover {
  color: #be8d03;
}
footer .footer_bottom ul.flex {
  flex-wrap: wrap;
}
footer .footer_bottom ul.flex li {
  width: 50%;
}
footer .copyright {
  padding-top: 56px;
}
footer .copyright p {
  margin-bottom: 0;
  font-size: 14px;
  color: #c3c3c3;
}

.breadcrumb {
  padding: 38px 0;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  display: flex;
}
.breadcrumb ul li:last-child {
  opacity: 0.6;
}
.breadcrumb ul li:last-child span {
  display: none;
}
.breadcrumb ul li p {
  font-size: 12px;
  text-transform: uppercase;
  color: #212529;
}
.breadcrumb ul li span {
  margin: 0 10px;
}

.page_intro .text {
  margin-bottom: 36px;
}
.page_intro .text h2 {
  color: #be8d03;
  margin-bottom: 35px;
}
.page_intro .text h5 {
  margin-bottom: 15px;
  color: #505050;
}
.page_intro .text h4 {
  line-height: 25px;
  margin-bottom: 15px;
}
.page_intro .text p {
  margin-bottom: 0;
}
.page_intro .text .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_intro .text .flex .text {
  width: 45%;
  margin-bottom: 0;
}
.page_intro .text .flex .text h4 {
  font-size: 19px;
}
.page_intro .text .flex .text p {
  margin-bottom: 0;
}
.page_intro .text .flex .text p small a {
  margin: 8px 0 3px;
  display: block;
  font-size: 13px;
}
.page_intro .text .flex .text p small a::after {
  color: #868686;
}
.page_intro .text .flex .text a {
  font-size: 15px;
  margin-top: 10px;
}

.about_intro .text {
  margin-bottom: 36px;
}
.about_intro .image img {
  height: 516px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about_full_image {
  height: 92vh;
  margin: 76px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.about_full_image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.14);
}
.about_full_image .container {
  position: relative;
  height: 100%;
}
.about_full_image .text {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 3;
  text-align: right;
  width: 40%;
  color: #fff;
}
.about_full_image .text h2 {
  margin-bottom: 38px;
  font-size: 43px;
  line-height: 43px;
  font-weight: 300;
}
.about_full_image .text h2 em {
  font-size: 57px;
  line-height: 57px;
  display: block;
  font-style: normal;
  font-weight: 600;
}
.about_full_image .text p {
  color: #fff;
}

.about_features {
  padding-bottom: 240px;
  overflow: hidden;
}
.about_features .af_card {
  margin-bottom: 30px;
  position: relative;
}
.about_features .af_card figure {
  height: 540px;
  margin-bottom: 0;
}
.about_features .af_card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_features .af_card .text {
  position: absolute;
  width: 90%;
  bottom: -140px;
  z-index: 3;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px 20px 20px;
  box-shadow: #cbcbcb 0px 0px 5px 0px;
}
.about_features .af_card .text img {
  position: absolute;
  width: 100px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
}
.about_features .af_card .text p {
  width: calc(100% - 100px);
  margin: 10px 0 16px;
}
.about_features .af_card .text .line-btn {
  text-transform: uppercase;
}
.about_features .af_card .text .line-btn::after {
  bottom: -0.1em;
  background: #9d9d9c;
}
.about_features .af_card .text .line-btn::before {
  bottom: -0.1em;
}

.amenities_with_image .col-md-6 {
  position: relative;
  margin-bottom: 30px;
}
.amenities_with_image .image {
  width: 100%;
  height: 450px;
}
.amenities_with_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.amenities_with_image .text {
  text-align: center;
  margin-top: 24px;
}
.amenities_with_image .text h4 {
  font-size: 21px;
}
.amenities_with_image .text p {
  width: 320px;
  max-width: 100%;
  margin: 0px auto;
}

.amenities_icons .row {
  justify-content: center;
}
.amenities_icons .ai_card {
  text-align: center;
  margin-bottom: 40px;
}
.amenities_icons .ai_card img {
  width: 80px;
  margin: 0 auto 10px;
}
.amenities_icons .ai_card h5 {
  font-size: 16px;
  max-width: 80%;
  margin: 0 auto;
}

.blog_list .blog_card {
  margin-bottom: 56px;
}
.blog_list .blog_card img {
  height: 375px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_list .blog_card .text {
  padding: 38px;
  box-shadow: #cbcbcb 0px 0px 5px 0px;
}
.blog_list .blog_card .text h4 {
  margin-bottom: 20px;
}
.blog_list .blog_card .text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 0;
}
.blog_list .blog_card .text a {
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

.blog_content .title {
  margin-bottom: 30px;
}
.blog_content .title h2 {
  color: #be8d03;
}
.blog_content .content {
  max-width: 920px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.blog_content .content ul {
  list-style: circle;
  padding-left: 20px;
}
.blog_content .content ul li {
  margin-bottom: 15px;
}
.blog_content .content table {
  border-collapse: collapse;
  width: 99.1077%;
  border-width: 0px;
}
.blog_content .content table colgroup col {
  width: 49%;
}
.blog_content .content table td {
  border-width: 0px;
  padding: 20px;
}
.blog_content .content table img {
  max-width: 100%;
  margin: 15px auto;
  max-height: 360px;
}

.form_map {
  margin-top: 28px;
}
.form_map .img {
  margin-bottom: 30px;
  position: relative;
}
.form_map .img:hover::before {
  opacity: 1;
}
.form_map .img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s all linear;
}
.form_map .img .zoom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
}
.form_map .img .zoom img {
  width: 32px;
  height: 32px;
  transition: 0.4s ease-out;
}
.form_map .img:hover .zoom img {
  transform: scale(1.2);
}
.form_map .img img {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
.form_map .form .form_card {
  margin-bottom: 30px;
}
.form_map .form .form_card label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.form_map .form .form_card label span {
  color: red;
  margin-left: 5px;
}
.form_map .form .form_card input,
.form_map .form .form_card textarea,
.form_map .form .form_card select {
  width: 100%;
  padding: 10px;
  border: 1px solid #868686;
}
.form_map .form .form_card select {
  padding: 12px 10px;
}
.form_map .form .form_card textarea {
  height: 112px;
}
.form_map .form .form_card button {
  background: #be8d03;
  padding: 12px 35px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}

.floor_image {
  position: relative;
  z-index: 10;
}

.floor_image .flex-wrap {
  row-gap: 16px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.floor_image .units_nav {
  display: flex;
  row-gap: 16px;
}
.floor_image .units_nav .card {
  box-shadow: #cbcbcb 0px 0px 5px 0px;
  padding: 20px;
  margin-right: 20px;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.floor_image .units_nav .card.active {
  background: #be8d03;
  color: #fff;
}
.floor_image .units_nav .card:hover {
  background: #be8d03;
  color: #fff;
}
.floor_image .compass img {
  width: 90px;
}
.floor_image .floor_units {
  width: 100%;
  height: 629.22px;
  position: relative;
}
.floor_image .floor_units img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s all linear;
}
.floor_image .floor_units img.units {
  z-index: 3;
  opacity: 0;
}
.floor_image .floor_units img.main {
  opacity: 1;
}

.startft {
  margin-top: 90px;
}

.visitModal .modal-header {
  padding-top: 30px;
}
.visitModal .modal-footer {
  border-top: 0;
}
.visitModal h3 {
  color: #be8d03;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}
.visitModal .book-form {
  margin-bottom: 15px;
}
.visitModal label {
  font-size: 14px;
  position: relative;
}
.visitModal label::after {
  position: absolute;
  content: "*";
  top: 0;
  right: -14px;
  width: 10px;
  height: 10px;
  color: red;
}
.visitModal input {
  display: block;
  font-family: inherit;
  font-size: 15px;
  padding: 7px 8px;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-top: 5px;
}
.visitModal .modal-footer button {
  background: #be8d03;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  border: 0;
  font-size: 16px;
  border-radius: 4px;
}
.visitModal .swal2-html-container {
  margin: auto 40px;
}
.visitModal .swal2-html-container p {
  font-size: 18px;
  margin: 16px 0;
}
.visitModal .swal2-html-container h4 {
  font-size: 15px;
  color: #be8d03;
  font-weight: 300;
  margin: 32px 0 8px;
}
.visitModal .swal2-html-container .form-group {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 24px;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
}
.visitModal .swal2-html-container label {
  font-size: 14px;
  position: relative;
}
.visitModal .swal2-html-container label::after {
  position: absolute;
  content: "*";
  top: 0;
  right: -14px;
  width: 10px;
  height: 10px;
  color: red;
}
.visitModal .swal2-html-container input {
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  margin-top: 0;
  margin-right: 2px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .visitModal .swal2-html-container .form-group {
    flex-direction: column;
  }
  .visitModal .swal2-html-container .form-group label {
    width: -moz-fit-content;
    width: fit-content;
  }
  .visitModal .swal2-html-container .form-group input {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}

.floorplans table {
  --bs-table-hover-bg: #be8c030a;
}
.floorplans table tbody,
.floorplans table td,
.floorplans table tfoot,
.floorplans table th,
.floorplans table thead,
.floorplans table tr {
  border: 0;
}
.floorplans table tr {
  border-bottom: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.floorplans table th {
  font-size: 16px;
  font-weight: 500;
  color: #be8d03;
  line-height: 1;
  text-transform: uppercase;
  line-height: 20px;
  padding: 24px 20px;
}
.floorplans table td {
  padding: 24px 20px;
  font-size: 18px;
}
.floorplans table .table-active {
  font-weight: 500;
  --bs-table-accent-bg: inherit;
  font-size: 19px;
}

.tower_name {
  justify-content: space-around;
}

.gallery {
  margin-bottom: 80px;
}
.gallery .gallery_grid {
  row-gap: 20px;
}
.gallery .gallery_grid .g-image {
  position: relative;
}
.gallery .gallery_grid .g-image a {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
}
.gallery .gallery_grid .g-image a:hover::before {
  opacity: 1;
}
.gallery .gallery_grid .g-image a:hover .zoom {
  opacity: 1;
}
.gallery .gallery_grid .g-image a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 3;
  opacity: 0;
  transition: 0.5s all;
}
.gallery .gallery_grid .g-image a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery_grid .g-image a .zoom {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 3;
  opacity: 0;
}
.gallery .gallery_grid .g-image a .zoom img {
  width: 20px;
}

@media screen and (max-width: 1700px) {
  header .logo img {
    height: 62px;
  }
  .intro h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .intro h1 {
    font-size: 23px;
    margin-top: 10px;
  }
  .intro .text_top {
    margin-top: 76px;
  }
  .intro .text_top a {
    font-size: 10px;
  }
  .intro .text_top a::before, .intro .text_top a::after {
    height: 1px;
  }
  .intro .text_top h4 {
    font-size: 17px;
  }
  .intro .text_top p {
    line-height: 18px;
  }
  .intro .img img {
    height: 612px;
  }
  .intro .text_bottom {
    margin-top: 82px;
  }
  .intro .text_bottom h4 {
    margin-bottom: 10px;
  }
  .intro .text_bottom p {
    font-size: 15px;
    line-height: 23px;
  }
  .row2 .text a {
    font-size: 13px;
    margin-top: 26px;
  }
  .features .slide_wrap {
    height: 450px;
  }
  .features .swiper-slide.swiper-slide-active figure img, .features .swiper-slide.swiper-slide-duplicate-active figure img {
    height: 420px !important;
  }
  .features .text-center p {
    font-size: 16px;
  }
  .features .features_slider figure img {
    height: 310px;
  }
  .blogs {
    padding-top: 36px;
  }
  .blogs .text h3 {
    width: 100px;
  }
  .blogs .text p small {
    font-size: 14px;
  }
  .blogs .text a {
    margin-top: 20px;
    font-size: 13px;
  }
  .blogs .blog_single h5 {
    font-size: 17px;
  }
  .floor_plans .floor_slider img {
    height: 450px;
  }
  .floor_plans .container .floor_text {
    height: 510px;
  }
  footer .footer_bottom ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  header .sub_menu {
    width: 230px;
  }
  header .logo img {
    height: 60px;
  }
  header .navs a {
    font-size: 14px;
  }
  header .contact a {
    font-size: 14px;
    padding: 10px 25px;
  }
  .intro .img img {
    height: 552px;
  }
  .intro .text_top {
    margin-top: 56px;
  }
  .intro .text_bottom {
    margin-top: 62px;
  }
  .float {
    right: -70px;
  }
  .float button {
    width: 190px;
    font-size: 13px;
  }
  .nearby .nearby_slider figure {
    height: 306px;
  }
  .about_intro .text h5 {
    font-size: 18px;
  }
  .about_intro .text .flex .text h4 {
    font-size: 17px;
  }
  .about_features .af_card figure {
    height: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .container-fluid {
    padding: 0 6px;
  }
  header .mb_show {
    display: block;
    color: #be8d03;
  }
  header .mb-hide {
    display: none;
  }
  header .openMenu {
    margin-left: 22px;
  }
  header .openMenu i {
    font-size: 28px;
  }
  header .navs {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    padding-top: 76px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: 0.5s;
    z-index: 99;
  }
  header .navs .sub_menu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    height: 0;
    overflow: hidden;
  }
  header .navs ul {
    display: block;
  }
  header .navs ul li:hover .sub_menu {
    height: auto;
    margin-left: 20px;
  }
  header .navs ul li:hover .sub_menu .wrap {
    margin-top: 0;
  }
  header .navs .reservation {
    background: #be8d03;
    width: 90%;
    margin: 15px auto;
    margin-right: auto !important;
    text-align: center;
    text-transform: uppercase;
  }
  header .navs.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header .navs .closeMenu {
    position: fixed;
    top: 36px;
    right: 36px;
    font-size: 22px;
  }
  header .navs a {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 20px 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  header .contact {
    display: flex;
    margin-top: 5px;
  }
  header .contact a {
    font-size: 13px;
    margin-top: 8px;
  }
  header .contact a i {
    font-size: 10px;
    margin-right: 1px;
  }
  .features .slide_wrap .swiper-btn {
    display: none;
  }
  .row2 picture img {
    height: 613px;
  }
  .about_full_image .text {
    width: 60%;
    right: 20px;
  }
  .about_full_image .text h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .about_full_image .text h2 em {
    font-size: 43px;
    line-height: 43px;
  }
}
@media screen and (max-width: 850px) {
  .about_features .af_card .text p {
    width: 190px;
  }
  .amenities_with_image .text {
    width: 90%;
    left: 0;
    transform: translateX(0%);
    text-align: left;
  }
  .amenities_with_image .text p {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_features {
    padding-bottom: 64px;
  }
  .about_features .af_card {
    margin-bottom: 180px;
  }
  .about_features .af_card text {
    width: 93%;
  }
  .floor_image .compass img {
    width: 92px;
  }
}
@media screen and (max-width: 500px) {
  header .contact a {
    display: none !important;
  }
  header .openMenu i {
    font-size: 22px;
  }
  .float {
    display: none;
  }
  header .logo img {
    height: 62px;
  }
  .row2 {
    padding-top: 20px;
  }
  .row2 .container {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }
  .row2 .text {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding-left: 108px;
    top: auto;
    border: 1px solid #cdcdcd;
  }
  .row2 .text img {
    width: 85px;
    top: 30px;
  }
  .blogs {
    width: 100%;
    overflow: hidden;
  }
  .blogs .blogs_wrap {
    margin-top: 36px;
  }
  .floor_plans {
    margin-bottom: 0;
    margin-top: 80px;
  }
  .floor_plans .floor_text {
    height: -moz-fit-content;
    height: fit-content;
    top: -96px;
    width: 94%;
    max-width: 94%;
  }
  .floor_plans .floor_text img {
    width: 80px;
  }
  .floor_plans .floor_text .text {
    width: calc(100% - 50px);
  }
  footer .footer_bottom h5 {
    margin-top: 36px;
  }
  footer .top .text {
    margin-bottom: 40px;
  }
  footer .top::before {
    height: 240px;
  }
  footer .copyright {
    display: block;
    text-align: center;
  }
  footer .copyright p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .about_intro .image {
    margin-top: 38px;
  }
  .about_full_image {
    height: 70vh;
  }
  .about_full_image .text {
    width: 80%;
    top: 30%;
    right: 20px;
  }
  .floor_image .units_nav {
    flex-wrap: wrap;
  }
  .floor_image .units_nav .card {
    padding: 14px;
  }
  .floor_image .floor_units {
    height: 240px;
  }
  .blog_content .content img {
    width: 96%;
    margin: auto;
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=style.css.map */