@import url("https://fonts.googleapis.com/css2?family=Forum&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap");

/*--
    - Common CSS 
-----------------------------------------*/
:root {
  --primary-color: #213872;
  --secondary-color: #88d1d8;
}

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Forum", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #171717;
  font-family: "Forum", serif;
  font-weight: 400;
  margin: 0;
}

a {
  font-family: "Poppins", sans-serif;

  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}

a:hover {
  color: #333;
}

header {
  position: relative;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #212529;
}

button {
  font-family: "Poppins", sans-serif;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid var(--primary-color);
}

::selection {
  background: #ddd;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1277px) {
  .main-menu ul > li {
    margin: 0 8px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }

  .nav-item a {
    margin: 0 10px !important;
  }

  .contact__details--content p a,
  .contact__details--content p {
    font-size: 13px !important;
  }

  .contact__details {
    gap: 0 !important;
  }

  .feature-content h2 {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 30px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}

/*Section Title */

.section-title {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 54px;
  font-weight: 500;
  /* line-height: 100px; */
  letter-spacing: -2px;
  color: var(--primary-color);
}

.section-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: var(--primary-color);
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  font-size: 14px;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.button:hover .button__icon-wrapper {
  color: var(--primary-color);
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/* Nav Bar &   Hero section */
.hero {
  position: relative;
  /* height: 100vh; */
  padding: 300px 0 500px 0;
  overflow: hidden;
  color: white;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.nav-bar.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-bar.scrolled .nav-links a,
.nav-bar.scrolled .hamburger {
  color: var(--primary-color);
  font-weight: 500;
}

.nav-bar.scrolled .sub-menu a {
  color: white;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.logo img {
  width: 240px;
  margin-right: 10px;
}

.nav-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  padding: 7px 10px;
  border-radius: 15px;
  font-weight: 500;
}

.nav-links a:hover {
  background-color: #ffffff;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.nav-links a.active {
  color: var(--secondary-color);
}

.nav-bar.scrolled .book-now-btn {
  background: var(--primary-color);
  color: #ffffff !important;
}

.nav-bar.scrolled .book-now-btn:hover {
  background: var(--secondary-color);
  color: #000000 !important;
}

.book-now-btn {
  background: var(--primary-color) !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
}

.navlink.has-arrow {
  position: relative;
  padding-right: 20px;
}

.navlink.has-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}

.hamburger {
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 350px;
  background: #4f8185;
  transform: translateX(100%);
  /* Start off-screen */
  transition: transform 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 100px 0 0 30px;
  z-index: 9999;
}

.mobile-menu.active {
  transform: translateX(0);
  /* Slide into view */
}

.mobile-links {
  display: flex;
  flex-direction: column;
}

.mobile-menu a {
  color: white;
  font-size: 17px;
  margin: 10px 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.mobile-menu a:hover {
  color: #c8c5c5;
  transform: translate(10px);
}

.mobile-logo {
  width: 200px;
  position: absolute;
  top: 20px;
}

.close-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 48px;
  color: white;
  cursor: pointer;
}

.hero-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 80%;
}

.hero-content h5 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-family: "Playwrite AU SA", cursive;
  font-weight: 100;
}

.hero-content h2 {
  font-size: 56px;
  margin-bottom: 15px;
  color: #ffffff;
}

.hero-content p {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-bottom: 0;
}

.bottom-section {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  /* width: 80%; */
  color: white;
  z-index: 2;
  gap: 30px;
}

.bottom-section .box {
  flex: 1;
  text-align: center;
}

.bottom-section .box h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

.bottom-section .box p {
  font-size: 15px;
  margin: 0;
  color: #dedede;
}

.bottom-section .box span {
  color: #ffffff;
  font-size: 15px;
}

.bottom-section .box a {
  margin-top: 10px;
}

.bottom-section .box a:hover {
  color: #ffffff;
}

.story-sub-title {
  margin-bottom: 40px;
}

.story-content {
  width: calc(100% - 10px);
}

