<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./base.css);
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300&amp;family=Mukta:wght@300;500;800&amp;family=Poppins&amp;family=Yatra+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&amp;family=Karla:wght@300&amp;family=Mukta:wght@300;500;800&amp;family=Poppins&amp;family=Yatra+One&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Spinnaker", serif;
    word-spacing: 4px;
    letter-spacing: 0.3px;
    scroll-behavior: smooth;
}

.call, .call a{
    color: white!important;
}


/* -------navbar------------- */
.section-header {
    word-spacing: 3px;
    letter-spacing: 0.5px;
}

.navbar-top-links-section {
    background-color: var(--navbar-background-top-color);
    color: var(--text-white);
    padding: 0.55rem 1rem;
}

.navbar-top-links-section a {
    text-decoration: none;
    color: var(--text-white);
}

.navbar-top-links-mail-address,
.navbar-top-links-phone-number,
.navbar-top-links-location-address {
    font-size: 0.9rem;
    transition: all 0.5s ease;
}

.navbar-top-links-mail-address:hover,
.navbar-top-links-phone-number:hover,
.navbar-top-links-location-address:hover {
    color: var(--hover-color);
}

.navbar-top-links-mail-icon,
.navbar-top-links-phone-icon,
.navbar-top-links-location-icon {
    color: var(--cyan-mute);
}

.navbar-top-links-section-media a {
    margin: 0 0.4rem;
}

.facebook-icon,
.twitter-icon,
.pinterest-icon,
.instagram-icon {
    transition: all 0.5s ease;
}

.facebook-icon:hover,
.twitter-icon:hover,
.pinterest-icon:hover,
.instagram-icon:hover {
    color: var(--hover-color);
}

.navbar-bottom-links-container {
    height: 75px;
    padding: 0.5rem 1.1rem;
    box-shadow: 0px 0px 30px var(--box-shadow-common);
}

.navbar-bottom-links-list {
    list-style: none;
    margin-bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.navbar-bottom-links-list li {
    font-weight: 600;
    cursor: pointer;
}

.navbar-bottom-links-list li:hover&gt;.sub-menu {
    display: block;
}

.navbar-bottom-links-list li a {
    display: inline-block;
    text-decoration: none;
    color: var(--text-black);
    transition: all 0.4s ease;
    font-size: 1rem;
    padding: 0.4rem 1rem;
}

.navbar-bottom-links-list li a:hover {
    color: var(--hover-color);
    fill: var(--hover-color);
}

.link-about .sub-menu li {
    margin: 1rem 0;
    padding: 0 0.4rem;
}

.link-about .sub-menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.link-about .sub-menu li a {
    font-size: 0.95rem;
    display: block;
}

.navbar-searchBar .searchbar {
    display: flex;
    border: 1px solid #b4b2b2;
    padding: 0.3rem;
    border-radius: 0.2rem;
    transition: all 0.5s ease;
}

.navbar-searchBar .searchbar input {
    width: 90%;
    border: 0;
    outline: 0;
}

.navbar-searchBar .searchbar svg {
    width: 10%;
    margin: auto 0;
    cursor: pointer;
}

.navbar-searchBar .searchbar:hover {
    border: 1px solid #a3bcf1;
    box-shadow: inset 0px 0px 2px var(--hover-color);
}

.navbar-menu-bar {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

/* ----------body-section-banner------ */

#carouselHome .carousel-item {
    height: 600px;
    object-fit: cover;
    object-position: center;
}

#carouselHome .carousel-control-prev-icon,
#carouselHome .carousel-control-next-icon {
    background-color: var(--white);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#carouselHome .carousel-control-prev-icon::after,
#carouselHome .carousel-control-next-icon::after {
    font-size: 0;
    content: "";
}

#carouselHome .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#carouselHome .carousel-caption-content {
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#carouselHome .carousel-caption-content h2 {
    font-family: 'Dancing Script', cursive;
    animation: slide 0.8s ease 0.2s forwards;
    opacity: 0;
}

