@font-face {
    font-display: swap;
    font-family: 'tinefont';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Arima/static/Arima-Regular.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'tinefont';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Arima/static/Arima-SemiBold.ttf') format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "tinefont", sans-serif;
    font-weight: 800;

}
p {
    font-family: "tinefont", monospace;
    font-weight: 400;
}
.section-divider {
    z-index: 100;
}
.gold{
    color: #e2c134;
}
.blue{
    color: #46d3d9;
}
.bg-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sticky-hero__media:after, .bg-image:before {
    content: '\A';
    position: absolute;
    width: 100%; 
    height: 100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.2);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.sticky-hero__media.darker:after, .bg-image.darker:before {
    background:rgba(0,0,0,0.5)!important;
}

.sticky-hero__content h2 strong{
   color: rgb(234 179 8 / var(--tw-text-opacity));
   font-weight: inherit;
}
.feature-v12 h2 strong{
   color: rgb(234 179 8);
   font-weight: inherit;
}
.off-canvas__panel {
    z-index: 5;
    }
section.textsection{
    background-size: cover;
}
.section-divider-top {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}


.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}


.pb-30 {
  padding-bottom: 7rem;
}
.pt-30 {
  padding-top: 7rem;
}

@media (min-width: 1024px) {
  .lg\:pt-50 {
    padding-top: 11rem;
  }
  
  .lg\:pb-50 {
    padding-bottom: 11rem;
  }
}

.footer-nav {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
  font-size: 0.9rem;
}

.footer-nav__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav__links a {
  margin-left: 1rem;
  text-decoration: none;
  color: #333;
}

.footer-nav__links a:hover {
  text-decoration: underline;
}