@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
  
 * { 
  box-sizing: border-box;
}
a {
    color: #d4af37;
} 

 
h1 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222222;
    font-weight: 500;
}

h2 {
    color: #000;
    margin-top: 0px;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}
  

/*=======================27july==============*/
     .container {
        max-width: 1280px;
    }

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
   font-family: "Open Sans", sans-serif;
    color:#222;
    overflow-x:hidden;
    background:#fff;
	  font-size: 16px;
    line-height: 28px;
 
}i {
    font-style: normal;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none !important;
    transition:.35s;
}

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

button:focus,
.btn:focus,
.navbar-toggler:focus{
    outline:none;
    box-shadow:none;
}

/*==================================================
                NAVBAR
==================================================*/

.navbar{

padding: 5px 0;

transition:.4s;

background: white;

z-index:9999;
}

.navbar.scrolled{

background:#ffffff;

padding: 2px 0;

box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.navbar-brand img{

/* height:62px; */
}

.navbar-nav .nav-item{

margin:0 15px;

font-family: "Montserrat", sans-serif;

font-size: 16px;
}

.navbar-nav .nav-link{

    color:#fff;

    font-size:16px;

    font-weight:500;

    transition:.3s;

}

.navbar.scrolled .nav-link{

    color:#183c2c;

}

.navbar-nav .nav-link:hover{

    color:#d9af32;

}

.header-right{

    display:flex;

    align-items:center;

}

.phone{

color: #222222;

font-weight:500;

margin-right:20px;

font-size: 15px;
}



.phone i{

    margin-right:8px;

}

.navbar.scrolled .phone{

    color:#183c2c;

}

.phone a:hover{    color:#183c2c;}

.whatsapp{

width:44px;

height:44px;

background:#25D366;

display:flex;

justify-content:center;

align-items:center;

border-radius:4px;

color:#fff;

margin-right:15px;

font-size:20px;

height: 36px;
}

.book-btn{

background:#d9af32;

color:#fff;

padding: 3px 18px;

border-radius:3px;

font-weight:600;

height: 36px;

font-size: 13px;

font-family: "Open Sans", sans-serif;
}

.book-btn:hover{

    background:#bf9826;

    color:#fff;

}

/*==================================================
                HERO
==================================================*/

.hero-content .small-title {text-align: center;
    display: block;
} 

.hero-section{

    position:relative;

}

.carousel-item{

    height:100vh;

    min-height:650px;

    position:relative;

}

.carousel-item img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.78) 0%,
        rgba(0,0,0,.55) 30%,
        rgba(0,0,0,.18) 70%,
        rgba(0,0,0,.08) 100%
    );

}

.hero-content{

position:absolute;

top: 24%;

left: 5%;

transform:translateY(-50%);

z-index:5;

max-width: 650px;

color:#fff;
}

.small-title{

font-size: 14px;

font-weight:500;

letter-spacing:1px;

text-transform:uppercase;

font-family: "Open Sans", sans-serif;

text-align: center;

display: block;
}

.hero-content h1{

font-size:74px;

line-height:78px;

font-weight: 700;

margin:20px 0;

color:#f3c847;

font-family: "Montserrat", sans-serif;
}


  .inner-hdng-parent .hero-content h1{font-size: 36px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
	 }
	 
.divider{

margin:25px 0;

display: block;

margin: 0 auto;
}

.divider img{

width: 394px;

display: block;

margin: 0 auto;
}

.hero-content p{

font-size:22px;

line-height:40px;

max-width: 600px;

color:#fff;
}

.hero-btns{

    margin-top:45px;

    display:flex;

    align-items:center;

}

.btn-gold{

background:#d8ac2f;

color:#fff;

padding: 12px 34px;

border-radius:3px;

font-weight:600;

margin-right:18px;

transition:.3s;

height: 48px;

font-size: 14px;
}

.btn-gold:hover{

    background:#b98e19;

    color:#fff;

}

.btn-gold i{

    margin-left:12px;

}

.btn-white{

background:#fff;

color:#183c2c;

padding: 12px 28px;

border-radius:3px;

font-weight:600;

height: 48px;

font-size: 14px;
}

.btn-white:hover{

    background:#f7f7f7;

    color:#183c2c;

}

.btn-white i{

    margin-left:12px;

}

/*==================================================

                INDICATORS
==================================================*/

.carousel-indicators{

    bottom:15px;

}

.carousel-indicators li{

width: 10px!important;

height: 0px!important;

border-radius:50%;

margin:0 7px;

background:#d9af32;

opacity:.5;

padding: 0px!important;
}

.carousel-indicators .active{

    opacity:1;

    transform:scale(1.3);

}

/*==================================================
                CONTROLS
==================================================*/

.carousel-control-prev,
.carousel-control-next{

    width:70px;

    opacity:0;

    transition:.3s;

}

#heroSlider:hover .carousel-control-prev,
#heroSlider:hover .carousel-control-next{

    opacity:1;

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

    width:35px;

    height:35px;

    background-size:60%;

    background-color:rgba(255,255,255,.18);

    border-radius:50%;

}

/*==================================================
                ANIMATION
==================================================*/

.carousel-item .hero-content{

    opacity:0;

    transform:translateY(-50px);

    transition:1s;

}

.carousel-item.active .hero-content{

    opacity:1;

    transform:translateY(0);

}

.hero-content h1{

    animation:fadeUp 1s ease;

}

.hero-content p{

animation:fadeUp 1.3s ease;

text-align: center;

font-size: 16px;
}

.hero-btns{

animation:fadeUp 1.6s ease;

display: table;

margin: 30px auto;
}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*=========================
Floating Buttons
==========================*/

.floating-contact{

position:fixed;

right: -10px;

top: 67%;

transform:translateY(-50%);

z-index:9999;
}

