:root{
  --bs-color: #b08c41;
  --modal-background: #919292;
  --bs-bg:#b08c41; /*  for background on gallery , project plans sections */
  
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
section {
  padding: 70px 0px;
}
.bg {
  background-image: url(/assets/images/misc/bg-pattern.png);
  background-color: rgba(184, 190, 255, 0.208);
}

/* button START  */
button img {
  width: 22px;
}
.btn{
  display:inline-block;
  font-weight:400;
  line-height:1.5;
  text-align:center;
  text-decoration:none;
  vertical-align:middle;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  border:1px solid transparent;
  padding:.375rem .75rem;
  font-size:1rem;
  border-radius:.25rem;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-primary{
    color:#fff;
    background-color: var(--bs-color);
    border-color: var(--bs-color);
}
.btn-primary:hover {
    color: #ffffff;
    background-color: var(--bs-color);
    border-color: var(--bs-color);
}
.btn-check:focus+.btn-primary,.btn-primary:focus{
    color:#fff;
    background-color:ed1a27;
    border-color:ed1a27;
    /* box-shadow:0 0 0 .25rem rgba(49,132,253,.5) */
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:ed1a27;
    border-color:ed1a27
}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem var(--bs-color)
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color: var(--bs-color);
    border-color:var(--bs-color);
}
.overview-btn {
  cursor: pointer;
  color: #fff;
  background-color: var(--bs-color);
  padding: 2px 10px;
  border-radius: 12px;
  margin-top: 10px;
}
.btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
  padding: 11px;
}

/* button end  */

.header-title h2 {
  color: var(--bs-color);
  font-size: 30px !important;
  text-transform: uppercase !important;
}
.header-title .underline {
  border-bottom: 4px solid var(--bs-color);
  margin-bottom: 40px !important;
  width: 35px;
  margin: 0 auto;
}

/* form start  */
.contact-logo{
  width: auto;
  height: 60px;
}
.form-check {
  height: 50px;
  border-radius: 12px;
  color: var(--bs-color);
  background: unset;
}

.form-check-input {
  width: 2em;
  height: 2em;
  color: #1f0c04;
  border-radius: 12px !important;
  margin: 0.5em 0em 0.5em -0.5em !important;
}

.form-check-label {
  position: absolute;
  padding: 8px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
}
.form-check-input:checked{
  background-color:var(--bs-color);
}

#mainForm input[type="text"],
#mainForm input[type="email"],
#mainForm input[type="number"],
#popupForm input[type="text"],
#popupForm input[type="email"],
#popupForm input[type="number"] {
  height: 50px;
  border-radius: 12px;
  color: #fff;
  background: unset;
  border: 3px solid var(--bs-color);
}

#mainForm input::placeholder,
#popupForm input::placeholder {
  color: white;
  opacity: 1;
}

#mainForm input:-ms-input-placeholder,
#popupForm input:-ms-input-placeholder {
  color: white;
}

#mainForm input::-ms-input-placeholder,
#popupForm input::-ms-input-placeholder {
  color: white;
}

/* form End  */


.accordion-button:not(.collapsed){
  color: #fff;
  background-color: var(--bs-color);
  box-shadow: inset 0 -1px 0 rgb(255 190 190 / 13%);
}
.accordion-button:focus{
  z-index: 3;
  border-color: #fe8686;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%);
}


.nav-pills {
  margin: auto;
  width: fit-content;
  margin-bottom: 1rem;
}

.nav-pills .nav-link {
  color: var(--bs-color);
  background-color: unset;
  border: 1px var(--bs-color) solid;
  border-radius: 12px;
  margin-right: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-color);
  color: #fff;
}

.owl-nav {
  text-align: center;
  margin-top: 10px;
}

.owl-nav > button > span {
  background: var(--bs-color);
  color: #fff;
  padding: 10px;
  font-size: 40px;
  line-height: 24px;
  margin: 5px;
}

.overlay {
  height: 300px;
}

.navbar-logo {
  width: 200px;
  height: auto;
}

.navbar-nav {
  width: fit-content;
  float: right;
}

.navbar-nav > li {
  border-right: 1px solid var(--bs-color);
}

.navbar-nav > li > a {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  color: var(--bs-color);
  text-decoration: unset;
}

