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


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

body{

font-family:'Poppins',sans-serif;

background:#faf8f5;

color:#222;

}

h1,h2,h3,h4,h5{

font-family:'Playfair Display',serif;

}


.navbar-nav .nav-link{

    font-family:'Poppins',sans-serif;
    font-weight:500;
    font-size:15px;

}

.btn{

    font-family:'Poppins',sans-serif;
    font-weight:600;

}

p{

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
   

}

/*=========================
Header
==========================*/

.header-area{

background:#fff;

padding:15px 0;

box-shadow:0 5px 20px rgba(0,0,0,.05);

position:sticky;

top:0;

z-index:999;

}

.navbar-brand img{

height:65px;

}

.navbar-nav .nav-link{

font-size:15px;

font-weight:600;

color:#333;

margin:0 10px;

position:relative;

}

.navbar-nav .nav-link.active{

color:#7c1220;

}

.navbar-nav .nav-link:hover{

color:#7c1220;

}


.btn-login{

border:1px solid #7c1220;

padding:10px 28px;

border-radius:50px;

color:#7c1220;

font-weight:600;

}

.btn-login:hover{

background:#7c1220;

color:#fff;

}

.btn-register{

background:#7c1220;

color:#fff;

padding:10px 28px;

border-radius:50px;

font-weight:600;

}

.btn-register:hover{

background:#5c0b15;
color:#fff;

}


/*==================================================
Desktop Large (1400px)
==================================================*/

@media (max-width:1400px){

.container{
    max-width:1140px;
}

}

/*==================================================
Laptop (1200px)
==================================================*/

@media (max-width:1199px){

.navbar-brand img{
    height:60px;
}

.navbar-nav .nav-link{
    margin:0 6px;
    font-size:14px;
}

.btn-login,
.btn-register{
    padding:9px 22px;
}

}

/*==================================================
Tablet Landscape (992px)
==================================================*/

