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

*:focus {
  outline: none;
}

*:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  opacity: 1;
  color: #151439;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  color: #10375c;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #000000;
  line-height: 1.6;
}
button {
  font-weight: 700;
}

.max-width-90 {
  max-width: 1600px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.max-width-80 {
  max-width: 1600px;
  width: 85%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  width: 100%;
}
button:focus {
  outline: none !important;
}

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

li {
  padding: 0;
  list-style: none;
}
/* 
.container-fluid.no-padding {
  padding-right: 0px;
  padding-left: 0px;
} */

.modal {
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

@media screen and (max-width: 991px) {
  .max-width-80 {
    max-width: 1600px;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .max-width-80 {
    max-width: 1600px;
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .max-width-90 {
    max-width: 1600px;
    width: 98%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ////////////////////////header starts here/////////////////////////// */

header#header {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 10;
}
nav.header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
button.booh-now-btn {
  border-radius: 30px;
  border: 1px solid #764B3C;
  background: linear-gradient(91deg, #6c453c -5.81%, #ff8900 103.26%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 71px;
  border: 0;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.25s;
  gap: 10px;
}

button.booh-now-btn:hover {
  background: #f75c4e;
  transition: 0.25s;
  box-shadow: rgb(45 45 45 / 5%) 0px 2px 2px, rgb(49 49 49 / 5%) 0px 4px 4px,
    rgb(42 42 42 / 5%) 0px 8px 8px, rgb(32 32 32 / 5%) 0px 16px 16px,
    rgb(49 49 49 / 5%) 0px 32px 32px, rgb(35 35 35 / 5%) 0px 64px 64px;
}
button.booh-now-btn svg {
  margin-right: 10px;
}
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-brand img{
  width: 80px;
}
.byn-group {
  display: flex;
  align-items: center;
}
a.location-btn {
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 71px;
  border: 0;
  padding: 15px 25px;
  color: #28a2e6;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.25s;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  button.booh-now-btn {
    padding: 13px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  a.location-btn {
    display: none;
  }
}

/* ////////////////////////header ends here/////////////////////////// */

/* ////////////////////////////////////home video banner starts here////////////////////////////////////// */

.home-banner-block {
  background-color: #231a36;
  position: relative;
}
.home-banner-block::before {
  position: absolute;
  content: "";
  /* background-image: url(../svg/home-banner-dot.svg); */
  background-image: url(../img/desai-homes-dd-kigns-square-bg-desk.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  /* height: 65%; */
  height: 100%;
  top: 0px;
  left: 0;
}
.about-block-content-text img {
    margin-bottom: 40px;
    width: 120px;
}
.row.home-banner-content-block {
  padding: 90px 0 0;
  align-items: end;
}
.home-banner-text-block h2 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

.home-banner-text-block h2 span{
  color: #f75c4e;
}

.home-banner-text-block {
  padding-bottom: 80px;
}

.speak-to-builder-form {
  margin-top: 30px;
}

.form-input input {
    background: #fff;
    border: 2px solid #f8646a;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 10px;
    color: #000;
    width: 100%;
}

.form-input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.form-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
button.submit-button {
    background: linear-gradient(91deg, #6c453c -5.81%, #ff8900 103.26%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 71px;
    border: 0px;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 12px 20px;
    color: #fff;
    transition: 0.25s;
}

button.submit-button:hover {
  background: #28a2e6;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  transition: 0.25s;
  border: 1px solid #28a2e6;
}

button.submit-button svg {
  margin-left: 10px;
}
img.img-responsive.small-screen-img {
  display: none;
}
.home-banner-building-block-img {
  position: relative;
  transition: 0.25s;
}


.home-banner-building-block-img {
  width: 90%;
}

.apartment-kochi-block h1 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #10375c;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.project-details div {
  flex-basis: 48%;
  width: 48%;
  margin-bottom: 15px;
}
.apartments-block-text h3 {
  margin-bottom: 20px;
}


.apartments-block-text {
  margin-top: 0px;
  border-radius: 14px;
  padding: 30px 20px;
}

.project-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-details div {
  flex-basis: 48%;
  width: 48%;
  margin-bottom: 15px;
}
.apartments-block-text h3 {
  margin-bottom: 20px;
}


.apartments-block-text {
  margin-top: 0px;
  border-radius: 14px;
  padding: 30px 20px;
}


.down-eb-new {
  display: flex;
  align-items: center;
  background-color: #f75c4e;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.down-eb-new a {
  color: #fff;
}
.apartment-block-items {
  position: relative;
  margin-bottom: 60px;
  transition: .25s;
}

.apartment-block-items:hover .apartments-block-text {
  box-shadow: 14px 22px 52px -12px rgb(223 222 222);
  transition: 0.25s;
  
}

.k-rera-number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #28a2e6;
  padding: 10px 15px;
  border-bottom-right-radius: 10px;
}

.k-rera-number p{
  color: #fff;
}


.down-eb-new span {
  margin-right: 10px;
}

.apartment-kochi-block h1 {
  margin-bottom: 40px;
  font-weight: 700;
  color: #10375c;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.mobile-project-name {
    position: absolute;
    bottom: 40px;
    z-index: 10;
    background-color: #f8646a;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.home-banner-building-block {
    position: relative;
    display: flex;
    align-items: center;
}
.home-banner-building-block-img {
    width: 65%;
    min-width: 350px;
}
.home-banner-list-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.home-banner-list-block-items {
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    background: linear-gradient(314deg, rgb(11 129 65 / 9%) 39.06%, rgb(31 200 24 / 0%) 119.17%);
    backdrop-filter: blur(4.5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 140px;
}
.home-banner-list-block-items h3 {
    margin-bottom: 0px;
    font-size: 1.6rem;
    color: #fff !important;
    background: linear-gradient(91deg, #ff7300 42.19%, #8a5719 87.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}
.home-banner-list-block-items span{
  color: #000 !important;
  font-size: 12px !important;
  text-align: left;
  width: 100%;
}

.home-banner-list-block-items.status-list h3{
  font-size: 1.1rem !important;
}
.home-banner-list-block-items.price-list2 h3, .home-banner-list-block-items.price-list h3{
  font-size: 2.4rem !important;
}

  .mobile-view{
    display: none;
  }

  .desktop-view{
    display: block;
  }

@media screen and (max-width: 1350px) {
  .home-banner-building-block-img {
    width: 620px;
    margin: 0px auto;
  }

}

@media screen and (max-width: 1150px) {
  .home-banner-building-block-img {
    width: 500px;
    margin: 0px auto;
  }

  .home-banner-text-block h2 {
    color: #c7eeff;
    font-size: 39px;
    line-height: 51px;
  }
}

@media screen and (max-width: 991px) {
  img.img-responsive.large-screen-img {
    display: none;
  }
  img.img-responsive.small-screen-img {
    display: block;
  }

  .home-banner-text-block h2{
    color: #000;
  }

  .home-banner-block::before {
    /* height: 25%; */
    height: 100%;
    top: 0px;
    left: 0;
  }
  .row.home-banner-content-block.justify-content-between {
    flex-direction: column-reverse;
    justify-content: center !important;
  }
  .home-banner-text-block {
    padding-bottom: 80px;
    padding-top: 30px;
  }

  .project-details div {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
    .mobile-project-name {
      text-align: center;
      font-size: 13px;
  }

  .mobile-view{
    display: block;
  }

  .desktop-view{
    display: none;
  }
  
  
}

@media screen and (max-width: 576px) {
  .home-banner-text-block h2 {
    font-size: 42px;
    line-height: 53px;
  }
  .apartment-block-items {
    margin-bottom: 30px;
  }
  .mobile-project-name {
    text-align: center;
    font-size: 10px;
    padding: 6px;
}

.home-banner-building-block-img {
    width: 70%;
    min-width: 210px;
}
  

}

@media screen and (max-width: 550px) {
  .home-banner-building-block-img {
    width: 100%;
    margin: 0px auto;
  }

  .project-details div {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}

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

    .mobile-project-name {
    text-align: center;
    font-size: 10px;
    padding: 5px;
	}
  

  
  
}

@media screen and (max-width: 400px) {
  .home-banner-text-block h2 {
    font-size: 34px;
    line-height: 40px;
  }

}

/* ////////////////////////////////////home video banner ends here////////////////////////////////////// */

/* ////////////////////////////////////home about starts here////////////////////////////////////// */

section#about-block-section {
  padding: 80px 0 0 ;
  position: relative;
}
.about-block-content-image .video-thumb-img {
  width: 80%;
  border-radius: 10px;
}
.wt-text {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(3px);
}
.play-icon img {
  background: transparent;
  cursor: pointer;
  padding: 22px 20px 20px 25px;
}
.sub-text {
  color: #10375c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-family: "Lato", sans-serif;
  position: relative;
  text-transform: uppercase;
}

.sub-text hr {
  position: absolute;
  background: #10375c;
  width: 75px;
  height: 1px;
  display: inline-block;
  opacity: 1;
  margin: 10px 10px;
}
.about-block-content-text {
  margin-bottom: 60px;
}
.about-block-content-image {
  position: relative;
  margin: 0px auto;
  text-align: center;
}
.about-block-content-image::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #c7eeff;
  left: 0;
  bottom: 10%;
  height: 80%;
  z-index: -1;
}

.section-title-gallery h2 span {
  display: block;
}
.about-block-content-02 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 30px;
  flex-wrap: wrap;
}
.about-block-content-02-icon {
  margin-bottom: 15px;
}

.about-block-content-02-text h3 {
  color: #151439;
}

.about-block-content-02-item {
    flex-basis: 23%;
    width: 23%;
    padding: 20px 0;
    padding-left: 30px;
}
.about-block-content-02-item.about-block-content-02-item-04 {
  width: 30%;
  flex-basis: 30%;
}
.about-block-content-text p {
  margin-bottom: 20px;
}


.apartment-block-items-02 {
  display: flex;
  margin-top: 50px;
}

.form-control-item input {
  width: 100%;
  border: 2px solid #ebeaed;
  border-radius: 100px;
  padding: 0px 18px;
  color: rgba(21, 20, 57, 0.4);
  font-size: 16px;
  height: 50px;
}
button.download-btn {
  background: linear-gradient(
    93.71deg,
    rgba(96, 122, 224, 0.453125) -12.99%,
    rgba(74, 122, 231, 0.296875) -12.98%,
    #00adee -12.97%,
    #b878c9 108.14%,
    rgba(33, 123, 244, 0) 108.16%
  );
  border-radius: 100px;
  border: 0;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  transition: 0.25s;
}

button.download-btn:hover {
  background: linear-gradient(
    265.63deg,
    rgba(114, 224, 96, 0.453125) -17.08%,
    rgba(74, 122, 231, 0.296875) -17.07%,
    #00adee -17.06%,
    #b878c9 113.22%,
    rgba(33, 123, 244, 0) 113.23%
  );
  transition: 0.25s;
}

@media screen and (max-width: 1200px) {
  .about-block-content-02-text h3 {
    font-size: 1.4rem;
    font-weight: 700;
  }

  button.download-btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .about-block-content-02-item {
    flex-basis: 48%;
    width: 48%;
    padding: 20px 0;
    padding-left: 0px;
  }
  .about-block-content-02-item.about-block-content-02-item-04 {
    width: 48%;
    flex-basis: 48%;
  }

  button.download-btn {
    min-height: 50px;
    font-size: 15px;
  }
  .form-control-item {
    margin-bottom: 20px;
  }
  section#about-block-section {
    padding: 80px 0 20px;
    position: relative;
  }
}

@media screen and (max-width: 400px) {
  .about-block-content-02-item {
    flex-basis: 50%;
    width: 50%;
  }
  .about-block-content-02-item.about-block-content-02-item-04 {
    flex-basis: 50%;
    width: 50%;
  }
  .about-block-content-02-text h3 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .about-block-content-02 {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 360px) {
  .about-block-content-02-item {
    flex-basis: 50%;
    width: 50%;
    text-align: center;
  }
  .about-block-content-02-item.about-block-content-02-item-04 {
    flex-basis: 50%;
    width: 50%;
    text-align: center;
  }
  .about-block-content-02-text h3 {
    font-size: 1.1rem;
    font-weight: 700;
  }
}

/* ////////////////////////////////////home about banner ends here////////////////////////////////////// */

/* ////////////////////////////////////home amenities starts here////////////////////////////////////// */

section#amenities-section {
  margin-top: 80px;
  padding: 80px 0 60px;
  background: rgba(202, 188, 233, 0.51);
  position: relative;
  z-index: 1;
}
/* 
section#amenities-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
  background-image: url(../img/amenities-bg-dots.png);
  width: 1120px;
  background-repeat: no-repeat;
  z-index: -1;
} */
.section-title {
  text-align: center;
}
.amenities-list-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amenities-list-block-item {
  text-align: center;
  flex-basis: 15%;
  width: 15%;
  margin: 40px 15px 20px 15px;
}
.amenities-list-block-item img {
  padding: 10px;
  transition: 0.25s;
  object-fit: contain;
  width: 110px;
  height: 110px;
  background: white;
  border-radius: 50%;
  transition: 0.25s;
}

.amenities-list-block-item-icon {
  transition: 0.25s;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
.amenities-list-block-item-icon:hover {
  background: linear-gradient(
    93.71deg,
    rgba(114, 224, 96, 0.453125) -12.99%,
    rgba(74, 122, 231, 0.296875) -12.98%,
    #00adee -12.97%,
    #b878c9 108.14%,
    rgba(33, 123, 244, 0) 108.16%
  );
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 0px;
  transition: 0.25s;
}
.amenities-list-block-item h5 {
  font-size: 14px;
  margin-top: 12px;
  transition: 0.25s;
  color: #10375c;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .amenities-list-block-item h5 {
    font-size: 13px;
  }
  .amenities-list-block-item {
    text-align: center;
    flex-basis: 15%;
    width: 15%;
    margin: 40px 5px 20px 5px;
  }
}

@media screen and (max-width: 1280px) {
  .amenities-list-block-item {
    text-align: center;
    flex-basis: 20%;
    width: 20%;
  }
}
@media screen and (max-width: 1100px) {
  .amenities-list-block-item {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    flex-basis: 25%;
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .amenities-list-block-item {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    flex-basis: 33%;
    width: 33%;
  }

  .amenities-list-block-item-icon {
    width: 110px;
    height: 110px;
  }
  .amenities-list-block-item img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .amenities-list-block-item {
    margin-top: 40px;
    margin-bottom: 20px;
    flex-basis: 40%;
    width: 40%;
  }

  .amenities-list-block-item:last-child {
    flex-basis: 65%;
    width: 65%;
  }
}

@media screen and (max-width: 340px) {
  .amenities-list-block-item {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    flex-basis: 100%;
    width: 100%;
  }
}

/* ////////////////////////////////////home amenities ends here////////////////////////////////////// */

/* ////////////////////////////////////home GALLERY starts here////////////////////////////////////// */

.owl-nav {
  position: absolute;
  top: -30px;
  right: 10%;
}
.fa {
  font-size: 1.6rem !important;
  color: #9a9a9a;
}

.left-arrow:before {
  position: relative;
  top: -15px;
  content: url(../img/left-arrow.svg);
}

.right-arrow:before {
  position: relative;
  top: -15px;
  right: 20px;
  content: url(../img/right-arrow.svg);
}

.slick-prev:hover.slick-prev::before {
  color: #000;
}

section#gallery-section {
  padding: 80px 0px;
  position: relative;
}
.slick-slide img {
  display: block;
  width: 100%;
}

.section-title-gallery {
  margin-bottom: 60px;
}
button.slick-arrow {
  top: -10%;
  right: 12%;
}
button.slick-prev.slick-arrow {
  right: 15%;
  left: auto;
}
a.gallery-btn {
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
  background-color: transparent;
  margin: 4px;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.25s;
}

a.gallery-btn.active {
  background: #f75c4e;
  color: #fff;
}
a.gallery-btn:hover {
  background: #f75c4e;
  color: #fff;
  transition: 0.25s;
}

.nav-tabs {
  border-bottom: 0px;
}

ul.nav.nav-tabs {
  float: right;
  margin-bottom: 30px;
}

.tab-container {
  position: absolute;
  top: -110px;
  right: 12%;
}
.not-active {
  display: none;
}
#gallery-slider.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  a.gallery-btn {
    padding: 10px 16px;
  }
}

@media screen and (max-width: 991px) {
  .section-title-gallery h2 span {
    display: contents;
  }
}


@media screen and (max-width: 767px) {
  .home-banner-block::before {
    background-image: url(../img/desai-homes-dd-kigns-square-bg-mob.jpeg);
  }

  .home-banner-text-block h2 {

        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0px !important;
    }
    .home-banner-text-block {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .form-input input {
    background: #fff;
    border: 2px solid #f8646a;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 10px;
    color: #fff;
    width: 100%;
}
.speak-to-builder-form {
    margin-top: 15px;
}

}


@media screen and (max-width: 576px) {
  .tab-container {
    position: relative;
    top: 0;
    right: 0;
  }
  ul.nav.nav-tabs {
    float: inherit;
    margin-bottom: 30px;
  }
  .section-title-gallery {
    margin-bottom: 40px;
  }
  .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
  }
  .left-arrow,
  .right-arrow {
    position: relative;
  }
  .left-arrow:before {
    position: absolute;
    top: -25px;
    content: "";
    background-image: url(../img/left-arrow.svg);
    width: 50px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
  }
  li.nav-item.gallery-nav {
    margin-bottom: 30px;
  }
  .tab-content {
    margin-top: 120px;
}

  .right-arrow:before {
    position: absolute;
    top: -25px;
    content: "";
    background-image: url(../img/right-arrow.svg);
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 70px;
  }
}

.nav-tabs {
  display: flex;
}

.card {
  border: none;
}

.card .card-header {
  display: none;
}

.card .collapse {
  display: block;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap {
  backdrop-filter: blur(11px) !important;
}

.floor-plan-img img {
  height: 350px;
  object-fit: cover;
  position: relative;
  transition: 0.25s;
}
.floor-plan-img div a {
  position: relative;
  transition: 0.25s;
  display: block;
}
.floor-plan-img div a:hover {
  transition: 0.25s;
}
.floor-plan-img div a::before {
  transition: 0.25s;
}

.floor-plan-img div a:hover::before {
  position: absolute;
  content: "Click To View";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #30303071;
  z-index: 10;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.floor-plan-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .floor-plan-img img {
    height: 240px;
    transition: 0.25s;
  }
  div#gallery-slider {
    padding-left: 20px;
  }
}
section#testimonials-section {
  padding-bottom: 60px;
  padding-top: 80px;
}
section#location-section {
  padding-top: 80px;
}
.location-details-block {
  margin-bottom: 30px;
}

section#floor-plan-section {
  position: relative;
}
.tab-container-floor-plan {
  position: absolute;
  top: 10px;
  right: 8%;
}

/* ////////////////////////////////////home specification-section starts here////////////////////////////////////// */

section#specification-section {
  padding: 80px 0;
  position: relative;
}
section#specification-section::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(241, 246, 253, 0) 1.63%,
    #f1f6fd 20.5%,
    #f1f6fd 58.57%,
    #ffffff 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
}

