@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

/*==BASIC-SETUP==*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}

.scraped-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;

}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > div {
  padding-right: 15px;
  padding-left: 15px;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/

.topbar {
  background-color: #ffffff;
  padding: 10px 0;
}

.logo img {
  width: 175px;
}

.topbar_cnt  {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_btn a {
  padding:15px 20px;
  background-color: rgb(93, 194, 56);
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  transition: 0.2s;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .02em;
  border-radius:4px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: RGB(37 42 50/32%)0 1px 4px 1px;
}

/* s2 start */

.s2{
  padding: 10px 0px 30px;
}

.s2_inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.s2_left {
  width: 50%;
}

.s2_right {
  width: 50%;
}

.rating p {
  font-size: 15px;
  font-weight: 400;
  color: #303030;
  margin: 0;
}

.rating p span {
  font-size: 17px;
  color: rgb(255, 200, 61);
}

.s2_left h3 {
  font-size: 26px;
  font-weight: 700;
  color:  #303030;
  margin: 15px 0;
  text-transform: capitalize;
}

.s2_left h2 {
  font-size: 19px;
  font-weight: 700;
  color: #FF0000;
  margin: 15px 0;
  text-transform: uppercase;
}

.s2_text p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 30px;
}

.s2_left ul li {
  font-size: 17px;
  font-weight: 700;
  color:  #000000;
  display: flex;
  padding: 0 0 20px;
  align-items: center;
}

.s2_left ul li img {
  width: 25px;
  margin-right: 15px;
}

.main_btn2 a {
  padding:15px 20px;
  background-color: rgb(93, 194, 56);
  cursor: pointer;
  color: #ffffff;
  display: block;
  text-align: center;
  transition: 0.2s;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
  border-radius:4px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: RGB(37 42 50/32%)0 1px 4px 1px;
  text-transform: uppercase;
}

.pay_img img {
  width: 100%;
  padding: 20px 0;
}

.s2_btm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.s2_btm a {
  font-size: 17px;
  font-weight: 400;
  color:  #303030;
  transition: 0.2s;
}

.s2_btm a:hover {
  color: #A5A7B2;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #303030;
    padding: 5px 20px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 26px;
}

.swiper {
	width: 100%;
	height: 100%;
}

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 80%;
	width: 100%;
  }

  .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
  }

  .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


.s3 {
  padding: 15px 0;
  background-color: rgb(253, 236, 236);
}

.s3_inner {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s3_img img {
  width: 100%;
  max-width: 200px;
}

.s4 {
  padding: 40px 0 0;
}

.s4_title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #262330;
  margin: 0 0 30px;
}

.s4_inner_cnt {
  margin: 0 auto;
}

.s4_inner_cnt2 {
  max-width: 800px;
}

.s4_inner_cnt p {
  font-size: 22px;
  font-weight: 500;
  color: #262330;
  margin: 0 0 25px;
}

.s4_inner_cnt2 p {
  text-align: center;
}

.s4_1_img {
  text-align: center;
  padding-bottom: 30px;
}

.s4_1_img img {
  width: 100%;
  border-radius: 20px;
}

.s4_1_img2 {
  padding-top: 30px;
}

.s4_inner_cnt ul {
  padding-bottom: 25px;
}

.s4_inner_cnt ul li {
  font-size: 22px;
  font-weight: 500;
  color: #262330;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.s4_title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #262330;
  margin: 0 0 30px;
  text-align: center;
}

.s4_title_2 h2 {
  margin-bottom: 10px;
}

.s4_inner_cnt_2 p {
  text-align: center;
}

.s4_title_2 p {
  text-align: left;
  margin: 0;
}

.s4_inner_cnt_22 p {
  text-align: left;
}

.s4_title p i {
  color: #FFABAF;
}

.s4_btm {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 40px;
}

.s4_btm .s4_inner_cnt p {
  text-align: left;
}

.s4_btm .s4_title h2 {
  text-align: left;
}

.s4_1_img3 img {
  max-width: 500px;
  padding-bottom: 30px;
}

.s5 {
  background-color: rgba(201,142,74,0.19);
  padding: 40px 0;
}

.s5_title {
  text-align: center;
}

.s5_title h2 {
  font-size: 61px;
  margin: 0;
  text-shadow: transparent 0px 0px 0px;
  font-weight: 700;
  color: rgb(48, 48, 48);
}

.s5_title h4 {
  font-size: 20px;
  margin: 20px 0 40px;
  font-weight: 400;
  color: #000000;
}

.s5_cnt_wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 50px 50px;
  place-items: center;
}

