@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Roboto:wght@300;400;500;700&display=swap");
html {
  scroll-behavior: smooth;
  font-family: "Roboto", Sans-serif; }

@font-face {
  font-family: "Milkshake";
  src: url("../css/milkshake.otf");
  src: url("../css/milkshake.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "JohnSans-Regular";
  src: url("../fonts/JohnSans-Regular.otf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "JohnSans-Regular";
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  color: #828893;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }
  @media screen and (max-width: 1920px) and (min-width: 1600px) {
    body {
      font-size: 1.2rem; } }

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px; } }
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.white-color {
  color: #fff !important; }

.black-color {
  color: #000 !important; }

.red-color {
  color: #b6383f !important; }

.yellow-color {
  color: #eead4b !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", Sans-serif;
  color: #444444;
  /* color: #1e1e1e; */
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

@media screen and (min-width: 1920px) {
  p {
    font-size: 1.1rem !important; } }

a {
  color: #b6383f;
  text-decoration: none; }

.namstay-font {
  text-transform: lowercase !important;
  font-family: "JohnSans-Regular" !important; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #b6383f; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.bg-banner-size, .bg-dotted-footer, .banner-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-images {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bg-dotted-2 {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/back.avif);
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .bg-dotted-2::before {
    content: '';
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.9;
    padding: 0.9em 4em 0.9em 4em; }

strong {
  color: #000;
  font-weight: 500; }

/* ------:: section title----------- */
.section-title-main h2 {
  font-size: 3rem;
  font-family: "Gilda Display", Sans-serif;
  color: #444444;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section-title-main h2 {
      font-size: 2rem;
      padding-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .section-title-main {
    margin-top: 20px; } }
.section-title-main .top-heading {
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #b6383f;
  font-weight: 500;
  font-family: "Milkshake"; }
  @media screen and (max-width: 767px) {
    .section-title-main .top-heading {
      font-size: 1.4rem;
      line-height: 1.6;
      letter-spacing: 0.1em; } }
.section-title-main p {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1rem;
  text-transform: capitalize;
  font-family: "Roboto", Sans-serif; }

.section-title-sub h3 {
  color: #b6383f;
  font-weight: 600;
  font-size: 2rem;
  font-family: "Gilda Display", Sans-serif; }
  @media screen and (min-width: 1920px) {
    .section-title-sub h3 {
      font-size: 3rem; } }

.text-sm p {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1rem; }
  @media (min-width: 1920px) {
    .text-sm p {
      padding-bottom: 20px; } }

.text-justify {
  text-align: justify; }

/* ------:: section----------- */
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 40px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-lg {
      padding: 50px 0; } }

/* ------:: Button----------- */
.submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: center; }
  .submit .submit-btn {
    position: relative;
    padding: 12px 20px;
    background-color: #edad4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    text-align: right; }

@media screen and (min-width: 1920px) {
  .section-title-main h3 {
    font-size: 2.5rem; }
  .section-title-main span {
    text-align: start; } }
.button-effect--1, .button-effect--2 {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #b6383f;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 15px 7px 16px;
  color: #fff;
  text-transform: uppercase;
  transition-property: transform;
  transition: 0.35s all ease; }
  @media screen and (min-width: 1920px) {
    .button-effect--1, .button-effect--2 {
      font-size: 1rem;
      padding: 9px 20px; } }
  .button-effect--1:hover, .button-effect--2:hover {
    /* // transform: scale(0.9);*/
    background-color: #000;
    color: #fff;
    border: none; }

.button-effect--2 {
  font-size: 1rem;
  padding: 15px 30px; }

.button-effect {
  padding: 10px 20px; }

.btn-color {
  background-color: #eead4b;
  padding: 5px 15px; }
  .btn-color:hover {
    background-color: #b6383f; }

.btn-color-red {
  background-color: #b6383f;
  padding: 8px 15px;
  color: #fff; }
  .btn-color-red:hover {
    background-color: #eead4b; }

.before-after, .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item::after, .sec-homeslider .swiper-slide::before, .sec-homeslider .homeslider-caption, .around-hotel-inner::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.section-about-bg {
  background-image: linear-gradient(to bottom, #f4f7fc00, #acacaf0f), url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/bg-1.webp); }

.bg-section--1 {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/about-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }
  .bg-section--1::before {
    background-color: #000000b8;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

.dotted-square {
  position: absolute;
  top: calc(43% - 20px);
  left: 45%;
  animation: nudge33bg 5s linear infinite alternate; }
  .dotted-square img {
    width: 70px; }

@keyframes nudge33bg {
  0%,
    100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(10px, 0); }
  80% {
    transform: translate(-10px, 0); } }
.bg-img-red {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/bg-img-red.avif);
  z-index: 1; }
  .bg-img-red::before {
    content: '';
    background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/bg-dotted-1.avif);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.2;
    padding: 0.9em 4em 0.9em 4em;
    background-position: top;
    background-size: 100%; }
  @media screen and (max-width: 787px) and (min-width: 320px) {
    .bg-img-red {
      background-color: #af242c;
      background-image: none; } }

.bg-dotted-footer {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/back-imgs/back.avif);
  z-index: 1; }
  .bg-dotted-footer::before {
    content: '';
    background: #585353;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.9;
    padding: 0.9em 4em 0.9em 4em; }

.bg-dotted-3 {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/bg-dotted.avif);
  background-position: top;
  background-size: 100%;
  z-index: 1; }
  .bg-dotted-3::before {
    content: '';
    background: #fbfbfb;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.91;
    padding: 0.9em 4em 0.9em 4em; }
  @media screen and (max-width: 787px) and (min-width: 320px) {
    .bg-dotted-3 {
      background-color: #b4b4b4;
      background-image: none; } }

.bg-dotted-1 {
  background-attachment: fixed;
  background-image: linear-gradient(to top, #372f2fa3, #00000091), url(../images/back-imgs/news-01.webp);
  background-size: cover;
  background-repeat: no-repeat; }

.list-after li {
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  @media screen and (min-width: 1920px) {
    .list-after li {
      font-size: 1.1rem; } }
  .list-after li:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #edad4a;
    width: 11px;
    height: 3px;
    top: 11px; }
  .list-after li:hover {
    padding: 0 30px;
    color: #b6383f; }
    .list-after li:hover:before {
      padding: 0 10px; }
  .list-after li:last-child {
    margin-bottom: 0; }
.list-after a {
  color: #fff; }

@keyframes mover {
  0% {
    transform: translateY(0) scale(1); }
  100% {
    transform: translateY(-5px) scale(1.05); } }
@keyframes grow-and-shrink {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.03); } }
.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 10px !important;
  top: auto !important; }
  .swiper-pagination .swiper-button-next,
  .swiper-pagination .swiper-button-prev {
    color: #46a0a0 !important; }
  .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    height: 16px;
    width: 13px;
    border-radius: 0;
    opacity: .6;
    border-radius: 1px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #b6383f;
    opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.custam-links li {
  color: #828893;
  font-size: 1rem;
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative; }
  .custam-links li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 5px;
    top: 8px;
    border-top: 9px solid #0000;
    border-right: 9px solid #eead4b;
    -webkit-transform: rotate(316deg); }
  .custam-links li:after {
    content: "";
    position: absolute;
    border: 0 solid #0000;
    border-top: 3px solid #eead4b;
    border-radius: 20px 0 0 0;
    top: 11px;
    left: -2px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(357deg); }

.img-area-video {
  padding: 0;
  position: relative; }
  .img-area-video:before {
    content: "";
    position: absolute;
    width: 92%;
    height: 93%;
    background: #0000006e;
    border: 2px solid #fff;
    z-index: 0;
    top: 15px;
    left: 15px;
    z-index: 1; }
  .img-area-video > img {
    height: auto; }
  .img-area-video .video-gallery {
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: all .5s ease-in-out 0s; }
    .img-area-video .video-gallery li {
      float: none; }
    .img-area-video .video-gallery .light-gallery-poster img {
      width: 50px; }
  .img-area-video .overlay-color {
    opacity: .6;
    z-index: 0;
    background-color: #a2323866;
    width: 100%;
    height: 100%;
    position: absolute; }

.main-height {
  height: 400px !important; }
  @media only screen and (min-width: 1920px) {
    .main-height {
      height: 540px !important; } }

.ripple-effect {
  border-radius: 50%;
  display: inline-block !important;
  animation: witr-shadow 2s linear infinite;
  transition: .5s; }

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 #ffffff5c, 0 0 0 10px #f9e5e84d, 0 0 0 20px #ffffff47; }
  100% {
    box-shadow: 0 0 0 10px #ffffff5c, 0 0 0 20px #ffffff91, 0 0 0 30px #fbfbfb3b; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .img-area-video {
    margin-top: 8px;
    margin-bottom: 30px; }
    .img-area-video > img {
      height: auto; } }
@media screen and (max-width: 992px) and (min-width: 767px) {
  .img-area-video {
    margin-top: 8px; } }
@media only screen and (max-width: 320px) {
  .img-area-video > img {
    height: auto; } }
@media only screen and (max-width: 1920px) {
  .img-area-video > img {
    width: 100%; } }
/* ----------------------------------------------------------
:: Cookies
---------------------------------------------------------- */
.banner-bottom {
  height: 99.3333px !important;
  margin-bottom: 20px !important; }

@keyframes FocuS {
  0% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.sticky-bar {
  right: 0; }

.int-sticky-bar {
  width: 200px;
  right: -170px; }
  @media screen and (min-width: 1601px) {
    .int-sticky-bar {
      right: -164px; } }

.sticky-bar {
  display: block;
  top: 50%;
  right: -133px;
  position: fixed;
  z-index: 9999;
  width: 184px; }
  .sticky-bar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sticky-bar ul li {
      border-radius: 4px 0 0 4px;
      margin: 2px;
      transition: 0.4s;
      padding: 6px;
      background-color: #25d366; }
      .sticky-bar ul li i {
        padding: 0 5px;
        font-size: 1rem;
        line-height: 1; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li i {
            font-size: 1.4rem; } }
      .sticky-bar ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        font-size: 0.95rem; }
        .sticky-bar ul li a .icon {
          line-height: 0; }
      .sticky-bar ul li:hover {
        margin-left: -80px; }
      .sticky-bar ul li .applynow,
      .sticky-bar ul li .whatsapp,
      .sticky-bar ul li .st-label {
        font-size: 0.8rem; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li .applynow,
          .sticky-bar ul li .whatsapp,
          .sticky-bar ul li .st-label {
            font-size: 1rem; } }

.custam li {
  display: flex;
  align-items: flex-start;
  gap: 10px; }
.custam img {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(30%) brightness(0.9); }
.custam li:hover img {
  transform: scale(1.2) rotate(5deg);
  filter: grayscale(0%) brightness(1.1); }
.custam span,
.custam a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: color 0.3s ease; }
.custam a:hover {
  color: #ffd700; }

.box span {
  font-weight: 400;
  color: #b6383f;
  background: #fff;
  z-index: 9;
  top: -13px;
  transition: .9s; }

html {
  scroll-behavior: smooth;
  font-family: "Roboto", Sans-serif; }

@font-face {
  font-family: "Milkshake";
  src: url("../css/milkshake.otf");
  src: url("../css/milkshake.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "JohnSans-Regular";
  src: url("../fonts/JohnSans-Regular.otf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "JohnSans-Regular";
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  color: #828893;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }
  @media screen and (max-width: 1920px) and (min-width: 1600px) {
    body {
      font-size: 1.2rem; } }

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px; } }
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.white-color {
  color: #fff !important; }

.black-color {
  color: #000 !important; }

.red-color {
  color: #b6383f !important; }

.yellow-color {
  color: #eead4b !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", Sans-serif;
  color: #444444;
  /* color: #1e1e1e; */
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

@media screen and (min-width: 1920px) {
  p {
    font-size: 1.1rem !important; } }

a {
  color: #b6383f;
  text-decoration: none; }

.namstay-font {
  text-transform: lowercase !important;
  font-family: "JohnSans-Regular" !important; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #b6383f; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.bg-banner-size, .bg-dotted-footer, .banner-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-images {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bg-dotted-2 {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/back.avif);
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .bg-dotted-2::before {
    content: '';
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.9;
    padding: 0.9em 4em 0.9em 4em; }

strong {
  color: #000;
  font-weight: 500; }

/* ------:: section title----------- */
.section-title-main h2 {
  font-size: 3rem;
  font-family: "Gilda Display", Sans-serif;
  color: #444444;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section-title-main h2 {
      font-size: 2rem;
      padding-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .section-title-main {
    margin-top: 20px; } }
.section-title-main .top-heading {
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #b6383f;
  font-weight: 500;
  font-family: "Milkshake"; }
  @media screen and (max-width: 767px) {
    .section-title-main .top-heading {
      font-size: 1.4rem;
      line-height: 1.6;
      letter-spacing: 0.1em; } }
.section-title-main p {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1rem;
  text-transform: capitalize;
  font-family: "Roboto", Sans-serif; }

.section-title-sub h3 {
  color: #b6383f;
  font-weight: 600;
  font-size: 2rem;
  font-family: "Gilda Display", Sans-serif; }
  @media screen and (min-width: 1920px) {
    .section-title-sub h3 {
      font-size: 3rem; } }

.text-sm p {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1rem; }
  @media (min-width: 1920px) {
    .text-sm p {
      padding-bottom: 20px; } }

.text-justify {
  text-align: justify; }

/* ------:: section----------- */
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 40px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-lg {
      padding: 50px 0; } }

/* ------:: Button----------- */
.submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: center; }
  .submit .submit-btn {
    position: relative;
    padding: 12px 20px;
    background-color: #edad4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    text-align: right; }

@media screen and (min-width: 1920px) {
  .section-title-main h3 {
    font-size: 2.5rem; }
  .section-title-main span {
    text-align: start; } }
.button-effect--1, .button-effect--2 {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #b6383f;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 15px 7px 16px;
  color: #fff;
  text-transform: uppercase;
  transition-property: transform;
  transition: 0.35s all ease; }
  @media screen and (min-width: 1920px) {
    .button-effect--1, .button-effect--2 {
      font-size: 1rem;
      padding: 9px 20px; } }
  .button-effect--1:hover, .button-effect--2:hover {
    /* // transform: scale(0.9);*/
    background-color: #000;
    color: #fff;
    border: none; }

.button-effect--2 {
  font-size: 1rem;
  padding: 15px 30px; }

.button-effect {
  padding: 10px 20px; }

.btn-color {
  background-color: #eead4b;
  padding: 5px 15px; }
  .btn-color:hover {
    background-color: #b6383f; }

.btn-color-red {
  background-color: #b6383f;
  padding: 8px 15px;
  color: #fff; }
  .btn-color-red:hover {
    background-color: #eead4b; }

.before-after, .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item::after, .sec-homeslider .swiper-slide::before, .sec-homeslider .homeslider-caption, .around-hotel-inner::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.section-about-bg {
  background-image: linear-gradient(to bottom, #f4f7fc00, #acacaf0f), url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/bg-1.webp); }

.bg-section--1 {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/about-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }
  .bg-section--1::before {
    background-color: #000000b8;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

.dotted-square {
  position: absolute;
  top: calc(43% - 20px);
  left: 45%;
  animation: nudge33bg 5s linear infinite alternate; }
  .dotted-square img {
    width: 70px; }

@keyframes nudge33bg {
  0%,
    100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(10px, 0); }
  80% {
    transform: translate(-10px, 0); } }
.bg-img-red {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/bg-img-red.avif);
  z-index: 1; }
  .bg-img-red::before {
    content: '';
    background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/bg-dotted-1.avif);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.2;
    padding: 0.9em 4em 0.9em 4em;
    background-position: top;
    background-size: 100%; }
  @media screen and (max-width: 787px) and (min-width: 320px) {
    .bg-img-red {
      background-color: #af242c;
      background-image: none; } }

.bg-dotted-footer {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/back-imgs/back.avif);
  z-index: 1; }
  .bg-dotted-footer::before {
    content: '';
    background: #585353;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.9;
    padding: 0.9em 4em 0.9em 4em; }

.bg-dotted-3 {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/back-imgs/bg-dotted.avif);
  background-position: top;
  background-size: 100%;
  z-index: 1; }
  .bg-dotted-3::before {
    content: '';
    background: #fbfbfb;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.91;
    padding: 0.9em 4em 0.9em 4em; }
  @media screen and (max-width: 787px) and (min-width: 320px) {
    .bg-dotted-3 {
      background-color: #b4b4b4;
      background-image: none; } }

.bg-dotted-1 {
  background-attachment: fixed;
  background-image: linear-gradient(to top, #372f2fa3, #00000091), url(../images/back-imgs/news-01.webp);
  background-size: cover;
  background-repeat: no-repeat; }

.list-after li {
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  @media screen and (min-width: 1920px) {
    .list-after li {
      font-size: 1.1rem; } }
  .list-after li:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #edad4a;
    width: 11px;
    height: 3px;
    top: 11px; }
  .list-after li:hover {
    padding: 0 30px;
    color: #b6383f; }
    .list-after li:hover:before {
      padding: 0 10px; }
  .list-after li:last-child {
    margin-bottom: 0; }
.list-after a {
  color: #fff; }

@keyframes mover {
  0% {
    transform: translateY(0) scale(1); }
  100% {
    transform: translateY(-5px) scale(1.05); } }
@keyframes grow-and-shrink {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.03); } }
.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 10px !important;
  top: auto !important; }
  .swiper-pagination .swiper-button-next,
  .swiper-pagination .swiper-button-prev {
    color: #46a0a0 !important; }
  .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    height: 16px;
    width: 13px;
    border-radius: 0;
    opacity: .6;
    border-radius: 1px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #b6383f;
    opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.custam-links li {
  color: #828893;
  font-size: 1rem;
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative; }
  .custam-links li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 5px;
    top: 8px;
    border-top: 9px solid #0000;
    border-right: 9px solid #eead4b;
    -webkit-transform: rotate(316deg); }
  .custam-links li:after {
    content: "";
    position: absolute;
    border: 0 solid #0000;
    border-top: 3px solid #eead4b;
    border-radius: 20px 0 0 0;
    top: 11px;
    left: -2px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(357deg); }

.img-area-video {
  padding: 0;
  position: relative; }
  .img-area-video:before {
    content: "";
    position: absolute;
    width: 92%;
    height: 93%;
    background: #0000006e;
    border: 2px solid #fff;
    z-index: 0;
    top: 15px;
    left: 15px;
    z-index: 1; }
  .img-area-video > img {
    height: auto; }
  .img-area-video .video-gallery {
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: all .5s ease-in-out 0s; }
    .img-area-video .video-gallery li {
      float: none; }
    .img-area-video .video-gallery .light-gallery-poster img {
      width: 50px; }
  .img-area-video .overlay-color {
    opacity: .6;
    z-index: 0;
    background-color: #a2323866;
    width: 100%;
    height: 100%;
    position: absolute; }

.main-height {
  height: 400px !important; }
  @media only screen and (min-width: 1920px) {
    .main-height {
      height: 540px !important; } }

.ripple-effect {
  border-radius: 50%;
  display: inline-block !important;
  animation: witr-shadow 2s linear infinite;
  transition: .5s; }

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 #ffffff5c, 0 0 0 10px #f9e5e84d, 0 0 0 20px #ffffff47; }
  100% {
    box-shadow: 0 0 0 10px #ffffff5c, 0 0 0 20px #ffffff91, 0 0 0 30px #fbfbfb3b; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .img-area-video {
    margin-top: 8px;
    margin-bottom: 30px; }
    .img-area-video > img {
      height: auto; } }
@media screen and (max-width: 992px) and (min-width: 767px) {
  .img-area-video {
    margin-top: 8px; } }
@media only screen and (max-width: 320px) {
  .img-area-video > img {
    height: auto; } }
@media only screen and (max-width: 1920px) {
  .img-area-video > img {
    width: 100%; } }
/* ----------------------------------------------------------
:: Cookies
---------------------------------------------------------- */
.banner-bottom {
  height: 99.3333px !important;
  margin-bottom: 20px !important; }

@keyframes FocuS {
  0% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.sticky-bar {
  right: 0; }

.int-sticky-bar {
  width: 200px;
  right: -170px; }
  @media screen and (min-width: 1601px) {
    .int-sticky-bar {
      right: -164px; } }

.sticky-bar {
  display: block;
  top: 50%;
  right: -133px;
  position: fixed;
  z-index: 9999;
  width: 184px; }
  .sticky-bar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sticky-bar ul li {
      border-radius: 4px 0 0 4px;
      margin: 2px;
      transition: 0.4s;
      padding: 6px;
      background-color: #25d366; }
      .sticky-bar ul li i {
        padding: 0 5px;
        font-size: 1rem;
        line-height: 1; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li i {
            font-size: 1.4rem; } }
      .sticky-bar ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        font-size: 0.95rem; }
        .sticky-bar ul li a .icon {
          line-height: 0; }
      .sticky-bar ul li:hover {
        margin-left: -80px; }
      .sticky-bar ul li .applynow,
      .sticky-bar ul li .whatsapp,
      .sticky-bar ul li .st-label {
        font-size: 0.8rem; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li .applynow,
          .sticky-bar ul li .whatsapp,
          .sticky-bar ul li .st-label {
            font-size: 1rem; } }

.custam li {
  display: flex;
  align-items: flex-start;
  gap: 10px; }
.custam img {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(30%) brightness(0.9); }
.custam li:hover img {
  transform: scale(1.2) rotate(5deg);
  filter: grayscale(0%) brightness(1.1); }
.custam span,
.custam a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: color 0.3s ease; }
.custam a:hover {
  color: #ffd700; }

.box span {
  font-weight: 400;
  color: #b6383f;
  background: #fff;
  z-index: 9;
  top: -13px;
  transition: .9s; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.top-bar {
  background-color: #eead4b;
  padding: 2px 0; }
  .top-bar .contact-details li:first-child a {
    border-right: 0; }
  .top-bar .topbar-ul li {
    display: block;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .top-bar .topbar-ul li {
        padding-right: 0; } }
    .top-bar .topbar-ul li span {
      border-right: 1px solid #b6383f;
      font-weight: 600; }
    .top-bar .topbar-ul li a {
      color: #fff;
      padding-right: 20px;
      font-size: 0.8rem;
      line-height: 2em;
      letter-spacing: 3px; }
      @media (min-width: 1920px) {
        .top-bar .topbar-ul li a {
          font-size: 1rem; } }
      .top-bar .topbar-ul li a i {
        padding: 0 10px 0 0; }
      @media (max-width: 767px) {
        .top-bar .topbar-ul li a {
          padding: 1rem; } }
      .top-bar .topbar-ul li a:hover {
        color: #b6383f; }
  .top-bar .email {
    letter-spacing: normal;
    font-size: 0.8rem;
    color: #fff;
    margin-right: 0.8rem; }
    @media (min-width: 1920px) {
      .top-bar .email {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .top-bar {
      padding: 10px 0; } }

header {
  width: 100%;
  z-index: 9; }
  @media (max-width: 767px) {
    header {
      position: relative; } }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.burger:after {
  content: unset !important; }
.burger ul {
  width: 30px; }
  .burger ul li {
    width: 30px;
    border-radius: 12px;
    height: 2px;
    text-align: right;
    transition: all .5s;
    background-color: #eead4b;
    margin-bottom: 5px; }
    .burger ul li:first-child, .burger ul li:last-child {
      width: 20px; }
  .burger ul:hover li {
    width: 20px; }
    .burger ul:hover li:first-child, .burger ul:hover li:last-child {
      width: 30px; }

.navbar {
  transition: 500ms ease;
  z-index: 999;
  padding: 0;
  position: relative;
  padding: 0.5rem 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .navbar {
      background: #fff;
      top: 0;
      position: relative; }
      .navbar .navbar-toggler {
        background-color: #b6383f; }
        .navbar .navbar-toggler span {
          color: #fff; } }
  .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
    margin-right: 0px !important; }
  @media (max-width: 992px) {
    .navbar .navbar-collapse .navbar-nav {
      overflow-y: scroll;
      height: auto; } }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    list-style: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.4rem; }
    @media (max-width: 600px) {
      .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 0;
        padding: 0; } }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      font-style: normal;
      font-weight: 600;
      font-size: 1rem;
      line-height: 23px;
      color: #000;
      display: block;
      padding: 4px 0;
      opacity: 1;
      text-align: center;
      text-transform: capitalize;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: 0.6s;
      font-family: "Gilda Display", Sans-serif; }
      @media screen and (max-width: 1920px) and (min-width: 1400px) {
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 1.1rem; } }
      .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #b6383f; }
      @media (max-width: 992px) {
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          padding: 1em 5% 13px;
          text-align: left;
          color: #000; } }
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: "FontAwesome";
    border: none;
    padding: 0;
    color: inherit;
    float: right;
    width: 15px;
    padding-left: 2px;
    font-weight: 600; }
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle:hover::after {
    content: "\f106"; }
  .navbar .navbar-collapse .navbar-nav li .dropdown-item {
    color: #b6383f; }
  .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu {
    padding: 4px;
    background: #fff;
    border-radius: 0;
    border: none; }
    .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item {
      border-bottom: 1px solid #e7e5e5;
      color: #b6383f;
      padding: 0.7rem;
      background: transparent;
      transition: 0.3s;
      line-height: 24px;
      font-weight: 600;
      font-size: 0.9rem;
      white-space: break-spaces;
      text-transform: capitalize;
      transition: all 500ms ease;
      position: relative;
      border-left: 2px solid transparent; }
      @media screen and (max-width: 1920px) and (min-width: 1400px) {
        .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item {
          font-size: 1.2rem !important; } }
      .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item::after {
        background-color: #8996a745;
        width: 0%;
        height: 100%;
        bottom: 0;
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
        top: auto; }
      .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item .active, .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item:hover, .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item:active {
        color: #000;
        border-left: 2px solid #b6383f; }
        .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item .active::after, .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item:hover::after, .navbar .navbar-collapse .navbar-nav .nav-link .dropdown-toggle .dropdown-menu li .dropdown-item:active::after {
          width: 100%; }
  .navbar .navbar-collapse .navbar-nav .dropdown-item.active,
  .navbar .navbar-collapse .navbar-nav .dropdown-item:active {
    background-color: #fff; }
  .navbar .navbar-collapse .navbar-nav .megamenu {
    background: #fff;
    background-position: top center;
    background-size: cover; }
    .navbar .navbar-collapse .navbar-nav .megamenu h6 {
      color: #fff;
      font-weight: 700;
      padding: 0;
      margin: 0;
      font-size: 1rem; }
    .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 {
      margin-bottom: 10px; }
      .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 ul li {
        background: #fff; }
      .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1:after {
        width: 100%;
        background-image: linear-gradient(-45deg, #fff, transparent);
        z-index: -1; }
    .navbar .navbar-collapse .navbar-nav .megamenu .megamenu-list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .navbar .navbar-collapse .navbar-nav .megamenu .megamenu-list li a {
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 1920px) and (min-width: 1400px) {
          .navbar .navbar-collapse .navbar-nav .megamenu .megamenu-list li a {
            font-size: 1.2rem; } }
        .navbar .navbar-collapse .navbar-nav .megamenu .megamenu-list li a img {
          border-radius: 10px;
          width: 90px; }
        .navbar .navbar-collapse .navbar-nav .megamenu .megamenu-list li a span {
          color: #b6383f;
          margin-left: 1rem;
          line-height: 1; }
  .navbar .navbar.scrolled {
    background: #fff;
    box-shadow: 0 2px 28px 0 #0000003d; }

.brand-logo img {
  width: 160px; }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .brand-logo img {
    width: 130px !important; } }
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .brand-logo img {
    width: 180px; } }

.fixed-top {
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 0px 10px #00000029; }
  .fixed-top img {
    width: 160px; }

/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto; }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    min-width: 230px;
    background: #fff;
    border-radius: 0;
    right: -100px; }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%; }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    border-top: 2px solid #b6383f;
    opacity: 1;
    visibility: visible;
    top: 45px;
    transform: rotateX(0deg);
    left: -46px; }

  .navbar .nav-item:hover .dropdown-menu.megamenu {
    top: 60px; } }
/* ============ desktop view .end// ============ */
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 100px;
    width: 75%;
    min-height: 100%;
    background: #fff;
    box-shadow: 0 9px 10px 0 #0006;
    z-index: 9;
    padding: 20px; }

  .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease; }

  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out; }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out; }

  .navbar-toggler {
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    box-shadow: none; } }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important; }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 74%;
    margin: 0 auto;
    padding: 30px !important; } }
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh; } }
/* ============ mobile view .end// ============ */
@media screen and (max-width: 992px) and (min-width: 320px) {
  .m-img {
    height: 40px; } }
.banner-logo img {
  width: 250px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-logo img {
      width: 170px; } }
  @media screen and (min-width: 1920px) {
    .banner-logo img {
      width: 300px; } }

.banner-bg {
  background-image: url(../images/banner/banner-1.webp);
  height: 120vh;
  width: 100%;
  position: relative;
  z-index: 1; }
  .banner-bg .overlay {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.35;
    z-index: -1; }

.banner-location {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s; }
  .banner-location::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61.46%, rgba(0, 0, 0, 0.69) 100%);
    border-radius: 0.3rem; }
    @media screen and (min-width: 1920px) {
      .banner-location::before {
        left: 76px;
        right: 0;
        width: 70%;
        height: 100%; } }
  .banner-location .loca-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 2px 9px 20px;
    z-index: 1; }
    .banner-location .loca-text a h4 {
      color: #fff;
      font-family: "Roboto", Sans-serif;
      font-size: 1.2rem;
      font-weight: 500;
      text-align: center;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      left: -20px;
      text-transform: uppercase; }
      @media screen and (min-width: 1920px) {
        .banner-location .loca-text a h4 {
          font-size: 1.1rem; } }