#carouselHome .carousel-caption-content h1 {
    font-size: 4rem;
    font-weight: bolder;
    margin: 1rem 0;
    animation: slide 0.6s ease 0.4s forwards;
    opacity: 0;
}

#carouselHome .carousel-caption-content p {
    width: 70%;
    margin: 1rem auto;
    font-size: 1.2rem;
    animation: slide 0.6s ease 0.6s forwards;
    opacity: 0;
}

@keyframes slide {
    from {
        transform: translateY(80px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }

}

.tour-search-section {
    width: 85%;
    background-color: var(--white);
    position: relative;
    bottom: 2rem;
    margin: 0 auto;
    height: 70px;
    box-shadow: 2px 2px 20px var(--box-shadow-common);
}

.travel-month {
    background-color: var(--white);
}

.tour-search-section input,
.tour-search-section select {
    border: 0;
    outline: 0;
    color: var(--grey-soft);
    background-color: transparent;
}

.tour-search-section .travel-address,
.tour-search-section .travel-month,
.tour-search-section .travel-destination,
.tour-search-section .destination-find {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    border-right: 1px solid #ebebeb;
}

.tour-search-section&gt;span:last-child {
    border-right: 0;
}

.custom-select {
    appearance: none;
}

.travel-address svg,
.travel-month svg,
.travel-destination svg {
    fill: var(--grey-soft);
}

.travel-address input,
.travel-month select,
.travel-destination select {
    width: 80%;
    padding: 1.4rem 1rem;
}

.destination-find {
    background-color: var(--cyan-mute);
    color: var(--text-white);
    cursor: pointer;
    transition: all 0.5s ease;
}

.destination-find:hover {
    background-color: var(--text-hard);
}

/* -----home-city-view-section---- */
.home-content-city-view {
    margin-top: 6rem;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: var(--text-white);
}

.home-content-city-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-content-city-view-overlay-inner {
    width: 70%;
    margin: 6rem auto 0;
}

.home-content-city-view-overlay-inner h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
}

.home-content-city-view-overlay-inner h1 {
    font-size: 4rem;
    margin: 1.2rem 0 1.4rem 0;
    font-weight: bolder;
}

.home-content-city-view-overlay-inner p {
    margin: 0 auto;
    font-size: 1.2rem;
}

.home-content-city-view-overlay-inner iframe {
    margin-top: 3rem;
    box-shadow: 2px 6px 20px var(--box-shadow-common);
}

.city-view-content-video {
    height: 300px;
}

/* ---home-information-section--------- */
.home-content-information-section {
    margin-top: 150px;
}

.home-content-information-section-content {
    text-align: center;
}

.home-content-information-section-content h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.information-restaurants,
.information-sightseeing,
.information-shopping,
.information-accomodation {
    margin-bottom: 2rem;
}

.information-restaurants-inner,
.information-sightseeing-inner,
.information-shopping-inner,
.information-accomodation-inner {
    padding: 0 1rem;
}

.information-restaurants-image img,
.information-sightseeing-image img,
.information-shopping-image img,
.information-accomodation-image img {
    transition: all 0.4s ease;
}

.information-restaurants-image img:hover,
.information-sightseeing-image img:hover,
.information-shopping-image img:hover,
.information-accomodation-image img:hover {
    transform: translateY(-10px);
}

.information-restaurants-content,
.information-sightseeing-content,
.information-shopping-content,
.information-accomodation-content {
    margin-top: 1.8rem;
}

.information-restaurants-content p,
.information-sightseeing-content p,
.information-shopping-content p,
.information-accomodation-content p {
    font-size: 0.75rem;
    color: var(--grey-mute);
}

/* ------home-content-testimony */
.home-testimony-section {
    margin-top: 6rem;
}

#carouselTestimony .carousel-inner .carousel-item {
    text-align: center;
    color: var(--text-black);
}

#carouselTestimony .carousel-inner .carousel-item img {
    border-radius: 50%;
}

#carouselTestimony .carousel-item .carousel-item-content {
    width: 70%;
    margin: 0 auto;
}

