:root {
  --th-yellow: #ffb205;
  /* --th-green: #0D4641; */
  --th-green: #1c524d;
  --th-white: #ffffff;
  --th-gray: #aeaeae;
  --th-cream: #ffeee5;
  --th-light-black: #5a5a5a;
  --th-black: #000;
  --th-light-cream: #fff8f5;
  --saffron-color: #f26b45;
  --n: 7;
  /* number of item */
  --d: 12s;
  /* duration */

  --font-barlow: "Barlow", sans-serif;
  --font-basker: "Baskervville", serif;
  --lore-regular: "LORERegular", serif;
}

/* ========================= Fonts Barlow ================================================= */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

/* ========================= LORE ================================================= */
@font-face {
  font-family: "LORERegular";
  src: url("../../assets/fonts/LORERegular.eot");
  src: url("../../assets/fonts/LORERegular.eot") format("embedded-opentype"),
    url("../../assets/fonts/LORERegular.woff2") format("woff2"),
    url("../../assets/fonts/LORERegular.woff") format("woff"),
    url("../../assets/fonts/LORERegular.ttf") format("truetype"),
    url("../../assets/fonts/LORERegular.svg#LORERegular") format("svg");
}

/*==============================LORE=================================*/
@font-face {
  font-family: "MinionVariableConcept-Italic";
  src: url("../../assets/fonts/MinionVariableConcept-Italic.otf")
    format("opentype");
}

@font-face {
  font-family: "MinionVariableConcept-Roman";
  src: url("../../assets/fonts/MinionVariableConcept-Roman.otf")
    format("opentype");
  font-weight: 500;
}

body {
  background-color: var(--th-light-cream) !important;
  font-size: 18px;
  line-height: 28px;
  color: #797687;
  overflow-x: hidden;
  font-family: var(--font-barlow) !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.sticky-element {
  position: sticky;
  top: 0;
  z-index: 10;
  /* Ensure it stays on top of other elements */
}

h1 {
  font-size: 48px !important;
}

button {
  font-family: var(--font-barlow) !important;
}

.btn {
  font-family: var(--font-barlow) !important;
}

@media (min-width: 991px) and (max-width: 1024px) {
  h1 {
    font-size: 40px !important;
    line-height: 50px;
  }

  .design-img {
    left: -46px !important;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 35px !important;
    line-height: 45px;
  }

  .fs-20 {
    font-size: 20px;
  }
}

.title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 1rem;
}

p {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .title {
    font-size: 28px;
    line-height: normal;
  }
}

html {
  scroll-behavior: smooth;
}

.ff-barlow {
  font-family: var(--font-barlow) !important;
}

.ff-bask {
  font-family: "MinionVariableConcept-Roman", serif;
}

.ff-lore {
  font-family: var(--lore-regular);
}

.th-bg-green {
  background-color: var(--th-green);
}

.bg-saffron {
  background: var(--saffron-color);
}

.bg-pink {
  background: #ff7d9f;
}

.bg-black {
  background: #000;
}

.th-bg-cream {
  background-color: var(--th-cream);
}

.th-bg-white {
  background-color: var(--th-white);
}

.th-bg-light-cream {
  background-color: var(--th-light-cream);
}

.bg-brown {
  background-color: #4d2b21;
}

.bg-dark-box-1 {
  background-color: #ffb205;
}

.bg-dark-box-2 {
  background-color: #55bc83;
}

.bg-dark-box-3 {
  background-color: #f17ba0;
}

.bg-dark-box-4 {
  background-color: #8fbdf7;
}

.bg-dark-box-5 {
  background-color: #4d2b21;
}

.bg-dark-box-6 {
  background-color: #ebc79e;
}

/* LIGHT COLORS */
.bg-box-1 {
  background-color: #ffd18c;
}

.bg-box-2 {
  background-color: #ffd4c9;
}

.bg-box-3 {
  background-color: #c8e8ff;
}

.bg-box-4 {
  background-color: #a3d6ff;
}

.bg-box-5 {
  background-color: #ebc79e;
}

.bg-box-6 {
  background-color: #ff947a;
}

.bg-box-7 {
  background-color: #94e8bf;
}

.bg-box-8 {
  background-color: #ffbf5e;
}