@media (max-width:991.98px){

.header-area{
    padding:12px 0;
}

.navbar-brand img{
    height:55px;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
    padding:0;
}

.navbar-toggler i{
    font-size:32px;
    color:#7c1220;
}

.navbar-collapse{
    margin-top:20px;
    background:#fff;
    border-radius:12px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.navbar-nav{
    text-align:left;
}

.navbar-nav .nav-link{
    display:block;
    margin:0;
    padding:12px 0;
}

.navbar-nav .nav-link.active::after{
    display:none;
}

.d-flex.gap-2{
    display:flex !important;
    flex-direction:column;
    margin-top:20px;
}

.btn-login,
.btn-register{
    width:100%;
    text-align:center;
}

}

/*==================================================
Tablet Portrait (768px)
==================================================*/

@media (max-width:767.98px){

body{
    font-size:15px;
}

h1{
    font-size:36px;
}

h2{
    font-size:32px;
}

h3{
    font-size:26px;
}

h4{
    font-size:22px;
}

h5{
    font-size:20px;
}

p{
    font-size:15px;
    line-height:28px;
}

.header-area{
    padding:10px 0;
}

.navbar-brand img{
    height:50px;
}

.btn-login,
.btn-register{
    padding:12px;
}

}

/*==================================================
Mobile (576px)
==================================================*/

@media (max-width:575.98px){

.container{
    padding-left:18px;
    padding-right:18px;
}

.navbar-brand img{
    height:45px;
}

.navbar-toggler i{
    font-size:28px;
}

.navbar-collapse{
    padding:18px;
}

.navbar-nav .nav-link{
    font-size:15px;
    padding:10px 0;
}

.btn-login,
.btn-register{
    font-size:15px;
    padding:12px;
    border-radius:40px;
}

p{
    font-size:15px;
    line-height:26px;
}

}

/*==================================================
Extra Small (375px)
==================================================*/

@media (max-width:375px){

.navbar-brand img{
    height:40px;
}

.btn-login,
.btn-register{
    font-size:14px;
    padding:10px;
}

.navbar-nav .nav-link{
    font-size:14px;
}

}



/*=====================
Hero
======================*/

.hero{

background: url('../images/hero-bg.jpg');
background-size:cover;
background-position:center;
position: relative;
min-height: 90vh;
display: flex;
align-items: center;
padding: 120px 0 80px;
overflow: hidden;

}

.hero h1{

font-size:58px;

font-weight:700;

font-family: 'Playfair Display', serif;

line-height:1.2;

margin-bottom:20px;

color:#2d1b1b;

}

.hero p{

font-size:17px;

line-height:30px;

margin-bottom:25px;

}

.hero-list{

display:flex;

flex-wrap:wrap;

gap:20px;

margin-bottom:35px;

}

.hero-list span{

font-weight:600;

font-size:15px;

}

.hero-list i{

color:#b28a45;

margin-right:5px;

}


/*===================
Search Box
===================*/

.search-box{

background:#fff;

padding:30px;

border-radius:20px;

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

}

.search-box h4{

margin-bottom:25px;

font-weight:700;

}

.search-box label{

font-size:14px;

font-weight:600;

margin-bottom:8px;

}

.form-select{

height:50px;

border-radius:10px;

}

.search-btn{

height:50px;

background:#7c1220;

color:#fff;

border-radius:10px;

font-weight:600;

}


.form-control-custom{

    height:50px;

}

.search-btn:hover{

background:#5b0b15;

color:#fff;

}

.hero-image{

max-width:100%;

}


@media(max-width:991px){

.hero{

padding:70px 0;

text-align:left;

}

.hero h1{

font-size:42px;

}

.hero-points{

justify-content:left;

}

.search-box{

margin-top:40px;

}

.hero-img{

margin-top:50px;

}

.navbar-nav{

padding:20px 0;

}

}

@media(max-width:768px){

.hero h1{

font-size:34px;

}

.hero p{

font-size:15px;

}

.hero-points{

display:block;

}

.hero-points span{

display:block;

margin-bottom:10px;

}

.search-box{

padding:20px;

}

.btn-login,

.btn-register{

width:100%;

margin-bottom:10px;

}

}

@media(max-width:576px){

.hero{

padding:50px 0;

}

.hero h1{

font-size:28px;

}

.search-box h5{

font-size:20px;

}

.navbar-brand img{

height:60px;

}

}

/*=========================
Features
=========================*/

.features{

    margin-top:-60px;
    position:relative;
    z-index:10;

}

.feature-box{

    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;

}

.feature-box:hover{

    transform:translateY(-10px);

}

.feature-icon{

    width:80px;
    height:80px;
    border-radius:50%;
    background:#fbf4ef;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;

}

.feature-icon i{

    font-size:34px;
    color:#7B1220;

}

.feature-box h5{

    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #2B2B2B;
    margin-top: 15px;
    margin-bottom: 10px;

}

.feature-box p{

    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 1rem;

}

/*=========================
About
=========================*/

.about{

    padding:100px 0;

}

.section-tag{

    color:#C7A15A;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;

}

.about h2{

    font-size:52px;
    margin:15px 0 25px;
	line-height:1.0;
    font-weight:700;
    font-family: 'Playfair Display', serif;

}

.about p{

    line-height:30px;
    margin-bottom:30px;

}

.about-list{

    padding:0;
    margin:0 0 35px;
    list-style:none;

}

.about-list li{

    margin-bottom:15px;
    font-size:17px;

}

.about-list i{

    color:#C7A15A;
    margin-right:10px;

}

.btn-about{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    background: #7C1023;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #7C1023;
    transition: all .35s ease;
    box-shadow: 0 10px 25px rgba(124,16,35,.18);
}

.btn-about i{
    font-size: 16px;
    transition: transform .35s ease;
}

.btn-about:hover{
    background: transparent;
    color: #7C1023;
    border-color: #7C1023;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(124,16,35,.25);
}

.btn-about:hover i{
    transform: translateX(5px);
}



/*=========================
Gallery
=========================*/

.about-gallery{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;

}

.about-gallery img{

    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:20px;
    transition:.4s;

}

.about-gallery img:hover{

    transform:scale(1.05);

}

.img-two{

    margin-top:50px;

}

.img-three{

    margin-top:100px;

}



@media(max-width:991px){

.about{

    text-align:left;

}

.about-gallery{

    grid-template-columns:1fr;

}

.about-gallery img{

    height:350px;
    margin-top:0;

}

.features{

    margin-top:40px;

}

}

@media(max-width:767px){

.feature-box{

    padding:30px 20px;

}

.about h2{

    font-size:38px;
	color:#000;

}

}

/*=================================
Swiper
==================================*/

.storySwiper{
    padding:20px 10px 70px;
	
}

/* Equal Height Slides */
.storySwiper .swiper-wrapper{
    align-items:stretch;
}

.storySwiper .swiper-slide{
    display:flex;
    height:auto;
}

/* Story Card */
.story-card{

    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    width:100%;
    height:100%;
	display:flex;
    flex-direction:column;
	box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s;

}

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

/* Image */
.story-img{

    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 20px;

}

/* Quote */
.quote{

    color:#8D1C24;
    font-size:28px;
    margin-bottom:15px;

}

/* Content */
.story-card p{

    color:#666;
    line-height:1.8;
    flex:1;                 /* Makes all cards equal height */

}

/* Name */
.story-card h5{

    margin-top:10px;
    margin-bottom:5px;
    font-weight:700;
	font-family:'Poppins',sans-serif !important;

}

/* Location */
.story-card span{

    color:#888;

}

/* Navigation */
.swiper-button-next,
.swiper-button-prev{

    width:45px !important;
    height:45px !important;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    color:#8D1C24 !important;

}

.swiper-button-next::after,
.swiper-button-prev::after{

    font-size:18px !important;
    font-weight:bold;

}

/* Pagination */
.swiper-pagination-bullet{

    background:#8D1C24;
    opacity:.3;

}

.swiper-pagination-bullet-active{

    opacity:1;

}

/*==============================
View Profile Button
===============================*/

.btn-profile{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:10px;
    padding:12px 28px;

    background:#8D1C24;
    color:#fff;

    font-size:15px;
    font-weight:600;
    font-family:'Poppins',sans-serif;

    border:2px solid #8D1C24;
    border-radius:50px;

    text-decoration:none;

    transition:all .35s ease;
}

.btn-profile:hover{

    background:#6e1118;
    border-color:#6e1118;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(141,28,36,.25);

}

.btn-profile i{

    font-size:15px;
    transition:.3s;

}

.btn-profile:hover i{

    transform:translateX(5px);

}


@media (max-width:767px){

    .btn-profile{

        width:100%;
        padding:12px 20px;
        font-size:14px;

    }

}



.membership-section{
    background:#fff;
}

.section-subtitle{
    display:block;
    color:#b9924c;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#2d1d1d;
    margin-top:10px;
    font-family: 'Playfair Display', serif;
}

.divider{
    width:60px;
    height:3px;
    background:#c6a05c;
    margin:18px auto 0;
    border-radius:10px;
}

.membership-box{
    text-align:center;
    transition:.35s;
}

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

.icon-box{
    width:82px;
    height:82px;
    margin:auto;
    border-radius:50%;
    border:1px solid #ecd9d9;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:22px;
    transition:.3s;
}

.icon-box i{
    font-size:32px;
    color:#7d0f18;
}

.membership-box:hover .icon-box{
    background:#7d0f18;
}

.membership-box:hover .icon-box i{
    color:#fff;
}

.membership-box h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
}

