@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Nunito&family=Nunito+Sans&family=Playfair+Display&family=Poppins:wght@300;400;600;700;900&display=swap");

:root {
  --primary-color: #223776;
  --secondary-color: #dc852d;
  --primary-dark: #24272b;
  --primary-light: #f6f6f6;
  --primary-color-dark: #013360;
  --text-color: #4e4e4e;
  --font-primary: "Cinzel", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  /* --primary-color: #379634;
    --primary-dark: #14281D;
    --primary-light:#F0F0F0; */
  /* --header-height: 123px; */
}

.theme-primary {
  background-color: var(--primary-color);
}

.text-theme {
  color: var(--primary-color);
}

.theme-text-secondary {
  color: var(--secondary-color);
}

.theme-text-primary {
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
p,
a,
li,
img,
input,
span,
ul,
h5 {
  padding: 0;
  margin: 0;
  outline: 0;
}

a,
span,
label,
strong,
b,
small {
  display: inline-block;
}

body {
  /* font-family: var(--font-hind); */
  font-family: var(--font-secondary);
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

.text-c {
  color: var(--text-color);
}

.smooth,
a,
button,
input,
.smooth:hover,
a:hover,
button:hover,
input:focus,
textarea,
textarea:focus {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-decoration: none;
}

.smooth > a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}

.aligned-svg {
  vertical-align: top;
}

p,
.base-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}

p.large-text,
.large-text {
  font-size: 18px;
  line-height: 28px;
}

.text-color {
  color: var(--text-color);
}

.title-color {
  color: var(--primary-dark);
}

.small-text {
  font-size: 14px;
}

.font-weight-md {
  font-weight: 500;
}

.font-weight-sb {
  font-weight: 600;
}

.pull-icon:hover i {
  margin-left: -0.5rem;
}

.controlled-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.large-container,
.short-container {
  max-width: 1366px;
  padding: 0 30px;
  margin: 0 auto;
}

.short-container {
  max-width: 600px;
  padding: 0 15px;
}

.sale-mark {
  position: absolute;
  font-family: var(--font-hind);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #c20000;
  border-radius: 5px;
  color: #ffffff;
  padding: 4px 5px 5px 6px;
  top: 5px;
  /* right: 20px; */
  left: 20px;
}

.img-container > a {
  display: inline;
}

.left-align {
  padding-left: 0;
}

.right-align {
  padding-right: 0;
}

.img-container {
  overflow: hidden;
  position: relative;
}

.rounded-corners-img,
.rounded-corners {
  border-radius: 6px;
}

.rounded-corners-md {
  border-radius: 10px;
}

.ratio-1 {
  aspect-ratio: 1;
}

.ratio-4-by-3 {
  aspect-ratio: 4/3;
}

.ratio-4-by-5 {
  aspect-ratio: 4/5;
}

.ratio-5-by-4 {
  aspect-ratio: 5/4;
}

.ratio-16-by-10 {
  aspect-ratio: 16/10;
}

.mobile {
  display: none;
}

.common-btn {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 24px;
  border: none;
  outline: none !important;
  border-radius: 6px;
  font-family: var(--font-mont);
}

.common-btn-2 {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 6px 14px;
  border: none;
  outline: none !important;
  border-radius: 6px;
  font-family: var(--font-mont);
}

.common-btn-outline {
  background-color: #fff;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 15px;
  padding: 12px 24px;
  border: 1px solid var(--primary-color);
  outline: none !important;
  border-radius: 6px;
  font-family: var(--font-mont);
}

.outline-primary {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  outline: none !important;
  border-radius: 6px;
  font-family: var(--font-mont);
}

.common-btn-outline:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.outline-secondary:hover {
  background-color: var(--secondary-color);
}

.btn-shrinked {
  padding: 10px 30px;
}

.common-btn:hover {
  color: #fff;
  background-color: var(--secondary-color);
}

.common-btn-secondary {
  background-color: var(--secondary-color);
}

.common-btn-secondary:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.link-text {
  font-size: 15px;
  color: var(--primary-dark);
  text-decoration: underline;
}

.heading-linkto {
  font-size: 22px;
}

.iconed-btn i {
  font-size: 14px;
  margin-right: 5px;
}

*[class*="heading-"] > a {
  color: inherit;
}

*[class*="heading-"] > a:hover {
  color: var(--secondary-color);
}

*[class*="wt-"] {
  color: #fff !important;
}

.heading-ultra {
  font-size: 72px;
}

.heading-lg-md {
  font-size: 30px;
}

.heading-md {
  font-size: 24px;
}

.heading-sm {
  font-size: 20px;
}

.heading-vsm {
  font-size: 16px;
}

.heading-banner {
  font-size: 40px;
}

.heading-lg {
  font-size: 34px;
}

.sub-heading {
  font-size: 18px;
  color: var(--primary-dark);
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.05rem;
}

.heading-col {
  font-size: 22px;
}

.heading-col-2 {
  font-size: 24px;
}

.heading-text {
  font-size: 20px;
}

