body {
  background-color: #f6f5f1;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  overflow-x: hidden;
  font-variation-settings:
    "wdth" 100;

}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;

}

h1,
h2,
h3 {
  text-transform: capitalize;
}

p {
  line-height: 23px;
}

h1 {
  font-size: 46px;
  position: relative;
  font-weight: 700;
  color: #fff;
}



h2 {
  font-size: 35px;
  position: relative;
  display: inline-flex;
  z-index: 2;
}


h3 {
  font-size: 28px;
  letter-spacing: 1;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 18 px;
  color: #170c31;
  position: relative;

  font-weight: 500;
}

.line1 {
  background-image: url("../img/ahj.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 35px;
  height: 12px;
  position: relative;
}

.line2 {
  background-image: url("../img/ahj.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 35px;
  height: 12px;
  position: relative;
}




a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: initial;
  line-height: initial;
}


p {
  letter-spacing: initial;
  line-height: 23px;
  font-size: 17px;
}

.btan a {
  color: #170c31;
  border: 1px solid #838383;
  /* background: #170c31; */
  background-size: auto;
  background-size: auto;
  background-size: 400% 400%;
  outline: rgba(244, 241, 232, 0.29) solid 2px;
  padding: 12px 30px;
  font-size: 19px;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border-color: #170c31;
  /* width: 100%; */
  text-align: center;
}

.btan a:hover {
  background-color: #170c31;
  color: #fff;
  transition: 1s;
}



/* =============sticky_icon==================== */

.sticky_icon {
  display: none;
}


.heading {
  position: relative;
  padding-left: 12px;
}

.heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #170c31;
}



.fixed-tag {
  position: fixed;
  top: 0;
  z-index: 9999;
}


/* =========================header start========================= */
.hero-5-scroll-wrap {
  height: 32px;
  width: 20px;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
}


.scroll-down {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 340px);
  height: 88px;
  width: 680px;
  text-align: center;

  z-index: 99;

}

.hero-5-scroll-wrap::before {
  content: "";
  height: 6px;
  width: 2px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-animation: scrollMove 1.5s infinite;
  animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {

  to {
    transform: translateY(12px);
    transition: 0.3s;
    opacity: 0.2;
  }

  from {
    transform: translateY(0%);
    transition: 0.3s;

  }

}




.phone_none {
  display: flex;
  border: 1px solid #ccc;
}

.phone_none select {
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  width: 110px;
  appearance: none;
  -webkit-appearance: none;
  border-right: 1px solid #ddd;
  background-color: none;
}

.phone_none input {
  border: none !important;
  padding: 10px;
  font-size: 14px;
  flex: 1;
  outline: none;
  z-index: 99;
  position: relative;
}

.phone_none input::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}



.phone_none input {
  background-color: #fff !important;
  color: #000000 !important;
  width: 100%;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
  }
}


.header {
  padding: 6px 0;
  z-index: 999;
  margin: 0 auto;
  border-left: transparent;
  border-right: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #170c31;
  border-bottom: 2px solid rgb(146, 96, 15);
}



.header a {
  color: #ffffff !important;

}


.logo_1{
   filter: brightness(0) invert(1);
}

/* STICKY STYLES
    â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background-color: #ffffff;
  border-bottom: none;
  height: auto;
  right: 0;
  top: 0;
  left: 0;

}

.header.is-sticky .menu {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: 0px solid #170c31;
  border-right: 0px solid #170c31;
}



.header .contect-us {
  border: 1px solid #838383;
  border: 1px solid #838383;
  background: linear-gradient(-45deg, #261b07e3, #170c31, #261b07e3, #170c31);
  background-size: auto;
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  border-radius: 10px;
  outline: rgba(244, 241, 232, 0.29) solid 2px;
  padding: 11px 13px;
  border-radius: 10px;
  outline: rgba(244, 241, 232, 0.29) solid 2px;
  padding: 11px 13px;

}





@keyframes trin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}


.header .contect-us ul li .fa {
  color: #170c31;
  padding: 6px;
  border-radius: 70px;
  background-color: #fff;
  animation-name: trin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

.header .contect-us ul li span {
  color: #ffffff;
}

.header .contect-us ul li a {
  background: transparent;
  padding: 0px;
}

.header .contect-us ul li a:hover {
  background: transparent;
  padding: 0px;
}



@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}



.menu ul li {
  display: inline-block;
  margin: 0 2px;
}


.header .menu ul li a {
  position: relative;
  padding: 8px 14px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.header .menu ul li a.active {
  color: rgb(255, 255, 255) !important;
}

.header ul li a:hover {
  transform: all 0.5s;
  color: #170c31 !important;


}


/* =========header closed========= */


