/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





#nf-atf.nf-atf {
  position: relative;
}

#nf-atf .nf-fluid-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

#nf-atf .nf-fluid-layer canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

#nf-atf .nf-atf-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  padding: 5vw;
}

#nf-atf .nf-atf-title {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.88;
  font-size: clamp(54px, 10vw, 180px);
  text-shadow: 0 0 20px rgba(255,255,255,0.08);
}

#nf-atf .nf-atf-title span {
  display: block;
}

#nf-atf .nf-atf-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: 44px;
  height: 64px;
  z-index: 3;
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  opacity: 0.9;
}

#nf-atf .nf-atf-scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
}

#nf-atf .nf-atf-scroll span {
  width: 6px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  margin-top: 12px;
  animation: nf-wheel 1.7s ease-in-out infinite;
}

@keyframes nf-wheel {
  0% { transform: translateY(0); opacity: 0.95; }
  60% { transform: translateY(18px); opacity: 0.15; }
  61% { transform: translateY(0); opacity: 0; }
  100% { transform: translateY(0); opacity: 0.95; }
}