
.hero-section .col-12,.col-6{
    cursor:pointer
}
.hero-section .small-img{
    height: 180px;  
}
.hero-section .small-img .primary-img{
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.hero-section .middle-img{
    height: 390px;
}
.hero-section .middle-img .primary-img{
  height: 100%;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.hero-section .small-card .category{
  font-size: 14px;
  margin-top: 6px;
}
.hero-section .middle-card .category{
    font-size: 15px;
    font-weight: 500;
}

.hero-section .card {
    border-radius: 0px;
    border: none;
}
.hero-section .categories-name{
    display: inline-block;
    letter-spacing: 1px;
    color: #111111;
    border: 1px solid #eae6e1;
    padding: 0px 10px;
    padding-top:3px;
    border-radius: 4px;
    background-color:#eae6e1;
}

.hero-section .small-card .categories-name {
    font-size: 13px;
    padding: 1px 6px;
    padding-top: 2.6px;
}

.hero-section .writer span{
    font-size: 14px;
}

.hero-section .title, .latest-section .title{
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
}

.hero-section p {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-section .small-content .title{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.hero-section .large-content .title{
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.hero-section .intro{
    letter-spacing: 1px;
}
.Editor-picks .col-12:hover h3{ 
    text-decoration: underline;
    text-decoration-color: #e3d0cc;
}
.Editor-picks{
    z-index: -10;
    
}
.Editor-picks .heading-txt{
  color: black;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 5px;
  text-decoration-color: #E2D0CB;
}
.Editor-picks .bgn{
border-bottom: 2px solid #E2D0CB;
}

.Editor-picks .img-background{
    z-index: 0;
    top: 9%;
    width: 36%;
    height: 45%;
    background-color: #E7D7D2;
    border-radius: 4px;
}

.Editor-picks .big-image{
      height: 355px;
}

.Editor-picks .big-image .primary-img{
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.Editor-picks .first-img .title{
   font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.Editor-picks .left-img{
    height: 145px; 
}
.Editor-picks .left-img .primary-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
.Editor-picks .left-content .title{
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.Editor-picks .left-content .category span {
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 0px;
}
.Editor-picks .card{
    background-color:transparent;
    border: none;
    border-right: 1px solid #E7D7D2;
    border-radius: 0px;
}
.Editor-picks .categories-name{
    display: inline-block;
    letter-spacing: 1px;
    color: #111111;
    border: 1px solid #eae6e1;
    padding: 0px 10px;
    padding-top:3px;
    border-radius: 4px;
    background-color:#eae6e1;
}
.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-section .heading-txt{
  color: black;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 5px;
  text-decoration-color: #E2D0CB;
}
.category-section .bgn{
border-bottom: 2px solid #E2D0CB;
}
.category-section .bg{
    background-color: #E2CEC9;
    height: 60%;
    width:60%;
    top:0;
    left: 0;
    z-index: 1;
    border-radius: 4px 0px 0px 0px;
}
.category-section .col-3{
    width:23%
}
.category-section .left-img img{
    position: relative;
    z-index: 2;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 4px;
}
.category-section .left-img .titl{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 4px 12px;
    bottom:0;
    right:0;
    z-index: 5;
    background-color: #a66a59;
    color: #ffffff;
    border-radius: 4px 0px 4px 0px;
    letter-spacing: 2px;
}
.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 .bg{
    background-color: #E2CEC9;
    height: 50%;
    width:60%;
    top:0;
    left: 0;
    z-index: 1;
    border-radius: 4px 0px 0px 0px;
}
.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 .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  .category span {
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 0px;
}
.latest-section .categories-name{
    display: inline-block;
    letter-spacing: 1px;
    color: #111111;
    border: 1px solid #eae6e1;
    padding: 0px 10px;
    padding-top:3px;
    border-radius: 4px;
    background-color:#eae6e1;
}
.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; 
}
.category-section .left-img:hover .post-overlay-content span {
    opacity: 1;
    animation: bounce 0.5s ease-in-out 1;
}
.category-section .left-img:hover .post-overlay-content span:nth-child(2) {
    animation-delay: 0.1s;
}
.category-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);
    }
}
.category-section .left-img:hover img {
    filter: brightness(0.6); 
    transition: filter 0.3s ease-in-out; 
}

.Editor-picks .col-12:hover .post-overlay-content span {
    opacity: 1;
    animation: bounce 0.5s ease-in-out 1;
}
  
.Editor-picks .col-12:hover .post-overlay-content span:nth-child(2) {
    animation-delay: 0.1s;
}
  
.Editor-picks .col-12:hover .post-overlay-content span:nth-child(3) {
    animation-delay: 0.2s;
}
  
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
}

.Editor-picks .col-12:hover img {
    filter: brightness(0.6); 
    transition: filter 0.3s ease-in-out; 
  }
.Editor-picks .first-img:hover .post-overlay-content span {
    opacity: 1;
    animation: bounce 0.5s ease-in-out 1;
  }
  .Editor-picks .first-img:hover .post-overlay-content span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .Editor-picks .first-img:hover .post-overlay-content span:nth-child(3) {
    animation-delay: 0.2s;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
  }

  .Editor-picks .first-img:hover img {
    filter: brightness(0.6);
    transition: filter 0.3s ease-in-out; 
}

.hero-section .small-content .small-card:hover .post-overlay-content span {
    opacity: 1;
    animation: bounce 0.5s ease-in-out 1;
  }
  
  .hero-section .small-content .small-card:hover .post-overlay-content span:nth-child(2) {
    animation-delay: 0.1s;
  }
  
  .hero-section .small-content .small-card:hover .post-overlay-content span:nth-child(3) {
    animation-delay: 0.2s;
  }
  
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
  }
  .hero-section .small-content .small-card:hover img {
    filter: brightness(0.6); 
    transition: filter 0.3s ease-in-out; 
  }
  .hero-section .large-content:hover .post-overlay-content span {
    opacity: 1;
    animation: bounce 0.5s ease-in-out 1;
  }
  .hero-section .large-content:hover .post-overlay-content span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .hero-section .large-content:hover .post-overlay-content span:nth-child(3) {
    animation-delay: 0.2s;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
  }
  .hero-section .large-content:hover img {
    filter: brightness(0.6); 
    transition: filter 0.3s ease-in-out; 
  }

  
@media (max-width: 1200px) {
  .hero-section .small-img{
    height: 150px;
}
.hero-section .small-img .primary-img{
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height:100%;
}
.hero-section .middle-img{
    height: 330px;
}
.hero-section .middle-img .primary-img{
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 100%;
}
.Editor-picks .img-background{
    top: 11%; 
}
.hero-section .middle-card .categories-name {
    font-size: 14px;
}
.hero-section .middle-card .title {
    font-size: 20px;
    line-height:26px;
}
.Editor-picks .big-image{
      height: 260px;
}
.Editor-picks .big-image .primary-img{
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.Editor-picks .categories-name {
    font-size: 14px;
}
.Editor-picks .first-img .title {
    font-size: 20px;
    line-height:26px;
}
.Editor-picks .first-img .writer {
  font-size: 16px;
}
.Editor-picks .left-img{
  height: 120px; 
}
.Editor-picks .left-img .primary-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.Editor-picks .left-content .category span {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 0px;
}
.Editor-picks .left-content .title{
    font-size: 18px;
    font-weight: 600;
    line-height:22px;
    margin-bottom: 10px;
}
.Editor-picks .left-content .writer {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 0px;
}
.category-section .left-img .titl{
    font-size: 11px;
    padding: 5px 12px;   
}
}
@media (max-width: 992px) {

.hero-section .small-img{
    height: auto;
  }

.hero-section .small-img .primary-img{
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    aspect-ratio: 16/9 !important;
}
.hero-section .middle-img{
    height: auto;
}
.hero-section .middle-img .primary-img{
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    aspect-ratio: 16/9;
}
  .Editor-picks .img-background{
    top: 6%;
    height: 220px;
    width: 60%; 
}
.Editor-picks .first-img{
  padding-bottom: 32px;
}
.newsletter-section .email-content{
  padding-bottom: 20px;
}
.newsletter-img{
  width: 100%;
}  
}
@media (max-width: 576px){
  .heading-txt{
    font-size: 24px !important;
  }
.Editor-picks .img-background{
    display: none; 
}
 .Editor-picks .left-content{
    display: flex;
    flex-direction: column;
  }
   .Editor-picks .left-img {
    width: 100%; 
  }
  .Editor-picks .left-img{
    height: 245px;
  }
  .Editor-picks .card{
    border: none;
  }
}

@media (max-width: 440px){
 .heading-txt{
    font-size: 24px !important;
  }
  .Editor-picks .left-content{
    display: flex;
    flex-direction: column;
  }
  .Editor-picks .left-img {
    width: 100%; 
  }
  .Editor-picks .left-img{
    height: 245px;
  }
  .Editor-picks .card{
    border: none;
  }
  .top-picks {
    display: block;
  }
  .other-text {
    display: none;
  }
  .newsletter-title{
    font-size: 22px !important;
  }
}
@media (max-width: 320px) {
  .hero-section .middle-card .categories-name {
    font-size: 10px;
  }
  .hero-section .categories-name {
    padding: 0px 5px;
    padding-top: 4px;
  }
 .hero-section .small-card .categories-name {
    font-size: 10px;
  }
 .Editor-picks .categories-name {
   font-size: 12px;
 }
 .heading-txt{
    font-size: 24px !important;
  }
  .Editor-picks .card{
    border: none;
  }
 .Editor-picks .categories-name {
    letter-spacing: 0.5px;
 }
 .Editor-picks .left-content .title {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 16px;
  }
 .newsletter-section .row{    
   padding: 15px !important;
 }
 .newsletter-title{
    font-size: 19px !important;
 }
 .newsletter-section .newsletter-input input { 
    padding: 15px 20px;
  }
 .newsletter-section .newsletter-input .sub-btn {
    padding: 12px 5px;
    right: 5px;
    top: 4px;
    width: 20%;
    font-size: 13px;
 }
 .newsletter-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
 }
}