.seo-page-title {
    position: absolute; width: 1px; height: 1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap;
  }

  .grass_wrapper_home {
    position: relative;
    width: 100%;
    margin-top: -100px;
  }

  .grass_wrapper_home .grass_hill {
    width: 100%;
    min-height: 800px;
    margin-top: -230px;
  }

  .grass_wrapper_home .content {
    position: absolute;
    left: 50%;
    top: 20%;
    translate: -50% -50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .grass_wrapper_home .content .hill_text .red_text {
    color: #da4332;
    letter-spacing:1px ;

  }

  .grass_wrapper_home .content h2 {
    font-weight: 800 !important;
    font-size: clamp(25px, 4vw, 50px) !important;
    text-align: center !important;
    margin: 0 !important;
    line-height: 1.1 !important;
  }

  .grass_wrapper_home .content .middle_content .clock_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 350px;
    overflow: hidden;
  }

  .clock {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
  }

  .chicken {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    z-index: 1;
    pointer-events: none;
  }

  .grass_wrapper_home .content .hill_text {
    color: #9b1919;
    text-align: center;
    font-family: 'Newake', sans-serif;
    letter-spacing:1px;
  }

  .grass_wrapper_home .content .middle_content {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    gap: 50px;

  }

  .grass_wrapper_home .content .middle_content .middle_content_title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
  }

  .grass_wrapper_home .content .middle_content .middle_content_title .middle_content_text {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #231f20;
    font-size: clamp(20px, 3vw, 30px);
    line-height: 38px;
    text-align: left;

  }

  .grass_wrapper_home .content .middle_content .middle_content_title .middle_content_subtitle {
    font-size: clamp(13px, 2vw, 16px);
    font-family: "Montserrat", sans-serif;
    max-width: 750px;
    color: black;
    text-align: left;
  }

  .grass_wrapper_home .content .middle_content .middle_content_title .middle_content_text .warning_text {
    color: #e5310e;
    font-weight: 800;
  }

  .grass_wrapper_home .content .middle_content .middle_content_title .add_to_cart {
    background-color: #e5310e;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    max-width: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: clamp(14px, 2vw, 18px);
    width: 100%;
  }

  .how_it_work {
    padding: 0px 100px;
    position: relative;
    margin-top: -150px;
    z-index: 2;
  }

  .how_it_work .shadow_box {
    background-color: #fffaef;
    padding: 80px 20px;
    box-shadow: 9px 17px 20px 8px #00000029;
    border-radius: 10px;
  }

  .how_it_work .shadow_box .shadow_box_content {
    font-family: 'Newake', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

  }


