.cpcmsbanner2-extra{
      width:1500px !important;
      height:1800px !important;
    }

    .cms_content_width {
      width: 1500px;
    }

    .section-bg {
      position: relative;
      background-image: url('../themes/PRS03057/assets/img/qlegg/cmsbanner2.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 1000px;
      margin-top: -150px
    }
    .section2-bg {
      position: relative;
    }

    .section-graphic {
      margin-top: 200px;
    }
    .section-title {
      color: #f9d146;
      font-size: 45px;
      font-weight: 800;
      font-family: 'Newake-Regular',sans-serif;
      text-spacing: 1px;
      text-transform: uppercase;
    }
     .section-title-white {
      color: #fff;
      font-size: 45px;
      font-weight: 800;
      font-family: 'Newake-Regular',sans-serif;
      text-spacing: 1px;
    }
     .section-subtitle {
      color: #fff;
      font-size: 16px;
      font-family: 'Montserrat-Regular',sans-serif;
      margin-top: 40px;
      line-height: 1.5;
    }
    .btn-discover {
      border:1px solid #f9d146;
      border-radius: 25px;
      background-color: #f9d146;
      padding:10px;
    }
    .btn-discover-text {
      letter-spacing:1px !important;
      color: #000;
      font-size:14px !important;
      font-weight:600 !important;
      text-tranform: none !important;
    }
    .section-text-div{
      text-align:center;
    }
    .section-bottom-text {
      margin-top:50px;
    }
    .champion-egg {
      width: 1500px;
      height: 1000px;
      margin-top: -135px;
    }

.bg_red_home h2 {
    font-family: 'Newake', sans-serif !important;
    font-weight: 500 !important;
    font-size: clamp(25px, 4vw, 60px) !important;
    text-transform: uppercase !important;
  }

  p {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300 !important;
    line-height: 23px;
    max-width: 80%;
    text-align: center;
    font-size: 16px;
  }

  .title-head {
    font-size: clamp(25px, 4vw, 85px);
    font-weight: 500;
    font-family: 'Newake-Regular', sans-serif;
    text-transform: uppercase;
  }

  .bg_red_home {
    position: relative;
    width: 100%;
    margin-top: -185px;
    font-family: "Montserrat", sans-serif;
  }

  .red_bg {
    width: 100%;
    min-height: 900px;
    object-fit: cover;
  }

  .content {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
    gap: 5px;
    margin-top: 50px;
    z-index: 2;
    padding: 20px;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    gap: 25px;

  }

  .bg_red_home .content .text_top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .bg_red_home .content .text_top img {
    width: 35%;
  }

  .bg_red_home .content .text_top .text {
    align-items: flex-start;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
    text-transform: lowercase !important;
  }


  .bg_red_home .content .text_bottom {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
  }

  .bg_red_home .content .text_bottom .yellow {
    color: #f9d146;
  }


  .bg_red_home .content .text_top .text .yellow {
    color: #f9d146;
    text-align: left;
    width: 80%;
  }

  .bg_red_home .content .text_top .text p {
    text-align: left;
  }

  .bg_red_home .content .text .discover_more_btn {
    background-color: #f9d146;
    color: #231f20;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-tranform:none !important;

  }

  .champion_egg_section {
    position: relative;
    margin-top: -130px;
    display: block;
  }

  .champion_egg_section .champion_egg_img {
    width: 100%;
  }

  @media (max-width: 800px) {


  .bg_red_home {
    margin-top: -90px;
  }

    .bg_red_home .content .text_top img {
      display: none;
    }

    .bg_red_home .content .text_top .text {
      width: 100%;
      align-items: center;
    }

    .bg_red_home .content .text_top .text .yellow {
      text-align: center;
    }

    .bg_red_home .content .text_top .text p {
      text-align: center;
    }
    .champion_egg_section {
      margin-top: -60px !important;
    }
  }
