@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.banner {
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100dvh;
  background-image: url("images/bg.png");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .banner {
    background-image: url("images/bg-mobile.png");
    background-position: top;
  }
}
.banner .partners-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  border-radius: 20px;
  margin: 34px 30px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1280px) {
  .banner .partners-top {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  .banner .partners-top {
    padding: 15px 20px;
    margin: 4px;
  }
}
.banner .partners-top img {
  height: 100%;
  width: auto;
  max-height: clamp(40px, 2.5rem + (1vw - 11.52px) * 7.8125, 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .banner .partners-top img {
    max-height: 30px;
  }
}
.banner .content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
@media (max-width: 768px) {
  .banner .content-overlay {
    display: none;
  }
}
.banner .content-overlay .brush-bg {
  isolation: isolate;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .banner .content-overlay .brush-bg .brown-bg {
    display: none;
  }
}
.banner .content-overlay .brush-bg img {
  height: auto;
  width: auto;
  max-width: clamp(580px, 36.25rem + (1vw - 11.52px) * 54.6875, 1000px);
  max-height: clamp(580px, 36.25rem + (1vw - 11.52px) * 54.6875, 1000px);
}
.banner .content-overlay .brush-bg .white-bg {
  position: absolute;
  top: 52%;
  left: 57%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .content-overlay .brush-bg .white-bg img {
  max-width: clamp(500px, 31.25rem + (1vw - 11.52px) * 26.0417, 700px);
  max-height: clamp(500px, 31.25rem + (1vw - 11.52px) * 26.0417, 700px);
}
.banner .text-container {
  position: absolute;
  top: 49%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  padding: 12px 0;
  color: #9A7353;
  font-weight: 700;
  font-size: clamp(20px, 1.25rem + (1vw - 11.52px) * 1.3021, 30px);
  text-align: center;
  border-radius: 50px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .banner .text-container {
    font-size: 18px;
    left: 43%;
  }
}
.banner h1 {
  font-weight: 700;
  font-size: clamp(20px, 1.25rem + (1vw - 11.52px) * 1.3021, 30px);
}
@media (max-width: 768px) {
  .banner h1 {
    font-size: 18px;
  }
}
.banner .white-bg.mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner .white-bg.mobile {
    position: absolute;
    top: 50%;
    left: 61%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .banner .white-bg.mobile img {
    width: auto;
    height: 135px;
  }
}
.banner .partners-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  border-radius: 20px;
}
.banner .partners-bottom.desktop {
  display: block;
}
@media (max-width: 768px) {
  .banner .partners-bottom.desktop {
    display: none;
  }
}
.banner .partners-bottom.mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner .partners-bottom.mobile {
    display: flex;
    padding: 16px;
  }
}
.banner .partners-bottom .logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 0.875rem + (1vw - 11.52px) * 4.6875, 50px);
}
@media (max-width: 768px) {
  .banner .partners-bottom .logo-grid {
    gap: 14px;
    justify-content: center;
  }
}
.banner .partners-bottom .logo-grid img {
  height: 100%;
  width: auto;
  max-height: clamp(40px, 2.5rem + (1vw - 11.52px) * 11.7188, 130px);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner .partners-bottom .logo-grid img {
    max-height: 50px;
  }
}
@media (max-width: 375px) {
  .banner .partners-bottom .logo-grid img {
    max-height: 40px;
  }
}
@media (max-width: 1023px) {
  .banner .partners-bottom .logo-grid img.cg {
    max-height: 40px;
  }
}
@media (max-width: 375px) {
  .banner .partners-bottom .logo-grid img.cg {
    max-height: 30px;
  }
}/*# sourceMappingURL=style.css.map */