.float-btn{

width: 40px;

height: 40px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

margin-bottom:10px;

color:#fff;

font-size:20px;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.float-btn:hover{

    color:#fff;

    transform:scale(1.08);

}

.whatsapp{

    background:#25D366;

}

.call{

    background:#8b8b8b;

}

/*=========================
Enquiry Button
==========================*/

.enquiry-btn{

position:fixed;

right: -60px;

top: 84%;

transform:rotate(-90deg);

background:#ffffff;

color:#111;

font-size: 16px;

font-weight:600;

padding: 7px 31px;

cursor:pointer;

z-index:9999;

box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.enquiry-btn:hover{

    background:#d8ac2f;

    color:#fff;

}

/*=========================
Modal
==========================*/

.modal-content{

    border:0;

    border-radius:12px;

}

.modal-header{

    border:0;

    background:#d8ac2f;

    color:#fff;

}

.modal-header h4{

    margin:0;

    font-size:24px;

    font-weight:700;

}

.form-control{

    height:50px;

    border-radius:4px;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

}

.submit-btn{

width:100%;

border:0;

background:#d8ac2f;

color:#fff;

padding:14px;

font-size: 16px;

font-weight:600;

border-radius:4px;

transition:.35s;
}

.submit-btn:hover{

    background:#b68c19;

}

/*=========================
Mobile
==========================*/

@media(max-width:767px){

.floating-contact{

right:10px;

}

.float-btn{

width:42px;

height:42px;

font-size:18px;

}

.enquiry-btn{

font-size:16px;

padding:10px 25px;

right:-44px;

}

}


/*==========================================
        ABOUT SECTION
==========================================*/

.py-100{
    padding:100px 0;
}

.about-section{
    background:#fff;
    position:relative;
	padding:70px 0;
}

.about-content{
    padding-right: 6px;
}

.about-content h2{
    font-size:52px;
    line-height:1.35;
    font-weight:300;
    color:#111;
    margin-bottom: 15px;
}

.about-content h2 strong{
    font-weight:700;
    color:#111;
}

.about-content p{
    /* font-size: 15px; */
    /* line-height: 28px; */
    color: #000000;
    /* margin-bottom:18px; */
}

/*==========================================
        BUTTON
==========================================*/

.about-btn{
    display:inline-flex;
    align-items:center;
    color:#111;
    font-size: 16px;
    font-weight:600;
    margin-top: 5px;
}

.about-btn span{

width: 32px;

height: 32px;

/* border:1px solid #ddd; */

margin-left: 18px;

display:flex;

align-items:center;

/* justify-content:center; */

border-radius:50%;

transition:.35s;
}

.about-btn:hover{

    color:#d4ac2b;

}

.about-btn:hover span{

    background:#d4ac2b;
    color:#fff;
    border-color:#d4ac2b;

}

/*==========================================
        IMAGE
==========================================*/

.about-image{

    overflow:hidden;

    height:100%;

}

.about-image img{

width:100%;

height: auto;

object-fit:cover;

transition:.5s;
}

.about-image:hover img{

transform:scale(1.05);

height: auto;
}

/*==========================================
        PRICE CARD
==========================================*/

.price-card{

border:1px solid #ececec;

background:#fff;

height: auto;
}

.price-top{

text-align:center;

padding: 30px 30px;
}

.price-top span{

    display:block;

    font-size:20px;

    color:#444;

}

.price-top h2{

color:#d4ac2b;

font-size: 40px;

font-weight:700;

margin: 8px 0 0px;
}

.price-top p{

font-size: 14px;

margin:0;
}

.price-card ul{

    margin:0;

    padding:0;

}

.price-card li{

display:flex;

justify-content:space-between;

align-items:center;

padding: 23px 27px;

border-top:1px solid #ececec;
}

.price-card li div{

    display:flex;

    align-items:center;

}

.price-card li i{

font-size: 18px;

margin-right: 12px;

color:#111;

line-height: 24px;
}

.price-card li strong{

font-size: 16px;

font-weight:600;

color:#111;
}

.price-card li span{

font-size: 14px;

color:#777;
}

/*==========================================
        BUTTON
==========================================*/

.schedule-btn{

background:#d4ac2b;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

height: 70px;

font-size: 16px;

font-weight:600;

transition:.35s;
}

.schedule-btn i{

    margin-left:18px;

}

.schedule-btn:hover{

    background:#b88f15;

    color:#fff;

}

/*==========================================
        BOTTOM IMAGE
==========================================*/

.bottom-image{

overflow:hidden; 

width: 426px;
}

.bottom-image img{

width: 100%;

transition:.5s;
}

.bottom-image:hover img{

    transform:scale(1.05);

}

/*==========================================
        STATS
==========================================*/

.stats-row{

    margin-left:30px;

}

.stat-box{

    text-align:center;

    padding:60px 20px;

    border-right:1px solid #e5e5e5;

}

.stat-box h2{

    font-size:72px;

    font-weight:700;

    color:#111;

    margin-bottom:12px;

}

.stat-box p{

    font-size:26px;

    color:#333;

    margin:0;

}

/*==========================================
        HOVER EFFECTS
==========================================*/

.price-card,
.about-image,
.bottom-image{

    transition:.35s;

}

.price-card:hover{

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.about-image img,
.bottom-image img{

    will-change:transform;

}

/*==========================================
        SPACING
==========================================*/

.mt-5{

margin-top:50px!important;
}


/*=====================================
Experience Section
=====================================*/

.experience-section{

    padding:100px 0;

    background:#fff;

}

.section-title{

    margin-bottom:55px;

}

.section-title h2{

    font-size:58px;

    font-weight:300;

    color:#111;

}

/*=====================================
Item
=====================================*/

.experience-item{

    text-align:center;

}

.experience-img{

    overflow:hidden;

}

.experience-img img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:.6s;

}

.experience-item:hover img{

    transform:scale(1.08);

}

.experience-item h4{

    margin-top:20px;

    font-size:28px;

    font-weight:500;

}

/*=====================================
Owl Navigation
=====================================*/

.experience-slider .owl-nav{

    display:block;

}

.experience-slider .owl-prev{

    position:absolute;

    left:-60px;

    top:40%;

}

.experience-slider .owl-next{

    position:absolute;

    right:-60px;

    top:40%;

}

.experience-slider .owl-prev,
.experience-slider .owl-next{

    width:50px;

    height:50px;

    border-radius:50% !important;

    background:#fff !important;

    color:#111 !important;

    font-size:32px !important;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    transition:.3s;

}

.experience-slider .owl-prev:hover,
.experience-slider .owl-next:hover{

    background:#d4af37 !important;

    color:#fff !important;

}

.experience-slider .owl-dots{

    display:none;

}


.featured-products-section{padding: 0 0 60px;border-bottom: 1px solid #EAE8E8;margin-bottom: 0;}
.featured-products-content{
    text-align: center;
}
.featured-products-content h3{
    font-size: 18px;
    line-height: 30px;
}
.featured-products-content .btn-main{
    text-align: center;
    display: table;
    margin: 0 auto;
}

.featured-products-content .owl-carousel .owl-item {padding: 0 10px;}
.featured-products-content .owl-theme .owl-prev {top: 46%;left: -3%;}
.featured-products-content .owl-theme .owl-next {top: 46%;left: 101%;}


/*==========================================
        RESIDENTIAL SECTION
==========================================*/

.residential-section{
    background:#fff;
    overflow:hidden;
}

/*==========================================
        LEFT CONTENT
==========================================*/

.residential-content{
    height:100%;
    min-height:420px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:70px 60px;
    background:#ffffff;
}

.residential-content h2{
    line-height:1.15;
    color:#111;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.residential-content h4{
    font-size:24px;
    font-weight:700;
    color:#d4af37;
    margin:0;
}

/*==========================================
        RIGHT IMAGE
==========================================*/

.residential-image{
    height:420px;
    overflow:hidden;
    position:relative;
}

.residential-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s ease;
}

.residential-image:hover img{
    transform:scale(1.08);
}

/*==========================================
        FEATURE BOXES
==========================================*/

.feature-box{
    background:#ffffff;
    min-height:260px;
    padding:55px 30px;
    display:flex;
    align-items:center;
    transition:.35s ease;
    border-right:1px solid #f2f2f2;
    position:relative;
}

.feature-box.active{
    background:#fcf8ec;
}

.feature-box:hover{
    background:#d4af37;
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.feature-box:hover .feature-number,
.feature-box:hover h5{
    color:#ffffff;
}

/*==========================================
        NUMBER
==========================================*/

.feature-number{
    font-size:74px;
    font-weight:300;
    color:#d4af37;
    margin-right:25px;
    min-width:48px;
    line-height:1;
    transition:.35s;
}

/*==========================================
        TEXT
==========================================*/

.feature-box h5{
    font-size:22px;
    line-height:1.45;
    font-weight:500;
    color:#111;
    margin:0;
    transition:.35s;
}

/*==========================================
        LAST BOX
==========================================*/

.feature-box:last-child{
    border-right:none;
}

/*==========================================
        HOVER EFFECT
==========================================*/

.feature-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:0;
    background:#111;
    transition:.35s;
}

.feature-box:hover::before{
    height:100%;
}

/*==========================================
        IMAGE SHADOW
==========================================*/

.residential-image::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top,
    rgba(0,0,0,.10),
    rgba(0,0,0,0));
    pointer-events:none;
}

