/*
Theme Name: Ganadeesha
Author: Langoor
Author URI: https://www.langoor.com/
*/

@font-face {
  font-family: popins-regular;
  src: url("./fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: popins-semibold;
  src: url("./fonts/Poppins-SemiBold.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

html{
    font-family: popins-regular;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a i span {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */

div#pi_tracking_opt_in_div {
    display: none;
}

.page-template-default .site-main, .page-template-100-width .site-main {
    padding-top: 100px;
    max-width: 1390px;
    margin: 0 auto;
}

.author-section, .authored-by {
/*     display: none !important; */
}