body{
    background-color: #111111;
  }
  /* Fonts */
  @font-face {
    font-family: 'inter'; 
    src: url('../Fonts/inter/Inter-Regular.ttf')
  }
  @font-face {
    font-family: 'germania'; 
    src: url('../fonts/germania-one/GermaniaOne-Regular.ttf')
  }
  
  
  a{
      text-decoration:none;
      color: white;
  
  }
  html{
    scroll-behavior: smooth;
  }
  
/* Navbar */
.navbar{
  padding-left: 24px;
  padding-right: 24px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  max-width: 700px;
  background-color: #111111;
}
.navbar-brand{
  padding-left: 14px;
}
 .navbar-toggler{
  outline: none;
  border: none;
  box-shadow: none;
}
.justify-between{
  justify-content: space-between;
}
.navbar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.items-center{
  align-items: center;
}

.nav-link{
  color: #adadad;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.nav-link:hover{
 color: #fff;
}
.navbar-form{
  color: white;
  font-family: 'Lilita One', system-ui;
}
.navbar .btn{
  transition: background-color .4s ease-in-out, color .4s ease-in-out, border-color .4s;
  transition:all 4.s ease-in-out;
}
.navbar .btn{
  background-color: white;
  color: #000000;
}

 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Media queries */
@media only screen and (max-width: 768px) {
  .nav-link{
    padding-left: 14px;
  }
  .navbar-form{
    margin-left: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .nav-link{
    padding-left: 14px;
  }
  .navbar-form{
    margin-left: 12px;
  }
}

  /* Blog */
.blog-standard-post{
    max-width: 700px;
    padding-top: 50px;
}
  .blog-standard .blog-post {
    margin-bottom: 38px;
   }

    .blog-standard .blog-post .post-thumbnail {
      width: 100%;
      max-height: 300px;
      border-radius: 8px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 14px; 
    }
    .blog-standard .blog-post .post-date {
      font-size: 14px;
      line-height: 2.86;
      margin-bottom: 4px; 
    }
    .blog-standard .blog-post .post-title {
      font-size: 30px;
      font-family: 'Lilita One', sans-serif;
      font-weight: 200;
      line-height: 1.4;
      margin-bottom: 9px;
      color: #fff;
    
    }
    .blog-standard .blog-post .post-excerpt {
      font-size: 15.5px;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      line-height: 1.71;
      margin-bottom: 15px; 
      color: #b4b4b4;
    }
    .blog-standard .blog-post .btn {
      font-size: 14px;
      font-weight: 600;
      background-color:white;
      color:#000000; 
      font-family: 'Inter', sans-serif;

    }
      .blog-standard .blog-post .btn::after {
        content: "\2192";
        margin-left: 6px;
        transition: transform 0.4s ease;
        display: inline-block; }
      .blog-standard .blog-post .btn:hover {
        text-decoration: none; }
        .blog-standard .blog-post .btn:hover::after {
          transform: translateX(5px); }


  /* Blog Post */
.blog-post{
    max-width: 700px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 90px;
  }
.post-header img{
    border-radius: 8px;
}

.blog-post-single .post-title {
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'lilita one', sans-serif; 
}
.post-date{
    color: #adadad;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
  .blog-post-single .blog-post-wrapper .post-header .post-featured-image {
    width: 100%;
    margin-bottom: 14px; 
  }
  
  .blog-post-single .blog-post-wrapper .post-header .post-date {
    font-size: 14px;
    line-height: 2.86; }
  
  .blog-post-single .blog-post-wrapper .post-content h4, h5 {
    margin-bottom: 16px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
 }
  
  .blog-post-single .blog-post-wrapper .post-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.71;
    margin-bottom: 16px;
    color: #b4b4b4;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
 }
  
/* Blockquote */
  .blog-post-single .blog-post-wrapper .post-content blockquote {
    background-color: #adadad;
    padding: 27px 40px 27px 84px;
    margin-bottom: 24px;
    position: relative; 
    border-radius: 6px;
}
    .blog-post-single .blog-post-wrapper .post-content blockquote::before {
      content: "\201c";
      font-family: monospace;
      font-size: 65px;
      color: #ffffff;
      position: absolute;
      left: 30px;
      top: 25px;
      line-height: 1; 
    }
    .blog-post-single .blog-post-wrapper .post-content blockquote p {
      font-size: 15px;
      font-weight: 500;
      font-family: 'Inter', sans-serif;
      line-height: 1.63; 
      color: #000000;
    }
      .blog-post-single .blog-post-wrapper .post-content blockquote p:last-child {
        margin-bottom: 0; 
    }
    /* Blockquote End */

 .video-container {
  position: relative;
  width: 100%;
  min-height: 315px; 

  }
  .video-container iframe {
    position: absolute;
    width: 100%;
}

/* Media queries for tablet */
@media screen and (max-width: 768px) {
  .video-container{
    position: relative;
  width: 100%;
  min-height: 315px; 

}
}

/* Media queries for mobile */
@media screen and (max-width: 480px) {
  .video-container{
    position: relative;
  width: 100%;
  min-height: 315px; 

}

}
.source-link{
  color: #adadad;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.source-link:hover{
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
    .all-posts a{
      font-family: 'Inter', sans-serif;
      font-weight: 700;
      color: #adadad;
  }
   /*  

.all-post .btn::after {
  content: "\2192";
  margin-left: 6px;
  transition: transform 0.4s ease;
  display: inline-block; 
}
.all-posts .btn:hover {
  text-decoration: none; }
  .all-posts .btn:hover::after {
    transform: translateX(-5px); }
*/

/* Media queries */
@media only screen and (max-width: 768px) {
    .blog-post-single .post-title {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
        margin-top: 30px; 
    }
}

@media only screen and (max-width: 480px) {
    .blog-post-single .post-title {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
        margin-top: 30px; 
    }
}

/* Glightbox */
.img-fluid{
  border-radius: 10px;
  
}
.glightbox-caption{
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #adadad;
}

@media (min-width: 576px) {
  .intro h1 {
      font-size: 4.3em;
  }

  .intro {
      max-height: 70vh;
      min-height: 640px;
      padding-top: 0px;
  }

  .intro h1,
  .tagline {
      text-align: left;
  }

@media (min-width: 992px) {
  .box:hover img {
      transform: translate3d(0, 0, 0);
      transition: opacity 0.35s, transform 0.35s;
  }

  .box:hover a::before {
      opacity: 0.3;
      transition: opacity 0.5s;
  }
}

.glightbox-open {
  overflow: auto !important;
}

.gscrollbar-fixer {
  margin-right: 0 !important;
}

[data-glightbox] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.glightbox-clean .gslide-description {
  background: transparent !important;
}
.glightbox-clean .gslide-description .gdesc-inner {
  text-align: center;
}
.glightbox-clean .gslide-description .gslide-title {
  color: #fff !important;
  margin-bottom: 0 !important;
  text-align: center;
  font-weight: bold !important;
  font-size: 1.2rem !important;
}
.glightbox-clean .gslide-description .gslide-desc {
  color: var(--fg-300);
}