.ad-star-btn{
    background-color: #4f8a8d;
}
/*hover*/
@media(min-width: 1024px){
.slider-banner-main-6 {
  position: relative;
  display: block;
  overflow: hidden; 
}

.slider-banner-main-6 > .txt.flex.justify-center.flex-col.w-full.h-full.container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.slider-banner-main-6 img {
  display: block; 
  transition: filter 0.3s ease-in-out; 
}
.slider-banner-main-6:hover img {
  filter: brightness(0.6);
}

.slider-banner-main-6:hover  .txt.flex.justify-center.flex-col.w-full.h-full.container{
  opacity: 1;
  pointer-events: auto;
}
.slider-banner-main-0 > .txt.flex.justify-center.flex-col.w-full.h-full.container{
margin-top:20%;
margin-right:20%
}
}
/*hover*/
@media(max-width: 767px){
.slider-banner-main-0 > .txt.flex.justify-center.flex-col.w-full.h-full.container{
margin-top:50%;
}
.slider-banner-main-0 > .txt.flex.justify-center.flex-col.w-full.h-full.container > .item-text.w-full.md\:w-fit.flex.flex-col.z-2.max-w-\[700px\]{
    text-align: center;
    align-items: center;
    margin-left: -15%;
}
p.animate__animated.animate__fadeInUp.custom-dlay-p.font-medium.text-xs.md\:text-\[20px\].max-w-\[80\%\].leading-\[1\.5\].my-3.block{
font-size: 15px !important;
font-weight: bold !important;}
}