.story-content h1 {
  font-size: 42px;
}

.story-image {
  border-left: 1.5px solid #213872;
  padding-left: 50px;
}

/* Explore Section */
.explore-section {
  position: relative;
}

.explore-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.explore-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.explore-button {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-color);
  color: white;
  border: 5px solid white;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  z-index: 2;
  box-shadow: 0 0 0 4px var(--primary-color);
}

@media (max-width: 576px) {
  .explore-button {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}

/* Services Section */
.activity-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.activity-image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.6) 100%
  );
  color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.activity-meta,
.activity-title,
.activity-text,
.discover-link {
  margin-bottom: 10px;
  text-align: center;
}

.activity-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.activity-text {
  font-size: 14px;
  color: #ffffff;
}

.discover-link {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.discover-link:hover {
  color: var(--secondary-color);
}

.feature-icon {
  width: 75px;
  height: auto;
}

.feature-title {
  font-weight: 600;
  color: #000;
  margin: 15px 0 10px 0;
}

.feature-desc {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Info Section */
.info-section {
  background-color: var(--primary-color);
  color: #fff;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
}

.info-section p {
  margin-top: 15px;
  font-size: 1rem;
  opacity: 0.9;
  color: #ffffff;
}

.info-section a {
  margin-top: 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s ease;
}

.info-section a:hover {
  color: var(--secondary-color);
}

.info-section .stat {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.info-section .stat h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.info-video {
  padding-bottom: 0px;
  padding-top: 0px;
}

.info-video video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* Footer */
.newsletter-footer {
  background: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: -10;
}

.newsletter-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.newsletter-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff;
}

.newsletter-form .email-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-left: 0;
  color: #fff;
  font-size: 1.1rem;
}

.newsletter-form .email-input::placeholder {
  color: #ccc;
}

.privacy-label {
  font-size: 0.9rem;
}

.subscribe-btn {
  background: none;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.footer-logo img {
  width: 300px;
  margin-bottom: 30px;
}

.footer-desc {
  font-size: 0.95rem;
  color: #eee;
}

.social-icons a i {
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
}

.footer-heading {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-link {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.footer-nav li p {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}

.footer-nav li p:hover {
  color: var(--secondary-color);
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}

.footer-nav li a:hover {
  color: var(--secondary-color);
}

.footer-bottom {
  background-color: rgb(0, 0, 0);
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: #ccc;
}

.footer-legal a {
  margin: 0 10px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

.footer-heading p {
  color: #ffffff;
}

.footer-link-list {
  display: flex;
  flex-direction: column;
}

.footer-link-list a {
  text-decoration: none;
}

.footer-link-list a:hover {
  color: var(--secondary-color);
}

/* Swiper */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

/* Full width for the center slide */
swiper-slide.swiper-slide-active img {
  width: 100%;
  transform: scale(1.1);
}

/* Testimonial */

#testimonial-2 .single-testimonial-item p {
  font-size: 15px;
  text-align: center;
  margin: 0;
  color: #000000;
}

#testimonial-2 .single-testimonial-item h3 {
  font-size: 28px;
  font-family: "Poppins", serif;
  text-align: left;
  margin: 15px 0 10px 0;
}

.client-img img {
  border-radius: 50%;
}

#testimonial-2 .testimonial-author h6 {
  color: inherit;
}

#testimonial-2 .owl-carousel .owl-stage-outer {
  overflow: unset;
}

#testimonial-2 .owl-item {
  opacity: 0;
}

#testimonial-2 .owl-item.active {
  opacity: 1;
}

#testimonial-2 .owl-nav button.owl-prev,
#testimonial-2 .owl-nav button.owl-next {
  border: 1px solid var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}

#testimonial-2 .owl-nav button.owl-prev:hover,
#testimonial-2 .owl-nav button.owl-next:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

#testimonial-2 .owl-nav {
  position: absolute;
  bottom: -50px;
  right: 50%;
  display: flex;
  transform: translate(50%, 50%);
}

