html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

/*:root {
  --primary_color: #7c3aed;
  --secondary_color: #1db5be;
  --accent1_color: #252b42;
  --background1_color: #f4fbfe;
  --header1_color: brown;
  --disabled_color: purple;
}*/

body {
  margin: 0;
}

.labelws__content {
  word-break: break-word;
}

/*NAVBAR RESPONSIVE*/
.navbar01__container.nav {
  width: 100%;
  /* backdrop-filter: blur(20px); */
  position: absolute;
  display: flex;
  top: 0;
  z-index: 99;
  background: linear-gradient(
    180deg,
    rgb(255 255 255) 0%,
    rgb(0 0 0 / 0%) 100%
  ) !important;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-flex;
  font-size: 22px;
  color: black;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav-btn svg path {
  stroke: black;
}

.nav > .nav-links {
  display: inline-flex;
  float: right;
  font-size: 18px;
  column-gap: 5px;
}

.nav > .nav-links > .navbar01__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px 8px 16px;
  box-sizing: border-box;
  text-decoration: none;
  opacity: 1;
  border-radius: 8px;
}

.nav > .nav-links > div {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > .navbar01__link:hover {
  text-decoration: underline;
}

.nav > .nav-links > .navbar01__link.custom-booking:hover{
  filter: brightness(90%);
  text-decoration: none;
}

.nav > .nav-links > .editable.navbar01__link.custom-booking:hover{
  filter: brightness(90%);
  text-decoration: none;
  color: black !important;
}


.nav > .nav-links > .editable.navbar01__link.custom-booking:focus{
  color: black !important;
}

.nav > #nav-check {
  display: none;
}

/*NAVBAR RESPONSIVE*/

.website__container {
  max-width: 1940px;
  margin: 0 auto;
  overflow-x: clip;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.link-item {
  cursor: pointer !important;
}

/* Templates 01*/
.templatews-01__container {
  position: relative !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  height: calc(100vh - 185px);
  overflow-y: auto;
}

/* Templates 01*/

/*GENERAL STYLES*/
.background-image-ws__container {
  width: 100%;
  height: 100vw;
  max-height: 850px;
  object-fit: cover;
  background-position: 85%;
  background-repeat: no-repeat;
}

.background-section__change-color {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  width: 100%;
  justify-content: center;
}

/*GENERAL STYLES*/

/* Navbar section ***********************************************************************/
/* background navbar blur */

.navbar01__container {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 120px;
  box-sizing: border-box;
  z-index: 25;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  border: 8px;
}

.navbar01__logo {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.navbar01__link {
  position: relative !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.navbar01__item {
  position: relative !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  color: #111827;
}

.navbar01__label {
  cursor: pointer;
}

.black-burger {
  display: none;
}

/* Navbar section ***********************************************************************/

/*
        Banner component
        */
.bannerTC01__container {
  width: 100%;
  object-fit: cover;
  background-position: 75%;
  background-repeat: no-repeat;
}

.bannerTC01__asset-image {
  max-width: 640px;
}

.bannerTC01__asset-image-content {
  display: flex;
  width: 30%;
  /* background-color: yellowgreen; */
  position: relative;
  margin: auto 0;
  z-index: 20;
}

.bannerTC01__label-container {
  display: flex;
  flex-direction: column;
  width: 47%;
  align-items: flex-start;
  justify-content: center;
  row-gap: 10px;
}

.bannerTC01__asset-image-container {
  margin-top: 20%;
}

.bannerTC01__label-subtitle {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-feature-settings: "liga" off !important;
  color: #374151 !important;
}

.bannerTC01__label-title {
  width: 100%;
  height: auto;
  font-style: normal;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.025em;
  font-feature-settings: "liga" off;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  box-sizing: border-box;
  max-width: 640px;
}

.bannerTC01__container-image {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1940px;
}

.bannerTC01__circle {
  position: absolute;
  top: 0;
  right: 0;
  filter: blur(30px);
}

.bannerTC01__primary-bar {
  position: absolute;
  top: 0;
}

.bannerTC01__objects-content {
  width: 100%;
  position: absolute;
  min-width: 1440px;
  right: 0;
  overflow-x: auto;
}

/*
Banner component
*/

/*
Label component
*/
.labelws__content {
  position: relative;
}

.labelws__component[contenteditable="true"] {
  cursor: inherit;
}

/*
Label component
*/

/*
Button component
*/

.buttonws__component {
  min-width: 170px;
  min-height: 56px;
  background: #7c3aed;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #ffffff;
}

/*
Button component
*/

/*
Image component
*/

.bannerTC01__facebook-button {
  padding: 19px 25px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 10;
  height: auto;
  width: auto;
  margin-top: 25px;
}

.bannerTC01__label-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #ffffff;
}

#adcentral-template__container {
  overflow-y: auto;
  height: 100vh;
}

.bannerTC01__asset-image01 {
  width: 100%;
}

/*Styles new logo shape*/
.change-shape-btn {
  position: fixed;
  z-index: 1;
  top: 46px;
  right: 58px;
}

.nav > .nav-header > .nav-title {
  display: inline-flex;
  font-size: 22px;
  color: black;
  padding: 0px !important;
  min-width: 275px !important;
}

/*Styles new logo shape*/

.navbar01__link.custom-booking {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  background: var(--secondary_color);
  border-radius: 4px;
  cursor: pointer !important;
  margin: auto;
  background: var(--secondary_color);
  cursor: pointer !important;
  margin: auto;
}

.navbar01__link:hover,
.navbar01__link:focus {
    border-radius: 8px !important;
}

.navbar01__link-text {
  color: black;
}

/*Solution banner generate overflow*/
@media (max-width: 1940px) {
  .bannerTC01__container-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 1940px;
  }
}

