:root {

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

	--website-color-1: #034845; /*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: #034845;
    --ongo-light: #FBFBF3;
    --ongo-bright: #4b6777;
    --ongo-highlight: #b53139;
	--ongo-primary: #5cc6d6;
}
@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/dancingscript.woff2') format('woff2');
}
.uk-scope .uk-card-secondary {
    background-color: var(--ongo-dark)!important;
}
.uk-scope .uk-card {
  padding: 1.5rem;
  border-radius: .75rem!important;
  }
.uk-scope .uk-margin-remove-top, .uk-scope .uk-card-primary>:not([class*=uk-card-media]) {
    margin-top: 0 !important;
    color: #2f2e2e !important;
}
.uk-scope .uk-card-primary {
    --uk-inverse: light;
    background-color: #ffffff!important;
    color: #fff;
	border: solid 2px var(--ongo-dark)!important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.uk-scope .uk-card-primary:hover, .uk-card-secondary:hover, .uk-card-default:hover {
    transform: translate(0px, -5px);
	 transition: all 0.3s ease-in-out;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
.head {
	position: sticky;
	top: 6rem;
	margin-right: 7%;
    margin-bottom: 4rem;
}
hr {
    margin: 2.5rem 5rem;
}
@keyframes adjust-info {
			to {
				grid-template-columns:1fr;
				gap: 1rem;
				height: 4.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: 5rem;
		}

		

		
		.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;
}
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;
}
}
  }
.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 {
  	background-color: transparent;
    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);
}

/* .footer an */



.footer {
  	margin-top: 0;
  	/*background: radial-gradient(black 15%,transparent 16%),radial-gradient(black 15%,transparent 16%) 8px 8px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 0 1px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 8px 9px;
  	background-size: 8px 8px;*/
  	background-color: black;
  	background: var(--ongo-dark);
}
.footer .grid-child {
    align-items: flex-start;
}
.footer .no-card {
    padding: 0 1rem;
}

.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;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/plusjakartasans.woff2') format('woff2');
}
h1, h2, h3, h5 {
	margin-bottom: 20px;
	font-family: 'Plus Jakarta Sans';
}

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 */
}
.container-header .mod-menu {
    color: #ffffffb9;
}
@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;
}




.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*/
.home .container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 100vh;
    /* overflow: hidden; */
}
.home .container-banner .banner-overlay .overlay {
    min-height: 880px;
    padding: 12rem 2rem .42rem;
  	background-color: transparent;
    justify-content: flex-start;
    align-items: flex-start;
}
.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 70vh;
    /* overflow: hidden; */
}
.container-banner .banner-overlay .overlay {
    min-height: 880px;
    padding: 12rem 2rem .42rem;
  	background-color: transparent;
    justify-content: flex-start;
}
@media (max-width: 991px) {
.container-banner .banner-overlay .overlay {
        min-height: 880px;
}
}
.container-banner .banner-overlay  .overlay:before {
     content: "";
     display: block;
     position: absolute;
     left: 0;
     right: 0;
     height: 100%;
     background-repeat: repeat-x;
     bottom: 0;
     animation: banner-fade linear;
     animation-timeline: view();
     animation-range: exit 10px;
     background: var(--ongo-dark);
     opacity: .2;
}
@keyframes banner-fade {
	25% { opacity: 0.5; }
	85%, 100% { opacity: 1;
			   
		
	}
}

