:root {

    --cassiopeia-color-primary: #00ff00;
    --cassiopeia-color-link: #0000ff;
    --cassiopeia-color-hover: #ff0000;

	--website-color-1: #aa8453; /*5e2688; mauve*/
	--website-color-2: #E64251; /*2ce9ba; turquoise*/
	--cassiopeia-color-primary:var(--website-color-1);
    --cassiopeia-color-link:var(--website-color-1);
	--cassiopeia-color-hover:var(--website-color-2);
  
	--ongo-dark: #1b1b1b;
    --ongo-light: #e1b071;
    --ongo-bright: #4b6777;
    --ongo-highlight: #b53139;
	--ongo-primary: #e1b071;
}

.home .container-header {
    position: fixed!important;
    z-index: 10;
    /*background-color: #0617371c;
    background-image: none;
    ! box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0); 
  	padding-top: 2.5rem;*/
    width: 100%;
  	border-bottom: 1px solid #ffffff21;
  	background: #ffffff;
  	box-shadow: 0 5px 4px rgba(39,39,39,.2);
}
.home .container-header .mod-menu {
    color: #000000;
}



.modal-dialog {
    pointer-events: auto!important;
}
.btn-close {
    float: right;
}
 .wsticky {
        position: absolute;
        width: 200px;
        right: 0;
        top: 100px;
        height: 100px;
        background: var(--ongo-dark);
        opacity: .9;
    }
.container-header nav {
    margin-top: 0!important;
}
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}
strong {
    font-weight: bold;
    color: var(--ongo-light);
}
.head {
	position: sticky;
	top: 6rem;
	margin-right: 7%;
    margin-bottom: 4rem;
}
@keyframes adjust-info {
			to {
				grid-template-columns:1fr;
				gap: 1rem;
				height: 5.75rem;
              	/*background:var(--ongo-dark);*/
			}
		}
		@keyframes shrink-name {
			to { font-size: 1.5rem; }
		}
		@keyframes add-shadow {
			to { box-shadow: 0 5px 5px -3px rgba(0,0,0,.26); }
		}
		@keyframes move-button {
			to { translate: 0% 40%; }
		}
		@keyframes move-and-fade-background {
			to {
				translate: 0% -100%;
				scale: 0.96;
				opacity: 0.3;
				
			}
		}

		@supports (animation-timeline: scroll()) {
			.container-header {
				animation: adjust-info linear both;
			}
			.container-header h2 {
				animation: shrink-name linear both;
			}
			header {
				animation: add-shadow linear both;
			}
			#button-edit  {
				animation: move-button linear both;
			}
			.container-below-top   {
				animation: move-and-fade-background linear both;
			}
			.container-header, h2, header, #button-edit, .container-below-top {
				animation-timeline: scroll();
				animation-range: 0 150px;
			}

			header {
				/* position: fixed; */
				/* left: 0; */
				/* right: 0; */
			}
			header + * {
				margin-top: 0;
			}
		}

		@supports not (animation-timeline: scroll()) {
			header {
				box-shadow: 0 5px 5px -3px rgba(0,0,0,.26);
			}
		}

@layer components {
		.container-header {
			display: grid;
			align-items: end;
			grid-template-columns: 1fr;
			gap: 2rem;
			height: 8rem;
		}

		

		
		.meta {
			display: flex;
			flex-direction: row;
			gap: 0.75rem;
			font-style: italic;
			padding-bottom: 0.75rem;
			opacity: 0.8;
		}

		#button-edit {
			position: absolute;
			right: 1.5rem;
			bottom: 0;
			width: 3rem;
			height: 3rem;
			border-radius: 50%;
			color: #fff;
			text-decoration: none;
			background: rgb(26,115,232);
			display: grid;
			place-content: center;
			font-size: 1.5rem;

			&:hover {
				background: navy;
			}
		}
	}


@supports(animation-timeline: view()) {
		@supports(animation-timeline: view()) {
			@keyframes move {
				to {
					/* Move horizontally so that right edge is aligned against the viewport */
					transform: translateX(calc(-100% + 100vw));
				}
			}

			#sectionPin {
				/* Stretch it out, so that we create room for the horizontal scroll animation */
				height: 500vh;
				overflow: visible; /* To make position sticky work … */
				view-timeline-name: --section-pin-tl;
				view-timeline-axis: block;
              	background: var(--ongo-dark);
    			color: #ffffff;
			}

			.top-b {
				/* Stick to Top */
				height: 100vh;
				width: 100vw;
				position: sticky;
				top: 0;

				width: 100vw;
				overflow-x: hidden;
			}

			.pin-wrap {
				/* height: 100vh; */
				width: 250vmax;

				/* Hook animation */
				will-change: transform;
				animation: linear move forwards;

				/* Link animation to view-timeline */
				animation-timeline: --section-pin-tl;
				animation-range: contain 0% contain 100%;
			}
		}
.top-b img {
    height: 80vh;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}
.top-b {
		 height: 100vh; 
		display: flex;
		background: var(--text-color);
		color: var(--bg-color);
		overflow: scroll;
	}

	.pin-wrap {
		height: 100vh;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 50px 10vw;
	}

	.pin-wrap > * {
		min-width: 60vmax;
		padding: 0 5vmax;
	}

	.container-top-b > p {
		position: absolute;
		bottom: 10vw;
		right: 10vw;
		width: 200px;
		line-height: 1.5;
	}
}
.top-b img {
    height: 70vh;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}
