body {
  font-family: Inter, sans-serif;
  background-color: #f5f5f5;
}
.wd-30 {
  width: 30%;
}

.install-para {
  font-size: 18px;
}

.download-div {
  padding-right: 10px;
  padding-top: 2px;
}

.install-banner {
  position: fixed;
  top: -100px; /* Initially hidden above the viewport */
  left: 50%;
  transform: translateX(-50%);
  width: 460px; /* Smaller width */
  background-color: #f8f9fa;
  color: #333;
  padding: 15px;
  border-radius: 8px; /* Rounded corners */
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 5px 6px 2px rgba(0, 0, 0, 0.1);
  transition: top 0.5s ease-in-out;
  z-index: 1000;
}

.install-btn {
  background-color: #F48616;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  margin-left: 10px;
}

.show-banner {
  top: 20px; /* Slide the banner into view, smaller margin from top */
}


.show-banner-ios {
  top: 20px;
}

.hide-banner-ios {
  top: -220px;
}

.reserve-container {
  max-width: 530px !important;
  border: 0.5px solid #12841E !important;
}

@media screen and (min-width: 64em) {
  header nav ul ul li a,
  header nav ul > li > a {
    font-size: 1em;
    color: #1e0e62;
    transition: 0.2s ease-in-out;
  }
  header nav ul {
    margin: 0;
    width: 100%;
    float: left;
  }
  header nav ul > li {
    position: relative;
  }
  header nav ul > li > a {
    padding: 0 1em;
    text-decoration: none;
    font-weight: 600;
  }
  li.menu-item-has-children > a > .fa {
    color: #f48616;
    font-size: 1.3em;
    margin-left: 4px;
  }
  li.menu-item-has-children:hover > a > .fa {
    color: #12841e;
    transform: rotate(180deg);
    transition: 0.25s;
  }
  header nav ul > li:hover > a {
    color: #1e0e62;
    border-bottom: 6px solid #ffd402;
  }
  header nav ul ul {
    position: absolute;
    top: 28px;
    left: 0;
    width: 15em;
    background: #fff;
    z-index: 999;
    display: none;
  }
  header nav ul > li:hover ul {
    display: block;
  }
  header nav ul ul li a,
  li.menu-item-has-children > ul > li {
    padding: 1em;
  }
  li.menu-item-has-children > ul > li > a {
    padding: 0;
  }
  li.menu-item-has-children > ul > li:hover > a {
    color: #f48616;
    border-bottom: 4px solid #f48616;
  }
}
@media only screen and (max-width: 64em) {
  .wd-30 {
    width: 100%;
  }
  .mobile-nav li > ul,
  .toggle-background {
    background: #e7e7e7;
  }
  header {
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
  }
  .toggle-rotate {
    transform: rotate(180deg);
  }

  .download-icon {
    float: right;
    text-align: center;
    font-size: 2em;
    line-height: 2em;
    color: #86878b;
    cursor: pointer;
  }

  .toggle-nav,
  .toggle-search {
    float: right;
    text-align: center;
    font-size: 2em;
    line-height: 2em;
    color: #86878b;
    transition: 0.25s;
    cursor: pointer;
  }
  .toggle-nav:hover,
  .toggle-search:hover {
    color: #07f;
  }
  .logo {
    float: left;
    width: 9em;
  }
  .logo img {
    height: auto;
    width: 100%;
  }
  .mobile-nav,
  .mobile-search {
    display: none;
    background: #fff;
    margin-top: 4em;
    width: 100%;
  }
  .mobile-nav li {
    position: relative;
  }
  .mobile-nav a {
    padding: 1em;
    color: #1e0e62;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #e7e7e7;
    display: block;
  }
  .mobile-nav .accordion-toggle {
    transition: 0.25s;
    position: absolute;
    top: 0;
    z-index: 999;
    font-size: 1.8em;
    line-height: 2;
    right: 0;
    font-family: FontAwesome;
    padding: 0 0.5em;
    border-left: 1px solid #e7e7e7;
  }
  .mobile-nav .newclass .fa {
    transition: 0.25s;
  }
  .mobile-nav li > ul {
    font-size: 0.8em;
    display: none;
  }
  .mobile-nav li > ul a {
    padding-left: 2em;
    color: #1e0e62;
  }
  .mobile-nav li > ul li:last-child a {
    border: none;
  }
  .mobile-nav li > ul ul {
    display: none;
  }
}
.header,
.navbar {
  background-color: #fff;
  position: relative;
}
li.font-resizer-text {
    display: inline;
}
@media only screen {
  .show-for-medium-down {
    display: inherit !important;
  }
  .show-for-large-up {
    display: none !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .show-for-medium-down {
    display: inherit !important;
  }
  .show-for-large-up {
    display: none !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .show-for-large-up {
    display: inherit !important;
  }
  .show-for-medium-down {
    display: none !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .show-for-large-up {
    display: inherit !important;
  }
  .show-for-medium-down {
    display: none !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .show-for-large-up {
    display: inherit !important;
  }
  .show-for-medium-down {
    display: none !important;
  }
}
.header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar {
  display: flex;
  align-items: center;
}
.nav-item {
  position: relative;
  font-size: 16px;
  padding: 0.2em 1em;
  font-weight: 600;
}
.dropdown-button.active,
.nav-item:hover {
  border-bottom: 6px solid gold;
  color: #1d0d74;
}
.dropdown-button .arrow,
.nav-item .arrow {
  font-size: 12px;
  margin-left: 8px;
}
.green-line-bottom {
  width: 100%;
  height: 5px;
  background-color: green;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-button.active .arrow {
  transform: rotate(180deg);
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 230px;
  box-sizing: border-box;
  margin-top: 5px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.dropdown-menu li a,
.slider-item img,
.slider-main {
  width: 100%;
  display: block;
}
.dropdown-menu li {
  text-decoration: none;
  display: block;
}
.dropdown-menu li a {
  color: #1E0E62;
  text-decoration: none;
  padding: 12px 16px;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
}
.dropdown-menu li a.highlight {
  color: #f60;
  text-decoration: underline;
}
/* .dropdown-menu li a:hover {
  background-color: gold;
}
.dropdown-menu li a:active {
  background-color: #f60;
} */
.dropdown-menu.show {
  display: block;
}
.slider-main {
  position: relative;
  height: 100%;
}
.slider-item {
  position: relative !important;
  height: auto;
  flex-shrink: 0;
}
.slider-item img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  border: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wd-30 {
    width: 30%;
  }
}
.breadcrumb-menu {
    margin-top: 143px;
  }

.breadcrumb-menu-common {
  margin-top: 180px;
}

@media only screen and (max-width: 1024px) {
  .breadcrumb-menu {
    margin-top: 66px;
  }

  .breadcrumb-menu-common {
    margin-top: 80px;
  }
}


.header-bar {
  margin-bottom: -6px !important;
  gap: 17px !important;
  justify-content: unset !important;
}

.header-shadow {
  box-shadow: -1px 3px 4px 0 rgba(0, 0, 0, 0.2), -3px 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.sub-menu:hover {
  color: #F48616;
}

.hover-btn, .hover-btn-footer, .more-btn, .verder-btn, .search-btn{
  transition: all 0.3s ease;
}


.no-tailwindcss-base h2,
.no-tailwindcss-base h1,
.no-tailwindcss-base h3,
.no-tailwindcss-base h4,
.no-tailwindcss-base h5,
.no-tailwindcss-base h6 {
    font-size: revert;
    font-weight: revert;
}

.no-tailwindcss-base ol,
.no-tailwindcss-base ul {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.no-tailwindcss-base colgroup,
.no-tailwindcss-base tbody,
.no-tailwindcss-base tr,
.no-tailwindcss-base td,
.no-tailwindcss-base table {
    border-width: revert;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.no-tailwindcss-base a {
  color: #F48616;
}


.hover-btn:hover, .search-btn:hover{
  box-shadow: 0 0 25px grey;
  padding: 8px 30px;
  font-size: 1.3rem;
  background: #088415;
  color: white;
  font-weight: 450;
}

.hover-btn-footer:hover{
  box-shadow: 0 0 25px grey;
  padding: 8px 30px;
  font-size: 1.4rem;
  background: #088415;
  color: white;
  font-weight: 450;
}

.search-btn:hover{
  padding: 8px 17px;
  background: #1E0E62;
  font-size: 1rem;
}


.more-btn:hover, .verder-btn:hover {
  box-shadow: 0 0 15px grey;
  padding: 10px 18px;
  font-size: 1rem;
  background: #f48616;
  color: #ffffff;
  font-weight: 450;
}

.verder-btn:hover {
  padding: 10px 22px;
}


/* CSS for loader */
.loader {
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  float: right;
  }
  
  .spinner {
  height: 4vh;
  width: 4vh;
  border: 6px solid rgba(0, 174, 239, 0.2);
  border-top-color: rgba(0, 174, 239, 0.8);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  
  /* the opacity is used to lazyload the spinner, see animation delay */
  /* this avoid the spinner to be displayed when visible for a very short period of time */
  opacity: 0;
  }
  
  @keyframes rotation {
  from {
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(359deg);
  }
  }


/* Extra small devices (phones, 0px and up) */
@media (max-width: 575.98px) {
  .category-img {
    height: 130px !important;
  }

  .content-header {
    margin-top: 55px;
  }

  .text-2xl {
    line-height: 1.3rem !important;
    font-size: 1.3rem !important;
  }

  .sub-heading {
    font-size: 1.5rem;
  }

  .search-main {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .reserve-section {
    margin-top: 45px !important;
    margin-bottom: -15px !important;
  }

  .reserve-section-telefone{
    margin-top: 20px !important;
    margin-bottom: -15px !important;
  }

  #CookielawBanner{
    padding: 20px 20px 0px 20px !important;
  }

  .close-round {
    height: 30px !important;
    width: 30px !important;
  }

  .map-heading {
    padding-top: 20px !important;
    border-bottom: 1px solid #94ADBD;
  }

  .inner-popup {
    max-width: 20rem !important;
    padding: 1.5rem !important;
  }

  .inner-popup-button{
    padding: 15px 35px 15px 35px !important;
  }

  .show-on-large {
    display: none !important;
  }

  .hide-on-large {
      display: flex !important;
  }

  .reserve-container {
    max-width: 410px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .install-banner {
    width: 340px !important;
  }

  .install-para {
    font-size: 16px !important;
  }

  .common-header-margin {
    margin-top: 0rem !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .category-img {
    height: 130px !important;
  }

  .content-header {
    margin-top: 55px;
  }

  .text-2xl {
    line-height: 0.5rem !important;
    font-size: 1rem !important;
  }

  .sub-heading {
    font-size: 1.5rem;
  }

  .search-main {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .reserve-section {
    margin-top: 45px !important;
    margin-bottom: -15px !important;
  }

  .reserve-section-telefone{
    margin-top: 20px !important;
    margin-bottom: -15px !important;
  }

  #CookielawBanner h6 {
    font-size: 1rem;
    font-weight: 700;
  }
  #CookielawBanner p {
      font-size: 13px;
  }
  #CookielawBanner .btn-primary {
      padding-top: 2px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-size: 14px;
  }

  #CookielawBanner{
    padding: 20px 20px 0px 20px !important;
  }

  .outer-popup {
    width: 90px !important;
  }

  .show-on-large {
    display: none !important;
  }

  .hide-on-large {
      display: flex !important;
  }

  .reserve-container {
    max-width: 250px !important;  
  }

  .install-banner {
    width: 360px !important;
  }
  
  .common-header-margin {
    margin-top: 1rem !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .category-img {
    height: 210px !important;
  }

  .content-header {
    margin-top: 60px;
  }

  .sub-heading {
    font-size: 1.5rem;
  }

  .search-main {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  #CookielawBanner{
    padding: 25px 60px 0px 60px !important;
  }

  .cookie-btn{
    margin-top: 5px !important;
  }

  .outer-popup {
    width: 42rem !important;
  }

  .show-on-large {
    display: flex !important;
  }

  .hide-on-large {
      display: none !important;
  }

  .reserve-container {
    max-width: 450px !important;  
  }

  .common-header-margin {
    margin-top: 2rem !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .category-img {
    height: 280px !important;
  }

  .sub-heading {
    font-size: 1.5rem;
  }

  .search-main {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  
  #CookielawBanner{
    padding: 25px 60px 0px 60px !important;
  }

  .cookie-btn{
    margin-top: 2px !important;
  }

  .show-on-large {
    display: flex !important;
  }

  .hide-on-large {
      display: none !important;
  }

  .common-header-margin {
    margin-top: 4rem !important;
  }
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .category-img {
    height: 350px !important;
  }

  .sub-heading {
    font-size: 1.75rem;
  }

  .search-main {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .cookie-btn{
    margin-top: 2px !important;
  }

  .show-on-large {
    display: flex !important;
  }

  .hide-on-large {
      display: none !important;
  }

  .common-header-margin {
    margin-top: 5rem !important;
  }
}

/* Ultra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .category-img {
    height: 350px !important;
  }

  .sub-heading {
    font-size: 1.75rem;
  }

  .search-main {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .show-on-large {
    display: flex !important;
  }

  .hide-on-large {
      display: none !important;
  }

  .common-header-margin {
    margin-top: 5rem !important;
  }

}

.click-header  {
  color: #F48616 !important;
}

/* Cookies Consent Banner */
#CookielawBanner {
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(255, 255, 255, 0.89);
  padding-top: 15px;
  position: fixed; 
  bottom: 0%;
  width: 100%;
  z-index: 3000;
}

.cookie-btn:hover {
  background-color: #bb6916 !important;
}


#CookielawBanner h6 {
  font-size: 1.2rem;
  font-weight: 700;
}

#CookielawBanner .btn-primary {
  background-color: #154b64ff;
  border: none;
  margin-top: -10px;
  margin-bottom: 15px;
}

#CookielawBanner .btn-primary:hover {
  background-color: #0a2448ff;
}

.region-text{
  text-shadow: 0px 2px 5px black;
}
