
* {
	font-family: 'Quicksand', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
	/* font-family: 'Lexend Deca', sans-serif; */
	/* font-family: 'Open Sans', sans-serif; */

}

.nav-link.active {
	color: #7367f0 !important;
}

.py-9 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.card {
    margin-bottom: 1rem;
    box-shadow: rgba(34, 41, 47, 0.1) 0px 4px 24px 0px;
    transition: all 0.3s ease-in-out 0s, background 0s ease 0s, color 0s ease 0s, border-color 0s ease 0s;
    border: 1px solid #fff;
}

.card-topdestination {
	border-radius: 25px;
}

.card-topdestination .header {
	border-radius: 20px;
    overflow: hidden;
}

.card-topdestination .header img {
	width: 100%;
}

.card-topdestination:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    /* transform: scale(1.05); */
	/* transform: translate(0px, -20px);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%); */
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
    border: 1px solid #c3dcdd;
}

.card-topactivity-featured {
	border-radius: 25px;
    overflow: hidden;
}

.card-topactivity-featured .header {
	/* border-radius: 20px; */
    overflow: hidden;
}

.card-topactivity {
	border-radius: 25px;
    overflow: hidden;
}

.card-topactivity .header {
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.card-topactivity .header img {
	height: 100%;
}

.card-topactivity-featured:hover,.card-topactivity:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
	/* transform: translate(0px, -20px); */
    /* transform: scale(1.05);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%); */
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
    border: 1px solid #c3dcdd;
}

.card-topcruise {
	border-radius: 25px;
    overflow: hidden;
}

.card-topcruise .header {
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.card-topcruise .header img {
	width: 100%;
}

.card-topcruise .header .price-wrapper  {
	top: 25px;
	right: 25px;
	border-radius: 15px;
	padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.card-topcruise:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    /* transform: scale(1.05); */
	/* transform: translate(0px, -20px);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%); */
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
    border: 1px solid #c3dcdd;
}

#appfeature {
	background-image: url(/assets/vectors/fill_in_edited_animated.svg);
	background-size: 380px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.card-appfeature {
	background-image: url(/assets/vectors/book_reading.svg);
	background-size: 350px;
    background-repeat: no-repeat;
    background-position: bottom left 20px;
}



.card-featured-post  {
	border-radius: 25px;
    overflow: hidden;
}

.card-featured-post .header {
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
	background-position: center;
	background-size: cover;
	min-height: 380px;
	display: flex;
	align-items: end;
}

.card-featured-post .header img {
	width: 100%;
}

.card-featured-post .header .headings  {
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
	margin-bottom: 0px;
	padding: 0.75rem 0.5rem;
}

.card-featured-post .header h5, .card-featured-post .header p  {
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

.card-featured-post:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    /* transform: scale(1.05); */
	/* transform: translate(0px, -20px);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%); */
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
    border: 1px solid #c3dcdd;
}



.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.25);
    padding-left: calc(var(--bs-gutter-x) * 0.25);
    margin-top: var(--bs-gutter-y);
}

@media (max-width: 576px) {
    .py-9 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .pt-5px {
        padding-top: 5px !important;
    }

    .px-sm-0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .pt-sm-0 {
        padding-top: 0px !important;
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important;
    }
    .mt-sm-1 {
        margin-top: 1rem !important;
    }

    .py-sm-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .w-100-sm {
        width: 100%;
    }
}



.hide-scrollbar::-webkit-scrollbar {
    width: 0; /* Remove horizontal scrollbar */
    height: 0; /* Remove vertical scrollbar */
}


/* General */
.mw-px-200 {
    max-width: 200px !important;
}

.mw-px-300 {
    max-width: 300px !important;
}

.mw-px-400 {
    max-width: 400px !important;
}

.mw-px-500 {
    max-width: 500px !important;
}

.mw-px-600 {
    max-width: 600px !important;
}


/* map related styles */
.map {
    min-height: 500px;
    border-radius: 20px;
}

