@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
 
  --primary: #888c89;
   --primary: #347744;
   --primary: #007c7c;
   --primary: #A75F33;
  --secondry-color:#000000;
  --black:#000000;
  --white: #ffffff;
  --box-color: #241f1f;
  /* --box-color: #347744; */

}


.formflag {
  display: none;
}

body {
  box-sizing: border-box;
  font-family: "Philosopher", sans-serif;

  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #A75F33;
  background-color: #888c89;
  background-color: var(--primary);

}

.same-gap {
  padding: 30px 0;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.text-center {
  text-align: center;
}

img,
svg {
  vertical-align: middle;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  /* border-top: 1px solid #dee2e6; */
  vertical-align: middle;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid;
  color:   var(--white);
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* .table-bordered {
  border: 1px solid #dee2e6;
} */


.table-responsive>.table-bordered {
  border: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.price-section tr td .btn {
  font-size: 16px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #A75F33;
  background-color: var(--primary);
  padding: 12px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}


.newClass {
  background-color: #f2f4f8;
  box-shadow: 0 0 5px gray;
  background-color: #eaebec;
  background-color: var(--primary);
  padding: 12px 0;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  max-width: 110px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.error-msg {
  color: red;
  text-align: left;
}

.input-error {
  padding-bottom: 11px;
}


#loader {
  display: none;
}

.menu ul li a {
  color:   var(--white);
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;


}

@media (min-width: 768px ) {
  #toggle {
  display: none;
}
}

/* Hamburger Toggle Button */
@media (max-width:768px){
  #toggle {
  position: relative;
  width: 35px;
  height: 26px;
  cursor: pointer;
  z-index: 1001; /* stays above overlay */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#toggle span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff; /* change to var(--white) if you use CSS vars */
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* When active (menu open) */
#toggle.active .top {
  transform: translateY(11px) rotate(45deg);
}

#toggle.active .middle {
  opacity: 0;
}

#toggle.active .bottom {
  transform: translateY(-11px) rotate(-45deg);
}
}


.contact-number {
  display: flex;
}