/* ===========================banner = style = start ===================== */













.banner .banner_wrapper_text .bgk ul li h3 {
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 2px;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}


.banner .banner_wrapper_text .bgk ul li p {
  font-size: 54px !important;
  font-weight: 623;
  padding-top: 14px;
}

.banner .banner_wrapper_text .banner_highlight h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 7px;
  box-shadow: 0 2px 5px -2px;
  background: linear-gradient(-45deg, #261b07e3, #170c31, #261b07e3, #170c31);
  background-size: auto;
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}



@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}



.banner .banner_wrapper_text h3 {
  font-size: 21px;
  color: #ffffff;
}

.banner .banner_wrapper_text .price_bg {
  padding: 11px;
  width: 469px;
  background: #170c31;

}

.banner .banner_wrapper_text h5 {
  background: #170c31;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  font-size: 25px;
  font-weight: bold;

}

.banner .banner_wrapper_text i {
  color: #ffffff;
}

.banner .banner_wrapper_text h6 {
  font-size: 17px;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  color: #fff !important;
  letter-spacing: 1.2px;
  position: relative;
}

.banner .banner_wrapper_text h6::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #170c31;
  width: 97px;
  height: 3px;
  content: "";
}



.banner .banner_wrapper_text ul li h5 {
  font-size: 26px;

}

.banner .banner_wrapper_text {
  position: relative;
  padding: 31px 28px;
  position: relative;
}

.banner_bg .banner h4 {
  display: none;
}

.banner .banner_text .form_section {
  padding: 28px 42px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;
  width: 364px;
  border: 1px solid #fff;
  background-color: #170c31;
}


.banner .banner_text .form-control::placeholder {
  color: #514b4b !important;
}


.form-label {
  color: #4f4b4b;
  text-align: left !important;
  float: left;
  margin-left: 5px;
}

.banner_form .form-control {
  background: none;
  border: 1 px solid #fff !important;
}

.banner .banner_text .text_form {
  height: 45px;
  padding: 9px 52px !important;
  background: #fcfbfb;
  border: transparent;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-bottom: 1px solid #fff;
  color: #1a1a1a !important;
  border-radius: 0;
}


.banner .banner_text .icon-inside {
  color: rgb(0, 0, 0);

}

.text_form {
  height: 45px;
  padding: 12px 52px !important;

  background-color: #fff !important;
}


#exampleModal .phone-group{
  width: 94%;
  padding: 0;
  border: 1px solid #929292;
}


.icon-inside {
  position: absolute;
  width: 50px;
  height: 44px;
  top: 0;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: rgb(0, 0, 0);
  z-index: 3;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.form_section p {
  color: #ffffff;
  border-bottom: 4px solid #f4f1e8;
  border-bottom-style: solid;
  border-bottom-style: solid;
  padding: 0px 0 10px 0;
  border-style: double;
}

.banner .banner_text .form_section h3 {
  color: #170c31;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #fff;
  background: #fff;
}

.form_bottom .form_section {
  padding: 28px 42px;
  border: 3px solid #a67c3c;
  position: relative;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  margin: 12px 26px;

  /* background: #fff; */

}


#SubmitQuerytop {
  border: 1px solid #838383;
  background: #a67c3c;
  background-size: auto;
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 42px;
  border: none;
  font-weight: bold;
  border-radius: 9px;
  transition: 0.3s;
  padding: 12px 0px;
}



.img_high {
  position: absolute;
  top: 6%;
  z-index: 99;
  right: 48%;
}

.img_high img {
  width: 109px;
}




/* slider */


.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots {
  bottom: 7px;
  z-index: 99;
}

.slick-dots li.slick-active button::before {
  opacity: .95;
  color: #ffffff;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
}

/* =============== banner start style closed ========================= */



/* popup form on restart */

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.madal-reload .modal-dialog {
  position: relative;
  width: 461px !important;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  justify-content: center;
  display: flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}