.headline {
  height: 4px;
  width: 50px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.descriptions ul,
.descriptions ol {
  padding-left: 18px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
}

.descriptions li {
  margin-bottom: 10px;
}

.pad-top-vsm {
  padding-top: 15px;
}

.pad-bot-sm {
  padding-bottom: 15px;
}

.pad-top-sm {
  padding-top: 30px;
}

.pad-bot-sm {
  padding-bottom: 30px;
}

.pad-top-md {
  padding-top: 60px;
}

.pad-bot-md {
  padding-bottom: 60px;
}

.pad-top {
  padding-top: 90px;
}

.pad-bot {
  padding-bottom: 90px;
}

.pad-top-lg {
  padding-top: 120px;
}

.pad-bot-lg {
  padding-bottom: 120px;
}

.gutter-top-lg {
  margin-top: 45px;
}

.gutter-bot-lg {
  margin-bottom: 45px;
}

.gutter-top-md {
  margin-top: 30px;
}

.gutter-bot-md {
  margin-bottom: 30px;
}

.gutter-top {
  margin-top: 15px;
}

.gutter-bot {
  margin-bottom: 15px;
}

.gutter-top-semi {
  margin-top: 20px;
}

.gutter-bot-semi {
  margin-bottom: 20px;
}

.gutter-top-10 {
  margin-top: 10px;
}

.gutter-bot-10 {
  margin-bottom: 10px;
}

.gutter-bot-sm {
  margin-bottom: 5px;
}

.gutter-top-sm {
  margin-top: 5px;
}

.flexer,
.xy-center {
  display: -ms-flexbox !important;
  display: flex !important;
}

.xy-center {
  justify-content: center;
  align-items: center;
}

/*---------------------
  Header
-----------------------*/

.header-section.header-normal .header-end .menu-item {
  -webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
  box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.header-start {
  background-color: var(--primary-color);
  border-bottom: 1px solid #e5e5e5;
}

.header-start .tn-left a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.header-start .tn-left .phones {
  color: #fff;
}

.header-start .tn-left .phones a:hover {
  color: var(--secondary-color);
}

.header-start .tn-left span.phones {
  position: relative;
}

.header-start .tn-left span.phones:after {
  position: absolute;
  left: 100%;
  top: 0;
  width: 1px;
  height: auto;
  background: #e5e5e5;
  content: "";
}

.header-start .tn-left li:last-child {
  margin-right: 0;
}

.header-start .tn-left li:last-child:after {
  display: none;
}

.header-start i {
  font-size: 18px;
}

.header-start .tn-left i {
  color: var(--secondary-color);
  margin-right: 4px;
}

.header-start .tn-right {
  text-align: right;
}

.header-start .tn-right .top-social {
  display: inline-block;
  margin: 13px 0;
}

.header-start .tn-right .stat-auth {
  display: inline-block;
}

.header-start .tn-right .top-social a {
  display: inline-block;
  font-size: 16px;
  color: var(--secondary-color);
  margin-left: 15px;
}

.header-start .tn-right .ls-btn {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* .header-start .stat-auth.dropdown-toggle::after {
    display: none;
} */

.header-start .stat-auth i {
  color: var(--secondary-color);
}

.header-start .stat-auth .user-avatar-home {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 600;
}

.header-start .dropdown:hover .dropdown-menu {
  top: auto;
  display: block;
}

.header-start .dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
  box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}

/* end top header  */

.header-end .logo-wrapper a {
  display: inline;
}

.header-end .logo-wrapper {
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.header-end .logo-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.header-end .menu-item .nav-menu .mainmenu {
  display: inline-block;
}

.header-end .menu-item .nav-menu .mainmenu li {
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header-end .menu-item .nav-menu .mainmenu li.active a:after {
  opacity: 1;
}

.header-end .menu-item .nav-menu .mainmenu li:hover > a:after {
  opacity: 1;
}

.header-end .menu-item .nav-menu .mainmenu li:hover .dropdown {
  top: 77px;
  opacity: 1;
  visibility: visible;
}

.header-end .menu-item .nav-menu .mainmenu li a {
  font-size: 18px;
  color: #19191a;
  margin-right: 1.75rem;
  font-weight: 500;
  display: inline-block;
  /* padding: 27px 0; */
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-end .menu-item .nav-menu .mainmenu li a:after {
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-end .menu-item .nav-menu .nav-right {
  display: inline-block;
  margin-left: 43px;
  padding: 27px 0px;
}

.header-end .menu-item .nav-menu .nav-right i {
  font-size: 16px;
  color: #19191a;
  cursor: pointer;
}

/*---------------------
  Hero
-----------------------*/

.hero-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

.hero-section .container {
  position: relative;
  z-index: 5;
}

.hero-text {
  padding-top: 145px;
}

.hero-text h1 {
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 16px;
}

.hero-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 35px;
}

.booking-form {
  background: #fff;
  padding: 44px 40px 50px 40px;
  border-radius: 6px;
}

.booking-form h3 {
  color: #19191a;
  margin-bottom: 36px;
}

.booking-form form .check-date i {
  color: var(--secondary-color);
  position: absolute;
  right: 18px;
  bottom: 17px;
}

.booking-form label {
  font-size: 14px;
  color: #707079;
  display: block;
  margin-bottom: 10px;
}

.booking-form form .select-option {
  margin-bottom: 15px;
}

.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  /* height: calc(100vh - var(--header-height)); */
  left: 0;
  top: 0;
}

.hero-slider .item {
  position: relative;
}

.hero-slider .item .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  text-align: center;
}

.hero-slider.owl-carousel .owl-dots button {
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider.owl-carousel .owl-dots button.active {
  width: 30px;
  border-radius: 50px;
  opacity: 1;
}

.hero-slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
  height: 100%;
}

/* quick flex  */

.centered {
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: start;
}

.flex-end {
  display: flex;
  justify-content: end;
}

.left-auto {
  margin-left: auto;
}

.no-shrink {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

.all-block > * {
  display: block;
}

.compact-row {
  margin-left: -8px;
  margin-right: -8px;
}

.compact-row > *[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.link-btn {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}

.icon-btn {
  width: 30px;
  height: 30px;
}

.iconed-btn {
  background: none;
  border: none;
  padding: 0;
}

.iconed-btn svg {
  vertical-align: top;
}

.bg-underlay {
  background-color: rgba(15, 36, 59, 0.5);
}

.logo-img {
  width: 200px;
}

a.social-link {
  font-size: 18px;
  vertical-align: -1px;
  margin-right: 10px;
  color: #fff;
}

.inner-page {
  padding: 3rem 0 2rem;
}

.loginRegister-inner {
  height: calc(100vh - var(--header-height));
  border-top: 1px solid #ddd;
}

.loginRegister-inner .cs-shadow {
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
}

.loginRegister-inner form input {
  height: 50px;
}

/* new css by Ganesh  */
/* header navbar  */

/*custom toogle */
.custom-toogle {
  background-color: var(--primary-color);
  color: #fff !important;
  padding: 14px 16px;
  font-size: 1.3rem;
  border-radius: 6px;
  border: 0;
}

.custom-toogle span {
  width: 20px;
  height: 20px;
}

.custom-toogle:focus {
  outline: none;
}

.header .navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* banner slider  */

.banner-slider .banner-img {
  width: 100%;
  height: calc(100vh - var(--header-height));
}

.banner-slider .banner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.banner-slider .file-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
}

.banner-slider .file-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.banner-slider .file-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-slider .banner-captions {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
}

.banner-slider .banner-captions h1 {
  font-size: 45px;
  font-weight: 600;
}

.banner-slider .banner-captions p {
  font-size: 18px;
  color: #f0f0f0;
}

.banner-slider .carousel-indicators {
  z-index: 999;
  bottom: 30px;
}

.banner-slider .carousel-indicators li {
  width: 6px !important;
  height: 6px !important;
  background-color: #fff !important;
  border-radius: 50%;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}

.banner-slider .carousel-indicators li.active {
  width: 30px !important;
  border-radius: 50px;
}

/* common styles  */

.section-sub-heading {
  color: #444;
  font-family: var(--font-secondary) !important;
  font-weight: 600;
}

.title-sm {
  font-weight: 600 !important;
}

.light-text {
  font-weight: 300;
}

.modal {
  z-index: 99999;
}

button,
.btn {
  cursor: pointer;
}

.smooth-4 {
  transition: all 400ms ease;
}

.img-fitted {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contained {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.br-8 {
  border-radius: 8px;
}

.rounded-t-0 {
  border-radius: 0 0 8px 8px;
}

.br-t-8 {
  border-radius: 8px 8px 0 0;
}

.cp {
  cursor: pointer;
}

.underline {
  text-decoration: underline !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ar-11 {
  aspect-ratio: 1/1;
}

.ar-34 {
  aspect-ratio: 3/4;
}

.ar-54 {
  aspect-ratio: 5/4;
}

.ar-53 {
  aspect-ratio: 5/3;
}

@media (max-width: 768px) {
  .ar-32-sm {
    aspect-ratio: 5/4;
  }

  .ar-54-sm {
    aspect-ratio: 5/4;
  }
}

.fit-content {
  width: fit-content;
}

.trans {
  transition: all 400ms ease;
}

.no-arrow::-webkit-inner-spin-button,
.no-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-arrow {
  -moz-appearance: textfield;
}

.no-scrollbar::-webkit-scrollbar {
  display: none !important;
}
.trans-4 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.trans-5 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.trans-6 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.nofocus:focus {
  outline: none;
  box-shadow: none;
  color: unset;
}

.badge {
  font-weight: 400;
}

.drop-arrow-false:after {
  content: none;
}

.hr-lines {
  position: relative;
  overflow: hidden;
}

.hr-lines:before {
  right: 1.5rem;
}

.hr-lines:after {
  left: 1.5rem;
}

.hr-lines:before,
.hr-lines:after {
  background-color: #c7bbbb;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

.form-common-ui input {
  height: 50px;
}

.form-common-ui label {
  font-weight: 600;
}

.rich-null-avata {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary-color);
  font-weight: 900;
}

.custom-close {
  position: absolute;
  right: 6px;
  top: 6px;
  border: 0;
  width: 35px;
  height: 35px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #eee;
}

.custom-close:hover {
  background-color: #ddd;
}

.custom-close:focus {
  outline: none;
  box-shadow: none;
}

/***
====================================================================
	About Section Two
====================================================================

***/

.about-section-two .image-stack {
  display: grid;
  position: relative;
  /* imperative for the overlapping to work */
  grid-template-columns: repeat(12, 1fr);
}

.about-section-two .image-stack__item--bottom {
  grid-column: 4 / -1;
  grid-row: 1;
}

.about-section-two .image-stack__item--top {
  grid-row: 1;
  grid-column: 1 / span 8;
  padding-top: 20%;
  z-index: 1;
}

/* .about-section-two .image-stack img {
  width: 100%;
  display: block;
}  */

/* end homepage about  */

.about-section-two {
  position: relative;
}

.sec-title .float-text {
  display: block;
  margin-bottom: -30px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 90px;
  color: var(--secondary-color);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-lato);
}

/* end  */
/* =========================== */

/***
====================================================================
	Room Detail Section Two
====================================================================

***/

.room-detail .nav {
  border: 0;
}

.room-detail .checkAuth {
  background: rgb(240, 106, 35);
  background: linear-gradient(
    90deg,
    rgba(240, 106, 35, 1) 0%,
    rgba(247, 147, 45, 1) 72%,
    rgba(255, 95, 33, 0.9640231092436975) 86%
  );
  padding: 8px 1rem;
}
.room-detail .checkAuth .meta-login {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 4px;
}

.room-detail .btn-book {
  background: rgb(240, 106, 35);
  background: linear-gradient(
    90deg,
    rgba(240, 106, 35, 1) 0%,
    rgba(247, 147, 45, 1) 72%,
    rgba(255, 95, 33, 0.9640231092436975) 86%
  );
}

.room-detail .room-metas h4.sp {
  font-weight: 700;
  font-size: 2rem;
  color: var(--text-color);
}

.room-detail .room-metas h2.title {
  color: var(--primary-color);
  font-weight: 600;
}

.room-detail .ratings i {
  color: orange;
}

.room-detail i.light-star{
  color: #ddd !important;
}

.room-detail .nav .nav-link {
  padding: 14px 40px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 0.5rem;
  border-radius: 6px;
}

.room-detail .nav .nav-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.room-detail .nav .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}

.room-detail .tab-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 40px;
}

.room-facilities-top {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  overflow-x: scroll;
}

.room-facilities-top .facilities-text p {
  color: var(--primary-color);
  font-weight: 600;
}

.room-facilities .facilities-text p {
  font-size: 18px;
}

.room-facilities-top .item {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  width: 150px;
  max-width: 170px;
}

.room-facilities-top .facilities-icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--primary-color);
}

.room-detail .room-facilities .facilities-icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--primary-color);
}

