:root {
  --text-default-color: #707070;
  --primary-color: #6b1c8c;
  --secondary-color: #6b1c8c;
  --accent-color: #ffbb34;
  --post-content-spacing: 2.5rem;
}
html {
  font-size: 16px;
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  color: var(--text-default-color);
  line-height: 1.5;
}

p {
  margin-block-end: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--primary-color);
}

blockquote,
.quote {
  margin-left: 0;
  font-size: clamp(1.25rem, 1.3889vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--secondary-color);
  margin-block: var(--post-content-spacing);
  padding-left: 1.875rem;
  border-left: 0.3125rem solid var(--accent-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  color: var(--primary-color);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: clamp(2.5rem, 4.1667vw, 3.75rem);
  line-height: 1.0167;
}

h2,
.h2 {
  font-size: clamp(2rem, 2.7778vw, 2.5rem);
  line-height: 1.125;
}

h3,
.h3 {
  font-size: clamp(1.5rem, 2.222vw, 2rem);
}

h4,
.h4 {
  font-size: clamp(1.25rem, 1.6667vw, 1.5rem);
}

h5,
.h5 {
  font-size: clamp(1.125rem, 1.3889vw, 1.25rem);
}

h6,
.h6 {
  font-size: 1rem;
}

.text-lg {
  font-size: clamp(1.0625rem, 1.0995vw, 1.1875rem);
}

.text-base {
  font-size: 1rem;
}

.text-sm {
  font-size: 0.875rem;
}

.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.9375rem 1.875rem;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 6.25rem;
}
.btn:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.text-default {
  color: var(--text-default-color);
}

.text-primary {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-accent {
  color: var(--accent-color);
}

.visible-hidden {
  visibility: hidden;
}
/*  */
.px-0 {
  padding-inline: 0 !important;
}

.my-0 {
  margin-block: 0 !important;
}

.mt-large {
  margin-top: 80px !important;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}
.px-lg {
  padding-inline: clamp(1.25rem, 2.3148vw, 2.5rem);
}
.py-lg {
  padding-block: clamp(1.25rem, 2.3148vw, 2.5rem);
}

.px-xl {
  padding-inline: clamp(1.25rem, 3.47vw, 3.75rem);
}
.py-xl {
  padding-block: clamp(2.5rem, 3.47vw, 3.75rem);
}
.pt-xl {
  padding-block-start: clamp(2.5rem, 3.47vw, 3.75rem);
}

.py-xl2 {
  padding-block: clamp(2.5rem, 4.6296vw, 5rem);
}
.mt-xl2 {
  margin-block-start: clamp(2.5rem, 4.6296vw, 5rem);
}

.py-xxl {
  padding-block: clamp(2.5rem, 5.787vw, 6.25rem);
}
.px-xxl {
  padding-inline: clamp(1.25rem, 5.787vw, 6.25rem);
}

.mt-xxl {
  margin-block-start: clamp(2.5rem, 5.787vw, 6.25rem);
}
.pt-xxl {
  padding-block-start: clamp(2.5rem, 5.787vw, 6.25rem);
}

.pb-xxl {
  padding-block-end: clamp(2.5rem, 5.787vw, 6.25rem);
}

.rounded-lg {
  border-radius: clamp(1.25rem, 1.736vw, 1.875rem);
}
.rounded-xl {
  border-radius: clamp(1.25rem, 2.3148vw, 2.5rem);
}

@media screen and (min-width: 768px) {
  .mt-large {
    margin-top: 160px !important;
  }
}

.fw-thin {
  font-weight: 100;
}
.fw-extralight {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}

.flex-full {
  flex: 1 !important;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a {
  color: #ffffff !important;
}

/*  */
.text-body-lg {
  font-size: 22px;
}
.text-lg {
  font-size: 18px;
}

/*  */
.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*  */

.px-container {
  padding-inline: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .px-container {
    padding-inline: 1.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .px-container {
    padding-inline: 2.5rem !important;
  }
}

.elementor-widget-theme-post-content figure,
.elementor-widget-theme-post-content .btn {
  margin-block: var(--post-content-spacing);
}

.elementor-widget-theme-post-content figure figcaption {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  font-style: normal;
}

.elementor-widget-text-editor a {
  text-decoration: underline;
}

/*  */
.elementor-pagination {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.elementor-pagination .page-numbers {
  margin: 0 !important;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  background: white;
  border: 1px solid;
  border-radius: 0.5rem;
  color: var(--secondary-color);
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers:hover {
  color: #ffffff;
  background-color: var(--accent-color);
}
/*  */
.smart-header {
  transition: transform 0.3s ease;
}

.smart-header.hide-header {
  transform: translateY(-100%);
}
.hero-banner {
  min-height: clamp(25rem, 56.25vw, 100vh);
}

.menu-link-highlight a {
  background-color: var(--primary-color);
  color: #ffffff !important;
}
.menu-link-highlight a:hover {
  background-color: #993d73;
}

.menu-layout-2-cols ul {
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr;
  row-gap: 1rem;
  column-gap: 3rem;
}

@media (min-width: 768px) {
  .menu-layout-2-cols ul {
    grid-template-columns: 1fr 1fr;
  }
}