.tx-cream {
  color: var(--th-cream) !important;
}

.tx-yellow {
  color: var(--th-yellow) !important;
}

.tx-green {
  color: var(--th-green) !important;
}

.bg-green {
  background: var(--th-green) !important;
}

.men-book {
  position: absolute;
  right: auto;
  height: 400px;
}

.main-text {
  margin: 60px 100px;
}

.cook {
  width: 400px;
  position: relative;
  left: 50px;
}

.dish {
  width: 400px;
  position: relative;
  bottom: 190px;
}

.main-dish {
  height: 400px;
  margin: 0;
}

.bike-img {
  position: absolute;
  right: auto;
  left: -65px;
  bottom: -22px;
  width: 370px;
  z-index: 1;
}

.bike {
  margin: 0px 0;
}

.holl-img {
  width: 500px;
  height: 600px;
}

.logo {
  width: 100%;
}

body {
  font-family: var(--font-barlow);
  background: var(--body-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MinionVariableConcept-Roman", serif;
}

.custom-slider {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.custom-slider .slider-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.custom-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 0;
  pointer-events: none; /* disable click on hidden slides */
}

.custom-slider .slide.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  pointer-events: auto; /* allow click only on active slide */
}

.custom-slider .chart-img {
  width: 100%;
  border-radius: 15px;
  transition: opacity 0.8s ease-in-out;
  cursor: pointer;
}

/* Dots */
.custom-slider .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.custom-slider .dot {
  width: 12px;
  height: 12px;
  background-color: #f17ba0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-slider .dot.active {
  background-color: var(--th-white);
}

/* Responsive */
@media (max-width: 768px) {
  .custom-slider .container {
    flex-direction: column;
    text-align: center;
  }

  .custom-slider .col-6 {
    width: 100%;
  }

  .custom-slider .chart-img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.sticky-sections {
  position: relative;
  width: 100%;
}

@media (max-width: 992px) {
  .sticky-sections .sticky-section {
    min-height: max-content !important;
    padding: 20px 0;
  }

  .left-img {
    width: 40% !important;
  }
  .sticky-sections ul li {
    text-align: start !important;
  }
  .sticky-sections li {
    margin-bottom: 2px !important;
  }
}

.sticky-sections .sticky-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: sticky;
  top: 0;
  background-color: var(--th-light-cream);
  z-index: 1;
  scroll-snap-align: start;
  transition: all 0.5s ease-in-out;
}

.sticky-sections .sticky-section:nth-child(even) {
  background-color: var(--th-cream);
}

.left-img {
  max-width: 100%;
  overflow: hidden;
  width: 68%;
}

/* Left (image background) */
.sticky-sections .left {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Circular image */
.sticky-sections .tavo-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgb(255, 238, 229);
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Right text */
.sticky-sections .tavo-text {
  padding: 40px;
}

.sticky-sections ul {
  list-style-type: disc;
  padding-left: 20px;
}

.sticky-sections li {
  margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .sticky-sections .sticky-section {
    flex-direction: column;
    text-align: center;
  }

  .sticky-sections .left,
  .sticky-sections .right {
    width: 100%;
  }
  .sticky-sections ul li {
    text-align: start !important;
  }
  .sticky-sections .tavo-img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 576px) {
  .sticky-sections .tavo-text {
    padding: 20px;
  }
}

.panso-btn-solid {
  padding: 6px 24px;
  background: var(--th-yellow);
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  color: var(--th-green);
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: none;
  /* smooth animation */
}

.panso-btn-solid:hover,
.panso-btn-solid:focus {
  /* color: var(--th-black); */
  /* box-shadow: none; */
  color: var(--th-white);
  background-color: var(--th-green);
  outline: 0;
}

.btn-green {
  padding: 6px 24px;
  background: var(--th-green);
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  color: var(--th-white);
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--th-green);

  /* smooth animation */
}

.btn-green:hover,
.btn-green:focus {
  /* color: var(--th-black); */
  /* box-shadow: none; */
  color: var(--th-green);
  background-color: var(--th-white);
  border: 1px solid var(--th-green);
}

.btn-saffron {
  padding: 6px 24px;
  background: var(--saffron-color);
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  color: var(--th-white);
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--saffron-color);

  /* smooth animation */
}

