
@font-face{
  font-family: 'Lugrasimo';
  src: url('https://nightshadevampire.com/css/Lugrasimo-Regular.ttf') format('truetype');
  font-weight: 400;    
  font-style:  normal;
  font-display: swap;
}

h1, .logo-text{
  font-family: 'Lugrasimo', serif;
}



h1{font-size:70px;font-weight:700;font-family:'Lugrasimo',serif; color: #fff;}
h2{font-size:60px;font-weight:700;font-family:'Lugrasimo',serif; color: #fff;}
h3{font-size:50px;font-weight:700;font-family:'Lugrasimo',serif; color: #fff;}
h4{font-size:40px;font-weight:700;font-family:'Lugrasimo',serif; color: #fff;}
h5{font-size:30px;font-weight:700;font-family:'Lugrasimo',serif; color: #fff;}
h6{font-size:20px;font-weight:700;font-family:'Lugrasimo',serif; color: #fff;}


body {
    background-color: #222;
}

.over {
    font-size: 35px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.0;
    display: block;
}

p.lead {
    font-family: 'Lugrasimo-Regular', monospace; /* Make sure Oswald is capitalized */
    font-style: italic; /* Use font-style for italics */
    font-size: 16px;
}

p {
    font-family: 'Oswald', sans-serif; /* Ensure Oswald is capitalized and include a fallback */
    font-size: 16px;
    color: #fff;
}


.bg-dark {
    background-color: #222;
}
footer {
    padding: 50px 0;
    background-color: #222 !important; /* Ensures a dark background */
}

.text-white {
 color: #fff;
}

.bg-purple, .text-purple {
    color: #6310BA !important;
   }

.bg-primary, .text-primary {
    color: #230002 !important;
   }
.bg-secondary, .text-secondary {
    color: #c30e02 !important;
   }


.hero p.lead  {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6) !important;;
}

.btn {
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    font-weight: 500;
}

.btn-primary {    
    background-color: #c30e02;
    border: 1px, solid #c30e02;
    color: #131313;    
}

.btn-primary:hover {
    background-color: #230002;
    border: 1px, solid #230002;
    color: #c30e02;    
}

.btn-white-open-round {    
    background-color: transparent;
    border: 1px, solid #fff;
    color: #fff;
    border-radius: 40px;
}


.btn-white-open-round:hover {
    background-color: #230002;
    border: 1px, solid #230002;
    color: #fff;
    border-radius: 40px;
}

.banner-filter {
    height: 100%;
    width: 100%;   
    background-color: rgba(0, 0, 0, 0.5);
}




.well-glass {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

/* ───── subpagebanner base ─────────────────────────────── */
.subpagebanner{
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle,#230002 0%,#000 58%);
}

/* ───── caption / text styling ─────────────────────────── */
.subpagebanner .caption-holder{position:relative;}

.subpagebanner .caption-holder h1{
  text-transform:capitalize;
  font-weight:700;
  font-size:42px;
  line-height:1;
  margin:20px 0 0;
  color:#000;
  background:linear-gradient(to right,#828282 0%,#fff 35%,#fff 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.subpagebanner .caption-holder span{
  display:block;
  font-size:24px;
  font-family: 'Lugrasimo',serif;
  font-weight:700;
  color:#fff;
}

.subpagebanner .caption-holder p{font-size:20px;color:#fff;}

.subpagebanner .caption-holder .btn:hover,
.subpagebanner .caption-holder .btn:focus{border-color:#000;}

/* larger screens */
@media (min-width:768px){
  .subpagebanner .caption-holder span{margin:60px 0 0;}
}
@media (min-width:1200px){
  .subpagebanner .caption-holder h1{font-size:80px;}
  .subpagebanner .caption-holder span{font-size:44px;}
}

/* ───── featured image styling ─────────────────────────── */
.subpagebanner .slider-img{position:relative;padding:30px 0;}

.subpagebanner .slider-img img{
  display:block;width:100%;height:auto;
  transform:rotate(4deg);
  border-radius:38px;
  border:4px solid #fff;
  box-shadow:2px 2px 4px 2px rgba(0,0,0,.2);
  transition:all .3s ease-out;
}
.subpagebanner .slider-img img:hover{
  transform:rotate(0deg);
  border-color:#230002;
}

/* ───── Slick core tweaks ──────────────────────────────── */
.subpagebanner .slick-slide{height:auto;}          /* keep intrinsic height */
.subpagebanner .slick-dots{bottom:-20px;}          /* dot position */
.subpagebanner .slick-dots li button:before{
  font-size:12px;color:#fff;opacity:1;
}
.subpagebanner .slick-dots li.slick-active button:before{color:#000;}

/* ───── custom arrow buttons ───────────────────────────── */
.subpagebanner .subpagebanner-slick-prev,
.subpagebanner .subpagebanner-slick-next{
  position:absolute;top:50%;z-index:5;
  width:48px;height:48px;line-height:46px;
  border-radius:50%;background:#fff;border:0;
  transform:translateY(-50%);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  font-size:24px;text-align:center;color:#000;
  cursor:pointer;
}
.subpagebanner .subpagebanner-slick-prev{left:20px;}
.subpagebanner .subpagebanner-slick-next{right:20px;}


/* remove Slick’s default bullet before */
.subpagebanner .slick-dots li button:before { display:none; }

/* base heart dot */
.subpagebanner .slick-dot-heart{
  width:30px;          /* adjust if needed */
  height:30px;
  opacity:.4;          /* “inactive” look */
  transition:opacity .25s ease;
}

/* active heart */
.subpagebanner .slick-dots li.slick-active .slick-dot-heart{
  opacity:1;           /* brighten selected dot */
}

/* optional: hover effect */
.subpagebanner .slick-dot-heart:hover{
  opacity:.8;
}
