@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /* fonts */
  --font-oswald: "Oswald", sans-serif;
  --font-merriweather: "Merriweather", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-helvetika: Arial, Helvetica, sans-serif;
  /* colors */
  --color-red: #c11010;
  --color-orange: #772a53;
  --color-background-white: #f1eeee;
  --color-filter: brightness(0) saturate(100%) invert(35%) sepia(69%)
    saturate(2377%) hue-rotate(354deg) brightness(99%) contrast(94%);
  --line-height: 2;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
html, body {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
}
body {
  background-color: rgba(247, 238, 235, 0.6509803922);
  font-family: var(--font-helvetika);
  color: #494646;
}
.navigation_color {
  color: var(--color-red);
}
.nav-item.active {
  background-color: var(--color-orange);
  border-radius: 9px;
}

li.nav-item.active a {
  color: #fff !important;
}

:focus:not(:focus-visible) {
  outline: none !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff !important;
  background-color: var(--color-orange);
}

.table > :not(caption) > * > * {
  background: transparent;
}

h2 {
  /*margin-bottom: 20px;*/
  line-height: 1.4;
  font-size: 30px;
  font-family: var(--font-merriweather);
}

h3 {
  font-size: 4rem;
}

h4 {
  /* margin-top: 66px; */
  font-size: 3rem;
  /* position: relative; */
}

h5 {
  font-size: 2rem;
}

.breadcrumb-item + .breadcrumb-item::before,
.footer_new .breadcrumb-item + h3.breadcrumb-item::after {
  color: #fff;
}

p {
  font-weight: 300;
  line-height: var(--line-height);
}

.margin_20 {
  margin-top: 66px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

p.subtitle {
  font-weight: 300;
  /*margin-bottom: 80px;*/
  font-size: 16px;
  color: #494646;
}
.navbar__position {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbar__position > img {
  width: 100px;
}

nav.nav_bar > * {
  font-weight: 400;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #080808;
}

.navbar_onscroll .navbar-nav .nav-link {
  /*color: var(--color-red);*/
  color: #333;
}

.navbar_onscroll {
  height: 64px !important;
  background: #f9f3f1 !important;
  transition: all 0.3s ease-in-out;
  position: fixed;
}

.navbar_onscroll .navbar-brand img {
  transition: all 0.3s ease-in-out;
}

.navbar_contact {
  margin-top: 20px;
  display: none;
}

.navbar_contact ul {
  list-style: none;
  font-size: 14px;
  line-height: 2;
}
.navbar_contact ul li {
  line-height: 21px;
}

.navbar_contact ul a {
  color: unset;
  text-decoration: none;
}
.welcome_styling {
  font-size: 28px;
}
.date_box_wrapper {
  height: 84px;
  margin-top: 103px;
}

.date_pickers {
  background-color: var(--color-background-white);
  height: 146px;
  display: grid;
  place-items: center;
  /*margin-top: 103px;*/
  transition: all 0.3s ease-in-out;
}

.date_pickers .btn__action {
  background-color: var(--color-red);
  color: #fff;
}

.date_pickers ::-moz-placeholder {
  font-size: 14px;
}

.date_pickers ::placeholder {
  font-size: 14px;
}

.date_pickers i.icon_calender {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.date_picker_bottom {
  position: fixed;
  bottom: -85px;
  width: 100%;
  z-index: 99;
  transition: bottom 0.3s ease-in-out;
}

.date_picker_bottom.visible {
  bottom: 0;
  /* When it has the 'visible' class, bring it into view */
}

.about_us {
  /* background-color: var(--color-background-white); */
  padding: 80px 0;
}

.about_us img.about_us_image {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -o-object-position: center left;
  object-position: center left;
}

.about_us p {
  font-weight: 300;
  line-height: var(--line-height);
}

.image_slide {
  position: relative;
}
.image_slide .owl-dots {
  display: none;
}
.nav__icons {
  filter: brightness(0) saturate(100%) invert(10%) sepia(69%) saturate(6485%)
    hue-rotate(14deg) brightness(107%) contrast(109%);
  width: 34px;
}

.navbar {
  /*background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
  /*background-color: rgba(0, 0, 0, 0);*/
  /*height: 64px;*/
  align-items: flex-start;
}

.articlehomepage0 {
  background: #e0e1e3;
  padding: 9rem 0;
}

.all_over_nepal {
  background: #d9d9d9;
  padding: 180px 0px 180px 0px;
}

.image_slide .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: center;
}

.image_slide .owl-nav {
  position: absolute;
  top: 50%;
  /* bottom: 20%; */
  display: flex;
  justify-content: space-between;
  padding-inline: 40px;
  width: 100%;
  z-index: 999;
  transform: translateY(-50%);
}

.image_slide .owl-nav .owl-prev span,
.image_slide .owl-nav .owl-next span {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.4235294118);
  width: 50px;
  height: 50px;
}

.image_slide h1 {
  position: absolute;
  z-index: 1;
  width: 900px;
  /*text-align: center;*/
  color: #fff;
  font-size: 23px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  text-shadow: -4px 2px 14px rgb(0, 0, 0);
  font-weight: 600;
}
nav[aria-label="breadcrumb"] h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
}

.our_rooms {
  background-color: var(--color-background-white);
  padding: 128px 0;
}

.our_rooms .rooms__slider .item {
  height: 540px;
}

.our_rooms .rooms__slider .our_rooms_wrapper {
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
}
.rooms_inner_slider.owl-carousel .owl-item img {
  height: 560px;
  object-fit: cover;
}

