* {
  padding: 0;

  margin: 0;

  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
  font-family: 'Nunito Sans', sans-serif;
}

a {
  text-decoration: none;
}

p {
  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 21px; /* 131.25% */
}

.img-responsive {
  width: 100%;
}

section {
  overflow-x: hidden;
}

header {
  position: absolute;

  width: 100%;

  z-index: 10;

  top: 0;
}

.header-block {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.logo {
  border-radius: 0px 0px 16px 16px;

  background: #fff;

  width: 118px;

  height: 116px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;
}

.logo img { 
  width: 118px;

  height: 116px; 
  object-fit: contain;
}

.header-call {
  border-radius: 12px;

  background: #ffdada;

  padding: 8px 10px;
}

.header-call a {
  display: flex;
}

.header-call a {
  display: flex;

  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 300;

  line-height: 18px;

  letter-spacing: -0.581px;

  text-transform: capitalize;

  text-decoration: none;

  gap: 3px;

  align-items: center;
}

.home-banner-slider {
  overflow: hidden;
}

section#banner-form-section {
  padding: 20px 0;

  position: relative;
}

.form-input input {
  border-radius: 8px;

  border: 0.6px solid #a1a1a1;

  background: var(--icon-color, #fff);

  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 600;

  line-height: 15px;

  letter-spacing: 1px;

  text-transform: capitalize;

  padding: 16px 18px;
}

.form-input input::placeholder {
  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 600;

  line-height: 15px;

  letter-spacing: 1px;

  text-transform: capitalize;
}

button.form-input-btn {
  border-radius: 11px;

  background: #101828;

  color: var(--icon-color, #fff);

  text-align: center;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px;

  text-transform: capitalize;

  padding: 11px 14px;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

button.form-input-btn span {
  width: 28px;

  height: 28px;

  border: 1px solid #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;
}

section#project-list-top-section {
  background: #fff1f1;

  padding: 30px 0;
}

.col.project-list-top-item {
  display: flex;

  align-items: end;

  gap: 15px;

  border-right: 1px solid #cecece;
}

.col.project-list-top-item:nth-child(2) {
  padding-left: 25px;
}

.col.project-list-top-item:nth-child(3) {
  padding-left: 25px;
}

.project-logo {
  margin-bottom: 10px;
}

a.view-project-btn {
  color: #101828;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: 123%;

  text-decoration: none;
}

section#about-section {
  padding: 60px 0;
   background: linear-gradient(90deg, #fff 16.14%, #95cfffa1 133.42%);

  position: relative;
}
.about-img{
    padding:25px 0 0;
}
.about-text-item-content {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.about-text-item-content {
  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #898989;

  padding: 20px 0px;

  margin-left: 20px;
}

.price-btn {
  border-radius: 11px;

  background: #3f8dd0;

  color: var(--icon-color, #fff);

  text-align: center;

  font-size: 15px;

  padding: 12px 14px !important;

  display: flex;

  min-width: auto;

  justify-content: center !important;

  text-decoration: none;

  gap: 5px;
}

.about-text-item-content div h3 {
  color: #3f8dd0;

  font-size: 36px;

  font-style: normal;

  font-weight: 200;

  line-height: 36px;
}

.about-text-item-content div {
  width: 50%;
}

.about-text-item-content div h4 {
  color: #1b1b1b;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
}

.about-text-item-content p {
  color: #383838;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 115.274%;

  width: 50%;
}

.about-text-item-content:last-child {
  border-bottom: 0px;
}

section#project-detail-section {
  background: linear-gradient(#0468bf00, #95cfffa1);

  padding: 60px 0 0;

  position: relative;
}

.project-detail-title-block h2 {
  color: #101828;

  text-align: center;

  font-size: 48px;

  font-style: normal;

  font-weight: 400;

  line-height: 122%;

  margin: 35px 0;
}
.project-detail-title-block h2 b {
      color: #000;
}

.project-detail-item {
  border-radius: 9px;

  border: 0.6px solid #cacaca;

  background: var(--icon-color, #fff);

  padding: 30px 40px;

  position: relative;

  padding-bottom: 0px;

  margin-bottom: 80px;
}

.project-detail-item-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 25px;
}

.project-detail-item-top div h3 {
  color: #101828;

  font-size: 24px;

  font-style: normal;

  line-height: 26px;

  letter-spacing: 1px;

  margin-bottom: 0px;

  text-transform: capitalize;

  font-weight: 600;
}

.project-detail-item-top div {
  display: flex;

  align-items: flex-start;

  gap: 5px;

  width: 44%;
}

a.unlock-price-btn {
  border-radius: 11px;

  background: #3f8dd0;

  color: var(--icon-color, #fff);

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 500;

  line-height: 15px;

  text-transform: capitalize;

  padding: 16px 14px;

  display: flex;

  min-width: 200px;

  justify-content: space-between;

  text-decoration: none;
}

.project-detail-item-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 25px;

  border-bottom: 1px solid #7d7d7d;

  padding-bottom: 20px;

  margin-bottom: 30px;
}

.project-ul {
  display: flex;

  align-items: start;

  justify-content: space-between;

  min-height: 220px;

  gap: 30px;
}

.project-ul ul {
  list-style: none;

  padding: 0;

  color: #292d32;

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: 20px; /* 125% */

  letter-spacing: 1px;

  text-transform: capitalize;
}

.project-ul ul li {
  padding: 7px 0;

  display: flex;

  align-items: center;

  gap: 5px;
}

.project-detail-item-btm {
  margin-left: -40px;

  margin-right: -40px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  position: relative;

  z-index: 1;
}

.project-detail-item-btm::before {
  position: absolute;

  content: '';

  height: 80%;

  width: 100%;

  border-radius: 10px;

  background: linear-gradient(239deg, #fff4e4 -2.12%, #ff976b 97.78%);

  bottom: 0;

  z-index: -1;
}

.project-detail-item-btm-logo-block {
  display: flex;

  flex-direction: column;

  gap: 70px;

  margin-right: 50px;

  margin-top: 40px;
}

a.download-br {
  display: inline-flex;

  height: 48px;

  padding: 4px 5px 4px 11px;

  justify-content: flex-end;

  align-items: center;

  flex-shrink: 0;

  color: #1b1b1b;

  text-align: center;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 15px;

  text-transform: capitalize;

  text-decoration: none;

  border-radius: 11px;

  background: var(--icon-color, #fff);
}

.project-detail-item-btm-logo-block img {
  width: 166px;

  height: 85px;

  object-fit: contain;
}

.project-detail-item-btm-img img {
  width: 233px;

  height: 327px;

  object-fit: contain;

  object-position: left;
}

.project-detail--last-item {
  border-radius: 9px;

  border: 0.6px solid #cacaca;

  background: var(--icon-color, #fff);

  padding: 25px 35px;
}

.project-detail--last-item > div {
  width: 50%;

  padding: 0 25px;
}

.project-detail--last-item {
  display: flex;

  flex-wrap: wrap;
}

.project-detail--last-item h3 {
  color: #101828;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px;

  text-transform: capitalize;

  display: flex;

  align-items: center;

  gap: 20px;
}

.project-detail--last-item div h3 span {
  border-radius: 11px;

  border: 1px solid #95cfffa1;

  background:  linear-gradient(90deg, #fff 16.14%, #95cfffa1 133.42%);

  

  width: 36px;

  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.project-detail--last-item p {
  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px;

  text-transform: capitalize;
}

.project-detail--last-item div {
  border-bottom: 1px solid #c8c8c8;

  margin: 25px 0;
}
.project-detail--last-item div:nth-child(3) {
  border-bottom: 0px;
}
.project-detail--last-item div:last-child {
  border-bottom: 0px;
}

.project-detail-item:last-child {
  margin-bottom: 40px;
}

section#prime-location-section {
  padding: 80px 0;

  position: relative;
}

.section-title-block h2 {
  color: #101828;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  letter-spacing: normal;
}

.section-title-block {
  margin-bottom: 40px;
}

.prime-location-detail-block {
  border-radius: 10px;

  border: 0.6px solid #4c4c4c;

  background: var(--icon-color, #fff);

  padding: 25px 10px;
}

.prime-location-title .top h3 {
  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

  margin-bottom: 0;
}

.prime-location-title .top {
  border-bottom: 1px solid #c5c5c5;

  padding-bottom: 6px;

  margin-bottom: 12px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

ul.prime-location-btm-block {
  list-style: none;

  padding: 0;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

ul.prime-location-btm-block li span {
  border-radius: 10000px;

  background: #242d5d;

  width: 30px;

  height: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 3px;
}

ul.prime-location-btm-block li {
  text-align: center;

  margin: auto;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.prime-location-title p {
  color: #101828;

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;
}

.prime-location-title-content {
  opacity: 0;

  visibility: hidden;

  height: 0;

  transition: 0.5s;
}

.active .prime-location-title-content {
  opacity: 1;

  visibility: visible;

  height: auto;

  transition: 0.5s;
}

.nav-tabs {
  border-bottom: 0px !important;
}

ul.prime-location-btm-block {
  padding-bottom: 25px;
}

ul.prime-location-btm-block li {
  color: #101828;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;
}

.prime-location-title-content img {
  margin-bottom: 8px;
}

.amen-ities-list-block-item {
  width: 180px;
}

.amen-ities-list-block-item img {
  height: 165.184px;

  flex-shrink: 0;
opacity: .8;
  object-fit: cover;
}

.amen-ities-list-block-item {
  margin-bottom: 5px;

  width: 164px;
border-radius: 9.929px;
  height: 165px;
background-color: #000;
  position: relative;
  overflow: hidden;
}

.amen-ities-list-block-item img {
  height: 100%;

  border-radius: 9.929px;
}

.amenities-title-block .section-title-block {
  margin-bottom: 35px;
}

.amenities-video-block img {
  height: 165.184px;

  object-fit: cover;

  border-radius: 7px;
}

.amenities-title-block h2 {
  color: #101828;

  font-size: 32px;

  font-style: normal;

  font-weight: 400;
}

.amenities-video-block {
  position: relative;
}

a.ame-play-video {
  color: var(--icon-color, #fff);

  text-align: center;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  position: absolute;
}

a.ame-play-video {
  color: var(--icon-color, #fff);

  text-align: center;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  text-decoration: none;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 4px;

  color: var(--icon-color, #fff);

  font-size: 15px;

  font-style: normal;

  font-weight: 600;

  letter-spacing: 0.903px;
}

.amen-ities-list-block-item h3 {
  color: var(--icon-color, #fff);

  font-size: 15px;

  font-style: normal;

  font-weight: 600;

  letter-spacing: 0.903px;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  width: 90%;
}

section#amenities-section {
  border-radius: 0;

  background: linear-gradient(90deg, #fff 16.14%, #95cfffa1 133.42%);

  padding: 60px 0;
}

#specification-section .section-title-block h4 {
  color: #000;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px;

  text-transform: capitalize;
}

#specification-section .section-title-block h2 {
  color: #000;

  font-size: 40px;

  font-style: normal;

  font-weight: 500;

  line-height: 52px;

  text-transform: capitalize;
}

#specification-section .section-title-block {
  margin-top: 140px;

  margin-right: 40px;
}

#specification-section .section-title-block h2 span {
  color: #ffca41;
}

#specification-section .section-title-block p {
  color: #828282;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 28px;

  text-transform: capitalize;
}

.specification-content-slider-item h3 {
  color: #262626;

  font-size: 18.545px;

  font-style: normal;

  font-weight: 500;

  line-height: 30.6px;

  text-transform: capitalize;

  margin-bottom: 8px;
}

.specification-content-slider-item p {
  color: #828282;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 25.964px;

  text-transform: capitalize;
}

.specification-content-slider-item {
  display: flex;

  align-items: start;

  gap: 20px;

  border-right: 0.5px solid #c8c8c8;

  height: 100%;

  border-top: 0.5px solid #bfbfbf;

  padding: 20px 20px;
}

.spe:nth-child(2) .specification-content-slider-item {
  border-right: 0px;
}

.spe:nth-child(4) .specification-content-slider-item {
  border-right: 0px;
}

.spe:nth-child(6) .specification-content-slider-item {
  border-right: 0px;
}

.specification-content-slider-item img {
  padding-top: 4px;
}

.specification-content-block {
  border-left: 0.5px solid #c8c8c8;

  border-right: 0.5px solid #c8c8c8;

  /* padding-top: 140px;*/
}

section#specification-section {
  border-bottom: 1px solid #c8c8c8;
}

.spe-arrow {
  margin: auto;

  margin-right: 0;

  width: 100%;

  margin-bottom: 25px;

  display: flex;

  justify-content: right;

  gap: 10px;
}

button.slick-arrow {
  color: #000;

  font-size: 14px;

  font-style: normal;

  font-weight: 300;

  line-height: 25.964px;

  text-transform: capitalize;

  padding: 0px 10px 0px 10px;

  align-items: center;

  gap: 9.694px;

  border-radius: 10000px;

  border: 1px solid #717171;

  background: #fff;

  display: flex;

  justify-content: space-between;
}

section#testimonials-section .section-title-block {
  padding-top: 140px;
}

section#testimonials-section .section-title-block h4 {
  color: #000;

  font-size: 18px;

  font-style: normal;

  font-weight: 300;

  line-height: 26px;

  text-transform: capitalize;
}

section#testimonials-section .section-title-block h2 {
  color: #000;

  font-size: 40px;

  font-style: normal;

  font-weight: 500;

  line-height: 46px;

  text-transform: capitalize;
}

.section-title-block h2 span {
  color: #ffca41;
}

.testimonials-slider-content {
  border-left: 1px solid #c8c8c8;

  padding-left: 50px;

  padding-top: 140px;

  height: 100%;
}

.testimonials-slider-item-text {
  border-radius: 8px;

  background: linear-gradient(191deg, #3f8dd04a 24.42%, #fff 92.17%);

  height: 100%;

  padding: 20px;
}

.testimonials-slider-item-text h4 {
  color: #000;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 21px;

  margin-bottom: 50px;
}

.testimonials-slider-item-text p {
  color: #333;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;
}

.testimonials-slider-item-text h5 {
  color: #000;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

  margin-top: 60px;

  margin-bottom: 0;
}

.testimonials-slider-item-text h6 {
  color: #333;

  font-size: 12px;

  font-style: normal;

  font-weight: 400;

  line-height: 18px;

  margin-bottom: 0;
}

.testimonials-slider-item {
  padding-right: 50px;
}

button.prev-btn-tes,
button.next-btn-tes {
  height: 30px;

  width: 30px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.test-arrow {
  display: flex;

  align-items: center;

  gap: 6px;

  justify-content: end;

  margin-top: 20px;
}

section#testimonials-section {
  border-bottom: 1px solid #c8c8c8;
}

section#btm-about-section {
  background-image: url(../img/Thiruvalla-LP-Image.jpg);

  width: 100%;

  height: 100%;
 
  background-position: left center;  

  background-repeat: no-repeat;

  padding: 100px 0 60px;

  background-size: cover;

  margin-top: 30px;
}

.btm-about-content-block h2 {
  color: #000;

  font-size: 55px;

  font-style: normal;

  font-weight: 400;

  line-height: 62px;

  text-transform: capitalize;

  margin-bottom: 15px;
  padding-right: 33px;
}

.btm-about-content-block h2 span {
  background: linear-gradient(91deg, #3f8dd0 77.36%, #e1bd76 98.63%);

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  text-transform: capitalize;
}

.btm-about-content-block p {
  color: #464646;

  font-size: 17px;

  font-style: normal;

  font-weight: 300;

  line-height: 33px;
}
@media (min-width: 1024px) {
  .btm-about-content-block p {
    padding-right: 20px;
  }
}

a.enquire-btn {
  border-radius: 9px;

  background: var(--icon-color, #fff);

  padding: 10px;

  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 20px;

  letter-spacing: 1px;

  text-decoration: none;
}

.btm-about-content-block ul {
  border-radius: 14px;

  border: 0.6px solid var(--icon-color, #fff);

  background: rgba(255, 255, 255, 0.47);

  list-style: none;

  max-width: 450px;

  margin-top: 50px;

  padding: 10px 20px 10px;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.btm-about-content-block ul li {
  color: #101828;

  text-align: center;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  text-transform: capitalize;

  display: flex;

  flex-direction: column;

  align-items: center;

  border-right: 1px solid #c4c4c4;

  padding: 0 10px;
}

.btm-about-content-block ul li:last-child {
  border-right: 0px;
}

.btm-about-content-block ul li svg {
  height: 24px;

  width: 24px;
}

section#contact-section {
  padding: 90px 0 40px;
}

.contact-img-block img {
  border-top-left-radius: 10px;

  border-bottom-left-radius: 10px;
}

.contact-form-block::before {
  background: rgba(53 88 4 / 47%);

  backdrop-filter: blur(24.850000381469727px);

  position: absolute;

  content: '';

  width: 100%;

  height: 100%;

  z-index: -1;

  top: 0;

  left: 0;

  border-top-right-radius: 10px;

  border-bottom-right-radius: 10px;
}

.contact-img-block img {
  height: 100%;

  object-fit: cover;
}

.contact-img-block {
  height: 100%;
}

.contact-form-block {
  background: rgba(0, 0, 0, 0.33);

  backdrop-filter: blur(24.850000381469727px);

  position: relative;

  background-image: url(../img/contact-img.jpg);

  width: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 40px 35px;

  border-top-right-radius: 10px;

  border-bottom-right-radius: 10px;
}

.contact-form-block h4 {
  color: #f5f5f5;

  text-align: center;

  font-size: 11px;

  font-style: normal;

  font-weight: 400;

  line-height: 22px;

  letter-spacing: 8px;

  text-transform: uppercase;
}

.contact-form-block h2 {
  color: #f5f5f5;

  text-align: center;

  font-size: 37.18px;

  font-style: normal;

  font-weight: 300;

  line-height: 37.18px;

  letter-spacing: -0.581px;

  text-transform: capitalize;

  max-width: 350px;

  margin: 0px auto;

  margin-bottom: 40px;
}

.contact-form-block h2 span {
  color: #ffce31;

  display: block;
}

.input-group input {
  border-radius: 9px;

  border: 1px solid #b2b2b2;

  color: var(--icon-color, #fff);

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: 15px;

  letter-spacing: 1px;

  padding: 14px 18px;

  background: transparent;

  width: 100%;
}

.modal-body .contact-form-block h2 {
  color: #f5f5f5;

  text-align: center;

  font-size: 24.18px;

  font-style: normal;

  font-weight: 300;

  line-height: 32px;

  letter-spacing: -0.581px;

  text-transform: capitalize;

  max-width: 420px;

  margin: 0px auto;

  margin-bottom: 40px;
}

.input-group select {
  border-radius: 9px;

  border: 1px solid #b2b2b2;

  color: var(--icon-color, #fff);

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: 15px;

  letter-spacing: 1px;

  padding: 14px 18px;

  background: transparent;

  width: 100%;
}

.input-group input::placeholder {
  color: var(--icon-color, #fff);

  color: var(--icon-color, #fff);

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: 15px;
}

.input-group {
  width: 100%;

  margin-bottom: 20px;
}

.contact-address-block {
  background: rgba(84, 84, 84, 0.5);

  border: 0.5px solid #c0c0c0;

  padding: 10px 18px;

  margin-left: 25px;

  border-radius: 10px;
}

.contact-address-block h4 {
  color: var(--icon-color, #fff);

  font-size: 20px;

  font-style: normal;

  font-weight: 300;

  line-height: 37.18px;

  letter-spacing: -0.581px;

  text-transform: capitalize;

  text-align: left;
}

.contact-address-block p {
  color: var(--icon-color, #fff);

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 20px;

  letter-spacing: -0.581px;

  text-transform: capitalize;
}

.contact-address-block p a {
  color: var(--icon-color, #fff);

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 18px;

  letter-spacing: -0.581px;
}

button.submit-btn {
  border-radius: 13px;

  border: 1px solid #ababab;

  background: var(--icon-color, #fff);

  color: #101828;

  font-size: 16px;

  font-style: normal;

  font-weight: 600;

  line-height: 20px;

  letter-spacing: 1px;

  display: flex;

  align-items: center;

  padding: 0 20px;

  justify-content: center;
}

.banner-slider-arrow {
  position: absolute;

  top: 50%;

  left: 2.5%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 95%;

  transform: translate(0px, -50%);
}

button.slider-prev-btn.slick-arrow,
button.slider-next-btn.slick-arrow {
  background: transparent;

  border: 0;
}

.row.banner-form-block .col-md-6.col {
  width: auto;
}

.testimonials-slider-item-img {
  position: relative;

  height: 100%;
}

.testimonials-slider-item-img img {
  height: 100%;

  object-fit: cover;

  border-radius: 6px;
}

img.img-responsive.mob-banner {
  display: none;
}

select option {
  color: #000;
}

.fixed-btn {
  position: fixed;

  right: 20px;

  bottom: 26%;

  z-index: 10;
}

li.location {
  font-weight: 700;
}

.whatsapp-icon svg {
  background-color: #fff;

  width: 50px;

  height: 50px;

  border-radius: 7px;

  padding: 9px;

  border: 1px solid #ededed;

  text-decoration: blink;

  -webkit-animation-name: blinker;

  -webkit-animation-duration: 0.6s;

  -webkit-animation-iteration-count: infinite;

  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-direction: alternate;
}

.whatsapp-icon svg {
  fill: #25d366;
}

.call-icon svg {
  background-color: #fff;

  width: 50px;

  height: 50px;

  border-radius: 7px;

  padding: 9px;

  border: 1px solid #ededed;

  margin-top: 8px;

  text-decoration: blink;

  -webkit-animation-name: blinker;

  -webkit-animation-duration: 0.6s;

  -webkit-animation-iteration-count: infinite;

  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.5;
  }

  to {
    opacity: 0.5;
  }
}

div#stickyModal {
  z-index: 100;

  background-color: rgba(0, 0, 0, 0.5);

  backdrop-filter: blur(10px);

  display: flex;

  justify-content: space-between;

  padding: 15px 20px;

  color: white;

  border-radius: 6px;

  position: fixed;

  bottom: 20px;

  max-width: 800px;

  width: 100%;

  align-items: center;

  left: 50%;

  transform: translate(-50%, 0px);
}

.exclusive-p {
  font-size: 20px;

  color: #fff;

  margin-bottom: 0px;
}

.nearby-mobile-btn {
  color: #000;

  text-align: center;

  font-size: 14px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  display: flex;

  align-items: center;

  border-radius: 2px;

  background: #fff;

  padding: 10px 20px;
}

.enquire-btn-mobile {
  color: #fff;

  text-align: center;

  font-size: 14px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  border-radius: 2px;

  background: #3f8dd0;

  padding: 10px 20px;

  min-width: 155px;

  margin-left: 10px;
}

.btn-flex {
  display: flex;

  align-items: center;
}
.about-title{
    text-align: center;
    max-width: 924px;
    margin: 0 auto 55px;
}
.about-title h5{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-transform: capitalize;
}
.about-title h3{
   color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    text-transform: capitalize; 
}
.about-title p{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

  }
.project-build{
  position: relative;
  margin-top: 20px;
}
.project-build img.map-img{
  margin:0 auto 0;
  display: block;
  max-width: 800px;
}
.project-build img.building-img{
  width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.spec-list {
  position: absolute; 
  transform: translateY(-50%);
  padding: 0;   
  padding: 15px;
  background-color: #3f8dd0;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  z-index: 1;
}
 .spec-list.spec1 { 
  left: 15%;
  top: 10%; 
}
 .spec-list.spec2 { 
  left: 10%;
  top: 40%; 
}

 .spec-list.spec3 { 
  left: 20%;
  bottom: 10%; 
}
 .spec-list.spec4 { 
  right: 20%;
  top: 10%; 
}

 .spec-list.spec5 { 
  right: 10%;
  top: 30%; 
}
 .spec-list.spec6 { 
  right: 20%;
  bottom: 30%; 
}

 .spec-list.spec7 { 
  right: 10%;
  bottom: 10%; 
}


.olive-detail-section{
  padding: 80px 0  ;
  background: #fff;
}

 
.olive-detail-section h3 {
    color: #101828;
    text-align: left;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    margin: 35px 0;
    /*font-family: "Times New Roman", Times, serif;*/
}
.olive-detail-section h3 b {
    color:#3f8dd0;
    font-size: 72px;
}

.olive-detail-section p {
    /*font-family: "Times New Roman", Times, serif;*/
    color: #101828;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 35px 0;
}


.olive-detail-img{
  width: 100%;
  height: 800px;
}
.olive-detail-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.olive-detail-text{
  padding: 50px;
  background-color: #3f8dd0;
  position: relative;
  left: -200px; 
  font-weight: 600;
  /*font-family: "Times New Roman", Times, serif;*/
}
 
.olive-detail-text h4{
   color: #fff;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    margin:0 0 25px  ;
}
.olive-detail-text h5{
   color: #fff;
    text-align: left;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    margin:0 0 25px  ;
}
.olive-detail-text ul {
  padding: 0 ;
  margin: 0;
}
.olive-detail-text ul li{
   list-style-type: none;
   color: #fff;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    margin:15px 0  ;

}
.olive-detail-text ul li span{ 
    font-size:16px; 

}
.olive-detail-text ul li b{ 
    font-size: 28px; 

}











@media only screen and (max-width: 1400px) {
  .form-input input {
    max-width: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  .form-input input {
    max-width: 160px;
  }

  a.unlock-price-btn {
    border-radius: 11px;

    background: #3f8dd0;

    color: var(--icon-color, #fff);

    text-align: center;

    font-size: 15px;

    padding: 12px 14px;

    display: flex;

    min-width: auto;

    justify-content: space-between;

    text-decoration: none;

    gap: 5px;
  }

  .project-detail-item-top {
    gap: 15px;
  }

  .project-detail-item-top div h3 {
    color: #101828;

    font-size: 20px;
  }

  .project-detail-item {
    padding: 25px 30px;
  }

  .spec-list.spec1 {
    left: 0%; 
}
  .spec-list.spec2 {
    left: 0%; 
}
  .spec-list.spec3 {
    left: 0%; 
}

 

  .spec-list.spec4 {
    right: 0%; 
}
  .spec-list.spec5 {
    right: 0%; 
}
  .spec-list.spec6 {
    right: 0%; 
}
  .spec-list.spec7 {
    right: 0%; 
}


}

@media only screen and (max-width: 998px) {
.spec-list {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    transform: translateY(0%);
    padding: 0;
    padding: 15px;
    background-color: #3f8dd0;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    margin: 15px;
}
.project-build img.building-img { 
    top: 100px; 
}
}
@media only screen and (max-width: 991px) {
  div#stickyModal {
    display: none !important;
  }

  .mob-action .nav-item a {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #fff;
  }

  .mob-action {
    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    background-color: #101828;

    color: #fff;

    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.4);

    z-index: 1030;
  }

  .mob-action .nav-item:not(:last-child) {
    border-right: 1px solid #323232;
  }

  li.nav-item.en-btn {
    display: flex;

    align-items: center;

    gap: 5px;
  }

  .mob-action .nav-item {
    padding: 5px 0;

    text-align: center;

    font-size: 14px;

    width: 32%;

    display: inline-flex;

    flex-direction: row;

    align-items: center;

    justify-content: center;
  }

  .row.banner-form-block .col-md-6.col {
    width: 50% !important;
  }

  .form-input input {
    max-width: 100%;

    width: 100%;

    margin-bottom: 14px;
  }

  .form-input {
    margin-bottom: 10px;
  }

  .col.project-list-top-item {
    width: 50% !important;

    flex: auto;

    margin-bottom: 12px;

    border-right: 0px solid #cecece;
  }

  .col.project-list-top-item:nth-child(2) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);

    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .col.project-list-top-item:nth-child(3) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);

    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .about-img {
    margin-bottom: 25px;
  }

  .project-detail-item-btm {
    margin-left: -30px;

    margin-right: -30px;
  }

  section#project-detail-section {
    background: linear-gradient(#0468bf00, #95cfffa1);

    padding: 60px 0 0;

    position: relative;
  }

  .amenities-video-block {
    margin-bottom: 20px;
  }

  .amenities-list-block .col {
    width: 33.33%;

    flex: auto;
  }

  .amen-ities-list-block-item {
    margin-bottom: 5px;

    width: 100%;

    height: 165px;

    position: relative;
  }

  .specification-content-block {
    border-left: 0;

    border-right: 0;

    padding-top: 0;
  }

  section#testimonials-section .section-title-block {
    padding-top: 70px;
  }

  .testimonials-slider-content {
    border-left: 1px solid #c8c8c8;

    padding-left: 0;

    padding-top: 0;

    height: 100%;
  }

  .testimonials-slider-item {
    padding-right: 20px;
  }

  .btm-about-content-block h2 {
    color: #000;

    font-size: 40px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    text-transform: capitalize;

    margin-bottom: 15px;
  }

  .contact-address-block {
    background: rgba(84, 84, 84, 0.5);

    border: 0.5px solid #c0c0c0;

    padding: 10px 18px;

    margin-left: 0;

    border-radius: 10px;

    margin-top: 20px;
  }
}

a.unlock-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .about-text-item-content {
    flex-direction: column;

    align-items: flex-start;
  }

  img.img-responsive.mob-banner {
    display: block;
  }

  img.img-responsive.desk-banner {
    display: none;
  }

  .whatsapp-icon svg,
  .call-icon svg,
  en-btn svg {
    background-color: #fff;

    width: 40px;

    height: 40px;

    border-radius: 7px;

    padding: 4px;

    border: 1px solid #ededed;
  }

  .project-detail-item-btm-logo-block img {
    width: 116px;

    height: 55px;

    object-fit: contain;
  }

  .project-detail-item {
    padding: 25px 30px;

    padding-bottom: 0;
  }

  .logo img {
    width: 100%;
  }

  .logo {
    border-radius: 0px 0px 16px 16px;

    background: #d9d9d9;

    width: 78px;

    height: 66px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 8px;
  }

  .header-call {
    display: none;
  }

  .about-text-item-content div,
  .about-text-item-content p {
    width: 100%;
  }

  .project-detail-title-block h2 {
    color: #101828;

    text-align: center;

    font-size: 30px;

    font-style: normal;

    font-weight: 400;

    line-height: 122%;

    margin: 35px 0;
  }

  .prime-location-detail-block {
    margin-bottom: 25px;
  }

  .project-ul {
    display: flex;

    align-items: start;

    justify-content: space-between;

    min-height: auto;

    gap: 0;

    flex-direction: column;
  }

  .project-detail-item-btm-img img {
    width: 140px;

    height: auto;

    object-fit: contain;

    object-position: left;
  }

  .project-detail-item-btm-logo-block {
    display: flex;

    flex-direction: column;

    gap: 20px;

    margin-right: 20px;

    margin-top: 10px;

    margin-left: 20px;
  }

  a.download-br svg {
    width: 30px;
  }

  a.download-br {
    display: inline-flex;

    padding: 4px 5px 4px 11px;

    justify-content: flex-end;

    align-items: center;

    flex-shrink: 0;

    color: #1b1b1b;

    text-align: center;

    font-size: 13px;

    font-style: normal;

    font-weight: 400;

    line-height: 15px;

    text-transform: capitalize;

    text-decoration: none;

    border-radius: 11px;

    background: var(--icon-color, #fff);
  }

  a.unlock-price-btn {
    display: none;
  }

  a.unlock-mob {
    display: block;
  }

  .project-detail-item-top div {
    display: flex;

    align-items: flex-start;

    gap: 5px;

    width: auto;
  }

  .section-title-block h2 {
    color: #101828;

    font-size: 30px;

    font-style: normal;

    font-weight: 400;

    letter-spacing: normal;
  }

  section#prime-location-section {
    padding: 60px 0;

    position: relative;
  }

  iframe {
    height: 300px;
  }

  #specification-section .section-title-block h2 {
    color: #000;

    font-size: 28px;

    font-style: normal;

    font-weight: 500;

    line-height: 35px;

    text-transform: capitalize;
  }

  .specification-content-slider-item {
    border-right: 0;
  }

  section#testimonials-section .section-title-block h2 {
    color: #000;

    font-size: 30px;

    font-style: normal;

    font-weight: 500;

    line-height: 36px;

    text-transform: capitalize;
  }

  .testimonials-slider-item-img img {
    height: 400px;

    object-fit: cover;

    object-position: top;
  }

  .testimonials-slider-item-text h4 {
    margin-bottom: 20px;
  }

  .testimonials-slider-item-text h5 {
    margin-top: 30px;

    margin-bottom: 0;
  }

  .contact-form-block {
    margin-top: 20px;
  }

  .modal-body .contact-form-block h2 {
    color: #f5f5f5;

    text-align: center;

    font-size: 20.18px;

    font-style: normal;

    font-weight: 300;

    line-height: 29px;

    letter-spacing: -0.581px;

    text-transform: capitalize;

    max-width: 380px;

    margin: 0px auto;

    margin-bottom: 20px;
  }
.project-build img.building-img {
    width: 125px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
   
.olive-detail-img { 
    height: 500px;
}

.olive-detail-text {
    padding: 25px; 
    left: 0;
}

.olive-detail-section h3 { 
    font-size: 30px; 
}

.olive-detail-section {
    padding: 40px 0;
}


}

@media only screen and (max-width: 576px) {
  .project-detail--last-item > div {
    width: 100%;

    padding: 0 0px;
  }

  .amenities-list-block .col {
    width: 50%;

    flex: auto;
  }

  .project-detail--last-item {
    padding: 20px 25px;
  }

  .amen-ities-list-block-item {
    margin-bottom: 5px;

    width: 100%;

    height: 165px;

    position: relative;
  }

  .testimonials-slider-item-text h4 {
    margin-bottom: 20px;
  }

  .testi-img img {
    width: 100%;
  }

  .testimonials-slider-item {
    padding-right: 0px;
  }

  .btm-about-content-block h2 {
    color: #000;

    font-size: 30px;
  }

  .contact-form-block h2 {
    color: #f5f5f5;

    text-align: center;

    font-size: 28.18px;

    font-style: normal;

    font-weight: 300;

    line-height: 30.18px;

    letter-spacing: -0.581px;

    text-transform: capitalize;

    max-width: 380px;

    margin: 0px auto;

    margin-bottom: 20px;
  }

  .contact-form-block h2 {
    font-size: 28.18px;

    font-style: normal;

    font-weight: 300;

    line-height: 30.18px;

    max-width: 380px;

    margin: 0px auto;

    margin-bottom: 20px;

    text-align: left;
  }

  .col.project-list-top-item {
    display: flex;

    align-items: end;

    gap: 10px;

    border-right: 1px solid #cecece;
  }

  .col.project-list-top-item img {
    width: 58px;
  }

  a.view-project-btn {
    color: #101828;

    text-align: center;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 123%;

    text-decoration: none;

    display: flex;

    align-items: center;

    min-width: 163px;
  }

  a.view-project-btn svg {
    margin-right: 15px;
  }

  #specification-section .section-title-block {
    margin-top: 80px;
  }

  .btm-about-content-block ul {
    margin-top: 30px;

    margin-bottom: 242px;

    padding: 10px 10px 10px;
  }

  section#btm-about-section {
    background: url(../img/Thiruvalla-LP-Image.jpg), #f6f9f2;

    width: 100%;

    height: 100%;

    background-position: bottom right;

    background-repeat: no-repeat;

    padding: 100px 0 60px;

    background-size: 205%;
  }

  .btm-about-content-block ul li {
    font-size: 14px;

    padding: 0 10px;
  }

  .prime-location-detail-block .nav-item {
    width: 100%;
  }

  .modal-body .contact-form-block h4 {
    text-align: center;
  }

  .test-arrow {
    margin: 20px 0;
  }

  .testimonials-slider-content {
    border-left: 0;
  }

  .contact-form-block {
    margin-top: -7px;
  }

  .contact-form-block h4 {
    text-align: left;
  }

  button.submit-btn {
    width: 100%;
  }
  
  .project-detail--last-item div:nth-child(3) {
    border-bottom: 1px solid #c8c8c8;
}
}

.modal-body {
  padding: 0;
}

a {
  cursor: pointer;
}

button.btn-close {
  position: absolute;

  top: 20px;

  z-index: 10;

  right: 20px;
}

.modal-body .contact-form-block {
  margin-top: 0;
}

.modal-dialog.test-video {
  width: 100%;

  max-width: 450px;

  position: relative;
}

.modal-dialog.test-video video {
  width: 100%;
  object-fit: cover;
max-height: 85vh;
  display: block;
}

.modal-dialog.test-video .btn-close {
  opacity: 1;

  background: unset;
}
