/****************************************
* Base Styles
*/
.bm-case__content li {
  padding-left: 5px;
  font-weight: 800;
}
.bm-case__content li::marker {
  content: "\e602";
  font-family: icomoon !important;
  color: black !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
}
.bm-case__content .container {
  padding: 70px 0;
}
.bm-case__content h2 {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.bm-case__content h3 {
  margin-bottom: 20px;
}
.bm-case__content .bm-case--white {
  background: white;
  color: black;
}
.bm-case__content .bm-case--white h2,
.bm-case__content .bm-case--white h3 {
  color: black;
}
.bm-case__content .bm-case--black {
  background: black;
  color: white;
}
.bm-case__content .bm-case--black h2,
.bm-case__content .bm-case--black h3 {
  color: white;
}
.bm-case__content-heading--accent {
  color: #ffd74b !important;
}
.bm-case__flex {
  display: flex;
  column-gap: 70px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 789px) {
  .bm-case__flex {
    flex-wrap: nowrap;
  }
  .bm-case__flex > div {
    width: 50%;
  }
}
@media screen and (min-width: 999px) {
  .bm-case__content .container {
    padding: 70px 5vw;
  }
}

/****************************************
* Utilities
*/

body h4.bm-case__content-sub-heading {
  color: black !important;
}

.bm-border-b {
  border-bottom: 2px solid #00000020;
  padding-bottom: 3em;
}
.bm-border-b p {
  padding-bottom: 0 !important;
}
.bm-border-b + div {
  padding-top: 3em;
}

.bm-case-p-top {
  padding-top: 5vw;
}
.bm-case-p-top h3 {
  margin-bottom: 3vw !important;
}

/****************************************
* Hero Section
*/
.bm-case__hero {
  position: relative;
  text-align: center;
  padding: 0;
}
.bm-case__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 100%;
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-image: url("../svg/bird-marketing-dark-birds-bg-eg-24.svg");
  z-index: -3;
}
.bm-case__hero::after {
  content: "";
  position: absolute;
  height: 20vw;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: -2;
}
.bm-case__hero-title {
  font-size: 41.6px;
  line-height: 52px;
  margin-bottom: 20px;
}
.bm-case__hero-title,
.bm-case__hero-subtitle {
  padding: 0 5vw;
}
.bm-case__hero-featured-image {
  margin: 10vw auto 0;
  padding: 0 5vw;
  z-index: -2;
  max-width: 1280px;
}
.bm-case__hero-featured-image img {
  border-radius: 4px;
  max-height: 80vh !important;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px; */
  width: auto;
}
@media screen and (min-width: 1000px) {
  .bm-case__hero {
    padding: 100px 0 0;
  }
  .bm-case__hero-title {
    font-size: 64px;
    line-height: 80px;
  }
}

/****************************************
  * Image Slider
  */
.bm-case__img-slider img {
  height: 175px;
  border-radius: 8px !important;
}
@media screen and (min-width: 600px) {
  .bm-case__img-slider img {
    height: 225px;
  }
}
@media screen and (min-width: 999px) {
  .bm-case__img-slider img {
    height: 375px;
  }
}
.bm-case__img-slider--img {
  padding: 10px;
}

.bm-solutions {
  padding-bottom: 70px;
}

.bm-solutions .container {
  padding-bottom: 0 !important;
}

/****************************************
* Next Case
*/
#bm-next-cs .container {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 1000px) {
  #bm-next-cs .container {
    padding-top: 100px;
  }
}
.bm-case__next-post {
  position: relative;
  text-align: center;
  display: block;
}
.bm-case__next-post h2 {
  margin: 0 !important;
  font-size: 36px;
}
@media screen and (min-width: 1000px) {
  .bm-case__next-post h2 {
    font-size: 75px;
  }
}
.bm-case__next-post__content {
  padding: 10vw;
  position: relative;
  z-index: 123;
  pointer-events: none;
}
.bm-case__next-post__img {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  inset: 0;
  pointer-events: none;
  transition: transform 1s;
  z-index: 0;
  border-radius: 15px;
}
.bm-case__next-post__img::before {
  content: "";
  background: #000000;
  background: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.7) 64%,
    rgba(0, 0, 0, 0.26) 100%
  );
  position: absolute;
  inset: 0;
}
.bm-case__next-post:hover .bm-case__next-post__img {
  transform: scale(0.96);
}

/****************************************
     * Extras
     */

.bm-results-header {
  margin-bottom: 30px;
}

@media screen and (min-width: 756px) {
  .bm-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.bm-case__content-heading {
  margin-bottom: 0 !important;
}

.bm-results-header a {
  display: inline-block;
  color: black;
  font-size: 22px;
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 756px) {
  .bm-results-header a {
    margin-top: 0px;
  }
}

.bm-results-header a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffd74b;
}

.bm-case__services ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}

img.bm-case__client-logo {
  height: 60px !important;
  width: auto !important;
  margin-top: 30px;
}