.our_rooms .rooms__slider .our_rooms_wrapper img {
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.our_rooms .rooms__slider .our_rooms_wrapper img:hover {
  transform: scale(1.2);
}

.our_rooms .room_info {
  padding-top: 4px;
}

.our_rooms .room_info h3 {
  font-size: 21px;
  color: var(--color-red);
}

.our_rooms .room_info h3 + p {
  font-size: 15px;
  margin-bottom: 25px;
  line-height: var(--line-height);
  height: 60px;
  max-height: 55px;
  overflow: hidden;
}

.our_rooms .room_info a {
  background-color: var(--color-red);
  padding: 10px;
  color: #fff !important;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  border-radius: 4px;
}

.our_rooms .rooms__slider .owl-nav {
  position: absolute;
  bottom: 60%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.our_rooms .rooms__slider .owl-nav .owl-prev span,
.our_rooms .rooms__slider .owl-nav .owl-next span {
  font-size: 40px;
  color: var(--color-red);
  width: 50px;
  display: block;
  height: 50px;
}

.our_rooms .owl-carousel .owl-nav button.owl-next,
.our_rooms .owl-carousel .owl-nav button.owl-prev,
.our_rooms .owl-carousel button.owl-dot {
  margin-left: -42px;
  margin-right: -39px;
}

.amenities_services {
  padding: 80px 0;
  /* background-color: var(--color-background-white); */
}

.amenities_services .amenities__icons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 67px;
  column-gap: 67px;
  row-gap: 55px;
}

.amenities_services .amenities__icons div[class^="col-md-"] {
  display: flex;
  width: 169.6px;
  flex-direction: column;
  align-items: center;
}

.amenities_services .amenities__icons div[class^="col-md-"] img {
  width: 30px;
}

.amenities_services .amenities__icons h5 {
  margin-top: 20px;
  max-width: 140px;
  text-align: center;
}
.two_halls {
  background-color: var(--color-background-white);
  padding: 142px 0;
}
.two_halls [class^="col-lg-"] {
  position: relative;
}

.two_halls img {
  width: 100%;
  height: 386px;
  object-fit: cover;
  object-position: right;
  border-radius: 10px;
}

.two_halls span {
  background-color: var(--color-orange);
  display: block;
  text-align: center;
  position: absolute;
  color: #fff;
  padding: 5px 10px;
  bottom: 16px;
  left: 28px;
  font-weight: 400;
  letter-spacing: 2.5px;
  border-radius: 4px;
}

.testimonial_slider {
  display: none;
}
.testimonial_slider section {
  /*background: radial-gradient(circle, rgba(255, 107, 70, 0.5102415966) 0%, rgb(149, 66, 10) 100%), url(../image/slider/1.jpg) no-repeat center;*/
  /*background: radial-gradient(circle, rgb(220 43 111) 0%, rgb(74 50 113) 100%);*/
  height: 479px;
  display: none;
}
.text_decoration.owl-carousel {
  max-width: 600px;
  margin-inline: auto;
}
.testimonial_slider .text_decoration p {
  font-weight: 400;
  line-height: var(--line-height);
  font-family: var(--font-Montserrat);
  max-height: 160px;
}
.double_quotes {
  position: relative;
  font-family: var(--font-Montserrat);
  font-weight: 500;
  /*height: 321px;*/
  padding: 59px 35px 41px;
}
.double_quotes h5 {
  margin-top: 11px;
}
.double_quotes p::before {
  position: absolute;
  content: url(../image/icons/Get\ Quote.png);
  top: 3px;
  left: 31px;
}

.testimonial_slider .text_decoration img {
  background-color: var(--color-background-white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
}
.testimonial_slider {
  background-color: var(--color-background-white);
  padding-top: 123px;
  margin-top: -7px;
}

.near_by__attraction {
  /* background-color: var(--color-background-white); */
  padding: 80px 0 0;
}

.near_by__attraction h5 {
  font-size: 15px;
}

.near_by__attraction p {
  font-size: 16px;
  margin-bottom: 80px;
}
.near_by__attraction .d-flex.justify-content-around p {
  margin-bottom: 0;
}

.near_by__attraction a {
  text-decoration: none;
  font-size: 13px;
  align-self: center;
}

.near_by__attraction [class^="col-lg-"] {
  outline: 1px solid rgba(126, 125, 125, 0.137);
  padding-top: 26px;
}

.ota_logo {
  background-color: #ffcebc;
  padding: 47px 250px;
}

.ota_logo [class^="col-md-"] {
  text-align: center;
}

.ota_logo img {
  height: 100%;
}

.ota_logo img.ota_one {
  width: 65px;
}

.ota_logo img.ota_two {
  width: 110px;
}

.ota_logo img.ota_three {
  width: 89px;
}

.ota_logo img.ota_four {
  width: 104px;
}

.ota_logo img.ota_five {
  width: 104px;
}

.footer_ajax {
  padding-inline: 0;
}

.footer_new {
  background-color: var(--color-background-white);
  padding: 75px 0 200px;
}

.footer_new .social_icons i {
  color: var(--color-orange) !important;
  font-size: 23px;
}
.footer_new .social_icons {
  margin-top: 70px;
}
.footer_new .menu__items ul li a {
  text-decoration: none;
  color: unset;
}

.footer_new h3 {
  position: relative;
}

.footer_new h3::before,
.footer_new h3::after {
  position: absolute;
  content: "";
  left: 40px;
  width: 200px;
  height: 1px;
  background-color: rgb(66, 62, 62);
  top: 50%;
  transform: translateY(-50%);
}

.footer_new h3::after {
  right: 40px;
  left: auto;
}

.footer_new .crystal_pashupati_logo img {
  height: 100%;
  margin-inline: 40px;
}

.footer_new .crystal_pashupati_logo img.image_one {
  width: 80px;
}

.footer_new .crystal_pashupati_logo img.image_two {
  width: 73px;
}

.footer_new .crystal_pashupati_logo img.image_three {
  width: 108px;
}

.footer_new .crystal_pashupati_logo img.image_four {
  width: 60px;
}

.footer_new .crystal_pashupati_logo .line_divider {
  height: 73px;
  border: 0.5px solid rgba(172, 172, 172, 0.555);
}

.footer_new .contact__information ul li,
.footer_new .contact__information a {
  text-decoration: none;
  font-weight: 400;
  color: #000000;
}
/*.footer_copyright{*/
/*    height:266px;*/
/*}*/

.footer_copyright p {
  font-weight: 400;
  font-size: 12px;
}

.footer_copyright a {
  text-decoration: none;
  color: #000000;
}

/*.hotel_banner_image {*/
/*   background: linear-gradient(90deg, rgba(0, 0, 0, 0.4234068627) 0%, rgba(0, 0, 0, 0.3169642857) 100%), url("../image/slider/1.jpg"); */
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 300px;*/
/*  text-transform: uppercase;*/
/*  display: grid;*/
/*  place-items: center;*/
/*}*/

.about_hotel .welcome_title {
  text-align: center;
}

.about_hotel .welcome_title + p {
  text-align: center;
  line-height: 2;
}
/*
.room_banner_image {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.4234068627) 0%, rgba(0, 0, 0, 0.3169642857) 100%), url("../images_new/roomlistbanner.jpg");
background-size: cover;
background-position: bottom;
height: 300px;
text-transform: uppercase;
display: grid;
place-items: center;
}
*/
.our_room__page {
  background-color: var(--color-background-white);
  border-radius: 10px;
  overflow: hidden;
}

.our_room__page:not(:last-child) {
  margin-bottom: 40px;
}

.our_room__page .image_wrapper {
  height: 230px;
  overflow: hidden;
}

.our_room__page .image_wrapper img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.our_room__page .image_wrapper img:hover {
  transform: scale(1.2);
}

.our_room__page .room__text h2 {
  font-size: 20px;
  margin-bottom: 7px;
}

.our_room__page .room__text h2 + p {
  line-height: 2;
  font-size: 15px;
  margin-bottom: 4px;
}

.our_room__page .room__text a {
  text-decoration: none !important;
  color: var(--color-orange) !important;
  font-size: 15px;
}

/*.dinning_banner_image {*/
/*  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4234068627) 0%, rgba(0, 0, 0, 0.3169642857) 100%), url("../image/img/restaurant_logo.jpg");*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 300px;*/
/*  text-transform: uppercase;*/
/*  display: grid;*/
/*  place-items: center;*/
/*}*/

.dining_content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.dining_content p {
  font-size: 15px;
  text-align: justify;
}

.dining_image_slider .owl-nav {
  position: absolute;
  bottom: 50%;
  display: flex;
  justify-content: space-between;
  padding-inline: 10px;
  width: 100%;
}

.dining_image_slider .owl-nav .owl-prev span,
.dining_image_slider .owl-nav .owl-next span {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.4235294118);
  width: 50px;
  display: block;
  height: 50px;
}

.dining_image_slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 474px;
  -o-object-fit: cover;
  object-fit: cover;
}

