body{
    margin:0;
    padding: 0;
}

:root{
    --primary-font:'Outfit', sans-serif;
    --paragraph-font:'Jost', sans-serif;
    --secondary-font:'Montserrat', sans-serif;
   
    --primary-color:#0b1245;
    --paragraph-color:#373737;
 
}
.request-btn{
    text-decoration: none;
    font-size: 16px;
    font-family:var(--primary-font);
    font-weight: 500;
    color: black;
}
.request-btn  i{

 color: #832e8b;
 font-size: 18px;

}



/*pre-hesder style */
.pre-header {
    background:#0b1245;
    color: #fff;
    padding: 3px 0;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--primary-font);
}
.pre-item-left a{
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-family:var(--secondary-font);
    white-space: nowrap;

}
.pre-item-right a{
    color:white;
    text-decoration: none;
    font-family: var(--secondary-font);
}

.pre-item-left i {
    color: White;
    font-size: 13px;
    margin-top: 2px;
}
.pre-item-left{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;      
    white-space: nowrap;    
}
.pre-item-left p {
    margin: 0;
    font-size: 14px;
}
.dropdown-item{
    font-family:var(--primary-font);
    font-weight: 600;
    font-size: 13px;
}
.social-icon a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    padding-right: 10px;
}

/* .social-icon a:hover {
    color: #f8c200;
} */
.social-icon{
    display: flex;
    justify-content: flex-end;
}


/*navbar style */

.navbar{
    background-color: white;
    padding: 0;
   
}
.nav-item .nav-link{
 font-family:var(--nav-font);
 color: black;
 font-size: 15px;

 
}

.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}
.navbar-nav .nav-link{
    font-size: 13px;
   
}
.navbar-nav .nav-link.active {
    color: #832e8b;
    font-weight: 500;
}request-btn
.navbar-toggler{
    border: none;
    font-size: 16px;
}
/* Navbar links */
.navbar .nav-link {
   font-weight: 500;
    padding: 10px 15px;
    transition: color 0.3s ease;
    font-family: var(--primary-font);
    font-size: 13px;
    margin-right: 27px;
}

.navbar .nav-link:hover {
    color: var(--primary-color);
}

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeDown 0.3s ease;
}

/* Dropdown animation */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown menu style */
.dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* .icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
} */

/* .cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}

.user-dropdown {
    position: relative;
} */

/* Dropdown menu */
.user-menu {
    position: absolute;
    top: 140%;
    right: 0;
    width: 180px;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

/* Show on hover */
.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Menu links */
.user-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.user-menu li a:hover {
    background: #f5f5f5;
}

/* Divider */
.user-menu .divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}

/* Logout color */
.user-menu .logout {
    color: #e63946;
}

/* Icons */
.icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
}


.navbar-brand img{
  
    height:85px;
}

.offcanvas-header img{
  
    height: 80px;
}


.hero {
    background: url('../img/banner-1.jpg') center/cover no-repeat;
    padding: 100px 0;
    position: relative;
    color: #fff;
}

.btn-purples{
    background: #7D2E8D;
    color: #fff;
    border: none;
    padding: 10px ;
    font-family: var(--primary-font);
    border-radius: 100px;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--primary-font);
    position: relative;
    padding-left: 15px;
}
.hero-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 3px;
    height: 18px;
    background: #7D2E8D;
}
.hero-title {
    font-size: 48px;
    font-weight: 600;
    font-family: var(--primary-font);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

/* Form */
.booking-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.booking-box input {
    height: 45px;
    font-size: 14px;
}

.booking-box label {
    font-size: 13px;
    margin-bottom: 5px;
}

/* Button */
.btn-purple {
    background: #7D2E8D;
    color: #fff;
    height: 45px;
    border: none;
    font-family: var(--primary-font);
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 100px;
}

.btn-purple:hover {
    background: #6a2477;
}
.btn-purples:hover {
    background: #6a2477;
}
.hero-desc {
    font-size: 16px;
    color:white;
    margin-top: 10px;
    line-height: 1.6;
    font-family: var(--paragraph-font);
}

.call-btn {
    background: #7D2E8D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    font-family: var(--primary-font);
}

.call-btn:hover {
    background: #9831ac;
  
}

.call-btn i {
    margin-right: 6px;
}

.booking-box label{
    color:black;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
}



.features {
    background: #f5f5f5;
}

.feature-card {
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    height: 236px;
}
.feature-card h5{
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
}
.feature-card p{
    font-family: var(--paragraph-font);
    font-size: 15px;
}
.feature-card .icon {
    width: 60px;
    height: 60px;
    background: #7D2E8D;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 22px;
    transition: 0.3s;
}


.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}