.s5_right img {
  width: 100%;
  border-radius: 5px;
}

.s5_left h3 {
  font-size: 35px;
  margin: 0 0 20px;
  font-weight: 700;
  color: #303030;
}

.s5_left p {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 400;
  color: #303030;
}

.s6 {
  padding: 40px 0;
}

.s6_title {
  text-align: center;
}

.s6_title h2 {
  font-size: 55px;
  margin: 0 0 20px;
  font-weight: 700;
  color: #303030;
}

.s6_title p {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 400;
  color: #303030;
}

.s6_cnt_wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
  place-items: center;
}

.s6_cnt h3 {
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 700;
  color: #303030;
}

.s6_cnt p {
  font-size: 17px;
  margin: 0;
  font-weight: 300;
  color: #303030;
}

.s6_cnt {
  padding-bottom: 20px;
}

.s6_img img {
  width: 100%;
  border-radius: 4px;
}

.s6_btn a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #5dc238;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 10px;
  box-shadow: RGB(37 42 50/32%) 0 1px 4px 1px;
  border-radius: 4px;
  margin-top: 20px;
}

.s6_btn a:hover {
  opacity: 0.8;
}

.s6_btm {
  text-align: center;
  padding-top: 70px;
}

.s6_btm h2 {
  font-size: 35px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #303030;
}

.s6_btm img {
  max-width: 210px;
  margin: 0 auto;
}

.s6_btm p {
  font-size: 20px;
  margin: 30px auto 0;
  font-weight: 400;
  color: #303030;
  max-width: 65%;
}

.s7 {
  padding: 40px 0px;
  background-color: rgb(253, 236, 236);
}

.s7_title h2 {
  font-size: 28px;
  margin: 0 0 30px;
  font-weight: 700;
  color: #303030;
  text-align: center;
}

.s7_cnt_wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

.s7_cnt {
  border-radius: 10px;
  padding: 10px 10px;
  box-shadow: rgb(218, 218, 218) 0px 0px 2px 2px;
}

.s7_cnt h3 {
  text-align: center;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}

.s7_cnt video {
  width: 100%;
}

.s8 {
  padding: 10px 10px;
  background-color: #ffffff;
}

.s8_inner {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 10px;
}

.s8_img img {
  width: 100%;
}

.s9 {
  background-color: rgb(253, 236, 236);
  padding: 15px 0;
}

.s9_title h2 {
  text-align: center;
  color: #303030;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
}

.s9_cnt_wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.s9_img img {
  width: 100%;
}

.s9_btm {
  text-align: center;
}

.s9_btm p {
  color: #303030;
  font-size: 22px;
  font-weight: 400;
  margin: 30px 0 0;
}

.s10 {
  padding: 40px 0;
}