.section-title h5 {
  color: #217bf4;
}
section#specification-section h2 {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #0a093d;
}

section#specification-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title p {
  color: #656464;
}

.specification-lidt-items {
  display: flex;
  align-items: flex-start;
}
.specification-list-items-text {
  margin-top: 12px;
}
.specification-lidt-items {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 15px;
  margin-bottom: 30px;
  transition: 0.25s;
  min-height: 160px;
}
.specification-lidt-items:hover {
  box-shadow: 14px 22px 52px -12px rgb(223 222 222);
  transition: 0.25s;
}
.specification-list-items-icon {
  margin-right: 10px;
}

.specification-lidt-items.consultant-block {
  background: #ffffff;
  border: 3px solid #f75c4e;
  box-sizing: border-box;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

.specification-lidt-items.consultant-block:hover {
  background-color: #ffd3cf;
  transition: 0.25s;
}

.specification-list-items-text h3 {
  font-size: 36px;
  display: flex;
  align-items: center;
  color: #2f2c4a;
}




@media screen and (max-width: 1300px) {
  .specification-list-items-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .specification-lidt-items {
    flex-direction: column;
  }
  .specification-lidt-items {
    flex-direction: row;
    padding: 15px 15px 15px 15px;
  }
  .specification-list-items-icon img {
    width: 80px;
  }
  .specification-list-items-icon {
    margin-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .specification-lidt-items {
    flex-direction: row;
  }
  .specification-lidt-items {
    min-height: auto;
  }
  .section-title p {
    color: #656464;
    width: 70%;
    margin: 0px auto;
  }
  section#specification-section {
    padding: 80px 0 40px;
    position: relative;
  }
}

/* ///////////////////////////counter//////////////////////////
 */

.home-counter-block-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
span.value {
  color: #f75c4e;
  font-weight: 900;
  font-size: 30px;
  line-height: 107%;
}
.home-counter-block-item-content h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1d231e;
}
.home-counter-block-item-icon {
  margin-right: 20px;
}
.home-counter-block {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #cfcfcf;
}
.row.numbers.no-gutters {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.row.numbers.no-gutters::before {
  content: "";
  position: absolute;
  width: 92%;
  height: 70%;
  left: 5%;
  right: 0;
  background: #4b57c2;
  top: 21px;
  filter: blur(18px);
  border-radius: 10px;
  z-index: -1;
  opacity: 0.5;
}

.home-counter-block:last-child {
  border-right: 0px solid #eeeff2;
}

@media screen and (max-width: 1200px) {
  .home-counter-block-item {
    flex-direction: column;
    padding: 0px 10px;
  }
  .row.numbers.no-gutters {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .home-counter-block-item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .home-counter-block-item {
    flex-direction: row;
    padding: 0px 10px;
    justify-content: flex-start;
  }
  .home-counter-block {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }
  .border-right-0-sm {
    border-right: 0;
  }
  .border-right-0 {
    border-right: 0px solid transparent;
  }
}

@media screen and (max-width: 576px) {
  .row.numbers.no-gutters {
    justify-content: center !important;
  }

  .home-counter-block-item {
    justify-content: flex-start;
  }
  .home-counter-block-item {
    border-bottom: 1px solid #eeeff2;
    padding: 0px 0px 20px;
  }

  .home-counter-block {
    border-right: 0px solid #eeeff2;
    border-bottom: 0px;
  }

  .svg-margin-none {
    margin-left: 0px !important;
  }
}

/* ///////////////////////wrapper-img///////////////////// */

section#wrapper-section {
  padding: 100px 0;
}
.wrapper-img-block {
  position: relative;
  background-image: url(../img/wrapper-bg-updated.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 10px;
}
/* 
.wrapper-text {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-60%, -50%);
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 100px 150px 110px 80px;
  width: 55%;
} */

.wrapper-text {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 80px 150px 80px 80px;
  width: 65%;
  transition: 0.25s;
}

.wrapper-text:hover {
  background-color: #42b54a60;
  transition: 0.25s;
}

.wrapper-img-block img {
  border-radius: 10px;
}
.wrapper-text h2 {
  color: #fff;
  letter-spacing: -0.4px;
  font-size: 36px;
  margin-bottom: 20px;
}

.wrapper-text p {
  color: #fff;
}
button.site-visit-btn {
  background: #42b549;
  border-radius: 8px;
  color: #fff;
  padding: 12px 17px;
  border: 0;
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.25s;
}

button.site-visit-btn:hover {
  transition: 0.25s;
  background: #1e9226;
}

h2.wrapper-text-mobile {
  display: none;
}
@media screen and (max-width: 1300px) {
  .wrapper-text {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px 80px 40px 40px;
    width: 70%;
  }
}

@media screen and (max-width: 1100px) {
  .wrapper-text {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .wrapper-text {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
    width: 70% !important;
  }
  .wrapper-img-block {
    padding: 40px;
    border-radius: 10px;
  }
  section#wrapper-section {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 650px) {
  .wrapper-text {
    width: 100% !important;
  }
  .wrapper-text h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 576px) {
  .wrapper-text h2 {
    display: none;
  }
  h2.wrapper-text-mobile {
    display: block;
    font-size: 26px;
    line-height: initial;
  }
  button.site-visit-btn {
    padding: 6px 12px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 450px) {
  .wrapper-text {
    padding: 20px 20px 20px 20px;
  }
}

@media screen and (max-width: 380px) {
  .wrapper-text {
    padding: 10px 10px 10px 10px;
  }
}

/* 
//////////////////////footer//////////////////// */

.footer-block {
  display: flex;
  align-items: center;
}
.footer-block p {
  margin-top: 20px;
  margin-left: 15px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #404041;
}
.footer-block p a {
  color: #404041;
}

.footer-block-loaction ul {
  display: flex;
  justify-content: space-between;
  color: #404041;
  letter-spacing: 0.01em;
  margin-top: 20px;
  font-size: 14px;
}
.footer-block-content {
  border-bottom: 1px solid #565b58;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer-contact-details p {
  color: #404041;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.footer-contact-details-content-02 {
  float: right;
}

.footer-contact-details-content-02 p a {
  color: #404041;
}
.footer-border {
  border-right: 1px solid #000;
}
.copywrite {
  color: rgba(27, 27, 27, 0.35);
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
}

.modal-content {
  background: linear-gradient(
    93.71deg,
    rgba(96, 122, 224, 0.453125) -12.99%,
    rgba(74, 122, 231, 0.296875) -12.98%,
    #00adee -12.97%,
    #b878c9 108.14%,
    rgba(33, 123, 244, 0) 108.16%
  );
  border: 0;
  width: 100%;
  min-height: 540px;
}
.modal-dialog {
  width: 1120px;
  max-width: 100%;
}
.modal-header {
  border-bottom: 0;
}
form.booknow-form {
  width: 90%;
  margin: 0px auto;
  margin-bottom: 30px;
}
.booknow-form .form-input input {
  background: #ffffff;
  border: 2px solid #f8646a;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 12px;
  padding-left: 20px;
  color: #000 !important;
  width: 100%;
}

.model-text-block {
  text-align: left;
  margin: 25px;
}
.model-text-block h3 {
  color: #fff;
  margin-bottom: 20px;
}
.model-text-block p {
  color: #fff;
  margin-bottom: 20px;
}




#popup-slider .owl-item{
  height: 545x;
  object-fit: cover;
  overflow: hidden;
}
.offer-img-block {
  height: 565px;
  overflow: hidden;
}


.offer-img-block img {
  height: 565px;
  object-fit: cover;
  overflow: hidden;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}





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

#popup-slider {
    height: auto;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.modal-content {
  height: auto;
}
 

  .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0px);
}
  

  .modal-dialog {
    width: 600px;
    max-width: 100%;
  }

  
  .modal-content {
    height: auto;
  }

.offer-img-block {
    height: auto;
}

  .model-text-block p {
    color: #fff;
    margin-bottom: 20px;
}
#popup-slider .owl-item{
  height: auto;
}
#popup-slider {
  height: auto;
}

  .offer-img-block img {
    height: auto;
  }
