@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishregularwebfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishboldwebfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishblackwebfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'friz';
  src: url("../../../fonts/friz/friz-quadrata-std-medium-5870338ec7ef8.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

.cbc-hero {
  height: 1725px;
  width: 100%;
  position: relative;
  background-color: #00AEEF;
  overflow: hidden;
  padding-top: 150px; }
  .cbc-hero .main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: end;
    width: 1142px;
    margin: 0 auto;
    position: relative; }
    .cbc-hero .main-content .logo-image {
      width: 209px;
      height: 173px;
      position: absolute;
      top: 0;
      left: 0; }
    .cbc-hero .main-content .text-image {
      width: 1142px;
      height: 612px;
      margin-top: 36px; }
    .cbc-hero .main-content .main-content-text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      gap: 44px;
      padding-left: 110px; }
      .cbc-hero .main-content .main-content-text .stars-image {
        width: 44px;
        height: 44px; }
      .cbc-hero .main-content .main-content-text p {
        font-family: "carish", sans-serif;
        color: #00427A;
        font-size: 40px;
        line-height: 34px;
        text-align: center;
        font-weight: 900;
        width: 217px; }
      .cbc-hero .main-content .main-content-text a {
        display: block;
        width: 256px;
        height: 68px;
        line-height: 68px;
        font-family: "carish", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #FABF47;
        background-color: #00427A;
        border-radius: 200px;
        text-decoration: none;
        text-align: center;
        cursor: pointer; }
      .cbc-hero .main-content .main-content-text .back-shape {
        display: none; }
  .cbc-hero .hero-bottom {
    background-color: #F5EEE1;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    width: 1920px;
    height: 468px;
    clip-path: polygon(0 68%, 100% 0, 100% 100%, 0 100%); }
    .cbc-hero .hero-bottom img {
      position: absolute;
      top: -40px;
      left: 0;
      width: 100%;
      transform: rotate(2deg);
      z-index: 5; }
  .cbc-hero .background-1 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
  .cbc-hero .beer-image {
    width: 678px;
    height: 1007px;
    position: absolute;
    bottom: 0;
    right: 310px;
    z-index: 3; }
  .cbc-hero .right-image {
    position: absolute;
    right: 0;
    top: 346px;
    z-index: 2; }
  .cbc-hero .left-image {
    position: absolute;
    left: 0;
    top: 495px;
    z-index: 2; }
  .cbc-hero .background-2 {
    position: absolute;
    left: 29px;
    top: 900px;
    z-index: 5; }
  @media screen and (max-width: 1700px) {
    .cbc-hero {
      height: 1500px; }
      .cbc-hero .main-content {
        width: 900px; }
        .cbc-hero .main-content .logo-image {
          width: 150px;
          height: auto;
          position: absolute;
          top: 0;
          left: 0; }
        .cbc-hero .main-content .text-image {
          width: 100%;
          height: auto;
          margin-top: 36px; }
        .cbc-hero .main-content .main-content-text {
          gap: 30px; }
      .cbc-hero .background-1 {
        transform: translate(-12vw, -2vh); }
      .cbc-hero .beer-image {
        width: auto;
        height: 750px;
        right: 160px; }
      .cbc-hero .right-image {
        right: -60px;
        top: 320px; }
      .cbc-hero .left-image {
        left: -50px;
        top: 650px; }
      .cbc-hero .background-2 {
        left: -30px;
        top: 880px;
        transform: scale(0.8); } }
  @media screen and (max-width: 768px) {
    .cbc-hero {
      padding-top: 75px;
      height: fit-content; }
      .cbc-hero .main-content {
        width: 100%;
        padding-inline: 25px;
        -ms-flex-align: center;
            align-items: center; }
        .cbc-hero .main-content .logo-image {
          width: 81px;
          height: 67px;
          position: unset; }
        .cbc-hero .main-content .text-image {
          width: 270px;
          height: 144px;
          margin-top: 0;
          margin-top: 10px; }
        .cbc-hero .main-content .main-content-text {
          margin-top: 45px;
          gap: 0;
          padding-left: 0;
          position: relative; }
          .cbc-hero .main-content .main-content-text .back-shape {
            display: block;
            position: absolute;
            top: -40px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1; }
          .cbc-hero .main-content .main-content-text .stars-image {
            width: 25px;
            height: 25px;
            margin-bottom: 16px;
            position: relative;
            z-index: 2; }
          .cbc-hero .main-content .main-content-text p {
            font-size: 20px;
            line-height: 18px;
            font-weight: 900;
            width: 159px;
            margin-bottom: 20px;
            position: relative;
            z-index: 2; }
          .cbc-hero .main-content .main-content-text a {
            width: 137px;
            height: 33px;
            line-height: 33px;
            font-size: 16px;
            position: relative;
            z-index: 2; }
      .cbc-hero .background-1 {
        width: 357px;
        object-fit: contain;
        object-position: top left;
        transform: unset; }
      .cbc-hero .right-image {
        top: 260px;
        height: auto;
        width: 160px;
        right: -20px;
        transform: rotate(13deg); }
      .cbc-hero .left-image {
        left: -10px;
        top: 315px;
        width: 125px; }
      .cbc-hero .beer-image {
        width: 247px;
        height: 367px;
        position: relative;
        bottom: unset;
        right: unset;
        margin: auto;
        display: block;
        margin-top: 50px;
        z-index: 3;
        transform: translateX(15px); }
      .cbc-hero .hero-bottom {
        width: 500px;
        height: 250px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%); }
        .cbc-hero .hero-bottom img {
          position: absolute;
          top: 12px;
          left: 0;
          width: 100%;
          transform: rotate(357.5deg);
          z-index: 5; }
      .cbc-hero .background-2 {
        display: none; } }