.events_banner_image {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4234068627) 0%,
      rgba(0, 0, 0, 0.3169642857) 100%
    ),
    url("../image/img/hall-a.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}

#hall_enquiry ::-moz-placeholder {
  font-size: 15px;
}

#hall_enquiry ::placeholder {
  font-size: 15px;
}

.event_contents [class^="col-lg-"] {
  padding: 20px;
}

.event_contents h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
}

.event_contents span {
  text-align: center;
  display: block;
  font-size: 14px;
}

.event_contents p {
  text-align: justify;
}

.event_contents .event_background_color {
  background-color: var(--color-background-white);
}

.event_contents .enquiry_btn {
  outline: 2px solid var(--color-red);
  color: var(--color-red);
}

.event_contents .enquiry_btn:focus {
  outline: 2px solid var(--color-red) !important;
  border-color: 2px solid var(--color-red) !important;
}

.event_contents .event_details i {
  color: var(--color-red);
  font-size: 20px;
}

.event_contents .modal-body form {
  font-size: 14px;
}

.event_contents .modal-body form input.form-control,
.event_contents .modal-body form textarea {
  border: none;
  border-radius: 0;
  position: relative;
}

.event_contents .modal-body form input,
.event_contents .modal-body form textarea {
  border-bottom: 1px solid rgba(168, 168, 168, 0.5607843137) !important;
}

.event_contents .modal-body form input:focus,
.event_contents .modal-body form textarea:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.5607843137) !important;
  transition: all 0.3s ease-in-out;
}

.event_contents .btn-close:focus {
  box-shadow: none !important;
}

.event_contents .event_image_wrapper.kreeti_hall img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.event_contents .event_image_wrapper.crystal_hall img {
  width: 100%;
  height: 469px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid black;
}

/*.contact_banner_image {*/
/*   background: linear-gradient(90deg, rgba(0, 0, 0, 0.4234068627) 0%, rgba(0, 0, 0, 0.3169642857) 100%), url("../image/slider/1.jpg"); */
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 300px;*/
/*  text-transform: uppercase;*/
/*  display: grid;*/
/*  place-items: center;*/
/*}*/

.contact_form input,
.contact_form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(145, 145, 145, 0.39);
}

.contact_form .form-control:focus {
  color: var(--bs-body-color);
  background-color: transparent;
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.contact_form ::-moz-placeholder {
  font-size: 14px;
}

.contact_form ::placeholder {
  font-size: 14px;
}

.contact_form button.enquiry_btn {
  outline: 1px solid var(--color-red);
  color: var(--color-red);
}

.contact_background-color {
  background-color: var(--color-background-white);
  padding: 40px;
  border-radius: 10px;
}

.contact__information + ul.list-unstyled li {
  line-height: 40px;
}

.contact__information + ul.list-unstyled li a {
  text-decoration: none;
  color: unset;
}

.google_map iframe {
  width: 100%;
  height: 427px;
}

/*.gallery_banner_image {*/
/*   background: linear-gradient(90deg, rgba(0, 0, 0, 0.4234068627) 0%, rgba(0, 0, 0, 0.3169642857) 100%), url("../image/slider/3.jpg"); */
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 300px;*/
/*  text-transform: uppercase;*/
/*  display: grid;*/
/*  place-items: center;*/
/*}*/

.gallery_wrapper button {
  background: transparent;
  outline: 1px solid var(--color-red);
  border: none;
  padding: 5px 10px;
  margin-inline: 10px;
  color: var(--color-red);
}

.gallery_wrapper button:focus:not(:focus-visible) {
  outline: none;
  background-color: var(--color-orange);
  color: #fff;
}

.image_gallery {
  margin-top: 20px;
}

.image_gallery .element-item {
  height: 250px;
  margin-bottom: 25px;
}

.image_gallery .element-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image_gallery .element-item img:hover {
  cursor: pointer;
}

.suite__rooms {
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.4234068627) 0%, rgba(0, 0, 0, 0.3169642857) 100%), url("../image/img/suite.jpg"); */
  background-size: cover;
  background-position: center;
  height: 300px;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}