#testimonial-2 .owl-nav i {
  font-size: 20px;
  font-weight: 500;
}

.client-name {
  font-size: 24px;
  font-weight: 600;
}

.star-img {
  text-align: center;
}

.stars {
  margin: 5px 0;
}

.stars i {
  color: #ffca05;
}

.owl-dots {
  display: none !important;
}

.para {
  margin-top: 5px;
}

/* ***************** */
.main-dropdown .sub-menu {
  position: absolute;
  top: 70%;
  width: 264px;
  background-color: var(--primary-color) !important;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px;
  border-radius: 0 0 15px 15px;
  display: block;
  margin-top: 30px;
}

.sub-menu li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.sub-menu li a {
  transition: all 0.3s ease-in-out;
}

.sub-menu li a:hover {
  background: transparent !important;
  color: #ffffff !important;
  transform: translateX(8px);
}

.sub-menu li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.sub-menu li a:hover i {
  transform: rotate(0);
}

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

.main-dropdown {
  position: relative;
  list-style: none;
  padding: 30px 0;
}

.main-dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* metismenu  */

.mobile-nav-bar {
  width: 100%;
}

.mobile-nav-wrap {
  width: 100%;
  padding: 1rem 0;
}

.mobile__navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #171717;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: -5px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative !important;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.navlink.has-arrow {
  position: relative;
  /*padding-right: 20px;*/
}

.navlink.has-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}

.main-menu ul > li > a:hover .navlink.has-arrow::after {
  color: var(--primary-color) !important;
}

#mobile-menu {
  margin-top: 2rem;
}

/* breadcrumb  */
.breadcrumb-area h4 {
  margin-top: 10px;
}

.breadcrumb-area {
  margin: auto;
  display: flex;
  align-items: center;
  padding: 150px 0 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 56, 114, 0.65);
  z-index: 0;
}

.breadcrumb-area-inner {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.breadcrumb-area-inner .title {
  font-size: 52px;
  color: #ffffff;
}

.nav-area-navigation {
  color: white;
  display: flex;
  position: relative;
  z-index: 5;
}

.nav-area-navigation a,
.nav-area-navigation p {
  color: white;
  margin-top: 0.5rem;
  font-size: 16px;
  margin-bottom: 0;
}

.about__subhead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1rem;
}

.about__quote {
  text-align: center;
  font-size: 44px;
}

.about__quote span {
  padding: 1rem 10px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  font-size: 54px;
}

.about__laguna {
  height: 70px;
  width: 120px;
  object-fit: cover;
  border-radius: 70px;
}

.about__food {
  width: 300px;
  height: 70px;
  border-radius: 50px;
  object-fit: cover;
}

.about__quote-icon {
  padding: 0 !important;
  line-height: 1rem;
  background-color: var(--primary-color);
  border-radius: 70px;
  font-size: 35px;
  width: 100px;
  height: 60px;
  display: flex;
}

.about__quote {
  margin: 0 auto;
}

.about__quote-icon svg {
  rotate: 45deg;
}

.about__food2 {
  width: 200px;
  height: 70px;
  border-radius: 50px;
  object-fit: cover;
}

.about__graphic {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.stats__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats__icon {
  width: 70px;
  margin-bottom: 10px;
  object-fit: cover;
}

.stats__number {
  font-size: 36px;
  margin: 10px 0 5px;
  font-weight: 600;
}

.stats__label {
  font-size: 18px;
}

.stats__divider {
  width: 1px;
  height: 80px;
  background-color: #3d4e99;
}

.stats__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}

.stats__button {
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.stats__button--primary {
  background-color: #b58b42;
  color: white;
}

.stats__button--secondary {
  background-color: #e8e8e8;
  color: var(--primary-color);
}

.stats__button--secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.about__video {
  background-image: url("../img/bruschetta.jpg");
  background-size: cover;
  background-position: center 80%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
}

.about__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.about__video .container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
  gap: 1rem;
}

