@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");

/*-------------------------------------------------------------------*/
/*Genral-Css-Here
/*-------------------------------------------------------------------*/
@font-face {
  font-family: "Nexa";
  src: url("../font/NexaBold.eot");
  src: url("../font/NexaBold.eot?#iefix") format("embedded-opentype"),
    url("../font/NexaBold.woff2") format("woff2"),
    url("../font/NexaBold.woff") format("woff"),
    url("../font/NexaBold.ttf") format("truetype"),
    url("../font/NexaBold.svg#NexaBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Nexa Rust Sans Book 03";
  src: url("../font/NexaRustSans-Book03.eot");
  src: url("../font/NexaRustSans-Book03.eot?#iefix") format("embedded-opentype"),
    url("../font/NexaRustSans-Book03.woff2") format("woff2"),
    url("../font/NexaRustSans-Book03.woff") format("woff"),
    url("../font/NexaRustSans-Book03.ttf") format("truetype"),
    url("../font/NexaRustSans-Book03.svg#NexaRustSans-Book03") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Nexa Rust Slab Black Shadow 01";
  src: url("../font/NexaRustSlab-BlackShadow01.eot");
  src: url("../font/NexaRustSlab-BlackShadow01.eot?#iefix")
      format("embedded-opentype"),
    url("../font/NexaRustSlab-BlackShadow01.woff2") format("woff2"),
    url("../font/NexaRustSlab-BlackShadow01.woff") format("woff"),
    url("../font/NexaRustSlab-BlackShadow01.ttf") format("truetype"),
    url("../font/NexaRustSlab-BlackShadow01.svg#NexaRustSlab-BlackShadow01")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Rust Script L0";
  src: url("../font/NexaRustScriptL-0.eot");
  src: url("../font/NexaRustScriptL-0.eot?#iefix") format("embedded-opentype"),
    url("../font/NexaRustScriptL-0.woff2") format("woff2"),
    url("../font/NexaRustScriptL-0.woff") format("woff"),
    url("../font/NexaRustScriptL-0.ttf") format("truetype"),
    url("../font/NexaRustScriptL-0.svg#NexaRustScriptL-0") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Rust Sans";
  src: url("../font/NexaRustSans-Black.eot");
  src: url("../font/NexaRustSans-Black.eot?#iefix") format("embedded-opentype"),
    url("../font/NexaRustSans-Black.woff2") format("woff2"),
    url("../font/NexaRustSans-Black.woff") format("woff"),
    url("../font/NexaRustSans-Black.ttf") format("truetype"),
    url("../font/NexaRustSans-Black.svg#NexaRustSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-weight: 400 !important;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
.wpb_single_image,
.wpb_text_column.wpb_content_element {
  margin-bottom: 0 !important;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html {
  margin: 0 !important;
}
.entry-header.alignwide {
  display: none;
}
.container {
  margin: auto !important;
}
img {
  max-width: 100% !important;
}
a {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
footer.entry-footer.default-max-width {
  display: none;
}
.container {
  max-width: 1400px !important;
}
header .container-fluid {
  padding: 0 40px !important;
}

/*-------------------------------------------------------------------*/
/*main-page-Css-Here
/*-------------------------------------------------------------------*/
.page-id-9 header,
.page-id-9 footer {
  display: none !important;
}
.main-wrapper-box .vc_column-inner {
  padding: 0 !important;
}
.image-bg img {
  width: 100% !important;
  height: 100dvh !important;
  background-size: cover !important;
}
.image-bg figure,
.image-bg figure div {
  width: 100%;
}
.content-wrapper-box.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
.page-id-214 .vc_section.hero-wrapper .content-box h1,
.page-id-816 .vc_section.hero-wrapper .content-box h1 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase !important;
}
.page-id-214 .owl-carousel .owl-nav button.owl-next,
.page-id-214 .owl-carousel .owl-nav button.owl-prev,
.page-id-214 .owl-carousel button.owl-dot {
  color: #fff !important;
}

/*-------------------------------------------------------------------*/
/*Header-Css-Here
/*-------------------------------------------------------------------*/
.site-branding {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.69);
  padding: 17px 0;
}
.menus-comman ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menus-comman ul li {
  width: 100%;
  text-align: right;
}

.menus-comman ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.menus-comman ul li + li {
  margin-left: 49px;
}
.container-fluid {
  padding: 0 51px !important;
}
header .logo .site-logo img {
  max-width: 104px !important;
  height: auto !important;
  width: auto !important;
}

header .right-btns .dropdown button {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  outline: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-right: 18px !important;
  font-family: "Nexa Rust Sans Book 03";
  height: 25px !important;
}
.white-text h4 {
  color: #fff !important;
}
.insta_feed {
  background: #000000 !important;
}
.content-box img {
  height: auto !important;
  width: 294px !important;
  margin: 25px auto 0 !important;
}
.banner_slider img {
  object-fit: cover !important;
}
div#sbi_images {
  padding: 0 !important;
}
.banner_slider .owl-dots.disabled,
.banner_slider .owl-dots {
  position: absolute !important;
  bottom: 38px !important;
  height: auto !important;
  left: 0;
  right: 0;
  margin: auto !important;
}
.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none;
}
.form-serach-main ul.dropdown-options.open li:nth-child(1) {
  display: none !important;
}
.banner_slider .owl-dots span {
  background: #fff !important;
  opacity: 0.7 !important;
}
.banner_slider .owl-dots button.owl-dot.active span {
  opacity: 1 !important;
}
.banner_slider .owl-dots button.owl-dot {
  outline: 0 !important;
}
.gift-card-wrapper-box .comman-btn {
  text-align: left;
}
header .dropdown-toggle::after {
  content: "v";
  border: none !important;
  font-size: 8px !important;
  font-family: "Nexa Rust Sans Book 03";
  vertical-align: initial !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 0;
  width: auto !important;
  height: auto !important;
  transform: translateY(-50%) matrix(-1.5, 0, 0, 1, 0, 0);
}
.right-slider-wrapper iframe {
  height: 660px !important;
  border: none !important;
  overflow: hidden !important;
  border-radius: 18px;
}
.lena-madrid-location ul.sub-menu.open-menu li:nth-child(3),
.lena-marbella-header ul.sub-menu.open-menu li:nth-child(3) {
  display: none !important;
}
.tnp-field input[type="submit"] {
  cursor: pointer;
}
.page-id-816 .avails-slider-comman article {
  margin-bottom: 20px !important;
}
.cky-table-wrapper {
  overflow: auto !important;
}
header .dropdown-menu a {
  font-size: 13px;
  color: #ffffff;
  line-height: 23px;
  padding: 0 !important;
}
.right-btns {
  text-align: right !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #f66700;
}

::selection {
  color: #fff;
  background: #f66700;
  background-color: #f66700;
}

header .dropdown-menu a:hover {
  background: transparent !important;
  color: #f66700 !important;
}
header .dropdown-menu {
  border-radius: 0;
  border: 1px solid #f66700 !important;
  background: #0d0302cf !important;
  padding: 10px 16px !important;
  min-width: 244px;
  right: 0;
  left: inherit !important;
  transform: unset !important;
  top: 29px !important;
}
header .right-btns .dropdown.show button {
  color: #f66700 !important;
}
.sub-menu-toggle {
  display: none;
}
.right-btns .dropdown {
  margin-right: 28px;
}
.sub-menu {
  border: 1px solid #f66700 !important;
  background: #0d0302cf !important;
  padding: 1px 3px !important;
  min-width: 54px;
  right: 4px;
  left: inherit !important;
  transform: unset !important;
  top: 29px !important;
  position: absolute;
  text-align: center;
  display: none;
}
#menu-language-menu > li > a {
  width: 25px !important;
  height: 25px !important;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.sub-menu li img {
  max-height: 19px !important;
  object-fit: ;
}
.sub-menu.open-menu {
  display: block;
}
#menu-language-menu > li {
  position: relative;
  padding-right: 11px;
}
#menu-language-menu > li > a::after {
  content: "v";
  border: none !important;
  font-size: 8px !important;
  font-family: "Nexa Rust Sans Book 03";
  vertical-align: initial !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 0;
  width: auto !important;
  height: auto !important;
  color: #fff;
  transform: translateY(-50%) matrix(-1.5, 0, 0, 1, 0, 0);
}
#menu-language-menu > li {
  position: relative;
}
.dropdown.show .dropdown-toggle::after,
#menu-language-menu > li.show-drop > a::after {
  transform: translateY(-50%) matrix(-1.5, 0, 0, -1, 0, 0);
}
.sub-menu li {
  margin: 5px 0;
}
.page-id-218
  section.vc_section.menu-wrapper-box.mnu.menu-page-animtion
  .text-animation
  h3 {
  z-index: 9;
}
.page-id-214 .menu-wrapper-box.animation-paddings .animate {
  z-index: 9;
  position: relative;
}

.page-id-816
  section.vc_section.menu-wrapper-box.mnu.menu-page-animtion
  .text-animation
  h3 {
  z-index: 9;
}
.page-id-816 .menu-wrapper-box.animation-paddings .animate {
  z-index: 9;
  position: relative;
}

/*-------------------------------------------------------------------*/
/*Hero-banner-Css-Here
/*-------------------------------------------------------------------*/
.hero-wrapper {
  min-height: 100vh;
  background-size: cover;
  padding: 0 !important;
  display: grid;
  place-items: center;
  background-attachment: fixed;
}
.content-box h1 {
  z-index: 1;
  font-size: 60px;
  color: #ffffff;
  font-family: "Nexa Rust Sans Book 03";
  max-width: 483px;
  margin: auto;
  line-height: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  right: 0;
  transform: translateY(-50%);
}
.newletter-wrapper {
  position: relative;
}
.newletter-wrapper .container {
  position: relative;
  z-index: 1;
}
.newletter-wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #0000007a;
  width: 100%;
  height: 100%;
}
.book-table-form {
  display: flex;
  justify-content: center;
}
.smoke-logo {
  padding: 54px 0 !important;
}
/*.theiaStickySidebar {padding-top: 108px !important; }*/
.form-row-homes {
  z-index: 1;
}
.video-wrapper-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sr-res-root span {
  max-width: inherit !important;
}
#sr-res-root {
  padding: 22px 48px !important;
  font-size: 16px !important;
  height: auto !important;
  width: 221px !important;
  background: #fff !important;
  border-radius: 0 !important;
  color: #000 !important;
  margin: auto !important;
}
.bottom-booking-content a {
  color: #f66700 !important;
}
.video-wrapper-box .vc_column-inner {
  padding: 0 !important;
}

.cky-table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.video-wrapper-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-id-677 .whaton_listed_page.vc_row.wpb_row.vc_row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.banner_slider img {
  height: 100% !important;
}
.flex-btn-black .comman-btn a {
  color: #2e2e2e !important;
}

.flex-btn-black .comman-btn {
  margin-bottom: 0 !important;
  margin-top: 5px;
}
.flex-btn-black .vc_column-inner {
  padding: 0 !important;
}
/*-------------------------------------------------------------------*/
/*private-dining-banner-Css-Here
/*-------------------------------------------------------------------*/
.private-dining-wrapper {
  padding: 71px 0 !important;
}
.comman-content p {
  color: #2e2e2e;
  font-size: 14px;
  line-height: 18px;
}
.private-dining-wrapper .comman-content {
  text-align: right;
}
.private-dining-wrapper .comman-content {
  text-align: right;
  max-width: 450px;
  margin-left: auto;
}
.comman-heading::after {
  background: #f66700;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  right: -428px;
  max-width: 535px;
}

.comman-heading {
  position: relative;
  font-size: 33px;
  color: #000000;
  font-family: "Nexa Rust Sans Book 03";
  padding-bottom: 12px;
  margin-bottom: 33px;
}
.slider-one {
  padding-top: 59px;
}
.space_content {
  background: #000000;
  padding: 28px 24px;
}
.space_content p {
  color: #fff;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 22px;
}
.comman-btn a {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400;
  text-decoration: underline !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}
.space_content h4::after {
  position: absolute;
  content: "";
  background: #f7751a;
  height: 2px;
  width: 96px;
  bptt: ;
  bottom: 0;
  left: -23px;
}
.space_content h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 27px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}

.page-id-214 .contact-info-details .vc_col-sm-4::after,
.page-id-214 .comman-heading-style::after,
.page-id-214 .space_content h4::after,
.page-id-214 .comman-heading::after {
  background: #e1c16e !important;
}
.smoked-room-madrid .footer-logo img {
  max-width: 283px !important;
}
.menu-wrapper-box-list article {
  background: #000000;
  height: 100%;
  position: relative;
}

.banner_slider .content-box h1,
.banner_slider .content-box h2 {
  position: static !important;
  transform: unset !important;
  color: #fff !important;
  font-family: "Nexa Rust Sans Book 03" !important;
  font-size: 37px !important;
}
.banner_slider .content-box h2 {
  margin-top: 23px;
}
.menu-wrapper-box-list article .comman-btn {
  position: absolute;
  bottom: 34px;
  left: 26px;
  z-index: 9;
}

