@charset "UTF-8";
header.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  transition: all 0.5s linear;
}
header.header nav .navbar-brand img {
  width: 130px;
}
header.header nav .navbar-nav li a {
  font-family: "Poppins", sans-serif;
}

section.banner_section .slick-prev {
  left: 15%;
  bottom: 10%;
  top: unset;
}
section.banner_section .slick-next {
  right: 80%;
  bottom: 10%;
  top: unset;
}
section.banner_section .slick-prev::before, section.banner_section .slick-next::before {
  line-height: 1;
  opacity: 0.75;
  top: 80%;
  left: 30px;
  color: #59be08;
  height: 40px;
  width: 50px;
  padding: 0.5rem;
  background: #fff;
  border-radius: 100%;
}

.overview_section .overview_wrapper .heighlights ul li {
  display: inline-block;
  width: 47%;
  line-height: 2;
  font-size: 14px;
  padding: 10px 30px 10px 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  background: #fff;
  border-radius: 50px;
}
.overview_section .overview_wrapper .heighlights ul li i.fas.fa-caret-right {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000;
}

.amenities_section .amenities_wrapper .col-lg-3 {
  flex: 0 0 auto;
  width: 20%;
}
.amenities_section .amenities_wrapper .amenties_wrapper_box {
  padding: 20px;
  background: linear-gradient(45deg, rgba(244, 233, 233, 0.4705882353), transparent);
  height: 100%;
  cursor: pointer;
  border-radius: 4px;
  transition: all ease-in-out 500ms;
}
.amenities_section .amenities_wrapper .amenties_wrapper_box:hover img {
  transform: rotate(360deg);
}
.amenities_section .amenities_wrapper .amenties_wrapper_box .amenties_img {
  width: 80px;
  height: 80px;
  margin: 16px auto;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  aspect-ratio: 1/1;
}
.amenities_section .amenities_wrapper .amenties_wrapper_box .amenties_img img {
  filter: brightness(0.15);
  transition: all ease-in-out 500ms;
  width: 100%;
}

.gallery_section .gallery_wrapper .gallery_images {
  border: 1px solid transparent;
}
.gallery_section .gallery_wrapper .gallery_images img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.fancybox-container .col-lg-4.fancybox-content .gallery_images img {
  width: 100%;
}

.price_section .prclist .cate_name {
  padding: 0.7rem 0;
  background-color: rgb(77, 184, 72);
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 1.3rem;
  color: #fff;
}
.price_section .prclist .floorname {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.5rem 0.8rem;
  font-size: 0.8rem;
  line-height: 180%;
}
.price_section .prclist .floorname span {
  display: block;
  font-size: 1.3rem;
}
.price_section .prclist .allvalue {
  padding: 0.5rem 0.5rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 100%;
  border-radius: 0;
}
.price_section .prclist .floorarea {
  background-color: rgba(192, 158, 82, 0.2);
  padding: 0.5rem 0.5rem 0.8rem;
  font-size: 0.8rem;
  line-height: 180%;
  border-radius: 0px 0px 5px 5px;
}
.price_section .prclist .floorarea button.btn.btn-outline-warning {
  color: #fff;
  border-color: #4db848;
}
.price_section .prclist .floorarea button.btn.btn-outline-warning:hover {
  background-color: #4db848;
}

.location_section .location_wrapper ul li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 1.5rem;
}
.location_section .location_wrapper ul li::after {
  content: "✔ ";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  color: #66a645;
  top: 0px;
}
.location_section .location_map img {
  width: 100%;
}

.price_banned_section {
  background: linear-gradient(rgba(0, 77, 156, 0.38), rgba(0, 77, 156, 0.38)), url(../../assets/images/banned.jpg);
  height: 90px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.price_banned_section .container-lg- {
  color: #fff;
  margin: 0;
  font-size: 40px;
}

.footer_section {
  position: relative;
  z-index: 999;
}
.footer_section .footer-address .address {
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  letter-spacing: initial;
  margin-right: 20px;
}
.footer_section .footer-address .address i {
  color: #165581;
  font-size: 20px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
  text-align: center;
  border-radius: 100px;
}
.footer_section .footer-form {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}
.footer_section .footer-form h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
.footer_section .footer-form p {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.footer_section .footer-form p::before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #fff;
  width: 50px;
  height: 2px;
  bottom: 0;
}
.footer_section .footer-form .plus-captcha p {
  padding: 0.4rem;
  margin-bottom: 0;
  color: #666;
  background-color: transparent;
}
.footer_section .footer-form .plus-captcha p::before {
  content: "";
  display: none;
}
.footer_section #totop a {
  width: 40px;
  height: 40px;
  background-color: #165581;
  position: fixed;
  bottom: 60px;
  right: 5px;
  line-height: 40px;
  color: #fff;
  left: auto;
  top: auto;
  text-align: center;
  border-radius: 5px;
}

a.whtsap-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #248e4f;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
a.whtsap-btn img {
  width: 50px;
}

a.phone-btn {
  position: fixed;
  bottom: 42%;
  right: 15px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  background-color: #0056b3;
  text-decoration: none !important;
  z-index: 111;
}

.site-visit-btn {
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  font-weight: 500;
  border: 2px solid #ef6024;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 3px;
  background: #ef6024;
  margin: 0;
  text-align: center;
  position: fixed;
  bottom: 17%;
  right: 20px;
  -webkit-animation: blink 2s linear infinite;
          animation: blink 2s linear infinite;
  z-index: 3;
}

.copyright {
  background-color: #000;
  padding: 15px 0;
}
.copyright p {
  color: #c1c1c1;
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
}/*# sourceMappingURL=style.css.map */