.room-detail .review-form-container {
  background-color: #e8f1fd;
  padding: 25px;
}

.room-detail .review-form-container input.form-control {
  padding: 0.89rem;
}

/* tooltip customized  */
.room-detail .tooltip-inner {
  background-color: var(--primary-color-dark);
  color: #fff;
}

.room-detail .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--primary-color-dark);
}

#review__rating .rating-group {
  display: inline-flex;
}

#review__rating .rating__icon {
  pointer-events: none;
  cursor: not-allowed;
}

#review__rating .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#review__rating .rating__label {
  cursor: pointer;
  padding: 0 0.25rem 0.25rem 0.25rem;
  font-size: 1.3rem;
  margin: 0;
}

#review__rating .rating__icon--star {
  color: orange;
}

#review__rating .rating__input:checked ~ .rating__label .rating__icon--star {
  color: orange;
  transition: all 100ms ease;
}

#review__rating .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

#review__rating .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

#review__rating .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #bdbaba;
}

.room-detail .review-box .review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e8f1fd;
  color: #000;
}

.room-detail .review-content i {
  color: orange;
  font-size: 14px;
}

.room-detail .review-content .author {
  font-size: 17px;
}

.room-detail .invalid-feedback strong {
  font-weight: 400;
}

.room-detail .sum-total {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 20px;
}

/* our services homepage  
========================
========================*/

/*---------------------
  Service Section
-----------------------*/

.services-section {
  padding-bottom: 60px;
  background-color: #f9f9ff;
}

.services-section .section-title {
  margin-bottom: 36px;
}

.service-item {
  text-align: center;
  padding: 30px 15px 18px;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #ffd0a1;
}

.service-item:hover {
  background: var(--secondary-color);
}

.service-item .service-icon {
  width: 60px;
  height: 60px;
  color: var(--secondary-color);
}

.service-item .service-icon svg {
  width: 60px;
  height: 60px;
  fill: currentColor;
}

.service-inner .service-icon svg {
  width: 35px;
  height: 35px;
}

.service-inner .service-icon svg {
  fill: #000;
}

.page-project .aside-nav li.active svg path {
  fill: #fff;
}

.service-item:hover .service-icon svg {
  fill: #fff !important;
}

.service-item:hover :is(h4, p) {
  color: #ffffff;
}

