/*CSS Version: 1.0.0*/

html {
  scroll-behavior: smooth;
}

/*:root {
  --primary_color: #e40297;
  --secondary_color: #02e4c0;
  --accent1_color: #252b42;
  --background1_color: #f4fbfe;
  --header1_color: brown;
  --disabled_color: purple;
}*/

a {
  text-decoration: none;
}

body {
  margin: 0;
  background-color: black;
}

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

/*NAVBAR RESPONSIVE*/
.navbar02__container.nav {
  width: 100%;
  position: relative;
  display: flex;
  top: 0;
  z-index: 99;
  background: linear-gradient(
    180deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 0%) 100%
  );
}

.nav > .nav-header {
  display: inline-flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

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

.nav > .nav-links {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 40px;
}

.nav > .nav-links > .navbar02__link {
  display: inline-flex;
  align-items: center;
  padding: 13px 10px 13px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #efefef;
  opacity: 1;
  border-radius: 8px;
  flex-wrap: wrap;
}

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

.nav > .nav-links > .navbar02__link:hover {
  color: var(--primary_color);
}

.nav > .nav-links > .navbar02__link.custom-booking:hover{
  color: white;
  background-color: var(--primary_color);
  text-decoration: none;
}

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

.navbar02__container.nav {
  padding-top: 10px;
}

@media (max-width: 763px) {
  .navbar02__container {
    height: 70px !important;
    padding: 5px !important;
    background: black !important;
  }

  .navbar02__container.nav {
    background: black !important;
    padding-top: initial;
  }

  .navbar02__item.custom-booking {
    max-width: 300px;
  }

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

  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    cursor: pointer;
  }

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

  .nav > .nav-links {
    text-align: center;
    width: 100%;
    background-color: #000000e3;
    backdrop-filter: blur(9px);
    column-gap: 10px;
  }

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

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

/* Navbar section */
/* background navbar blur */
.navbar02__container {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 25;
  position: fixed;
  top: 0;
  backdrop-filter: blur(7px);
  background: black;
}

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

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

.navbar02__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: white;
}

.navbar02__item.custom-booking {
  /* padding: 3px 42px !important; */
  padding: 9px 42px !important;
  box-sizing: border-box !important;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--primary_color);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15.4927px;
  line-height: 23px;
  letter-spacing: 0.182267px;
  text-align: center;
  flex: 1;
  max-width: 215px !important;
  /* line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}

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

.navbar02__label {
  cursor: pointer;
}

/*
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;
}

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

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

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

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

/*Styles new logo shape*/

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

  .navbar02__container {
    /*padding: 0px !important;*/
    height: 108px;
  }

  /*Styles new logo shape*/
  .navbar02__logo {
    width: 100px;
  }

  .navbar02__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;
  }

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

  .navbar02__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 (min-width: 1001px) and (max-width: 1500px) {
  /*Styles new logo shape*/
  .navbar02__logo {
    position: absolute;
    top: 0px;
    width: 205px;
  }

  .navbar02__container {
    /*padding: 0px !important;*/
    height: 108px;
    /*background: red !important;*/
  }

  .navbar02__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;
  }

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

  .navbar02__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 (min-width: 1px) and (max-width: 1000px) {
  
  /*Styles new logo shape*/
  .navbar02__logo {
    position: absolute;
    left: 0;
    top: 0px;
    width: 205px;
    z-index: 5;
    /* pointer-events: none; */
  }

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

  /*Styles new logo shape*/
  .navbar02__container {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    background: black !important;
    padding-right: 33px;
    height: auto;
  }

  .navbar02__item.custom-booking {
    padding: 9px 6px !important;
  }

  .navbar02__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.9);
    transform-origin: 0;
  }

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

  .navbar02__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 (min-width: 1px) and (max-width: 1000px) {
  .nav > .nav-btn {
    display: inline-block;
  }

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

  .nav > .nav-header {
    display: inline;
    margin-right: auto;
  }
  
  .navbar02__container {
    height: 70px;
    padding: 10px !important;
    background: black !important;    
  }

  .navbar02__item.custom-booking {
    max-width: 300px;
    margin: 0 auto !important;
  }


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

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

  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    cursor: pointer;
  }

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

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

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

  .navbar02__item.custom-booking {
    background-color: var(--primary_color);
    padding: 11px 42px !important;
  }

  .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: 40px;
    row-gap: 10px;
    /* border-top: 1px solid white;
    border-bottom: 8px solid white; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
