.hero-section .category-name span{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 5px;
}
.hero-main-img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    border: 2px solid #DDC7C1;
    position: relative;
}
.hero-section .description-line{
    width: 50%;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 0px;
    text-align: center;
}
.latest-story{
    width: 17%;
    font-size: 25px;
}
.hero-section .horizontal-line{
    width: 78%;
    height: 1px;
    background-color: #c0b5a5;
    z-index: 1;
    margin-left: 0%;   
}
.sub-title-line .sub-category{
    margin-bottom: 0%;
    cursor: pointer;
}
.hover-underline li {
    text-decoration: none;
    position: relative;
  }
  
  .hover-underline li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
  }
  
  .hover-underline li:hover::after {
    width: 100%;
  }
.latest-section .heading-txt{
  color: black;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 5px;
  text-decoration-color: #E2D0CB;
}
.latest-section .bgn{
border-bottom: 2px solid #E2D0CB;
}
.latest-section .col-4{
    cursor:pointer
}
.latest-section .col-4:hover h3{
   color: #330327;
   text-decoration: underline;
   text-decoration-color: #EADCD9;
}
.latest-section .left-img img{
    position: relative;
    z-index: 2;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.latest-section .card h3{
    font-size: 20px;
    line-height: 26px;
}
.latest-section img{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16/9;
}
.latest-section .left-img .bg{
    background-color: #E2CEC9;
    height: 50%;
    width:60%;
    top:0;
    left: 0;
    z-index: 1;
    border-radius: 4px 0px 0px 0px;
}
.load span{
  background: #70634F;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.post-overlay-content {
    z-index: 10;
    position: absolute;
    z-index: 5;
    top: 4%;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
  }
  
 .post-overlay-content span {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
  }
  .latest-section .main-card:hover .post-overlay-content span {
    opacity: 1;
    animation: bounce 0.5s ease-in-out 1;
  }
  .latest-section .main-card:hover .post-overlay-content span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .latest-section .main-card:hover .post-overlay-content span:nth-child(3) {
    animation-delay: 0.2s;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
  }
  .latest-section .main-card:hover img {
    filter: brightness(0.6); 
    transition: filter 0.3s ease-in-out; 
}
.Catigry-section .left-img:hover .post-overlay-content span {
    opacity: 1;
    animation: bounce 0.5s ease-in-out 1;
  }
  .Catigry-section .left-img:hover .post-overlay-content span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .Catigry-section .left-img:hover .post-overlay-content span:nth-child(3) {
    animation-delay: 0.2s;
  }
  
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
  }
  .Catigry-section .left-img:hover img {
    filter: brightness(0.6); 
    transition: filter 0.3s ease-in-out; 
  }

.newsletter-section .row{    
    background: linear-gradient(90deg, hsla(330, 15%, 95%, 1) 0%, hsla(0, 0%, 100%, 1) 62%, hsla(0, 0%, 100%, 1) 100%);
    border: 1px solid #BEB4A4;
    border-radius: 4px;
}

.newsletter-section .bg{
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #70634f33;
    width: 40%;
    height: 40%;
    border-radius: 4px 0px 0px 0px;
}
.newsletter-section .bg-1{
    z-index: 0;
    bottom: 0;
    right: 0;
    background-color: #70634f33;
    width: 40%;
    height: 40%;
    border-radius: 0px 0px 4px 0px;

}
.newsletter-section .newsletter-title{
  font-size: 28px;
  font-weight: 700;
  padding-top: 3px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  background-color: #70634f;
  color: white;
  border-radius: 3px;
}
.newsletter-section  .newsletter-input{
    position: relative;
}

.newsletter-section .newsletter-img{
    height: 190px;
    opacity: .95;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border: 1px solid  #e2dadd;
    border-radius: 6px;
}

.newsletter-section .newsletter-input  {
    padding: 0px;
}
.newsletter-section .newsletter-input input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #cec9cb;  
    padding: 20px 30px;
    margin-bottom: 6px;
}

.newsletter-section .newsletter-input .sub-btn:hover {
    background-color: #664d58;
}

.newsletter-section .newsletter-input .sub-btn {
    position: absolute;
    background-color: #70634f;
    color: white;
    border: none;
    padding: 13px 9px;
    border-radius: 30px;
    right: 8px;
    top: 6px;
    width: 25%;
    font-size: 16px;
}

.category{
    text-transform: uppercase;
    font-size: 14px;
  } 
  .latest-section .categories-name{
    display: inline-block;
    letter-spacing: 1px;
    color: #111111;
    border: 1px solid #eae6e1;
    padding: 0px 6px;
    padding-top:3px;
    border-radius: 4px;
    background-color:#eae6e1;
}

  .soc-upper a{
    background-color: #0b3563;
    color: white;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing:1px;
  }
  
  @media (max-width: 1300px){
    .hero-section .horizontal-line {
      width: 50%;
    }
  }
 @media(max-width: 1200px){
  .hero-section .description-line {
    width: 70%;
}
 }
  @media (max-width: 992px){
    .hero-section .category-name span {
         font-size: 28px;
    }
    .hero-section .description-line {
       width: 85%;
       font-size: 15px;
    }
   .latest-story {
    width: 19%;
    font-size: 18px;
    }
  .newsletter-section .email-content{
     padding-bottom: 20px;  
  }
  .newsletter-img{
     width: 100%;
    }
  }

  @media (max-width: 768px){
    .hero-section .category-name span {
       font-size: 24px;
    }
     .hero-section .description-line {
       width: 100%;
       font-size: 14px;
    }
    .latest-story {
        width: 21%;
    }
    .hero-section .horizontal-line {
        width: 33%;
    }
  }

  @media (max-width: 576px){
    .sub-title-line {
      flex-direction: column;
    }
    .hero-section .category-name span {
        font-size: 16px;
    }
    .hero-section .horizontal-line {
        width: 100%;
    }
    .latest-story {
        width: 100%;
        font-size: 22px;
    }
  .sub-title-line .sub-category {
     width: 65%;
   }
}

@media (max-width: 440px) {
  .heading-txt{
    font-size: 24px !important;
  }
  .sub-title-line .sub-category{
    width: 100% !important;
    margin-top: 23px;
  }
  .newsletter-section{
     padding-top: 0px !important;
     padding-bottom: 0px !important;
  }
  .newsletter-title{
    font-size: 18px !important;
  }
  .newsletter-section .newsletter-input input {
    width: 108%;
    border-radius: 30px;
    border: 1px solid #cec9cb;
    padding: 14px 7px;
    margin-bottom: 6px;
}
.newsletter-section .newsletter-input .sub-btn {
    right: -13px;
    top: 3px;
    width: 22%;
    font-size: 12px;
}
.newsletter-section .newsletter-img {
    height: 110px;
}

@media (max-width: 320px) {
.heading-txt{
    font-size: 24px !important;
  }
.newsletter-section .row{    
   padding: 15px !important;
}
.newsletter-title{
  font-size: 20px !important;
}
.newsletter-section .newsletter-input input { 
    padding: 15px 20px;
}
.newsletter-section .newsletter-input .sub-btn {
    padding: 12px 5px;
    right: -13px;
    top: 4px;
    width: 20%;
    font-size: 13px;
}
.newsletter-section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.email-content  .newsletter-input{
  padding-left: 0;
}
}
}