﻿body {
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins,sans-serif;
}

body {
    background: #111;
}
/*.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
*/
.header-space {
    height: 105px;
}

.navbar {
    padding: 10px 0;
}

.logo {
    width: 90px;
    background: #fff;
    padding: 5px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

    .navbar-nav .nav-link:hover {
        color: #ff355d;
    }

.navbar-toggler {
    color: #fff;
}
/*.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(8px);
}*/

@media(max-width:991px) {

    .main-header {
        background: #111;
        height:75px !important;
    }

    .logo {
        width: 120px;
    }

    .navbar-collapse {
        background: #111;
        margin-top: 15px;
        padding: 20px;
        border-radius: 12px;
    }

    .navbar-nav {
        text-align: center;
    }

        .navbar-nav .nav-item {
            margin: 10px 0;
        }

    .d-flex {
        flex-direction: column;
        gap: 15px;
    }

    .book-btn {
        margin-left: 0;
        width: 180px;
        text-align: center;
    }

    .header-space {
        height: 90px;
    }
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #fff;
    z-index: 1000;
    background: rgba(0,0,0,.45);
   /* backdrop-filter: blur(8px);*/
   
}

.nav {
    list-style: none;
}

    .nav a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        transition: .3s;
        margin-left:-10px;
    }

        .nav a:hover {
            color: #ff5b6b;
        }

.logo {
    width: 120px;
    height: 126px;
    background: #fff;
    border-radius:0px !important;
    padding: 6px;
}

.main-header i {
    color: #fff;
    font-size: 20px;
    margin: 0 12px;
    transition: .3s;
}

    .main-header i:hover {
        color: #ff5b6b;
    }

.book-btn {
    display: inline-block;
    margin-left: 20px;
    padding: 13px 34px;
    background: #ff355d;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

    .book-btn:hover {
        background: #fff;
        color: #ff355d;
    }

/* Hero */
/* ================= HERO ================= */

.hero {
    position: relative;
    min-height: calc(100vh - 100px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
}

    /* Background Blur */
    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('../Images/ImgTop.jpg') center center/cover no-repeat;
        /* Blur aur zyada */
        filter: blur(40px);
        /* Blur ke edges hide */
        transform: scale(1.25);
        z-index: 1;
        pointer-events: none;
    }

    /* Dark Overlay */
    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 2;
        pointer-events: none;
    }
    
/* Content hamesha clear rahega */
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.hero-sub {
    color: #fff;
    font-size: 20px;
    margin: 15px 0 25px;
}



/* Banner Image */
.hero-banner {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.hero-img {
    width: 100%;
    max-width: 1100px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.35);
}



/* ================= Tablet ================= */

@media(max-width:991px) {

    .hero {
        min-height: auto;
        padding: 40px 20px;
    }

        .hero::before {
            filter: blur(30px);
        }

    .hero-title {
        font-size: 42px;
    }

    .hero-sub {
        font-size: 17px;
    }

   /* .hero-img {
        height: 330px;
        max-width: 95%;
    }*/
}

/* ================= Mobile ================= */

/*@media(max-width:576px) {

    .hero {
        padding: 30px 15px;
    }

        .hero::before {
            filter: blur(25px);
        }

    .hero-title {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-sub {
        font-size: 15px;
    }
    .main-header {
        height: 80px !important;
    }

    .hero-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

   
}*/

@media(max-width:576px) {

    .hero {
        padding: 100px 0 30px;
    }

    .hero-content {
        padding: 0;
    }

    .hero-banner {
        margin-top: 20px;
    }

    .hero-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 0;
        display: block;
    }

    .hero-btn {
        display: inline-block;
        width: 83%;
      /*  max-width: 350px;*/
        padding: 15px;
        font-size: 18px;
        margin: 20px auto;
    }
}


.hero-logo {
    width: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 15px 30px rgba(0,0,0,.4);
}

