@import url(../font/stylesheet.css);

/*=========================== general =====================*/

*,
html {
  scroll-behavior: smooth !important;
}

body {
  overflow-x: hidden;
  font-family: "MohrRounded";
}

section {
  padding: 0;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
p {
  margin-bottom: 0;
}

* {
  direction: ltr;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

video,
img {
  max-width: 100%;
}
.swiper {
  height: fit-content;
}
.btn-check:focus + .btn,
.b tn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
in put:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s,
    color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
in put::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

i nput:-internal-autofill-selected {
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

:focus-visible {
  outline: none !important;
}
.mobile {
  display: none;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ============== callToAction and it's hover ==================*/
.callToAction {
  background: #83c705;
  border-radius: 500px;
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 24px;
  border: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 301px;
  margin: 0 auto;
}
.callToAction:hover {
  background: #83c705;
  color: #575757;
}
.callToAction2 {
  background: transparent;
  color: #c8652f;
  border-radius: 500px;
  border: 1px solid #c8652f;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.callToAction2:hover {
  background: transparent;
  color: #c8652f;
}

/* ================================ header ================================*/

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  padding: 18px 0;
  background: #fff;
}
header.stickyHeader {
  position: fixed;
}
header .globe_img {
  margin-right: 4px;
  max-width: 16px;
  filter: grayscale(1);
}
header .dropdown-menu[data-bs-popper] {
  top: 60px;
  margin-top: 0;
}

header .content {
  align-items: center;
}

header .logo {
  float: left;
}
header .logo_img {
  max-width: 70px;
}
header .nav-link {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  direction: ltr;
}
header .navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}

header .navbar-nav .nav-item {
  margin-right: 28px;
  padding: 18px 0;
}
header .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
  color: #006f0a;
}
header .navbar-nav {
  width: 100%;
  justify-content: flex-start;
}

header .callToAction2 {
  color: #6a6a6a;
  border: none;
  padding: 0;
  margin-right: 10px;
}
header .callToAction2:hover {
  color: #6a6a6a;
}
.download_img {
  max-width: 24px;
  filter: brightness(100);
}
header .btns {
  text-align: right;
}

header .dropdown-toggle::after {
  background-image: url(../images/arrow_down_nav.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  width: 18px;
  height: 18px;
  margin: 0;
  vertical-align: middle;
}
header .navbar {
  padding: 0;
}
header .dropdown-menu {
  top: 60px;
  border-radius: 14px;
  border-top: none;
  padding: 20px 18px;
  width: 186px;
  box-shadow: inset 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
}
header .dropdown-menu li {
  margin: 0 0 24px;
}
header .dropdown-menu li:last-child {
  margin: 0;
}
header .dropdown-item {
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
header .dropdown-item:hover {
  color: #006f0a;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  background-color: transparent;
  color: #006f0a;
}
header .nav-link.dropdown-toggle {
  cursor: pointer;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item .dropdown-menu {
  display: none;
}

.navbar-nav .dropdown-menu {
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

/* ================================ section-title ================================*/

.section_title {
  font-weight: 700;
  font-size: 24px;
  color: #006f0a;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 50px;
}
.section_caption {
  font-weight: 200;
  font-size: 16px;
  color: #000;
  text-align: justify;
  text-align-last: left;
  margin: 0;
}

/*================================ introduction ================================*/

.introduction {
  background-image: url(../images/product_bg.png);
  background-repeat: no-repeat;
  background-position: left 30%;
  background-size: contain;
  position: relative;
}
.introduction .product_bg {
  position: absolute;
  left: 0;
}
.introduction .row {
  align-items: center;
  height: 700px;
  position: relative;
}
.introduction .text_container {
  text-align: center;
  text-align-last: center;
}
.introduction .title {
  color: #006f0a;
  font-weight: 700;
  font-size: 36px;
  margin: 0 auto 15px;
  text-align: center;
  text-align-last: center;
}
.introduction .subtitle {
  color: #006f0a;
  font-weight: 400;
  font-size: 32px;
  margin: 0 auto 25px;
  text-align: center;
  text-align-last: center;
}
.introduction .product_info {
  margin: 0 auto;
  max-width: 315px;
}

/*================================ properties ================================*/
.properties {
  margin-bottom: 114px;
}
.properties .content_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.properties .content_box .property_img {
  margin: 0 auto 25px;
}
.properties .content_box .title {
  color: #006f0a;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 4px;
}
.properties .content_box .caption {
  font-weight: 200;
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  margin: 0 auto;
  max-width: 85%;
}

/*================================ footer ================================*/
footer {
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  position: relative;
  padding: 50px 0 30px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .icon {
  filter: brightness(100);
  max-width: 16px;
}
footer .logo_img {
  margin: 0 0 16px;
  max-width: 75px;
  filter: brightness(0) invert(1);
}
footer .caption {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  text-align: justify;
  text-align-last: left;
  margin: 0 0 24px;
  max-width: 80%;
}
footer .page_link_box {
  display: flex;
}

footer .page_link .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
footer .page_link .subtitle {
  font-size: 14px;
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 20px;
  white-space: nowrap;
}
footer .page_link .subtitle:last-child {
  margin: 0;
}
footer .page_link .subtitle a {
  color: #eaeaea;
}
footer .social a:first-child {
  margin-right: 24px;
}
footer .container {
  position: relative;
}
footer .social img {
  max-width: 20px;
}
/* =================================================== get_in_touch =================================================== */
.get_in_touch {
  text-align: center;
  margin-bottom: 80px;
}
.get_in_touch .content {
  background-image: url(../images/form_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 70px 0;
  margin: 0 auto;
  color: #fff;
  max-width: 800px;
}
.get_in_touch .title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto 4px;
  text-align: center;
  text-align-last: center;
}
.get_in_touch .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin: 0 auto 24px;
  text-align: center;
  text-align-last: center;
  max-width: 415px;
}
.membership {
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}
.feadback .membership {
  max-width: 415px;
}
.membership .form-group {
  min-height: 60px;
  text-align: center;
  text-align-last: center;
  color: #fff;
}
.membership .form-group.message_box {
  min-height: 115px;
}
.membership .form-control {
  background-color: rgb(255, 255, 255, 0.62);
  border-radius: 36px;
  border: none;
  color: #000;
  padding: 9px 16px;
  margin: 0 auto;
  text-align: center;
  text-align-last: center;
}
.form-control:focus {
  box-shadow: none;
}
.membership .form-control.textarea {
  border-radius: 22px;
}
.membership .callToAction .arrow {
  max-width: 24px;
  filter: brightness(100);
}
.membership label.error {
  font-size: 12px;
  color: #fff;
}
.membership .success {
  color: #fff;
  font-size: 18px;
  display: none;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}
.get_in_touch.feadback .membership .form-control {
  text-align: left;
  text-align-last: left;
}
.get_in_touch.feadback .membership .form-group {
  text-align: left;
  text-align-last: left;
}
.get_in_touch.feadback .content {
  background-image: url(../images/form_bg.png);
  max-width: 900px;
}
.membership .callToAction {
  width: 100%;
  padding: 11px 24px;
}
.error-validation {
  color: #800000;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100;
}

/* =================================================== categories =================================================== */
.categories .content {
  padding: 64px 0 100px;
  max-width: 80%;
  margin: 0 auto;
}
.categories .nav.nav-tabs {
  padding-bottom: 42px;
  justify-content: center;
  border-bottom: none;
}
.categories .nav-tabs .nav-item {
  margin: 0 6px;
}
.categories .nav-tabs .nav-link {
  background: 0 0;
  border: none;
  padding: 8px 12px;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
}
.categories .nav-tabs .nav-link.active {
  font-weight: 600;
  border-bottom: 1px solid #c8652f;
  color: #c8652f;
  background-color: transparent;
}
.categories .content .rows {
  padding: 26px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.categories .content .rows .title {
  color: #666666;
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
  text-align: left;
}
.categories .content .rows .title span {
  border-left: 1px solid #666666;
  padding-left: 5px;
  line-height: 1;
  margin-left: 5px;
}
.categories .content .rows .callToAction2 {
  font-size: 14px;
  line-height: 200%;
  padding: 4px 16px;
}

/* =================================================== articles =================================================== */
.articles {
  margin-bottom: 140px;
}
.articles .content_top .title_box .title {
  font-size: 24px;
}
.articles .content_top .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}
.articles .callToAction2 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  min-width: 86px;
}
.articles .callToAction2.mobile {
  display: none;
}
.articles.tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 36px;
  justify-content: center;
}
.articles.tabs .nav-tabs .nav-link {
  width: 196px;
  padding: 22px 0;
  text-align: center;
  background-image: url(../images/nav_bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0 9px;
  border: none !important;
}
.articles.tabs .nav-tabs .nav-link:hover,
.articles.tabs .nav-tabs .nav-link:focus {
  border: none !important;
  transition: none !important;
}
.articles.tabs .nav-tabs .nav-link.active {
  background-image: url(../images/nav_bg.png);
  border: none;
  color: #fff;
}
.articles.tabs .section_title {
  font-size: 32px;
  margin: 0 auto 4px;
}
.articles.tabs .section_caption {
  text-align: center;
  text-align-last: center;
  max-width: 65%;
  margin: 0 auto 36px;
}

/* =================================================== post_info =================================================== */
.post_img {
  border-radius: 8px;
  margin-top: 30px;
}
.blog_post {
  border-radius: 12px;
  margin-bottom: 15px;
}
.post_info {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  padding: 24px 18px;
  margin: 90px 0 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social_media img {
  margin-left: 6px;
  max-width: 28px;
}

/* =================================================== copy_box =================================================== */
.copy_box {
  display: inline-flex;
  position: relative;
}
.copyMsg {
  display: none;
  color: #006f0a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  font-size: 12px;
  width: fit-content;
}
.copy_btn {
  background: #e6f1e7;
  border-radius: 500px;
  text-align: center;
  margin-left: 8px;
  width: 70px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.copry_link {
  font-size: 14px;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.42);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.copry_link span {
  color: #006f0a;
  margin-right: 8px;
}
.copy_img {
  max-width: 18px;
}
@keyframes width {
  0% {
    width: 10px;
  }
  100% {
    width: auto;
  }
}

/*================================ info_box ================================*/
.info_box {
  margin-bottom: 98px;
}
.info_box.aboutus {
  margin-bottom: 106px;
}
.info_box .content {
  max-width: 85%;
  margin: 0 auto;
  align-items: center;
}
.info_box .content .section_caption {
  margin-bottom: 50px;
}
.info_box.about_us .content .inner_box {
  max-width: 85%;
}
.info_box .icon_box_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.info_box .icon_box_link:nth-child(2) {
  margin-bottom: 0;
}
.info_box .icon_box_link span {
  color: #000;
  font-size: 16px;
  font-weight: 200;
  display: block;
}
.info_box .icon_box_link img {
  margin-right: 14px;
  max-width: 24px;
}
.info_box .img_box {
  text-align: right;
}
.info_box.about_us .icon_box_link img {
  max-width: 43px;
}

/*================================ faq ================================*/
.faq {
  margin-bottom: 120px;
}
.faq .section_title {
  margin: 0 auto 16px;
}
.faq .accordion {
  max-width: 70%;
  margin: 0 auto;
}
.faq .accordion-item {
  border: none;
  background: #fafafa;
  border-radius: 12px;
  margin: 0 0 16px;
}
.faq .accordion-item:last-child {
  margin-bottom: 0;
}
.faq .accordion-header {
  margin: 0;
}
.faq .accordion-button {
  background: #fafafa;
  border: none;
  color: #292d32;
  text-align: left;
  text-align-last: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
  /* 41.4px */
  border-radius: 12px;
  padding: 18px 50px 18px 14px;
}
.faq .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.faq .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.faq .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.faq .accordion-item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.faq .accordion-body {
  color: #292d32;
  text-align: justify;
  text-align-last: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 230%;
  /* 41.4px */
  padding: 0 14px 14px 14px;
  max-width: 90%;
}
.faq .accordion-button::after {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url(../images/arrow_down_nav.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 14px;
}
.faq .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*================================ articles ================================*/
.articles {
  margin-bottom: 130px;
  position: relative;
}
.articles .section_title {
  margin: 0 auto 24px;
}
.articles .content_box {
  background: #fafafa;
  text-align: left;
  border-radius: 12px;
  padding: 12px 16px;
  position: relative;
}
.articles .content_box .article_img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}
.articles .content_box .categories {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #006f0a;
  background: #ffffff;
  border-radius: 24px;
  padding: 6px 10px;
}
.articles .content_box .article_title {
  color: #006f0a;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  text-align: left;
  text-align-last: left;
}
.articles .content_box .article_caption {
  color: #4a4848;
  font-size: 14px;
  font-weight: 200;
  margin: 0 0 24px;
  text-align: left;
  text-align-last: left;
}
.articles .content_box .read_more {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  text-align-last: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.articles .content_box .read_more .read_more_icon {
  transform: rotate(-90deg);
  max-width: 20px;
  margin-top: 7px;
  margin-left: 10px;
}
.articles .tab-content {
  text-align: center;
}
.articles .viewall_post {
  margin: 50px auto 0;
  width: fit-content;
  font-size: 18px;
  color: #006f0a;
  font-weight: 500;
}
.articles .viewall_post .arrow {
  margin-left: 9px;
  max-width: 24px;
  filter: invert(21%) sepia(74%) saturate(1847%) hue-rotate(110deg)
    brightness(102%) contrast(103%);
}
.articles .tab-pane .blog_post {
  display: none;
}
.articles .tab-pane .blog_post:nth-child(-n + 9) {
  display: block;
}

/*  ============================================== blog_post_inner ============================================== */

.blog_post_inner {
  margin-bottom: 90px;
  padding-top: 40px;
}
.blog_post_inner .line {
  margin: 0;
  color: rgba(0, 0, 0, 0.22);
}
.blog_post_inner .content1 .col-md-4 {
  padding: 0;
}

.blog_post_inner .section_title {
  text-align: left;
  text-align-last: left;
  margin: 0 0 4px;
}
.blog_post_inner .section_caption {
  color: rgba(74, 72, 72, 1);
}
.blog_post_inner .post_box {
  background: #006f0a;
  border-radius: 14px;
  padding: 45px 40px;
  margin: 55px 0;
}
.post_box .section_title,
.post_box .section_caption {
  color: #fff;
}

.blog_post_inner .post_part {
  padding: 0 0 20px;
}
.blog_post_inner .section_list {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  text-align-last: left;
  padding-left: 22px;
}
.blog_post_inner .section_list li {
  position: relative;
  margin-bottom: 8px;
}
.blog_post_inner .section_list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #006f0a;
  border-radius: 500px;
  position: absolute;
  left: -22px;
  top: 6px;
}

/*  ============================================== post_detail ============================================== */
.post_detail {
  padding: 44px 50px;
  background-image: url(../images/post_detail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_detail .post_detail_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post_detail .post_detail_inner .detail_title {
  font-size: 16px;
  font-weight: 500;
  color: #006f0a;
  margin-left: 6px;
}
.blog_post_inner .content1 .col-md-8 {
  padding-top: 10px;
}
.blog_post_inner .content .col-md-8 {
  max-width: 800px;
}

.side_post {
  min-height: 590px;
  padding: 60px 65px;
  background-image: url(../images/side_post2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 95%;
}
.side_post img {
  margin-bottom: 22px;
}

.side_post .section_title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}
.side_post .section_caption {
  font-size: 14px;
  max-width: 95%;
}

/*  ============================================== recipe ============================================== */

.recipe .video_box {
  margin-bottom: 16px;
  position: relative;
}
.recipe .video_box video {
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
  width: 100%;
}
.recipe .video_box::after {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 36%;
  position: absolute;
  z-index: 10;
  width: 37px;
  height: 37px;
  background-image: url(../images/video_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  pointer-events: none;
}
.recipe .video_box.playing::after {
  display: none;
}
.recipe .recipe_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articles.recipe .content_box {
  background: transparent;
  padding: 0;
}
.articles.recipe {
  margin-bottom: 0;
}
.recipe .time_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.clock {
  font-size: 14px;
  font-weight: 200;
  color: #4a4848;
  margin-left: 6px;
}
.recipe_post_inner video {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}
.recipe_post_inner.recipe .video_box::after {
  top: 40%;
}

/*  ============================================== types ============================================== */
.types.properties {
  margin-bottom: 120px;
  padding-top: 108px;
}
.types.properties.type_box2 .section_title {
  color: #e0ae63;
}
.types.properties.type_box3 .section_title {
  color: #90440e;
}
.types.properties .section_title {
  margin: 0 auto 4px;
}
.types.properties .section_caption {
  text-align: center;
  text-align-last: center;
  margin: 0 auto 36px;
  color: #4a4848;
}
.types.properties .content {
  max-width: 80%;
  margin: 0 auto;
  justify-content: center;
}
.types.properties .type_img {
  margin: 0 auto 33px;
  max-width: 150px;
}
.types.properties .content_box .section_title {
  font-size: 20px;
}
.types.properties .content_box .section_caption {
  font-size: 14px;
  margin: 0 auto;
}

/*  ============================================== product_data ============================================== */
.product_data {
  margin-bottom: 140px;
  position: relative;
  padding-top: 20px;
}
.product_data .content {
  align-items: center;
}
.product_data .section_title {
  text-align: left;
  text-align-last: left;
  margin: 0 0 4px;
}
.product_data .subtitle {
  text-align: left;
  text-align-last: left;
  margin: 0 0 29px;
  color: #4a4848;
  font-size: 16px;
  font-weight: 200;
}
.product_data .section_caption {
  text-align: justify;
  text-align-last: left;
  margin: 0 0 64px;
  color: #2d2626;
  font-weight: 300;
}
.product_data .product_volume {
  text-align: left;
  text-align-last: left;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}
.data_box {
  background-image: url(../images/data_bg2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 54px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 536px;
  height: 225px;
}
.data_box .data_box_inner {
  width: 45%;
}
.data_box .line {
  max-height: 114px;
}
.data_box p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.data_box p:last-child {
  margin-bottom: 0;
}
.data_box span {
  font-size: 16px;
  font-weight: 200;
  color: #006f0a;
}
.product_img_box {
  position: absolute;
  right: 10%;
  top: -3%;
  max-width: 100%;
}
.product_img_box .side_img {
  position: absolute;
}
.product_img_box .side_img2 {
  top: 14%;
  right: 50%;
}
.product_img_box .side_img1 {
  bottom: 22%;
  right: 0%;
}
.product_img_box .product_img {
  position: relative;
  z-index: 10;
  right: 10%;
  transform: rotate(10deg);
  max-width: 95%;
}
.product_data .product_box {
  text-align: center;
}
.product_data .product_box img {
  max-width: 60%;
  transform: rotate(10deg);
}
.product_data .product_box img.tiny {
  max-width: 50%;
}
.info_box .section_title {
  text-align: left;
  text-align-last: left;
  margin: 0 0 4px;
}
.main_content.blur {
  filter: blur(5px);
  background: rgba(67, 67, 67, 0.43);
}
.blog_post_inner.recipe .content2 {
  padding-top: 10px;
}
.recipe_img {
  margin: 30px 0;
}
.articles.recipe.related {
  margin-bottom: 130px;
}
.articles.recipe.related .content_box .article_title {
  font-size: 20px;
  font-weight: 500;
}

/* ================================= branches ================================= */
#branches_box {
  padding: 70px 0 100px;
}
#branches_box .content2 {
  display: none;
  padding-top: 60px;
}
#branches_box .content {
  max-width: 80%;
  margin: 0 auto;
}
#branches_box .section_title {
  text-align: left;
  text-align-last: left;
  margin: 0 0 4px;
}
#branches_box .section_caption {
  text-align: justify;
  text-align-last: left;
  margin: 0 0 60px;
}
#branches_box .map {
  float: right;
}
.search_btn {
  background: rgba(0, 111, 10, 1);
  border-radius: 1000px;
  width: 126px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.search_btn:hover {
  color: #fff;
}
.select_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select_content {
  width: 287px;
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(0, 111, 10, 1);
  border-radius: 1000px;
  margin-right: 9px;
  position: relative;
}
.select_content select {
  border-radius: 1000px;
  padding: 6px 0px;
  width: 100%;
  background: transparent;
  border: none !important;
  cursor: pointer;
  padding-left: 16px;
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* استاندارد */

  background: rgba(245, 245, 245, 1) !important; /* حذف بک‌گراند */
  font-size: 14px;
  font-weight: 300;
  background-image: none; /* حذف فلش پیش‌فرض */
  position: relative;
}
.select_content::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_down_nav.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 6px;
  right: 14px;
  pointer-events: none; /* 🔑 اضافه شد */
}
.branches .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.branches .top .section_title {
  text-align: left;
  text-align-last: left;
  margin: 0;
}
.branches .top .search_box {
  background: rgba(0, 111, 10, 0.06);
  border-radius: 1000px;
  padding: 0 16px 0 45px;
  position: relative;
  width: 287px;
  margin-right: 10px;
}
.branches .top .search_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#search_inp {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 111, 10, 1);
  background: transparent;
  border: none;
  height: 44px;
  width: 100%;
}
#search_inp::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 111, 10, 1);
}
.template_box {
  background: rgba(247, 247, 247, 1);
  padding: 50px 40px 400px;
  border-radius: 14px;
  position: relative;
}
.template_box .template {
  margin-bottom: 40px;
  text-align: center;
}
.template_box .branch {
  margin-bottom: 40px;
  text-align: center;
}
.template_box .cafe_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.template_box .shop_name {
  font-weight: 600;
  font-size: 22px;
  color: rgba(0, 111, 10, 1);
  text-align: left;
  text-align-last: left;
  margin: 0 0 23px;
}
.template_box .shop_data {
  font-weight: 500;
  font-size: 16px;
  color: rgba(87, 87, 87, 1);
  text-align: left;
  text-align-last: left;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.template_box .shop_data img {
  margin-right: 8px;
}
.template_box .shop_data.shop_address {
  margin-bottom: 24px;
}
.template_box .shop_phone {
  display: none;
}
.template_box .shop_caption {
  font-weight: 200;
  font-size: 16px;
  color: rgba(87, 87, 87, 1);
  text-align: left;
  text-align-last: left;
  margin: 0 0 34px;
  display: none;
}
.template_box .template.branch {
  display: none;
}
.inner_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.no-result {
  font-size: 16px;
}

footer .page_link_box:nth-child(2) .subtitle:nth-child(3),
footer .page_link_box:nth-child(2) .subtitle:nth-child(4),
footer .page_link_box:nth-child(3) .subtitle:nth-child(2) {
  display: none;
}

header .navbar-nav .nav-item:nth-child(3),
header .navbar-nav .nav-item:nth-child(5) {
  display: none;
}