.model-text-block {
    text-align: left;
    margin: 0;
    margin-top: 60px;
}
form.booknow-form {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 0;
    margin-top: 10px;
}
  
  .tab-container-floor-plan {
    position: absolute;
    top: 70px;
    right: 8%;
  }
  .tab-content {
    margin-top: 50px;
  }
  
}

@media screen and (max-width: 850px) {
  .modal-dialog {
    width: 650px;
    max-width: 100%;
  }

}


@media screen and (max-width: 767px) {
  .modal-content {
    height: auto;
  }

  #popup-slider .owl-item {
    height: auto;
    object-fit: cover;
  }
  .offer-img-block img {
    height: auto;
  }

  .offer-img-block {
    height: auto;
  }
  #popup-slider {
    height: auto;
  }

  .owl-nav.disabled + .owl-dots {
    margin-top: -30px;
    position: absolute;
    bottom: 50px;
}
.model-text-block {
    text-align: left;
    margin: 0;
    margin-top: 6px;
}
}

.popup-mob-display {
    display: none;
}


@media screen and (max-width: 576px) {
.modal-dialog {
    width: 85%;
    max-width: 100%;
    margin: 15px auto;
}
.popup-mob-display {
    display: block;
}
.home-banner-list-block-items.location h3 {
  font-size: 1.2rem !important;
}

.popup-mob-display p {
    display: block;
}
.modal-body.p-0 img {
    object-fit: contain;
}
  
  .offer-img-block {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
  }
  .model-text-block h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.model-text-block p {
  color: #fff;
  margin-bottom: 10px;
}

  div#ls_theLayer {
    display: none !important;
  }

  .popup-mob-display {
    display: block;
  }

  #popup-slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
}

  .popup-mob-display h4 {
    color: #fff;
  }

