@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: 14px;
  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: 16px;
  font-weight: 700;
}
.headerTop .contact a:hover {
  color: #b4335d;
}
.headerTop.HomeMenu .navbar .container {
  position: relative;
}
.navbar-nav.real-menu {
  align-items: center;
  /*margin: 0 auto;*/
  margin: 0 0;
}
.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: #373334b5;display: grid;
  align-content: end;
}
.hero-section .hero-content .text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
  background-image: url(../images/text-line.svg);
  background-size: 100%;
  padding: 5px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
}
.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: -40px;
  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;
}
.hero-section .hero-content .premium-box .premium-top strong {
  background: #fff;
  display: block;
  color: #b4335d;
  padding: 8px 0;
  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: 5;
}
.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: #373334b5;
  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: -120px;
  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;}
  
.special-area .container {
  position: relative;
}  
.special-area .master-development {
  background: #fff;
  padding: 30px 40px;
  border-bottom: 1px solid #b4345e;
  position: absolute;
  bottom: 0;
}
.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;
}
.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;
}
 .navbar-brand.mobile-logo {
  display: none;
}
.project-walkthrough-area .video-part iframe {
    border-radius: 30px;
}
/* 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;
}  
}

@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;
}
}

@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: 40px;
  padding-bottom: 40px;
}
.section-space-top {
  padding-top: 40px;
}
.section-space-bottom {
  padding-bottom: 40px;
}
.section-title {
 font-size: 28px;
  line-height: 38px;
  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: 24px;
  line-height: 32px;
} 
.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: 350px;
  object-fit: cover;
}
.special-area .master-development {
  padding: 30px 15px;position: relative;}
.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: 8px;
}
.information-area .img-fluid.w-100 {
  height: 550px;
  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: 0 10px;
  position: relative;
  font-size: 14px;
}
.footer .copyright p {
   font-size: 14px;
}
}
.grecaptcha-badge {
    visibility: hidden;
}
a.form-a-recaptcha {
    color: #b4335d;
}
p.form-p-recaptcha {
    color: gray;
    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;
}

}