﻿/*@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');



/*------font-------*/
html, body .card span, p span, p, .footer-section li, .topbar, .mybutton, .quick-enquiry, .top-quick-enquiry, .nav-item a, .heading-sec, h1, h2, h3, h4, h5, h6, p {
    font-family: "poppins", sans-serif !important;
}


    html, body .card span, p span, p, footer li, .topbar {
        margin: 0px !important;
        padding: 0px !important;
        /*font-family: "Nunito",sans-serif;*/
        /*font-family:"Ubuntu", sans-serif;*/
        /*overflow-x: hidden;*/
        animation: fadeIn 0.5s;
        scroll-behavior: smooth;
    }

html, body {
    overflow-x: hidden;
}



p {
    text-align: justify !important;
}

a {
    color: inherit !important;
}

/*---------topbar------------*/

.topbar {
    padding: 5px;
    color: white;
    /*font-family: "Nunito",sans-serif;*/
    background-color: black !important;
}

    .topbar a {
        color: white;
    }

    .topbar .fa {
        width: 12px !important;
        height: 8px !important;
        /*font-size: 12px !important;*/
    }

    /*.topbar .btn-sm {
        padding: 0.1rem 0.4rem;
    }*/

    .topbar .top-contact, .topbar .top-social {
        padding-top: 7px !important;
        padding-bottom: 5px !important;
        font-size: 16px !important;
    }

