
*{
    margin: 0;
    padding: 0;
      box-sizing: border-box;
  }
  
  html,body{
    min-width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background-color: #01040e;
  }
  .videoimg{
    position: relative;
    text-align: center;
    color: white;
  }
  .videotime{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color:#ffffff;
    border-radius:5px;
    background:#000000;
    font-size:10px;
    font-weight:bold;
    padding:5px 5px 5px 5px;
  }


  .videoQL {
    position: absolute;
    top: 5px;
    left: 5px;
    color:#ffffff;
    border-radius:5px;
    background:#36a2eb;
    font-size:10px;
    font-weight:bold;
    padding:5px 5px 5px 5px;
  }

  header .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    min-height: 12vh;
    min-width: 100%;
    z-index: 10;
    background: #0f1423;
    border-bottom: 2px solid #0c2d48;
  }
  
  header .navigation .logo{
    margin-left: 10px;
    display: inline-block;
    
  }
  
  header .navigation .logo h1{
    color: #3498db;
    font-size: 30px;
    line-height: 38px;
  }
  
  header .navigation .menu-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    margin: auto 20px auto 0;
  }
  
  header .navigation .humbarger {
    margin-right: 20px;
    display: none;
   }
   
  header .navigation .humbarger .bar{
    width: 30px;
    height: 2px;
    margin: 7px;
    background: #b1d4e0;
   }
  
  header .navigation .menu-list li a {
    color: #0575E6;
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 1s ease, border 1s ease;
    text-decoration: none;
  }
  .top-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    min-height: 12vh;
    min-width: 100%;
    z-index: 10;
    background: #0f1423;
    border-bottom: 2px solid #0c2d48;
  }
  /*.search-engen {
   
    display: grid;
    place-content: center;

    /* Add a transparency to the background
       using rgba value */
   /* background: rgba(255, 255, 255, 0.082);

    /* Add a transparency to shadow *//*
    box-shadow: 0 26px 42px rgba(0, 0, 0, 0.082);
    position: relative;
    font-family: system-ui, Roboto, sans-serif;
    min-height: 75px;
    display: flex;
    align-items: center;
    position: stickymar;
    top: 0px;
    z-index: 2;
    
  }*/
  a {
    color: #0085b6;
    text-decoration: none;
    border: none;
  }
  
  .search-container {
    max-width: 40px;
    margin: 0 auto;
    padding: 24px 24px 24px;
    width: 100%;
  }
  
  .search-bar {
    display: flex;
    justify-content: right;
    padding: 0px;
    margin-left: 50px;
  }
  
  .search-bar input {
    width: 50%;
    min-width: 200px;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 10px;
    border: 0px;
    outline: none;
  }
  
  .search-bar [list]::-webkit-list-button,
  .search-bar [list]::-webkit-calendar-picker-indicator {
    display: none !important;
  }
  
  .search-display {
    text-align: center;
    color: #fff;
    font-size: larger;
    font-style: italic;
    margin-top: 10px;
    font-family: 'Courier New', Courier, monospace;
  }
  

  .card-header__title {
    font-weight: 700;
    font-size: 14px;
    color: #8fa6b3;
  }
  
  .posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .post {
    
      -ms-flex: 25%; /* IE 10 */
      flex: 25%;
      padding: 0 4px;
      border: 1px solid #e1e8ed;
      border-radius: 4px;
    }

    /*position: relative;
    -ms-flex: 50%;
    min-width: 30%;
    flex: 0 0 20%;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    min-height: 300px;
    height: auto;
  }*/
  
  .post-title {
    font: 700 18px/1.4em system-ui, Roboto, Arial, sans-serif;
    color: #fcfafa;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
  }
  
  .post-content {
    padding: 10px;

  }
  
  .post-preview {
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #e1e8ed;
    line-height: 0;
    height: au;
  }
  
  .post-tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 8px;
    color: #717171;
    border: 1px solid #9b9b9b;
    border-radius: 25px;
    white-space: nowrap;
  }
  
  .filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
  }
  
  
  /* ====================
    Intro Section
  =======================*/
 /* .intro-section {
    height: 80px;
    position: relative;
    background: #0575E6;  
  background: -webkit-linear-gradient(to right, #021B79, #0575E6); 
  background: linear-gradient(to right, #021B79, #0575E6); 
  
  }
  */
  .intro-section .intro-content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    top: 0;
  }
 
