/* Custom styles to override Bootstrap defaults and match your theme */
html {
    /* Set base font size to 62.5% of the browser default (which is 16px) to make rem calculations easier */

    -webkit-text-size-adjust: 100%;
}

/* For smaller screens, adjust the font size */
@media screen and (max-width: 400px) {
    html {
        font-size: 55%; /* 8.8px if browser default is 16px */
    }
}

/* Additional breakpoints for more granular control */
@media screen and (min-width: 401px) and (max-width: 768px) {
    html {
        font-size: 58%; /* 9.28px if browser default is 16px */
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: 60%; /* 9.6px if browser default is 16px */
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    html {
        font-size: 62.5%; /* 10px if browser default is 16px, back to default */
    }
}

@media screen and (min-width: 1441px) {
    html {
        font-size: 65%; /* 10.4px if browser default is 16px, for larger screens */
    }
}
body {
    background: #000000;
    color: #ffffff;
}

/* ===================================================================
   * # typography & general theme styles
   * 
   * ------------------------------------------------------------------- */
   h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Gothic A1", sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
  }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 6rem;
    margin-bottom: 1.6rem;
  }
  
  @media screen and (max-width:600px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
      margin-top: 5.6rem;
    }
  
  }
  
  h5, .h5, h6, .h6 {
    margin-top: 4.8rem;
    margin-bottom: 1.2rem;
  }
  
  @media screen and (max-width:600px) {
    h5, .h5, h6, .h6 {
      margin-top: 4.4rem;
      margin-bottom: 0.8rem;
    }
  
  }
  
  h1, .h1 {
    font-size: 3.6rem;
    line-height: 1.222;
  }
  
  @media screen and (max-width:600px) {
    h1, .h1 {
      font-size: 3.3rem;
    }
  
  }
  
  h2, .h2 {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.167;
  }
  
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 1.333;
  }
  
  h5, .h5 {
    font-size: 1.8rem;
    line-height: 1.333;
  }
  
  h6, .h6 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .3rem;
  }
  
  p img {
    margin: 0;
  }
  
  p.lead {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.846;
    margin-bottom: 3.6rem;
    color: #000000;
  }
  
  @media screen and (max-width:1200px) {
    p.lead {
      font-size: 2.4rem;
    }
  
  }
  
  @media screen and (max-width:600px) {
    p.lead {
      font-size: 2.2rem;
    }
  
  }
  
  em,
  i,
  strong,
  b {
    font-size: inherit;
    line-height: inherit;
  }
  
  em,
  i {
    font-family: "Gothic A1", sans-serif;
    font-style: italic;
  }
  
  strong,
  b {
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
  }
  
  small {
    font-size: 1.2rem;
    line-height: inherit;
  }
  
  blockquote {
    margin: 4rem 0;
    padding: 4rem 4rem;
    border-left: 4px solid black;
    position: relative;
  }
  
  @media screen and (max-width:600px) {
    blockquote {
      padding: 3.2rem 3.2rem;
    }
  
  }
  
  @media screen and (max-width:400px) {
    blockquote {
      padding: 2.8rem 2.8rem;
    }
  
  }
  
  blockquote p {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 2.8rem;
    line-height: 1.857;
    color: #000000;
  }
  
  @media screen and (max-width:1200px) {
    blockquote p {
      font-size: 2.6rem;
    }
  
  }
  
  @media screen and (max-width:600px) {
    blockquote p {
      font-size: 2.2rem;
    }
  
  }
  
  blockquote cite {
    display: block;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.333;
  }
  
  blockquote cite:before {
    content: "\2014 \0020";
  }
  
  blockquote cite,
  blockquote cite a,
  blockquote cite a:visited {
    color: #646464;
    border: none;
  }
  
  abbr {
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #646464;
  }
  
  var,
  kbd,
  samp,
  code,
  pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
  }
  
  pre {
    padding: 2.4rem 3.2rem 3.2rem;
    background: #efefef;
    overflow-x: auto;
  }
  
  code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .4rem .8rem;
    white-space: nowrap;
    background: #efefef;
    border: 1px solid #d3d3d3;
    color: #000000;
    border-radius: 3px;
  }
  
  pre > code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
  }
  
  pre.prettyprint > code {
    border: none;
  }
  
  del {
    text-decoration: line-through;
  }
  
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
  }
  
  mark {
    background: #fff099;
    color: #000000;
  }
  
  hr {
    border: solid #e0e0e0;
    border-width: 1px 0 0;
    clear: both;
    margin: 8rem 0 9.6rem;
    height: 0;
  }

/* -------------------------------------------------------------------
 * ## Scroll Down Animation you see at the first page
 * ------------------------------------------------------------------- */
 .scroll-down-animation {
    position: absolute; 
    bottom: 20px; /* Or whatever works for your layout */
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    z-index: 1;
    transition: opacity 0.3s ease; /* Smooth transition for visibility */
    opacity: 1; /* Starts visible */
}

/* Hide the animation when it should not be seen */
.scroll-down-animation.hidden {
    opacity: 0;
    visibility: hidden;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    position: relative;
    margin: 0 auto;
}

