@import "variables.css";
@import "fonts.css";
@import "component.css";

/* Global CSS */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  background-color: var(--color-background);
  color: var(--color-text-primary);
  padding-inline: 40px;
}

a {
  text-decoration: none;
  color: var(--color-text-primary);
}

ul {
  list-style: none;
  padding: 0;
}

button {
  background: transparent;
  border: none;
}

.button {
  cursor: pointer;
  display: inline-flex;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.container {
  padding-inline: 20px;
}

/* Main styles ---------------------------------- */
body {
  background-color: #141414;
  background-image: url(../../assets/images/backgrounds/body-bg-pattern.png);
  background-size: contain;
  padding-bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}

main {
  max-width: 1800px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 8px 62px rgba(20, 20, 20, 0.49);
  -moz-box-shadow: 0px 8px 62px rgba(20, 20, 20, 0.49);
  -webkit-box-shadow: 0px 8px 62px rgba(20, 20, 20, 0.49);
}

/* Common styles */
.ctm-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.ctm-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.ctm-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

/* Header Styles -------------------------------- */
.site-header {
  padding: 30px 0;
  /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; */
  background-color: var(--color-background);
  overflow-x: clip;
}

.site-header.scrolled {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(28, 29, 31, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation: headerScrolled 0.3s ease forwards;
}

@keyframes headerScrolled {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.site-header .menu ul li a {
  color: var(--color-text-primary);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px;
  transition: all 0.3s ease;
  font-family: var(--font-primary);
  letter-spacing: 0.3em;
  display: block;
}

.site-header .menu ul li a:hover {
  color: var(--color-primary);
}

/* .site-header .menu ul li a.active {
    border: 1px solid var(--color-primary);
} */
.site-header .menu ul li.active a {
  border: 1px solid var(--color-primary);
}

.site-header .social-links ul {
  margin-bottom: 0;
}

.site-header .social-links ul li a img {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
}

.site-header .social-links ul li a:hover img {
  transform: scale(1.1);
}

.mobile-sidebar .btn_close {
  display: flex;
  justify-content: flex-end;
}

.site-header .hamburger,
.mobile-sidebar .btn_close button {
  height: 30px;
  width: 30px;
  display: grid;
  gap: 0px;
  cursor: pointer;
}

.site-header .hamburger span,
.mobile-sidebar .btn_close span {
  height: 2px;
  width: 100%;
  background-color: var(--color-primary);
}

/* Mobile Menu style  */
.mobile-sidebar {
  position: fixed;
  height: 100dvh;
  width: 100%;
  max-width: 400px;
  top: 0;
  right: 0;
  background-color: var(--color-background);
  z-index: 999;
  padding: 2em;
  transform: translateX(110%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}

body.mobile-menu-open .mobile-sidebar {
  transform: translateX(0);
}

.mobile-sidebar .social-links {
  padding-inline: 12px;
}

.mobile-sidebar .btn_close span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.mobile-sidebar .btn_close span:nth-child(2) {
  transform: translateY(-10px) rotate(-45deg);
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 99;
}

.mobile-menu-open .mobile-sidebar-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* Hero Styles ---------------------------------- */
.hero-section {
  /* padding-top: calc(var(--header-height) + var(--hero-top-gap)); */
  position: relative;
  background-color: var(--color-background);
  overflow-x: hidden;
}

.hero-section>.container {
  position: relative;
  z-index: 20;
}

.hero-section .hero-content .hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 590px;
}

.hero-section .hero-bg-image {
  position: absolute;
  width: 100%;
  height: 970px;
  z-index: 10;
  right: 100px;
}

.hero-section .hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  object-position: top right;
}

.hero-section .hero-content .title h1 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.hero-section .hero-content .content p {
  font-size: 17px;
  font-family: var(--font-accent);
  letter-spacing: 0.03em;
}

.btn-signature-wrapper .signature img {
  transform: translateY(-45px);
}

.btn-signature-wrapper .button {
  height: max-content;
}

/* Book Slider Styles -------------------------------*/
.book-slider {
  padding: 70px 0 150px 0;
  position: relative;
}

.book-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
  z-index: 6;
}

.book-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0) 0%,
      rgba(27, 29, 30, 1) 100%);
  /* opacity: 0.5; */
  z-index: 5;
}

.book-slider>.container {
  position: relative;
  z-index: 10;
}

.book-slider .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.book-slider .pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* opacity: 0.5; */
}

.book-slider .slider-wrapper {
  margin-top: 60px;
  padding-inline: 40px;
}