.deluxe_double {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4234068627) 0%,
      rgba(0, 0, 0, 0.3169642857) 100%
    ),
    url("../image/images_new/deluxe__double/deluxe_double_banner.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}

.super_deluxefamilyroom {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4234068627) 0%,
      rgba(0, 0, 0, 0.3169642857) 100%
    ),
    url("../image/images_new/super_deluxe_family/super_deluxe_family.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}

.deluxe__family {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4234068627) 0%,
      rgba(0, 0, 0, 0.3169642857) 100%
    ),
    url("../image/img/suite.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}

.room_inner_page {
  margin-bottom: 60px;
}

.room_specification {
  justify-content: center;
  margin-inline: 82px;
}

.room_specification p {
  margin-bottom: 0;
}

.room_specification [class^="col-sm"] {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}

.room_specification [class^="col-sm"] img {
  width: 45px;
  filter: var(--color-filter);
}

.room_specification [class^="col-sm"] p:last-child {
  color: var(--color-red);
}

.rooms_inner_slider .owl-nav {
  position: absolute;
  bottom: 50%;
  display: flex;
  justify-content: space-between;
  padding-inline: 40px;
  width: 100%;
}

.rooms_inner_slider .owl-nav .owl-prev span,
.rooms_inner_slider .owl-nav .owl-next span {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.4235294118);
  width: 50px;
  display: block;
  height: 50px;
}

.washroom__amenities .row,
.room__amenities .row {
  row-gap: 30px;
}

.washroom__amenities .room_items,
.room__amenities .room_items {
  text-align: center;
  background-color: var(--color-background-white);
  padding-block: 30px;
}

.washroom__amenities .room_items p,
.room__amenities .room_items p {
  margin-bottom: 0;
}

.washroom__amenities .room_items img,
.room__amenities .room_items img {
  width: 50px;
  margin-bottom: 10px;
  filter: var(--color-filter);
}

.other_roomss {
  margin-top: 80px !important;
}

.rooms_other_slider .owl-item img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.rooms_other_slider h4 {
  font-size: 24px;
  padding-top: 10px;
}

.rooms_other_slider .owl-nav {
  position: absolute;
  bottom: 50%;
  display: flex;
  justify-content: space-between;
  padding-inline: 40px;
  width: 100%;
}

.rooms_other_slider .owl-nav .owl-prev span,
.rooms_other_slider .owl-nav .owl-next span {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.4235294118);
  width: 50px;
  display: block;
  height: 50px;
}

.rooms_other_slider h3 {
  font-size: 18px;
  font-weight: bold !important;
  margin-top: 24px;
  font-weight: 400;
}

.rooms_other_slider p {
  font-size: 15px;
}

.rooms_other_slider p + a {
  font-size: 14px;
}

.hall_capacity table {
  text-align: center;
}

.hall_capacity table tr > th:first-child img {
  width: 60px;
}

.hall_capacity table tr > th:nth-of-type(2) img {
  width: 94px;
}

.hall_capacity img {
  width: 130px;
  margin-bottom: 10px;
  filter: var(--color-filter);
}

.hall_capacity thead tr th > p {
  font-weight: bolder;
  margin-bottom: 0;
}

.hall_capacity td {
  font-weight: lighter;
}

.hall_amenities .row {
  row-gap: 30px;
}

.hall_amenities [class^="col-sm"] {
  padding-inline: 40px;
}

.hall_amenities [class^="col-sm"] img {
  width: 50px;
  margin-bottom: 10px;
  filter: var(--color-filter);
  margin-inline: auto;
  display: block;
}

.hall_amenities [class^="col-sm"] p {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}
.navbar__height {
  min-height: 60px;
}
.search_field {
  background-color: #f1f1f1;
  height: 67px;
  position: absolute;
  width: 253px;
  font-size: 15px;
  right: 0;
}
.search_field ::placeholder {
}
.search_field input {
  border: none;
  background: transparent;
}
button.search_icons {
  border: none;
  background: unset;
}
.search_field .form-control:focus {
  box-shadow: none;
  background: unset;
  border-bottom: none;
}
.contact_form h2 {
  font-size: 25px;
}

@media (min-width: 1400px) {
  .ota__wrapper {
    max-width: 761px;
    margin-inline: auto;
  }
  .testimonial_slider section {
    background-size: cover;
  }
}

/* media query start from here */
@media (max-width: 922px) {
  .navbar_contact {
    display: none;
  }
  .testimonial_slider section {
    height: auto;
  }

  .image_slide h1 {
    width: auto !important;
    font-size: 30px;
  }

  .navbar_onscroll {
    height: auto !important;
  }

  .image_slide .owl-carousel .owl-item img {
    height: 50vh !important;
  }

  .two_halls img {
    height: 200px;
  }

  .two_halls a {
    font-size: 13px;
  }

  .testimonial_slider .text_decoration p {
    max-height: 100%;
    font-size: 14px;
    overflow-y: scroll;
    padding-right: 5px;
  }

  .testimonial_slider .text_decoration h5 {
    font-size: 16px;
  }

  .ota_logo {
    background-color: #ffcebc;
    padding: 60px 0;
    margin-bottom: 0;
  }

  .footer_new h3::after,
  .footer_new h3::before {
    display: none;
  }

  .room_specification {
    justify-content: center;
  }

  .room_specification {
    margin-inline: 0;
  }
}

@media (min-width: 565px) and (max-width: 992px) {
  .rooms_inner_slider.owl-carousel .owl-item img {
    height: 430px;
    object-fit: cover;
  }

  .near_by__attraction a {
    font-size: 11px;
  }

  .near_by__attraction p {
    font-size: 10px;
  }

  .near_by__attraction h5 {
    font-size: 14px;
  }
  div#block-search {
    margin-bottom: 92px;
  }
}