.top-b {
		 height: 100vh; 
		display: flex;
		background: var(--text-color);
		color: var(--bg-color);
		overflow: scroll;
  		overflow-y: hidden; 
  		overflow-x: hidden;
	}

	.pin-wrap {
		height: 100vh;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 50px 10vw;
	}

	.pin-wrap > * {
		min-width: 60vmax;
		padding: 0 5vmax;
	}

	.container-top-b > p {
		position: absolute;
		bottom: 10vw;
		right: 10vw;
		width: 200px;
		line-height: 1.5;
	}
}








strong {
    font-weight: bolder;
    color: var(--ongo-light);
}
.counter {
	height: 8rem;
	width: 8rem;
	border: solid 12px;
	border-radius: 10rem;
	margin: auto;
	justify-content: center;
	display: flex;
	flex-direction: column;
    margin-bottom: 1rem;
  	--tw-shadow: -4px 0px 16px rgba(46, 239, 255, .5), 4px 0px 16px rgba(163, 152, 255, .5);
    --tw-shadow-colored: -4px 0px 16px var(--tw-shadow-color), 4px 0px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
}
.nav-pills {
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--ongo-light);
}

@media (prefers-reduced-motion:no-preference) {
    .scrolled .navbar-brand img {
         width: 200px;
    }
    .scrolled .grid-child {
        padding-top: 0;
        padding-bottom: 0;
    }
  .scrolled .container-below-top {
    margin-top: -3.5rem;
}
}
.item-image img {
    transition: all .5s ease-out;
}
@media (prefers-reduced-motion:no-preference) {
    .item-image:hover img {
        transform: scale(1.1);
		filter: none; 
    }
}
.spbooking .spbooking-col-lg-3 {
	--tw-shadow: -4px 0px 16px rgba(46, 239, 255, .5), 4px 0px 16px rgba(163, 152, 255, .5);
	--tw-shadow-colored: -4px 0px 16px var(
	--tw-shadow-color), 4px 0px 16px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
	}
