/* Add custom CSS styles below */



:root{
  --s-color : #b46cab !important;
}


@media(min-width:992px){
  .img.group.overflow-hidden.max-h-\[270px\].h-full.sal-animate{
    max-height:700px !important;
  }
}


.ad-star-btn{
  background:#983e86;
  border-radius:0;
}

.banner_ad .absolute.bg-cover.h-full.w-full.rounded-lg {
    border-radius:0 !important;
}

.image-title .title-heade{
  border:2px solid #983e86;
  border-radius:7px;
  padding:1rem 2rem;
}


.copyright-text p{
  color:#fff !important;
}

@media(max-width:768px){
section.landing-page-first-banner{
      margin-top: 5rem;
}
}