@media (max-width: 565px) {
  .welcome_styling {
    font-size: 24px;
    text-align: center;
  }

  .our_rooms .rooms__slider .owl-nav {
    width: auto;
    display: none;
  }
  .crystal_pashupati_logo {
    justify-content: space-evenly;
  }

  .footer_new .crystal_pashupati_logo img.image_three {
    width: 105px;
  }
  .crystal_pashupati_logo a:last-child {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center;
    margin-top: 20px;
  }

  .double_quotes p::before {
    scale: 0.8;
  }

  .our_rooms {
    padding: 60px 0;
  }
  .amenities_services,
  .two_halls {
    padding: 0 0;
  }
  .testimonial_slider {
    padding-top: 89px;
  }
  .near_by__attraction [class^="col-lg-"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .image_slide .owl-nav .owl-prev span,
  .image_slide .owl-nav .owl-next span {
    font-size: 40px;
  }
  .image_slide h1 {
    width: 250px !important;
    font-size: 18px;
  }

  p.subtitle {
    padding-inline: 5px;
  }

  .about_us {
    padding: 10px 0;
  }

  .room__text h2 {
    margin-top: 20px;
  }

  .image_slide .owl-nav {
    padding-inline: 0;
  }

  .room_specification [class^="col-sm"] img {
    width: 34px;
  }

  .room_specification [class^="col-sm"] {
    justify-content: left;
  }

  .room_specification {
    gap: 20px;
  }

  .rooms_inner_slider .owl-nav .owl-prev span,
  .rooms_inner_slider .owl-nav .owl-next span {
    font-size: 43px;
  }

  .rooms_inner_slider .owl-nav {
    padding-inline: 0;
  }

  .date_box_wrapper {
    height: 189px;
    padding-bottom: 25px;
    margin-top: 136px;
  }

  .ota_logo {
    width: 100%;
    padding: 20px 0;
    overflow-x: auto;
  }

  .ota_logo img {
    height: auto;
  }
  .event_contents .event_image_wrapper.crystal_hall img,
  .event_contents .event_image_wrapper.kreeti_hall img {
    height: auto;
  }
  .footer_new .crystal_pashupati_logo img {
    margin-inline: 0;
    height: auto;
  }
  .line_divider {
    display: none;
  }

  .two_halls img {
    height: auto;
  }

  .two_halls:not(:last-child) img {
    margin-bottom: 20px;
  }

  .two_halls span {
    bottom: 36px;
  }

  .rooms_inner_slider.owl-carousel .owl-item img {
    height: 230px;
    object-fit: cover;
  }
  .restaurant_info table > * {
    font-size: 13px;
  }

  .footer_menu {
    gap: 20px;
    justify-content: center;
  }

  .footer_new {
    padding: 21px 0 20px;
  }

  .gallery_wrapper button {
    flex-grow: 1;
  }
  .ota_logo {
    padding: 20px 50px;
  }
  .footer_new .crystal_pashupati_logo img.image_one {
    width: 61px;
  }
  div#block-search {
    margin-bottom: 150px;
  }
}
/*new css*/

.img__height {
  height: 500px;
  object-fit: cover;
}
.h-100 {
  height: 100vh;
}
.trusted_by {
  font-size: 16px;
  font-weight: 700;
}
.about___title ~ p {
  font-size: 18px;
  text-align: center;
}

.inner___title ~ p {
  font-size: 18px;
  /* text-align: center; */
}
.province_name h5 {
  text-align: left !important;
}
.province_name .province_one ul > li {
}
.province_name ul {
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
}
.province_one ul a {
  color: unset;
  text-decoration: none;
}
.province_one ul a:link {
  color: unset;
}
.province_name h5 {
  font-family: var(--font-merriweather);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 922px) {
  .about___title {
    width: 32rem;
    margin-inline: auto;
  }

}
.dropdown.search_dropdown {
  /*background-color: #f9f3f1;*/
}
.dropdown.search_dropdown img {
  width: 20px;
  margin: 0 3px 0 13px;
}
.dropdown.search_dropdown input {
  width: 200px;
  height: 63.8px;
  border: none;
  background: transparent;
}
.dropdown.search_dropdown input:focus-visible {
  border: none;
  outline: none;
}

div#dropdownList {
  position: absolute;
  background:#ffffff;
  min-width: 270px;
  right: 0;
  padding-inline: 12px;
  font-weight: 300;
  max-height: 317px;
  overflow-y: auto;
  /* border-left: 1px solid #8b8a8a;
  border-right: 1px solid #8b8a8a; */
  /* border-bottom: 1px solid #8b8a8a; */
  border-radius: 0 0 14px 14px;
  top: 62px;
  padding-inline: 0;
  z-index: 0;
}
div#dropdownList div{
  padding-block: 7px;
  border-bottom: 1px solid #cdc7c752;
  padding-inline: 10px;
  margin-inline: 5px;
  transition: all .3s ease-in-out;
}
div#dropdownList div:hover{
  background-color: #f1ecea;
  cursor: pointer;

}
div#dropdownList div > a:link {
  color: #000;
  text-decoration: none;
  line-height: 2.2;
}

.grid-item {
  /*width: 24.4%;*/
  width: 50%;
  padding: 0;
}
.grid-item img {
  width: 100%;
  height: 100%;
}

