/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.7.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
  scroll-behavior: smooth;
}
.row-bottom > .row-small > .col {
  padding-bottom: 5px;
}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 500;
}
.last-icon-box h4 {
  color: #111;
  font-weight: 500;
  text-decoration: underline;
}
.gaussian-blur-overlay {
  z-index: 777;
  height: 50px;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 10px 30px #fff3;
}
.gaussian-blur-overlay {
  width: 100%;
  pointer-events: none;
  z-index: 10;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(150px);
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 0.8) 40%,
    rgba(0, 0, 0, 0.5) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 0.8) 40%,
    rgba(0, 0, 0, 0.5) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.nav-spacing-xlarge > li {
  margin: 0 18px;
}
html {
  scrollbar-width: none;
}

.menu-item > a.nav-top-link:before {
  content: "";
  background: var(--primary-color);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.menu-item:hover a:before {
  width: 100%;
}
.icon-box.featured-box {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}

.header-wrapper.stuck .header-inner {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 3rem;
  margin: 0 auto;
}
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  box-shadow: unset;
}
.stuck .header-main .nav > li > a {
  color: #111;
}
.header-full-width .container {
  padding: 0px 30px !important;
}
.header-wrapper .container {
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.box-gallery {
  width: 50%;
  background: rgb(17 17 17 / 50%);
  padding: 1em;
  border-radius: 1em;
}
.vertical-section {
  height: 100vh;
  display: flex;
  color: white;
}

#horizontal-section {
  overflow: hidden;
  background: rgba(0, 48, 31, 1);
  border-radius: 0vw;
}

.horizontal-wrapper {
  display: flex;
  will-change: transform;
}

.horizontal-panel {
  min-width: 100vw;
  height: 100vh;
  /* display: flex; */
  color: white;
  /* position: relative; */
  margin-top: 130px;
}

/* Scroll Indicator */
.scroll-indicator {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 20px;
  z-index: 1000;
  pointer-events: none;
}

.arrow {
  display: inline-block;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* Navigation Arrows */
.nav-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.7;
}

.nav-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
  opacity: 1;
}

.nav-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.nav-arrow-left {
  left: 40px;
}

.nav-arrow-right {
  right: 40px;
}

.nav-arrow svg {
  width: 24px;
  height: 24px;
  stroke: white;
  stroke-width: 3;
  fill: none;
}
.horizontal-panel h3,
.horizontal-panel h4 {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.25em;
}
.border-full {
  border-radius: 0px;
}

/* Sticky Headers Container */
.col.sticky-section {
  background: transparent;
}
.right-absolute-text {
  /* position: sticky; */
  /* left: 9em; */
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  width: 77px;
  -ms-flex-align: start;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}
.text-vertical {
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  pointer-events: false;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: rotate(180deg);
  transform-origin: center center;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0px;
  margin-top: 5em;
}
.hover-scale {
  position: relative;
  display: inline-block;
  /* padding: 40px; */
}

.hover-scale img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 3;
  border-radius: 8px;
}

.hover-scale:hover img {
  transform: scale(1.15);
}

.hover-scale:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5);
}

.hover-scale:hover::after {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.25);
}
.hover-scale.img .img-inner {
  overflow: visible;
}
#footer {
  display: none;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 0.5em;
}

.hover-scale .ai-logo-bg-pos {
  --blur: 37.6724128723px;
  --blur-duration: 3s;
}
.hover-scale .ai-logo-bg-pos {
  position: absolute;
  inset: 0%;
}
.hover-scale .ai-logo-bg-pos,
.hover-scale .logo-grad-2,
.hover-scale .logo-grad-3,
.hover-scale .logo-grad-4 {
  border-radius: 100%;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #a6aaff 63.345993deg,
    #894bf6 139.610953deg,
    #984af6 180deg,
    #d87aff 238.742845deg,
    #fff0ff 305.810924deg,
    #8c66ff 360deg
  );
  mix-blend-mode: plus-lighter;
  --blur: 37.6724128723px;
  --blur-duration: 3s;
  --blur-ease: cubic-bezier(0.22, 1, 0.36, 1);
  animation: blurGlow var(--blur-duration) var(--blur-ease) infinite alternate;
  will-change: filter, opacity;
}

.hover-scale .logo-grad-2 {
  --blur: 119.56896209716797px;
  --blur-duration: 4.2s;
}
.hover-scale .img-inner {
  z-index: 1;
  position: relative;
}
.ai-logo-bg-pos-wrap {
  z-index: -1;
  transition: transform 0.9s;
  position: absolute;
  inset: 0%;
}
.ai-logo-pos {
  width: 140px;
  height: 140px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none
}
.ai-logo-bg-pos-wrap {
  animation: rotateLogo 2s linear infinite;
}
#main, #wrapper {
    background-color: #fff;
    position: unset;
}
@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
@keyframes blurGlow {
  from {
    filter: blur(50px);
    opacity: 0.2;
  }

  to {
    filter: blur(var(--blur));
    opacity: 1;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .text-vertical {
    transform: rotate(0deg);
  }
  .nav-arrow,
  .scroll-indicator {
    display: none !important;
  }

  .horizontal-wrapper {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }

  .horizontal-panel {
    min-width: 100vw !important;
    flex-shrink: 0 !important;
  }
  .not-sicky{
    position: unset !important;
    height: auto !important;
    overflow: visible;
  }
}