.dropdown-item {
  padding: 6px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: unset;
  background-color: unset;
  text-decoration: unset;
}

.navbar-collapse::-webkit-scrollbar {
  display: none;
}

.navbar-collapse {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.contact-number {
  font-size: 20px;
  font-weight: 500;
  text-align: end;
  margin-bottom: 10px;
}

.contact-number > a {
  color: var(--bs-color);
  text-decoration: unset;
}

.developer-logo {
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
}

.developer-logo > a > img {
  width: 150px;
  height: auto;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("/assets/images/misc/menu.svg");
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("/assets/images/misc/close.svg");
}

#slider {
  margin-top: 55px;
  height: 89.5vh;
}

.slider-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 89.5vh;
}


.offer {
  position: absolute;
  top: 98px;
  left: 14px;
  width: 350px;
  /* border-radius: 14px; */
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.offer-header {
  background: var(--bs-color);
  width: 225px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  margin: 10px auto;
}

.project-subtitle {
  font-size: 14px;
}

.offer-pop {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px;
  background-color: #d8514d;
  background: -o-linear-gradient(-45deg, #b08c41, #b08c41, #b08c4159);
  background: linear-gradient(-45deg, #b08c41, #b08c41, #b08c41);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.offer-price {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
}

.offer-rera-no {
  font-size: 14px;
  margin: 20px 0;
}

.offer-book-online {
  font-size: 16px;
  margin: 20px 0;
  font-weight: 700;
}

#overview p {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
}



.heighlight-container {
  background-image: url(bg-pattern.png);
  background-color: #808080;
}

.content {
  float: left;
  padding: 15px;
  position: relative;
  width: 100%;
}

.content .info p,
.content .info a {
  font-size: 16px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-bordered > tbody > tr > td {
  border: 1px solid #9a9999;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#gallery .card {
border-radius: 15px;
  /* border: 3px solid rgba(0, 0, 0, 1); */
}

#gallery a {
  color: #fff;
  text-decoration: unset;
}

.gallery-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  border-radius: 12px;
}

#gallery h5 {
  background: var(--bs-color);
  color: #fff;
  text-align: center;
  margin: unset;
  padding: 6px;
}
.tab-pane{
  border-radius: 15px !important;
}
#location .accordion-body ul,
#location .card ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 15px;
  height: 170px;
}

#location .accordion-body li,
#location .card li {
  margin-bottom: 5px;
}

#location .accordion-body li:before,
#location .card li:before {
  content: "✔";
  margin-right: 10px;
}

#location .card {
  background-color: transparent;
}

.location-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
}

#location h5 {
  background: var(--bs-color);
  color: #fff;
  text-align: center;
  margin: unset;
  padding: 10px;
}

#plan .card {
  border-radius: 15px;
  border: none;
  /* border: 0.1px solid rgba(0, 0, 0, 1); */
}

#plan a {
  color: #fff;
  text-decoration: unset;
}

.plan-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  border-radius: 12px;
}

#plan h5 {
  background: var(--bs-color);
  color: #fff;
  text-align: center;
  margin: unset;
  padding: 6px;
}

#price .card {
  border-radius: 12px;
  /* border: 3px solid rgba(0, 0, 0, 1); */
}

.price-image {
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
}

.subscribe-title {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  padding: 15px;
  margin: unset;
}

.amenities-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  border-radius: 12px;
}

#amenities .owl-dots {
  position: absolute;
  right: 25px;
  top: 25px;
}

#amenities .owl-dot {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding: 4px 15px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: fit-content;
  margin-left: auto;
}

#amenities .owl-dot.active {
  color: deepskyblue;
}

#amenities .owl-dot dl,
#amenities .owl-dot ol,
#amenities .owl-dot ul {
  margin-bottom: unset;
  padding-left: 15px;
}

.contact-sales-container .project-logo img {
  margin: 0 auto 25px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
  display: block;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}

.contact-sales-container .info p {
  padding-left: 35px;
  line-height: 24px;
  text-align: left;
}

a {
  color: var(--bs-color);
  text-decoration: none;
}

.contact-sales-container .info .glyphicon {
  color: var(--bs-color);
}

.contact-sales-container .info .glyphicon {
  color: var(--bs-color);
  float: left;
}

