/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* *:not(i) {
    font-family: "Poppins", serif;
    font-weight: 300 !important;
} */

b, .fw-bold, strong {
  font-family: 'LibreBaskerville', sans-seriff;
  font-weight: 500 !important;
}

/* .title, .prm-title, .banner-subheader, .banner-header, .merri * {
    font-family: "Merriweather", serif;
    font-weight: 700 !important;
} */

p {
    font-size: 17px !important;
}
.bg-light-green {
  background-color: #F6FBFB;
}
.bordered {
  border-right: 1px solid #CFD4D4;
}
.home-hero {
  background-image: url('/img/dflame/top-banner.png') !important;
}
.promo-content {
  max-width: 82%
}
.promo-tag {
  position: absolute;
  height:250px;
  bottom:-25%;
  right:-40%
}
@media (min-width: 1300px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px;
    }
}
@media (max-width:1399px) {
  .promo-content {
    max-width: 90%
  }
  .home-hero .title {
    font-size: 50px;
    line-height: 65px;
  }

  .home-hero .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1299px) {
  .promo-tag {
    position: absolute;
    height:200px;
    bottom:-15%;
    right:-30%
  }
}
@media (max-width:1199px) {
  .home-hero .title {
    font-size: 40px;
    line-height: 55px;
  }
  .home-hero {
    padding: 50px;
  }
}
@media (max-width:1099px) {
  .promo-tag {
    position: absolute;
    height:150px;
    bottom:-5%;
    right:-15%
  }
}
@media (max-width:991px) {
  .home-hero {
    background-image: none !important;
    padding:80px 0 0 0;
  }
  .hero-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .promo-tag {
    position: relative;
    bottom: 0;
    right: 0;
    display: block;
  }
  .promo-content {
    padding-top:80px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
    display: grid;
    place-items:center;
  }
  .bordered {
    border-right: 0;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #CFD4D4;
  }
}
@media (max-width:767px) {
  .home-hero {
    padding-top:40px
  }
  .home-hero .title {
    font-size: 35px;
    line-height: 45px;
  }
  .promo-content {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .merri th, td {
    font-size: 14px !important;
  }

}