.contact-number a {
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  color:   var(--white);
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-number a img {
  margin: 0 10px 0 0;
}

.banner-div {
  height: calc(100vh - 84px);
  overflow: hidden;
}

.banner-div::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(4, 4, 4, 0.8));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mobile-banner {
  display: none;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.banner-section {
  position: relative;
  padding-top: 84px;
}

.banner-txt {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.banner-text-div {
  position: relative;
  padding: 10px;
}

.banner-text-div h1 {
  color:   var(--white);
  margin-top: 0;
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 50px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.offers-add {
  background-color:   var(--white);
  color: #f0f2f5;
  padding: 10px 15px;
  font-size: 20px;
  width: auto;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
}

.banner-text-div p {
  color:   var(--white);
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 30px;
}

.banner-text-div h6 {
  color:   var(--white);
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}

.starting-price {
  display: flex;
  justify-content: center;
  color:   var(--white);
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.starting-price img {
  max-width: 30px;
}

.btn {
  background-color:   var(--white);
  color: #161616;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  font-size: 20px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Philosopher", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.price-section .btn {
  background-color: var(--primary);
  color:   var(--white);
}

.project-info-inner-div img {
  max-width: 50px;
  height: auto;
}

.title h1 {
  font-size: 30px;
  margin: 0 0 30px 0;
  color:   var(--white);
  font-family: "Philosopher", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.project-info-item {
  padding: 0;
  margin-bottom: 30px;
  height: 85%;
}

.project-info-inner-div {
  border: 2px solid   var(--white);
  padding: 10px;
  text-align: center;
  height: 100%;
  border: 1px solid   var(--white);
  padding: 10px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px;
  box-shadow: 2px 2px 2px 2px #fff;
}

.project-info-inner-div h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  color:   var(--white);
  font-weight: 400;
}

.project-info-inner-div p {
  font-size: 18px;
  margin: 10px 0 0 0;
  color:   var(--white);
  font-weight: 600;
  word-break: break-all;
}

.gallery-item {
  margin-bottom: 30px;
    position: relative;
    overflow: hidden;
      border-radius: 25px;
}
.gallery-item img {
  box-shadow: #A75F33 0px 20px 30px -10px;
  transition: 0.8s ease-in-out;


}
.gallery-item:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  
}
.gallery-item:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
    
}
.gallery-item:hover img{
    transform: scale(1.1);
}

.floor-plan-item {
  margin-bottom: 30px;
}

.floor-plan-item a {
  display: block;
  position: relative;
}

.floor-plan-item img {
  filter: blur(3px);
}

.floor-plan-item a .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
     background-color: var(--secondry-color);
  color:   var(--white);
  width: 250px;
  font-size: 16px;
}

.location-advantage-text-itm {
  display: flex;
  background-color:   var(--white);
  margin-bottom: 30px;
  height: 80%;
}

.location-advantage-text-itm-right h5 {
  margin: 5px 0 0 0;
  color: #A75F33;
  /* color:var(--primary) */
  font-size: 22px;
}

.location-advantage-text-itm-right p {
  /* margin: 5px 0 10px 0;
    color: #000; */
}

.location-advantage-text-itm-right h5 {
  margin: 5px 0 0 0;
  color: #A75F33;
  color: var(--primary);
  font-size: 22px;
}

.location-advantage-text-itm-right h5 span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.location-advantage-text-itm-left {
   background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  border-radius: 10px;
}

.price-section .price-box {
  padding: 20px 15px;
  border-radius: 4px;
  border-radius: 22px;
  background-color: #e0dacf;
  transition: 0.8s ease-in-out;
  position: relative;
  overflow: hidden;
     /* transition: all 0.25s ease-in-out;; */
}
.price-section .price-box:after{
content: "";
  position: absolute;
  width: 132px;
  height: 161px;
  background: var(--box-color);
  bottom: -108px;
  right: -40px;
  transform: rotate(56deg);
 transition: all .8s ease;
}

.price-section .price-box:before{
content: "";
  position: absolute;
  width: 132px;
  height: 161px;
background:var(--box-color);
  top: -108px;
  left: -40px;
  transform: rotate(56deg);
 transition: all .8s ease;
}
/* .price-section .price-box:hover:after {
width: 344px;
  height: 582px;
  transform: rotate(43deg);
  opacity: 1;
  bottom: -196px;
  right: -144px;

} */
/* .price-section .price-box:hover:before {
width: 344px;
  height: 582px;
  transform: rotate(40deg);
  opacity: 1;
  top: -279px;
  left: -115px;
} */

.price-section .typology {
  /* border: 2px solid #19407d; */
  width: fit-content;
  margin: auto;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  background:var(--box-color);
  color: #fff;
}

.price-section .price-details {
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

span.rupee {
  font-size: 16px;
}

.price-section .size-detail {
  display: flex;
  justify-content: space-around;
  margin: 20px 30px 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px dashed;
}

.price-major {
  font-size: 16px;
}

.price-section .price-details {
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dotted #000;
  border-bottom: 2px dotted var(--black);
}

.price-section .micro-btn {
  text-align: center;
  padding-top: 20px;
}

.amenities-item {
  border: 1px dashed   var(--white);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.amenities-img {
  position: relative;
}

.amenities-img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.amenities-item p {
  margin: 0;
  color:   var(--white);
  font-size: 20px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.highlights-item {
  position: relative;
  text-align: center;
  padding: 45px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.highlights-img {
  width: 26px;
  margin: auto;
}

.highlights-content {
  margin-top: 20px;
}

.col-highlights {
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.col-highlights:nth-child(3n + 3) {
  border-right: 0;
}

.col-highlights:nth-child(10),
.col-highlights:nth-child(11),
.col-highlights:nth-child(12) {
  border-bottom: 0;
}

.white-bg-section {
  background-color:   var(--white);
}

.white-bg-section .title h1 {
  color: #A75F33;
  color: #000000;

}

.price-section tr th,
.price-section tr td {
  color: #000;
  text-align: center;
}

.countryCode option {
  color: #000;
}

.highlights-content p {
  margin: 0;
  color: #000;
  font-size: 18px;
}

.highlights-content p b {
  color: #A75F33;
}

footer {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: inline-block;
}

footer p {
  color:   var(--white);
  font-size: 12px;
  margin: 0 0 10px 0;
}

footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

footer ul li {
  margin: 0 10px;
}

footer ul li a {
  color:   var(--white);
  text-decoration: none;
  font-size: 14px;
}

.mobile-price {
  display: none;
}

.enquire-div {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color:   var(--white);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group {
  margin-bottom: 20px;
  position: relative;
}

.enquire-div .input-group .form-control {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #A75F33;
  border-radius: 0;
  color: #000;
  padding: 15px 0;
  font-size: 18px;
}

.countryCode {
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #A75F33;
  font-size: 18px;
  width: 130px;
}

.enquire-div .input-group .countryCode~.form-control {
  padding: 15px 0 15px 150px;
}

.enquire-div .input-group .form-control:focus-visible {
  outline: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  max-width: 500px;
  position: relative;
  border-radius: 5px;
}

.close {
  color: #aaa;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: -5px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-form .countryCode {
  color: #000;
}

.modal-form {
  text-align: center;
}

.modal-form .countryCode~.form-control {
  padding: 15px 0 15px 135px;
}

.modal-form .countryCode {
  color: #000;
  left: 10px;
  width: 120px;
}

.modal-form .form-control {
  padding: 10px;
  font-size: 18px;
  color: #000;
  border-color: #A75F33;
}

.modal-form h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.modal-form .form-control:focus-visible {
  outline: 0;
}

.contact-buttons {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 9;
}

.contact-buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-buttons ul li {
  margin: 0 0 15px 0;
}

.contact-buttons ul li a {
  /* text-decoration: none;
  background-color: #ff9c5d;
  color:   var(--white);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center; */

text-decoration: none;
  background-color: #4f4945;
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border-radius: 20px !important;

}

.contact-buttons ul li a.whatsapp-btn {
  background-color: #3ac24d;
  color:   var(--white);
}

.modal-form .btn {
  background-color: #A75F33;
  color:   var(--white);
}

/* .btn:hover {
    background-color: #ff9c5d;
  } */
.btn::before {
  position: absolute;
  width: 0;
  height: 100%;
     background-color: var(--primary);
  content: "";
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: -1;
  color:   var(--white);
  opacity: 0;
  transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
  transition: all 0.5s ease-out 0s;
}

.btn:hover::before {
  width: 100%;
  opacity: 1;
}

.btn:hover {
  color:   var(--white);
}

.floor-plan-item a .btn:hover {
  /* background-color: #ff9c5d; */
   background-color: var(--primary);
   /* color: var(--secondry-color); */
}

.project-video-section {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.project-video-section::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(4, 4, 4, 0.8));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-video-section .container {
  position: relative;
  z-index: 1;
}

.project-video-div {
  text-align: center;
  padding: 50px 0 50px 0;
}

.project-video-section .title h1 {
  color:   var(--white);
}

.enquire-section {
  background-color:   var(--white);
}

.enquire-section .title h1 {
  color: #A75F33;
}

.enquire-section .btn {
    background-color: var(--secondry-color);
  color:   var(--white);
}

.side-enquire-now {
  position: fixed;
  right: -54px;
  top: 53%;
  transform: rotate(90deg);
}

.side-enquire-now .btn {
  background-color: #ff9c5d;
  background-color: var(--white);
}

.contact-buttons ul li a span {
  display: none;
}

.contact-buttons ul li:first-child {
  display: none;
}

.contact-buttons ul li:last-child {
  display: none;
}

.tab-banner {
  display: none;
}

.amenities-section-icons .amenities-item p {
  position: static;
  margin: 10px 0;
}

.amenities-section-icons .amenities-img::after {
  display: none;
}

.justify-content-center {
  justify-content: center;
}

.embassy-boulevard-body {
  background-color: #262a29;
}

.embassy-boulevard-body header {
  background-color: #262a29;
}

.embassy-boulevard-body .white-bg-section .title h1 {
  /* color: #d6802d; */
}

.embassy-boulevard-body .btn {
  /* color: #d6802d; */
}

.embassy-grove-body {
  background-color: #005042;
}

.embassy-grove-body header {
  background-color: #005042;
}

.embassy-lake-terraces-body {
  background-color: #262a29;
}

.embassy-lake-terraces-body header {
  background-color: #262a29;
}

.embassy-one-residences-body {
  background-color: #00023d;
}

.embassy-one-residences-body header {
  background-color: #00023d;
}

.embassy-springs-body {
  background-color: #AD4F85;
}

.embassy-springs-body header {
  background-color: #AD4F85;
}

.embassy-verde-body {
  background-color: #005042;
}

.embassy-verde-body header {
  background-color: #005042;
}

/* ///// */
.active-btn {
  pointer-events: none;
  opacity: 0.8;
}

.iti--allow-dropdown {
  width: 100%;
}

.phone::placeholder {
  color: #888888;
  /* Change to your desired color */
}

.footer-form .iti .iti__country-container phone {
  border: none;
}

.iti__search-input {
  padding: 13px !important;
  font-size: 14px !important;
}

.iti__search-input {
  color: #000 !important;
  background-color:   var(--white) !important;
  font-size: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.contact-buttons .btn::before{
display: none;
}
.amenities-img img {
  border-radius: 10px;
}
/* //// */
@media only screen and (max-width: 1400px) {
  .menu ul li a {
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
  }

  .contact-number a {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1299px) {
  .amenities-img img {
    /* max-width: 100px; */
  }
}

@media only screen and (max-width: 1250px) {
  .menu ul li a {
    font-size: 15px;
    padding: 10px 10px;
  }

  .contact-number a {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-div {
    height: auto;
  }

  .desktop-banner {
    /* display: none; */
  }

  .tab-banner {
    /* display: block; */
  }

  .contact-number a {
    font-size: 20px;
  }

  .menu ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }

  .contact-number a {
    font-size: 24px;
  }

  .logo {
    max-width: 120px;
  }

  .banner-section {
    padding-top: 80px;
  }

  .banner-text-div h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;

  }

  .banner-text-div h6 {
    font-size: 16px;
  }

  .starting-price {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .btn {
    padding: 10px 12px;
    font-size: 16px;
  }

  .highlights-item {
    padding: 15px;
  }

  .location-advantage-text-itm {
    height: 90%;
  }

  .location-advantage-text-itm-right h5 {
    margin: 0;
  }

  .price-section tr td .btn {
    font-size: 14px;
  }

  .title h1 {
    font-size: 30px;
  }

  .same-gap {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 991px) {
  .contact-buttons ul li:first-child {
    display: block;
  }

  .contact-buttons ul li:last-child {
    display: block;
  }

  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
  }

  .button_container span {
    background:   var(--white);
    border: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color:   var(--white);
    font-size: 18px;
  }

  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }

  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0;
    }
  }

  .overlay {
    position: fixed;
    background:   var(--white);
    top: 100px;
    margin-top: 100px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, -webkit-transform 0.3s;
    -o-transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }

  .overlay nav {
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }

  .overlay ul li a,
  .overlay ul li span {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
  }

  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background:   var(--white);
  }

  .button_container.active .middle {
    opacity: 0;
    background:   var(--white);
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background:   var(--white);
  }

  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .location-advantage-img {
    margin-bottom: 30px;
  }

  .contact-buttons ul li a span {
    display: block;
  }

  .contact-buttons {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .contact-buttons ul {
    display: flex;
  
  }

  .contact-buttons ul li {
    margin: 0;
    margin: 6px;
    width: 50%;
    
  }

  .contact-buttons ul li a {
    height: 50px;
    border-radius: 0;
    width: 100%;
  }

  .contact-buttons ul li a img {
    margin: 0 10px 0 0;
    max-width: 25px;
    height: auto;
  }

  footer {
    padding-bottom: 60px;
  }

  .title h1 {
    font-size: 25px;
  }

  .banner-text-div h1 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }

  .starting-price {
    font-size: 20px;
  }

  .side-enquire-now {
    display: none;
  }

  .contact-number {
    display: none;
  }

  .banner-txt {
    bottom: 45px;
  }

}

@media only screen and (max-width: 767px) {
  .starting-price img {
    max-width: 20px;
  }

  .banner-div {
    height: auto;
  }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .amenities-slider-mobile {
    position: relative;
  }

  .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
  }

  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    border: 2px solid   var(--white);
    width: 13px;
    height: 13px;
  }

  .amenities-item p {
    font-size: 16px;
  }

  #amenities .swiper-container .row {
    /* flex-wrap: nowrap; */
    flex-wrap:wrap;
    margin: 0;
  }

  #amenities .swiper-container .row .swiper-slide {
    /* padding: 0; */
   
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid;
    color:   var(--white);
    font-size: 14px;
  }

  .col-highlights:nth-child(3n+3) {
    border-right: 1px solid #d7d7d7;
  }

  .col-highlights:nth-child(10) {
    border-bottom: 1px solid #d7d7d7;
  }
   .title h1 {
    font-size: 20px;
  }
  .logo{
    width: 100px;
    height: 80px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 575px) {

  /* dsfsadfdsaf */
  .location-advantage-text-itm-left {
    display: none;
  }

  .location-advantage-text-itm-right h5 {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
  }

  .location-advantage-text-itm-right h5::before {
    content: "";
    background-image: url("../images/common-project-images/location-icon.webp");
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    /* background-color: #19407d; */
    background-color: var(--primary);
    background-size: cover;
  }

  .location-advantage-text-itm {
    height: auto;
    margin-bottom: 5px;
  }

  .location-advantage-text-itm-right p br {
    display: none;
  }

  .location-advantage-text-itm-right h5 span {
    display: inline-block;
    font-size: 13px;
  }

  /* sdfsadfasdfd */
  .highlights-img .img-fluid {
    max-width: 80px;
    max-width: 20px;
  }

  .highlights-item {
    padding: 5px;
  }
  .highlights-item .name{
    margin-top: -70px;
  }
  #ads{
    margin-top: -75px;
  }
  #ahead{
    text-align: center;
  }


  .project-info-item {
    margin-bottom: 15px;
  }

  .project-info-inner-div img {
    max-width: 40px;
  }

  .offers-add {
    font-size: 16px;
  }

  .contact-buttons ul li a {
    height: 35px;
    padding: 0;
  }

  .contact-buttons ul li a img {
    max-width: 20px;
  }

  .contact-buttons ul li a span {
    font-size: 14px;
  }

  .banner-text-div h1 br {
    /* display: none; */
  }

  .banner-text-div h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .starting-price {
    font-size: 18px;
  }

  .btn {
    padding: 10px;
    font-size: 14px;
  }

  .starting-price img {
    max-width: 18px;
  }

  .logo {
    max-width: 130px;
  }

  .contact-number a {
    font-size: 16px;
    right: 40px;
  }

  .banner-section {
    padding-top: 70px;
  }

  .highlights-content p {
    font-size: 15px;
  }

  .project-info-inner-div p {
    font-size: 13px;
  }

  .project-info-inner-div h4 {
    font-size: 13px;
  }

  .price-section .table {
    display: none;
  }

  .mobile-price {
    display: block;
  }

  .price-section .price-box {
    margin-bottom: 30px;
  }

  .price-section .price-details {
    font-size: 16px;
    z-index: 1;
    position: relative;
  }

  .price-section .typology {
    font-size: 16px;
    z-index: 1;
    position: relative;
  }

  .overlay {
    top: 58px;
  }

  .banner-txt {
    bottom: 20px;
  }

  .project-info-inner-div {
    padding: 5px;
  }
  .amenities-img img {
border: 1px dashed aliceblue;
    /* border-radius: 50px; */
    /* width: 60px; */
    background: #f7f1f1;
    filter: none !important;
}
.amenities-item{
    border: none;
}
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    border: 2px solid var(--white);
    width: 7px;
    height: 7px;
    /* display: none; */
  }
  .title h1 {
  margin: 0 0 18px 0;
}
.enquire-div .input-group .form-control{
  font-size: 14px;
}
.mobile-display-none{
  display: none;
}
}

@media only screen and (max-width: 410px) {
  .project-info-inner-div {
    height: 100%;
  }

  .project-info-item {
    height: 130px;
  }
}

@media only screen and (max-width: 400px) {
  .highlights-content p {
    font-size: 12px;
  }

  .highlights-img .img-fluid {
    max-width: 20px;
  }

  .contact-buttons ul li a span {
    font-size: 12px;
  }

  .contact-buttons ul li a img {
    display: none;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

/* tr:nth-child(even){
  background-color:var(--primary);
  color:var(--white);
} */

tr:nth-child(even){background-color: #ddd;}