.hero-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 16px 45px;
    background: #ff355d;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    transition: .4s;
    position: relative;
    z-index: 11;
}


    .hero-btn:hover {
        background: #fff;
        color: #ff355d;
    }

.banner-box {
    margin-top: 40px;
    text-align: center;
}

    .banner-box img {
        width: 80%;
        border-radius: 8px;
        box-shadow: 0 20px 50px rgba(0,0,0,.5);
    }

/* Mobile */

@media(max-width:991px) {

    .nav {
        justify-content: center;
        margin-bottom: 20px;
    }

    .main-header .text-end {
        text-align: center !important;
        margin-top: 20px;
    }

    .banner-box img {
        width: 100%;
    }

    .hero {
        height: auto;
        padding: 180px 0 80px;
    }
}

/* ===========================
   Mobile Responsive
=========================== */

@media (max-width:991px){

.main-header{
position:relative;
background:#111;
}

    .logo {
        width: 120px;
        height: 130px;
    }

.nav{
justify-content:center;
margin-bottom:15px;
gap:15px !important;
}

.nav a{
font-size:14px;
}

.text-end{
text-align:center!important;
margin-top:15px;
}

.book-btn{
display:inline-block;
margin-top:15px;
margin-left:0;
padding:10px 25px;
font-size:14px;
}

.hero{
height:auto;
padding:140px 0 60px;
}

   

.hero-btn{
padding:12px 30px;
font-size:15px;
}

.banner-box{
margin-top:30px;
}

.banner-box img{
width:100%;
}

.footer{
text-align:center;
}

.footer .row>div{
margin-bottom:30px;
}

}

/* Small Mobile */

@media(max-width:576px){

.logo{
width:120px !important;
}

.nav{
gap:10px!important;
}

.nav a{
font-size:12px;
}

.book-btn{
padding:8px 20px;
font-size:13px;
}

.hero-logo{
width:75px;
}

.hero-btn{
padding:10px 25px;
font-size:14px;
}

.banner-box img{
border-radius:8px;
}

}


/*==============================
      MOBILE RESPONSIVE
==============================*/

@media (max-width:991px) {

    .testimonial-section {
        padding: 60px 15px;
    }

    .testimonial-title {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .review-card {
        margin-bottom: 25px;
        padding: 25px 20px;
    }

        .review-card h4 {
            font-size: 22px;
        }

        .review-card p {
            font-size: 15px;
        }

    .avatar {
        width: 70px;
        height: 70px;
        font-size: 34px;
    }

    .stars {
        font-size: 18px;
    }

   /* .custom-footer {
        text-align: center;
        padding-top: 70px;
    }

    .footer-top {
        margin-bottom: 30px;
    }

        .footer-top h5 {
            font-size: 24px;
        }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

        .footer-links a {
            margin: 0;
            font-size: 14px;
        }*/
}

@media (max-width:768px) {

    .testimonial-title {
        font-size: 28px;
    }

    .review-card {
        max-width: 380px;
        margin: 0 auto 20px;
    }

   /* .footer-wave {
        height: 40px;
        top: -30px;
    }

    .custom-footer .row {
        text-align: center;
    }

    .custom-footer .col-lg-4 {
        margin-bottom: 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }

        .footer-links a {
            display: block;
        }

    .custom-footer i {
        font-size: 30px;
    }*/
}

@media (max-width:576px) {

    .testimonial-section {
        padding: 50px 10px;
    }

    .testimonial-title {
        font-size: 24px;
    }

    .review-card {
        padding: 20px 15px;
    }

        .review-card h4 {
            font-size: 18px;
        }

        .review-card p {
            font-size: 14px;
        }

        .review-card span {
            font-size: 13px;
        }

    .avatar {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .stars {
        font-size: 16px;
    }

   /* .footer-top h5 {
        font-size: 20px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .custom-footer p {
        font-size: 14px;
    }*/
}


/*==============================
      TESTIMONIAL
==============================*/


/*==========================
        FOOTER
==========================*/