#carouselTestimony .carousel-inner .carousel-item-content p {
    margin: 2.2rem 0;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

#carouselTestimony .carousel-inner .carousel-item-content cite {
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
    font-weight: bold;
}

/* -----home-travel-review----- */
.home-travel-review-section {
    margin-top: 6rem;
}

.home-travel-review-content {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
}

.home-travel-review-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-travel-review-content-overlay-banner {
    text-align: center;
    width: 70%;
    margin: 50px auto 0;
    color: var(--text-white);
}

.home-travel-review-content-overlay-inner h2 {
    font-family: 'Dancing Script', cursive;
}

.home-travel-review-card {
    margin-top: 4.5rem;
}

.home-travel-review-content-overlay-inner h1 {
    font-weight: bolder;
    font-size: 4rem;
    margin: 1.2rem 0;
}

.home-travel-review-content-overlay-inner p {
    font-size: 1.2rem;
    line-height: 2rem;
}

.review-one-card,
.review-two-card,
.review-three-card {
    background-color: var(--white);
    padding: 1rem;
    border-radius: 0.7rem;
}

.review-one-card-author img,
.review-two-card-author img,
.review-three-card-author img {
    border-radius: 50%;
}

.review-one-card-info,
.review-two-card-info,
.review-three-card-info {
    padding-left: 1.4rem;
}

.review-one-card-info a,
.review-two-card-info a,
.review-three-card-info a {
    text-decoration: none;
    color: var(--text-black);
    transition: all 0.5s ease;
}

.review-one-card-info a:hover,
.review-two-card-info a:hover,
.review-three-card-info a:hover {
    color: var(--hover-color);
}

.review-one-card-info h5,
.review-two-card-info h5,
.review-three-card-info h5 {
    font-weight: bold;
}

.review-one-card-info svg,
.review-two-card-info svg,
.review-three-card-info svg {
    color: var(--text-mute);
    margin: 0.8rem 0;
}

.review-one-card-info p,
.review-two-card-info p,
.review-three-card-info p {
    font-size: 0.92rem;
}

.review-one-card-info cite,
.review-two-card-info cite,
.review-three-card-info cite {
    font-weight: bold;
}

.review-travel-readMore {
    width: 45px;
    height: 45px;
    background-color: var(--white);
    border-radius: 50%;
    margin: 2rem auto;
    transition: all 0.5s ease;
    cursor: pointer;
}

.review-travel-readMore:hover {
    background-color: var(--cyan-mute);
    animation: bounceSide 0.6s ease infinite;
}

