/* Reset default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Basic typography */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #1b1b1b;
  letter-spacing: 0.5px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  margin: 0;
}

h1 {
  font-family: "Playfair", serif;
}

a {
  text-decoration: none;
  color: #0a044b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#header_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#navbarNav li a {
  /* color: #fff;
font-size: 16px;
padding: 0 0 0 27px;
font-weight: 400; */
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 27px;
}
#navbarNav li a.active {
	color: #bc9c22;
}

.navbar-brand img {
  height: 101px;
}

.banner_box_inr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner_box_inr h1 {
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.banner_box_inr p {
  background: linear-gradient(90deg, #000 -26.39%, rgba(0, 0, 0, 0) 99.99%);
  padding: 15px 15px 15px 35px;
  font-size: 17px;
  width: fit-content;
  color: #fff;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  margin: 30px 0;
}

.banner_box_inr p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(180deg,
      #fcaa03 14.99%,
      #ee0a56 62.61%,
      #b2139f 110.72%);
}

.banner_box_inr .btn_bnr {
  display: inline-flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #bc9c22;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_box_inr .btn_bnr img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.banner_box_inr .btn_bnr:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.bnner_enquery_form {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  background: #BC9C22;
  backdrop-filter: blur(6.050000190734863px);
}

.bnner_enquery_form h3 {
  color: #fff;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 0;
}

/* .bnner_enquery_form .mb-3.d-flex{
  gap: 10px;
} */
.form-control.country_code {
	width: 65px;
  min-width: 65px;
  max-width: 65px;
}
.bnner_enquery_form .form-control {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 13px 10px 13px 0;
  align-items: center;
  align-self: stretch;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 0;
  outline: none;
  box-shadow: none;
  resize: none;
}

.bnner_enquery_form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.checkbox {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.checkbox label {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.77;
}

#consentCheckbox {
  position: relative;
  top: 3px;
}

.checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.checkbox input[type="checkbox"]:checked {
  background-color: transparent;
  border-color: #fff;
}

.checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox label {
  margin-left: 6px;
  cursor: pointer;
}

.checkbox input[type="checkbox"]:hover {
  box-shadow: 0 0 3px #bc9c22;
}

.btn_submit {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 1px solid #fff;
  background: #fff;
  color: #232323;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  margin: 15px 0 0 0;
}

.btn_submit img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_submit:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.sticky_btn {
  display: flex;
  width: 217px;
  transform: rotate(-90deg);
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(116deg,
      #fcaa03 -18.04%,
      #ee0a56 38.49%,
      #b2139f 95.6%);
  position: fixed;
  z-index: 99;
  right: -83px;
  top: 50%;
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sticky_btn img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sticky_btn:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.boique_living_sec_img {
  max-width: 1085px;
}

.boique_living_sec_content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 20px 0;
}

.boique_living_sec_content::after {
  content: "";
  background: #bc9c22 url(../images/boti_bg.svg) no-repeat right bottom;
  width: 56%;
/*  height: 65%;*/
height: 313px;
  position: absolute;
  right: 0;
  display: block;
  bottom: 0;
  z-index: 0;
  background-size: 150px;
}

.boique_living_sec_content .container {
  position: relative;
  z-index: 9;
}

.boique_living_sec_content_box::before {
  content: "";
  background: #fff;
  width: 4px;
  height: 158px;
  display: block;
  left: -36px;
  top: -30px;
  position: absolute;
}

.title_h2 {
  color: #232323;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
}

.amenities_box {
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
}

.amenities_box h3 {
  color: #000;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.amenities_box p {
  color: #232323;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin: 20px 0 0 0;
}

.amenities_box figcaption {
  padding: 20px;
  min-height: 185px;
}

.amenities_box figure {
  margin: 0;
}

.amenities_slider {
  min-width: 1600px;
}

.ameslider_nav {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
  gap: 10px;
}

.ameslider_nav .btn_nav_style {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: unset;
  margin: 0;
  padding: 15px;
  border: 1px solid #131313;
}

.ameslider_nav .btn_nav_style::after {
  color: #131313;
  font-size: 15px;
}

.download_brochure_form form {
  border: 1px solid rgba(221, 221, 221, 0.41);
  background: #fff;
  box-shadow: 0 7px 33.9px 0 rgba(54, 54, 54, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 50px;
}

.download_brochure_form .form-group {
  flex: 1;
}

.download_brochure_form .form-control {
  color: #131313;
  font-family: Helvetica;
  border: none;
  font-size: 14px;
  font-style: normal;
  border-radius: 0;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 13px 10px 13px 0;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  outline: none;
  box-shadow: none;
}

.btn.btn-primary {
  display: flex;
  width: 100%;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #bc9c22;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  border-radius: 0;
}

.tastefully_sec {
  background: #bc9c22 url(../images/taste_fully_bg.svg) no-repeat left bottom;
  background-size: 150px;
}

.tastefully_sec a {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #232323;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  margin: 0 auto;
}

.location_img {
  margin: 0 auto;
  display: block;
  max-width: 785px;
  border: 1px solid #bc9c22;
}

.location_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 550px;
  width: 100%;
  background: #fdf6e1;
  display: block;
  z-index: -1;
}

.location_list li {
  color: #453130;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(69, 49, 48, 0.17);
  accent-color: rgba(255, 255, 255, 0);
}

.location_list li:last-child {
  border-bottom: 1px solid rgba(69, 49, 48, 0.17);
  padding-bottom: 20px;
}

.location_list {
  padding: 0 25px;
}

.collabration_box {
  display: flex;
  justify-content: space-between;
}

/* .collabration_box_item {
  flex: 1;
  padding: 35px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #fff;
} */
.collabration_box_item {
  flex: 1;
  padding: 35px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #fff;
  justify-content: center;
  display: flex;
}

.collabration_box_item p {
  color: #232323;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.collabration_box_item figure {
  width: 145px;
  margin: 0 0 30px 0;
  height: 100px;
  display: flex;
  justify-content: center;
}

/* 
.collabration_sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: #bc9c22;
  display: block;
  z-index: -1;
} */
footer {
  background: #bc9c22 url(../images/ftr_bg.svg) no-repeat right bottom;
  background-size: 250px;
}

.ftr_box-content {
  width: 465px;
  max-width: 465px;
  min-width: 465px;
}

.ftr_box-content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.ftr_box-content a {
  display: inline-flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #232323;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ftr_box-content a img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ftr_box-content a:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.collabration_box {
  position: relative;
}

/* .collabration_box::before {
  content: "";
  background: #fff;
  width: 2px;
  height: 243px;
  display: block;
  left: -36px;
  bottom: -137px;
  position: absolute;
} */
.ftr_box {
  position: relative;
}

.ftr_box::after {
  content: "";
  background: #fff;
  width: 2px;
  height: 60%;
  display: block;
  left: -36px;
  top: 0;
  position: absolute;
}

#mobile_banner {
  display: none;
}

#v-pills-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#v-pills-tab button {
  padding: 15px 80px;
  background: transparent;
  color: #232323;
  accent-color: #131313;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 1px solid rgba(19, 19, 19, 0.10);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#v-pills-tab button.active {
  border-bottom: 2px solid #FCAA03;
}

.amenities-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FDF6E1;
  gap: 30px;
  margin: 35px 0 0 0;
}