.custom-dropdown {
  position: relative;
}
.selected-option {
  cursor: pointer;
  border: 1px solid #ffffff !important;
  outline: 0;
  background: #0d0302 !important;
  font-size: 16px !important;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 18px 28px;
  max-width: 684px !important;
  appearance: none;
  height: 59px !important;
  width: 100% !important;
}
.dropdown-options {
  list-style: none;
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  display: none;
  z-index: 100;
  background: #0d0302;
  min-height: 143px;
  border: 1px solid #f66700;
  padding: 14px;
}
.dropdown-options.open {
  display: block;
}
.dropdown-options li {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.dropdown-options li:hover {
  color: #f66700;
}
.whaton_listed_page h5 {
  padding: 0px 41px 0px;
  color: #000000;
  font-size: 15px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 !important;
  margin-top: -21px !important;
  position: relative;
}
.whaton_listed_page p {
  margin: 0 !important;
}
.whaton_listed_page .vc_col-sm-4 {
  margin-bottom: 53px !important;
}
.whaton_listed_page .vc_col-sm-4 > .vc_column-inner .comman-btn {
  position: absolute;
  bottom: -24px;
}

.smoked-room-barcelona .comman-heading::after,
.smoked-room-barcelona .comman-heading-style::after,
.smoked-room-barcelona .space_content h4::after,
.smoked-room-barcelona .comman-text-blog h2::after {
  background: #e1c16e !important;
}
.faq-wrapper-box-comman .vc_tta-tabs-container {
  border-color: #e1c16e !important;
}
.smoked-room-madrid .comman-heading::after,
.smoked-room-madrid .comman-heading-style::after,
.smoked-room-madrid .space_content h4::after,
.smoked-room-madrid .comman-text-blog h2::after,
.smoked-room-madrid .contact-wrapper-boxpage h2::after,
.smoked-room-madrid .comman-text-blog h2::after,
.page-id-1205 .comman-text-blog h2::after {
  background: #e1c16e !important;
}
.smoked-room-dubai .comman-heading::after,
.smoked-room-dubai .comman-heading-style::after,
.smoked-room-dubai .space_content h4::after,
.smoked-room-dubai .comman-text-blog h2::after,
.smoked-room-dubai .contact-wrapper-boxpage h2::after,
.smoked-room-dubai .comman-text-blog h2::after,
.smoked-room-dubai .comman-text-blog h2::after {
  background: #e1c16e !important;
}
.page-id-1205 .comman-text-blog p a,
.smoked-room-dubai .comman-text-blog p a {
  color: #e1c16e !important;
}
.smoked-room-madrid .faq-wrapper-box-comman .vc_tta-tabs-container,
.smoked-room-dubai .faq-wrapper-box-comman .vc_tta-tabs-container {
  border-color: #e1c16e !important;
}
@media (min-width: 767px) {
  .slider-one .space_content p {
    direction: ltr !important;
  }
}

/*-------------------------------------------------------------------*/
/*Gift-Card-dining-banner-Css-Here
/*-------------------------------------------------------------------*/
.gift-card-wrapper-box {
  padding: 141px 0 !important;
  background-color: #000 !important;
  background-size: cover !important;
}
.comman-heading-style {
  position: relative;
  font-size: 33px;
  font-family: "Nexa Rust Sans Book 03";
  padding-bottom: 12px;
  margin-bottom: 33px;
}
.comman-heading-style::after {
  background: #f66700;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -428px;
  max-width: 535px;
}

#left-card-inner p {
  color: #fff !important;
  max-width: 356px;
}

#left-card-inner .comman-btn {
  margin-top: 22px;
}
.right-card-inner > .vc_column-inner > .wpb_wrapper {
  max-width: 572px;
  margin-left: auto;
}
.slider-two article img {
  height: 333px !important;
  object-fit: cover;
}
.space_content_comman h4 {
  color: #ffffff;
  font-size: 23px;
  font-family: "Nexa Rust Sans Book 03";
  line-height: 37px;
}
.space_content_comman p {
  font-size: 14px;
  color: #ffffff;
}
.space_content_comman {
  padding: 25px 46px;
}
.owl-nav button {
  color: #fff !important;
  font-size: 63px !important;
  font-family: "Nexa Rust Sans Book 03" !important;
  line-height: 58px !important;
  margin: 0 14px !important;
  outline: 0;
}
.owl-nav button:hover {
  background: transparent !important;
}
.owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -74px;
}
.owl-next {
  margin-right: 0 !important;
}
#selected-location {
  display: none !important;
}
.slider-one .owl-nav {
  display: none !important;
}

/*-------------------------------------------------------------------*/
/*menu-Css-Here
/*-------------------------------------------------------------------*/
.contacta-webform-table .contacta-col label {
  display: none;
}
.input-field.multi label {
  display: inline-block !important;
}
.menu-wrapper-box {
  padding: 100px 0 !important;
}
.stars-logo-main img {
  max-height: 32px;
  height: auto !important;
  width: auto !important;
}
.stars-logo-main .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stars-logo-main {
  position: relative;
  top: -50px;
}
.stars-logo-main .wpb_single_image {
  padding: 0 6px;
}
.menu-wrapper-box .comman-content p {
  color: #ffffff;
  margin-bottom: 34px !important;
  max-width: 345px !important;
}
.avails-slider-comman {
  max-width: 531px !important;
  padding-right: 0;
  position: relative;
  margin-left: auto;
}

.avails-slider-comman img {
  height: 306px !important;
  width: 100% !important;
  object-fit: cover;
}
.space_content_menu h4 {
  font-size: 23px;
  color: #ffffff;
  font-family: "Nexa Rust Sans Book 03" !important;
  margin: 0 !important;
  padding: 14px 0;
}
.space_content_menu p {
  color: #ffff;
  font-size: 14px;
  margin-bottom: 17px !important;
  display: block;
}
.space_content_menu {
  padding: 0 26px;
}
.page-logo img {
  height: auto !important;
  width: 121px !important;
}
.page-logo {
  margin-top: 103px;
}
.slick-prev.slick-arrow {
  background: transparent !important;
  border: none;
  font-family: "Nexa Rust Sans Book 03" !important;
  color: #fff;
  font-size: 60px;
  line-height: 43px;
  transform: rotate(90deg);
  position: absolute;
  right: -52px;
  cursor: pointer;
  top: 27px;
}
.slick-next.slick-arrow {
  background: transparent !important;
  border: none;
  font-family: "Nexa Rust Sans Book 03" !important;
  color: #fff;
  font-size: 60px;
  line-height: 43px;
  transform: rotate(90deg);
  position: absolute;
  right: -52px;
  cursor: pointer;
  top: 85px;
}
.page-logo {
  margin-bottom: 35px !important;
}
.instagram-wrapper-box {
  display: none;
}
.instagram-wrapper-box.full-width-img {
  display: block !important;
}

.banner_slider .content-box {
  transform: unset !important;
  top: auto !important;
  bottom: 93px;
}

.white-text-calender h2 {
  color: #fff !important;
}
.white-text-calender .right-contact-form-boxs .wpcf7-form-control {
  color: #fff !important;
  border-color: #fff !important;
}
.white-text-calender .right-contact-form-boxs .wpcf7-form-control::placeholder {
  color: #fff !important;
}
.white-text-calender .form-widget.type-of-enquiry-selectbox .dropdown-toggle,
.white-text-calender .form-widget.type-of-enquiry-room .dropdown-toggle {
  color: #fff !important;
  border-color: #fff !important;
}
.white-text-calender .ui-widget-content {
  background: transparent !important;
  color: #fff !important;
}
.white-text-calender .ui-datepicker th {
  color: #fff !important;
}
.white-text-calender .ui-widget-header {
  color: #fff !important;
  border-color: #fff !important;
}
.white-text-calender .ui-datepicker-next:after {
  color: #fff !important;
}
.white-text-calender .ui-datepicker-prev:after {
  color: #fff !important;
}
.white-text-calender .ui-state-default,
.white-text-calender .ui-widget-content .ui-state-default,
.white-text-calender .ui-widget-header .ui-state-default,
.white-text-calender .ui-button,
.white-text-calender html .white-text-calender .ui-state-default,
.white-text-calender .ui-widget-content .ui-state-default,
.white-text-calender .ui-widget-header .ui-state-default,
.white-text-calender .ui-button,
.white-text-calender html .ui-button.ui-state-disabled:hover,
.white-text-calender html .ui-button.ui-state-disabled:active {
  border: 1px solid #000000;
  background: #1e1d1d;
  font-weight: normal;
  color: #ffffff;
}
.white-text-calender .wpcf7 form .wpcf7-response-output {
  color: #fff !important;
}
.white-text-calender a.ui-state-default.ui-state-active {
  background: #f66700 !important;
}

@media (min-width: 768px) {
  .avails-slider-comman .slick-list.draggable {
    max-height: 615px !important;
    padding: 0 !important;
    height: auto !important;
    overflow: hidden;
  }
  /*body .right-slider-wrapper .slick-track {height: auto !important; transform: unset !important; }*/
}

/*-------------------------------------------------------------------*/
/*Leena-story-Css-Here
/*-------------------------------------------------------------------*/
.leena-story-wrapper {
  padding: 210px 0 158px !important;
}

.comman-heading-style.right-after::after {
  right: -406px !important;
  left: inherit !important;
}

.leena-story-wrapper .comman-content {
  text-align: right;
  max-width: 366px !important;
  margin-left: auto !important;
}

.leena-story-wrapper .comman-btn a {
  color: #2e2e2e !important;
  display: inline-block;
  margin-top: 70px;
}
.leena-story-wrapper .comman-btnW a {
  color: #fff !important;
  display: inline-block;
  margin-top: 70px;
  text-decoration: underline;
}
.right-leena-story .vc_column-inner {
  max-width: 670px;
}
.leena-story-wrapper .vc_column-inner {
  padding: 0 !important;
}

.left-story-slider .owl-stage-outer {
  padding-left: 163px;
}
.contact-info-details {
  text-align: center;
  padding-bottom: 158px !important;
  padding-top: 40px !important;
}

.contact-info-details .two h6 {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}
.contact-info-details .one h2 {
  color: #000000;
  font-size: 22px;
  font-family: "Nexa";
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 17px;
}
.contact-info-details .two {
  padding-top: 109px !important;
}

.contact-info-details .one a,
.contact-info-details .one p,
.contact-info-details .one li,
.contact-info-details .one b {
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  font-weight: 400;
}

