.p-banner-1 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(
      180deg,
      rgba(75, 78, 97, 0.8),
      rgba(40, 42, 54, 0)
    ),
    #282a36;
  height: 80px;
  margin-bottom: 25px;
  width: 100%;
}

.same-odometer-wrapper,
.odometer-1-wrapper,
.odometer-2-wrapper {
  display: flex;
}

.p-banner-1-item-title,
.p-banner-1-item-text,
.p-banner-1-item-btn {
  color: white;
}

.odometer {
  color: white;
  font-family: sans-serif !important;
  line-height: 16px !important;
  top: 5px;
  font-size: 16px;
  margin: 0 0 0 3px;
}

.p-banner-1-item-img img {
  height: 60px;
  width: 60px;
}
.p-banner-1-item-img svg {
  margin: 5px 0 0 0;
}

.p-banner-1-item-2 .p-banner-1-item-img,
.p-banner-1-item-3 .p-banner-1-item-img,
.p-banner-1-item-4 .p-banner-1-item-img {
  width: 60px;
  height: 60px;
}

.p-banner-1-item-1,
.p-banner-1-item-2,
.p-banner-1-item-3,
.p-banner-1-item-4 {
  display: inline-flex;
  align-items: center;

}
.p-banner-1-item-1 {
  width: 300px;
  min-width: 300px;
  height: 80px;
  background-image: url("/wp-content/uploads/banner_background_jackpot-promo.d410ac4e.png");
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  border-radius: 10px;
  padding-left: 12px;
  margin: 0 70px 0 0;
}
.p-banner-1-item-2 {
  width: 220px;
  min-width: 220px;
  margin: 0 25px 0 0;
}
.p-banner-1-item-3 {
  width: 175px;
  min-width: 175px;
  margin: 0 25px 0 0;
}
.p-banner-1-item-4 {
  width: 175px;
  min-width: 175px;
}

.p-banner-1-item-title {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0; 
  font-family: "HeroNew", Arial, sans-serif;
  font-weight: 800;
}

.p-banner-1-item-text {
  margin: 0; 
  font-size: 16px;
  font-family: "HeroNew", Arial, sans-serif;
  font-weight: 800;
  top: 1px;
  position: relative;
}

.p-banner-1-item-2 .p-banner-1-item-title {
  color: #ff3749;
}
.p-banner-1-item-3 .p-banner-1-item-title {
  color: #a35fe2;
}
.p-banner-1-item-4 .p-banner-1-item-title {
  color: #279ff7;
}

