@import url('../../assets/css/theme-style.css');

.hero-section {
}

.bottom-section {
  background-image: linear-gradient(180deg, var(--ds-primary) 35%, #fff 0%)
}

.white-wrapper {
  padding: 25px;
  border-radius: 10px;
}

.hero-image {
  padding: 2px;
  box-shadow: 0px 8px 15px #ddd;
  border-radius: 5px;
}

.banner-wrap{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: ease-in-out 0.2s
}
.banner-wrap:hover{
  transform: translateY(-10px);
  box-shadow: 0 6px 15px #cccccc66;
}
.banner-wrap img{
  border-radius: 6px;
}

.sec-premium-features h1.heading-underlined{
  font-size: 40px;
}

.sec-premium-features .heading-underlined span{
  color: var(--ds-heading-color) !important;
}


/*responsive*/
@media screen and (max-width: 1199px) {
  .white-wrapper {
    padding: 20px
  }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 575px) {
}