.service-item h4 {
  color: #19191a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-item p {
  color: var(--text-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------
  Home Page Room Section 
-------------------------*/

.featured-rooms .featured-room {
  position: relative;
}

.featured-rooms .featured-room-home {
  aspect-ratio: 3/4;
}

.featured-rooms .featured-room-page {
  aspect-ratio: 3/4;
}

.featured-rooms .item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow: hidden;
}

.featured-room img {
  border-radius: 6px;
}

.featured-room .hr-top {
  bottom: 0;
}

.featured-rooms .featured-room:hover .hr-text {
  bottom: 10%;
}

.featured-rooms .featured-room:hover .hr-text h2 {
  margin-bottom: 30px;
}

.featured-rooms .featured-room .hr-text {
  position: absolute;
  padding: 0 1.75rem;
  bottom: 25px;
  z-index: 1;
}

.featured-rooms .featured-room .hr-text .only-on-hov {
  display: none;
}

.featured-rooms .featured-room:hover .hr-text .only-on-hov {
  display: block;
  bottom: 20px;
}

.featured-rooms .featured-room .hr-text h3 {
  color: #ffffff;
  margin-bottom: 15px;
}

.featured-rooms .featured-room .hr-text h2 {
  color: var(--secondary-color);
  font-weight: 700;
}

.featured-rooms .featured-room .hr-text h2 span {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.featured-rooms :is(button.owl-prev, button.owl-next),
.home-gallery :is(button.owl-prev, button.owl-next) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}

.home-gallery .owl-carousel .owl-nav {
  opacity: 0;
  transition: all 0.6s ease;
}

.home-gallery .owl-carousel:hover .owl-nav {
  opacity: 1;
}

.featured-rooms :is(button.owl-prev:hover, button.owl-next:hover) {
  opacity: 1;
}

.home-rooms .owl-nav {
  display: block !important;
}

button.owl-prev:focus,
button.owl-next:focus {
  outline: 0;
  box-shadow: none;
}

.featured-rooms button.owl-prev {
  left: 15px !important;
}

.featured-rooms button.owl-next {
  right: 15px !important;
}

.home-gallery :is(button.owl-prev, button.owl-next),
.featured-rooms :is(button.owl-prev, button.owl-next) {
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.home-gallery button.owl-next {
  right: 0;
}

.home-gallery button.owl-prev {
  left: 0;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  transition: all 400ms;
  visibility: hidden;
}

.owl-carousel .owl-stage {
  display: flex;
}

/*** 

====================================================================
	Experience Section
====================================================================

***/

.why-us-section h4 {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
  font-weight: 600;
}

.why-us-section .why-inf p {
  color: var(--text-color);
  font-size: 17px;
}

.why-us-section .why-icon {
  border: 1px solid var(--primary-color);
  /* background-color: var(--primary-color); */
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.65rem;
  border-radius: 50%;
}

.why-us-section .why-icon svg path {
  stroke: var(--primary-color);
}

.why-us-section .video-column .video-box {
  position: sticky;
  top: 50px;
}

.why-us-section .video-box .image {
  position: relative;
  aspect-ratio: 1/1;
}

.why-us-section .video-box .image img {
  border-radius: 8px;
}

.why-us-section .video-box:hover .image::before {
  opacity: 0.5;
}

.play-now .icon {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 80px;
  transition: all 300ms ease;
}

.why-us-section .play-now:hover i {
  font-size: 20px;
}

.video-box {
  position: relative;
}

.play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now:hover .icon {
  background-color: var(--primary-color-dark);
  color: #fff;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: var(--secondary-color);
  color: #fff;
  z-index: 1;
  padding-left: 5px;
  font-size: 20px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.vacation-banner {
  position: relative;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacation-banner::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  width: 100%;
}

.vacation-details > h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.vacation-details > p {
  font-size: 17px;
}

.vacation-details .default-common {
  background: var(--secondary-color) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 35px;
  padding: 14px 18px;
  text-shadow: 0 0 0;
  text-transform: capitalize;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  background-color: #f5f5ff;
}

.testimonial-section i {
  position: absolute;
  top: -1rem;
  left: -1rem;
  color: var(--primary-color);
  opacity: 0.065;
  font-size: 30px;
}

.testimonial-section .testi-avata {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.testimonial-section p {
  font-size: 17px;
  text-align: justify;
}

.testimonial-section .no-avata {
  background-color: #f5f5f5;
  font-weight: 900;
}

.testimonial-section .testi-words .read-more {
  font-size: 14px;
}

.testimonial-section .testi-meta .name {
  font-size: 17px;
  font-weight: 600;
}

.testimonial-section .owl-item.active.center .designation {
  color: #fff !important;
}

.testimonial-section .testi-meta .designation {
  font-size: 10px;
  font-weight: 500;
  color: #777;
}

.testimonial-section .owl-dot {
  margin-top: 2rem;
}

.testimonial-section .owl-carousel.owl-drag .owl-item {
  padding: 3px;
}

.testimonial-section .owl-dot:focus {
  outline: none !important;
}

.testimonial-section .owl-dot:not(.active) span {
  background-color: var(--secondary-color) !important;
  opacity: 0.2;
  width: 10px !important;
  height: 10px !important;
}

.testimonial-section .owl-dot:not(.active) span:hover {
  opacity: 1;
  transition: all 600ms ease-out;
}

.testimonial-section .owl-dot.active span {
  background-color: var(--secondary-color) !important;
  width: 30px !important;
  height: 10px !important;
}

/*** 

====================================================================
	Projects Section
====================================================================

***/

.project-section .project-col {
  opacity: 1;
}

.project-section .project-lg .img-container {
  aspect-ratio: 5/4;
}

.project-section .project-sm .img-container {
  /* aspect-ratio: 1/1; */
  aspect-ratio: 5/4;
}

.project-section .project-col:hover .title-overlay {
  opacity: 1;
  height: 100%;
  max-height: 100%;
}

.project-section .project-col:hover .title-overlay a {
  color: var(--secondary-color);
}

.project-section .title-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  padding: 2rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  transition: all 500ms ease;
}

.project-section a {
  color: var(--secondary-color);
}

.project-section-page .title-overlay {
  opacity: 1 !important;
  width: 100%;
  height: 30%;
  bottom: 0;
}

.project-section-page .title-overlay a {
  opacity: 1 !important;
  width: 100%;
  height: 30%;
  bottom: 0;
}

.project-section-page .project-col .title-overlay h5 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.project-section-page .project-col .title-overlay button {
  position: relative;
  z-index: -1;
  display: none;
  transition: all 500ms ease;
}

.project-section-page .project-col:hover .title-overlay button {
  display: block;
}

.project-section-page .project-col:hover .title-overlay {
  height: 100%;
}

/*** ====================================================================
	Project Detail Section
====================================================================
***/

.page-project .aside-nav li:hover {
  background-color: #f5f5f5;
}

.page-project .aside-nav li a {
  display: block;
  font-size: 16px;
  color: var(--primary-color-dark);
}

.service-icon-container {
  width: 50px;
  height: 50px;
}
.service-inner p {
  font-size: 18px;
}

.page-project .aside-nav li.active {
  background-color: var(--primary-color);
  color: #fff;
}

.page-project .aside-nav li.active a {
  color: #fff;
}

.page-project .side-cta-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100;
}
.side-cta-overlay .phones a {
  color: #fff;
}

.sidebar-other-extra .round-icon {
  width: 60px;
  height: 60px;
  background-color: var(--secondary-color);
}

/*** ====================================================================
	Appointment Section Homepage
====================================================================
***/

.home-appoint-section {
  position: relative;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.home-appoint-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

/*** ====================================================================
	Blog Section Homepage
====================================================================
***/

.blog-section .blog-col a h4 {
  font-weight: 600;
  font-size: 21px;
  color: var(--primary-dark);
  transition: all 500ms ease;
}

.blog-section .blog-col:hover a h4 {
  color: var(--primary-color-dark);
}

.blog-section .blog-col:hover .common-link {
  color: var(--primary-color);
}

.blog-section .blog-col .img-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/3;
}

.blog-section .blog-inner {
  transition: all 500ms ease;
  box-shadow: 0 25px 60px rgba(27, 23, 47, 0.1);
}

.blog-section .blog-col .lower-content {
  padding: 25px 15px;
}

.blog-section .blog-col:hover .blog-inner {
  transform: translateY(-10px);
}

.blog-section .blog-col .date-abs {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  z-index: 999;
  font-size: 14px;
  text-transform: capitalize;
  background-color: var(--secondary-color);
  padding: 0.6rem 1rem;
  border-radius: 4px;
}

/* blog detail  */
.blog-detail .related-img-container,
.page-project .related-img-container {
  width: 60px;
  height: 60px;
}

/*** ====================================================================
	Newsletter Section
====================================================================
***/

.newsletter-section {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
}

.newsletter-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-section .msg-alert {
  position: absolute;
  right: 4px;
  top: 4px;
}

.newsletter-section .news-title :is(h3, p) {
  color: #fff;
}

.newsletter-section .news-title p {
  font-size: 17px;
}

.newsletter-section .subs-btn-container {
  background-color: #fff;
  border-radius: 4px;
}

.newsletter-section .subs-btn-container input {
  border-radius: 4px 0 0 4px;
}

.newsletter-section .subs-btn-container button {
  border-radius: 0 4px 4px 0;
}

.newsletter-section .subs-btn-container input::placeholder {
  font-size: 15px;
}

/*** ====================================================================
	Footer Section
====================================================================
***/
footer {
  position: relative;
  background-color: #fff;
}

footer .container {
  position: relative;
  z-index: 1;
}

.footer-col-title {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1.75rem;
}

.footer-about p {
  color: #444;
  text-align: justify !important;
}

footer .footer-socials li {
  margin-right: 1rem;
}

footer .footer-socials li i {
  width: 40px;
  font-size: 1.25rem;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.2rem;
  transition: all 400ms ease;
}

footer .footer-socials li i:hover {
  color: #fff;
  background-color: var(--secondary-color);
}

.footer-nav li {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

footer .footer-contact li .info-link {
  display: inline-flex;
  align-items: center;
}

footer .info-links a {
  color: #444 !important;
}

footer .info-links a:hover {
  color: var(--primary-color);
}

footer .footer-contact li i {
  background-color: #f0f0f0;
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary-color);
  margin-right: 0.75rem;
  transition: all 400ms ease;
}

footer .footer-contact li:hover i {
  background-color: #512da8;
  color: #fff;
}

/* 

footer .footer-contact li:last-child i {
    background-color: transparent;
    color: #efefef;
} */

footer .footer-contact li:last-child .info-link:hover {
  color: #444 !important;
}

.info-links li {
  margin-bottom: 16px;
}

.contact-list-icon {
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--secondary-color);
  font-size: 18px;
}

.footer-contact-list a {
  font-weight: 500;
}

.footer-logo {
  height: 130px;
  /* max-width: 200px; */
}

.copyright-container {
  border-top: 1px solid #c7c7c7;
  padding-top: 3rem;
}

.payments-logo {
  max-width: 200px;
}

.copyright-text {
  color: var(--text-color);
  font-size: 15px;
}

.copyright-text a {
  font-weight: 600;
}

/*** ====================================================================
	About Us Inner Page  Section
====================================================================
***/

.mission-visions {
  position: relative;
}

.mission-visions .represent-mission-img {
  position: sticky;
  top: 30px;
  aspect-ratio: 5/4;
}

.mission-visions h4 {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-color-dark);
  margin-bottom: 0.5rem;
}

