
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bangers&family=Belanosima:wght@400;600;700&family=Cinzel:wght@400..900&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Special+Elite&family=Yanone+Kaffeesatz:wght@200..700&display=swap');

:root {
   --font-Anton: 'Anton', sans-serif;
   --font-Epilogue: 'Epilogue', sans-serif;
   --font-Oswald: 'Oswald', sans-serif;
   --font-Poppins: 'Poppins', sans-serif;
   --font-Elite: 'Special Elite', cursive;
   --font-Yanone: 'Yanone Kaffeesatz', sans-serif;
   --font-Bangers: 'Bangers', cursive;
   --font-Segoe: 'Segoe UI', Tahoma, Verdana, Geneva, sans-serif;
   --font-Courier: 'Courier New', Courier, monospace;
   --font-Cinzel: 'Cinzel', serif;
   --font-Belanosima: "Belanosima", sans-serif;

/* color 08/17/25 */
  --color-hhdi-ltbg: #f7f8fa; 
  --color-hhdi-pk-l: #eb04a3;
  --color-hhdi-pur: #865ddb; 
  --color-hhdi-blu-l: #51c0ff; 
  --color-hhdi-ylw-l: #ffbc12; 

  --color-hhdi-dkbg: #242424; 
  --color-hhdi-pk-d: #ff12b5; 
  --color-hhdi-blu-d: #3fdcff; 
  --color-hhdi-ylw-d: #ffce22; 

  --color-hhdi-alpha: rgba(255,255,255,.55);
}

  /* Setting a base font size of 10px give us easier rem calculations
     Info: 1rem === 10px, 1.5rem === 15px, 2rem === 20px and so forth
   */

html {
  font-size: 16px;
  height: 100%;
  margin: 0; /* Ensure no default margin affects the layout */
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  overflow-x: clip;
}

body {
  background-color: var(--color-hhdi-dkbg)!important;
  font-family: var(--font-Segoe)!important;
  color: var(--color-hhdi-ltbg)!important;
  height: 100%;
  overflow-x: clip;
}


/***********     from viz   ***********/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}
#header.header-scrolled {
  background: rgba(77, 77, 77, 1);
  padding: 12px 0;
}
/***********     from viz END  ***********/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  height: 100vh;
  position: relative;
  color: #fff;
}
.hero .hero-content {
  text-align: center;
  position: absolute;
}
.hero .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.hero .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .hero .hero-title {
    font-size: 4.5rem;
  }
}
.hero .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-Courier);
}
@media (min-width: 768px) {
  .hero .hero-subtitle {
    font-size: 2.5rem;
  }
}
.hero .text-slider-items {
  display: none;
}

.hero-single {
  height: 350px;
}
.hero-single .hero-content {
  margin-top: 30px;
}
.hero-single .hero-title {
  text-transform: uppercase;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .hero-single .hero-title {
    font-size: 3.5rem;
  }
}
.hero-single .breadcrumb {
  background-color: transparent;
  color: #2c5a95;
}
.hero-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}
.hero-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}
.hero-single .breadcrumb a {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section END
--------------------------------------------------------------*/



#ck {
  background: url(../img/HHDI_top.png) top right;

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (max-width: 800px) {
  #ck::before {
  content: "";
  inset: 0;
  background: url(../img/HHDI_top.png);
    margin: 0;
  /* Full width */


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 200% auto; /* zoomed out on small screens */
  background-position: 100% 40%;
  transform: translateZ(0);
}
}

#bpl {
  background: url(../img/hhdi_top_bpl.png) top left;

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (max-width: 800px) {
  #bpl::before {
  content: "";
  inset: 0;
  background: url(../img/hhdi_top_bpl.png);
  margin: 0;
  /* Full width */


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 200% auto; /* zoomed out on small screens */
  background-position: 0% 0%;
  transform: translateZ(0);
}
}

@supports (-webkit-touch-callout: none) {
  #ck, #bpl { background-attachment: fixed; }
}

#ck, #bpl { min-height: 100dvh; }

@supports not (height: 100dvh) {
  #ck, #bpl { min-height: 100vh; } /* fallback */
}



.hlarge {
  font-size: 48px;
}

h1 {
  color: var(--color-hhdi-pur);
  text-shadow: 1px 1px 2px var(--color-hhdi-dkbg), 1px 1px 40px var(--color-hhdi-ylw-d);
  font-family: var(--font-Bangers);
}
/*value = height, weight, blur, color*/


h2,
h3,
h4,
h5 {
  color: var(--color-hhdi-pk-d);
  font-family: var(--font-Bangers);
  font-weight: 400;
}

h6 {
  color: rgba(255,255,255,.55);
  font-family: var(--font-Bangers);
}

.italquote {
  font-family: var(--font-Elite);
  color: var(--color-hhdi-ylw-d);
  font-style: italic;
  font-size: 1.2em;
}

.span-nvy {
  font-family: var(--font-Elite);
  color: var(--color-hhdi-pk-d);
  font-weight: 600;
  text-shadow: 2px 5px 3px #000;
}