.amenities-card figure {
  margin: 0;
  flex: 1;
  min-width: 47%;
  width: 47%;
  max-width: 47%;
}

.amenities-card figcaption {
  margin: 0;
  padding: 30px;
  flex: 1;
  min-width: 47%;
  width: 47%;
  max-width: 47%;
}

.amenities-card figcaption h5 {
  color: #000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.amenities-card figcaption p {
  color: #232323;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  margin: 23px 0 0 0;
}

.typical_floor_box h2 {
  color: #BC9C22;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px 0;
}

.typical_floor_box ul li {
  color: #453130;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid rgba(69, 49, 48, 0.17);
  border-bottom: 1px solid rgba(69, 49, 48, 0.17);
  background: rgba(255, 255, 255, 0.00);
  padding: 20px 0;
}


.thankyou {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.thankyou .tcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 1;
	padding: 30px 0;
	width: 50%;
	background: #bc9c22;
}
.thankyou .tcon h1 {
	color: #fff;
	font-size: 38px;
	line-height: normal;
}

.thankyou .tcon h3{
  color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 20px 0 0 0;
	font-size: 22px;
}
.services_box {
	border: 1px solid rgba(0, 0, 0, 0.09);
	background: #FFF;
	padding: 25px;
	min-height: 256px;
}
.services_box_header figure {
	margin: 0;
}
.services_box_header {
	display: flex;
	align-items: center;
	gap: 15px;
  margin: 0 0 30px 0;
}
.services_box_header h3 {
	color: #000;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.services_box_header figure {
	margin: 0;
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	max-height: 60px;
	max-width: 60px;
}
.services_box_header figure img {
	width: 100%;
}
.services_box ul li {
	color: #453130;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 15px 0;
	padding-left: 25px;
	position: relative;
}
.services_box ul li:last-child{
  margin-bottom: 0;
}

.services_box ul li::before {
	content: "";
	background: #BC9C22;
	width: 16px;
	display: block;
	height: 1.5px;
	position: absolute;
	left: 0;
	top: 7px;
}
/* media */
/* media */