@media (prefers-reduced-motion:no-preference) {
    .animation .blog-item {
        -webkit-animation: scale-in-ver-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: scale-in-ver-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-7-21 17:30:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-top {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
}
@keyframes scale-in-ver-top {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
}
h3 {
 	margin-top: -10px;
    font-weight: 400;
    line-height: 40px;
    font-size: 2.25rem;
  	padding: 5px 0;
  	color: var(--ongo-light);
}
p {
    padding: 5px 0;
}
figcaption {
    position: absolute;
    color: #ffffff;
    justify-content: center;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    font-size: 2.5rem;
 	font-weight: 800;
    transform: rotate(-40deg);
  	opacity: .8;
}
.offcanvas {
    --offcanvas-bg: #222222;
}


.nav-pills {
    border: 1px solid #01015610;
}
.no-card .newsflash-horiz li {
    border-radius: 0.5rem;
  	border: none;
    padding: 0;
  	background: #FDF6F2;
    padding: 0.5rem 1rem
}
.no-card .newsflash-horiz li figure {
    margin: 0;
}
@media (max-width: 991px) {
	.m-hide {
	display:none;
}
}
@media (min-width: 992px) {
.container-header .container-search {
    display: flex;
  	flex-wrap: wrap;
  	grid-gap: 1rem;
  	align-items: center;
}


.container-header .container-nav {
   align-items: baseline;
   padding: 0;
   display: flex;
   width: 80%;
   flex-wrap: nowrap;
   margin-bottom: -1.5rem;
   max-width: 1380px;
   margin: auto;
}
 .float-start {
    width: 50%;
}
  }
.container-header .metismenu>li.active>a:after, .container-header .metismenu>li.active>button:before, .container-header .metismenu>li>a:hover:after, .container-header .metismenu>li>button:hover:before {
    background: var(--ongo-light);
    height: 4px;
    opacity: .8;
}


.jmp-ticker-l {
    padding: 10px 7px!important;
    color: white;
}
.header {
    background: rgb(2,0,36);
}
.card {
  	border: 1px solid rgba(0,0,0,0.1);
}
.brand-logo img {
    margin-top: 0;
}

.main-top.card {
   background: #e1e9f5;
}

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
	font-weight: 700;
}
.fa, fas, h3:before {
    margin-right: 1rem;
}
.container-banner {
    display: block;
    margin: 0;
    background: var(--ongo-dark) url(../images/bg-pattern.svg) no-repeat top left;
}

/* .footer an */



.footer {
  	margin-top: 0;
  	background: var(--ongo-dark) url(../images/bg-pattern.svg) no-repeat top left;
}
.footer .grid-child {
    align-items: flex-start;
}
.footer .no-card {
    padding: 0 1rem;
}
.footer-menu {
	display: flex;
	justify-content: flex-end;
}
.main-bottom {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 5rem;
}
/*sp-booking*/
/*.description ul {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
  		gap: 1rem;
}*/
.spboboking-rooms-checkout {
    margin-top: -100vh;
    background: white;
    z-index: 1!important;
    position: relative;
}
.nav-pills .nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 28px;
    border-radius: 0px;
  	cursor: pointer;
}
.topbar-range .range-icon {
    top: 30px!important;
}
ul.topbar-search-result {
    color: #212822;
}
@media (min-width: 576px){
.spbooking .spbooking .spbooking-col-sm-12 {
    display: flex;
    overflow: hidden;
}
}
.accomodation-gallery .ac-gallery .image-holder {
    max-height: 82vh!important;
    background-position: top,50%!important;
    background-repeat: no-repeat;
    background-size: cover;
  	padding: 1rem;
    
}
.spbooking-row .ac-gallery .image-holder {
    height: 420px!important;
}
.spbooking-col-12 .ac-gallery {
	margin: .5rem;
}
.spbooking-details-image .package-gallery .image-holder {
    height: 490px!important;
}
.accomodation-gallery .header-overlay {
  	overflow: hidden;
  	margin-top: 0;
}
.spbooking img {
    vertical-align: middle;
    border-style: none;
    max-height: 280px;
    width: 100%;
}
@media screen and (min-width: 968px) {
.hotel .site-grid {
    display: initial;
}
.spbooking .col-lg-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (max-width: 480px) {
.accomodation-gallery .ac-gallery .image-holder {
    height: 500px!important;
}
.review-display .is-filled, .is-filled {
    color: #ffa500;
    margin: 3px;
}
  }
.topbar-search-options {
    margin-top: -100px!important;
}
.hotel .spbooking .spbooking-row {
    margin-right: 0;
    margin-left: 0;
}
.header-overlay .owl-carousel .owl-nav {
    position: absolute;
    height: 0;
    top: 82%!important;
    left: 82%;
    margin: 0;
    transform: translate(-50%,-50%);
}
/*sp-booking*/

@media (min-width: 1048px) {
.search-banner {
    text-align: start;
    width: 80%;
}
}
.footer.card {
    margin-right: 15px;
    margin-left: 15px;
}
/* .sticky menu */

.sticky-section {
  display: table;
}
.right .sticky-text {
  float: left;
}
.sticky-text {
    position: sticky;
    top: 6rem;
    width: 40%;
    margin-right: 7%;
    float: left;
}
.right .sticky-text {
  float: right;
}
.sticky-card {
      width: 50%;
    float: right;
    flex: 1;
}
.right .sticky-card {
  float: left;
}
@media screen and (max-width: 991px) {
.sticky-text {
    position: relative;
    top: 0rem;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4rem;
}
.sticky-card {
      width: 100%;
}

}
@media screen and (min-width: 991px) {
.sticky .container-header {
    background-color: var(--ongo-dark);
    position: fixed!important;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 70px; */
    animation: fadeIn;
    animation-duration: 1s;
    /*display: grid;*/
    padding: 0;
}
.sticky .brand-logo img {
    height: auto;
    /*width: 80px!important;*/
}}

.sticky .container-below-top {
    display: none;
}
.com-tags__items .list-group {
    display: flex;
    margin-bottom: 1rem;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  	gap: 1rem;
    border-radius: 1rem;
  	text-align: center;
}
.com-tags__items .list-group img {
	width: 100%
}
@media (min-width: 768px) {
  .com-tags__items .list-group-item {
    min-width: calc(22% - 1rem);
    max-width: calc(45% - 1rem);
    margin: .8rem;
  }
}
@media (min-width: 1200px) {
  .com-tags__items .list-group-item{
    min-width: min(calc(22% - 1rem), 22rem);
    max-width: min(calc(30% - 1rem), 32rem);
    margin: .8rem;
  }
}
.com-tags__items h3 {
	background: var(--ongo-bright);
    padding: 1rem;
}
.list-review {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
	justify-content: start;
}
.list-review .item {
    display: block;
    padding: 2rem;
    border-left: 2px solid #ddd;
    border-top: none!important;
    margin-left: 1rem;
    min-width: 350px;
}
.item-context {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}
.g-info {
    justify-content: center;
}
/*.item-content {
	padding: 0 1rem;
}*/
.price {
    color: #56BD97;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    /* width: 50%; */
    justify-content: left;
    text-align: left;
}





.card-body {
    color: var(--ongo-primary);
}
.text-muted {
    font-size: .75rem;
    display: flex;
    opacity: .7;
}
/* offcanvas menu - see https://gist.github.com/drmenzelit/152a1954d73bcbe126194965e43c97f4#file-offcanvas-metismenu-php */ 
.offcanvas.show {
    background-color: var(--ongo-dark);
  }
  @media (min-width: 992px) {
    .offcanvas-start {
      width: 100%;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas .metismenu.mod-menu .metismenu-item > ul {
      position: relative;
      width: 100%;
      margin-top: 1rem;
    }
    .offcanvas .metismenu.mod-menu .mm-collapse {
      background-color: transparent;
    }
    .offcanvas .metismenu.mod-menu .metismenu-item > a {
      color: #ffffff!important;
    }
  }
  .offcanvas-header > *:only-child {
    margin-left: auto;
  }

@media screen and (prefers-color-scheme: dark) { /* to override the Dark Mode Colors defined in the DarkMagic plugin */
	:root {
        --cassiopeia-color-primary: var(--website-color-1) !important;
        --cassiopeia-color-link: var(--website-color-1) !important;
        --cassiopeia-color-hover: var(--website-color-2) !important;
        --cassiopeia-color-gradient-end: var(--website-color-1) !important;
        --cassiopeia-color-gradient-start: var(--website-color-2) !important;
    }
    .btn-primary {
        background-color: var(--website-color-1) !important;
    }
    .btn-primary:focus, .btn-primary:hover {
        background-color: var(--website-color-2) !important;
    }
    .back-to-top-link {
        color: white !important;
    }
    #cf_1 { /* Convert Forms */
        --background-color: rgba(0, 0, 0, 0.9) !important;
    }
}


.tox-dialog {
    width: calc(100vw - 100px) !important;
    max-width: unset !important;
    height: calc(100vh - 100px) !important;
    max-height: unset !important;
}



main h1 {
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h2.mytest, h3.mytest, p.mytest {
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h2.mytest span {
    font-size: 2rem !important;
}



/* optimized for Menu Module having Layout "Cassiopeia > Collapsible Dropdown", therefore the .metismenu class hereafter */
@media (min-width: 992px) {
	.container-header .mod-menu>li+li {
		margin-left: 0em; /* instead of 1.55em */
	}
}
.metismenu.mod-menu .metismenu-item {
    padding: .5em .4em; /* instead of .5em 1em */
    word-spacing: initial; /* instead of 10px for body */
}

@media (min-width: 991px) {
.container-header .mod-menu {
    display: -webkit-inline-box;
}
	}
footer .mod-custom {
    display: flex;
	margin: 0 1rem;
	flex-direction: column;
    justify-content: space-between;
}

.footer .align {
	flex-direction:row!important;
	display: flex;
}

.fa-beat {
  animation: fa-beat 2s ease infinite;
  /*color: #e9322c;*/
  margin: 0 2px;
}

@keyframes fa-beat {
  0%{transform: scale(1);}
  50%{transform:scale(1.2);}
}



.fa-ul {
    list-style-type: none;
    margin-left: 0;
}
.fa-ul .fa-fw {
    margin-right: 0.5em;
	color: var(--website-color-1);
}
.fa-ul li {
    line-height: 2em;
}

.menu-btn {
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 0.25rem;
}

/* https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ */
/* see https://css-tricks.com/almanac/properties/q/quotes/ */
blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
}
blockquote:before {
    content: '\201c';
    display: block;
    position: relative;
    top: 0.225em;
    margin-bottom: 0.2em;
    color: #eee;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 5em;
    line-height: 0.3;
}

/*
.glass {
	padding: 20px;
	background-color: rgba(255, 255, 255, .15);  
	backdrop-filter: blur(10px);
}*/


/* example of CSS for bootstrap.carousel - adding a background to the carousel-caption - see https://ui.glass/generator/ for glassmorphism CSS */
/*.carousel-caption {
    bottom: 40%;
	left: 25%;
	right: 25%;
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(0,0,0,0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}*/


/* animation for buttons */
/*.btn-primary {
	-webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.btn-primary:hover {
	box-shadow: 800px 0 0 var(--website-color-2) inset;
}*/

.upfaq-button {
    background-image: linear-gradient(135deg,var(--website-color-1),var(--website-color-2));
}
.upfaq-content {
	background-color: rgba(0,0,0,.03) !important;
}

/* 2021 11 23 suggestion by Elisa for the hamburger menu on mobile (but I stil have a "glimpse" bc of the slide effect */
/*
.container-header .navbar-collapse.show {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    right: 0;
    background: #D45E66;
    top: 100px;
}
*/

/* customization of the Result page with Smart Search - see https://blue-coder.com/help/blog/customizing-search-results */
figure.result__image {
    width: 250px;
}

/*mytest*/
main h1 {
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h2.mytest, h3.mytest, p.mytest {
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
div#mod-custom114 img {
	animation: fadeIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both; /* avoids having the element visible before the animation WHEN there is an animation-delay */
	/*animation-iteration-count: infinite;*/
}
img.fadeIn {
	animation: zoomIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both; /* avoids having the element visible before the animation */
	/*animation-iteration-count: infinite;*/
}

/*mytest*/
.copyright {
  font-size: small;
  opacity: .7
}
.breadcrumb {
    background: inherit;
    opacity: .7;
    font-size: .8rem;
}

joomla-tab button[role=tab][aria-expanded=true] {
    background-color: var(--ongo-primary);
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
joomla-tab>joomla-tab-element {
    border-left: 2px dashed var(--ongo-primary);
    background: inherit;
}

.image-block{
  height:100%;
  position: relative;
  background-size: cover;
  padding: 1.5rem;
  text-align: center;
  display: grid;
  min-height: 350px;
  
}
.special {
    color: var(--ongo-bright);
    font-size: 1rem;
}
ul.fields-container{
    margin:0;
    padding:0;
}
ul.fields-container li {
    list-style-type: none;
    padding: 0;
    margin: 10px 5px;
    font-size: 15px;
    color: #707070;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
}
    


/*Banners*/
.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom,50%;
    background-size: cover;
    height: auto;
    border-top: 0.5rem solid var(--ongo-light);
    overflow: hidden;
  	margin-top: 1rem;
}
.container-banner .banner-overlay .overlay {
        min-height: 580px;
        padding: 3rem 2rem .42rem;
  		background-color: #00000050;
}
@media (max-width: 991px) {
.container-banner .banner-overlay .overlay {
        min-height: 880px;
        padding: 2rem 2rem .42rem;
}
}


/*banner parallex*/
.container-banner .banner-parallex {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 120vh;
    border-top: 0.5rem solid var(--ongo-light);
    /* overflow: hidden; */
	animation: banner-parallex linear;
    animation-timeline: view();
    animation-range: exit 10px;
}
@keyframes banner-parallex {
	25% { opacity: 1; }
	85%, 100% { 
			   transform: translateY(100px);
		
	}
}
@media (width<=991.98px) {
   .container-banner .banner-parallex {
    height: 150vh;
    }
  .display-2 {
    font-size: 3.5rem!important;
   }
}
.container-banner .banner-parallex .overlay {
        min-height: 880px;
        padding: 12rem 2rem .42rem;
        /*text-align: center;*/
        background-color: #00000080;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        display: flex;
}
@media (max-width: 991px) {
.container-banner .banner-paralle .overlay {
        min-height: 880px;
        padding: 18rem 2rem .42rem;
}
}

#mod-custom118 {
    background-position: center;
}
@media (prefers-reduced-motion:no-preference) {
    #mod-custom118 {
        background-position: center;
        -webkit-animation: kenburns-top 3s cubic-bezier(0.755, 0.050, 0.855, 0.060) reverse both;
	        animation: kenburns-top 3s cubic-bezier(0.755, 0.050, 0.855, 0.060) reverse both;
    }
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.container-top-b .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
}
.container-top-b .banner-overlay .overlay {
    padding: 0 5%;
    text-align: left;
    align-items: flex-start;
  	padding-top: clamp(2rem,8vw,5rem);
  	background-color: rgba(0,0,0,.7);
  	height: 100%;
}
.container-top-b>* {
    flex: 1;
    margin: 0;
}
.container-bottom-a {
  display: block;
  background: var(--ongo-dark);
  color: #ffffff;
}
.container-bottom-a .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
  	background-color: var(--ongo-bright);
}
.container-bottom-a .banner-overlay .overlay {
    padding: clamp(2rem,8vw,5rem);
    background-color: rgba(0,0,0,.5);
    height: 100%;
    padding-block: 8rem;
}
.container-bottom-a>* {
    margin: 0;
}
.header-overlay {
    color: #fff;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: bottom, 50%;
  	background-size: cover;
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 5rem 2rem 2.42rem;
    background-color: #0000007d;
    min-height: 450px;
}

