* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pb-7 {
  padding-bottom: 5rem;
}

/* new added class */

.inter-rupee {
  font-family: "Inter", sans-serif !important;
}

@font-face {
  font-family: "Bree";
  src: url("fonts/Bree-Light.otf");
}

@font-face {
  font-family: "Abigate";
  src: url("fonts/abigate-desgo.ttf");
}

.mid-text {
  font-size: 25px;
  font-weight: 600;
}

.abut-sec h3 {
  font-family: "Abigate";
  text-align: center;
  margin: 0;
  font-size: 50px;
  color: #000000;
  /* font-family: arial; */
  /* font-weight: bold; */
  transition: .5s;
  text-transform: uppercase;
  margin-top: 5%;
  text-rendering: optimizeLegibility;
}

.back-col {
  background-color: #01A8B7;
}

.abut-sec h3:hover {
  text-shadow: -1px -1px 1px #bbbbbb,
    0px 1px 0 #bbbbbb,
    0px 2px 0 #bbbbbb,
    0px 3px 0 #bbbbbb,
    0px 4px 0 #bbbbbb,
    0px 5px 0 #bbbbbb,
    0px 6px 0 #bbbbbb,
    0px 7px 0 #bbbbbb,
    0px 8px 0 #bbbbbb,
    0px 9px 0 #bbbbbb,
    0px 10px 0 #bbbbbb,
    0px 11px 0 #bbbbbb,
    0px 12px 0 #bbbbbb,
    0px 13px 0 #bbbbbb,
    0px 14px 0 #bbbbbb,
    0px 15px 0 #bbbbbb,
    10px 25px 35px rgba(0, 0, 0, 0.9);
}

.abut-sec p {
  font-size: 20px;
}

.abut-sec {
  text-align: center;
}

.fa, .fas {
  font-weight: 900;
  font-size: 20px !important;
}

.ami-img {
  height: 100%;
  width: 100%;
}

.ami-text {
  font-size: 20px;
  text-align: center;
}

.ami-img img {
  width: 20% !important;
  margin: 0px auto;
}

.ul-lis {
  list-style: circle;
}

.padin-lef {
  padding: 1rem 2.25rem !important;
}

.contact-buttons {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 1;
}

.contact-buttons-new {
  position: fixed;
  bottom: 1%;
  right: 0%;
  z-index: 1;
}

.fixed-buttons {
  border-radius: 50%;
  padding: 10px;
  background-color: #d5bba9;
  border: 1px solid #d5bba9;
  width: 50px;
  height: 50px;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #01A8B7;
  z-index: 99;
}

.fix-link,
.fix-link:focus,
.fix-link:active {
  text-decoration: none;
  color: #fff;
}

