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

/*===== Global CSS start here=======*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
/*@font-face {
  font-family: TrajanPro-Regular;
  src: url(../../assets/fonts/TrajanPro-Regular.otf);
}

@font-face {
  font-family: TrajanPro-Bold;
  src: url(../../assets/fonts/TrajanPro-Bold.otf);
}*/

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 {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.thm-btn {
    background: #513d32;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
}

.thm-btn:hover {
    background: #7d543d;
    color: #fff;
}
.main-nav ul li a {
    color: #000 !important;
    font-size: 14px;
    padding: 0 20px !important;
    /* border-right: 2px solid #000; */
    text-transform: uppercase;
    font-weight: 600;
}
.main-nav ul {
    margin-left: auto;
    margin-right: 10px !important;
}
.main-nav ul li a:hover {
    color: #7d543d !important;
}

.main-nav ul li:last-child a {
    border: navajowhite;
}
.main-nav ul .active a {
    color: #f9cf2f !important;
}
/*=====Header sec css end  here====*/
/*=====Banner sec css start here====*/
section.banner-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.banner-text h1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    line-height: 55px;
    white-space: pre-line;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner-text  h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-size: 26px;
    text-transform: uppercase;
}
.theme-btn {
    line-height: 45px;
    /* float: left; */
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    border: 2px solid #fff;
    padding: 0 30px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-transform: uppercase;
}


.theme-btn:hover {
    background: #513d32;
    color: #fff;
    border-color: #513d32;
    border-radius: 50px;
}
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;
}
.form-info {
    padding: 0;
}
.form-info {
    border-radius: 5px;
    padding: 0 0 0;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
.banner-head {
    padding: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #513d32;
}
.form-info h2 {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
.form-info span.form-title.text-center {
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
}
section.banner-sec .row {
    align-items: center;
}
.form-info form {
    padding: 20px 20px 20px;
}
.form-info .form-group {
    margin-bottom: 10px;
}

.form-info .form-group {
    position: relative;
}
.form-info form label {
    margin-bottom: 5px;
}
.form-info .form-group input.form-control {
    height: 45px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 10px 23px;
    background: #f5f5f5;
    border-color: #eee;
}
.form-info .form-group input.form-control {
    padding-left: 15px !important;
}
.form-info .form-group .icon {
    position: absolute;
    top: 46px;
    left: 20px;
    color: #3f3c3c;
    font-size: 17px;
}
.form-info button {
    background: #513d32;
    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 form label {
    margin-bottom: 5px;
    color: #0c0c0c;
}
.form-info button:hover {
    background: #7d543d;
    color: #fff;
}
.banner-text p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.error {
    font-size: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.form-control.error {
    border-color: #ff0000 !important;
}
/*=====Banner sec css end here*/

/*=====About sec css start here===*/
.about-img img {
    width: 100%;
    margin-bottom: 5px;
}
.about-img .row .col-lg-6.col-md-12:first-child {
    padding-right: 3px;
}
.about-img .row .col-lg-6.col-md-12:last-child {
    padding-left: 3px;
}
.title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 40px;
    text-transform: uppercase;
}

.title  span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

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

/*=====About sec css end here===*/

/*=====price-sec css start here====*/
.price-sec {
    background-color: transparent;
    background-image: linear-gradient(180deg, #513d32 50%, #3d2a1f 0%);
}
.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====*/

/*=== gallery-sec css start here====*/
.gallery-box img {
    width: 100%;
}
.gallery-box {
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-box img {
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
}
.gallery-box:hover img {
    transform: scale(1.1);
}
/*=== gallery-sec css end here====*/
/*==== location-sec css start here===*/
.location-sec {
    background: #3d2a1f;
}
.location-text p {
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}
.location-text ul li {
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.location-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f061";
    color: #fff;
}
.map-img img {
    border-radius: 5px;
    height: 600px;
    width: 100%;
    object-fit: cover;
}
/*==== location-sec css end  here===*/
/*==== amenities-box  sec css start here*/
.amenities-box {
    text-align: center;
    margin-top: 0;
}
.amenities-box h3 {
    color: #eeeeee;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.amenities-box{
    text-align: center;
    background: #513d32;
    padding: 10px;
    border-radius: 5px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}
/*==== amenities-box  sec css end  here*/

/*===footer sec css start here=====*/
footer.footer {
    padding: 50px  0;
    background: #513d32;
    padding-bottom: 0;
}

section.copy-sec {
    background: #42352d;
    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: #000;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px;
}


.mobile-contact a {
    color: #fff;
    border-radius: 0;
    position: relative;
    padding: 0;
    background: #513d32;
    color: #fff;
    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;
}

/*===footer sec css end  here=====*/
/*=========lead form sec css start here======*/
#form-modal .modal-dialog {
    max-width: 500px !important;
}
#form-modal .modal-header {
    background: #513d32;
    color: #fff;
    text-align: center;
}
#form-modal .modal-header h5 {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

#form-modal .modal-header .btn-close {
    color: #fff;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.form-info .form-group input.form-control {
    padding-left: 15px !important;
}

.form-info .form-group input.form-control {
    height: 45px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 10px 23px;
    background: #f5f5f5;
    border-color: #eee;
}
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;
}
/*=========lead form sec css end  here======*/