.book-slider .sub-heading span {
  font-size: 22px;
}

.book-slider .swiper-btn {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.book-slider .swiper-btn .swiper-navigation-icon {
  color: #fff;
  height: 40%;
  width: 40%;
}

/* .book-slider .swiper-slide .book-image img {
    width: 100%;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    object-fit: cover;
    object-position: center;
} */
.book-slider .swiper-slide .book-image img {
  width: 100%;
  border: 2px solid #fff;
  object-fit: cover;
  display: block;
  height: 264px;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

.book-slider .swiper-slide {
  padding-inline: 10px;
  height: auto;
}

.book-slider .swiper-slide .book-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.book-slider .swiper-slide .book-card .btn-wrapper {
  flex-grow: 1;
  align-items: flex-end;
}

.book-swiper .content {
  margin-block: 30px;
}

.book-swiper .content p {
  font-size: 14px;
  font-family: var(--font-accent);
  text-align: center;
  font-family: var(--font-secondary);
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
}

.book-swiper .button {
  font-weight: 700;
  letter-spacing: 0.5em;
  padding-inline: 3em;
}

.book-slider .pattern-spray {
  position: absolute;
  height: 150%;
  width: 100%;
  /* object-fit: contain; */
  right: 0;
  top: -500px;
  z-index: 7;
}

.book-slider .pattern-spray img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}

/* Events styles ----------------------------------  */
.events {
  padding: 70px 0 60px 0;
  background-color: var(--color-background);
  position: relative;
}

.events::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 8px;
  width: 100%;
  background-color: var(--color-primary);
  z-index: 11;
}

.events .sub-heading span {
  font-size: 22px;
}

.events .event-row .event-date {
  background: var(--color-quaternary);
  padding: 20px;
}

.events .event-row .event-date .item-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.events .event-row .event-date .date {
  color: var(--color-background);
  font-size: 52px;
  font-weight: 700;
  font-family: var(--font-secondary);
  line-height: 1em;
}

.events .event-row .event-date .month-year {
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-display);
  letter-spacing: 0.1em;
}

.events .events-wrapper {
  display: grid;
  gap: 30px;
  padding: 0 60px;
}

.events .event-row .row-wrapper {
  display: flex;
  align-items: center;
  gap: 2em;
}

.events .event-row .row-wrapper .event-details {
  flex: 1 0 0;
}

.events .event-row .event-details h4 {
  color: var(--color-text-primary);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}

.events .event-row .event-details p {
  color: var(--color-text-secondary);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-secondary);
}

.events .book-row {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 2em;
  padding-inline-end: 60px;
}

.events .book-row .previous-appearances,
.events .book-row .book-upcoming-events {
  display: flex;
  align-items: center;
  gap: 1em;
}

/* Inner Page Hero Styles ----------------------------------  */
.inner-hero .hero-bg-image {
  z-index: 11;
  height: 770px;
}

/* Common box layout styles  */
.inner-layout {
  padding: 20px;
  margin-top: 70px;
  position: relative;
  z-index: 10;
}

.inner-layout .layout-inner-box {
  padding: 80px 60px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 16px;
}

.inner-layout .layout-inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--color-primary) 30%, transparent);
  border-radius: 16px;
}

.inner-layout .boxes-wrapper {
  display: grid;
  grid-template-columns: 65% 35%;
  position: relative;
  z-index: 10;
}

.inner-layout .box-wrapper {
  border: 2px solid color-mix(in srgb, var(--color-primary) 50%, transparent);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.inner-layout .boxes-wrapper .box-1 {
  grid-row: 1 / span 2;
  padding-right: 50px;
}

.inner-layout .box-wrapper .box-header {
  background-color: var(--color-background);
  padding: 10px;
}

.inner-layout .box-wrapper .box-body {
  background-color: color-mix(in srgb, var(--color-tertiary) 90%, transparent);
  padding: 35px;
  flex-grow: 1;
}

.inner-layout .box-footer {
  height: 50px;
  width: 100%;
  background-color: var(--color-background);
}

/* .inner-layout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 6;
} */
.inner-layout::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 50px;
  width: 900px;
  height: 40%;
  background-image: url("../../assets/images/backgrounds/pattern-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 10;
}

.inner-layout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0) 0%,
      rgba(27, 29, 30, 1) 100%);
  z-index: 5;
}

.inner-layout .pattern {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.inner-layout .pattern img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  /* opacity: 0.5; */
}

/* .layout-inner-box {
    background: url("../../assets/images/backgrounds/pattern-gray.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} */

