@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.btn-primary {
  background-color: #161635;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #161635;
  color: #fff;
  border: none;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff;
    background-color: #161635;
    border-color: #161635;
}
h4, .h4 {
  font-weight: 800;
}

h6 {
  font-size: 20px;
  color: #161635;
}

iframe {
  border-radius: 30px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: medium;
}

.main-banner {
  position: absolute;
  bottom: 0px;
}

.main-banner h4 {
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  top: 0;
}

.main-banner span {
  color: #FFC820;
  font-weight: 800;
  font-size: 42px;
}

.Welcome {
  padding: 70px 0;
}

.Welcome .heading h4 {
  text-align: center;
  font-size: 32px;
  color: #161635;
}

.Welcome .heading p {
  text-align: center;
  color: #004181;
}

.exclusive-nri {
  padding: 40px 0;
}

.exclusive-nri h4 {
  text-align: center;
  color: #161635;
  font-size: 36px;
}

.exclusive-nri p {
  text-align: center;
  color: #000 !important;
}

.exclusive-nri .card {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border: none;
  border-radius: 30px;
  min-height: 274px;
}

.exclusive-nri .card:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  transform: translateY(-2px);
  transition: all 0.2s;
  cursor: pointer;
}

.exclusive-nri .card-body {
  text-align: center;
}

.exclusive-nri .card i {
  padding-top: 20px;
   width: 60px;
    text-align: center;
}

.exclusive-nri .card h6 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #161635;
}

.exclusive-nri .card p {
 padding-bottom: 5px;
  color: #9b9b9b;
  font-size:14px;
  margin-bottom: 5px;
}
.text-blue-600 {
    color: #0f6db8;
}
.explore-projects {
  padding: 40px 0;
  background-color: #161635;
  background-image: url(../images/Banner/location-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.explore-projects .heading h4 {
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.explore-projects .heading span {
  color: #FFC820;
}

.explore-projects .heading p {
  color: #fff;
  text-align: center;
}

.explore-projects .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
}

.explore-projects .nav-tabs .nav-link.active, .nav-tabs .nav-link {
  color: #000;
  background-color: #FFC820;
  margin: 0 10px;
  border: none;
  border-radius: 30px;
  margin-bottom: 30px;
}

.explore-projects .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  transition: all 0.1s;
  box-shadow: rgb(255, 213, 0) 0px 13px 27px -11px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.footer-end {
  background: rgb(0, 51, 102);
  background: linear-gradient(90deg, rgb(0, 51, 102) 31%, rgb(13, 103, 192) 100%);
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 40px;
  margin-bottom: 40px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.footer-end h4 {
  color: #fff;
  font-size: 32px;
  margin-top: 30px;
  margin-left: 10px;
}

.footer-end p {
  color: #fff;
  margin-left: 10px;
}

.footer-end:after {
  content: "";
  background-image: url(../images/Banner/Bottom-end.png);
}

.foot-img {
  position: relative;
  border-radius: 0 0 30px 0;
}

.find-ideal {
  padding-top: 40px;
}

.find-ideal .heading h4 {
  text-align: center;
  color: #161635;
  font-size: 32px;
}

.find-ideal .heading p {
  text-align: center;
  color: #004181;
}

.find-ideal .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
}

.find-ideal .nav-tabs .nav-link {
  color: #000;
  background-color: #fff;
  margin: 0 10px;
  border: 2px solid #161635;
  border-radius: 30px;
  margin-bottom: 30px;
}

.find-ideal .nav-tabs .nav-link.active {
  color: #000;
  background-color: #FFC820;
  margin: 0 10px;
  border: none;
  border-radius: 30px;
  margin-bottom: 30px;
}

.find-ideal .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  transition: all 0.1s;
  box-shadow: #0970B5;
}

.filter-button {
  font-size: 14px !important;
  background-color: #161635;
  color: #fff;
  border-radius: 30px !important;
  margin: 0 10px;
}

.filter-button:active {
  color: #ffffff !important;
}

.filter-button:hover {
  box-shadow: #0970B5;
  background-color: #161635;
  color:#fff;
}

.filter-button {
  font-size: 20px;
  background-color: #161635;
  color: #fff;
  border-radius: 30px !important;
}

.filter-button-bangalore {
  color: #161635;
  background-color: #fff;
  border: 0;
  font-weight: 600;
  width: 100%;
  text-align: start;
  border-radius: 20px;
  font-size: 14px;
}

.filter-button-bangalore:hover {
  color: #fff;
  background-color: #161635;
  border-radius: 20px;
}

.filter-button-bangalore:selected {
  color: #fff;
  background-color: #FFC820 !important;
  border-radius: 20px;
}

.filter-button-bangalore:active {
  color: #fff;
  background-color: #FFC820 !important;
  border-radius: 20px;
}

.port-image {
  width: 100%;
}

.find-loc .card {
  margin-top: 5%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  border: none;
  background-color: white;
}

.find-loc .btn-find {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -74%);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 20px;
  padding: 0.8rem 1.7rem;
  border: none;
  font-weight: bold;
  background-color: #fff;
  width: 100%;
}