/*    .grid-item { width:33.333%; padding: 2px;}*/
/*.grid-item img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.grid .grid-item img {
  position: relative;
}
.grid .grid-item h5 {
  position: absolute;
  bottom: 10px;
  left: 10%;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.margin__top_50 {
  margin-top: 5rem;
}
.forname {
  position: absolute;
  bottom: 10%;
  z-index: 1;
  left: 6%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.57);
}
.fortitle {
  position: absolute;
  bottom: 18%;
  z-index: 1;
  left: 6%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.57);
}
.hotel_decrown_inn .back_to_list a {
  background-color: #772a53;
  width: 157px;
  display: block;
  height: 35px;
  text-align: center;
  display: grid;
  place-items: center;
  color: #fff;
}
.hotel_decrown_inn .back_to_list a:link {
  text-decoration: none;
  color: #fff;
}
/* 2 columns */
#accordionExample > *,
.accordion-button {
  background: transparent !important;
}
.accordion-item,
.accordion-button:focus-visible {
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
}
#accordionExample .accordion-item .accordion-header {
  font-family: var("--font-helvetika");
  font-weight: 600;
  font-size: 20px;
}
#accordionExample .accordion-body {
  max-height: 178px;
  overflow-y: auto;
}
#accordionExample .accordion-body li {
  list-style: none;
}
#accordionExample .accordion-body li > a {
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 17px !important;
  color: unset;
}
.hotel___hospitality {
  margin-top: 115px;
}
.province_one li {
  transition: all 0.3s ease-in-out;
}
.province_one li:hover {
  margin-left: 2px;
}
.hotel_hospitality #accordionExample {
  position: sticky;
  top: 0;
  height: 800px;
}
.dropdown-input {
  color: #080808;
}
.dropdown-input::placeholder {
  color: #080808;
}
.navbar.navbar_onscroll .dropdown-input {
  color: black;
}
.navbar.navbar_onscroll .dropdown-input::placeholder {
  color: #333;
}
.navbar.navbar_onscroll .dropdown.search_dropdown img {
  filter: invert(0);
}
/* .navbar.navbar-expand-lg:not(.navbar.navbar_onscroll) .navbar__height{
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7288165266106443) 0%, rgba(0,0,0,0.5495448179271709) 50%, rgba(0,0,0,0.08175770308123254) 100%);
} */
.home-gallery-container {
  width: 89%;
  margin: 8rem auto;
  max-width: 1640px;
}
.gallery-parent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 5rem;
}
.gallery-parent img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: ease-in-out 0.3s;
}
.gallery-img-conntainer {
  height: 500px;
}
.gallery-parent div.gallery-img-conntainer:nth-child(3n + 2) {
  margin-top: 80px;
}
.gallery-parent div.gallery-img-conntainer:nth-child(3n) {
  margin-top: 40px;
}
.image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-img-conntainer:hover > .image-holder > img {
  /* scale: 1.07; */
  /* outline: 2px solid var(--color-background-white);
  outline-offset: -2rem; */
}
.image-holder > div,
.image-holder a {
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  text-decoration: none;
  color: white;
  left: 10%;
  bottom: 5%;
  width: 100%;
}
@media (max-width: 1040px) {
  .gallery-parent > div {
    order: 1;
  }
  .gallery-parent > div.no-media {
    order: 2;
  }
}
@media (min-width: 1550px) {
  .gallery-parent {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
.navbar.navbar_onscroll .navbar__height {
  padding: 0;
}

.position-absolute-navbar.navbar_onscroll{
    position:fixed;
    z-index: 111 !important;
}
/*.translucent-navbar {*/
/*  backdrop-filter: blur(10px);*/
/*   background: hsl(0deg 0% 100% / 20%); */
/*  background: #ffffffd4;*/
/*}*/
.navbar-expand-lg .navbar-collapse {
  z-index: 3;
}

.mt-6 {
  margin-top: 6rem;
}
.custom-placeholder::-webkit-input-placeholder {
  color: rgb(73, 70, 70);
}
.custom-placeholder::-moz-placeholder {
  color: rgb(73, 70, 70);
}
.custom-placeholder:-ms-input-placeholder {
  color: rgb(73, 70, 70);
}
.custom-placeholder::placeholder {
  color: rgb(73, 70, 70);
}
.filter-dropdown {
  right: 2.5rem;
  top: 0;
  z-index: 10;
}
.hidden-menu {
  display: none;
}
.shown-menu {
  display: block;
}
.dropdownMenu.shown-menu {
  position: absolute;
  right: 0;
  width: 15rem;
}
.dropdownMenu {
  position: absolute;
  background-color: #f1f1f1;
  right: 0;
  min-width: 160px;
  width: 15rem;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dropdownMenu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.footer_copyright {
  align-items: center;
}
.social_icons ul {
  margin: 0;
}
.gallery-img-conntainer:not(.gallery-img-conntainer.no-media) {
  outline: 2px solid var(--color-background-white);
  outline-offset: -1rem;
}
#filterDropdown button {
  background-color: #b6004c;
  padding: 0.4rem 1rem;
  border: none;
  color: white;
  border-radius: 9px;
}
#filterDropdown span {
  margin-left: 0.4rem;
}
#dropIcon {
  transition: ease 0.6s;
}
.dropdownMenu {
  transition: ease 0.6s;
}
.dropdown-filter-parent {
  position: sticky;
  top: 76px;
  z-index: 2;
  height: 38px;
  /* backdrop-filter: blur(10px);
  background: hsl(0deg 0% 100% / 20%); */
}
.black {
  color: rgb(73, 70, 70) !important;
}
.filter-none {
  filter: none !important;
}
/****************/
.fortitle.gallery-img-title,
.forname.gallery-img-content {
  position: static;
  color: #080808;
  text-transform: none;
  text-shadow: none;
}
.fortitle.gallery-img-title {
  margin: 15px 0 3px 0;
  font-size: 18px;
  font-weight: 500;
}
.forname.gallery-img-content {
  color: #505050;
}
.grid-item a {
  text-decoration: none;
}
.gallery.img-gallery {
  padding: 0 1rem;
}
.gallery.img-gallery > .grid-item {
  padding: 0 10px;
  margin: 25px 0;
}

.accordion-header.accord-title button {
  padding: 10px 20px;
  font-size: 14px;
}
.accordion-body.accord-body {
  padding: 5px 20px;
}
.accordion-body.accord-body a {
  padding: 5px 15px;
  font-size: 12px;
}
.enquiry_btn.contact-btn,
.career-btn {
  background-color: var(--color-orange) !important;
  color: white !important;
  border: none !important;
  outline: none !important;
  border-radius: 9px;
  padding: 0.4rem 1.3rem;
}
.career-btn {
  width: auto !important;
}
.career-btn:hover {
  background-color: var(--color-orange);
}
.dropdown.search_dropdown input {
  margin-right: 10px;
  width: 75px;
  transition: width ease 0.3s;
}
.dropdown.search_dropdown input::placeholder,
.dropdown.search_dropdown input::-moz-placeholder,
.dropdown.search_dropdown input::-webkit-input-placeholder {
  color: #505050 !important;
}

.image_slide h1,
.image_slide p {
  width: auto;
  left: 59px;
  transform: translate(0, 0);
    display:none;

}
.image_slide p {
  position: absolute;
  z-index: 1;
  /* width: 900px;*/
  color: #fff;
  left: -2px;
  font-size: 18px;
  bottom: 42px;
  transform: translate(30%, 0%);
  /* text-shadow: -4px 2px 14px rgb(0, 0, 0); */
  font-weight: 400;
}
.image-holder > video {
  height: 100%;
}
.inner-images {
  padding: 10px;
}
.inner-portfolio-title,
.career-title {
  margin: 2rem 0 5rem 0 !important;
}
.img-gallery-container {
  padding: 0 2rem;
}
.contact-title,
.career-title {
  margin: 9rem 0 6rem 0 !important;
}
#loadMoreImages {
  background-color: var(--color-orange);
  color: white;
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 9px;
}
.loader {
  width: 70%;
  height: 4.8px;
  display: none;
  position: relative;
  overflow: hidden;
}
.loader::after {
  content: "";
  width: 96px;
  height: 2.8px;
  background: var(--color-orange);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: hitZak 0.6s ease-in-out infinite alternate;
}

