* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .bg_curved {
    position: relative;
    margin-top: -70px;
  }


  .curved_img {
    width: 100%;
    display: block;
  }

  .curved_bottom {
    position: relative;
    height: 150px;
    z-index: 2;
  }

  .section_two {
    background-color: #fcdec2;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
  }


  .section_two .egg_2 {
    position: absolute;
    left: 50px;
    top: 0px;
  }

  .section_two .egg2 {
    max-width: 200px;
  }

    .section_two .egg3 {
    max-width: 200px;
  }


  .section_two .section_two_title {
    color: #9b1919;
    margin-top: 15px;
    font-weight: 800;
    font-size: clamp(25px, 4vw, 50px);
    text-align: center;
    font-family: 'Newake', sans-serif;

  }

  /* h5 {
    font-weight: 800;
    font-size: clamp(25px, 4vw, 50px);
    text-align: center;
    font-family: 'Newake', sans-serif;
  } */

  .section_two .follow_us {
    color: #231f20;
    font-weight: 800;
    font-size: clamp(14px, 4vw, 18px);
    font-family: "Montserrat", sans-serif;
  }


  .section_two .swiper {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }

  .section_two .swiper .slider_box {
    background-color: rgb(245, 245, 217);
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 370px;
    gap: 15px;
    width: 180px;
    transform: none;
    transition: .3s ease-out;

  }

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

  .section_two .swiper .slider_box .slider_img {

    width: 100%;
    height: 250px;
    object-fit: cover;
    align-items: center;
  }

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

  .circle_plus {
    border: 2px solid #fd521b;
    color: #fd521b;
    font-size: 15px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .slider_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    max-width: 160px;
  }

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


  }

  .title_text_img {
    max-width: 800px;
    width: 100%;
    padding: 0 20px;
  }

  .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;
  }

  .swiper-prev,
  .swiper-next {


    border-radius: 99px;
    cursor: pointer;

  }



  @media (max-width: 1250px) {

    .egg1,
    .egg2,
    .egg3 {
      display: none;
    }

  }

.egg_muffin {
      position: absolute;
      top: -38%;
      right: 8%;
      width: 25%;
  }
  .egg3 {
    position: absolute;
    top: 90%;
    z-index: 2;
    left: 20%;
  }
  
  #recipe-section .slider_box {
    background-color:#fffcef !important;
  }
  .item-up {
    margin-top:0px !important;
  }

  .item-down {
    margin-top:40px !important;
  }