.about__video h2 {
  color: white;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.about__video p {
  color: white;
  text-align: center;
  max-width: 70%;
}

.video__button {
  border: 2px solid #e8e8e8;
  color: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  position: relative;
  z-index: 1;
  font-size: 2rem;
}

.video__button:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.video__categories {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 1.4rem;
  position: relative;
}

.video-button {
  position: relative;
  margin-top: 1rem;
}

.video__categories img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}

/* Testimonial Section Start */

.testimonial-section {
  text-align: center;
  position: relative;
}

.testimonial-section .rx-banner h4 {
  color: var(--primary-color);
  font-size: 60px;
}

.owl-carousel .quote {
  font-size: 1rem;

  padding: 20px 0 0;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 600px;
}

.owl-carousel .quote .author {
  margin-top: 25px;
  color: var(--primary-color);
  text-align: left;
  font-size: 18px;
}

.owl-carousel .quote p {
  text-align: left;
}

.owl-carousel .owl-nav {
  margin-top: 20px;
}

.owl-carousel .owl-nav button {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 0.3s ease;
}

.owl-carousel .owl-nav button:hover {
  background: var(--primary-color);
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
  padding: 10px !important;
  font-size: 24px;
  border: 1px solid var(--primary-color);
}

.owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
  padding: 10px !important;
  font-size: 24px;
  border: 1px solid var(--primary-color);
}