.s10_inner {
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 20px;
  font-size: 14px;
  box-shadow: rgb(232, 232, 232) 0px 0px 5px 2px;
  padding: 30px 30px;
  padding-left: 0;
  background-color: rgb(253, 236, 236);
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.s10_img {
  width: 40%;
  padding-left: 20px;
}

.s10_img img {
  width: 100%;
  border-radius: 10px;
}

.s10_cnt {
  width: 60%;
}

.s10_cnt h3 {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}

.s10_cnt  ul li {
  color: #303030;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 25px;
}

.main_btn a {
  display: block;
  max-width: 55%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  background-color: #5dc238;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 10px;
  box-shadow: RGB(37 42 50/32%) 0 1px 4px 1px;
  border-radius: 4px;
  margin-top: 30px;
}

.main_btn a:hover {
  opacity: 0.8;
}

.main_btn P {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_btn P  i {
  font-size: 10px;
  color: rgb(38, 161, 0);
  margin-right: 5px;
}

.main_btn P span {
  color: red;
  margin-right: 5px;
}

.s11 {
  padding: 40px 0;
}

.s11_inner {
  text-align: center;
}

.s11_inner h2 {
  color: #303030;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px;
}

.s11_img img {
  width: 90%;
}

.s11_inner a {
  max-width: 30%;
}

.s12 {
  padding: 40px 0;
}

.s12_title h2 {
  color: #303030;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}

.s12_cnt_wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 10px;
}

.s12_reviwe_cnt {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(197, 199, 210);
  border-radius: 20px;
  box-shadow: rgba(197, 199, 210, 0.41) 5px 0px 10px 5px, rgba(197, 199, 210, 0.41) -5px 6.12323e-16px 10px 5px;
  height: fit-content;
  margin-bottom: 10px;
}

.s12_r_img img {
  width: 100%;
  border-radius: 20px;
}

.s12_r_text h3 {
  font-size: 14px;
  color: #303030;
  font-weight: 700;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}

.s12_r_text img {
  width: 70px;
}

.s12_r_text h3 img {
  width: 20px;
  margin-left: 10px;
}

.s12_r_text p {
  font-size: 14px;
  color: #303030;
  line-height: 20px;
  margin: 10px 0 0;
}

.s12_r_text {
  padding: 20px 20px;
}

.s13 {
  background-color: rgb(252, 236, 236);
  padding: 40px 0;
}

.s13_inner {
  display: flex;
  align-items: center;
}

.s13_left {
  width: 45%;
  margin-top: -40px;
  padding-right: 60px;
}

.s13_right {
  width: 55%;
}

.s13_left h2 {
  font-size: 28px;
  color: #303030;
  font-weight: 700;
  margin: 0 0 20px;
}

.s13_left p {
  font-size: 19px;
  color: #303030;
  font-weight: 400;
  margin: 0;
}

.s13_right table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}

.s13_right table th, 
.s13_right table td {
  width: 33.33%;
  padding: 20px 10px;
  text-align: center;
  border: 0;
}

.s13_right table td {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
}

.td_border {
  border-radius: 0 0 10px 0;
}

.td_border_2 {
  border-radius: 0 0 0 10px;
}

.t_border_top {
  border-radius: 10px 0 0 0;
}

.td_border_right {
  border-radius: 0 10px 0 0;
}

.s13_right table .td_2 {
  background-color: #F8B2B4;
}

.s13_right table .th_2 {
  background-color: #F8B2B4;
  padding: 0;
  color: #ffffff;
}

.s13_right table .th_2 img {
  width: 100%;
  margin-bottom: 10px;
}

.s13_right table .th_3 img {
  width: 50%;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.s13_right table .th_3 {
  padding: 0;
  padding-top: 70px;
}

.s14 {
  padding: 40px 0;
}

.s14_title h2 {
  text-align: center;
  font-size: 28px;
  color: #303030;
  font-weight: 700;
  margin: 0 0 20px;
}

.accordion {
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  margin: 8px 0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f9f9f9;
  cursor: pointer;
  font-size: 17px;
  color: #303030;
  font-weight: 700;
}

.accordion-header:hover {
  background-color: #f1f1f1;
}

.accordion-header::after {
  content: '\2b'; /* Down arrow */
  font-size: 16px;
  transition: transform 0.3s ease;
  font-family: 'font awesome 5 free';
}

.accordion input[type="checkbox"] {
  display: none;
}

.accordion input[type="checkbox"]:checked + .accordion-header::after {
  content: '\f068';
  font-size: 16px;
  font-family: 'font awesome 5 free';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  background-color: #fff;
}

.accordion input[type="checkbox"]:checked ~ .accordion-content {
  max-height: 200px; /* Adjust this value as needed */
  padding: 15px;
}

.accordion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #303030;
  font-weight: 400;
  margin: 0 0 20px;
}

.s15 {
  background-color: rgb(249, 179, 181);
  padding: 40px 0;
}

.s15_title h2 {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 20px;
}

.s15_cnt_wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

.s15_cnt {
  text-align: center;
}

.s15_cnt img {
  width: 30%;
}

.s15_cnt h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 15px 0;
}

.s15_cnt p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.footer_area {
  padding: 30px 0 90px;
}

.footer_inner {
  text-align: center;
}

.f_logo img {
  max-width: 230px;
}

.f_cnt p {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin: 20px 0;
}

.f_cnt ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_cnt ul li {
  padding: 0 5px;
}

.f_cnt ul li a {
  color: #4368E0;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
}

.f_cnt ul li a:hover {
  opacity: 0.8;
}

.fixed_footer {
  background-color: rgb(93, 194, 56);
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.ff_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ff_inner p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding-right: 50px;
}

.ff_inner a {
  color: rgb(93, 194, 56);
  background-color: #ffffff;
  font-weight: 700;
  transition: 0.2s;
  display: inline-block;
  box-shadow: RGB(37 42 50/32%)0 1px 4px 1px;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 17px;
}

.ff_inner a:hover {
  opacity: 0.8;
}

.ingredients_area {
  padding: 0 0 20px;
}

.ingredients_cnt {
    border-width:2px;
    border-style:solid;
    border-color: rgb(249, 179, 181);
    border-radius:20px;
    color: rgb(48, 48, 48);
    font-size: 14px;
    text-align: initial;
    margin:20px 0px 0px;
    padding:5px;
    background-size: auto;
    background-repeat: no-repeat;
    display:flex;align-items: flex-start;
    gap: 15px;
}

