
@font-face {
    font-family: 'MyFont';  
    src: url('asset/fonts/swiss.ttf') format('truetype');  
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MyFont2'; 
    src: url('asset/fonts/ArgentumSans-Regular.otf') format('opentype');  
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MyFont3'; 
    src: url('asset/fonts/ArgentumSans-ExtraLight.otf') format('opentype');  
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MyFont4';  
    src: url('asset/fonts/ArgentumSans-ExtraBold.otf') format('opentype');  
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MyFont5';  
    src: url('asset/fonts/Montserrat-ExtraBold_0.ttf') format('opentype'); 
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MyFont6';  
    src: url('asset/fonts/Montserrat-SemiBold.ttf') format('opentype');  
    font-weight: normal;
    font-style: normal;
  }
  * {
      margin: 0;
      padding: 0;
      
  }
  
  .navBar {
      display: flex;
      align-items: start;
      justify-content: space-between;
  }
  
  .logo-img {
      height: 100px;
      padding-left: 40px;
      padding-top: 20px;
  }
  
  .nav-container{
      padding-top: 10px;
      padding-right: 150px;
      z-index: 1000;
      position: relative;
      top: 10px;
      right: 0;
      text-align: right;
      align-items: end;
  }
  
  .navbar{
      justify-content: right;
      padding-right: 0.25rem;
  } 
  .navbar-nav{
      display: flex;
      gap: 10px;
      font-family: 'MyFont2',sans-serif;
  }
  
  .navbar-nav .nav-link{
      color: black;
      font-size: 1rem;
      padding-right: 0.25rem;
  }
  
  
  .navbar-nav .nav-link:hover{
      color: #e1820e; 
  }
  .navbar-nav .nav-link.active {
      color: #e1820e;  
      background-color: transparent;  
      font-weight: bold; 
  }
  .navbar-toggler{
      color: transparent;
      border-color: transparent;
      padding-left: 0;
      padding-right: 0;
  }
  .navbar-light .navbar-toggler-icon{
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  

.post-box {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    overflow: hidden;
    border: 1px solid black;
}

.post-img {
    width: 100%; 
    height: auto; 
    object-fit: contain; 
    padding: 20px;
    box-sizing: border-box; 
}

.post-content {
    padding: 15px;
}

.post-title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'MyFont4', sans-serif;
    margin-top: 5px;
    text-decoration:none;
}
.link-title {
  color: inherit;  /* Inherit the color from the parent */
  text-decoration: none;  /* No underline */
  cursor: pointer;  /* Pointer cursor for clickability */
  transition: transform 0.3s ease, opacity 0.3s ease;  /* Smooth transition for hover effects */
}

.link-title:hover {
  transform: translateY(-2px);  /* Slight upward movement */
  opacity: 0.8;  /* Slightly reduce opacity for a subtle effect */
}

.post-subtitle{
    color: #ffa500;
    text-transform: uppercase;
    font-family: 'MyFont6', sans-serif;
    font-size: small;
}

.post-subtitle-next-line {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    font-family: 'MyFont3', sans-serif;
    margin-top: 3px;
}

.post-meta {
    font-size: 14px;
    color: #000000;
    margin: 10px 0;
    margin-bottom: 0%;
    font-family: 'MyFont2', sans-serif;
}

.post-date {
    font-family: 'MyFont5';
    font-size: 12px;
    color: #999;
    margin-bottom: 10px; 
}
.post-img {
  width: 100%;  /* Adjust based on your preferred size */
  max-width: 600px;  /* Set a max width if you want to limit the image size */
  display: block;  /* Ensures no space below the image */
  transition: transform 0.3s ease;  /* Add a transition for hover effects */
}

.post-img:hover {
  transform: scale(1.05);  /* Slight zoom effect when the user hovers over the image */
}


.read-more-btn {
    text-decoration: none;
    color: #000000; 
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'MyFont3', sans-serif;
}

.read-more-btn::after {
    content: " >>>"; /* Adds the '>>>' symbol after the text */
    font-weight: normal;
}

.read-more-btn:hover {
    color: #e68a00; /* Change color on hover */
}

/* Footer Styles */
.footer {
    background-color: #000000; 
    color: #ffffff; 
    font-family: 'MyFont2', sans-serif;
    line-height: 1;
}

.logo-img-footer {
    width: 150px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    color: #b3b3b3;
    font-size: 16px;
    font-family: 'MyFont3', sans-serif;
}

.footer a {
    color: #ffffff;
    font-size: 14px;
    font-family: "MyFont3", sans-serif;
    letter-spacing: 1px;
}

.footer a:hover {
    color: #ffa500;
}

.footer hr {
    background-color: #ffa500;
}

.footerp {
    font-size: 14px;
    font-family: "MyFont3", sans-serif;
    letter-spacing: 1px;
    line-height: 1.3;
}

.text-uppercase {
    font-size: 16px;
    letter-spacing: 1px;
}

.footerSub {
    font-size: 16px;
    font-family: 'MyFont3', sans-serif;
    letter-spacing: 1px;
}

.footer-icons i {
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-icons i:hover {
    color: #ffa500; 
    transform: scale(1.1); 
}
@media (max-width: 684px) {
    .nav-container {
        display: flex;
        align-items: flex-end;
        padding-top: 10px;
        padding-right: 20px;
    }
}