.how_it_work .shadow_box .shadow_box_content img {
  max-width: 85% !important;
}

  .how_it_work .shadow_box .shadow_box_content h2 {
    font-size: clamp(20px, 4vw, 30px) !important;
    font-weight: 500 !important;
    color: #231f20 !important;
    text-transform: uppercase !important;
  }

  .how_it_work .shadow_box .shadow_box_content h4 {
    font-size: clamp(12px, 4vw, 20px)!important;;
    color: #9e0e0e!important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    margin-top: 10px;
  }

  .how_it_work .shadow_box .shadow_box_content h3 {
    font-family: 'Newake', sans-serif !important;
    font-weight: 500 !important;
    font-size: clamp(25px, 3vw, 60px) !important;
    text-align: center !important;
    color: #9b1919 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
  }

  .how_it_work .shadow_box .shadow_box_content p {
    margin:0 auto;
  }

  .how_it_work .shadow_box .shop_now {
    background-color: #e5310e;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    max-width: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: clamp(14px, 2vw, 18px);
    width: 100%;
  }


  .how_it_work .shadow_box .shadow_box_content .image_text .how_is_it_work_img {
    width: 100%;
    margin: 20px 0;
  }

  .how_it_work .shadow_box .shadow_box_content .image_text .text {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .how_it_work .shadow_box .shadow_box_content .image_text .text .text_col {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    gap: 20px;

  }

  .how_it_work .shadow_box .shadow_box_content .image_text .text .text_col h5 {
    color: #9b1919;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 25px) !important;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: math-auto;

  }

  .how_it_work .shadow_box .shadow_box_content .image_text .text .text_col p {
    color: #231f20 !important;
    text-align: center;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    font-family: "Montserrat", sans-serif;

  }

  .section_5 {
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin-top: -147px;
  }

  .section_5 .full_img {
    width: 100%;
  }

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

  .section_5 .section_5_content .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section_5 .section_5_content .text h1 {
    color: #9e0e0e;
    letter-spacing: 1px;
    display: inline-block;
    transform-origin: bottom center;
    font-size: clamp(20px, 4vw, 40px) !important;
  }

  .section_5 .section_5_content .text .yellow {
    color: #f9d146;
    letter-spacing: 1px;
    font-size: clamp(20px, 4vw, 40px) !important;
  }

  .section_5 .section_5_content .text p {
    margin-top: 10px;
    font-weight: 800 !important;
    color: #231f20;
    font-family: "Montserrat", sans-serif !important;
  }

  .section_5 .section_5_content .text .discover_more_btn {
    background-color: #f9d146;
    color: #231f20;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
  }

  .section_5_new {
    font-family: "Montserrat", sans-serif;
    position: relative;
    /* background-color: #fcfaed; */
  }

  .section_5_new .section_5_new_content {
    color: #fff;
    width: 100%;
    gap: 5px;
    z-index: 2;
    padding: 20px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
  }

  .section_5_new .section_5_new_content .social_media {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .section_5_new .section_5_new_content .social_media p {
    color: #231f20 !important;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif;
  }

  .section_5_new .section_5_new_content .social_media .platforms {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-around;
  }

  .section_5_new .section_5_new_content .social_media .platforms img {
    width: 45px;
  }

  .section_5_new .section_5_new_content .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section_5_new .section_5_new_content .text h1 {
    color: #9e0e0e;
  }

  .section_5_new .section_5_new_content .text .yellow {
    color: #f9d146;
  }

  .section_5_new .section_5_new_content .text p {
    margin-top: 10px;
    font-weight: 800;
    color: #231f20;
  }

  .section_5_new .section_5_new_content .text .discover_more_btn {
    background-color: #f9d146;
    color: #231f20;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
  }

  .section_5_new .section_5_new_content .swiper {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .section_5_new .section_5_new_content .swiper .slider_box {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 180px;
    transform: none;
    transition: 0.3s ease-out;
  }

  .section_5_new .section_5_new_content .swiper .slider_box:hover {
    transition: all 0.2s;
    transform: translateY(-8px);
    cursor: pointer;
  }

  .section_5_new .section_5_new_content .swiper .slider_box .slider_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .section_5_new .section_5_new_content .swiper .slider_box .slider_content .click_icon {
    width: 70px;
  }

  .section_5_new .section_5_new_content .swiper .slider_box .slider_content .slider_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    max-width: 160px;
    color: #231f20;
    text-align: left;
  }

  .section_5_new .section_5_new_content .swiper .slider_box .slider_img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    align-items: center;
  }

  .section_5_new .section_5_new_content .swiper .nav_buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 99;
  }

  .section_5_new .section_5_new_content .swiper .navigation {
    font-size: 30px;
    padding: 5px;
    border: 2px solid #fd521b;
    color: #fd521b;
    border-radius: 100px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .section_5_new .section_5_new_content .swiper .swiper-prev img,
  .section_5_new .section_5_new_content .swiper .swiper-next img {
    cursor: pointer;
    width: 50px;
  }

  .section_5_new .section_5_new_content .section_three_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    text-align: justify;
  }

  .section_5_new .section_5_new_content .section_three_content .section_three_title {
    color: #fd521b;
  }

  .section_5_new .section_5_new_content .section_three_content .section_three_subtitle {
    color: #231f20;
    font-weight: 400 !important;
  }

  .section_5_new .section_5_new_content .section_three_content .review_part {
    display: flex;
    gap: 25px;
    margin: 40px 0;
  }

  .section_5_new .section_5_new_content .section_three_content .review {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }

  .section_5_new .section_5_new_content .section_three_content .review_box {
    max-width: 350px;
    padding: 20px;
    border-radius: 6px;
    width: 100%;
  }

  .section_5_new .section_5_new_content .section_three_content .orange {
    background-color: #f75800;
  }

  .section_5_new .section_5_new_content .section_three_content .light_orange {
    background-color: #fd9500;
  }

  .section_5_new .section_5_new_content .section_three_content .yellow_bg {
    background-color: #ffce00;
  }

  .section_5_new .section_5_new_content .section_three_content .review_title {
    color: #808080 !important;
    font-weight: 800 !important;
    font-size: clamp(18px, 3vw, 24px) !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    line-height: 1.1 !important;
    font-family: "Montserrat", sans-serif !important;
  }

  .section_5_new .section_5_new_content .section_three_content .review_username {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .section_5_new .section_5_new_content .section_three_content .avatar {
    border-radius: 100px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_5_new .section_5_new_content .section_three_content .red_bg_avatar {
    background-color: #9e0e0e;
    color: #fff;
  }

  .section_5_new .section_5_new_content .section_three_content .white_bg_avatar {
    color: #9e0e0e;
    background-color: #fff;
  }

  .section_5_new .section_5_new_content .section_three_content .red {
    background-color: #9e0e0e;
  }

  .section_5_new .section_5_new_content .section_three_content .white {
    color: #fff;
  }

  .section_5_new .section_5_new_content .section_three_content .black {
    color: #231f20;
  }

  .section_5_new .section_5_new_content .section_three_content .username {
    font-weight: 600;
    font-size: clamp(14px, 3vw, 17px);
  }

  .section_5_new .section_5_new_content .section_three_content .comment {
    font-size: clamp(12px, 3vw, 14px);
    font-weight: 300;
    margin-top: 5px;
    line-height: 20px;
  }

  .section_5_new .section_5_new_content .section_three_content .first_col,
  .section_5_new .section_5_new_content .section_three_content .third_col {
    margin-top: 50px;
  }


  @media (max-width: 800px) {

    .how_it_work {
      padding: 0px 40px;
    }

    .grass_wrapper_home .content .middle_content .clock_wrapper {
      display: none;
    }

    .grass_wrapper_home .content .middle_content {
      margin-top: 5px;
    }

    .grass_wrapper_home .content .middle_content .middle_content_title {
      align-items: center;
      width: 100%;

    }

    .grass_wrapper_home .content .middle_content .middle_content_title .middle_content_text {
      text-align: center;
    }

    .grass_wrapper_home .content .middle_content .middle_content_title .middle_content_subtitle {
      text-align: center;
    }

    .grass_wrapper_home .grass_hill {
        width: 100%;
        min-height: 800px;
        margin-top: -180px;
    }
  }

  .item-up {
    transform: translateY(-20px) !important;
  }

  .item-down {
    transform: translateY(20px) !important;
  }

  @media (max-width: 1200px) {

    .section_4_home .full_img {
      min-height: 1200px;
      object-fit: cover;
    }

    .section_5_new {
      margin-top: -300px;
    }
  }

  @media (max-width: 800px) {
    .section_5_new {
      margin-top: -250px;
    }

    .section_5_new .section_5_new_content .section_three_content .first_col,
    .section_5_new .section_5_new_content .section_three_content .third_col {
      margin-top: 10px;
    }

    .section_5_new .section_5_new_content .section_three_content .review_part {
      flex-direction: column;
      margin: 0;
      gap: 0px;
    }
  }

  @media (max-width: 600px) {
    .section_5_new {
      margin-top: -150px;
    }

    .section_5_new .section_5_new_content .swiper .swiper-prev img,
    .section_5_new .section_5_new_content .swiper .swiper-next img {
      cursor: pointer;
      display: none;
    }
  }
