html.lenis,
html.lenis body {
  height: auto;
  overflow-x: hidden !important;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* Define a transition duration during page visits */
[x-cloak] {
  display: none !important;
}

.vercenter {
  position: absolute;
  bottom: 5vw;
  left: 0;
}
@media (min-width: 640px) {
  .vercenter {
    bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .vercenter {
    bottom: 11rem;
  }
}

.vercenter2 {
  position: absolute;
  z-index: 1; /* Position relative to the parent */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the div both vertically and horizontally */
}

/* ===== Scrollbar CSS ===== */
.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 0px;
}

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

* {
  box-sizing: border-box;
  min-width: 0;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  [uk-scrollspy] {
    animation: none !important;
  }
}
.h-screen {
  height: 100dvh !important;
}

.picture img {
  background-repeat: repeat;
}

section {
  background-size: cover;
  background-position: center;
}

img {
  font-size: 0;
}

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

.bg_tint_LightT img, .bg_tint_LightT video, .bg_tint_LightT iframe {
  filter: brightness(0.8);
}

.bg_tint_MediumT img, .bg_tint_MediumT video, .bg_tint_MediumT iframe {
  filter: brightness(0.5);
}

.bg_tint_StrongT img, .bg_tint_StrongT video, .bg_tint_StrongT iframe {
  filter: brightness(0.3);
}

.bg_tint_LightT .tint {
  background-color: rgba(16, 16, 16, 0.2);
}

.bg_tint_MediumT .tint {
  background-color: rgba(16, 16, 16, 0.5);
}

.bg_tint_StrongT .tint {
  background-color: rgba(16, 16, 16, 0.7);
}

.top_Black:before, .top_White:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 0%;
}
@media (min-width: 640px) {
  .top_Black:before, .top_White:before {
    height: 35%;
  }
}

.bot_Black:after, .bot_White:after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 20%;
}
@media (min-width: 640px) {
  .bot_Black:after, .bot_White:after {
    height: 35%;
  }
}

.top_Black:before, .top_White:before {
  top: 0;
}

.bot_Black:after, .bot_White:after {
  bottom: 0;
}

.top_Black:before {
  background: linear-gradient(0deg, rgba(29, 25, 9, 0) 0%, rgba(29, 25, 9, 0.6) 100%);
}

.bot_Black:after {
  background: linear-gradient(180deg, rgba(29, 25, 9, 0) 0%, rgba(29, 25, 9, 0.6) 100%);
}

.top_White:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.bot_White:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.Social-Icons a {
  transition: all 0.2s linear;
  cursor: pointer;
  border-radius: 100px;
}
.Social-Icons a:hover {
  background-color: var(--black);
}
.Social-Icons a:hover svg path {
  fill: var(--white);
}
.Social-Icons a svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 640px) {
  .Social-Icons a svg {
    height: 25px;
    width: 25px;
  }
}
.Social-Icons a svg path {
  fill: var(--black);
}

.links_table_file {
  min-width: 150px;
}
@media (min-width: 640px) {
  .links_table_file {
    min-width: 200px;
  }
}

.btn {
  transition: all 0.2s linear;
}
.btn .font-Arrows {
  margin-left: 0.6rem;
}
.btn svg {
  display: inline-block;
  width: 23px;
  margin: -3px 0 0 4px;
}
.btn svg path {
  fill: currentColor;
}
.btn.btn-sml {
  padding: 0.43rem 0.9rem 0.38rem 1rem;
}
@media (min-width: 640px) {
  .btn.btn-sml {
    padding: 0.56rem 0.9rem 0.45rem 1rem;
  }
}
.btn.btn-std {
  padding: 0.66rem 1rem 0.47rem 1.1rem;
}
@media (min-width: 640px) {
  .btn.btn-std {
    padding: 0.6rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .btn.btn-std {
    padding: 0.75rem 1.45rem 0.55rem 1.5rem;
  }
}
.btn.btn-lge {
  padding: 1.1rem 1.85rem 0.9rem 1.85rem;
}
@media (min-width: 640px) {
  .btn.btn-lge {
    padding: 1.2rem 3rem 1rem 3rem;
  }
}

svg.down {
  width: 24px;
}
svg.down .arrow {
  animation: scroll 0.35s ease-in alternate infinite;
  fill: var(--black) !important;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.sb-card {
  position: relative;
}

.zoom {
  transition: all 0.2s linear;
}
.zoom figure {
  overflow: hidden;
}
.zoom img, .zoom .grid-gallery-fig {
  transition: 0.3s;
  transform: scale(1);
}
.zoom:hover img, .zoom:hover .grid-gallery-fig {
  transform: scale(1.02);
}

.blog-post-intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-intro figcaption {
  background-color: rgba(0, 0, 0, 0.428);
}

.hidefilters .Page_Filters {
  display: none;
}

.SetIMGBG_1 article {
  position: relative;
  z-index: 1;
}
.SetIMGBG_1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.grid-gallery img, .fh-img img {
  height: 100%;
  object-fit: cover;
}

.textcolour * {
  color: inherit;
}

.scrollsnap-gallery figure::after {
  background-color: rgba(0, 0, 0, 0.197);
  padding: 0.5rem 0.7rem 0.5rem 0.7rem;
  position: absolute;
  color: white;
  font-size: 0.8rem;
  z-index: 91;
  bottom: 0px;
  left: 0;
}

.simplecontentblock .slide img {
  aspect-ratio: 16/9;
}

#blog_post blockquote {
  border-left: 3px solid var(--brand-primary);
  padding-left: 1rem;
}

.font-selector {
  z-index: 999999;
  width: 240px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 640px) {
  .font-selector {
    width: 260px !important;
  }
}
.font-selector * {
  font-family: Arial, Helvetica, sans-serif;
}
.font-selector select {
  padding: 0.3rem 0.4rem 0.3rem 0.6rem;
  font-size: 13px;
  border-radius: 2px;
  background-position: right 8px top 8px;
}
.font-selector details {
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  background-color: var(--white);
}
.font-selector details summary {
  font-size: 15px;
  margin: -0.6em 0em 0;
}
.font-selector details[open] {
  padding: 0.4em;
}

.animate-effect-in {
  animation: fadeInUp 0.6s ease-out var(--animation-delay, 0s) forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