.wheel {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-wheel 1.5s ease infinite;
}

@keyframes scroll-wheel {
    0% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 30px;
        opacity: 0.5;
    }
    100% {
        top: 10px;
        opacity: 1;
    }
}

/* Media Queries for responsiveness */
@media screen and (max-width: 768px) {
    .scroll-down-animation {
        bottom: 80px; /* Adjust for smaller screens */
        width: 25px; /* Smaller size for smaller screens */
    }

    .mouse {
        width: 25px;
        height: 40px;
    }

    .wheel {
        width: 5px;
        height: 5px;
    }
}

@media screen and (max-width: 480px) {
    .scroll-down-animation {
        bottom: 60px; /* Further adjust for very small screens */
        width: 20px;
    }

    .mouse {
        width: 20px;
        height: 35px;
    }

    .wheel {
        width: 4px;
        height: 4px;
    }
}
/* -------------------------------------------------------------------
 * ## Site Header
 * ------------------------------------------------------------------- */
 .s-header {
    z-index: 100;
    width: 100%;
    height: 80px;
    position: fixed; /* Changed from absolute to fixed for persistent visibility */
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background: rgba(0, 0, 0, 0); /* Added slight opacity for visibility on light backgrounds */
    transition: background 0.3s ease; /* Added transition for smooth background change */
}

/* Add this for when the user scrolls down */
.s-header.scrolled {
    background: rgba(0, 0, 0, 0.9); /* Darker background when scrolled */
}
  
  /* -------------------------------------------------------------------
 * ## Header Brand
 * ------------------------------------------------------------------- */
.header-brand {
    line-height: 1; /* Adjusted for better vertical alignment */
    position: relative; /* Changed to relative since we're not positioning absolutely */
    top: 0; /* Reset top positioning */
    left: 0; /* Reset left positioning */
    transform: none; /* Removed vertical centering */
    display: flex;
    align-items: center;
    font-family: "Gothic A1", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    margin-right: auto; /* Pushes nav to the right */
}

.header-brand svg {
    fill: #ffffff;
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.4rem;
    transform: translateY(0); /* Removed vertical shift */
}

.header-brand a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.header-brand a:hover {
    color: #ffffff;
}
  
  
/* -------------------------------------------------------------------
 * ## Header Navigation
 * ------------------------------------------------------------------- */
 .s-header__nav {
    display: flex;
    justify-content: flex-end; /* Aligns nav to the right */
    font-family: "Gothic A1", sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.s-header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.s-header__nav li {
    margin: 0 1.5rem;
}

.s-header__nav a {
    color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    transition: color 0.3s, background 0.3s;
}

.s-header__nav a:hover {
    color: #ffffff;
}

.s-header__nav a:hover::after {
    width: 100%;
    left: 0;
}
  
  /* -------------------------------------------------------------------
     * ## Sidebar Styles
     * ------------------------------------------------------------------- */
  .s-sidebar {
    position: fixed;
    top: 0;
    left: -250px; /* Initially off-screen */
    width: 250px;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: left 0.3s ease;
    z-index: 99; /* Sidebar stays behind hamburger */
    display: none; /* Initially hidden */
  }
  
  .s-sidebar__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .s-sidebar__nav li {
    padding: 1.5rem;
    text-align: center;
  }
  
  .s-sidebar__nav a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  
  .s-sidebar.active {
    left: 0; /* Slide in when active */
    display: block; /* Show sidebar */
  }
  
  /* -------------------------------------------------------------------
     * ## Hamburger Styles
     * ------------------------------------------------------------------- */
  .hamburger {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    position: fixed;
    top: 1.2rem;
    right: 2rem;
    z-index: 101;
  }
  
  /* Remove hover effect on hamburger */
  .hamburger:hover {
    background: none; /* No background change on hover */
    color: inherit; /* No color change on hover */
    transform: none; /* No transform effect */
  }
  
  
  .hamburger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
    transition: all 0.3s ease;
  }
  
  .hamburger.active div:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  
  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active div:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  
  @media screen and (max-width: 1050px) {
    .hamburger {
      display: block; /* Show hamburger button */
    }
  
    .s-header__nav {
      display: none; /* Hide navbar links on small screens */
    }
  }

/* -------------------------------------------------------------------
 * ## intro
 * ------------------------------------------------------------------- */
 .s-intro {
    width: 100%;
    height: 100vh;
    min-height: 82rem;
    background-color: #00000000;
    overflow: hidden;
    position: relative;
}

