/* .editorial__section{
    max-width: 1360px;
    margin: 0 0 0 80px;
    width: 100%;
    float: unset !important; 
} */
.editorial__main-container{
    /* margin-bottom: 64px; */
    margin-top: 120px;
    margin-bottom: 120px;
}
.editorial__content-title{
    text-align: center;
}
.editorial__content-title .editorial__title{
    margin-bottom: 20px;
    color: #1D1D1F;
    font-family: Lato;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;

}
.editorial__content-title .editorial__subtitle{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 41px;
    color: #4D4D4D;
    font-family: Lato;
    line-height: 100%;
    text-align: center;

}
/* content start */
.editorial__container{
    position: relative;
    margin-bottom: 75px;
}
.editorial__featured-story{
    position: relative;
}
.editorial__featured-story__bookmark{
    background-color: #FFFFFF;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%; */
    border-radius: 50%;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 11px;
    right: 15px
}
.editorial__featured-story__bookmark .icon-bookmark-o{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    color: #111827;
}
.editorial__featured-story__bookmark [class^=icon-]::before {
    color: #454c53;
    width: 11px;
    margin-bottom: 4px;  
    display: flex;
    justify-content: center;
  }
/* .editorial__featured-story__bookmark [class^=icon-]::before{
    background-color: #7345B2;
} */
 .editorial__featured-story__inner{
    border-radius: 20px;
 }
