@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
@media only screen and (max-width: 1180px) {
  html {
    font-size: 75%; } }

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

body {
  font: 400 15px/1.8 'Josefin Sans';
  color: #282828; }

img {
  width: 100%;
  display: block; }

a:hover {
  text-decoration: none; }

@media (min-width: 1360px) {
  .container {
    max-width: 1280px; } }

.padding {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.primary-color {
  color: #52a1e5 !important; }

.secondary-color {
  color: #e55226 !important; }

.primary-bg {
  background-color: #52a1e5 !important;
  color: #fff; }

.secondary-bg {
  background-color: #e55226 !important; }

.third-bg {
  background-color: #a71e31 !important;
  color: #fff; }

.base-bg {
  background-color: #999 !important; }

.filter-invert {
  filter: invert(1); }

.menu {
  gap: 20px; }
  .menu .menuLink {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff; }
    .menu .menuLink:hover {
      color: #5186bf; }

.heading {
  margin-bottom: 30px; }
  .heading .title, .heading .main-heading .title-xl, .main-heading .heading .title-xl {
    font-weight: 700; }

.main-heading .title-color-light {
  font-weight: 400;
  color: #757575; }

.title-xxl {
  font-size: 4rem;
  font-weight: 300; }

.primary-btn, .viewmore {
  display: table;
  padding: 15px 20px;
  min-width: 170px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #67adf5;
  transition: all 300ms ease-in-out; }
  .primary-btn:hover, .viewmore:hover {
    background-color: #282828;
    color: #fff; }
  .primary-btn i, .viewmore i {
    font-size: 12px; }

.viewmore {
  background-color: transparent;
  color: #282828;
  padding: 0;
  min-width: 1px; }
  .viewmore:hover {
    background-color: transparent;
    color: #e55226; }

.readmore {
  margin-top: 30px; }

.readmore.readmore-white .primary-btn, .readmore.readmore-white .viewmore {
  background-color: #fff;
  color: #5d1393; }
  .readmore.readmore-white .primary-btn:hover, .readmore.readmore-white .viewmore:hover {
    background-color: #282828;
    color: #fff; }

.playBtn {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  z-index: 1; }
  .playBtn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #e55226;
    transition: all 300ms ease-in-out;
    z-index: -1; }
  .playBtn:hover::before {
    transform: scale(1.2); }

.main-heading .title-xl {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700; }

.main-heading .title-light {
  font-weight: 400; }

header {
  padding: 5px 0;
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 997; }
  header .navigation {
    display: flex;
    align-items: center;
    gap: 30px; }
    @media only screen and (max-width: 1180px) {
      header .navigation {
        max-width: max-content; } }
    @media only screen and (max-width: 1180px) {
      header .navigation .menu {
        display: none !important; } }
  header .logo a {
    display: block;
    width: 100px; }
    @media only screen and (max-width: 1180px) {
      header .logo a {
        width: 60px; } }
    @media only screen and (max-width: 414px) {
      header .logo a {
        width: 50px; } }
  header .menuBtn {
    display: flex;
    justify-content: flex-end;
    pointer-events: none; }
    @media only screen and (max-width: 1180px) {
      header .menuBtn {
        max-width: max-content;
        pointer-events: inherit; } }
    header .menuBtn svg {
      cursor: pointer; }
      header .menuBtn svg circle {
        fill: #fff; }
        header .menuBtn svg circle:nth-child(3) {
          fill: #488ac9; }

.mbMenuContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0px;
  z-index: 996;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(5px);
  display: none; }
  .mbMenuContainer .mbMenu {
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 130px 20px 40px;
    overflow: auto; }
    .mbMenuContainer .mbMenu ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      width: 100%; }
      .mbMenuContainer .mbMenu ul li:last-child {
        border-bottom-color: transparent; }
      .mbMenuContainer .mbMenu ul li a {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        font-size: 4rem;
        color: #5186bf; }
        @media only screen and (max-width: 414px) {
          .mbMenuContainer .mbMenu ul li a {
            font-size: 2rem; } }
        .mbMenuContainer .mbMenu ul li a i {
          font-size: 1rem; }
        .mbMenuContainer .mbMenu ul li a:hover, .mbMenuContainer .mbMenu ul li a:focus {
          color: #5d1393; }

.banner {
  height: 100vh; }
  .banner .carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    z-index: 1;
    pointer-events: none; }
  .banner .carousel-item img {
    object-fit: cover; }
  .banner .bannerText {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 9;
    color: #fff;
    text-align: center; }
    .banner .bannerText .banner-title {
      font-size: 4.5vw;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 10px; }
    .banner .bannerText h6 {
      font-size: 18px;
      font-weight: 300;
      padding: 0 20px;
      width: 90%;
      margin: 0 auto; }

@-webkit-keyframes growIn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@keyframes growIn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
  .banner .growIn {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .banner .slowest {
    -webkit-animation-duration: 40s;
    animation-duration: 40s; }
  .banner .carousel-control-next, .banner .carousel-control-prev {
    opacity: 1;
    transition: all 300ms ease-in-out; }
    .banner .carousel-control-next svg, .banner .carousel-control-prev svg {
      width: 19px; }
  .banner .carousel-control-next:hover {
    padding-left: 10px; }
  .banner .carousel-control-prev:hover {
    padding-right: 10px; }

.hm-card-container .card-big-box {
  margin: 15px 0; }
  .hm-card-container .card-big-box .card {
    height: 100%;
    padding: 2rem;
    background-color: #fff; }
    .hm-card-container .card-big-box .card .card-img {
      position: relative;
      z-index: 1; }
      .hm-card-container .card-big-box .card .card-img .card-img-top.hover {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out; }
    .hm-card-container .card-big-box .card .card-body {
      padding: 0;
      padding-top: 2rem; }
      .hm-card-container .card-big-box .card .card-body .card-text .card-title {
        font-weight: 600;
        color: #000; }
    .hm-card-container .card-big-box .card:hover .card-img .card-img-top.hover {
      opacity: 1;
      visibility: visible; }

.common-content-area {
  text-align: center; }
  .common-content-area .small-heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px; }
  .common-content-area .main-heading {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: -0.01em; }
    @media only screen and (max-width: 414px) {
      .common-content-area .main-heading {
        font-size: 2rem; } }
  .common-content-area .text, .common-content-area .achieve-content-area .inner .text-p, .achieve-content-area .inner .common-content-area .text-p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5; }
    @media only screen and (max-width: 414px) {
      .common-content-area .text, .common-content-area .achieve-content-area .inner .text-p, .achieve-content-area .inner .common-content-area .text-p {
        font-size: 15px; } }
  .common-content-area .primary-btn, .common-content-area .viewmore {
    background-color: #282828; }
    .common-content-area .primary-btn:hover, .common-content-area .viewmore:hover {
      background-color: #000; }

.amenities-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  background-color: #fff; }
  .amenities-wrapper .row .amen-img {
    border: solid rgba(0, 0, 0, 0.06);
    border-width: 0 1px;
    display: flex;
    align-items: center;
    padding: 2rem; }
  .amenities-wrapper .row .featureBox.amenBox {
    padding: 2rem 1rem;
    background-color: #fff;
    border: solid rgba(19, 16, 16, 0.06);
    border-width: 0 1px 1px 0; }
    .amenities-wrapper .row .featureBox.amenBox:first-child {
      border-top-left-radius: 1rem; }
    .amenities-wrapper .row .featureBox.amenBox:nth-child(3) {
      border-bottom-left-radius: 1rem; }
    .amenities-wrapper .row .featureBox.amenBox:nth-child(2) {
      border-top-right-radius: 1rem; }
    .amenities-wrapper .row .featureBox.amenBox:last-child {
      border-bottom-right-radius: 1rem; }
    .amenities-wrapper .row .featureBox.amenBox:nth-child(2n) {
      border-right: none; }
    .amenities-wrapper .row .featureBox.amenBox:nth-last-child(1), .amenities-wrapper .row .featureBox.amenBox:nth-last-child(2) {
      border-bottom: none; }

.mediaBox .inner {
  padding: 0 10px; }
  .mediaBox .inner .img-fluid {
    display: block;
    overflow: hidden;
    position: relative; }
    .mediaBox .inner .img-fluid img {
      transition: all 300ms ease-in-out; }
      .mediaBox .inner .img-fluid img:hover {
        transform: scale(1.05) rotate(2deg); }
  .mediaBox .inner .media-text-area {
    padding-top: 30px; }
    .mediaBox .inner .media-text-area .media-date {
      color: #999;
      letter-spacing: 2px;
      font-size: 12px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 15px; }
    .mediaBox .inner .media-text-area .media-title {
      color: #000;
      font-weight: 600;
      font-size: 1.3rem;
      margin-bottom: 30px;
      display: block; }
      .mediaBox .inner .media-text-area .media-title:hover {
        color: #5d1393; }

.achieve-content-area .inner {
  padding: 6rem; }
  @media only screen and (max-width: 414px) {
    .achieve-content-area .inner {
      padding: 2rem; } }
  .achieve-content-area .inner .text-p {
    font-size: 16px; }
  .achieve-content-area .inner .primary-btn, .achieve-content-area .inner .viewmore {
    background-color: #5d1393; }
    .achieve-content-area .inner .primary-btn:hover, .achieve-content-area .inner .viewmore:hover {
      background-color: #282828; }

.features-wrapper .row .featureBox {
  padding: 3rem 1rem;
  background-color: #e55226;
  text-align: center; }
  .features-wrapper .row .featureBox .inner {
    transform: translateY(20px);
    transition: all 300ms ease-in-out; }
    .features-wrapper .row .featureBox .inner .img-fluid {
      max-width: 70px;
      margin: 0 auto 20px; }
      @media only screen and (max-width: 1180px) {
        .features-wrapper .row .featureBox .inner .img-fluid {
          max-width: 40px; } }
    .features-wrapper .row .featureBox .inner .feat-text-container .feat-title {
      font-weight: 600; }
      @media only screen and (max-width: 414px) {
        .features-wrapper .row .featureBox .inner .feat-text-container .feat-title {
          font-size: 1.2rem; } }
    .features-wrapper .row .featureBox .inner .feat-text-container .feat-text {
      line-height: 1.5;
      font-size: 14px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(25px);
      transition: all 300ms ease-in-out; }
  .features-wrapper .row .featureBox:hover .inner {
    transform: translateY(0px); }
    .features-wrapper .row .featureBox:hover .inner .feat-text {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px); }

.testimSlider {
  padding-bottom: 40px; }
  .testimSlider .testim-card .inner {
    text-align: center; }
    .testimSlider .testim-card .inner h5 {
      font-weight: 600;
      color: #000;
      margin-bottom: 30px; }
    .testimSlider .testim-card .inner .client-img {
      width: 40px;
      border-radius: 50%;
      margin: 0 auto 10px; }
    .testimSlider .testim-card .inner .client-name {
      font-size: 12px;
      line-height: 1.8; }
  .testimSlider .swiper-pagination {
    bottom: 0; }
    .testimSlider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #5d1393; }

.walkthrough-wrapper .achieve-content-area .inner {
  padding: 0 3rem; }

.infrastructure-wrapper .infraBox {
  text-align: center;
  padding: 3rem;
  transition: all 300ms ease-in-out;
  border: dashed rgba(0, 0, 0, 0.06);
  border-width: 0 1px 1px 0; 
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.infrastructure-wrapper .infraBox > .hover-img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(0,0);
  transition: all .5s ease-in-out;
  z-index: -1;
}
.infrastructure-wrapper .infraBox:hover > .hover-img{
  opacity: 0.7;
  transform: scale(1,1);
}
  
  
  
  .infrastructure-wrapper .infraBox .inner {
    height: 100%; }
    .infrastructure-wrapper .infraBox .inner .title-xxl {
      color: #5d1393; }
  .infrastructure-wrapper .infraBox:nth-child(2n) {
    border-right-color: transparent; }
  .infrastructure-wrapper .infraBox:nth-last-child(1), .infrastructure-wrapper .infraBox:nth-last-child(2) {
    border-bottom-color: transparent; }

.slider_icon .slider_icon_box {
  height: auto; }
  .slider_icon .slider_icon_box .inner {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 300ms ease-in-out; }
    .slider_icon .slider_icon_box .inner:hover {
      background-color: #e55226;
      color: #fff; }
      .slider_icon .slider_icon_box .inner:hover .icon {
        filter: invert(1) brightness(50); }
      .slider_icon .slider_icon_box .inner:hover span {
        color: #fff !important; }
    .slider_icon .slider_icon_box .inner .icon {
      width: 60px;
      margin: 0 auto 20px; }

.slider_icon .swiper-button-next:after, .slider_icon .swiper-button-prev:after {
  color: #5d1393;
  font-size: 1.5rem; }

.slider_icon .featBox .inner {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.06); }
  .slider_icon .featBox .inner .icon {
    filter: invert(1) brightness(50); }
  .slider_icon .featBox .inner:hover {
    background-color: #5d1393; }
    .slider_icon .featBox .inner:hover .icon {
      filter: invert(0) brightness(1); }

.map {
  margin-bottom: 30px; }
  .map iframe {
    display: block; }

.pricingTable {
  height: 100%;
  margin-top: 30px;
  text-align: center;
  position: relative; }
  .pricingTable .pricing_heading {
    position: relative; }
    .pricingTable .pricing_heading:after {
      content: "";
      width: 36px;
      height: 100%;
      background: #e55226;
      position: absolute;
      top: -1px;
      right: -1px;
      z-index: 2;
      transform: skewY(45deg) translateY(19px);
      transition: all 0.4s ease 0s; }
    .pricingTable .pricing_heading .title, .pricingTable .pricing_heading .main-heading .title-xl, .main-heading .pricingTable .pricing_heading .title-xl {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 30px;
      color: #000;
      text-transform: uppercase;
      background: #e55226;
      padding: 15px 0 0;
      margin: 0 35px 0 0;
      transition: all 0.4s ease 0s; }
    .pricingTable .pricing_heading .value {
      display: block;
      font-size: 2.2rem;
      font-weight: 700;
      color: #000;
      background: #e55226;
      padding: 5px 0 10px;
      margin: 0 35px 0 0;
      transition: all 0.4s ease 0s; }
      .pricingTable .pricing_heading .value i {
        font-size: 70%; }
      .pricingTable .pricing_heading .value .month {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase; }
  .pricingTable .content {
    border-left: 1px solid #f2f2f2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 65%; }
    .pricingTable .content:after {
      content: "";
      width: 36px;
      height: 100%;
      background: #f8f8f8;
      box-shadow: 9px 9px 20px #ddd;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      transform: skewY(-45deg) translateY(-18px);
      transition: all 0.4s ease 0s; }
    .pricingTable .content ul {
      padding: 0;
      margin: 0 35px 0 0;
      list-style: none;
      background: #fff; }
      .pricingTable .content ul li {
        display: block;
        font-size: 15px;
        color: #333;
        line-height: 23px;
        padding: 11px 0;
        border-bottom: 1px solid #f2f2f2; }
    .pricingTable .content .readmore {
      padding-bottom: 20px;
      margin-right: 35px;
      border-bottom: 1px solid #f2f2f2; }
  .pricingTable:hover .value {
    color: #fff;
    background: #5d1393; }
  .pricingTable:hover .title, .pricingTable:hover .main-heading .title-xl, .main-heading .pricingTable:hover .title-xl {
    color: #fff;
    background: #5d1393; }
  .pricingTable:hover .pricing_heading:after {
    background: #5d1393; }

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 35px; } }

.form-group {
  margin-bottom: 20px; }
  .form-group label {
    margin-bottom: 0; }
  .form-group .form-control {
    font-size: 14px;
    padding: 12px 0;
    height: auto;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: #282828;
    border-radius: 0;
    transition: all 300ms ease; }
    .form-group .form-control:focus {
      background-color: transparent;
      border-bottom-color: #e55226;
      box-shadow: none; }
    .form-group .form-control.bg-danger {
      padding-left: 12px;
      padding-right: 12px; }

.start-working-today a {
  display: block;
  padding: 3rem 15px;
  text-align: center;
  background-color: #52a1e5;
  color: #fff;
  font-size: 2.5rem;
  transition: all 300ms ease-in-out; }
  .start-working-today a:hover {
    background-color: #404c56; }
	.ameImg img
	{
		min-height:300px;
		object-fit:cover;
	}
  @media only screen and (max-width: 414px) {
    .start-working-today a {
      padding: 1.5rem;
      font-size: 2rem; } }

.footer {
  background-color: #282828; }
  .footer .main-footer .footer-social, .footer .main-footer .footer-all {
    padding: 4rem 3rem;
    color: #fff; }
  .footer .main-footer p {
    font-weight: 300;
    font-size: 14px;
    color: #999; }
  .footer .main-footer .footer-social {
    position: relative;
    z-index: 1; }
    .footer .main-footer .footer-social::before {
      content: '';
      position: absolute;
      inset: 0 0 0 auto;
      width: 50vw;
      background-color: #181818;
      z-index: -1; }
      @media only screen and (max-width: 414px) {
        .footer .main-footer .footer-social::before {
          display: none; } }
    .footer .main-footer .footer-social .footer-logo {
      width: 70px;
      margin-bottom: 20px; }
    .footer .main-footer .footer-social .socials {
      gap: 20px; }
      .footer .main-footer .footer-social .socials li .fa-facebook-f {
        color: #4e59db; }
      .footer .main-footer .footer-social .socials li .fa-twitter {
        color: #00c3ff; }
      .footer .main-footer .footer-social .socials li .fa-pinterest {
        color: #d50000; }
      .footer .main-footer .footer-social .socials li .fa-linkedin-in {
        color: #2d77ff; }
      .footer .main-footer .footer-social .socials li .fa-instagram {
        color: #e500e9; }
      .footer .main-footer .footer-social .socials li .fab {
        font-size: 18px; }
        .footer .main-footer .footer-social .socials li .fab:hover {
          color: #fff; }
    .footer .main-footer .footer-social .subscribe .form-group .form-control {
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #999;
      border-radius: 0;
      padding: 10px 70px 10px 20px; }
      .footer .main-footer .footer-social .subscribe .form-group .form-control:focus {
        box-shadow: none;
        border-color: #fff;
        color: #fff; }
    .footer .main-footer .footer-social .subscribe .form-group .send_newsletter {
      border: none;
      color: #fff;
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      padding: 0 10px;
      font-size: 12px;
      gap: 5px;
      line-height: 1; }
      .footer .main-footer .footer-social .subscribe .form-group .send_newsletter:hover {
        color: #e55226; }
  @media only screen and (max-width: 414px) {
    .footer .main-footer .footer-all {
      background-color: #181818; } }
  .footer .main-footer .footer-all .footer-about .inner {
    padding-right: 2rem; }
  .footer .main-footer .footer-all .d-flex {
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    align-items: baseline; }
    .footer .main-footer .footer-all .d-flex:hover {
      color: #e55226; }
  .footer .main-footer .footer-all .menu a {
    color: #999;
    font-weight: 300;
    font-size: 14px; }
    .footer .main-footer .footer-all .menu a:hover {
      color: #fff; }

.button-top {
  background:rgb(234 118 83);
  position: fixed;
  right: 20px;
  bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
  cursor: pointer; }
  .button-top:hover {
    background: #e55226; }

.swiper-controls{
    position: absolute;
    top: 50%;
    left: 20px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    transform: translateY(-50%);
}
.amenities-wrapper
{
	position:relative;
}
.swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev{
	position: static;
	margin-top: 0;
	margin-bottom: 10px;
}

.swiper-button-next, .swiper-button-prev{
	color: var(--primary-blue);
	border: 1px solid;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background: rgb(26 47 35 / 51%);
	transition: all 300ms ease-in-out;
	padding:5px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right:0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size:20px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
}
/* floor plans */
.fpContainer .fbBox .inner {
  height: 100%;
  border-radius: 1rem;
  padding: 1.5rem;
  background: rgb(0 0 0 / 2%);
  transition: all 300ms ease-in-out;
}

.fpContainer .fbBox .inner:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
}

.planBase {
  margin: 1rem 0 1.5rem;
}

.fpDetails {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fpDetails .icon {
  max-width: 20px;
  flex: 0 0 20px;
}

.planBase .fpDetails small{
  font-size: 12px;
}

.planBase .fpDetails h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}

.fpContainer .fbBox .img-fluid {
  overflow: hidden;
  border-radius: 1rem;
}

.fpContainer .fbBox span {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}
/* floor plans */
svg:not([fill]) {
    fill: currentColor;
    stroke: currentColor;
}

.readmore {
  width: 100%;
  margin-top: 2.5rem;
}

.readmore .button {
  display: table;
  padding: 10px 15px;
  min-width: 140px;
  color: #fff;
  background:#097cf3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 1;
}

.readmore button {
  border-radius: 0;
  border: none;
  font-size: 14px;
}

.readmore .button:hover {
  background: #5d1393;
}

.readmore .button.bg-dark{
  background: #000 !important;
}

.readmore .button.bg-dark:hover{
  background: var(--purple-color) !important;
}

.readmore .button.bg-white {
  color: var(--body-color);
  background-color: #fff;
}

.readmore .button.bg-white:hover {
  color: #fff;
  background-color: var(--primary-color) !important;
}
/* customize modal */
.modal-backdrop.show {
  opacity: 1;
  background: rgb(0 10 12 / 95%);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border-radius: 1rem;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: rgb(141, 0, 0);
  color: #fff;
}

.modal-content {
  background:#5d1393;
  border: none;
}
.modal-dialog {
  max-width: 700px;
}
.modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal-content button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  color: var(--body-color);
  opacity: 1;
}
.modal-header .close {
  color: #fff;
}
.modal-header {
  background: none;
  border: none;
}
.modal-content .no-gutters .col-md-6:first-child {
  background: #0b0a08;
  border-radius: 1rem;
  overflow: hidden;
}
.no-gutters .col-md-6:first-child .modal-body {
  background-size: 100% !important;
}

.modal-body {
  padding: 25px;
}

.modal-details {
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
}
.modal-details h5 {
  font-weight: 400;
}
.modal-dialog .form-group .form-control {
    font-size: 14px;
    padding: 12px 0;
    height: auto;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: #282828;
    background: #fff;
    border-radius: 0;
    transition: all 300ms ease;
    padding: 12px;
}
.modal-details .banner-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}
.formFooter.readmore .button {
  background: #fff;
  color: var(--body-color);
}
.formFooter.readmore .button:hover {
  background: var(--primary-color);
  color: #fff;
}
/* customize modal */