body{
    font-family:"Quicksand", sans-serif !important;
    color:#4d4d4d;
    line-height:1.8;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,
.hero-title,
.section-title{
    font-family:"Alice", serif !important;
    font-weight:600;
    letter-spacing:0.5px;
}

/* ==========================================
           HEADER & NAVIGATION (FIXED FOR SCROLL).feature-box h5
        ========================================== */
        .main-navbar {
            background-color: #F5F5DC;
            padding: 15px 0;
            z-index: 1050; /* High z-index to stay above everything */
            width: 100%;
            position: fixed; /* Forces it to stay at the top */
            top: 0;
            left: 0;
            transition: padding 0.3s ease, box-shadow 0.3s ease;
        }

        .main-navbar.scrolled {
            padding: 8px 0; /* Shrinks the header */
            box-shadow: 0 4px 15px rgba(0,0,0,0.5); /* Adds a drop shadow */
        }


/* ==========================================
           HEADER & NAVIGATION (FABBAT STYLE)
        ========================================== */
        .main-navbar {
            background-color: #F5F5DC; /* Deep dark maroon */
            padding: 15px 0;
            z-index: 1030;
            width: 100%;
        }

.nav-menu a{
    font-weight:500;
}

.btn{
    letter-spacing:1px;
}

.site-header{
position:absolute;
top:0;
left:0;
width:100%;
z-index:999;
padding-top:0px;
}

.logo-area{
text-align:center;
}

.logo-area a{
text-decoration:none;
color:#000;
}

.logo-area h1{
font-size:70px;
font-weight:700;
margin:0;
line-height:1;
}

.logo-area span{
font-style:italic;
font-weight:700;
}

.logo-area p{
font-size:11px;
letter-spacing:6px;
margin-top:-10px;
}

.main-menu{
display:flex;
justify-content:center;
align-items:center;
gap:40px;
padding:0;
margin:0;
list-style:none;
}

.main-menu li{
text-align:center;
}

.main-menu li a{
text-decoration:none;
color:#222;
font-size:22px;
display:block;
}

.main-menu li span{
display:block;
font-size:14px;
font-style:italic;
color:#b9b0aa;
margin-top:-3px;
}

.main-menu li a:hover{
color:#999;
}


/* Mobile */

@media(max-width:991px){

.main-menu{
flex-wrap:wrap;
gap:25px;
}

.logo-area h1{
font-size:50px;
}

}

.hero-slider,
.carousel-item{
height:100vh;
}

.hero-bg{
height:100vh;
object-fit:cover;
}

.slide-content{

position:absolute;

top:0;
left:0;

width:100%;
height:100%;
}

.slide-content h2{

margin-top:206px;


font-size:61px;
font-weight:400;

line-height:1.2;
}

.slide-content p{

margin-top:40px;


font-size:22px;
line-height:1.8;
}

/* ABOUT PHOTOGRAPHER */

.about-photographer{

padding:95px 0 100px;
background:#fff;

}

.about-small{

font-size:22px;
font-style:italic;
font-weight:400;

margin-bottom:18px;

color:#000;
}

.about-title{

font-size:86px;
font-weight:400;

line-height:1;

margin-bottom:35px;

color:#000;
}

.about-divider{

margin-bottom:45px;
max-width:294px;
}

.about-bold{



font-size:28px;
font-weight:700;

line-height:1.5;

max-width:850px;

margin:auto auto 35px;
}

.about-description{

max-width:900px;
margin:auto;
}

.about-description p{

font-size:22px;

line-height:1.8;

color:#5f5f5f;
}

@media(max-width:991px){

.about-title{

font-size:55px;
}

.about-bold{

font-size:24px;
}

.about-description p{

font-size:18px;
}

}

/* AWARDS */

.awards-section{

background:#f5f1e8;
padding:85px 0;
}

.award-item{

text-align:center;
padding:20px;
}

.award-item img{

height:90px;
max-width:100%;
margin-bottom:45px;
}

.award-subtitle{


font-style:italic;
font-size:18px;
color:#b29c88;

margin-bottom:10px;
}

.award-item h4{



font-size:28px;
font-weight:400;

line-height:1.5;

margin-bottom:15px;
}

.award-item span{

font-size:18px;

color:#8f8f8f;
}

@media(max-width:991px){

.award-item{

margin-bottom:40px;
}

}

/* PORTFOLIO */

.portfolio-section{

padding:100px 0;
}

.portfolio-title{


font-size:65px;
font-weight:400;

margin-bottom:20px;
}

.portfolio-subtitle{

font-size:24px;

color:#666;
margin-bottom:50px;
}

.portfolio-item{

position:relative;
display:block;

overflow:hidden;
}

.portfolio-item img{

}

.portfolio-overlay{

position:absolute;

left:0;
top:0;

width:100%;
height:100%;

background:rgba(240,220,214,.65);

display:flex;

align-items:center;
justify-content:center;

opacity:0;

transition:.6s;
}

.portfolio-overlay i{

font-size:45px;
color:#fff;

transform:scale(.5);

transition:.6s;
}

.portfolio-item:hover img{

transform:scale(1.1);
}

.portfolio-item:hover .portfolio-overlay{

opacity:1;
}

.portfolio-item:hover .portfolio-overlay i{

transform:scale(1);
}

/* BOOKING */

.booking-section{

background:#f5f1e8;
padding:100px 0;
}

.booking-title{



font-size:64px;
font-weight:400;

margin-bottom:30px;
}

.booking-divider{

max-width:294px;

margin-bottom:70px;
}

.booking-content{

padding-right:60px;
}

.booking-content h3{



font-size:28px;
font-weight:400;

line-height:1.8;

margin-bottom:35px;
}

.booking-content p{



font-size:22px;

line-height:1.8;

color:#666;
}

.booking-form input,
.booking-form textarea{

height:58px;

border:none;

background:#fff;

padding-left:25px;

margin-bottom:2px;

border-radius:0;


}

.booking-form textarea{

height:120px;

padding-top:20px;

resize:none;
}

.booking-form button{

margin-top:35px;

width:110px;
height:55px;

background:transparent;

border:2px solid #222;



font-size:24px;

transition:.5s;
}

.booking-form button:hover{

background:#222;
color:white;
}

@media(max-width:991px){

.booking-content{

padding-right:0;
margin-bottom:50px;
}

.booking-title{

font-size:45px;
}

}

/* FOOTER */

.site-footer{

background:#fff;
padding:100px 0 80px;

text-align:center;
}

.footer-content{

display:flex;

flex-direction:column;

align-items:center;
}

.footer-text{



font-size:20px;

color:#b5b5b5;

margin-bottom:30px;
}

.footer-text a{

color:#ef8d72;

text-decoration:none;
}

.footer-social{

display:flex;

gap:40px;

padding:0;
margin:0;

list-style:none;
}

.footer-social li a{

font-size:22px;

color:#b8b8b8;

transition:.4s;
}

.footer-social li a:hover{

color:#ef8d72;
}

@media(max-width:991px){

.site-footer{

padding:60px 0;
}

}

/* ABOUT PAGE */

.about-page{

padding-top:140px;
padding-bottom:120px;

background:#fff;
}

.about-page-title{



font-size:80px;
font-weight:400;

margin-bottom:60px;
}

.about-image img{

width:100%;
max-width:470px;

display:block;
}

.about-content{

padding-left:50px;
}

.about-content h2{



font-size:55px;
font-weight:400;

margin-bottom:30px;
}

.about-content h3{



font-size:42px;
font-weight:400;

margin:40px 0 25px;
}

.about-content p{



font-size:22px;

line-height:1.8;

color:#666;

margin-bottom:30px;
}

.download-btn{

display:inline-block;

padding:18px 55px;

border:2px solid #222;

color:#222;

text-decoration:none;



font-size:22px;

transition:.4s;
}

.download-btn:hover{

background:#222;

color:#fff;
}

@media(max-width:991px){

.about-content{

padding-left:0;
padding-top:40px;
}

.about-page-title{

font-size:50px;
}

.about-content h2{

font-size:40px;
}

.about-content h3{

font-size:30px;
}

.about-content p{

font-size:18px;
}

}

/* HOME HEADER */

.site-header{

position:relative;
top:0;
left:0;

width:100%;
z-index:999;

padding-top:0px;
}


/* INNER PAGES */

.inner-header{

position:relative !important;

background:#fff;

padding-top:40px;
padding-bottom:40px;

margin-bottom:50px;
}


/* About page spacing */

.about-page{

padding-top:40px;
padding-bottom:120px;
}

/* TESTIMONIAL */

.testimonial-section{

padding:120px 0;

background:#f5f2eb;
}

.testimonial-box{

background:#fff;

padding:50px;

text-align:center;

height:100%;

min-height:420px;

transition:.4s;
}

.testimonial-box:hover{

transform:translateY(-10px);
}

.testimonial-box img{

width:70px;

margin-bottom:35px;
}

.testimonial-box p{



font-size:20px;

line-height:1.9;

color:#666;

margin-bottom:30px;
}

.testimonial-box h5{



font-size:28px;

font-weight:400;
}

@media(max-width:991px){

.testimonial-box{

margin-bottom:30px;
}

}

/* EQUIPMENT SECTION */

.equipment-section{

padding:120px 0;
background:#fff;
}

.equipment-title{



font-size:58px;
font-weight:400;

text-align:center;

max-width:1000px;

margin:auto;
margin-bottom:60px;

line-height:1.3;
}

.equipment-image{

margin-bottom:70px;
}

.equipment-image img{

width:100%;
display:block;
}

.equipment-list{

padding:0;
margin:0;

list-style:none;
}

.equipment-list li{



font-size:18px;

margin-bottom:20px;

color:#444;

line-height:1.8;
transition: 0.5s;
cursor: pointer;
}

.equipment-list li:hover{

	    transform: translateY(-20px);

}

.equipment-list i{

margin-right:15px;

color:#c8bca7;

font-size:18px;
}

@media(max-width:991px){

.equipment-title{

font-size:40px;
}

.equipment-list{

margin-bottom:40px;
}

}

/* ABOUT CONTACT SECTION */

.contact-question-section{

background:#f5f1e8;

padding:120px 0;
}

.contact-question-title{



font-size:58px;
font-weight:400;

margin-bottom:30px;
}

.contact-divider{

width:294px;

margin-bottom:70px;
}

.contact-question-form{

max-width:850px;

margin:auto;
}

.contact-question-form .form-control{

height:65px;

border:none;

border-radius:0;

background:#fff;

padding-left:30px;

margin-bottom:2px;



font-size:20px;

box-shadow:none;
}

.contact-question-form textarea{

height:180px;

padding-top:25px;

resize:none;
}

.contact-question-form button{

margin-top:40px;

width:160px;
height:60px;

background:transparent;

border:2px solid #222;



font-size:24px;

transition:.4s;
}

.contact-question-form button:hover{

background:#222;

color:#fff;
}

@media(max-width:991px){

.contact-question-title{

font-size:42px;
}

.contact-divider{

width:220px;
}

}

/* REGAL CTA */

.regal-cta{

    position: relative;
    padding: 130px 0;
    background: url(https://images.unsplash.com/photo-1511285560929-80b456fea0bc?q=80&w=1974&auto=format&fit=crop);
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-overlay{

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,.45);
}

.regal-cta .container{

position:relative;
z-index:2;
}

.regal-cta h2{



font-size:78px;
font-weight:400;

line-height:1.2;

color:#fff;

margin-bottom:35px;
}

.regal-cta p{



font-size:28px;

line-height:1.8;

color:#f3f3f3;

max-width:850px;

margin:auto;
margin-bottom:50px;
}

.cta-btn{

display:inline-block;

padding:20px 70px;

border:2px solid #fff;

color:#fff;

text-decoration:none;



font-size:26px;

transition:.5s;
}

.cta-btn:hover{

background:#fff;

color:#111;
}

@media(max-width:991px){

.regal-cta{

padding:120px 0;
}

.regal-cta h2{

font-size:46px;
}

.regal-cta p{

font-size:20px;
}

.cta-btn{

font-size:20px;

padding:16px 45px;
}

}

/* ABOUT CTA */

.about-cta{

padding:110px 0;

background:#111;

overflow:hidden;

position:relative;
}

.about-cta:before{

content:"";

position:absolute;

left:-100px;
top:-100px;

width:300px;
height:300px;

border-radius:50%;

background:rgba(255,255,255,.03);
}

.about-cta-content{

position:relative;
z-index:2;
}

.about-cta-small{

display:block;



font-style:italic;

font-size:22px;

color:#d8bfa6;

margin-bottom:20px;
}

.about-cta h2{



font-size:58px;

font-weight:400;

line-height:1.3;

color:#fff;

margin-bottom:25px;
}

.about-cta p{



font-size:22px;

line-height:1.8;

color:#d5d5d5;
}

.about-cta-btn{

display:inline-block;

padding:18px 60px;

border:2px solid #fff;

text-decoration:none;



font-size:24px;

color:#fff;

transition:.4s;
}

.about-cta-btn:hover{

background:#fff;

color:#111;
}

@media(max-width:991px){

.about-cta{

text-align:center;
}

.about-cta h2{

font-size:40px;
}

.about-cta-btn{

margin-top:40px;
}

}

.regal-cta-2{
    padding:100px 0;
    background:#f7f6f3;
    overflow:hidden;
}

.regal-cta-box{
    position:relative;
    max-width:900px;
    margin:auto;
    text-align:center;
    padding:70px;
    border-radius:30px;

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

    backdrop-filter:blur(15px);

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

    overflow:hidden;

    transition:.6s;
}

.regal-cta-box:hover{
    transform:translateY(-8px);
}

.regal-cta-box::before{
    content:'';
    position:absolute;

    width:300px;
    height:300px;

    background:linear-gradient(
    45deg,
    rgba(255,192,203,.3),
    rgba(255,255,255,0)
    );

    border-radius:50%;

    top:-120px;
    left:-120px;

    animation:float1 6s infinite ease-in-out;
}

.regal-cta-box::after{
    content:'';
    position:absolute;

    width:250px;
    height:250px;

    background:linear-gradient(
    45deg,
    rgba(225,210,180,.4),
    rgba(255,255,255,0)
    );

    border-radius:50%;

    right:-100px;
    bottom:-100px;

    animation:float2 8s infinite ease-in-out;
}

.regal-tag{
    display:inline-block;
    margin-bottom:20px;
    color:#9a8b7b;
    letter-spacing:2px;
    text-transform:uppercase;
}

.regal-cta h2{
    
    font-size:65px;
    line-height:1;
    margin-bottom:25px;
}

.regal-cta p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

.regal-cta-btns{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-main{
    padding:15px 35px;
    background:#111;
    color:#fff;
    border-radius:50px;
    text-decoration:none;

    transition:.4s;
}

.btn-main:hover{
    background:#b99272;
    transform:translateY(-3px);
    color:#fff;
}

.btn-outline{
    padding:15px 35px;

    border:1px solid #111;
    color:#111;

    border-radius:50px;
    text-decoration:none;

    transition:.4s;
}

.btn-outline:hover{
    background:#111;
    color:white;
}

@keyframes float1{

0%,100%{
transform:translateY(0px);
}

50%{
transform:translateY(30px);
}

}

@keyframes float2{

0%,100%{
transform:translateY(0px);
}

50%{
transform:translateY(-25px);
}

}

@media(max-width:768px){

.regal-cta-box{
padding:40px 25px;
}

.regal-cta h2{
font-size:42px;
}

}

.indian-wedding-cta{

padding:100px 0;
background:#f8f5f1;

}

.cta-wrapper{

display:flex;
align-items:center;
overflow:hidden;

background:white;
border-radius:30px;

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

}

.cta-image{

width:45%;

}

.cta-image img{

width:100%;
height:650px;
object-fit:cover;
display:block;

}

.cta-content{

width:55%;
padding:70px;

}

.cta-tag{

font-size:13px;
letter-spacing:3px;
color:#b57d56;
display:block;
margin-bottom:25px;

}

.cta-content h2{

font-size:58px;
line-height:1.1;

margin-bottom:25px;

}

.cta-content h2 span{

display:block;
color:#b57d56;
font-style:italic;

}

.cta-content p{

font-size:18px;
line-height:1.9;
color:#666;
margin-bottom:35px;

}

.cta-buttons{

display:flex;
gap:20px;

}

.book-btn{

background:#7c1d1d;
color:white;
padding:15px 35px;
border-radius:50px;

text-decoration:none;
transition:.5s;

}

.book-btn:hover{

transform:translateY(-5px);

color:white;
background:#a52a2a;

}

.portfolio-btn{

border:1px solid #c5b7a6;
padding:15px 35px;
border-radius:50px;

text-decoration:none;
color:#222;
transition:.5s;

}

.portfolio-btn:hover{

background:#111;
color:white;

}

.cta-features{

display:grid;
grid-template-columns:repeat(4,1fr);

gap:20px;

padding:35px;

margin-top:-50px;

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

border-radius:25px;

position:relative;

box-shadow:0 10px 40px rgba(0,0,0,.05);

}

.feature-box{

display:flex;
gap:15px;
align-items:center;

}

.feature-box i{

font-size:28px;
color:#b57d56;

}

.feature-box h5{

margin:0;
font-size:17px;

}

.feature-box span{

font-size:13px;
color:#777;

}


/* Responsive */

@media(max-width:991px){

.cta-wrapper{

flex-direction:column;

}

.cta-image,
.cta-content{

width:100%;

}

.cta-image img{

height:auto;

}

.cta-content{

padding:40px;

}

.cta-content h2{

font-size:42px;

}

.cta-features{

grid-template-columns:1fr 1fr;

}

}


@media(max-width:576px){
    

.cta-features{

grid-template-columns:1fr;

}

}


.rf-video-cta{
padding:100px 0;
background:#111;
position:relative;
overflow:hidden;
}

.rf-video-cta:before{
content:"";
position:absolute;
width:500px;
height:500px;
background:rgba(255,255,255,.03);
border-radius:50%;
top:-200px;
right:-100px;
}

.rf-content{
color:#fff;
}

.mini-title{
font-size:14px;
letter-spacing:4px;
color:#c7a67a;
display:block;
margin-bottom:20px;
}

.rf-content h2{
font-size:58px;
line-height:1.2;
font-family:Georgia,serif;
margin-bottom:25px;
}

.rf-content p{
font-size:18px;
line-height:32px;
opacity:.8;
margin-bottom:35px;
}

.rf-btns{
display:flex;
gap:20px;
}

.book-btn{
padding:16px 35px;
background:#c7a67a;
color:#fff;
text-decoration:none;
border-radius:50px;
transition:.4s;
}

.book-btn:hover{
background:#fff;
color:#111 !important;
transform:translateY(-5px);
}

.watch-btn{
padding:16px 35px;
border:1px solid rgba(255,255,255,.3);
color:white;
text-decoration:none;
border-radius:50px;
transition:.4s;
}

.watch-btn:hover{
background:white;
color:black;
transform:translateY(-5px);
}

.video-box{
overflow:hidden;
border-radius:25px;
box-shadow:
0 20px 60px rgba(0,0,0,.4);
}

.video-box iframe{
width:100%;
height:400px;
border:0;
}

@media(max-width:991px){

.rf-content{
text-align:center;
margin-bottom:50px;
}

.rf-content h2{
font-size:40px;
}

.rf-btns{
justify-content:center;
}

}



.regal-contact-form{

padding:20px;

}


.form-glass{

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

backdrop-filter:
blur(20px);

border-radius:30px;

padding:40px;

box-shadow:

0 15px 40px rgba(0,0,0,.08);

border:

1px solid rgba(255,255,255,.4);

}


.form-glass h4{

font-family:
'Playfair Display',serif;

font-size:32px;

margin-bottom:35px;

}


.floating-group{

position:relative;

margin-bottom:25px;

}


.floating-group input,
.floating-group textarea{

width:100%;

padding:

18px 55px 18px 20px;

border-radius:16px;

border:none;

background:

#f8f8f8;

outline:none;

font-size:15px;

transition:.4s;

}


.floating-group input:focus,
.floating-group textarea:focus{

background:white;

box-shadow:

0 0 20px rgba(0,0,0,.06);

}


.floating-group label{

position:absolute;

left:20px;
top:18px;

color:#888;

transition:.3s;

pointer-events:none;

background:white;

padding:0 6px;

}


.floating-group input:focus~label,
.floating-group input:valid~label,
.floating-group textarea:focus~label,
.floating-group textarea:valid~label{

top:-10px;

font-size:12px;

color:#c39d60;

}


.floating-group i{

position:absolute;

right:20px;
top:20px;

color:#c39d60;

font-size:16px;

}


.textarea-group i{

top:25px;

}


.regal-btn{

width:100%;

border:none;

padding:18px;

border-radius:50px;

background:

linear-gradient(
135deg,
#c39d60,
#8d6934
);

color:white;

font-weight:600;

font-size:15px;

transition:.4s;

}


.regal-btn:hover{

transform:
translateY(-3px);

box-shadow:

0 10px 30px rgba(
195,
157,
96,
0.4
);

}


.regal-btn i{

margin-left:10px;

transition:.4s;

}


.regal-btn:hover i{

transform:
translateX(8px);

}



@media(max-width:768px){

.form-glass{

padding:25px;

}

.form-glass h4{

font-size:26px;

}

}

.rf-contact-section{

background:#0f0f0f;
color:#fff;

padding:120px 0;

}

.rf-subtitle{

font-size:13px;
letter-spacing:4px;
text-transform:uppercase;

color:#c5a46d;

display:block;
margin-bottom:15px;

}

.rf-title{

font-size:64px;
font-weight:600;
line-height:1.1;

margin-bottom:25px;


}

.rf-title-sm{

font-size:48px;

}

.rf-desc{

color:#b8b8b8;
line-height:1.9;

margin-bottom:40px;

}

.rf-contact-box h6{

color:#c5a46d;
margin-bottom:5px;

}

.rf-contact-box p{

margin:0;
color:#ddd;

}

.rf-form-wrap{

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

backdrop-filter:blur(15px);

padding:50px;

border-radius:30px;

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

}

.rf-input{

width:100%;

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

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

padding:16px 20px;

border-radius:14px;

color:#fff;

outline:none;

transition:.3s;

}

.rf-input:focus{

border-color:#c5a46d;

}

.rf-input::placeholder{

color:#999;

}

.rf-check-wrap{

display:flex;
gap:20px;
flex-wrap:wrap;

}

.rf-check{

display:flex;
align-items:center;
gap:10px;

cursor:pointer;

}

.rf-check input{

display:none;

}

.rf-check span{

width:18px;
height:18px;

border:1px solid #c5a46d;

border-radius:4px;

display:block;

}

.rf-check input:checked + span{

background:#c5a46d;

}

.rf-btn{

background:#c5a46d;
color:#000;

border:none;

padding:16px 40px;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.rf-btn:hover{

transform:translateY(-3px);

}

.rf-accordion{

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

border:none;

margin-bottom:20px;

border-radius:20px !important;

overflow:hidden;

}

.rf-accordion .accordion-button{

background:transparent;

color:#fff;

padding:25px;

box-shadow:none;

font-weight:600;

}

.rf-accordion .accordion-body{

color:#bbb;

line-height:1.8;

padding:0 25px 25px;

}

@media(max-width:768px){

.rf-title{

font-size:42px;

}

.rf-title-sm{

font-size:34px;

}

.rf-form-wrap{

padding:30px;

}

}

.rf-input option{

background:#1a1a1a;
color:#ffffff;

padding:15px;

}

.rf-input select{

appearance:none;
-webkit-appearance:none;
-moz-appearance:none;

}

.rf-input{

background-color:#1f1f1f;

}

select.rf-input{

height:60px;
cursor:pointer;

}

.book-btn{

position:relative;

display:inline-flex;
align-items:center;
gap:12px;

padding:14px 26px;

background:
linear-gradient(
135deg,
#d4af73,
#b88946
);

color:#fff;

font-weight:600;
font-size:15px;

border-radius:60px;

text-decoration:none;

overflow:hidden;

transition:.4s ease;

box-shadow:
0 10px 30px rgba(180,130,60,.25);

z-index:1;

}


.book-btn::before{

content:'';

position:absolute;

top:0;
left:-100%;

width:100%;
height:100%;

background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.25),
transparent
);

transition:.6s;

z-index:0;

}


.book-btn:hover::before{

left:100%;

}


.book-btn:hover{

transform:translateY(-3px);

box-shadow:
0 15px 35px rgba(180,130,60,.35);

color:#fff;

}


.book-btn i{

position:relative;
z-index:2;

font-size:15px;

}


.btn-text{

position:relative;
z-index:2;

letter-spacing:.3px;

}


.arrow-icon{

transition:.3s;

}


.book-btn:hover .arrow-icon{

transform:translateX(4px);

}


/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .cta-buttons{
        flex-direction:column;
        gap:12px;
        width:100%;
    }

    .cta-buttons a{
        flex:1;
        min-width:unset;
        padding:16px 14px;
        font-size:15px;
        min-height:58px;
        border-radius:22px;
        text-align: center;
        justify-content: center;
    }

    .cta-buttons i{
        font-size:16px;
    }

}

/* EXTRA SMALL DEVICES */

@media(max-width:480px){

    .cta-buttons{
        gap:10px;
    }

    .cta-buttons a{
        font-size:14px;
        padding:14px 12px;
        border-radius:18px;
        min-height:54px;
    }

}


body{

margin:0;
background:#f5f1ea;

font-family:'Alice',serif;

}


.rf-header{

position:absolute;

top:0;
left:0;

width:100%;

z-index:999;

padding:25px;

box-sizing:border-box;
/*background: rgba(0, 0, 0, 0.5);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, transparent 100%);*/
transition:
transform .4s ease,
background .4s ease,
padding .4s ease;
}
.mobslider, .carousel-item{
    height: auto;
    
}
.mobslider .hero-bg {
    height: auto;
    object-fit: cover;
}
.hero-slider::after{
/*
content:'';

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

z-index:1;*/

}


.hero-slider{

position:relative;

}


.hero-slider .carousel-item{

position:relative;
z-index:0;

}


.hero-slider .slide-content{

z-index:2;

}
.hero-slider .slide-content h2{

text-shadow:
2px 1px 4px rgba(255,255,255,1)}

.rf-menu-wrap{

display:flex;
align-items:center;
justify-content:space-between;

position:relative;

}


.rf-menu{

display:flex;
align-items:center;
gap:55px;

list-style:none;

padding:0;
margin:0;

width:35%;

}


.rf-menu-left{

justify-content:flex-end;

}


.rf-menu-right{

justify-content:flex-start;

}


.rf-menu li a{

color:#fff;

text-decoration:none;

font-size:12px;

letter-spacing:4px;

font-weight:500;

position:relative;

transition:.4s;

text-transform:uppercase;

}


.rf-menu li a::after{

content:'';

position:absolute;

left:0;
bottom:-8px;

width:0%;
height:1px;

background:#d0b17a;

transition:.4s;

}


.rf-menu li a:hover{

color:#d0b17a;

}


.rf-menu li a:hover::after{

width:100%;

}



/* CENTER LOGO */

.rf-logo{

/*position:absolute;

left:50%;
transform:translateX(-50%);*/

}


.rf-logo-text{

font-size:48px;

letter-spacing:4px;

font-weight:400;

color:#fff;

white-space:nowrap;

}



/* MOBILE */

.rf-mobile-toggle{

display:none;

color:#fff;

font-size:24px;

cursor:pointer;

}


.rf-mobile-menu{

position:fixed;

top:0;
right:-100%;

width:280px;
height:100vh;

background:#111;

padding:100px 40px;

display:flex;
flex-direction:column;
gap:30px;

transition:.5s;

z-index:9999;

}


.rf-mobile-menu.active{

right:0;

}


.rf-mobile-menu a{

color:#fff;

text-decoration:none;

font-size:15px;

letter-spacing:3px;

text-transform:uppercase;

}



@media(max-width:991px){

.rf-header{

padding:25px 25px;

}


.rf-menu{

display:none;

}


.rf-logo{

position:relative;

left:auto;

transform:none;

}


.rf-logo-text{

font-size:28px;

letter-spacing:2px;

}


.rf-mobile-toggle{

display:block;

}

}

.regal-logo{

text-align:center;

display:flex;
flex-direction:column;
align-items:center;
justify-content:center;

font-family:'Alice', serif;

}


.logo-crown{

color:#c8a15a;

font-size:16px;

margin-bottom:8px;

}


.logo-r-wrap{

display:flex;
align-items:center;
gap:18px;

margin-bottom:14px;

}


.logo-r{

font-size:32px;

color:#c8a15a;

line-height:1;

position:relative;

}


.logo-r::after{

content:'✧';

position:absolute;

bottom:-12px;
left:50%;

transform:translateX(-50%);

font-size:10px;

color:#c8a15a;

opacity:.8;

}


.line{

width:75px;
height:1px;

background:#d8bc85;

opacity:.7;

}

/* FIXED HEADER ON SCROLL */

.rf-header{

position:fixed;

top:0;
left:0;

width:100%;

z-index:9999;

padding:35px 70px;

transition:
all .4s ease;

background:transparent;

}


/* SCROLL ACTIVE */

.rf-header.scrolled{

padding:18px 70px;

background:
rgba(10,10,10,.88);

backdrop-filter:blur(12px);

-webkit-backdrop-filter:blur(12px);

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

}


/* OPTIONAL SMALLER LOGO */

.rf-header.scrolled .rf-logo-text{

font-size:38px;

}

.rf-header.scrolled .logo-crown{display:none;}
.rf-header.scrolled .logo-r-wrap{display:none;}
.rf-header.scrolled .logo-text{padding:0;}
@media(max-width:991px){

.rf-header{

padding:20px 20px;

}

.rf-header.scrolled{

padding:14px 20px;

}

.rf-header.scrolled .rf-logo-text{

font-size:24px;

}

}

.logo-text{

font-size:22px;

font-weight:400;

letter-spacing:6px;

margin:0;

background:
linear-gradient(
90deg,
#ffffff,
#d4a65a,
#ffffff
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

text-transform:uppercase;

}



/* Mobile */

@media(max-width:768px){

.line{

width:35px;

}
.site-header{background: #000;}
.mb-menu{position: relative;}
.scrolled{position: fixed !important;}
.offcanvas{z-index: 99999;}
.logo-crown{font-size:8px;}
    .logo-text{font-size:14px; letter-spacing:2px;}
    .logo-r{font-size:16px;}
    .about-title{font-size:40px;}
    .portfolio-title{font-size:40px;}
    .cta-features{margin-top:-25px;}
}

/* =========================
   BOOKING SECTION
========================= */

.booking-section{
    padding:120px 0;
    background:#faf8f5;
    position:relative;
    overflow:hidden;
}

/* SUBTITLE */

.booking-subtitle{
    font-size:13px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#c79a59;
    font-weight:600;
    display:block;
    margin-bottom:18px;
}

/* TITLE */

.booking-title{
    font-size:58px;
    line-height:1.1;
    font-family:'Alice', serif;
    color:#111;
    margin-bottom:25px;
}

/* DIVIDER */

.booking-line{
    width:90px;
    height:2px;
    background:#c79a59;
    margin:0 auto 25px;
}

/* TOP TEXT */

.booking-top-text{
    font-size:18px;
    color:#777;
    line-height:1.8;
}

/* CARD */

.booking-card{
    background:#fff;
    padding:70px;
    border-radius:35px;
    box-shadow:
    0 20px 60px rgba(0,0,0,.06);
    position:relative;
}

/* CONTENT */

.booking-content h3{
    font-size:38px;
    line-height:1.3;
    margin-bottom:25px;
    font-family:'Alice', serif;
    color:#111;
}

.booking-content p{
    font-size:17px;
    line-height:2;
    color:#666;
    margin-bottom:35px;
}

/* FEATURES */

.booking-features{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 22px;
    border-radius:50px;
    background:#faf7f2;
    border:1px solid #eee;
    font-size:14px;
    font-weight:500;
    color:#222;
}

.feature-item i{
    color:#c79a59;
}

/* BUTTON */

.booking-btn{
    width:220px;
    height:220px;
    border-radius:50%;
    background:#c79a59;
    color:#fff;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    font-size:20px;
    font-weight:600;
    transition:.4s;
    margin-left:auto;
    box-shadow:
    0 20px 40px rgba(199,154,89,.35);
}

.booking-btn i{
    font-size:22px;
}

.booking-btn:hover{
    transform:translateY(-8px) scale(1.03);
    background:#b88745;
    color:#fff;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

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

    .booking-card{
        padding:40px 30px;
    }

    .booking-title{
        font-size:42px;
    }

    .booking-content h3{
        font-size:30px;
    }

    .booking-btn{
        width:180px;
        height:180px;
        margin:20px auto 0;
        font-size:18px;
    }

}

@media(max-width:576px){

    .booking-title{
        font-size:34px;
    }

    .booking-content h3{
        font-size:24px;
    }

    .booking-content p{
        font-size:15px;
        line-height:1.9;
    }

    .booking-card{
        border-radius:25px;
        padding:35px 22px;
    }

    .booking-btn{
        width:160px;
        height:160px;
        font-size:16px;
    }

    .feature-item{
        width:100%;
        justify-content:center;
    }

}

.img-placeholder{

    background:#f3f3f3;

    overflow:hidden;

    position:relative;

}

.img-placeholder::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        90deg,
        #f3f3f3 25%,
        #e5e5e5 50%,
        #f3f3f3 75%
    );

    background-size:200% 100%;

    animation:skeleton 1.5s infinite;

}

.img-placeholder img{

    width:100%;

    display:block;

    opacity:0;

    transition:.4s;

}

.img-placeholder.loaded::before{

    display:none;

}

.img-placeholder.loaded img{

    opacity:1;

}

@keyframes skeleton{

    0%{
        background-position:200% 0;
    }

    100%{
        background-position:-200% 0;
    }

}

.masonry-gallery{
    width:100%;
}

.masonry-item{
    width:25%;
    padding:10px;
}

.masonry-item img{
    width:100%;
    height:auto;
    display:block;
    border-radius:12px;
}

@media(max-width:991px){
    .masonry-item{
        width:33.333%;
    }
}

@media(max-width:768px){
    .masonry-item{
        width:50%;
    }
}

@media(max-width:576px){
    .masonry-item{
        width:100%;
    }
}
.img-placeholder{
    background:#f5f5f5;
    border-radius:12px;
    overflow:hidden;
}

.img-placeholder img{
    width:100%;
    height:auto;
    display:block;
}

.loaded{
    background:none;
}