/* -------------------------------------------
Name:       Rishita Mulberry
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;
}

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 h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 10px 0;
}
/* ========common css end  here======= */

/*======Header sec css start here====*/
header.header ul.navbar-nav li a {
    color: #000000 !important;
    padding: 8px 15px !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-call {
    background: #ab1c11;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;

}

header.header ul.navbar-nav li a:hover {
    color: #ab1c11 !important;
}
header.header ul.navbar-nav  .active a {
    color: #14693c !important;
}
.btn-call:hover {
    background: #890f06;
    color: #fff;
}
.fixed-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #fff;
    z-index: 2;
}

/*======Header sec css end  here====*/

/*=======banner sec css start here====*/
.banner-text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
}

.banner-text h2 {
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: #fff;
}

.banner-text h3 {
    background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
    background-size: 400% 400%;
    animation-delay: 2s;
    padding: 10px 20px;
    color: #000 !important;
    font-weight: 400;
    border-radius: 29px;
    display: inline-block;
    font-size: 24px;
    margin-top: 15px;
}
.thm-btn {
    background-color: #ab1c11;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 25px;
}
.thm-btn:hover {
   background: #890f06 !important;
   color: #fff;
}

section.banner-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
section.banner-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000, rgb(9 9 9 / 73%), rgb(1 1 1 / 13%), rgb(52 78 65 / 0%));
}
section.banner-sec .container {
    position: relative;
}

.banner-text p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.banner-text span {
    color: #fff;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.banner-form {
    background: rgb(10 10 9 / 69%);
    color: #fff;
    width: 100%;
    align-items: center;
    padding: 30px;
    max-width: 360px;
    margin-left: auto;
    border-radius: 5px;
}


.banner-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}

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

.banner-form .form-group input {
    height: 40px;
    outline: none;
    color: #000;
    box-shadow: none;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #000 !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
}

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

.banner-form button:hover {
    background: #890f06 !important;
}
.error

 {
    font-size: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.error {
    border-color: #ff0000 !important;
}
.banner-form h4 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.banner-form h4 span {
    display: block;
    color: #dbd815;
}
/*=======banner sec css end  here====*/

/*=======About us sec css start here===*/

.about-text p {
    color: #403e3e;
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}

.about-text .title span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #dbd815;
}

.about-text .title h2 {
    font-size: 26px;
    margin: 5px 0;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
}
.about-img {
    border-radius: 0 50px 0 50px;
    position: relative;
    border: #ab1c11 solid 3px;
    box-shadow: 10px 10px 0px #ab1c1142;
    overflow: hidden;
}
.title span {
    color: #ab1c11;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-img img {
    width: 100%;
}
.title h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #000 !IMPORTANT;
}
/*=======About us sec css end  here===*/
.pricing-sec {
    background: #ddd;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #ab1c11;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pricing-card {
    transition: 0.3s ease-in-out;
  }

  .pricing-card:hover {
    transform: translateY(-5px);
  }
  .card-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.masterplan-box {
    height: 400px;
    overflow: hidden;
    position: relative;
  }

  .master-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ab1c11;
    color: #fff;
    padding: 10px 20px;
    border: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
  }

  .masterplan-box:hover .view-btn {
    opacity: 1;
  }

  .btn-theme:hover {
    background-color: #92160e;
    color: #fff;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.4s ease;
    opacity: 0;
  }

  .masterplan-box:hover .overlay {
    opacity: 1;
  }
  /*======Amenities sec css start here====*/
.amenities-sec {
    background: #ddd;
}
.amenities-single {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.amenities-single img {
    max-height: 75px;
    width: auto;
    max-width: 100%;
    filter: grayscale(100%);
}

.amenities-single h4 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #191919;
    font-weight: 700;
    text-transform: uppercase;
}

/*======Amenities sec css end  here====*/
.gallery-box {
    height: 200px;
    overflow: hidden;
    width: 100%;
    border-radius: 0 30px 0 30px;
    border: #ab1c1154 solid 5px;
    margin-top: 10px;
    position: relative;
}

.gallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*======Location sec css start here=====*/
.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;
    color: #000;
}

.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 {
        position: relative;
        background: #dddddd;
}
.location-img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}
#location:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 30%;
    top: 0;
    right: 0;
    background: #ab1c11;
}
/*======Location sec css end  here=====*/
/*=========footer sec css start here======================*/
footer {
    box-shadow: 2px 1px 13px #ccc;
    padding: 40px 0;
    background: #000000;
}


.about-footer p {
    padding: 10px 0px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.foter-social ul {
    display: flex;
    justify-content: flex-end;
}

.foter-social ul li {
    padding-left: 45px;
}

.foter-social ul li a {
    font-size: 35px;
    color: #fff;
}

.foter-social {
    text-align: right;
    margin-top: 30px;
}

.foter-social h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.add-footer p {
    color: #dad7d7;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.add-footer.text-right {
    text-align: right;
}

.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    line-height: 50px;
}
.whatsapp_float:hover {
    color: #fff;
}
.about-footer h2 {
    font-size: 36px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}
.mobile-contact {
    background: #191818;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px;
    gap: 5px;
}


.mobile-contact a {
    color: #fff;
    position: relative;
    background: #ab1c11;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.mobile-contact a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-right: none;
    height: 25px;
}

.mobile-contact a:last-child:before {
    display: none;
}

.mobile-contact {
    display: none;
}
.mobile-contact a:hover {
    color: #fff;
}
/*=========footer sec css end  here======================*/
/*=========lead form sec css start here======*/
#form-modal .modal-dialog {
    max-width: 400px !important;
    background
Shorthand property for setting most background properties at the same place in the style sheet.
Learn more
Don't show: rgb(0 0 0 / 90%);
    color: #fff;';
    background: rgb(0 0 0 / 90%);
}
#form-modal .modal-header {
    text-align: center;
    background: #ab1c11;
    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: #ab1c11;
   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: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
/*=========lead form sec css end  here======*/