@media screen and (max-width: 580px) {
    .topbar .top-contact {
        display: none !important;
    }

    .topbar, .topbar .top-social {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.top-social .dropdown-item {
    padding: 10px !important;
}

.topbar .top-contact:after {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: -1 !important;
    transform: skewX(30deg);
    /*max-width: 900px;*/
}



.top-quick-enquiry {
    /*background-color: #1792b8;*/
    color: white !important;
    margin: 0px !important;
    padding: 5px 20px !important;
    margin-left: 25px !important;
    font-size: 16px;
    text-decoration: none !important;
    border-radius: 20px !important;
}


/*---------topbar end------------*/


/*-------------Navbar--------------*/

.nav-item a {
    /*color: #1792b8 !important;*/
    font-size: 18px;
    font-weight: 400;
    padding: 17px;
    margin-left: 7px;
    margin-right: 7px;
    transition: ease-in 0.2s;
}

.dropdown-divider {
    padding: 0px !important;
    margin: 0px !important;
}

.nav-item .dropdown-item {
    padding: 12px 25px !important;
    margin: 0px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0px !important;
    transition-duration: 1s;
    /*z-index:999 !important;*/
    /*position:relative !important;*/
}

.nav-item:hover .nav-link {
    -webkit-transform: scale(1.1);
    transition-duration: 0.2s;
    color: rgb(243,124,4) !important;
}

.nav-logo {
    width: 100px;
}

@media screen and (max-width: 580px) {
    .nav-logo {
        width: 100px;
    }
}

/*-----------------Navbar End------------*/


.lnk_btn_search {
    margin-left: -40px;
    border-left: 1px groove lightgray;
    padding: 8px;
}


/*  Carousel   */

.main-slider {
    background-color: rgba(0, 0, 0, 0.41);
    padding: 50px 50px 5px 50px !important;
    margin: 0px !important;
}

@media screen and (min-width: 580px) {
    .carousel-item img {
        width: 100% !important;
    }
}


.main-slider h1 {
    font-size: 60px !important;
    font-weight: 900;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 60px;
    width: 60px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid white;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 35px;
        color: white;
        font-weight: bolder !important;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 35px;
        color: white;
        font-weight: bolder !important;
    }



@media screen and (min-width: 580px) {

    /*.carousel-inner {
        max-height: 530px !important;
    }

        .carousel-inner img {
            height: 520px;
            width: 100%;
        }*/
}

.search-box {
    background-color: #F5F5F5;
    padding: 25px 60px !important;
}

@media screen and (max-width: 580px) {

    /*.carousel-inner {
        max-height: 300px !important;
    }

        .carousel-inner img {
            height: 220px;
            width: 100%;
        }*/
}


/*------------carousel end-------------*/


@media screen and (max-width: 580px) {
    .topbar {
        text-align: center !important;
    }

    .search-box {
        background-color: #F5F5F5;
        padding: 25px 5px !important;
    }
}

/* packege search*/
.search-container {
    display: flex;
    align-items: center; /* Center items vertically */
    width: 100% !important;
}
/* end packege search*/
/*------------Fonts--------*/
h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    /*color: white;*/
    -webkit-text-stroke-color: white;
    text-transform: uppercase;
}


@media screen and (max-width:580px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 14px !important;
}

h4 {
    margin: 7px 0px !important;
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-weight: 300;
    margin: 12px 0px 12px 0px;
    /*color: white;*/
    font-size: 20px;
}

.heading-section h5 {
    font-weight: 400;
    margin: 12px 0px 12px 0px;
    color: white;
}

h6 {
    color: white;
    margin-top: 5px;
}


.hero-text {
    font-weight: 600;
    font-size: 24px;
    color: darkslategrey;
}

hr {
    margin: 0px 0px 10px;
}


.btn-pkg-enquiry {
    /*background-color: #1792b8;*/
    text-decoration: underline !important;
    margin-bottom: 0px !important;
    transition: ease-in 0.4s;
}


.mybutton {
    /*background-color: #1792b8;*/
    color: white !important;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none !important;
    margin-bottom: 0px !important;
    transition: ease-in 0.4s;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px !important;
}

    .mybutton:hover, .btn-pkg-enquiry:hover {
        -ms-transform: rotate(-2deg); /* IE 9 */
        -webkit-transform: rotate(-2deg); /* Safari */
        transform: rotate(-2deg);
        transition-duration: 0.5s;
    }

.quick-enquiry {
    /*background-color: #1792b8;*/
    color: white !important;
    margin-top: 8px;
    font-size: 18px;
    text-decoration: none !important;
    border-radius: 2px !important;
}

    .quick-enquiry:hover {
        background-color: navajowhite;
        /*border: 2px solid #1792b8;*/
        color: navajowhite !important;
        -ms-transform: rotate(-2deg); /* IE 9 */
        -webkit-transform: rotate(-2deg); /* Safari */
        transform: rotate(-2deg);
        transition-duration: 0.5s;
    }

a {
    text-decoration: none !important;
}

.text-center {
    text-align: center !important;
}



/* news letter*/

.news-letter {
    align-items: center; /* Center items vertically */
    margin-bottom: 200px;
}



/*About Us Section*/

.about-us {
    padding: 70px 0px 70px 0px;
}


/*-----our services-----*/

.our-services, .our-services1 {
    background-color: #F5F5F5;
    padding: 70px 0px 150px 0px;
}

    .our-services .service {
        background-color: white;
        padding: 15px 10px 0px 15px;
        margin: 15px 0px;
        box-shadow: 5px 20px 55px 5px lightgray;
        border-radius: 10px;
        transition: ease-in 0.2s;
        height: 100%;
    }

    .our-services .col-md-3 {
        margin-bottom: 10px !important;
    }


    .our-services .service:hover {
        box-shadow: 5px 20px 55px 5px gray;
        color: white;
        -ms-transform: rotate(-2deg); /* IE 9 */
        -webkit-transform: rotate(-2deg); /* Safari */
        transform: rotate(-2deg);
        transition-duration: 0.5s;
        /*background-color: #1792b8 !important;*/
    }

        .our-services .service:hover .fa {
            -ms-transform: rotate(-25deg); /* IE 9 */
            -webkit-transform: rotate(-25deg); /* Safari */
            transform: rotate(-25deg);
            transition-duration: 1s;
        }


    .our-services .fa {
        margin: 7px 0px;
    }


    .our-services .service:hover .fa {
        color: white !important;
    }


/*----popular-destinations----*/

.popular-destinations {
    margin: 30px;
}



    .popular-destinations .popular-destination {
        padding: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
    }

    .popular-destinations .col-md-4 {
        margin-bottom: 20px !important;
    }

.popular-destination-cover {
    padding: 80px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.27);
    border-radius: 10px;
}