.span-title {
  font-family: var(--font-Elite);
  color: var(--color-hhdi-pk-d);
  font-weight: 600;
  text-shadow: 2px 5px 3px #000;
}

/*-- navbar --*/

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--color-hhdi-dkbg);
  font-family: var(--font-Bangers);
  font-size: large;
  border: 0;
}

.navbar-collapse {
  justify-content: end!important;
}

.dropdown-item {
  background-color: var(--color-hhdi-ltbg);
  color: var(--color-hhdi-pur);
  font-size: 14px;
}



/* not working? */
.dropdown-item:hover {
  background-color: var(--color-hhdi-ltbg)!important;
  color: var(--color-hhdi-pur)!important;
  font-weight: 600;
}

/* working */
.dropdown-item.active {
  background-color: var(--color-wht-alpha)!important;
  color: var(--color-hhdi-pur)!important;
  font-weight: 500;
}

.navbar-dark .navbar-nav>.active {
  background-color: #f5f5f5;
  color: var(--color-hhdi-pur);
}

.navbar-dark .navbar-nav>.active>a {
  background-color: #f5f5f5;
  color: var(--color-hhdi-pur);
}

.navbar-dark .navbar-nav>.active>a:hover {
  background-color: #f5f5f5;
  color: var(--color-hhdi-ylw-d);
}

#navburger {
  border: 0;
}

.navbar-dark .navbar-nav>li>a:hover {
  color: var(--color-hhdi-ylw-d) !important;
}

.navbar-dark .navbar-nav>li>a {
  color: var(--color-hhdi-alpha) !important;
}

.navbar-dark .navbar-toggle {
  border: 0;
}

.navbar-dark .navbar-toggle:hover {
  background-color: var(--color-hhdi-dkbg)!important;
  color: var(--color-wht-alpha)!important;
}

.navbar-dark .navbar-toggle:focus {
  background-color: var(--color-hhdi-dkbg);
  border: 0;
}

/*Adjust to cover the header and navigation bar 

.parallax-bg {
  background-image: url("img/bg_hhdi.png");
  height: 100%; /* 
  position: relative;
  background-attachment: fixed;
  background-position: center 40%;
  padding-top: 10px, 0;
  margin-top: 10px, 0;
  background-repeat: no-repeat;
  background-size: 90%, cover;
  max-height: 300px;
  width: 80%, 100%;
  align-items: center, stretch;  
}

@media (max-width: 800px) {
  body {
    flex-wrap: wrap;
    }
}


@media (min-width: 1435px) {
  .parallax {
    background-image: url("img/header-text_hhdi-tp.png"), url("img/header-bg_hhdi.png");
    min-height: 100%; /* Adjust to cover the header and navigation bar 
    position: relative;
    background-attachment: fixed;
    background-position: center 20%, top;
    padding-top: 10px, 0;
    margin-top: 10px, 0;
    background-repeat: no-repeat;
    background-size: 70%, cover;
    max-height: 300px;
    width: 80%, 100%;
    align-items: center, stretch;  
  }
}

*/

.inparag img {
  width: 80%;
}

@media  (min-width: 800px)  {
  .inparag img {
    width: 50%;
  }
}



.img-container {
  align-items: center;
  justify-content: center;
}



/*
.content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 100px;
}
*/

/* for div */
.button {
  align-items: center;
}

.sb-button {
  font-size: 16px;
  padding: 10px 20px;
  transition-duration: 0.4s;
  font-family: var(--font-Oswald);
  font-weight: 600;
}

.quote {
  border: none;
  background-color: var(--color-bluemd);
  color: var(--color-yellow);
}

.quote:hover {
  background-color: var(--color-bluedk);
}

.learnmore {
  border: 2px solid var(--color-bluedk);
  background-color: var(--color-wht-alpha);
  color: var(--color-bluemd);
}

.learnmore:hover {
  background-color: var(--color-bluemd);
  color: var(--color-yellow)
}

.discl {
  background-color: var(--color-bluemd);
  color: var(--color-wht-alpha);
  font-size: small;
}

.img-text {
  background-color: black;
  color: white;
}

.top-pic {
  margin-bottom: 100px;
}

.no-m-p {
  margin: 0px;
  padding: 0px;
}

footer {
  background-color: #000;
  color: var(--color-hhdi-ltbg)!important;
}

.footer-grid {
  padding-top: 20px;
  padding-bottom: 5px;
}

.footer-grid a {
  color: rgba(255,255,255,.55);
  font-size: small;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--color-hhdi-ylw-d)!important;
  text-decoration: none;
}


.copyright {
  font-size: x-small!important;
  justify-content: center;
  align-items: center;
}

.copyright>a{
  font-size: x-small;
  text-decoration: none;
  color: rgba(255,255,255,.55);
}

.copyright>a:hover {
  font-size: x-small;
  text-decoration: none;
  color: #fff!important;
}