<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Ubuntu&amp;display=swap');

:root{
    --border-top-color:#ccc;
    --red-color-primary:#de0716;
    --white-color:#ffffff;
    --black-color:#000000;
    --gap: 16px;
	--num-cols: 4;
	--row-height: 300px;
    --yellow-color:#f59e00;
}

.top-link a{
    text-decoration: none;
    color: var(--black-color);
}

.top-link a:hover{
    color: var(--yellow-color) !important;
    text-decoration: underline;
}

.link-list{
    color: var(--yellow-color);
}

.bg-color{
    background-color: var(--yellow-color);
}

.padding-top-bottom{
    padding: 80px 0;
}

.padding-left-right{
    padding: 0 30%;
}

.subscribe-color{
    color: var(--white-color);
    opacity: 0.6;
}

.heading::before {
    content: "";
    display: inline-block;
    width: 60px; 
    height: 5px; 
    background-color: var(--red-color-primary); 
    margin-right: 10px; 
    vertical-align: middle;
    margin-bottom: 6px;
    border-radius: 4px;
}

.heading {
    display: inline-block;
    vertical-align: middle;
}

.margin-top{
    margin-top: 100px;
}

.margin-top-bottom{
    margin: 50px 0;
}

.text-white-color{
    color: var(--white-color) !important;
}

/* top navigation */
.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--border-top-color);
}

.top-nav{
    margin: 0.5% 4%;
}

.top-nav-logo img{
    width: 100px;
}

.login{
    text-decoration: none;
    font-size: 18px;
}

.login:hover{
    text-decoration: underline;
}

.flag img{
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

/* main navigation */
/* .nav-item{
    margin: 0 6px;
}

.nav-link{
    border: 1px solid black;
    border-radius: 4px;
} */

/* hero section */
.hero-image{
    height: 60vh;
}

.hero-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.hero-button a{
    text-decoration: none;
    background-color: var(--yellow-color);
    color: var(--white-color);
    padding: 10px 40px;
    border-radius: 4px;
}

/* .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--yellow-color);
    margin: 0 30px;
    opacity: 0.8;
}

.flickity-prev-next-button:hover {
    opacity: 1;
} */

/* popular tours section */
.card-popular-tour img, .card-popular-tour{
    height: 280px;
}

.popular-tour{
    padding-top: 90px;
}

.card-popular-tour{
    overflow: hidden;
    border: 0;
    border-radius: 5px; 
}

.card-img-overlay h6{
    position: absolute;
    top: 70% !important;
    font-size: 28px;
}

.card-popular-tour::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1; 
}

.card-popular-tour h6 {
    position: relative;
    z-index: 2; 
}

.owl-carousel.owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    border: 1px solid var(--black-color);
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active {
    background-color: var(--red-color-primary);
}

/* discover categories section */
.discover, .discover img{
    width: 100%;
    height: 100%;
}

.card-discover img, .card-discover{
    height: 100%;
}

.discover-content1, .discover-content{
    color: var(--white-color); 
}

.card-img-overlay .discover-content, .card-img-overlay .discover-content1{
    position: absolute;
    z-index: 3;
}

.card-img-overlay, .discover-content1{
    top: 50% !important;
}

.card-img-overlay, .discover-content{
    top: 40% !important;
}

@media (max-width: 768px) {
    .col-md-6:last-child,
    .col-md-6:nth-last-child(2) {
        margin-bottom: 1rem;
    }
}

/* download app section */
.download-logo a{
    text-decoration: none;
}

.icon{
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 50px;
}

.download-image img{
    width: 100%;
    height: 350px;
}


/* recent activities section */
.recent-activity-card img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.rating{
    font-size: 18px;
}

.bxs-star{
    color: var(--yellow-color);   
}

.recent-activity-padding{
    padding: 14px 1px 0 1px;
}

.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    /* border: 1px solid var(--black-color); */
    background-color: var(--white-color);
    border-radius: 50%;
    margin: 0 4px; 
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--red-color-primary);
}

/* footer section */
footer, footer a{
    color:#495057;
}

footer a{
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

.footer-logo img{
    height: 80px;
    width: 140px;
    margin-left: -50px;
}

.footer-about p{
    font-size: 18px;
}

.footer-icon a i{
    color: var(--black-color);
}


/* faqs page */
.accordion {
    border: 0;
}

.accordion-item {
    border: 0;
}

/* popular package page */
.package-filter{
    background-color: #fffbf1;
}

.form-check-input {
    width: 26px;
    height: 24px;
    border: 1px solid var(--red-color-primary);
}

.form-check-input:checked {
    background-color: var(--yellow-color); 
    border-color: var(--red-color-primary); 
}

.package img{
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.package a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
}

.package a:hover{
    text-decoration: underline;
}

.package-border{
    background-color: #feefd2;
    padding: 2px 16px;
    border-radius: 10px;
}


/* details page */
img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
    border-radius: 6px !important;
}
.img-showcase{
    display: flex;
    width: 100%;
    height: 480px;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
    border-radius: 6px !important;
}
.img-select{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}
.img-item{
    padding-top: 10px;
}
.img-item img{
    height: 120px;
    border-radius: 6px;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}

.date-form-design{
    padding: 50px 50px;
    background-color: #f6f5f5;
    border-radius: 6px;
}

.popular-room-image img{
    height: 140px;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
}

.popular-room-description{
    padding: 20px 30px;
}
.img-h{
    height: 250px;
}

.pagination  .page-link {
    color: black !important;
    border-color: wheat !important;
}

.pagination .page-item.active .page-link {
    color: white;
    background-color: red;
    border-color: black;
}
</pre></body></html>