/* box-1  */
.inner-layout .box-1 .box-wrapper .box-header {
  padding: 50px 40px 30px 40px;
}

.inner-layout .box-1 .box-wrapper .box-body {
  padding: 50px;
}

.inner-layout .box-wrapper .box-body .slider-title h4 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.book-swiper-inner .content {
  margin-block: 30px;
}

.book-swiper-inner .content p {
  font-size: 14px;
  font-family: var(--font-accent);
  text-align: center;
  font-family: var(--font-secondary);
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
}

.book-swiper-inner .button {
  font-weight: 700;
  letter-spacing: 0.5em;
  padding-inline: 3em;
}

.book-swiper-inner .swiper-slide {
  width: 100% !important;
}

.book-swiper-inner .swiper-slide .book-image img {
  width: 100%;
  border: 2px solid #fff;
  object-fit: cover;
  display: block;
  height: 264px;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

.inner-layout .boxes-wrapper .box-2 .box-body {
  position: relative;
}

.swiper-arrow-inner .swiper-btn {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
}

.swiper-arrow-inner .swiper-btn .swiper-navigation-icon {
  color: #fff;
  height: 40%;
  width: 40%;
}

.inner-layout .box-2 .box-footer {
  height: 35px;
}

.swiper-arrow-inner .swiper-button-next {
  right: 35px;
}

.swiper-arrow-inner .swiper-button-prev {
  left: 35px;
}

/* Box 3  */
.inner-layout .up-coming-appearances .sub-heading span {
  font-size: 20px;
}

.inner-layout .box-3 {
  margin-top: auto;
  padding-top: 20px;
}

/* Booking and appearances Styles ----------------------------------  */
.inner-layout .box-1 .events {
  background-color: transparent;
  padding-top: 150px;
  padding-bottom: 0;
}

.inner-layout .box-1 .events::after {
  display: none;
}

.inner-layout .box-1 .events .events-wrapper {
  padding: 0;
}

.inner-layout .up-coming-event .sub-heading span {
  font-size: 20px;
}

.inner-layout .up-coming-event {
  padding-top: 70px;
  text-align: center;
}

.inner-layout .box-1 .events .event-row .event-details h4 {
  font-size: 28px;
}

.inner-layout .box-1 .events .book-row {
  justify-content: center;
  margin-top: 70px;
  padding-inline-end: 0;
}

/* Bio Page Styles ----------------------------------  */
.bio-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--color-primary);
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.bio-content :is(h1, h2, h3, h4, h5, h6):first-child {
  padding-top: 0;
}

.bio-content p {
  font-family: var(--font-accent);
  margin-bottom: 1rem;
}

/* Footer styles ---------------------------------- */
.site-footer-inner {
  padding: 90px 0 70px 0;
  background-color: #1c1d1f;
  position: relative;
}

.site-footer-inner::before,
.site-footer-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 8px;
  width: 99.5%;
  transform: translateX(-50%);
  background-color: var(--color-primary);
}

.site-footer-inner::before {
  top: 5px;
}

.site-footer-inner::after {
  bottom: 5px;
}

.site-footer .menu-wrapper .title h6 {
  color: var(--color-text-primary);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-primary);
  letter-spacing: 0.2em;
}

.site-footer .menu-wrapper ul li a {
  /* color: var(--color-primary); */
  /* color: #afa384; */
  color: #b6a684;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  transition: all 0.3s ease;
  font-family: var(--font-primary);
}

.site-footer .menu-wrapper ul li a:hover {
  color: var(--color-text-primary) !important;
}

.site-footer .menu-wrapper ul {
  display: grid;
  gap: 10px;
}

.site-footer .copyright {
  background-color: #505050;
  padding: 20px 0;
}

.site-footer .copyright p {
  color: var(--color-text-primary);
  font-size: 16px;
  text-align: center;
  font-family: var(--font-primary);
}

.site-footer .title h5 {
  color: var(--color-text-primary);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.site-footer .footer-right ul li a {
  font-family: var(--font-secondary);
}

.site-footer .menu-wrapper.contact ul li:first-child a {
  color: #797780;
}

.site-footer .footer-logo img {
  max-width: 220px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.site-footer .footer-logo .menu-wrapper ul li a {
  text-align: center;
  width: 100%;
  display: block;
  word-break: break-all;
}

.site-footer .footer-content-wrapper {
  position: relative;
}

.site-footer .footer-content-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #505050;
  opacity: 0.5;
}

.site-footer .social-links ul li a img {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
}

.site-footer .social-links ul li a:hover img {
  transform: scale(1.1);
}