.ingredients_img {
  width: 30%;
}

.ingredients_img img {
  width: 100%;
  border-radius: 20px;
}

.ingredients_text {
  width: 70%;
}

.ingredients_text {

}

.ingredients_text_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
  padding-right: 10px;
}

.ingredients_text_top h3 {
  font-size: 22px;
  font-weight: 700;
  color: #303030;
  margin: 0;
}

.ingredients_text p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 15px 0 0;
  padding: 0 10px;
}

.ingredients_text_top a {
  border-width:0px;
  border-style:solid;
  border-radius:50px;
  margin:5px;
  padding:5px 15px;
  background-color: rgb(249, 179, 181);
  box-shadow: transparent 0px 0px 0px 0px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #f6f9fe;
}

.ingredients_text_top a:hover {
  color: #000000;
}

.ingredients_title h2 {
  text-align: center;
  color: #192F23;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}



.sec4_mid {
  vertical-align: middle;
  width: 100%;
  max-width: 1030px;
  display: block;
  margin: 0 auto;
  margin-top: -30px;
}

.s4_mid_row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0;
}

.s4_row_center_step {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 6px solid #FFABAF;
  margin-top: 10px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.s4_row_center_step {
  display: block !important;
}

.s4_mid_week_box {
  width: 39%;
  text-align: right;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.week_heading {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #262330;

}

.calendar {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 12px 0 0;
}

.s4_row_content_box {
  float: right;
  width: 38.5%;
  border-radius: 10px;
  position: relative;
  background: #FFFFFFD9;
  border: 3px solid #FFABAF;
  padding: 25px 25px;
  text-align: left;
  box-shadow: 0px 0px 5px 0px #E8E8E8;

  backdrop-filter: blur(20px)

}

.s4_row_text {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 26px;
  color: #262330;
  font-weight: 500;
}

.s4_row_content_box::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #FFABAF;
}

.s4_mid_row:first-child::after {
  top: 114px;
}

.s4_mid_row::after {
  position: absolute;
  content: "";
  border-right: 2px dashed #FFABAF;
  left: 50%;
  top: 3px;
  bottom: 0;
  margin-left: -5px;
}

.s4_mid_row.reverse {
  flex-direction: row-reverse;
}

.s4_mid_row.reverse .s4_row_content_box::after {
  border-right: none;
  border-left: 13px solid #FFABAF;
  left: auto;
  right: -15px;
}

.s4_mid_row.reverse .s4_mid_week_box {
  text-align: left;
}

.sec_1 {
  background-color: #FDECEC;
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/449ef881-1e88-4a8e-a324-d7a24885d231/017a158f-c232-4969-8ac3-c45ce7bdca6c/main_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.section_1_title h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #262330;
  margin: 0;
}

.sec_1_btm h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #262330;
  margin: 50px 0 0;
  margin-left: -15px;
}

.sec_1_btm h3 span {
  color: #FFABAF;
}

.line_2 {
  text-align: center;
  margin-top: 30px;
}

.how_to_use_area {
  padding: 50px 0 80px;
}

.how_to_use_area .scraped-container {
  max-width: 1800px;
}

.htu_title h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #262330;
  margin: 0 0 50px;
}

.list_number {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.list_n h3 {
  color: #FFABAF;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  box-shadow: 0px 0px 5px 0px #E8E8E8;
  width: 50px;
  height: 50px;
  border: 6px solid #FFABAF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  background-color: #ffffff;
}

.list_number {
  position: relative;
}

.list_number::after {
  content: '';
  display: block;
  position: absolute;
  width: 78%;
  border: 2px dashed #FFABAF;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.gif img {
  border-radius: 20px;
  width: 100%;
}

.gif_wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 50px;
  padding-top: 50px;
  margin: 0 auto;
  width: 98%;
}

.gif_text {
  box-shadow: 0px 0px 5px 0px #E8E8E8;
  border-radius: 10px;
  border: 1px solid #FFABAF;
  padding: 10px 10px;
  margin-top: 15px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gif_text p {
  font-size: 16px;
  font-weight: 500;
  color: #FFABAF;
  color: #262330;
  margin: 0;
  text-align: center;
}

.mb_area {
  background-color: #FDECEC;
  padding: 25px 0;
}

.mb_title h2 {
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #262330;
  margin: 0 0 25px;
}

.mb_img {
  text-align: center;
  padding: 0 0 25px;
}

.mb_title p {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #262330;
  margin: 0 auto 25px;
  width: 75%;
}

.sm {
  display: none;
}