/*
  .intro-section .intro-content h1 {
    color: #000;
    font-size: 5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 80px;
  }



  .intro-section .intro-content h6{
    margin-top: 5px;
    color: #000;
    font-size: 2.5rem;
    font-weight: 300;
  }
 */ 
    .intro-content p {
    margin-top: 4px;
    color: #fff;
  }
   .intro-content p {
    margin-top: 4px;
    color: #fff;
  }
  
  .intro-content .tagline {
    margin-top:20px;
  }
  
  .intro-content .tagline .change-container{
      position: relative;
    display: inline-block;
    width: 200px;
    margin-bottom: 0px;
      margin-top: 3px;
  }
  
   .intro-content .changing {
      position: absolute;
      overflow: hidden;
    width: 100%;
    left:0;
    bottom:0;
    height:0;
    opacity:0;
    color: #fff;
    text-transform: uppercase;
    word-spacing: 10px;
      text-align: left;
      font-size: 1.5rem;
  }
  
  .changing:nth-child(1) {
    animation: revealNextWord 6s cubic-bezier(0.57, 1.52, 0.9, 1.08) 1.5s infinite;
  }
  
  .changing:nth-child(2) {
    animation: revealNextWord 6s cubic-bezier(0.57, 1.52, 0.9, 1.08) 3s infinite;
  }
  
  .changing:nth-child(3) {
    animation: revealNextWord 6s cubic-bezier(0.57, 1.52, 0.9, 1.08) 4.5s infinite;
  }
  
  @keyframes revealNextWord {
    0% { 
      opacity: 0.3; 
      height: 0.0; 
    }
    10% { 
      opacity: 1; 
      height:1.2em; 
    }
    20% { 
      opacity: 1; 
      height:1.2em; 
    }
    28% { 
      opacity: 0; 
      height:2em; 
    }
    
  }
  
  .intro-section .intro-content .header-btn a{
    text-decoration: none;
    font-size: 1.5rem;
    color: #000;
    background-color: #3498db;
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .intro-section .intro-content .header-btn a:before{
      position: absolute;
    content: ""; 
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #021B79;
    transform: skew(50deg);
    transition-duration: 1s;
    z-index: 1;
  }
  
  .intro-section .intro-content .header-btn a:hover{
    color: #fff;
  }
  
  .intro-section .intro-content .header-btn a:hover:before{
    width: 170%;
  
  }
  
  .intro-section .intro-content .header-btn a span{
      position: relative;
      z-index: 9;
  }
   .content{
   background-color: #01040e;
  
   }
  
  
  /* Create two equal columns that sits next to each other */
 
  /* ====================
    Responsive Section
  =======================*/
  
  /* Tablet desktop :768px. */
  
  @media only screen and (min-width: 768px)  {
    header .navigation .menu-list {
      width: 50%;
      
    }
  
    header .navigation .menu-list li a{
      font-size: 1rem;
    }
    
    .card-header__title {
      font-weight: 700;
      font-size: 5px;
      color: #8fa6b3;
    }
    .post {
      position: relative;
      min-width: 40px;
      flex: 0 0 15%;
      border: 1px solid #e1e8ed;
      border-radius: 4px;
      min-height: 300px;
      height: auto;
    }
.post-tag{
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 8px;
  color: #717171;
  border: 1px solid #9b9b9b;
  border-radius: 15px;
  white-space: nowrap;
}
.post-title {
  font: 700 15px/1em system-ui, Roboto, Arial, sans-serif;
 
}
      /*search view*/
      
      .search-bar {
        display: flex;
        justify-content: right;
        padding: 0px;
        margin-left: 100px;
      }
      .search-bar input {
        width: 50%;
        min-width: 280px;
        padding: 12px 24px;
        border-radius: 24px;
        font-size: 16px;
        border: 0px;
        outline: none;
      }
      .content{
        margin-top: 10px;
      }
      
  }
  
  /* Large Mobile :480px. */
  
  @media only screen and (max-width: 768px) {
  
    header .navigation .menu-list {
      position: absolute;
      top: 12vh;
      min-width: 100%;
      background: rgba(15, 20, 35, 0.99);
      text-align: center;
      display: none;
    }
  
    header .navigation .menu-list li {
      display: block;
    }
  
    header .navigation .menu-list li a {
      display: block;
      padding: 20px;
      transition: color 1s ease, padding 1s ease, background-color 1s ease;
  
    }
  
    header .navigation .menu-list li a:hover{
      color: #b1d4e0;
      padding-left: 30px;
      background: rgba(177, 212, 224, 0.2);
    }
  
  
    header .navigation .humbarger{
      display: block;
    }
  
    .intro-section .intro-content h1 {
      font-size: 2.8rem;
    }
  
    .intro-section .intro-content h6 {
      font-size: 1.4rem;
    }
  
    .intro-section .intro-content .changing {
      font-size: 1.5rem;
    }
  
    .intro-section .intro-content .header-btn a{
      font-size: 1.25rem;
    }

    .content .column {
        -ms-flex: 30%; /* IE 10 */
        flex: 30%;
        padding: 0 4px;
      }
  
  }
  
  
  /* small mobile :320px. */
  
  @media only screen and (max-width: 320px)  {
  
    .intro-inner .intro-content h1 {
      font-size: 1rem;
      letter-spacing: 1px;
    }

    header .navigation .logo h1{
      font-size: 10px;
      line-height: 28px;
    }
  
    .intro-inner .intro-content p {
      margin-top: 0px;
    }
    
    
    .content .column {
        -ms-flex: 50%; /* IE 10 */
        flex: 50%;
        padding: 0 4px;
      }
  }
  @media only screen and (max-width: 1024px)  {
    header .navigation .logo h1{
      font-size: 50px;
      line-height: 28px;
    }
    .intro-content .changing {  
      width: 100%;
      left:0;
      bottom:0;
      height:0;
      opacity:0; 
      word-spacing: 5px;
      font-size: 25px;
    }
    .intro-content p {
      margin-top: 10px;
     
    }
     .intro-content p {
      margin-top: 10px;
      
    }
    
    .intro-content .tagline {
      margin-top:30px;
    }

  }


  /* 280px */
  @media only screen and (max-width: 280px)  {
  
   
    header .navigation {
      min-height: 10vh;
      min-width: 100%;
      
    }
   
    header .navigation .logo{
      margin-left: 10px;
      display: inline-block;
      
    }
    header .navigation .menu-list li a {
      color: #0575E6;
      font-size: 1rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      transition: color 1s ease, border 1s ease;
      text-decoration: none;
    }
    
    header .navigation .logo h1{
      color: #3498db;
      font-size: 20px;
      line-height: 28px;
    }
    
    .intro-inner .intro-content h1 {
      font-size: 1rem;
      letter-spacing: 1px;
    }
    .intro-content p {
      margin-top: 0px;
     
    }
     .intro-content p {
      margin-top: 0px;
      
    }
    
    .intro-content .tagline {
      margin-top:2px;
    }
    
    .intro-content .tagline .change-container{
      
      width: 200px;
      margin-bottom: 0px;
      margin-top: 3px;
    }
    .intro-content .changing {  
    width: 100%;
    left:0;
    bottom:0;
    height:0;
    opacity:0; 
    word-spacing: 5px;
    font-size: 10px;
  }
    .intro-inner .intro-content p {
      margin-top: 0px;
    }

    .top-search {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      min-height: 9vh;
      min-width: 100%;
      z-index: 10;
      background: #0f1423;
      border-bottom: 2px solid #0c2d48;
    }
    .search-container {
      max-width: 20px;
      margin: 0 auto;
      padding: 7px 7px 7px;
      width: 100%;
    }
    
    .search-bar {
      display: flex;
      justify-content: right;
      padding: 0px;
      margin-left: 10px;
    }
    
    .search-bar input {
      width: 20%;
      min-width: 150px;
      padding: 5px 5px;
      border-radius: 24px;
      font-size: 8px;
      border: 0px;
      outline: none;
    }
    
    
    .content .column {
        -ms-flex: 50%; /* IE 10 */
        flex: 50%;
        padding: 0 4px;
      }
  }
  
  @media only screen and (min-width: 360px)  {

    header .navigation .logo h1{
      color: #3498db;
      font-size: 30px;
      line-height: 28px;
    }
    
    .intro-inner .intro-content h1 {
      font-size: 1rem;
      letter-spacing: 1px;
    }
    .intro-content p {
      margin-top: 0px;
     
    }
     .intro-content p {
      margin-top: 0px;
      
    }
    
    .intro-content .tagline {
      margin-top:2px;
    }
    
    .intro-content .tagline .change-container{
      
      width: 200px;
      margin-bottom: 0px;
      margin-top: 20px;
    }
    .intro-content .changing {  
    width: 100%;
    left:0;
    bottom:0;
    height:0;
    opacity:0; 
    word-spacing: 5px;
    font-size: 15px;
  }
    .intro-inner .intro-content p {
      margin-top: 0px;
    }
    .top-search {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      min-height: 9vh;
      min-width: 100%;
      z-index: 10;
      background: #0f1423;
      border-bottom: 2px solid #0c2d48;
    }
    .search-container {
      max-width: 20px;
      margin: 0 auto;
      padding: 7px 7px 7px;
      width: 100%;
    }
    
    .search-bar {
      display: flex;
      justify-content: right;
      padding: 0px;
      margin-left: 10px;
    }
    
    .search-bar input {
      width: 20%;
      min-width: 150px;
      padding: 9px 9px;
      border-radius: 24px;
      font-size: 10px;
      border: 0px;
      outline: none;
    }
    
  }
   /* 360px */
  @media only screen and (min-width: 360px)  {
    .content{
      margin-top: 1px;
    }
  }

  /* 600px */
  @media only screen and (min-width: 600px)  {
    header .navigation .logo h1{
      color: #3498db;
      font-size: 40px;
      line-height: 28px;
      margin-top: 20px;
    }
    
    .intro-inner .intro-content h1 {
      font-size: 1rem;
      letter-spacing: 1px;
    }
    .intro-content p {
      margin-top: 5px;
     
    }
     .intro-content p {
      margin-top: 5px;
      
    }
    
    .intro-content .tagline {
      margin-top:20px;
    }
    
    .intro-content .tagline .change-container{
      
      width: 200px;
      margin-bottom: 0px;
      margin-top: 20px;
    }
    .intro-content .changing {  
    width: 100%;
    left:0;
    bottom:0;
    height:0;
    opacity:0; 
    word-spacing: 5px;
    font-size: 30px;
  }
    .intro-inner .intro-content p {
      margin-top: 0px;
    }
    .top-search {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      min-height: 9vh;
      min-width: 100%;
      z-index: 10;
      background: #0f1423;
      border-bottom: 2px solid #0c2d48;
    }
    .search-container {
      max-width: 20px;
      margin: 0 auto;
      padding: 10px 10px 10px;
      width: 100%;
    }
    
    .search-bar {
      display: flex;
      justify-content: right;
      padding: 0px;
      margin-left: 80px;
    }
    
    .search-bar input {
      width: 30%;
      min-width: 250px;
      padding: 9px 9px;
      border-radius: 24px;
      font-size: 15px;
      border: 0px;
      outline: none;
    }
    
  }

  @media only screen and (min-width: 500px)  {

    header .navigation {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      min-height: 7vh;
      min-width: 100%;
      z-index: 10;
      background: #0f1423;
      border-bottom: 2px solid #0c2d48;
    }

    header .navigation .logo h1{
      color: #3498db;
      font-size: 40px;
      line-height: 28px;
      margin-top: 5px;
    }
    
    .intro-inner .intro-content h1 {
      font-size: 1rem;
      letter-spacing: 1px;
    }
    .intro-content p {
      margin-top: 2px;
     
    }
     .intro-content p {
      margin-top: 2px;
      
    }
    
    .intro-content .tagline {
      margin-top:10px;
    }
    
    .intro-content .tagline .change-container{
      
      width: 200px;
      margin-bottom: 0px;
      margin-top: 10px;
    }
    .intro-content .changing {  
    width: 100%;
    left:0;
    bottom:0;
    height:0;
    opacity:0; 
    word-spacing: 5px;
    font-size: 20px;
  }
    .intro-inner .intro-content p {
      margin-top: 0px;
    }
    .top-search {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      min-height: 9vh;
      min-width: 100%;
      z-index: 10;
      background: #0f1423;
      border-bottom: 2px solid #0c2d48;
    }
    .search-container {
      max-width: 20px;
      margin: 0 auto;
      padding: 10px 10px 10px;
      width: 100%;
    }
    
    .search-bar {
      display: flex;
      justify-content: right;
      padding: 0px;
      margin-left: 80px;
    }
    
    .search-bar input {
      width: 30%;
      min-width: 250px;
      padding: 9px 9px;
      border-radius: 24px;
      font-size: 15px;
      border: 0px;
      outline: none;
    }

    .content{
      margin-top: 68px;
    }
    
  }
/* 400px */

@media only screen and (min-width: 400px)  {

  header .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    min-height: 5vh;
    min-width: 100%;
    z-index: 10;
    background: #0f1423;
    border-bottom: 2px solid #0c2d48;
  }

  header .navigation .logo h1{
    color: #3498db;
    font-size: 30px;
    line-height: 28px;
    margin-top: 5px;
  }
  
  .intro-inner .intro-content h1 {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .intro-content p {
    margin-top: 2px;
   
  }
   .intro-content p {
    margin-top: 2px;
    
  }
  
  .intro-content .tagline {
    margin-top: 8px;
  }
  
  .intro-content .tagline .change-container{
    
    width: 200px;
    margin-bottom: 0px;
    margin-top: 8px;
  }
  .intro-content .changing {  
  width: 100%;
  left:0;
  bottom:0;
  height:0;
  opacity:0; 
  word-spacing: 5px;
  font-size: 15px;
}
  .intro-inner .intro-content p {
    margin-top: 0px;
  }
  .top-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    min-height: 9vh;
    min-width: 100%;
    z-index: 10;
    background: #0f1423;
    border-bottom: 2px solid #0c2d48;
  }
  .search-container {
    max-width: 20px;
    margin: 0 auto;
    padding: 10px 10px 10px;
    width: 100%;
  }
  
  .search-bar {
    display: flex;
    justify-content: right;
    padding: 0px;
    margin-left: 30px;
  }
  
  .search-bar input {
    width: 30%;
    min-width: 180px;
    padding: 9px 9px;
    border-radius: 24px;
    font-size: 10px;
    border: 0px;
    outline: none;
  }

  .content{
    margin-top: 68px;
  }
  
}
  