.s-intro--static {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.s-intro--static::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.s-intro--static::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
  
  /* -------------------------------------------------------------------
   * ## grid overlay
   * ------------------------------------------------------------------- */
  .grid-overlay {
    z-index: 1;
    display: block;
    width: 89%;
    height: 100%;
    max-width: 1200px;
    opacity: .65;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
  }
  
  .grid-overlay > div,
  .grid-overlay::before,
  .grid-overlay::after {
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .grid-overlay::before {
    content: "";
    left: 25%;
  }
  
  .grid-overlay::after {
    content: "";
    right: 25%;
  }
  
  .grid-overlay > div {
    left: 50%;
  }
  
  
  /* -------------------------------------------------------------------
   * ## intro content
   * ------------------------------------------------------------------- */
  .intro-content {
    z-index: 2;
    height: 100%;
    padding-top: 20vh;
    padding-bottom: 24rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  
  
  /* -------------------------------------------------------------------
   * ## intro content text
   * ------------------------------------------------------------------- */
  .intro-content__text h3 {
    display: inline-block;
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #84a98c;
    padding-left: .6rem;
    margin-top: 0;
    margin-bottom: .8rem;
    position: relative;
  }
  
  .intro-content__text h3::before {
    content: "";
    display: block;
    width: 7.2rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 1rem;
    right: calc(100% + 2.8rem);
  }
  
  .intro-content__text h1 {
    font-family: "Gothic A1", sans-serif;
    font-weight: 900;
    font-size: 8rem;
    line-height: 1.2;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: .8rem;
    text-transform: uppercase;
    background: linear-gradient(45deg, #333 30%, #ccc 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    text-align: right;
    margin-left: 0; /* Ensure no left margin pushes it away from the edge */
}
@media screen and (max-width: 768px) {
    .intro-content__text h1 {
        font-size: 5rem; /* Adjust size for smaller screens */
    }
}
/* ------------------------------------------------------------------- 
   * ## responsive video container
   * ------------------------------------------------------------------- */
   /* Video container keeps the aspect ratio */
   .video-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: 100%;
    margin-top: 40px; /* Space to push the video down (for small screens) */
  }
  
  .video-container {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 Aspect ratio */
    height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    border: 1px solid white; /* Thin white border */
  }
  
  .video-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none; /* Optional: Remove iframe border */
  }
  
  /* Responsive adjustments for different screen sizes */
  @media screen and (max-width: 1210px) {
    .video-wrapper {
        margin-top: 90px; /* Add space for the navbar on tablet screens */
    }
  }
  
  @media screen and (max-width: 768px) {
    .video-wrapper {
        margin-top: 100px; /* Add space for the navbar on mobile screens */
    }
  }
  
  @media screen and (max-width: 480px) {
    .video-wrapper {
        margin-top: 140px; /* Add more space for very small screens */
    }
  }
  
  
  /* ------------------------------------------------------------------- 
     **** For Articles 
     * ------------------------------------------------------------------- */
     .container {
      max-width: 1100px; /* Set container width */
      margin: auto;
      padding: 20px;
      background: rgb(0, 0, 0);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .article {
      margin-bottom: 40px;
      padding: 20px;
      background: #000000; /* Background for articles */
  }
  
  .article img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none; /* Optional: Remove iframe border */
  }
  
  .image-container {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 Aspect ratio */
    height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    border: 1px solid white; /* Thin white border */
  }
  
  .image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Cover the area */
  }
  
  
  .date {
      color: #ffffff;
      font-size: 0.9em;
      margin-top: 35px;
      font-family: "Gothic A1", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
  }
  
  h2 {
      color: #ffffff;
      font-size: 1.8em; /* Increase heading size */
      margin: 15px 0 10px; /* Spacing */
  }
  
  .sub-heading {
      font-family: "Gothic A1", sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      text-transform: uppercase;
  }
  
  .article p {
      font-family: "Gothic A1", sans-serif;
      color: #ffffff;
      line-height: 1.6; /* Increase line height for readability */
      margin: 10px 0; /* Spacing */
      font-size: 16px;
  }
  
  hr {
      width: auto; /* Full width */
      margin: 20px 0; /* Vertical spacing */
      border: none; /* Remove default border */
      border-top: 1px solid #ddd; /* Custom border style */
  }
  

/* Pagination */
.pagination .page-link {
    background-color: #8dc63f;
    color: #000000;
    border: none;
}

.pagination .page-link:hover, .pagination .active .page-link {
    background-color: #6a992f;
    color: #ffffff;
}

/* ------------------------------------------------------------------- 
   * ## copyright
   * ------------------------------------------------------------------- */
   .ss-copyright {
    z-index: 2;
    position: relative;
  }
  
  .ss-copyright span {
    font-size: 1.5rem;
    display: inline-block;
  }
  
  .ss-copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 .8rem 0 1rem;
    color: rgba(0, 0, 0, 0.3);
  }
  
  .ss-copyright span:last-child::after {
    display: none;
  }
  
  
  /* ------------------------------------------------------------------- 
   * ## footer
   * ------------------------------------------------------------------- */
   footer {
    background-color: #000000; /* Dark background for the footer */
    padding-top: 3.5rem; /* Padding for spacing */
    text-align: center; /* Center the content */
  }
  
  .footer-links {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    display: flex; /* Use flexbox for horizontal layout */
    justify-content: center; /* Center the links */
    font-family: "Gothic A1", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
  }
  
  .footer-links li {
    margin: 0 20px; /* Space between links */
  }
  
  .footer-links a {
    color: white; /* Link color */
    text-decoration: none; /* Remove underline */
  }
  
  .footer-links p {
    color: white; /* Link color */
    text-decoration: none; /* Remove underline */
  }
  
  .footer-links a:hover {
    text-decoration: none; /* Underline on hover */
    color:#78988c;
  }