* {
  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;
}
button.booh-now-btn {
  background: #28a2e6;
  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;
}

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;
}

.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-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65%;
  top: -10px;
  left: 0;
}
.row.home-banner-content-block {
  padding: 130px 0 0;
  align-items: end;
}
.home-banner-text-block h2 {
  color: #c7eeff;
  font-size: 52px;
  line-height: 63px;
}
.home-banner-text-block h2 span {
  display: block;
}
.home-banner-text-block h2 span div {
  display: contents;
  color: #f8646a;
}

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

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

.form-input input {
  background: #8575a7;
  border: 2px solid #f8646a;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  color: #fff;
  width: 80%;
}

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

.speak-to-builder-form .form-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.speak-to-builder-form .form-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

button.submit-button {
  background: #f75c4e;
  border: 1px solid #f75c4e;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 12px 15px;
  color: #fff;
  transition: 0.25s;
}

select#projects {
  background: #ffffff9d;
  border: 0px solid #f8646a;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  width: 100%;
  color: #000;
}

#projects-02 {
  background: #8575a7;
  border: 2px solid #f8646a;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  color: #fff;
  width: 80%;
}

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-list-block-items {
  background-color: #f8646a;
  width: 85px;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.25s;
}

.home-banner-building-block-img:hover .home-banner-list-block-items {
  background-color: #28a2e6;
  transition: 0.25s;
}
.home-banner-list-block-items:hover {
  background-color: #28a2e6;
  transition: 0.25s;
}
.home-banner-list-block-items h3 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.4rem;
}
.home-banner-list-block-items span {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.9rem;
}

.home-banner-list-block-items.status-list h3 {
  font-size: 1rem;
  margin-bottom: 2px;
}
.home-banner-list-block-items.price-list2 {
  position: absolute;
  top: 30px;
  right: 160px;
}
.home-banner-list-block-items.price-list {
  position: absolute;
  top: 130px;
  right: 60px;
}
.home-banner-list-block-items.bhk-list {
  position: absolute;
  top: 275px;
  right: 20px;
}
.home-banner-list-block-items.status-list {
  position: absolute;
  bottom: 150px;
  right: 108px;
}

.home-banner-building-block-img {
  width: 740px;
}

div#banner-slider {
  z-index: 0;
}
.home-banner-list-block {
  z-index: 1;
}
.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: 0px auto;
}
.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;
}

.price-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #28a2e6;
  padding: 10px 15px;
  border-bottom-left-radius: 10px;
}
.price-badge p{
  color: #fff;
}

.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;
}

@media screen and (max-width: 1350px) {
  .home-banner-building-block-img {
    width: 620px;
    margin: 0px auto;
  }
  .home-banner-list-block-items.price-list {
    position: absolute;
    top: 60px;
    right: 60px;
  }
  .home-banner-list-block-items.bhk-list {
    position: absolute;
    top: 185px;
    right: 0px;
  }
  .home-banner-list-block-items.status-list {
    position: absolute;
    bottom: 140px;
    right: 48px;
  }
  .home-banner-list-block-items h3 {
    font-size: 1.2rem;
}
  
  
}

@media screen and (max-width: 1150px) {
  .home-banner-building-block-img {
    width: 500px;
    margin: 0px auto;
  }
  .home-banner-list-block-items.status-list {
    bottom: 50px;
    right: 28px;
  }
  .home-banner-list-block-items.bhk-list {
    top: 135px;
    right: 0px;
  }
  .home-banner-list-block-items.price-list {
    top: 18px;
    right: 60px;
  }
  .home-banner-text-block h2 {
    color: #c7eeff;
    font-size: 39px;
    line-height: 51px;
  }
  .home-banner-list-block-items.price-list2 {
    position: absolute;
    top: -50px;
    right: 160px;
  }
  
  
  
}

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

  .home-banner-block::before {
    height: 25%;
    top: -10px;
    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;
  }
  .home-banner-list-block-items.price-list {
    top: 10px;
    right: 60px;
  }
  .home-banner-list-block-items.bhk-list {
    top: 135px;
    right: 0px;
  }
  .project-details div {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  .k-rera-number p {
    color: #fff;
    font-size: 13px;
  }
  .price-badge p {
    color: #fff;
    font-size: 13px;
  }
  .home-banner-list-block-items h3 {
      font-size: 1rem;
  }


}




