body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

/*--- Custom CSS  ---*/
:root {
  --primary-bg-color: #4a3db8;
  --primary-bg-hover: #4f42c7;
  --primary-bg-border: #4a3db8;
  --primary-bg-transparentcolor:rgba(74, 61, 184, 0.16);
  --primary-bg-background:#f7f7fb;
  --secondary-color: #9c31df;
  --secondary-hover: #b24af3;
  --secondary-transparent:rgba(156, 49, 223, 0.16);
  --secondary-shadow: rgba(156, 49, 223, 0.1);
  --primary-09:rgba(74, 61, 184,0.86);
  --primary-08: rgba(74, 61, 184, 0.8);
  --primary-10:rgba(74, 61, 184,0.46);
  --primary-02:rgba(74, 61, 184,0.02);
  --primary-04:rgba(74, 61, 184,0.04);
  --primary-1:rgba(74, 61, 184,0.1);
  --secondary-08: rgba(156, 49, 223, 0.86);
  --secondary-04: rgba(156, 49, 223, 0.46);
  --secondary-03: rgba(156, 49, 223, 0.3);
  --dark-color: #1c2538;
  --dark-color2: #121a2e;
  --transparent-color: rgba(0,0,0,.2);
  --transparent-color2: #3f0764;
}
.sptb-1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.sptb-2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.sptb-3,
.sptb-4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sptb-8 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.text-white {
    color: #fff !important;
}
.cover-image {
    background-size: cover;
    width: 100%;
    position: relative;
}
.bg-background2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}
.bg-background:before, .bg-background2:before, .bg-background-color:before {
    background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%) !important;
}
.bg-background2 .header-text {
    position: relative;
    z-index: 10;
    top: 70px;
    bottom: 70px;
}
.font-weight-bold {
    font-weight: 700;
}
/*---- Navbar CSS ---*/
.navbar-bg {
    background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%);
}
.bg-dark-transparent {
    background: #403b80;
}
nav ul li a {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
}

.banner-1 .header-text, .banner-1 .header-text1 {
    left: 0;
    right: 0;
    color: #fff;
}
.banner-1 .header-text h1 {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
.banner-1 .header-text p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.property-card .img {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 0;
}
img { width:100%; }
.property-card {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.item-card2-text h2 {
    font-size: 22px;
    font-weight: 700;
}
.location {
    font-size: 15px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 10px;
}
.small-font {
    font-size: 14px;
    font-weight: 400;
}
ul.item-card2-list {
    list-style: none;
    padding-left: 0;
}
ul.item-card2-list li {
    display: inline-block;
    width: 49%;
    font-size: 14px;
}
.card-button ul {
    list-style: none;
    padding-left: 0px;
}
.card-button {
  display: flex;
  justify-content: space-between;
  }
  .card-button a {
    font-weight: 700;
}
.btn-secondary {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-secondary {
    --mdb-btn-bg: var(--secondary-color);
    --mdb-btn-color: var(--secondary-color);
    --mdb-btn-box-shadow: 0 4px 9px -4px var(--secondary-color);
    --mdb-btn-hover-bg: var(--secondary-color);
    --mdb-btn-hover-color: var(--secondary-color);
    --mdb-btn-focus-bg: var(--secondary-color);
    --mdb-btn-focus-color: var(--secondary-color);
    --mdb-btn-active-bg: var(--secondary-color);
    --mdb-btn-active-color: var(--secondary-color);
    --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(227, 235, 247, 0.3), 0 4px 18px 0 rgba(227, 235, 247, 0.2);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--mdb-btn-active-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--secondary-color);
}
.info .counter-icon {
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    background: rgba(0, 0, 0, 0.2);
}
#counter {
  background-repeat: no-repeat;
  position: relative;
}
/*.custom-gradient { 
  content: ""; 
  position: absolute; 
  width: 100%; 
  height: 100%;
 top: 0; 
 left: 0; 
  background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%) !important;
}*/
.counter-icon {
    margin-bottom: 1rem;
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    padding: 16px;
    text-align: center;
    border: 1px solid #ffffff;
}
.counters i.fa {
    color: #ffffff !important;
}
#counter h5, h2.counter.mb-0.font-weight-bold {
    color: #ffffff;
    font-weight: 600;
  }