.mission-visions .mv-icons {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.mission-visions .mv-icons {
  background-color: var(--primary-color);
}

.mission-visions .mv-icons svg {
  fill: #fff;
}

/*** ====================================================================
	Rooms Inner Index Page  Section
====================================================================
***/

.room-block-four {
  position: relative;
}

.room-block-four .inner-box {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(28, 115, 234, 0.1);
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.room-block-four .image-box {
  position: relative;
  margin-bottom: 0;
  transition: all 300ms ease;
}

.room-block-four .image-box img {
  /* display: block; */
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}

.room-block-four .image-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 8px;
}

.room-block-four .inner-box:hover .image-box:before {
  height: 100%;
}

.room-block-four .cotnent-box {
  position: relative;
  padding: 40px 10px;
  /* padding-left: 84px; */
}

.room-block-four .cotnent-box .upper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-right: 20px;
}

.room-block-four .rating {
  position: relative;
  display: flex;
  font-size: 18px;
  line-height: 30px;
  color: orange;
  margin-right: 30px;
}

.room-block-four .rating i {
  margin-right: 8px;
}

.room-block-four .rating span {
  font-size: 20px;
  line-height: 30px;
  color: #505050;
  font-weight: 700;
}

.room-block-four .price {
  font-size: 18px;
  line-height: 30px;
  color: #1b212f;
  font-weight: 700;
  text-transform: uppercase;
}

.room-block-four h5.room-title {
  font-size: 24px;
  line-height: 36px;
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 20px;
}

.room-block-four h5.room-title a {
  color: var(--primary-dark);
}

.room-block-four .text {
  font-size: 18px;
  line-height: 28px;
  color: #505050;
  margin-bottom: 30px;
}

input.form-control:focus {
  outline: none;
  box-shadow: none;
}
/* END ROOMS  */

/* //previous  */
.count-info {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  padding-top: 4px;
  position: absolute;
  right: -5px;
  top: -5px;
}

.sm-nav {
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
}

.sm-nav:hover {
  color: var(--secondary-color);
}

.custom-nav {
  justify-content: flex-end;
  align-items: center;
}

.custom-nav li {
  padding: 0 15px;
}

.custom-nav li:not(.full-width-drop) {
  position: relative;
}

.custom-nav li a {
  color: var(--title-color);
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
}

.custom-nav li.active a {
  color: var(--primary-color);
}

.custom-nav li.active a:hover {
  color: var(--primary-color);
}

.custom-nav li.active a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  bottom: 10px;
  background-color: var(--primary-color);
}

.custom-nav li a:after {
  opacity: 0;
  right: 0;
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  height: 2px;
  bottom: 10px;
  background-color: var(--primary-color);
  transition: all 600ms ease;
}

.custom-nav li.active a:hover:after {
  background-color: var(--primary-color);
}

.custom-nav li:hover a:after {
  width: 26px;
  opacity: 1;
}

.custom-nav > li:hover a {
  color: var(--primary-color);
}

/* end custom nav */

.mobile-menu-btn svg {
  fill: #fff;
  width: 26px;
  vertical-align: bottom;
}

.mobile-menu-btn,
.secondary-nav {
  display: none;
}

.fixed-header .custom-nav li a {
  font-size: 13px;
}

.sub-nav {
  position: absolute;
  background-color: #fff;
  left: 0;
  z-index: 2;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.large-sub-nav {
  width: 100%;
  top: 65px;
}

.small-sub-nav {
  width: 160px;
  top: 50px;
  padding: 10px 0;
  border-radius: 6px;
}

.small-sub-nav li a {
  padding: 3px 0;
  font-weight: 400;
  color: var(--text-color) !important;
}

.small-sub-nav li a:hover {
  color: var(--secondary-color) !important;
}

.custom-nav li:hover .sub-nav {
  display: block;
}

.logo-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
}

.contained-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-card:hover {
  background-color: var(--primary-light);
}

.light-image {
  opacity: 0.3;
}

.banner-image-col {
  height: 600px;
  overflow: hidden;
}

.owl-clients .owl-dot.active span {
  background-color: var(--secondary-color) !important;
}

.owl-clients .owl-dot:focus {
  outline: none;
}

.banner-image-col::before {
  --stripe-width: 250px;
  content: "";
  position: absolute;
  width: var(--stripe-width);
  background-color: var(--primary-color);
  height: 100%;
  left: calc(50% - var(--stripe-width) / 2);
}

