@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .section_title {
    font-size: 20px;
  }
  .section_caption {
    font-size: 14px;
  }
  body.no_scroll {
    overflow-y: auto;
  }
  /*  ============================================== header ============================================== */
  header {
    background: #fff;
    z-index: 1200;
    height: auto;
    padding: 8px 0;
    position: relative;
    margin-bottom: 0;
  }

  header .content {
    height: auto;
    justify-content: center;
  }
  header .content .logo_box {
    text-align: center;
  }
  header .logo_img {
    max-width: 60px;
    margin: 0 auto;
  }
  header .logo {
    float: none;
  }
  header .navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(../images/navbar.png);
    width: 24px;
    height: 24px;
  }
  header .navbar-collapse {
    position: absolute;
    top: -23px;
    left: -15px;
    background: #fff;
    border-radius: 0 16px 16px 0;
    min-width: 280px;
    padding: 37px 33px 0 21px;
    height: 99vh;
  }
  header .menu {
    order: 1;
  }
  header .logo_box {
    order: 2;
  }
  header .btns {
    order: 3;
    /* display: none; */
  }
  header .callToAction2 {
    margin-right: 0;
    display: none;
  }
  header .navbar-nav .nav-item {
    margin: 0 0 28px;
    padding: 0;
  }
  .navbar .navbar_logo {
    max-width: 75px;
    margin-bottom: 32px;
  }
  header .close_btn {
    filter: brightness(0);
    position: absolute;
    right: 15px;
    top: 37px;
  }
  header .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
  }
  header .dropdown-menu {
    border-top: none;
    padding: 20px 0 0;
    width: fit-content;
    box-shadow: none;
    border: none;
  }
  header .dropdown-menu li {
    margin: 0 0 12px;
  }
  header .dropdown-item {
    font-size: 18px;
    color: #979090;
    width: fit-content;
  }

  /*  ============================================== info_box ============================================== */
  .info_box .content {
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .info_box .img_box {
    margin-bottom: 15px;
  }
  .info_box .img_box img {
    border-radius: 25px;
  }
  .info_box .content .section_caption {
    margin-bottom: 24px;
  }
  .info_box .icon_box_link {
    margin-bottom: 12px;
  }
  .info_box .icon_box_link img {
    max-width: 16px;
  }
  .info_box .icon_box_link span {
    font-size: 12px;
  }
  .info_box {
    margin-bottom: 50px;
  }

  /*  ============================================== info_box about_us ============================================== */
  .info_box.about_us .content .inner_box {
    max-width: 100%;
  }
  .info_box .content .section_caption {
    margin-bottom: 13px;
  }
  .info_box.about_us .icon_box_link img {
    max-width: 37px;
    margin-right: 12px;
  }
  .info_box.about_us .icon_box_link {
    margin-bottom: 20px;
  }
  .info_box.about_us .icon_box_link:last-child {
    margin-bottom: 0;
  }
  .info_box.about_us {
    margin-bottom: 80px;
  }

  /*  ============================================== get_in_touch ============================================== */
  .get_in_touch {
    margin-bottom: 42px;
  }
  .get_in_touch.feadback .content {
    background-image: url(../images/form_bgmo.png);
    padding: 50px 0 65px;
    max-width: unset;
  }
  .get_in_touch .title {
    font-size: 20px;
  }
  .get_in_touch .subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 14px;
    max-width: 277px;
  }
  .feadback .membership {
    max-width: 277px;
  }
  .membership label.error {
    font-size: 10px;
    color: #fff;
  }
  .membership .form-group {
    min-height: 50px;
  }
  .membership .form-group.message_box {
    min-height: 100px;
  }
  .membership .form-control {
    line-height: 1.4;
  }

  /*  ============================================== faq ============================================== */
  .faq .accordion {
    max-width: 100%;
  }
  .faq .accordion-button {
    font-size: 14px;
    line-height: 2;
    padding: 18px 50px 10px 14px;
  }
  .faq .accordion-body {
    font-size: 14px;
    line-height: 2;
    max-width: 100%;
  }
  .faq .accordion-button::after {
    width: 20px;
    height: 20px;
    top: 25px;
  }
  .faq .accordion-item {
    margin: 0 0 8px;
  }
  .faq {
    margin-bottom: 60px;
  }

  /*  ============================================== footer ============================================== */
  footer {
    background-image: url(../images/footer_bgmo.png);
    padding: 60px 0 40px;
  }
  footer .content > div {
    text-align: center;
    text-align-last: center;
    padding: 0 27px;
  }
  footer .logo_img {
    margin: 0 auto 16px;
    max-width: 65px;
  }
  footer .caption {
    font-size: 12px;
    text-align-last: center;
    margin: 0 auto 12px;
    max-width: 100%;
    line-height: 1.6;
  }
  footer .page_link_box {
    justify-content: center;
  }
  footer .page_link_box .page_link:first-child {
    margin-right: 0;
  }
  footer .page_link_box:last-child {
    margin-top: 12px;
  }
  footer .page_link_box:last-child .title {
    display: none;
  }
  footer .social {
    margin-bottom: 40px;
  }
  footer .page_link .title {
    margin-bottom: 7px;
  }
  footer .page_link .subtitle {
    margin-bottom: 12px;
    line-height: 22px;
  }

  /*  ============================================== properties ============================================== */
  .properties {
    margin-bottom: 80px;
  }
  .properties .section_title {
    margin: 0 auto 24px;
  }
  .properties .content_box .property_img {
    margin: 0 auto 12px;
    max-width: 138px;
  }
  .properties .content_box .title {
    font-size: 18px;
  }
  .properties .content_box .caption {
    font-weight: 200;
    font-size: 16px;
    max-width: 90%;
  }
  .properties .content_box {
    margin-bottom: 40px;
  }
  .properties .col-md-4:last-child .content_box {
    margin-bottom: 0;
  }

  /*  ============================================== articles ============================================== */
  .articles {
    margin-bottom: 50px;
  }
  .articles.related .content {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: thin; /* For Firefox */
    padding-left: 15px;
  }
  .articles.related .content_box {
    margin-right: 10px;
  }
  .articles .content.row::-webkit-scrollbar {
    display: none; /* مخفی کردن اسکرولبار */
  }
  /* .articles .content.row .col-md-4 {
    flex: 0 0 80%; 
    scroll-snap-align: start;
    min-width: 280px; 
    padding: 0 5px;
    max-width: 270px;
  } */
  .articles .content_box {
    border-radius: 9px;
    padding: 10px 12px;
  }
  .articles .section_title {
    margin: 0 0 10px;
    text-align: left;
    text-align-last: left;
  }
  .articles .content_box .categories {
    font-size: 12px;
  }
  .articles .content_box .article_img {
    border-radius: 9px;
    margin-bottom: 12px;
  }
  .articles .content_box .article_title {
    font-size: 14px;
  }
  .articles .content_box .article_caption {
    font-size: 12px;
    margin: 0 0 18px;
  }
  .articles .content_box .read_more {
    font-size: 12px;
  }
  .articles .content_box .read_more .read_more_icon {
    max-width: 15px;
    margin-top: 3px;
    margin-left: 7px;
  }

  /*  ============================================== introduction ============================================== */
  .introduction {
    background-image: url(../images/product_bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 300% auto;
    background-position: right top;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .introduction .row {
    height: auto;
  }
  .introduction .title {
    font-size: 22px;
    margin: 0 auto 4px;
    max-width: 80%;
  }
  .introduction .subtitle {
    font-size: 16px;
  }
  .product_img_box {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
  .product_img_box .product_img {
    max-width: 75%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
  }
  .product_img_box .side_img1 {
    bottom: unset;
    right: unset;
    left: 10%;
    top: 0;
    max-width: 80px;
  }
  .product_img_box .side_img2 {
    top: 60%;
    right: 2%;
    max-width: 108px;
  }
  .introduction .product_info {
    margin: 0 auto;
    max-width: 100%;
  }

  /*  ============================================== types ============================================== */
  .types.properties {
    margin: 0 0 16px;
    padding-top: 0;
  }
  .type_box3 {
    margin-bottom: 70px;
  }
  .types.properties .section_title {
    text-align: left;
    text-align-last: left;
    margin: 0 0 4px;
  }
  .types.properties .section_caption {
    text-align: left;
    text-align-last: left;
    margin: 0 0 16px;
  }
  .types.properties .type_img {
    margin: 0 0 24px;
    max-width: 109px;
  }
  .types.properties .content_box .section_title {
    font-size: 14px;
  }
  .types.properties .content_box .section_caption {
    font-size: 12px;
    margin: 0;
  }
  .types.properties .content_box {
    margin-bottom: 0;
    align-items: flex-start;
  }
  .types.properties .content {
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: thin; /* For Firefox */
    padding-bottom: 16px;
  }
  .types.properties .content.row::-webkit-scrollbar {
    display: none; /* مخفی کردن اسکرولبار */
  }
  .types.properties .content.row .col-md-4:first-child {
    padding-left: 0;
  }
  .types.properties .content.row .col-md-4 {
    flex: 0 0 50%;
    scroll-snap-align: start;
    max-width: 190px;
    padding: 0 8px;
  }

  /*  ============================================== product_data ============================================== */
  .product_data {
    margin-bottom: 74px;
    padding-top: 0;
  }
  .product_data .content {
    flex-direction: column-reverse;
  }
  .product_data .product_box {
    padding: 20px 15px 15px;
    text-align: center;
  }
  .product_data .product_box img {
    margin: 0 auto;
    max-width: 50%;
    position: relative;
    right: 0%;
  }
  .product_data .product_box img.tiny {
    max-width: 40%;
  }
  .product_data .section_title {
    text-align: center;
    text-align-last: center;
    margin: 0 auto 4px;
  }
  .product_data .subtitle {
    text-align: center;
    text-align-last: center;
    margin: 0 auto 12px;
    font-size: 14px;
  }
  .product_data .section_caption {
    text-align: justify;
    text-align-last: center;
    margin: 0 auto 34px;
    max-width: 95%;
  }
  .product_data .product_volume {
    text-align: center;
    text-align-last: center;
    font-size: 14px;
    margin: 0 auto 4px;
  }
  .data_box {
    padding: 30px 35px;
    width: auto;
    height: auto;
  }
  .data_box span {
    font-size: 12px;
  }
  .recipe .video_box {
    margin-bottom: 13px;
  }
  .articles.recipe {
    margin-bottom: 60px;
  }
  .articles.recipe .content {
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 20px;
  }
  .articles.recipe .content_box .article_title {
    font-size: 16px;
    font-weight: 500;
  }
  .articles.recipe .content_box .article_caption {
    margin-bottom: 0;
  }
  .articles.recipe .content_box {
    padding: 0;
  }
  .articles.recipe .content.row .col-md-4 {
    padding: 0 10px;
  }
  .articles.recipe .content.row .col-md-4:first-child {
    padding-left: 0;
  }

  /*  ============================================== home page ============================================== */
  .step2 .green_bgmo {
    top: 35px;
    overflow: hidden;
    right: 0;
    position: absolute;
    opacity: 0;
  }

  .step2 .title_box .section_title {
    font-size: 26px;
    line-height: 1.16;
    max-width: 85%;
  }
  .step2 .title_box {
    width: 100%;
    transform: none;
  }
  .data_img_inner {
    max-width: 65px;
    position: absolute;
  }
  .data_img1 {
    top: 0;
    right: 0;
  }
  .data_img2 {
    bottom: 0;
    right: 0;
  }
  .data_img3 {
    top: 0;
    left: 0;
  }
  .data_img4 {
    bottom: 0;
    left: 0;
  }
  .step2 .data_img {
    width: 80%;
    margin: 0 auto;
    top: 110px;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
  }
  .product_swiper .slide_img {
    margin-bottom: 30px;
    max-height: 268px;
  }

  .product_swiper .title {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    text-align-last: left;
    opacity: 0;
    transition: opacity 0.6s ease; /* زمان و نرمی تغییر */
  }
  .product_swiper .swiper-slide-active .title {
    opacity: 1;
    transition: opacity 0.6s ease; /* زمان و نرمی تغییر */
  }

  .swiper_arrow {
    right: 20px;
    bottom: 0;
  }
  .swiper_arrow .swiper-button-prev,
  .swiper_arrow .swiper-button-next {
    top: unset;
    bottom: -10px;
  }
  .swiper-button-next {
    right: 00px;
    left: unset;
  }
  .swiper-button-prev {
    right: 50px;
    left: unset;
  }
  .steps {
    height: auto;
  }
  .step4 .section_title,
  .step5 .section_title {
    text-align: center;
    text-align-last: center;
    margin: 0 auto 2px;
    line-height: 1.6;
  }
  .step4 .section_caption,
  .step5 .section_caption {
    font-size: 12px;
    text-align: justify;
    text-align-last: center;
    margin: 0 auto 70px;
    max-width: 95%;
    font-weight: 400;
  }
  .step4 .container {
    padding: 0;
  }
  .step4 .text_box {
    padding: 0 15px;
  }
  .step4 .row {
    align-items: center;
    flex-direction: column-reverse;
  }
  .step4 .description {
    position: relative;
  }

  .steps.step4,
  .steps.step5 {
    height: auto;
    margin-bottom: 100px;
  }
  .product_swiper .swiper_content .show_products_btn {
    position: relative;
    left: 0%;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
  }
  .product_swiper .swiper_content .show_products_btn span {
    font-size: 12px;
    font-weight: 300;
  }
  .product_swiper .arrow_circle {
    max-width: 14px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 24px;
    height: 24px;
  }
  .step2 {
    padding-bottom: 100px;
    position: relative;
    height: auto;
    justify-content: flex-start;
    text-align: center;
  }
  .step2 .product_img {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;
    top: 15px;
    position: relative;
  }
  .step2 .product_img_main {
    margin: 0 auto;
  }
  .step2 .product_img .side_img1 {
    left: 20px;
    top: 0px;
    max-width: 80px;
  }
  .step2 .product_img .side_img2 {
    right: 0;
    bottom: 40px;
    max-width: 100px;
  }
  .step2 .title_box .section_caption {
    font-size: 16px;
  }
  .step2 .content {
    min-height: unset;
    padding: 15px 0 0;
  }
  .part2 {
    padding-top: 70px;
  }
  .product_infomo {
    margin: 20px 0 auto;
  }
  .product_swiper {
    transform: none;
    opacity: 1;
  }
  .product_swiper .swiper-slide {
    padding-top: 0;
  }

  .product_swiper .swiper_content {
    height: auto;
    justify-content: flex-start;
  }
  .product_swiper .bottom_slide {
    position: static;
    min-height: 112px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .product_swiper .bottom_slide a {
    width: 100%;
  }
  .step3 {
    margin-bottom: 100px;
  }
  .step3 .swiper_title {
    margin: 0 auto 64px;
    font-size: 24px;
    font-weight: 600;
    color: #006f0a;
    text-align: center;
    text-align-last: center;
  }
  .step5 .img_box {
    padding-top: 90px;
  }
  .step5 .last_img {
    transform: rotate(0) scale(1.4);
    transform-origin: bottom center;
  }

  /* ============================== blogs ============================== */
  .articles.tabs {
    padding-top: 45px;
  }
  .articles.tabs .tab-content {
    padding-right: 18px;
  }
  .articles.tabs > .container {
    padding: 0 0 0 18px;
  }
  .articles.tabs .section_title {
    font-size: 20px;
    line-height: 32px;
  }
  .articles.tabs .section_caption {
    text-align: justify;
    text-align-last: left;
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 12px;
    padding-right: 18px;
  }
  .articles.tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .articles.tabs .nav-tabs .nav-link {
    width: 144px;
    padding: 13px 0;
    font-size: 14px;
    margin: 0 8px 0 0;
  }
  .articles.tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .articles.tabs .content {
    flex-wrap: wrap;
    overflow-x: hidden;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .articles.related .content.row .col-md-4 {
    flex: 0 0 80%;
    min-width: unset;
    padding: 0;
    margin-right: 10px;
  }

  .articles.tabs .content_box {
    border-radius: 11px;
    padding: 11px 14px;
  }
  .articles.tabs .tab-content > .tab-pane {
    padding: 0;
  }
  /* ============================== recipe ============================== */
  .articles.tabs.recipe .section_title {
    text-align-last: center;
    padding-right: 18px;
  }
  .articles.tabs.recipe .section_caption {
    text-align-last: center;
  }
  .articles.tabs.recipe .content_box {
    padding: 0;
  }
  .articles.tabs.recipe .blog_post {
    margin-bottom: 22px;
  }
  .articles.tabs.recipe .content.row .col-md-4 {
    padding: 0;
  }
  /* ============================== blog_post ============================== */
  .blog_post_inner {
    margin-bottom: 60px;
    padding-top: 30px;
  }
  .post_detail {
    background-image: url(../images/post_detail_mo.png);
    margin-top: 15px;
    padding: 25px 14px;
  }
  .post_detail .post_icon {
    max-width: 16px;
  }
  .post_detail .post_detail_inner .detail_title {
    font-size: 12px;
  }
  .blog_post_inner .content1 .col-md-8 {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .blog_post {
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 0;
  }
  .side_post img {
    margin-bottom: 30px;
    max-width: 36px;
  }
  .side_post .section_title {
    font-size: 18px;
    line-height: 29px;
  }
  .side_post .section_caption {
    font-size: 12px;
    max-width: 95%;
  }
  .side_post {
    min-height: 390px;
    padding: 40px 65px 50px;
    background-image: url(../images/side_post2_mo.png);
    background-position: center;
    background-size: 100%;
    margin-bottom: 30px;
  }
  .blog_post_inner .section_list li::before {
    top: 9px;
  }
  .blog_post_inner .post_box {
    padding: 30px 18px;
    margin: 20px 0 40px;
  }
  .post_info {
    padding: 12px;
    margin: 40px 0;
  }

  /* ============================== recipe_post ============================== */
  .recipe .video_box video {
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .blog_post_inner.recipe .container {
    padding: 0 18px;
  }

  /* ============================== branches_box ============================== */
  #branches_box {
    padding: 0 0 70px;
  }
  #branches_box .content {
    max-width: 100%;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
  }
  #branches_box .map {
    float: none;
    margin: 0 auto 15px;
  }
  #branches_box .section_title {
    text-align: center;
    text-align-last: center;
    margin: 0 auto 4px;
  }
  #branches_box .top .section_title {
    margin: 0 auto 12px;
  }
  #branches_box .section_caption {
    text-align-last: center;
    margin: 0 auto 20px;
  }
  .select_box {
    justify-content: center;
  }
  .select_content {
    border: none;
    width: 100%;
    padding: 0 16px;
  }
  .select_content select {
    padding: 11px 0px;
    color: rgba(41, 45, 50, 0.91);
    font-size: 12px;
  }
  .select_content::after {
    top: 10px;
  }
  #branches_box .content2 {
    padding-top: 90px;
  }
  .branches .top {
    justify-content: center;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .inner_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .search_btn {
    background: rgba(0, 111, 10, 1);
    width: 100%;
    height: 44px;
  }
  .branches .top .search_box {
    margin: 0 auto 15px;
  }
  .template_box {
    padding: 30px 15px 277px;
    border-radius: 12px;
  }
  .template_box .shop_name {
    font-size: 16px;
    margin: 0 0 18px;
  }
  .template_box .shop_data {
    font-weight: 500;
    margin: 0 0 12px;
    align-items: flex-start;
    font-size: 12px;
  }
  .template_box .shop_data img {
    max-width: 16px;
  }
  .template_box .shop_caption {
    font-size: 12px;
    margin: 0 0 12px;
  }
  .template_box .branch {
    margin-bottom: 15px;
  }
  .template_box .cafe_img {
    max-height: 277px;
  }
}

@media screen and (max-width: 350px) {
  .feadback .membership {
    max-width: 260px;
  }
  .membership .form-control.textarea {
    max-height: 70px;
  }
  .membership .form-group.message_box {
    min-height: 100px;
  }
  .get_in_touch.feadback .content {
    padding: 30px 0 40px;
  }
  footer {
    padding: 40px 0 20px;
  }
  footer .social {
    margin-bottom: 20px;
  }
  .step2 .data_img {
    top: 100px;
    height: 185px;
  }
  .step2 .product_img .side_img2 {
    bottom: 0;
    max-width: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .product_swiper .slide_img {
    max-width: 85%;
    max-height: 100%;
  }
  .step2 .product_img_main {
    max-width: 85%;
  }
  .introduction .row {
    height: 650px;
  }
  .introduction {
    background-position: left 40%;
  }
  footer .social {
    margin-bottom: 20px;
  }
  footer {
    padding: 60px 0 20px;
  }
  .side_post {
    min-height: 590px;
  }
}
@media screen and (max-width: 375px) {
  .side_post {
    min-height: 360px;
    margin-bottom: 5px;
  }
}