/*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-light);
  color: #ffffff;
  padding-top: 5rem;
}
.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-image: url(/images/woodstone.png);
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding: 5rem 2rem 2.42rem;
    background-color: #0000007d;
    min-height: 400px;
}

/*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;
}
.lead {
    padding: 0 .5rem;
    background-color: white;
    color: black;
    border-radius: .3rem;
    z-index: 1;
}
.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);
}
 .boxed .blog-item {
    border-radius: 1em;
    overflow: hidden;
    
    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;
}

.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;
}}


.display-1 {
    z-index: 1;
    font-size: clamp(2.7rem,5vw,5.5rem)!important;
  	font-weight: 500;
    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: 40%;
    height: 4px;
    margin: .5rem;
    content: "";
    background: var(--ongo-primary);
}
.display-1 span {
    font-weight: 100;
    z-index: 1;
    font-size: 1.5rem;
}
.display-1:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0px;
    transform: translate(0px, -50px);
    border-top: 3px solid var(--ongo-dark);
    border-left: 3px solid var(--ongo-dark);
    transition: all 0.3s ease-in-out;
}
.display-1:before {
    border-color: var(--ongo-dark);
    transform: translate(0px, -40px);
}
.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;
}
.container-bottom-b .display-4 {
  color: #ffffff!important;
  }
.display-4::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-10px, -10px);
    border-top: 3px solid var(--ongo-light);
    border-left: 3px solid var(--ongo-light);
    transition: all 0.3s ease-in-out;
}
.display-4:hover::before {
    transform: translate(-20px, -20px);
}

.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';
      z-index: 1;
}
.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, .whatsapp {
    position: fixed;
    z-index: 9999;
    display: block;
    background: var(--ongo-dark);
    right: 5px;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    border-width: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.callnow {
    bottom: 90px;
}
.whatsapp {
    bottom: 20px;
}
.ContactNumber {
    display: none;
}
.whatsapp a, .callnow a {
    color: #ffffff!important;
    line-height: 60px;
    font-size: 2.5rem;
    margin-top: -0px;
}
.callnow:hover,.whatsapp:hover {
    box-shadow: 0 0 .3rem .1rem;
}
.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(8rem,5vw,3.5rem);
  	font-weight: 700;
	 /* opacity: .2; */
    /* 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: .5rem;
    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);
  	border-bottom: 1px solid #ffffff80;
  	padding-top: 2.5rem;*/
    width: 100%;
  	background: #0000000f;
}





.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;
    /* 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 svg {
    transform: rotateX(180deg) translateX(-50%);
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    fill: #ffffff;
    top: 1rem;
}
.container-top-a {
    z-index: 9;
    /* display: block; */
    padding-block: 5rem;
    background: var(--ongo-light) url(/images/grid.png) no-repeat top left;
    opacity: .95;
    color: #ffffff;
    padding: 2rem;
}
.container-top-b {
    padding-block: 5rem;
}
@media (width <= 991.98px) {
	.container-top-b {
    flex-direction: row;
}
}

.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;
}