.icon-wrapper {
  height: 50px;
  width: 50px;
  display: inline-block;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* products categories home */
.highlight-card-lg {
  height: 530px;
  padding: 30px 0 0 30px;
}

.highlight-card-sm {
  height: 250px;
  padding: 25px 0 0 25px;
}

.highlight-info {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.highlight-card-sm .highlight-info {
  left: 25px;
  top: 25px;
}

.highlight-card-lg .attached-image {
  width: 100%;
  max-width: calc(100% - 150px);
}

.highlight-card-lg .highlight-info {
  max-width: 300px;
}

.highlight-card-sm .attached-image {
  width: 100%;
  max-width: calc(100% - 150px);
}

.highlight-card-sm .highlight-info {
  max-width: 200px;
}

.section-header {
  height: 320px;
}

.products-abs {
  margin-top: -130px;
}

/* home social */

.ratings {
  margin-bottom: 3px;
  margin-top: 4px;
}

.ratings li {
  color: #efefef;
  font-size: 14px;
  margin-right: 5px;
}

.ratings li.active-star {
  color: var(--secondary-color);
}

.offer-titles {
  padding-left: 45px;
}

.offer-image {
  padding: 0 45px;
}

.color-inverted {
  --webkit-filter: invert(100%);
  filter: invert(100%);
}

.wishlist-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  top: 15px;
  left: 15px;
}

.wishlist-btn i {
  color: #fff;
}

/* cart */
.global-backdrop {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.backdrop-open {
  z-index: 9;
  opacity: 1;
}

.side-cart {
  min-height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 999;
  right: -360px;
  top: 0;
  background-color: #fff;
  padding: 30px 15px;
  padding-right: 0;
}

.cart-open {
  right: 0;
}

.cart-items {
  height: calc(100% - 120px);
  overflow-y: scroll;
  overflow-x: hidden !important;
}

/* search */
.global-search {
  position: fixed;
  background-color: #fff;
  z-index: 10;
  left: 0;
  width: 100%;
  top: -100%;
}

.search-open {
  top: 0;
}

.search-form-inline .iconed-btn {
  background: var(--primary-color);
}

.form-inline {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.form-inline .common-input {
  border: none;
  background-color: #fff;
}

.form-inline select {
  width: 130px;
  padding-left: 12px;
  border-right: 1px solid #ddd !important;
}

.form-inline .iconed-btn {
  border-radius: 5px;
  height: 51px !important;
}

/* cart page */
.cart-check,
.cart-remove {
  width: 25px;
  flex-shrink: 0;
}

.cart-item {
  flex: 4;
}

.cart-item-size {
  flex: 2;
}

.cart-item-quantity,
.cart-item-price {
  flex: 2;
}

.cart-item-id {
  flex: 1.5;
}

.inline-card {
  padding: 20px 0;
}

.inline-card-image {
  width: 80px;
}

.inline-card-contents {
  padding-left: 12px;
}

.inline-card-contents .base-text {
  color: var(--primary-dark);
}

.remove-btn {
  height: 25px;
}

.remove-btn:hover {
  transform: rotate(360deg);
}

.remove-btn-abs {
  position: absolute;
  top: 20px;
  right: 15px;
}

.cart-actions {
  padding-right: 15px;
}

.cart-items .inline-cards {
  padding-right: 15px;
}

/* checkout */
.heading-back {
  vertical-align: -4px;
  height: 26px;
}

/* forms */
.common-input {
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 15px;
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  outline: none;
  border-radius: 6px;
  color: var(--text-color);
}

.common-input:not(textarea) {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.common-input:focus {
  border-color: var(--primary-color);
}

.common-label {
  font-size: 16px;
  color: var(--primary-dark);
  margin-bottom: 5px;
}

.common-input[type="file"] {
  padding-top: 10px;
  padding-left: 10px;
}

.picker-input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.clean-btn {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  padding: 10px;
  top: 2px;
  cursor: pointer;
}

.clean-btn svg {
  vertical-align: -8px;
}

.clean-btn:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.header-socials ul {
  height: 100%;
}

.header-socials ul li a {
  color: #fff;
}

.form-modal .modal-content {
  border: none;
}

.form-modal .modal-header {
  background-color: var(--primary-color);
  padding: 20px;
}

.radio-label,
.flat-input {
  width: 100px;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 10px;
  color: var(--text-color);
  outline: none !important;
  border-radius: 6px;
}

.custom-radio:checked + .radio-label {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.radio-label:hover,
.flat-input:focus {
  border-color: var(--secondary-color);
}

.hidden-input {
  display: none;
}

.custom-form {
  padding: 10px;
}

.bold-label {
  color: var(--primary-dark);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.flat-input {
  display: block;
  width: 100%;
}

.flat-input:not(textarea) {
  height: 50px;
}

.modal-md {
  max-width: 700px;
}

.modal-header .close {
  font-weight: 400;
}

.form-wrapper {
  padding: 30px;
}

/* inner page */
.page-nav li,
.page-nav li a {
  color: #fff;
  font-size: 16px;
}

.page-nav li:last-child .link-divider {
  display: none;
}

.inner-banner {
  position: relative;
  height: 65vh;
  display: flex;
  justify-content: start;
  align-items: center;
}

.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.inner-banner-room,
.inner-banner-room .carousel-item {
  width: 100%;
  height: calc(100vh - var(--header-height));
}

.inner-banner-room :is(.carousel-control-prev div, .carousel-control-next div),
.banner-slider :is(.carousel-control-prev div, .carousel-control-next div) {
  content: "";
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  z-index: 999;
}

.inner-banner-room :is(.carousel-control-prev, .carousel-control-next div) {
  opacity: 1;
}

.banner-slider :is(.carousel-control-prev, .carousel-control-next) {
  opacity: 0.3;
}

.banner-slider :is(.carousel-control-prev:hover, .carousel-control-next:hover) {
  opacity: 1 !important;
}

.inner-banner-room .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.inner-banner-room::before {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.inner-banner .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.inner-banner .inner-banner-titles {
  position: relative;
  z-index: 1;
}

.banner-texts {
  position: absolute;
  z-index: 1;
}

/* products listing */

.w-20 {
  width: 20%;
}

.group-heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--hind);
}

.check-label {
  padding-left: 10px;
}

.color-checkbox {
  display: block;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  padding: 0;
}

.color-checkbox::before {
  content: "";
  height: 24px;
  width: 24px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: -1;
}

.size-checkbox {
  border: 1px solid var(--text-color);
  width: 100%;
  padding: 5px 0 3px 0;
  border-radius: 4px;
}

.custom-checkbox:checked + .color-checkbox::before {
  border-color: #666;
  background-color: #eee;
}

.custom-checkbox:checked + .size-checkbox {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}

/* price slider */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
	 its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance Browsers can paint handles in their own layer.*/
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;*/
.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -6px;
  background-color: var(--secondary-color);
}

/* Styling;*/
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: var(--secondary-color);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 3px;
}

.noUi-target {
  border-radius: 3px;
}

/* Handles and cursors;*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid var(--secondary-color);
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels span {
  font-size: 14px;
  font-weight: 500;
}

.sort-select {
  width: auto;
  margin-left: auto;
  padding-left: 12px;
}

.color-inputs-list {
  margin-top: 12px;
}

.color-inputs-list li {
  padding-right: 10px;
}

/* details page */
.page-nav-dark li,
.page-nav-dark li a {
  color: var(--text-color);
}

.item-price .heading-md,
.stock-text {
  font-family: var(--font-hind) !important;
  font-weight: 600;
}

.stock-text {
  color: #767676;
}

.product-gallery {
  padding-right: 30px;
}

#owl-gallery .owl-dot span {
  background-color: #fff;
  height: 12px;
  width: 12px;
  border: 2px solid var(--secondary-color);
  margin: 5px 3px;
}

#owl-gallery .owl-dot {
  outline: none !important;
}

#owl-gallery .active span {
  background-color: var(--secondary-color);
}