.modal-content {
    height: auto !important;
    min-height: auto !important;
}

  .offer-img-block img {
    height: auto;
  }

  .footer-contact-details-content-02 {
    float: inherit;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-border {
    border-right: 0px;
  }
  .footer-contact-details-content-01 {
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer-block p {
    margin-top: 10px;
    margin-left: 0;
  }
  .model-text-block {
    text-align: left;
  }
  form.booknow-form {
    width: 100%;
  }

  .model-text-block {
    text-align: left;
}
.model-text-block h3 {
  color: #fff;
  margin-bottom: 5px;
}



.booknow-form .form-input input {
  background: #ffffff9d;
  border: 0px solid #f8646a;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #fff;
  width: 100%;
}
select#projects {
  background: #ffffff9d;
  border: 0px solid #f8646a;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 5px 10px;
  width: 100%;
}
  
  
  
button.submit-button {
  background: #f75c4e;
  border: 1px solid #f75c4e;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 8px 10px;
  color: #fff;
  transition: 0.25s;
}

.home-banner-list-block-items {
    width: 110px;
    padding: 8px 9px;
}
.close {
    position: absolute;
    right: -20px !important;
    top: -20px !important;
    z-index: 1;
}

}

@media screen and (max-width: 470px) {
  .tab-container-floor-plan {
    position: absolute;
    top: 120px;
    right: 8%;
  }
  .tab-content {
    margin-top: 120px;
  }
}
@media screen and (max-width: 380px) {
  .footer-block-loaction ul {
    text-align: center;
    flex-wrap: wrap;
  }
  .footer-block-loaction ul li {
    padding: 10px 0;
    font-size: 11px;
  }
  a.gallery-btn {
    padding: 10px 6px;
    font-size: 12px;
  }
  .loc-dist li {
    font-size: 14px;
  }
}

/* Floating Social Media Bar Style Starts Here */

.right-btns-over {
  position: fixed;
  top: 150px;
  right: 0px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.right-btns-over.newClass {
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.right-btns-over li {
  display: block;
  margin: 5px 0;
  width: 44px;
}

.right-btns-over li img {
  width: 100%;
}

/* Floating Social Media Bar Style Ends Here */

.loc-dist li {
  padding: 3px 0 3px 12px;
  position: relative;
}
.location-details li:before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../img/loc-dis-arow.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 10px;
  left: 0;
  top: 10px;
}
.loc-dist {
  display: flex;
  justify-content: space-between;
}
