* {
    margin: 0px;
    padding: 0px;
}

/* imp css start */

body {
    background: #f5f7fb !important;
    font-family: 'Poppins', sans-serif !important;
}  

/* imp css start */
.btn {
    background: linear-gradient(90deg, #ff7b00, #ff3d54) !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    transition: .3s !important;
    border: 0px !important;
}

    .btn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
     
.text-primary {
    color: #113F67 !important;
}

.offer-tag {
    background: linear-gradient(90deg, #ff7b00, #ff3d54) !important;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.offer-title {
    font-size: 30px;
    font-weight: 800;
    color: #0b1220;
}

.offer-subtitle {
    color: #6c757d;
    margin: auto;
    font-size: 16px;
}

@media(max-width:767px) {
    .offer-title {
        font-size: 20px;
        font-weight: 800;
        color: #0b1220;
    }
}
/* imp css end */


/* header start */
.navbar-nav .nav-link {
    transition: all 0.3s ease;
}

.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #000000;
}

.navbar-nav .nav-link:hover {
    color: #0077b6;
    transform: scale(1.05);
}

.navbar-toggler {
 background:white !important;
}
/* header end  */


.contact-banner {
    margin-top: 70px;
    background-image: url('../images/contact_banner.jpg');
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner {
    margin-top: 70px;
    background-image: url(../images/about_banner.jpg);
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}


.privacy-banner {
    margin-top: 70px;
    background-image: url('../images/privacy-banner.jpg');
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* footer section start */
.main-footer {
    background: #000 !important;
    color: #fff;
    font-size: 15px;
}

    .main-footer h4 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #fff;
        position: relative;
    }

        .main-footer h4:after {
            content: "";
            width: 90px;
            height: 3px;
            background: #ffffff;
            display: block;
            margin-top: 8px;
        }
         
.footer-about p {
    line-height: 1.7;
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links ul li {
        margin-bottom: 8px;
    }

        .footer-links ul li a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

            .footer-links ul li a:hover {
                color: #fff;
                padding-left: 6px;
            }

.footer-contact p {
    color: #fff;
    margin-bottom: 10px;
}

.footer-contact i {
    color: #fff;
    margin-right: 8px;
    width: 20px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #94a3b8;
    font-size: 14px;
}

.main-footer a {
    text-decoration: none;
}
/* footer section end */


@media (max-width:767px){

    .about-banner {
        margin-top: 70px;
        background-image: url(../images/about_banner.jpg);
        width: 100%;
        height: 115px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-banner {
        margin-top: 70px;
        background-image: url('../images/contact_banner.jpg');
        width: 100%;
        height:115px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .privacy-banner {
        margin-top: 70px;
        background-image: url('../images/privacy-banner.jpg');
        width: 100%;
        height: 115px;
        background-size: cover;
        background-repeat: no-repeat;
    }


}

.main-footer {
    background: #5A7863;
    color: #fff;
}

/* TOP */
.footer-top-new p {
    color: #fff;
}

/* GRID */
.footer-grid h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-grid ul {
    list-style: none;
    padding: 0;
}

    .footer-grid ul li {
        margin-bottom: 8px;
    }

        .footer-grid ul li a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

            .footer-grid ul li a:hover {
                color: #fff;
            }

/* CONTACT */
.contact-box p {
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-box i {
    color: #fff;
    margin-right: 8px;
}

/* LOGO */
/*.footer-top-new img {
    filter: brightness(0) invert(1);
}*/

/* COPYRIGHT */
.main-footer .text-center p {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    color: #fff;
}


@media (amx-width:767px){
  
}

@@media(max-width:767px) {
    .hero-banner {
        height: 620px;
    }

    .hero-left h1 {
        font-size: 42px;
    }

    .hero-left p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-main,
    .btn-outline-light {
        width: 100%;
        text-align: center;
    }

    .floating-deal-box {
        padding: 25px;
        border-radius: 25px;
    }

    .deal-content h2 {
        font-size: 28px;
    }

    .deal-content p {
        font-size: 15px;
    }


    .big-image .hero-banner {
        position: relative;
        height: 650px;
        overflow: hidden;
        border-radius: 0 0 30px 30px;
    }

    .big-image .hero-left h1 {
        font-size: 22px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .big-image .hero-left {
        padding: 0px 0px;
        color: #fff;
    }

    .offer-content {
        padding: 10px;
    }

    .offer-heading {
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
        color: #09101d;
    }

    .destination-card {
        position: relative;
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 45px rgba(0, 0, 0, .12);
        transition: .4s;
    }

    .big-image .hero-left {
        padding: 0px 0px !important;
        color: #fff;
    }

    .big-image .hero-banner {
        position: relative;
        height: 450px;
        overflow: hidden;
        border-radius: 0 0 30px 30px;
    }

    .big-image .hero-left h1 {
        font-size: 26px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .big-image .hero-left p {
        font-size: 16px;
        color: #f1f1f1;
        margin-bottom: 5px;
    }

    .feature-box {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(255, 255, 255, .12);
        backdrop-filter: blur(10px);
        padding: 10px 14px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
    }

    .big-image .hero-banner {
        position: relative;
        height: 450px;
        overflow: hidden;
        border-radius: 0 0 30px 30px;
    }

    .big-image .hero-left p {
        font-size: 16px;
        color: #f1f1f1;
        margin-bottom: 5px;
    }

    .big-image .hero-left h1 {
        font-size: 24px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .big-image .hero-content {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        margin-top: 45px;
    }
}