@import url("fonts.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #373334;
  font-size: 16px;
  line-height: 1.5;
  background: #f4f1e7;
  overflow-x: hidden;margin: 0 auto;
  max-width: 1920px;
 
}
html,
body {
  scroll-behavior: auto !important; /* disable default smooth scroll */
  overscroll-behavior: none;
  will-change: auto;
}
a {
  color: #373334;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'sangbleu_sansregular', sans-serif;
  color: #373334;
}
p {
  color: #373334;
}

.headerTop.HomeMenu {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.5s ease;
}
.headerTop.HomeMenu.vjClass {
  position: fixed;
  background: #ffffffd9;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.headerTop.HomeMenu .navbar {
  padding: 20px 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand {
  padding: 0px 0px;
  align-content: center;
}
.headerTop.HomeMenu .navbar .nav-link {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #373334;
  font-weight: 400;
  padding: 5px 20px;
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 160px;
  margin-right:35px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .navbar-brand {
  margin-right: 0;
}
.headerTop.HomeMenu.vjClass .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.headerTop.HomeMenu .navbar .nav-link:hover,
.headerTop.HomeMenu .navbar .nav-link.current {
  color: #b4335d;
}
.headerTop.HomeMenu
  .navbar
  .navbar-nav.real-menu
  .nav-item:hover
  .dropdown-menu {
  display: block;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}
.headerTop.HomeMenu
  .navbar
  .navbar-nav.real-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  border-right: 1px solid #4b4b4d;
  padding: 12px 15px;
}
.headerTop.HomeMenu .navbar .nav-link {
  position: relative;
}
.headerTop.HomeMenu .navbar .nav-link::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background: #b4335d;
  bottom: 0px;
  transition: all 1s ease;
}
.headerTop.HomeMenu .navbar .nav-link:hover::before {
  width: 40%;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .logo .nav-link::before{display:none;}
/* .navbar > .container{align-items: end;position:relative;} */


.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.headerTop .contact {
/*  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);*/
}
.headerTop .contact a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;white-space: nowrap;
}
.headerTop .contact a:hover {
  color: #b4335d;
}
.headerTop.HomeMenu .navbar .container {
  position: relative;
}
.navbar-nav.real-menu {
  align-items: center;
 margin: 0 auto;
 
}
.section-space-top {
  padding-top: 100px;
}
.section-space-bottom {
  padding-bottom: 100px;
}
.section-bg-color {
  background-color: #e3e3e0;
}
.section-title {
  font-weight: normal;
  color: #373334;
  font-size: 48px;
  line-height: 64px;
  margin: 0px 0 20px;
  position: relative;
  text-transform: uppercase;
}


.section-title.big {
font-size: 60px;
  line-height: 80px;
}
.section-title.small {
  font-size: 35px;line-height: 45px;
}
.section-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-mt-60 {
  margin-top: 60px;
}
.section-mb-60 {
  margin-bottom: 60px;
}
.section-title-area {
  margin-bottom: 50px;
}
.section-sub-title {
  text-transform: uppercase;
  position: relative;
  color: #b4335d;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.section-line {
  margin-bottom: 20px;
}