.contact-info-details.one a,
.contact-info-details.one p,
.contact-info-details.one li,
.contact-info-details.one b {
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  font-weight: 400;
}
.contact-info-details.two h6 {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}
.contact-info-details.one h2 {
  color: #000000;
  font-size: 30px;
  font-family: "Nexa";
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 37px;
}
.contact-info-details.two {
  padding-top: 88px !important;
}
.contact-info-details.one ul {
  width: 100%;
  max-width: 322px;
  margin: auto;
}
.contact-info-details.one ul li {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.page-id-214 .leena-story-wrapper {
  padding-bottom: 0 !important;
}
.page-id-214 .contact-info-details {
  padding-top: 143px !important;
}

.page-id-816 .leena-story-wrapper {
  padding-bottom: 0 !important;
}
.page-id-816 .contact-info-details {
  padding-top: 143px !important;
}

.slider-two .space_content_comman {
  padding-bottom: 0 !important;
}

.contact-info-details .one ul {
  width: 100%;
  max-width: 322px;
  margin: auto;
}
.contact-info-details .one ul li {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.contact-info-details .vc_col-sm-4 {
  position: relative;
}
.contact-info-details .vc_col-sm-4::after {
  background: #f66700;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
}
.contact-info-details .vc_col-sm-4:last-child::after {
  display: none !important;
}
.contact-info-details .one {
  display: flex;
  flex-wrap: wrap;
}
.vc_row.one::after,
.vc_row.one::before {
  display: none !important;
}
.contact-info-details .two p {
  font-size: 11px;
  color: #000000;
}

.newletter-wrapper {
  background: #000
    url("/wp-content/uploads/2025/01/Header-and-newsletter-form-texture-1.jpg");
  background-size: cover;
  padding: 96px 0 !important;
}
.newletter-wrapper h3 {
  font-family: "Nexa";
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding-top: 17px;
}
.lena-barcelona .footer-logo img {
  max-width: 121px !important;
}

.right-contact-form-boxs .wpcf7-form-control.wpcf7-submit {
  border: 1px solid #000000 !important;
  text-align: center !important;
  height: 40px !important;
}
.right-contact-form-boxs .wpcf7-submit:hover {
  background: #000 !important;
  color: #fff !important;
}
div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
  display: block;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.left-newleetter .tnp-field input {
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 0 !important;
  height: 41px !important;
  padding: 6px 0 !important;
  width: 100% !important;
  outline: 0;
}
.main_form_newletter .tnp-field {
  margin-right: 25px;
}
.newletter-btn .tnp-field.tnp-field-button {
  margin: 0 !important;
}
.newletter-btn {
  width: 78px;
}
.tnp-field {
  width: 100%;
}
.note {
  font-size: 10px;
  color: #ffffff;
  text-align: right;
  max-width: 333px;
  margin-left: auto;
  margin-top: 24px;
  margin-bottom: 0 !important;
}
.left-newleetter .tnp-field input::placeholder {
  color: #fff !important;
  opacity: 1;
}
.left-newleetter {
  display: flex;
  width: 100% !important;
}
.vc_section.hero-wrapper.inner-page-hero {
  background-attachment: unset !important;
  height: 367px !important;
  min-height: unset !important;
  background-position: center !important;
  background-size: cover !important;
}

.hero-wrapper.inner-page-hero .content-box h1 {
  font-size: 40px !important;
  padding-top: 64px;
}
.vc_section.menu-wrapper-box .vc_row.vc_row-flex > .vc_column_container {
  display: inline-block !important;
}
.instagram-wrapper-box {
  padding: 0 !important;
}
.menu-wrapper-box-list {
  padding: 100px 0 !important;
}
.menu-wrapper-box-list .col-md-4 {
  margin-bottom: 30px !important;
}
.menu-wrapper-box.page-pvt .comman-btn {
  margin: 0 !important;
}
.menu-wrapper-box.page-pvt {
  padding: 92px 0 !important;
}
.menu-wrapper-box.page-pvt .vc_row.vc_row-flex > .vc_column_container {
  display: flex !important;
}
/*.menu-wrapper-box.page-pvt img {width: 466px !important; height: 600px !important; object-fit: cover !important; margin-left: auto; }*/
.menu-wrapper-box.page-pvt img {
  height: auto !important;
  object-fit: cover !important;
  margin-left: auto;
}
/* .page-id-50 .leena-story-wrapper {
  padding: 159px 0 109px !important;
} */
.menu-wrapper-box.page-pvt.single {
  padding-top: 123px !important;
}
.menu-wrapper-box.page-pvt.single .comman-btn {
  margin-right: 46px !important;
  margin-top: 18px !important;
}
.pvt-single-menu-wrapper {
  padding: 130px 0 !important;
}
.pvt-single-menu-wrapper .container-fluid {
  max-width: 1661px;
  margin: auto !important;
  padding: 0 !important;
}

.pvt-single-menu-wrapper p {
  padding: 0px 41px 23px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.pvt-single-menu-wrapper a {
  color: #000000 !important;
  padding: 0px 41px 0px !important;
}
.pvt-single-menu-wrapper h4 {
  padding: 24px 41px 6px;
  color: #000000;
  font-size: 18px;
  font-family: "Nexa Rust Sans Book 03";
  line-height: 37px;
}
.single-image-full .vc_column-inner {
  padding: 0 !important;
}
.single-image-full figure,
.single-image-full figure div,
.single-image-full figure img {
  width: 100% !important;
}
.contact-info-details .vc_col-sm-4 .vc_column-inner {
  max-width: 430px;
  margin: auto;
}

.contact-info-details.bg-color .one a,
.contact-info-details.bg-color .one p,
.contact-info-details.bg-color .one li,
.contact-info-details.bg-color .one b,
.contact-info-details.bg-color .one h2,
.contact-info-details.bg-color h6,
.contact-info-details.bg-color p {
  color: #fff !important;
}
.contact-info-details.bg-color {
  padding: 149px 0 !important;
}
.contact-info-details.bg-color .two {
  padding-top: 113px !important;
}
.bottom-booking-content p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  max-width: 914px;
  margin: auto !important;
}
.bottom-booking-content {
  margin-top: 141px !important;
}
/* .page-id-50 .menu-wrapper-box .comman-content p {
  max-width: 100% !important;
 
} */
.slider-three img {
  height: 600px !important;
  object-fit: cover !important;
}
.slider-three h4 {
  font-size: 20px !important;
  color: #2e2e2e;
  font-family: "Nexa Rust Sans Book 03";
  margin: 0 !important;
  padding-top: 18px;
}
.slider-three .owl-nav button {
  color: #000 !important;
  font-style: unset !important;
}
.slider-three .owl-nav .owl-next {
  margin-right: 0 !important;
}
.menu-wrapper-box.page-pvt.about p {
  color: #000 !important;
}
.menu-wrapper-box.page-pvt.about .comman-btn a {
  color: #000 !important;
}
.menu-wrapper-box.page-pvt.about img {
  height: auto !important;
  width: auto !important;
}

/*-------------------------------------------------------------------*/
/*contact-story-Css-Here
/*-------------------------------------------------------------------*/
.map-contact-wrapper iframe {
  width: 100%;
  height: 600px;
  object-fit: cover;
  font-size: 0;
  padding: 0;
  filter: grayscale(100%);
}
.map-contact-wrapper .vc_column-inner {
  padding: 0 !important;
}
.map-contact-wrapper {
  font-size: 0 !important;
}
.contact-wrapper-boxpage {
  padding: 131px 0 !important;
}
.contact-wrapper-boxpage h2 {
  position: relative;
  font-size: 33px;
  font-family: "Nexa Rust Sans Book 03";
  padding-bottom: 12px;
  margin-bottom: 33px;
  max-width: 800px !important;
}
.contact-wrapper-boxpage h2::after {
  background: #f66700;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.contact-wrapper-boxpage p {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  max-width: 673px;
}

.address-details-page-contatct h4 {
  font-size: 18px;
  color: #000000;
  font-family: "Nexa";
  font-weight: bold;
}
.address-details-page-contatct p {
  font-size: 14px !important;
  line-height: 19px !important;
}
.contactform-boxs {
  padding: 80px 0 !important;
}

.address-details-page-contatct .vc_col-sm-4 {
  float: none !important;
}
.address-details-page-contatct .vc_col-sm-4 {
  float: none !important;
}
.address-details-page-contatct .vc_column-inner {
  padding: 0 !important;
}
.address-details-page-contatct .vc_col-sm-4 {
  float: none !important;
  width: auto !important;
}

.address-details-page-contatct {
  display: flex;
  margin: 0 !important;
  justify-content: space-between;
  padding-right: 48px !important;
}
.address-details-page-contatct:after,
.address-details-page-contatct:before {
  display: none !important;
}
.instagram-wrapper-box img {
  max-height: 580px !important;
  object-fit: cover;
}

.contactform-boxs .wpcf7-form-control::placeholder {
  color: #000 !important;
}
.contactform-boxs .wpcf7-form-control {
  font-size: 15px !important;
  outline: 0;
  color: #000000;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background: transparent !important;
  width: 100%;
  padding: 8px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactform-boxs .form-widget {
  margin-bottom: 36px !important;
}
.contactform-boxs textarea {
  height: 113px;
  resize: none;
}
.wpcf7-spinner {
  display: none !important;
}
.sub_btn {
  max-width: 137px;
}
.contactform-boxs .wpcf7-submit {
  border: 1px solid #000 !important;
}

.white-text .contactform-boxs .wpcf7-form-control.wpcf7-submit {
  border: 1px solid #fff !important;
}
.white-text .contactform-boxs .wpcf7-form-control.wpcf7-submit:hover {
  background: #fff !important;
  color: #000 !important;
}
.contactform-boxs .wpcf7-submit:hover {
  background: #000 !important;
  color: #fff !important;
}

.sub_btn input {
  cursor: pointer;
}
.contactform-boxs .col-md-6 {
  padding: 0 32px;
}
.contactform-boxs .row {
  margin: 0 -32px !important;
}
.comman-text-blog {
  padding: 107px 0 !important;
}
.comman-text-blog h2 {
  position: relative;
  font-size: 33px;
  font-family: "Nexa Rust Sans Book 03";
  padding-bottom: 12px;
  margin-bottom: 33px;
  color: #000;
}
.comman-text-blog h2::after {
  background: #f66700;
  height: 2px;
  content: "";
  position: absolute;
  width: 100%;
  max-width: 800px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.comman-text-blog p {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  text-align: left;
  max-width: 1293px;
  margin-bottom: 1rem !important;
}

.vc_section.single-room-contact-form {
  padding: 55px 0 58px !important;
}
.right-contact-form-boxs .wpcf7-form-control {
  font-size: 16px !important;
  color: #000000;
  border: none !important;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #000000 !important;
  background: transparent !important;
  width: 100%;
  padding: 2px 0;
  resize: none;
  height: 34px;
  outline: 0;
  border-radius: 0 !important;
  appearance: none !important;
  box-shadow: unset !important;
}
.white-text-calender .right-contact-form-boxs .wpcf7-submit {
  border: 1px solid #fff !important;
  text-align: center !important;
  height: 40px !important;
}
.white-text-calender .right-contact-form-boxs .wpcf7-submit:hover {
  color: #000 !important;
  background: #fff !important;
}

.right-contact-form-boxs .wpcf7-form-control::placeholder {
  color: #000;
  opacity: 1 !important;
}
.right-contact-form-boxs .form-widget {
  margin-bottom: 50px;
}
.single-room-contact-form h2 {
  padding-bottom: 79px;
  margin: 0;
  color: #000000;
  font-size: 30px;
  font-family: "Nexa";
  font-weight: bold;
}
.vc_section.single-room-contact-form #wp-calendar {
  width: 100% !important;
  text-align: center;
}
.vc_section.single-room-contact-form .widget.widget_calendar {
  max-width: 435px !important;
  position: relative;
}
.vc_section.single-room-contact-form .wp-calendar-nav {
  display: none;
}
.vc_section.single-room-contact-form #wp-calendar td,
.vc_section.single-room-contact-form #wp-calendar th {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  text-align: center !important;
  margin-top: 16px !important;
}
.wpcf7-not-valid-tip {
  font-size: 11px;
  position: absolute;
  bottom: -33px;
}
.right-contact-form-boxs .sub_btn .wpcf7-form-control {
  text-align: left;
}
.vc_section.single-room-contact-form #calendar_wrap caption {
  caption-side: unset !important;
  text-align: center;
  font-size: 18px;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 14px;
  padding-bottom: 5px;
  padding-top: 0 !important;
}
.contact-wrapper-boxpage h2 {
  max-width: 654px !important;
}
.contactform-boxs {
  padding-right: 48px !important;
}
.address-details-page-contatct p a {
  color: #000000;
}
.comman-text-blog h3 {
  margin-top: 33px;
  font-size: 22px;
}
.comman-text-blog p a {
  color: #f66700 !important;
}
header .logo .star-cricle img {
  width: 13px !important;
}
.smoked-room-dubai .custom-logo-link {
  display: flex;
  flex-direction: column;
}
.smoked-room-dubai header .logo .site-logo .star-cricle {
  max-width: 104px;
  display: block;
  text-align: center;
}
.comman-text-blog table {
  width: 100% !important;
}
.comman-text-blog .container {
  max-width: 846px !important;
  margin: auto;
}
.smoked-room-madrid .custom-logo-link {
  display: flex;
  flex-direction: column;
}
.smoked-room-dubai .star-cricla.d-none img:nth-child(1) {
  display: none !important;
}
.smoked-room-dubai .star-cricla.d-none img {
  width: 20px !important;
  margin: 0 auto !important;
}
.smoked-room-dubai .star-cricla.d-none {
  display: block !important;
}
.smoked-room-madrid .star-cricla.d-none {
  display: block !important;
}

.smoked-room-madrid .star-cricla.d-none img {
  width: 20px !important;
  margin: 0 auto !important;
}
.smoked-room-madrid .star-cricla.d-none {
  display: flex !important;
  max-width: 55px !important;
  justify-content: center !important;
  align-items: center !important;
  margin: auto !important;
}

.smoked-room-madrid .starmichelin {
  display: flex !important;
  max-width: 55px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  /* margin: auto !important; */
}

.smoked-room-madrid .starmichelin img {
  width: 20px !important;
}
.smoked-room-madrid header .logo .site-logo .star-cricle {
  max-width: 104px;
  text-align: center;
}
.smoked-room-madrid header .logo .site-logo .star-cricle img {
  margin: 0 3px;
}

.comman-text-blog tr:nth-child(2n + 1) td {
  background: #f1f5fa !important;
}
.comman-text-blog th,
.comman-text-blog td {
  background-color: #d9dfe7;
  border: 1px solid #cbced6;
  text-align: left;
  padding: 10px;
  font-size: 12px;
  color: #000000;
  word-break: normal;
}
.comman-text-blog tr:nth-child(2n) td {
  background: #ffffff;
}

/*-------------------------------------------------------------------*/
/*faq-Css-Here
/*-------------------------------------------------------------------*/
.faq-wrapper-box-comman {
  padding: 116px 0 !important;
}
.faq-wrapper-box-comman .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
.faq-wrapper-box-comman .vc_tta-panel-body {
  padding: 0 !important;
}
.faq-wrapper-box-comman .vc_tta-panel-body h2 {
  color: #000000;
  font-family: "Nexa Rust Sans Book 03";
  font-size: 21px !important;
  margin-bottom: 23px !important;
}
.faq-wrapper-box-comman .vc_tta-panel-body p {
  font-size: 15px;
  color: #000000;
  line-height: 22px;
}
.faq-wrapper-box-comman .vc_tta-panels-container {
  max-width: 800px !important;
}
.faq-wrapper-box-comman .vc_tta-tabs-container {
  width: 30%;
  padding-right: 65px;
  border-right: 2px solid #f66700 !important;
}
.faq-wrapper-box-comman .vc_tta-panels-container {
  width: 70% !important;
  padding-left: 128px;
}
.faq-wrapper-box-comman .vc_tta-tabs-list li a {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  text-align: right;
  font-size: 17px;
  color: #000000;
  line-height: 47px;
}
.faq-wrapper-box-comman ul .vc_active a {
  font-size: 18px !important;
  font-weight: bold;
  color: #000 !important;
  line-height: 24px;
}
.page-id-179 .menu-wrapper-box.page-pvt .comman-content p {
  max-width: 100% !important;
}

.page-id-179 .vc_section.hero-wrapper {
  background-color: #000;
  height: 773px;
  min-height: unset !important;
  background-position: bottom center;
}
.page-id-9 .newletter-wrapper {
  display: none;
}
.menus-comman ul li a:hover,
.footer-menu ul li a:hover {
  color: #f66700 !important;
  text-decoration: underline !important;
}

.menus-comman.sm ul li a:hover,
.footer-menu.sm ul li a:hover {
  color: #e1c16e !important;
  text-decoration: underline !important;
}

.select-box .form-control {
  border: 1px solid #ffffff !important;
  outline: 0;
  background: #0d0302 !important;
  font-size: 16px !important;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 18px 28px;
  max-width: 684px !important;
  appearance: none;
  height: 59px !important;
}

.select-box {
  width: 100%;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.form-serach-main {
  max-width: 756px;
  margin: auto !important;
  padding-top: 8px !important;
}
.select-box {
  padding-right: 15px;
}

.visit-btn button {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  padding: 15px 68px;
  cursor: pointer;
  outline: 0;
  height: 59px;
}
/*a.booknow-button {
border: 1px solid rgba(255, 255, 255, .84);
color: rgba(0, 0, 0, 1);
background: rgba(255, 255, 255, .84);
height: 47px;
padding: 0 23px;
font-size: 15px;
display: inline-flex;
justify-content: center;
align-items: center;
margin: auto !important;
margin-top: 34px !important;
}*/

a.booknow-button {
  border: 1px solid #fff;
  color: rgb(255 255 255);
  background: #000;
  padding: 14px 65px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto !important;
  margin-top: 34px !important;
  border-radius: 0;
  font-family: "Nexa Rust Sans Book 03" !important;
}

.banner_slider .content-box {
  text-align: center;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition: background-color 10000000s, color 10000000s ease-in-out 0s;
}
.form-serach-main form {
  display: flex;
}
.book-table-form input {
  border: 1px solid rgba(255, 255, 255, 0.84);
  color: #fff;
  background: rgb(13, 3, 0.84);
  height: 52px;
  padding: 0 20px;
  font-size: 13px;
  width: 100%;
  outline: 0;
}
.book-btn button {
  border: 1px solid rgba(255, 255, 255, 0.84);
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 0.84);
  height: 52px;
  padding: 0 23px;
  font-size: 13px;
}

.form-row-homes {
  position: absolute;
  bottom: 18%;
  left: 0;
  width: 100%;
}
.book-table-form input::placeholder {
  color: #fff !important;
  opacity: 1;
}
.col-form {
  margin-right: 14px;
  max-width: 146px;
}
.col-form.drop {
  max-width: 194px !important;
}
.form-row-homes.booking .book-table-form {
  display: block !important;
}
.form-row-homes.booking .col-form {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}
.form-row-homes.booking {
  position: static !important;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.form-row-homes.booking {
  position: static !important;
  max-width: 456px !important;
  display: block;
  margin: auto !important;
}
.form-row-homes.booking .book-btn {
  text-align: center;
  margin-top: 34px !important;
}
.menu-item-description {
  display: none;
}
.errar_page_wrapper {
  text-align: center;
  padding: 267px 0;
  background: #000;
}
.errar_page_wrapper h2 {
  position: relative;
  font-size: 50px;
  font-family: "Nexa Rust Sans Book 03";
  padding-bottom: 12px;
  margin-bottom: 33px;
  color: #fff !important;
}
.errar_page_wrapper p {
  color: #fff;
  font-size: 18px;
}
.overly_content_errar a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 400;
  text-decoration: underline !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  display: inline-block !important;
  margin-top: 23px;
}
.overly_content_errar a:hover {
  color: #f66700 !important;
}
.slider-one img,
.menu-wrapper-box-list img {
  height: 350px !important;
  object-fit: cover !important;
}
/*.smoked-room-barcelona .newletter-wrapper {background: #000 url('/wp-content/uploads/2024/12/SR_fondos-1.png') !important;}*/
.smoked-room-barcelona .newletter-wrapper,
.smoked-room-dubai .newletter-wrapper {
  background: #000 url("/wp-content/uploads/2025/07/SR_texture-2-1-1-1.jpg");
  background-size: cover;
  padding: 96px 0 !important;
}
.page-id-214 .vc_section.hero-wrapper {
  background-color: #000;
  background-size: cover;
  background-position: center center !important;
}

.page-id-228 .vc_section.hero-wrapper {
  background-color: #000;
  height: 773px;
  min-height: unset !important;
  background-position: bottom center;
}
#menu-language-menu > li > a > img {
  max-height: 20px;
  object-fit: cover !important;
}
button.owl-prev,
button.owl-next {
  transform: matrix(1, 0, 0, 0.9, 0, 0);
}
.slider.slider-content button {
  outline: 0 !important;
}
.menus-comman ul li.current-menu-item a {
  color: #f66700 !important;
  text-decoration: underline;
}
.top-modal-logo img {
  max-width: 251px !important;
  height: auto;
}
.smoke-logo img {
  height: auto;
  max-width: 279px !important;
}
.instagram-wrapper-box figure,
.instagram-wrapper-box figure div {
  width: 100% !important;
}