.fixed-buttons-new {
  padding: 10px 10px;
  background: linear-gradient(180deg, #06070b 0%, #0e1121 100%);
  border: 1px solid #d5bba9;
  margin: 10px;
  color: #fff;
  float: right;
}

.fixed-buttons-new:hover {
  color: #fff;
}

.contact2-buttons {
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 1;
}

.contact2-buttons-new {
  position: fixed;
  bottom: 1%;
  left: 0%;
  z-index: 1;
}

:root {
  --color-white: #ffffff;
  --color-offwhite: #f1e3c8;
  --color-dark-beige: #776c58;
}

.navbar-brand img {
  width: 140px;
  margin-top: 4px;
  /* filter: invert(1);
  -webkit-filter: invert(1); */
}

/*
.interior-imgs {
    position: relative;
    z-index: 1;
}
*/

body {
  font-family: "Bree", sans-serif;
  /* font-family: 'Montserret', sans-serif; */
  font-family: "Bree", serif !important;
  overflow-x: hidden;
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .container-xxl {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1920px) and (max-width: 7680px) {
  .container-xxl {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* landing page css */

.award-winner {
  width: 110px;
  position: absolute;
  top: 0px;
}

.icons-content {
  align-items: center;
}

.icon-text {
  padding-left: 25px;
  font-family: Bree;
  font-weight: 500;
  font-size: 20px;
}

.icon-text2 {
  padding-left: 25px;
  font-family: Bree;
  font-weight: 500;
  font-size: 24px;
}

.icon-text p {
  line-height: 20px;
  font-weight: 600;
}

.icon-heading {
  font-weight: 600;
  font-size: 24px;
  font-family: Bree;
  margin-top: 10px;
  /* recently added code */
}

.icon-heading-first {
  font-weight: 600;
  font-size: 24px;
  font-family: Bree;
  margin-top: 50px;
}

.wrap {
  padding-top: 109px;
}

.below-banner-inner {
  display: flex !important;
  flex-wrap: nowrap;
  /* recently added code */
  justify-content: space-between;
}

.pic-3-inner {
  display: flex !important;
  flex-wrap: nowrap;
  /* recently added code */
  justify-content: space-between;
}

.pic-2-inner {
  display: flex !important;
  flex-wrap: nowrap;
  /* recently added code */
  justify-content: space-between;
}

.pic-1-inner {
  display: flex !important;
  flex-wrap: nowrap;
  /* recently added code */
  justify-content: space-between;
}

.disclaimer-banner {
  font-family: Bree;
  font-style: italic;
  font-size: 16px;
  color: white;
  position: absolute;
  left: 5%;
  bottom: 1%;
}

/* .icons2 img {
    width: 100px
}

.icons3 img {
    width: 70px
}

.icons4 img {
    width: 40px
} */

.heading {
  font-family: "Bree";
  font-size: 72px;
  position: relative;
  font-weight: 600;
  z-index: 99;
}

.padd1 {
  padding: 50px 0px;
}

.text {
  font-family: Bree;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.welcome-section {
  /* margin-top: 110px !important; */
  position: relative !important;
}

.pic-1 {
  padding-bottom: 50px;
}

.pic-2 {
  background: linear-gradient(180deg, #06070b 0%, #0e1121 100%);
  position: relative;
  z-index: -111;
  padding-bottom: 100px;
  padding-top: 50px;
  /* recently added code */
  /* margin-top: 100px; */
  /* recently added code */
}

.amenities {
  background-color: var(--color-offwhite);
  padding-bottom: 50px;
  position: relative;
}

.amenities-text {
  font-family: Bree;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.amenities-imgs {
  height: 250px;
}

.amenities-imgs:hover {
  transform: scale(1.2);
}

.amenities-text {
  margin-top: 1rem;
}

.gallery {
  /* display: flex;
        flex-wrap: wrap;
        justify-content: space-around; */
  padding: 10px 5.5%;
  position: relative;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.5s, margin 0.5s;
  cursor: pointer;
}

.gallery-left {
  transition: 0.3s;
}

.gallery-left:hover {
  transform: scale(1.1);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.roadmap {
  /* border: 7px solid var(--color-offwhite); */
  width: 100%;
}

.acc-back {
  background-color: #0E4650 !important;
}

.bd-colo {
  background-color: #fff;
}

.over {
  background-color: #00000067;
  padding: 20px;
}

.back {
  background-image: url('images/gal/6.webp');
  background-attachment: fixed;
  background-size: cover;
  /* Ensures the background covers the entire element */
  background-position: center;/
}

.disclaimer {
  font-family: Bree;
  font-style: italic;
  font-size: 16px;
  color: white;
  position: absolute;
  left: 4%;
  margin-top: -42px;
  z-index: 1;
}

/*.show-in-map {
    padding: 10px 20px;
    background-color: var(--color-offwhite);
    border: 1px solid var(--color-offwhite);
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-dark-beige);
    font-size: 22px;
    font-family: Bree;
    right: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    left: 70%;
    bottom: 180px;
}
*/

.list-heading {
  font-family: Bree;
  font-size: 32px;
  font-weight: 600;
}

.list li {
  font-size: 24px;
  font-family: Bree;
  font-weight: 400;
}

ul {
  list-style: none;
  padding-left: 0 !important;
}

.bullet {
  width: 15px;
  height: 15px;
  margin-top: 7px;
  margin-right: 7px;
}

.floor-plan {
  background-color: var(--color-offwhite);
}

.floor-plan-img {
  padding: 100px;
  filter: blur(5px);
}

.floor-plan-img:hover {
  transform: scale(1.2);
}

.walk-through-btn {
  padding: 10px 70px;
  background-color: var(--color-offwhite);
  border: 2px solid #776c58;
  letter-spacing: 0px;
  border-radius: 40px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: Bree;
}

.google-map-btn {
  padding: 10px 20px;
  background-color: var(--color-offwhite);
  border: 2px solid #776c58;
  letter-spacing: 0px;
  border-radius: 40px;
  color: var(--color-dark-beige);
  font-size: 13px;
  font-weight: 500;
  font-family: Bree;
}

.footer {
  background-color: #0E4650;
}

.footer-lower {
  border-bottom: 3px solid var(--color-offwhite);
  padding-bottom: 20px;
}

.footer-heading {
  font-family: Bree;
  font-size: 52px;
  font-weight: 500;
  color: white;
}

.text-below-footer-heading {
  font-family: Bree;
  font-size: 18px;
  line-height: 0px;
  color: white;
  font-weight: 400;
}

.book-apt-btn {
  padding: 10px 70px;
  background-color: #d5bba9;
  border: 1px solid #f0dbac;
  letter-spacing: 0px;
  border-radius: 40px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  font-family: Bree;
  margin-bottom: 15px;
}

.qr-section {
  text-align: center;
  margin-top: 20px;
}

.qr {
  /* height: 98px !important; */
  width: 210px !important;
}

.text-below-qr {
  font-family: Bree;
  font-weight: 400;
  font-size: 9px;
  color: var(--color-white);
  margin-top: 10px;
  margin-bottom: 0px;
}

.text-below-qr-2 {
  font-family: Bree;
  font-weight: 400;
  font-size: 8px;
  color: var(--color-white);
}

.footer-text {
  font-family: Bree;
  font-weight: 400;
  font-size: 10px;
  color: var(--color-white);
  margin-top: 10px;
  text-align: left !important;
}

.design-1 {
  position: absolute;
  right: 0px;
  overflow: hidden;
  margin-top: -245px;
  width: 163px;
}

.design-2 {
  width: 850px;
  position: absolute;
  left: -620px;
  overflow: hidden;
  margin-top: -360px;
  z-index: -1;
}

.design-3 {
  width: 500px;
  position: absolute;
  right: 0px;
  transform: scaleY(-1);
  margin-top: -1033px !important;
  z-index: -1;
}

/* .design-4 {
   width: 870px;
    position: absolute;
    left: -613px;
    overflow: hidden;
    margin-top: -302px;
} */

.design-4 {
  width: 59%;
  position: absolute;
  left: -36%;
  top: -13.7%;
}

.icons-content-responsive {
  display: none !important;
}

.within-5 {
  padding-left: 6rem;
}

.within-15 {
  padding-left: 8rem;
}

.within-30 {
  padding-left: 8rem;
}

.flexdss {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .flexdss {
    flex-direction: column;
  }

  .abut-sec h3 {
    font-size: 27px;
  }

  .abut-sec p {
    font-size: 17px;
  }
}

@media (max-width: 500px) and (min-width: 200px) {
  .award-winner {
    width: 60px;
  }

  .below-banner-inner {
    display: none !important;
  }

  .pic-1-inner {
    /* display: none !important; */
  }

  .pic-2-inner {
    /* display: none !important; */
  }

  .pic-3-inner {
    /* display: none !important; */
  }

  .icon-text {
    padding-left: 0px !important;
  }

  .icons-content-responsive {
    display: block !important;
  }

  .amenities-imgs {
    height: 250px;
  }

  .show-in-map {
    padding: 5px 10px;
    background-color: var(--color-offwhite);
    border: 1px solid var(--color-offwhite);
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-dark-beige);
    font-size: 8px;
    font-family: Bree;
    right: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: static;
    margin-top: 20px;
  }

  .logo {
    width: 100px;
  }

  .enquire {
    top: 10px;
    position: absolute;
    padding: 5px 10px;
    background-color: transparent;
    border: 3px solid #f1e3c8;
    letter-spacing: 0px;
    border-radius: 30px;
    color: white;
    font-size: 10px;
    right: 15px !important;
  }

  .icons {
    text-align: center;
  }

  .icons-content {
    column-gap: 15px;
    width: 100% !important;
  }

  .icon-img {
    width: 70px;
    height: 70px;
    filter: invert(1);
  }

  .icons-content {
    margin-top: 20px !important;
  }

  .divider {
    display: none !important;
  }

  .icons2 img {
    width: 70px;
  }

  .icons3 img {
    width: 40px;
  }

  .icons4 img {
    width: 35px;
  }

  .heading {
    font-size: 50px;
  }

  .pic-3 {
    margin-top: -40px !important;
  }

  .floor-plan-img {
    padding: 20px;
    height: 300px;
  }

  .book-apt-btn {
    font-size: 15px;
  }

  .design-1 {
    display: none;
  }

  .design-2 {
    display: none;
  }

  .design-3 {
    display: none;
  }

  .design-4 {
    display: none;
  }

  .qr-section {
    margin-top: 5%;
    text-align: center;
    position: relative;
  }

  .footer-text {
    text-align: center;
  }
}

@media (max-width: 1300px) {
  .enquire {
    right: 50px;
  }
}

@media (max-width: 900px) {
  .enquire {
    right: 30px;
  }

  .design-1 {
    display: none;
  }

  .design-2 {
    display: none;
  }

  .design-3 {
    display: none;
  }

  .design-4 {
    display: none;
  }
}

.img-responsive {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}

.btn-primarys {
  background: linear-gradient(-45deg,
      var(--colorPrimary),
      var(--colorSecondary),
      var(--colorPrimary),
      var(--colorSecondary));
  color: #fff;
  text-transform: capitalize;
  padding: 4px 7px 5px 9px;
  transition: 0.3s;
}

.btn-primarys:hover {
  background: linear-gradient(-45deg,
      var(--colorPrimary),
      var(--colorSecondary),
      var(--colorPrimary),
      var(--colorSecondary));
  color: #fff;
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {}

.phone-no.text-center.new-change,
section.contact-section {
  background: #9c7f2d;
}

.new-form .btn.btn-eve-regi {
  height: 40px;
  width: 80%;
}

.btn.btn-eve-regi {
  border-radius: 0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  height: 50px;
  margin: 2px 0;
  width: 100%;
}

.btn-orage {
  background: #9c7f2d;
}

.landg-forms .ban-reg {
  position: relative;
  top: auto;
  margin: 0 auto;
  width: 400px;
}

.cust-inp .form-control {
  border-color: #cacacb;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  color: #000;
}

.text-center {
  text-align: center;
}

.landg-forms .ban-reg {
  position: relative;
  top: auto;
  margin: 0 auto;
  width: 400px;
}

.new-td-left {
  width: 50%;
  border-right: 2px solid #fff;
  padding: 10px;
}

.new-td-right,
.wt-50 {
  width: 50%;
}

table.new-table {
  width: 100% !important;
}

.form-group {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

span {
  font-family: Bree;
}

.close {
  color: #fff;
}

h1.get {
  color: #f4d893;
  font-family: Bree;
}

::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
  margin-left: 20px;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff;
}

label {
  color: #fff;
  font-size: 12px;
  font-family: Bree;
}

.country {
  padding-left: 0px;
  padding-right: 0px;
}

.countrys {
  padding-left: 10px;
  padding-right: 0px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

@media (min-width: 1900px) {
  .enquire {
    right: 100px;
    /* changed */
    top: 50px;
    position: absolute;
    padding: 10px 40px;
    background-color: transparent;
    border: 1px solid #f4d893;
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-white);
    font-size: 24px;
    font-family: Bree;
    font-weight: 500;
  }

  .logo {
    width: 280px;
    margin-top: 2rem;
  }

  .contact-buttons-responsive {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .enquire {
    right: 100px;
    /* changed */
    top: 50px;
    position: absolute;
    padding: 10px 40px;
    background-color: transparent;
    border: 1px solid #f4d893;
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-white);
    font-size: 24px;
    font-family: Bree;
    font-weight: 500;
  }

  .logo {
    width: 280px;
    margin-top: 2rem;
  }

  .contact-buttons-responsive {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .enquire {
    right: 100px;
    /* changed */
    top: 50px;
    position: absolute;
    padding: 10px 40px;
    background-color: transparent;
    border: 1px solid #f4d893;
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-white);
    font-size: 24px;
    font-family: Bree;
    font-weight: 500;
  }

  .logo {
    width: 280px;
    margin-top: 2rem;
  }

  .contact-buttons-responsive {
    display: none !important;
  }
}

@media (min-width: 1281px) {
  .enquire {
    right: -291px;
    top: 8px;
    position: absolute;
    padding: 10px 40px;
    background: linear-gradient(180deg, #06070b 0%, #0e1121 100%);
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-white);
    font-size: 16px;
    font-family: Bree;
  }

  .logo {
    width: 25px;
    margin-top: 0rem;
    filter: invert(1);
  }

  .icon-heading {
    font-weight: 600;
    font-size: 16px;
    font-family: Bree;
    margin-top: 10px;
    vertical-align: top;
  }

  .icon-heading-first {
    font-weight: 600;
    font-size: 16px;
    font-family: Bree;
    margin-top: 10px;
    vertical-align: top;
  }

  .icon-text {
    padding-left: 25px;
    font-family: Bree;
    font-weight: 500;
    font-size: 17px;
    vertical-align: top;
  }

  .icon-text p {
    line-height: 16px;
    line-height: 20px !important;
    font-weight: 500;
    vertical-align: top;
  }

  .icons img {
    vertical-align: top !important;
    width: 60px;
    height: 60px;
    filter: invert(1);
  }

  .icons2 img {
    vertical-align: top !important;
    width: 60px;
    height: 60px;
    filter: invert(1);
  }

  .divider::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;

    background-color: #776c56;
    margin: 0px;
    vertical-align: middle;
  }

  .heading {
    font-family: "Abigate";
    font-size: 48px !important;
    position: relative;
    font-weight: 600;
    z-index: 99;
  }

  .text {
    font-family: Bree;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .design-1 {
    position: absolute;
    right: 0px;
    overflow: hidden;
    margin-top: -245px;
    width: 163px;
    margin-right: -90px;
  }

  .gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .amenities-text {
    color: #fff;
    font-family: Bree;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
  }

  .list-heading {
    font-family: Abigate;
    font-size: 24px;
    font-weight: 600;
  }

  .list li {
    font-size: 20px !important;
    font-family: Bree;
    font-weight: 400;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    margin-right: 7px;
  }

  .footer-heading {
    font-family: Bree;
    font-size: 40px;
    font-weight: 500;
    color: white;
  }

  .text-below-footer-heading {
    font-family: Bree;
    font-size: 14px;
    line-height: 30px;
    color: white;
    font-weight: 400;
    text-align: center;
  }

  .qr {
    /* height: 100px !important; */
    width: 350px !important;
  }

  .contact-buttons-responsive {
    display: none !important;
  }

  .show-in-map {
    padding: 10px 20px;
    background-color: var(--color-offwhite);
    border: 1px solid var(--color-offwhite);
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-dark-beige);
    font-size: 18px;
    font-family: Bree;
    right: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    left: 70%;
    bottom: 180px;
  }

  .show-in-map:hover {
    padding: 10px 20px;
    background-color: var(--color-offwhite);
    border: 1px solid var(--color-offwhite);
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-dark-beige);
    font-size: 18px;
    font-family: Bree;
    right: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    left: 70%;
    bottom: 180px;
    text-decoration: none;
  }

  .interior-imgs {
    position: relative;
    z-index: 1;
  }

  .footer-heading {
    margin-top: 20px;
  }
}

/* Desktops, large screens */

@media (max-width: 1280px) {
  .enquire {
    right: 100px;
    /* changed */
    top: 50px;
    position: absolute;
    padding: 10px 40px;
    background-color: transparent;
    border: 1px solid #f4d893;
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-white);
    font-size: 16px;
    font-family: Bree;
    font-weight: 500;
  }

  .logo {
    width: 23px;
    /* margin-top: 2rem; */
    filter: invert(1);
  }

  .contact-buttons-responsive {
    display: none !important;
  }
}

/* Small screens, laptops */

@media (max-width: 1024px) {
  .enquire {
    right: 100px;
    /* changed */
    top: 50px;
    position: absolute;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid #f4d893;
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-white);
    font-size: 14px;
    font-family: Bree;
    font-weight: 500;
  }

  .logo {
    width: 50px;
    margin-top: 2rem;
  }

  .contact-buttons-resposive {
    display: none !important;
  }

  .contact-buttons-new {
    display: none !important;
  }
}

/* iPads, Tablets */

@media (max-width: 768px) {
  .enquire {
    top: 10px;
    position: absolute;
    padding: 5px 10px;
    background-color: transparent;
    border: 3px solid #f1e3c8;
    letter-spacing: 0px;
    border-radius: 30px;
    color: white;
    font-size: 10px;
    right: 15px !important;
  }

  .logo {
    width: 50px;
    margin-top: 2rem;
  }

  .contact-buttons-resposive {
    display: none !important;
  }

  .contact-buttons-new {
    display: none !important;
  }
}

/* Mobile devices */

@media (max-width: 480px) {
  .enquire {
    top: 10px;
    position: absolute;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #f1e3c8;
    letter-spacing: 0px;
    border-radius: 30px;
    color: white;
    font-size: 10px;
    right: 15px !important;
  }

  .logo {
    width: 32px;
    margin-top: 0rem;
    filter: invert(1);
  }

  .icon-heading {
    font-weight: 600;
    font-size: 20px;
    font-family: Bree;
    margin-top: 10px;
    /* recently added code */
    vertical-align: top;
  }

  .icon-heading-first {
    font-weight: 600;
    font-size: 16px;
    font-family: Bree;
    margin-top: 10px;
    /* recently added code */
    vertical-align: top;
  }

  .icon-text {
    font-family: Bree;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
  }

  .text {
    font-size: 16px;
  }

  .roof-top-responsive {
    padding-bottom: 0px !important;
  }

  .contact-buttons-responsive {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #d5bba9;
    z-index: 1;
    /* width: 100%;
        height: 10%; */
  }

  .contact-responsive {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border-right: 2px solid white;
  }

  .btn-divider {
    width: 1px;
    background-color: #ddd;
  }

  .whatsapp-btn {
    background-color: #d5bba9;
    border: 1px solid #d5bba9;
  }

  .whatsapp-btn span {
    font-family: Bree;
    font-size: 16px;
    color: white;
  }

  .phone-btn {
    padding: 15px;
    background-color: #d5bba9;
    border: 1px solid #d5bba9;
  }

  .whatsapp-btn img {
    width: 30px;
    height: 30px;
  }

  .phone-btn img {
    width: 30px;
    height: 30px;
  }

  .disclaimer {
    font-family: Bree;
    font-style: italic;
    font-size: 12px !important;
    color: white;
    position: absolute;
    left: 6%;
    bottom: 1%;
  }

  .disclaimer-new {
    font-family: Bree;
    font-style: italic;
    font-size: 12px !important;
    color: white;
    position: absolute;
    left: 6%;
    top: 52vh;
  }

  .contact-buttons {
    display: none !important;
  }

  .contact-buttons-new {
    display: none !important;
  }

  .interior-imgs {
    position: relative;
    z-index: 1;
    margin: 0 -10% !important;
    min-width: 380px;
  }

  .interior-imgs-2 {
    position: relative;
    z-index: 1;
    margin: 0% !important;
    min-width: 420px;
  }

  .footer-text {
    font-family: Bree;
    font-weight: 400;
    font-size: 10px;
    color: var(--color-white);
    margin-top: 10px;
    text-align: center !important;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .main-banner {
    background-image: linear-gradient(to bottom, #0000008f, #0000001c),
      url("./images/vice-main-mob-2.webp");
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }
}

.backks {
  background: #0f1121;
}

.sec-padd {
  padding: 50px 0;
}

/* .sec-padd-top {
    padding-top: 100px;
  }
  
  .sec-padd-bot {
    padding-bottom: 100px;
  } */

.nav-tabs .nav-link.active {
  border: 1px solid #d5bba9 !important;
  background: #d5bba9 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.table-bordered> :not(caption)>* {
  border: 1px solid #000 !important;
}

.gflex {
  justify-content: center;
  align-items: center;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #d5bba9 !important;
  background: transparent !important;
  color: #fff;
  border-radius: 0 !important;
  font-size: 20px;
  margin: 0 15px 15px !important;
  min-width: 195px;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #d5bba9 !important;
  background: #d5bba9 !important;
  color: #fff !important;
}

/* .gallery-content
  .owl-carousel
  .owl-item:not(.gallery-content .owl-carousel .owl-item.center) {
  transform: scale(0.9);
  filter: grayscale(2) blur(3px);
  mix-blend-mode: luminosity;
  transition: all 0.3s;
}
.gallery-content .owl-carousel .owl-item {
  filter: grayscale(2) blur(3px);
  mix-blend-mode: luminosity;
  transition: all 0.3s;
} */
.tab-content>.tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content>.tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.floor-carousel .owl-nav {
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin: 14px 10px 10px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.list li {
  font-size: 18px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
  line-height: 35px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/pin.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 100%;
  left: -10px;
  top: -2px;
}

.floor-carousel .item img,
.interior-carousel .item img {
  /* height: 400px; */
  object-fit: cover;
  object-position: top;
}

.gall-img {
  filter: blur(2px);
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: #01a8b783;
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 25px;
  text-align: center;
  color: #3f2b2b;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.galimg:hover .ami-overlay {
  transform: translate(-110%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

/***************Thank you ****************/

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 30px;
  background: #01A8B7;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #01A8B7;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  color: #000;
  font-size: 18px;
}

.go-home {
  color: #000;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #01A8B7;
  border-radius: 25px;
}

.oops-greet {
  color: #000;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

.logo-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.img-logo {
  filter: invert(1);
  display: block;
  margin: 0 auto;
  width: 60%;
  height: auto;
  padding-top: 5px;
  float: right;
}

.interested {
  position: fixed !important;
  right: 20px !important;
  bottom: 8px !important;
  padding: 5px 10px !important;
  color: #fff !important;
  border: 3px solid #d5baa8 !important;
  z-index: 99;
  background-color: #01A8B7 !important;
}

.festive {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.appoinment {
  position: fixed !important;
  left: 20px !important;
  bottom: 8px !important;
  padding: 5px 10px !important;
  color: #fff !important;
  border: 3px solid #d5baa8 !important;
  z-index: 99;
  background-color: #01A8B7 !important;
}

.round-btn {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #01A8B7;
  transition: all 0.3s ease;
}

.round-btn:hover {
  color: #fff;
}

.rl {
  position: relative;
}

.footer-heading a {
  color: #000;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

/*----------Modal Design-------*/

label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: url(../assets/images/menu_bg.webp) no-repeat !important;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 17px;
  background-size: cover !important;
  background-position: bottom right;
}

.modal-body {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}

.modal-body h3,
.modal-body p {
  color: #fff;
}

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: brightness(0) invert(1);
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}

.modal-body h3 {
  font-family: "Abigate Bold";
  margin-top: -10px;
  text-align: center;
  font-size: 25px;
}

.interested-form .modal-body {
  padding: 0 !important;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  /* border-radius: 7px !important; */
  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #222222 !important;
}

.modal-body form .input-group-addon {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  color: #222222;
  border: 1px solid #f5f5f5;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  padding: 0 10px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.modal-body form .input-group-addon {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  color: #222222;
  border: 1px solid #f5f5f5;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  padding: 0 10px;
}

.form-btn {
  background: #101322;
  color: #fff;
  border: 0;
  margin-top: 20px;
  padding: 7px 40px;
  margin: 0px auto !important;
  border: 1px solid #d5baa8;
  margin-top: 25px !important;
  display: block !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: 0 5px 30px #00000014;
}

.modal-body form button {
  margin: 0 auto;
}

.interested-form {
  background: rgb(238 238 238 / 70%);
  padding: 30px 20px 20px 20px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.form-heading {
  background-color: #01A8B7;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: -54px;
  border-radius: 4px;
  margin-bottom: 35px;
}

.bannerform {
  padding-top: 60px;
}

.amme-carousel .owl-nav {
  text-align: center;
  font-size: 10px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}

.amme2-carousel .owl-nav {
  text-align: center;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.icons img {
  vertical-align: top !important;
  width: 60px;
  height: 60px;
  filter: invert(1);
}

.flex12 img {
  width: 12px;
  filter: brightness(3.5);
}

.flex12 p {
  margin: 0;
  font-size: 18px;
}

.ex-fnt {
  font-size: 17px !important;
  font-family: "Font Awesome 5 Free";
}

.icons2 img {
  vertical-align: top !important;
  width: 60px;
  height: 60px;
  filter: invert(1);
}

.flex12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.extr-height {
  margin-top: 45px;
}

.form-heading p {
  font-family: "Font Awesome 5 Free";
}

.locat-carousel .owl-nav {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/*-----------Modal End --------*/

@media (max-width: 768px) {
  .img-logo {
    display: block;
    margin: 0 auto;
    width: 40%;
    height: auto;
    float: right;
  }

  .flex12 p {
    margin: 0;
    font-size: 15px;
  }

  .icons img {
    width: 54px !important;
    display: block !important;
    margin: 20px auto !important;
  }

  .icons2 img {
    width: 54px !important;
    display: block !important;
    margin: 20px auto !important;
  }

  #carouselExampleIndicators1 .carousel-control-prev {
    top: 20%;
  }

  #carouselExampleIndicators1 .carousel-control-next {
    top: 20%;
  }

  #carouselExampleIndicators2 .carousel-control-prev {
    top: 20%;
  }

  #carouselExampleIndicators2 .carousel-control-next {
    top: 20%;
  }

  .festive {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }
}

.logo2-container {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}

/* .ham-menu{
  filter: invert(1);
  width: 40px;
  height: 30px;
}

.menu-container{
  position: fixed;
  top: 3%;
  z-index: 9999;
  left: 3%;
  cursor: pointer;
}

.offcanvas{
  z-index: 999999999;
}

.nav_items li a{
  color: #000;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}

.nav_items li{
  text-align: center;
} */

html,
body {
  scroll-behavior: smooth;
}

.nav-tabs {
  border-bottom: unset;
}

.exterior-carousel .owl-nav {
  text-align: center;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset !important;
  color: unset !important;
  text-decoration: none;
}

.exterior-carousel img {
  height: 250px;
  object-fit: cover;
}

#configuration table thead tr th {
  width: 33.3% !important;
  vertical-align: middle;
  background: #164C56;
  color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {

  #myButton,
  #myButton1 {
    display: none !important;
  }
}

#configuration table tbody tr td {
  vertical-align: middle;
}

.price-button {
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease;
  padding: 5px 10px !important;
  color: #fff !important;
  /* border: 3px solid #d5baa8 !important; */
  background-color: #164C56 !important;
  font-weight: 400;
}

.footer-form form input,
.footer-form form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  /* border-radius: 7px !important; */
  color: #222222;
  border-left: none;
}

.footer-form form .input-group-addon {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  color: #222222;
  border: 1px solid #f5f5f5;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  padding: 0 10px;
}

html,
body {
  overflow-x: hidden;
}

/******************Header**************/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
  /* filter: invert(1); */
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

.offcanvas .nav-link {
  font-family: "Abigate" !important;
  color: #fff !important;
  font-size: 22px;
  font-weight: 400;
}

.offcanvas .nav-link:hover {
  color: #fff !important;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.offcanvas {
  background: url("../assets/images/menu_bg.webp") center no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.offcanvas::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #0c0f1c;
  opacity: 0.5;
  content: "";
  width: 100%;
  height: 100%;
}

.head-blu {
  color: #01A8B7;
}

.offcanvas>* {
  z-index: 9;
}

header {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

#gallery-section {
  background: #0E4650;
}

.offcanvas .img-offcanvas {
  filter: invert(1);
  width: 63%;
  display: block;
  margin: 24px auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}


.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}