#contactForm .form-check {
  color: var(--bs-color);
  /* border: 3px solid var(--bs-color); */
}

#contactForm .form-check-input {
  border: 3px solid var(--bs-color);
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.contact-sales-container .footer-phone a {
  color: var(--bs-color);
}

.contact-sales-container .footer-phone {
  font-size: 20px;
  font-weight: 400;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: unset;
  background-color: var(--modal-background);
  border-radius: 12px;
}

.modal-body img {
  width: 200px;
  margin: auto;
  padding: 6rem 1rem 2rem;
}
.modal-highlights{
  margin: 0px;
  padding: 10px;
  font-size: 1.2rem;
  color: #fff;
  background: var(--bs-color);
}
.modal-centertext{
  margin: 0px;
  padding: 5px;
  font-size: 1.2rem;
  /* background: var(--bs-color); */
}
.form-control {
  margin-bottom: 20px;
  border: 2px solid var(--bs-color);
}

.modal-content .modal-body .offer h3 {
  background: #9ad;
}

.modal-content .modal-body .offer h3,
.modal-content .modal-body .offer h4 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 30px;
  padding: 5px;
}

.pform {
  padding: 0px 30px 30px 30px;
}



.image-container {
  background-image: url(/assets/images/banner/banner1.jpg);
  height: 223px;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sales-container {
  background-image: url(../bg-pattern.png);
  background-color: #e8f3fc;
}

#contact-sales .info a img {
  width: 350px;
  height: 90px;
}

footer {
  padding: 25px 0;
  text-align: center;
}

.overview-container,
.features-container,
.amenities-container,
.plans-container,
.plans-container,
.about-developer,
footer {
  background-color: #fff;
}

footer .rera-container {
  color: #9c9c9c;
  margin: 0 15px 25px;
  display: block;
}

/* .rera-container img {
        width: 100px;
    } */

footer .disclaimer {
  margin-bottom: 25px !important;
}

footer .disclaimer {
  color: #9c9c9c;
  margin-bottom: 50px;
  padding: 0 15px;
}

footer .leagal {
  margin-bottom: 10px;
}

footer .leagal a {
  color: var(--bs-color);
  font-weight: 600;
}

a:focus,
a:hover {
  color: var(--bs-color);
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
}

#mainForm .form-control {
  margin-bottom: 20px;
  border: 3px solid var(--bs-color);
  background: unset;
}

.form-control:focus {
  color: var(--bs-color);
  background-color: unset;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="number"] {
  height: 50px;
  border-radius: 12px;
  color: var(--bs-color);
  border: 3px solid var(--bs-color);
  background-color: unset;
}

#contactForm input::placeholder {
  color: var(--bs-color);
  opacity: 1;
}
.form-check-input:checked{
  background-color:var(--bs-color);
}

.fixed-footer-mobile .phone {
  background-color: var(--bs-color);
  text-align: center;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  height: 40px;
  border-left: 2px solid gray;
  border-right: 2px solid gray;
  line-height: 40px;
}

.fixed-footer-mobile img {
  height: 40px;
}

.fixed-footer-mobile a {
  text-decoration: none;
  color: #ffffff;
}

.fixed-footer-mobile {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}

#carouselExampleControls {
  width: 100%;
}

.main-form {
  width: 350px;
  position: absolute;
  right: 31px;
  top: 98px;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
  border-radius: 12px;
  height: 61vh;
}

.modal-content {
  border: unset;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
  text-transform: uppercase;
  font-size: 13px;
}

