.carou {
  position: absolute;
  bottom: 0%;
  left: 15%;
  padding-top: 10%;
  color: #c05025;
  text-align: left;
  }
.carou h1{
  font-size: 3vw;
  margin-left: -4px;
  font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}
.carou h5{
  font-size: 5vw;
  margin-left: -4px;
  line-height: 1em;
}
.carou p{
  font-size: 1.5vw;
  color: #384d41;
  font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.carousel {
  margin-top:;
  z-index: 0;
}
.carousel-item img{

}

.mobil_bg{
  display: none;

}
.burger_pos{
  display:none;
}
@media screen and (max-width: 863px){
.burger_pos{
  display:flex;
  justify-content: space-between;
  z-index: 10000000;
}
}
@media screen and (max-width: 575px){
.carousel{
  display: none;
}
.mobil_bg{
  display: block;
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mobil_bg .btn1 a{
  font-size: 16px;

}
.mobil_bg .btn1 {
height: 40px;
margin-left: -2px;

}
.mobil_bg_decr h1{
  font-size: 6vw;
    margin-left: -2px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    padding-top: 122%;
    color: #c05025;
    text-align: left;
}
.mobil_bg_decr p{
  font-size: 2.8vw;
    margin-left: -2px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    padding-top: 3%;
    color: #384d41;
    text-align: left;
}
}
.banner2 h5{
    padding-bottom: 26%;
    max-width: 300px;
    font-weight: 400;
}