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

:root {
  --Primary-color: #701a5b;
  --Light-background-grey: #fbfbfd;
  --Background-grey: #f6f6f6;
  --Background-black-color: #222;
  --Text-black-color: #888b8d;
  --Text-white-color: #999;
  --Text-blue-shade: #bdd9fa;
  --Heading-size: 42px;
  --Text-size: 16px;
  --Res-heading-size: 32px;
  --Res-text-size: 14px;
}

body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
  overflow-x: hidden !important;
}

.nav-enquiry {
  background-color: var(--Primary-color);
  color: #fff !important;
}

/* Common css */

.heading {
  text-align: center;
  padding: 40px;
}

.heading h2 {
  font-size: 50px;
  font-weight: 500;
  color: var(--Primary-color);
  font-family: "Cinzel Decorative", serif;
}

.nav-link {
  color: #000 !important;
  margin: 0px 5px;
}

/* navbar */

.navbar {
  background-color: #ffffffaa;
  box-shadow: 0 4px 30px rgba(174, 174, 174, 0.1);
  backdrop-filter: blur(3.2px);
  -webkit-backdrop-filter: blur(3.2px);
  border-bottom: 1px solid #eee;
}

.navbar-collapse {
  justify-content: right;
}

/* banner */

.home-banner {
  height: 100vh;
  overflow: hidden;
  background-image: url("../img/highlight.webp");
  background-position: center;
  background-size: cover;
}

/*  Section 2  */

.sec-2-main {
  background-image: url("../img/");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
  text-align: -webkit-center;
  color: #000;
}

.sec-2 {
  width: max-content;
  background: rgba(255, 255, 255, 0.567);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(208, 207, 207, 0.1);
  backdrop-filter: blur(6.2px);
  -webkit-backdrop-filter: blur(6.2px);
}

.sec-2-in {
  padding: 2px;
  border: 1px solid #000;
}

.sec-2-in h2 {
  font-size: 40px;
  color: var(--Primary-color);
  font-weight: 600;
  font-family: "Cinzel Decorative", serif;
}

.sec-2-in p {
  font-weight: 600;
}

.sec-2-in p span {
  font-size: 40px;
  color: var(--Primary-color);
  font-weight: 600;
}
/* /section 3 */