/*logo*/
.container-header .navbar-brand a {
    color: #fff;
  	text-decoration: none;
  	font-size: 1.5rem;
}
@media (min-width: 768px) {
.container-header .navbar-brand {
      margin: 0;
      display: flex;
      width: 100%;
      justify-content: space-between;
}
}
.container-nav {
  	display: flex;
    padding: 1rem;
}
.leads {
    overflow: hidden;
    border-right: 0.15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}
.container-header .site-description {
    overflow: hidden;
    border-right: 0.15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent; }
}
 @media (max-width: 992px) {
   .container-search {
  display: none;
}
 }


.lead {
  padding: 0 .5rem;
  background-color:white;
  color:black;
  border-radius: .3rem;
}
.vertical {
    color: #919291;
    font-size: .9rem;
    line-height: .86;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: 'Work Sans';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.04em;
    position: absolute;
    left: -70px;
    margin: 30px;
    transform: rotate(180deg);
}
.vertical::before {
    content: "";
    position: absolute;
    top: -62px;
    left: calc(50% - (2px / 2));
    height: 50px;
    width: 2px;
    background-color: rgba(145,146,145,.3);
}
/*blog-items*/
@supports (animation-timeline: view()) {
			.boxed .blog-item {
				--index0: calc(var(--index) - 1); /* 0-based index */
				--reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
				--reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
			}

			@keyframes scale {
				to {
					transform:
						scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
				}
			}

			#blog-item {
				--numcards: 4;
				view-timeline-name: --cards-element-scrolls-in-body;
			}

			.boxed .blog-item .item-content {
				--start-range: calc(var(--index0) / var(--numcards) * 100%);
				--end-range: calc((var(--index)) / var(--numcards) * 100%);

				animation: linear scale forwards;
				animation-timeline: --cards-element-scrolls-in-body;
				animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
			}
		}
