/* escapella.xyz - Oktoberfest/Bavarian Theme CSS - Purple & Gold Variant */

body {
  font-family: "Fredoka", system-ui, sans-serif;
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  font-size: 15px;
  color: #4a148c;
}

#menu1 {
  background: linear-gradient(90deg, #4a148c, #6a1b9a);
  text-align: left;
  margin: 0 auto;
  padding: 18px 0 10px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 4px 20px rgba(74, 20, 140, 0.3);
  border-bottom: 4px solid #ffc107;
}

.escapella-logo {
  float: left;
  width: auto;
  font-size: 2rem;
  font-family: "Fredoka", system-ui, sans-serif;
  color: #ffc107;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.escapella-logo a {
  color: #ffc107;
  font-weight: 700;
  font-size: 30px;
  font-family: "Fredoka", system-ui, sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.escapella-trnading-area .item p {
  color: #4a148c;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Fredoka", sans-serif;
  text-align: left;
  min-height: 48px;
  margin-bottom: 0;
  overflow: hidden;
}

.escapella-trnading-area .item h3 {
  color: #e65100;
  letter-spacing: 1.2px;
  font-weight: 800;
  font-size: 22px;
  font-family: "Biergarten", system-ui;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.escapella-trnading-area .item span {
  color: #4a148c;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.escapella-trnading-area .item {
  text-align: left;
  background: linear-gradient(135deg, #ffffff 0%, #f3e5f5 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(74, 20, 140, 0.15);
  padding: 18px 12px;
  border: 3px solid #ffc107;
  transition: all 0.3s ease;
}

.escapella-trnading-area .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(74, 20, 140, 0.25);
}

.escapella-trnading-area .owl-carousel .owl-item img {
  object-fit: cover;
  width: 90px;
  height: 90px;
  border-radius: 15px;
  border: 3px solid #4a148c;
}

.escapella-product-section-area {
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, #ffffff 0%, #f3e5f5 100%);
  padding: 32px 18px;
  box-shadow: 0 8px 25px rgba(74, 20, 140, 0.15);
  border-radius: 20px;
  border-left: 6px solid #e65100;
  border-top: 3px solid #ffc107;
}

/****menu****/

.dgmenuwrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(90deg, #6a1b9a, #4a148c);
  border-radius: 0 0 15px 15px;
}

.dgnav {
  padding: 0;
  margin: 0;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

ul.menu * {
  margin: 0;
  padding: 0
}

ul.menu a {
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 12px 0;
  margin: 0 18px;
  display: block;
  transition: all 0.3s;
  position: relative;
  border-bottom: 3px solid transparent;
}

ul.menu a:hover,
ul.menu a.current {
  border-bottom: 4px solid #ffc107;
  color: #ffc107;
  text-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

ul.menu>li {
  position: relative;
  float: left;
  font-family: "Fredoka", sans-serif;
  font-size: 15px;
  color: #ffffff;
  display: block;
  line-height: normal;
  font-weight: 500;
}

ul.menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  list-style: none;
  width: 180px;
  background: linear-gradient(135deg, #4a148c, #6a1b9a);
  border-radius: 0 0 12px 12px;
  border: 2px solid #ffc107;
}

ul.menu ul li {
  font-family: "Fredoka", sans-serif;
  position: relative;
  margin: 0;
  float: none;
  font-size: 15px;
  padding: 0;
  text-align: left;
  font-weight: 400;
}

ul.menu li:last-child a {
  margin-right: 0;
}

ul.menu ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #fff !important;
  border: none;
  border-radius: 0;
  transition: background 0.3s, color 0.3s;
}

ul.menu ul li a:hover {
  background: linear-gradient(90deg, #ffc107, #ffb300);
  color: #4a148c !important;
}

ul.menu ul ul {
  top: 0;
  left: 100%;
}

.escapella-menu-area {
  width: auto;
  float: right;
  margin: 0 auto;
  display: inline-block;
}

.escapella-innerpage-banner {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 87px;
}

.escapella-innerpage-banner img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  filter: brightness(0.7);
}

.escapella-innerpage-text h2 {
  width: 70%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #ffc107;
  font-weight: 700;
  font-size: 64px;
  font-family: "Biergarten", sans-serif;
  margin-top: 0;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.escapella-innerpage-text {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  height: 100%;
  background: linear-gradient(45deg, rgba(74, 20, 140, 0.7), rgba(106, 27, 154, 0.5));
  top: 0;
}

.escapella-innerpage-contant {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
}

.escapella-innerpage-contant p {
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  color: #4a148c;
  line-height: 26px;
}

.escapella-innerpage-contant h2 {
  font-size: 30px;
  font-family: "Biergarten", sans-serif;
  font-weight: 800;
  color: #4a148c;
  padding-bottom: 10px;
}

.escapella-innerpage-contant h3 {
  font-size: 26px;
  font-family: "Biergarten", sans-serif;
  font-weight: 800;
  color: #4a148c;
  padding-bottom: 10px;
}

.escapella-testimonial-page-img img {
  width: 100%;
  border-radius: 15px;
  border: 3px solid #ffc107;
}

.escapella-testimonial-page-text h3 {
  margin-top: 0;
  font-size: 24px;
  padding-bottom: 0px;
  color: #4a148c;
}

.escapella-testimonial-margin {
  margin: 20px 0 10px;
  background: linear-gradient(135deg, #f3e5f5, #e1bee7);
  padding: 17px 0 10px;
  border-radius: 15px;
  border: 2px solid #ffc107;
}

.escapella-testimonial-page-text .author-text h4 {
  margin-top: 15px;
  color: #e65100;
  font-size: 14px;
}

.escapella-testimonial-page-text .author-text p {
  font-size: 12px;
  color: #4a148c;
}

.escapella-trnading-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.escapella-trnading-area h2 {
  color: #4a148c;
  font-weight: 700;
  font-size: 40px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.escapella-trnading-area h2 span {
  color: #e65100;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #4a148c, #6a1b9a);
}

::-webkit-scrollbar-track {
  background: #f3e5f5;
}

.escapella-inner-page-header .container {
  text-align: center;
  top: 70%;
}

.escapella-welcome-area-reverce-p {
  color: #4a148c;
}

.escapella-inner-page-header h2 {
  text-align: left;
  max-width: 100%;
}

.escapella-inner-page-main-text {
  padding: 50px 0;
}

.escapella-inner-page-main-text h2 {
  margin-top: 0;
}

.escapella-inner-page-main-text h3 {
  font-size: 24px;
  padding-top: 3px;
  font-family: "Biergarten", system-ui;
  font-weight: 700;
  margin: 24px 0;
  color: #4a148c;
}

.escapella-inner-page-header {
  width: 100%;
  display: inline-block;
  background: linear-gradient(45deg, #4a148c, #6a1b9a);
  position: relative;
  overflow: hidden;
}

.escapella-inner-page-header::before {
  content: '🍺🥨🍻';
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.escapella-inner-page-header img {
  width: 100%;
  opacity: 0.8;
}

.escapella-inner-page-header h2 {
  font-family: "Biergarten", system-ui;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 60px;
  color: #ffc107;
  margin: 0 0 30px;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  animation: glow 3s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 193, 7, 0.3);
  }

  to {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 193, 7, 0.6);
  }
}

.escapella-banner-text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.escapella-banner-text a {
  color: #4a148c;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  border: 2px solid #ffc107;
  background: linear-gradient(45deg, #ffc107, #ffb300);
  padding: 12px 30px;
  margin: 25px 0 0;
  display: inline-block;
  float: left;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.escapella-banner-text a:hover,
.escapella-banner-text a:focus {
  background: linear-gradient(45deg, #ffb300, #ffa000);
  text-decoration: none;
  color: #4a148c;
  border: 2px solid #ffb300;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 179, 0, 0.6);
}

.escapella-about-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fce4ec 100%);
}

.escapella-about-area img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #ffc107;
  box-shadow: 0 10px 30px rgba(74, 20, 140, 0.2);
}

.escapella-about-area p {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a148c;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 15px;
}

.escapella-about-area h2 {
  font-size: 36px;
  padding-top: 0;
  font-family: "Biergarten", system-ui;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 700;
  max-width: 503px;
  line-height: 50px;
  color: #4a148c;
  margin-top: -11px;
}

.escapella-about-area.inner-page-main-text h2 {
  margin-bottom: 20px;
  max-width: 100%;
}

.escapella-about-area.inner-page-main-text {
  padding: 80px 0;
}

.form-control:focus {
  border: 2px solid #ffc107;
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
}

.escapella-welcome-area img {
  width: 100%;
  border: none;
  padding: 0;
  object-position: center;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #ffc107;
  box-shadow: 0 10px 30px rgba(74, 20, 140, 0.2);
}

.escapella-welcome-area h2 {
  max-width: 100%;
  color: #4a148c;
}

.escapella-welcome-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}

.escapella-welcome-area .row {
  display: flex;
  align-items: center;
}

.escapella-welcome-text h2 {
  color: #4a148c;
  font-weight: 700;
  font-size: 30px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 40px;
  margin-top: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.escapella-welcome-text h2 span {
  font-size: 36px;
  display: block;
}

.escapella-welcome-text p {
  color: #4a148c;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.escapella-welcome-text a {
  color: #4a148c;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  border: 2px solid #ffc107;
  background: linear-gradient(45deg, #ffc107, #ffb300);
  padding: 12px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.escapella-welcome-text a:hover {
  background: linear-gradient(45deg, #ffb300, #ffa000);
  border: 2px solid #ffb300;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 179, 0, 0.6);
}

.escapella-welcome-text h3 {
  color: #4a148c;
  font-weight: 700;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
}

.escapella-welcome-text ol {
  padding: 0 0 0 20px;
  margin: 0;
}

.escapella-welcome-text li {
  color: #4a148c;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  list-style: disc;
}

.escapella-welcome-text img {
  width: auto;
  margin-right: 15px;
}

.escapella-logo a:hover,
.escapella-logo a:focus {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.05);
}

.escapella-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.escapella-faq-area {
  width: 100%;
  display: flex;
  padding: 100px 0;
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.escapella-faq-area h2 {
  font-family: "Biergarten", system-ui;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a148c;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.escapella-conract-faq-section .colleps-text {
  padding-bottom: 30px;
  padding-left: 0;
}

.escapella-faq-area p,
.escapella-conract-faq-section p {
  color: #4a148c;
  font-size: 16px;
  line-height: 30px;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.escapella-faq-area .collapse {
  padding: 0;
}

.escapella-faq-area .collapsing {
  padding: 0;
}

.escapella-colleps-text {
  padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f3e5f5 100%);
}

.escapella-faq-area .btn {
  color: #4a148c;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  font-family: "Fredoka", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ffffff 0%, #f3e5f5 100%);
  border: 3px solid #ffc107;
  text-wrap: wrap;
  text-align: left;
  box-shadow: 0 5px 15px rgba(74, 20, 140, 0.1);
  padding: 20px;
  width: 100%;
  border-radius: 15px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.escapella-faq-area .btn:hover {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(74, 20, 140, 0.2);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.escapella-faq-area .btn,
.escapella-conract-faq-section .btn,
.escapella-details-tab-area1 .btn {
  background: url(../images/faq-down.svg);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}

.escapella-faq-area .btn[aria-expanded="false"] {
  background: linear-gradient(135deg, #ffffff 0%, #f3e5f5 100%), url(../images/faq-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.escapella-faq-area .btn[aria-expanded="true"] {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%), url(../images/faq-close.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}

.escapella-faq-area .collapse.show,
.escapella-faq-area .collapsing {
  border: 3px solid #ffc107;
  border-radius: 0 0 15px 15px;
  border-top: none;
  box-shadow: 0 5px 15px rgba(74, 20, 140, 0.1);
}

.escapella-faq-area .collapse h3,
.escapella-faq-area .collapsing h3 {
  color: #4a148c;
  font-size: 16px;
  line-height: 24px;
  font-family: "Biergarten", system-ui;
  font-weight: 700;
  margin: 10px 0;
}

.escapella-faq-area .collapse ol li,
.escapella-faq-area .collapsing ol li {
  color: #4a148c;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
  font-family: "Fredoka", system-ui;
  font-weight: 700;
}

.escapella-logo-area {
  display: flex;
  align-items: center;
}

.escapella-colleps-text a {
  color: #e65100;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.escapella-colleps-text a:hover {
  color: #4a148c;
}

.footer-menu {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  color: #fff;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer-menu ul li {
  padding: 6px 0;
  display: block;
}

.footer-menu ul li a {
  padding: 0 18px;
  display: block;
  font-family: "Fredoka", sans-serif;
  border-right: 2px solid #ffc107;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.2px;
  transition: color 0.3s;
}

.footer-menu ul li:last-child a {
  border-right: none;
}

.footer-menu ul li a:hover {
  color: #ffc107;
}

.copy-text {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  padding: 24px 0 0;
}

footer {
  background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%);
  width: 100%;
  display: flex;
  padding: 50px 0 30px 0;
  flex-direction: column;
  border-top: 6px solid #ffc107;
}

.escapella-disclaimer-area {
  width: 100%;
  display: flex;
  padding: 100px 0 80px;
  background: linear-gradient(45deg, #e65100, #d84315);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.escapella-disclaimer-area::before {
  content: '🍺🥨🍻🎪🥨🍺';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  opacity: 0.1;
  font-size: 4rem;
  animation: marquee 20s linear infinite;
  z-index: 1;
}

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

  100% {
    transform: translateX(100%);
  }
}

.escapella-disclaimer-area .container {
  position: relative;
  z-index: 2;
}

.escapella-disclaimer-area h2 {
  color: #ffc107;
  font-weight: 700;
  font-size: 40px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.escapella-disclaimer-area p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.escapella-disclaimer-area img {
  width: 100%;
  margin: 20px 0;
  border-radius: 15px;
  border: 3px solid #ffc107;
}

.escapella-disclaimer-area a {
  color: #4a148c;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  border: 2px solid #ffc107;
  background: linear-gradient(45deg, #ffc107, #ffb300);
  padding: 12px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.escapella-disclaimer-area a:hover {
  background: linear-gradient(45deg, #ffb300, #ffa000);
  color: #4a148c;
  border: 2px solid #ffb300;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 179, 0, 0.6);
}

.escapella-disclaimer-area span {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffc107;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.escapella-welcome-text span {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #e65100;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.escapella-footer-logo {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 24px 0;
}

.escapella-footer-logo img {
  width: 90px;
  object-fit: contain;
  filter: grayscale(0.5);
  opacity: 0.8;
  transition: filter 0.3s, opacity 0.3s, transform 0.3s;
}

.escapella-footer-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 20px;
  border: 4px solid #ffc107;
  box-shadow: 0 10px 30px rgba(74, 20, 140, 0.2);
}

.escapella-inner-page-header:not(.escapella-inner-page-header-color)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(74, 20, 140, 0.8), rgba(106, 27, 154, 0.6));
  z-index: 1;
}

.escapella-banner-text {
  z-index: 9;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f3e5f5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #4a148c, #6a1b9a);
  border-radius: 10px;
  border: 2px solid #ffc107;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #6a1b9a, #7b1fa2);
}

::selection {
  background: rgba(255, 193, 7, 0.3);
  color: #4a148c;
}

::-moz-selection {
  background: rgba(255, 193, 7, 0.3);
  color: #4a148c;
}

.escapella-inner-details-section {
  width: 100%;
  display: flex;
  padding: 100px 0;
}

.escapella-inner-details-section h2 {
  color: #4a148c;
  font-weight: 700;
  font-size: 40px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-transform: uppercase;
}

.escapella-inner-details-section p {
  color: #4a148c;
  font-weight: 300;
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.escapella-inner-details-section h3 {
  color: #4a148c;
  font-weight: 700;
  font-size: 18px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: capitalize;
}

.escapella-inner-details-section ol {
  padding: 0 0 0 20px;
  margin: 0;
}

.escapella-inner-details-section li {
  color: #4a148c;
  font-weight: 300;
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  list-style: disc;
  margin-bottom: 10px;
}

.escapella-send-text label {
  color: #4a148c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Fredoka", system-ui;
}

.escapella-contact-contant {
  width: 100%;
  display: inline-block;
  padding: 50px 0 80px 0;
}

.escapella-contact-contant p {
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #4a148c;
  line-height: 26px;
}

.escapella-contact-contant a {
  color: #4a148c;
  text-decoration: none;
}

.escapella-send-free {
  width: 100%;
  border: none;
  border-radius: 30px;
  font-family: "Fredoka", system-ui;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
  color: #4a148c;
  background: linear-gradient(45deg, #ffc107, #ffb300);
  transition: 0.3s;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.escapella-send-free:hover {
  background: linear-gradient(45deg, #ffb300, #ffa000);
  color: #4a148c;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 179, 0, 0.6);
}

.input-text,
.input-text:focus {
  border-radius: 30px;
  resize: none;
  border: 2px solid #ffc107 !important;
  background: transparent !important;
  height: 55px;
  padding: 10px 25px;
  color: #4a148c;
}

.input-text-msg:focus {
  height: 150px;
}

.input-text-msg {
  height: 150px;
}

.get-in-touch {
  padding-top: 74px;
}

.get-in-touch label {
  color: #4a148c;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group label {
  color: #4a148c;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.form-control {
  border: 2px solid #f3e5f5;
  border-radius: 25px;
  padding: 12px 20px;
  font-family: "Fredoka", sans-serif;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
  background: #ffffff;
}

.form-control::placeholder {
  color: rgba(74, 20, 140, 0.5);
  font-style: italic;
}

.escapella-send-text form {
  max-width: 100%;
  margin: 50px auto 0;
}

.escapella-send-text p {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.escapella-header-bottom-section {
  width: 100%;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  gap: 20px;
  border-bottom: 2px solid #ffc107;
}

.escapella-product-section-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.escapella-trnading-area .owl-nav {
  display: none;
}

.escapella-trnading-area .owl-stage-outer {
  padding: 20px 0;
}

.escapella-product-section-area:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(74, 20, 140, 0.25);
  border-left-color: #ffc107;
  transition: all 0.3s ease;
}

.mean-container .mean-bar {
  background: linear-gradient(90deg, #4a148c, #6a1b9a);
  border: 2px solid #ffc107;
  border-radius: 10px;
}

.mean-container .mean-nav {
  background: linear-gradient(135deg, #4a148c, #6a1b9a);
  border: 2px solid #ffc107;
  border-radius: 0 0 15px 15px;
}

.mean-container .mean-nav ul li a {
  color: #ffffff;
  font-family: "Fredoka", sans-serif;
  border-bottom: 1px solid rgba(255, 193, 7, 0.3);
}

.mean-container .mean-nav ul li a:hover {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

.mean-container a.meanmenu-reveal {
  color: #ffc107;
  background: transparent;
  border: 2px solid #ffc107;
  border-radius: 5px;
}

.mean-container a.meanmenu-reveal span {
  background: #ffc107;
}

.escapella-trnading-area .owl-nav button {
  background: linear-gradient(45deg, #ffc107, #ffb300) !important;
  color: #4a148c !important;
  border: 2px solid #4a148c !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 18px !important;
  transition: all 0.3s ease !important;
}

.escapella-trnading-area .owl-nav button:hover {
  background: linear-gradient(45deg, #ffb300, #ffa000) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4) !important;
}

.escapella-trnading-area .owl-dots .owl-dot {
  background: rgba(74, 20, 140, 0.3) !important;
  border: 2px solid #ffc107 !important;
  border-radius: 50% !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px !important;
}

.escapella-trnading-area .owl-dots .owl-dot.active,
.escapella-trnading-area .owl-dots .owl-dot:hover {
  background: #ffc107 !important;
}

.escapella-welcome-area-black {
  background: linear-gradient(135deg, #6a1b9a, #4a148c);
}

.escapella-welcome-area-black h2,
.welcome-area-black p {
  color: #fff;
}

.escapella-inner-page-header-color h2 {
  color: #4a148c;
  margin-bottom: 0;
}

.escapella-inner-page-header-color {
  padding: 60px 0;
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  width: 100%;
  display: flex;
}

.escapella-inner-page-header-color .banner-text {
  position: relative;
  top: 0;
  transform: translateY(0);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.escapella-inner-details-section-no-paddng {
  padding-top: 0;
}

.escapella-card-area {
  width: 100%;
  display: flex;
  padding-bottom: 80px;
  justify-content: center;
}

.escapella-top-sale-area .owl-dots {
  display: none;
}

.escapella-game-area {
  background: transparent;
  padding: 50px 0;
}

.escapella-game-area h2,
.escapella-game-area p {
  color: #4a148c;
}

.escapella-game-panel {
  padding: 50px 0;
}

.escapella-symbol-area {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 100px 0 80px;
  background: linear-gradient(45deg, #4a148c, #6a1b9a);
  position: relative;
  overflow: hidden;
}

.escapella-symbol-area::before {
  content: '🍺🥨🍻';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15rem;
  opacity: 0.1;
  z-index: 1;
}

.escapella-symbol-area .container {
  position: relative;
  z-index: 2;
}

.escapella-symbol-area span {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffc107;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.escapella-symbol-area h2 {
  font-family: "Biergarten", system-ui;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #ffc107;
  margin-top: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.escapella-symbol-area p {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 30px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.escapella-symbol-area img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: 1;
}

.escapella-inner-page-header1 img {
  height: 496px;
  object-fit: cover;
  opacity: 0.8;
}

.escapella-inner-page-header1 h2 {
  margin-bottom: 0;
  text-align: center;
}

.copy-text a {
  color: #fff;
}

/* Enhanced Button Styles */
.escapella-banner-text a,
.escapella-welcome-text a,
.escapella-disclaimer-area a,
.escapella-send-free {
  position: relative;
  overflow: hidden;
}

.escapella-banner-text a::before,
.escapella-welcome-text a::before,
.escapella-disclaimer-area a::before,
.escapella-send-free::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.escapella-banner-text a:hover::before,
.escapella-welcome-text a:hover::before,
.escapella-disclaimer-area a:hover::before,
.escapella-send-free:hover::before {
  left: 100%;
}

/* Focus States */
.escapella-banner-text a:focus,
.escapella-welcome-text a:focus,
.escapella-disclaimer-area a:focus,
.escapella-send-free:focus,
.input-text:focus,
.escapella-faq-area .btn:focus {
  outline: 3px solid rgba(255, 193, 7, 0.5);
  outline-offset: 2px;
}

/* Loading Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.escapella-logo a {
  animation: pulse 4s ease-in-out infinite;
}

/* Additional Hover Effects */
.escapella-footer-logo a:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.footer-menu ul li a:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

/* Enhanced Card Animations */
.escapella-trnading-area .item {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Smooth Transitions */
* {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Override all font families */
.escapella-trnading-area .item p,
.escapella-trnading-area .item span,
ul.menu>li,
ul.menu ul li,
.footer-menu ul li a,
.copy-text,
.escapella-innerpage-text h2,
.escapella-innerpage-contant p,
.escapella-innerpage-contant h2,
.escapella-innerpage-contant h3,
.escapella-about-area p,
.escapella-about-area h2,
.escapella-welcome-text h2,
.escapella-welcome-text p,
.escapella-welcome-text a,
.escapella-welcome-text h3,
.escapella-welcome-text li,
.escapella-faq-area h2,
.escapella-faq-area p,
.escapella-faq-area .btn,
.escapella-faq-area .collapse h3,
.escapella-faq-area .collapse ol li,
.escapella-inner-details-section h2,
.escapella-inner-details-section p,
.escapella-inner-details-section h3,
.escapella-send-text label,
.escapella-send-free,
.input-text,
.input-text:focus,
.escapella-disclaimer-area h2,
.escapella-disclaimer-area p,
.escapella-disclaimer-area a,
.escapella-disclaimer-area span,
.escapella-symbol-area span,
.escapella-symbol-area h2,
.escapella-symbol-area p,
.escapella-inner-details-section li,
.escapella-send-text p,
.escapella-header-bottom-section,
.escapella-product-section-area,
.escapella-footer-logo img,
h2,
p {
  font-family: "Fredoka", system-ui, sans-serif !important;
}

/* Specific overrides for headings */
h1,
h2,
h3,
h4,
h5,
h6,
.escapella-trnading-area .item h3,
.escapella-inner-page-header h2,
.escapella-trnading-area h2,
.escapella-faq-area h2,
.escapella-disclaimer-area h2,
.escapella-symbol-area h2,
.escapella-about-area h2,
.escapella-welcome-text h2 {
  font-family: "Biergarten", system-ui !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .escapella-inner-page-header h2 {
    font-size: 48px;
  }

  .escapella-trnading-area h2,
  .escapella-faq-area h2,
  .escapella-disclaimer-area h2 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {

  .escapella-welcome-area img,
  .escapella-about-area img {
    height: 450px;
    margin-bottom: 30px;
  }

  .escapella-welcome-text {
    text-align: center;
  }

  .escapella-logo a {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .escapella-inner-page-header h2 {
    font-size: 40px;
  }

  .escapella-banner-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .escapella-welcome-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .escapella-trnading-area h2,
  .escapella-faq-area h2,
  .escapella-disclaimer-area h2 {
    font-size: 32px;
  }

  .escapella-logo a {
    font-size: 24px;
  }

  ul.menu a {
    font-size: 14px;
    margin: 0 10px;
  }

  .escapella-welcome-area img,
  .escapella-about-area img {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .escapella-inner-page-header h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .escapella-banner-text p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }

  .escapella-footer-logo {
    gap: 15px;
  }

  .escapella-footer-logo img {
    width: 70px;
  }

  .footer-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .footer-menu ul li a {
    border-right: none;
    border-bottom: 1px solid #ffc107;
    padding: 10px 0;
  }

  .footer-menu ul li:last-child a {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .escapella-inner-page-header h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .escapella-banner-text p {
    font-size: 13px;
    line-height: 22px;
  }

  .escapella-welcome-text h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .escapella-trnading-area h2,
  .escapella-faq-area h2,
  .escapella-disclaimer-area h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .escapella-logo a {
    font-size: 20px;
  }

  .escapella-banner-text a,
  .escapella-welcome-text a,
  .escapella-disclaimer-area a {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* End of Complete Purple & Gold Variant CSS for escapella.xyz */