/*-------------------------------------------------------------------*/
/*Footer-Css-Here
/*-------------------------------------------------------------------*/
.footer-menu ul {
  display: flex;
  justify-content: flex-end;
}
footer {
  background: #000000;
  padding: 43px 0;
}
footer .col-md-9 {
  text-align: right;
}
.footer-menu ul li a {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px; /* 312.5% */
}
.footer-menu ul li + li {
  /* padding-left: 18px; */
  /* margin-left: 18px; */
}
.footer-menu ul li {
  position: relative;
  width: 50%;
}
/* .footer-menu ul li::before {
  height: 17px;
  width: 1px;
  background: white;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  bottom: 0;
} */
.footer-menu ul li:nth-child(1)::before {
  display: none !important;
}
.website-by a {
  color: #fff;
  font-size: 12px;
  margin-top: 19px !important;
  display: inline-block;
}
.contactform-boxs .wpcf7-submit {
  border: 1px solid #000 !important;
}
.white-text .contactform-boxs .wpcf7-submit {
  border: 1px solid #fff !important;
}

.slider-one .owl-stage {
  display: flex;
}
.slider-one .item {
  height: 100%;
}
.slider-one article {
  height: 100%;
  background: black;
  position: relative;
}
.slider-one .space_content h4 a {
  color: #fff !important;
}

.contact-info-details .two p a {
  color: #000000;
}

/*.language_es_ES .menus-comman ul li a, .language_es_ES header .right-btns .dropdown button {font-size: 12px; }*/
.address-details-page-contatct p {
  max-width: 206px;
}
.faq-wrapper-box-comman .vc_tta-panel-body p a {
  color: #000000;
  text-decoration: underline !important;
}
.pvt-single-menu-wrapper figure,
.pvt-single-menu-wrapper figure div {
  width: 100% !important;
}
.pvt-single-menu-wrapper img {
  height: 305px !important;
  width: 100% !important;
  object-fit: cover;
}

.menu-wrapper-box.page-pvt.single.bg-single-whaton p {
  color: #000 !important;
  max-width: 100% !important;
}
.menu-wrapper-box.page-pvt.single.bg-single-whaton h5 {
  font-size: 25px;
  font-weight: 500;
}

.menu-wrapper-box.page-pvt.single.bg-single-whaton h3 {
  font-size: 25px;
  font-family: "Nexa Rust Sans Book 03";
  padding: 22px 0 20px !important;
  margin: 0 !important;
}

.vc_section.menu-wrapper-box.page-pvt.single.bg-single-whaton .owl-nav button {
  color: #000000 !important;
}
.vc_section.menu-wrapper-box.page-pvt.single.bg-single-whaton img {
  max-width: 496px !important;
}
.vc_section.menu-wrapper-box.page-pvt.single.bg-single-whaton .comman-btn a {
  color: #000 !important;
}
.vc_section.pvt-single-menu-wrapper.whaton-more-wrapper {
  padding-top: 0 !important;
}
.vc_section.pvt-single-menu-wrapper.whaton-more-wrapper h2 {
  font-size: 26px;
  color: #000;
  font-family: "Nexa Rust Sans Book 03";
  margin: auto;
  padding-bottom: 73px;
}

.pagination {
  justify-content: center;
  margin-top: 41px;
}
.pagination a {
  padding: 0 14px !important;
}

.page-id-816 .contact-info-details .vc_col-sm-4::after {
  background: #e1c16e !important;
}
.hero-wrapper .form-row-homes {
  display: none !important;
}

.calendar header {
  margin: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.calendar .header-display {
  display: flex;
  align-items: center;
}
.calendar .header-display p {
  margin: 0 !important;
}
pre {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  color: #000;
}
.days,
.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: auto;
  padding: 0 20px;
  justify-content: space-between;
}
.week div,
.days div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3em;
  border-radius: 100%;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
}
.current-date {
  background-color: #000;
  color: #fff !important;
}
.display-selected {
  margin-bottom: 10px;
  padding: 20px 20px;
  text-align: center;
}
.calendar {
  max-width: 435px !important;
  position: relative;
  margin-top: -2px;
  position: relative;
}

.top-header-clacluter {
  caption-side: unset !important;
  text-align: center;
  font-size: 18px;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 14px;
  padding-bottom: 5px;
  padding-top: 0 !important;
  display: flex;
  justify-content: space-around;
}

.calendar .ui-widget.ui-widget-content {
  width: 100% !important;
  border: none !important;
}
.ui-widget-header {
  font-weight: 400;
  caption-side: unset !important;
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 14px;
  padding-bottom: 5px;
  padding-top: 0 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
}
.calendar .ui-widget.ui-widget-content {
  font-family: "Montserrat", sans-serif !important;
}
.ui-datepicker th {
  border-radius: 100%;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  padding: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  text-align: center !important;
  border: none !important;
}
.single-room-contact-form .reservation_date {
  display: none !important;
}
.ui-datepicker-prev span {
  display: none !important;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker-prev:after {
  content: "<";
  font-size: 20px;
  color: #000;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.ui-datepicker-next:after {
  content: ">";
  font-size: 20px;
  color: #000;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.vc_section.single-room-contact-form
  form
  .vc_row.wpb_row.vc_row-fluid.container {
  padding: 0 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #010508;
  color: #000 !important;
}

.single-room-contact-form.white-text-calender .ui-state-active,
.single-room-contact-form.white-text-calender
  .ui-widget-content
  .ui-state-active,
.single-room-contact-form.white-text-calender
  .ui-widget-header
  .ui-state-active,
.single-room-contact-form.white-text-calender a.ui-button:active,
.single-room-contact-form.white-text-calender .ui-button:active,
.single-room-contact-form.white-text-calender .ui-button.ui-state-active:hover {
  color: #fff !important;
}

.footer-form-inner-box .contacta-webform-table .contacta-row:nth-child(4) {
  max-width: 100% !important;
  align-items: center;
}
.footer-form-inner-box .contacta-webform-table .contacta-row:nth-child(5) {
  position: relative;
  /*pointer-events: none;*/
}
.form-widget.type-of-enquiry-selectbox .dropdown-toggle,
.form-widget.type-of-enquiry-room .dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  font-size: 15px !important;
  outline: 0;
  color: #000000;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background: transparent !important;
  width: 100%;
  padding: 8px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-widget.type-of-enquiry-selectbox,
.form-widget.type-of-enquiry-room {
  position: relative;
}
.custom-select-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  background-color: #fff !important;
  border: 1px solid #000000;
  z-index: 1000;
  position: absolute;
  top: 163%;
  width: 100%;
  border-top: none !important;
  font-size: 13px;
}
.form-widget.type-of-enquiry-selectbox .dropdown-toggle:after,
.form-widget.type-of-enquiry-room .dropdown-toggle:after {
  content: "<";
  border: none !important;
  transform: rotate(-90deg);
  margin: 0 !important;
  right: 22px;
  position: absolute;
  top: 14px;
  font-size: 20px;
}

.custom-select-ul li {
  padding: 2px 10px;
  cursor: pointer;
}
.custom-select-ul li.selected {
  background-color: #f0f0f0;
}

.custom-select-ul li:hover {
  background-color: #e0e0e0;
}

.logo.barcelona-logo-sec {
  display: flex;
  align-items: center;
}
.btn-book a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  background: #000 !important;
  border: 1px solid #fff;
  display: inline-block;
  padding: 6px 10px;
  margin-left: 0;
}
.btn-book {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 138px;
}
.footer-form-inner-box .contacta-webform-table {
  padding: 0 !important;
}
.footer-form-inner-box input {
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 0 !important;
  height: 41px !important;
  padding: 6px 0 !important;
  width: 100% !important;
  outline: 0;
}
.footer-form-inner-box input::placeholder {
  color: #fff !important;
}

.footer-form-inner-box select {
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 0 !important;
  height: 41px !important;
  padding: 6px 0 !important;
  width: 100% !important;
  outline: 0;
}
.footer-form-inner-box .checkbox label {
  font-size: 10px;
  color: #ffffff;
  max-width: unset !important;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0 !important;
  width: auto !important;
}
.mobile-holder input {
  padding-left: 58px !important;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: unset !important;
}
.submitBtn button {
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 13px !important;
  border: none !important;
  border: 1px solid #fff !important;
  height: 38px;
  padding: 6px 32px !important;
  width: 100% !important;
  outline: 0;
  max-width: 64px;
  margin-left: auto !important;
  display: block !important;
  line-height: 0 !important;
  margin-top: 12px;
  text-align: left !important;
}
.submitBtn button:hover {
  background: #fff !important;
  color: #000 !important;
}