.blog-items {
  	 position: relative;
  	 min-height: 300px;
  	 padding: 1 rem;
}
.blog-item .item-image {
    margin: 0;
  	border-radius: 0.5rem;
  	background: var(--ongo-dark);
}
 @media (min-width: 992px) {
 .boxed .blog-item {
    border-radius: 1em;
    overflow: hidden;
    display: grid;
    grid-template-areas: "img text";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: stretch;
    outline: var(--outline-width) solid blue;
}
}

.boxed .blog-item .item-content {
    grid-area: text;
    width: 80%;
    place-self: center;
    text-align: left;
    display: grid;
    gap: 1em;
}
.page-header a {
    /* font-size: calc(1.025rem + .2vw); */
    font-weight: 500;
    text-decoration: none;
}
.item-title {
    padding: 0.3rem;
    position: relative;
    /* font-weight: 400; */
    transition: all 0.3s ease;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--cassiopeia-color-primary);
}
.text-muted {
    font-size: .8rem;
}

.image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 30%;
}

@media (min-width: 1024px) {
.flexmodule {
    display: flex;
    flex-direction: row;
}
.flexmodule h3 {
   max-width: 350px;
}
}
.container-bottom-b {
    background: var(--ongo-dark) url(/images/bg-02.jpg) no-repeat top left;
    opacity: .95;
    padding: 5rem;
    color: #fff;
  	margin-top: -2rem;
}

.newsflash-title {
    color: var(--website-color-1);
  	font-size: 1.2rem;
    font-weight: 500;
}

a {
    color: var(--ongo-primary);
    text-decoration: none!important;
}
.bottom-a a, .bottom-b a {
    color: #ffffff;
}
.logobanner {
    display: none;
    transform: translateX(250%);
    position: absolute;
    /* transform: none; */
    opacity: .8;
}
@media (min-width: 968px) {
.logobanner {
   display: block;
}}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/dancingscript.woff2') format('woff2');
}