@keyframes hitZak {
  0% {
    left: 0;
    transform: translateX(-1%);
  }
  100% {
    left: 100%;
    transform: translateX(-99%);
  }
}
.main-portfolio-title {
  margin: 3rem 0 0;
}
.validate-has-error:not(input) {
  font-size: 12px;
  display: block;
}
.goback-btn-parent {
  position: sticky;
  top: 64px;
  z-index: 2;
}
.goback-btn-container {
  display: flex;
  justify-content: flex-end;
}
.goback-btn {
  border: none;
  outline: none;
  background-color: var(--color-orange);
  color: white;
  border-radius: 9px;
  padding: 0.4rem 1rem;
  margin-right: 10px;
  text-decoration: none;
}
:not(.dropdown.search_dropdown input:focus) + .dropdown-list {
  display: none;
}
.image-holder video {
  width: 100%;
  height: 100%;
}
.no-media-container > .gallery-img-conntainer {
  height: 300px;
}
.vid-container {
  display: flex;
  gap: 5rem;
  margin: 5rem 0;
}
.vid-container > .gallery-img-conntainer {
  height: auto;
}
.vid-container > .gallery-img-conntainer > .image-holder > img {
  width: 100%;
  height: 100%;
}
.vid-container > .gallery-img-conntainer:first-child {
  margin-top: 30px;
  flex: 1 1 40%;
}
.vid-container > .gallery-img-conntainer:last-child {
  flex: 1 1 60%;
}
.three-container {
  height: auto;
  width: 80%;
  margin: auto;
}
.three-container .gallery-img-conntainer {
  height: auto;
}
.three-container img {
  width: 100%;
}
.svg-container {
  position: relative;
}
#popover_karnali,
#popover_gandaki,
#popover_bagmati,
#popover_province1,
#popover_province2,
#popover_province5,
#popover_sudurpaschim {
  background-color: rgba(242, 242, 242, 0.8);
  padding: 1rem;
  border-radius: 9px;
  display: none;
}
#popover_karnali {
  position: absolute;
  top: 15%;
  left: 35%;
}
#popover_gandaki {
  position: absolute;
  top: 39%;
  left: 52.5%;
}
#popover_bagmati {
  position: absolute;
  top: 52%;
  right: 22.5%;
}
#popover_province1 {
  position: absolute;
  top: 59%;
  right: 11.5%;
}
#popover_province2 {
  position: absolute;
  bottom: 15%;
  right: 30%;
}
#popover_province5 {
  position: absolute;
  bottom: 38%;
  left: 27%;
}
#popover_sudurpaschim {
  position: absolute;
  top: 14%;
  left: 15%;
}
.svg-container li {
  list-style: none;
}
.res-nomedia-up {
  display: none !important;
}
.res-career-btn-down {
  display: none;
}
.contact_form .contact-form-input-abc,.career__form .contact-form-input{
  position: relative;
}
.contact_form .contact-form-input-abc::after{
  content: "*";
  font-size: 18px;
  position: absolute;
  color: red;
  top: 5px;
  right: 8px;

}
.career__form .contact-form-input::after{
  content: '*';
  position: absolute;
  top: 5px;
  right: 8px;
  color: red;
}

.img-gallery .gallery-img-title{
display:none;
}
.img-gallery .gallery-img-content{
    font-size:14px;
    margin-top:5px;
}

.gallery.img-gallery > .grid-item {
    padding: 5px !important;
    margin: 0 !important;
}
.gallery.img-gallery{
    padding:0 !important;
}

.gallery.img-gallery{
    div[class*="gallery-img"]{
        color: white;
        position:absolute;
        bottom:10px;
        left:15px;
        opacity:0;
        transition: opacity .3s ease-in-out;
    }
}

.gallery.img-gallery .grid-item:hover  div[class*="gallery-img"]{
   opacity:1;
}



/*add new css*/
.navbar_onscroll {
  background: transparent;
}

.navbar_onscroll .translucent-navbar {
  backdrop-filter: none;
}

.main-page .position-absolute-navbar:not(.navbar_onscroll) .translucent-navbar {
    position: relative;
    isolation: isolate;
}
.main-page .position-absolute-navbar:not(.navbar_onscroll) {
    position: relative;
}
@media (min-width: 767px) {
 .main-page .position-absolute-navbar:not(.navbar_onscroll) .translucent-navbar::after {
    position: absolute;
    width: 100%;
    content: "";
    /*height: 250px;*/
    /*background: linear-gradient(0deg, rgb(231 231 231 / 0%) 0%, rgb(49 46 46 / 75%) 100%);*/
    top: 0;
    left: 0;
    z-index: -1;
}
.position-absolute-navbar:not(.navbar_onscroll) button.navbar-toggler{
  background:#fff;
}

}
@media (min-width: 768.5px) {

 .main-page .position-absolute-navbar:not(.navbar_onscroll) {
    position: relative;
}
/*.main-page .position-absolute-navbar:not(.navbar_onscroll) .dropdown.search_dropdown img {
    filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important;
}
.main-page .position-absolute-navbar:not(.navbar_onscroll) .dropdown-input::placeholder {
    color: #ffffff !important;
}*/
}

/*@media (min-width: 992.5px) {
 .main-page .position-absolute-navbar:not(.navbar_onscroll) .navbar-nav .nav-link,
.main-page .position-absolute-navbar:not(.navbar_onscroll) .dropdown.search_dropdown input {
    color: #fff !important;
}

}*/
body:not(.main-page) .position-absolute-navbar{
    position:fixed;
}
body:not(.main-page) .position-absolute-navbar .translucent-navbar{
background: #fff;
}

.scroll-to-top {
    position: fixed;
    right: 23px;
    bottom: 50px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
   background: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    display: none;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video__slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 10;
    pointer-events: none;
}

.video__slider .owl-nav button {
    pointer-events: auto;
}

.video__slider .owl-nav .owl-prev,
.video__slider .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transform: scale(0.85);
    -webkit-transition: background 250ms ease, opacity 250ms ease, transform 250ms ease;
    transition: background 250ms ease, opacity 250ms ease, transform 250ms ease;
}

/* Show arrows via JS class: added on mousemove, removed after 3s idle */
.video_slide.nav-visible .owl-nav .owl-prev,
.video_slide.nav-visible .owl-nav .owl-next {
    opacity: 1;
    transform: scale(1);
}

.video__slider .owl-nav .owl-prev:hover,
.video__slider .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.75);
    border-color: rgba(255, 255, 255, 0.45);
}

.video__slider .owl-nav .owl-prev i,
.video__slider .owl-nav .owl-next i {
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
}

/* Mobile — smaller arrows but still hidden by default, revealed on touch */
@media (max-width: 767px) {
    .video__slider .owl-nav .owl-prev,
    .video__slider .owl-nav .owl-next {
        width: 36px;
        height: 36px;
    }
}