.booking-banner {
  position: relative;
  bottom: 77px;
  left: 0;
  right: 0;
  margin: auto;
  width: 65%; }
  @media (max-width: 767px) {
    .booking-banner {
      position: absolute;
      top: 360px;
      left: 0;
      right: 0;
      margin: auto;
      width: 61%; } }
  .booking-banner > form {
    box-shadow: 0px 0px 10px #0000005c; }
  .booking-banner .form-booking {
    border-right: 1px solid #e9e9e9;
    padding: 30px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff; }
    @media (max-width: 1024px) and (min-width: 767px) {
      .booking-banner .form-booking {
        padding: 0; } }
    @media (max-width: 767px) {
      .booking-banner .form-booking {
        padding: 20px; } }
    .booking-banner .form-booking .form-booking-check h6 {
      font-size: 0.9rem;
      text-transform: uppercase;
      line-height: 3; }
      @media screen and (min-width: 1920px) {
        .booking-banner .form-booking .form-booking-check h6 {
          font-size: 1.5rem; } }
    .booking-banner .form-booking .form-check-1 h4 {
      font-size: 3rem;
      font-family: 'Gilda Display', sans-serif;
      line-height: normal; }
    .booking-banner .form-booking .form-check-2 {
      margin-left: 18px; }
      .booking-banner .form-booking .form-check-2 h6 {
        line-height: 2; }
      .booking-banner .form-booking .form-check-2 span {
        line-height: normal;
        display: block; }
        .booking-banner .form-booking .form-check-2 span i {
          line-height: 27px; }
  .booking-banner .check-avail-booking {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 4px;
    padding: 0px 17px;
    margin-top: 0px;
    color: #ffffff !important;
    background-color: #1D1D1D;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .booking-banner .check-avail-booking {
        padding: 15px 30px; } }
    @media screen and (min-width: 1920px) {
      .booking-banner .check-avail-booking {
        font-size: 1.5rem; } }