.membership-box p{
    font-size:15px;
    color:#777;
    line-height:1.7;
    max-width:220px;
    margin:auto;
}

.membership-btn{
    background:#7d0f18;
    color:#fff;
    padding:14px 34px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.membership-btn:hover{
    background:#5f0911;
    color:#fff;
}

@media(max-width:991px){

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

.membership-box{
    margin-bottom:25px;
}

}

@media(max-width:576px){

.section-title{
    font-size:28px;
}

.icon-box{
    width:70px;
    height:70px;
}

.icon-box i{
    font-size:26px;
}

.membership-box h5{
    font-size:16px;
}

.membership-box p{
    font-size:14px;
}

.membership-btn{
    width:100%;
}

}


.journey-section{
    position: relative;
    padding: 70px 0;
    background: linear-gradient(90deg,#5d0d18,#7d1120);
    overflow: hidden;
}

/* Decorative Background Pattern */

.journey-section::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:260px;
    height:100%;
    background:url("images/pattern-left.png") no-repeat left center;
    background-size:contain;
    opacity:.12;
}

.journey-section::after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:260px;
    height:100%;
    background:url("images/pattern-right.png") no-repeat right center;
    background-size:contain;
    opacity:.12;
}

.journey-content{
    position:relative;
    z-index:2;
}

.journey-content h2{
    color:#fff;
    font-size:44px;
    font-family: 'Playfair Display', serif;
    font-weight:600;
    line-height:1.25;
    margin-bottom:18px;
}

