/* -------------------------------------------
Name:       DPS Palladio
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: 50px 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: 13px;
    text-transform: uppercase;
}
.btn-call {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.btn-call i {
    width: 34px;
    height: 34px;
    background-color: #895b4e;
    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;
    color: #000;
    text-transform: uppercase;
}


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

header.header ul.navbar-nav  .active a {
    color: #895b4e !important;
}
/*======Header sec css end  here====*/
/*=======banner sec css start here====*/


.banner-text h1 {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

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

.banner-text ul li {
    font-size: 18px;
    padding-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: #895b4e;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #895b4e;
    padding: 10px 25px;
    border-radius: 25px;
}
.thm-btn:hover {
    background: #b76d57 !important;
    border: 2px solid #895b4e;
    color: #fff;
}
.banner-form {
    width: 400px;
    padding: 30px;
    outline: 1px solid rgb(0 0 0 / 30%);
    border-radius: 15px;
    outline-offset: -10px;
    margin-left: auto;
    background: #fffcfb !important;
}

.banner-form h6 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

.form-group {
    margin-bottom: 10px;
}
.banner-form .form-group input.form-control {
    height: 40px;
    outline: none;
    color: #000;
    box-shadow: none;
    padding: 10px 10px;
    background: transparent;
    border: 1px solid #000 !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}
.banner-form button {
    background: #b76d57 !important;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #fff;
    font-weight: 500;
    padding: 10px 10px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.4s all ease-in-out;
}
.banner-form button:hover {
    background: #bb6247 !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: linear-gradient(90deg, #111313c4 40%, rgb(23 24 23 / 51%) 100%);
}
section.banner-sec .container {
    position: relative;
}
.banner-form .form-group input.form-control::placeholder {
    color: #000;
}
    
.banner-typology {
    margin-top: 20px;
    display: block;
}

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

.banner-price {
    margin-top: 25px;
    display: block;
    margin-bottom: 40px;
}

.banner-price-detail {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
@keyframes price-blink{
    50%{color: #b76d57;}
    50%{filter: #ffa500;}
}
.banner-price .banner-price-detail span {
    font-size: 30px;
    animation: price-blink 1s infinite;
}
.banner-text p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
/*=======banner sec css end  here====*/
/*=======About us sec css start here===*/

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

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

.about-text .title h2 {
    font-size: 32px;
    margin: 5px 0;
    font-weight: 800;
    text-transform: uppercase;
}
.about-img img {
    border-radius: 10px;
}
.title span {
    color: #895b4e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-img img {
    width: 100%;
}
/*=======About us sec css end  here===*/

/*=====price-sec css start here====*/
.price-sec {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0f1010 50%, #052541 0%);
    background: #885a4d29;
}
.price-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    height: 250px;
}
.price-box img {
    width: 70px;
    margin-bottom: 20px;
}

.price-box h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.price-box span {
    font-weight: 600;
}

.price-box p {
    color: #403e3e;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}

.price-box p span {
    /* font-size: 20px; */
}
/*=====price-sec css end  here====*/
#floor-plan {
    background: #d6edff;
}
.card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    filter: blur(3px);
}
.card-title {
    font-weight: 800;
    font-size: 20px;
}
.card {
    border: 1px solid #ddd !important;
}
#amenities {
    background: #fcf9ef;
}
.amenity-box p {
    font-size: 14px;
    margin-top: 5px;
    color: #07332f;
    font-weight: 700;
    text-transform: uppercase;
}
.amenity-box {
    text-align: center;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #895b4e !important;
  border-radius: 50%;
  border: none;
  transition: all .3s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
}

.owl-nav button i {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav  .owl-next {
  right: -50px;
}
.owl-nav button.disabled {
  cursor: default;
  opacity: 0;
}
.owl-dots {
    display: none;
}
.gallery-box {
    margin-bottom: 0;
    overflow: hidden;
}

.gallery-box img {
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
    height: 200px;
    object-fit: cover;
}

.gallery-box:hover img {
    transform: scale(1.1);
}
/*======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;
}

.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 {
    background: #fcf9ef;
}
.location-img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/*======Location sec css end  here=====*/

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

.ui-text h4 {
    font-size: 32px;
    font-weight: 800 !important;
    line-height: 45px;
    text-transform: uppercase;
    margin: 10px 0;
}
/*===footer sec css start here=====*/
footer.footer {
    padding: 50px  0;
    background: rgb(0 0 0);
    padding-bottom: 0;
}

section.copy-sec {
    background: rgb(0 0 0 / 90%);
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}

section.copy-sec p {
    margin: 0;
    font-weight: 500;
}

.footer-text {
    text-align: center;
    color: #fff;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.footer-text img {
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.footer-text p {
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
}

.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 60px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    z-index: 100;
    line-height: 50px;
}
.whatsapp_float:hover {
    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: #895b4e;
    padding: 5px 5px;
    border-radius: 5px;
}

.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;
}
a.phone-float {
    bottom: 60px;
    position: fixed;
    right: 1%;
    background-color: #895b4e;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 18px;
}

/*===footer sec css end  here=====*/

/*=========lead form sec css start here======*/
#form-modal .modal-dialog {
    max-width: 500px !important;
}
#form-modal .modal-header {
    text-align: center;
    background: #895b4e;
    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: #895b4e;
   border: medium none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow: inherit;
   color: #fff;
   font-weight: 500;
   padding: 10px 10px;
   text-transform: uppercase;
   width: 100%;
   transition: 0.4s all ease-in-out;
}
#form-modal .modal-header .btn-close {
    opacity: 1;
    color: #fff;
    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======*/