.madal-reload .modal-header {
  padding: 0;
  height: 0;
  border: 0;
  display: block !important;
}

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
  margin: 12px;
}

.madal-reload .form-control {
  background-color: #fff !important;
  border: 1px solid #929292;

}


.madal-reload #SubmitQuerytop {
  border: 1px solid #838383;
  background: #170c31;
  background-size: auto;
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
}

.madal-reload h5 {
  color: #000000;
  font-size: 26px;
}

.madal-reload p {
  border-top: 1px solid #959595;
}



.madal-reload .motal_form_text span i {
  color: #170c31;
}

.madal-reload .motal_form_text h3 {
  font-size: 25px;
}

.btan_g {
  background: #170c31;
  border: 2px solid #170c31;
  padding: 0px 6px;
  color: #fff;
  font-size: 27px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  float: right;
  border-radius: 0;
}



.call_now {
  border: 1px solid #838383;
  background: linear-gradient(-45deg, #261b07e3, #170c31, #261b07e3, #170c31);
  background-size: auto;
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  width: 100%;
  color: #fff;
  font-size: 19px;
}

.btn:hover {
  background-color: #170c31;
}

.call_now .fa {

  color: #fff;
  font-size: 19px;
}

/*  */



/* =============== banner start style closed ========================= */

  
      .architecture-section {
         background: #170c31;
         border-top: 2px solid rgb(146, 96, 15);
         color: #ffff;

      }


      .section-tag {
         letter-spacing: 3px;
         font-size: 12px;
         color: #a88b5d;
         margin-bottom: 10px;
      }


      .main-heading {
         font-size: 30px;
         color: #a67c3c;
         font-weight: 600;
      }

      .description {
         margin-top: 15px;
         color: #ffffff;
         font-size: 15px;
         line-height: 1.7;
         text-align: justify;
      }


      .btn-custom {
         background: #a67c3c;
         color: #fff;
         padding: 12px 25px;
         border-radius: 0;
         font-size: 13px;
         letter-spacing: 1px;
      }

      .btn-custom:hover {
         background: #8a723e;
         color: #fff !important;
      }

      .main-img img {
         border-radius: 4px;
      }

      .small-img {
         position: absolute;
         bottom: 20px;
         left: 30px;
         width: 60%;
         border: 5px solid #fff;
      }

      .tag-box {
         position: absolute;
         top: 20px;
         right: 30px;
         background: #fff;
         color: #000;
         padding: 10px 15px;
         font-size: 12px;
         border: 1px solid #ddd;
      }

      
      .pricing {
         padding: 60px 20px;
         background: #f4f1ec;
      }

      .pricing-wrapper {
         display: flex;
         justify-content: center;
         gap: 30px;
         flex-wrap: wrap;
      }

      .card-con {
         font-weight: 700;
         font-size: 20px;
      }

      .main-title h2 {
         font-size: 32px;
         font-weight: 600;
         color: #000000;
      }

      .card {
         background: #fff;
         width: 320px;
         border-radius: 8px;
         box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
         text-align: center;
         position: relative;
         overflow: hidden;
      }

      /* HEADER SHAPE */
      .card-header {
         color: #fff;
         padding: 30px 20px 70px;
         position: relative;
         clip-path: polygon(0 0, 100% 0, 95% 85%, 50% 100%, 5% 85%);
      }

      .basic .card-header {
         background: #170c31;
      }

      .allprice {
         position: absolute;
         bottom: 0px;
         width: 60%;
         left: 50%;
         transform: translateX(-50%);
         background: #a67c3c;
         padding: 15px 25px;
         border-radius: 10px;
         color: #ffffff;
         font-size: 22px;
         font-weight: bold;
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      }

      .allprice span {
         font-size: 13px;
      }

      /* BODY */
      .card-body {
         padding: 20px 25px 25px;
      }

      .card-body ul {
         list-style: none;
         margin-bottom: 20px;
         padding: 0;
      }

      .card-body ul li {
         padding: 8px 0;
         font-size: 17px;
         font-weight: 700;
         color: #555;
      }

      .card-body ul li i {
         margin-right: 8px;
      }


      .fa-times {
         color: #e74c3c;
      }

    
      .highlight-section {
         background: #170c31;
         padding: 70px 0;
         color: #cfe3d8;
         font-family: 'Poppins', sans-serif;
      }


      .sub-title {
         color: #b89b5e;
         letter-spacing: 5px;
         font-size: 12px;
      }

      .main-titlee {
         color: #fff;
             font-size: 32px;
    font-weight: 600;
      }

      .main-titlee span {
         color: #a67c3c;
         margin-left: 8px;
         font-weight: 700;
         /* font-style: italic; */
      }

      .main-title span {
         color: #170c31;
         margin-left: 8px;
         /* font-style: italic; */
      }



      .feature-item {
         display: flex;
         align-items: center;
         gap: 15px;
      }

      .feature-item h5 {
         color: #fff;
         font-size: 18px;
      }

      .feature-item p {
         font-size: 13px;
         color: #dadada;
         max-width: 240px;
      }


      .icon-circle {
         width: 45px;
         height: 45px;
         border: 1px solid #a67c3c;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #a67c3c;
         flex-shrink: 0;
      }

      .highlight-section i {
         color: #ffffff;
      }


      .circle-wrapper {
         position: relative;
         width: 280px;
         height: 280px;
         margin: auto;
      }

      .center-circle {
         width: 200px;
         height: 200px;
         border-radius: 50%;
         border: 2px solid rgba(212, 176, 106, 0.4);
         display: flex;
         align-items: center;
         justify-content: center;
         position: relative;
         background-image: url("../image/amenities-3.jpeg");
         background-position: center;
         background-size: contain;
      }

      .center-circle::before,
      .center-circle::after {
         content: "";
         position: absolute;
         width: 100%;
         height: 100%;
         border: 1px solid rgba(212, 176, 106, 0.3);
         border-radius: 50%;
         animation: ripple 3s infinite;
      }

      .center-circle::after {
         animation-delay: 1.5s;
      }

      @keyframes ripple {
         0% {
            transform: scale(1);
            opacity: 0.6;
         }

         100% {
            transform: scale(1.6);
            opacity: 0;
         }
      }

      .play-btn {
         width: 70px;
         height: 70px;
         background: #170c31;
         color: #ffffff;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 28px;
         cursor: pointer;
         transition: 0.3s;
         border: 1px solid #fff;
      }

      .play-btn:hover {
         transform: scale(1.1);
         background: #e5c17c;
      }



      .circle {
         position: absolute;
         border-radius: 50%;
         border: 1px solid rgba(255, 255, 255, 0.1);
      }

      .circle.outer {
         width: 100%;
         height: 100%;
      }

      .circle.middle {
         width: 220px;
         height: 220px;
         top: 30px;
         left: 30px;
         border-style: dashed;
      }

      .center-content {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         text-align: center;
      }

      .center-content h2 {
         font-size: 70px;
         color: #a67c3c;
      }

      .center-content p {
         letter-spacing: 3px;
      }

      .center-content span {
         font-size: 10px;
         color: #9fbdb0;
      }

      .stats-row {
         border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      .stats-row h4 {
         color: #a67c3c;
      }

      .stats-row p {
         font-size: 13px;
         letter-spacing: 2px;
         color: #ffffff;
      }

     
      .amenities-section {
         background: #f8f6f3;
      }

      .title-line {
         font-weight: 600;
         font-size: 32px;
         position: relative;
         display: inline-block;
         padding: 0 20px;
      }

      .title-line::before,
      .title-line::after {
         content: "";
         position: absolute;
         top: 50%;
         width: 80px;
         height: 1px;
         background: #a67c3c;
      }

      .title-line::before {
         left: -90px;
      }

      .title-line::after {
         right: -90px;
      }

      .subtitle {
         max-width: 800px;
         margin: 10px auto 0;
         color: #666;
         font-size: 14px;
      }

      /* Icons */
      .icon-circle {
         width: 90px;
         height: 90px;
         border: 2px solid #cfcfcf;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: auto;
         font-size: 28px;
         color: #8c8c8c;
         transition: 0.3s;
      }

      .green {
         border-color: #a67c3c;
         color: #ffffff;
         background-color: #170c31 !important;
      }

      .icon-circle.gold {
         border-color: #c79b3b;
         color: #c79b3b;
      }

      .amenity-item p {
         margin-top: 10px;
         font-size: 14px;
         font-weight: 500;
      }

      .amenity-item:hover .icon-circle {
         transform: translateY(-5px);
      }

      /* Banner */
      .amenities-banner {
         position: relative;
         border-radius: 6px;
         overflow: hidden;
      }

      .amenities-banner img {
         height: 220px;
         object-fit: cover;
         width: 100%;
         display: block;
      }

      /* DARK OVERLAY */
      .amenities-banner::after {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: rgba(0, 0, 0, 0.5);
         /* adjust darkness here */
         z-index: 1;
      }

      .amenities-btn {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         padding: 10px 20px;
         background: #a67c3c;
    color: #fff;
         font-weight: 500;
         border-radius: 4px;
         z-index: 2;
      }

   
      .gallery-section {
         background: #f4f1ec;
         padding: 2rem 0rem;
      }

      .gallery-title {
         font-size: 32px;
         font-weight: 600;
         color: #000000;
      }

      .gallery-subtitle {
         font-size: 14px;
         color: #666;
      }

      /* Image */
      .gallery-item img {
         width: 100%;
         height: 250px;
         object-fit: cover;
         border-radius: 6px;
         transition: 0.3s ease;
      }

      .gallery-item img:hover {
         transform: scale(1.05);
      }

      /* NAV BUTTONS */
      .owl-nav {
         display: none;

      }
  
      .location-section {
         background: #f8f5f1;
      }

      .small-text {
         letter-spacing: 3px;
         font-size: 12px;
         color: #9a8c7a;
      }

      .main-title {
         font-size: 32px;
         font-weight: 600;
         color: #170c31;
      }

      .main-title span {
         margin-left: 10px;
         color: #b8892d;
        
      }

      .desc {
         color: #6c7a73;
         font-size: 15px;
      }

      /* Accordion */



      .number {
         background: #b8892d;
         color: #fff;
         border-radius: 50%;
         padding: 6px 10px;
         font-size: 12px;
         margin-right: 10px;
      }

      /* Info Box */
      .map-box {
         display: flex;
         justify-content: space-between;
         padding: 15px;
         border: 1px solid #ddd;
         margin-bottom: 10px;
         padding: 12px;
         background: #fff;
         border-radius: 5px;
         font-size: 15px;
      }

      /* Map */
      .map-box {
         border: 1px solid #ddd;
         padding: 12px;
         background: #fff;
      }
  

      @media (max-width: 992px) {
         .highlight-section{
            padding: 40px 0px;
         }
         .feature-item {
            justify-content: center;
            text-align: start;
         }
         .stats-row p{
            font-size: 11px;
            margin-bottom: 8px;
         }
          .pricing{
            padding: 20px 0px;
         }
         .card{
            width: 95%;
         }
         .pricing-wrapper {
            flex-direction: column;
            align-items: center;
         }

          .title-line::before,
         .title-line::after {
            display: none;
         }
         .amenities-btn{
            width: 85%;
         }

         .icon-circle {
            width: 70px;
            height: 70px;
            font-size: 22px;
         }


      }
  

 


/* ==========================footer form style start===================================== */



/* =======================amenities style start ===================== */

/* =======================amenities style start ===================== */







.footer_bg {
  background-image: url("../img/amenities_bg.png");
  padding: 40px 0;
  color: #fff;
  position: relative;
  background-size: cover;
}

.footer_bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(254, 254, 254, 0.49);
  position: absolute;
  top: 0;
  right: 0;
}




.footer {
  position: relative;
  z-index: 1;
}

.footer_bg h3 {
  position: relative;
  color: #000;
}


.footer_contant p {
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 1.1px;
  color: #1a1a1a;
  text-align: justify;
}

.footer_contant .contact_us ul li i {
  font-size: 14px;
  color: #fff;
  background-color: #170c31;
  border-radius: 50pc;
  padding: 15px;
}

.footer_contant .contact_us ul li p {
  color: #170c31;
  font-weight: bold;
}

.footer_contant .contact_us ul li span {
  font-size: 18px;
  color: #000000;
}


.contect-form {
  background-color: #170c31;
  margin: 0 50px;
  padding: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: 18px solid #170c31;
}

.contect-form h3 {
  position: relative;
  background-color: #fff;
  font-size: 18px !important;
  padding: 5px;
  text-align: center;
}


.foooter_form .form-control::placeholder {
  color: #000000;

}



.footer_b .information-web {
  margin: 0 auto;
  font-size: 14px;
  color: #000;
}

.footer_b ul li {
  display: inline-block;
  border: 1px solid #000;
  padding: 4px;
  margin: 4px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;

}

.footer-bootom {
  border-top: 1px solid #1b1b1b;

  padding: 23px 0;
  color: #000000;
}

.footer-bootom ul a {
  font-size: 16px;
  color: #170c31;
}


/* ====================================footer  form style end===================================================== */
















/* scroll style btn css=========== */

.go-top {
  position: fixed;
  bottom: 9%;
  right: 3%;

  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 991;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f062";
  padding: 13px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  background: linear-gradient(to right, #170c31d9, #170c3185);
  border-radius: 25px;
  left: 0;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: 'Questrial';
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}





/* ==============================responsiive================================================== */



@media only screen and (min-width: 991px) and (max-width: 1600px) {

  h1 {
    font-size: 27px;
  }

  h3 {
    font-size: 22px;
  }

  .header .menu ul li a {
    padding: 0 11px;
    font-size: 14px;

  }

  /* 
  .header .logo img {
    width: 200px !important;
  } */

  .header .contect-us {
    padding: 7px 8px;
  }

  .header .contect-us ul li a {
    font-size: 13px;
  }

  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 31px !important;
    font-weight: 623;
    padding-top: 12px;
    margin-top: 5px !important;

  }

  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    font-size: 16px;
    letter-spacing: 0.3px;
  }


  .banner .banner_text .form_section {
    width: 290px;
    padding: 28px 34px;
  }



  .banner .banner_text .text_form {
    height: 34px;
    padding: 2px 32px !important;
    font-size: 13px;
    color: #232323 !important;
    border-radius: 0;
  }

  .banner .banner_text .form_section h3 {
    font-size: 14px;
    padding: 7px;
  }

  #SubmitQuerytop {
    font-size: 14px !important;
    height: 40px;
  }

  .call_now {
    font-size: 14px;
  }

  .call_now .fa {
    color: #fff;
    font-size: 14px;
  }

  .banner .icon-inside {
    position: absolute;
    width: 33px;
    height: 32px;
    left: 1px;
    top: 0;
    pointer-events: none;
    font-size: 18px;
    font-size: 14px;
    color: #000000;
    z-index: 3;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bgk {
    margin-top: 30px !important;
  }

  .form_section p {
    font-size: 13px;
  }

  .highlight_tag img {
    width: 150px;
  }

  .madal-reload .modal-dialog {
    width: 416px !important;
  }

  .btan_g {
    padding: 3px 9px;
    font-size: 15px;
  }

  .madal-reload h5 {
    font-size: 21px;
  }

  .project_box .projects_text h6 {
    font-size: 14px;
  }

  .project_box .projects_text h5 {
    font-size: 20px !important;
  }


}