.theme-btn {
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  display: inline-block;
  background-image: url('../images/btn-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
  box-shadow: none;
  border: none;
  background-color: transparent;
  width: 254px;
  height: 44px;position: relative;
}
.theme-btn:hover {color:#fff;}

.theme-btn::before {
  content: '';
  position: absolute;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 0;
  width: 0;
  z-index: 9;
  bottom: 5px;
  border-width: 0;
  left: 5px;
  display: block;
  transition: width 1s, height 1s, border-width 1s;
  box-sizing: border-box;
}
.theme-btn::after {
  content: '';
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 0;
  width: 0;
  z-index: 9;
  top: 5px;
  border-width: 0;
  right: 5px;
  display: block;
  transition: width 1s, height 1s, border-width 1s;
  box-sizing: border-box;
}
.theme-btn:hover::after {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-width: 1px;
}
.theme-btn:hover::before {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-width: 1px;
}
.hero-section {
  position: relative;
}
.hero-section .hero-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  background: #02020285;display: grid;
  align-content: center;
}
.hero-section .hero-content .text {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 60px;
  background-image: url(../images/text-line.svg);
  background-size: 100%;
  padding: 5px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
}
.hero-section .hero-content .text span {
  color: #b4335d;
  font-weight: 600;
}
.hero-section .hero-content .section-title{ color: #fff;}
.hero-section .hero-content .explore-btn img {
  width: 30px;
}
.hero-section .hero-content .explore-btn span {
  display: block;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
}
.hero-section .hero-content .explore-btn {
  text-decoration: none;
  margin-top: 60px;transition: all .5s linear;
  display: inline-block;position: relative;top:0;
}
.hero-section .hero-content .explore-btn:hover {  top: 25px;}
.hero-section .hero-content .container {
  position: relative;
}
.hero-section .hero-content .premium-box {
  position: absolute;
  bottom: -150px;
  right: 0;
}
.hero-section .hero-content .premium-box p {
  margin-bottom: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
}
.hero-section .hero-content .premium-box .premium-top {
  border: 1px solid #fff;
  border-radius: 15px 15px 0 0;
  margin: 0 30px;
}
.hero-section .hero-content .premium-box .premium-top span {
  display: block;
  color: #fff;
  padding: 8px 0;
  font-size: 22px;font-weight:600;
}
.hero-section .hero-content .premium-box .premium-top strong {
  background: #fff;
  display: block;
  color: #b4335d;
  padding: 8px 20px;font-weight:300;
  font-size: 22px;
}
.investment-area .investment-content {
  padding: 0 100px;
}
.features-box {
  text-align: center;margin-top: 60px;
}
.features-box strong {
  display: block;
  font-weight: 600;
}
.features-box img {
 height: 50px;
  max-width: 55px; position: relative;
  transition: 1s;
  z-index: 99;
}
.features-box .features-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  display: grid;border: 2px solid #f4f1e7;
  align-content: center;border-radius: 50%;position: relative;
  justify-content: center;transition: all .5s linear;overflow: hidden;
}
.features-box:hover img{ /*transform: rotateY(360deg);*/}
.features-box:hover .features-img{border-color: #b4335d;}

.features-img::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  top: 100%; transition: .5s;
 background:#fff;
}
.features-box:hover .features-img::after {
 top: 0;
}

.form-part .form-group .form-control:hover, .form-part .form-group .form-control:focus, .form-part .form-group .form-control:visited {
  border-color: #b4335d;
}
.form-part .form-group {
  margin-bottom: 30px;
}
.form-part .form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.form-part .form-group .form-control {
  border-radius: 0;
  height: 50px;
}

@media (min-width: 992px) {
	.features-area .w-17 {
  width: 17%;
}
}

.loaction-area {
  position: relative;
}
.loaction-area .loaction-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #02020285;
  height: 100%;
}
.loaction-area .loaction-content .section-sub-title,
.loaction-area .loaction-content .section-title,
.loaction-area .loaction-content p {
  color: #fff;
}
.loaction-area .loaction-box {
  background: #fff;
  margin-top: -80px;
  position: relative;
  box-shadow: 0 0px 20px -10px #373334;
}
.loaction-area .loaction-box p {
  margin-bottom: 7px;
}
.loaction-area .loaction-box p span {
  color: #b4345e;
}
.loaction-area .loaction-box ul {
  margin-bottom: 0;
  padding: 0;padding-right: 80px;
  margin-top: 30px;
}
.loaction-area .loaction-box ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b4345e;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;transition: all .5s ease;
}
.loaction-area .loaction-box ul li:hover{color:#b4345e;}
.loaction-area .loaction-box ul li:last-child{border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;}
.location-text {
  color: #bd2360;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border: 1px solid #ba215d;
  padding: 4px 8px;
}  
.special-area .container {
  position: relative;
}  
.special-area .master-development {
  background: #fff;
  padding: 30px 40px;
  border-bottom: 1px solid #b4345e;
  position: relative;
  bottom: 0;
  margin-left: auto;
  margin-right: 30px;
  margin-top: -100px;
  border-right: 1px solid #b4345e;
}
.master-grid {
  display: grid;
  grid-template-columns: auto auto auto;max-width: 85%;
}
.master-grid .master-grid-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.master-grid .master-grid-item img {
  width: 40px;position: relative;
  transition: 1s;
}
.master-grid .master-grid-item:hover img{ /*transform: rotateY(360deg);*/}
.master-plan-area .plan-box {
  box-shadow: 0 0px 40px 0px #aa9b9f;text-align: center;
}
.master-plan-area .plan-box .img-fluid {
  max-height: 650px;}
.information-area {
  position: relative;
}
.information-area .information-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;background: #373334b5;
  align-content: center;
}
.information-area .information-content .section-title,
.information-area .information-content p{color:#fff;}
.footer {
  background: #727375;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer-logo-widget {
  text-align: center;
  margin-bottom: 60px;
}
.footer-logo-widget img {
  width: 180px;
}
.footer-widget {
  margin-bottom: 35px;
}
.footer-widget .footer-links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.footer-widget .footer-links li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;transition: all .4s;
}
.footer-widget .footer-links li a:hover{color: #b4335d;}
.footer-widget .footer-links li {
  display: block;
  padding: 0 30px;
  position: relative;
}
.footer-widget .footer-links > li:not(:first-child)::after {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50% 50% 50% 50%;
  background-color: #fff;position: absolute;
  top: 50%;
  left: 0;
  content: "";transform: translateY(-50%);
}
.footer-widget .footer-links li:first-child {
  padding-left: 0;
}
.footer-widget .footer-links li:last-child {
  padding-right: 0;
}
.footer .copyright {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.footer .copyright p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
} 
.footer .copyright p a{color: #fff;} 
.footer-social {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer-social a {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  display: grid;
  align-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;transition: all .4s;
}
.footer-social a:hover { color: #b4335d;background:#fff;}
  .modal .modal-dialog .modal-content .class {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 9;
  color: #373334;
}

.split span {
  display: inline-block;
  transform-origin: bottom left;
}
 
.project-walkthrough-area .video-part iframe {
    border-radius: 30px;
}
.section-title span {
  color: #b4335d;
}
.highlights-item {
  position: relative;
  background: #fff;
  padding: 25px 20px;
  border-radius: 20px;
  height: 100%;overflow:hidden;
  box-shadow: 0 0 10px #b0afaf;transition: .5s;
}
.highlights-item .highlights-icon {
  background: #f4f1e7;
  color: #b4335d;
  width: 70px;
  height: 70px;
  display: grid;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 28px;transition: .5s;
}
.highlights-item .highlights-title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'sangbleu_sansregular', sans-serif;
  font-weight: 600;
  color: #b4335d;position: relative;
  font-size: 20px;text-transform: uppercase;
}
.highlights-item .highlights-title::before {
  content: '';
  position: absolute;
  height: 1px;
  background: #b4335d;
  display: block;
  width: 100px;
  bottom: 0;
}
.highlights-item p{margin-bottom:0px;}
.highlights-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fdecef 60%,
    #f6c1cf 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.highlights-item > * {
  position: relative;
  z-index: 1;
}
.highlights-item:hover::before,
.highlights-item.active::before{
  opacity: 1;
}
.highlights-item:hover .highlights-icon,
.highlights-item.active .highlights-icon{
  background: #b4335d;
  color: #fff;}
  
.special-area .section-title::before {
  content: '';
  position: absolute;
  height: 1px;
  background: #b4335d;
  display: block;
  width: 90%;
  bottom: 0;
}
.special-text {
  margin-bottom: 30px;
}
.special-text strong{display: block;
  margin-bottom: 15px;
  font-family: 'sangbleu_sansregular', sans-serif;
  font-weight: 600;
  color: #b4335d;position: relative;
  font-size: 20px;}
  
  .gallery-slider .swiper-button-prev, .gallery-slider .swiper-button-next {
  color:#fff;text-shadow: 0 0 7px #be2461;
}
 .project-walkthrough-area {background: url("../images/walkthrough-bg.jpg") center center / cover no-repeat;
  overflow: hidden; position: relative;}
  .project-walkthrough-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to bottom,
      rgba(255, 240, 245, 0.92),
      rgba(248, 200, 215, 0.88)
  );z-index: 0;}
  
.project-walkthrough-area  .container {
  position: relative;
  z-index: 2;
}
.sticky-contact {
  position: fixed;
  bottom: 60px;
  right: 0px;
 z-index: 9;
}
.sticky-contact .call {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #000;
  font-size: 23px;
  background: #fff;
  border-radius: 50%;
}

.sticky-contact a.en-bt {
  background: linear-gradient(180deg, #b01852, #c02663);
  padding: 22px 10px;
  border-radius: 25px 0 0 25px;
  box-shadow: -5px 8px 20px rgba(0,0,0,0.35);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  line-height: 1;
  width: 55px;
  margin-bottom: 12px;
  margin-left: auto;
}
.sticky-contact a.en-bt span {
  color: #fff;
  font-weight: 600;font-family: 'sangbleu_sansregular', sans-serif;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
 
}

.faq-area .faqs-box {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 10px #b0afaf;
}
.faq-area .accordion-item {
  margin-bottom: 0px;
  border: none;
  background: transparent;
  padding: 10px 0px;
  border-radius: 0px;
  border-bottom: 2px solid #b9205c;
}
.faq-area .accordion-item .accordion-body{padding-top:0px;padding-left: 0;
  padding-right: 0;}
.faq-area .accordion-item .accordion-button {
  color: #b9205c;padding-left: 0;
  padding-right: 0;font-weight: 600;
  font-family: 'sangbleu_sansregular', sans-serif;
  font-size: 20px;font-weight:600;
box-shadow: none;background:transparent;}

.faq-area .accordion-item .accordion-button:not(.collapsed) {
color: #b9205c;}

.faq-area .accordion-item .accordion-body p:last-child{margin-bottom:0px;}
.faq-area .accordion-item .accordion-button::after{background-image:url(../images/down-arrow.svg);background-position: center;}
.download_brochure .form-part .form-group .form-control {
  border: none;
   border-bottom: 1px solid #373334;
  padding: 0;background: transparent;box-shadow:none;font-weight: 500;
  color: #373334;
}

.download_brochure .modal-dialog {
  max-width: 700px;
}
.download_brochure .modal-dialog .modal-body {
  padding: 40px;
  background: linear-gradient( to bottom, #fff 50%, #fdecef 80%, #f6c1cf 100% );
}
.line-be {
  position: relative;
  margin-bottom: 0;
  padding: 0 120px;
}
.line-be::before {
  content: '';
  position: absolute;
  height: 1px;
  background: #ba215d;
  width: 110px;
  left: 20px;
  top: 50%;
}
.line-be::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #ba215d;
  width: 110px;
  right: 20px;
  top: 50%;
}
.form-part .check-area {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.form-part .check-area input {
  border: 1px solid #373435;
  background: transparent;
  margin-right: 6px;position: relative;
  top: 3px;
}
.form-part .check-area label {
  color: #373435;

}
.special-area .img-fluid.w-100 {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.special-area .section-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.information-area .information-content .section-title-area p {
  font-size: 22px;
}


#masterPlanCarousel .carousel-inner {
    box-shadow: 0 0px 40px 0px #aa9b9f;
}
    
    #masterPlanCarousel .carousel-control-prev-icon,
#masterPlanCarousel .carousel-control-next-icon {
    background-color: #b4335d;
    border-radius: 50%;
    padding: 20px;
    background-size: 60%;
}

/* Responsive Css*/

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .section-title.big {
  font-size: 45px;
  line-height: 55px;
} 
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 125px;
}
.headerTop.HomeMenu .navbar .nav-link {
  padding: 5px 12px;
}
.section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-space-top {
  padding-top: 80px;
 
}
.section-space-bottom {
  padding-bottom: 80px;
}
.hero-section .hero-content .text {
   margin-top: 20px;}
.hero-section .hero-content .explore-btn {
  margin-top: 45px;}  
  .section-title {
  font-size: 38px;
  line-height: 50px;
  margin: 0px 0 15px;}
.investment-area .investment-content {
  padding: 0 30px;
} 
.loaction-area .loaction-box ul {
  padding-right: 0px;
  margin-bottom: 20px;
}
.section-title.small {
  font-size: 30px;
  line-height: 40px;
}
.loaction-area .loaction-box .section-title.small {
  margin-top: 20px;
}
.loaction-area .loaction-box {
  margin-top: -40px;}
.loaction-area .loaction-box .align-items-center {
  align-items: start !important;
}  
.special-area .img-fluid.w-100 {
 object-position: left center;}
  .special-area .master-development {
  margin-right: 0px;
  margin-top: 0;
  border-right: none;
  width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
 .headerTop.HomeMenu .navbar .navbar-brand img {
  width: 125px;
} 
.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-space-top {
  padding-top: 60px;
 
}
.section-space-bottom {
  padding-bottom: 60px;
}
.section-title.big {
  font-size: 40px;
  line-height: 50px;
}
.hero-section .hero-content .text {
  font-size: 16px;
  margin-top: 20px;
  max-width: 585px;}
.hero-section .hero-content .explore-btn {
  margin-top: 15px;}  
  .hero-section .hero-content .explore-btn img {
  width: 22px;
}
.hero-section .hero-content .premium-box p {
  font-size: 14px;
}
.hero-section .hero-content .premium-box .premium-top span {
 padding: 4px 0;
  font-size: 18px;
}
.hero-section .hero-content .premium-box .premium-top strong {
  padding: 4px 0;
  font-size: 18px;
}
.hero-section .hero-content .premium-box .premium-top {
  margin: 0 40px;
}
.section-title-area {
  margin-bottom: 35px;
}
.section-title {
  font-size: 35px;
  line-height: 44px;
  margin: 0px 0 10px}
.investment-area .investment-content {
  padding: 50px 50px 0;
} 
.features-box {
 margin-top: 30px;
}
.loaction-area .loaction-box {
  margin-top: -30px;}
.section-title.small {
  font-size: 30px;
  line-height: 40px;
}  
.loaction-area .loaction-box .section-title.small {
  margin-top: 40px;
}
.loaction-area .loaction-box ul {
  margin-bottom: 30px;
}
.master-grid {
   max-width: 100%;
}
.form-part .form-group .form-control {
 height: 40px;
}
.form-part .form-group {
  margin-bottom: 15px;
}
.footer {
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer-logo-widget img {
  width: 140px;
}
.footer-logo-widget {
  margin-bottom: 40px;
}
.special-area .master-development {
  margin-right: 0px;
  margin-top: 0px;
  border-right: none;
}
.footer-widget .footer-links {
  flex-wrap: wrap;
}
.footer-widget .footer-links li {
  margin: 5px 0px;
}
.special-area .img-fluid.w-100 {
  position: relative;
  height: auto;}
  .special-text p br {
  display: none;
}
}

@media (max-width: 991.98px) {
  #navbarNav.collapse:not(.show) {
    transform: translate(100%);
  }

  #navbarNav.collapse.show {
    transform: translate(0%);
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  .navbar-light .navbar-toggler-icon {
    background: unset;
  }
  .navbar-light .navbar-toggler {
    border-color: #ffffff82;
    padding: 8px;
    border: none;
  }

  .navbar-light .navbar-toggler-icon {
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background: #373334;
    position: relative;
  }

  .navbar-light .navbar-toggler-icon::after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    bottom: -8px;
    border-radius: 2px;
    background: #373334;
  }

  .navbar-light .navbar-toggler-icon::before {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    top: -9px;
    border-radius: 2px;
    background: #373334;
  }

  .vijayMenu {
    position: fixed;
    top: 0;
    right: 0;
    background: #f4f1e7;
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    transition: all 0.5s ease;
    padding: 100px 30px 30px;
    z-index: 9;
    border-left: 1px solid #fff;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu {
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
    margin: 5px 0;
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  #navbarNav.collapse:not(.show) {
    display: block !important;
  }
  .vjClass .navbar-light .navbar-toggler-icon {
    background-color: #373334;
  }
  .vjClass .navbar-light .navbar-toggler-icon::after {
    background-color: #373334;
  }
  .vjClass .navbar-light .navbar-toggler-icon::before {
    background-color: #373334;
  }
  .navbar-toggler.mitem {
    padding: 0;
    color: #4b4b4d;
    border: none;
    position: absolute;
    right: 40px;
    top: 25px;
  }
  .navbar-brand.mobile-logo {
  display: block;
}
.logo {
  display: none;
}
.headerTop .contact {
  position: relative;
  top: 20px;
  transform: none;
}
.headerTop.HomeMenu .navbar .nav-link {
  padding: 5px 0px;
}
}

@media only screen and (max-width: 767px) {
    .headerTop.HomeMenu .navbar {
  padding: 10px 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 100px;
}
.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-space-top {
  padding-top: 60px;
}
.section-space-bottom {
  padding-bottom: 60px;
}
.section-title {
 font-size: 26px;
  line-height: 36px;
  margin: 0px 0 10px;}
.section-title br {
  display: none;
}
.section-title-area p br {
  display: none;
}
.section-title-area {
  margin-bottom: 30px;
}  
#contact .section-title-area {
  margin-bottom: 20px;
}  

.section-title.big {
  font-size: 35px;
  line-height: 48px;
}
.hero-section .hero-content {
  position: relative;
 height: auto;}
 .hero-section .hero-content .text {
  font-size: 16px;
  margin-top: 15px;background-image: none;}
   .hero-section .hero-content .text br{display:none;}
.hero-section .hero-content .explore-btn {
 margin-top: 30px;}   
.hero-section .hero-content .premium-box {
  position: relative;
  bottom: 0;} 
.section-title.small {
  font-size: 20px;
  line-height: 26px;
} 
.investment-area .investment-content {
  padding: 30px 20px 0;
}
.features-box {
  margin-top: 30px;
}
.loaction-area .loaction-box {
  margin-top: -20px;}
.loaction-area .loaction-box .section-title.small {
  margin-top: 30px;
}  
.loaction-area .loaction-box ul {
  padding-right: 0px;
  margin-bottom: 30px;
}
.section-line {
  margin-bottom: 15px;
}
.loaction-area .img-fluid.w-100 {
  height: 400px;
  object-fit: cover;
}
.special-area .master-development {
  padding: 30px 15px;position: relative;margin-top: 0;
    border-right: none;
    margin-right: 0;}
.master-grid {
 grid-template-columns: auto auto;
  max-width: 100%;
} 
.master-grid .master-grid-item {
  display: block;
  text-align: center;
}
.master-grid .master-grid-item span {
  display: block;
  margin-top: 10px;
}
.special-area .master-development h4 {
  text-align: center;
  line-height: 1.4;
}
.form-part .form-group .form-control {
 height: 38px;
}
.form-part .form-group {
  margin-bottom: 15px;
}
.information-area .img-fluid.w-100 {
  height: 650px;
  object-fit: cover;
  object-position: -300px;
}
.footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-logo-widget img {
  width: 110px;
}
.footer-logo-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-links li {
  display: block;
  padding: 5px 10px;
  position: relative;
  font-size: 14px;
}
.footer-widget .footer-links {
  flex-wrap: wrap;
}
.footer .copyright p {
   font-size: 14px;
}
.sticky-contact a.en-bt span {
  font-size: 14px;
}
.sticky-contact a.en-bt {
  padding: 12px 4px;
  border-radius: 10px 0 0 10px;
   width: 40px;
}
.sticky-contact .call {
  width: 35px;
  height: 35px;
  font-size: 18px;}
  .faq-area .faqs-box {
  padding: 20px;
  border-radius: 10px;}
 .faq-area .accordion-item .accordion-button {
  font-size: 16px;} 
  
 .faq-area .accordion-item {
  padding: 0px 0px;
  border-bottom: 1px solid #b9205c;
} 
.project-walkthrough-area .video-part iframe {
  border-radius: 10px;
  height: 220px;
}
.line-be {
 padding: 0 0;}
 
 .line-be::before,
 .line-be::after{ display: none;
}
.special-text strong {
  margin-bottom: 7px;
   font-size: 18px;
}
.special-area .section-title {
  margin-bottom: 30px;
  padding-bottom: 7px;
}
.download_brochure .modal-dialog .modal-body {
  padding: 20px;}
  .special-text p br {
  display: none;
}
.information-area .information-content .section-title-area p {
  font-size: 16px;
}
.hero-section .hero-content .section-title.small {
  font-size: 16px;
  line-height: 24px;
}
.hero-section .hero-content .premium-box .premium-top {
  margin: 0 auto;
  width: 255px;
}
.hero-section .hero-content .premium-box .premium-top span {
  padding: 5px 0;
  font-size: 18px;}
  .hero-section .hero-content .premium-box .premium-top strong {
  background: #fff;
 padding: 5px 20px;
  font-size: 18px;
}
.overview-area .section-title.small {
    font-size: 18px;}
    
.special-area .img-fluid.w-100 {
  position: relative;
  height: auto;} 
  
  .location-text {
  bottom: 10px;
  left: 10px;
  padding: 2px 5px;
  font-size: 12px;
}
 .sticky-item {
  position: sticky;
  height: 300px;
  top: 70px;
}   
}
.grecaptcha-badge {
    visibility: hidden;
}
.information-content a.form-a-recaptcha {
    color: #fff;
}
a.form-a-recaptcha {
    color: #373334;
}
p.form-p-recaptcha {
    color: #373334;
    margin-top: 30px;
}

@media only screen and (max-width: 426px) {
   #contact .section-title {
  margin-bottom: 0px;
} 
   #contact .section-title-area {
  margin-bottom: 15px;
} 
p.form-p-recaptcha {
    margin-top: 15px;
}
#contact p:first-of-type {
  margin-bottom: 0;
}

}