.quick-booking-input {
    background: #f1f2f3;
    padding: 1rem;
    border-radius: 12px;
    height: 80px;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

.quick-booking-input input {
    background: transparent;
    border: none;
    padding: 0px;
}

.quick-booking-input .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.quick-booking-person {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.quick-booking-person-selector:hover .quick-booking-person {
    opacity: 1;
}

.quick-booking-person-selector:hover {
    height: 268px;
}

/* For Intro Gallery */
.intro-gallery .item-1 {
    width: 50%;
}

.intro-gallery .item-2 {
    width: 25%;
    margin-left: 20px;
}

.intro-gallery .item-3 {
    width: 25%;
    margin-left: 20px;
}

.intro-gallery-1 .item-1 {
    width: 20%;
}

.intro-gallery-1 .item-2 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-1 .item-3 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-1 .item-4 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-1 .item-5 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-2 .item-1 {
    width: 33%;
    border-radius: 15px;
    overflow: hidden;
}

.intro-gallery-2 .item-2 {
    width: 33%;
    margin-left: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.intro-gallery-2 .item-3 {
    width: 33%;
    margin-left: 20px;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .intro-gallery .item-1 {
        width: 60%;
    }

    .intro-gallery .item-2 {
        width: 40%;
    }

    .intro-gallery .item-3 {
        display: none;
    }
}

@media (max-width: 992px) {
    /* .d-md-none {
        display: none !important;
    } */

    .intro-gallery-1 .item-1 {
        width: 25%;
    }

    .intro-gallery-1 .item-2 {
        width: 25%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-3 {
        width: 25%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-4 {
        width: 25%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-5 {
        display: none;
    }

    .intro-gallery-2 .item-1 {
        width: 50%;
    }

    .intro-gallery-2 .item-2 {
        width: 50%;
    }

    .intro-gallery-2 .item-3 {
        display: none;
    }
}

@media (max-width: 768px) {
    .intro-gallery .item-1 {
        width: 50% !important;
    }

    .intro-gallery .item-2 {
        width: 50% !important;
    }

    .intro-gallery .item-3 {
        display: none;
    }

    .intro-gallery-1 .item-1 {
        width: 50%;
    }

    .intro-gallery-1 .item-2 {
        width: 50%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-3 {
        display: none;
    }

    .intro-gallery-1 .item-4 {
        display: none;
    }

    .intro-gallery-1 .item-5 {
        display: none;
    }

    .mw-sm-100 {
        max-width: 100% !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .mt-sm-0 {
        margin-top: 0px !important;
    }

    html:not([dir=rtl]) .ms-sm-0 {
        margin-left: 0px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0px !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

.h-100-minus-2rem {
    height: calc(100% - 2rem) !important;
}

.max-w-px-480 {
    max-width: 480px !important;
}

body {
    min-height: 100vh;
}

.page-content {
    min-height: calc(100vh - 580px);
}


.container:not(.default-padding) {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    background-color: #00C1CD;
    color: #fff !important;
}

.tab-content {
    box-shadow: none !important;
    background: #f8f7fa !important;
}

.p-small {
    font-size: 0.8rem;
}

.br-px-5 {
    border-radius: 5px !important;
}

ul.classic-list, ul.simple-list {
    list-style: none;
    padding-left: 0;
}

#search-results {
    position: fixed;
    top: 82px;
    z-index: 9999999;
    min-height: 100vh;
    width: 100%;
    /* display: none; */
}

#search-result-close {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    height: 32px;
}

@media (max-width: 992px) {
    #main-nav {
        background-color: #fff !important;

    }
}

.nav-fixed-top-white {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.mobile-nav-container-fixed-height {
    height: 68.8px;
    overflow: hidden;
}


@media (max-width: 577px) {
    .pt-xs-1 { padding-top: 1rem !important; }
    .pt-xs-2 { padding-top: 2rem !important; }
    .pt-xs-3 { padding-top: 3rem !important; }
    .pt-xs-4 { padding-top: 4rem !important; }
    .pt-xs-5 { padding-top: 5rem !important; }

    .pb-xs-1 { padding-bottom: 1rem !important; }
    .pb-xs-2 { padding-bottom: 2rem !important; }
    .pb-xs-3 { padding-bottom: 3rem !important; }
    .pb-xs-4 { padding-bottom: 4rem !important; }
    .pb-xs-5 { padding-bottom: 5rem !important; }

    h3 { font-size: calc(1.1875rem + 0.45vw); }

    /* .content-footer { display: none; } */
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.25rem;
    }
}


h5 { font-size: 0.9rem; }
p { font-size: 0.9rem; }


.category-scroll {
    white-space: nowrap;
    padding-top: 1rem;
}

.category-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.category-item {
    min-width: 80px;
    flex: 0 0 auto;
    color: #444;
    font-size: 0.9rem;
}

.category-item:hover {
    color: #00bfa6;
}

.icon-box {
    font-size: 1.8rem;
    background-color: #f2f2f2;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}

.badge-sm {
    width: 6px !important;
    height: 6px !important;
}


.timeline-lighter .timeline-item .timeline-event:before {
    border-left-color: #f8f7fa;
    border-right-color: #f8f7fa;
}

.timeline-lighter .timeline-item .timeline-event:after {
    position: absolute;
    top: 0.75rem;
    left: -17px;
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-right: 1rem solid;
    border-left: 0 solid;
    border-bottom: 1rem solid transparent;
    border-left-color: #f8f7fa;
    border-right-color: #f8f7fa;
    z-index: -1;
    content: "";
}

.timeline-lighter .timeline-item .timeline-event {
    background-color: #f8f7fa;
}

ul.timeline-lighter li.timeline-item:last-child {
  border-left: none !important;
}