@media screen and (max-width: 767px) {
.apartment-block-items img {
    height: auto;
}
.apartment-block-items .img-responsive {
    height: 300px;
    object-fit: cover;
}
.price-badge {
    position: absolute;
    top: 260px;
    right: 0;
    background-color: #28a2e6;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
}
section#download-brochure-section {
  margin-bottom: 50px;
}
  
}




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

@media screen and (max-width: 550px) {
  .home-banner-building-block-img {
    width: 100%;
    margin: 0px auto;
  }
.home-banner-list-block-items.status-list {
    bottom: 20px;
    right: 0;
}
  .project-details div {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
.home-banner-list-block-items {
    width: 65px;
    height: 65px;
}  
  .home-banner-list-block-items h3 {
    font-size: 12px;
  }
  .home-banner-list-block-items.status-list h3 {
      font-size: 12px;
      margin-bottom: 2px;
  }
  
  .mobile-project-name {
    text-align: center;
    font-size: 10px;
    padding: 5px;
}
  
.apartment-block-items .img-responsive {
    height: 250px;
    object-fit: cover;
}
.price-badge {
    position: absolute;
    top: 210px;
    right: 0;
    background-color: #28a2e6;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
}
  
  .home-banner-list-block-items span {
    font-size: 0.7rem;
  }
  
  
}

@media screen and (max-width: 400px) {
  .home-banner-text-block h2 {
    color: #c7eeff;
    font-size: 34px;
    line-height: 40px;
  }
.home-banner-list-block-items.status-list {
    bottom: 10px;
    right: 0;
}
  .home-banner-list-block-items.bhk-list {
    top: 105px;
    right: 0px;
  }

  
}

@media screen and (max-width: 380px) {
  .home-banner-list-block-items span {
    font-size: 10px;
}
  
  
}
/* ////////////////////////////////////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;
}
.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%;
  }
  .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: 31%;
    width: 31%;
}

  .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: 45%;
    width: 45%;
}

  /* .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#tab-Jade.active, a#tab-Dia.active {
  background: #f75c4e;
  color: #fff;
  border: 1px solid #f75c4e;
}
a#tab-Jade, a#tab-Dia {
  border: 1px solid #10375c;
  background-color: #10375c;
  color: #fff;
}
a.gallery-btn.active {
  background: #f75c4e;
  color: #fff;
  border: 1px solid #f75c4e;
}
a.gallery-btn {
  border: 1px solid #10375c;
  color: #fff;
  background-color: #10375c;
  margin: 4px;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  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;
}

.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;
}

@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;
  }
  .mobile-project-name {
      text-align: center;
      font-size: 13px;
    display:none;
  }
  
}



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

  li.nav-item.gallery-nav {
    margin-bottom: 30px;
  }
  #floor-plan-section .tab-content {
    margin-top: 120px;
  }
}
@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: 20px;
}
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%;
}






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

  .tab-container-floor-plan {
    position: absolute;
    top: 80px;
  }
  #floor-plan-section div#content {
    margin-top: 0px;
  }

}




/* ////////////////////////////////////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;
}

.section-title-amenities {
  text-align: center;
}


@media screen and (max-width: 1300px) {
  .specification-list-items-text h3 {
    font-size: 26px;
  }
}



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

  #gallery-section ul#tabs {
    margin-top: 60px;
  }

}



@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;
  }
  #gallery-section ul#tabs {
    margin-top: 0;
  }


  div#testimonials-slider {
    margin-top: 25px;
}

}

/* ///////////////////////////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;
}

.about-block-content-02-icon img{
    width:60px;
    height:60px;
    object-fit: contain;
}
.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.jpg);
  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;
}
.columns.gallery-img a img {
    height: 350px;
    object-fit: cover;
}

@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%;
  }
  .model-text-block h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.home-banner-building-block-img {
        width: 100%;
        margin: 0px auto;
    }

}

@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%;
}
.modal-dialog {
  width: 1080px;
  max-width: 100%;
}
.modal-header {
  border-bottom: 0;
}
form.booknow-form {
    margin: 0px auto;
    margin-bottom: 30px;
    margin: 25px;
}
.booknow-form .form-input input {
  background: #ffffff9d;
  border: 0px solid #f8646a;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 12px;
  color: #fff;
  width: 100%;
}

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

#popup-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  height: 540px;
}


#popup-slider .owl-item{
  height: 540px;
  object-fit: cover;
  overflow: hidden;
}
.offer-img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

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

div#pavAmenities, div#jalAmenities, div#hipAmenities {
  background-color: transparent;
}

.tab-container-amenities {
  position: relative;
  right: 0;
  top: 0px;
}

.tab-container-amenities #tabs {
  float: inherit;
  text-align: center;
  margin: 10px auto;
  justify-content: center;
}

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

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

.offer-img-block img {
    object-fit: cover;
}

}


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

  .modal-content {
    height: auto;
  }

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

#popup-slider {
  height: 560px;
}

  .offer-img-block img {
    height: 560px;
  }
  .tab-container-floor-plan {
    position: absolute;
    top: 70px;
    right: 5%;
    left: 3%;
  }
  .tab-content {
    margin-top: 50px;
  }
  .thrissure-Amenities-tab-content {
    margin-top: 0;
}

}

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

  .modal-content {
    height: auto;
  }

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


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

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

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

  section#amenities-section {
    margin-top: 0;
  }

  #floor-plan-section li.nav-item.gallery-nav {
    margin-bottom: 30px;
  }

}


@media screen and (max-width: 710px) {
  #floor-plan-section div#content {
    margin-top: 0px;
  }
}

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


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

  section#testimonials-section {
    padding-bottom: 60px;
    padding-top: 0px;
}


  .modal-dialog {
    width: 500px;
    max-width: 100%;
  }
  .offer-img-block {
    position: relative;
    top: 20px;
    left: 0;
    width: 100%;
    display: none;
  }
  div#popup-slider {
    display: none;
}

  div#ls_theLayer {
    display: none !important;
  }

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

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

  .modal-content {
    height: auto;
  }

  .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: 20px;
    margin-left: 0;
  }
  .model-text-block {
    text-align: left;
    margin: 0px 0;
  }
  form.booknow-form {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 470px) {
  .tab-container-floor-plan {
    position: absolute;
    top: 70px;
    right: 8%;
  }
  .tab-content {
    margin-top: 120px;
  }
  #gallery-section .tab-content {
    margin-top: 60px;
  }


  .thrissure-Amenities-tab-content {
    margin-top: 0;
}


}
@media screen and (max-width: 450px) {
  .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;
  }
}



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

.tab-container-floor-plan {
  position: absolute;
  top: 90px;
  right: 2%;
}

}
/* 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;
  position: relative;
}

a.quich-en-btn {
  position: absolute;
  top: 100px;
  right: 0;
  transform: rotate(90deg);
  transform-origin: top right;
  background: #f75c4e;
  color: #fff;
  border: 1px solid #f75c4e;
  height: 44px;
  padding: 9px;
  transition: .25s;
}
a.quich-en-btn:hover{
  border: 1px solid #10375c;
  color: #fff;
  background-color: #10375c;
  transition: .25s;
}

.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;
}

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




.popup-mob{
  display: none;
}

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


  .close {
    margin-right: 5px;
    margin-top: 5px;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: 0px;
  opacity: 1;
}

    .modal-body {
      padding: 0px;
  }

  .offer-img-block {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
  .offer-img-block img {
    height: auto;
    border-radius: 10px;
  }
  .popup-desk {
    display: none;
  }
  
  .popup-mob{
    display: block;
  }
  .modal-dialog {
    width: 90%;
    margin: 0px auto;
    margin-top: 20px;
    top: 2%;
    transform: translateY(0%) !important;
}
.model-text-block h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 400;
}

}


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

    .sub-text hr {
    position: absolute;
    background: #10375c;
    width: 30px;
    height: 1px;
    display: inline-block;
    opacity: 1;
    margin: 10px 10px;
}

  .offer-img-block{
    display: block;
  }

  .popup-desk {
    display: none;
  }
  
.modal-body.p-0 img {
    object-fit: contain;
}
  
  
  .popup-mob{
    display: block;
  }
  .modal-dialog {
    width: 85%;
    margin: 0px auto;
    margin-top: 0px;
}
.model-text-block h3 {
  color: #fff;
  margin-bottom: 5px;
  font-weight:500;
  font-size: 1rem;
}



.booknow-form .form-input input {
  background: #ffffff9d;
  border: 0px solid #f8646a;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 8px 10px;
  color: #fff;
  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;
}

.offer-img-block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 35px;
}


.modal-content {
    height: auto;
    padding-bottom: 20px;
    min-height: auto;
}

  .offer-img-block img {
    height: auto;
    border-radius: 10px;
}

}