.display-1 {
    z-index: 1;
  	line-height: 1.3;
    font-size: clamp(3.7rem,5vw,5.5rem)!important;
  	font-weight: 700;
    animation: fade-out linear;
    animation-timeline: view();
    animation-range: exit -200px;
}
@keyframes fade-out{
	to { opacity: 0;
	   transform: scale(0.5); filter: blur(50px);
}}
.display-1:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 1rem auto;
    content: "";
    background: var(--ongo-primary);
}
.display-1 span {
    font-weight: 100;
    z-index: 1;
    font-size: 1.5rem;
}
.display-3 {
  	animation: spFadeInUp 800ms ease-in;
}
.display-3::before {
   content: ""; 
   display: inline-block;
   position: relative;
   top: calc(-.1 * 1em);
   vertical-align: middle;
   height: calc(0.2px + 0.05em);
   margin-right: calc(5px + 0.2em);
   border-left: calc(1rem + 0.3em) solid var(--ongo-light);
}
.display-4 {
  	color: inherit;
    animation: fade-out linear;
    animation-timeline: view();
    animation-range: exit -200px;
}
.display-4:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 0.5rem auto;
    content: "";
    background: var(--ongo-light);
}
.display-4::before {
   content: ""; 
   display: inline-block;
   position: relative;
   margin-right: calc(1rem + 0.1em);
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-5 em {
  font-size: 2rem;
  color: #cfcfcf;
  position: relative;
  top: 20px;
  left: -20px;
  font-family: 'Dancing Script';
}
.display-5 strong {
       font-size: 60px;
       color: var(--ongo-light);
       position: relative;
       top: -10px;
       left: -7%;
}
.display-6 {
    font-size: calc(.875rem + .5vw)!important;
     font-family: 'Dancing Script';
}
.display-6:after {
	display: block;
	content: "";
	background-image: url(../images/hstars.png?1696747556);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 12px;
	height: 12px;
	width: 92px;
	margin-left: auto;
    margin-right: auto;
}
.mod-socials {
  display:flex;
}
.feed-item-description {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: inline-block;
}
.feed-item-description img {
  padding: 0;
  display: flex;
   max-width: 350px;
   float: left;
   margin:1rem;
}




/*call in Action*/

.callnow {
    display: none;
}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.callnow .icon-phone::before {
    content: "\f879";
    font-size: 12px;
    margin: 2px;
}

.whatsapp {
    position: fixed;
    bottom: 110px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    color: #fff;
}

.whatsapp:hover {
    box-shadow: 0 0 0 .25rem;
}

.whatsapp a {
    text-decoration: none;
    color: inherit;
}

pre {
    white-space: pre-wrap;
    color: var(--ongo-primary);
    font-size: 1.2rem;
    border-top: 2px dotted;
    line-height: 3.5rem;
}
pre::before {
    content: " ";
    border: 2px solid;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    margin-left: -1.7rem;
    border-radius: 1rem 1rem 0;
    background-color: var(--ongo-primary);
    transform: rotate(45deg);
    margin-top: 1rem;
    outline: 4px solid #ffffff;
    outline-offset: -8px;
}

/*tag*/
.btn-info {
    color: #8d8d8d;
    background-color: #ffffff;
    border-color: var(--ongo-primary);
    position: relative;
    text-shadow: none;
    background-image: none;
    padding: 0px 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease;
}
.btn-info:after    {
		position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 2px;
    content: '';
	background-color: #00a500;
}
/*mobile menu*/
.mmenu {
   display: flex;
   background: var(--ongo-primary);
   /*! bottom: -20em; */
   position: sticky;
  justify-content: space-around
}
.mm {
    position: sticky;
    background: var(--ongo-primary);
    font-size: .7rem;
    padding: 1em 0 0 .5em;
    list-style: none;
    text-align: center;
    margin: .1em;
  	top: -5rem;
}
.mm after {
    content: "";
    transition: 0.3s;
}
  .mm:hover {
    box-shadow: 0 -0 2em .1rem;
}
.display-2 {
	display: block;
	font-size: clamp(5rem,5vw,3.5rem);
  	font-weight: 700;
  	color: #ffffff!important;
	 opacity: .8;
    /* font-weight: 900; */
    /* word-break: break-all; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke: 2px rgb(82 82 82); */
}
.container-topbar {
  top: 0;
  z-index: 999;
  position: absolute;
}


/* custom colours */

.btn-primary {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    font-weight: 600;
    border-radius: 5px;
    background-origin: border-box;
    background-size: 200%;
    background-position-x: 100%;
    position: relative;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: var(--ongo-dark);
    border-color: var(--cassiopeia-color-hover);
}

.condensed {
    border-bottom: 1px solid #ffffff21;
    /*background: var(--ongo-light);*/
}
.primary {
  color: var(--ongo-primary)
}
/*menu*/
.metismenu.mod-menu .metismenu-item:hover > ul {
    display: block;
}
.metismenu.mod-menu .mm-toggler::after {
    width: 0;
    height: 0;
    margin: .3em .3em .3em .3em;
    content: "";
    box-sizing: border-box;
    height: .5em;
    width: .5em;
    border-style: solid;
    border-color: #cbcbcb;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}
.metismenu.mod-menu .mm-toggler[aria-expanded="true"]::after {
    -webkit-transform: rotateX(-135deg);
    transform: rotate(-135deg);
}
.metismenu.mod-menu .metismenu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  	margin-left: 1rem;
}
.metismenu.mod-menu .metismenu-item > ul {
    border-radius: 0.5rem;
}
.menu-btn {
  background: rgba(255,255,255,.2);
  border: 1px solid #fff;
  box-sizing: border-box;
  backdrop-filter: blur(1rem);
  font-size: 1rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  padding: .2rem 2rem;
}

.menu {
      background: lightseagreen;
      position: fixed;
      top: 0;
      width: 100%;
      display: block;
      transition: top 0.8s;
}

.menu {
      float: left;
      display: block;
      color: #fff;
      font-weight: 300;
      text-decoration: none;
      margin: 2em 3em;
      font-size: 16px;
}
.navbars {
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.navbars a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

.navbars a:hover {
  background-color: #ddd;
  color: black;
}
/*badge*/
.badge-module {
  text-align: center; }
  .badge-module .badge {
    position: absolute;
    top: 10px;
    right: 10px; }


.container-header {
    position: fixed!important;
    z-index: 10;
    /*background-color: #0617371c;
    background-image: none;
    ! box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0); 
  	padding-top: 2.5rem;*/
    width: 100%;
  	border-bottom: 1px solid #ffffff21;
  	background: var(--ongo-dark);
  	box-shadow: 0 5px 4px rgba(39,39,39,.2);
}


.blog-item .card {
    overflow: hidden;
    padding: 15px;
    background-color: #FFF;
    border-radius: 30px;
}
.blog-item .card:hover {
  transition: all .35s;
  transform: translate3d(0, -5px, 0);
}

.card_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.card_body {
    padding: 10px 10px 16px 10px;
}

.card_title {
    font-weight: 900;
    font-size: 25px;
}



.card .readmore {
    border-radius: 15px;
    transition: all .3s ease-in-out;
}

.readmore:hover {
    box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.15);
}


.ContactNumber {
    margin-left: .8rem;
  	position: relative;
    }

.Emailid {
  	margin-left: 1rem;
  	position: relative;
  	font-weight: 300;
    }
@media (max-width: 768px) {
  .Emailid {
    display: none;
  }
  
}





  
/* Manali Tours Custom */
  /* mobile menu */

  .navbar-collapse {
    position: fixed;
    bottom: 7px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 70%;
    background: var(--ongo-primary);
    height: 100vh;
    overflow: auto;
  }
  .navbar-collapse.collapsing {
    height: 100vh;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: 100%;
  }
  .navbar-collapse.show {
    left: 30%;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }

 .navbar-toggler {
    /* position: fixed; */
    /* bottom: 25px; */
    /* z-index: 9999; */
    /* display: block; */
    /* width: 40px; */
    /* height: 40px; */
    /* background: var(--ongo-primary); */
    border: 4px solid !important;
    /* border-radius: 40px; */
    right: 5px;
    color: var(--ongo-light) !important;
    /* font-size: 1rem; */
    /* padding: .2rem .5rem; */
  }
  
  .toggler-burger .navbar-toggler-icon::before {
    font: normal normal normal 30px/1 "Font Awesome 5 Free";
    color: var(--toggle-color);
    content: "\f00d";
  }

  .toggler-burger.collapsed .navbar-toggler-icon::before {
    content: "\f0c9";
  }
  .container-topbar {
    position: fixed;
    bottom: -1rem;
    top: auto;
    width: 100%;
    z-index: 999;
    padding: 0;
}
@media (max-width: 768px) {
  .footer .mod-menu {
    position: relative;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 1rem;
}
}

.container-top-a {
    z-index: 9;
    /* display: block; */
    background: var(--ongo-dark) url(/images/grid.png) no-repeat top left;
    color: #ffffff;
  	filter: drop-shadow(0px 5px 5px #EDBA28);
}
.container-top-a .banner-overlay .overlay {
    min-height: 380px;
    padding: 3rem 2rem .42rem;
    background-color: #00000050;
}
.container-top-b {
    padding-block: 5rem;
}
@media (width <= 991.98px) {
	.container-top-b {
    flex-direction: row;
}
}
.callnow {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid #ffffff;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    display: block !important;
}

  .ContactNumber {
    display: none;
}
.whatsapp a, .callnow a {
    color: #ffffff!important;
}
.container-below-top {
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    justify-content: flex-end;
    display: grid;
    justify-content: end;
    grid-template-columns: auto auto;
    background: var(--ongo-dark);
}


/* image hover*/
figure {
    overflow: hidden;
  	border-radius: 0.5rem 0.5rem 0;
 	position: relative;
} 
figure img {
    transform: translateY(-10px);
    transition: all .3s ease-in;
  	width: 100%;
    object-fit: cover;
  	min-height: 180px;
  	height: 100%;
}


/*animation*/
@keyframes spFadeInUp {
  0%{opacity:0;transform:translateY(20px)}
  100%{opacity:1;transform:translateY(0)}
  }
/*Scroll-down*/
.scroll-down {
    bottom: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 8;
  	/*margin-top: 5rem;*/
}
.scroll-down-arrow {
    text-shadow: 0 0 20px #343228;
    color: #fff;
	color: rgba(255,255,255,.8);
    display: inline-block;
    padding: 0 30px 65px;
}
.scroll-down-arrow:hover,
.scroll-down-arrow:focus {
	color: #fff;
}
.scroll-down-arrow:before {
	font-family: FontAwesome;
    speak: none;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -18px;
}
.scroll-down-arrow:before {
    content: '';
    font-size: 58px;
    /*margin: 0.3em 0.3em 0.3em 0.3em;*/
    content: "";
    box-sizing: border-box;
    height: 0.5em;
    width: 0.5em;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
  	outline: #c5c2c2 solid;
    outline-offset: -10px;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 
.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}





/*=====================================
            BTMBAR PART STYLE
======================================*/
.btmbar-part {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.btmbar-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btmbar-widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 22px;
  border-radius: 8px;
}

.btmbar-widget li a:hover {
  background: #f5f5f5;
}

.btmbar-widget li a:hover i {
  color: var(--main-theme-color);
}

.btmbar-widget li a:hover span {
  color: var(--main-theme-color);
}

.btmbar-widget li a i {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.btmbar-active {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  color: var(--main-theme-color);
}

.btmbar-widget li a span {
  color: #555;
  font-size: 11px;
  line-height: 18px;
}

/*=====================================
     BTMBAR PART RESPONSIVE STYLE
======================================*/
.scroll-downs .btmbar-part {
		transform: translate3d(0, 100%, 0);
	}


.scroll-ups .btmbar-part {
		filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));
	}
@media (max-width: 764px) {
  .btmbar-part {
    display: block;
  }
}
/*Flaticon*/
@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.woff2') format('woff2');
}
.fimanager:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
}

