/* -------------------------------------------
  Name:       Gaur 22D
  Version:    1.0
  Developer:  Sunil kumar
  ------------------------------------------- */
/*--------------------------------------------*/

/* ========common css start here======= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;

}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

a {
  transition: 0.4s all ease-in-out;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2 {
  font-weight: 800;
}

h3,
h4 {
  font-weight: 700;
}

h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 34px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

.padd-50 {
  padding: 30px 0;
}

.title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* ========common css end  here======= */
/*======Header sec css start here====*/
header.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

header.header ul.navbar-nav li a {
  color: #000 !important;
  padding: 8px 15px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

.btn-call i {
  width: 34px;
  height: 34px;
  background-color: #068d25;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
  line-height: 34px;
  margin-right: 10px;
  color: #fff;
}

.btn-call span.clltxt {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.btn-call span {
  font-weight: 600 !important;
  color: #000;
  text-transform: uppercase;
}


header.header ul.navbar-nav li a:hover {
  color: #5ea709 !important;
}

header.header ul.navbar-nav .active a {
  color: #29759f !important;
}

.thm-btn {
  background-color: #02310D;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.thm-btn:hover {
  color: #fff;
  background-color: #031f09;
}

.fixed-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #fff;
  z-index: 2;
}

nav.navbar {
  padding: 0;
}

/*======Header sec css end  here====*/
/*======banner sec css start here====*/
.banner-section {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.banner-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #0000008c, rgb(9 9 9 / 62%), rgb(1 1 1 / 9%), rgb(52 78 65 / 1%));
}

.banner-section .container {
  position: relative;
}

.banner-text h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.banner-text h2 {
  font-size: 1.5rem;
  color: #fff;
}

.banner-text ul {
  list-style-type: none;
  padding-left: 0;
}

.banner-text ul li::before {
  content: "ÃƒÂ¢Ã¢â‚¬â€Ã¢â‚¬ ";
  color: #ff6600;
  margin-right: 8px;
}

.form-section {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-section h2 {
  font-size: 22px;
  color: #333;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 25px;
  padding: 0 !important;
  font-weight: 700;
}

.form-section .form-control {
  font-size: 14px;
  padding: 10px;
}

.form-section .small {
  text-align: center;
  font-size: 16px;
}

.form-section .small span {
  font-size: 22px;
  color: #02310D;
}


#banner-form .input-group-text {
  background: #02310D;
  color: #fff;
  font-size: 13px;
  border: 1px solid #02310D;
}

#banner-form input:focus {
  outline: none;
  box-shadow: none;
}

.baner-text h2 {
  font-size: 24px !important;
}

.baner-text strong {
  font-size: 22px;
}

.baner-text h1 {
  text-transform: uppercase;
  font-size: 36px !important;
  letter-spacing: 1px !important;
}

.baner-text h2 {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #e7b354;
  letter-spacing: 4px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}

.banner-high {
  margin: 0;
  font-size: 16px;
  padding-bottom: 10px;
  letter-spacing: 0.6px;
  background-color: #0000007d;
  width: fit-content;
  padding: 3px 10px;
  font-weight: 500;
}

.banner-typology {
  margin-top: 20px;
}

.banner-typology .banner-typology-detail {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}

.banner-price {
  margin: 25px 0;
}

.banner-price .banner-price-detail {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.banner-price .banner-price-detail span {
  font-size: 30px;
  animation: price-blink 1s infinite;
}

@keyframes price-blink {
  50% {
    color: #ffa500;
  }

  50% {
    filter: #ffa500;
  }
}

.check-icon {
  width: 24px;
  border: 1px solid #b09677;
  border-radius: 50%;
  padding: 3px;
  margin-right: 5px;
}

/*======banner sec css end  here====*/

.overview-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
}

.img-wrapper {
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.16);
  border: 15px solid #fff;
  border-radius: 5px;
}

#highlights {
  background: #203504;
}

.number-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #02310D;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 16px;
}

.highlight-box h6 {
  font-size: 16px;
}

.highlights-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.highlight-box:hover {
  background-color: #f8f9fa;
  transform: translateY(-4px);
  transition: 0.3s ease;
}

.highlight-box {
  padding: 10px !important;
  transition: 0.4s all ease-in-out;
}

.btn.btn-outline-primary {
  border-color: #02310D;
  color: #02310D;
  line-height: 25px;
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px !important;
}

.btn.btn-outline-primary:hover {
  background: #02310D;
  color: #fff;
}

.cost-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*=====price-sec css end  here====*/

#plan {
  background: #203504;
}

.card img {
  object-fit: cover;
  width: 100%;

}

.card-title {
  font-weight: 800;
  font-size: 20px;
}

section#gallery {
  background: #fff !important;
}

.gallery-box img {
  border-radius: 5px;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.card {
  border: 1px solid #ddd !important;
}

section#amenities {
  background: #203504;
}

.amenity-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid #e1e1e1 !important;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.amenity-card h6 {
  margin: 0;
  font-size: 15px;
  color: #203504;
  font-weight: 700 !important;
}

.amenity-card img {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  filter: brightness(0%);
}

.map-text ul li {
  color: #403e3e;
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.map-text ul li p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}

.map-text ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  content: "\f061";
  color: #000;
}

.location-img img {
  width: 100%;
  border-radius: 5px;
}

.location-img {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ui-text p {
  color: #403e3e;
  font-weight: 600;
  line-height: 25px;
  font-size: 14px;
}

footer {
  background: #203504;
}

footer a {
  color: #fff2f2;
}

.call {
  width: 40px;
  position: fixed;
  bottom: 10px;
  left: 7px;
}

.whatsapp img,
.call img {
  width: 100%;
}

.whatsapp {
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 7px;
}

.error {
  color: #dc3545;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

.error {
  border-color: #ff0000 !important;
}

/*=========lead form sec css start here======*/
#form-modal .modal-dialog {

  max-width: 450px;
}

#form-modal .modal-header {
  text-align: center;
  background: #203504;
  color: #fff;
  padding: 10px 15px;
}

#form-modal .modal-header h5 {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.form-info form label {
  margin-bottom: 5px;
  color: #0c0c0c;
  font-weight: 500;
  font-size: 14px;
}

.form-info button {
  background: #203504;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inherit;
  color: #000;
  font-weight: 600;
  padding: 10px 10px;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s all ease-in-out;
  color: #fff;
}

#form-modal .modal-header .btn-close {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.form-info .form-group input.form-control {
  padding-left: 5px !important;
}

.form-info .form-group input.form-control {
  height: 40px;
  outline: none;
  color: #999;
  box-shadow: none;
  padding: 10px 15px;
  background: #f5f5f5;
  border-color: #eee;
  font-size: 14px;
  font-weight: 500;
}

div#form-modal .form-info {
  border-radius: 0;
  padding: 0 !important;
  background: none !important;
  box-shadow: none;
}

div#form-modal .form-info form {
  padding: 0;
}

#form-modal .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}

.form-info .form-group {
  position: relative;
}

.form-info .form-group {
  margin-bottom: 10px;
}

.error {
  border-color: #ff0000 !important;
}

.error {
  font-size: 12px;
  color: #ff0000 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-align: left !important;
  display: block;
}

.popup-info {
  text-align: center;
}

.popup-info p {
  font-weight: 600;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
}

/*=========lead form sec css end  here======*/