.sec-3 {
  position: relative;
  padding-bottom: 60px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-text {
  align-content: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px !important;
}

.about-cntnt {
  font-size: 16px;
  color: #ccc;
  line-height: 26px;
}

/* section 5 */

.floor-plan {
  padding: 20px;
}

.floor-plan img {
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}

.floor-plan a {
  font-size: 20px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.floor-plan p {
  font-size: 34px;
  text-align: left;
  position: relative;
  top: -30px;
  left: 5px;
  color: var(--Primary-color);
  text-shadow: 5px 5px #ddd;
  font-family: "Cinzel Decorative", serif;
}

.floor-plan p::after {
  content: "";
  width: 20%;
  height: 4px;
  background-color: var(--Primary-color);
  display: block;
  transition: all 0.5s;
  border-radius: 10px;
}

.floor-plan:hover p::after {
  width: 100%;
}

/* section 6 */

.property-slider .slider-bg1 {
  background-image: url("../img/g-5.webp");
}
.property-slider .slider-bg2 {
  background-image: url("../img/g-6.webp");
}
.property-slider .slider-bg3 {
  background-image: url("../img/g-7.webp");
}
.property-slider .slider-bg4 {
  background-image: url("../img/g-8.webp");
}
.property-slider .slider-bg5 {
  background-image: url("../img/g-9.webp");
}

.property-slider .item {
  background-position: center center;
  background-size: cover;
  height: 500px;
}

.property-slider .owl-nav {
  margin-top: 0;
}

.property-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #005da1 !important;
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.property-slider .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #005da1 !important;
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.property-slider .owl-prev:hover,
.property-slider .owl-next:hover {
  background-color: #212121 !important;
  color: #fff !important;
}

/*  section 7 */

.modal-bg {
  background-color: #ffffffe4;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  font-weight: 500;
  color: #212121;
}

.contact-form .form-control {
  background-color: #25252507;
  border-color: #f1f1f1;
  border: none;
  border-bottom: 1px dotted;
  height: 50px;
  padding: 8px 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: inherit;
  font-size: 14px;
}

.contact-form textarea.form-control {
  height: auto !important;
}

.contact-form .btn {
  background-color: var(--Primary-color);
  border-color: var(--Primary-color);
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 10px 30px;
  margin-top: 10px;
  font-weight: 500;
}

.contact-form .btn:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}

.contact_info h3 {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.contact_info ul.contact_info_list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}

.contact_info ul.contact_info_list li {
  position: relative;
  color: #666;
  margin-bottom: 15px;
  padding-left: 45px;
  font-size: 16px;
  padding-top: 8px;
}

.contact_info ul.contact_info_list li:last-child {
  margin-bottom: 0;
}

.contact_info ul.contact_info_list li i {
  position: absolute;
  left: 0;
  top: 0;
  background: #c3a127;
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}

.contact_info ul.contact_info_list li a {
  color: #666;
}

.contact_info ul.contact_info_list li a:hover {
  color: #005da1;
}

.testimonials-section {
  padding-top: 29px;
  padding-bottom: 29px;
  background-image: url("../img/building.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.9;
  z-index: -1;
}

/* Start Footer-bottom Style */
.footer-bottom {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom .bottom-content {
  text-align: center;
}

.footer-bottom .bottom-content p {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 7px;
}

.footer-bottom .bottom-content a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/*  cta */

.book-now-btn {
  position: fixed;
  left: -102px;
  top: 40%;
  transform: rotate(-90deg);
  background-color: var(--Primary-color);
  color: #fff;
  z-index: 9;
}

.cta {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 9;
}

.cta a img {
  padding: 5px;
  width: 60px;
}

.cta-res {
  position: sticky;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.cta-res a p {
  color: #fff !important;
  text-align: center;
  padding: 10px;
  margin: 0px;
  text-decoration: none;
}

/* Start Tab Style */
.tab-section {
  position: relative;
}

.tab-section
  .tab-style-area
  .tab_content
  .tabs_item
  .tab-inner-content
  .tab-list
  li {
  list-style-type: none;
  color: #212121;
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 20px;
}

.tab-section
  .tab-style-area
  .tab_content
  .tabs_item
  .tab-inner-content
  .tab-list
  li::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--Primary-color);
  border-radius: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}

.slider-text h3 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 5px 5px #ddd;
}

.slider-text h3 span {
  color: var(--Primary-color);
  font-weight: 400;
}

.highlights-img img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 18px;
}

.highlight-bg {
  background-image: url("../img/white-lx-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-prime {
  background-color: var(--Primary-color);
}

.text-prime {
  color: var(--Primary-color);
  font-size: 16px;
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}

.text-prime:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.brochure-btn {
  display: inline-block;
}

.brochure-btn:hover {
  background-color: transparent;
  color: var(--Primary-color) !important;
  border: 1px solid var(--Primary-color);
  transition: all 0.5s ease-in-out;
}

/* End Tab Style */

/* End Footer-bottom Style */

@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 35px;
  }

  .home-banner {
    height: 60vh;
    background-image: url("../img/res-banner.JPG");
    background-position: center;
    background-size: cover;
  }

  .floor-plan {
    padding: 10px;
  }

  .floor-plan img {
    height: 150px;
  }

  .floor-plan p {
    font-size: 16px;
    top: -20px;
  }

  .slider-text h3 {
    font-size: 20px;
    padding: 20px 0px;
    text-align: center;
  }

  .sec-2-in {
    border: none;
  }

  .sec-2-in p {
    font-size: 14px;
    font-weight: 300;
  }

  .sec-2-in h2,
  .sec-2-in p span {
    font-size: 30px;
  }

  .sec-2-in h3 {
    font-size: 16px;
  }

  .property-slider .item {
    height: 300px;
  }

  .cta {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 9;
  }

  .text-prime {
    color: var(--Primary-color);
    font-size: 16px;
    width: 100%;
  }

  .brochure-btn {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
  }
}