.editorial__featured-story__thumbnail{
    /* width: 306px; */
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    
}
.editorial__featured-story__thumbnail img{
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    object-fit: cover;
    border-radius: 20px;
    /* -webkit-backface-visibility: hidden; */
}
.editorial__featured-story__thumbnail img:hover{    
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.editorial__featured-story__title{
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.editorial__featured-story__desc{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slick-track .editorial__img .editorial__featured-story__content{
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 269px;
    height: 130px;
    background-color: #FFFFFF;
    border-radius: 0 20px 0 0;
    padding: 18px 12px 32px 12px;
}
.slick-track .editorial__vid .editorial__featured-story__content{
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 320px;
    height: 130px;
    background-color: #FFFFFF;
    border-radius: 0 20px 0 0;
    padding: 18px 12px 32px 12px;
}
/* .editorial__slider .slick-list{
    margin: 0 -93px 0 0;
}

.editorial__slider .slick-slide{
    margin: 0 13px;
} */
.editorial__slider .slick-list .slick-track{
    margin-left: 80px;
}
.editorial__slider  .slick-slide{
    margin: 0 10px;
}
.editorial__slider .slide {

    display: inline-block;
}
.slick-track .editorial__img{
    max-width: 306px;
    width: 100%;

}

.slick-track .editorial__vid{
    max-width: 518px;
    width: 100%;
}
.editorial__arrow{
    display: none;
}
.editorial__featured-story__content:hover .editorial__arrow{
    position: absolute;
    top: -16px;
    right: -13px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.editorial__featured-story__content:hover .editorial__featured-story__title{
    color:#654D8A;
}
.editorial__featured-story__content:hover .editorial__featured-story__desc{
    color:#7345B2;
}
.editorial__slider .slick-prev{

    position: absolute;
    top: unset;
    bottom: -109px;
    left: unset;
    right: 204px;
  }
.editorial__slider .slick-prev::before{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:40px;
    height: 40px;
}

.editorial__slider .slick-next{
    position: absolute;
    top: unset;
    bottom: -89px;
    left: unset;
    right: 190px;
}
.editorial__slider .slick-next::before,
.editorial__slider .slick-prev::before {
    content: '';
    opacity: unset;
}
.editorial__slider .slick-next:hover:before{
    background-image: url('../../../content/dam/asianpaintsbeautifulhomes/homepage-revamp/editorial/purple-arrow-hover.png');
    transform: scale(1);
}
.editorial__slider .slick-prev:hover:before {
    background-image: url('../../../content/dam/asianpaintsbeautifulhomes/homepage-revamp/editorial/purple-arrow-hover.png');
} 

.editorial__slider .slick-prev {
    display: block;
    transform: rotate(180deg);
}

.editorial__slider .slick-prev::before {
    display: block;
    background-image: url(../../../content/dam/asianpaintsbeautifulhomes/homepage-revamp/editorial/purple-arrow.png);
}
.editorial__slider .slick-next::before{
    background-image: url(../../../content/dam/asianpaintsbeautifulhomes/homepage-revamp/editorial/purple-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:40px;
    height: 40px;
    content: "";
    position: absolute;
}
.editorial__slider .slick-prev[aria-disabled="true"] ,.editorial__slider .slick-next[aria-disabled="true"] {
    cursor:default;
    filter: grayscale(1);
    opacity: 0.4;
}
.editorial__slider .slick-prev[aria-disabled="true"]::before{
    background-image: url(../../../content/dam/asianpaintsbeautifulhomes/homepage-revamp/editorial/purple-arrow.png);
} 
.editorial__slider .slick-next[aria-disabled="true"]::before{
    background-image: url(../../../content/dam/asianpaintsbeautifulhomes/homepage-revamp/editorial/purple-arrow.png);
}

.editorial__slider .slick-next[aria-disabled="true"] {
    cursor:default;
}
.editorial__viewall{
    display: flex;
    align-items: center;
    justify-content: end;
    /* width: 83%; */
    width: calc(100% - 265px);
}
.editorial__viewall a{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #7446B3;
   
}
/* content end */
/* start mobile */
.editorial__container-mob-vid,
.editorial__container-mob-img,
.editorial__viewall-content-mob{
    display: none;
}
/* end mobile */
/* play btn start */
.editorial__playbtn__container{
    position: absolute;
    top: 42%;
    left: 45%;
    cursor: pointer;
    width: 66px;
    height: 54px;
    object-fit: contain;
}
.editorial__playbtn__container img{
    width: 100%;
    height: 100%;
}
/* play btn end */
/* tab section start */
.editorial__listsection{
    display: flex;
    justify-content: center;
    gap: 42px;
    align-items: center;
    margin-bottom: 30px;
}
.editorial__listitems{
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #696969;
    cursor: pointer;
}
.editorial__listitems.active{
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #323232;
    position: relative;

}
.editorial__listitems.active::after{
    position: absolute;
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background-color: #FEAA06;
    top: 0;
    left: 1px;
}
/* tab section end */

@media (max-width: 768px) {
   /* .editorial__section{
    margin: 0 auto;
    padding: 0 0 0 16px;
   }  */
     .editorial__container{
        margin-bottom: 20px;
     }
   .editorial__main-container{
    margin-top: 80px;
    margin-bottom: 80px;
}
   .editorial__content-title .editorial__title{
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;

   }
   .editorial__content-title .editorial__subtitle{
        font-size: 16px;
        line-height: 19.2px;  
        margin-bottom: 20px;  
   }
   /* content start */
   /* .editorial__container{
      display: none;
   } */
   .editorial__featured-story__title{
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    margin-bottom: 5px;
}
.editorial__featured-story__desc{
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
}
   /* .editorial__featured-story{
    position: relative;
} */
   .slick-track .editorial__img{
    width: 156px;
}

.slick-track .editorial__vid{
    width: 320px;
}
.editorial__featured-story__inner{
    border-radius: 10px;
}
.editorial__featured-story__thumbnail{
    height: 316px;
    border-radius: 10px;
}
.editorial__featured-story__thumbnail img{
    border-radius: 10px;
    /* transition: ease; */
}
.editorial__featured-story__content:hover .editorial__arrow{
    width: 24px;
    height: 24px;
    top: -8px;
    right: -7px;
}
.slick-track .editorial__img .editorial__featured-story__content{
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 124px;
    height: 107px;
    background-color: #FFFFFF;
    border-radius: 0 20px 0 0;
    padding: 12px;
}
.slick-track .editorial__vid .editorial__featured-story__content{
    position: absolute;
    bottom: 0;
    width: 246px;
    height: 102px;
    background-color: #FFFFFF;
    border-radius: 0 20px 0 0;
    padding: 20px 12px 20px 12px;
}
   /* .editorial__slider .slick-list{
    margin: 0 -8px;
} */
.editorial__slider .slick-list .slick-track{
    margin-left: 8px;
}
/* .editorial__slider .slick-slide{
    margin: 0 8px;
} */
.editorial__viewall-content-desk{
    display: none;
}
   /* content end */
   /* start mobile */
   .editorial__container-mob-vid{
    margin-bottom: 30px;
   }
/* .editorial__container-mob-vid,
.editorial__container-mob-img,
.editorial__viewall-content-mob{
    display: block;
} */
 .editorial__viewall-content-mob{
    display: block;
}
.editorial__container-mob-img{
    margin-bottom: 16px;
}
.editorial__viewall{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 93%;
}
.editorial__viewall a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}
/* .editorial-video-slider .slick-list{
    margin: 0 -8px;
} */
.editorial-video-slider .slick-list .slick-track{
    margin-left: 16px;
}
.editorial-video-slider .slick-slide{
    margin: 0 4px;
}
/* .editorial-img-slider .slick-list{
    margin: 0 -8px;
} */
.editorial-img-slider .slick-list .slick-track{
    margin-left: 16px;
}
.editorial-img-slider .slick-slide{
    margin: 0 4px;
}
/* end mobile */
/* play btn start */
.editorial__playbtn__container{
    top: 45%;
    left: 45%;
    width: 40px;
    height: 31px;
}
/* play btn end */

/* tab section start */
.editorial__tabsection {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .editorial__tabsection::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .editorial__listsection {
    flex-wrap: nowrap;
    width: max-content;
    padding: 0 16px;
    gap: 24px;
    margin-bottom: 28px;
  }

  .editorial__listitems {
    white-space: nowrap;
    padding-top: 4px;
  }
  /* .editorial__listitems.active{
    padding-top: 4px;
  } */
  .editorial__listitems.active::after{
    width: 16px;
    background-color: #F6AC1D;
  }
/* tab section end */

}