.btn-saffron:hover,
.btn-saffron:focus {
  /* color: var(--th-black); */
  /* box-shadow: none; */
  color: var(--saffron-color);
  background-color: var(--th-white);
  border: 1px solid var(--saffron-color);
}

.arw-up {
  transform: rotate(320deg);
  margin-left: 10px;
  margin-top: 2px;
}

.heading-h2 {
  font-style: normal;
  font-family: unset;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.main-logo .logo-img {
  width: 165px;
  height: 40px;
}

.main-img-width .image-width {
  width: 150px;
  height: 150px;
}

.btn-start:hover {
  background-color: var(--th-green);
  color: var(--th-white);
  border: rgb(242, 107, 69);
  transition: all 0.5s ease;
}

.btn-start {
  background-color: rgb(242, 107, 69);
  color: white;
  border-radius: 20px;
  border: none;
  padding: 13px 40px;
  font-size: 20px;
}

.main-men-book {
  width: 100%;
}

/* .main-men-book .men-book {
  position: relative;
  left: 130px;
} */

.bs-gutter-x {
  --bs-gutter-x: 0rem !important;
}

@media (max-width: 1024px) {
  .men-book {
    left: 90px !important;
  }

  .dog-img {
    top: 150px !important;
  }
}

@media (max-width: 768px) {
  .men-book {
    left: 00px !important;
  }

  .dog-img {
    position: static !important;
  }
}

@media (max-width: 425px) {
  .main-men-book {
    display: block !important;
  }

  .men-book {
    width: 300px !important;
    background-color: rgb(255, 178, 5);
  }

  .main-book {
    width: 100% !important;
  }

  .main-text {
    width: 100% !important;
    text-align: center;
  }
}

.cook .cook-img {
  width: 400px;
}

.dish {
  position: relative;
  bottom: 290px;
}

.main-dish {
  height: 500px;
}

.dish-text {
  padding: 0px 0;
}

@media (max-width: 768px) {
  .main-dish {
    width: 100%;
    height: auto;
  }

  .dish-text {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .dish {
    width: 180px;
    bottom: 0;
    margin-top: -25px;
    margin-bottom: 25px;
  }

  .dish-text h2 {
    font-size: 20px !important;
  }
}

.bike .bike-img {
  position: absolute;
  right: auto;
  width: 300px;
  left: -65px;
}

.bike {
  position: relative;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .bike-img {
    right: 0;
  }
}

@media (max-width: 768px) {
  .main-dish {
    display: flex !important;
  }

  /* .dish {
    width: 250px;
    bottom: 150px;
  } */

  .main-dog {
    flex-direction: column;
  }

  .dog-text-mobile {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .dog-right {
    width: 100% !important;
  }

  .dog-img {
    right: 00px !important;
    width: 200px !important;
    top: 10px !important;
  }
}

.hello-img {
  width: 600px;
  object-fit: cover;
  height: 500px !important;
}

.dog-img {
  position: absolute;
  right: auto;
  width: 370px;
  left: -161px;
  bottom: 0px;
}

.dog-right {
  position: relative;
}

.all-logo-img {
  width: 130px;
}

.btn-outline-success {
  color: var(--th-green) !important;
  border-color: var(--th-green) !important;
  font-weight: 600 !important;
}

.btn-outline-success:hover {
  background: var(--th-green) !important;
  color: var(--th-white) !important;
}

.w-m-contain {
  width: max-content;
}

.fs-20 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

.right-50 {
  right: -115px;
}

@media (max-width: 1023px) {
  .hospitality-sec .position-absolute {
    position: static !important;
  }

  .bike-img {
    position: static !important;
  }

  .overflow-hidden-small {
    overflow: hidden !important;
  }
}

@media (min-width: 1440px) {
  .sticky-sections .sticky-section {
    height: 100%;
  }

  .left-img {
    width: 70%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .pd-150 {
    padding: 0 100px !important;
  }

  .sticky-section .container-1 {
    padding: 0 50px 0 0;
  }

  .sticky-section .container-2 {
    padding: 0 0 0 50px;
  }
}

@media (min-width: 1440px) {
  .sticky-section .container-1 {
    padding: 0 150px 0 0;
  }

  .sticky-section .container-2 {
    padding: 0 0 0 150px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pd-150 {
    padding: 0 100px !important;
  }

  .w-300 {
    width: 400px !important;
  }
}

@media (min-width: 1441px) {
  .w-300 {
    width: 370px !important;
  }

  .pd-150 {
    padding: 0 150px !important;
  }
}

.w-300 {
  width: 370px;
}

/* header */
.logo-offcanvas {
  width: 150px;
  margin: 15px;
}

.main-logo .logo-img {
  width: 165px;
  height: 40px;
}

@media (max-width: 425px) {
  .logo-img {
    text-align: center;
  }
}

.navber {
  background-color: var(--th-light-cream);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: box-shadow 0.3s ease;
}

body {
  padding: 50px 0 0;
}

@media (max-width: 992px) {
  .logo-img {
    width: 130px !important;
    margin: 20px !important;
    height: 30px !important;
    text-align: center;
  }

  .do-more {
    position: absolute;
    top: 20% !important;
    left: 60% !important;
    font-size: 18px;
  }
}

footer a {
  text-decoration: none;
}

.design-img {
  width: 500px;
  position: absolute;
  bottom: 280px;
  left: 160px;
}

.main-dish {
  position: relative;
}

@media (max-width: 1440px) {
  /* .overflow-hidden-small {
    overflow: hidden !important;
  } */
}

.gril-img {
  width: 415px;
  position: absolute;
  /* left: 316px; */
  bottom: -137px;
  right: -85px;
}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: white !important;
}

/* Position dots a little below the slider */
.featured-logo .slick-dots {
  bottom: -25px;
}

/* Make dots black */
.featured-logo .slick-dots li button:before {
  color: black;
  opacity: 0.5;
  /* light grey effect */
  font-size: 10px;
}

/* Active dot solid black */
.featured-logo .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.hospitality-platform {
  position: relative;
}

.hospitality-platform .row {
  position: relative;
}

/* ---- THE DOTTED CIRCLE LINE ---- */
.hospitality-platform .row::before {
  content: "";
position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    height: 255px;
  border: 2px dotted var(--th-green);
  border-radius: 190px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* keep content above the dotted line */
.hospitality-platform .col-md-4 {
  position: relative;
  z-index: 1;
      margin-bottom: 50px !important;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  /* .hospitality-platform .row::before {
    top: 36%;
    height: 325px;
  } */

  .cat-img {
    left: -156px !important;
    bottom: -82px !important;
  }

  .cat-sub {
    height: 500px !important;
  }

  .do-more {
    position: absolute;
    top: 34%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* .hospitality-platform .row::before {
    top: 35%;
    height: 355px;
  } */

  .cat-img {
    left: -113px !important;
    bottom: -57px !important;
  }

  .cat-sub {
    height: 450px !important;
  }

  .do-more {
    left: 60% !important;
  }
}

@media (max-width: 991px) {
  .hospitality-platform .row::before {
    display: none;
  }

  .cat-img {
    position: static !important;
  }

  .cat-sub {
    height: auto !important;
  }
}

.cat-img {
  position: absolute;
  left: -200px;
  bottom: -47px;
}

.cat-sub {
  position: relative;
  height: 600px;
}

.rounded-circle {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.navbar-nav .nav-item {
  font-weight: bold;
}

.lt-2 {
  letter-spacing: 2px;
}

.hospitality-platform .main h2 {
  font-size: 22px;
  font-weight: bold !important;
  font-family: var(--font-barlow);
}

.w-65 {
  width: 75px;
}

footer h5 {
  font-size: 32px !important;
}

footer {
  position: relative;
  z-index: 1;
}

.footer-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--th-green);
  border-radius: 0;
}

.footer-input::placeholder {
  color: var(--th-green);
  font-style: italic;
}

.design-img {
  transform: rotate(355deg);
}

.cook-img {
  width: 400px;
  height: 400px;
}

.circle-wrapper {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
  transition: transform 0.3s ease;
  padding: 5px;
}

/* .circle-img:hover {
  transform: scale(1.05);  
} */

/* Make it responsive */
@media (max-width: 768px) {
  .circle-wrapper {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 576px) {
  .circle-wrapper {
    width: 150px;
    height: 150px;
  }
}

.testimonial-slider h2 {
  font-family: var(--font-barlow);
  font-weight: 400 !important;
  font-size: 24px;
  color: var(--th-light-cream) !important;
}

.testimonial-slider h4 {
  font-family: var(--font-barlow);
  font-size: 20px;
  font-weight: normal !important;
  color: var(--th-light-cream) !important;
}

.testimonial-slider p {
  font-size: 16px;
  color: var(--th-light-cream) !important;
  font-family: var(--font-barlow);
}

.left-0 {
  left: 0;
  bottom: -50px !important;
  z-index: 99;
}

.do-more {
  position: absolute;
  top: 25%;
  left: 17%;
}

.fs-16 {
  font-size: 16px;
}

.cat-small {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 140px;
}

footer .newltrbtn {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}

.arw-up {
  transform: rotate(320deg);
  margin-left: 10px;
  margin-top: 2px;
}

.footer-input:focus {
  outline: none;
}

.row {
  --bs-gutter-x: 0 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0 !important;
}

/* Center logo on tablet & mobile */
@media (max-width: 991px) {
  header .main-logo {
    text-align: center;
  }

  header .main-logo .navber {
    justify-content: center !important;
  }

  /* Center the logo image */
  header .main-logo .logo-img {
    display: block;
    margin: 0 auto;
  }

  /* Keep the hamburger icon aligned left */
  header .main-logo .navbar-toggler {
    position: absolute;
    left: 20px;
    top: 25px;
    font-size: 20px;
    color: var(--th-green) !important;
  }
  .contact-btn-m {
    position: absolute;
    right: 22px;
    top: 25px;
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x);
    line-height: 1;
    color: var(--th-green) !important;
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    font-size: 20px;
  }

  header .logo-main {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .navbar-expand-lg {
    padding: 0 !important;
  }

  header .offcanvas-body {
    text-align: start;
    padding: 0 34px !important;
  }

  header .offcanvas-body .navbar-nav {
    padding: 0 !important;
  }

  .main-img-width .image-width {
    width: 120px;
    height: 120px;
  }

  .main-img-width h3 {
    font-size: 16px !important;
  }

  .p-m-10 {
    padding: 10px !important;
  }

  .hospitality-sec .container h2,
  p {
    text-align: center;
  }

  .cook-img {
    width: 100% !important;
  }

  .text-m-center {
    text-align: center;
  }

  .cat-img {
    width: 80% !important;
  }

  #contact-form {
    margin: 30px !important;
  }
  .justify-content-m-center {
    justify-content: center;
  }
}

label.error,
div.error {
  display: none !important;
}

.footer-input.error {
  border: 1px solid red !important;
  background-color: #fff5f5;
}

#newsemail-error {
  display: none;
}

.mobile-slider {
  padding: 1rem 0;
}
.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  /* border: 2px solid #fff; */
}

.slick-dots li button:before {
  color: #fff;
}

@media (min-width: 768px) {
  .testimonial-slider-mobile {
    display: none !important;
  }
}
header .offcanvas {
  background: var(--th-light-cream) !important;
}

#backToTopBtn {
  position: fixed;
  bottom: 28px;
  right: 32px;
  z-index: 1000;
  background-color: var(--th-green); /* Green */
  color: var(--th-light-cream);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#backToTopBtn:hover {
  transform: translateY(-3px);
}

#backToTopBtn i {
  pointer-events: none;
}
.navber.scrolled {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Cookies css */
.cookie-bar-box {
    max-width: 530px;
    max-height: calc(100vh - 5rem);
    border-radius: 0;
    padding: 40px;
    right: auto;
    left: 25px;
    z-index: 3;
    bottom: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}

.cookie-bar-box .cookie-bar-box .cookie-box {
    text-align: left;
}
.button-group .w-50 {
  width: 49% !important;
}
.cookie-bar-box.hide {
    opacity: 0;
    bottom: -350px;
}
.cookie-bar-box {
    background: var(--th-light-cream);
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.05), 0 24px 35px rgba(34, 34, 34, 0.1);
    box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.05), 0 24px 35px rgba(34, 34, 34, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