/* ----------------------------------------------------------
::Home SEction Css
---------------------------------------------------------- */
.sec-homeslider {
  height: 85vh;
  z-index: 0; }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .sec-homeslider {
      height: 80vh; } }
  .sec-homeslider .banner1 .homeslider-caption {
    top: calc(10% - -100px); }
    .sec-homeslider .banner1 .homeslider-caption h1,
    .sec-homeslider .banner1 .homeslider-caption h2 {
      text-align: center; }
    .sec-homeslider .banner1 .homeslider-caption p {
      line-height: 1.5;
      text-align: center; }
    @media (max-width: 767px) {
      .sec-homeslider .banner1 .homeslider-caption {
        display: none; } }
  .sec-homeslider .swiper-slide {
    z-index: 0;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; }
    .sec-homeslider .swiper-slide::before {
      background: #000;
      opacity: 0.5;
      z-index: -1; }
  .sec-homeslider .homeslider-caption {
    top: calc(44% - 35px); }
    .sec-homeslider .homeslider-caption h1,
    .sec-homeslider .homeslider-caption h2 {
      font-size: 3rem;
      color: #fff;
      font-family: "Gilda Display", Sans-serif;
      letter-spacing: 4px;
      text-shadow: 2px -1px 0px #000;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .sec-homeslider .homeslider-caption h1,
        .sec-homeslider .homeslider-caption h2 {
          font-size: 2rem;
          margin-bottom: 20px; } }
      @media (max-width: 1920px) and (min-width: 1400px) {
        .sec-homeslider .homeslider-caption h1,
        .sec-homeslider .homeslider-caption h2 {
          font-size: 4rem; } }
    .sec-homeslider .homeslider-caption p {
      font-size: 1.3rem;
      color: #fff;
      font-weight: 400;
      letter-spacing: 0px;
      font-family: "JohnSans-Regular"; }
      @media (max-width: 767px) {
        .sec-homeslider .homeslider-caption p {
          font-size: 1rem; } }
    .sec-homeslider .homeslider-caption .btn-div {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .sec-homeslider .homeslider-caption .btn-div {
          margin-top: 20px; } }
    @media (max-width: 767px) {
      .sec-homeslider .homeslider-caption {
        top: calc(35% - 15px); } }
  @media (max-width: 767px) {
    .sec-homeslider {
      height: 50vh; }
      .sec-homeslider .homeslider-caption h3 {
        font-size: 1.1rem; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .sec-homeslider {
      height: 54.15vh; }
      .sec-homeslider .homeslider-caption h3 {
        font-size: 1.1rem; } }

.topbar-ul .text-nowrap a.active {
  color: #b6383f !important;
  font-weight: 800; }

/* ----------------------------------------------------------
::about
---------------------------------------------------------- */
.about-img {
  position: relative; }
  .about-img .about-years {
    position: absolute;
    bottom: -50px;
    left: -40px;
    z-index: 1;
    animation: grow-and-shrink 1000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate; }
    .about-img .about-years img {
      width: 150px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .about-img .about-years img {
          margin-bottom: 45px; } }

/* ----------------------------------------------------------
::room section
---------------------------------------------------------- */
.room {
  margin-bottom: 30px !important;
  transition: all 0.5s ease-in-out; }
  .room img {
    border-radius: 15px 15px 0px 0; }
  .room .room-inner {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 400ms ease-in-out;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 15px 15px; }
    .room .room-inner .room-text {
      position: relative;
      display: inline-grid;
      align-items: center; }
      @media screen and (min-width: 1920px) {
        .room .room-inner .room-text h4 {
          font-size: 1.5rem; } }
      .room .room-inner .room-text h5 {
        font-size: 1.4rem;
        font-weight: 600;
        font-family: 'Gilda Display', sans-serif;
        margin-bottom: 15px; }
        @media screen and (min-width: 1920px) {
          .room .room-inner .room-text h5 {
            font-size: 1.7rem; } }
    .room .room-inner p {
      font-size: 0.95rem; }
  .room:hover {
    transform: translateY(-10px); }
    .room:hover img {
      filter: grayscale(1); }

/* ----------------------------------------------------------
:: footer section
---------------------------------------------------------- */
.top-footer {
  position: relative;
  background-image: linear-gradient(9deg, #b93940, #bc485759), url(../images/background-menu.jpg); }
  .top-footer .top-backg {
    position: relative;
    height: 350px;
    z-index: 0; }
    @media screen and (max-width: 1920px) and (min-width: 1600px) {
      .top-footer .top-backg {
        height: 450px; } }
    .top-footer .top-backg img {
      height: 350px; }
      @media screen and (max-width: 1920px) and (min-width: 1600px) {
        .top-footer .top-backg img {
          height: 450px; } }
    .top-footer .top-backg .top-text {
      position: absolute;
      bottom: calc(40% - 30px);
      z-index: 99;
      text-align: center;
      left: 0;
      right: 0; }
      .top-footer .top-backg .top-text h6 {
        color: #fff;
        font-weight: 500; }
        @media screen and (min-width: 1920px) {
          .top-footer .top-backg .top-text h6 {
            font-size: 1.5rem; } }
      .top-footer .top-backg .top-text h3 {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 600; }
        @media screen and (min-width: 1920px) {
          .top-footer .top-backg .top-text h3 {
            font-size: 3rem; } }

.social {
  padding: 20px 0 0 0; }
  .social li a {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-size: 1rem;
    text-align: center;
    transition: 0.6s; }
    .social li a i {
      background: #fff;
      padding: 10px 14px 8px 15px;
      border-radius: 10%;
      color: #b6383f; }
      .social li a i:hover {
        color: #eead4b; }

.footer-logo-wid {
  width: 90%; }
  @media (max-width: 767px) {
    .footer-logo-wid {
      width: 65%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-logo-wid {
      width: 60%; } }

.footer .footer-inner {
  padding: 40px 0 20px; }
  .footer .footer-inner .footer-logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .footer .footer-inner .address {
    position: relative; }
    .footer .footer-inner .address h6 {
      color: #fff;
      margin-top: 10px;
      font-weight: 600;
      position: relative;
      padding-bottom: 40px; }
      .footer .footer-inner .address h6:before {
        content: '';
        position: absolute;
        height: 3px;
        width: 95px;
        top: 40px;
        left: 22px;
        background: #eead4b; }
      .footer .footer-inner .address h6:after {
        content: "";
        width: 8px;
        height: 8px;
        left: 66px;
        position: absolute;
        top: 37px;
        font-style: normal;
        transform: skewX(1deg);
        background: #887e71; }
    @media (max-width: 767px) {
      .footer .footer-inner .address {
        margin-top: 20px; } }
    .footer .footer-inner .address .custam li {
      padding-bottom: 15px; }
      .footer .footer-inner .address .custam li a {
        font-size: 0.8rem;
        padding-left: 5px;
        color: #fff;
        font-weight: 500; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .footer .footer-inner .address .custam li a {
            font-size: 1rem; } }
        @media screen and (min-width: 1920px) {
          .footer .footer-inner .address .custam li a {
            font-size: 1.1rem; } }
        .footer .footer-inner .address .custam li a:hover {
          color: #edad4a; }
.footer .copyright {
  color: #b6383f;
  font-weight: 600;
  text-align: center;
  font-size: 1rem; }
  .footer .copyright p {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 300; }
    .footer .copyright p span {
      color: #fff;
      font-weight: 500; }
      .footer .copyright p span a {
        color: #fff; }
      .footer .copyright p span:hover {
        color: #eead4b; }

.facilities-text {
  align-items: center;
  display: flex;
  background-color: #fff;
  transition: all 400ms ease-in-out;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 1px solid #edad4aa3;
  transition: all 0.5s ease-in-out;
  min-height: 110px; }
  @media (max-width: 767px) {
    .facilities-text {
      margin-bottom: 20px;
      border: 1px solid #edad4aa3;
      transition: all 0.5s ease-in-out;
      padding: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%; } }
  .facilities-text h5 {
    font-family: "Gilda Display", Sans-serif;
    font-size: 1.1rem;
    color: #000;
    font-weight: 600;
    text-align: start;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .facilities-text h5 {
        font-size: 1rem;
        text-align: center;
        margin-left: 0; } }
    @media screen and (min-width: 1920px) {
      .facilities-text h5 {
        font-size: 1.2rem; } }
  .facilities-text img,
  .facilities-text span {
    width: 40px;
    animation: mover 1s infinite alternate;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 767px) {
      .facilities-text img,
      .facilities-text span {
        margin-bottom: 10px;
        margin-right: 0px; } }
  .facilities-text:hover {
    border: 1px solid #b6383f;
    color: #fff;
    transform: translateY(-10px); }

.blogs-box-xs {
  background-color: #fff;
  box-shadow: 0px 2px 10px #e1e1e182; }
  .blogs-box-xs .blogs-text {
    padding: 20px 15px; }
    .blogs-box-xs .blogs-text h4 {
      color: #1c1c1c;
      font-family: 'Gilda Display', sans-serif;
      font-weight: 600; }
      .blogs-box-xs .blogs-text h4 a {
        color: #1c1c1c; }
    .blogs-box-xs .blogs-text p {
      font-size: 1rem;
      font-weight: 100;
      letter-spacing: 1px;
      color: #5c5c5c;
      line-height: 1.4;
      text-transform: lowercase;
      margin-bottom: 0;
      margin-top: 10px; }
    .blogs-box-xs .blogs-text span {
      border-left: 2px solid #b6383f;
      font-size: 0.6rem;
      font-weight: 400;
      letter-spacing: 4px;
      color: #5c5c5c;
      line-height: 1.5;
      text-transform: uppercase;
      padding-left: 10px; }
      @media screen and (min-width: 1920px) {
        .blogs-box-xs .blogs-text span {
          font-size: 1rem; } }

.blogs-img-effect {
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out 0s; }
  .blogs-img-effect img {
    height: 200px;
    width: 100%; }
    @media screen and (min-width: 1920px) {
      .blogs-img-effect img {
        height: 270px; } }
  .blogs-img-effect::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 61.46%, rgba(0, 0, 0, 0.83) 100%);
    border-radius: 0.3rem; }
  .blogs-img-effect .img-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 0px 2px 9px 20px;
    z-index: 1; }
    .blogs-img-effect .img-text a {
      color: #fff;
      font-family: Satoshi Black;
      font-size: 1.2rem;
      font-weight: 500;
      text-align: center;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      text-transform: capitalize; }
    .blogs-img-effect .img-text i {
      text-align: center;
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      justify-content: center;
      margin-top: 10px; }

.blogs-img-effect--1::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(182, 56, 63, 0.9) 0%, rgba(182, 56, 63, 0.95) 61.46%, rgba(182, 56, 63, 0.95) 100%);
  border-radius: 0.3rem; }
.blogs-img-effect--1 img {
  width: 100%;
  height: 270px; }
.blogs-img-effect--1 .img-text p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-align: center; }

.blogs-img-effect--2 img {
  width: 100%;
  height: 290px; }
.blogs-img-effect--2 .img-text {
  bottom: 10px;
  padding: 25px; }
.blogs-img-effect--2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61.46%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 0.3rem; }
.blogs-img-effect--2 span {
  border-left: 2px solid #b6383f;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #ffffff;
  line-height: 1.5;
  text-transform: uppercase;
  padding-left: 10px; }
.blogs-img-effect--2 h4 {
  font-size: 1.5rem;
  font-family: "Gilda Display", Sans-serif;
  color: #fff;
  font-weight: 600; }

.blogs-img-effect--3 img {
  width: 100%;
  height: 500px; }
.blogs-img-effect--3::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61.46%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 0.3rem; }

.service-main {
  position: relative; }
  @media (max-width: 767px) {
    .service-main {
      top: -20px; } }
  .service-main .room-slider {
    height: 55vh;
    overflow-x: visible; }
    @media (max-width: 767px) {
      .service-main .room-slider {
        height: 30vh; } }
    @media (max-width: 1920px) and (min-width: 1400px) {
      .service-main .room-slider {
        height: 30vh; } }
  .service-main .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #b6383f;
    box-shadow: 0px 0px 10px #3b3b3b70;
    border-radius: 10px;
    transition: 0.6s;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    top: 210px;
    color: #fff; }
    @media (max-width: 767px) {
      .service-main .swiper-button-next {
        top: 265px; } }
    .service-main .swiper-button-next::after {
      font-size: 20px;
      content: "\f107";
      font-family: 'FontAwesome'; }
    @media (max-width: 1920px) and (min-width: 1400px) {
      .service-main .swiper-button-next {
        top: 250px; } }
  .service-main .service {
    position: absolute;
    left: -100px;
    top: calc(72% - 158px); }
    @media (max-width: 767px) {
      .service-main .service {
        position: unset; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .service-main .service {
        position: unset; } }
    .service-main .service .service-box {
      transition: 0.35s all ease;
      position: relative;
      width: calc(100% - -100px);
      box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.1);
      z-index: 9;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .service-main .service .service-box {
          width: calc(73% - -100px);
          margin: 15px 0; } }
      @media (min-width: 1920px) {
        .service-main .service .service-box {
          width: calc(115% - -104px);
          margin-bottom: 50px; } }
      .service-main .service .service-box .service-box-img img {
        height: 80px;
        object-fit: cover;
        border: 2px dashed #ffffff; }
        @media (max-width: 767px) {
          .service-main .service .service-box .service-box-img img {
            width: 89px;
            height: 89px; } }
      .service-main .service .service-box .service-box-content {
        width: calc(75% - 100px); }
        .service-main .service .service-box .service-box-content .service-box-inner {
          line-height: 30px; }
      .service-main .service .service-box h3 {
        font-size: 1.3rem;
        font-weight: 400;
        color: #444444;
        text-align: start;
        font-family: "Gilda Display", Sans-serif; }
        @media screen and (min-width: 1920px) {
          .service-main .service .service-box h3 {
            font-size: 1.5rem; } }
      .service-main .service .service-box p {
        font-size: 1rem;
        color: #828893;
        font-family: "Gilda Display", Sans-serif;
        margin-bottom: 0; }

.img-size img {
  height: auto;
  object-fit: cover; }

/* ----------------------------------------------------------
:: Scroll to Top CSS
---------------------------------------------------------- */
#totop.top-visible {
  animation: jump 4s infinite; }

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline; }

#totop {
  font-weight: 900;
  color: #000;
  display: none;
  position: fixed;
  right: 47px;
  top: 90%;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  background-color: #eead4b;
  transition: .3s ease-in-out; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    #totop {
      right: 25px;
      top: 80%; } }

@keyframes jump {
  0% {
    bottom: 20px; }
  50% {
    bottom: 40px; }
  100% {
    bottom: 20px; } }
#totop.top-visible {
  animation: jump 4s infinite;
  -webkit-animation: jump 4s infinite; }

.blogs {
  transition: all 0.5s ease-in-out; }
  .blogs .img-blog img {
    object-fit: cover;
    min-height: 240px;
    width: 100%; }
    @media screen and (min-width: 1920px) {
      .blogs .img-blog img {
        height: 300px; } }
  .blogs .blog-inner {
    padding: 20px;
    background-color: #f5f5f5;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .blogs .blog-inner h3 {
      font-size: 1.1rem;
      font-weight: 600;
      text-align: left;
      color: #000; }
      @media screen and (min-width: 1920px) {
        .blogs .blog-inner h3 {
          font-size: 1.2rem; } }
    .blogs .blog-inner p {
      font-size: 1rem;
      margin: 1rem 0;
      line-height: 1.5;
      letter-spacing: 0.5px;
      font-weight: 300;
      font-family: "Roboto", Sans-serif; }
    @media screen and (min-width: 1920px) {
      .blogs .blog-inner {
        min-height: 300px; } }
    .blogs .blog-inner .view-detail a {
      color: #b6383f; }
      .blogs .blog-inner .view-detail a i {
        padding-left: 10px; }
      .blogs .blog-inner .view-detail a:hover {
        color: #edad4a; }
  .blogs:hover {
    transform: translateY(-10px); }

.blogs-1 {
  border: 1px solid #b6383f4d; }

.breadcrum-banner {
  position: relative;
  padding: 5rem;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/bread-scrum.avif);
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .breadcrum-banner {
      padding: 3rem 0.5rem 3rem 0.5rem; } }
  .breadcrum-banner::before {
    background-color: #ffffff29;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .breadcrum-banner .breadcrum-title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: start; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .breadcrum-banner .breadcrum-title h1 {
        font-size: 1.9rem; } }
  .breadcrum-banner .breadcrum-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #b5383fbd;
    padding: 5px 15px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .breadcrum-banner .breadcrum-bottom {
        display: none; } }
    .breadcrum-banner .breadcrum-bottom .breadcrum-list li {
      position: relative;
      float: left;
      font-size: 1rem;
      line-height: 30px;
      cursor: default;
      text-transform: capitalize;
      padding-right: 10px; }
      .breadcrum-banner .breadcrum-bottom .breadcrum-list li a {
        color: #fff;
        font-weight: 400; }
      .breadcrum-banner .breadcrum-bottom .breadcrum-list li i {
        color: #000; }
      .breadcrum-banner .breadcrum-bottom .breadcrum-list li:last-child {
        color: #fff; }
        .breadcrum-banner .breadcrum-bottom .breadcrum-list li:last-child a {
          color: #fff; }

/* ----------------------------------------------------------
:: Testimonials*
---------------------------------------------------------- */
.testimonials-block {
  background-color: #fff; }
  .testimonials-block::before {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    font-size: 2rem;
    color: #eeb35b;
    transition: all .4s;
    left: 350px;
    bottom: 274px;
    transform: translate(5%, 100%);
    padding: 5px 22px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .testimonials-block::before {
        left: -24px;
        bottom: 290px; } }
    @media screen and (min-width: 1920px) {
      .testimonials-block::before {
        font-size: 3rem;
        transition: all .4s;
        left: 450px;
        bottom: 290px; } }
  .testimonials-block::after {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    font-size: 2rem;
    color: #eead4b;
    transition: all .4s;
    right: 170px;
    bottom: 120px;
    opacity: .9;
    transform: translateY(25%);
    padding: 5px 22px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .testimonials-block::after {
        right: 60px;
        bottom: 50px; } }
    @media screen and (min-width: 1920px) {
      .testimonials-block::after {
        font-size: 3rem;
        right: 730px;
        bottom: 90px; } }
  .testimonials-block .testimonials-block-inner {
    padding: 2rem; }
  .testimonials-block p {
    line-height: 1.25;
    font-size: 1.2rem;
    font-weight: 300; }
  .testimonials-block h6 {
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 5px; }

/* ----------------------------------------------------------
::  LightBox gallery*
---------------------------------------------------------- */
.lightBox--gallery .lightgallery > li {
  float: left;
  margin-bottom: 15px; }
  .lightBox--gallery .lightgallery > li a {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    color: #b6383f;
    box-shadow: 0px 0px 10px #ffffff38; }
    .lightBox--gallery .lightgallery > li a::before {
      content: "";
      background: #b6383f;
      height: 0;
      width: 0;
      z-index: 3;
      right: 0;
      top: 0;
      position: absolute;
      opacity: 0.7; }
    .lightBox--gallery .lightgallery > li a::after {
      content: "";
      background: #b6383f;
      height: 0;
      width: 0;
      z-index: 3;
      bottom: 0;
      left: 0;
      position: absolute;
      opacity: 0.7; }
    .lightBox--gallery .lightgallery > li a:hover:before {
      height: 100%;
      width: 100%;
      opacity: 0;
      transition-duration: 1.3s !important; }
    .lightBox--gallery .lightgallery > li a:hover:after {
      height: 100%;
      width: 100%;
      opacity: 0;
      transition-duration: 1.3s !important; }
    .lightBox--gallery .lightgallery > li a:hover img {
      filter: grayscale(90%); }
    .lightBox--gallery .lightgallery > li a > img {
      transition: transform 0.15s ease 0s;
      transform: scale3d(1, 1, 1);
      width: 100%; }
    .lightBox--gallery .lightgallery > li a:hover > img {
      transform: scale3d(1.1, 1.1, 1.1); }
    .lightBox--gallery .lightgallery > li a:hover .light-gallery-poster i {
      opacity: 1;
      filter: none; }
    .lightBox--gallery .lightgallery > li a .light-gallery-poster {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: background-color .15s ease 0s;
      /*  border: 4px solid $white-color;*/ }
      .lightBox--gallery .lightgallery > li a .light-gallery-poster i {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transition: opacity 0.3s ease 0s;
        font-size: 2rem; }
.lightBox--gallery .testimonials {
  position: absolute;
  top: calc(50% - 36px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.5s ease-in-out 0s; }
  .lightBox--gallery .testimonials li {
    float: none; }
  .lightBox--gallery .testimonials .light-gallery-poster i {
    font-size: 3rem;
    transition: all 0.6s ease-in-out;
    color: #eead4b; }

/* ----------------------------------------------------------
::   contact us
---------------------------------------------------------- */
.contact {
  background-image: url(../images/bg-imgs/wavvve.webp);
  background-position: right;
  background-size: cover;
  background-position: 100% 100%; }
  .contact .contact-info .main-footer {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    min-height: 170px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s ease-in-out; }
    @media screen and (max-width: 676px) {
      .contact .contact-info .main-footer {
        min-height: 0px; } }
    @media screen and (min-width: 678px) and (max-width: 1024px) {
      .contact .contact-info .main-footer {
        padding: 10px; } }
    @media screen and (min-width: 1920px) {
      .contact .contact-info .main-footer {
        min-height: 190px; } }
    .contact .contact-info .main-footer:hover {
      transform: translateY(-10px); }

.address {
  margin-top: 15px; }
  .address i {
    padding-right: 15px;
    color: #b5262b;
    font-size: 1.1rem; }
  .address h3 {
    font-weight: 600;
    color: #b6383f;
    font-size: 1.3rem;
    margin-bottom: 0.7rem; }
  .address h5 {
    margin-bottom: 16px; }
  .address p {
    padding-left: 2rem;
    position: relative; }
    .address p a {
      color: #000; }
      .address p a i {
        color: #b6383f;
        position: absolute;
        left: 0;
        top: 7px; }
        @media screen and (max-width: 767px) {
          .address p a i {
            top: 4px; } }
        @media screen and (min-width: 1920px) {
          .address p a i {
            top: 10px; } }

.form-content {
  background-color: #ef7f1a;
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0 10px 20px #b7b4b4; }
  .form-content .section-title h2,
  .form-content h4 {
    color: #fff; }
  .form-content .form-control {
    padding: 1rem 0.75rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff; }
    .form-content .form-control:focus {
      outline: none;
      box-shadow: none; }
  .form-content .form-floating > label {
    color: #fff; }
  .form-content .button--effect-1 {
    border: 2px solid #ffffff;
    color: #fff; }
    .form-content .button--effect-1:hover {
      color: #b6383f; }
    .form-content .button--effect-1:before, .form-content .button--effect-1:after {
      border-bottom: 80px solid #fff; }

.box-content {
  border-radius: 10px;
  padding: 23px 26px 20px 20px;
  box-shadow: 0 10px 20px #b7b4b4;
  background: #fff;
  position: relative;
  z-index: 1; }

.overlay-1 {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #b6383f;
  height: 100%;
  width: 13%;
  z-index: -1; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .overlay-1 {
      width: 100%; } }

.contact-form {
  position: relative;
  display: block;
  padding: 20px; }
  .contact-form form textarea {
    height: 108px;
    padding-top: 12px;
    padding-left: 21px;
    padding-right: 20px;
    padding-bottom: 10px; }
  .contact-form form input {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e2deda;
    width: 100%;
    height: 40px;
    color: #7f7873;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease; }
  .contact-form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 19px; }
    .contact-form form .form-group label {
      position: relative;
      top: 0px;
      color: #000;
      font-size: 0.91rem;
      line-height: 18px;
      font-weight: 400;
      margin: 0 0 12px; }
  .contact-form form .input-box {
    position: relative;
    display: block; }

.offer-slide .swiper-pagination {
  top: 36px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .offer-slide .swiper-pagination {
      top: 62px; } }

ol.menu li {
  list-style: upper-alpha;
  padding: 5px;
  margin: 10px; }

ol.list li {
  list-style: auto;
  padding: 5px;
  margin: 10px; }

.vertical-tabs .sticky-navbar {
  position: sticky;
  top: 100px; }
.vertical-tabs nav {
  border-left: 1px solid #ffffff61;
  display: flex; }
  .vertical-tabs nav > span {
    display: none; }
  .vertical-tabs nav a {
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    color: #000;
    text-transform: capitalize;
    padding: 3px 10px;
    font-weight: 500;
    margin-bottom: 10px; }
    .vertical-tabs nav a:hover {
      color: #000; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .vertical-tabs nav {
      justify-content: space-between; }
      .vertical-tabs nav span {
        color: #fff;
        font-size: 20px;
        margin-left: 15px; }
      .vertical-tabs nav .navbar-collapse {
        position: absolute;
        top: 45px;
        background-color: #b5262b; }
      .vertical-tabs nav .mobile-menu-btn {
        margin: 5px;
        padding: 2px; }
        .vertical-tabs nav .mobile-menu-btn .toggler-icon {
          background-color: #fff; }
      .vertical-tabs nav a {
        font-size: 0.9rem;
        background-color: #b6383f;
        margin-right: 6px;
        margin-bottom: 5px;
        text-align: left;
        border-bottom: 1px solid #fff;
        display: inline-flex; }
        .vertical-tabs nav a:first-child {
          border-top: 1px solid #fff; } }
  .vertical-tabs nav a.active {
    position: relative; }
    .vertical-tabs nav a.active:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-color: #828282;
      left: -6px;
      top: calc(50% - 6px);
      transform: rotate(45deg);
      box-shadow: 3px 3px 0px #fff; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .vertical-tabs nav a.active:before {
        content: unset; } }

.tab-location .nav-item {
  width: 33%; }
  .tab-location .nav-item .nav-link {
    /*   padding: 10px 149px;*/
    font-size: 1rem;
    font-weight: 600;
    color: #828893;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    text-align: center; }
    .tab-location .nav-item .nav-link:focus-visible {
      outline: 0; }
    .tab-location .nav-item .nav-link:before {
      position: absolute;
      left: calc(50% - 5px);
      bottom: -8px;
      content: "";
      background: #828893;
      width: 13px;
      height: 13px;
      /* margin: auto; */
      text-align: center;
      border-radius: 50px; }
    @media (max-width: 1920px) and (min-width: 1400px) {
      .tab-location .nav-item .nav-link {
        padding: 10px 242px; } }
    .tab-location .nav-item .nav-link:hover {
      border-color: #e9ecef00 #e9ecef00 #dee2e600; }

.tab-location .nav-link.active {
  color: #b6383f;
  border: none; }
  .tab-location .nav-link.active:before {
    background: #b6383f; }
  .tab-location .nav-link.active:focus-visible {
    outline: 0; }

.course-contents {
  position: sticky;
  top: 90px;
  z-index: 9;
  background: #fff; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .course-contents {
      margin-bottom: 30px !important; } }

.horizonatal-tabs .navbar {
  z-index: 9;
  width: 100%; }
  .horizonatal-tabs .navbar .sub-menu-bar {
    margin: auto;
    /*overflow-x: scroll;*/
    display: flex;
    /* overflow-y: hidden;*/
    border-bottom: 1px solid #dee2e6;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .horizonatal-tabs .navbar .sub-menu-bar {
        margin-top: 20px; } }
    .horizonatal-tabs .navbar .sub-menu-bar a {
      padding: 8px;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      background: #b6383f;
      letter-spacing: 2px;
      text-transform: uppercase;
      position: relative;
      text-align: center;
      width: 33%;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .horizonatal-tabs .navbar .sub-menu-bar a {
          font-size: .8rem; } }
      @media screen and (min-width: 1920px) {
        .horizonatal-tabs .navbar .sub-menu-bar a {
          font-size: 1.5rem; } }
      .horizonatal-tabs .navbar .sub-menu-bar a:before {
        position: absolute;
        left: calc(50% - 10px);
        bottom: -6px;
        content: "";
        background: #eead4b;
        width: 13px;
        height: 13px;
        /* margin: auto; */
        text-align: center;
        border-radius: 50px; }
    .horizonatal-tabs .navbar .sub-menu-bar a.active {
      color: #b6383f;
      background: #eead4b; }
      .horizonatal-tabs .navbar .sub-menu-bar a.active::before {
        background-color: #b6383f; }

.fixed-horizontal {
  position: fixed;
  top: 50px; }

.roominner-2 .swiper-slide {
  padding: 230px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .roominner-2 .swiper-slide {
      padding: 170px; } }
.roominner-2 .swiper-button-next,
.roominner-2 .swiper-button-prev {
  top: auto;
  position: absolute;
  bottom: 20px; }

.roominner {
  position: absolute;
  bottom: 20px; }
  .roominner .swiper-slide {
    padding: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.room-services {
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000026; }
  .room-services h4 {
    background: #b6383f;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.4rem; }

.services-list div {
  padding: 18px 10px;
  text-align: center; }
  .services-list div p {
    color: #000;
    margin-bottom: 0; }
  .services-list div img {
    width: 40px;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 0.5rem; }

.around-hotel-inner {
  position: relative;
  border-radius: 30px; }
  .around-hotel-inner::before {
    bottom: 0;
    height: 100%;
    top: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #aa3140;
    background: linear-gradient(180deg, rgba(170, 49, 64, 0) 18%, rgba(170, 49, 64, 0.2077205882) 36%, rgba(48, 48, 48, 0.77) 100%); }
  .around-hotel-inner .artist-name {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 15px; }
    .around-hotel-inner .artist-name h5 {
      font-weight: 600; }
    .around-hotel-inner .artist-name h5,
    .around-hotel-inner .artist-name p {
      color: #fff; }
  .around-hotel-inner:hover::before {
    height: 100%;
    background-color: #414141;
    opacity: 0.6; }
  .around-hotel-inner:hover .artist-name {
    bottom: 20%; }

.similar-room {
  padding-bottom: 2rem; }

/* ----------------------------------------------------------
::  recent blogs*
---------------------------------------------------------- */
.recent-blog {
  position: sticky;
  top: 15%;
  padding: 20px;
  background-color: #fff; }
  .recent-blog ul li {
    border-bottom: 1px solid #2b2b2b21;
    transition: 0.6s; }
    .recent-blog ul li a {
      text-decoration: none;
      padding: 15px 0; }
      .recent-blog ul li a .recent-img {
        width: 100px; }
      .recent-blog ul li a .recent-details {
        width: calc(100% - 120px);
        padding: 10px;
        display: flex;
        align-items: center;
        text-align: start; }
        .recent-blog ul li a .recent-details h6 {
          line-height: 1.1;
          margin: 0;
          font-size: 0.9rem;
          font-weight: 600;
          color: #000;
          transition: all .5s; }
          @media screen and (min-width: 1920px) {
            .recent-blog ul li a .recent-details h6 {
              font-size: 1rem; } }
      .recent-blog ul li a .recent-post {
        position: relative; }
        .recent-blog ul li a .recent-post .scroll-box::-webkit-scrollbar {
          width: .4em; }
        .recent-blog ul li a .recent-post .scroll-box::-webkit-scrollbar,
        .recent-blog ul li a .recent-post .scroll-box::-webkit-scrollbar-thumb {
          overflow: visible;
          border-radius: 4px; }
        .recent-blog ul li a .recent-post .scroll-box::-webkit-scrollbar-thumb {
          background: rgba(0, 0, 0, 0.2); }
        .recent-blog ul li a .recent-post .cover-bar {
          position: absolute;
          background: red;
          height: 100%;
          top: 0;
          right: 0;
          width: 1.4em;
          transition: all .5s;
          opacity: 1; }
          .recent-blog ul li a .recent-post .cover-bar:hover .cover-bar {
            opacity: 0;
            transition: all .5s; }
    .recent-blog ul li:hover .recent-details {
      background-color: #b6383f; }
      .recent-blog ul li:hover .recent-details h6 {
        color: #fff; }
  @media screen and (min-width: 1600px) and (max-width: 1920px) {
    .recent-blog {
      height: auto; } }

.gaya-inner {
  position: relative;
  background-color: #fbf6f7;
  padding: 40px 140px 40px 40px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .gaya-inner {
      padding: 10px; } }

.gaya-inner-flex {
  padding: 40px 40px 40px 110px; }
  .gaya-inner-flex::before {
    left: 475px; }

.gaya-img-flex {
  margin-right: -67px;
  position: relative;
  z-index: 1; }

.gaya-img {
  margin-left: -78px;
  position: relative;
  z-index: 1; }
  @media (min-width: 1920px) {
    .gaya-img {
      margin-left: 0; } }

.bg-outer {
  background-color: #ecf0f1; }

/* ----------------------------------------------------------
::  blogs inner*
---------------------------------------------------------- */
.inner-img {
  width: 800px; }

.card {
  transition: 1s; }

.overlay-type--1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .9;
  background-image: linear-gradient(45deg, #d7373700, #00000000), url(../images/bg-imgs/about-bg.webp);
  background-position: center 50%;
  background-attachment: fixed;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover; }

/* ----------------------------------------------------------
::Our Ancillary Services
---------------------------------------------------------- */
@media (max-width: 767px) {
  .service-ancillary {
    display: none; } }
.service-ancillary .services-background {
  position: relative;
  height: 73vh;
  border-radius: 5px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767) {
    .service-ancillary .services-background {
      height: 30vh !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .service-ancillary .services-background img {
      object-fit: cover; } }
  .service-ancillary .services-background .service-inner h5 {
    font-size: 1.5rem;
    font-weight: 700; }
    @media (min-width: 1920px) {
      .service-ancillary .services-background .service-inner h5 {
        font-size: 2.5rem; } }

.min-service {
  margin-bottom: 1rem !important; }

.service-box-1 {
  position: relative;
  height: 35vh;
  background: linear-gradient(1deg, #000000b5, transparent); }
  .service-box-1 .service-inner h5 {
    font-size: 1.5rem;
    font-weight: 700; }
    @media (min-width: 1920px) {
      .service-box-1 .service-inner h5 {
        font-size: 2.5rem; } }
  @media (min-width: 1920px) {
    .service-box-1 {
      height: 36vh; } }
  .service-box-1 img {
    height: 35vh;
    width: 100%;
    object-fit: cover; }
    @media (min-width: 1920px) {
      .service-box-1 img {
        height: 390px; } }
  .service-box-1 .service-box-1-inner {
    position: absolute;
    top: 130px;
    left: 20px;
    padding: 30px 0; }
    .service-box-1 .service-box-1-inner .service-box-1-text {
      display: inline-block;
      color: #ffffff;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700; }
      .service-box-1 .service-box-1-inner .service-box-1-text h4 {
        padding: 20px 0;
        color: #fff !important; }

@media (max-width: 767px) {
  .services-background-1 {
    height: 35vh; } }

/* ----------------------------------------------------------
::card
---------------------------------------------------------- */
.card-box-sm {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px; }
  .card-box-sm .downlaod-img {
    position: absolute;
    bottom: 20px;
    width: 89%;
    padding: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0)); }
    .card-box-sm .downlaod-img .download-content h4 {
      font-size: 1.3rem;
      color: #fff;
      font-weight: 600; }
    .card-box-sm .downlaod-img .download-content h6 {
      font-size: 1rem;
      color: #fff; }
    .card-box-sm .downlaod-img .download-icon i {
      font-size: 1.5rem;
      color: #fff; }

.card-box-service {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 12px;
  position: relative;
  background-color: #eead4b; }
  @media (max-width: 767px) {
    .card-box-service {
      margin: 10px 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .card-box-service {
      min-height: 170px; } }
  @media screen and (min-width: 1920px) {
    .card-box-service {
      padding: 40px; } }
  .card-box-service h4 {
    font-size: 1.5rem;
    color: #b6383f;
    line-height: 2;
    font-weight: 600; }
  .card-box-service a {
    font-size: 1rem;
    letter-spacing: 1px;
    position: relative;
    color: #000;
    transition: all 0.6s ease; }
    @media screen and (min-width: 1920px) {
      .card-box-service a {
        font-size: 1.1rem; } }
    .card-box-service a::before {
      position: absolute;
      content: "\f101";
      left: 70px;
      top: -5px;
      font-size: 1rem;
      color: #000;
      font-family: FontAwesome;
      transition: all 0.6s ease; }
  .card-box-service .icon-img img {
    width: 60px;
    filter: brightness(0) invert(1);
    position: absolute;
    bottom: 14px;
    right: 14px; }
    @media screen and (min-width: 1920px) {
      .card-box-service .icon-img img {
        width: 90px; } }
  .card-box-service:hover a {
    color: #b6383f;
    letter-spacing: 2px; }
    .card-box-service:hover a::before {
      left: 75px; }

.card-box-sm {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px; }
  .card-box-sm .card-img {
    position: relative;
    text-align: center; }
  .card-box-sm .downlaod-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
    .card-box-sm .downlaod-img h4 {
      font-size: 1.1rem;
      color: #fff;
      font-weight: 600; }
    .card-box-sm .downlaod-img a i {
      font-size: 1.5rem;
      color: #fff; }

.card-lg {
  display: flex;
  justify-content: center; }

/* ----------------------------------------------------------
:: blogs
---------------------------------------------------------- */
.box-enquire {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 10px #ababab; }

.box {
  position: relative;
  width: 100%;
  margin: 11px 0; }
  .box span {
    position: absolute;
    left: 20px;
    font-weight: 400;
    color: #828893;
    z-index: 1;
    transition: .9s;
    font-size: 0.9rem; }
  .box input + span,
  .box textarea + span {
    top: 10px;
    left: 20px;
    padding: 0px 5px;
    font-size: 0.9rem; }
  .box textarea + span {
    top: 10px; }
  .box a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #ff5722;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none; }
    .box a:hover {
      background: #d23d0e; }

.box input,
.box textarea,
.box select {
  position: relative;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 15px;
  font-family: none;
  box-sizing: border-box;
  background: transparent;
  z-index: 2;
  transition: .9s;
  color: #828893 !important; }

.box input:focus,
.box textarea:focus {
  border-color: #b6383f; }

.box input:focus + span,
.box input:valid + span {
  color: #b6383f;
  top: -40%;
  background: #fff;
  z-index: 9999; }

.box textarea:focus + span,
.box textarea:valid + span {
  color: #b6383f;
  top: -20%;
  background: #fff;
  z-index: 9999; }

.apply-form {
  position: relative;
  display: block;
  background: #22284a;
  padding-top: 30px;
  padding-left: 50px !important;
  padding-bottom: 30px;
  padding-right: 50px; }

.company-main {
  background-color: #f8f8f8; }
  @media (max-width: 767px) {
    .company-main {
      background: none; } }
  .company-main .company {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px #b7b4b4; }
    @media (max-width: 767px) {
      .company-main .company {
        background: none;
        box-shadow: none; } }
    .company-main .company .company-inner {
      background-color: #f8f8f8;
      padding: 30px; }
      @media (max-width: 767px) {
        .company-main .company .company-inner {
          padding: 30px 4px; } }
      .company-main .company .company-inner h4 {
        font-weight: 600;
        font-size: 2rem;
        padding: 0.6rem 0 1rem; }
      .company-main .company .company-inner .company-mail .mails {
        font-size: 1.1rem !important;
        padding: 5px 0 4px 15px; }
        @media (max-width: 767px) {
          .company-main .company .company-inner .company-mail .mails {
            padding: 5px 0 4px 6px; } }
        .company-main .company .company-inner .company-mail .mails a {
          color: #b6383f;
          font-size: 1rem; }
      .company-main .company .company-inner .company-policy h6 {
        padding: 20px 0 10px;
        font-size: 1.3rem;
        font-weight: 600; }

.contact-box {
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .contact-box {
      margin: 15px 0; } }
  .contact-box .contact-title {
    color: #fff;
    background: #eead4b;
    margin: 0 -26px 30px;
    border-radius: 30px 30px 0 0;
    position: relative;
    padding: 6px; }
    .contact-box .contact-title h4 {
      font-size: 1.5rem;
      line-height: 1.5;
      color: black;
      text-transform: uppercase;
      font-weight: 600; }
    .contact-box .contact-title:before {
      content: "";
      background: linear-gradient(to top right, transparent 49%, #eead4b 50%);
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: -10px;
      left: 0; }
    .contact-box .contact-title:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: -10px;
      background: linear-gradient(to top left, transparent 49%, #eead4b 50%);
      left: auto;
      right: 0; }
  .contact-box .contact-list li {
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 1px;
    font-size: 0.87rem; }
    .contact-box .contact-list li a {
      color: #000; }
      @media (min-width: 1920px) {
        .contact-box .contact-list li a {
          font-size: 1.1rem !important; } }
    .contact-box .contact-list li p {
      margin-left: 20px;
      margin-top: -30px; }

.testimonials-box {
  position: relative;
  text-align: center;
  margin-bottom: 70px; }
  .testimonials-box .user-content {
    padding: 40px 25px;
    margin-bottom: 50px;
    border-top: 1px solid #b6383f;
    border-left: 1px solid #b6383f;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative; }
    .testimonials-box .user-content p {
      margin-bottom: 0;
      font-size: 1rem;
      letter-spacing: 1px; }
    .testimonials-box .user-content:before {
      content: "\f10d";
      font-family: FontAwesome;
      /* font-weight: 900; */
      /* display: inline-block; */
      float: revert;
      padding: 0 15px 5px 0;
      font-size: 2rem;
      color: #b6383f;
      /* text-align: center; */
      position: relative;
      top: 0px;
      left: 0; }
    .testimonials-box .user-content:after {
      content: "";
      width: 50%;
      height: 1px;
      background: #b6383f;
      position: absolute;
      bottom: 0;
      left: 0; }
  .testimonials-box .user-name {
    position: relative; }
    .testimonials-box .user-name h4 {
      display: inline-block;
      font-size: 22px;
      font-weight: 700;
      color: #b6383f;
      letter-spacing: 1px;
      text-transform: capitalize; }
    .testimonials-box .user-name:before {
      content: "";
      width: 1px;
      height: 20px;
      background: #b6383f;
      position: absolute;
      top: -50px;
      left: 50%; }
    .testimonials-box .user-name:after {
      content: "";
      width: 2px;
      height: 40px;
      background: #b6383f;
      position: absolute;
      top: -70px;
      left: 50%;
      transform: skewX(-45deg);
      transform-origin: 100% 100% 0; }

/* ----------------------------------------------------------
::our-value
---------------------------------------------------------- */
.our-value .value-text {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 100%; }
  @media (max-width: 767px) {
    .our-value .value-text {
      margin-top: 20px; } }
  .our-value .value-text h6 {
    font-size: 1.4rem;
    color: #eead4b;
    font-weight: bolder; }
    @media (min-width: 1920px) {
      .our-value .value-text h6 {
        font-size: 1.8rem;
        padding-bottom: 0.6rem; } }
  @media (min-width: 1920px) {
    .our-value .value-text {
      min-height: 187px;
      padding: 40px; } }
  .our-value .value-text p {
    margin-bottom: 0;
    line-height: 1.5; }
  .our-value .value-text:hover {
    background-color: #b6383f;
    color: #fff; }
    .our-value .value-text:hover h6 {
      color: #fff; }

/*--=====================================
    start--flip-area css
 -========================================*/
.flip-area {
  position: relative;
  z-index: 1; }

.flip-area .section-title {
  text-align: center;
  margin-bottom: 85px; }

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 320px;
  border: none;
  perspective: 1000px;
  margin-bottom: 30px; }
  @media (min-width: 1920px) {
    .flip-box {
      height: 450px !important; } }

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg); }

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-title h2 {
  font-size: 1.5rem;
  color: #b6383f;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: left; }
  @media (min-width: 1920px) {
    .flip-title h2 {
      font-size: 2rem; } }
.flip-title h6 {
  color: #b6383f;
  padding-bottom: 10px;
  font-weight: 600; }

.flip-title p {
  text-align: start;
  font-size: 1rem; }

.flip-box-front {
  background: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/around-hotel/bodh-gaya.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .flip-box-front::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #00000066 0%, #00000069 100%); }

.front-price p {
  display: inline-block;
  color: #fff;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #fff; }

.flip-single-box {
  position: relative;
  top: 85%;
  text-align: left;
  left: 0; }

.box-title h3 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 1920px) {
    .box-title h3 {
      font-size: 2rem; } }

.box-title span {
  color: #fff;
  font-size: 19px;
  font-weight: 400; }

.flip-box-back {
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1; }

.flip-box-back::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #eead4b;
  opacity: 0.9;
  z-index: -1; }

.des p {
  width: 100%;
  margin: 0 auto 15px;
  padding-bottom: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 23px;
  text-align: left; }

.des {
  text-align: left; }

.des a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #DBA765;
  padding: 15px 20px 13px 20px;
  letter-spacing: 2px; }

.location h5 {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 600;
  color: #b6383f;
  font-size: 1.5rem; }
  @media (min-width: 1920px) {
    .location h5 {
      font-size: 2rem; } }

input[type=date]:required:invalid::-webkit-datetime-edit {
  color: transparent; }

input[type=date]:focus::-webkit-datetime-edit {
  color: black !important; }

.css-sprite-laundry-services {
  background: url("../images/facilities/css-sprite-combined.webp") 0px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

.css-sprite-left {
  background: url("../images/facilities/css-sprite-combined.webp") -40px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

.css-sprite-parking {
  background: url("../images/facilities/css-sprite-combined.webp") -80px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

.css-sprite-airplane {
  background: url("../images/facilities/css-sprite-combined.webp") -120px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

.css-sprite-wifi {
  background: url("../images/facilities/css-sprite-combined.webp") -160px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

.css-sprite-security {
  background: url("../images/facilities/css-sprite-combined.webp") -200px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

.css-sprite-restaurant {
  background: url("../images/facilities/css-sprite-combined.webp") -240px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

.css-sprite-customized {
  background: url("../images/facilities/css-sprite-combined.webp") -280px 0px;
  width: 40px;
  height: 40px;
  display: inline-block; }

canvas {
  height: 100vh;
  z-index: -10;
  position: fixed;
  top: 0px; }

a {
  color: #bbbbc4;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

a:hover {
  color: #eead4b; }

h1 {
  color: #eead4b;
  padding-bottom: 0px;
  margin-bottom: 1%; }

h2 {
  color: #555560;
  font-size: 3rem;
  font-weight: bold;
  margin: 0px;
  padding: 0px; }

.logo {
  font-family: 'Monoton', cursive;
  color: white;
  font-size: 8rem; }

.top {
  padding-bottom: 5rem; }

.pulled ul li {
  list-style: none;
  margin-right: 2rem;
  font-size: 1.8rem; }

.pulled h1 {
  color: white;
  font-size: 3rem; }

.pulled ul li span {
  font-size: 1.2rem; }

.footer p {
  color: white;
  font-size: 1.2rem; }

.visit {
  color: white;
  font-size: 12px;
  background: #32333a;
  width: 146px;
  padding: 6px;
  border-radius: 10px;
  position: fixed;
  right: 20px; }

span.new {
  background-color: #fc3565;
  font-weight: 700;
  padding: .2rem;
  margin-left: .4rem;
  color: #fff; }

/* Mobile first queries */
/* Larger than mobile */
/* Larger than phablet */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem; } }
.form-control {
  color: #828a93 !important; }
  .form-control span {
    color: #828a93 !important; }

.box input {
  color: #828a93 !important; }

.sm-sticky {
  position: sticky !important;
  top: 100px; }

.box-summery {
  border-radius: 20px;
  position: sticky;
  top: 8%; }
  .box-summery .prome {
    border: 1px solid #d2d2d2;
    background-color: #f4f8fa; }
    .box-summery .prome h5 {
      background-color: #b33a3f;
      color: #fff;
      font-weight: 600;
      font-size: 1.2rem;
      padding: 10px 20px; }
    .box-summery .prome h6 {
      padding: 3rem; }
    .box-summery .prome h4 {
      font-size: 1rem !important;
      color: #444444;
      font-weight: 600; }
    .box-summery .prome .prome-text {
      padding: 1rem !important; }
    .box-summery .prome img {
      padding-left: 25px;
      width: 90%; }

.booking {
  background-color: #f4f8fa; }
  .booking .booking-form {
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 1; }
    .booking .booking-form h5 {
      background-color: #b33a3f;
      color: #fff;
      font-weight: 600;
      font-size: 1.2rem;
      padding: 10px 20px; }
    .booking .booking-form .invoice-inner {
      padding: 15px; }
      .booking .booking-form .invoice-inner h6 {
        font-size: 0.9rem;
        font-family: "JohnSans-Regular";
        color: #828893; }
      .booking .booking-form .invoice-inner p {
        margin-bottom: 0;
        font-size: 0.9rem; }
    .booking .booking-form .table {
      color: #828893 !important; }
      .booking .booking-form .table tr {
        font-size: 0.9rem;
        font-weight: normal !important; }
    .booking .booking-form .table > :not(caption) > * > * {
      padding: 0rem 0rem !important;
      font-weight: normal !important; }

.bg-black {
  background-color: #eead4b !important;
  text-transform: capitalize; }

.bg-color {
  background-color: #b6383f;
  color: #fff; }
  .bg-color h6 {
    color: #fff; }

.box select {
  border-radius: 0;
  color: #838994; }
  .box select:focus {
    box-shadow: unset;
    border: 1px solid #b33a3f; }
.box input.error,
.box select.error {
  border: 1px solid #b33a3f;
  z-index: 1; }
.box label.error + span {
  top: -14px;
  color: #b33a3f;
  background-color: #fff !important;
  padding: 0 10px;
  z-index: 9; }

.error {
  color: red;
  text-align: left; }

.prome-inner h3 {
  font-size: 2rem; }
  .prome-inner h3 i {
    font-size: 4rem; }

.enquire-tab {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 994;
  bottom: 35%;
  height: 66px;
  margin-left: -3px;
  margin-bottom: -3px;
  display: block; }

.enquire-block {
  color: #fff;
  font-size: 0.7rem;
  cursor: pointer;
  font-weight: bold;
  min-height: 30px;
  z-index: 99999;
  background-color: #eead4b;
  padding: 10px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  letter-spacing: 0px;
  line-height: 1.5;
  margin: 2px 0; }
  .enquire-block:hover {
    background-color: #000; }
  .enquire-block a {
    color: #fff; }
    .enquire-block a:hover {
      text-decoration: none; }

.blink-text {
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
.img-wid {
  padding: 20px 0 0 20px; }

.payment {
  background: #607d8b21; }
  .payment .abc {
    background-color: #fff;
    display: inline-block;
    padding: 50px;
    box-shadow: 0 0 10px; }

.homeslider-caption-cal {
  top: calc(45% - 115px) !important; }
  @media (max-width: 767px) {
    .homeslider-caption-cal {
      top: calc(35% - 35px) !important; } }
  @media (min-width: 1920px) {
    .homeslider-caption-cal {
      top: calc(43% - 35px) !important; } }

.service-main .service-top {
  top: calc(50% - 100px) !important; }

.flip-box-front.abu-one {
  background: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/around-hotel/dilwara.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .flip-box-front.abu-one::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #000000b5 0%, #00000069 100%); }

.flip-box-front.abu-two {
  background: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/around-hotel/guru.avif);
  background-position: center;
  background-size: cover; }

.flip-box-front.abu-three {
  background: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/around-hotel/achalgarh_1.avif);
  background-position: center;
  background-size: cover; }

.flip-box-front.abu-four {
  background: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/around-hotel/sunpoint.avif);
  background-position: center;
  background-size: cover; }

.flip-box-front.abu-five {
  background: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/around-hotel/peace-park_1.avif);
  background-position: center;
  background-size: cover; }

.flip-box-front.abu-six {
  background: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/around-hotel/wildlife.avif);
  background-position: center;
  background-size: cover; }

@media (max-width: 767px) {
  .service-main {
    top: 10px !important; } }
.service-box-sm p {
  margin-bottom: 0; }
.service-box-sm .service-sm {
  position: relative; }
  .service-box-sm .service-sm .box-inner-sm {
    background: rgba(211, 220, 227, 0.3);
    border-radius: 20px;
    /*box-shadow: 0 0 10px #d5d5d5;*/
    padding: 10px;
    width: 60%; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .service-box-sm .service-sm .box-inner-sm {
        width: 100%; } }
  .service-box-sm .service-sm span {
    font-size: 12px; }
  .service-box-sm .service-sm p {
    font-weight: 300;
    font-size: 14px;
    text-align: justify; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .service-box-sm .service-sm .offer-view {
      position: absolute;
      bottom: -25px;
      left: -10px; } }
.service-box-sm .term-text h6 a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #EEBC18; }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .service-box-sm .service-img img {
    display: none; } }

.btn-apply {
  background: #000;
  color: #fff; }
  .btn-apply:hover {
    color: #fff;
    background-color: #eead4b; }

.form-control:focus {
  box-shadow: none !important; }

.btn:focus {
  box-shadow: none !important; }

.form-control:focus {
  border-color: none !important;
  box-shadow: none !important; }

.form-select {
  color: #828893 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  padding: 0.8rem; }

hr {
  margin: 0.5rem 15px !important; }

.common-btn {
  width: 100%;
  text-align: left;
  position: relative;
  color: red;
  background-color: #ffffff;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 15px 20px;
  transition: all 0.3s;
  z-index: 1;
  margin-bottom: 1.2rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06); }
  .common-btn span {
    color: #000; }
  .common-btn .common-btn-icon {
    background-color: #eead4b;
    width: 20%;
    height: 100%;
    float: right;
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0px;
    transition: all 0.3s; }
    .common-btn .common-btn-icon i {
      position: absolute;
      right: 25px;
      top: 23px; }
  .common-btn:hover {
    color: #000 !important; }
    .common-btn:hover .common-btn-icon {
      width: 100%; }
      .common-btn:hover .common-btn-icon::after {
        display: none;
        opacity: 0.1; }

label {
  display: inline-block;
  color: #b33a3f;
  font-size: 1rem; }

.form-select:focus ~ label,
.form-select:not([value=""]):valid ~ label {
  bottom: 0px;
  left: 9px;
  color: #b6383f;
  top: 35px;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  font-size: 0.9rem;
  opacity: 1;
  color: #b6383f;
  background-color: #ffffff;
  padding: 0 5px;
  height: 14px;
  position: relative; }

/*# sourceMappingURL=abu-style.css.map */