.card-body {
    padding: 20px;    
}
/*--- Location--*/
#location {
    background: #f2f2f2;
}
.overflow-hidden {
    overflow: hidden !important;
}
.item-card-desc {
    position: relative;
}
.item-card {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    clear: both;
    max-width: 1000px;
    list-style: none;
}
.item-card .item-card-desc:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(42, 16, 25, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 3px;
}
.item-card:hover .item-card-desc:before {
    background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%);
}
.item-card .item-card-desc:before {
    background: rgba(40, 35, 47, 0.5);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaeef9;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, 0.5);
    margin-bottom: 1.5rem;
    width: 100%;
}
.card-img {
    width: 100%;
    border-radius: 2px;
    height: 100%;
}
.item-card-desc img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    width: 100%;
    height: 100%;
}
.item-card .item-card-desc .item-card-text {
    position: absolute;
    top: -13px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.item-card-desc .item-card-text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.item-card-text .mb-0 span {
  font-size: 20px !important;
  font-weight: bold !important;
}
.item-card .item-card-desc .item-card-text h4 {
    position: relative;
    top: 46%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.item-card-text span {
    font-size: 16px;
    margin: 0.5rem;
    font-weight: 400;
    display: block;
}
/*---  Amenities   --*/
#amenities h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
#amenities ul {
    list-style: none;
    padding-left: 0px;
}
#amenities ul li {
    display: inline-block;
    width: 33%;
    background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%) !important;
    margin-bottom: 10px;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#amenities ul li i {
    margin-right: 6px;
}
/*--- Popup---*/

.modal-content {
    border-radius: 10px 10px 5px 5px;
}
.modal-header {
    color: #000;
    background: linear-gradient(45deg, var(--secondary-color), var(--secondary-color), var(--secondary-color));
    box-shadow: none;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px 10px 0 0;
}
.modal-header h5.modal-title {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 1.6vw;
    color: #ffffff;
}
.modal-body {
    background: #f2f2f2;
    padding: 0px;
}
.d-flex {
    background: #ffffff;
}
.modal-highlight-title {
    font-size: 18px;
    font-weight: bold;
}
ul.modal-highlight {
    padding-left: 0px;
    margin-bottom: 0;
    padding-top: 20px;
}
ul.modal-highlight li {
    list-style: none;
    margin-bottom: -15px;
    }
.modal-highlight img {
    height: 45px;
    margin: 0 auto;
    width: auto;
    display: block;
}
.modal-highlight span {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 7px;
    display: ruby-text;
}
.flex-fill.align-self-center.flex-shrink-1.modal-highlight-bg.d-none.d-lg-block {
    background: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
}
.modal-body .flex-fill.align-self-center {
    background: #fff;
    padding: 25px;
}
span.popup-logo {
    width: 100%;
}
span.popup-logo img{
    height: 46px;
    margin-bottom: 11px;
}
a.navbar-brand img {
    width: auto;
    height: 66px;
}
span.modal-title-secondary {
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}
.modal-body input[type="text"], input#email, select#country {
    border-radius: 5px !important;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}
select#country {
    width: 38%;
    float: left;
    margin-right: 2%;
}
input#phone {
    width: 60%;
}
button#submitBtn {
    width: 100%;
    padding: 13px;
    font-weight: 700;
    font-size: 15px;
}
#about {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/*---- Footer ---*/
#about img {
    width: auto;
    float: right;
}
.brand h5 {
    font-weight: 700;
}
.brand p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
#bottom-footer p small {
  font-size: 13px;
  line-height: 14px !important;
  color: #121212;
}
#bottom-footer ul {
  list-style: none;
  padding-left:0px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
#bottom-footer ul li {
  display: inline-block;
  text-align: center;
}
#bottom-footer {
  background: #f2f2f2;
  padding: 25px 0;
}
#location h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
#location p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 15px;
}
.feature-img.set-bg {
    position: relative;
}
p.ribbon {
    position: absolute;
    top: 10px;
    left: 120px;
    background: #FF0000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 50px;
}
.offer {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FF0000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 50px;
}
.close {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 0px;
  color: #000;
  background: #fff;
}
.rera-details ul li {
  display: inline-block;
  list-style: none;
}
.rera-details ul li img {
  width: 96px;
  display: block;
  margin: 0 auto;
}
/*---- Responsive ---*/
@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}
@media only screen and (min-width: 992px) {
  .modal {
    --mdb-modal-width: 35vw;
  }
  .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
.card-button {
    display: block;
}
.card-button a {
    display: block;
    margin-bottom: 10px;
}
#amenities ul li {
    display: inline-block;
    width: 49%;
}
}
@media (max-width: 480px) {
#amenities ul {
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}
#amenities ul li {
    padding: 10px;
    font-size: 14px;
}
}