/* Schrift aus Google importieren - Gehe auf fonts.google.com, wÃƒÂ¤hle eine Schrift aus und suche dort den Import Befehl */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&amp;display=swap');

/* GrundsÃƒÂ¤tzliche Template Farben und Einstellungen */
h1, h2, h3, h5 {
    margin-bottom: 20px;
    font-family: Cinzel;
}
/*mytest*/
main h1 {
	animation: spFadeInUp; /* 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: spFadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
strong {
    font-weight: bolder;
    color: var(--ongo-highlight);
}
.topbar {
    background: var(--ongo-light);
    width: 100%;
    position: absolute;
    height: 2.5rem;
    top: 0;
}
.container-bottom-a {
    grid-column: full-start/full-end;
    margin-bottom: -0.5rem;
}
.container-banner {
    background: linear-gradient( 
180deg , var(--ongo-primary) 0%, var(--ongo-dark) 100%);
}
.breadcrumb {
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 70%);
}
.container-header .navbar-brand img {
    width: 10rem;
    min-width: 8rem;
    background: white;
}
blockquote {
    line-height: 1.7em;
    padding-left: 1.2em;
    border-left: 1.7em solid var(--ongo-highlight);
    letter-spacing: 0.1px;
    position: relative;
    max-width: 90ch;
}
.container-banner .banner-overlay .overlay .text-thin:after {
    background: var(--ongo-light);
}
.container-header .metismenu>li.active>a:after, .container-header .metismenu>li>a:hover:after, .container-header .metismenu>li>button:hover:before {
    background: var(--ongo-light);
}
.container-header .metismenu>li>a:after, .container-header .metismenu>li>button:before {
    opacity: .8;
}
a {
    color: var(--ongo-light);
}
a:hover {
  color:var(--ongo-highlight);
}
.fix {
   grid-column: full-start/full-end;
    display: block;
    padding-top: 5rem;
    color: white;
    background-image: url(/images/banner_t.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: .8;
}
.left.item-image {
    float: left;
    max-width: 500px;
    margin: 2rem;
}
.copyright {
    font-size: .7rem;
    color: #ffffff80;
}
.waitload{
    transform: none !important;
}
.slide{
  display:none;
  position:absolute;
  transform: none;
  opacity: .8;
}
@media (min-width: 992px) {
  .slide{
    display: block;
    transform: translateX(100%);
}
}
/*gallery*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
  margin: .5rem;
}
.gallery img:hover {
  opacity: .7;
   transform: scale(1.1);
}
.galleries {
    width: 30%;
    margin: .5rem;
}
/*gallery end*/
.mod-articlesnews-horizontal {
    display: flex!important;
}
.no-card .newsflash-horiz li {
    border: none;
}
.container-bottom-b {
    color: #ffffffcc;
    grid-column: full-start/full-end;
    padding: 2rem;
  	padding-top: 5rem;
    opacity: .95;
  	background: var(--ongo-dark) url(/images/circles.png) no-repeat top left;
  	opacity: .95;
}
.text-muted {
    color: #c3c3c3bf!important;
    display: flex;
    font-size: .7rem;
}
.display-1 {
    z-index: 1;
  	font-size: clamp(2.5rem,7vw,5rem);
}
.display-1:after {
    display: block;
    width: 40%;
    height: 8px;
    margin: .5rem;
    content: "";
    background: var(--ongo-highlight);
    margin: 1rem auto 2rem;
}
.display-3 {
  	animation-delay: .5s;
    font-size: clamp(1.5rem,5vw,2rem);
    line-height: 1.2;
    letter-spacing: .2rem;
}
.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
        text-transform: uppercase;
}
.archivement-box {
    align-items: center;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.archivement-box > * {
  width: 100%;
}
.archivement-box h2, .archivement-box h3 {
  color: #1c2b5d;
}
.archivement-box .archivement-list {
  list-style: none;
  padding: 0;
  display: flex;
  max-width: 51.25rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
.archivement-box .archivement-list li {
  background-color: #ffffff;
  box-shadow: 0px 0.5rem 5rem 0.5rem rgba(0, 0, 0, 0.25);
  color: #6c757d;
  border-radius: 50%;
  min-width: 12.5rem;
  max-width: 12.5rem;
  padding-bottom: 12.5rem;
  height: 0;
  margin: 0 0.5rem 1rem;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .archivement-box .archivement-list li {
    min-width: 16rem;
    max-width: 16rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 992px) {
  .archivement-box .archivement-list li {
    min-width: 25%;
    max-width: 25%;
    padding-bottom: 25%;
  }
}
.archivement-box .archivement-list li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.archivement-box .archivement-list li > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.archivement-box .archivement-list li > div > div {
  min-width: 100%;
  padding: 0 1rem;
}

.features-list {
  padding: 0;
  display: flex;
  margin: 2rem auto 5rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.features-list > div {
  flex: 1 1 auto;
  border: 0.5rem #ffffff solid;
  margin: 0 0 2rem;
  padding: 1rem;
  box-shadow: 0px 0.5rem 2rem 0.5rem rgba(0, 0, 0, 0.25);
  min-width: 90%;
  max-width: 90%;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start; */
  backdrop-filter: blur(24px);
}
@media (min-width: 768px) {
  .features-list > div {
    min-width: calc(45% - 1rem);
    max-width: calc(45% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .features-list > div {
    min-width: min(calc(33% - 1rem), 22rem);
    max-width: min(calc(33% - 1rem), 22rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.features-list > div > :last-child {
  align-self: end;
}
.features-list .newsflash-image {
  min-width: 100%;
}
.features-list .newsflash-image img {
    max-width: 15rem;
    border-radius: 50%;
}
.features-list .newsflash-title {
  display: inline-block;
  margin-bottom: 2rem;
  /* font-size: 1.5rem; */
}
.features-list .newsflash-title:after {
  content: "";
  height: 0.25rem;
  background-color: var(--ongo-light);
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}

.container-top-b {
    grid-column: full-start/full-end;
    background: var(--ongo-bright);
}
/*call in Action*/
.callnow {
    display: none;}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp {
    position: fixed;
    bottom: 40px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-dark);
    border: 4px solid #fff !important;
    border-radius: 40px;
    right: 100px;
    font-size: 1.1rem;
    padding: .2rem .5rem;
}
  .whatsapp:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp a {
    text-decoration: none;
}
pre {
    white-space: pre-wrap;
    color: var(--ongo-primary);
    font-size: 1.2rem;
}
pre::before {
    content: "⇒ ";
}
.back-to-top-link {
  	bottom: 5.5em;
}
/*tag*/
.btn-info {
    color: #fff;
    background-color: var(--ongo-primary);
    border-color: var(--ongo-primary);
  	padding: 0 .5rem;
}
/*mobile menu*/
.mmenu {
  	 display: flex;
  	 position: sticky;
  	justify-content: space-around;
    backdrop-filter: blur(24px);
  	background: var(--ongo-light);
  	color: #505050;;
}
.mm {
    position: sticky;
    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: 1rem;
	opacity: .5;
	font-weight: 900;
  	word-break: break-all;
}

.container-topbar {
  top: 0;
  z-index: 999;
  position: fixed;
}
.container-component {
    padding: 1rem;
  	z-index: 1;
}
.card {
    border: none;
    border-radius: none;
  	background-color: transparent;
}
body {
  color: #646464cc; 
}
/* custom colours */
:root {
  --ongo-dark: #051625;
  --ongo-light: #e9c67b;
  --ongo-bright: #e2e9ee;
  --ongo-highlight: #fb9637;
  --ongo-primary: #4cb69f;
}
.btn-primary {
    background-color: transparent;
    border-color: var(--ongo-light);
  	color: var(--ongo-light);
}
.btn-primary:hover {color:#fff;background-color:var(--ongo-light);}
.btn-secondary {
    background-color: var(--ongo-light);
    border-color: var(--ongo-light);
}
.btn-secondary {
    background-color: transparent;
    border-color: var(--ongo-light);
}
.btn-secondary:focus, .btn-secondary:hover {
    background-color: #ffffffdb;
}
.footer {
	background-image: none;
  	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: var(--ongo-dark);
}
/* custom background colours */
.bg-dark {
  background: var(--ongo-dark);
}
.bg-light {
  background: var(--ongo-light);
}
.bg-primary {
  background: var(--ongo-primary);
}
.bg-bright {
  background: var(--ongo-bright);
}
.bg-highlight {
  background: var(--ongo-highlight);
}
.white {
  background-color: #fff;
}
.lightblue {
  background-color: var(--ongo-light);
  color: white;
}
.blue {
  background-color: var(--ongo-primary);
  color: white;
}
.yellow {
  background-color: var(--ongo-highlight);
  color: white;
}
.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: white;
    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;
  	font-size: .95rem;
}
.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-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    margin-bottom: -5rem;
  	height: 80vh;
	animation: banner-parallex linear;
 	animation-timeline: view();
 	animation-range: exit 100px;
}
@keyframes banner-parallex {
	25% { opacity: 1; }
	85%, 100% { opacity: 0;
			   filter: blur(50px);
		
	}
}
.container-banner .banner-overlay .overlay {
    padding: 5%;
    text-align: left;
  	align-items: flex-start;
  	background-color: rgba(0,0,0,.2);
}
.title-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 100%;
}
.title-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 5rem 1rem;
    background-color: rgba(0,0,0,.5);
}
.parallex-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
}
.parallex-overlay .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1em;
    background-color: rgba(0,0,0,.5);
}
.container-header {
    position: relative;
    z-index: 10;
    background-image: none;
    padding-top: 2.45rem;
    display: flex;
    flex-direction: row;
  	background: var(--ongo-dark);
  	opacity: .85;
}
@media (min-width: 1200px){
.container-header {
    backdrop-filter: blur(24px);
}}
.wrap
{
  margin:50px auto 0 auto;
  width:100%;
  display:flex;
  align-items:space-around;
  max-width:1200px;
}
.tile {
  width: auto;
  height:380px;
  background-color: var(--ongo-primary);
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
  border-radius: .5rem;
  /*! font-family:'Roboto'; */
  
}
.tile img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
  outline-offset: -.7rem;
  outline: #ffffff solid 1px;
}
.tile .text
{
    position: absolute;
    padding: 30px;
    height: calc(60% - 60px);
    bottom: 0;
}
.tile h1
{
 
  font-weight:100;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2 a {
  color: #fff;
  font-size: 1.7rem;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h3 {
  /*! font-weight:300; */
  /*! margin:20px 0 0 0; */
  line-height: 20px;
  font-size: 1.5rem;
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.tile .text-muted {
  color: #ffffff !important;
}
.tile p
{
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  /* transform: translateX(-200px);*/
  transition-delay: 0.2s;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.tile:hover
{
/*   background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
  transform:scale(1.05);
}
.tile:hover img
{
  opacity: 0.7;
}
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots {
    position: absolute;
    bottom: 20px;
    right: 25%;
    margin: 0 auto;
    width: 150px;
    color: currentColor;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.dots span {
    opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
   transition-delay: 0.15s;
}


@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    width:400px;
  }
}

body {
  	font-family: 'Open Sans', sans-serif;
  	background: #f7f7f7;
}
.mm-show a {
    color: #3e3e3e;
}
.mm-collapse a {
    color: #3e3e3e;
}
.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 {
    font-size: .8rem;
    background: rgba(255,255,255,.2);
    box-sizing: border-box;
    backdrop-filter: blur(1rem);
    line-height: 2rem;
    padding: 0.2rem 1rem;
    }

.Emailid {
  	font-size: .8rem;
    background: rgba(255,255,255,.2);
    box-sizing: border-box;
    backdrop-filter: blur(1rem);
    line-height: 2rem;
    padding: 0.2rem 1rem;
    }
.container-below-top a, .container-topbar a {
    color: #424242;
}




  
/* Manali Tours Custom */
  /* mobile menu */
@media (max-width: 992px) {
  body {
    padding-bottom: 0;
  }
  .mx-auto {
    margin: unset !important;
  }
 .site-grid {
    grid-gap: 0 .1em;
}
  .navbar-collapse {
    position: fixed;
    bottom: 7px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 70%;
    background: var(--ongo-dark);
    height: 100vh;
    overflow: auto;
    backdrop-filter: blur(24px);
  }
  .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: 40%;
    -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: 40px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-dark);
    border: 4px solid !important;
    border-radius: 40px;
    right: 10px;
    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;
}
 .callnow {
    position: fixed;
    bottom: 40px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-dark);
    border: 4px solid !important;
    border-radius: 40px;
    right: 55px;
    font-size: 1.1rem;
    padding: .2rem .5rem;
}
.ContactNumber {
    display:none;
}
}
.container-top-a {
    margin-top: -4rem;
}
.container-below-top {
    right: 20px;
    position: absolute;
  	top: 0;
}

.container-header .grid-child {
    border-bottom: 1px solid #ffffff21;
    border-top: 2px solid #ffffff73;
  	width: auto;
  }
/*dropdown*/
.metismenu.mod-menu .metismenu-item>ul {
    padding: 1rem;
    animation: spFadeInUp 400ms ease-in;
  	border-radius: 0.5rem;
}
@keyframes spFadeInUp {
  0%{opacity:0;transform:translateY(20px)}
  100%{opacity:1;transform:translateY(0)}
  }
.revealup {
    animation: revealup 1500ms 1s ease-in forwards;
}
/*
.loaded .revealup::after {
    animation: revealup 1500ms ease-in;
}*/
@keyframes revealup {
  0%{opacity:0;transform:translateY(100%)}
  100%{opacity:1;transform:translateY(0%)}
  }
/* image hover*/
figure {
    overflow: hidden;
} 
figure img {
    transition: all .5s ease-in;
}
figure img:hover {
    width: 100%;
    transform:scale(1.1);
    opacity: 0.5;
}

/*amitable*/
.spacer { height: 100vh }
/*=====================================
            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;
  text-decoration: none;
}

.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
======================================*/