@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');

.header{
    font-family: 'Julius Sans One', sans-serif;
}

.text{
   font-size:1.4em; 
}
.hero-banner{
    

}
.hero-banner img{
   overflow:hidden;
   width:100%;
   max-height:50vh;
   object-fit: cover;
}
.center{
    text-align:center;
}
.justify{
    text-align: justify;
    text-justify: inter-word;
}
.menu{
    font-size:1.2em !important;
}
.menu:hover{
    color:#9dcc00 !important;
}
.active{
    color:#9dcc00 !important;
}
.opacity-navbar::before{
    backdrop-filter: blur(6px);
   -webkit-backdrop-filter: blur(6px);
}
.opacity-navbar{
   background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.85));
   backdrop-filter: blur(6px);
   -webkit-backdrop-filter: blur(6px);
}
.green-text{
    color:#9dcc00 !important;
}
.contact-background {
  /* The image used */
  background-image: url("../img/hello.jpg");
  background-size: cover;
  display: block;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  height: 800px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}
.content{
    z-index: 2;
    background-image: linear-gradient(
    rgba(255,255,255,0.85) 0%,
    rgba(255,255,255,0.85) 80%,
    rgba(255,255,255,0.0) 100%);
}
.ignore-css{all:unset;}
.slider-text{
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: invert(1) grayscale(1);
  -webkit-filter: invert(1) grayscale(1);
  mix-blend-mode:inherit;
  mix-blend-mode: difference;
}
.waves-effect.waves-brown .waves-ripple {
   /* The alpha value allows the text and background color
   of the button to still show through. */
    background-color: rgba(121, 85, 72, 0.65);
  }
.slider .indicators .indicator-item {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #9dcc00;
}
.slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}