.footer-form-inner-box
  .contacta-webform-table
  .contacta-row:nth-child(3)
  .contacta-col:nth-child(3)
  .checkbox {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer-form-inner-box
  .contacta-webform-table
  .contacta-row:nth-child(3)
  .contacta-col:nth-child(3) {
  width: 100% !important;
}
.footer-form-inner-box .input-field.optIn input {
  width: auto !important;
}

.footer-form-inner-box
  .contacta-webform-table
  .contacta-row:nth-child(3)
  .contacta-col:nth-child(3)
  div {
  width: 100% !important;
}
/*.footer-form-inner-box .input-field.optIn input {
width: auto !important;
height: auto !important;
position: absolute;
left: 0;
top: 4px;
}*/
.footer-form-inner-box .input-field.multi input {
  width: auto !important;
  height: auto !important;
  position: static !important;
  left: 0;
  top: 2px;
  margin-right: 4px;
}
.footer-form-inner-box
  .contacta-webform-table
  .contacta-row:nth-child(3)
  .contacta-col:nth-child(3)
  .label-option {
  padding-left: 22px;
  position: relative;
}
.footer-form-inner-box .checkbox {
  padding: 12px 0;
}
.iti__country-name,
.iti__flag-box {
  font-size: 11px;
}
.footer-form-inner-box
  .contacta-webform-table
  .contacta-row:nth-child(5)
  .richText {
  font-size: 10px;
  color: #ffffff;
  margin-top: 14px !important;
  display: block;
  text-align: right;
  max-width: 300px;
  margin-left: auto;
}
.footer-form-inner-box .contacta-webform-table .contacta-row:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer-form-inner-box .contacta-row {
  margin: 0 !important;
}

.footer-form-inner-box
  .contacta-webform-table
  .contacta-row:nth-child(3)
  .contacta-col:nth-child(3)
  .data-block
  .input-field.optIn
  label {
  display: inline-block !important;
}

.footer-form-inner-box .contacta-col div {
  margin-top: 0 !important;
}

.footer-form-inner-box select option {
  color: #000;
}

.iti__arrow {
  border-top: 4px solid #ffffff !important;
}

.contacta-webform-table .error-msg {
  font-size: 9px;
  position: absolute;
}
.submission-message-info {
  text-align: center;
  color: #fff;
}

.banner_slider .content-box h1 {
  position: static !important;
  transform: unset !important;
}
.banner_slider .content-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  right: 0;
  transform: translateY(-50%);
  height: auto !important;
  z-index: 10;
}
.white-text .comman-heading,
.white-text .comman-heading-style {
  color: #fff !important;
}
.white-text .comman-content p,
.white-text .address-details-page-contatct p a {
  color: #fff;
}
.map-contact-wrapper {
  padding-top: 0 !important;
}
.white-text .contact-info-details .one h2,
.contact-wrapper-boxpage.white-text h2,
.white-text .address-details-page-contatct h4 {
  color: #fff !important;
}
.white-text .contact-info-details .one a,
.white-text .contact-info-details .one p,
.white-text .contact-info-details .one li,
.white-text .contact-info-details .one b {
  color: #fff;
}
.menu-wrapper-box.page-pvt.about.white-text p,
.menu-wrapper-box.page-pvt.about.white-text .comman-btn a,
.contact-wrapper-boxpage.white-text p {
  color: #fff !important;
}

.white-text .wpcf7-response-output {
  color: #fff !important;
}
.white-text .contactform-boxs .wpcf7-form-control,
.white-text .form-widget.type-of-enquiry-selectbox .dropdown-toggle,
.white-text .form-widget.type-of-enquiry-room .dropdown-toggle {
  color: #fff !important;
  border-color: #fff !important;
}

