@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');

p, span, input, a, button, div {
  font-family: 'Rubik', sans-serif;
}

.logo-header {
  width: 64px;
}

.logo-footer {
  width: 80px;
}

.logo-text {
  display: inline;
  vertical-align: middle;
}

.footer-wrapper .footer-area .footer-tittle ul li span {
    color: inherit !important;
}
.slider-bg2 {
  position: relative;
    background-image:
        linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0)),
        url(../img/hero/h2_hero.jpg); /* Multiple background layers */
    background-position: center; /* Adjust as needed */
    background-size: cover; /* Adjust as needed */
    backdrop-filter: brightness(0.5);
}

.partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner {
  margin: 20px;
  text-align: center;
}

.partner img {
  width: 100px; /* Adjust as needed */
  height: auto;
}

.partner p {
  margin-top: 5px;
}

.blog_item {
  margin-bottom: 150px;
  margin-top: 50px;
}
.rounded {
    border-radius: 4px;
}

.rounded-xl {
    border-radius: 12px;
}
