/*GLOBAL CSS*/

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.ml-10 {
  margin-left: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 20px;
  border-radius: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
  border-radius: 50px;
}


/*HOME PAGE CSS*/

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  padding-left: 18px;
  padding-right: 18px;
}

.navbar-brand .img-fluid,
.img-fluid-ramky {
  max-height: 65px;
}

.customer-login {
  font-size: 13px;
  background-color: rgb(1 44 132);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 800;
  border: 1px solid #012c84;
}

.customer-login:hover {
  color: rgb(1 44 132);
  background: transparent;
}

.navbar-brand {
  padding-top: 0
}

/*for apartment*/
.solution_cards_box .solution_card-ap {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 2px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 250px;
  text-align: center;
  transition: 0.7s;
  border: 2px solid #8f3d77;
}

.solution_cards_box .solution_card-ap:hover {
  background: #fff;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card-ap:hover::before {
  /*background: rgb(85 108 214 / 10%);*/
  background: rgb(143 61 119 / 50%);
}

.solution_cards_box .solution_card-ap:hover .solu_title h3,
.solution_cards_box .solution_card-ap:hover .solu_description p {
  color: #8f3d77;
}

.solution_cards_box .solution_card-ap:before {
  content: "";
  position: absolute;
  background: rgb(143 61 119 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card-ap:hover .solu_description button {
  background: #8f3d77 !important;
  color: #ffffff;
}

.solution_card-ap .solu_title h3 {
  color: #212121;
  font-size: 21px;
  margin-top: 13px;
  margin-bottom: 13px;
  font-weight: 600;
}

.solution_card-ap .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card-ap .solu_description button {
  border: 0;
  border-radius: 15px;
  background: #8f3d77;
  /*background: linear-gradient( 140deg, #8f3d77 0%, #012c84 50%, #8f3d77 75% ) !important; */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 16px;
}

.solution_cards_box .solution_card-ap:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card-ap .so_top_icon {
  text-align: center;
}

.solution_cards_box .solution_card-ap .so_top_icon img {
  width: 115px;
  object-fit: contain;
}

.hover_color_bubble {
  position: absolute;
  /*background: rgb(54 81 207 / 15%);*/
  background: rgb(143 61 119 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box {
  margin-top: -70px;
  position: absolute;
  width: 85%;
}

.solution_cards_box i {
  margin-right: 10px;
  font-size: 12px;
}

/* .read_more_btn {
  background: linear-gradient( 140deg, #8f3d77 0%, #012c84 50%, #8f3d77 75% ) !important;
} */

.read_more_btn a {
  text-decoration: unset;
  color: #fff;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

/*for villa*/
.solution_cards_box .solution_card-va {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 2px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 250px;
  text-align: center;
  transition: 0.7s;
  border: 2px solid #012C84;
}

.solution_cards_box .solution_card-va:hover {
  background: #fff;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card-va:hover::before {
  background: rgb(85 108 214 / 50%);
}

.solution_cards_box .solution_card-va:hover .solu_title h3,
.solution_cards_box .solution_card-va:hover .solu_description p {
  color: #012c84;
}

.solution_cards_box .solution_card-va:before {
  content: "";
  position: absolute;
  background: rgb(1 44 132 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card-va:hover .solu_description button {
  background: #012c84 !important;
  color: #ffffff;
}

.solution_card-va .solu_title h3 {
  color: #212121;
  font-size: 21px;
  margin-top: 13px;
  margin-bottom: 13px;
  font-weight: 600;
}

.solution_card-va .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card-va .solu_description button {
  border: 0;
  border-radius: 15px;
  background: #012c84;
  /*background: linear-gradient( 140deg, #8f3d77 0%, #012c84 50%, #8f3d77 75% ) !important; */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 16px;
}

.solution_cards_box .solution_card-va:hover .hover_color_bubble-va {
  top: 0rem;
}

.solution_cards_box .solution_card-va .so_top_icon {
  text-align: center;
}

.solution_cards_box .solution_card-va .so_top_icon img {
  width: 115px;
  object-fit: contain;
}

.hover_color_bubble-va {
  position: absolute;
  background: rgb(1 44 132 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box {
  margin-top: -70px;
  position: absolute;
  width: 85%;
}

.solution_cards_box i {
  margin-right: 10px;
  font-size: 12px;
}

/* .read_more_btn {
  background: linear-gradient( 140deg, #8f3d77 0%, #012c84 50%, #8f3d77 75% ) !important;
} */

.read_more_btn a {
  text-decoration: unset;
  color: #fff;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

/*HOME END HER*/

/*MEDIA QUERY*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  /* Styles */
  .appartment-highlights-box h4 {
    font-size: 14px !important;
    padding-top: 10px !important;
  }

  .col p {
    font-size: 13px !important;
    margin: 10px 0 !important;
    text-align: center;
  }

  .appartment-highlights-box:after {
    height: 50% !important;
    top: 18% !important;
  }

  .iframe-con {
    width: 300px;
    height: 230px;
  }

  .about-appartments {
    margin: 5px 0 !important;
  }

  .floor-plan-container .nav-link {
    font-size: 6px !important;
    font-weight: 600;
  }

  .floor-plan-left {
    margin: 0 !important;
    width: auto !important;
  }

  .floor-plan-right {
    margin: 0 !important;
    width: auto !important;
  }

  .copyrights {
    font-size: 12px;
  }

  .footer-details {
    text-align: center !important;
  }

  .specification-1,
  .specification-2,
  .specification-3 {
    padding: 0px !important;
    margin: 0px !important;
  }

  .fixed_phnicon {
    right: 25px !important;
  }

  .villa-house img {
    width: 400px !important;
    max-width: 400px !important;
  }

  .appartment-overview-left img {
    width: 350px !important;
    max-width: 330px !important;
  }

  .appartment-overview-right ul li {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .appartment-overview-right {
    padding: 10px !important;
    padding-left: 10px !important;
  }

  .about-buttons a {
    padding: 6px 6px !important;
  }

  .button a {
    font-size: 11px !important;
  }

  .slider-img {
    width: 25% !important;
    margin: 13px !important;
    height: 100px !important;
  }

  .appartment-gallery-container {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 5px 0 !important;
  }

  .floor-plan-container {
    padding: 6px 0 !important;
  }

  .navbar-toggler {
    font-size: 1rem !important;
  }

  .footer-details h6 {
    font-size: 16px !important;
  }

  .footer-details h5 {
    font-size: 16px !important;
  }

  .footer-menu ul {
    padding-left: 0rem !important;
  }

  .footer-menu h5 {
    font-size: 16px !important;
  }

  /* for villa page for responsive */
  .villa-highlights-box h4 {
    font-size: 14px !important;
    padding-top: 10px !important;
  }

  .villa-overview-left img {
    width: 400px !important;
    max-width: 400px !important;
    padding-top: 20px;
  }

  .villa-overview ul li {
    font-size: 14px !important;
  }

  .villa-overview ul {
    padding: 0 35px !important;
  }

  .navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 15%) !important;
  }

  .villa-amenities h3 {
    margin-bottom: 15px !important;
  }

  .villa-amenities {
    margin: 30px 0 !important;
  }

  .villa-floor-plan-left {
    margin-left: 20px;
    margin-right: 20px !important;
  }

  .solution_cards_box {
    position: relative !important;
    margin: 0 auto !important;
    padding: 15px 0px;
  }

  .solution_card-ap {
    margin-bottom: 10px !important;
  }

  .about-home-main {
    padding: 0 !important;
  }

  .featurette {
    padding: 0 !important;
  }

  .col a {
    font-size: 10px !important;
  }

  .navbar-brand .img-fluid,
  .img-fluid-ramky {
    max-width: 70px !important;
  }

  .footer-menu ul li a {
    font-size: 14px !important;
  }

  .navbar-toggler-icon {
    width: 1rem !important;
    height: 1em !important;
  }

  .about-home-main-container p {
    font-size: 14px !important;
  }

  .about-home-main-container h4 {
    font-size: 23px !important;
  }

  .iframe-ap, .iframe-vl {
    width: 350px !important;
    height: 230px !important;
  }
.villa-house img{
  width: 350px !important;
  width: 330px !important;
}
  /* #v-pills-tabContent img {
    width: 250px !important;
    height: 200px !important;
  } */

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  /* Styles */
}









.navbar-light .navbar-nav .nav-link.active {
  color: #8f3d77;
}

/* .w-100 {
  height: 80vh;
} */

.card-main {
  text-align: center;
}

.card-main .card-body {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}

.card-apartment .card {
  background-color: #8F3D77;
}

.card-apartment a {
  font-size: 16px;
  padding: 6px 20px;
  color: #8f3d77;
  background: #ebd3f5;
  text-decoration: none;
  border-radius: 50px;
}

.card-villa .card {
  background-color: #012C84;
}

.section_our_solution .row {
  align-items: center;

}




/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  /*.our_solution_category .solution_cards_box {
    flex: 1;
  }*/
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
}

.featurette {
  padding: 40px;
}

.about-home-main {
  background-image: url("../img/features.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 180px 0 60px 0;
  position: relative;
}

.about-home-main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(143, 61, 119, 0.7);
  z-index: 0;
}

.about-home-main-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.about-home-main-container h4 {
  font-size: 28px;
  margin: 20px 0;
  color: white;
  font-weight: bold;
}

.about-home-main-container p {
  font-size: 16px;
  color: white;
  text-align: justify;
}

.about-home-main-container h6 {
  font-size: 16px;
  color: white;
}

.about-home-main-container h6 a {
  text-decoration: none;
  color: white !important;
}

.about-home-main-container img {
  border-radius: 10px;
}

.col i {
  display: inline-block;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 50%;
  background-color: #8f3d77;
  width: 40px;
  height: 40px;
  line-height: 20px;
}

.col p {
  font-size: 14px;
  margin: 15px 0;
  font-weight: 600;
}

.col a {
  font-size: 16px;
  text-decoration: none;
  color: grey;
}

.contact-home {
  background-color: #F5E9FA;
}

.contact-home-container {
  width: 80%;
  margin: 0 auto;
}

.contact-home-container h1 {
  font-size: 28;
  color: #8f3d77;
  font-weight: bold !important;
}

.social-box {
  background-color: blue;
  text-align: center;
}

.social-box a {
  text-decoration: none;
}

.social-box a i {
  font-size: 15px;
  background-color: transparent;
}

.facebook {
  background-color: #3B5998;
}

.instagram {
  background-color: #CD486B;
}

.linkedin {
  background-color: #0077B5;
}

.twitter {
  background-color: #1DA1F2;
}

.youtube {
  background-color: #CD3533;
}

.footer-about p {
  font-size: 16px;
  color: white;
  font-weight: 200;
}

.footer-menu {
  text-align: center;
}

.footer-menu a:hover {
  color: white;
}

.footer-menu h5 {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu ul li a {
  line-height: 2;
  color: #0077B5;
  font-size: 16px;
  font-weight: 600;
}

.footer-details h5 {
  font-size: 20px;
  color: white;
}

.footer-details {
  text-align: right;
}

.footer-details h6 {
  font-size: 20px;
  color: #DB7A27;
}

.footer-details a {
  text-decoration: none;
  color: #0077B5;
  line-height: 2;
}

.footer-details a:hover {
  color: white;
}

.copyrights {
  color: white;
}

.copyrights a {
  color: white;
}

/* popup css starts here  */
.popup-1 {
  width: 100%;
  position: fixed;
  top: 4%;
  z-index: 150;
}

.popup-1-container {
  width: 70%;
  margin: 0 auto;
  left: 15%;
  padding: 30px;
  box-shadow: 0px 0px 10px grey;
  background-color: white;
  position: relative;
  overflow-y: scroll;
  height: 80vh;
}

.popup-1-container i {
  font-size: 40px;
  color: black;
  position: fixed;
  right: -80%;
  top: 1%;
  z-index: 180;
  cursor: pointer;
}

.popup-1-container p {
  font-size: 14px;
  color: black;
  font-weight: 200;
}

.popup-2 {
  width: 100%;
  position: fixed;
  top: 4%;
  z-index: 100;
  display: none;
}

.popup-2-container {
  width: 35%;
  margin: 0 auto;
  height: 90vh;
  position: relative;
}

.popup-2-container i {
  position: absolute;
  right: 0%;
  top: 0%;
  font-size: 30px;
  color: black;
  cursor: pointer;
}

.popup-2-container img {
  width: 100%;
  height: 100%;
  display: block;
}

/* css ends here for home page */

/* appartment css starts here  */

.hero-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-buttons {
  margin: 40px 0;
  text-align: center;
}

.about-buttons a {
  background-color: transparent;
  border: 2px solid #8F3D77;
  padding: 10px 20px;
  color: #8F3D77 !important;
  cursor: pointer;
  text-decoration: none;
}

.about-buttons a:hover {
  color: #fff !important;
  font-weight: 500;
}

.appartment-overview-left img {
  width: 100%;
  height: 100%;
}

.navbar-nav li a:after {
  content: "";
  width: 0%;
  background-color: #8f3d77;
  position: absolute;
  left: 0%;
  height: 1px;
  bottom: 0%;
  transition: all 0.4s ease-out;
}

.navbar-nav li a:hover:after {
  width: 100%;
  right: 0;
  transition: all 0.4s ease-in;
}

.call-to-action-header-box {
  padding-top: 45px;
}

.right-logo-box {
  padding: 10px;
}

.appartment-call-to-action a {
  text-decoration: none;
  color: white;
  background-color: #8f3d77;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s ease-out;
  position: relative;
}

.appartment-call-to-action a:hover {
  color: #8f3d77 !important;
  background-color: transparent !important;
  border: 1px solid #8f3d77 !important;
  transition: all 0.4s ease-in;
}

.appartment-logo {
  padding: 20px;
  text-align: center;
}

.appartment-logo img {
  width: 100px;
  height: 75px;
}

.right-logo-img {
  background-color: transparent !important;
}

.navbar-nav li a:hover {
  color: #8f3d77 !important;
}

.appartment-highlights {
  background-color: #8f3d77;
  color: white !important;
  text-align: center;
}

.appartment-highlights-box {
  position: relative;
}

.appartment-highlights-box:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: white;
  right: 0;
  top: 10%;
  position: absolute;
}

.appartment-highlights-box-last:after {
  width: 0;
}

.appartment-highlights-box h4 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}

.about-appartments {
  margin: 40px 0;
}

.about-appartments-left {
  padding: 20px;
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
}

.about-appartments-right {
  padding: 20px;
}

.about-appartments-right iframe {
  padding: 5px;
  box-shadow: 0px 0px 10px grey;
  border-radius: 30px;
}

.button a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 40px;
}

.button a:hover {
  background-color: #8f3d77;
  color: white;
}

.appartment-overview {
  width: 100%;
  background-color: #8f3d77;
  padding: 40px 0;
}

.appartment-overview-container {
  width: 85%;
  margin: 0 auto !important
}

.appartment-overview-left p {
  font-size: 17px;
  font-weight: 600;
}

.appartment-overview-right {
  padding: 20px;
  padding-left: 40px;
  color: white !important
}

.appartment-overview-right h4 {
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}

.appartment-overview-right ul {
  margin-left: -15px;
}

.appartment-overview-right ul li {
  font-size: 17px;
  line-height: 27px;
}

.amenities {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.amenities-container-1,
.amenities-container-2,
.amenities-container-3 {
  width: 85%;
  margin: 0 auto !important;
  text-align: center;
}

.villas-container-1,
.villas-container-2,
.villas-container-3 {
  width: 85%;
  margin: 0 auto !important;
  text-align: center;
}

.amenities h3 {
  font-size: 24px;
  color: #8f3d77;
  margin-bottom: 40px;
  font-weight: bold;
}

.amenities-box {
  padding: 10px;
}

.amenities-box p {
  font-size: 12px;
}

.masterplan {
  text-align: center;
  padding: 40px 0;
  background-color: #F5E9FA;
}

.masterplan h4 {
  font-size: 24px;
  color: #8f3d77;
  margin-bottom: 40px;
  font-weight: bold;
}

.masterplan img {
  padding: 5px;
  box-shadow: 0px 0px 10px grey;
}

.floor-plan {
  width: 100%;
  background-color: #F5E9FA;
}

.floor-plan-container {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
  padding: 40px 0;
}

.floor-plan-container h4 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #8f3d77;
  font-weight: bold;
}

.floor-plan-container .nav-link {
  background-color: white;
  color: #8f3d77;
  font-size: 18px;
  margin: 0;
}

.floor-plan-left {
  margin: 20px;
  width: 45% !important;
  box-shadow: 0px 0px 10px grey;
}

.floor-plan-right {
  margin: 20px;
  width: 45% !important;
  box-shadow: 0px 0px 10px grey;
}

/* #v-pills-tabContent {
  width: 30%;
} */

/* #v-pills-tabContent img {
  width: 400px;
  height: 400px;
} */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #8f3d77 !important;
  color: white !important;
}

.construction-progress {
  background-color: #F5E9FA;
  width: 100%;
  padding: 40px 0;
}

.construction-container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.construction-container h4 {
  font-size: 24px;
  color: #8f3d77;
  font-weight: bold;
  margin-bottom: 30px;
}

.appartment-gallery {
  width: 100%;
  background-color: #F5E9FA;
}

.appartment-gallery-container {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
  padding: 30px 0;
}

.appartment-gallery-container h4 {
  margin: 30px 0;
  font-size: 24px;
  color: #8f3d77;
  font-weight: bold;
}

.appartment-specifications {
  width: 100%;
  background-color: #F5E9FA;
}

.appartment-specifications-container {
  width: 90%;
  margin: 0 auto !important;
  padding: 40px 0;
}

.appartment-specifications-container h4 {
  margin: 30px 0;
  font-size: 24px;
  color: #8f3d77;
  font-weight: bold;
  text-align: center;
}

.specification-1,
.specification-2,
.specification-3 {
  padding: 20px;
  margin: 10px;
  /* width: 31.5% !important; */
  background-color: transparent !important;
}

.accordion-button.acc-apartment-btn:is(.collapsed) {
  background-color: #E7D0DD;
  color: #8f3d77;
  font-weight: bold;
}

.accordion-button.acc-apartment-btn:not(.collapsed) {
  background-color: #E7D0DD;
  color: #8f3d77;
  font-weight: bold;
}

.accordion-body {
  background-color: #F5E9FA;
}

.contact-appartments {
  width: 100%;
  background-image: url("../img/features.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  position: relative;
}

.contact-appartments:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(150, 86, 120, 0.9);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact-appartments-container {
  /* width: 90%;
  margin: 0 auto !important; */
  position: relative;
  z-index: 10;
}

.contact-appartment-left input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: white;
  border: 0;
}

.contact-appartment-left textarea {
  padding: 10px;
  width: 100%;
  border: 0;
}

.appartment-submit {
  border-radius: 20px;
  margin-top: 20px;
}

/* appartment css ends here  */

/*villa css start*/

.villa-highlights {
  background-color: #012C84;
  color: white;
  text-align: center;
}

.villa-highlights-box {
  position: relative;
}

.villa-highlights-box:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: white;
  right: 0;
  top: 10%;
  position: absolute;
}

.villa-highlights-box:last-child:after {
  width: 0;
}

.villa-highlights-box h4 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}

.villa-highlights-box p a {
  color: #fff;
}

.villa-btn {
  text-align: center;
  margin: 30px 0px;
}

.villa-amenities {
  margin: 40px 0;
}

.villa-btn a {
  background-color: #012c84;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #012c84;
  border-radius: 20px;
  padding: 6px 12px;
  color: #fff !important;
}

.villa-btn a:hover {
  background-color: transparent;
  border: 2px solid #012c84;
  border-radius: 50px;
  color: #012c84 !important;
}

.villa-overview {
  background-color: #34569D;
  padding: 40px 0;
}

.villa-overview ul {
  padding: 0 60px;
}

.villa-overview ul li {
  font-size: 16px;
  color: #fff;
}

.villa-overview h4 {
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.villa-amenities h3 {
  font-size: 24px;
  color: #34569D;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.villa-amenities-box {
  text-align: center;
}

.villa-amenities-box p {
  font-size: 12px;
  font-weight: 600;
}

.villa-masterplan h4 {
  font-size: 24px;
  color: #34569d;
  margin-bottom: 40px;
  padding: 35px 0 0px 0;
  font-weight: 600;
}

.villa-masterplan {
  text-align: center;
  /*padding: 40px 0;*/
  background-color: #EFF4FA;
}

.villa-floor-plan-left {
  box-shadow: 0px 0px 10px grey;
  width: 45% !important;
  margin-right: 25px;
}

.villa-floor-plan-left .nav-link {
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
}

.p-l-r-20 {
  padding: 0 10px !important;
}

.villa-contact-bg:after {
  background-color: #012C84CC;
  opacity: 0.8;
}

.accordion-button.acc-villa-btn:is(.collapsed) {
  background-color: #DFE9F5;
  color: #012c84;
  font-weight: bold;
}

.accordion-button.acc-villa-btn:not(.collapsed) {
  background-color: #DFE9F5;
  color: #012c84;
  font-weight: bold;
}

.accordion-body-villa {
  background-color: #DFE9F5;
}

/*phone icon side popup*/
.fixed_phnicon {
  position: fixed;
  top: 50%;
  z-index: 99;
  background-color: #8f3d77;
  font-size: 24px;
  right: 0;
  padding: 10px 13px;
  color: #fff;
  border-radius: 50%;
}

span.hover_text {
  position: fixed;
  top: 50%;
  z-index: 999;
  right: 0;
  background: #8f3d77;
  color: #fff;
  padding: 0 0 6px 21px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
}

.hover_phnicon {
  font-size: 16px;
  color: #fff;
  padding: 10px 13px
}

span.hover_text a {
  color: #fff;
  text-decoration: none;
}

.propertyname {
  position: absolute;
  top: -100px;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
}

/*popusp pages*/

.pagespopups .modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagespopups .modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.pagespopups .modal-bg {
  position: absolute;
  background: #8f3d77eb;
  width: 100%;
  height: 100%;
}

.pagespopups .modal-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  width: 600px;
  height: auto;
}

.pagespopups .modal-container h4 {
  color: #8f3d77;
}

.pagespopups .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  appearance: none;
  color: #ffffff;
  background: #8f3d77;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
}

/*villa*/

.pagespopups-villa .modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagespopups-villa .modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.pagespopups-villa .modal-bg {
  position: absolute;
  background: #012c84e6;
  width: 100%;
  height: 100%;
}

.pagespopups-villa .modal-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  width: 600px;
  height: auto;
}

.pagespopups-villa .modal-container h4 {
  color: #012C84;
}

.pagespopups-villa .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  appearance: none;
  color: #ffffff;
  background: #012C84;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
}

#sidebar {
  display: none;
}

.mobile_icon:hover #sidebar {
  display: block;
}

.villa-mobile-icon span.hover_text {
  background-color: #012c84;
}

.villa-mobile-icon .fixed_phnicon {
  background-color: #012c84;
}