.popular-destination:hover {
    -webkit-transform: scale(1.1);
    transition-duration: 0.5s;
    /*background-size: 120%;
    transition-duration: 1s;*/
}

.popular-destination h1 {
    font-size: 21px;
    font-weight: 900;
    color: white !important;
}

@media screen and (max-width: 580px) {
    .popular-destination-cover {
        padding: 50px 10px;
        margin: 0px;
        background-color: rgba(0, 0, 0, 0.27);
        border-radius: 10px;
        height: 120px;
    }

    .popular-destination h1 {
        font-size: 16px;
        font-weight: 900;
        color: white !important;
    }
}

/*------------Banners----------*/


.ad-banners {
    background-color: #F5F5F5;
    padding: 100px 0px 100px 0px;
}

    .ad-banners img {
        border-radius: 10px;
        margin-bottom: 12px;
    }



/*---Home page Packages----*/

.awesome-packages {
    padding: 70px 0px 70px 0px;
}

.package {
    box-shadow: 5px 20px 55px 5px lightgray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;
}

    .package .card {
        height: 100%;
        margin-top: 20px;
        border-radius: 10px !important;
    }

    .package .card-body {
        margin-bottom: 25px;
    }


.packages .package:hover .card {
    box-shadow: 5px 20px 55px 5px gray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;
    transition-duration: 0.5s;
}

}

.packages .col-md-4 {
    margin-bottom: 18px !important;
}


.awesome-packages .img_pkg_image {
    height: 200px;
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
}

.pkg-details {
    background-color: #F5F5F5 !important;
    padding: 12px;
}


.vmc {
    background-image: url('../Admin/images/web/travel-img.jpg');
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: cover !important;
}

    .vmc .main {
        width: 100% !important;
        padding-top: 90px !important;
        padding-bottom: 120px !important;
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.95) !important;
    }

    .vmc .card {
        padding: 20px !important;
    }

    .vmc .col-md-4 {
        padding: 20px !important;
    }

    .vmc .fa {
        font-size: 70px !important;
        border: 2px solid;
        border-radius: 7%;
        padding: 20px !important;
    }

    .vmc .package:hover .fa {
        -ms-transform: rotate(-5deg); /* IE 9 */
        -webkit-transform: rotate(-5deg); /* Safari */
        transform: rotate(-5deg);
        transition-duration: 1s;
    }

/*-----Booking Section------*/

.booking-section {
    background-color: #F5F5F5;
    padding: 70px 0px 70px 0px;
}


/*---Testimonials----*/
.testimonials-section {
    background-image: url('../Admin/images/web/travel-img.jpg');
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: cover !important;
}

    .testimonials-section .main {
        width: 100% !important;
        padding-top: 90px !important;
        padding-bottom: 120px !important;
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.95) !important;
    }

.testimonial img {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    border: 1px groove lightgray;
}


.testimonials .testimonial {
    background-color: white;
    padding: 15px;
    margin: 15px 0px;
    box-shadow: 5px 20px 55px 5px lightgray;
    border-radius: 5px;
    transition: ease-in 0.2s;
}

    .testimonials .testimonial:hover {
        color: white;
        /*background-color: #1792b8 !important;*/
    }

        .testimonials .testimonial:hover .fa {
            color: white;
        }

/*--------------Gallery----------------------*/

.galleries {
    padding: 50px 0px 70px 0px;
    background-color: #F5F5F5;
}

.gallery {
    box-shadow: 5px 20px 55px 5px lightgray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;
}