.fi-occupied:before { content: "\f100"; }
.fi-double-bed:before { content: "\f101"; }
.fi-breakfast:before { content: "\f102"; }
.fi-coffee-pot:before { content: "\f103"; }
.fi-luggage:before { content: "\f104"; }
.fi-hotel-bell:before { content: "\f105"; }
.fi-free-wifi:before { content: "\f106"; }
.fi-toothbrush:before { content: "\f107"; }
.fi-fire-extinguisher:before { content: "\f108"; }
.fi-taxi:before { content: "\f109"; }
.fi-tv-screen:before { content: "\f10a"; }
.fi-shower:before { content: "\f10b"; }
.fi-no-smoking:before { content: "\f10c"; }
.fi-dumbbell:before { content: "\f10d"; }
.fi-map:before { content: "\f10e"; }
.fi-cctv-camera:before { content: "\f10f"; }
.fi-tea-mug:before { content: "\f110"; }
.fi-spa:before { content: "\f111"; }
.fi-hair-dryer:before { content: "\f112"; }
.fi-clothes-hanger:before { content: "\f113"; }
.fi-airplane:before { content: "\f114"; }
.fi-restaurant:before { content: "\f115"; }
.fi-slippers:before { content: "\f116"; }
.fi-room-key:before { content: "\f117"; }
.fi-toilet:before { content: "\f118"; }
.fi-washing-machine:before { content: "\f119"; }
.fi-hotel:before { content: "\f11a"; }
.fi-passport:before { content: "\f11b"; }
.fi-review:before { content: "\f11c"; }
.fi-room-key:before { content: "\f11d"; }
.fi-hotel-sign:before { content: "\f11e"; }
.fi-money-exchange:before { content: "\f11f"; }
.fi-do-not-disturb:before { content: "\f120"; }
.fi-champagne:before { content: "\f121"; }
.fi-online-booking:before { content: "\f122"; }
.fi-online-booking:before { content: "\f123"; }
.fi-towel:before { content: "\f124"; }
.fi-receptionist:before { content: "\f125"; }
.fi-sofa:before { content: "\f126"; }
.fi-bathrobe:before { content: "\f127"; }
.fi-barbershop-pole:before { content: "\f128"; }
.fi-credit-card:before { content: "\f129"; }
.fi-car-parking:before { content: "\f12a"; }
.fi-champagne:before { content: "\f12b"; }
.fi-bathtub:before { content: "\f12c"; }
.fi-food-tray:before { content: "\f12d"; }
.fi-bell-boy:before { content: "\f12e"; }
.fi-charging:before { content: "\f12f"; }
.fi-availability:before { content: "\f130"; }
.fi-luggage-cart:before { content: "\f131"; }