/*==========================================
        SMOOTH TRANSITION
==========================================*/

.residential-content,
.feature-box,
.residential-image img{
    transition:all .35s ease;
}

 

.left{padding: 20px;display:flex;flex-direction:column;justify-content:center;}

.left h2{line-height:1.1;color:#111;font-size: 36px;font-weight: 600;margin-bottom: 20px;font-family: "Montserrat", sans-serif;}

.left p{
font-size:19px;
line-height:1.9;
color:#555;
margin-bottom:45px;
max-width:430px;
}

.btn{
display:inline-flex;
align-items:center;
gap:18px;
background:#caa32b;
color:#fff;
padding:18px 34px;
font-size:17px;
font-weight:500;
text-decoration:none;
width:max-content;
transition:.35s;
position:relative;
overflow:hidden;
}

.btn::before{
content:'';
position:absolute;
left:-100%;
top:0;
width:100%;
height:100%;
background:#111;
transition:.4s;
z-index:0;
}

.btn span{
position:relative;
z-index:2;
}

.btn:hover::before{
left:0;
}

.btn:hover{
letter-spacing:.8px;
}

.arrow{
font-size:22px;
}

/* CENTER */

.middle{
position:relative;
overflow:hidden;
background:#f5f5f5;
display:flex;
align-items:center;
justify-content:center;
}

.middle img{
width:100%;
height:100%;
object-fit:cover;
transition:.7s;
}

.middle:hover img{
transform:scale(1.08);
}

.badge{
position:absolute;
left:25px;
bottom:20px;
width:170px;
height:170px;
border-radius:50%;
background:#103a2d;
border:5px solid #caa32b;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:18px;
color:#fff;
transition:.4s;
box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.badge:hover{
transform:rotate(10deg) scale(1.06);
}

.badge h4{
font-size:13px;
font-weight:400;
letter-spacing:1px;
text-transform:uppercase;
}

.badge h3{
font-size:29px;
line-height:1.2;
margin-top:10px;
color:#e9c45a;
font-family:Georgia,serif;
}

/* RIGHT */

.right{background:#caa32b;padding: 26px;display:flex;align-items:center;}

.right ul{
list-style:none;
width:100%;
}

.right li{display:flex;align-items:flex-start;gap: 12px;color:#fff;font-size: 17px;margin-bottom: 24px;transition:.35s;cursor:pointer;position: relative;}

.right li:last-child{
margin-bottom:0;
}

.right li:hover{
transform:translateX(12px);
}

.icon{width: 20px;height: 20px;min-width: 20px;border-radius:50%;background:#fff3d0;display:flex;align-items:center;justify-content:center;color:#caa32b;font-weight:bold;font-size: 14px;transition:.3s;top: 5px;position: relative;}

.right li:hover .icon{
transform:rotate(360deg);
background:#fff;
}


.destination{padding: 70px 20px;}

.container{/* max-width:1320px; */margin:auto;}

/* Heading */

.section-title{
text-align:center;
margin-bottom:25px;
}

.section-title h2{font-size: 36px;font-weight: 600;line-height: 1.20;display:inline-block;position:relative;}

.section-title h2::after{
content:'';
position:absolute;
left:50%;
bottom:-15px;
transform:translateX(-50%);
width:90px;
height:4px;
background:#caa32b;
transition:.4s;
}

.section-title:hover h2::after{
width:150px;
}

.section-title p{max-width:930px;margin: 35px auto 0;font-size: 16px;line-height:1.9;color: #000000;font-weight: 500;}

/* Cards */

.features{margin-top: 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}

.card{
transition:.45s;
cursor:pointer;
}

.card:hover{
transform:translateY(-12px);
}

.image-box{overflow:hidden;border-radius:8px;box-shadow: 0 15px 35px rgb(207 207 207 / 8%);}

.image-box img{
width:100%;
height:310px;
object-fit:cover;
display:block;
transition:.7s;
}

.card:hover img{
transform:scale(1.12);
}

.content{padding: 30px 15px 0px;text-align:center;}

.content h3{
font-size:33px;
font-weight:600;
margin-bottom:18px;
transition:.3s;
}

.card:hover h3{
color:#caa32b;
}

.content p{font-size: 16px;line-height:1.9;color: #222222;}






.features-grid{display:grid;grid-template-columns:320px repeat(3,1fr);gap:18px;margin-bottom: 70px;}

/* ===========================
   Common Card
=========================== */

.feature-card{background:#fdf8eb;padding:22px;display:flex;align-items:center;gap:18px;/* border:1px solid #f2ead5; */transition:.4s ease;cursor:pointer;min-height:150px;overflow:hidden;position:relative;}

.feature-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.feature-card::before{
content:"";
position:absolute;
left:0;
bottom:0;
width:0;
height:4px;
background:#c7a12c;
transition:.4s;
}

.feature-card:hover::before{
width:100%;
}

/* ===========================
   First Card
=========================== */

.feature-intro{background:#fff;justify-content:center;flex-direction:column;text-align:center;border: 1px solid #f5eedb;}

.feature-intro h2{
font-size:56px;
font-weight:700;
line-height:1;
margin-bottom:18px;
color:#111;
}

.visit-btn{display:inline-flex;align-items:center;gap:15px;font-size: 16px;text-decoration:none;color:#222;font-weight:500;transition:.3s;}

.visit-btn span:last-child{font-size: 18px;transition:.3s;}

.feature-intro:hover .visit-btn{
color:#c7a12c;
}

.feature-intro:hover .visit-btn span:last-child{
transform:translateX(10px);
}

/* ===========================
   Image
=========================== */

.image-box{
width:118px;
height:100px;
border-radius:2px;
overflow:hidden;
flex-shrink:0;
}

.image-box img{
width:100%;
height:100%;
object-fit:cover;
transition:.6s;
}

.feature-card:hover img{
transform:scale(1.12);
}

/* ===========================
   Text
=========================== */

.feature-content h3{
font-size:20px;
font-weight:500;
line-height:1.45;
color:#222;
transition:.3s;
}

.feature-card:hover h3{
color:#c7a12c;
}


/*=============================
      CTA SECTION
=============================*/

.cta-section{
 
background-image: url(../images/cta-bg.jpg);
 
background-repeat: no-repeat;
 
background-size: cover;
 
background-position: center;
 
position:relative;
 
padding: 70px 0;
 
overflow:hidden;
}

.cta-section::before{

    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.62); 
}

.cta-container{

    max-width:1000px;
    margin:auto;
    position:relative;
    z-index:2;
    text-align:center;
}

/* Heading */

.cta-title{

font-size: 50px;

color:#fff;

font-weight:300;

line-height:1.15;
}

.cta-title span{

    display:block;
    color:#f3c63d;
    font-size:72px;
    font-weight:700;
}

/* Decorative Divider */

.divider{

width:395px;

margin: 15px auto 25px;

position:relative;
}

/*.divider::before,
.divider::after{

    content:"";
    position:absolute;
    top:50%;
    width:90px;
    height:2px;
    background:#d9b24c;
}

.divider::before{

    left:0;
}

.divider::after{

    right:0;
}*/

.divider span{

    display:inline-block;
    color:#d9b24c;
    font-size:34px;
    animation:shine 3s infinite;
}

@keyframes shine{

    50%{
        transform:scale(1.2);
    }
}

/* Paragraph */

.cta-text{

color:#f2f2f2;

font-size: 16px;

max-width: 670px;

margin:auto;
}

/* Buttons */

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top: 45px;

flex-wrap:wrap;
}

/* Primary */

.btn-primary{

background:#d9b24c;

color:#fff;

text-decoration:none;

padding: 18px 37px;

min-width: 210px;

font-weight:600;

display:flex;

justify-content:center;

align-items:center;

gap: 15px;

transition:.35s;

position:relative;

overflow:hidden;

height: 60px;
}

.btn-primary::before{

    content:"";
    position:absolute;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    transition:.4s;
    z-index:0;
}

.btn-primary span{

    position:relative;
    z-index:2;
}

.btn-primary:hover::before{

    left:0;
}

.btn-primary:hover{

    color:#111;
    transform:translateY(-5px);
}

/* WhatsApp */

.btn-outline{

border:2px solid #d9b24c;

color:#d9b24c;

text-decoration:none;

padding:18px 38px;

min-width:210px;

display:flex;

justify-content:center;

align-items:center;

gap:12px;

font-weight:600;

transition:.35s;

height: 60px;
}

.btn-outline:hover{

    background:#25D366;
    border-color:#25D366;
    color:#fff;
    transform:translateY(-5px);
}

.btn-outline i{

    font-size:22px;
}



.benefits-section{
    padding:80px 20px;
}

 

/*======================
    GRID
=======================*/

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border:1px solid #eee;
}

.box{
    min-height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:40px;
    transition:.4s;
    position:relative;
    overflow:hidden;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}

.box:nth-child(3),
.box:nth-child(6){
    border-right:none;
}

/*======================
   HOVER
=======================*/

.box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
    z-index:2;
}

.box::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:4px;
    background:#d4af37;
    transition:.4s;
}

.box:hover::before{
    width:100%;
}

/*======================
   GOLD BOX
=======================*/

.gold{
    background:#d4af37;
    color:#fff;
}

.gold h2{
    font-size: 38px;
    line-height:1.25;
    margin-bottom:25px;
    font-weight: 600;
    color: #fff;
}

.gold p{
    font-size: 16px;
    line-height:1.9;
}

/*======================
   CONTENT BOX
=======================*/

.content h3{
    font-size:24px;
    margin-bottom:20px;
    color:#111;
    transition:.3s;
}

.content p{
    color: #222222;
    font-size: 16px;
    line-height: 1.7;
}

.box:hover h3{
    color:#d4af37;
}

/*======================
   IMAGE
=======================*/

.image{
    padding:0;
}

.image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.image:hover img{
    transform:scale(1.1);
}


/*==============================*/

.location-contact{

padding: 70px 0;
}

/*==============================*/

.location-box {background: #fff;border: 1px solid #FBF4DB;padding:45px;height:100%;transition:.4s;}

.contact-box{background: #FFFBEE;/* border: 1px solid #FBF4DB; */padding: 45px 45px 25px 45px;height:100%;transition:.4s;}

 
.contact-box:hover{

transform:translateY(-8px);

box-shadow:0 18px 40px rgba(0,0,0,.12);

}

/*==============================*/

.section-title{

font-size:52px;

font-weight:700;

text-align:center;

color:#111;

font-size: 36px;

font-weight: 600;

margin-bottom: 20px;

font-family: "Montserrat", sans-serif;
}

/*==============================*/

.map-img{

overflow:hidden;

border-radius: 130px;
}

.map-img img{

transition:.6s;

}

.map-img:hover img{

transform:scale(1.08);

}

/*==============================*/

.location-list{

padding:0;

margin:0 0 25px;

list-style:none;

}

.location-list li{

display:flex;

justify-content:space-between;

padding:14px 0;

font-size: 16px;

border-bottom:1px solid #f1f1f1;

transition:.3s;
}

.location-list li:hover{

padding-left:10px;

}

.location-list strong{

color:#c8a12f;

font-weight:600;

}

/*==============================*/

.gold-btn{

display:inline-flex;

align-items:center;

justify-content:center;

background:#d4af37;

color:#fff;

padding: 15px 25px;

font-weight:600;

text-decoration:none;

transition:.35s;

position:relative;

overflow:hidden;

border-radius: 2px;
}

.gold-btn::before{

content:"";

position:absolute;

left:-100%;

top:0;

width:100%;

height:100%;

background:#111;

transition:.35s;

}

.gold-btn i,
.gold-btn{

position:relative;

z-index:2;

}

.gold-btn:hover{

color:#fff;

text-decoration:none;

} 
.gold-btn a:hover{color:#fff;}

.gold-btn:hover::before{

left:0;

}

/*==============================*/

.subtitle{

text-align:center;

font-size: 16px;

line-height: 1.7;

margin-bottom: 20px;
}

/*==============================*/

.custom-input{

border:none;

border-bottom:1px solid #777;

border-radius:0;

background:transparent;

padding-left:0;

font-size:18px;

box-shadow:none!important;

margin-bottom:20px;

}

.custom-input:focus{

border-color:#d4af37;

}

/*==============================*/

textarea.custom-input{

resize:none;

}

/*==============================*/

.whatsapp-link{font-size: 16px;color:#c8a12f;font-weight:500;text-decoration:none;transition:.3s;}

.whatsapp-link i{

margin-right:8px;

}

.whatsapp-link:hover{

text-decoration:none;

color:#25D366;

padding-left:8px;

}


.faq-section{

padding: 0px 0 80px;
}

.faq-title{

font-size: 36px;

font-weight: 600;

text-align:center;

margin-bottom: 30px;

color:#111;

font-family: "Montserrat", sans-serif;
}

/* Card */

.faq-card{

border:1px solid #f0e7cb;

border-radius:0;

margin-bottom:14px;

transition:.3s;

}

.faq-card:hover{

box-shadow:0 10px 25px rgba(0,0,0,.08);

transform:translateY(-2px);

}

.card-header{

background:#fff;

padding:0;

border:none;

}

.faq-btn{

display:flex;

justify-content:space-between;

align-items:center;

padding: 20px 25px;

font-size: 18px;

font-weight:600;

color:#222;

text-decoration:none;

transition:.3s;
}

.faq-btn:hover{

text-decoration:none;

color:#c8a12f;

}

.card-body{

padding:0 25px 25px;

font-size: 16px;

line-height:1.9;

color:#555;
}

/* Icons */

.faq-btn i{

transition:.35s;

font-size:16px;

color:#666;

}

.faq-btn[aria-expanded="true"] i{

transform:rotate(180deg);

color:#c8a12f;

}

/* Remove Bootstrap Arrow */

.faq-btn.collapsed i{

transform:rotate(0deg);

}


/*========================*/

.footer-section{

background:#343b2f;

color: #fff;

padding:70px 0 30px;

position:relative;

font-size: 14px;
}

/*========================*/

.footer-logo{

max-width:220px;

transition:.5s;

}

.footer-logo:hover{

transform:scale(1.05);

}

/*========================*/

.about-text{

border-left: 1px solid rgb(149 145 145 / 12%);

padding-left:40px;
}

.about-text p{

font-size: 16px!important;

line-height:2;

margin:0;
}

/*========================*/

.scroll-top{

width:55px;

height:55px;

background:#d4af37;

display:inline-flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:22px;

transition:.35s;

}

.scroll-top:hover{

background:#fff;

color:#d4af37;

transform:translateY(-6px);

text-decoration:none;

}

/*========================*/

.footer-line{

border-color: rgb(149 145 145 / 12%);

margin: 30px 0;
}

/*========================*/

.footer-section h6{

font-size: 15px;

font-weight: 600;

color:#fff;

margin-bottom: 10px;
}

/*========================*/

.footer-section .phone{

display:inline-block;

font-size: 36px;

font-weight: 600;

color:#d4af37;

transition:.35s;
}

.phone i{

color:#25D366;

margin-right:10px;

}

.phone:hover{

color: #d8ac2f;

text-decoration:none;
}

/*========================*/

.footer-arrow{

float: right;

font-size:26px;

color:#d4af37;

margin-top: -5px;

animation:arrow 1.3s infinite;

margin-right: 20px;
}

@keyframes arrow{

50%{

transform:translateX(10px);

}

}

/*========================*/

.footer-section p{

font-size: 14px;

line-height:1.9;

margin:0;
}

/*========================*/

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom: 10px;
}

.footer-links a{

color:#ddd;

transition:.3s;

font-size: 14px;
}

.footer-links a:hover{

color:#d4af37;

padding-left:8px;

text-decoration:none;

}

/*========================*/

.social-icons{

display:flex;

justify-content:flex-end;

gap:15px;

}

.social-icons a{

width:48px;

height:48px;

border:1px solid rgba(255,255,255,.2);

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

color:#fff;

font-size:20px;

transition:.35s;

}

.social-icons a:hover{

background:#d4af37;

border-color:#d4af37;

transform:translateY(-6px) rotate(360deg);

}

/*========================*/

.copyright{

text-align: left;

font-size: 14px;

color:#ddd;
}

.copyright strong{

color:#fff;

}


.about-company{

padding: 70px 0 0;
}

/*==============================*/

.about-content h2{

font-size:42px;

font-weight:700;

margin-bottom:25px;

}

.lead-text{

font-size:22px;

line-height:1.9;

color:#333;

margin-bottom:25px;

}

.small-text{

font-size:16px;

line-height:2;

color:#666;

}

/*==============================*/

.image-grid{

position:relative;

display:flex;

gap:15px;

align-items:stretch;

}


/*======================================
    Statistics Section
=======================================*/

.stats-section{

padding: 60px 0px 80px;

background:#ffffff;
}

.stats-wrapper{

    background:#353c31;

    border-radius:2px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

/*======================================*/

.stat-box{

    position:relative;

    text-align:center;

    padding:55px 20px;

    border-right:1px solid rgba(212,175,55,.20);

    transition:.45s ease;

    cursor:pointer;

}

/* Hover Background */

.stat-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:0;

    background:#40493b;

    transition:.45s;

    z-index:0;

}

.stat-box:hover::before{

    height:100%;

}

/* Gold Bottom Line */

.stat-box::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:0;

    width:0;

    height:3px;

    background:#d8b43d;

    transition:.35s;

    transform:translateX(-50%);

}

.stat-box:hover::after{

    width:100%;

}

/*======================================*/

.stat-box h2{

    position:relative;

    z-index:2;

    color:#d8b43d;

    font-size:48px;

    font-weight:700;

    margin-bottom:10px;

    transition:.35s;

    letter-spacing:.5px;

}

/*======================================*/

.stat-box p{

position:relative;

z-index:2;

color:#ffffff;

font-size: 16px;

font-weight:400;

margin:0;

transition:.35s;
}

/*======================================*/

.stat-box:hover{

    transform:translateY(-6px);

}

.stat-box:hover h2{

    transform:scale(1.08);

    letter-spacing:1px;

}

.stat-box:hover p{

    color:#f3f3f3;

}

/*======================================*/

.border-right-0{

    border-right:none;

}


.residential-plots{}
.residential-plots img{}
.residential-plots-mathura-section{}
.aboutcompany img{} 
.lead-text26 {
    font-size: 24px !important;
    line-height: 40px !important;
}

.dividerline{}
.main-section{
    margin-bottom: 70px;
}
.divine-location img{}




/*==================================================
Why Choose Section
==================================================*/

.why-section{
    padding: 0px 0 70px;
    background:#ffffff;
}

/*==================================================
Card
==================================================*/

.why-card{

background:#fff;

border:1px solid #ececec;

padding: 30px;

text-align:center;

height:100%;

transition:.35s ease;

position:relative;

overflow:hidden;

margin-top: 20px;
}

/* Top Border Animation */

.why-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:#c89b4d;

    transform:scaleX(0);

    transition:.4s ease;

}

/* Hover */

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    border-color:#ffffff;

}

.why-card:hover::before{

    transform:scaleX(1);

}

/*==================================================
Icon
==================================================*/

.icon-box{

    width:72px;

    height:72px;

    margin:0 auto 22px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.icon-box i{

    font-size:34px;

    color:#111;

    transition:.35s;

}

.why-card:hover .icon-box{

    background:#c89b4d;

}

.why-card:hover .icon-box i{

    color:#fff;

    transform:rotateY(180deg);

}

/*==================================================
Heading
==================================================*/

.why-card h3{

font-size: 22px;

font-weight:600;

color:#111;

margin-bottom:20px;

line-height:1.3;
}

/*==================================================
Paragraph
==================================================*/

.why-card p{

font-size: 16px;

color: #222222;

line-height: 1.7;

margin-bottom:0;
}



.luxia-promise-section{

background:#373d35;

padding: 70px 0;

position:relative;

overflow:hidden;

margin-bottom: 70px;
}

/*==================================================
Heading
==================================================*/

.promise-title{

    font-size:58px;

    font-weight:300;

    color:#ffffff;

    margin-bottom:18px;

    letter-spacing:.5px;

    transition:.4s;

}

.promise-subtitle{

max-width:980px;

margin: 0 auto 45px;

color:rgba(255,255,255,.88);

font-size:21px;

line-height:1.9;

font-weight:300;
}

/*==================================================
Welcome Title
==================================================*/

.welcome-title{

    font-size:42px;

    font-weight:600;

    color:#ffffff;

    margin-bottom:15px;

}

.welcome-text{

    font-size:20px;

    color:rgba(255,255,255,.92);

    margin-bottom:45px;

    font-weight:400;

}

/*==================================================
Logo
==================================================*/

.luxia-logo{

margin-bottom: 30px;
}

.luxia-logo img{

    width:190px;

    margin:auto;

    transition:.4s ease;

}

.luxia-logo:hover img{

    transform:scale(1.06);

}

/*==================================================
Divider
==================================================*/

.gold-divider{

margin-bottom: 40px;
}

.gold-divider img{

    width:320px;

    margin:auto;

}

/*==================================================
Content
==================================================*/

.promise-content{

    max-width:1000px;

    margin:auto;

}

.promise-content p{

    font-size:21px;

    color:rgba(255,255,255,.88);

    line-height:2;

    font-weight:300;

    margin-bottom:28px;

}

.promise-content p:last-child{

    margin-bottom:0;

}

/*==================================================
Hover Effects
==================================================*/

.promise-title:hover{

    letter-spacing:1px;

}

.gold-divider img{

    transition:.4s;

}

.gold-divider:hover img{

    transform:scale(1.05);

} 



.testimonial-section{
    padding: 70px 0;
    background: #FFFBEE;
}

/*=========================================
Testimonial Card
=========================================*/

.testimonial-card{

background:#ffffff;

border: 1px solid #f9f7ee;

border-radius:4px;

padding:42px 42px 38px;

min-height:340px;

display:flex;

flex-direction:column;

justify-content:space-between;

transition:all .35s ease;

position:relative;

overflow:hidden;

margin: 10px;
}

/* Top Border */

.testimonial-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:3px;

    background:#c79b45;

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s;

}

.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.testimonial-card:hover::before{

    transform:scaleX(1);

}

/*=========================================
Quote Icon
=========================================*/

.quote-icon{

margin-bottom: 10px;
}

.quote-icon i{

    font-size:34px;

    color:#ececec;

    transition:.3s;

}

.testimonial-card:hover .quote-icon i{

    color:#c79b45;

}

/*=========================================
Testimonial Text
=========================================*/

.testimonial-text{

font-size: 16px;

line-height: 28px;

color:#222;

font-weight:400;

/* margin-bottom:55px; */

/* margin: 20px; */
}

/*=========================================
Client Info
=========================================*/

.client-info{

    display:flex;

    align-items:center;

}

.client-image{

    width:52px;

    height:52px;

    border-radius:50%;

    overflow:hidden;

    margin-right:15px;

    flex-shrink:0; display:none;

}

.client-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.35s;

}

.testimonial-card:hover .client-image img{

    transform:scale(1.08);

}

.client-details h4{

    font-size:18px;

    font-weight:600;

    color:#111;

    margin-bottom:4px;

}

.client-details span{

    font-size:15px;

    color:#555;

    display:block;

}



.about-bg {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


 .inner-banner-section {
    position: relative;
    display: block;
    min-height: 468px;
	    margin-top: 78px;
}
.inner-hdng-parent {
    min-height: 468px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-bg{
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-bg{
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-bg{
    background-image: url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery-section{padding:70px 0}

.gallerybox{margin-bottom:30px;}


a{
    text-decoration:none !important;
    transition:.35s ease;
}

img{
    width:100%;
    display:block;
}

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

.section-padding{
    padding:80px 0;
}

/*==================================================
Blog Item
==================================================*/

.blog-item{

    background:#fff;

    border:1px solid #ececec;

    border-radius:12px;

    overflow:hidden;

    margin-bottom:24px;

    transition:.35s;

    position:relative;

}

.blog-item:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.blog-item::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#d4af37;

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s;

}

.blog-item:hover::before{

    transform:scaleX(1);

}

/*==================================================
Blog Image
==================================================*/

.blog-image{

    overflow:hidden;

    height:100%;

}

.blog-image img{

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.blog-item:hover .blog-image img{

    transform:scale(1.08);

}

/*==================================================
Blog Content
==================================================*/

.blog-content{

    padding:28px 26px;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.blog-date{

    display:inline-block;

    font-size:15px;

    color:#8b8b8b;

    margin-bottom:18px;

}

.blog-content h3{

    font-size:20px;

    line-height:1.55;

    font-weight:600;

    margin-bottom:18px;

}

.blog-content h3 a{

    color:#111;

}

.blog-content h3 a:hover{

    color:#c89b4d;

}

.blog-content p{

    color:#555;

    font-size:16px;

    line-height:1.9;

    margin-bottom:20px;

}

.read-btn{

    font-size:15px;

    font-weight:600;

    color:#c89b4d;

    display:inline-flex;

    align-items:center;

}

.read-btn i{

    margin-left:8px;

    transition:.35s;

}

.read-btn:hover i{

    transform:translateX(6px);

}

/*==================================================
Featured Blog
==================================================*/

.featured-blog{

    background:#d8b334;

    border:none;

}

.featured-blog .blog-date,
.featured-blog h3 a,
.featured-blog p,
.featured-blog .read-btn{

    color:#fff;

}


.featured-blog:hover{

    background:#c79d1d;

}

/*==================================================
Sidebar
==================================================*/

.sidebar-widget{

    background:#fcf7ea;

    border-radius:10px;

    padding:30px;

    margin-bottom:22px;

    transition:.35s;

}

.sidebar-widget:hover{

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.sidebar-widget h4{

    font-size:30px;

    font-weight:600;

    text-align:center;

    margin-bottom:20px;

    color:#222;

    position:relative;

}

.sidebar-widget h4::after{

    content:"";

    display:block;

    width:100%;

    height:1px;

    background:#e7dbc0;

    margin-top:15px;

}

.sidebar-widget ul li{

    margin-bottom:18px;

}

.sidebar-widget ul li:last-child{

    margin-bottom:0;

}

.sidebar-widget ul li a{

    color:#222;

    font-size:17px;

    line-height:1.9;

    display:block;

}

.sidebar-widget ul li a:hover{

    color:#c89b4d;

    padding-left:8px;

}

/*=========================================
Featured Blog
=========================================*/

.featured-blog{
    background:#d8b334;
    border:none;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
}

/* Shine Effect */

.featured-blog::after{

    content:"";

    position:absolute;

    top:-120%;

    left:-40%;

    width:35%;

    height:300%;

    background:rgba(255,255,255,.18);

    transform:rotate(25deg);

    transition:all .8s ease;

}

/* Hover */

.featured-blog:hover{

    background:#c89b2c;

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(201,155,44,.35);

}

.featured-blog:hover::after{

    left:130%;

}

/* Text */

.featured-blog .blog-date,
.featured-blog h3 a,
.featured-blog p,
.featured-blog .read-btn{

    color:#fff;

    transition:.3s;

}

.featured-blog:hover h3 a{

    color:#fff;

}

.featured-blog .read-btn i{

    transition:.3s;

}

.featured-blog:hover .read-btn i{

    transform:translateX(8px);

	
	
}

.featured-blog .blog-image{
    overflow:hidden;
}

.featured-blog .blog-image img{
    transition:.5s ease;
}

.featured-blog:hover .blog-image img{
    transform:scale(1.08);
}


/*=========================================
Blog Details
=========================================*/

.blog-single{
    padding-right:20px;
}

.blog-date{

    display:inline-block;

    color:#8f8f8f;

    font-size:14px;

    font-weight:500;

    margin-bottom:15px;

}

.blog-title{

font-size: 40px;

line-height:1.25;

font-weight:600;

color:#161616;

margin-bottom:30px;
}

/*=========================================
Featured Image
=========================================*/

.blog-image{

    overflow:hidden;

    border-radius:12px;

    margin-bottom:45px;

}

.blog-image img{

    width:100%;

    transition:.6s;

}

.blog-image:hover img{

    transform:scale(1.05);

}

/*=========================================
Content
=========================================*/

.blog-content h2{

font-size: 34px;

font-weight:600;

margin-bottom:20px;

color:#181818;
}

.blog-content h4{

    font-size:26px;

    margin:30px 0 20px;

    font-weight:600;

    color:#202020;

}

.blog-content h5{

    font-size:20px;

    font-weight:600;

    margin-bottom:10px;

    color:#111;

}

.blog-content p{

    color:#555;

    font-size:17px;

    line-height:2;

    margin-bottom:25px;

}

/*=========================================
List
=========================================*/

.blog-list{

    margin:20px 0 30px;

    padding-left:25px;

    list-style:disc;

}

.blog-list li{

    margin-bottom:14px;

    color:#444;

    font-size:17px;

}

/*=========================================
Feature Box
=========================================*/

.feature-box{

margin-bottom:28px;

padding-bottom:22px;

border-bottom:1px solid #eeeeee;


transition:.35s;

margin-top: -20px;
}

.feature-box:last-child{

    border-bottom:none;

}

.feature-box:hover{

    padding-left:12px;

}

.feature-box h5{

    color:#111;

}

.feature-box:hover h5{

    color:#ffffff;

}

/*=========================================
Category Box
=========================================*/

.blog-category{

    margin-top:60px;

    padding:30px;

    background:#fdf8ea;

    border-left:5px solid #d4af37;

    border-radius:6px;

}

.blog-category h4{

    font-size:30px;

    margin-bottom:18px;

    color:#222;

}

.blog-category a{

    display:inline-block;

    margin-right:10px;

    margin-bottom:10px;

    color:#444;

    font-size:16px;

}

.blog-category a:hover{

    color:#d4af37;

}

/*=========================================
Sidebar
=========================================*/

.sidebar-widget{

    background:#fdf8ea;

    padding:28px;

    border-radius:10px;

    position:sticky;

    top:100px;

    transition:.35s;

}

.sidebar-widget:hover{

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.sidebar-widget h3{

    text-align:center;

    font-size:30px;

    font-weight:600;

    margin-bottom:22px;

    color:#222;

    position:relative;

}

.sidebar-widget h3::after{

    content:"";

    width:100%;

    height:1px;

    background:#e6dcc5;

    display:block;

    margin-top:15px;

}

/*=========================================
Search Form
=========================================*/

.search-form{

    margin-top:25px;

}

.search-form .input-group{

    border:1px solid #ececec;

    background:#fff;

    border-radius:8px;

    overflow:hidden;

}

.search-form .form-control{

    border:none;

    height:55px;

    box-shadow:none;

    font-size:15px;

    padding-left:18px;

}

.search-form .form-control:focus{

    box-shadow:none;

}

.search-form button{

    background:#d4af37;

    color:#fff;

    border:none;

    padding:0 28px;

    font-size:15px;

    font-weight:600;

    transition:.35s;

}

.search-form button:hover{

    background:#b88d11;

}


.contact-section{
    padding: 80px 0 60px;
}

.contact-content{
    padding-right:45px;
}

.contact-content h2{
    /* font-size:52px; */
    /* font-weight:700; */
    line-height:1.15;
    margin-bottom:22px;
    color:#111;
}

.contact-desc{
    font-size: 16px;
    line-height: 1.7;
    color:#555;
    margin-bottom:45px;
}

.info-box{
    margin-bottom:42px;
}

.info-box h6{
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
    letter-spacing:1px;
}

.info-box p{
    color:#444;
    line-height: 1.7;
    margin:0;
    font-size: 16px;
}

.info-box a{
    color:#333;
    font-size: 16px;
}

.info-box a:hover{
    color:#d3a528;
}

.contact-image{
    background:#fcf7e7;
    overflow:hidden;
}

.contact-image img{
    width:100%;
    transition:.5s;
}

.contact-image:hover img{
    transform:scale(1.06);
}

.contact-line{

display:flex;

align-items:center;

justify-content:space-between;

border-bottom: 1px solid #ffeec5;

padding-bottom: 14px;
}

.contact-line .left{
    display:flex;
    align-items:center;
}

.contact-line i.fa-whatsapp{
    color:#25D366;
    font-size:28px;
    margin-right:18px;
}

.contact-line a{
    color:#d8aa2d;
    font-size: 25px;
    font-weight:600;
}

.contact-line a:hover{
    color:#111;
}

.arrow{

color:#d8aa2d;

font-size: 26px;

transition:.4s;
}

.contact-line:hover .arrow{
    transform:translateX(8px);
}

.map-section{

    margin-top:90px;
    border:1px solid #ededed;

}

.map-heading{

padding: 45px 20px 25px;

text-align:center;
}

.map-heading h6{

    text-transform:uppercase;
    font-weight:700;
    margin-bottom:15px;
    font-size:15px;

}

.map-heading h2{

/* font-size:52px; */

/* font-weight:700; */
}

.map-box iframe{

    width:100%;
    height:520px;
    border:0;

}

.destination .image-box {
    width: 100%;
    height: auto; }

.why-invest{padding: 60px 0 0;}

.boxinvestleft{}

.boxinvestleft{
    float: left;
    display: inline-block;
    width: 42%;
    padding: 63px 20px 0px 30px;
}

.inveestleftcontent{}

.boxinvestright{
    float: right;
    display: inline-block;
    /* width: 62%; */
    margin-right: -1px;
}

.boxinvestright img{width: auto;}


.boxinvest{
    display: table;
    border: 1px solid #EDEDED;
    width: 100%;
}


.modal-content {
    color: #fff;
    padding: 36px;
    margin-top: 14%;
    border-radius: 0;
}
 
.modal-body { 
    padding: 0;
}
.modal-header {
    color: #000000;
    padding: 0 0 20px;
    margin-bottom: 0;
    background: #ffffff;
}
.form-control {
    height: 48px;
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #efe6c7;
	    padding-left: 10px;
}











 






 /*==============================
  RKD CTA BUTTONS
==============================*/

.rkd-cta-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.rkd-btn{
    /* width:230px; */
    height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    border-radius:2px;
    text-decoration:none;
    font-size: 15px;
    font-weight:500;
    letter-spacing:.2px;
    transition:all .4s ease;
    margin: 0 10px;
    padding: 20px 28px;
}

.rkd-btn span{
    position:relative;
    z-index:2;
}

.rkd-btn i{
    margin-left:16px;
    font-size:18px;
    position:relative;
    z-index:2;
    transition:all .35s ease;
}

/* Shine Effect */

.rkd-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:80%;
    height:100%;
    background:rgba(255,255,255,.25);
    transform:skewX(-25deg);
    transition:.6s;
}

/*==============================
  Schedule Visit Button
==============================*/

.rkd-btn-visit{
    background:#d9ad27;
    color:#fff;
}

.rkd-btn-visit:hover{
    color:#fff;
    text-decoration:none;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.rkd-btn-visit:hover::before{
    left:140%;
}

.rkd-btn-visit:hover i{
    transform:translateX(8px);
}

/*==============================
  Download Brochure Button
==============================*/

.rkd-btn-brochure{
    background:#fff;
    color:#0b5346;
}

.rkd-btn-brochure:hover{
    background:#343b2f;
    color:#fff;
    text-decoration:none;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.rkd-btn-brochure:hover::before{
    left:140%;
}

.rkd-btn-brochure:hover i{
    transform:translateY(4px);
}

 

.book-btn{cursor:pointer;}


.carousel-indicators li { 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: .5; 
}


.btn:hover {  
    background: #ffffff;
    color: #000;
}

.btn a:hover {  
    background: #ffffff;
    color: #000;
}

 

.text26{font-size: 26px!important;line-height: 39px!important;}
 
/*====================================
      RDH Statistics Section
=====================================*/

.rdh-stats-section{
    background:#ffffff;
    padding:55px 0;
}

/* Card */

.rdh-stat-card{
    position:relative;
    text-align:center;
    padding: 20px 20px;
    overflow:hidden;
    transition:all .45s ease;
    cursor:pointer;
    margin-top: 15px;
}

/* Vertical Divider */

.rdh-border-x{
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
}

/* Number */

.rdh-stat-card h2{
    font-size: 46px;
    font-weight: 600;
    color:#000;
    margin:0;
    line-height:1;
    transition:all .4s ease;
}

/* Text */

.rdh-stat-card p{
    margin:12px 0 0;
    font-size:20px;
    font-weight:400;
    color:#111;
    transition:all .4s ease;
}

/* Gold Background Animation */

.rdh-stat-card::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:0%;
    background:#d7af35;
    z-index:0;
    transition:.45s ease;
}

.rdh-stat-card>*{
    position:relative;
    z-index:2;
}

/* Shine Effect */

.rdh-stat-card::after{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:50%;
    height:100%;
    background:rgba(255,255,255,.25);
    transform:skewX(-25deg);
    transition:.7s;
    z-index:1;
}

/* Hover */

.rdh-stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.rdh-stat-card:hover::before{
    height:100%;
}

.rdh-stat-card:hover::after{
    left:150%;
}

.rdh-stat-card:hover h2,
.rdh-stat-card:hover p{
    color:#ffffff;
}

/* Number Animation */

.rdh-stat-card:hover h2{
    transform:scale(1.08);
} 

.btnmargin .rkd-btn { 
    margin: 0px;
}

.destination .card{border:none;}

.whatsappfooter{
}

.footersecond{
    margin-top: 20px;
}

.inner-hdng-parent .hero-content {
     top: 54%; 
}

.residential-plots-in-mathura{padding-top:120px; padding-left:40px;}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.footerlogomb{margin-bottom:50px}