.find-loc .card:hover .btn-find {
  opacity: 1;
  top: 100%;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.find-loc.card:hover h5 {
  opacity: 1;
  font-size: 3rem;
}

.find-loc.card img {
  filter: blur(0px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.prj-details {
  margin-top: -60px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  min-height: 165px;
}

.prj-details .heading h4 {
  font-size: 22px;
  color: #161635;
  font-weight: 700;
  text-align: start;
}

.prj-details .heading p {
  color: #000000;
  text-align: start;
}

.prj-details span i {
  color: #383838;
}

.price-btn {
  background-color: #161635;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  border-radius: 10px;
}

.find-loc .btn-find .heading h4 {
  font-size: 22px;
  color: #161635;
  font-weight: 700;
  text-align: start;
}

.find-loc .btn-find .heading p {
  color: #000000;
  text-align: start;
  font-weight: 400;
  font-size: 14px;
}

.find-loc .btn-find ul li {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

.btn-find .register-btn {
  background-color: #161635;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  width: 100%;
}

.btn-find .register-btn:hover {
  box-shadow: rgba(0, 56, 130, 0.719) 0px 5px 15px;
}

.view-map {
  background-color: #161635;
  font-size: 12px;
  border-radius: 10px;
  padding: 3px 10px;
  position: absolute;
  top: -34px;
  right: 11px;
  color: #fff;
  cursor: pointer;
}

.btn-circle-download img:hover {
  box-shadow: rgba(0, 56, 130, 0.719) 0px 5px 15px;
  border-radius: 10px;
}

form {
  background-color: white;
  color: #888888;
  text-align: left;
  padding-top: 20px;
}

label {
  display: none;
}

input,
.textarea {
  /* to create space for placing icon*/
  padding-left: 32px;
  border-color: transparent;
  background-color: #FFDE11;
  border-radius: 0px;
}

/*position should be relative and z-index greater than one*/
.icon {
  position: relative;
  float: left;
  margin-left: 8px;
  margin-top: -24px;
  z-index: 2;
  color: #222222;
}

.icon-textarea {
  float: left;
  margin-left: 8px;
  margin-top: -104px;
  position: relative;
  z-index: 2;
  color: #222222;
}

.form-box {
  margin: auto;
  padding: 20px;
  background-color: #0970B5;
}

.form-box form {
  background-color: #0970B5;
}

.modal-body {
  border-radius: 30px;
  margin: 0;
  padding: 20px;
  background-color: #0970B5;
}

.modal-content {
  border-radius: 30px;
  margin-top: 70px;
}

input, textarea {
  width: 100%;
}

.form-box .heading h4 {
  color: #FFF;
}

.form-box .heading p {
  color: #fff;
  font-size: 14px;
}

.form-close {
  margin: 0;
  border: 0;
  padding: 0;
  background: #161635;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 150ms;
  color: #fff;
}

.form-close:hover {
  box-shadow: rgba(255, 255, 255, 0.995) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.form-box .form-control {
  background-color: transparent;
  border-radius: 10px;
  color: #000;
}

.input-group-text {
  border-radius: 10px 0px 0px 10px;
}

.form-box ::placeholder {
  color: #fff;
}

.back-to-top {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.back-to-top.show {
  bottom: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  z-index: 999;
}

.back-to-top a {
  width: 35px;
  height: 35px;
  background: #0970B5;
  box-shadow: #161635;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 10%;
  right: 4%;
  position: fixed;
  z-index: 998;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.top-array {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  position: absolute;
  left: 14px;
  top: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-line {
  background-color: #fff;
  height: 10px;
  left: 18px;
  position: absolute;
  top: 14px;
  width: 2px;
  margin-left: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top.show a:hover .top-line {
  height: 14px;
  border-color: #000;
  background: #000;
  top: 12px;
}

.back-to-top a:hover .top-array {
  border-color: #000;
  top: 11px;
}

.back-toop-tooltip {
  position: absolute;
  top: -65px;
  -webkit-transform: rotate(-90deg) translateX(20px);
  transform: rotate(-90deg) translateX(20px);
  width: 100px;
  left: -33px;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  line-height: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.back-toop-tooltip span {
  color: #00145f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.back-to-top a:hover .back-toop-tooltip {
  -webkit-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.back-to-top.show a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.back-to-top a:hover {
  background: #fff;
  color: #000;
}

.back-to-top.home6 a {
  background: #00c6c6;
}

.menu, .drop-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  display: inline-block;
  background-color: transparent;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 20px;
  color: #161635;
  padding: 10px 5px;
}

.menu-item a {
  text-decoration: none;
  padding: 6px 10px;
  color: #fff;
  display: block;
  color: #161635;
}

.drop-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  margin-top: 10px;
}

.drop-menu-item {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #fff;
}

.drop-menu-item:hover {
  background-color: #eee;
  position: relative;
  z-index: 999;
  background-color: #fff;
}

.drop-menu-item a {
  color: #161635;
  font-weight: 600;
  font-size: 14px;
}

.drop-menu-item a:hover {
  background-color: #161635;
  color: #fff;
  border-radius: 20px;
}

.menu-item:hover .drop-menu {
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  z-index: 999;
  padding: 10px;
}

.map-model .modal-body {
  margin: 20px -300px;
}

.card-img-top {
  border-radius: 20px 20px 0 0;
}

.slick-prev:before, .slick-next:before {
  color: blue;
}

.slick-slide {
  background-color: #fff;
  padding: 40px 10px;
}

.testi-body {
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background-color: #fff;
  min-height: 255px;
}

.testi-footer {
  background-color: #004181;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
}

.testi-footer h4 {
  font-size: 16px;
  color: #fff;
}

.testi-footer p {
  font-size: 14px;
  color: #f2f2f2;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 37px !important;
  line-height: 1;
  opacity: 0.75;
  color: #ababab !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -38px !important;
}

.marquee {
  background-color: #FFC820;
}

.marquee__inner {
  display: flex;
  overflow: hidden;
}

.marquee__line {
  font-size: 14px;
  flex-shrink: 0;
  margin: 0;
  padding: 10px 15px;
  min-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  animation-name: marqueeLine;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
footer {
  background: #003366;
  padding: 70px 0 40px;
}

.footer-new {
  padding: 20px 0;
}

.footer-new h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.footer-new p {
  color: #fff;
  font-size: 13px;
}

.footer-new span {
  color: #fff;
}

.footer_logo {
  width: 220px;
  margin-bottom: 40px;
}

.footer-new a {
  color: #fff;
  text-decoration: none;
}

.footer-social ul li {
  display: inline;
  margin: 0 10px 0 0;
}

.footer-social ul {
  padding: 0;
}

.footer-social img {
  width: 26px;
}

.footer-social img:hover {
  box-shadow: rgb(255, 255, 255) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: translateY(-2px);
  transition: all 0.3s;
  border-radius: 50%;
}

.footer-other-links ul li {
  color: #fff;
  font-size: 13px;
  list-style: none;
}

.footer-other-links h4 {
  margin-left: 30px;
}

.testimonial {
  padding: 40px 0;
  background-color: #F4F4F4;
  margin: 20px 0;
}

.testimonial .heading h4 {
  text-align: center;
  color: #004181;
  font-size: 32px;
}

.slick-initialized .slick-slide {
  background-color: transparent;
}

.brand-logos {
  padding: 40px 0;
}

.brand-logos .heading h4 {
  font-size: 32px;
  color: #161635;
  text-align: center;
}

.footer-slide {
  background: rgb(0, 51, 102);
  background: linear-gradient(90deg, rgb(0, 51, 102) 31%, rgb(13, 103, 192) 100%);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0;
  border-radius: 30px;
  padding-top: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.footer-slide h4 {
  color: #fff;
  font-size: 32px;
  margin-top: 30px;
  margin-left: 10px;
}

.footer-slide p {
  color: #fff;
  margin-left: 10px;
}

.foot-img {
  position: relative;
  border-radius: 0 0 30px 0;
}

.footer-slide .slick-slide {
  padding: 0;
  margin: 0;
}

.foot-slide-img {
  border-radius: 0 0 0 0;
}

.footer-slide h4 {
  color: #fff;
  font-size: 32px;
  margin-top: 30px;
  margin-left: 10px;
}

.sub-head {
  margin-top: 10px;
  font-size: 24px;
  color: #FFC820;
}

.prj-types {
  padding: 20px 0px;
  background-color: #1c447f;
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
}

.prj-types:hover {
  transform: translateY(-2px);
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  cursor: pointer;
}

.prj-details-down {
  margin-top: 60px;
}

.copyright {
  background: rgb(0, 69, 139);
  background: linear-gradient(90deg, rgb(0, 69, 139) 31%, rgb(0, 94, 195) 100%);
  padding: 10px 0;
}

.copyright p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

button.selected {
  background-color: #161635;
  color: #fff;
}
.mtop15{margin-top:15%;margin-bottom:10px;}
.logoback {
    padding: 20px 0;
    background-color: #F4F4F4;
    margin: 10px 0;
}

.why-invest-2 {
  background: linear-gradient(90deg, rgb(0, 69, 139) 31%, rgb(0, 94, 195) 100%);
  position: relative;
  overflow: hidden;
}

/* Glassmorphism-style Card */
.invest-card-2 {
  background: #0970B5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.4s ease-in-out;
  height: 100%;
  color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Icons */
.invest-card-2 i {
  font-size: 42px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease-in-out, color 0.3s;
}

/* Headings */
.invest-card-2 h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* Hover Effects */
.invest-card-2:hover {
  transform: translateY(-12px);
  background: #0970B5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.invest-card-2:hover i {
  transform: rotate(10deg) scale(1.2);
  color: #161635;
}

/* Icon Pulse Animation */
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.9; }
}

/* Fade-up Animation */
.invest-card-2 {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp2 0.9s forwards;
}

.invest-card-2:nth-child(1) { animation-delay: 0.2s; }
.invest-card-2:nth-child(2) { animation-delay: 0.4s; }
.invest-card-2:nth-child(3) { animation-delay: 0.6s; }
.invest-card-2:nth-child(4) { animation-delay: 0.8s; }
.invest-card-2:nth-child(5) { animation-delay: 1s; }
.invest-card-2:nth-child(6) { animation-delay: 1.2s; }
.invest-card-2:nth-child(7) { animation-delay: 1.4s; }
.invest-card-2:nth-child(8) { animation-delay: 1.6s; }

@keyframes fadeUp2 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* intlTelInput Custom Styling */
.iti {
  width: 100%;
  display: block;
}

.iti__flag-container {
  z-index: 2;
}

.iti__selected-flag {
  padding: 0 8px 0 12px;
}

.iti__country-list {
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  border-radius: 5px;
  max-height: 200px;
}

/* Make intlTelInput work with Bootstrap input-group */
.input-group .iti {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group .iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.input-group .iti__selected-flag {
  height: 100%;
  display: flex;
  align-items: center;
}

.input-group .form-control {
  padding-left: 52px;
}

#enqPhone {
  border-radius: 0.25rem;
}