@keyframes bounceSide {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(2px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ------home-blog-section---------- */
.home-blog-section {
    margin-top: 6rem;
}

.home-blog-content {
    padding-right: 1.5rem;
}

.home-blog-one-image,
.home-blog-two-image {
    background-position: center;
    background-size: cover;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.home-blog-title {
    font-weight: bold;
}

.home-blog-content .home-blog-content-des {
    margin: 1rem 0;
    color: var(--grey-mute);
    line-height: 2rem;
}

.home-blog-content .home-blog-content-inner {
    margin-top: 4rem;
}

.home-blog-content-inner .home-blog-two {
    margin-top: 3rem;
}

.home-blog-one-content-title a,
.home-blog-two-content-title a {
    text-decoration: none;
    color: var(--text-black);
    transition: all 0.5s ease;
}

.home-blog-one-content-title a:hover,
.home-blog-two-content-title a:hover {
    color: var(--cyan-mute);
}

.home-blog-one-content-title a h5,
.home-blog-two-content-title a h5 {
    font-weight: bold;
}

.home-blog-one-content-des p,
.home-blog-two-content-des p {
    font-size: 0.95rem;
    color: var(--grey-mute);
    margin: 1rem 0;
    line-height: 1.4rem;
    text-align: justify;
}

.home-blog-one-date a,
.home-blog-one-comment a,
.home-blog-two-date a,
.home-blog-two-comment a {
    text-decoration: none;
    color: var(--text-black);
    font-weight: bold;
    margin-right: 0.8rem;
    transition: all 0.5s ease;
}

.home-blog-one-date a:hover,
.home-blog-one-comment a:hover,
.home-blog-two-date a:hover,
.home-blog-two-comment a:hover {
    color: var(--cyan-mute);
}

.home-blog-ad {
    margin-top: 0rem;
}

.home-blog-ad img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

/* --------footer-section--------- */

.footer-section {
    margin-top: 6rem;
    background-color: var(--footer-bg-color);
}

.footer-section-wrapper {
    padding: 1.5rem 0;
}

.footer-section-inner {
    margin-top: 2.5rem;
}

.footer-address-info,
.footer-post,
.footer-newsletter {
    margin-bottom: 4rem;
}

.footer-address-info img {
    width: 40%;
}

.footer-address-info .footer-address-des,
.footer-newsletter .footer-newsletter-des {
    color: var(--text-grey);
    margin: 1.4rem 0;
    line-height: 1.9rem;
}

.footer-post h5,
.footer-newsletter h5 {
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-post h5,
.footer-post p span:last-child,
.footer-newsletter h5,
.footer-address-info ul li {
    color: var(--text-white);
}

.footer-address-info ul li {
    margin: 0.5rem 0;
}

.footer-address-info p a,
.footer-address-info ul li a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: var(--text-white);
}

.footer-address-info p a:hover,
.footer-address-info ul li:hover,
.footer-address-info ul li a:hover {
    color: var(--cyan-mute);
}

.footer-address-info p span svg {
    margin-right: 0.3rem;
}

.footer-post h5,
.footer-newsletter h5 {
    margin-bottom: 2rem;
}

.footer-post p {
    font-size: 0.94rem;
    margin-bottom: 1.5rem;
}

.footer-post p a {
    text-decoration: none;
}

.footer-post p span {
    line-height: 1.8rem;
    transition: all 0.5s ease;
}

.footer-post p span:first-child {
    color: var(--text-grey);
    display: block;
}

.footer-post p span:hover {
    color: var(--cyan-mute);
}

.footer-newsletter form .name-input,
.footer-newsletter form .email-input,
.footer-newsletter form .submit-button {
    width: 95%;
    background-color: var(--grey-mute);
    margin-bottom: 0.4rem;
    padding: 0.8rem;
    color: var(--text-white);
}

footer ::placeholder {
    color: var(--text-white);
}

.footer-newsletter form input {
    outline: 0;
    border: 0;
    background: none;
    color: var(--text-white);
    margin-left: 0.25rem;
}

.footer-newsletter form .submit-button {
    background-color: var(--background-color-soft);
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
}

.footer-newsletter form .submit-button:hover {
    background-color: var(--background-color-hard);
}

.footer-newsletter form button {
    outline: 0;
    border: 0;
    background: none;
    color: var(--text-white);
}

.footer-copyright {
    color: var(--text-grey);
    font-size: 0.85rem;
    text-align: center;
    margin-top: 2rem;
}

.go-to-top-wrapper {
    position: fixed;
    right: 23px;
    bottom: 93px;
}

.go-to-top {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 50%;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.5s ease;
    cursor: pointer;
}

.go-to-top a {
    text-decoration: none;
    color: var(--text-mute);
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}

.go-to-top:hover {
    background-color: var(--background-color-soft);
}

.go-to-top:hover a {
    color: var(--text-white);
}









@media screen and (max-width:992px) {
    html {
        font-size: 90%;
    }

    .travel-month svg,
    .travel-destination svg {
        width: 30%;
    }

    .travel-month select,
    .travel-destination select {
        width: 70%
    }

    .home-content-city-view {
        height: 600px;
    }




    .tour-search-wrapper {
        height: 108px;
        width: 80%;
        /* box-shadow: 2px 2px 20px var(--box-shadow-common); */
        margin: 0 auto;
        margin-bottom: 4rem;
    }

    .tour-search-section {
        width: 100%;
        box-shadow: 2px 2px 20px var(--box-shadow-common);
    }

    .travel-month,
    .travel-destination,
    .travel-address {
        border-bottom: 1px solid #ebebeb;
    }

    .travel-address svg,
    .travel-month svg,
    .travel-destination svg {
        width: 10%;
        padding-left: 20px;
    }

    .travel-address input,
    .travel-month select,
    .travel-destination select {
        width: 90%
    }

    .navbar-bottom-links-list {
        overflow: hidden;
        position: absolute;
        top: 75px;
        left: 0;
        z-index: 100;
        width: 0%;
        opacity: 0;
        height: fit-content;
        background-color: var(--white);
        display: block;
        box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.15),
            0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .animation-add {
        animation: slideNav 0.8s forwards;
    }

    @keyframes slideNav {
        from {
            width: 0%;
            transform: translateX(-100%);
            opacity: 0;
        }

        to {
            width: 100%;
            transform: translateX(0%);
            opacity: 1;
        }
    }

    .animation-hide {
        animation: hideNav 0.8s forwards;
    }

    @keyframes hideNav {
        from {
            width: 100%;
            transform: translateX(0%);
            opacity: 1;
        }

        to {
            width: 0%;
            transform: translateX(-100%);
            opacity: 0;
        }
    }

    .navbar-bottom-links-list li {
        width: 100%;
        margin: 1.4rem 0;
        text-align: center;
    }

    .navbar-bottom-links-list .sub-menu {
        display: none;
    }

    .link-about .sub-menu { 
        top: 35px;
        left: -99px;
        z-index: 100;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        width: fit-content;
        background-color: var(--white);
        height: fit-content;
        margin-bottom: 0;
    }


    .navbar-bottom-links-list li.link-about:hover .sub-menu {
        animation: slideSubMenu 0.8s forwards;
    }

    @keyframes slideSubMenu {
        from {
            opacity: 0;
            display: none;
        }

        to {
            opacity: 1;
            display: block;
        }
    }

    .navbar-bottom-links-list {
        opacity: 1;
        width: 100%;
    }

    .navbar-bottom-links-list .main-link {
        text-align: left;
    }

}

@media screen and (max-width:600px) {


    .img-blog {
        height: 12rem;
        margin-bottom: 1rem;
    }


    .circular-image{
        height: 21rem!important;
        width: 21rem!important;
    }

    #about-section{
        flex-direction: column-reverse;
    }

    .img-blog .home-blog-one-image {
        background-repeat: no-repeat;
    }

    .home-blog-section {
        padding: 0 2rem;
    }

    .home-blog-one-date,
    .home-blog-one-comment,
    .home-blog-two-date,
    .home-blog-two-comment {
        display: block;
        margin-bottom: 1rem;
    }

    .footer-section {
        padding: 0 2.5rem;
    }

    .home-travel-review-content-overlay-inner h1,
    .home-content-city-view-overlay-inner h1,
    #carouselHome .carousel-caption-content h1 {
        font-size: 3rem;
        margin: 1.5rem 0;
    }
}

@media screen and (min-width:1000px) {
    .navbar-top-links-section {
        display: flex;
    }

    .city-view-content-video {
        height: 400px;
    }


}

@media screen and (min-width:765px) {
    .navbar-bottom-links-list li {
        position: relative;
    }

    .navbar-bottom-links-list{
        justify-content: flex-end   ;
    }

    .link-about .sub-menu { 
        top: 35px;
        left: -99px;
        position: absolute;
        display: none;
        z-index: 100;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        width: 300px;
        background-color: var(--white);
        margin-bottom: 0;
    }

    .navbar-bottom-links-list li .link {
        position: relative;
    }

    .navbar-bottom-links-list li .link::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 0;
        background-color: var(--cyan-mute);
        height: 2px;
        transition: all 0.4s ease;
    }

    .navbar-bottom-links-list li .link:hover::after {
        width: 100%;
    }

    .navbar-bottom-links-list li.active-link .link {
        color: var(--hover-color);
    }

    .navbar-bottom-links-list li.active-link .link::after {
        width: 100%;
    }
}</pre></body></html>