/* 1440px */

@media only screen and (min-width: 1400px) and (max-width: 1500px) {

  header .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    min-height: 5vh;
    min-width: 100%;
    z-index: 10;
    background: #0f1423;
    border-bottom: 2px solid #0c2d48;
  }

  header .navigation .logo h1{
    color: #3498db;
    font-size: 60px;
    line-height: 28px;
    margin-top: 30px;
  }
  
  .intro-inner .intro-content h1 {
    font-size: 10rem;
    letter-spacing: 1px;
  }
  .intro-content p {
    margin-top: 30px;
   
  }
   .intro-content p {
    margin-top: 30px;
    
  }
  
  .intro-content .tagline {
    margin-top: 30px;
  }
  
  .intro-content .tagline .change-container{
    
    width: 200px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .intro-content .changing {  
  width: 100%;
  left:0;
  bottom:0;
  height:0;
  opacity:0; 
  word-spacing: 5px;
  font-size: 35px;
}
  .intro-inner .intro-content p {
    margin-top: 30px;
  }
  .top-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    min-height: 9vh;
    min-width: 100%;
    z-index: 10;
    background: #0f1423;
    border-bottom: 2px solid #0c2d48;
  }
  .search-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 10px 10px;
    width: 100%;
  }
  
  .search-bar {
    display: flex;
    justify-content: right;
    padding: 0px;
    margin-left: 20px;
  }
  
  .search-bar input {
    width: 30%;
    min-width: 370px;
    padding: 9px 9px;
    border-radius: 24px;
    font-size: 25px;
    border: 0px;
    outline: none;
  }

  .content{
    margin-top: 120px;
  }
  


}