
@font-face {
    font-family: "Berlin Sans FB Demi";
    src: url("../fonts/BerlinSansFBDemi-Bold.woff2") format("woff2"),
      url("../fonts/BerlinSansFBDemi-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

.slide_content{
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/text_gradient_bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.28;
}
#sub-title .elementor-heading-title{
    padding: 17px 0 17px 20px;
}
.slide_title .elementor-heading-title{
    font-family: "Berlin Sans FB Demi" !important;
}