@media screen and (max-width: 1366px) {
  .banner_box_inr h1 {
    font-size: 40px;
  }

  .boique_living_sec_content::after {
    height: 74%;
  }

  .title_h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .amenities_slider {
    min-width: 1335px;
  }
}

@media screen and (max-width: 1024px) {
  #mobile_banner {
    display: block;
  }

  #desktop_banner picture {
    display: none;
  }

  #desktop_banner .col-md-8 {
    display: none;
  }

  #desktop_banner .banner_box_inr {
    position: unset;
    background: rgb(188, 156, 34);
    padding: 35px 0;
  }

  #desktop_banner .col-md-4 {
    width: 100%;
  }

  .bnner_enquery_form {
    border: none;
    background: none;
    padding: 0;
  }

  .boique_living_sec_content {
    background: #bc9c22 url(../images/boti_bg.svg) no-repeat right bottom;
    position: unset;
    padding: 35px 0;
    overflow: hidden;
  }

  .boique_living_sec_content::after {
    display: none;
  }

  .boique_living_sec_content .col-md-6 {
    width: 100%;
  }

  .boique_living_sec_content_box::before {
    left: -25px;
    top: -38px;
  }

  .btn.btn-primary {
    padding: 14px 10px;
    gap: 6px;
    font-size: 15px;
  }

  .title_h2 br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #navbarNav {
    background: #232323;
    padding: 15px;
  }

  #navbarNav li a {
    font-size: 15px;
    padding: 10px 0;
  }

  .navbar-toggler {
    border: 1px solid #bc9c22;
    border-radius: 5px;
    background-color: #f5f5f5;
    outline: none !important;
    box-shadow: none !important;
  }

  .banner_box_inr h1 {
    font-size: 35px;
  }

  .banner_box_inr p {
    padding: 15px 15px 15px 25px;
    font-size: 15px;
    line-height: 25px;
    margin: 18px 0;
  }

  .amenities_slider {
    min-width: 975px;
  }

  .download_brochure_form form {
    flex-wrap: wrap;
  }

  .download_brochure_form .form-group {
    flex: unset;
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .banner_box_inr h1 {
    font-size: 25px;
  }

  .banner_box_inr h1 br {
    display: none;
  }

  .banner_box_inr p {
    font-size: 14px;
    line-height: 21px;
  }

  .banner_box_inr p br {
    display: none;
  }

  .boique_living_sec_content_box::before {
    display: none;
  }

  .title_h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .amenities_slider {
    min-width: unset;
  }

  .download_brochure_form form {
    padding: 20px 30px;
    gap: 20px;
  }

  .download_brochure_form .form-group {
    width: 100%;
  }

  .tastefully_sec .title_h2 {
    margin-bottom: 25px !important;
  }

  .tastefully_sec a {
    font-size: 14px;
  }

  .ameslider_nav .btn_nav_style {
    width: 35px;
    height: 35px;
  }

  .location_sec::before {
    height: 249px;
  }

  .collabration_box {
    display: block;
  }

  .ftr_box::before {
    display: none;
  }

  .ftr_box {
    flex-wrap: wrap;
  }

  .ftr_box-content {
    width: unset;
    max-width: unset;
    min-width: unset;
  }

  .ftr_box-content p {
    margin: 15px 0;
  }

  .collabration_box_item {
    padding: 20px;
  }

  #amenitiesAccordion .amenities-card {
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }

  #amenitiesAccordion .amenities-card figcaption {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    order: 2;
    padding: 20px;
  }

  #amenitiesAccordion .amenities-card figure {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }

  .amenities-card figcaption h5 {
    font-size: 19px;
  }

  .amenities-card figcaption p {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0 0 0;
  }
  #amenitiesAccordion .accordion-item {
	border: none;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0;
	outline: none;
}
#amenitiesAccordion .accordion-item h2 button {
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.5px;
	color: #131313;
  outline: none !important;
  box-shadow: none !important;
}
.typical_floor_box h2 {
	font-size: 19px;
}
.typical_floor_box ul li {
	font-size: 15px;
	padding: 12px 0;
}
.typical_floor_box.px-5 {
	padding: 0 !important;
}
.d_none_mobile {
	display: none;
}
.boique_living_sec_content_box p {
	padding: 0 !important;
  font-size: 14px;
}
.boique_living_sec_content_box h2 {
	font-size: 21px;
}
.thankyou .tcon {
	width: 78%;
}
.thankyou .tcon {
	top: 50%;
}
.thankyou .tcon h3 {
	margin: 5px 0 0 0;
	font-size: 19px;
}
.thankyou .tcon h1 {
	font-size: 32px;
}

}

@media screen and (max-width: 575px) {
  .banner_box_inr {
	align-items: flex-end;
	padding-bottom: 40px;
}
.sticky_btn {
	width: 143px;
	right: -48px;
}
}