@media only screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }



  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    width: 70%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
  }

  .header .menu a {
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    justify-content: flex-start;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;

  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }



  .mobilemenu {
    position: relative;
    background-color: #ffffff;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -19px;
    cursor: pointer;
  }




  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #000000;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #000000;
  }



  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    left: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }




  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color: transparent;
  }

  .header {
    position: fixed;
    top: 0;
    padding: 10px 8px 6px !important;
  }

  .banner_bg .banner_img .img_banner img {
    height: 727px;
  }

  .banner_slider_text h5 {
    padding: 12px 0;
  }

  .banner_bg .banner h4 {
    display: block;
    margin: 13px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: linear-gradient(to right, #170c31d9, #170c3185);
    width: 50px;
    height: 50px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }

  .banner h4 h3 {
    color: #fff;
    border: 2px solid #ffffff;
    padding: 12px 39px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
    font-size: 20px !important;
  }

  .form_section {
    margin: 0;
  }

  .header .contect-us {
    display: none;
  }



  /* ========================sticky_icon mob====================================== */

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }


  .sticky_icon ul li a {
    color: #ffffff;
  }

  .sticky_icon ul li {
    background-color: #170c31;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }

  .footer-bootom {

    padding: 23px 0 70px 0;
  }

  .contect-form {

    margin: 0 0px;

  }


  .high_img {
    position: absolute;
    z-index: 9;
    top: 13%;
    right: 14%;
  }

  .header .menu {
    background-color: transparent;
    padding: 0PX;
    border-radius: 0PX;
    border-bottom: 0px solid #170c31;
    border-right: 0px solid #170c31;
  }



  .banner .banner_wrapper_text {
    margin: 0 0 0 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    outline: none;
  }

  .location_img::after {
    display: none;
  }




  .banner .banner_wrapper_text .bgk ul {
    width: 100%;
  }

  .banner .banner_wrapper_text .price_bg {
    width: 100%;

  }

  .banner_bg {
    margin: 0;
  }


  .img_high img {
    width: 74px;
  }

  .Banner-form {
    width: 100%;
    position: relative;
  }


  .virtual_side_bg::after {
    width: 100%;
  }

  .footer_bg {
    padding: 20px 0 20px;
  }


}

