
/* font url  */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@800&family=Poppins&display=swap');

.banner-text {
    font-size: 60px;
    line-height: 20px;
}

.navbar {
    
font-family: 'Poppins', sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
}

p {

    font-family: 'Poppins', sans-serif;
    color: rgb(99, 99, 99);
}

/* legal area hover bg color  */

.legal-area:hover {

    background: linear-gradient(180deg, rgba(245,245,245,1) 35%, rgba(255,255,255,1) 100%);

}


/* accordian color  */
.accordion-button.collapsed {
    background: #F3F3F3
  }


  /* footer section  */
.footer {
    background-color: #111111;
}
  

@media only screen and (max-width:992px) {
    .banner-text {
        font-size: 40px;
        line-height: 2px;
    }
}

 