.journey-content p{
    color:#f2d8d8;
    font-size:17px;
    margin:0;
}

.register-btn{
    background:#f1d39a;
    color:#6b1620;
    padding:14px 34px;
    font-weight:600;
    border-radius:8px;
    transition:.35s;
}

.register-btn:hover{
    background:#fff;
    color:#6b1620;
}

.login-text{
    color:#fff;
    font-size:15px;
}

.login-text a{
    color:#f1d39a;
    text-decoration:none;
    font-weight:600;
}

.login-text a:hover{
    color:#fff;
}

@media (max-width:991px){

.journey-section{
    text-align:center;
    padding:60px 0;
}

.journey-content h2{
    font-size:34px;
}

}

@media (max-width:576px){

.journey-content h2{
    font-size:28px;
}

.journey-content p{
    font-size:15px;
}

.register-btn{
    width:100%;
}

}


.blog-section{
    background:#fff;
}

.blog-subtitle{
    display:block;
    color:#b8904c;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.blog-title {
    font-size:42px !important;
    font-family: 'Playfair Display', serif !important;
	font-weight:: 700 !important;
    color:#2f1f1f !important;
    margin-top:10px !important;
}

.title-divider{
    width:55px;
    height:3px;
    background:#b8904c;
    margin:15px auto 0;
    border-radius:20px;
}

.blog-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

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

.blog-image{
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:.4s;
}

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

.blog-content{
    padding:22px;
}

.blog-meta{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:15px;
    font-size:13px;
    color:#777;
}

.badge-custom{
    background:#f7ead6;
    color:#8a1a24;
    padding:5px 12px;
    border-radius:30px;
    font-weight:600;
}

.blog-content h4{
    font-size:22px;
    margin-bottom:12px;
}

.blog-content h4 a{
    color:#2f1f1f;
    text-decoration:none;
    transition:.3s;
}

.blog-content h4 a:hover{
    color:#8a1a24;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}

.blog-btn{
    border:2px solid #8a1a24;
    color:#8a1a24;
    padding:12px 34px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.blog-btn:hover{
    background:#8a1a24;
    color:#fff;
}

@media(max-width:991px){

.blog-title{
    font-size:32px;
}

}

@media(max-width:576px){

.blog-title{
    font-size:28px;
}

.blog-image img{
    height:210px;
}

.blog-content{
    padding:20px;
}

.blog-content h4{
    font-size:20px;
}

.blog-btn{
    width:100%;
}

}


/*=========================
FOOTER
=========================*/

.footer-section{
    background:#5d0f21;
    color:#fff;
    padding:70px 0 25px;
    position:relative;
}

.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#d4af37,#f7e6aa,#d4af37);
}

.footer-logo{
    height:60px;
}

.footer-text{
    color:#d7d7d7;
    font-size:14px;
    line-height:28px;
}

.footer-section h5{
    color:#fff;
    margin-bottom:22px;
    font-weight:600;
    position:relative;
}

.footer-section h5::after{
    content:"";
    width:40px;
    height:2px;
    background:#d4af37;
    position:absolute;
    left:0;
    bottom:-8px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#d9d9d9;
    text-decoration:none;
    transition:.3s;
    font-size:15px;
}

.footer-links a:hover{
    color:#d4af37;
    padding-left:6px;
}

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#ddd;
    font-size:15px;
}

.contact-item i{
    color:#d4af37;
    font-size:18px;
    margin-top:2px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:40px;
    height:40px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
    text-decoration:none;
}

.social-icons a:hover{
    background:#d4af37;
    color:#5d0f21;
    transform:translateY(-5px);
}

.footer-divider{
    margin:45px 0 20px;
    border-color:rgba(255,255,255,.12);
}

.copyright,
.developed{
    color:#d7d7d7;
    font-size:14px;
}


@media (max-width:991px){

.footer-section{
    text-align:left;
}

.footer-section h5::after{
    left:7%;
    transform:translateX(-50%);
}

.footer-contact{
    align-items:left;
}

.contact-item{
    justify-content:left;
}

.social-icons{
    justify-content:left;
}

.footer-divider{
    margin:35px 0 20px;
}

.developed{
    margin-top:10px;
}

}

@media (max-width:576px){

.footer-section{
    padding:55px 0 20px;
}

.footer-logo{
    height:52px;
}

.footer-section h5{
    margin-top:10px;
}

}