/*Solution banner generate overflow*/

@media only screen and (min-width: 1501px) {
  /*Styles new logo shape*/
  .navbar01__logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px !important;
  }

  .navbar01__container {
    /*padding: 0px !important;*/
    height: 175px;
    /* background: red !important;*/
  }

  /*Styles new logo shape*/

  .navbar01__logo {
    width: 100px;
  }

  .table-first-column {
    max-width: 214px !important;
    min-width: 214px !important;
  }

  .navbar01__store-name-container {
    padding: 8px;
    box-sizing: border-box;
    background: #000000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 241px;
    height: 54px;
    display: flex;
    align-items: center;
    margin-left: 120px;
    margin-right: 24px;
  }

  .navbar01__parent-store-name-content {
    width: 220px;
    height: 33px;
  }

  .navbar01__store-name-label {
    width: 220px;
    height: 33px;
    background: #000000;
    text-align: center;
    color: white;
    display: flex !important;
    font-family: "Montserrat";
    align-items: center;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.17562px;
    text-transform: uppercase;
    justify-content: center;
  }
}

/*@media only screen and (min-width: 1001px) and (max-width: 1500px) {

  /*Styles new logo shape*/
.navbar01__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
}

.navbar01__container {
  /*padding: 0px !important;*/
  height: 130px;
  /*background: red !important;*/
}

/*Styles new logo shape*/

.navbar01__store-name-container {
  margin-left: 45px;
  margin-right: 24px;
}

.bannerTC01__container-image {
  width: 1741px;
  position: absolute;
  right: 0;
  /* width: 100%;*/
}

.bannerTC01__container {
  width: 100%;
  /*height: auto;*/
  max-height: inherit;
  object-fit: cover;
  background-position: 75%;
  background-repeat: no-repeat;
}

.bannerTC01__label-title {
  max-width: none;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.025em;
}

.bannerTC01__asset-image-content {
  margin: 0;
}

.bannerTC01__objects-content {
  width: 100%;
  position: absolute;
  min-width: 1200px;
  right: 0px;
}

.navbar01__store-name-container {
  padding: 8px;
  box-sizing: border-box;
  background: #000000;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  width: 241px;
  height: 54px;
  display: flex;
  align-items: center;
}

.navbar01__parent-store-name-content {
  width: 220px;
  height: 33px;
}

.navbar01__store-name-label {
  width: 220px;
  height: 33px;
  background: #000000;
  text-align: center;
  color: white;
  display: flex !important;
  font-family: "Montserrat";
  align-items: center;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.17562px;
  text-transform: uppercase;
  justify-content: center;
}
/*}*/

/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
  .navbar01__container {
    padding: 0px 20px 0px 0px;
  }
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
  .navbar01__container {
    padding: 0px 20px 0px 0px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 450px) {
  /*Styles new logo shape*/
  .navbar01__logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 205px;
    z-index: 0;
    /* pointer-events: none; */
    max-width: inherit;
  }

  /*Styles new logo shape*/

  .navbar01__store-name-container {
    margin-left: 25px;
  }

  .bannerTC01__container-image {
    width: 100%;
  }

  .bannerTC01__container {
    width: 100%;
    height: auto;
    max-height: inherit;
    object-fit: cover;
    background-position: 75%;
    background-repeat: no-repeat;
  }

  .bannerTC01__label-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 0px !important;
  }

  .bannerTC01__asset-image-content {
    margin: 0px;
    min-width: 370px;
  }

  .bannerTC01__label-title {
    max-width: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.025em;
  }

  .bannerTC01__objects-content {
    min-width: 1943px;
  }

  .partners01__middle-content {
    padding: 23px 32px;
  }

  .bannerTC01__label-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 10px;
    margin-bottom: 80px;
  }

  .navbar01__store-name-container {
    padding: 8px;
    box-sizing: border-box;
    background: #000000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 241px;
    height: 54px;
    display: flex;
    align-items: center;
    transform: scale(0.7);
    transform-origin: 0;
  }

  .navbar01__parent-store-name-content {
    width: 220px;
    height: 33px;
  }

  .navbar01__store-name-label {
    width: 220px;
    height: 33px;
    background: #000000;
    text-align: center;
    color: white;
    display: flex !important;
    font-family: "Montserrat";
    align-items: center;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.17562px;
    text-transform: uppercase;
    justify-content: center;
  }

  nav:has(> #nav-check:checked) {
    background: #FFFFFF !important;
  }

  .nav #nav-check:checked~.nav-btn>label .black-burger {
    display: block;
  }

  .nav #nav-check:checked~.nav-btn>label .white-burger {
      display: none;
  }
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .navbar01__container {
    height: 65px;
    padding: 5px !important;
  }

  .navbar01__btn-contact {
    max-width: 300px;
    margin: 0 auto;
  }

  .nav > .nav-header {
    display: inline;
    margin-right: auto;
  }

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    /* top: 0px;*/
  }

  .nav > .nav-btn > label {
    display: inline-block;
  }

  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
  }

  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .nav {
    background-color: #ffffff;
  }

  .nav > .nav-links {
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    background-color: #ffffffe3;
    backdrop-filter: blur(9px);
    height: 0px;
    /*transition: all 0.3s ease-in;*/
    overflow-y: hidden;
    top: 65px;
    right: 0px;
  }

  .nav > .nav-links > .navbar01__link {
    display: inline-flex;
    justify-content: center;
    margin: auto;
    text-align: center;
  }

  .nav > .nav-links > div {
    display: block;
    width: 100%;
  }

  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }

  .nav > #nav-check:checked ~ .nav-links {
    overflow-y: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    row-gap: 10px;
    background: #ffffff;
  }
}
