.manjari-thin {
    font-family: "Manjari", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .manjari-regular {
    font-family: "Manjari", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .manjari-bold {
    font-family: "Manjari", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
body,
.site-wrapper-reveal,
.header-area{
    font-family: "Manjari", sans-serif;
    font-weight: 400;
    /* background: #f7e1b7; */
    background: #fffbdb;
    width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Manjari", sans-serif;
    font-weight: 700;
}
h1{
    text-shadow: 2px 2px 3px #000;
}
p{
    font-size: 1.3em;
}
.hero-content{
    margin-top: 30%;
}

.footer-margin{
  margin-top: 100px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
  width: 100%;
}

.logo img{
  width: 300px;
}

.footer-logo img {
  width: 200px;
}
.section-title::after { 
  background: #b7370b;
}
.navigation-menu>ul>li>a { 
  color: #5a1d01; 
  font-size: 16px;
  font-weight: 600;  
}
.footer-contents .newsletter-box input { 
  padding: 11px 30px 8px 10px; 
  line-height: 1;  
}