.p-banner-1-item-1 .p-banner-1-item-info {
  padding: 0 35px 0 15px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.p-banner-1-item-2 .p-banner-1-item-info,
.p-banner-1-item-3 .p-banner-1-item-info,
.p-banner-1-item-4 .p-banner-1-item-info {
  margin: 0 0 0 7px;
}

.p-banner-1-item-info {
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}

@font-face {
  font-family: "HeroNew";
  src: url("fonts/HeroNew-Regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HeroNew";
  src: url("fonts/HeroNew-Medium-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HeroNew";
  src: url("fonts/HeroNew-SemiBold-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HeroNew";
  src: url("fonts/HeroNew-Bold-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HeroNew";
  src: url("fonts/HeroNew-ExtraBold-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

.p-banner-1-item-1 .same-odometer-wrapper .p-banner-1-item-text,
.p-banner-1-item-1 .same-odometer-wrapper .odometer {
  font-size: 20px;
}
.p-banner-1-item-1 .same-odometer-wrapper .p-banner-1-item-text {
  top: -1px;
}

.p-banner-2 {
  display: flex;
  justify-content: space-between;
  max-height: 225px;
}

.p-banner-2-item-5,
.p-banner-2-item-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #0d0c3d;
  border-radius: 15px;
}

.p-banner-2-item-5 {
  margin-right: 1%;
}
.p-banner-2-item-6 {
  margin-left: 1%;
}

.p-banner-2 img {
  height: 100%;
}

h3.p-banner-2-item-title {
  font-size: 40px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.p-banner-2-item-info {
  display: flex;
  gap: 15px;
  width: 85%;
  flex-direction: column;
  padding: 7% 5% 10% 15%;
}

.p-banner-2-item-img img {
  border-radius: 15px;
}

a.p-banner-2-item-img {
  width: 50%;
  min-width: 200px;
  height: 100%;
}

p.p-banner-2-item-text {
  color: #97aac0;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  font-family: HeroNew, Arial, sans-serif;
  margin: 0;
}

a.p-banner-2-item-btn {
  background: linear-gradient(90deg, #ff2f31 2.02%, #f41c43);
  border-radius: 6px;
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  min-width: 100px;
  transition: 0.3s ease;
  display: inline-flex;
}

a.p-banner-2-item-btn:hover {
  color: rgb(13, 12, 61);
}


@media (max-width: 767px) {

  .p-banner-1 {
    display: flex;
    align-items: center;

    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(75, 78, 97, 0.8),
        rgba(40, 42, 54, 0)
      ),
      #282a36;
    height: 80px;
    margin-bottom: 25px;
    width: 100%;
    flex-direction: column;

  }

  div[class^="p-banner-1-item-"] div[class^="p-banner-1-item-"] {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  div[class^="p-banner-1-item-"]
    .p-banner-1-item-img:not(.p-banner-1-item-1 .p-banner-1-item-img) {
    display: none;
  }

  .p-banner-1-item-1 .p-banner-1-item-info {
    display: none !important;
  }
  .p-banner-1 div[class^="p-banner-1-item-"]:not(.p-banner-1-item-1) {
    position: relative;
    top: -35px;
    left: 35px;
    justify-content: right;
  }
  .p-banner-1 h3 {
    font-size: 12px;
    font-weight: 900;
  }
  .p-banner-1 span {
    font-size: 14px;
  }
  .p-banner-1 p {
    font-size: 14px;
    font-weight: 600;
  }
  .p-banner-1-item-2 .p-banner-1-item-title {
    color: transparent;
    position: absolute;
  }
  .p-banner-1-item-2 .p-banner-1-item-title::before {
    color: #ff3749;
    content: "Prime Network";
    position: relative;
    left: 3px;
  }

  .p-banner-1-item-3 .p-banner-1-item-title,
  .p-banner-1-item-4 .p-banner-1-item-title {
    margin-top: 5px;
    position: relative;
  }
  .p-banner-1 div[class^="p-banner-1-item-"] div[class^="odometer-"] {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .p-banner-1-item-4 .p-banner-1-item-title {
    position: relative;
    left: -31px;
  }
  .p-banner-1-item-3 .p-banner-1-item-title {
    position: relative;
    left: -4px;
    top: -1px;
  }

  .p-banner-1-item-4 .odometer-2-wrapper {
    position: relative;
    left: -25px;
  }

  .p-banner-1-item-2 .p-banner-1-item-text {
    position: relative;
    top: 0px;
  }

  .p-banner-1-item-2 .odometer {
    position: relative;
    top: 3px;
  }
  .p-banner-1-item-3 .odometer {
    position: relative;
    top: 1px;
  }
  .p-banner-1-item-4 .odometer {
    position: relative;
    top: 2px;
  }
  .p-banner-1-item-2 .same-odometer-wrapper {
    position: relative;
    left: -4px;
  }
  .p-banner-1-item-1 {
    height: auto;
    min-width: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
  .p-banner-1 .p-banner-1-item-2 {
    margin-top: -3px;
  }
  .p-listbox-cat-right {
    display: none !important;
  }

  .p-banner-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    margin: 35px 0 0 0;
  }
  .p-banner-2-item-5,
  .p-banner-2-item-6 {
    display: flex;
    margin: 0 0px 20px 0;
    overflow: hidden;
    min-height: 225px;
    max-height: 225px;
  }
  .p-banner-2-item-img img {
    min-width: 100%;
    max-width: 100%;
  }
  h3.p-banner-2-item-title {
    font-size: 24px;
    font-weight: 700;
  }
  p.p-banner-2-item-text {
    font-size: 10px;
    font-weight: 100;
    line-height: 150%;
  }
  a.p-banner-2-item-btn {
    font-weight: 500;
    min-height: 35px;
  }
  .p-banner-2-item-info {
    gap: 10px;
    padding: 0px 15px 5px 15px;
  }
}
