@font-face {
    font-family: "blacksword";
   src: url(../font/Blacksword.otf);
}
html{
    overflow-x:hidden !important;
}
section.home-banner {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
section.home-banner p{
 font-size:18px;
  margin-bottom:40px;
}
section.home-banner .home-banner-content-info .main-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
section.home-banner .home-banner-content-info .home-banner-btn {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
section.home-banner .home-banner-content-info .home-banner-btn .explore-btn {
    display: flex;
    align-items: center;
    color: var(--heading-color);
    font-weight: 600;
    gap: 0.5rem;
  transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
section.home-banner .home-banner-content-info .home-banner-btn .explore-btn:hover i{
transform: translate(0.25rem, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
section.home-banner .home-banner-content {
    padding-right: 32px;
    display: flex;
    align-items: center;
}
section.home-banner img{
  width: 100%;
    height: 600px;
    border-radius: 1rem;
    object-fit: cover;
}
section.wellness-solutions {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
section.wellness-solutions .head-sec {
    max-width: 768px;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
}
section.wellness-solutions svg{
  width: 30px;
  margin-bottom:25px;
}
section.wellness-solutions h4{
 font-size: 18px;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 25px;
  font-weight:700;
}
section.wellness-solutions p{
  text-align: center;
  font-size: 18px;
  margin-bottom:0;
}
.wellness-solutions-info{
 text-align:center; 
}