.owl-carousel .owl-dots {
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.testimonial-quote-icon {
  width: 50px;
  height: 50px;
}

.testimonial-img-block-1 {
  display: inline-block;
  overflow: hidden;
  transform: rotate(-5deg);
}

.testimonial-img {
  /* border-radius: 15px; */
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.testimonial-img-text {
  font-family: "Fasthand", serif;
  width: 52%;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

.testimonial-img-block-2 {
  display: block;
}

.testimonial__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pan-img {
  position: absolute;
  left: -10%;
  top: 13%;
  width: 180px;
  opacity: 0.1;
}

.pan-img img {
  filter: opacity(0.1);
}

.wine-img {
  position: absolute;
  left: 0%;
  bottom: 10%;
  width: 130px;
  filter: opacity(0.3);
}

.wine-img img {
  filter: opacity(0.1);
}

.sparkles-img {
  position: absolute;
  right: 18%;
  bottom: 5%;
  width: 150px;
}

.sparkles-img img {
  filter: opacity(0.1);
}

.chilli-img {
  position: absolute;
  right: 0%;
  top: 2%;
  width: 70px;
  opacity: 0.1;
}

.chilli-img img {
  filter: opacity(0.1);
}

.sausage-img {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 120px;
  filter: opacity(0.1);
}

.sausage-img img {
  filter: opacity(0.1);
}

.tomato-img {
  position: absolute;
  right: -8%;
  bottom: 25%;
  width: 120px;
  filter: opacity(0.1);
}

.tomato-img img {
  filter: opacity(0.1);
}

/* ===== GALLERY SECTION STYLING ===== */
.gallery-section {
  background-color: #f9f9f9;
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  margin: auto;
}

/* Gallery Video */
.gallery-vid {
  width: 100%;
  height: 80vh;
  margin: 40px 0;
}

.gallery-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Gallery Grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 15px;
  margin: 60px 0px 40px 0px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  will-change: transform;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox .close,
.lightbox .arrow {
  position: absolute;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
  user-select: none;
  z-index: 1001;
}

.lightbox .close {
  top: 25px;
  right: 40px;
  font-size: 40px;
}

.lightbox .arrow {
  top: 50%;
  font-size: 50px;
  transform: translateY(-50%);
  padding: 10px;
}

.lightbox .arrow.left {
  left: 40px;
}

.lightbox .arrow.right {
  right: 40px;
}

.lightbox .close:hover {
  color: #ff5555;
}

.lightbox .arrow:hover {
  color: #213872;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .lightbox-content {
    max-width: 100%;
  }

  .lightbox .arrow {
    font-size: 36px;
  }
}

/* ===== GALLERY SECTION STYLING END ===== */

/* ===== MENU SECTION STYLING ===== */

.section-title {
  padding-top: 40px;
  margin: 0px;
}

.menu-container {
  padding: 40px 20px 80px 20px;
  text-align: center;
}

.menu {
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 6px 8px rgba(33, 56, 114, 0.9);
  border-radius: 8px;
  overflow: hidden;
}

.menu img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===== MENU SECTION STYLING ===== */

.function__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.function__image {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.function__wcus--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.function__wcus h3 {
  font-size: 2.5rem;
  color: var(--primary-color);
}

.function__wcus--list {
  padding-left: 1.5rem;
  padding-top: 1rem;
}

.function__wcus--list li {
  list-style-type: disc;
  padding-bottom: 1rem;
}

.function__wcus--list strong {
  font-weight: 600;
  color: var(--primary-color);
}

.function__figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.function__figure img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.function__button {
  font-size: 16px;
}

.function__para {
  margin-bottom: 0;
}

.function__form {
  width: 75%;
  padding: 2rem;
  margin: 0 auto;
  background-color: #dcf0f1;
  padding-bottom: 2.5rem;
}

.function__form--button {
  display: flex;
  justify-content: center;
}

.function__image--container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.function__form h2 {
  font-size: 2.5rem;
  text-align: center;
}

.function__form input,
.function__select {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.function__form .row {
  row-gap: 1.5rem;
}

.function__textarea {
  min-height: 120px !important;
  max-height: 300px;
}

.menu-category {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__image {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100%;
}

.menu__container {
  max-width: 1144px;
  position: relative;
}

.menu__explore {
  text-decoration: underline;
}

.menu__explore:hover {
  color: var(--secondary-color);
}

.menu-categories {
  row-gap: 20px;
  justify-content: center;
}

.menu__items {
  background-color: #bfd4f3;
  padding: 1.8rem;
  border-radius: 15px;
}

.menu__name {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 170%;
}

.menu__item--list {
  padding-left: 0.8rem;
}

.menu__item--list li {
  list-style: disc;
  color: var(--primary-color);
  /* margin-bottom: 0.5rem; */
}

.menu__item--container {
  padding-left: 1.5rem;
}

.menu__item--list p {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
  line-height: 22px;
  color: #383838;
}

.menu__desc--last {
  margin-bottom: 0 !important;
}

.menu__item--image img {
  height: 525px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.menu__button {
  width: 100%;
  text-align: center !important;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu__title {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1rem;
}

.menu__image1 {
  height: 425px !important;
}

.menu__figure {
  margin-bottom: 0 !important;
}

.menu__image2 img {
  height: 443px !important;
}

.extra__menu p {
  font-weight: 600;
  font-size: 1.1rem;
  font-family: "Forum", sans-serif !important;
}

.menu__image3 img {
  height: 465px !important;
}

.menu__image4 img {
  height: 515px !important;
}

.menu__image5 img {
  height: 443px !important;
}

.menu__image6 img {
  height: 432px !important;
}

.menu__image7 img {
  height: 345px !important;
}

.menu__image8 img {
  height: 403px !important;
}

.menu__image9 img {
  height: 600px !important;
}

.menu__image10 img {
  height: 703px !important;
}

.menu__image11 img {
  height: 475px !important;
}

.menu__image12 img {
  height: 319px !important;
}

.menu__image13 img {
  height: 650px !important;
}

.menu__image14 img {
  height: 629px !important;
}

.menu__image15 img {
  height: 453px !important;
}

.menu__image16 img {
  height: 578px !important;
}

.menu__image18 img {
  height: 783px !important;
}

.menu__image17 img {
  height: 543px !important;
}

.whisky-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}

.nav-bar.scrolled #hamburger {
  color: var(--primary-color);
}

.about__br {
  display: none;
}

@media (width< 1200px) {
  .nav-links a {
    font-size: 14px;
  }

  .whisky-list li {
    width: 80%;
  }

  .logo img {
    width: 200px;
  }

  .menu__item--image img {
    height: 684px;
  }

  .res__menu1 img {
    height: 660px;
  }

  .menu__image1 {
    height: 465px !important;
  }

  .menu__image3 img {
    height: 555px !important;
  }

  .menu__image4 img {
    height: 540px !important;
  }

  .menu__image5 img {
    height: 535px !important;
  }

  .menu__image6 img {
    height: 565px !important;
  }

  .menu__image7 img {
    height: 410px !important;
  }

  .menu__image8 img {
    height: 470px !important;
  }

  .menu__image9 img {
    height: 763px !important;
  }

  .menu__image14 img {
    height: 680px !important;
  }

  .menu__image11 img {
    height: 540px !important;
  }

  .menu__image12 img {
    height: 375px !important;
  }

  .menu__image13 img {
    height: 830px !important;
  }

  .res__menu2 img {
    height: 507px !important;
  }

  .res__menu3 img {
    height: 575px !important;
  }

  .res__menu4 img {
    height: 530px !important;
  }

  .res__menu5 img {
    height: 745px !important;
  }

  .menu__image18 img {
    height: 885px !important;
  }

  .menu__image17 img {
    height: 630px !important;
  }

  .res__menu6 img {
    height: 528px !important;
  }

  .res__menu7 img {
    height: 497px !important;
  }

  .menu__image16 img {
    height: 625px !important;
  }

  .res__menu8 img {
    height: 570px !important;
  }

  .menu__image10 img {
    height: 870px !important;
  }

  .res__menu9 img {
    height: 808px !important;
  }

  .res__menu10 img {
    height: 750px !important;
  }

  .res__menu11 img {
    height: 748px !important;
  }

  .res__menu12 img {
    height: 958px !important;
  }

  .res__menu13 img {
    height: 559px !important;
  }

  .res__menu14 img {
    height: 620px !important;
  }

  .res__menu15 img {
    height: 798px !important;
  }

  .res__menu16 img {
    height: 625px !important;
  }

  .res__menu17 img {
    height: 740px !important;
  }

  .menu__image15 img {
    height: 565px !important;
  }

  .res__menu18 img {
    height: 690px !important;
  }

  .res__menu19 img {
    height: 443px !important;
  }
}

@media (width< 992px) {
  .nav-links {
    display: none;
  }

  .story-image {
    margin-top: 1.5rem;
  }

  .activity-image img {
    height: 355px;
  }

  .index__image {
    height: 455px !important;
  }

  /* Why Us Section */
  .features-section .row {
    row-gap: 2rem;
  }

  .menu__item--image img,
  .menu__image1,
  .menu__image2 img,
  .menu__image3 img,
  .menu__image4 img,
  .menu__image5 img,
  .menu__image6 img,
  .menu__image7 img,
  .menu__image8 img,
  .menu__image9 img,
  .menu__image10 img,
  .menu__image11 img,
  .menu__image12 img {
    height: 500px !important;
  }

  .menu__item--container {
    padding-left: 0.75rem;
    margin-top: 2rem;
  }

  .menu__info {
    flex-direction: column-reverse;
  }

  .function__image--container,
  .function__figure {
    margin-top: 2rem;
  }

  .function-wcus .row {
    flex-direction: column-reverse;
  }

  .function__form {
    width: 90%;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .testimonial-img {
    margin-top: 2rem;
  }
}

@media (width<768px) {
  .menu__item--image img,
  .menu__image1,
  .menu__image2 img,
  .menu__image3 img,
  .menu__image4 img,
  .menu__image5 img,
  .menu__image6 img,
  .menu__image7 img,
  .menu__image8 img,
  .menu__image9 img,
  .menu__image10 img,
  .menu__image11 img,
  .menu__image12 img {
    height: 400px !important;
  }

  .function__form {
    width: 100%;
    padding: 1.5rem;
  }

  .gallery__section--one {
    grid-template-columns: 1fr;
  }

  .gallery__section--one img {
    height: 400px !important;
  }

  .about__video {
    height: fit-content;

    padding: 4rem 0;
  }

  .bottom-section {
    gap: 1.1rem;
  }

  .about__video p {
    max-width: 100%;
  }

  .video__categories {
    flex-direction: column;
  }

  .whisky-list {
    grid-template-columns: 1fr;
  }

  .index__activity {
    row-gap: 2rem;
  }

  .story-image {
    padding-left: 0;
    border: none;
  }

  .hero-content h5 {
    margin-bottom: 2rem;
  }

  .hero-content h2 {
    font-size: 46px;
  }

  .bottom-section {
    top: 72%;
  }

  .story-content h1 {
    font-size: 34px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .about__quote span {
    font-size: 43px;
  }

  .about__laguna {
    height: 60px;
  }

  .about__food {
    display: none;
  }

  .about__food,
  .about__food2 {
    height: 60px;
    display: none;
  }

  .about__quote-icon {
    height: inherit;
  }

  .about__br {
    display: block;
  }
}

@media (width < 350px) {
  .bottom-section {
    top: 75%;
    gap: 1rem;
  }

  .about__quote span {
    font-size: 36px;
  }

  .about__laguna {
    height: 55px;
  }

  .about__food,
  .about__food2 {
    height: 55px;
  }
}

/* ========== ========== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Poppins:wght@300;400;600&display=swap");

:root {
  --primary-color: #213872;
  --secondary-color: #88d1d8;
  --accent-gold: #d4af37;
  --white: #ffffff;
}

#snow-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10001;
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 20, 45, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
  font-family: "Poppins", sans-serif;
  opacity: 0;
  transition: opacity 0.6s ease;
  padding: 15px;
}

.modal-card {
  background: var(--white);
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  transform: translateY(30px) scale(0.95);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10002;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}
.modal-overlay.active .modal-card {
  transform: translateY(0) scale(1);
}

.modal-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, #0a142d 100%);
  padding: 60px 20px 50px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.modal-header::before {
  content: "🎄";
  position: absolute;
  left: 20px;
  bottom: 40px;
  font-size: 3rem;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
  animation: float 3s ease-in-out infinite;
}

.modal-header::after {
  content: "🥂";
  position: absolute;
  right: 20px;
  bottom: 40px;
  font-size: 3rem;
  filter: drop-shadow(0 0 10px var(--accent-gold));
  animation: float 3s ease-in-out infinite reverse;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }

  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

.modal-header h2 {
  font-family: "Forum", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 8vw, 2.5rem);
  margin: 0;
  line-height: 1.1;
  background: linear-gradient(to bottom, #fff, var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-header p {
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #d4af37;
}

.snow-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 40px;
  fill: var(--white);
}

.modal-body {
  padding: 5px 25px 30px;
  text-align: center;
  overflow-y: auto;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
}

.holiday-banner {
  display: inline-block;
  background: #f0f7f9;
  color: var(--primary-color);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  border: 1px solid var(--secondary-color);
}

.main-title {
  color: var(--primary-color);
  font-size: clamp(1.1rem, 5vw, 1.4rem);
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
  text-align: left;
}

.hour-item {
  background: #fafafa;
  padding: 12px;
  border-radius: 15px;
  border-left: 3px solid var(--accent-gold);
}

.hour-item small {
  font-size: 0.7rem;
  color: #888;
  text-transform: uppercase;
}

.hour-item div {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary-color);
}

.btn-celebrate {
  font-size: 16px;
  display: block;
  background: linear-gradient(45deg, var(--primary-color), #3a5bb0);
  color: white;
  text-decoration: none;
  padding: 18px;
  border-radius: 15px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(33, 56, 114, 0.3);
}

.btn-celebrate:hover {
  color: white;
  transform: scale(1.02);
  box-shadow: 0 15px 30px rgba(33, 56, 114, 0.4);
}

.btn-celebrate::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
  animation: rotateSparkle 4s linear infinite;
}

@keyframes rotateSparkle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
}

/* ==========  ========== */
