/* General styles */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #211f1a;
  background-color: #211f1a;
  background: url('../img/MYSTICAL ENCHANTMENTS (1).png') repeat center top / cover;
  -webkit-font-smoothing: antialiased;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

.hidden-link {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit the color of the parent element */
}
.hidden-link:hover {
  text-decoration: underline; /* Optional: Add underline on hover if needed */
}

.logo {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
}

.logo img {
  width: 80%;
  max-width: 650px;
  height: auto;
}

.tm-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.navbar {
  width: 100%;
  position: relative;
  text-align: center;
  top: 20px;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
}

.navbar li {
  display: inline;
  margin-right: 15px;
}

.navbar li a {
  display: inline-block;
  color: white;
  padding: 10px 14px;
  text-decoration: none;
}

.navbar li a:hover {
  background-color: #111;
}

.navbar .sticky {
  background-color: #333;
}

.sticky {
  position: fixed;
  background-color: #333;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.main-content {
  padding: 20px; /* Add padding to the main content */
  margin: 0 auto; /* Center align the content */
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
  /* padding: 15px; */
}

.mySlides {
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.footer {
  text-align: center;
  padding: 10px 0;
  background-color: #333;
  color: white;
}

.footer-gallery {
  text-align: center;
  padding: 10px 0;
  color: white;
}

textarea {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
}

button {
  border: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

h2 {
  margin-top: 0;
}

p {
  color: white;
  line-height: 2;
  margin: 0;
}

.tm-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; /* Centering content */
  position: relative;
  padding-top: 30px;
  padding-left: 20px; /* Add padding to shrink content */
  padding-right: 20px; /* Add padding to shrink content */
}

.masonry {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1;
  column-gap: 1;
}

.item {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 8px;
  margin-top: 25px;
}


img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.tm-relative {
  position: relative;
}

.tm-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.tm-block-wider {
  max-width: 100%;
  width: calc(100% + 40px);
  background-color: #000000;
}

.tm-block-left-2 {
  top: 15px;
}

.tm-img-left {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

.tm-hero-text {
  padding: 140px 95px 0;
}

.tm-block-right {
  margin-top: 25px;
}

.tm-block-pad {
  padding: 67px 63px;
}

.tm-block-icon {
  text-align: center;
  display: block;
  margin: 0 30px 30px;
}

.tm-block-brand {
  position: relative;
  margin-top: 27px;
  margin-bottom: 27px;
}

.tm-block-brand-inner {
  position: relative;
  right: 50px;
  padding: 70px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.tm-social-links {
  text-align: center;
  margin-top: 15px;
}

.tm-social-link .fa-instagram,
.tm-social-link .fa-tiktok,
.tm-social-link .fa-facebook-f {
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
}

.tm-social-link .fa-instagram {
  color: rgb(188, 142, 24);
}

.tm-social-link .fa-tiktok {
  color: #2ed37e;
}

.tm-social-link .fa-facebook-f {
  color: #292db7;
}

.tm-social-link:hover {
  color: #ccc;
  transition: color 0.3s ease;
}

.calendar {
  margin-top: 10px;
  height: 400px;
  overflow: hidden;
}

.tm-upcoming-events-title {
  text-align: center;
  font-size: 25px;
  color: #f3eeec;
}

.tm-nav ul {
  list-style-type: none;
  padding: 10px 0;
}

.tm-nav ul li {
  display: inline-block;
  margin-right: 20px;
}

.tm-nav ul li:last-child {
  margin-right: 0;
}

.tm-nav ul li a {
  color: white;
  text-decoration: none;
  display:block;
  padding: 5px 10px;
}

.tm-nav ul li a.active,
.tm-nav ul li a:hover {
  background-color: #555;
  border-radius: 5px;
}

.tm-brand-name {
  margin: 0 40px 0;
  font-size: 2.5rem;
  font-weight: 400;
}

#calendar {
  background-color: #03596D;
  margin-top: 25px;
}

.tm-btn {
  padding: 15px 25px;
  display: inline-block;
  font-size: 1em;
}

.tm-btn-small {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 35px;
}

.tm-btn-pad-big {
  padding: 17px 45px;
}

.tm-btn-primary {
  color: #000000;
  background-color: #ffffff;
}

.tm-btn-primary:hover {
  background-color: #000000;
}

.tm-btn-secondary {
  color: white;
  background-color: #000000;
}

.tm-btn-secondary:hover {
  color: #ffffff;
  background-color: #000000;
}

.tm-text-white {
  color: #ffffff;
}

.tm-text-gray-light {
  color: #ffffff;
}

.tm-bg-primary-light {
  background-color: #000000;
  border-radius: 8px;
  margin-bottom: 25px;
}

.tm-bg-primary-dark {
  background-color: #000000;
}

.tm-mt {
  margin-top: 30px;
}

.tm-mt-big {
  margin-top: 50px;
}

.tm-mb {
  margin-bottom: 45px;
}

.tm-mb-small {
  margin-bottom: 20px;
}

.tm-text-right {
  text-align:right;
}

.tm-text-uppercase {
  text-transform: uppercase;
}

.tm-form-group {
  margin-bottom: 25px;
}

input, textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  padding: 18px 20px;
  font-size: 1em;
}

.tm-contact-form {
  width: calc(100% - 40px);
}

.tm-form-section-tag {
  position:relative;
  background-color: #000000;
  border-radius: 8px;
  margin-top: 25px;
}

.tm-form-container {
  background-color: #000000;
  border-radius: 8px;
  margin-top: 25px;
}

.tm-form-section-tag h2 {
  font-size: 1.6rem;
}

.tm-pb-0 {
  padding-bottom: 40 !important;
}

.tm-img-qr {
  width: 150px;
  height: 150px;
  margin: 30px 20px 30px 0;
}

.tm-footer {
  display: -webkit-box;
  display: fixed;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  max-width: 600px;
  margin-right: 0;
  margin-left:auto;
}

.tm-footer, .tm-footer a {
  color: #cbcbcb;
}

.tm-footer a:hover {
  color: #996666;
}

.blankspace {
  margin-bottom: 25px;
}

.tm-footer p {
  font-size: 16px;
}

@media (max-width: 1232px) {
  .blankspace {
    margin-top: 150px;
  }
}

@media (max-width: 1199px) {
  .masonry {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .tm-container {
    max-width: 600px;
  }
}

@media (max-width: 540px) {
  .tm-block-brand-inner {
    flex-direction: column;
    padding: 35px;
    right: 30px;
  }

  .tm-brand-name {
    margin-top: 20px;
  }

  .tm-contact-form {
    width: calc(100% - 20px);
  }
}

@media (max-width: 520px) {
  .tm-block-pad {
    padding: 45px;
  }

  .tm-hero-text {
    padding: 50px 45px 0;
  }

  .tm-block-brand {
    margin-top: 70px;
  }
}

@media (max-width: 417px) {
  .tm-block-left, .tm-block-left-2 {
    right: 0;
  }

  .tm-block-wider {
    width: 100%;
    border-radius: 8px;
  }

  .tm-footer {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .tm-form-section-tag-inner {
    left: 25px;
    right: -25px;
    bottom: -25px;
  }
}

@media only screen and (max-width: 768px) {
  .tm-nav ul {
    flex-direction: column;
    padding: 0;
  }

  .tm-nav ul li {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .tm-nav ul li a {
    padding: 10px;
  }

  .masonry {
    column-count: 1;
  }
}

@media only screen and (max-width: 480px) {
  .tm-nav ul {
    flex-direction: column;
  }

  .masonry {
    column-count: 1;
  }
}

.mobile-nav {
  display: none;
  background-color: #333;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 10px;
}

.mobile-menu ul {
  list-style-type: none;
  padding: 0;
}

.mobile-menu ul li {
  padding: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .navbar {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .menu-toggle {
    display: block;
  }
}

.fc-modal {
  z-index: 999; /* Adjust this number to be higher than the nav bar */
}

/* Make sure the close button has a higher z-index as well */
.fc-close {
  z-index: 10000; /* Adjust this number to be higher than the modal itself */
}

/* CALENDAR STYLES */
.fc-event, .fc-event-dot {
  background: #ffffff; 
  color: #96af9a;
}

.custom-dot {
  display: block;
    text-align: center;
    color: #444aff; /* Amber color for dots */
    font-size: 30px; /* Adjust size as needed */
    line-height: auto; /* Align vertically within the cell */
}

.fc-day, .fc-day-number {
  opacity: 40%;
  color: #ffffff; /* replace with a color that ensures text is readable */
  border-color: #000000;
}

.fc-day-number {
  opacity: 100%;
  font-size: 16px;
  padding: 2px;
}

.fc-content-skeleton {
  padding: 2px;
}

.fc-toolbar {
  font-family: "Open Sans", sans-serif;
  color: #50735A;
}

.fc-button {
  background-color: #211f1a;
  color: #f3eeec;
  border: none;
}

.fc-day-grid-event {
  background-color: #666; 
  border-color: #444; 
  color: white;
}

.fc-day-today {
  background-color: #FFD700; /* Amber background for the current day */
}

.fc-day-header {
  background-color: #f3eeec;
  color: #50735A;
}

.fc-past {
  background-color: #000000;
  color: #ffffff;
}

.fc-future {
  background-color: #000000;
  color: #ffffff;
}

.fc-center {
  color: #f3eeec;
}

.fc-today {
  background: #ffffff !important; /* Replace with your desired color */
  color: #211f1a !important; /* Replace with a color that ensures text is readable */
}

.fc-icon {
  color: #50735A;
  background-color: #f3eeec;
}

.fc-content {
  background: #fcfcfc;
  opacity: 90%;
  color: #211f1a;
  size: 1px;
  border-radius: 10%;
  border: #000000;
  text-align: center; /* Center content within each cell */
}

@media (max-width: 768px) {
  .tm-container, .main-content {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .tm-block, .tm-block-wider {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .tm-nav ul {
    display: block;
  }

  .tm-nav ul li {
    display: block;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .tm-container {
    padding: 0 10px;
  }
  .item {
    width: calc(100% - 10px); /* Adjust width for padding */
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .item {
    width: calc(100% - 20px); /* Adjust width for padding */
    margin-top: 20px;
  }
}