@media only screen and (max-width: 767px) {

  p {
    font-size: 16px;
  }

  h1 {
    color: #2e7373;
  }

  .banner .banner_wrapper_text i {
    color: #170c31;
    background: #ffffff;
  }

  .banner-highlight p {
    background: #170c31 !important;
    color: #ffffff !important;
  }

  .banner .banner_wrapper_text h6 {
    color: #000 !important;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    color: #ffffff;
  }


  .banner .banner_wrapper_text ul li h5 {
    font-size: 24px;
  }

  .banner_bg .banner_img .img_banner img {
    height: 250px;
  }

  .banner_text {
    z-index: 99;
    position: relative;
    padding-bottom: 29px;

    padding-top: 15px;

  }

  .banner .banner_wrapper_text ul li h5 {
    font-size: 21px;
  }

  .banner .banner_wrapper_text .bgk ul li i {
    font-size: 42px;

  }


  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid #000000;
  }


  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 40px !important;
    font-weight: 623;
    color: #000;
  }


  .about_img .image2 img {
    display: none;
  }

  .high_img {
    position: absolute;
    z-index: 9;
    top: 31%;
    right: 6%;
  }

  .high_img img {
    width: 147px;
  }


  .mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 10px;
  }

  .mb-tabl {
    margin-bottom: 30px;
  }

  .mt-tabl {
    margin-bottom: 30px;
  }


  .gallery_img {
    margin: 0px;
  }




  .project_box .bg_high li {
    font-size: 14px;
  }


  .img_high {
    position: absolute;
    top: 3%;
    z-index: 99;
    right: 11%;
  }

  .img_high img {
    width: 64px;
  }



  .virtual_side .virtual_text .fa-circle-play {
    font-size: 59px;
  }

  .virtual_side .virtual_text h3 {
    font-size: 26px;
    letter-spacing: 2px;

  }


  .virtual_side_bg {
    padding: 80px 0;
  }

  .form_bottom .form_section {
    margin: 0px 0px;
    padding: 28px 16px;
  }

  .form_section p {
    border-bottom: 4px double #170c31;
    font-size: 14px;
  }

  .form_title {
    color: #000000;
    /* background: #2e7373; */
    padding: 4px 0;
    border-radius: 5px;
    font-size: 20px;
  }

  .text_form {
    height: 45px;
    background-color: #fff !important;
  }


  .Banner-form-mb .text_form {
    padding: 12px 40px !important;
  }

  .Banner-form-mb .icon-inside {
    left: -4px;
  }



}




/* ===== Icon Wrapper ===== */
.icon_wrap {
  width: 100%;
  background: linear-gradient(135deg, #170c31, #170c31);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.icon_wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.projects_text {
  padding: 20px 4px;
  text-align: center;
}

/* .amenity_card:hover .icon_wrap {
  background: #fff;
} */

/* .amenity_card:hover .icon_wrap img {
  transform: scale(1.1);

} */

/* ===== Responsive ===== */
@media (max-width: 991px) {
.header .menu ul li a.active{
  color: #000 !important;
}
#projectModal .btn-close{
          position: absolute !important;
        color: #ffffff !important;
        top: 45% !important;
        /* background: #000 !important; */
        opacity: 1;
 }

  .amenity_card {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
 

  .amenity_card {
    margin-bottom: 10px 10px;
  }
}


/* end */