/* 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;
  }
}


@font-face {
  font-family: "flaticon";
  src: url("../font/flaticon.eot");
  src: url("../font/flaticon.eot?#iefix") format("embedded-opentype"),
       url("../font/flaticon.woff2") format("woff2"),
       url("../font/flaticon.woff") format("woff"),
       url("../font/flaticon.ttf") format("truetype"),
       url("../font/flaticon.svg#flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: flaticon;
  font-style: normal;
}
[class^="flaticon-"], [class*=" flaticon-"]{
  line-height: 1;
  display: inline-block;
  font-size: 3.5rem;
  color: var(--ongo-primary);
}
.elementor-icons-manager__tab__item__icon.fi{font-size: 40px;}
.flaticon-selection:before {
    content: "\f101";
}
.flaticon-delete:before {
    content: "\f102";
}
.flaticon-magnifying-glass:before {
    content: "\f103";
}
.flaticon-heart:before {
    content: "\f104";
}
.flaticon-clipboard:before {
    content: "\f105";
}
.flaticon-quote:before {
    content: "\f106";
}
.flaticon-focus:before {
    content: "\f107";
}
.flaticon-left-arrow-1:before {
    content: "\f108";
}
.flaticon-right-arrow-1:before {
    content: "\f109";
}
.flaticon-checked:before {
    content: "\f10a";
}
.flaticon-check:before {
    content: "\f10b";
}
.flaticon-comment:before {
    content: "\f10c";
}
.flaticon-message:before {
    content: "\f10d";
}
.flaticon-star:before {
    content: "\f10e";
}
.flaticon-phone:before {
    content: "\f10f";
}
.flaticon-email:before {
    content: "\f110";
}
.flaticon-plus:before {
    content: "\f111";
}
.flaticon-phone-call:before {
    content: "\f112";
}
.flaticon-support:before {
    content: "\f113";
}
.flaticon-generous:before {
    content: "\f114";
}
.flaticon-fundraiser:before {
    content: "\f115";
}
.flaticon-message-1:before {
    content: "\f116";
}
.flaticon-shopping-cart:before {
    content: "\f117";
}
.flaticon-chat:before {
    content: "\f118";
}
.flaticon-address:before {
    content: "\f119";
}
.flaticon-charity:before {
    content: "\f11a";
}
.flaticon-water:before {
    content: "\f11b";
}
.flaticon-health-check:before {
    content: "\f11c";
}
.flaticon-heart-1:before {
    content: "\f11d";
}
.flaticon-fast-food:before {
    content: "\f11e";
}
.flaticon-maternity:before {
    content: "\f11f";
}
.flaticon-handshake:before {
    content: "\f120";
}
.flaticon-adoption:before {
    content: "\f121";
}
.flaticon-place:before {
    content: "\f122";
}
.flaticon-phone-call-1:before {
    content: "\f123";
}
.flaticon-at:before {
    content: "\f124";
}
.flaticon-avatar:before {
    content: "\f125";
}
.flaticon-user:before {
    content: "\f126";
}
.flaticon-clock:before {
    content: "\f127";
}
.flaticon-user-1:before {
    content: "\f128";
}
.flaticon-plane:before {
    content: "\f129";
}
.flaticon-cashback:before {
    content: "\f12a";
}
.flaticon-online-booking:before {
    content: "\f12b";
}
.flaticon-travel:before {
    content: "\f12c";
}
.flaticon-landscape:before {
    content: "\f12d";
}
.flaticon-airplane:before {
    content: "\f12e";
}
.flaticon-recovery:before {
    content: "\f12f";
}
.flaticon-leadership:before {
    content: "\f130";
}
.flaticon-coronavirus:before {
    content: "\f131";
}
.flaticon-travel-1:before {
    content: "\f132";
}
.flaticon-car:before {
    content: "\f133";
}
.flaticon-travel-2:before {
    content: "\f134";
}
.flaticon-passport:before {
    content: "\f135";
}
.flaticon-travel-3:before {
    content: "\f136";
}
.flaticon-location:before {
    content: "\f137";
}
.flaticon-worlwide:before {
    content: "\f138";
}
.flaticon-travel-4:before {
    content: "\f139";
}
.flaticon-deer:before {
    content: "\f13a";
}
.flaticon-paragliding:before {
    content: "\f13b";
}
.flaticon-mountains:before {
    content: "\f13c";
}
.flaticon-mountain:before {
    content: "\f13d";
}
.flaticon-flag:before {
    content: "\f13e";
}
.flaticon-hang-gliding:before {
    content: "\f13f";
}
.flaticon-summer-holidays:before {
    content: "\f140";
}
.flaticon-summer:before {
    content: "\f141";
}
.flaticon-reisekarte:before {
    content: "\f142";
}
.flaticon-wegweiser:before {
    content: "\f143";
}
.flaticon-lager:before {
    content: "\f144";
}
.flaticon-family:before {
    content: "\f145";
}
.flaticon-family-room:before {
    content: "\f146";
}
.flaticon-calendar:before {
    content: "\f147";
}
.flaticon-clock-1:before {
    content: "\f148";
}
.flaticon-time:before {
    content: "\f149";
}
.flaticon-wifi:before {
    content: "\f14a";
}
.flaticon-paw:before {
    content: "\f14b";
}
.flaticon-parking-sign:before {
    content: "\f14c";
}
.flaticon-elevator:before {
    content: "\f14d";
}
.flaticon-global:before {
    content: "\f14e";
}
.flaticon-global-1:before {
    content: "\f14f";
}
.flaticon-coupon:before {
    content: "\f150";
}
.flaticon-suitcase:before {
    content: "\f151";
}
.flaticon-shopping-bags:before {
    content: "\f152";
}
.flaticon-food:before {
    content: "\f153";
}
.flaticon-plane-1:before {
    content: "\f154";
}
.flaticon-purse-with-bill:before {
    content: "\f155";
}
.flaticon-credit-card:before {
    content: "\f156";
}
.flaticon-multiple-users-silhouette:before {
    content: "\f157";
}
.flaticon-player:before {
    content: "\f158";
}
.flaticon-table:before {
    content: "\f159";
}
.flaticon-reception:before {
    content: "\f15a";
}
.flaticon-cctv:before {
    content: "\f15b";
}
.flaticon-wheelchair:before {
    content: "\f15c";
}
.flaticon-towel:before {
    content: "\f15d";
}
.flaticon-shampoo:before {
    content: "\f15e";
}
.flaticon-hotel-sign:before {
    content: "\f15f";
}
.flaticon-room-service:before {
    content: "\f160";
}
.flaticon-jacuzzi:before {
    content: "\f161";
}
.flaticon-single-bed:before {
    content: "\f162";
}
.flaticon-review:before {
    content: "\f163";
}
.flaticon-bathroom:before {
    content: "\f164";
}
.flaticon-room-key:before {
    content: "\f165";
}
.flaticon-swimmer:before {
    content: "\f166";
}
.flaticon-terrace:before {
    content: "\f167";
}
.flaticon-receptionist:before {
    content: "\f168";
}
.flaticon-laundry:before {
    content: "\f169";
}
.flaticon-translate:before {
    content: "\f16a";
}
.flaticon-newspaper:before {
    content: "\f16b";
}

@font-face {
    font-family: "icons_gowilds";
    src: url("../fonts/gwflaticon.ttf") format("truetype"),
  url("../font/gwflaticon.woff") format("woff"),
  url("../font/gwflaticon.woff2") format("woff2"),
  url("../font/gwflaticon.eot") format("embedded-opentype"),
  url("../font/gwflaticon.svg") format("svg");
}

i[class^="gwflaticon-"]:before, i[class*=" gwflaticon-"]:before {
    font-family: icons_gowilds !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gwflaticon-helmet:before {
    content: "\f101";
}
.gwflaticon-best-price:before {
    content: "\f102";
}
.gwflaticon-travel:before {
    content: "\f103";
}
.gwflaticon-right-quote:before {
    content: "\f104";
}
.gwflaticon-flight:before {
    content: "\f105";
}
.gwflaticon-camp:before {
    content: "\f106";
}
.gwflaticon-blanket:before {
    content: "\f107";
}
.gwflaticon-cat:before {
    content: "\f108";
}
.gwflaticon-tent:before {
    content: "\f109";
}
.gwflaticon-fire:before {
    content: "\f10a";
}
.gwflaticon-rabbit:before {
    content: "\f10b";
}
.gwflaticon-wifi-router:before {
    content: "\f10c";
}
.gwflaticon-solar-energy:before {
    content: "\f10d";
}
.gwflaticon-cycling:before {
    content: "\f10e";
}
.gwflaticon-fishing:before {
    content: "\f10f";
}
.gwflaticon-gym:before {
    content: "\f110";
}
.gwflaticon-hiking:before {
    content: "\f111";
}
.gwflaticon-tent-1:before {
    content: "\f112";
}
.gwflaticon-reviews:before {
    content: "\f113";
}
.gwflaticon-award:before {
    content: "\f114";
}
.gwflaticon-quote:before {
    content: "\f115";
}
.gwflaticon-camping:before {
    content: "\f116";
}
.gwflaticon-cable-car:before {
    content: "\f117";
}
.gwflaticon-trailer:before {
    content: "\f118";
}
.gwflaticon-firewood:before {
    content: "\f119";
}
.gwflaticon-biking-mountain:before {
    content: "\f11a";
}
.gwflaticon-fishing-1:before {
    content: "\f11b";
}
.gwflaticon-fishing-2:before {
    content: "\f11c";
}
.gwflaticon-caravan:before {
    content: "\f11d";
}
.gwflaticon-world:before {
    content: "\f11e";
}
.gwflaticon-journey:before {
    content: "\f11f";
}


/*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);
}


.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);
  padding: 20px 40px;
  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;
}
