/* Theme Name: Sobha 
Author: Sunil UI Developer
Version: 1.0.0
Primary Use : Sobha*/

/*===== Global CSS start here=======*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

html {
  scroll-padding-top: 120px;
}

* {
    margin: 0;
    padding: 0;
}

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

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

button:focus {
    text-decoration: none;
    box-shadow: none;
}

img {
  border: none;
  max-width: 100%;
}

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

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

html {
    scroll-behavior: smooth;
}

body {
     font-family: "Lexend", sans-serif;
    overflow-x: hidden;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

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;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.padd-50 {
    padding: 50px 0;
}

/*===== Global CSS end  here=======*/

/*======Header sec css start here====*/
header.header ul.navbar-nav li a {
    color: #fff !important;
    padding: 8px 15px !important;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-call {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.btn-call i {
    width: 34px;
    height: 34px;
    background-color: #e8c265;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    line-height: 34px;
    margin-right: 10px;
    color: #000;
}
.btn-call span.clltxt {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.btn-call span {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.navbar-brand img {
    filter: brightness(0) invert(1);
}
header.header ul.navbar-nav li a:hover {
    color: #ddb865 !important;
}
.fixed-header{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #000;
    /* box-shadow: 0 4px 2px -2px gray; */ /* Optional, for shadow effect */
}
header.header ul.navbar-nav  .active a {
    color: #f9cf2f !important;
}
/*======Header sec css end  here====*/

/*=======banner sec css start here====*/
.banner-text span {
    font-size: 18px; */
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 6px 0;
}

.banner-text h1 {
    font-size: 60px;
    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: #dcbe67;
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #dcbe67;
    padding: 10px 25px;
    border-radius: 25px;
}
.thm-btn:hover {
    background: #d8ad42 !important;
    border: 2px solid #e6be5c;
    color: #000;
}
.banner-form {
    width: 400px;
    padding: 35px;
    outline: 1px solid rgb(0 0 0 / 30%);
    outline-offset: -10px;
    border-radius: 15px;
    background: rgb(173, 124, 38);
    background: rgb(173, 124, 38);
    background: linear-gradient(180deg, rgb(231 190 90) 0%, rgb(255 244 202) 49%, rgb(227 184 79) 100%);
    outline-offset: -10px;
    margin-left: auto;
}

.banner-form h6 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.banner-form label {
    display: block;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 10px;
}
.banner-form .form-group input.form-control {
    height: 45px;
    outline: none;
    color: #000;
    box-shadow: none;
    padding: 10px 10px;
    background: transparent;
    border: 1px solid #000 !important;
    border-radius: 5px;
}
.banner-form button {
    background: #9d750d;
    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: #7c5b06;
    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-bottom {
    background: rgb(0 0 0 / 90%);

}

.banner-list {
    display: flex;
    gap: 50px;
}

.site-visit-signle {
    padding: 0 40px;
    position: relative;
    padding-left: 0;
}
.site-visit-signle::after {
    content: "";
    background-color: gainsboro;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.site-visit-signle h4 {
    color: #fedb73;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
}

.site-visit-signle p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
.banner-site-visit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: capitalize;
    margin: 10px 0;
}
.title p {
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 5px;
}
/*=======banner sec css end  here====*/
/*=======About us sec css start here===*/

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

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

.about-text .title h2 {
    font-size: 40px;
    margin: 10px 0;
    font-weight: 600;
}
.about-img img {
    border-radius: 10px;
}
.title span {
    color: #161615;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*=======About us sec css end  here===*/

/*======price list sec css start here===*/
section.price-list {
    position: relative;
    background-image: url(../../assets/images/bg-pattern-pricelist.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-card {
    border: 1px solid #e7e9ed;
    transition: 0.3s;
    position: relative;
    border-radius: 8px;
}

.price-icon {
    padding: 20px;
}

.price-icon img {
    height: 70px;
    /* filter: brightness(0) invert(1); */
}
.price-icon {
    background: #dcbe67;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.price-icon span {
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 1.57;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    color: #000;
}

.price-info {
    background-color: #4d4d4d;
    padding: 20px 20px;
}

.price-info .price-text {
    display: flex;
    align-items: flex-end !important;
}

.price-text span.currency {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.42;
    font-weight: 600;
    color: #000;
}

.price-text h2.price-value.dynamic-value {
    font-size: 32px;
    letter-spacing: -1.8px;
    line-height: 1.21;
    margin: 0;
    color: #13151c!important;
}

.price-info span.per {
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 1.57;
    color: #13151c!important;
    font-weight: 500;
    margin-left: 5px;
}

span.price-bottom-text {
    font-size: 14px;
    letter-spacing: -0.1px;
    line-height: 1.63;
    color: #13151c;
    padding: 5px 0;
    display: block;
}
.pricing-card ul {
    padding: 10px 10px;
}

.pricing-card ul li.bottom-bar {
    border: none;
    color: #13151c;
    letter-spacing: -0.2px;
    line-height: 29px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}

.pricing-card ul li button.btn {
    margin-top: 1rem;
    height: 2.6rem;
    border-radius: 4px;
    background: #dcbe67;
    color: #000;
    outline: none;
    border: 0;
    font-weight: 500;
    display: block;
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pricing-card ul li.bottom-bar {
    position: relative;
    padding: 5px 25px;
}

.pricing-card ul li.bottom-bar:before {
    position: absolute;
    content: "\f058";
    top: 6px;
    left: 0;
    font-family: "Font Awesome 6 Free";
    color: #dcbe67;
}
.pricing-card.active {
    background: #13151c;
    color: #fff;
}

.pricing-card.active span.currency {
    color: #fff;
}

.pricing-card.active h2.price-value.dynamic-value {
    color: #fff !important;
}

.pricing-card.active span.per {
    color: #fff !important;
}

.pricing-card.active span.price-bottom-text.dynamic-value {
    color: #fff;
}

.pricing-card.active ul li {
    color: #fff;
}

.pricing-card {
    margin-top: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pricing-card ul li button.btn:hover {
    background: #d8ad42 !important;
    border-color: #d8ad42 !important;
}

.pricing-card.active button.btn.active-btn {
    background: #d52378;
    border-color: #d52378;
}

.pricing-card:hover {
    box-shadow: 0 34px 33px -23px rgba(22, 28, 45, 0.13);
}

.pricing-card.active button.btn.active-btn:hover {
    background: #08a4ca;
}
.price-text span {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #ddb865;
    transition: all .3s ease 0s;
}

/*======price list sec css start here===*/

/*======floor paln sec css start here===*/
.floor-box {
    text-align: center;
    background: #4d4d4d;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.floor-box h3 {
    margin: 15px 0;
    color: #fedb73;
    font-weight: 500;
    font-size: 24px;
}

.floor-box .thm-btn {
    margin-bottom: 5px;
}

.floor-box img {
    filter: blur(1.9px);
}

/*======floor paln sec css end  here===*/

/*======Amenities sec css start here====*/
.amenities-single {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #fedb73;
    padding: 20px;
    background: #fedb73;
    border-radius: 10px;
}

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

.amenities-single h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #07332f;
    font-weight: 600;
}
section.amenities-sec {
    background: #f5f3f3;
}
/*======Amenities sec css end  here====*/

/*======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 sec css end  here=====*/

/*======gallery sec css start here======*/
section.gallery-sec {background: #f5f3f3;}
.gallery-item img {
    min-height: 250px;
    max-height: 240px;
    object-fit: cover;
}
.gallery-item {
    margin-bottom: 25px;
    border: solid 5px #fff;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 5px;
}

/*======gallery sec css end  here======*/
/*===footer sec css start here=====*/
footer.footer {
    padding: 50px  0;
    background: rgb(0 0 0 / 90%);
    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;
}

.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: 400;
    line-height: 25px;
    font-size: 16px;
}
.go-top.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 90%;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #32231b;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}
.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: #FF8D00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 26px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.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: #000;
    position: relative;
    background: #dcbe67;
    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: 2%;
    background-color: #fedb73;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 18px;
}

/*===footer sec css end  here=====*/
/*====lead modal sec css start here===*/
#form-modal .modal-content {
    padding: 5px 10px;
    outline: 1px solid rgb(0 0 0 / 30%);
    outline-offset: -10px;
    border-radius: 15px;
    background: rgb(173, 124, 38);
    background: rgb(173, 124, 38);
    background: linear-gradient(180deg, rgb(231 190 90) 0%, rgb(255 244 202) 49%, rgb(227 184 79) 100%);
    outline-offset: -10px;
}

#form-modal .modal-header {
    border: none;
    padding-bottom: 0;
}

#form-modal .modal-header h5 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.form-info label {
    display: block;
    margin-bottom: 5px;
}

.form-info input {
    height: 45px;
    outline: none;
    color: #000;
    box-shadow: none;
    padding: 10px 10px;
    background: transparent;
    border: 1px solid #000 !important;
    border-radius: 5px;
}

.form-info input::placeholder {
    color: #000;
}
.form-info input:focus{
    outline: none;
    box-shadow: none;
}
.form-info button {
    background: #9d750d;
    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-info button:hover {
    background: #7c5b06;
    color: #fff;
}
.error {
    font-size: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.form-control.error {
    border-color: #ff0000 !important;
}
.banner-form .form-group .form-control.error{
    border-color: #ff0000 !important;

}
#form-modal .modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}
/*======leade form sec css end here====*/