.white-text .custom-select-ul li {
  color: #000;
}
.white-text .contactform-boxs .wpcf7-form-control::placeholder {
  color: #fff !important;
}
.menu-wrapper-box.mnu
  .right-slider-wrapper.column-img.content.pt-mobile-comman {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.footer-form-inner-box
  .contacta-webform-table
  .contacta-row:nth-child(4)
  .contacta-col:nth-child(1) {
  /*width: 26.3% !important;*/
  width: 100% !important;
  flex: unset !important;
}

.footer-form-inner-box .checkbox label {
  padding: 4px 10px;
}
.footer-form-inner-box .input-field.multi {
  margin-top: 13px !important;
  overflow: hidden;
}

.cards-container {
  height: calc(var(--num-cards) * 100vh);
}

/*-------------------------------------------------------------------*/
/*animtion
/*-------------------------------------------------------------------*/
.text-animation h3 {
  font-size: 6vw;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Nexa Rust Sans Book 03" !important;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.animate {
  color: #f66700;
}

.menu-wrapper-box .animate {
  padding-top: 109px;
}
.animatea {
  color: #f66700;
}

.gift-card-wrapper-box.second-sec-ani h3.vc_custom_heading.animatea {
  margin: 0;
  padding: 100px 0;
}

section.vc_section.menu-wrapper-box.mnu.menu-page-animtion .text-animation h3 {
  margin-bottom: -7vw;
  position: relative;
}
section.vc_section.menu-wrapper-box.mnu.menu-page-animtion {
  overflow: initial;
}
section.vc_section.menu-wrapper-box-list.menu-single-animtion {
  padding-top: 191px !important;
}

/*-------------------------------------------------------------------*/
/*slider-animtion-css
/*-------------------------------------------------------------------*/

.inx-animtion-banner {
  position: relative;
  height: 100%;
  width: 100%;
}
.video-wrapper-box div {
  height: 100% !important;
}
.cards-container {
  position: relative;
  width: 100% !important;
  height: 100dvh;
  left: 0 !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.vc_section.hero-wrapper {
  margin: 0 !important;
}
.card {
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
}
.private-dining-wrapper .comman-content.left-all {
  text-align: left !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}
.page-id-214 .leena-story-wrapper .comman-btn a {
  color: #fff !important;
}

.smoked-room-dubai header .logo .site-logo img.custom-logo,
.smoked-room-madrid header .logo .site-logo img.custom-logo {
  width: 104px !important;
}
.sub-menu li a {
  color: #fff;
  font-size: 14px;
}
.panel {
  flex-shrink: 0;
  width: 100vw;
  height: 100vh;
}
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.vc_row.wpb_row.vc_row-fluid.video-wrapper-box {
  margin: 0 !important;
}
.cards-container {
  display: flex;
  flex-direction: row;
  height: 100dvh !important;
}
.panel {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
}

#sb_instagram .sbi_photo_wrap {
  filter: grayscale(100%);
}
.sbi_feedtheme_header_text {
  color: #fff !important;
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 1700px) {
/*-------------------------------------------------------------------*/

@media (max-width: 1700px) {
  .slider-three img {
    height: 500px !important;
    object-fit: cover !important;
  }
  .pvt-single-menu-wrapper h4 {
    padding: 24px 18px 6px;
  }
  .pvt-single-menu-wrapper p {
    padding: 0px 18px 23px;
  }
  .pvt-single-menu-wrapper a {
    padding: 0px 18px 0px !important;
  }
  .pvt-single-menu-wrapper .container-fluid {
    max-width: 1346px;
    margin: auto !important;
    padding: 0 !important;
  }
  .content-box h1 {
    font-size: 43px;
    max-width: 384px;
    line-height: 50px;
  }
  .language_es_ES .menus-comman ul li + li {
    margin-left: 36px !important;
  }
  .instagram-wrapper-box img {
    max-height: 523px !important;
    object-fit: cover;
  }
  .avails-slider-comman {
    margin: auto !important;
  }
  .pvt-single-menu-wrapper img {
    height: 251px !important;
    width: 100% !important;
    object-fit: cover;
  }
  .whaton_listed_page h5 {
    padding: 0px 18px 0px;
  }
  .slider-three h4 {
    max-width: 263px;
  }
  .hero-wrapper.inner-page-hero .content-box h1 {
    max-width: 419px;
  }
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 1500px) {
/*-------------------------------------------------------------------*/
@media (max-width: 1500px) {
  .container {
    max-width: 1200px !important;
  }
  .right-leena-story .vc_column-inner {
    max-width: 614px;
  }
  .left-story-slider .owl-stage-outer {
    padding-left: 117px;
  }
  .comman-heading-style::after {
    left: -178px;
    max-width: 329px;
  }
  .comman-heading::after {
    right: -178px;
    max-width: 329px;
  }
  .vc_custom_heading.comman-heading-style.right-after::after {
    right: -178px !important;
    max-width: 360px;
  }
  .slider-three img {
    height: 436px !important;
    object-fit: cover !important;
  }
  .menus-comman ul li + li {
    margin-left: 35px;
  }
  .menus-comman ul li a,
  header .right-btns .dropdown button {
    font-size: 14px;
  }
  .address-details-page-contatct p {
    font-size: 14px !important;
  }
  .pvt-single-menu-wrapper .container-fluid {
    max-width: 1290px;
    margin: auto !important;
    padding: 0 15px !important;
  }
  /*.theiaStickySidebar {padding-top: 72px !important; }*/
  .leena-story-wrapper {
    padding: 169px 0 90px !important;
  }
  .contact-info-details {
    /* padding-bottom: 113px !important; */
  }
  .page-id-214 .contact-info-details,
  .page-id-816 .contact-info-details {
    /* padding-top: 113px !important; */
  }
  .col-form.drop {
    max-width: 168px !important;
  }
  .space_content h4 {
    font-size: 18px;
  }
  .slider-one img,
  .menu-wrapper-box-list img {
    height: 287px !important;
    object-fit: cover !important;
  }
  .space_content p {
    font-size: 13px;
  }
  .comman-btn a {
    font-size: 14px !important;
  }
  .avails-slider-comman {
    max-width: 467px !important;
  }
  .avails-slider-comman img {
    height: 284px !important;
  }
  .right-card-inner > .vc_column-inner > .wpb_wrapper {
    max-width: 467px;
  }
  .slider-two article img {
    height: 284px !important;
  }
  .hero-wrapper.inner-page-hero .content-box h1 {
    font-size: 30px !important;
    padding-top: 100px;
  }
  .contactform-boxs textarea {
    height: 115px;
    resize: none;
  }
  .hero-wrapper.inner-page-hero .content-box h1 {
    font-size: 30px !important;
    padding-top: 168px;
  }
  /*.language_es_ES .menus-comman ul li a, .language_es_ES header .right-btns .dropdown button {font-size: 10px; }*/
  .instagram-wrapper-box img {
    max-height: 451px !important;
    object-fit: cover;
  }
  .vc_section.menu-wrapper-box.page-pvt.single.bg-single-whaton img {
    max-width: 417px !important;
  }
  .calendar {
    max-width: 348px !important;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    line-height: 43px;
  }
  #sr-res-root {
    padding: 17px 48px !important;
    font-size: 15px !important;
  }
  .footer-form-inner-box .checkbox label {
    font-size: 9px;
  }
  .footer-form-inner-box
    .contacta-webform-table
    .contacta-row:nth-child(3)
    .contacta-col:nth-child(3)
    .label-option {
    padding-left: 17px !important;
  }
  .footer-form-inner-box .contacta-webform-table .contacta-row:nth-child(4) {
    max-width: 100% !important;
  }
  .btn-book a {
    font-size: 13px;
  }
  .menu-wrapper-box .animate {
    padding-top: 70px;
  }
  .menu-wrapper-box.page-pvt.mnu img {
    max-width: 100% !important;
  }
  .private-dining-wrapper .comman-content.left-all {
    text-align: left !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    max-width: 386px;
  }
  .footer-form-inner-box .checkbox label {
    padding: 4px 5px;
  }
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 1300px) {
/*-------------------------------------------------------------------*/
@media (max-width: 1300px) {
  .right-leena-story .vc_column-inner {
    max-width: 555px;
  }
  .container {
    max-width: 1170px !important;
  }
  .slider-one img,
  .menu-wrapper-box-list img {
    height: 310px !important;
    object-fit: cover !important;
  }
  .avails-slider-comman {
    max-width: 478px !important;
    padding-right: 71px;
    position: relative;
    margin-left: auto !important;
  }
  .avails-slider-comman img {
    height: 238px !important;
  }
  .space_content_menu h4,
  .space_content_comman h4 {
    font-size: 20px;
  }
  .comman-content p,
  .space_content_menu p,
  .space_content_comman p {
    font-size: 14px;
  }
  .page-logo {
    padding-left: 0;
    margin-top: 41px;
  }

  .right-btns .dropdown {
    margin-right: 18px;
  }
  .menus-comman ul li a,
  header .right-btns .dropdown button {
    font-size: 14px;
  }
  .contact-info-details .one ul {
    width: 100%;
    max-width: 268px;
    margin: auto;
  }
  .contactform-boxs {
    padding: 63px 0 !important;
  }
  .address-details-page-contatct p {
    font-size: 13px !important;
  }
  .contact-wrapper-boxpage p {
    font-size: 15px;
  }
  .pvt-single-menu-wrapper .container-fluid {
    max-width: 1170px;
    margin: auto !important;
  }
  .pvt-single-menu-wrapper p {
    font-size: 15px;
  }
  .pvt-single-menu-wrapper h4 {
    font-size: 21px;
  }
  .slider.slider-content button {
    right: 0;
  }
  .menus-comman ul li + li {
    margin-left: 31px;
  }
  .book-table-form input,
  .book-btn button {
    height: 47px;
  }
  .col-form {
    max-width: 133px;
  }
  .col-form.drop {
    max-width: 151px !important;
  }
  .book-btn button {
    padding: 0 15px;
  }
  .footer-menu ul li a {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px; /* 312.5% */
  }
  /* .footer-menu ul li::before {
    height: 14px;
  } */
  .lena-barcelona .footer-logo img {
    max-width: 150px !important;
  }
  footer .row {
    align-items: center;
  }
  .left-newleetter .tnp-field input {
    font-size: 12px !important;
  }
  .newletter-wrapper {
    padding: 78px 0 !important;
  }
  .language_es_ES .menus-comman ul li + li {
    margin-left: 19px !important;
  }
  .pvt-single-menu-wrapper img {
    height: 239px !important;
    width: 100% !important;
    object-fit: cover;
  }
  .sub-menu li a,
  #menu-language-menu > li > a {
    font-size: 13px;
  }
  .footer-form-inner-box
    .contacta-webform-table
    .contacta-row:nth-child(4)
    .contacta-col:nth-child(1) {
    width: 24.3% !important;
    flex: unset !important;
  }
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 1199px) {
/*-------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .right-card-inner > .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
    margin-left: auto;
  }
  header .logo .site-logo img {
    max-width: 115px !important;
  }
  .menus-comman ul li a,
  header .right-btns .dropdown button {
    font-size: 14px;
  }
  header .dropdown-menu a {
    font-size: 12px;
  }
  header .dropdown-menu {
    min-width: 190px;
  }
  .container-fluid {
    padding: 0 24px !important;
  }
  .menus-comman ul li + li {
    margin-left: 16px;
  }
  .comman-heading-style::after {
    left: -59px;
    max-width: 181px;
  }

  .comman-heading::after {
    right: -59px;
    max-width: 181px;
  }
  .right-card-inner > .vc_column-inner > .wpb_wrapper {
    max-width: 100% !important;
    margin-left: auto;
  }
  .left-story-slider .owl-stage-outer {
    padding-left: 65px;
  }
  .right-leena-story.wpb_column.vc_column_container.vc_col-sm-6
    .vc_column-inner {
    padding: 0 29px !important;
    max-width: 100%;
  }
  .slider-three img {
    height: 377px !important;
    object-fit: cover !important;
  }
  header .dropdown-toggle::after,
  #menu-language-menu > li > a::after {
    font-size: 10px !important;
  }
  #menu-language-menu > li {
    position: relative;
    padding-right: 14px;
  }
  .leena-story-wrapper .comman-btn a {
    margin-top: 39px;
  }
  .vc_section.single-room-contact-form #wp-calendar td,
  .vc_section.single-room-contact-form #wp-calendar th {
    line-height: 41px;
  }
  .language_es_ES .menus-comman ul li + li {
    margin-left: 10px !important;
  }

  .footer-form-inner-box
    .contacta-webform-table
    .contacta-row:nth-child(3)
    .contacta-col:nth-child(3) {
    width: 300px !important;
  }
  .footer-form-inner-box .input-field.multi input {
    top: 0px !important;
  }
  .btn-book a {
    font-size: 12px;
    padding: 4px 6px;
  }
  #menu-language-menu > li > a {
    font-size: 12px;
  }
  .sub-menu li a {
    font-size: 12px;
  }
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 1100px) {
/*-------------------------------------------------------------------*/
@media (max-width: 1100px) {
  .address-details-page-contatct .vc_column-inner {
    padding: 0 7px;
  }
  .address-details-page-contatct h4 {
    font-size: 21px;
  }
  .address-details-page-contatct {
    margin: 0 -7px !important;
  }
  .address-details-page-contatct p {
    font-size: 12px !important;
  }
  .pvt-single-menu-wrapper {
    padding: 97px 0 !important;
  }
  .contact-info-details .one h2 {
    font-size: 18px;
  }
  .contact-info-details .one a,
  .contact-info-details .one p,
  .contact-info-details .one li,
  .contact-info-details .one b {
    font-size: 13px;
  }
  .pvt-single-menu-wrapper img {
    height: 181px !important;
    width: 100% !important;
    object-fit: cover;
  }
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 1021px) {
/*-------------------------------------------------------------------*/
@media (max-width: 1021px) {
  .left-story-slider .owl-stage-outer {
    padding-left: 0 !important;
  }
  .page-id-214 .leena-story-wrapper,
  .page-id-816 .leena-story-wrapper {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
  .right-contact-form-boxs .wpcf7-form-control {
    font-size: 16px !important;
  }
  .right-contact-form-boxs .form-widget {
    margin-bottom: 37px;
  }
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 991px) {
/*-------------------------------------------------------------------*/
@media (max-width: 991px) {
  .menu-block {
    display: none;
  }
  header .right-btns .dropdown button {
    font-size: 13px !important;
  }
  header .right-btns .dropdown button {
    padding-right: 14px !important;
  }
  .col-md-2.mobile-none {
    position: absolute;
    right: 68px;
  }
  .sub-menu li img {
    max-height: 22px !important;
    height: auto !important;
  }
  .sub-menu {
    padding: 0px 1px !important;
    min-width: 44px;
  }
  header .col-md-2,
  header .col-md-8 {
    width: 100% !important;
    max-width: 100%;
    flex: 100%;
  }
  header .row {
    flex-wrap: nowrap;
    justify-content: space-between !important;
  }
  .menus-comman {
    position: fixed;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
    background: #000;
    display: none !important;
    place-items: center;
    text-align: center;
    z-index: 9999;
  }
  .menus-comman ul li {
    width: 100%;
    text-align: center;
  }
  .menus-comman ul li + li {
    margin-left: 0 !important;
  }
  .menu-btn.d-none {
    background: transparent !important;
    /* height: 21px; */
    padding: 0 !important;
    border: none !important;
    font-family: "Nexa Rust Sans Book 03";
    color: #fff !important;
    font-size: 20px;
    display: flex !important;
    align-items: center !important;
    cursor: pointer;
    /* margin-left: auto !important; */
  }
  .menu-btn span.bar-menu::before {
    display: block;
    transition: 0.4s ease-in-out;
    background: #fff;
    height: 2px;
    width: 23px;
    content: "";
    position: absolute;
    bottom: -7px;
  }
  .menu-btn span.bar-menu::after {
    display: block;
    transition: 0.4s ease-in-out;
    background: #fff;
    height: 2px;
    width: 23px;
    content: "";
    position: absolute;
    top: -7px;
  }
  .bar-menu {
    display: block;
    transition: 0.4s ease-in-out;
    background: #fff;
    height: 2px;
    width: 23px;
    position: relative;
    /* margin-left: 14px; */
  }
  .menus-comman ul {
    flex-direction: column !important;
  }
  .open-menu .menus-comman {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
  .closed-btn-m.d-none {
    top: 27px !important;
    right: 15px !important;
  }
  .content-box h1 {
    font-size: 60px;
    max-width: 431px;
  }
  .book-table-form {
    flex-wrap: wrap;
  }
  .col-form {
    max-width: 100%;
    width: 50%;
    padding: 10px;
    margin: 0 !important;
  }
  .book-btn {
    width: 100% !important;
    padding: 10px;
    margin-top: 10px;
  }
  .book-btn button {
    width: 100% !important;
  }
  .book-table-form {
    padding: 0 30px;
  }
  .form-row-homes {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
  }
  .content-box h1 {
    transform: unset !important;
    top: 22%;
  }
  .col-form.drop {
    max-width: 100% !important;
  }
  .avails-slider-comman img {
    height: 222px !important;
  }
  .vc_section.gift-card-wrapper-box .vc_col-sm-6 {
    max-width: 100% !important;
    width: 100% !important;
  }
  #left-card-inner p {
    max-width: 100%;
  }
  .right-card-inner {
    margin-top: 139px !important;
  }
  .leena-story-wrapper .vc_row-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .leena-story-wrapper .vc_row-flex .vc_col-sm-6 {
    width: 100% !important;
  }
  .leena-story-wrapper .comman-content {
    max-width: 100% !important;
  }
  .left-story-slider {
    margin-top: 125px !important;
  }
  .left-story-slider .owl-nav {
    right: 28px !important;
    margin: auto !important;
    top: -84px;
  }
  /*.left-story-slider  .owl-nav button {margin: 0 39px !important;}*/
  .left-story-slider .owl-stage-outer {
    padding-left: 0;
  }
  .content-wrapper-box img {
    max-width: 199px !important;
  }
  .smoke-logo {
    padding: 35px 0 !important;
  }
  .wpb_raw_code.wpb_content_element.wpb_raw_html.form-serach-main {
    max-width: 530px;
  }
  .visit-btn button {
    font-size: 14px;
    padding: 17px 45px;
  }
  footer .col-md-3,
  footer .col-md-9 {
    max-width: 100% !important;
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer-menu ul {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .footer-menu {
    margin-top: 37px;
  }
  .left-newleetter .tnp-field input {
    font-size: 14px !important;
  }
  .newletter-wrapper h3 {
    font-size: 19px;
    padding-top: 19px;
    margin: 0;
  }
  /*.hero-wrapper.inner-page-hero .content-box h1 {font-size: 50px !important; }
.hero-wrapper.inner-page-hero .content-box h1 {font-size: 45px !important; }*/
  .hero-wrapper.inner-page-hero .content-box h1 {
    font-size: 29px !important;
    line-height: 39px;
  }
  .menu-wrapper-box-list .col-md-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 50%;
  }
  .mobile-none-section {
    display: none !important;
  }
  .contact-wrapper-boxpage .vc_col-sm-8 {
    width: 100% !important;
  }

  .faq-wrapper-box-comman .vc_tta-panels-container {
    padding-left: 60px;
  }
  .slider-one img,
  .menu-wrapper-box-list img {
    height: 232px !important;
    object-fit: cover !important;
  }
  .right-leena-story p {
    max-width: 430px;
    margin-left: auto !important;
  }
  .left-story-slider .owl-stage-outer {
    padding-left: 142px !important;
  }
  .slider-three img {
    height: 478px !important;
    object-fit: cover !important;
  }
  .closed-btn-m.d-none {
    cursor: pointer;
  }
  .hero-wrapper.inner-page-hero {
    height: 287px !important;
  }
  .hero-wrapper.inner-page-hero .content-box h1 {
    padding-top: 82px !important;
  }
  .single-room-contact-form .vc_col-sm-5,
  .single-room-contact-form .vc_col-sm-7 {
    width: 100% !important;
  }
  .contact-info-details a {
    word-wrap: break-word;
  }
  .contact-info-details .vc_col-sm-4 .vc_column-inner {
    max-width: 100%;
    margin: auto;
  }
  .footer-form-inner-box .contacta-webform-table .contacta-row:nth-child(4) {
    max-width: 100% !important;
  }
  .footer-form-inner-box .contacta-webform-table .contacta-row:nth-child(5) {
    margin-top: 0 !important;
    position: relative;
    pointer-events: none;
  }
  .text-animation h3 {
    font-size: 5vw;
  }
  .menu-wrapper-box .animate {
    padding-top: 5px;
  }
  section.vc_section.menu-wrapper-box.mnu.menu-page-animtion
    .text-animation
    h3 {
    margin-bottom: 5vw;
    position: relative;
  }
  section.vc_section.menu-wrapper-box-list.menu-single-animtion {
    padding-top: 94px !important;
  }
  .menu-wrapper-box .animate {
    padding-top: 47px !important;
    margin-bottom: -43px !important;
    line-height: 43px !important;
  }
  #menu-language-menu > li > a {
    font-size: 13px;
  }
  .sub-menu li a {
    font-size: 13px !important;
  }
  .menu-wrapper-box.mnu
    .right-slider-wrapper.column-img.content.pt-mobile-comman.pt-2 {
    margin-top: 29px !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .menu-wrapper-box .left-private-details {
    width: 100% !important;
  }
  .menu-wrapper-box .right-slider-wrapper {
    width: 100% !important;
  }
  .menu-wrapper-box .comman-content p {
    max-width: 100% !important;
  }
  .menu-wrapper-box .right-slider-wrapper {
    width: 100% !important;
    padding-top: 47px;
  }
  .avails-slider-comman {
    max-width: 100% !important;
    padding: 0 !important;
  }
  section.vc_section.menu-wrapper-box.animation-paddings .animate {
    padding-top: 47px !important;
    margin-bottom: 14px !important;
    line-height: 43px !important;
  }
  section.vc_section.menu-wrapper-box.mnu.menu-page-animtion
    .text-animation
    h3 {
    margin-bottom: -44px !important;
  }
}

/*-------------------------------------------------------------------*/
/*@media (max-width: 767px) {
/*-------------------------------------------------------------------*/
@media (max-width: 767px) {
  .col-form {
    padding: 5px;
  }
  .book-table-form {
    padding: 0 10px;
  }
  .book-btn {
    width: 100% !important;
    padding: 5px;
    margin-top: 7px;
  }
  .content-box h1 {
    font-size: 36px;
    max-width: 320px;
    line-height: 43px;
  }
  .menu-wrapper-box .comman-content p {
    max-width: 100% !important;
  }
  .comman-heading-style::after {
    left: -40px;
    max-width: 165px;
  }
  .comman-content p,
  .space_content_menu p,
  .space_content_comman p {
    font-size: 14px;
  }
  .comman-btn a {
    font-size: 16px !important;
  }
  .avails-slider-comman .slick-track {
    display: flex !important;
    justify-content: center;
  }
  .avails-slider-comman {
    max-width: 100% !important;
    padding-right: 0 !important;
    position: relative;
    margin-left: auto !important;
  }
  .avails-slider-comman .slick-slide {
    margin: 0 8px !important;
  }
  .slick-next.slick-arrow {
    font-size: 39px;
    line-height: 43px;
    transform: unset !important;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -52px;
  }
  .slick-prev.slick-arrow {
    font-size: 40px;
    line-height: 43px;
    right: 31px !important;
    cursor: pointer;
    transform: unset !important;
    top: -52px;
  }
  .space_content_menu {
    padding: 0 14px;
  }
  .avails-slider-comman {
    margin-top: 39px;
  }
  .menu-wrapper-box {
    padding: 96px 0 !important;
  }
  .slider-one img,
  .menu-wrapper-box-list img {
    height: 296px !important;
    object-fit: cover !important;
  }
  .content-box h1 {
    transform: unset !important;
    top: 28%;
  }
  .owl-nav button {
    font-size: 57px !important;
  }
  .slider-two article img {
    height: 238px !important;
    object-fit: cover;
  }
  .space_content_comman {
    padding: 25px 14px;
  }
  .newletter-wrapper {
    padding: 68px 0 !important;
  }
  .newletter-wrapper h3 {
    padding-top: 0 !important;
    margin: 0 0 36px;
    text-align: center !important;
  }
  .left-newleetter {
    flex-wrap: wrap;
  }
  .main_form_newletter .tnp-field {
    margin-right: 0;
    padding: 0 10px !important;
    width: 50% !important;
    margin-bottom: 5px !important;
  }
  .left-newleetter .tnp-field input {
    font-size: 12px !important;
  }
  .newletter-btn .tnp-field.tnp-field-button {
    width: 100% !important;
    display: block !important;
  }
  .newletter-btn {
    width: 74px !important;
    display: flex;
    justify-content: flex-end !important;
    margin-left: auto !important;
  }
  .note {
    font-size: 10px;
    color: #ffffff;
    text-align: right;
    max-width: 207px;
    margin-left: 0 !important;
    margin-top: -34px;
    margin-bottom: 0 !important;
    margin-right: auto !important;
  }
  /* .footer-menu ul li a {
    font-size: 15px;
  } */
  .footer-menu ul li::before {
    height: 12px;
  }
  .container-fluid {
    padding: 0 15px !important;
  }
  .footer-menu ul li {
    position: relative;
    width: 100% !important;
    margin: 4px 8px !important;
    text-align: center !important;
  }
  .contact-info-details .vc_col-sm-4::after {
    display: none !important;
  }
  .contact-info-details .one h2 {
    margin-bottom: 12px !important;
  }
  .contact-info-details .vc_col-sm-4 {
    margin-bottom: 33px !important;
  }
  .contact-info-details {
    text-align: center;
    /* padding-bottom: 84px !important; */
    padding-top: 0 !important;
  }
  .leena-story-wrapper {
    padding: 97px 0 71px !important;
  }

  .contact-info-details .two {
    padding-top: 40px !important;
  }
  .slider-three img {
    height: 507px !important;
    object-fit: cover !important;
  }

  .menu-wrapper-box-list .col-md-4 {
    width: 100%;
    max-width: 100% !important;
    flex: 100%;
  }
  .menu-wrapper-box-list .col-md-4 article {
    max-width: 500px !important;
    margin: auto;
  }
  .menu-wrapper-box.page-pvt
    .wpb_single_image.wpb_content_element.vc_align_right {
    text-align: center !important;
  }
  .menu-wrapper-box.page-pvt img {
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
    margin-left: auto;
  }
  .menu-wrapper-box.page-pvt.about img {
    margin-top: 50px;
  }
  .menu-wrapper-box.page-pvt img {
    max-width: 100% !important;
  }
  /* .page-id-50 .leena-story-wrapper {
    padding: 97px 0 70px !important;
  } */
  .full-width-img img {
    height: 400px !important;
    object-fit: cover !important;
  }
  .wpb_raw_code.wpb_content_element.wpb_raw_html.form-row-homes.booking {
    max-width: 100% !important;
  }
  .form-row-homes.booking .book-table-form {
    display: block !important;
    padding: 0 !important;
  }
  .pt-mobile-comman {
    margin-top: 50px !important;
  }
  .address-details-page-contatct {
    text-align: center;
  }
  .address-details-page-contatct h4 {
    text-align: left !important;
  }
  .address-details-page-contatct .vc_col-sm-4 {
    margin-bottom: 37px;
  }
  .contact-wrapper-boxpage {
    padding: 79px 0 36px !important;
  }
  .contact-wrapper-boxpage p {
    font-size: 14px;
  }
  .pvt-single-menu-wrapper figure,
  .pvt-single-menu-wrapper figure div,
  .pvt-single-menu-wrapper figure img {
    width: 100%;
  }
  .pvt-single-menu-wrapper .vc_col-sm-4 {
    margin-bottom: 22px !important;
  }
  .pvt-single-menu-wrapper {
    padding: 81px 0 32px !important;
  }
  .contact-info-details.bg-color .two {
    padding-top: 40px !important;
  }
  .contact-info-details.bg-color {
    padding: 76px 0 81px !important;
  }
  .select-box .form-control {
    font-size: 14px !important;
    padding: 12px 14px;
    height: 55px !important;
  }
  .visit-btn button {
    font-size: 14px;
    padding: 8px 27px;
    height: 55px;
  }
  header .container-fluid {
    padding: 0 15px !important;
  }
  .col-md-2.mobile-none {
    position: absolute;
    right: 41px;
    max-width: 188px;
  }
  .theiaStickySidebar {
    padding-top: 0 !important;
  }
  .menu-wrapper-box .comman-content p {
    margin-bottom: 18px !important;
  }
  .map-contact-wrapper iframe {
    height: 373px;
  }
  .contactform-boxs {
    padding: 39px 0 !important;
  }
  .faq-wrapper-box-comman .vc_tta-panels-container {
    padding-left: 0 !important;
  }
  .faq-wrapper-box-comman .vc_tta-panel-body h2 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }
  .faq-wrapper-box-comman .vc_tta-panel-heading {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
  }
  .faq-wrapper-box-comman ul .vc_active a {
    font-size: 20px !important;
    font-weight: bold;
    color: #000 !important;
  }
  .faq-wrapper-box-comman .vc_tta-panel-heading h4 {
    font-size: 20px !important;
    font-weight: bold;
    color: #000 !important;
  }
  .faq-wrapper-box-comman .vc_tta-panel-body {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    margin: 25px 0 !important;
  }
  .faq-wrapper-box-comman .vc_tta-panel-body p {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
  }
  .faq-wrapper-box-comman .vc_tta-panel-heading h4 a {
    color: #000 !important;
    padding: 16px 0 !important;
  }
  .faq-wrapper-box-comman {
    padding: 73px 0 !important;
  }
  .slider-one .owl-stage-outer {
    overflow: inherit !important;
  }
  .slider-one {
    padding-top: 120px !important;
  }
  .slider-one .owl-nav.disabled {
    display: block !important;
  }
  .slider-one button {
    color: #000000 !important;
    font-size: 57px !important;
    font-family: "Nexa Rust Sans Book 03" !important;
    line-height: 58px !important;
    margin: 0 14px !important;
    outline: 0;
  }
  .slider-one .owl-nav {
    margin: 0;
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 41px;
  }
  .private-dining-wrapper {
    padding: 78px 0 !important;
  }
  .left-story-slider .owl-stage-outer {
    padding-left: 0 !important;
  }
  .slider-three img {
    height: 402px !important;
    object-fit: cover !important;
    object-position: top center;
  }
  .bottom-booking-content {
    margin-top: 51px !important;
  }
  .hero-wrapper {
    background-attachment: unset !important;
    background-size: cover;
    background-position: center center !important;
  }
  .menus-comman ul li a {
    line-height: 37px;
  }
  .vc_section.single-room-contact-form .widget.widget_calendar {
    max-width: 100%;
    position: relative;
  }
  .single-room-contact-form h2 {
    padding-bottom: 40px;
    font-size: 26px;
  }
  header .logo .site-logo img {
    max-width: 92px !important;
  }
  .comman-heading-style,
  .comman-heading {
    font-size: 26px;
  }
  .hero-wrapper.inner-page-hero .content-box h1 {
    font-size: 26px !important;
  }
  .selected-option {
    font-size: 14px !important;
    padding: 12px 14px;
    height: 55px !important;
    line-height: 29px;
  }
  .select-box {
    padding-right: 0 !important;
  }
  .dropdown-options li {
    font-size: 13px;
  }
  .address-details-page-contatct .vc_col-sm-4 {
    width: 100% !important;
  }
  .address-details-page-contatct {
    flex-wrap: wrap;
  }
  .address-details-page-contatct p {
    text-align: left !important;
  }
  .contact-wrapper-boxpage h2 {
    font-size: 32px;
  }
  .contact-wrapper-boxpage h2::after {
    left: -40px;
    max-width: 165px !important;
  }
  .pvt-single-menu-wrapper img {
    height: 215px !important;
    width: 100% !important;
    object-fit: cover;
  }
  .week div,
  .days div {
    height: 33px;
    width: 33px;
  }
  .calendar {
    margin-top: 0 !important;
  }
  .hero-wrapper.inner-page-hero .content-box h1 {
    padding-top: 59px !important;
  }
  div#sidebar-nav {
    padding-bottom: 64px;
  }
  /* .hero-wrapper {
    min-height: 56vh !important;
  } */
  /* .hero-wrapper.inner-page-hero .content-box h1 {
    padding: 0 15px;
  } */
  .left-private-details.column-content {
    padding-bottom: 46px !important;
  }
  .footer-form-inner-box
    .contacta-webform-table
    .contacta-row:nth-child(3)
    .contacta-col {
    flex: unset !important;
  }
  .footer-form-inner-box
    .contacta-webform-table
    .contacta-row:nth-child(3)
    .contacta-col {
    flex: unset !important;
    width: 100% !important;
  }
  a.booknow-button {
    height: 36px;
    font-size: 14px;
    margin: auto;
    margin-top: 11px;
  }
  .banner_slider .content-box {
    transform: unset !important;
    top: 0 !important;
    bottom: unset !important;
  }
  .gift-card-wrapper-box.second-sec-ani h3.vc_custom_heading.animatea {
    margin: 0;
    padding: 46px 0;
  }
  .menu-wrapper-box.mnu.menu-page-animtion .text-animation h3 {
    font-size: 47px;
    line-height: 55px !important;
    margin-bottom: -57px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.vc_section.menu-wrapper-box-list.menu-single-animtion {
    padding-top: 78px !important;
  }
  .menu-wrapper-box.animation-paddings .animate {
    padding-top: 37px !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 50px;
    line-height: 55px !important;
    margin-bottom: -85px !important;
  }
  .menu-wrapper-box.animation-paddings {
    padding-bottom: 28px !important;
    overflow: initial !important;
  }
  .gift-card-wrapper-box.second-sec-ani .text-animation .animatea {
    font-size: 50px !important;
  }
  .padding-some-mobile {
    padding-top: 127px !important;
  }
  .card {
    z-index: 9;
  }
  .contact-info-details .vc_col-sm-4 .vc_column-inner {
    max-width: 100% ! !important;
  }
  .footer-form-inner-box
    .contacta-webform-table
    .contacta-row:nth-child(4)
    .contacta-col:nth-child(1) {
    width: 100% !important;
  }
}

@media (max-width: 475px) {
  .avails-slider-comman img {
    height: 190px !important;
  }
  .slider-one img,
  .menu-wrapper-box-list img {
    height: 193px !important;
    object-fit: cover !important;
  }
  .space_content h4 {
    font-size: 16px;
  }
  .slider-two article img {
    height: 214px !important;
    object-fit: cover;
  }
  /* .footer-menu ul li a {
    font-size: 13px;
  } */
  .contact-wrapper-boxpage h2 {
    font-size: 26px;
  }
  .slider-one .owl-nav {
    display: block !important;
  }
  .right-card-inner {
    margin-top: 38px !important;
  }
  .gift-card-wrapper-box {
    padding: 88px 0 !important;
  }
  #left-card-inner .comman-btn {
    margin-top: 33px !important;
  }
  .content-box h1 {
    transform: translateY(-50%) !important;
    top: 50%;
  }
}

/*31-01-2025*/

#menu-language-menu > li > a {
  color: #fff;
}
.comman-content ul {
  list-style: disc;
  padding-left: 17px;
}
.menus-comman ul li.star-2::before {
  content: "";
  background: url(/wp-content/uploads/2025/01/star.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover !important;
  display: inline-block;
  float: right;
  margin: 5px 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7492%)
    hue-rotate(73deg) brightness(123%) contrast(116%);
}
.menus-comman ul li.star-2::after {
  content: "";
  background: url(/wp-content/uploads/2025/01/star.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover !important;
  display: inline-block;
  float: right;
  margin: 5px 5px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7492%)
    hue-rotate(73deg) brightness(123%) contrast(116%);
}
.menus-comman ul li.star-1::after {
  content: "";
  background: url(/wp-content/uploads/2025/01/star.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover !important;
  display: inline-block;
  float: right;
  margin: 5px 5px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7492%)
    hue-rotate(73deg) brightness(123%) contrast(116%);
}
.slider-one .space_content,
.menu-wrapper-box-list .space_content {
  padding-bottom: 73px !important;
}
.slider-one .space_content p {
  min-height: 74px;
}
.slider-one .space_content .comman-btn {
  position: absolute;
  bottom: 34px;
  left: 26px;
  z-index: 9;
}

@media (max-width: 991px) {
  .menus-comman ul li.star-2::before {
    margin: 7px 0 0;
    width: 13px;
    height: 13px;
  }
  .menus-comman ul li.star-2::after,
  .menus-comman ul li.star-1::after {
    margin: 7px 5px 0;
    width: 13px;
    height: 13px;
  }
  .stars-logo-main {
    position: relative;
    top: -30px;
  }
  .stars-logo-main img {
    max-height: 22px;
  }
}

@media (max-width: 767px) {
  .menus-comman ul li.star-2::before {
    margin: 12px 0 0;
    width: 13px;
    height: 13px;
  }
  .menus-comman ul li.star-2::after,
  .menus-comman ul li.star-1::after {
    margin: 12px 5px 0;
    width: 13px;
    height: 13px;
  }
  section.vc_section.hero-wrapper {
    overflow: inherit !important;
  }
  .banner_slider .owl-dots.disabled,
  .banner_slider .owl-dots {
    bottom: -57px !important;
  }
  .banner_slider .content-box h1 {
    position: absolute !important;
    top: 50%;
    left: 0;
    width: 100%;
    right: 0;
    transform: translateY(-50%) !important;
    height: auto !important;
  }
  .banner_slider .content-box {
    position: static;
    height: 100% !important;
    top: 0 !important;
    transform: unset !important;
  }
  a.booknow-button {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto !important;
    max-width: 180px;
    padding: 0 !important;
  }
  .smoked-room-dubai .star-cricla.d-none,
  .smoked-room-madrid .star-cricla.d-none {
    display: flex !important;
    position: absolute !important;
    top: 74%;
    left: 0;
    width: 100%;
    right: 0;
    transform: translateY(-69%) !important;
    height: auto !important;
  }
  #menu-language-menu > li > a {
    font-size: 14px !important;
  }
  .sub-menu li a {
    font-size: 14px !important;
  }
  header .right-btns .dropdown button {
    font-size: 14px !important;
  }
  #menu-language-menu > li {
    padding-right: 8px;
  }
  .right-btns .dropdown {
    margin-right: 10px;
  }
  .menus-comman .service-menu a {
    font-size: 18px !important;
    line-height: 43px;
  }
  a.booknow-button {
    z-index: 9;
  }
  .sbi-theme:not(
      .sbi-social_wall,
      .sbi-outline,
      .sbi-overlap
    ).sb_instagram_header:not(.sbi_centered)
    .sbi_header_text {
    padding: 0 23px !important;
  }
  .banner_slider .content-box h1 {
    z-index: 99;
  }
  .smoke-room-padding
    .vc_row.wpb_row.vc_inner.vc_row-fluid.container-fluid.one {
    padding: 0 !important;
    margin: 0 !important;
  }
  .smoke-room-padding
    .vc_row.wpb_row.vc_inner.vc_row-fluid.container-fluid.one
    .vc_column-inner {
    max-width: 100% !important;
  }
  .smoke-room-padding
    .vc_row.wpb_row.vc_inner.vc_row-fluid.container-fluid.one
    .wpb_text_column.wpb_content_element {
    max-width: 300px !important;
    margin: auto !important;
  }

  .vc_section.hero-wrapper.home-slider-animation
    .wpb_text_column.wpb_content_element.d-none {
    display: block !important;
  }

  .animate,
  .animatea {
    visibility: visible;
  }
  footer {
    padding-bottom: 78px;
  }
  .whaton_listed_page .vc_col-sm-4 > .vc_column-inner .comman-btn {
    position: static !important;
    bottom: unset !important;
  }
}

@media (min-width: 1920px) {
  .comman-heading-style::after {
    background: #f66700;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 110%;
    left: -615px;
    max-width: 710px;
  }
  .comman-heading::after {
    background: #f66700;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    right: -615px;
    max-width: 710px;
  }
  .comman-heading-style.right-after::after {
    right: -651px !important;
    left: inherit !important;
  }
}
.footer-form-inner-box .contacta-col div.richText,
.footer-form-inner-box .contacta-col div.richText a,
.footer-form-inner-box .contacta-col .heading {
  color: #fff !important;
}
.footer-form-inner-box .contacta-col div.richText {
  margin-top: 10px !important;
}
.footer-form-inner-box .contacta-row {
  margin-bottom: 20px !important;
}
.footer-form-inner-box .contacta-col .heading > h2 {
  display: none;
}
.footer-form-inner-box .contacta-webform-table {
  position: relative;
  top: -36px;
}
.page-id-9 header {
  display: Block !important;
  background: transparent;
}
.page-id-9 .menus-comman,
.page-id-9 .logo.barcelona-logo-sec,
.page-id-9 .right-btns .dropdown {
  display: none;
}
header .right-btns .dropdown button {
  cursor: pointer;
}
.footer-menu ul {
  flex-wrap: wrap;
}
.footer-menu ul li + li {
  /* padding-left: 6px; */
  /* margin-left: 6px; */
}
.page-id-9 .menu-btn.d-none {
  display: none !important;
}
.page-id-9 ul.sub-menu.open-menu li:nth-child(3) {
  display: block !important;
}
@media (max-width: 767px) {
  .page-id-9 .col-md-2.mobile-none {
    right: 0;
  }
}

.gdgh1 {
  z-index: 1;
  font-size: 37px;
  color: #ffffff;
  font-family: "Nexa Rust Sans Book 03";
  max-width: 483px;
  margin: auto;
  line-height: 52px;
}

.gdgSMh1 {
  z-index: 1;
  font-size: 37px;
  color: #ffffff;
  font-family: "Montserrat";
  max-width: 483px;
  margin: auto;
  line-height: 52px;
  text-transform: uppercase;
}
.gdgSMMh1 {
  z-index: 1;
  font-size: 37px;
  color: #ffffff;
  font-family: "Montserrat";
  max-width: 483px;
  /* margin: auto; */
  line-height: 52px;
  text-transform: uppercase;
}
.gdgSquareImg {
  width: 100%;

  overflow: hidden;
}
.videosmokedmadrid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gdgSquareImg img {
  width: 80%;
  height: 286px;
  object-fit: cover;
}
@media (max-width: 475px) {
  .gdgSquareImg img {
    width: 100%;
    height: 214px !important;
    object-fit: cover;
  }
}
.menus-comman {
  position: fixed;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: #000;
  display: none !important;
  place-items: center;
  text-align: center;
  z-index: 9999;
}
.menus-comman ul li + li {
  margin-left: 0 !important;
}
.menu-btn.d-none {
  background: transparent !important;
  height: 25px;
  width: 25px;
  padding: 0 !important;
  border: none !important;
  font-family: "Nexa Rust Sans Book 03";
  color: #fff !important;
  font-size: 20px;
  display: flex !important;
  align-items: center !important;
  cursor: pointer;
  /* margin-left: auto !important; */
}
.menu-btn span.bar-menu::before {
  display: block;
  transition: 0.4s ease-in-out;
  background: #fff;
  height: 2px;
  width: 23px;
  content: "";
  position: absolute;
  bottom: -7px;
}
.menu-btn span.bar-menu::after {
  display: block;
  transition: 0.4s ease-in-out;
  background: #fff;
  height: 2px;
  width: 23px;
  content: "";
  position: absolute;
  top: -7px;
}
.bar-menu {
  display: block !important ;
  transition: 0.4s ease-in-out;
  background: #fff;
  height: 2px;
  width: 23px;
  position: relative;
  /* margin-left: 14px; */
}
.menus-comman ul {
  flex-direction: column !important;
}
.open-menu .menus-comman {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.closed-btn-m.d-none {
  display: block !important;
  color: #fff !important;
  font-family: "Nexa Rust Sans Book 03";
  font-size: 20px;
  position: absolute;
  top: 29px;
  right: 40px;
}
.menu-block {
  display: none;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  display: none;
}

body.open-menu {
  overflow: hidden;
}

body.open-menu .menu-overlay {
  display: block;
}
.banner_slider .owl-item > div {
  position: relative;
}

.banner_slider .owl-item > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Puedes ajustar la opacidad */
  z-index: 1;
}
.menus-comman ul {
  gap: 15px;
}
@media (max-width: 767px) {
  .menus-comman ul {
    gap: 5px;
  }
}

.flexslider {
  border: none !important;
}

.flex-direction-nav a:before {
  color: white !important;
}

.newsletter-inline-form {
  display: flex;
  justify-content: ;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.newsletter-inline-form input[type="text"],
.newsletter-inline-form input[type="email"],
.newsletter-inline-form input[type="date"],
.newsletter-inline-form select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex: 1 1 200px;
  min-width: 180px;
}

.newsletter-inline-form button {
  padding: 8px 16px;
  width: 100%;
  background-color: transparent;
  color: white;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}

.newsletter-inline-form button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

.newsletter-inline-form .disclaimer {
  flex: 1 1 100%;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
.newsletter-inline-form .disclaimer a {
  color: #fff;
  text-decoration: underline;
}

.backpositionbotleft {
  background-position-x: left !important;
  background-position-y: bottom !important;
}

.locations {
  display: flex;
  justify-content: space-around;
  width: 100%;
  /* gap: 20px; */
}

.locations a {
  color: #fff;
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  width: 25%;
  display: flex;
  justify-content: center !important;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

/* Sin hover: sin sombra */
.locations a {
  text-shadow: none;
}

/* Hover con animación de llama */
.locations a:hover {
  animation: flameFlicker 0.8s infinite alternate;
}

/* Oscurecer los demás cuando hay hover en el contenedor */
.locations:hover a {
  color: #444;
}

/* Mantener la animación solo en el enlace activo */
.locations:hover a:hover {
  color: #fff;
  animation: flameFlicker 0.8s infinite alternate;
}

/* Animación llama basada en #650000 */
@keyframes flameFlicker {
  0% {
    text-shadow: 0 0 8px #650000, /* base oscuro */ 2px -2px 16px #800000,
      /* rojo medio */ -2px 2px 24px #a50000,
      /* rojo brillante */ 0 0 32px #ff0000, /* rojo puro */ 0 0 48px #ffff33,
      /* amarillo para punta de llama */ 0 0 72px #ff0000; /* halo final */
  }
  50% {
    text-shadow: 0 0 6px #650000, -2px 2px 14px #800000, 2px -2px 22px #a50000,
      0 0 28px #ff0000, 0 0 44px #ffff33, 0 0 66px #ff0000;
  }
  100% {
    text-shadow: 0 0 10px #650000, 3px -3px 20px #800000, -3px 3px 30px #a50000,
      0 0 36px #ff0000, 0 0 52px #ffff33, 0 0 80px #ff0000;
  }
}

.locations a span {
  width: 200px;
  display: block;
}

@media screen and (max-width: 767px) {
  .locations {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .locations a {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.footer_brands {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px 5px;
  /* background: #fff; */
  flex-wrap: wrap;
  width: 100%;
}
.footer-images-carousel {
  height: 450px;
  max-width: 900px;
}
/* Imagen normal */
.footer-images-carousel .item img {
  height: 332px;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
  /* opacity: 0.7; opcional para diferenciar de la central */
}

/* Imagen central */
.footer-images-carousel .owl-item.active.center img {
  height: 432px !important;
  transform: translateY(0); /* posición final */
  animation: riseFromBottom 0.5s ease forwards;
  /* opacity: 1; que destaque */
}

.footer-images-carousel .owl-item .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Animación */
@keyframes riseFromBottom {
  0% {
    transform: translateY(250px); /* empieza más abajo */
    /* opacity: 0; */
  }
  100% {
    transform: translateY(0);
    /* opacity: 1; */
  }
}

/* Imagenes laterales */
.footer-images-carousel .owl-item img:not(.active.center) {
  height: 332px;
  transform: translateY(0);
  /* opacity: 0.7; */
}
.owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Ajustes responsive */

.footer_brands span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.footer_brands h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.footer_brands p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

.footer_brands .footer-button {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer_brands .footer-button:hover {
  text-decoration-line: none;
}

/* Marquee */
.marquee {
  background: #000;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.marquee-content {
  display: inline-flex;
  animation: marquee 20s linear infinite;
  gap: 40px;
}

/* Duplicado del contenido para scroll continuo */
.marquee-content > * {
  flex-shrink: 0;
}

.brand-item img {
  max-height: 40px;
  object-fit: contain;
  display: block;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .footer_brands {
    flex-direction: column;
    text-align: center;
  }

  .footer_brands > div:first-child {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer_brands > div:last-child {
    padding-left: 0;
  }
}
