:root {
    --bg-color: #2F4137;
    --mainColor: #2F4137;
}

.site-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures video covers the entire area */
    z-index: 1;
}

.site-logo .logo {
    width: 200px
}
.error{ color:red; }
.background_slideshow {
    background: url(../img/banner.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 200px 0;
}

.section.blog-post-entry {
    padding-top: 7em;
    margin-top: 0;
}

.info-wrap .dbox {
    width: 100%;
    color: #212529;
    margin-bottom: 25px;
}

.main-section {
    -webkit-box-shadow: 0 0 5px 1px #ddd;
    box-shadow: 0 0 5px 1px #ddd;
    border-radius: 5px;
}

.visit-section .main-section img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.main-section .inner-section {
    padding: 5px 10px;
}
.bg-color{
    background-color: var(--bg-color);
}
.led-Luxury {
    background-color: var(--bg-color);
    background-image: url("../img/view.jpg");
    background-position: -8px -10px;
    background-repeat: no-repeat;
    background-size: auto;
}

.led-Luxury1 {
    background-color: var(--bg-color);
    background-image: url("../img/manushi.jpeg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto; /* Or use 'cover' if you want it to fill the space */
}
/*Contact us section*/
.contactusSection .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    border-radius: 0
}

.contactusSection .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contactusSection .contact-wrap {
    background: #fff;
}

.contactusSection .info-wrap {
    background-color: var(--mainColor);
}

.contactusSection .info-wrap h3 {
    color: #fff;
}

.contactusSection .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.contactusSection .info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.contactusSection .info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff
}

.contactusSection .info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.contactusSection .info-wrap .dbox p a {
    color: #fff;
}

.contactusSection .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.contactusSection .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.contactusSection .info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.padding-left{
    padding-left: 0;
    padding-right: 0
}
.padding-right{
    padding-right: 0;
    padding-left: 0;
}
.contactusSection .button-1f:hover, .contactusSection .button-1f:active {
    color: #fff;
    background-color: var(--mainColor);
}
.lead-form .form-control{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #C1C8C0;
    color: #5A7666;
    background-color: #FFFFFF00;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.lead-form .form-control:focus, .lead-form .form-control:active{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7A817D;
    outline: none;
    box-shadow:none
}

.lead-form .form-control::placeholder {
  color: #b5b5b5;
  opacity: 1; /* Firefox */
    font-size: 85%
}

.lead-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #b5b5b5;
    font-size: 85%
}
/*NWD Button*/
    .button {
        border: none;
        font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 60px;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button-nwd {
    border: 3px double var(--mainColor);
    color: var(--mainColor);
    overflow: hidden;
}
.button-1f:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: var(--mainColor);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.button-1f:hover,
.button-1f:active {
    color: #fff;
}
.button-1f:hover:after {
    height: 104%;
    opacity: 1;
}
.button-1f:active:after {
    height: 130%;
    opacity: 1;
}
.contactusSection .button-1f:hover, .contactusSection .button-1f:active {
    color: #fff;
    background-color: var(--mainColor);
}
/*NWD Button*/
/*End contact us section*/
.footer-section h3{
    font-style: italic;
    color: #fff;
    font-size: 1.35rem; 
}
.footer-section {
    background: #1a1a1a;
    color: #fff;
    padding-bottom: 1.3rem;
}
img.pop-img{    
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
.modal-body h3{
    font-size: 1.4rem;
}
.site-navbar ul li .fa{
    width: 25px;
    height: 25px;
    padding-right: 5px;
}
.site-navbar nav .menu li a {
    font-size: 2rem;
}
/*go to top*/

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #ef2853;
    position: relative;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    text-align: center;
    border-radius: 10px;
}
#back-to-top a:after {
    position: absolute;
    content: '\f062';
    font-family: 'fontawesome';
    font-size: 20px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-weight: 500;
    transform: translate(-50%, -50%);
}

/*end go to top*/








@media (max-width: 991.98px) {
    img.pop-img{  display: none; }
    .footer-section .bordertop .text-left, .footer-section .bordertop .text-right{
        text-align: center !important
    }
    .led-Luxury {
        background-image: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.71)), url("../img/view.jpg");
    }
    .led-Luxury1 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.71)), url("../img/manushi.jpeg");
    }
    .led-Luxury .fdfdfdfd, .led-Luxury1 .fdfdfdfd{
        padding: 50px;
    }

    .section.blog-post-entry {
        padding-top: 3em;
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .site-navbar nav .menu li a {
    font-size: 1.4rem;
}
    .site-header {
        padding: 30px 0;
    }

    .site-logo .logo {
        width: 150px
    }

    .site-menu-toggle {
        height: 20px;
    }
}