.how-use {
    background: #fff;
}
.how-use  img{
    height: 470px;
    width: 100%;
}
.steps {
    list-style: none;
    padding: 0;
}

.steps li {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 15px;
    font-size: 15px;
    color: black;
    font-family: var(--paragraph-font);
}

.steps li span {
    min-width: 30px;
    height: 30px;
    background: #7D2E8D;
    color: #fff;
   
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    margin-right: 10px;
    flex-shrink: 0;
}

.section-title{
    font-family: var(--primary-font);
    font-size: 32px;

}

.how-use h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #7D2E8D;
    margin: 8px auto 0;
    border-radius: 2px;
}


.why-us{
    background-color:#ebdfec;
}
.why-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: start;
    height: 175px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.why-us h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #7D2E8D;
    margin: 8px auto 0;
    border-radius: 2px;
}
.why-card i {
    font-size: 36px;
    color: #7D2E8D;
    margin-bottom: 10px;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}


.why-card p{
    text-align: start;
    font-family: var(--paragraph-font);
    margin-top: 5px;
}

.dest-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #d1d1d1;
    transition: 0.3s;
    height: 445px;
}

.dest-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.dest-card h5{
    font-family: var(--primary-font);
}
.dest-card p{
    font-family: var(--paragraph-font);
}
.dest-content {
    padding: 15px;
}

.dest-card:hover {
    transform: translateY(-8px);
   
}




.destinations h3{
    text-align: center;
}
.destinations h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #7D2E8D;
    margin: 8px auto 0;
    border-radius: 2px;
}

/*gallery */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

/* Overlay */
.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

/* Text */
.gallery-item .overlay h5 {
    color: #fff;
    transform: translateY(20px);
    transition: 0.4s;
    font-family: var(--primary-font);
}

/* Hover Effect */
.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item:hover .overlay h5 {
    transform: translateY(0);
}

.gallery h3{
    text-align: center;
}
.gallery h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #7D2E8D;
    margin: 8px auto 0;
    border-radius: 2px;
}
/* Section spacing */
.reviews-section {
    padding: 60px 0;
    background: #f9f9f9;
}

/* Title */
.reviews-section h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #7D2E8D;
    margin: 8px auto 0;
    border-radius: 2px;
}
.review-card h6{
   font-family: var(--primary-font); 
} 
.review-card p{
    font-family: var(--primary-font);
    font-size: 14px;
    color:#373737;
}




.review-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
   
    box-shadow: 0 0 10px 0 #d1d1d1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 40%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}
.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}


.stars {
    color: orange;
    margin-bottom: 8px;
}









.footer-area {
    background-color: #832e8b;
    color: #fff;
    font-family: var(--primary-font);
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: white;
    display: block;
    margin-top: 5px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.footer-links a:hover {
  
    padding-left: 5px;
}

.footer-info i {
    margin-right: 8px;
    color: white;
}

.footer-info p {
    margin: 0;
    font-size: 14px;
    color: #ccc;
}

/* Social Icons */

.footer-social a{
    font-size: 20px;
}
.footer-social a:hover {
   
    transform: translateY(-3px);
   
}

.footer-info p{
    color: white;
}