.video-bg {
  background-image: url();
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-content {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 30px;
  letter-spacing: 2px;
}

.video-content img {
  width: 60px;
  margin: 15px;
}

.owl-carousel .owl-stage {
  margin: auto;
}

/* .owl-stage-outer {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 20px 2px;
    border-radius: 14px;
    } */

.owl-nav > button > span {
  background: unset;
  color: var(--bs-color) !important;
}

.rera-barcode img {
  width: 80px;
  height: 80px;
  position: relative;
}

.cp img {
  width: 200px;
  height: 90px;
  position: relative;
}
.main-video{
  width: 95% !important;
  height: 500px !important;
}
@media (max-width:1380px) {
  .slider-image{
    height: 108vh !important;
  }
    .main-form{
        height: 70vh !important;
    }
}
@media (min-width: 1301px) and (max-width: 1350px) {
  .navbar-nav > li > a {
    font-size: 12px;
    width: 100%;
  }

  .owl-nav > button > span {
    background: unset;
    color: var(--bs-color) !important;
  }
}

@media (min-width: 1251px) and (max-width: 1300px) {
  .navbar-nav > li > a {
    font-size: 11px;
    width: 100%;
  }

  .owl-nav > button > span {
    background: unset;
    color: var(--bs-color) !important;
  }
}

@media (min-width: 1201px) and (max-width: 1250px) {
  .navbar-nav > li > a {
    font-size: 10px;
    width: 100%;
  }

  .owl-nav > button > span {
    background: unset;
    color: var(--bs-color) !important;
  }
}

@media (max-width: 1200px) {
  .owl-nav > button > span {
    background: unset;
    color: var(--bs-color) !important;
  }

  #contact-sales .info a img {
    width: 18rem;
  }

  .call-icon > a > img {
    width: 60px;
  }

  .navbar-nav {
    width: 100%;
    float: unset;
    text-align: center;
  }

  .navbar-nav > li {
    border-right: unset;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
  }

  .dropdown-menu {
    border: unset;
  }

  .navbar-collapse {
    overflow-y: scroll;
    overflow-x: unset;
    height: 600px;
  }

  #slider {
    height: auto;
  }

  .slider-image {
    height: auto;
  }

  #carouselExampleControls {
    width: 100%;
  }

  .main-form {
    width: 100%;
    background-color: var(--bs-color);
    height: auto;
    display: none;
  }

  .offer-header {
    margin: 0px auto 10px;
  }

  .offer {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    padding: 10px 0px;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  #slider {
    height: auto;
  }

  .slider-image {
    height: 55vh;
  }

  #carouselExampleControls {
    width: 100%;
  }

  .main-form {
    width: 100%;
  }

  .main-form {
    background-color: #191919;
    height: auto;
    display: none;
  }

  #amenities .owl-dot {
    font-size: 10px;
  }

  .amenities-image {
    height: 50vh;
  }

  .gallery-image {
    height: 30vh;
    border-radius: 12px;
  }

  .subscribe-title {
    font-size: 21px;
    text-align: center;
    padding: 0px 15px;
  }

  

  .offer-header {
    margin: 0px auto 10px;
  }

  .offer {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    padding: 10px 0px;
  }

  .owl-nav > button > span {
    background: unset;
    color: var(--bs-color) !important;
  }
}

@media (max-width: 576px) {
  .call-icon > a > img {
    width: 60px;
  }
  .fixed-top {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#slider {
  margin-top: 0px !important;
}
  .navbar-nav {
    width: 100%;
    float: unset;
    text-align: center;
  }

  .navbar-nav > li {
    border-right: unset;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
  }

  .slider-image {
    height: 35vh;
  }

  #amenities .owl-dot {
    margin-bottom: 15px;
  }

  #location .nav-pills .nav-link {
    margin-bottom: 10px;
    padding: 10px;
  }

  .owl-nav > button > span {
    background: unset;
    color: var(--bs-color) !important;
  }

  .pform {
    padding: unset;
  }

  .form-check-label {
    padding: 10px 8px;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    text-align: center;
    border: unset;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #dadada;
    padding: 5px 0px;
  }
  .modal-highlights{
    font-size: 1rem;
  }
  .modal-centertext{
    font-size: 1rem;
  }
  .main-video{
    width: 95% !important;
    height: 300px !important;
  }
  .video-bg {
    background-image: url();
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 420px) {
  #slider {
    margin-top: 60px;
  }

  .call-icon > a > img {
    width: 3em;
  }

  .navbar-logo {
    width: 180px;
    height: auto;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  .nav-pills .nav-link {
    padding: 5px;
    margin-bottom: 0px;
    font-size: 10px;
  }
}
.cp img {
  width: 200px;
  height: 90px;
  position: relative;
}
.nri{
  margin-left: -50px !important;
}
@media (max-width: 576px) {
  .highlight-img{
    height: 300px !important;
  }
}
@media (max-width: 576px) {
  .video-img{
    height: 250px !important;
  }
}