.galleries .gallery:hover .card {
    box-shadow: 5px 20px 55px 5px gray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;
    -webkit-transform: scale(1.1);
    transition-duration: 0.5s;
}

.gallery .card {
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;
}

.galleries .img_gal {
    height: 200px;
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
}

/*-------VMC----------*/
.vmc .card {
    padding: 20px !important;
}



/*--------Footer-----*/

.footer-section {
    padding: 70px 0px 20px 0px;
    color: white;
}

    .footer-section a {
        text-decoration: none;
        color: #ffffff;
    }


    .footer-section .fa {
        width: 12px !important;
    }

    .footer-section a:hover {
        color: lightgray;
    }

/*.footer-section li:before {
        content: "- ";
    }*/




/*------Pagination--------*/

.pagination {
    padding: 70px 0px 70px 0px;
}

.img-fluid {
    border-radius: 20px;
}

/*--- Heading---*/

.heading-section {
    background-image: url("../Admin/images/web/header-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

    .heading-section .heading-sec {
        padding: 10px 0px 10px 0px;
    }


.contact-us-section {
    padding: 70px 0px 70px 0px;
}

    .contact-us-section p {
        margin-bottom: 2px !important;
        margin-top: 8px !important;
    }

    .contact-us-section .mybutton {
        margin-top: 8px !important;
        border-radius: 5px !important;
    }

    .contact-us-section .ms-3 {
        margin-left: 7px;
    }

    .contact-us-section h5 {
        margin-bottom: -0px;
    }

/*------Package Details-------*/
.sidebar, .package-details {
    padding: 20px 0px 70px 0px;
}

    .package-details h2 {
        margin-top: -3px;
    }


@media screen and (max-width: 580px) {
    .package-details h2 {
        margin-top: 8px !important;
    }
}

.sidebar {
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    padding: 2px !important;
}


    .sidebar p {
        margin-bottom: 3px !important;
    }

    .sidebar .card {
        margin-top: 2px !important;
        background-color: #F5F5F5;
    }


/*--------Animations--------*/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.form-control {
    height: calc(2em + 0.75rem + 2px);
    border-radius: 0px;
}

@media screen and (max-width: 580px) {
    .topbar {
        text-align: center !important;
    }
}

@media screen and (min-width: 580px) {
    .p-details-btn-sec {
        bottom: 0px !important;
        position: absolute;
    }
}

/*---Accordian---*/
.accordionHeader, .accordionHeaderSelected {
    /*background-color: #1792b8;*/
    color: white !important;
    margin-top: 10px !important;
    padding: 7px !important;
    cursor: pointer;
}

    .accordionHeader span:after {
        content: " - ";
    }

    .accordionHeaderSelected span:after {
        content: " - ";
    }




.formpage .card {
    margin: 50px 0px 50px !important;
}


/*-------------Theme Color CSS*/

.hero-title, .text-primary, .our-services .fa, .card-title, .vmc .fa, .topbar .top-social a:hover .fa, .btn-pkg-enquiry, .card-footer a {
    color: rgb(243,124,4) !important;
}

.topbar .top-contact:after, .mybutton, .quick-enquiry, .contact-us-section .faa, .accordionHeader, .accordionHeaderSelected, .testimonials .testimonial:hover, .top-quick-enquiry, .heading-section .heading-sec {
    background-color: rgb(243,124,4) !important;
    /*z-index: 999;*/
}

.our-services .service:hover, sidebar .card-header, .top-social .dropdown-menu {
    color: white;
    /*background-color: rgb(0, 148, 255) !important;*/
    background-color: rgb(243,124,4) !important;
}



/*-----Corner shape----------*/
@media screen and (min-width: 580px) {

    .our-services {
        position: relative;
        overflow: hidden;
    }

    /*.our-services:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 280px 290px 0;
            border-color: transparent rgb(243,124,4) transparent transparent;
            right: 0;
            top: 0;
            position: absolute;
        }*/
}