[class^="fi-"]:before, [class*=" fi-"]:before, [class^="fi-"]:after, [class*=" fi-"]:after {
  font-family: Flaticon;
  font-size: 2.5rem;;
  font-style: normal;
}
.paci-icon {
    margin-right: 1.6rem;
  	color: var(--ongo-light);
}
ul {
    list-style: none;
    /* margin: 0; */
    /* padding: 0; */
}
ul li {
    display: flex;
    align-items: center;
}
.row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
}
@media (max-width: 492px) {
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 100%;
}
  }

/*top Stick*/
.topstick {
  	position: sticky;
    top: 100px;
    left: 0;
    margin-bottom: 30px;
    box-shadow: 0px 4px 40px rgb(43 89 255 / 8%);
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}

/*Event*/
.calendar-list {
  width: 60px;
  height: 60px;
  border: 3px solid #216e69;
  border-top: 20px solid #216e69;
  position: relative;
  /*margin: 50px auto;*/
  font-family: sans-serif;
  text-align: center;
}
.calendar-list:before,
.calendar-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.calendar-list:after {
  bottom: -5px;
  right: -5px;
  border-width: 0 0 19px 19px;
  border-color: transparent transparent #fff transparent;
}
.calendar-list:before {
  bottom: -3px;
  right: -3px;
  border-width: 15px 15px 0 0;
  border-color: #216e69 transparent transparent transparent;
}
.month-list {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
}
.day-list{
  display: block;
  margin: 5px 0 0;
  font-size: 20px;
  color: #216e69;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
/*Upcoming*/
.row-striped:nth-of-type(odd){
  background-color: #efefef;
  border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}








.about-two__single {
  position: relative;
  max-width: 680px;
  margin: 0 auto 60px;
}



.about-two__image {
  position: relative;
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .about-two__image {
    padding-left: 30px;
  }
}




.about-two__image .content-inner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.content-inner {
	overflow:hidden;
}

.about-two__image-second {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 170px;
  max-width: 40%;
}

.about-two__image-second .content-inner {
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 10px 0 30px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 0 30px 0px rgba(0, 0, 0, 0.18);
  background: var(--ongo-dark);
  padding: 1rem;
}


.about-two__image-second:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-two__box-content {
  position: absolute;
  bottom: -30px;
  right: 0px;
  background: var(--ongo-primary);
  padding: 12px;
  -webkit-box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 280px;
}



.about-two__box-content-inner {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  border: 2px solid var(--ongo-light);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.about-two__title {
  font-size: 60px;
  color: var(--ongo-light);
  margin-right: 10px;
  font-weight: 700;
}
img {
    transition: .3s;
}