.info-pills a {
  font-size: 15px;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #a1a1a1;
}

.info-pills a.active {
  background-color: var(--primary-color);
}

.counter {
  height: 50px;
  border: 1px solid #ddd;
  background-color: var(--primary-light);
  max-width: 180px;
  border-radius: 5px;
  font-family: var(--font-mont);
}

.counter * {
  font-family: var(--font-mont);
}

.counter input {
  background: none;
  border: none;
  font-size: 18px;
  color: var(--primary-dark);
  font-weight: 600;
  cursor: default;
  width: 100%;
  text-align: center;
}

.counter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.counter-action {
  padding: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  color: var(--primary-dark);
  font-size: 25px;
  flex-shrink: 0;
  outline: none !important;
  border-radius: 5px;
}

.counter-action:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.circle-image {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

/* auth pages */
.separator-text {
  background-color: #fff;
  width: 160px;
  margin-top: -13px;
}

/* user profiles */
.profile-image-wrapper {
  height: 126px;
  width: 126px;
  padding: 3px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.profile-image {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.profile-nav li a {
  font-size: 16px;
  color: var(--text-color);
  padding: 0 15px;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
  font-weight: 500;
}

.profile-nav li.active a {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.options-dropdown {
  position: absolute;
  right: 0 !important;
  transform: unset !important;
  top: 0;
  right: 0;
  overflow: hidden;
  min-width: 100px;
}

.data-row > div:nth-child(even) > div {
  background-color: var(--primary-light);
}

.info-table-list li > span:first-child {
  width: 200px;
}

.product-card .remove-btn {
  top: 10px;
  right: 10px;
}

/* about page */
.about-image {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.bg-content {
  overflow: hidden;
  border-radius: 10px;
}

.clean-card {
  background-color: #fff;
  padding: 30px;
}

.input-rating {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.input-rating li {
  margin: 0;
  padding-right: 10px;
  font-size: 16px;
}

.input-rating > li:hover ~ li,
.input-rating > li:hover {
  color: var(--secondary-color);
}

/* faqs */
.ques-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-dark);
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  width: 100%;
  margin-top: 15px;
}

.ans-des {
  padding-top: 15px;
}

.ques-title i {
  margin-left: auto;
}

.ques-title[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading-link {
  font-size: 20px;
  vertical-align: 2px;
}

/* blog page */
.after-title {
  margin-top: 40px;
}

.single-title {
  font-size: 34px;
  font-weight: 300;
}

.single-page-image {
  margin-top: 15px;
  max-height: 500px;
}

.inner-descriptions {
  padding: 20px;
}

.inner-descriptions p {
  color: #1d1d1d;
  line-height: 22px;
  font-weight: 300;
}

.sidebar .mid-heading {
  font-size: 28px;
}

/*services*/
.sticky-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.aside-link {
  padding-left: 15px;
  font-size: 16px;
  color: var(--primary-color);
  font-size: 600;
  margin-top: 10px;
  font-family: var(--secondary-font);
}

.aside-link::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
  left: 0;
  top: 9px;
}

.aside-headings {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
  padding-bottom: 15px;
}

.aside-lists .nav {
  border: 1px solid #ddd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 15px 20px 20px;
}

/* contact */

.contact-extra-col h4 {
  font-size: 18px;
  font-weight: 600;
}

.contact-extra-col .contact-icon {
  width: 60px;
  height: 60px;
  font-size: 1.3rem;
  border-radius: 50%;
  background-color: #e2e5ea;
  transition: all 600ms ease;
}

.contact-extra-col .contact-icon:hover {
  background-color: var(--primary-color);
}

.contact-extra-col .contact-icon:hover i {
  color: #fff;
}

.contact-extra-col .contact-icon i {
  color: var(--primary-color-dark);
}

.contact-extra-col .contact-text h4 {
  margin-bottom: 4px;
}

.contact-extra-col .contact-text a {
  color: var(--text-color);
}

.round-icon {
  height: 170px;
  width: 170px;
  background-color: #e6f2f9;
  font-size: 20px;
  flex-shrink: 0;
  border-radius: 50%;
}

.contact-extra-icon {
  /* margin: -50px auto 20px auto; */
}

.contact-map {
  width: 100%;
  min-height: 350px;
  height: 100%;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 40px;
  line-height: 40px;
  display: none;
}

.contact-card a {
  margin: 4px 5px 0;
}

.mob-titles {
  display: none;
}

.home-gallery .gallery-img-home {
  aspect-ratio: 1/1;
  background-color: #f0f0f0;
}

.page-gallery .gallery-img-page {
  aspect-ratio: 4/3;
  border: 2px solid #f0f0f0;
}

/* user dashboard */
/* =========================================== */

.page-differ {
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  min-height: 80vh;
}

/* user sidebar  */
.user-sidebar {
  margin-top: 5em;
  padding: 1rem;
  background-color: #f0f0ff;
  border-radius: 4px;
}

.user-sidebar .profile-meta li p {
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
}

.user-sidebar .profile-meta li {
  margin-bottom: 1rem;
}

.user-dash .nav-tabs {
  border-color: #f5f5f5;
  border-radius: 0;
}

.user-dash .nav-tabs .nav-link {
  color: var(--text-color);
  position: relative;
}

.user-dash .nav-tabs :is(a.nav-link, a.nav-link:hover) {
  border: 0;
}

.user-dash .nav-tabs a.nav-link.active {
  border-color: transparent transparent var(--primary-color) !important;
  color: var(--primary-color);
}

.user-dash .nav-tabs a.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}

.user-dash table :is(tr, th) {
  white-space: nowrap;
}

/* faqs */
.dark-search-form .common-input {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
}

.dark-search-form .common-input::placeholder {
  color: #fff;
}

.search-form .iconed-btn {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
}

.filter-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .heading-ultra {
    font-size: 64px;
  }

  .heading-banner {
    font-size: 38px;
  }

  .mobile-menu-btn {
    background-color: var(--primary-color);
    padding: 8px 10px !important;
    border-radius: 6px;
    margin-left: 20px;
    display: inline-block;
  }

  .close-btn {
    display: inline-block;
  }

  .copy-right,
  .copyright-text {
    text-align: center !important;
  }

  .footer-socials {
    padding: 5px;
  }

  .main-navs,
  .filters-aside {
    position: fixed !important;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: var(--primary-color-dark);
    width: 300px;
    left: -310px;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .custom-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .secondary-nav {
    display: block !important;
  }

  .main-navs {
    justify-content: flex-end;
  }

  .secondary-nav {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }

  .custom-nav {
    margin-top: 12px;
  }

  .custom-nav li::after {
    content: unset;
  }

  .custom-nav li a {
    margin: 0 5px;
  }

  .custom-nav li a:not(.common-btn),
  .secondary-nav li a {
    color: #666;
  }

  .sub-nav {
    display: none !important;
  }

  .intro-contents {
    padding-left: 170px;
  }

  .secondary-nav li {
    padding: 5px 20px;
  }

  .main-slider .banner-image-col::before {
    content: unset;
  }

  .filter-btn {
    padding: 5px 10px;
    border-radius: 4px;
    background-color: var(--secondary-color);
    color: #fff;
    padding-top: 8px;
    display: inline-block;
    margin-left: auto;
  }

  .sort-select {
    margin-left: 0;
  }

  .filters-aside {
    background-color: #fff;
    overflow-y: scroll;
  }

  .filters-aside .close-btn {
    color: var(--secondary-color) !important;
  }
}

@media (min-width: 992px) {
  .project-section .project-sm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .text-lg-nowrap {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 992px) {
  header .mainmenu {
    float: right;
  }

  header .mainmenu li {
    text-align: right;
  }

  header .mainmenu li a {
    margin-right: 0 !important;
  }

  .header-end .menu-item .nav-menu .mainmenu li {
    display: block;
    margin-bottom: 1rem;
  }

  .header-start .tn-left a:first-child:after {
    display: none;
  }

  .banner-slider :is(.carousel-control-next, .carousel-control-prev) {
    align-items: end;
    padding: 1rem;
  }

  .heading-ultra {
    font-size: 60px;
  }

  .banner-image-col {
    height: 550px;
  }

  .pad-bot {
    padding-bottom: 60px;
  }

  .pad-top {
    padding-top: 60px;
  }

  .heading-banner {
    font-size: 36px;
  }

  .heading-large {
    font-size: 32px;
  }

  .intro-stylish {
    position: relative;
  }

  .highlight-card-sm .attached-image {
    width: 160px;
  }

  .footer-about,
  .product-gallery {
    margin-bottom: 40px;
  }

  .intro-contents {
    padding-left: 15px;
    background-color: transparent;
  }

  .intro-content {
    padding-bottom: 0;
    padding-left: 0;
  }

  .extra-sec-contents {
    display: block !important;
  }

  .extra-sec-contents .common-btn {
    margin-top: 15px;
  }

  .mob-titles {
    display: block;
  }

  .desk-titles {
    display: none;
  }

  .header-top-right {
    display: none;
  }

  .header-top-left {
    display: flex;
    align-items: center;
  }

  .sep-link {
    border: none;
    margin-left: auto;
  }

  .about-contents,
  .contact-col,
  .cart-checkout-col {
    margin-top: 40px;
  }

  .user-info-col {
    order: 1;
    margin-top: 45px;
  }

  .highlight-card-lg {
    height: auto;
  }

  .highlight-card-lg {
    display: block !important;
  }

  .highlight-card-lg .attached-image {
    max-width: 400px;
  }

  .highlight-card-lg .highlight-info {
    max-width: 300px;
    position: relative;
    left: auto;
    top: auto;
  }

  .highlight-card-sm {
    height: 220px;
  }

  .brand-logos {
    margin-top: 20px;
  }

  .project-col {
    margin: 1rem 0;
  }

  .contact-inner iframe {
    height: 50vh !important;
  }
}

@media only screen and (max-width: 575px) {
  .heading-ultra {
    font-size: 56px;
  }

  .banner-image-col {
    height: 400px;
  }

  .heading-banner {
    font-size: 30px;
  }

  .heading-large {
    font-size: 30px;
  }

  .heading-mid {
    font-size: 28px;
  }

  .intro-image {
    width: 100%;
  }

  .tall-intro-image {
    display: none;
  }

  .aside-nav li a {
    font-size: 16px;
  }

  .footer-bottom > div:nth-child(3) {
    margin-top: 30px;
  }

  .home-appoint .short-container {
    padding: 0;
  }

  .large-map iframe {
    height: 380px;
  }

  .home-captions p {
    display: none;
  }

  .home-captions a {
    margin-top: 20px;
  }

  .info-table-list li > span:first-child {
    width: 135px;
  }
}

@media only screen and (max-width: 480px) {
  .heading-ultra {
    font-size: 48px;
  }

  .banner-image-col {
    height: 450px;
  }
}

@media screen and (max-width: 360px) {
  body {
    overflow-x: scroll !important;
    min-width: 360px;
  }
}

/* new */
.app-sidebar .app-sidebar__inner {
  padding: 2px 0.5rem 0.5rem !important;
}

/*  */
.infos {
  padding: 0 0.65rem;
}

.aspect-ratio-1 {
  aspect-ratio: 1;
}

.add-wish i {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  top: 15px;
  left: 15px;
  color: #fff;
}

.owl-carousel .owl-stage {
  display: flex;
}

.product-card,
.product-item {
  transition: all 400ms ease;
  border: 1px solid #f1f1f1 !important;
}

.products-abs .item:hover .product-infos,
.product-card:hover .product-infos {
  background-color: #f5f5f5;
}

.products-abs .item:hover .product-infos h3,
.product-card:hover .product-infos h3 {
  color: var(--secondary-color);
}

.product-card:hover,
.product-item:hover {
  transition: all 400ms ease;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.product-card h3,
.product-item h3 {
  transition: all 400ms ease;
}

.item.product-item:hover .title-link,
.product-card:hover .title-link {
  color: var(--secondary-color);
}

/* 
.owl-carousel.owl-drag .owl-item {
    padding: 3px;
} */

.product-infos {
  border-top: 1px solid #f1f1f1;
}

.banner-slider :is(.carousel-control-next, .carousel-control-prev) {
  z-index: 999;
}

@media (max-width: 600px) {
  .banner-slider,
  .banner-slider .banner-img {
    height: 70vh;
  }

  .header-end .logo-wrapper {
    width: 140px;
  }

  .booking-form {
    display: none;
  }

  .h1-sm {
    font-size: 30px !important;
  }

  .ar-sm-11 {
    aspect-ratio: 1/1 !important;
  }
  .vacation-banner::before {
    left: 0 !important;
    transform: none !important;
  }

  .section-sub-heading,
  .inner-banner h1 {
    font-size: 24px !important;
    line-height: 1.5;
  }

  .heading-md-sm {
    font-size: 22px !important;
  }

  .room-detail .tab-content {
    padding: 20px 15px;
  }

  .banner-captions h1 {
    font-size: 25px;
  }

  .custom-nav li.active a:before {
    content: "";
    position: absolute;
    left: 0 !important;
    width: 26px;
    height: 2px;
    bottom: 10px !important;
    background-color: var(--primary-color);
  }

  .custom-nav li a {
    padding: 10px 0;
  }

  .footer-col-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .footer-nav li,
  footer .info-link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .heading-ultra {
    font-size: 52px;
  }

  .banner-image-col {
    height: 500px;
  }

  .heading-banner {
    font-size: 34px;
  }

  .footer-contact {
    margin-top: 30px;
  }

  .nav-header {
    padding: 5px 0;
  }

  .logo-img {
    width: 180px;
  }

  .heading-large {
    font-size: 30px;
  }

  .bold-label {
    font-size: 16px;
  }

  .home-captions p {
    font-size: 16px;
    line-height: 24px;
  }

  .bg-content {
    padding-right: 0 !important;
  }

  .bg-content .content-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .bg-content .img-container {
    max-height: 400px;
  }

  .table-flex-section {
    overflow-x: scroll;
  }

  .table-flex-wrapper {
    width: 650px;
  }

  .cart-item-size {
    flex: 1;
  }

  .cart-item-price {
    flex: 1.5;
  }

  #owl-products .owl-nav {
    display: none !important;
  }

  .mobile-tab-nav {
    flex-wrap: unset;
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 1rem;
  }

  .mobile-tab-nav li {
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 54px;
    right: 100%;
    padding: 0 30px;
    width: fit-content;
    transition: all 0.3s ease;
    display: block;
    z-index: 999999;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px 0px,
      rgba(17, 17, 26, 0.05) 0px 8px 32px 0px;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    right: 0;
  }
}