.position-absolute-navbar {
    pointer-events: none;
}
.position-absolute-navbar .navbar-nav,
.position-absolute-navbar .navbar-brand,
.position-absolute-navbar .navbar-toggler,
.position-absolute-navbar .search_dropdown {
    pointer-events: auto;
}

.video__slider.owl-locked .owl-nav,
.video__slider.owl-locked .owl-dots,
.video__slider.owl-locked .owl-stage-outer {
    pointer-events: none;
}
.video__slider.owl-locked .video-wrapper,
.video__slider.owl-locked .video-wrapper iframe {
    pointer-events: auto;
}


/* -- Hide YouTube chrome (title, channel, logo) start here----------------------- */
.video-wrapper iframe {
    top: -64px;
    height: calc(100% + 128px) !important;
}

/* -- Full video tap overlay for Desktop & Mobile --------------------- */
.video-wrapper {
    position: relative;
}

.video-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    background: transparent;
}

/* -- Custom volume control (top-right, YouTube style expand on hover) -- */
.video-wrapper .video-controls {
    position: absolute;
    top: 60px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 5px;
    z-index: 8;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transition: background-color 0.25s ease, padding 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.video-wrapper .video-controls:hover,
.video-wrapper .video-controls.active {
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.25);
    padding: 5px 12px 5px 7px;
}

.video-wrapper .vc-volume-group {
    display: flex;
    align-items: center;
}

.video-wrapper .vc-mute {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    outline: none;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.video-wrapper .vc-mute:hover {
    color: #ffffff;
    transform: scale(1.12);
}

/* Hidden/collapsed volume slider by default */
.video-wrapper .vc-volume-slider-wrap {
    position: relative;
    width: 0;
    opacity: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, margin 0.25s ease;
    margin-left: 0;
}

/* Expand volume slider when the vc-expanded class is active */
.video-wrapper .vc-volume-group.vc-expanded .vc-volume-slider-wrap {
    width: 72px;
    opacity: 1;
    margin-left: 6px;
    margin-right: 4px;
}

/* -- Windows-style percentage tooltip above thumb ---------------------- */
.video-wrapper .vc-volume-pct {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    transform: translateX(0);
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 20;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Small downward arrow on tooltip */
.video-wrapper .vc-volume-pct::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(20, 20, 20, 0.9);
}

/* Show percentage when hovering the expanded slider */
.video-wrapper .vc-volume-group:hover .vc-volume-pct,
.video-wrapper .video-controls:hover .vc-volume-pct,
.video-wrapper .vc-volume-slider-wrap:hover .vc-volume-pct {
    opacity: 1;
}

.video-wrapper .vc-volume {
    -webkit-appearance: none;
    appearance: none;
    width: 72px;
    height: 2px;
    border-radius: 1px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(to right, #ffffff 100%, rgba(255, 255, 255, 0.25) 100%);
    margin: 0;
    vertical-align: middle;
    transition: background 0.2s ease;
}

/* When muted, show the track as fully grey (whole off) */
.video-wrapper.vc-muted .vc-volume {
    background: rgba(255, 255, 255, 0.25) !important;
}

/* WebKit slider thumb */
.video-wrapper .vc-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.video-wrapper .vc-volume::-webkit-slider-thumb:hover {
    transform: scale(1.18);
}

/* Firefox slider thumb */
.video-wrapper .vc-volume::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.video-wrapper .vc-volume::-moz-range-thumb:hover {
    transform: scale(1.18);
}

/* -- Mobile & Small Screen Responsiveness ---------------------------- */
@media (max-width: 576px) {
    .video-wrapper .video-controls {
        display: none;
    }
    .video-wrapper .video-controls:hover,
    .video-wrapper .video-controls.active {
        padding: 4px 10px 4px 6px;
    }
    .video-wrapper .vc-mute {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .video-wrapper .vc-volume-group.vc-expanded .vc-volume-slider-wrap {
        width: 60px;
        margin-left: 5px;
        margin-right: 2px;
    }
    .video-wrapper .vc-volume {
        width: 60px;
    }
}


/* -- Custom seek bar (bottom) ----------------------------------------- */
.video-wrapper .video-seek {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12px;
    z-index: 8;
    display: flex;
    align-items: center;
}

.video-wrapper .video-seek .vc-seek {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.video-wrapper .video-seek .vc-seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff0000;
}

.video-wrapper .video-seek .vc-seek::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #ff0000;
}


.main-page .position-absolute-navbar:not(.navbar_onscroll) .translucent-navbar {
    position: relative;
    isolation: isolate;
}
/*.main-page .position-absolute-navbar:not(.navbar_onscroll) {*/
/*    position: relative;*/
/*}*/
.main-page .position-absolute-navbar {
    position: relative;
}
@media (min-width: 768.5px) {
 .main-page .position-absolute-navbar:not(.navbar_onscroll) .translucent-navbar::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 250px;
    background: linear-gradient(0deg, rgb(231 231 231 / 0%) 0%, rgb(49 46 46 / 75%) 100%);
    top: 0;
    left: 0;
    z-index: -1;
}
.position-absolute-navbar:not(.navbar_onscroll) button.navbar-toggler{
  background:#fff;
}

}
@media (min-width: 768.5px) {

 .main-page .position-absolute-navbar:not(.navbar_onscroll) {
    position: absolute;
}
.main-page .position-absolute-navbar:not(.navbar_onscroll) .dropdown.search_dropdown img {
    filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important;
}
.main-page .position-absolute-navbar:not(.navbar_onscroll) .dropdown-input::placeholder {
    color: #ffffff !important;
}
.dropdown.search_dropdown input:hover {
  width: 230px;
}
.dropdown.search_dropdown input:focus {
  width: 230px;
}
}

@media (min-width: 992.5px) {
 .main-page .position-absolute-navbar:not(.navbar_onscroll) .navbar-nav .nav-link,
.main-page .position-absolute-navbar:not(.navbar_onscroll) .dropdown.search_dropdown input {
    color: #fff !important;
}

}
@media (min-width:1024px){
    .navbar__position > img {
    width: 180px;
}

}
.logo__white{
    display:none;
}
    .logo__black{
    display:block;
}
@media (min-width:768.5px){
    .logo__black{
    display:none;
}
.logo__white{
    display:block;
}
}